@import url('https://fonts.googleapis.com/css2?family=Cairo&family=Montserrat:wght@400;500;700&display=swap');
@font-face {
    font-family: 'Besom-Handwritten-Brush-Font';
    src: url('../besom/Besom-Handwritten-Brush-Font.eot');
    src: local('Besom-Handwritten-Brush-Font'), local('Besom-Handwritten-Brush-Font'),
        url('../besom/Besom-Handwritten-Brush-Font.eot?#iefix') format('embedded-opentype'),
        url('../besom/Besom-Handwritten-Brush-Font.woff2') format('woff2'),
        url('../besom/Besom-Handwritten-Brush-Font.woff') format('woff'),
        url('../besom/Besom-Handwritten-Brush-Font.ttf') format('truetype');
    font-style: normal;
}
@font-face {
 font-family: 'Athelas-Regular';
    src: url('../sf/Athelas-Regular.eot') format('embedded-opentype'); /* IE9 + later */
    src: url('../sf/Athelas-Regular.eot?#iefix') format('embedded-opentype'), /* IE6 to IE8  */
         url('../sf/Athelas-Regular.woff') format('woff'),  /* Newer browsers */
         url('../sf/Athelas-Regular.ttf') format('truetype'), /* Safari og iOS, Chrome, Android, Firefox and Opera except Opera Mini  */
        url('../sf/Athelas-Regular.svg#Athelas-Regular') format('svg'); /*IE og iOS earlier than version 5*/
}
*
{	
	font-family: 'Montserrat', sans-serif;

	font-size:16px;
	/*color:#668475;*/
	color:#0F0707
	
}
:root {
  --black-color: #000;
  --white-color: #FFF;  
  --green-color: #668475;

}
.rtl{
	direction:rtl
}
.font-cairo , .font-cairo *
{
	font-family: 'Cairo', sans-serif;

}
.font-besom
{
	 font-family: 'Besom-Handwritten-Brush-Font';
}
::-webkit-scrollbar {
  width: 8px;
  height: 16px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #668475;
}
html , body
{
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;

}
.transition
{
	transition:all 0.5s ease-in-out;
}
body
{
	
}
a {
	color:#0F0707;
	text-decoration:none;
	transition:0.8s;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
}
a:hover{
	color:#668475;
}
.displaynone
{
	display:none !important
}
.d-inline-block
{
	display:inline-block
}
.vError
{
	border:red 1px solid !important
}
.form-error
{
    color: red;
    font-size: 10px !important;
}
.h100{
	height:100%
}
.FormResult  , .FormResult1 , .FormResult *, .FormResult1 *, .FormResult2 *
{
	color:green;

}
.dnone
{
	display:none
}
.d-block{
	display:block
}
.d-flex
{
	display:flex;
	flex-wrap: wrap;
}
.italic
{
	font-style:italic
}
.white
{
	color:#FFF
}
.font-medium , .font-medium *
{
	font-weight:500
}
.font-bold , .font-bold *
{
	font-weight:700
}
.font-athelas , .font-athelas *
{
	font-family: 'Athelas-Regular';
}

