* body{
	font-family: 'Raleway','Roboto', sans-serif;
	font-weight: 400;
}
body{
 height: 100vh;
 color: inherit;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  border: 0px none #ffffff;
  border-radius: 56px;
}
::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
::-webkit-scrollbar-thumb:active {
  background: #000000;
}
::-webkit-scrollbar-track {
  background: #666666;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: #666666;
}
::-webkit-scrollbar-track:active {
  background: #333333;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/** --- Index --- **/

.mt-6 {margin-top: 4.6rem;}
#accueil .display-4{ font-weight: 500;font-size: 3.5rem;}
#accueil h1 {
	color: #472e1f;
}
#accueil h2{
	font-style: italic;
	font-family: "Pristina";
	font-size: 3.2rem;
	margin-top: 15px;
	color: #472e1f;
}

#accueil h3{
	font-size: 1.5rem;
	color: #f8e1c2;
	background-color: #a40000;
	margin-top: 40px;
}

.grille {
	display: inline-flex;
}


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

header{
	height: 48px;
}
header nav{
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 600;
  overflow: hidden;
}
header nav button:focus{
	outline: none
}
header .navbar{
  padding: 0;
}
header .fixed-top{
	z-index: 20;
}
.logo_nav{width: 60%;}
.bg-color{
  background-color: #f8e1c2;
}
.navbar-light .navbar-toggler{
	border: none;
}
.navbar-light .navbar-nav .active>.nav-link{
  background-color: #a40000;
  color: #f8e1c2;
}
.navbar-light .navbar-nav .nav-link:hover{
	background-color: #a40000;
	color: #f8e1c2;
}

.navbar-light .navbar-nav .nav-link {
	color: #472e1f;
}
.bg{
	/* background-image: url("./img/food.jpg"); */
	background: no-repeat center center;
	background-size: cover;
	background-color: rgba(255, 255, 255, 0.35);
}
.tel_contact{display: none;}
#header button a img {height: 20px; width: auto;}
.background_opacity{
	position: fixed;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.35);
	overflow: auto;
}
.btn:focus{
	box-shadow: 0 0 0px 0.2rem rgba(179, 177, 177, 0.45);
}
#accueil .btn a{
	color: #f8e1c2;
	text-decoration: none;
}

@keyframes slidy {
  0%{left:0%;}
  10%{left:0%;}
  
  20%{left:-100%;}
  30%{left:-100%;}
  
  40%{left:-200%;}
  50%{left:-200%;}
  
  60%{left:-300%;}
  70%{left:-300%;}

  80%{left:-400%;}
  90%{left:-400%;}
  
  100%{left:-500%;}
}

.slideshow{
	position: absolute;
	top:0px;
	left:0px;
	z-index: -1;
	margin: auto auto;
	background: none;
	overflow: hidden;
}

.slide_img{
	height: 100vh;
	width: 100vw;
}


.container {
  position: relative;
  z-index: 2;
  padding-right: 1rem; 
  padding-left: 1rem;
}

.container_color{
  background-color: rgba(255, 255, 255, 0.40);
}

/** --- slide_menu_gauche --- **/

