/*
Theme Name: BabaYaga
Theme URI: https://wordpress.org/themes/babayaga/
Author: the WordPress team
Author URI: https://wordpress.org
Description: BabaYaga is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 7.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: babayaga
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/
@import url('https://fonts.googleapis.com/css2?family=Glass+Antiqua&family=Josefin+Slab:ital,wght@0,100..700;1,100..700&display=swap');

gmp-map {
  height: 300px;
}

.glass-antiqua-regular {
  font-family: "Glass Antiqua", serif;
  font-weight: 400;
  font-style: normal;
}
.josefin-slab-regular {
  font-family: "Josefin Slab", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.mt-8{
	margin-top: 5rem;
}
.mb-8{
	margin-bottom: 5rem;
}

:root {
	--blue: #BFDBEB;
	--blue-dark: #1B3145;
	--ft-title: "Glass Antiqua", serif;
	--ft-txt: "Josefin Slab", serif;
}
.oflowhide{
	overflow: hidden;
}

img{
	max-width: 100%;
}
h1,h2,h3,h4{
	font-family: var(--ft-title);
	color: var(--grey);
}
h1{
	color: #BFDBEB;
	text-shadow: 3px 3px 0px #000;
	font-family: var(--ft-title);
	font-size: 68px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 68px */
	letter-spacing: 3.4px;
	text-transform: uppercase;
}
h2{
	color: #BFDBEB;
	text-shadow: 3px 3px 0px #000;
	font-family: var(--ft-title);
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 40px */
	letter-spacing: 2px;
	text-transform: uppercase;
}
p, a{
	font-family: var(--ft-txt), serif;
	line-height: 24px;
	font-size: 16px;
	color: #dee4e1;
}
a {
    -webkit-transition: color 0.4s;
    -moz-transition:    color 0.4s;
    -ms-transition:     color 0.4s;
    -o-transition:      color 0.4s;
    transition:         color 0.4s;
    text-decoration: none;
}
.mb-0{
	margin-bottom: 0px;
}
.uppercase{
	text-transform: uppercase;
}
.blue{
	color: var(--blue);
}
.ft-title{
	font-family: var(--ft-title);
}
.ft-txt{
	font-family: var(--ft-txt);
}
.large{
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 28.8px */
}
.button{
	display: inline-flex;
	padding: 9px 25px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 150px;
	background: #BFDBEB;
	color: #1B3145;
	text-align: center;
	font-family: var(--ft-txt);
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 18px */
}
.button:hover{
	background: rgba(191, 219, 235, 0.7);
}
.nopadding{
	padding-left: 0px !important;
	padding-right: 0px !important;
}


html{
	height: 100%;
	margin: 0;
}
body{
	/*background: #1b3145;*/
	height: vh(100%);
	width: 100%;
	margin: 0;
	background: rgb(27,49,69);
	color: #fff;
}

#header1{
	background: #162939;
	height: 100vh;
	position: fixed;
	max-width: 100%;
	padding-top: 35px;
	overflow: hidden;
	min-height: 890px;
	border-right: 3px solid #000;
}
.row #header1{
	padding-left: 0px;
	padding-right: 0px;
}
.content{
	float: right;
}
.bg1{
	background-image: url('../images/Vector.png');
	background-size: cover;
	background-position: center;
}
.bg2{
	background-image: url('../images/illust-bar2.svg');
	background-size: cover;
	background-position: center;
}
footer{
	border-top: 1px solid #ADADAD;
	margin-left: 150px;
	margin-right: 150px;
	text-align: center;
	padding-top: 50px;
}
footer .links{
	display: none;
}


