/*!
 * Atelier IDC
 * Copyright 2014 Atelier IDC
 * http://www.atelier-idc.com
 */

/* GLOBAL
============================== */

html, body {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-weight: 400;
    padding: 0;
	margin: 0;
    -webkit-font-smoothing: antialiased;}

html {
	width: 100%; height: 100%;
}

body {
	height: 100%;
}

.uppercase {
    text-transform:uppercase;
}

p.lead{
    font-weight: 300;
}


/* GLOBAL SECTIONS SETTINGS
============================== */
.section-header {
    margin-top: 60px;
}

.section-title {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 50px; 
    text-align:center;
    text-transform:uppercase;
    color: rgb(0,0,0);
    background: url(../img/separator.gif) no-repeat bottom center;
    background-origin: padding-box;
    margin: 0;
    padding: 0 0 24px 0;
}

.white {
    color: #ffffff;
}


/* HOME
============================== */
#accueil {
	width:100%; height:100%;
	background:url('../img/bg_home.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment : fixed;  /* IE FIX */
}

#accueil .container { width: 100%; margin: 0; padding: 80px 0 0 0;}

#accueil .overlaycover {
/*    background-color: rgba(0,0,0,0.4);*/
	width: 100%;
	height: 350px;
	padding: 50px 0 50px 0; 
	margin: 0 auto;
	position: relative;

}

#accueil .logo {
    margin: 0 auto;
    text-align: center;
} 
#accueil .welcome-text {
    margin-bottom: 0px auto;
    text-align: center;
    font-weight: 600;
    font-size: 80px;
    color: rgb(0,0,0);
}
   /* iphone */
@media only screen and (max-device-width: 480px) {

    #accueil {
	background:url('../img/bg_home2.jpg') no-repeat center center fixed; 
}

    
    #accueil .overlaycover {
        height: 100%;
    	padding: 25px 0 0 0; 
    }

    #accueil .logo img {
        width: 85px;
    }
    
    #accueil .welcome-text {
        font-size:27px;
    }    
}
   /*iPad paysage */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
   #accueil {
	background:url('../img/bg_home2.jpg') no-repeat center center fixed;
}
/*    #accueil .logo img {
        width: 85px;
    }
    
    #accueil .welcome-text {
        font-size:42px;
    }  */  
    
}

/* LES CHEFS
============================== */

#Chefs .mix{
	display: none;
	opacity: 0;
	vertical-align: top;
	margin-bottom: 20px;
	text-align: center;
}

#Chefs .chefs_wrapper {
    float: left;
    position: relative;
}

#Chefs .chefs_wrapper img:hover {
    cursor:pointer;
    -webkit-filter: grayscale(100%)
}

#Chefs .chefs_wrapper .chefs_description {
    position: absolute;
    bottom:0px;
    left:0px;
    width: 100%;
    background: rgba(255,255,255,.8);
    color: rgb(0,0,0);
}
.chefs_description h2 {
padding: 2px;
font-size: 18px;
font-weight: 700;
margin: 0;
}

.chefs_description p{
padding: 2px;
margin: 0;
font-size: 14px;}

/* CONTACT
============================== */

.dark {
    background-color: #333;
    color: white;
}

/* FOOTER
============================== */

footer {
    min-height: 100px;
    background-color: #333;
    color: #fff;
    padding: 20px 0 50px 0;
}

footer .section-title {
    color: rgb(255,255,255);
}

/* MODAL
============================= */
:root {
    --bleu-eurotoques: #2F479E;
  }

.modal-dialog {
  width: 100%;
  max-width: 90vw;
  height: auto;
  margin: 10vh auto;
  padding: 0;
}

.modal-body{
    display: grid;
    grid-template-columns: 50% 50%;
    column-gap: 1rem;
    font-size: 18px;
}
    
.modal-body h3{
    color: var(--bleu-eurotoques);
}

.modal-body .chef-quote{
    background: #F9F9F9;
    padding: 3rem 2rem 3rem 5rem;
    border-left:  3px solid var(--bleu-eurotoques);
    position: relative;
}