.menu_gauche{
 display: block;
 background-color: #361b0c;
 position: fixed;
 bottom: -70px;
 opacity: 0.90;
 width: 100vw;
 max-height: 100%;
 z-index: 10;
 color: #f8e1c2;
 -webkit-transform: translateY(280px);
 -moz-transform: translateY(280px);
 -ms-transform: translateY(280px);
 -o-transform: translateY(280px);
 transform: translateY(280px);
 -webkit-transition: transform 1.8s ease;
 		-moz-transition: transform 1.8s ease;
 		 -ms-transition: transform 1.8s ease;
 	 		-o-transition: transform 1.8s ease;
 				 transition: transform 1.8s ease;
}
.card-title{
	margin-bottom: 0.1em;
}
.hr_light{
	border-top: 2px solid #f8e1c2;
	margin: 0;
}
.menu_gauche h2{
	font-size: 1.5rem;
}
.menu_gauche p{
	font-size: 0.7em;
	margin: 0;
}
.fleche_menu{
	display: inline-block;
	top: -4%;
	left: 47%;
	position: absolute;
	-webkit-transform: rotate(-90deg);
		 -moz-transform: rotate(-90deg);
			-ms-transform: rotate(-90deg);
			 -o-transform: rotate(-90deg);
					transform: rotate(-90deg);
}
.menu_gauche .img_fleche_d{
	height: 30px;
	width: 30px;
	transition: all 0.7s ease-out;
}
.logo_menu_g{
	display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.menu_gauche_center{
	width: 27px;
	height: auto;
	margin: 0.3em;
}
.menu_gauche .card{
	background:rgba(0,0,0,0);
	opacity: 0;
	-webkit-transition: opacity 0s ease-in;
			-moz-transition:opacity 0s ease-in;
			-ms-transition: opacity 0s ease-in;
			 -o-transition: opacity 0s ease-in;
				 	transition: opacity 0s ease-in;
}
.menu_gauche--open .card--open{
	display: block;
	background:rgba(0,0,0,0);
	border: none;
	flex-direction: row;
	opacity: 1;
	flex-direction:  column;
	align-items: center;
}
.menu_gauche--open .card--open .d-flex{ display: block;}
.menu_gauche--open .card--open .flex-row{flex-direction: row;}
.menu_gauche--open .card--open .flex-wrap{flex-wrap: nowrap;}
.card-body{
	padding: 0;
}
.menu_gauche section .col-3{
	flex: 0 0 50%;
	max-width: 50%;
}
.menu_gauche figure img{
	width: 25px;
}
.menu_gauche a{
	text-decoration: none;
	color: inherit;
}


/** --- transition au clic --- **/

.menu_gauche--open{
	transform: translateY(-70px);
	opacity: 1;
	box-shadow: 0px 0px 0px 0rem #361b0C;
}
.menu_gauche--open .logo_menu_g{
	flex-direction: row;
	justify-content: space-around;
}
.menu_gauche--open .menu_gauche_center{
	align-self: center;
}
.menu_gauche--open .fleche_menu{
	left: 47%;
	top: -5%;
}
.menu_gauche--open .img_fleche_d{
	height: 40px;
	width: 40px;
	-webkit-transform: rotate(180deg) translateY(2px);
		 -moz-transform: rotate(180deg) translateY(2px);
			-ms-transform: rotate(180deg) translateY(2px);
		   -o-transform: rotate(180deg) translateY(2px);
					transform: rotate(180deg) translateY(2px);
}


/** --- Page de réservation --- **/

#reservation p, #reservation label{
	color: #000;
	font-size: 1.1rem;
	font-weight: 600
}
.hidden{
	overflow: hidden;
}
.btn{
	color: #f8e1c2;
	margin: 0px auto 0;
	background-color: #a40000;
}
.btn:hover{
	color: #f8e1c2;
	background-color: #bf041b;
}

#verif body {
	text-align: center;
}

.contactR {
	text-align: center;
}

#verif p {
	font-weight: bold;
}



input[type="checkbox"]:checked + label::before{
    background: #a40000 !important;
}

/** --- Carte --- **/

.finTab {
	background-color: #6a4740;
	border-radius: 0px 0px 20px 20px;
	width: 100%;
	height: 2rem;
	margin-top: 0;
}

.gras {
	font-weight: bold !important;
}
.barre {
	background-color: #6a4740;
	width: 100%;
	border-radius: 20px 20px 0 0;
}
.fondCarte {
	background-color: #f8e1c2ba;
	padding: 0 12%;
}

#carte .table {
	margin-bottom: 0;
}
#carte li {
	/* float : left; */
  /* height : auto; */
  background-color: #6a4740;
  padding: 1% 2% 1% 2%;
  border-radius: 20px 20px 0 0;
}
#carte li.active {
	text-decoration: underline;
	font-weight: 500;
	background-color: red;
}
#carte a {
	display : block;
  color : white;
  text-decoration : none;
  padding : 4px;
  font-weight: 500;
  font-size: 25px !important;
}
#carte a:hover {
	color: #ff8e8e;
}
#carte ul{
    list-style-type : none;
    margin-bottom: 0;
	padding-left: 0;
   }

