@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;700&display=swap');

*{
	padding:0px;
	border:0px;
	margin:0px;
}

html{
width:100%;
overflow-x: hidden;
scroll-behavior: smooth;
}

.main_width{
width:100%;
margin:auto;
}


body{
font-family: 'Rubik', sans-serif;
font-weight:300;
width:100%;
}


/* *********************** COMMON *********************** */

p{
color:#1A3565;
line-height:27px;
font-size:18px;
margin-bottom:13px;
}

h1{
color: #1A3565;
text-transform: uppercase;
font-size: 30px;
font-weight: 300;
line-height: 48px;
padding-bottom: 12px;
margin: 52px 0px;
}

h1 span{
font-weight:700;
}

h2{
color: #1a3565;
font-size: 41px;
font-weight: 700;
line-height: 44px;
margin-bottom: 20px;
padding-bottom: 7px;
}

h2:after{
content: "";
width: 228px;
height: 8px;
background-color: #87bb24;
display: block;
margin-top:6px;
}

h3{
color: #1A3565;
font-size: 28px;
font-weight: 300;
line-height: 35px;
margin-bottom: 21px;
margin-top: 29px;
}


a.button{
display: inline-block;
background-color: #87bb24;
text-transform: uppercase;
color: white;
padding: 12px 23px;
margin:0px 10px;
font-weight: 700;
transition: all 0.5s ease-in-out;
font-size: 15px;
text-decoration:none;
transition:all 0.3s;
position:relative;
left:-10px;
 
}

a.button:hover{
padding: 12px 33px;
margin:0px 0px;
}

a{
color:inherit;
text-decoration:underline;
transition: all 0.2s ease-in-out;
}

p a:hover{
text-decoration:underline;
}

p strong{
font-weight:700;
}

#wrapper li{
list-style-type: none;
font-size: 15px;
line-height: 20px;
margin-bottom: 15px;
padding-left:5px;
}

#wrapper li:before{
content: "";
width: 6px;
height: 6px;
background-color: #87bb24;
display: inline-block;
position:relative;
left:-5px;
top:-2px;

}

.clear{
width:100%;
clear:both;
}

.microdata{
display:none;
}


/* *********************** HEADING MSG*********************** */
#heading{
width:100%;
min-height:30px;
text-align:center;
background-color:#1A3565;
}

#heading p{
color: white;
padding: 20px;
margin: 0px;
}



/* *********************** BANNER / MENU *********************** */
#banner{
width:100%;
font-size:0;
text-align: center;
}

#banner .infos{
width:100%;
text-align:center;
background-color:#1a3565;
visibility: hidden;
position: absolute;
}

#banner .infos .adresse,
#banner .infos .mail,
#banner .infos .tel{
display:inline-block;
vertical-align:top;
color:white;
line-height:29px;
margin-bottom:0px;
font-size:13px;
opacity:0.55;
text-transform:uppercase;
margin-right:22px;
text-decoration:none;
}

#banner .infos .adresse:hover,
#banner .infos .mail:hover,
#banner .infos .tel:hover{
text-decoration:underline;	
}

#banner .infos .langues{
display:block;
vertical-align:top;
margin: 0;
position: absolute;
top: 133px;
left: 0;
visibility: visible;
z-index: 1001;
}

#banner .infos .langues img{
padding:17px 10px;
width: 23px;
}

#banner .logo{
margin: 14px 0px 14px 40px;
width: 216px;
}


/* *********************** MENU *********************** */
#cssmenu{
vertical-align:top!important;
float:right!important;
height:56px!important;
display: block!important;
width: 100%;
margin: 0!important;
background-color: white;
text-align: center;
}

div#cssmenu.small-screen{
width: 100%;
text-align: right;
}

div#cssmenu.small-screen #menu-button{
    padding-right: 51px;
    font-size: 19px;
}

div#cssmenu.align-center > ul{
text-align: center;
}

#cssmenu ul li.has-sub a:after{
top:26px!important;
}


#cssmenu ul li.has-sub:hover a:after{
border-color:white!important;
}

#cssmenu ul ul{
border-top:1px solid #c0c0c0!important;
}

#cssmenu ul li a{
line-height:56px!important;
padding-left:24px!important;
padding-right:24px!important;
font-weight:700!important;
color:#1a3565!important;
transition:all 0.5s!important;
}

#cssmenu.small-screen ul li a{
    line-height:40px!important;
}