/* MENU */
.navbar-expand-md .navbar-nav{
	flex-direction: column;
}
.navbar-expand-md .navbar-nav{
	width: 100%;
	margin-top: 48px;
}
.nav-link{
	color: var(--blue);
	text-align: center;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-family: var(--ft-title);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%; /* 22px */
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 0px;
	margin-bottom: 42px;
	cursor: pointer;
}
.navbar-expand-md .navbar-nav .nav-link.active{
	color: var(--blue);
}
.navbar-expand-md .navbar-nav .nav-item{
	position: relative;
	cursor: pointer;
}
.navbar-expand-md .navbar-nav .nav-item.hidden{
	display: none;
}
.navbar-expand-md .navbar-nav .nav-item.active:after{
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -50px;
	right: 0;
	bottom: 30px;
	height: 1px;
	width: 100px;  /* or 100px */
	border-bottom: 1px solid var(--blue);
}
.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-link.active:after,
.navbar-expand-md .navbar-nav .nav-link:hover:before,
.navbar-expand-md .navbar-nav .nav-link:hover:after{
	content: "•";
}
.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-link:hover:before{
	margin-right: 15px;
}
.navbar-expand-md .navbar-nav .nav-link.active:after,
.navbar-expand-md .navbar-nav .nav-link:hover:after{
	margin-left: 15px;
}
.navbar-expand-md .navbar-nav .nav-link:hover{
	color: var(--blue);
	opacity: 0.6;
}
/*-------*/


.logo{
	width: 250px;
	margin-left: auto;
	margin-right: auto;
}

/* Infos Side */ 
header div.btm{
	position: absolute;
	bottom: 50px;
	text-align: center;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}
header .infos{
	border-radius: 10px;
	border: 1px solid #ADADAD;
	padding: 25px;
	margin-bottom: 38px;
}
header .infos p{
	text-align: center;
	font-family: var(--ft-title);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%; /* 15.4px */
	letter-spacing: 1.4px;
}
header .infos .adr p{
	color: #FFF;
}
header .infos .separate{
	margin-top: 10px;
	margin-bottom: 10px;
}
header .rs{
	margin-bottom: 35px;
}
header .rs ul{
	padding-left: 0px;
}
header .rs ul li{
	display: inline;
   	text-align: center;
   	margin-left: 10px;
   	margin-right: 10px;
}
header .rs ul li a i{
	font-size: 18px;
	color: #ADADAD;
}
/*-------*/

/* Maintenance */
.line{}
.line:before,
.line:after{
	content: "";
  	display: block;
  	width: 40%;
  	height: 1px;
  	background: var(--grey);
  	position: absolute;
}
.line:before{
  	left: 0;
  	top: 50%;
}
.line:after{
  	right: 0;
  	top: 50%;
}


/* HOME */
.homepage{

}
.full{
	width: 100%;
	height: 100vh;
}
section .contain{
	padding-left: 150px;
	padding-right: 150px;
}
.homepage #section1{
	background: url('../images/back-salle.png');
	background-size: cover;
	background-position: center;
}
.contain-centered{
	height: 100%;
	padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.centered{

}
.row.h100{
	height: 100%;
}

.bg-degrad{
	background: linear-gradient(180deg, #1B3145 5.05%, #32618C 94.95%);
}

#section2 .contain{
	padding-top: 120px;
	padding-bottom: 120px;
	padding-right: 150px;
}
#section3 .contain{
	padding-top: 120px;
	padding-bottom: 120px;
	padding-right: 150px;
}
#section4{
	height: 300px;
}
#map {
    height: 300px; /* The height is 400 pixels */
    /* The width is the width of the web page */
}

#contact .contain{
	padding-top: 120px;
	padding-bottom: 120px;
	padding-right: 150px;
}
.ct-contact{
	position: relative;
	padding-left: 70px;
}
.ct-contact img{
	position: absolute;
	left: 0px;
	top: 0px;
}
.ct-contact h3{
	padding-top: 15px;
	padding-bottom: 15px;
}
.ct-contact p,
.ct-contact a{
	font-family: var(--ft-txt);
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 24px */
}


/* EVENT */
.frise-event{
	margin-bottom: 80px;
}
.event{
	margin-bottom: 80px;
}

.event .date{
	border-radius: 10px;
	border: 1px solid #ADADAD;
	/*padding-top: 20px;
	padding-bottom: 20px;*/
	max-width: 60%;
}
.event .date p{
	color: #BFDBEB;
	text-align: center;
	text-shadow: 3px 3px 0px #000;
	font-family: "Glass Antiqua";
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 3.4px;
	text-transform: uppercase;
}
.event .date p.day{
	font-size: 68px;
	line-height: 80px;
}
.event .date p.month{
	font-size: 40px;
}

.event .content{
	position: relative;
	height: 100%;
	float: left;
	width: 100%;
}
.event .content p{


}