.modal-body .chef-quote img{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 26px;
}

.modal-body .modal-details-chef{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.modal-body .modal-details-chef .chef-informations-personnelles{
    display: flex;
    flex-direction: row;
    gap: 2rem;
}

.modal-body .modal-details-chef .restaurant-photos{
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.modal-body .modal-details-chef .restaurant-photos figure{
    width: 260px;
    height: 260px;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    overflow-x: hidden;
}

.modal-body .modal-details-chef .restaurant-photos img{
    width: auto;
    height: 260px;
}

.modal-body .modal-details-chef .modal-portait-chef{
    position: relative;
}

.modal-body .modal-details-chef .modal-portait-chef img{
    max-width: 200px;
    max-height: 200px;
    border: 1px solid #eee;
}

.modal-body .modal-details-chef .modal-portait-chef .canton-tag{
    position: absolute;
    top: 0;
    left: 2rem;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: var(--bleu-eurotoques);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-body .modal-details-chef .modal-portait-chef .canton-tag img{
    width: 200px;
    height: auto;
    border-radius: 100%;
    overflow: clip;
}

.modal-body .modal-details-chef .modal-portait-chef img{
    border-radius: 100%;
    overflow: clip;
}

.modal-body .modal-details-restaurants{
    display: flex;
    flex-direction: row;
    gap: 2rem;
}

.modal-body .modal-details-restaurants .restaurant-google-maps{
    border-radius: 5px;
}

.modal-body .modal-details-restaurants .restaurant-google-maps iframe{
    height: 100%;
}

.modal-body .modal-details-restaurants .restaurant-details .eurotoques-btn{
    display: block;
    background: var(--bleu-eurotoques);
    color: #fff;
    padding: 2rem 3rem;
    border-radius: 40px;
    transition: all .3s ease;
    text-align: center;
}

.modal-body .modal-details-restaurants .restaurant-details .eurotoques-btn:hover{
    background: #546DC6;
}

.modal-body .modal-details-restaurants .restaurant-details .restaurant-contact{
    list-style-type: none;
    padding-left: 0;
    line-height: 1.75;
}

.modal-body .modal-details-restaurants .restaurant-details .restaurant-contact .glyphicon{
    color: var(--bleu-eurotoques);
}

.modal-content {
  height: 100%;
  border: none;
  border-radius: 0;
  box-shadow: 0 0 30px rgba(0,0,0,0.25);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-content {
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal-footer{
    display: none;
}

.close{
    opacity: 1;
}

.banner { position: relative; overflow: auto; display: block;}
.banner li { list-style: none; }
.banner ul li { float: left; }

/* Modal responsive rules */

@media only screen and (max-width: 1650px){
    .modal-body{
        font-size: 16px;
    }

    .modal-body .modal-details-restaurants .restaurant-google-maps iframe{
        width: 380px;
        height: 100%;
    }
}

@media only screen and (max-width: 1500px){
    .modal-body .modal-details-restaurants .restaurant-google-maps iframe{
        width: 350px;
    }
}

@media only screen and (max-width: 1400px){
    .modal-body .modal-details-restaurants .restaurant-google-maps iframe{
        width: 275px;
    }
}

@media only screen and (max-width: 1260px){
    .modal-body .modal-details-restaurants{
        flex-direction: column-reverse;
        justify-content: flex-end;
    }

    .modal-body .modal-details-restaurants .restaurant-google-maps iframe{
        width: 100%;
        height: 280px;
    }
}

@media only screen and (max-width: 1024px){
    .modal-body{
        grid-template-columns: 100%;
    }
    
    .modal-body .modal-details-chef .restaurant-photos figure{
        width: auto;
    }

    .modal-body .modal-details-restaurants .restaurant-google-maps{
        max-width: 100% !important;
        margin-top: 1rem;
    }

    .modal-body .modal-details-restaurants .restaurant-google-maps iframe{
        width: 100%;
        height: 250px;
    }
}