/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul, a {
    list-style: none;
    text-decoration: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* end reset *******************************************************************************************/




/* GLOBAL */

/* Logo Copyright*******************************/
sup {
	position:relative;
	height:1%; /* trip haslayout, make positioning behave IE */
	line-height:1.2em; /* should equal surrounding line-height */
	vertical-align:top;
	top:0.10em;
	font-size:11px;
}
/*end Logo Copyright*******************************/

/* END GLOBAL */






/*popup ****************************/
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    z-index: 100;
    display: none;
}
.cnt223 a{
    text-decoration: none;
}
.popup{
    width: 100%;
    margin: 0 auto;
    top: -40px;
    display: none;
    position: fixed;
    z-index: 101;
    display: none;
}
.cnt223{
    min-width: 600px;
    width: 600px;
    min-height: 50px;
    margin: 50px auto;
    background: #f3f3f3;
    position: relative;
    z-index: 103;
    padding: 15px 35px;
    border-radius: 5px;
    box-shadow: 0 2px 5px #000;
}
.cnt223 h1{
    font-size: 30px;
    font-weight: bold;
}
.cnt223 p{
    clear: both;
    color: #555555;
    /* text-align: justify; */
    font-size: 20px;
    font-family: sans-serif;
}
.cnt223 p a{
    color: #d91900;
    font-weight: bold;
}
.cnt223 .x{
    float: right;
    height: 35px;
    left: 22px;
    position: relative;
    top: -25px;
    width: 34px;
}
.cnt223 .x:hover{
    cursor: pointer;
}
/* reste */
@font-face {
    font-family: 'optima';
    src: url('file:///Macintosh HD/Users/dadzcover/Documents/Site sans nom 3/public_html/font/OPTIMA.TTF');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'optima';
    src: url('file:///Macintosh HD/Users/dadzcover/Documents/Site sans nom 3/public_html/font/OPTIMA_B.TTF');
    font-weight: bold;
    font-style: normal;
}
#flag2{
    display: none;
}
.wrapper{
    width: 100%;
    font-family: optima;
}
.header{
    width: 100%;
    height: 170px;
    background-color: #cde2f0;
}
.banner{
    width: 80%;
    display: block;
    margin: 0 auto;
}
.logo{
    width: 33.3%;
    display: block;
    margin: 0 auto;
}
.logo img{
    height: 125px;
    display: block;
    padding-top: 5px;
    margin: 0 auto;
}
/* menu *****************************/

#menu{
    width: 100%;
    margin: 0 auto;
    height: 50px;
    background-color: #005682;
    color: white;
    margin-top: -25px;
    position: relative;
}
#menu_content{
    width: 100%;
    margin: 0 auto;
    font-size: 1.1em;

}
#menu ul{
    float: left;
    line-height: 50px;
}
#menu .slogan{
    width: 300px;
    text-align: center;
    font-size: 1.1em;
}
#menu #liste{
    width: 890px;
    float: right;
    display: block;
    margin-right: 20px;
}
#menu #liste li{
    display: block;
    float: left;
    text-align: center;
}
#menu a{
    list-style: none;
    text-decoration: none;
    color: white;
}
#menu #liste a{
    width: 164px;
    /**width: 131px**/
    display: block; 
}
#menu #liste .flag{
    width: 23px;
    padding: 3px;
    padding-top: 5px;
}
#menu #liste .flag:hover{
    width: 26px;
}
#menu #liste .flag img{
    width: 100%;
}
#menu #liste li ul{ 
    background-color: #005682;
    position: absolute;
    z-index: 99;
    width: 164px; 
    left: -999em;
    line-height: 25px;
}
#menu #liste li ul li{
    border-top : 1px solid white;
    padding: 5px 0;
}
#menu #liste2news li ul li{
    border-top : 1px solid white;
    padding: 5px 0;
}

html>body #menu #liste li ul li{
    border-top : 1px solid white; 
}
html>body #menu #liste2news li ul li{
    border-top : 1px solid white; 
}
/*#menu #liste a:hover     {
    font-size: 1.15em;
}*/
#menu #liste li:hover ul, #menu #liste li.sfhover ul{
    left: auto;
    min-height: 0;
}
#menu2{
    display: none;
}
.slicknav_menu {
    display:none;
}


/* slide ************************************/