@media (max-width: 1400px) {
    #cssmenu ul li a {
        padding: 0 14px!important;
    }
    #cssmenu ul li li a{
        padding: 0 24px!important;
    }
    #cssmenu > ul > li.has-sub > a::after{
        right: 4px!important;
        top: 24px!important;
    }
}

#cssmenu > ul > li > a.selected {
padding: 0 20px!important;
}

#cssmenu ul li a:hover{
background-color:#87bb24!important;
color:white!important;
}

#cssmenu.small-screen ul li a:hover{
    text-decoration: underline;
}

#cssmenu ul li li a{
line-height:40px!important;
background-image:url('images/common/arrow-right-white.svg')!important;
background-position:-20px 18px!important;
background-repeat:no-repeat!important;
background-size:13px!important;
transition:all 0.1s;
}

#cssmenu ul li li a:hover{
background-position:4px 18px!important;
}

/* *********************** WRAPPER *********************** */
#wrapper .main_width{
}

/* *********************** PAGES *********************** */


/* ***** SLIDER -> HOME***** */

/* ***** SLIDER -> HOME***** */
.slider_container{
width:100%;
height:670px;
position:relative;
}

.slider_container .fixed{
width:100%;
position:absolute;
z-index:60;	
top:200px;
text-align:center;
font-size:0px;
}

@media (max-width: 460px) {
    .slider_container .fixed{
        top:100px;
    }
}

.slider_container .fixed p.h1_head{
background-color: #1a3565;
color: white;
padding: 5px 24px;
font-weight: 700;
text-transform: uppercase;
display: inline-block;
font-size: 25px;
}

.slider_container .fixed h1{
color: white;
line-height: 60px;
display: block;
font-size: 62px;
text-transform: uppercase;
font-weight: 700;
padding: 0;
text-shadow: 2px 2px 9px rgba(0,0,0,0.62);
max-width: 95%;
margin: 0 auto 25px;
}

@media (max-width: 460px) {
    .slider_container .fixed h1{
        font-size: 50px;
    }
    #home .c1 h2{
        font-size: 32px;
    }
}

.slider_container .fixed p.h1_sub{
color: white;
padding: 5px 24px;
font-weight: 700;
text-transform: uppercase;
display: inline-block;
font-size: 35px;
text-shadow: 2px 2px 9px rgba(0,0,0,0.62);
box-sizing: border-box;
max-width: 100%;
line-height: 35px;
}

.slider_container .fixed p.h1_sub:after{
content: "";
display: block;
background-color: #87bb24;
width: 643px;
height: 20px;
margin: auto;
position: relative;
top: -10px;
z-index: -1;
max-width: 100%;
}



#slider{
width:100%;
height:670px;
background-color:#e1e1e1;
position:absolute;
z-index:50;
text-align:center;
}

#slider .item{
width:100%;
height:670px;
background-repeat:no-repeat;
background-size:cover;
background-position: center;	
}

#slider .item a.button{
margin-top:350px;
}

#slider .item a:hover{
}

#slider .owl-nav .owl-prev,
#slider .owl-nav .owl-next{
display:inline-block;
vertical-align:top;
padding:6px 13px!important;
font-size:14px;
background-color:#231f20;
color:white;
border-radius:20px;
margin:5px 10px;
position:relative;
top:-20px;
transition:all 0.3s;
}

#slider .owl-nav .owl-prev:hover,
#slider .owl-nav .owl-next:hover{
background-color:#eb008b;	
}


.mouse_scroll{
position:absolute;
top:600px;
left:50%;
z-index:100;
transform:translateX(-14px);
}

.unu{
margin-top: 1px;
}

.unu, .doi, .trei{
-webkit-animation: mouse-scroll 1s infinite;
-moz-animation: mouse-scroll 1s infinite;
animation: mouse-scroll 1s infinite;
}

.unu{
-webkit-animation-delay: .1s;
-moz-animation-delay: .1s;
-webkit-animation-direction: alternate;
animation-direction: alternate;
animation-delay: alternate;
}

.doi{
-webkit-animation-delay: .2s;
-moz-animation-delay: .2s;
-webkit-animation-direction: alternate;
animation-delay: .2s;
animation-direction: alternate;
margin-top: -6px;
}

.trei{
-webkit-animation-delay: .3s;
-moz-animation-delay: .3s;
-webkit-animation-direction: alternate;
animation-delay: .3s;
animation-direction: alternate;
margin-top: -6px;
}

