html{
    scroll-behavior: smooth;
}
html, body{
    margin:0;
    padding:0;
    font-family: "Montserrat", sans-serif;
}
i{
    color:#fff;
    font-size: 50px;
    padding: 10px;
}
body.open{
    height: 100%;
    overflow: hidden;
}
body.zoom{
    height: 100%;
    overflow: hidden;
}
.wrapper{  
    margin-right: auto;
    margin-left:  auto; 
    max-width: 960px; 
    padding-right: 10px; 
    padding-left:  10px; 
}

.align{
    text-align: center;
}

.inline{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.inline{
    display: flex;
    justify-content: center;
    align-items: center;
    
    text-align: center;
}

.center{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}
.left{
    display: flex;
    justify-content: flex-start;
    margin:0;
}

/*----------Nav------------*/

nav {
    position: fixed;
    width: 100%;
    z-index: 1;
    background-color: transparent;
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}
.logo{
    
    padding-left: 60px;
}
.ulNav{
    padding-right: 90px;
    opacity: 1;
}

ul {
    list-style: none;
}
li {
    font-size: 20px;
    float: left;
    padding-right: 0px;
    padding-left: 40px;
}
li a {
    text-decoration: none;
    color: #fff;
}
li a:hover {
    text-decoration: underline;
}

.spinner-master4{
    display: none;
}


nav.scroll {
    width: 100%;
    background-color: #9B6B23;
    transition: 1s;
    color: #fff;
}

/*----------Header----------*/

header{
    background-image: url("../img/header.png");
    background-repeat: no-repeat;
    height: 100vh;
	background-size: cover;
	display: flex;
	flex-direction:column;
	align-items:center;
	margin: 0 auto;

}

.textHeader{
    text-align: center;
    color: white;
    max-width: 600px;
    padding-top: 230px;
}

.textHeader h1{
    font-family: "Montserrat", sans-serif;
font-style: normal;
font-weight: bold;
font-size: 70px;
line-height: 85px;/* identical to box height */
text-align: center;
    margin: 0;
}
.textHeader h2{
    font-family: "Montserrat", sans-serif;
font-style: normal;
font-weight: normal;
font-size: 30px;
line-height: 37px;/* identical to box height */
text-align: center;
    margin: 0;
}

/*----------menu----------*/
.menu h1{
   font-family: "Montserrat", sans-serif;
font-style: normal;
font-weight: normal;
font-size: 30px;
line-height: 61px;/* identical to box height */
text-align: center;
    text-decoration: underline;
    
    padding-top: 50px;
}
.menu h2{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    margin:0;
}
.menu h3{
    font-family: "Montserrat", sans-serif;
font-style: normal;
font-weight: 500;
font-size: 30px;
line-height: 37px;
    text-decoration: underline;
    text-align: center;
}
.menu p{
    font-size:14px;
    margin:14px 0 0 0;
}
.subtitle{
    font-family: "Montserrat", sans-serif;
    font-size:27px !important;
    color: #A58450;
    padding-bottom: 50px;
}
.plat{
  
    display: flex;
    flex-wrap: wrap;
    border: 2px solid black;
    padding:10px;
}
.repas{
    width: 250px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 60px 30px 0;
}

.plat > :nth-child(3n+3) {
    
    margin-right: 0;
    
}

.repasHeader{
    border-left: 2px solid black;
    border-top: 2px solid black;
    border-right: 2px solid black;
    margin-top:30px;
    padding:10px;
}

/*--------Photo----------*/
.gallery{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1800px;
    
}
.gallery img{
    width: 500px;
    height: 500px;
    
}

#full-wrap-new {
width:400px; 
height:300px; 
display: block; 
margin: 0 auto; 
border: 1px solid #d9d9d9;
padding: 10px;
background-color: #f8f8f8;
margin-bottom:20px;
}
/*--------Footer----------*/

.infoFooter{
    background-color: #232323;
    margin: 0; 
    padding-bottom: 30px;
    
    display: flex;
    flex-direction: row;
}
.infoFooter p{
    margin: 0;
    color: #fff;
}
.infoFooter h1{
    margin-top: 0;
    color: #fff;
    
    padding-top: 30px;
}

.info{
    padding: 30px;
}

.creation{
    display: flex;
    justify-content: space-between;
    width: 90%;
    
    margin: 20px;
    margin-left: 80px;
}

/*----------Map--------------*/

#map {
        height: 400px;
        
}
/*----------form--------------*/

.contact-form {
  margin-top: 30px;
}
.contact-form .input-block {
  border: solid 3px #fff;
  width: 100%;
  height: 60px;
  padding: 25px;
  position: relative;
  margin-bottom: 20px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
    color: #fff;
}
.contact-form .input-block.focus {
  background-color: #fff;
}
.contact-form .input-block.textarea {
  height: auto;
}
.contact-form .input-block.textarea .form-control {
  height: auto;
  resize: none;
    padding-top: 30px;
    border: none;
}
.contact-form .input-block label {
  position: absolute;
  left: 25px;
  top: 25px;
  display: block;
  margin: 0;
  font-weight: 300;
  z-index: 1;
  color: #fff;
  font-size: 18px;
  line-height: 10px;
}
.contact-form .input-block .form-control {
  background-color: transparent;
  padding: 0;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 100%;
    width: 100%;
  position: relative;
  z-index: 2;
  font-size: 18px;
  color: #fff;
}
.contact-form .input-block .form-control:focus label {
  top: 0;
  padding: 0;
}
.contact-form .square-button {
  background-color: rgba(255, 255, 255, 1);
  color: #000;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 60px;
  height: 60px;
  border: none;
  width: 60%;
}
.contact-form .square-button:hover, .contact-form .square-button:focus {
  background-color: white;
}