.table td, .table th {
	padding: 0.25rem;
	border-top: none;
	border-bottom: 1px solid #dee2e6;
}

/** --- Page menu --- **/
#menus .row, #menu .row{
	margin: 0;
}
#menus .card-deck{
	margin-left: 0;
	margin-right: 0;
}
#menus .card {
	color: black;
	background-color: #f8e1c2;
  border-radius: 2rem;
  border: none;
}
#menus .img-card{
  width: 70%;
  /* border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); */
}
#menus .card-title{
	font-family: "Pristina";
	font-size: 3rem;
	font-weight: 400;
}
#menus .card-footer{
	border-top: none;
	min-height: 8%;
}


/** --- Page vente à emporter --- **/

#vente_a_emporter {
	color: #000;
	font-size: 1.1rem;
	font-weight: 600
}

.nb_emporter {
	width: 75%;
}

#vente_a_emporter a:hover{
	text-decoration: none;
}
#vente_a_emporter small{
	color: #a40000;
	font-style: italic;
	font-weight: bold;
}
.boutonEmport {
	margin-left: 16%;
	margin-top: auto;
	margin-bottom: auto;
}
.hr_dark{
	border-top: 2px solid #a40000;
	margin: 0;
}
#vente_a_emporter li {
	list-style-type: none;
}
#vente_a_emporter form .img_captcha{
	overflow: hidden;
}
#vente_a_emporter a .text-secondary{
	color: black!important;
}

.emporter {
	background-image:url('../img/background/crepes.jpg');
	background-repeat:no-repeat;
	background-position: center center ;
}

.avis {
	color: black !important;
}

.lien_avis a:hover {
	text-decoration: underline dotted black !important;
}

/** --- Formulaires --- **/

.form-control{
	background-color: #361b0c87;
	color: #f8e1c2 ;
	border-color: #361b0c87;
}
.form-control:focus{
	box-shadow: 0 0 3px 0.2rem #361b0c69;
	border-color: #361b0c40;
	background-color: #f8e1c2;
	color: rgba(0,0,0,.8);
}


/** --- A decouvrir --- **/

#galerie {
	color: #000;
	font-size: 1.1rem;
	font-weight: 600
}

#galerie .container{
	max-width: 1100px;
}
#galerie .mt-6{
  margin-top: 5.6rem;
}
#galerie .grid{
  display: flex-box;
  margin: 0 auto;
  text-align:  center;
}

#galerie .grid a img{
	width: auto;
	height: 300px;
	margin-bottom: 5px;
	object-fit: cover;
	object-position: top left;
} 

/** ---  Div Adresse --- **/

.div_adresse{
	right: -37px;
	top: 45%;
	position: fixed;
	z-index: 2;
	display: none;
}
.div_adresse .tr_adress{
	width: 80%;
	height: auto;
}
.div_adresse .location{
	position: absolute;
	height: 28px;
	width: auto;
	right: 60px;
	top: 55px;
}
.div_adresse a{
	color: #f8e1c2;
	text-decoration: none;
}
.div_adresse a span{
	position: absolute;
	left: 60px;
	font-size: 15px;
	top: 90px;
}


/** --- Adresse --- **/

.bg_adr{
	background-color: #F8E1C2;
	width: 100%;
}

.newsletter {
	display: flex;
}

#emporter fieldset {
	display: flex;
	margin-left: 2%;
}

.emporter fieldset {
	display: flex;
}

/** --- footer --- **/

footer .row{
	margin: 0;
}
footer .border-bottom{
	border-color: #F8e1c2!important;
}
footer .border-top {
    border-color: #F8e1c2!important;
}
footer .col-6{
	font-size: 0.6rem;
	padding: 0;
}
footer .col-12{
	font-size: 0.8rem;
}
footer .col-12 a{
	font-size: 1rem;
	margin-bottom: 6px;
}
footer .fixed-bottom{
	z-index: 1;
}
.bg-dark{
	background-color: #361b0c!important;
	opacity: 0.6;
}