/* pres2 */
.event.pres2 .visuel{
	background: url('../images/cadre-event.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: auto;
	max-width: 80%;
	padding: 50px;
}
.event.pres2 .visuel img{
	width: 100%;
}
.event.pres2 .date{
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 30px;
}
.event.pres2 .date p{
	float: left;
	line-height: 80px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
}
.event.pres2 .date p.hour{
	font-size: 40px;
}
.event.pres2 .content{
	height: auto;
}
.event.pres2 .content p{
	position: relative;
	bottom: 0px;
	float: left;
	display: block;
}
/* pres3 */
.event.pres3 .visuel{
	background: url('../images/cadre-event2.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: auto;
	padding: 80px;
	margin-top: 80px;
}
.event.pres3 .visuel img{
	width: 100%;
}

.by-add-to-calendar{ 
	position:relative; 
	display:inline-block; 
	margin-top:10px; 
}
.by-atc-btn{ 
	padding:10px 14px; 
	border-radius:10px; 
	border:1px solid #ddd; 
	background:#fff; 
	cursor:pointer; 
}
.by-atc-menu{
  position:absolute; 
  top:110%;
  left:0; 
  min-width:220px;
  border:1px solid #e5e5e5; 
  border-radius:12px; background:#fff;
  box-shadow:0 10px 30px rgba(0,0,0,.08); 
  padding:8px;
  display:grid; 
  gap:6px; 
  z-index:20;
}
.by-atc-menu a{ 
	padding:10px 10px; 
	border-radius:10px; 
	text-decoration:none; 
	color:#111; 
}
.by-atc-menu a:hover{ 
	background:#f5f5f5; 
}


/* page contact */
label{
	color: rgba(191, 219, 235, 1);
	font-family: var(--ft-title);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 13px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	margin-bottom: 12px;
	margin-top: 35px;
}
input, optgroup, select, textarea{
	border-radius: 5px;
	border: 1px solid rgba(173, 173, 173, 1);
	line-height: 40px;
	color: #fff;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	background: transparent;
	-webkit-transition: 0.5s;
  	transition: 0.5s;
  	
}
input[type=submit]{
	display: inline-flex;
	padding: 9px 25px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 150px;
	background: #BFDBEB;
	color: #1B3145;
	text-align: center;
	font-family: var(--ft-txt);
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 18px */
	width: auto;
	border: none;
}
input[type=submit]:hover{
	background: rgba(191, 219, 235, 0.7);	
}
input:focus,
textarea:focus{
	outline: none;
	border: 1px solid rgba(191, 219, 235, 1);
}


/* CARTE */
.product{
	margin-bottom: 5px;
	width: 70%;
}
.product .flex-parent{
	color: #FFF;
	font-family: "Glass Antiqua";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 85.4%; /* 17.08px */
	letter-spacing: 2px;
}
.product h3 .price{
	float: right;
}
.product h3 .qte{
	color: #A2BAC8;
	font-family: "Glass Antiqua";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 85.4%; /* 13.664px */
	letter-spacing: 1.6px;
}
.product h3 .separate{
	
	width: 100%;
	display: block;
	float: left;
	height: 3px;
}
.product .ingredient{
	color: #DADADA;
	font-family: "Glass Antiqua";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%; /* 15.4px */
	letter-spacing: 1.4px;
	margin-top: 5px;
}


.product .flex-parent{display:flex;}
.product .flex-parent .line-div{
  flex: 1; /* flex-grow */
  padding: 0 5px;
}
.product .flex-parent .the-line{
	margin-top: 8px;
	margin-left: 10px;
	margin-right: 10px;
  height: 3px;
  background: url('../images/separate.svg');
	background-repeat: repeat-x;
}

.cat-product{
	background-image: url('../images/glass2.svg');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 400px;
	background-position-x: calc(100% );
}

.carte .contain{
	
}

/* PRODUITS */
.logos-container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;

  width: 100%;
  padding: 12px 0;

  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.logos-container img {
  max-height: 80px;
  width: auto;
  object-fit: contain;
  opacity: 0.8;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

/* Hover discret */
.logos-container img:hover {
  opacity: 1;
  transform: scale(1.05);
}

/* Mobile : scroll horizontal */
@media (max-width: 768px) {
  .logos-container {
    overflow-x: auto;
    justify-content: flex-start;
    gap: 16px;
  }

  .logos-container img {
    flex: 0 0 auto;
  }
}


