@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500&display=swap');

*{
padding:0px;
border:0px;
margin:0px;
}

html{
width:100%;
min-width:750px;
position: relative;
}

.main_width{
width:750px;
margin:auto;
}


body{
font-family: 'Rubik', sans-serif;
font-weight:400;
background-repeat:no-repeat;
width:100%;
}


/* *********************** COMMON *********************** */

p{
color:#000516;
line-height:27px;
font-size:16px;
margin-bottom:13px;
text-align: justify;
text-justify: inter-word;
}

h1{
color:#000516;
text-transform: uppercase;
font-size: 30px;
font-weight: 400;
line-height: 48px;
padding-bottom:12px;
margin-bottom:22px;
background-repeat:no-repeat;
background-position:left bottom;
}

h1 span{
font-weight:700;
}

h2{
color:#000516;
text-transform: uppercase;
font-size: 26px;
font-weight: 400;
line-height: 28px;
margin-bottom:20px;
background-repeat:no-repeat;
background-position:left bottom;
padding-bottom:7px;
}

h2 span{
font-weight:700;	
}

h3{
color: #000516;
text-transform: uppercase;
font-size: 18px;
font-weight: 400;
line-height: 33px;
margin-bottom: 21px;
background-repeat: no-repeat;
background-position: left bottom;
margin-top: 29px;
}

h4{
color: #000516;
text-transform: uppercase;
font-size: 16px;
font-weight: 400;
line-height: 19px;
margin-bottom: 21px;
margin-top: 29px;
}



a.button{
display: inline-block;
background-color: transparent;
color: white;
padding: 7px 23px;
font-weight: 400;
transition: all 0.5s ease-in-out;
font-size: 15px;
text-decoration:none;
transition:all 0.3s;
border: 1px solid white;
}

a.button:hover{
transform: scale(1.1);
}

a{
color:inherit;
text-decoration:underline;
transition: all 0.2s ease-in-out;
}

p a:hover{
background-color:#85754e;
color: white;
}

#wrapper li:not(.infos_li):not(.docs_li):not(.docs_sub-li):not(.infos_sub-li){
list-style-type:none;
font-size:16px;
line-height:19px;
padding-left:30px;
padding-bottom:8px;
background-image: url('images/common/bg_li.png');
background-repeat: no-repeat;
background-position: 9px 5px;
color: #861a22	;
	
}

.clear{
width:100%;
clear:both;
}



/* *********************** HEADING MSG*********************** */
#heading{
width:100%;
height:40px;
text-align:center;
background-color:#861a22;
position: relative;
overflow: hidden;
}

#heading p{
color: white;
line-height: 40px;
font-size: 17px;
text-align: center;
display: block;
position: absolute;
overflow: hidden;
width: 200%;
height: 40px;
animation: marquee 12s linear infinite;
}

#heading p span{
float: left;
width: 50%;
}


@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}



/* *********************** BANNER / MENU *********************** */
#banner{
position: fixed;
top: 0;
width: 100%;
z-index: 10;
background-color: white;
box-shadow: 0px 2px 18px -7px #b7b7b7;
}

html[data-scroll='0'] #heading+#banner{
	top: 40px;
}

@keyframes fixedHeader {
  0%   {top: -100px;}
  100% {top: 0;}
}

html:not([data-scroll='0']) #heading+#banner{
animation-name: fixedHeader;
animation-duration: 0.8s;
}

#banner .content{
position: relative;
display: flex;
justify-content: space-between;
margin: 0 40px;
align-items: center;
}

#banner .logo{
width: 350px;
height: auto;
}

#banner .infos{
display:inline-block;
vertical-align:top;
margin-top:17px;
position:absolute;
top:0px;
right:0px;
text-align:right;
}

#banner .infos .texte{
display:inline-block;
vertical-align:top;
box-shadow: 2px 2px 0px 0px rgba(204,204,204,1);
background-color:#fdc04a;
transform: skew(-18deg, 0deg);
}

#banner .infos .texte p{
color:#000;
font-weight:700;
padding:3px 23px;
line-height:28px;
margin-bottom:0px;
font-size:15px;
transform: skew(18deg, 0deg);
}

#banner .infos .button{
display:inline-block;
vertical-align:top;
margin-right:20px;
margin-top:0px;
position:relative;
left:-19px;
top:3px;
}



#banner .infos .button:hover{
margin-right:10px;	
}


#banner .infos p.adresse{
display:inline-block;
padding-left:30px;
background-repeat:no-repeat;
background-position:0px 6px;	
margin-top:11px;
margin-right:35px;
font-size:14px;
color:#000516;
text-transform:uppercase;
font-weight:700;
line-height:35px;	
}

/* *********************** MENU *********************** */

/* BACKUP CCSSMENU */

#cssmenu {
    line-height: 1;
    font-size: 14px;
    color: #231f20;
    line-height: 70px;
    height: 70px;
}

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    z-index: 1000;

    box-sizing: border-box;
}