.slider{
    width: 100%;
    height: 450px;
    margin-top: -25px;
}
.slider-content{
    position: absolute;
    width: 42%;
    height: auto;
    float: left;
    display: block;
    color: #005682;
    margin-top: 80px;
    margin-left: 300px;
}
.slider-content .slider-titre h1{
    font-size: 3.5em;
    font-weight: bold;
}
.slider-content .slider-text{
    margin-top: 30px;
}
.slider-content .slider-text p{
    font-size: 1.5em;
}
.slider img{
    width: auto;
    display: block;
    float: right;
    margin-top: -40px;
    height: 100%;
}
.img_prod{
    width:100%;
    height:auto;
}



/* SubSlider Quote ************************************/

.slider-quote {
    padding-top: 70px;
    padding-bottom: 70px!important;
    padding-left: 7vw;
    padding-right: 7vw;
    margin-top: 0px;
    margin-bottom: 5px;
    text-align: center;
    background-color: #fff;
    color: #555;
    font-weight: normal;
    font-size: 1.8em!important;
}
/* END SubSlider Quote ************************************/






/* content **************************/

.content{
    width: 1280px;
    display: block;
    height: auto;
    margin: 0 auto;
    position: relative;
}
.minor_content{
    float: left;
    width: 90%;
    display: block;
    height: auto;
    margin: 0 auto;
    margin-top: 0px;
    margin-left: 5%;
}
.aside{
    display: block;
    float: left;
    width: 19.6%;
    color: white;
    margin-right: 0.5%;
    height: 250px;
}
.aside img{
    display: block;
    margin: 0 auto;
    width: 100%;
}
.news{
    display: block;
    width: 90%;
    margin: 0 auto;
}
.news a{
    text-decoration: none;
    color: white;
    font-size: 1.3em;
}
.news a:hover{
    font-size: 1.4em;
}
.news p{
    text-align: center;
    padding-top: 35px;
}
.map{
    display: block;
    margin: 0 auto;
    width: 90%;
}
.map h1{
    text-align: center;
    font-size: 2.5em;
    margin-top: 80px;
    color: #23557E;
}
.cat{
    color: #005682;
    margin: 0 auto;
    width: 85%;
    display: block;
}
.cat h1{
    font-size: 2.5em;
    display: inline-block;
    background-color: white;
    padding: 2px 15px;
}
.cat_content{
    padding-bottom: 30px;
    padding-top: 20px;
}
.cat_content p{
    font-size: 1.2em;
    padding: 15px;
    text-align: justify;
}
.cat_content .bles{
    width: 100%;
    display: block;
}
.bles img{
    width: 40%;
    padding: 4%;
}
.cat_content .list{
    padding: 2px 100px;
}
.cat_content .ss_list{
    padding: 2px 150px;
}
.cat_content .hr{
    margin: 85px 0;
    margin-left: 15px;
    width: 98.5%;
    height: 5px;
    background-color: #005682;
}
.cat_content h3{
    font-size: 1.5em;
    text-align: center;
    padding: 20px 0;
}
.cat_content a{
    color: #005682;
}
.cat_content a:hover{
    text-decoration: underline;
}
.range{
    float: left;
    margin: 0 auto;
    display: inline-block;
    margin-top: -110px;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;

}
.range h1{
font-size: 1.8em;
}