/** --- RWD --- **/
/* Iphone 6 portrait */
@media (min-width:440px and max-height:1800px) , (orientation:landscape) {
	.mt-6 {margin-top: 1.6rem;}
	#accueil .py-5{ padding-bottom: 1.8rem!important; }
	.menu_gauche{
	 bottom:22px;
	 width: 100vw;
	 height: 300px;
	 max-height: 100%;
	 transform: translateY(280px);
	}
	.menu_gauche--open{
		transform: translateY(22px);
		opacity: 1;
		box-shadow: 0px 0px 0px 0rem #361b0C;
	}
	.menu_gauche_center{
		width: 4%;
		height: auto;
		margin: 0.3em;
	}
	.menu_gauche .img_fleche_d{
		height: 30px;
		width: 30px;
		transition: all 0.7s ease-out;
	}
	 /* .menu_gauche section .col-6{
		flex: 0 0 25%;
		max-width: 25%;
	} */
	.menu_gauche section .pt-2{
		padding-top: 0!important;
	}
	.menu_gauche figure img{
		width: 25px;
	}
	#carte .barre .flex-column{flex-direction: row!important; -webkit-box-orient: horizontal!important; -webkit-box-direction: reverse!important;}
	#carte .barre a{font-size: 0.8rem;}
}

@media (max-width: 380px) {
	#accueil img {
		width: auto !important;
		height: 40px !important;
	}
}

@media (min-height: 400px) and (max-width: 1025px) {
	#accueil h2{
		font-size: 1em !important;
		margin-top: 0 !important;
	}
	#accueil h1{
		font-size: 2em !important;
	}
	#accueil h3{
		font-size: 0.8em !important;
		margin-top: 0 !important;
		margin-top: 0.3em !important;
	}
	 #accueil img {
		width: auto;
		height: 50px;
	}
	#py-22{
		padding-bottom: 0.5em !important;
	}
}
@media (min-width:576px) {
	#accueil h2{
		font-style: italic;
		font-family: "Pristina";
		font-size: 4em;
		margin-top: 15px;
		color: #472e1f;
	}
	.container:{min-width:730px;}
	footer p{font-size: 0.55rem}
}