#cssmenu.align-center > div > ul {
    font-size: 0;
    text-align: right;
}

#cssmenu .langues{
	text-align: left;
    padding: 0 17px 30px;
    color: #a9a9a9;
    font-size: 16px;
}

#cssmenu .langues a{
text-decoration: none;
}

#cssmenu .langues a.active{
color: #861a22;
}

#cssmenu > ul > li {
    float: left;
}

#cssmenu.align-center > div > ul > li {
    display: inline-block;
    float: none;
}

#cssmenu > div > ul > li > a {
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .2s ease;
    padding-left: 17px;
    padding-right: 17px;
    display: inline-block;
    line-height: 70px;
}

/* FIN BACKUP */

div#cssmenu{
width:90%;
margin:30px auto!important;
line-height: 1;
height: auto;
text-align: right;
}

div#cssmenu.align-center > div {
    position: fixed;
    top: 0;
    right: -350px;
    width: 330px;
    height: 100vh;
    background-color: white;
    padding-top: 25px;
    margin: 0;
    -webkit-box-shadow: 0px 2px 15px 0px #363636;
    box-shadow: 0px 2px 15px 0px #363636;
    transition: all 0.6s;
    overflow-y: scroll;
}

div#cssmenu.align-center > div.open {
    right: 0;
}

div#cssmenu > div > ul > li > a.selected{
font-size: 15px;
text-decoration: none;
text-transform: uppercase;

transition: all .2s ease;
text-transform: uppercase;	
background-color: #861a22	;
color: white;
}

div#cssmenu > div > ul > li > a:hover{
	background-color: #861a22	;
	color: white;
}

div#cssmenu > div > ul > li > a{
font-size: 15px;
text-decoration: none;
text-transform: uppercase;

transition: all .2s ease;
display: inline-block;
line-height: 1;
color: #861a22	;
font-weight: 500;
}

.menu-links.close {
    padding-right: 17px;
    cursor: pointer;
	text-align: right;
}

.menu-links.open {
    font-size: 23px;
    cursor: pointer;
}

.menu-links.open img{
    margin-bottom: -2px;
}

div#cssmenu.align-center > div > ul {
    text-align: left;
    padding: 50px 0;
}

#cssmenu.align-center > div > ul > li {
    display: block;
    float: none;
	height: 60px;
}

div#cssmenu > div > ul > li > a {
    display: block;
	line-height: 60px;
}

div#cssmenu > div > ul > li > a:after {
    content: " ";
    position: absolute;
    width: 20px;
    height: 20px;
    right: 50px;
    top: 20px;
    background-image: url(images/common/arrow-right-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.4s;
}

div#cssmenu > div > ul > li > a:hover:after {
    right: 20px;
    opacity: 1;
}

#cssmenu.align-center > div > ul > li.ou-acheter .popup{
    display: none;
}

/* *********************** WRAPPER *********************** */

#wrapper>.button-commande{
position: absolute;
top: 155px;
z-index: 8;
left: 50%;
transform: translateX(-50%);
}

#wrapper>.button-commande:hover{
transform: translateX(-50%) scale(1.1);
}

#wrapper .main_width{
background-color:white;
}

/* *********************** PAGES *********************** */


/* ***** SLIDER -> HOME***** */

.owl-carousel.owl-drag .owl-item .item{
background-image: url(../upload/facade-cabinet-medical-docteur-ruwet.jpg);
height: 300px;
background-size: cover;
background-position: center;
}

.home_slider .owl-carousel.owl-drag .owl-item .item{
height: 500px;
}

#slider {
width: 100%;
height: 300px;
}

.home_slider #slider {
height: 500px;
}

/* ***** HOME ***** */
#home{
text-align:center;
margin-bottom:0px;
}

#home .main_width{
padding-top:47px;
margin-bottom: 100px;
}

#home .c1{
vertical-align: top;
text-align: left;
background-color: #861a22	;
color: white;
display: flex;
justify-content: space-around;
padding: 25px 0;
margin-top: -90px;
position: relative;
z-index: 1;
flex-wrap: wrap;
}

#home .c1 h2{
color: white;
font-size: 22px;
text-transform: none;
line-height: 1;
padding-bottom: 0;
margin-bottom: 0;
}

#home .c1_c1 p{
margin-bottom: 0;
}

#home .c1_c1 p:first-of-type{
font-size: 22px;
margin-top: 7px;
}

#home .c1_c1 a{
text-decoration: none;
}

#home .c1_c1 a:hover{
background-color: transparent;
}

#home .c1 p{
color: white;
}

#home .c1 img{
max-width:58%;	
display:block;
text-align:left;
margin:20px;
}

#home .c1 .c1_c1{
padding-left: 60px;
background-image: url(images/phone.svg);
background-size: 45px;
background-repeat: no-repeat;
background-position: 3px 22px;
margin-top: 7px;
}

#home .c1 .c1_c2{
padding-left: 40px;
background-image: url(images/address.svg);
background-size: 25px;
background-repeat: no-repeat;
background-position: 3px 4px;
height: fit-content;
transform: translateY(30px);
}