.produit{
    display: block;
    width: 98%;
    margin-left: 2%;
    margin-bottom: 30px;
    height: auto;
}
.prod_unique{
    margin: 0 auto;
    display: block;
    width: 100%;
}
.prod_3{
    margin: 0 auto;
    display: block;
    width: 100%;
}
.prod_2{
    margin: 0 auto;
    display: block;
    width: 100%;
}
.produit h2{
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
    width: 80%;
    font-size: 1.2em;
}
.produit a{
    text-decoration: none;
    color: #005682;
}
.aside2{
    display: block;
    float: left;
    width: 20%;
    height: 340px;
    margin: 15px 0;
    margin-right: 3.8%;
    border: 1px solid #cde2f0;
    padding-bottom: 10px;
    overflow-y: scroll;
}
.prod_unique .aside2{
    margin-left: 40%;
}
.prod_3 .aside2{
    margin-left: 8%;
}
.prod_2 .aside2{
    display: block;
    float: left;
    height: 340px;
    margin: 15px 0;
    width: 20%;
    border: 1px solid #cde2f0;
    padding-bottom: 10px;
    overflow-y: scroll;
    margin-left: 20%;
    margin-right: 0;
}
.aside2 a{
    text-decoration: none;
    color: #005682;
    width: 100%;
    height: 100%;

}
.aside2 a:hover{

}
.aside2 img{
    width: 100%;
}
.aside2 .strong{
    font-weight: bold;
    text-align: center;
    font-size: 1em;
}
.aside2 p{
    font-size: 0.7em;
    padding: 0 10px;
    text-align: justify;
}
.OSD{
    display: block;
    width: 80%;
    margin: 0 auto;
}
/* présenation produit ********************/
.nav_prod{
    display: block;
    float: left;
    width: 24.5%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.nav_prod ul{
    text-decoration: none;
    background-color: #005682;
    border: 1px solid #cde2f0;
    padding-top: 20px;
}
.nav_prod ul li{
    padding: 10px;
    text-align: center;
}
.nav_prod ul li a{
    color: #cde2f0;
    font-weight: bold;
}
.nav_prod ul li a:hover{
    text-decoration: underline;
}
.nav_prod ul li ul{
    width: 100%;
    margin:15px 0;
    border: none;
}
.nav_prod ul li ul li{
    padding: 5px;
}
.nav_prod ul li ul li a{
    font-weight: lighter;
}
.cat_content .prod_content p{
    text-align: left;
}
.prod_content{
    display: block;
    width: 75%;
    float: left;
    margin-top: 50px;
}
.prod_img{
    width: 60%;
    float: right;
    display: block;
}
.prod_img img{
    width: 100%;
}
.prod_img .protected{
    width: 50%;
    display: block;
    margin: 0 auto;
}
.prod_desc{
    padding-left: 3%;
    padding-bottom: 50px;
}
.prod_content h4{
    display: inline-block;
    text-align: left;
    font-weight: bold;
    font-size: 1.2em;
    padding-left: 3%;
}
.prod_desc h5{
    font-size: 1.2em;
    margin: 15px 0;
}
.prod_desc p{
    font-size: 0.9em;
    padding: 5px;
}
.prod_content .blef{
    padding: 3%;
    font-size: 1em;
}
.prod_content .blef b{
    font-weight: bold;
}
.cat_content .blef b{
    font-weight: bold;
}
/* about **********************************/

.mapw{
    width: 100%;
    margin: 0 auto;
    display: block;
    padding-bottom: 50px;
}

/****NEWS*****/
            .img_news{
                width: 100%;
display: block;
                padding-bottom: 50px;
            }
            .img_news img{
                display: block;
                float: left;
                width: 30%;
                margin-left: 12%;
                margin-top: 50px;
            }

/* contact ********************************/
.left_adress{
    width: 40%;
    float: left;
    height: 100%;
    padding-top: 50px;
}
.left_adress h3, .left_adress h4, .left_adress h5, .left_adress p{
    text-align: left;
}
.left_adress h3{
    font-weight: bold;
    padding-bottom: 15px;
    font-size: 1.7em;
}
.left_adress h4{
    font-weight: bold;
    font-size: 1.5em;
    padding-bottom: 15px;
}
.left_adress h5{
    font-weight: bold;
    font-size: 1.2em;
}
.left_adress p{
    padding: 0;
}
.contact_content{
    float: left;
    width: 60%;
    padding-top: 50px;
}
.contact_content h5{
    font-weight: bold;
    font-size: 1.2em;
    padding-top: 20px;
}
.contact_content h3{
    font-weight: bold;
    padding-top: 20px;
    font-size: 1.7em;
    text-align: left;
}
.contact_content p{
    padding: 15px 0;
    text-align: left;
}
.contact_content .hr{
    margin:20px 0;
}
.contact_content form{
    color: #005682;
}
.select-style {
    padding: 0;
    margin: 0;
    border: 1px solid #005682;
    width: 400px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    background: #fff;
    position: relative;
}
.select-style select {
    padding: 5px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #005682;
    font-size: 1em;
}
.select-style:after {
    top: 50%;
    left: 95%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #000000;
    border-width: 5px;
    margin-top: -2px;
    z-index: 100;
}
.select-style select:focus {
    outline: none;
}
.contact_content textarea{
    width: 90%;
    border: 1px solid #005682;
    height: 200px;
    border-radius: 3px;
}
.contact_content textarea:focus{
    outline: none;
}
.contact_content .label{
    margin: 20px 0 10px 0;
    font-weight: bold;
    font-size: 1.2em;
}
.contact_content .renseign{
    width: 100%;
}
.contact_content .renseign_input{
    width: 50%;
    float: left;
}
.contact_content .renseign_input input{
    width: 70%;
    height: 20px;
    border: 1px solid #005682;
    border-radius: 3px;
}
.select-style2 {
    padding: 0;
    margin: 0;
    border: 1px solid #005682;
    width: 70%;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    background: #fff;
    position: relative;
}
.select-style2 select {
    padding: 5px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #005682;
    font-size: 1em;
}
.select-style2:after {
    top: 50%;
    left: 90%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #000000;
    border-width: 5px;
    margin-top: -2px;
    z-index: 100;
}
.select-style2 select:focus {
    outline: none;
}
.send{
    width: 85%;
    margin-top: 30px;
}
.send input{
    width: 20%;
    display: block;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #005682;
    border-radius: 3px;
    background-color: transparent;
    color: #005682;
}
.map_contact{
    margin: 30px 0;
    display: block;
    width: 100%;
    height: auto;
}
/*.contact{
    width: 100%;
}
.contact form{
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.contact form label{
    width: 100%;
    font-size: 1.4em;
    margin-top: 20px;
    display: block;
}
.contact form input{
    width: 100%;
    border: 1px solid #cde2f0;
    height: 40px;
    margin: 20px 0;
    font-size: 1.2em;
}
.contact form textarea{
    width: 100%;
    border: 1px solid #cde2f0;
    height: 300px;
    margin: 20px 0;
}
.contact form #contactsub{
    width: 20%;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    border: 1px solid #005682;
    background-color: #cde2f0;
    color: #005682;
    font-size: 1.2em;
}*/
/* footer *********************************/
.footer{
    bottom:0px;
    background-color: #23557E;
    width: 100%;
    height: auto;
    color: white;
}
.footer_content{
    display: block;
    padding-top: 30px;
    width: 100%;
}
.footer .reseau{
    width: 33%;
    display: block;
    float: left;
}
.footer .reseau a{
    display: block;
    width: 10%;
    float: left;
    padding-left: 4%;
}
.footer .reseau a img{
    width: 70%;
    display: block;
}
.footer .adr{
    width: 33%;
    display: block;
    float: left;
}
.footer .adr ul{
    text-align: center;
    float: left;
    display: block;
    width: 50%;
}
.footer .csqmed{
    width: 33%;
    display: block;
    float: left;
}
.footer .csqmed img{
    display: block;
    float: right;
    width: 10%;
    padding: 0 2%;
}
.footer p{
    text-align: center;
}
.footer p small{
    font-size: 0.5em;
    text-align: center;
    padding-top: 5px;
}
/*.footer img{
    display: block;
    float: right;
    margin-top: -80px;
    margin-right: 30px;
    width: 50px;
}*/
/*.footer .fb{
    float: left;
    margin-left: -90px;
    padding-top: 90px;
}
.footer .insta{
    float: left;
    margin-left: -150px;
    padding-top: 90px;
}
.footer .in{
    float: left;
    margin-left: -210px;
    padding-top: 90px;
}
.footer .insta{
    float: left;
    margin-left: -170px;
    padding-top: 90px;
}
.footer .logo_foot{
    margin-right: 90px;
    padding-top: 5px;
    width: 100px;
}*/

@media all and (max-width: 1250px) {
    .slider img{
        margin-top: 0;
    }
    .slider{
        height: auto;
    }
    .slider-content{
        margin-top: 30px;
    }
    .slider-content .slider-titre h1{
        font-size: 1.6em;
    }
    .slider-content .slider-titre h2{
        font-size: 1.1em;
    }
    .slider-content .slider-text p{
        font-size: 1em;
    }
    #menu {
        display:none;
    }
    #menu #liste{
        float: left;
    }
    .flag{
        display:none;
    }
    #flag2{
        display:none;
    }
    .slicknav_menu {
        display:block;
    }
    .content{
        width: 1000px;
    }
    .aside{
        height: auto;
    }
    .aside2{
        height: 335px;
    }
    .cat_content .hr{
        background-color: white;
    }
    .minor_content .cat h1{
        padding-bottom: 5px;
    }
    .prod_content{
        margin-top: 20px;
    }
}
@media only screen and (max-width: 1050px) {
    .footer .adr{
        height: 100px;
    }
    .footer .reseau a img{
        width: 100%;
    }
}
@media only screen and (max-width: 1000px) {
    .slider-content{
        display: none;
    }
    .content{
        width: 100%;
    }
    .nav_prod ul  {
        font-size: 0.9em; 
    }
    .aside2{
        height: 335px;
    }
    .aside2 p{
        font-size: 0.6em;
    }
/*    .footer img{
        width: 30px;
    }
    .footer .fb{
        margin-left: -130px;
    }
    .footer .insta{
        margin-left: -130px;
    }
    .footer .in{
        margin-left: -170px;
    }
    .footer .logo_foot{
        width: 50px;
        margin-right: 65px;
    }*/
}
@media only screen and (max-width: 780px) {
    .minor_content .cat h1{
        margin-top: 25px;
       font-size: 1.8em; 
    }
    .cat_content .list{
        padding: 2px 15px;
        text-align: left;
    }
    .cat_content .ss_list{
        padding: 2px 50px;
    }
    .prod_3 .aside2{
        margin-left: 4%;
    }
    div#wip.aside2{
        margin-left: 30%;
    }
    .prod_unique .aside2{
        margin-left: 30%;
    }
    .prod_2 .aside2{
        margin-left: 5%;
        width: 40%;
    }
    .aside2{
        width: 40%;
        margin-left: 4%;
    }
    .aside2 p{
        font-size: 0.5em;
    }
    .cat_content .hr{
        margin-top: 30px;
    }
    .nav_prod ul  {
        font-size: 0.81em; 
    }
    .nav_prod ul li{
        padding: 10px 2px;
    }
    .nav_prod ul li ul{
        margin: 5px 0;
    }
    .footer{
        height: auto;
        font-size: 0.5em;
    }
    .footer_content{
        width: 80%;
        margin: 0 auto;
    }/*
    .footer p{
        margin-top: 10px;
    }*/