.font-12, .font-12 *
{
	font-size:0.75rem
}
.font-13, .font-13 *
{
	font-size:0.8125rem
}
.font-14, .font-14 *
{
	font-size:0.875rem
}
.font-15, .font-15 *
{
	font-size:0.9375rem
}
.font-16, .font-16 *
{
	font-size:1rem
}
.font-18 , .font-18 *
{
	font-size:1.125rem
}
.font-20, .font-20 *
{
	font-size:1.25rem
}
.font-22, .font-22 *
{
	font-size:1.375rem;
}
.font-24, .font-24 *
{
	font-size:1.5rem
}
.font-25, .font-25 *
{
	font-size:1.5625rem
}
.font-26, .font-26 *
{
	font-size:1.625rem
}
.font-28, .font-28 *
{
	font-size:1.75rem
}
.font-30, .font-30 *
{
	font-size:1.875rem
}
.font-32, .font-32 *
{
	font-size:2rem;
}
.font-35, .font-35 *
{
	font-size:2.1875rem;
}
.font-36, .font-36 *
{
	font-size:2.25rem
}
.font-40, .font-40 *
{
	font-size:2.5rem
}
.font-42, .font-42 *
{
	font-size:2.625rem
}
.font-45, .font-45 *
{
	font-size:2.8125rem
}
.font-50, .font-50 *
{
	font-size:3.125rem;
}
.font-52, .font-52 *
{
	font-size:3.25rem
}
.font-55, .font-55 *
{
	font-size:3.437rem
}
.font-60, .font-60 *
{
	font-size:3.75rem;
}
.font-62, .font-62 *
{
	font-size:3.875rem
}
.font-70, .font-70 *
{
	font-size:4.375rem;
}
.font-80, .font-80 *
{
	font-size:5rem
}
.font-90, .font-90 *
{
	font-size:4.375rem;
}
.font-120, .font-120 *
{
	font-size:7.5rem
}
.text-center
{
	text-align:center
}
.line-height13
{
	line-height:1.3rem
}
.line-height14
{
	line-height:1.4rem
}
.line-height15
{
	line-height:1.5rem
}
.line-height2
{
	line-height:2rem
}
.line-height3
{
	line-height:3rem
}
.line-height4
{
	line-height:4rem
}
.inline-block
{
	display:inline-block
}
.flex-row {
    display: flex !important;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.flex-column {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.jc-fs
{
	    justify-content: flex-start !important;
}
.jc-sb
{
	    justify-content: space-between !important
}
.trigger{
	width: 35px;
	height: 25px;
	z-index: 999999999;
	cursor:pointer;

}

.trigger > div{
	position: relative;
}

.trigger > div > span{
	position: absolute;
	height: 2px;
	width:45px;
	margin:0;
	background: #5C7068;
	top:0;
	

	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
	left:0
}

.trigger > div > span:nth-child(2){
    top: 9px;


}

.trigger > div > span:nth-child(3){
	top:18px;
}

.trigger > div.close > span:nth-child(1){
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	top: 11px;
	background:#FFF
}

.trigger > div.close > span:nth-child(2){

	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
	top: 11px;background:#FFF
}
.trigger > div.close > span:nth-child(3){

	display:none
}
.trigger, .sitewrapper{
	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.slideddddd{
	-ms-transform: translate(-320px,0); /* IE 9 */
	-webkit-transform: translate(-320px,0); /* Safari */
	transform: translate(-320px,0); /* Standard syntax */
	
}
.white , .white *
{
	color:#FFF
}
.blur {
    
    background: transparent !important;
}
.z-100
{
	z-index:100
}
.relative
{
	position:relative;
}
b
{
	font-weight:700
}
.txt-justify
{
	text-align:justify
}
.py-75
{
	padding-top:4.6875rem;
	padding-bottom:4.6875rem
}
.py-100
{
	padding-top:6.25rem;
	padding-bottom:6.25rem
}
.pt-100
{
	padding-top:6.25rem;
}
.px-100
{
	padding-right: 6.25rem;
	padding-left: 6.25rem
}
.pl-100
{

	padding-left: 6.25rem
}
.ai-fs
{
	align-items:flex-start
}
.line-20 , .line-20 *
{
	line-height:1.25rem;
}
.line-22 , .line-22 *
{
	line-height:1.375rem
}
.line-25 , .line-25 *
{
	line-height:1.5625rem
}
.line-30 , .line-30 *
{
	line-height:1.875rem;
}
.line-35 , .line-35 *
{
	line-height:2.1875rem;
}
.line-40 , .line-40 *
{
	line-height:2.5rem;
}
.line-45 , .line-45 *
{
	line-height:2.8125rem;
}
.line-50 , .line-50 *
{
	line-height:3.125rem
}
.line-60 , .line-60 *
{
	line-height:3.75rem
}
.line-70 , .line-70 *
{
	line-height:4.375rem
}

.ai-initial
{
	align-items:initial
}
.ai-c
{
	align-items:center
}
.jc-c
{
	    justify-content: center;
}.jc-fe
{
	    justify-content: flex-end;
}
.ai-fe
{
	align-items:flex-end
}
.z-50
{
	z-index:50
}
.d-inline-block{
	display:inline-block
}
.open_left , .open_right , .area_layer_back 
{
	opacity:0
}
.open_right.aos-animate
{
	animation: 1s ease-in-out 0.75s window-fromleft both;
    /* -webkit-animation: 1.25s ease-in-out 0.75s window-fromright both; */
    opacity: 1;
}
.open_left.aos-animate
{
	animation: 1s ease-in-out 0.75s window-fromright both;
    /* -webkit-animation: 1.25s ease-in-out 0.75s window-fromright both; */
    opacity: 1;
}
.area_layer_back.aos-animate
{
	opacity: 1;
    animation: 1s ease-in-out 0.5s circle-fromcenter-over both;
    -webkit-animation: 1s ease-in-out 0.5s circle-fromcenter-over both;
}
.bg_white
{
	background:#FFF
}
.cur
{
	cursor:pointer
}
.bg1
{
	background:#A0B8AE
}
.bg222
{
	background:#f5dedd
}
.black
{
	color:#000;
}
.bgg
{
	background:url('../img/Asset 2-100.jpg') no-repeat bottom center  / cover
}
.bt-2 {
    border-top: 2px solid #D1D1D1;
}
.color1 , .color1 *
{
	color:#8A8A8A
}
.color2 , .color2 *
{
	color:var(--green-color)
}
.color2:hover , .color2:hover  *
{
	color:var(--black-color)
}
.color3 , .color3 *
{
	color:#FA6400
}
.color4 , .color4 *
{
	color:#6D7278
}
.color5 , .color5 *
{
	color:var(--green-color)
}
/*///////////////////////////////////////*/
.logo img
{
	width:300px;
}
header nav ul
{
	text-align:center
}

header nav li a , header nav li a span
{
	color:#668475
}

.banners {
    margin-bottom: -5px !important;
    z-index: 50;
    position: relative;
    z-index: 5;
}
.main_bg {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}
.banners_bg {
    position: absolute;
    transition: all 1s ease-in;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;background-repeat:no-repeat;background-size:cover
}
.banners_bg1:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
      background: linear-gradient(180deg, #FFFFFF 0%, rgba(255,255,255,0) 50%);
content:'';
    z-index: 50;
   
}
.banners_bg:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: rgba(0,0,0,0.3);
    z-index: 40;content:'';
   
}

.banners_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    padding-top: 0;
}
.products .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 600;
    box-sizing: border-box;
    padding: 30px;
    background: none;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    background: rgba(255,255,255,.6);
    opacity: 0;
}
.shop_now
{
	background:#A0B8AE;
	color:#FFF;	
}
.products div.slick-slide:hover  .overlay{
	opacity: 1;
}
.products
{
	margin-bottom: 0 !important
}