.mouse{
height: 42px;
width: 24px;
border-radius: 14px;
transform: none;
border: 2px solid white;
top: 170px;
}

.wheel{
height: 5px;
width: 2px;
display: block;
margin: 5px auto;
background: white;
position: relative;
height: 4px;
width: 4px;
border: 2px solid #fff;
-webkit-border-radius: 8px;
border-radius: 8px;
}

.wheel{
-webkit-animation: mouse-wheel 0.6s linear infinite;
-moz-animation: mouse-wheel 0.6s linear infinite;
animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel{
	0%{
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	}

	100%{
	opacity: 0;
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	}
} /*keyframe*/

@-moz-keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@-o-keyframes mouse-wheel {
   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@keyframes mouse-wheel {
   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {
  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}

@-moz-keyframes mouse-scroll {
  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}

@-o-keyframes mouse-scroll {
  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}

@keyframes mouse-scroll {
  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}


.slider_down{
width:100%;
font-size:0px;
}

.slider_down .greenline{
display:inline-block;
vertical-align:top;
width:50%;
height:16px;
background-color:#87bb24;
}

.slider_down .blueline{
display:inline-block;
vertical-align:top;
width:50%;
height:16px;
background-color:#1a3565;
}

/* ***** HOME ***** */
#home{
text-align:center;
margin-top:70px;
}

#home>div.main_width{
max-width: 95%;
}

#home .c1{
display:grid;
grid-template-rows: 1fr;
grid-column-gap: 50px;
vertical-align:top;
width:100%;
text-align:left;
}

#home .c1>div+div{
grid-column: 1/2;
grid-row: 2/3;
width: 100%;
margin: 0 auto;
}

#home .c1 h3{
margin-top:44px;	
}

#home .c1 img{
max-width:90%;
text-align:left;
margin-top:35px;
padding-left: 5%;
}

#home .c1:after{
content: "";
display: block;
width: 200px;
height: 200px;
background-color: #1a3565;
position: relative;
top: 50%;
left: 0;
z-index: -1;
grid-row: 2/3;
grid-column: 1/2;
min-height: 55%;
max-height: 57%;
}

#home .c2{
display:inline-block;
vertical-align:top;
width:100%;
text-align:left;
padding-top:54px;
margin-bottom: 50px;
max-width: 600px;
}

#home .c2 p.more_infos:after{
content:"";
display:block;
background-color:#87bb24;
width:100px;
height:2px;
position:relative;
top:-2px;	
}

#home .c2 a.button{
margin-top:40px;
}

#home .c3{
width:100%;
text-align:center;
}

#home .c3 img{
display: inline-block;
vertical-align: top;
width: 309px;
margin-bottom: 13px;
padding: 0px 17px;
}


#home .c4{
width:100%;
margin-top:100px;
}

#home .c4 h2{
margin-bottom:52px;
}

#home .c4 h2:after{
margin:auto;
}

#home .c4 .item{
width:300px;
height:300px;
display:inline-block;
vertical-align:top;
position:relative;
transition:all 0.3s;
text-decoration:none;
background-color:#1a3565;
margin: 7px 18px;
transition:all 0.3s;
}

#home .c4 .item:hover{

}

#home .c4 .item .photo{
width:300px;
height:260px;
position:absolute;
top:0px;
left:0px;	
z-index:50;
text-align:center;
overflow:hidden;
border-bottom:2px solid #87bb24;
}

#home .c4 .item .photo img{
width:100%;
height:100%;
transition:all 1s;
object-fit:cover;
transform:scale(1.06);
transition:0.4s;
}

#home .c4 .item:hover .photo img{
transform:scale(1);	
}

#home .c4 .item .arrow{
transform:scale(0);
width:300px;
height:260px;
position:absolute;
top:0px;
left:0px;	
z-index:55;
background-image:url('images/common/arrow-white-right.png');
background-repeat:no-repeat;
background-position:center;
transition:all 0.3s;
}

#home .c4 .item:hover .arrow{
transform:scale(1);
}

#home .c4 .item .prix_barre{
position:absolute;
top:214px;
right:0px;	
line-height:23px;
background-color:#000;
color:white;
font-size:13px;
padding:0px 4px;
z-index:55;
font-weight: 700;
padding: 0px 8px;
text-decoration: line-through;
}


#home .c4 .item .prix{
position:absolute;
top:236px;
right:0px;	
line-height:25px;
background-color:#87bb24;
color:white;
font-size:16px;
z-index:60;
font-weight: 700;
padding: 0px 14px;
}