/*    .footer .fb{
        margin-top: 2px;
        margin-left: 80px;
        position: absolute;
    }
    .footer .insta{
        margin-top: 2px;
        margin-left: 50px;
        position: absolute;
    }
    .footer .in{
        margin-top: 2px;
        margin-left: 20px;
        position: absolute;
    }
     .footer .logo_foot{
        margin-top: 5px;
        padding-left: 10px;
        margin-right: 40px;
    }
    .footer img{
        margin-top: 5px;
        margin-left: -30px;
    }*/
}
@media only screen and (max-width: 514px){
    .banner .logo{
        width: 100%;
    }
    .aside{
        display: none;
    }
    .aside2{
        height: 275px;
    }
    .aside2 .strong{
        font-size: 0.7em;
    }
    .aside2 p{
        font-size: 0.5em;
    }
    .minor_content .cat_content h1{
       font-size: 1.8em; 
    }
    .nav_prod ul  {
        font-size: 0.5em; 
    }
/*    .footer .fb{
        margin-top: 15px;
    }*/
}
@media only screen and (orientation: portrait){
    .minor_content .cat h1{
        margin-top: 25px;
       font-size: 1.8em; 
    }
    .cat_content .list{
        padding: 2px 15px;
        text-align: left;
    }
    .cat_content .ss_list{
        padding: 2px 50px;
        text-align: left;
    }
    .aside{
        display: none;
    }
    .aside2{
        height: 285px;
    }
    .aside2{
        width: 40%;
        margin-left: 4%;
    }
    .aside2 .strong{
        font-size: 0.7em;
    }
    .aside2 p{
        font-size: 0.5em;
    }
    .prod_3 .aside2{
        margin-left: 4%;
    }
    div#wip.aside2{
        margin-left: 30%;
    }
    .prod_unique .aside2{
        margin-left: 30%;
    }
    
    .cat_content{
        margin-top: -25px;
    }
    .cat_content .hr{
        margin-top: 30px;
        background-color: transparent;
    }
    .nav_prod ul  {
        display: none;
    }
    .prod_content{
        width: 100%;
    }
    .prod_content h4{
        font-size: 1em;
    }
    .prod_img {
        float: none;
        margin: 0 auto;
    }
    .footer{
        height: auto;
    }
    .footer_content{
        width: 100%;
    }
    /*.footer p{
        margin-top: 10px;
    }
   .footer .fb{
        margin-left: 80px;
        position: absolute;
    }
     .footer .logo_foot{
        margin-top: 5px;
        padding-left: 10px;
        margin-right: 40px;
    }
    .footer img{
        margin-top: 5px;
        margin-left: -30px;
        
    }*/
    .banner .logo{
        width: 100%;
    }
    .minor_content .cat_content h1{
       font-size: 1.8em; 
    }
    .nav_prod ul  {
        font-size: 0.5em; 
    }
    .contact form #contactsub{
    width: 40%;
    }
/*    .footer .fb, .footer .insta, .footer .in{
        margin-top: 8px;
    }*/
}			