#home .c1 .c1_c2 p{
margin: 0;
}

#home .c1 .c1_c2 p:first-of-type{
text-transform: uppercase;
}

#home .c1 .c1_c2 a{
text-decoration: none;
padding-left: 21px;
background-image: url(images/common/arrow-right-white.svg);
background-size: 12px;
background-repeat: no-repeat;
background-position: 0px 5px;
margin-top: 7px;
display: inline-block;
}

#home .c1 .c1_c2 a:hover{
background-position: 5px 5px;
}

#home .c1 .c1_c3{
height: fit-content;
transform: translateY(35px);
}

#home .c2{
display:inline-block;
vertical-align:top;
width:100%;
text-align:left;
text-align: center;
margin-top: 105px;
}

#home .c2 h2{
color: #861a22	;
text-transform: none;
font-weight: 300;
font-size: 35px;
margin-bottom: 30px;
}

#home .c2 .c2_c2{
padding-left: 30px;
background-image: url(images/horaires-border.svg);
background-size: 12px;
background-repeat: no-repeat;
background-position: 2px center;
text-align: left;
max-width: fit-content;
margin: 0 auto;
}

#home .c2 .c2_c2 p{
font-weight: 500;
}

#home .c2 .c2_c2 p span{
display: inline-block;
width: 100px;
text-transform: uppercase;
color: #861a22	;
}

#home .c2 .c2_c2 p:last-of-type{
margin: 0;
}

#home .c3{
width: 100%;
position: relative;
margin-bottom: 150px;
}

#home .c3 h1{
color: #861a22	;
font-weight: 500;
text-transform: none;
font-size: 38px;
line-height: 1.3;
margin-bottom: 20px;
max-width: 750px;
opacity: 0;
transform: translateY(-10px);
}

#home .c3 h1+div{
opacity: 0;
transform: translateX(-10px);
}

#home .c3 h1+div p{
max-width: 750px;
}

#home .c3 p.intro {
margin: 0;
font-size: 22px;
max-width: 750px;
opacity: 0;
transform: translateY(-10px);
text-align: left;
}

#home .c3 a.button{
color: white;
background-color: #861a22	;
border-color: transparent;
margin-top: 30px;
}

#home .c3 ul{
margin-top: 50px;
}

#home .c3 ul li{
font-weight: 500;
font-size: 17px;
margin-bottom: 10px;
background-image: url(images/common/arrow-right-black.svg);
background-repeat: no-repeat;
background-size: 13px;
background-position: 5px 6px;
}

#home .c3 .item{
width:203px;
height:	240px;
display:inline-block;
vertical-align:top;
position:relative;
transition:all 0.3s;
text-decoration:none;
box-shadow: 2px 2px 0px 0px rgba(204,204,204,1);
background-color:white;
margin: 7px 18px;
transition:all 0.3s;
}

#home .c3 .item:hover{
box-shadow: 4px 4px 0px 0px rgba(204,204,204,1);
}

#home .c3 .item .photo{
width:203px;
height:203px;
position:absolute;
top:0px;
left:0px;	
z-index:50;
text-align:center;
overflow:hidden;
}

#home .c3 .item .photo img{
position: absolute; /* postulat de départ */
top: 50%; left: 50%; /* à 50%/50% du parent référent */
transform: translate(-50%, -50%); /* décalage de 50% de sa propre taille */
transition:all 1s;
bottom:0px;
}


#home .c3 .item .prix_barre{
position:absolute;
top:154px;
right:0px;	
line-height:23px;
background-color:red;
color:white;
font-size:13px;
padding:0px 4px;
z-index:55;
font-weight: 700;
padding: 0px 8px;
text-decoration: line-through;
}


#home .c3 .item .prix{
position:absolute;
top:177px;
right:0px;	
line-height:25px;
background-color:#000516;
color:white;
font-size:15px;
padding:0px 4px;
z-index:60;
font-weight: 700;
padding: 0px 25px;
}

#home .c3 .item .titre{
position:absolute;
top:203px;
height:37px;
width:183px;
line-height:37px;
background-color:#fdc04a;
text-align:center;
font-weight:700;
color:#000516;
text-transform:uppercase;
padding:0px 10px;
overflow:hidden;
font-size:16px;
}

#home .c3 .item:hover .titre{

}

#home .c3 .more_infos{
width:100%;
padding:60px 0px;
}

#home .c3 .c3_c1{
height: 88vw;
}

@keyframes shutter_img {
  0% {opacity: 0;}
  99% {opacity: 0;}
  100% {opacity: 1;}
}

#home .c3 .c3_c1 img{
width: 100%;
height: 100%;
object-fit: cover;
animation-name: shutter_img;
animation-duration: 1s;
}

@keyframes shutter {
  from {width: 100%;}
  to {width: 0;}
}

