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,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,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%;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
html{overflow-x:hidden;overflow-y:hidden;}
body{background-color:#FFFFFF;}
img{width:100%;max-width:fit-content;object-fit:cover;}
a{text-decoration:none!important;}
.webhd{display:none;}
.webd{display:none;}
.webt{display:none;}
.webm{display:none;}
.apphd{display:none;}
.appd{display:none;}
.appt{display:none;}
.appm{display:none;}
.popup{z-index:20;}
.center{text-align:center;}
.page{height:auto!important;}
.flexH{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;left:0!important;}
.flexV{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;left:0!important;}
.r{position:relative!important;left:0!important;top:0!important;}
.pb10px{padding-bottom:10px!important;}
.pb20px{padding-bottom:20px!important;}
.pb40px{padding-bottom:40px!important;}
.pb80px{padding-bottom:80px!important;}
.pt10px{padding-top:10px!important;}
.pt20px{padding-top:20px!important;}
.pt40px{padding-top:40px!important;}
.pt80px{padding-top:80px!important;}
.pw{left:5px!important;right:5px!important;width:auto!important;}
.ph{top:5px!important;bottom:5px!important;height:auto!important;}
.l0{left:0!important;right:auto!important;}
.l5{left:5%!important;right:auto!important;}
.l10{left:10%!important;right:auto!important;}
.l20{left:20%!important;right:auto!important;}
.r0{right:0!important;left:auto!important;}
.r5{right:5%!important;left:auto!important;}
.r10{right:10%!important;left:auto!important;}
.r20{right:20%!important;left:auto!important;}
.w{width:auto!important;}
.w20{width:20%!important;}
.w40{width:40%!important;}
.w50{width:50%!important;}
.w60{width:60%!important;}
.w80{width:80%!important;}
.w100{width:100%!important;}
.mint{min-width:480px;}
.maxt{max-width:768px;}
.h{height:auto!important;}
.h50px{height:calc(100% - 50px)!important;}
.h75px{height:calc(100% - 75px)!important;}
.h100px{height:calc(100% - 100px)!important;}
.h150px{height:calc(100% - 150px)!important;}
.h250px{height:calc(100% - 250px)!important;}
.h0{height:0!important;}
.h50{height:50%!important;}
.h100{height:100%!important;}
.bg{position:fixed;background-color:rgba(0,0,0,0.3);top:0px;left:0px;width:100%;height:100vh;display:none;}
.erreur{position:fixed;left:0;width:100%;height:30px;bottom:0;display:none;padding-left:5px;color:#FFFFFF;z-index:50;background-color:#C80000;font-family:verdana;font-size:12px;line-height:26px;}
.success{position:fixed;left:0;width:100%;height:30px;bottom:0;display:none;padding-left:5px;color:#FFFFFF;z-index:50;background-color:#00C800;font-family:verdana;font-size:12px;line-height:26px;}
.main{position:relative;height:100%;overflow-x:hidden;}
textarea, input[type="text"], input[type="password"], input[type="email"], input[type="tel"]{width:100%;height:100%;border-style:none;resize:none;background-color:transparent;}
textarea::placeholder, input::placeholder, .select2-selection__placeholder{color:#BEC2CE!important;}
input[type="file"]{position:absolute;top:0;right:0;width:100%;height:100%;z-index:10;opacity:0;}
progress{display:none;}
.swiper-pagination-bullet{width:10px;height:10px;margin-left:4px;margin-right:4px;background-color:#00325E;}
.stockPhotos{display:none;position:absolute;width:100%;}
.stockPhotos .photoUnite{position:absolute;bottom:0;margin-top:4px;max-height:300px;overflow-y:auto;width:100%;background:white;padding-top:8px;border-width:1px;border-style:dashed;}
.stockPhotos .photoUnite::-webkit-scrollbar{width:4px;}
.stockPhotos .fondBlanc img{margin:2px;object-fit:cover;width:100px;height:100px;border-radius:8px;}
.stockPhotos .fondBlanc video{margin:2px;object-fit:cover;width:100px;height:100px;border-radius:8px;}
.stockPhotos .fondBlanc{position:relative;left:50px;width:100%;}
.stockPhotos .fondBlanc div{float:left;}
.photoMsg{object-fit:cover;width:100px;height:100px;border-radius:8px;}
.stockPhotos .progress{position:absolute;bottom:42px;width:48%;}

/* ------   HEADER  ------ */
.header {
    width: 100%;
    height: 122px;
    position: fixed;
    top: 0;
    background: #000000;
    color: #FFFFFF;
    font-family: "Poppins", Helvetica;
    font-size: 16px;
    z-index: 60;
}
.header .blockheader {
    display: flex;
    max-width: 1190px;
    min-width: 978px;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
}
.header img {
    object-fit: cover;
    cursor: pointer;
}
.header .burgerMenu {
    display: none;
}
.header .logo {
}
.header .navigation {  
}
.header .navigation ul {
    display: flex;
}
.header .navigation ul li {
    margin-right: 22px;
    cursor: pointer;
}
.header .navigation ul li a {
    text-decoration: none;
    color: #FFFFFF;
}
.header .navigation ul li:last-child {
    margin-right: 0px;
}
.header ul li:last-child {
    font-weight: bold;
}
.header ul li:last-child img {
    margin-left: 4px;
}
/* ------   FOOTER  ------ */
.footer {
    width: 100%;
    height: 344px;
    position: relative;
    bottom: 0px;
    background: #000000;
    color: #FFFFFF;
    font-family: "Poppins", Helvetica;
    font-size: 16px;
}
.footer .block1 {
    display: flex;
    width: 88%;
    max-width: 1190px;
    margin: auto;
    justify-content: space-between;
    padding-top: 60px;
    align-items: center;
    margin-bottom: 88px;
}
/* ANIMATION CSS */
.header .navigation ul li {
    position: relative;
}
.header .navigation ul li::before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #FFFFFF;
    transform-origin: bottom right;
    transform: scaleX(0);
    transition: transform 0.5s ease;
}
.header .navigation ul li:hover::before {
    transform-origin: bottom left;
    transform: scaleX(1);
}
.footer .block1 .logo {
    width: 125px;
    height: 30px;
}
.footer .block1 .adresse {
    display: flex;
    width: 240px;
}
.footer .block1 .adresse img {
    width: 17px;
    height: 20px;
    margin-right: 18px;
}
.footer .block1 .adresse p {
    line-height: 22px;
}
.footer .block1 .telephone {
    display: flex;
}
.footer .block1 .telephone img {
    width: 20px;
    height: 20px;
    margin-right: 18px;
}
.footer .block1 .telephone p {
    line-height: 22px;
}
.footer .block1 .reseaux {
    display: flex;
}
.footer .block1 .reseaux img {
    position: relative;
    margin-left: 32px;
    object-fit: cover;
    height: 28px;
    cursor: pointer;
}
.footer .block1 .reseaux p {
    line-height: 42px;
}
.footer .block2 {
    width: 78%;
    margin: auto;
    color: #FBC300;
    display: flex;
    justify-content: space-between;
}
.footer .block2 p {
    cursor: pointer;
}
.footer .block1 .line {
    display: none;
    height: 1px;
    width: calc(100% - 31px)!important;
    background-color: #FFFFFF;
}
/* -----------------        TABLETTE        ----------------- */
@media screen and (min-width:640px) and (max-width:1024px) {
    .header {
        height: 80px;
        align-items: center;
    }
    .header .blockheader {
        max-width: 1023px;
        min-width: 640px;
        padding-top: 20px;
    }
    .header .logo {
        margin-left: 0px;
    }
    .header ul li {
        display: none;
    }
    .header ul li:last-child {
        display: block;
    }
    .header .burgerMenu {
        display: block;
        width: 100px;
    }
    .header .navigation {    
        margin-right: 0px;
        padding-top: 0px;
        width: 100px;
    }
    .header .navigation ul {
        display: flex;
        justify-content: end;
    }
    .footer .block1 {
        width: 94%;
    }
    .footer .block2 {
        width: 86%;
    }
    .footer .block1 .adresse img {
        margin-right: 8px;
    }
    .footer .block1 .telephone img {
        margin-right: 8px;
    }
    .footer .block1 .reseaux img {
        margin-left: 14px;
    }
    .footer .block1 .reseaux {
        justify-content: end;
    }
}

/* -----------------   Mobile "exception footer"  -------------- */
@media screen and (max-width:880px) {
    .footer {
        height: auto;
    }
    .footer .block1 {
        flex-direction: column;
        align-items: baseline;
        width: 100%;
        padding-left: 16px;
        margin-top: 32px;
        margin-bottom: 36px;
    }
    .footer .block1 .logo {
        margin-bottom: 18px;
    }
    .footer .block1 .adresse {
        margin-bottom: 8px;
    }
    .footer .block1 .adresse p {
        line-height: 30px;
    }
    .footer .block1 .adresse img, .footer .block1 .telephone img {
        display: none;
    }
    .footer .block1 .line {
        display: block;
        margin-top: 34px;
        margin-bottom: 20px;
    }
    .footer .block2 {
        flex-direction: column;
        align-items: baseline;
        margin: unset;
        margin-left: 16px;
        margin-bottom: 24px;
    }
    .footer .block2 p {
        margin-bottom: 18px;
        cursor: pointer;
    }
}
/* -----------------        Mobile        ----------------- */
@media screen and (max-width:640px) {
    .header {
        height: 60px;
        align-items: center;
    }
    .header .blockheader {
        max-width: 639px;
        min-width: 320px;
        padding-top: 15px;
    }
    .header .logo img {
        width: 124px;
        height: 30px;
    }
    .header ul li {
        display: none;
    }
    .header ul li:last-child {
        display: block;
    }
    .header .burgerMenu {
        display: block;
        width: 100px;
    }
    .header .navigation {  
        margin-right: 0px;  
        padding-top: 0px;
        width: 100px;
    }
    .header .navigation ul {
        display: flex;
        justify-content: end;
    }
    .footer {
        height: auto;
    }
    .footer .block1 {
        flex-direction: column;
        align-items: baseline;
        width: 100%;
        padding-left: 16px;
        margin-top: 32px;
        margin-bottom: 36px;
    }
    .footer .block1 .logo {
        margin-bottom: 18px;
    }
    .footer .block1 .adresse {
        margin-bottom: 8px;
    }
    .footer .block1 .adresse p {
        line-height: 30px;
    }
    .footer .block1 .adresse img, .footer .block1 .telephone img {
        display: none;
    }
    .footer .block1 .line {
        display: block;
        margin-top: 34px;
        margin-bottom: 20px;
    }
    .footer .block2 {
        flex-direction: column;
        align-items: baseline;
        margin: unset;
        margin-left: 16px;
        margin-bottom: 24px;
    }
    .footer .block2 p {
        margin-bottom: 18px;
        cursor: pointer;
    }
}


/* -----------------        EXTRA Desktop         ----------------- */
@media screen and (min-width:1400px) {
    .footer .block1 {
        width: 100%;
        max-width: 1190px;
    }
    .footer .block2 {
        width: 56%;
    }
}