@media (min-width: 768px) {
  .contact-wrap {
    width: 60%;
    margin: auto;
  }


.contact-wrap {
  padding: 15px;
}
}

    display-desktop{
        display:block;
    }
    display-mobile{
        display: none;
    }

/*----------Media query----------*/ 
@media only screen and (max-width: 900px) {
    
 display-desktop{
        display:none;
        opacity:0;
    }
    display-mobile{
        display: block;
        width: 100%;
    }    
  
footer p{
    font-size:18px;
}
footer div{
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
footer div p{
    margin:20px;
}    
.social{
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding: 20px;
}
    
#scroll_down{
    display: none;
}

    .plat{
        padding-left: 50px;
    } 
    
    .inline{
        display: flex;
        flex-direction: column;
    }
    
    .bleu, .row{
        display: flex;
        flex-direction: column !important;
    }
     bleu{
        width: 100%;
    }
    
    .gallery img{
        width: 100%;
        height: 100%;
        flex-basis: auto;
    }
    
    .infoFooter{
        display: flex;
        flex-direction: column;
    }
    .social{
        display: flex;
        flex-direction: row;
    }
    .contact-form{
        width: 60%;
    }
    
    .logo{
        padding-left: 10px;
    }
    
    .creation{
       width: 100%;
        margin: 0;
    }
    
    
}
@media only screen and (max-width: 700px) {
    
.ulNav{
    display:flex;
    justify-content: center;
    height: 70px;
    transition: all ease-in 0.8s;
    overflow: hidden;
    display:none;
}
.open .ulNav{
    height: 100vh;
    display: flex;
    color: white;
}    
.open .logo{
    display: none;
}
nav{
    width: 100%;    
}    
nav ul{
     display: flex;
     flex-direction: column;   
}
nav ul li{
     margin: 30px;
    font-size:26px;
}    

.spinner-master4{
    display:flex;
    justify-content: flex-end;
}
}

@media only screen and (max-width: 650px) {
    
.repas{
    display: flex;
    justify-content: flex-start;
}
.wrapperMobile{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
 
}




/*------------popup----------*/
.product-image-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    display: none;
    
}

.product-image-overlay .product-image-overlay-close {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    line-height: 50px;
    font-size:90px;
    color: #eee;
    text-align: center;
    cursor:pointer;
}

.product-image-overlay img {
    width: auto;
    max-width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}



form, .content {
  width: 30%;
  margin: 0px auto;
  padding: 20px;
  border-radius: 0px 0px 10px 10px;
}
.input-group {
  margin: 10px 0px 10px 0px;
}
.input-group label {
  display: block;
  text-align: left;
  margin: 3px;
}
.input-group input {
  height: 30px;
  width: 93%;
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid gray;
}
.btn {
  padding: 10px;
  font-size: 15px;
  color: white;
  background: #5F9EA0;
  border: none;
  border-radius: 5px;
}
.error {
  width: 92%; 
  margin: 0px auto; 
  padding: 10px; 
  border: 1px solid #a94442; 
  color: #a94442; 
  background: #f2dede; 
  border-radius: 5px; 
  text-align: left;
}
.success {
  color: #3c763d; 
  background: #dff0d8; 
  border: 1px solid #3c763d;
  margin-bottom: 20px;
}

/*-------section bleu---------*/

.bleu{
    width: 100%;
    height: auto;
    background-color: #9B6B23;
    
}

.row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #fff;
    
    padding: 30px;
}
/*-------Ardoise---------*/

.profile__stats, .social {
  padding-left: 0;
  list-style: none inside;
}
.profile__stats > li, .social > li {
  display: inline-block;
  vertical-align: top;
}

.button {
  display: inline-block;
  padding: 1em;
  background-color:#9B6B23;
    border-radius: 25px;
  color: #f2f2f2;
  margin: 1em;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}


.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
    bottom: 0;
    right: 0;
  left: 0;
  background-color: rgba(50, 50, 50, 0.5);
  display: none;
    z-index: 9999;
    overflow-y: scroll;
}

.popup__inner {
  background-color: #f2f2f2;
  width: 90%;
  max-width: 40em;
  margin: 1em auto 0;
  border-radius: 2px;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.6);
    padding: 15px;
    
    overflow:hidden;
}

.popup__header {
  background-color: lightgray;
  padding: 0.25em 0.75em;
  margin-bottom: 2em;
  text-align: right;
}

.popup__close {
    font-size: 30px;
    display: flex;
    justify-content: flex-end;
    z-index: -999999;
    cursor:pointer;
}


/*-----scroll down--------*/



/* -------------------------------------------------------------------------
   begin Scroll Down Button
 * ------------------------------------------------------------------------- */
button.scroll_down {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  height: 50px;
  width: 10px;
  bottom: 60px;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 20px;
  cursor: pointer;
  outline: none;
}
button.scroll_down:before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: scroll_down_btn-animation 2s infinite;
  animation: scroll_down_btn-animation 2s infinite;
  box-sizing: border-box;
}

@keyframes scroll_down_btn-animation {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes scroll_down_btn-animation {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* -------------------------------------------------------------------------
   end Scroll Down Button 
 * ------------------------------------------------------------------------- */

/* ## Test ## */
.block {
  height: 2000px;
  border-top: 1px solid red;
}

    .button:hover{
        transition: 0.3s;
        background-color: transparent;
        outline: #9B6B23 3px solid;
        color:#9B6B23;
    }



* {
  box-sizing: border-box;
}