@media  (min-width:768px) and (orientation: portrait) {
	.menu_gauche{
	 bottom:22px;
	 width: 100vw;
	 height: 320px;
	 max-height: 100%;
	 transform: translateY(280px);
	}
	.menu_gauche--open{
		transform: translateY(22px);
		opacity: 1;
		box-shadow: 0px 0px 0px 0rem #361b0C;
	}
	.menu_gauche_center{
		width: 4%;
		height: auto;
		margin: 0.3em;
	}
	.menu_gauche .img_fleche_d{
		height: 30px;
		width: 30px;
		transition: all 0.7s ease-out;
	}
	 .menu_gauche section .col-3{
		flex: 0 0 25%;
		max-width: 25%;
	}
	.menu_gauche section .pt-2{
		padding-top: 0!important;
	}
	.menu_gauche figure img{
		width: 25px;
	}
	#carte .barre .flex-column{flex-direction: row!important; -webkit-box-orient: horizontal!important; -webkit-box-direction: reverse!important;}
	#carte .barre a{font-size: 1rem;}
}
@media (min-width:768px and min-height:501px) and (orientation: landscape){
	.mt-6 {margin-top: 1.6rem;}
	.logo_index{width: 700px;}
	#accueil .py-5{ padding-bottom: 1.8rem!important; }
	.menu_gauche{
	 bottom:-30px;
	 width: 100vw;
	 height: 370px;
	 max-height: 100%;
	 transform: translateY(280px);
	}
	.menu_gauche--open{
		transform: translateY(-30px);
		opacity: 1;
		box-shadow: 0px 0px 0px 0rem #361b0C;
	}
	.menu_gauche--open .card--open .d-flex{ display: flex;}
	.menu_gauche--open .card--open .flex-row{flex-direction: row;}
	.menu_gauche--open .card--open .flex-wrap{flex-wrap: wrap;}
	.menu_gauche_center{
		width: 5%;
		height: auto;
		margin: 0.3em;
	}
	.menu_gauche h2{ font-size: 1.8rem;}
	.menu_gauche p {font-size: 0.9rem;}
	.menu_gauche .img_fleche_d{
		height: 40px;
		width: 40px;
		transition: all 0.7s ease-out;
	}
	.menu_gauche section .mt-3{
		margin-top: 2.7rem!important;
	}
	.menu_gauche section .col-md-12{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.menu_gauche section .col-md-12 p{
		font-size: 1rem;
	}
	.menu_gauche section .col-md-6{
		flex: 0 50%;
		max-width: 57%;
		padding: 0;
	}
	.menu_gauche section .pt-2{
		padding-top: 2.5rem!important;
	}
	.menu_gauche figure img{
		width: 30px;
	}
	.menu_gauche--open {font-size: 0.9rem;}
	.menu_gauche--open .card--open footer{padding: 0 15px}
	.menu_gauche--open h4{font-size: 1.3rem}
	#carte .barre .flex-column{flex-direction: row!important; -webkit-box-orient: horizontal!important; -webkit-box-direction: reverse!important;}
	#carte .barre a{font-size: 1rem;}
}
/* Desktop */

@media (max-width: 575px){
	.container {
		max-width: 400px;
	}
}

@media screen and (min-width:992px){
	.logo_index{width: 700px;}
	header nav {font-size: 1.0rem}
	#header .container{padding: 0; max-width: 1200px}
	.tel_contact {
    background-color: #241b14;
    position: relative;
    opacity: 0.7;
    height: 30px;
    width: 170px;
		top: 40px;
    z-index: 2;
    color: #f8e1c2;
    display: inline-block;
    padding: 0 0 0 8px;
    line-height: 30px;
    border-radius: 2px;
	}
	.tel_contact img {
    height: 23px;
    width: auto;
    margin-right: 8px;
	}
	.tel_contact a {
    text-decoration: none;
    color: inherit;
	}
	.container{max-width: 700px; padding-left: 2rem; padding-right: 2rem;}
	#btnadr{display: none;}
	.div_adresse{display:block;}
	.menu_gauche{
 	 display: block;
	 	background-color: #361b0c;
	 	/* box-shadow: 9px 4px 7px 0rem #361b0C; */
	 	position: fixed;
	 	top: 0;
		bottom: none;
	 	opacity: 0.90;
	 	height: 100%;
		max-height: none;
	 	padding-top: 55px;
	 	width: 250px;
	 	max-width: 250px;
	 	z-index: 10;
	 	color: #f8e1c2;
	 	transform: translateX(-160px);
	 	-webkit-transition: transform 1.8s ease;
		 	 -moz-transition: transform 1.8s ease;
			 	-ms-transition: transform 1.8s ease;
			 	 -o-transition: transform 1.8s ease;
			 		  transition: transform 1.8s ease;
 }
 .card-title{
 	margin-bottom: 0.1em;
 }
 .hr_light{
 	border-top: 2px solid #f8e1c2;
 	margin: 0;
 }
 .menu_gauche p{
 	font-size: 0.9em;
 	margin: 0;
 }
 .fleche_menu{
 	display: inline-block;
 	top: 50%;
 	left: 88%;
 	position: absolute;
	-webkit-transform: rotate(0deg);
		 -moz-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			 -o-transform: rotate(0deg);
					transform: rotate(0deg);
 }
 .menu_gauche .img_fleche_d{
 	height: 50px;
 	width: 50px;
 	transition: all 0.7s ease-out;
 }
 .logo_menu_g{
 	display:  flex;
 	justify-content:  space-around;
 	flex-direction:  column;
 	flex-wrap:  wrap;
 	align-items: flex-end;
 }
 .menu_gauche_center{
 	width: 45px;
 	height: auto;
 	margin: 19px;
 }
 .menu_gauche .card{
 	background:rgba(0,0,0,0);
 	opacity: 0;
 	-webkit-transition: opacity 0s ease-in;
			-ms-transition: opacity 0s ease-in;
 			-moz-transition:opacity 0s ease-in;
 			 -o-transition: opacity 0s ease-in;
 		 			transition: opacity 0s ease-in;
 }
 .menu_gauche--open .card--open{
 	background:rgba(0,0,0,0);
 	border: none;
 	flex-direction: row;
 	opacity: 1;
 	flex-direction:  column;
 	align-items: center;
 }
 .menu_gauche section .mt-3{
	 margin-top: 2.7rem!important;
 }
 .menu_gauche section .col-md-12{
	 flex: 0 0 100%;
	 max-width: 100%;
 }
 .menu_gauche section .col-md-12 p{
	 font-size: 1rem;
 }
 .menu_gauche section .col-md-6{
	 flex: 0 50%;
	 max-width: 57%;
	 padding: 0;
 }
 .menu_gauche section .pt-2{
	 padding-top: 2.5rem!important;
 }
 .menu_gauche figure img{
	 width: 30px;
 }
 .menu_gauche--open {font-size: 0.9rem; padding-left: 15px; padding-right: 15px;}
 .menu_gauche--open .card--open footer{padding: 0 15px}
 .menu_gauche--open h4{font-size: 1.3rem}
 /** --- transition au clic --- **/
 .menu_gauche--open{
 	transform: translateX(0px);
 	opacity: 1;
 	box-shadow: 0px 0px 0px 0rem #361b0C;
 }
 .menu_gauche--open .logo_menu_g{
 	flex-direction: row;
 }
 .menu_gauche--open .menu_gauche_center{
 	align-self: center;
 }
 .menu_gauche--open .fleche_menu{
 	left: 92%;
	top: 50%;
 }
 .menu_gauche--open .img_fleche_d{
 	height: 40px;
 	width: 40px;
	-webkit-transform: rotate(180deg) translateX(2px);
 		 -moz-transform: rotate(180deg) translateX(2px);
  	  -ms-transform: rotate(180deg) translateX(2px);
 			 -o-transform: rotate(180deg) translateX(2px);
 		 			transform: rotate(180deg) translateX(2px);
 }
 footer .row{
 	margin: 0;
 }
 footer .border-bottom{
 	border-color: #F8e1c2!important;
 }
 footer .border-top {
     border-color: #F8e1c2!important;
 }
 footer .col-6{
 	font-size: 0.7rem;
 	padding: 0;
 }
 footer .col-12{
 	font-size: 0.8rem;
 }
 footer .col-12 a{
 	font-size: 1.2rem;
 	margin-bottom: 6px;
 }
 footer .fixed-bottom{
 	z-index: 1;
 }
 .bg-dark{
 	background-color: #361b0c!important;
 	opacity: 0.6;
 }
 #carte .barre .flex-column{flex-direction: row!important; -webkit-box-orient: horizontal!important; -webkit-box-direction: reverse!important;}
 #carte .barre a{font-size: 1rem;}
}

@media screen and (min-width:1200px){
	.logo_index{width: 700px;}
	header nav {font-size: 1.3rem}
  .container{max-width: 1100px}
	.tel_contact{top: 47px;}
	.mt-6 {margin-top: 3.6rem;}
	.div_adresse{display:block;}
	 #carte .barre a{font-size: 1.2rem;}
}

/** Page Presse **/

#presse .card-header {
	background-color: #472e1f;
	border-bottom: #472e1f 1px solid;
	opacity: 0.9;
	color: white;
	font-weight: bold;
	min-height: 72px;
}

#presse .card {
	border: none;
	background-color: #f8e1c2;
	opacity: 0.9;
}

#presse a {
	color: #a40000;
}

#presse .form-row {
	margin-top: 15%;
}

/** page mentions **/

.mentions {
	background-color: #ffffffb3;
	padding: 3rem;
}

.mentions a {
	color: #a40000;
}

.mentions a:hover {
	color: #a40000;
}