#home .c4 .item .titre{
position: absolute;
top: 263px;
height: 37px;
width: 279px;
line-height: 37px;
text-align: left;
color: white;
text-transform: uppercase;
padding: 0px 10px;
overflow: hidden;
font-size: 13px;
transition:all 0.3s;
background-image:url('images/common/arrow-right-white.svg');
background-size:13px;
background-repeat:no-repeat;
background-position:-69px 16px;
}

#home .c4 .item:hover .titre{
background-position:9px 16px;
padding-left:25px;
}

#home .c4 .more_infos{
width:100%;
padding:60px 0px;
}

#home .c4 .more_infos a.button{
left: 0;
}


/* ***** SERVICES ***** */
#services{
text-align:center;
}

#services h1{
color: #1a3565;
font-size: 41px;
font-weight: 700;
line-height: 44px;
margin-bottom: 20px;
padding-bottom: 7px;
}

#services h1:after{
content: "";
width: 228px;
height: 8px;
background-color: #87bb24;
display: block;
margin-top:6px;
}

#services .c1{
display:inline-block;
vertical-align:top;
width:100%;
text-align:left;
max-width: 95%;
}

#services .c2{
display:inline-block;
vertical-align:top;
width:100%;
text-align:left;
}


#services .c2{
display: none;
}


#services .c2 .item{
width:438px;
height:300px;
display:inline-block;
vertical-align:top;
position:relative;
transition:all 0.3s;
text-decoration:none;
background-color:#1a3565;
margin: 7px 18px;
transition:all 0.3s;
}

#services .c2 .item .photo{
width:438px;
height:260px;
position:absolute;
top:0px;
left:0px;	
z-index:50;
text-align:center;
overflow:hidden;
border-bottom:2px solid #87bb24;
}

#services .c2 .item .photo img{
width:100%;
height:100%;
transition:all 1s;
object-fit:cover;
transform:scale(1.06);
transition:0.4s;
}

#services .c2 .item:hover .photo img{
transform:scale(1);	
}

#services .c2 .item .arrow{
transform:scale(0);
width:438px;
height:300px;
position:absolute;
top:0px;
left:0px;	
z-index:55;
background-image:url('images/common/arrow-white-right.png');
background-repeat:no-repeat;
background-position:center;
transition:all 0.3s;
}

#services .c2 .item:hover .arrow{
transform:scale(1);
}


#services .c2 .item .titre{
position: absolute;
top: 263px;
height: 37px;
width: 279px;
line-height: 37px;
text-align: left;
color: white;
text-transform: uppercase;
padding: 0px 10px;
overflow: hidden;
font-size: 13px;
transition:all 0.3s;
background-image:url('images/common/arrow-right-white.svg');
background-size:13px;
background-repeat:no-repeat;
background-position:-69px 16px;
}

#services .c2 .item:hover .titre{
background-position:9px 16px;
padding-left:25px;
}

#services .c3{
width:100%;
margin-top: 75px;
margin-bottom: 100px;
}

#services .c3 .item{
width:300px;
height:300px;
display:inline-block;
vertical-align:top;
position:relative;
transition:all 0.3s;
text-decoration:none;
background-color:#1a3565;
margin: 7px 18px;
transition:all 0.3s;
}

#services .c3 .item .photo{
width:300px;
height:260px;
position:absolute;
top:0px;
left:0px;	
z-index:50;
text-align:center;
overflow:hidden;
border-bottom:2px solid #87bb24;
}

#services .c3 .item .photo img{
width:100%;
height:100%;
transition:all 1s;
object-fit:cover;
transform:scale(1.06);
transition:0.4s;
}

#services .c3 .item:hover .photo img{
transform:scale(1);	
}

#services .c3 .item .arrow{
transform:scale(0);
width:300px;
height:260px;
position:absolute;
top:0px;
left:0px;	
z-index:55;
background-image:url('images/common/arrow-white-right.png');
background-repeat:no-repeat;
background-position:center;
transition:all 0.3s;
}

#services .c3 .item:hover .arrow{
transform:scale(1);
}


#services .c3 .item .titre{
position: absolute;
top: 263px;
height: 37px;
width: 279px;
line-height: 37px;
text-align: left;
color: white;
text-transform: uppercase;
padding: 0px 10px;
overflow: hidden;
font-size: 13px;
transition:all 0.3s;
background-image:url('images/common/arrow-right-white.svg');
background-size:13px;
background-repeat:no-repeat;
background-position:-69px 16px;
}