.products  .slick-slide{margin: 0 10px;}
.products  .slick-list{margin: 0 -10px;}


.logos  .slick-slide{margin: 0 10px;}
.logos  .slick-list{margin: 0 -10px;}
.products .latest_arrow
{
	position:absolute;
	cursor:pointer;
	top:calc(50% - 35px);
	z-index:60;
	background:none;
	width:40px;filter: brightness(0) invert(1);

}
.products .leftLst
{
	left:-75px;
}
.products .rightLst
{
	right:-75px;
}
.discover_more
{
	border:1px solid #FFF
}
.discover_more:hover
{
	background:#FFF;
	color:#A0B8AE
}
.learn_more
{
	position:absolute;
	top:50%;
	left:50%;
	z-index:100;	
	transform:translate(-50%,-50%);
}
.logos .latest_arrow
{
	position:absolute;
	cursor:pointer;
	top:calc(50% - 15px);
	z-index:60;
	background:none;
	width:40px;filter: brightness(0) invert(1);

}
.logos .leftLst
{
	left:-55px;
}
.logos .rightLst
{
	right:-55px;
}
.logos .slick-track 
{
    display: flex !important;
}
.logos .slick-slide
{
    height: inherit !important;
}
.logos .slick-slide  , .logos .slick-slide  div
{
	height:100%
}
.logos_box img{max-width:80%}
.logos
{margin-bottom: 0 !important}
.social li
{
	margin-left:10px;
}
.footer_menu li
{
	margin:0 5px;
}
.underline
{
	text-decoration:underline
}
header nav li a:hover{
	color:#FFF
}
.bg2
{
	background:url('../img/t.jpg?v-1.1') no-repeat top center  / cover
}
.bg3
{
	background:#92A9A0;
}
.bg4
{
	background:url('../img/bg_4.png') no-repeat top center ;
	background-size: contain;	
}
.bg5
{
	background:#F5DCD6;
}
.bg6
{
	background:url('../img/bg_6.jpg') no-repeat top center ;
	background-size: contain	
}
.bg7
{
	background:#F0F0F0;
}
.bg_shadow:before{
	position:absolute;
	left:0;
	width:100%;
	height:100%;
	top:0;
	z-index:60;
	background:url('../img/shadow.png?v-1.1') no-repeat top center  / cover;
	content:''

}
.ai-e
{
	    align-items: end;
}