#home .c3 .c3_c1 .img_shutter{
position: absolute;
height: 100%;
width: 100%;
z-index: 8;
background-color: #f2f2f2;
animation-name: shutter;
animation-duration: 1.5s;
animation-delay: 1s;
}

#home .c3 .c3_c2{
background-color: #f2f2f2;
text-align: left;
padding: 50px;
}

#home .c3+img{
	width: 400px;
    height: auto;
	margin-bottom: 100px;
}


/* ***** SERVICES ***** */
#services{
text-align:center;
margin-bottom:100px;
padding-bottom:30px;

}

#services .main_width{
padding-top:85px;
padding-bottom:30px;
}


#services .c1{
display:inline-block;
vertical-align:top;
width:49%;
margin-right:6%;
text-align:left;
}

#services .c2{
display:inline-block;
vertical-align:top;
width:33%;
text-align:left;
}

/* ***** NEWS ***** */

#cidre_thimister{
text-align:center;
padding-top:200px;
}

#cidre_thimister h1{
color: #861a22	;
font-weight: 300;
text-transform: none;
font-size: 35px;
line-height: 1.3;
padding-bottom: 0;
margin-bottom: 60px;
font-weight: 500;
}

#cidre_thimister .c1{
min-height: 408px;
display: grid;
grid-column-gap: 4%;
}

#cidre_thimister .c1 .item{
text-decoration: none;
}

#cidre_thimister .c1 .item:nth-of-type(n+2){
margin-top: -50px;
}

#cidre_thimister .c1 .item .photo{
width: 70%;
margin-left: 30%;
opacity: 0; 
transform: translateX(-40px);
}

#cidre_thimister .c1 .item img{
height: 100%;
width: 100%;
object-fit: cover;
}

#cidre_thimister .c1 .item .infos{
text-align: left;
background-color: #f2f2f2;
padding: 30px;
width: 59%;
position: relative;
top: -200px;
}

#cidre_thimister .c1 .item .titre{
text-align: left;
color: #861a22	;
font-weight: 400;
text-transform: none;
font-size: 26px;
line-height: 1.3;
}

#cidre_thimister .c1 .item .short_description{
overflow: hidden;
margin-bottom: 20px;
}

#cidre_thimister .c1 .item .button{
text-decoration: none;
padding-left: 30px;
padding-right: 30px;
background-image: url(images/common/arrow-right-black.svg);
background-repeat: no-repeat;
background-size: 13px;
background-position: 5px 9px;
transition: all 0.2s;
color: #000516;
padding: 4px 33px;
border: 0;
font-size: 17px;
cursor: pointer;
}

#cidre_thimister .c1 .item .button:hover{
background-position: 10px 9px;
transform: none;
}

#cidre_thimister .c1 .item .date{
	font-size: 14px;
	background-color: white;
	padding: 5px 10px;
	display: inline-block;
	color: #1d001a;
}

#cidre_thimister .c1 .item h2{
	margin-bottom:10px;
}

#cidre_thimister .c1 .item span.date{
	font-size:13px;
	color:#a4a4a4;
	display:block;
	margin-bottom:20px;
}


#cidre_thimister .c1 .item span.button{
	display:block;
	margin-top:30px;
	font-weight:700;
	text-align:right;
}

#cidre_thimister .c1 .item:hover span.button{
	text-decoration:underline;
}

#cidre_thimister .c2{ /* affichage d'un article */
vertical-align: top;
min-height: 408px;
text-align: left;
width: 100%;
max-width: 900px;
margin: 0 auto;
}

#cidre_thimister .c2 .photo{
display: inline-block;
vertical-align: top;
position: relative;
width: 100%;
height: 450px;
}

#cidre_thimister .c2 .photo .demo-gallery{
width: 100%;
height: 100%;
}

#cidre_thimister .c2 .photo .date{
background-color: white;
padding: 5px 20px;
display: inline-block;
color: #1d001a;
font-size: 14px;
position: absolute;
bottom: 65px;
right: 15px;
}

#cidre_thimister .c2 .photo img{
width: 100%;
height: 100%;
object-fit: cover;
}

#cidre_thimister .c2 .c2_content{
text-align: center;
}

#cidre_thimister .c2 h1{
margin: 40px 0;
}

#cidre_thimister .c2 p.date{
	font-size:13px;
	color:#a4a4a4;
	display:block;
	margin-bottom:20px;
}


#cidre_thimister .c2 .pdfs{
	margin-top:30px;
}

#cidre_thimister .c2 .pdfs a.item{
	width:200px;
	display:inline-block;
	vertical-align:top;
	border:1px solid #000;
	margin:5px 10px;
	color:#000;
	border-radius:4px;
	font-size:13px;
	text-transform:uppercase;
	transition:all 0.3s;
	text-decoration:none;
}

#cidre_thimister .c2 .pdfs a.item .image{
	position:relative;
	width:200px;
	height:150px;
	overflow:hidden;
}

#cidre_thimister .c2 .pdfs a.item .image img{
	width:220px;
	position:absolute;
	top:-10px;
	left:-10px;
	transition:all 0.3s;
	z-index:30;
}