#services .c3 .item:hover .titre{
background-position:9px 16px;
padding-left:25px;
}


/* ***** SHOP ***** */

#shop{
text-align:center;
margin-bottom:100px;
padding-bottom:30px;
margin-top: 75px;
}

#shop .microdata{ /* toutes les champs sémantiques schema.org*/
display:none;
}


#shop .c1{ /* affichage des types + cat + produits */
width: 90%;
display: inline-block;
vertical-align: top;
background-color: white;
padding: 0px 4%;
min-height:408px;
text-align:center;

}

#shop .c1 h1{

}

#shop .c1 p.fil_rouge{
font-size:13px;
margin-bottom:0px;
opacity:0.45;
}


#shop .c1 .item{
width:300px;
height:300px;
display:inline-block;
vertical-align:top;
position:relative;
transition:all 0.3s;
text-decoration:none;
background-color:#1a3565;
margin: 7px 18px;
transition:all 0.3s;
}

#shop .c1 .item .photo{
width:300px;
height:260px;
position:absolute;
top:0px;
left:0px;	
z-index:50;
text-align:center;
overflow:hidden;
border-bottom:2px solid #87bb24;
}

#shop .c1 .item .photo img{
width:100%;
height:100%;
transition:all 1s;
object-fit:cover;
transform:scale(1.06);
transition:0.4s;
}

#shop .c1 .item:hover .photo img{
transform:scale(1);	
}

#shop .c1 .item .arrow{
transform:scale(0);
width:300px;
height:260px;
position:absolute;
top:0px;
left:0px;	
z-index:55;
background-image:url('images/common/arrow-white-right.png');
background-repeat:no-repeat;
background-position:center;
transition:all 0.3s;
}

#shop .c1 .item:hover .arrow{
transform:scale(1);
}


#shop .c1 .item .titre{
position: absolute;
top: 263px;
height: 37px;
width: 279px;
line-height: 37px;
text-align: left;
color: white;
text-transform: uppercase;
padding: 0px 10px;
overflow: hidden;
font-size: 13px;
transition:all 0.3s;
background-image:url('images/common/arrow-right-white.svg');
background-size:13px;
background-repeat:no-repeat;
background-position:-69px 16px;
}

#shop .c1 .item:hover .titre{
background-position:9px 16px;
padding-left:25px;
}
/* affichage de la liste des produits */

#shop .c2{
width: 100%;
display: inline-block;
vertical-align: top;
background-color: white;
min-height:408px;
text-align:center;
max-width: 95vw;
}

#shop .nav{
display:inline-block;
vertical-align:top;
width:100%;
max-width: 500px;
}

#shop .c2 .nav p.fil_rouge{
font-size:13px;
margin-bottom:0px;
opacity:0.45;
text-align:left;
margin-bottom:10px;
}

#shop .c2 .nav h1{
margin-top:0px;
margin-bottom:60px;
text-align:left;
}

#shop .c2 .nav h2{
text-align:left;
background-image:none;
margin-bottom:0px;
}


#shop .c2 .nav .filter a{
padding: 10px 35px;
display: block;
vertical-align: top;
line-height: 19px;
color:#000;
transition: all 0.3s;
font-size:13px;
text-align:left;
text-decoration:none;
background-image:url('images/common/arrow-right-black-small.png');
background-repeat:no-repeat;
background-position:-25px 9px;
}

#shop .c2 .nav .filter a:hover{
background-color:#ddd;
}

#shop .c2 .nav .filter a.active{
background-image:url('images/common/arrow-right-black-small.png');
background-repeat:no-repeat;
background-position:4px 9px;
}

#shop .product_list{
display:inline-block;
vertical-align:top;
width: 100%;
max-width: 500px;
}

#shop .c2 .product_list .item{
width:100%;
float:right;
border-bottom:1px solid #e1e1e1;
text-align:left;
padding-top:17px;
padding-bottom:17px;
transition:all 0.3s;
font-size:0px;
}

#shop .c2 .product_list .item:hover{
background-color:#e1e1e1;
}

#shop .c2 .product_list .item .img{
position:relative;
width:30%;
height:180px;
background-color:#eaeaea;
overflow:hidden;
position:relative;
display:inline-block;
}

#shop .c2 .product_list .item .img img{
position:absolute;
z-index:100;
transition:all 0.3s;
border-radius:3px;
width:100%;
height:100%;
object-fit:cover;
}