.map_box {
    width: 994px;
  
    /*  height: 505px;background: url(../img/map1.jpg) no-repeat top center / cover;*/
    position: relative;
}
.map_box .img1
{border-radius:200px}
.pin , .circle , .text
{
	position:absolute;
	z-index:50
}
.pin1{
    top: 33px;
    left: 215px;
}
.pin2{    
    top: 245px;
    right: 320px;
}
.pin3{
    top: 230px;
    left: 300px;
}
.pin4{    
    top: 90px;
    left: 320px;
}
.pin5{top:110px;right:740px;}


.bullets li
{
    display: list-item;
    width: 100%;
    list-style-position: inside;
    /* list-style: circle; */
    list-style-type: disc;
}
.bullets ul{
padding-top:15px;
}
	
	
.circle1{
top: 51px;
    left: 209px;
    width: 39px;
    height: 39px;
}
.circle2{    
top: 254px;
    right: 309px;
    width: 49px;
    height: 49px;
}
.circle3{
    top: 234px;
    left: 284px;
    width: 59px;
    height: 59px;
}
.circle4{    
top: 108px;
    left: 314px;
    width: 39px;
    height: 39px;
}
.circle5{top: 123px;right: 730px;width: 49px;height: 49px;}	



.text1{    
    top: 132px;
    right: 790px;
	}
.text2{ 
    top: 207px;
    right: 475px;
	}
.text3{
top: 195px;
    right: 775px;
	}
.text4{      
	top: 150px;
    left: 675px;
	}
.text5{    top: 110px;
    right: 830px;}



.pulsating-circle {
    transform: translateX(-50%) translateY(-50%);
	z-index:40
}
.pulsating-circle div
{
	position:relative;
	width:100%;
	height:100%;
}
.pulsating-circle span
{
	width:70%;
	height:70%;
	background:#668475;
	opacity:0.336635045;
	display: inline-block;
	border-radius:50%;animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;

}