#cidre_thimister .c2 .pdfs a.item:hover .image img{
	width:200px;
	top:0px;
	left:0px;
	filter: grayscale(0.20);
}

#cidre_thimister .c2 .pdfs a.item .image .pdf_icon{
	position:absolute;
	top:0px;
	left:0px;
	z-index:70;
	transition:all 0.3s;
	width:0px;
	height:0px;
	background-image:url('images/common/download-pdf.png');
	background-repeat:no-repeat;
	background-position: center center;
	width:200px;
	height:150px;
	transform: scale(0);
}

#cidre_thimister .c2 .pdfs a.item:hover .image .pdf_icon{
	transform: scale(1);
}

#cidre_thimister .c2 .pdfs a.item span.description{
	line-height: 33px;
	padding:0px 8px;
	display: block;
	width:184px;
	height: 33px;
	overflow: hidden;
	font-size: 12px;
	letter-spacing: 0px;
	text-transform: lowercase;
}

#cidre_thimister .c2 .pdfs a.item:hover{
	text-decoration:none;
	color:white;
}


#cidre_thimister .c2 .content{
max-width: 700px;
display: inline-block;
vertical-align: top;
text-align: left;
line-height: 1.3;
font-size: 18px;
}

#cidre_thimister .c2 .content h1{
	color: #e82660;
	text-align: left;
	text-shadow: none;
	padding-top: 0;
	margin-bottom: 25px;
}

#cidre_thimister .c2 ul{
	margin-bottom:20px;
	margin-top:20px;
}

#cidre_thimister .c2 ul li{
	list-style-type: none;
	padding-left: 36px;
	/*background-image: url('images/bg_ul_li_li.png');*/
	background-repeat: no-repeat;
	background-position: 25px 8px;
	font-size: 15px;
	line-height: 27px;
	color: #404040;
}


#cidre_thimister .c2 .photos_secondaires{
margin: 10px auto 0;
column-count: 3;
}

#cidre_thimister .c2 .photos_secondaires .demo-gallery{
width: 900px;
}

#cidre_thimister .c2 .photos_secondaires a.item{
	width: 32%;
	height: 190px;
	display: inline-block;
}

#cidre_thimister .c2 .photos_secondaires a.item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s;
}


#cidre_thimister .c2 .photos_secondaires a.item:hover img{
	opacity: 0.8;
}


#cidre_thimister .c2 .related{
	margin-top:30px;
	padding-top:30px;
	border-top:1px solid #c0c0c0;
}

#cidre_thimister .c2 .related .item{
	display:block;
	line-height:40px;
	color:black;
	padding-left:35px;
	transition:all 0.3s;
	
	background-repeat:no-repeat;
	background-position:left -25px center;
}

#cidre_thimister .c2 .related .item:hover{
	background-position:left 5px center;
}

#cidre_thimister .c2 .related .item:nth-child(odd){
	background-color:#ececec;
}

#cidre_thimister .c2 .related .item:nth-child(even){
	background-color:#f9f9f9;
}

#cidre_thimister .items_nav{
	padding-top: 30px;
}

#cidre_thimister .items_nav a{
	padding: 5px 10px;
	text-decoration: none;
	border: 1px solid lightgray;
	border-radius: 5px;
}

#cidre_thimister .items_nav a.next{
	background-position: right 9px center;
	padding: 5px 25px 5px 10px;
	margin: 0;
	background-image: url(images/common/next.png);
	background-repeat: no-repeat;
}

#cidre_thimister .items_nav a.prev{
	padding: 5px 10px 5px 25px;
	margin: 0;
	background-image: url(images/common/prev.png);
	background-repeat: no-repeat;
	background-position: 9px center;
}

#cidre_thimister p, #pages p{
	font-size: 17px;
}

#cidre_thimister .c2 h2{
margin-top: 100px;
color: #861a22	;
font-weight: 400;
text-transform: none;
font-size: 32px;
line-height: 1.3;
text-align: center;
}

#cidre_thimister .demo-gallery{
padding-bottom: 100px;
display: flex;
flex-wrap: wrap;
justify-content: center;
}

#cidre_thimister .demo-gallery a{
margin: 20px;
text-decoration: none;
}

#cidre_thimister .demo-gallery .img{
width: 300px;
height: 250px;
overflow: hidden;
}

#cidre_thimister .demo-gallery .img img{
width: 100%;
height: 100%;
object-fit: cover;
}

#cidre_thimister .demo-gallery p.description{
color: #861a22	;
font-weight: 400;
}


/* ***** CONTACT ***** */

#contact{
text-align:center;
margin: 200px 0 100px;
}

#contact .main_width{
padding-bottom:65px;
}

#contact h1{
color: #861a22	;
font-weight: 300;
text-transform: none;
font-size: 35px;
line-height: 1.3;
padding-bottom: 0;
font-weight: 500;
}


#contact .c1{
display:inline-block;
vertical-align:top;
width:37%;
margin-right:6%;
text-align:left;
}