#shop .c2 .product_list .item:hover .img img{
transition:all 0.3s;
width:110%;
height:110%;
}


#shop .c2 .product_list .item .img .arrow{
position:absolute;
z-index:120;
width:180px;
height:180px;
background-image:url('images/arrow-right.png');
background-repeat:no-repeat;
background-position:center;
transition:all 0.3s;
transform: scale(0);
}

#shop .c2 .product_list .item:hover .img .arrow{
transform: scale(1);
}

#shop .c2 .product_list .content{
display:inline-block;
vertical-align:top;
width:60%;
padding-left:20px;
}

#shop .c2 .product_list .content p.filtre{
font-size: 12px;
color:#9f9f9f;
margin: 0px;
line-height: 20px;
}

#shop .c2 .product_list .item span.prix_barre{
font-size: 14px;
display: inline-block;
color: black;
text-decoration: none;
font-weight: 700;
text-decoration:line-through;
padding: 2px 7px;
}

#shop .c2 .product_list .item span.prix{
font-size: 20px;
display: inline-block;
color: white;
text-decoration: none;
font-weight: 700;
margin-right: 30px;
background-color: #000;
padding: 2px 7px;
}

#shop .c2 .product_list .item span.titre{
font-size: 20px;
padding-top: 5px;
display: inline-block;
color: #000;
text-decoration:none;
}


#shop .c2 .product_list .item span.description{
font-size: 16px;
padding-top: 17px;
color: #404040;
text-decoration:none;
display:block;
max-height:86px;
overflow:hidden;
}

.is-animated {
  animation: .9s zoom-in;
}

@keyframes zoom-in {
  0% {
   transform: scale(.1);
  } 
  100% {
    transform: none;
  }
}

/* affichage d'un produit suivant son ID */
#shop .c3{ 
width: 90%;
display: inline-block;
vertical-align: top;
background-color: white;
padding: 0px 4%;
min-height:408px;
text-align:center;
}

#shop .c3 p.fil_rouge{
font-size:13px;
opacity:0.45;
text-align:left;
margin-bottom:3px;
}


#shop .c3 h1{
color: #1a3565;
font-size: 41px;
font-weight: 700;
line-height: 44px;
margin-bottom: 20px;
padding-bottom: 7px;
margin-top:13px;
clear:both;
}

#shop .c3 h1:after{
content: "";
width: 228px;
height: 8px;
background-color: #87bb24;
display: block;
margin-top:6px;
}
#shop .c3 h2{	
margin-bottom:10px;
}

#shop .left{
display:inline-block;
vertical-align:top;
width:100%;
}

#shop .right{
display:inline-block;
vertical-align:top;
width:100%;
}

#shop .right.no_photos{
width:100%;
}


#shop .c3 .demo-gallery{
font-size:0px;
text-align:left;
}

#shop .c3 .demo-gallery a.main_pic{
display: block;
width:100%;
height:500px;
background-color:#f7f7f7;
overflow:hidden;
}

#shop .c3 .demo-gallery a.main_pic img{ 
display: block;
width: 100%;
min-height: 100%;
object-fit: cover;


}
 
#shop .c3 .demo-gallery a.small_pic{
display:inline-block;
vertical-align:top;
width:101px;
height:100px;
overflow:hidden;
transition:all 0.3s;
border-top:1px solid white;
border-right:1px solid white;

}

#shop .c3 .demo-gallery a.small_pic img{
transition:all 0.3s;
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}

#shop .c3 .demo-gallery a.small_pic:hover img{
transform: scale(1.2);
}

#shop .c3 .content{
width:95%;
padding: 30px 0;
display: inline-block;
vertical-align: top;
text-align: left;
}

#shop .c3 .content p.prix_barre{
font-size: 23px;
display: inline-block;
vertical-align:middle;
padding: 4px 11px;
font-weight: 700;
color:black;
text-decoration: line-through;
margin-right: 3px;
margin-bottom: 0px;
}

#shop .c3 .content p.prix{
font-size: 23px;
background-color:#1a3565;
display: inline-block;
vertical-align:middle;
padding: 4px 11px;
font-weight: 700;
color:white;
margin-right: 16px;
margin-bottom: 0px;
}

#shop .c3 .content p.prix span.promo{
display: inline-block;
vertical-align: middle;
font-size: 14px;
font-weight: 700;
color:white;
padding: 0px 5px;
margin-right: 10px;

}