.pulsating-circle div:before {
    content: "";
    position: absolute;
    display: block;
    width: 200%;
    height: 200%;
    box-sizing: border-box;
    left: -50%;
    top: -50%;
    border-radius: 50%;
    background-color: #668475;opacity:0.7;
    -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.pulsating-circle div:after {
    content: "";
    position: absolute;
    display: block;
    width: 300%;
    height: 300%;
    box-sizing: border-box;
    left: -100%;
    top: -100%;
    border-radius: 50%;
    background-color: #668475;opacity:0.7;
    -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.circle2 div:after , .circle2 div:before
{
	animation-delay:300ms
}
.circle3 div:after , .circle3 div:before
{
	animation-delay:500ms
}
.circle4 div:after , .circle4 div:before
{
	animation-delay:700ms
}
.circle5 div:after , .circle5 div:before
{
	animation-delay:900ms
}

@keyframes pulse-ring {
  0% {
    transform: scale(.2);
  }
  80%, 100% {
    opacity: 0;
  }
}
@keyframes pulse-dot {
  0% {
    transform: scale(.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(.8);
  }
}
.pin{
	z-index:100
}
.pin_pop
{
    position: absolute;
    top: -45px;
    right: 0;
    background: #FFF;
    z-index: 5000;
    padding: 10px 25px;
    border-radius: 5px;
    box-shadow: 0 0 12px #4a4a4a66;
	opacity:0;
	visibility:hidden;
	transition:all 0.5s ease-in-out;
}
.pin:hover{
	z-index:200
}
.pin:hover .pin_pop
{
	opacity:1;
	visibility:visible
}
.contact_map iframe {
    width: 100%;
    height: 505px;
}
.contact-img
{
	position:absolute;
	left:0;
	bottom:50px;
	z-index:1;
	max-width:500px;
}
.contact-box-bg
{
	background:url('../img/3.jpeg') no-repeat center center / cover;
	background-attachment:fixed
}

.contact-box-bg:before
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	content:'';
	z-index:2
}
.contact-form input, .contact-form textarea {
    border: 1px solid #FFF;
	background-color:transparent;
	color:#FFF
}
.contact-form input::placeholder , .contact-form textarea::placeholder  {
  color: #FFF;
  opacity: 1; /* Firefox */
}

.contact-form input::-ms-input-placeholder , .contact-form textarea::-ms-input-placeholder { /* Edge 12 -18 */
  color: #FFF;
}
.contact-form textarea
{
	height:190px;
}
.contact-form button[type=submit] {
    width: 280px;
    height: 50px;
    background-color:var(--black-color)
}
.contact-form button[type=submit]:hover
{
    background-color: var(--green-color)
}
.contact-form
{
    max-width: 75%;
    margin: 0 auto;	
}
.pb-100
{
	padding-bottom:100px;
}
.white_box_aires
{
	width:100%;
	height:130px;
	background:#FFF;
}


/**/

/* Style the main navigation menu */
.menu ul {
 
}
.menu ul li {
  position: relative;
}
.menu ul li a {
  display: block;
  text-decoration: none;
  padding:25px;
  transition:all 0.5s ease-in-out;
}
.menu ul li a.active {
background:#5C7068;
}
.menu ul li:hover  a {
	background:#5C7068
}

/* Style the dropdown menus */
.menu ul ul {

  position: absolute;
  top: 100%;
  left: 0;
  
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition:all 0.5s ease-in-out;
  border:0
}

.menu ul li:hover > ul , .menu ul li.active > ul   {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.menu ul ul li {
  width: 280px;
  border:0;
  background-color: #5C7068;
  display: inline-block;
  height: auto;
}

.menu ul ul li a {
}

.menu ul ul ul {
  left: 100%;
  top: 0;
}

/* Style for hover effect */
.menu ul li:hover ul a {
	color:#FFF
}

/* Style for active page */
.menu ul li a:hover,
.menu ul li.current > a {

}
.menu .subMenu li a {
    display: block;
    width: 100%;
    padding:15px 25px;
    color: #FFF;
    font-size: 15px;
    line-height: inherit;
    border-bottom: 1px solid #92A9A0;
    display: flex !important;
    justify-content: flex-start;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.menu .subMenu li a:hover
{
	background:#455850;
}
/**/
.les_vins_title
{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index:50;
	min-height:90px;
}
.m-10-tb
{
	margin:-10px 0
}
.oeno_list li
{
	display:inline-block;
	width:100%;
	border-bottom:1px solid #000;
	padding:25px 0
}
.oeno_table table
{
	width:100%
}
.oeno_table table td
{
	width:33.33%
}
.oeno_table table td
{
	
}


.qualite-box-bg
{
	background:url('../img/home-1-1.jpg') no-repeat center center / cover;
	background-attachment:fixed
}

.qualite-box-bg:before
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	content:'';
	z-index:2
}

.chiffres_number
{
	width:148px;
	height:148px;
}
.domaines_list li
{
	width:56px;
	height:34px;
	border:1px solid #EAEAEA;
	margin-left:10px;
}
.domaines_list li a
{
	display:flex
}
.domaines_box_listing h2
{
	background:#A1B8AF;
}
.les_caves_box
{
	background:#FFF;
	width:100%;
	height:180px;
	border:1px solid #979797
}
.domaine_logo_inner
{
	background:#FFF;
	width:300px;
	height:190px;	
}
.bouteilles_box
{
	position:relative;
	/*background:url('../img/logo.svg') no-repeat top center #F0F0F0;*/
	background:#F0F0F0;
	height:220px;
}
.watermark
{
opacity: 0.2;
    position: absolute;
    top: 70px;
    left: 0;
    transform: rotate(-70deg);
    z-index: 10;
}
.pxx-0
{
	padding-left:10px !important;padding-right:0 !important;
}
.font-500
{
	font-weight:500;
}
.green
{
	background:green;padding:5px;    color: #FFF;
}
.checkbox__checkmark_number input
{
    width: 35px;
    height: 25px;
    text-align: center;
    padding: 0;
}
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }
    input[type="number"] {
      -moz-appearance: textfield;
    }
.bouteilles_slick .latest_arrow
{
	position:absolute;
	cursor:pointer;
	top:calc(50% - 75px);
	z-index:60;
	background:none;
	width:40px;

}
.bouteilles_slick .leftLst
{
	left:-55px;
}
.bouteilles_slick .rightLst
{
	right:-55px;
}
  .bouteilles_slick .slick-slide {
      margin: 0 10px;
}

  /* the parent */
 .bouteilles_slick .slick-list   {
      margin: 0 -10px;
  } 

#hidden-content
{
	display:none;
	overflow: initial !important;
	    margin: 60px 30px !important;
}
.close-p
{
	position:absolute;
	top:-40px;
	right:0;
	cursor:pointer;
	z-index:50
}
#hidden-content .fancybox-close-small
{
	display:none
}
.appuyer_box a
{
	
}

.appuyer_box a {

    background-color:var(--black-color)
}
.appuyer_box a:hover
{
    background-color: var(--green-color);
	color:#FFF
}
.bouteilles-form label
{
    line-height: 2.5rem;
    font-size: 1rem;
	font-weight:700	
}
.bouteilles-form  button[type=submit] {
    width: 280px;
    height: 50px;
    background-color:var(--black-color)
}
.bouteilles-form  button[type=submit]:hover
{
    background-color: var(--green-color)
}
.checkbox
{
	position:absolute;
	bottom:15px;
	left:15px;
	z-index:50;
	width:calc(100% - 30px);
}
.trigger , .r_arrow
{
	display:none
}
.logos_box 
{
	height:200px !important; 
}
.hidden-content
{
	display:none
}
.min-h
{
	min-height:45px;
}
.white_box_aires img
{
	max-height:80%;
}


.bouteilles_slick  .slick-track {
    margin:auto;
}

@media all and (max-width: 1400px){
}
@media all and (max-width: 1200px){
	.container{width:1100px}
}
/*m*/@media all and (max-width: 1025px){
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
header nav {padding: 0;}
.menu ul li a {padding: 20px 10px;}
.footer_menu li{width:33%;margin:0;padding: 5px 0;}
.footer_menu ul{text-align: center;display: flex;flex-wrap: wrap;justify-content: center;}
.scroll-map{overflow:scroll;    display: inline-block !important;}
}
/*xm*/@media all and (max-width: 868px){
.flex-row-xm{flex-direction:column}
.mt-25-xm{margin-top:1.5625rem;}
.mb-25-xm{margin-bottom:1.5625rem;}
.mt-50-xm{margin-top:3.125rem;}
.ai-fs-xm{align-items:flex-start}
.txt-cntr-xm{text-align:center}
.flex-row-xm{flex-direction: inherit;flex-wrap: wrap;}
.flex-row-xm > div{width:33.33%}
.flex-row-xm div:first-child{width:100%;align-items: center;display: flex;justify-content: center;}
.flex-row-xm  div .appointment_box{width:270px}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.menu ul li:hover > ul {display: none;opacity: 0;visibility: hidden;transition: none; /* Remove transitions on mobile */}
.trigger_header{display:block}
.slided {-ms-transform: translate(-320px,0);-webkit-transform: translate(-320px,0);transform: translate(-320px,0);}
.trigger{display: block;position:relative;float: right;    margin-right: 0;width: 45px;}
nav{position: fixed;z-index: 500;width: 320px;    overflow: scroll;height: 100vh;box-sizing: border-box;background: #A0B8AE;left: 100%;padding: 20px;top: 0;
transition: .7s;-moz-transition: .7s;-webkit-transition: .7s;z-index:100000;display: flex !important;justify-content: center;flex-direction: column;align-content: center;align-items: center;}

.menu ul{flex-wrap:wrap;flex-direction: column;justify-content: center;}
.menu ul li {width:100%;margin:0;height: auto;border-left:0}
.menu ul li a{    color: #FFF;padding: 20px 0px;font-size: 20px;border-bottom: 1px solid #FFF;    width: 100%;}
.menu ul ul li{width:100%}
.menu ul ul {display:none}
.menu ul ul ul{position:relative;left:auto;top:auto;    padding-left: 0;}
.r_arrow.child2.active{transform: rotate(90deg);}
.menu-cur , .r_arrow{float:right;}
.subMenu.active{display: block !important;opacity: 1 !important;visibility: visible !important;    position: inherit;}
.r_arrow.child1 img , .r_arrow.child2 img{filter: brightness(0) invert(1);width:20px !important;}
header nav li a.active , .menu ul li:hover a{color: #FFF;}
.subMenu.active .has-submenu li{background:#545454}
.menu ul li:hover a {background-color:transparent;}
.r_arrow{display:block}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.flex-row.logo{justify-content:space-between}
.contact-form{max-width:100%}
.footer_menu li{width:50%;}
.contact-img{display:none}
.footer_menu{display:none}
.pb-100{padding-bottom:3.125rem}
.qualite-box-bg{background-attachment:inherit}
.pt-0-s{padding-top:0 !important}
}
/*s*/@media all and (max-width: 576px){
html, body{font-size:12px;}
.flex-row-s{flex-direction:column}
.ai-fs-s{align-items:flex-start}
.mt-25-s{margin-top:1.5625rem;}
.mt-50-s{margin-top:3.125rem;}
.d-none-s{display:none !important}
.pl-0-s{padding-left:0}

.txt-cntr-s{text-align:center}
.txt-cntr-s img{display:inline-block}
.px-25-s{padding-right:1.5625rem;padding-left:1.5625rem;}
.mt-0-s{margin-top:0}
.pb-50-s{padding-bottom:3.125rem;}
.py-0-s{padding:0}
.mb-25-s{padding-bottom:1.5625rem}
.px-0-s{padding-left:0;padding-right:0}
.mt-20-s{margin-top:1.25rem}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#hidden-content{margin:60px 0 !important}
.logo img{max-width:200px;}
.contact_map iframe{height:300px;}
.white_box_aires{    border: 1px solid #7a7a7a;}
.oeno_table table td{width:100%:}
.main_bg{height:400px;}
}





