#contact .c1 p span.head{
display:block;
width:100%;
font-size:12px;
line-height:14px;
text-transform:uppercase;
}

#contact .c1 p.logo, #contact .c1 p.pricerange{
display:none;
}

#contact .c1 a{
text-decoration: none;
}


#contact .c2{
display:inline-block;
vertical-align:top;
width:45%;
text-align:left;
}

#contact .c2 .streetview{
width:100%;
height:357px;
}

#contact .map{
width:100%;
height:350px;
}


/* ***** OU ACHETER ***** */
#ou_acheter{
	padding-top: 200px;
	text-align: center;
}

#ou_acheter h1{
color: #861a22	;
font-weight: 300;
text-transform: none;
font-size: 35px;
line-height: 1.3;
padding-bottom: 0;
font-weight: 500;
}

#ou_acheter h1+p{
font-size: 18px;
margin-bottom: 60px;
text-align: center;
}

#ou_acheter .button{
display: block;
width: fit-content;
background-color: #861a22;
margin: 10px auto;
border: none;
}

#ou_acheter h1+img+a+p, #ou_acheter h1+img+p{
font-size: 18px;
margin: 20px 0 60px;
text-align: center;
}

#ou_acheter .map{
display:block;
width:90%;
margin:auto;
height:700px;
margin-bottom: 100px;
}

#ou_acheter .items{
margin-bottom: 100px;
}

#ou_acheter .item{
display: inline-block;
width: 45%;
margin: 2%;
padding: 15px;
box-sizing: border-box;
border: 1px solid #861a22;
height: 150px;
vertical-align: top;
opacity: 0;
transform: scale(0.7);
}

#ou_acheter .item a{
text-decoration: none;
display: block;
padding-left: 60px;
padding-top: 20px;
padding-bottom: 20px;
background-image: url(images/map.svg);
background-repeat: no-repeat;
background-position: 9px 32px;
background-size: 35px;
}

#ou_acheter .item span:first-of-type{
display: block;
text-align: left;
color: #861a22;
font-weight: 500;
font-size: 20px;
margin-bottom: 13px;
}

#ou_acheter .item span:last-of-type{
display: block;
text-align: left;
font-size: 15px;
}

/* ***** COMMANDE CIDRE ***** */
#commande-cidre{
padding-top: 200px;
text-align: center;
}

#commande-cidre h1{
color: #861a22	;
font-weight: 300;
text-transform: none;
font-size: 35px;
line-height: 1.3;
padding-bottom: 0;
font-weight: 500;
}

#commande-cidre h1+p{
font-size: 18px;
margin-bottom: 60px;
text-align: center;
}

#commande-cidre label{
    display: inline-block;
    width: 450px;
    text-align: left;
}

#commande-cidre input{
    display: block;
    margin: 10px auto 40px;
    padding: 13px 15px;
    width: 450px;
    border: 1px solid #861a22;
    box-sizing: border-box;
}

#commande-cidre table{
margin-bottom: 75px;
width: 100%;
}

#commande-cidre th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #861a22;
  color: white;
  text-align: center;
  font-weight: 500;
}

#commande-cidre th:first-of-type, #commande-cidre th:nth-of-type(2){
  text-align: left;
  padding: 0 20px;
}

#commande-cidre th:last-of-type{
  padding: 0 17px;
  width: 115px;
}

#commande-cidre tr:nth-child(even){background-color: #f2f2f2;}

#commande-cidre tr:hover {background-color: #ddd;}

#commande-cidre td.title, #commande-cidre td.title+td{
	text-align: left;
	padding: 20px;
}

#commande-cidre td.title a{
	font-size: 15px;
    padding-left: 10px;
}

#commande-cidre td.title span:first-of-type{
	display: block;
    font-weight: 500;
}

#commande-cidre td.title span+span{
	font-size: 15px;
	color: #861a22;
}

#commande-cidre tr.total td{
	padding: 30px 0;
    font-weight: 600;
}

#commande-cidre td input{
	width: 85px;
    margin: 0 10px;
}

#commande-cidre td .responsive-helper{
	display: none;
}

#commande-cidre input[type="submit"]{
	background-color: #861a22;
    color: white;
    margin: 75px auto 100px;
    font-size: 17px;
    font-weight: 600;
    font-family: 'tahoma', sans-serif;
	cursor: pointer;
}

#commande-cidre .success{
display: block;
text-align: center;
border: 1px solid #29a929;
padding: 20px;
margin-bottom: 50px;
}

#commande-cidre .success p{
text-align: center;
margin: 0;
}



/* ***** FABRICATION ***** */

#fabrication{
text-align: center;
margin-top: 200px;
}

#fabrication h1{
color: #861a22	;
font-weight: 300;
text-transform: none;
font-size: 35px;
line-height: 1.3;
padding-bottom: 0;
margin-bottom: 60px;
font-weight: 500;
}

#fabrication .c1{
min-height: 408px;
display: grid;
grid-column-gap: 4%;
grid-row-gap: 120px;
}