#shop .c3 .content p.info_prix{
font-size: 14px;
font-weight: 700;
padding: 24px 11px 4px 11px;
text-transform: uppercase;
color:#87bb24;
margin-bottom: 20px;
background-image:url('../images/arrow-right-black.svg');
background-position:9px 0px;
background-repeat:no-repeat;


}

#shop .c3 .content p.marque{
color:#404040;
font-size:13px;
display: inline-block;
vertical-align:middle;
margin-right:15px;
}

#shop .c3 .content p.reference{
font-size: 13px;
display: inline-block;
vertical-align: middle;
background-color: #1a3565;
color: white;
padding: 0px 17px;
margin-bottom: 0px;
margin-top: 20px;
}

#shop .c3 .content .youtube{
max-width:100%;
margin-bottom:35px;
overflow:hidden;	
}

#shop .c3 .content p.dispo{
font-size: 14px;
display: inline-block;
vertical-align: middle;
font-weight: 700;
text-decoration: underline;
margin-bottom: 0px;
}

#shop .c3 .content p.dispo.color1{/* dispo */
color:#000;
}

#shop .c3 .content p.dispo.color2{/* sur cmd */
color:#000;
}

#shop .c3 .content p.dispo.color3{/* rupt de stock */
color:#000;
}

#shop .c3 .content p.dispo.color4{/* vendu */
color:#000;
}

#shop .c3 .content div.description{
margin-top:30px;
}

#shop .c3 .content p.interesse{
margin-top:50px;
font-size:21px;
line-height:29px;
text-align:left;
}

#shop .c3 .content p.interesse+a+a{
    margin-top: 20px;
}


#shop .c3 .pdfs{
margin-top:30px;	
}

#shop .c3 .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;
}

#shop .c3 .pdfs a.item .image{
position:relative;
width:200px;
height:150px;
overflow:hidden;
}

#shop .c3 .pdfs a.item .image img{
width:220px;
position:absolute;
top:-10px;
left:-10px;
transition:all 0.3s;
z-index:30;
}

#shop .c3 .pdfs a.item:hover .image img{
width:200px;
top:0px;
left:0px;
filter: grayscale(0.20);
}

#shop .c3 .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);
}

#shop .c3 .pdfs a.item:hover .image .pdf_icon{
transform: scale(1);
}

#shop .c3 .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;
}

#shop .c3 .pdfs a.item:hover{
text-decoration:none;
}

#shop .c3 .pdfs a.item:hover .description{
    background-color:#1A3565;
    color:white;
}

#shop .c3 .related{ /* produits liés */
width:100%;
border-top:1px solid #c0c0c0;
margin-top:60px;
padding-top:30px;
}

#shop .c3 .related a.item{
display:inline-block;
vertical-align:top;
width:185px;
height:145px;
overflow:hidden;
position:relative;
margin:5px;
overflow:hidden;
}

#shop .c3 .related a.item .image{
width:185px;
height:145px;
position:absolute;
top:0px;
left:0px;
z-index:100;
}

#shop .c3 .related a.item .image img{
transition:all 0.3s;
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}

#shop .c3 .related a.item .titre{
position: absolute;
top: 0px;
left: 0px;
z-index: 250;
width: 94%;
background-color:#1a3565;
color:white;
text-align: center;
line-height: 16px;
font-size: 13px;
transition: all 0.3s;
padding: 3px 3%;
border-bottom: 1px solid #c0c0c0;
}


#shop .c3 .related a.item .prix{
position:absolute;
bottom:-50px;
left:0px;
z-index:200;
width:185px;
background-color:#87bb24;
color:white;
font-weight:700;
text-align:center;
line-height:24px;
font-size:17px;
transition:all 0.3s;
}

#shop .c3 .related a.item:hover .prix{
bottom:0px;
}

#shop .c3 .item .arrow{
width:185px;
height:145px;
position:absolute;
z-index:300;
background-image:url('images/common/arrow-white-right.png');
background-repeat:no-repeat;
background-position:center;
transition:all 0.3s;
transform: scale(0);
}

#shop .c3 .item:hover .arrow{
transform: scale(1);
}

#shop .c3 .options{
width:100%;
margin-top:90px;
text-align:left;
background-image:url('images/common/arrow-down-black-small.png');
background-repeat:no-repeat;
background-position:top 6px left;
margin-top:50px;
}

#shop .c3 .options.open{
background-image:url('images/common/arrow-up-black-small.png');
background-repeat:no-repeat;
background-position:top 6px left;
}

#shop .c3 .options h3.beefup-head{
cursor:pointer;
padding-left:35px;
display:inline-block;
margin-top:0px;
}


#shop .c3 .options li{
display:block;
list-style-type:none;
line-height:30px;
padding:5px 20px;
font-size:13px;
}

#shop .c3 .options li span{
display: inline-block;
min-width: 330px;
font-weight: 700;
text-transform: uppercase;
font-size: 12px;
}

#shop .c3 .options li:nth-child(odd){
background:#ececec;
}

#shop .c3 .options li:nth-child(even){
background:#f9f9f9;
}

#shop .c3 .options .interesse{
margin-top:35px;
}


/* ***** CONTACT ***** */

#contact{
text-align:center;
max-width: 95%;
margin: 75px auto 0;
}

#contact h1{
margin:0px;	
}

#contact h2{
margin-bottom:44px;	
}

#contact .c1{
display:inline-block;
vertical-align:top;
width:100%;
text-align:left;
margin-bottom: 25px;
max-width: 500px;
}

#contact .c1 p span.head{
display:block;
width:100%;
font-size:12px;
line-height:14px;
text-transform:uppercase;
}

#contact .c1 p.logo img{
display:none;
}


#contact .c2{
display:inline-block;
vertical-align:top;
width:100%;
text-align:left;
max-width: 500px;
}

#contact .c2 .streetview{
width:100%;
height:357px;
}

#contact .map{
width:100%;
height:433px;
margin-top:50px;
}




/* ***** Mentions légales ***** */


#legal{
    text-align:center;
}

#legal h1{
    margin:60px;
}

#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:block;
    vertical-align:top;
    width:100%;
    text-decoration:underline;
}

#legal .c0{
    width:70%;
    padding:4%;
    display:inline-block;
    vertical-align:top;
    text-align:center;
    border:1px solid #c0c0c0;
    text-align:center;
    margin-bottom:30px;
    background-color:white;
    border-radius:13px;
}

#legal .c1{
    display:inline-block;
    vertical-align:top;
    width:76%;
    padding:20px 6%;
    border:1px solid #c0c0c0;
    text-align:left;
    margin-bottom:30px;
    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:70%;
    padding:4%;
    text-align:left;
    display:inline-block;
    vertical-align:top;
    border:1px solid #c0c0c0;
    margin-bottom:30px;
    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.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%;
padding-top:60px;
text-align:center;
background-color:#1A3565;
}

#footer>div.main_width{
    display: flex;
    flex-direction: column;
    text-align: center;
}

#footer .c1,
#footer .c2,
#footer .c3{
display:inline-block;
vertical-align:top;
}

#footer .c1{
width:100%;
padding:2% 0;
text-align:center;
order: 3;
}

#footer .c1 a.button{
left: 0;
}

#footer .c2{
width:100%;
text-align:center;
order: 1;
margin-bottom: 25px;
}

#footer .c3{
width:100%;
padding:2% 0;
text-align:center;
order: 2;
}

#footer .c1 li{
list-style-type:none;
margin: 10px 0;
}

#footer .c1 li a{
color:white;
text-decoration:none;
}

#footer .c1 li a:hover,
#footer .c1 li a.selected{
text-decoration:underline;	
}

#footer .c1 a.button{
margin-top:42px;
}

#footer .c2 img.logo_footer{
position:relative;
top:0;
max-width:300px;
}

#footer .c3 p{
color:white;	
margin-bottom:4px;
}

#footer .c3 p:not(.nom){
    margin-bottom: 15px!important;
}

#footer .c3 p.nom{
margin-bottom: 25px!important;
}

#footer .c3 p.nom{
font-weight:700;
text-transform:uppercase;
font-size:19px;
}

#footer .c3 p.adresse{
line-height:19px;	
}

#footer .c3 p.tel{
margin-bottom:0px;	
line-height:23px;
}


#footer p.copyright{
color:white;
text-align:center;
font-size:14px;
margin-top:100px;
padding-bottom:50px;
margin-bottom:0px;
order: 4;
}

#footer p.copyright a{
color:white;
text-decoration:underline;
}





/* *********************** FORM JQUERY *********************** */
#fadeandscale{
background-color:white;
padding:20px 50px;
text-align:center;
max-width:800px;
background-image:url('images/xxxxxxxxxxxxxxxxxx.png');
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: #1A3565;
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:#1A3565!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;
}