#fabrication .step{
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 40px 630px 40px;
text-decoration: none;
}

#fabrication .step .content{
padding: 65px 52% 65px 25px;
text-align: left;
grid-column: 1/3;
grid-row: 2/3;
background-color: #f2f2f2;
}

#fabrication .step:nth-of-type(2n) .content{
padding: 65px 25px 65px 52%;
}

#fabrication .step .content h2{
text-align: left;
color: #861a22	;
font-weight: 400;
text-transform: none;
font-size: 32px;
line-height: 1.3;
}

#fabrication .step .content p{
font-size: 17px;
margin-bottom: 20px;
}

#fabrication .step .image{
grid-column: 2/3;
grid-row: 1/4;
z-index: 2;
opacity: 0; 
transform: translateX(40px);
}

#fabrication .step:nth-of-type(2n) .image{
grid-column: 1/2;
grid-row: 1/4;
opacity: 0; 
transform: translateX(-40px);
}

#fabrication .step .image img{
height: 100%;
width: 100%;
object-fit: cover;
}
/*
#fabrication .step:last-of-type .image img{
height: auto;
margin-top: 240px;
}
*/

#fabrication .c2 h2{
margin-top: 100px;
color: #861a22	;
font-weight: 400;
text-transform: none;
font-size: 32px;
line-height: 1.3;
}

#fabrication .demo-gallery{
margin-bottom: 100px;
display: flex;
flex-wrap: wrap;
justify-content: center;
}

#fabrication .demo-gallery a{
margin: 20px;
text-decoration: none;
}

#fabrication .demo-gallery .img{
width: 300px;
height: 250px;
overflow: hidden;
}

#fabrication .demo-gallery .img img{
width: 100%;
height: 100%;
object-fit: cover;
}

#fabrication .demo-gallery p.description{
color: #861a22	;
font-weight: 400;
}

/* ***** Mentions légales ***** */


#legal{
text-align:center;
margin-bottom:100px;
padding-bottom:30px;
}

#legal .main_width{
padding-top:85px;
padding-bottom:30px;
}


#legal h1{
text-align: center;
    color: #861a22	;
    text-transform: none;
    font-weight: 300;
    font-size: 35px;
    margin-top: 50px;
}

#legal h2{
background-position: 0px 7px;
position: relative;
bottom: 0px;
margin-top: 14px;
margin-bottom: 14px;
font-size:28px;
line-height:30px;
background-position: bottom left;
padding-bottom: 7px;
}

#legal h3{
line-height:23px!important;
padding-bottom: 6px!important;
}

#legal p{
margin-bottom:5px;
}

#legal p span{
display:inline-block;
vertical-align:top;
width:166px;
text-decoration:underline;
}

#legal .c0{
width:600px;
text-align:left;
display:inline-block;
vertical-align:top;
border:1px solid #c0c0c0;
text-align:left;
padding:1%;
margin-bottom:30px;
background-color:white;
border-radius:13px;
}

#legal .c1{
display:inline-block;
vertical-align:top;
width:36%;
margin-right:6%;
padding:1%;
border:1px solid #c0c0c0;
text-align:left;
margin-bottom:30px;
min-height:262px;
background-color:white;
border-radius:13px;
}

#legal .c1.last{
margin-right:0px;
}

#legal .c1 p{
margin-bottom:8px;
font-size:13px;
line-height:22px;
}

#legal .c2{
width:36%;
padding:1%;
margin-right:4%;
text-align:left;
display:inline-block;
vertical-align:top;
border:1px solid #c0c0c0;
margin-bottom:30px;
height:600px;
overflow:auto;
padding-bottom:30px;
background-color:white;
border-radius:13px;
}

#legal .c2 h3{

}

#legal .c2 h4{

}

#legal .c2 p{
margin-bottom:8px;
font-size:13px;
line-height:22px;
}

#legal .c2 ul li{
margin-bottom:5px;
font-size:13px;
line-height:22px;
padding-left:15px;
list-style-type:none;
}

#legal .c2 ul ul li{
padding-left:30px;
}

#legal .c2.last{
margin-right:0px;
}


/* ***** 404 ***** */

#e404{
text-align:center;
margin-bottom:100px;
padding-bottom:30px;
}

#e404 .main_width{
padding-top:85px;
padding-bottom:30px;
}

#e404 h1{
	text-align:center;
background-position:bottom center;
margin-bottom:73px;
}


/* *********************** FOOTER *********************** */


#footer{
width:100%;
text-align:center;
}

#footer img{
	margin-bottom: 40px;
	opacity: 0.25;
	width: 400px;
	height: auto;
}

#footer .button{
display: block;
width: fit-content;
margin: 0 auto 30px;
}

.button.button-commande{
	background-color: #c49911;
        margin: 0 auto;
        border: none;
        color: #000;
        border-radius: 20px;
        padding: 10px 20px;
        font-size: 18px;
        border: 2px solid #861a22;
}

#footer #cssmenu{
border-top:1px solid #144b7d;
border-bottom:1px solid #144b7d;
}

#footer img.logo_footer{
padding-top:100px;
width:75%;
max-width:487px;
display:block;
margin:auto;
}

#footer .adresse{
display:inline-block;
padding-left:30px;
margin-top:90px;

background-repeat:no-repeat;
background-position:0px 6px;	
}

#footer .adresse p{
font-size:15px;
color:#000516;
text-transform:uppercase;
font-weight:900;	
line-height:20px;
}

#footer p.copyright{
color:#000516;
text-align:center;
font-size:14px;
padding: 25px 0;
margin: 0;
}

#footer p.copyright a{
color:#000516;
text-decoration:underline;
}

#footer p.copyright a:hover{
color:#85754e;
background-color: white;
}





/* *********************** FORM JQUERY *********************** */
#fadeandscale{
background-color:white;
padding:20px 50px;
text-align:center;
max-width:800px;

background-repeat:no-repeat;
background-position:top 26px right 20px;
border-radius: 13px;
}

#fadeandscale h1{
font-size: 40px;
font-weight: 300;
margin:14px 0px 40px 0px;
color: #a5a5a5;
}

#fadeandscale p{
font-size: 16px;
color: #2c3e50;
margin: 17px 0px 14px 10px;
}

#fadeandscale p.optin{
	font-size:12px;
	line-height:21px;	
}

#fadeandscale #optin{
margin-right: 5px;
margin-left: 10px;
position: relative;
top: 2px;
}

#fadeandscale input[type="text"]{
border: 1px solid #bdc3c7;
padding: 10px 20px;
font-size: 16px;
color: #2c3e50;
transition: all 0.2s ease-in-out;
margin-bottom: 15px;
margin-right: 15px;
width:90%;
max-width: 513px;
border-radius: 2px;
color: #424e5a;
display: inline-block;
}

#fadeandscale input[type="text"]:hover{
box-shadow:         1px 1px 10px 0px rgba(50, 50, 50, 0.20);
}

#fadeandscale select{
border: 1px solid #bdc3c7;
padding: 10px 20px;
font-size: 16px;
color: #2c3e50;
transition: all 0.2s ease-in-out;
margin-bottom: 15px;
margin-right: 15px;
width:90%;
max-width: 556px;
border-radius: 2px;
color: #424e5a;
display: inline-block;
}

#fadeandscale textarea{
border: 1px solid #bdc3c7;
padding: 10px 20px;
font-size: 14px;
color: #2c3e50;
transition: all 0.2s ease-in-out;
margin-bottom: 15px;
margin-right: 15px;
width:90%;
max-width: 513px;
height:200px;
border-radius: 2px;
color: #424e5a;
display: inline-block;
}


#fadeandscale .boutons{
	margin:20px 0px;
}

#fadeandscale .boutons .button{
display: inline-block;
border-radius: 30px;
background-color: #000516;
text-transform: uppercase;
color: white;
padding: 7px 23px;
margin:0px 10px;
font-weight: 700;
transition: all 0.5s ease-in-out;
font-size: 14px;
text-decoration:none;
transition:all 0.3s;
cursor:pointer;
 
}

#fadeandscale .boutons .button:hover{
padding: 7px 33px;
margin:0px 0px;
}


#fadeandscale input[type="submit"]{
background-color:#000516!important;
color:white!important;	
border-radius:22px;
cursor:pointer;
}

/* ***** CAPTCHA ***** */

.grecaptcha-badge { 
	visibility: hidden; 
}


/* ***** COOKIES ***** */

#cookieChoiceInfo{
	box-sizing: border-box;
}

/* ***** AOS ***** */

.fade_container {
    overflow-x: hidden;
}

/* ***** POP UP ***** */

.pop-up{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
text-align: center;
z-index: 100;
background-color: #000000d6;
}

.pop-up>div{
width: 80%;
margin: 10vh auto;
height: 80vh;
min-height: 750px;
background-color: white;
padding: 50px;
box-sizing: border-box;
position: relative;
}

.pop-up img.logo{
width: 300px;
height: auto;
padding-bottom: 70px;
}

.pop-up img.logo-petit{
width: 50px;
height: auto;
position: absolute;
bottom: 40px;
left: calc(50% - 25px);
}

.pop-up p{
text-align: center;
}

.pop-up p:first-of-type{
color: #861a22;
font-weight: 500;
text-transform: uppercase;
font-size: 30px;
}

.pop-up a{
display: inline-block;
width: 60px;
padding: 10px 15px;
margin: 30px 20px;
text-decoration: none;
background-color: #861a22;
color: white;
}

.pop-up .explication{
position: absolute; 
display: block;
width: 0;
height: 0;
opacity: 0;
}

.pop-up .explication.open{
position: static;
 width: 100%;
 height: auto;
 opacity: 1;
animation-name: explicationOpener;
animation-duration: 1s;
}

@keyframes explicationOpener {
	from {
		transform: translateY(30px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}
