/* -----------------        Desktop        ----------------- */
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,b,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}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;}
body{overflow-x:hidden;}

/* ANIMATION CSS */
.header .navigation ul li, .header .sousMenuSoins ul li {
    position: relative;
}
.header .navigation ul li::before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #0373D4;
    color: #0373D4;
    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);
}
/* ------   HEADER  ------ */
.header {
    width: 100%;
    height: 88px;
    position: fixed;
    top: 0;
    background: #FFFFFF;
    color: #00325E;
    font-family: "Nunito", Helvetica;
    font-weight: normal;
    font-size: 16px;
    z-index: 60;
}
.header a {
    text-decoration: none;
    color: #00325E;
}
.header .blockheader {
    width: 94%;
    max-width: 1024px;
    margin: auto;
    padding-top: 18px;
    position: relative;
    display: flex;
    align-items: center;
}
.header img {
    object-fit: cover;
    cursor: pointer;
    display: block;
    margin: auto;
}
.header .burgerMenu {
    display: none;
}
.header .boutton {
    width: 167px;
    height: 32px;
    border: 1px solid #0373D4;
    color: #0373D4;
    border-radius: 32px;
    line-height: 36px;
    text-align: center;
    margin-left: 16px;
    font-size: 11px;
    cursor: pointer;
}
.header .navigation {  
    text-align: center;
    margin-left: auto;
}
.header .navigation ul {
    display: flex;
    justify-content: center;
}
.header .navigation ul li {
    margin-right: 42px;
    cursor: pointer;
}
.header .navigation ul li a {
    text-decoration: none;
    color: #00325E;
}
.header .navigation ul li:last-child {
    margin-right: 0px;
}
.header ul li:last-child img {
    margin-left: 4px;
}
.header .navigation ul .soins {
    position: relative;
}
.header .navigation ul .soins img {
    position: absolute;
    top: 6px;
    right: -21px;
    width: 12px;
    height: 5px;
}
/* ------   FOOTER  ------ */
.footer {
    width: 100%;
    height: auto;
    position: relative;
    bottom: 0px;
    color: #00325E;
    font-family: "Nunito", Helvetica;
    font-weight: normal;
    font-size: 16px;
    z-index: 60;
}
.footer .block01 {
    width: 100%;
    height: 130px;
    padding-top: 67px;
    background: #DFEFFE;
}
.footer .block01 .block {
    width: 94%;
    max-width: 1024px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.footer .block01 .logo {
    width: 206px;
    height: 71px;
    object-fit: cover;
}
.footer .block01 .line {
    display: none;
    width: 100%;
    height: 1px;
    object-fit: cover;
}
.footer .block01 .blockMentions {
    width: 690px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .block01 .blockMentions a {
    text-decoration: none;
    color: #0373D4;
}
.footer .block02 {
    width: 100%;
    height: 40px;
    color: #FFFFFF;
    background: #00325E;
    text-align: center;
}
.footer .block02 p {
    margin: auto;
    display: block;
    padding-top: 14px;
}
/* -----------------        TABLETTE        ----------------- */
@media screen and (min-width:640px) and (max-width:1024px) {
    .header .blockheader {
        width: 100%;
        margin: auto;
        padding-top: 12px;
    }
    .header .blockheader .navigation {
        display: none;
    }
    .header .blockheader .boutton {
        display: none;
    }
    .header .blockheader .burgerMenu {
        display: block;
    }
    .header .burgerMenu {
        margin-left: 16px;
    }
    .header .logo {
        margin: auto;
        padding-right: 40px;
    }
    .header .imgLogo {
        width: 107px;
        height: 37px;
    }
    /* ------   FOOTER  ------ */
    .footer .block01 {
        height: 210px;
        padding-top: 32px;
    }
    .footer .block01 .block {
        width: 100%;
        flex-direction: column;
        text-align: center;
    }
    .footer .block01 .logo {
        width: 165px;
        height: 57px;
        margin-bottom: 44px;
    }
    .footer .block01 .line {
        display: block;
        width: 94%;
        margin: auto;
        margin-top: 24px;
        margin-bottom: 32px;
    }
    .footer .block01 .blockMentions {
        width: 608px;
        margin: auto;
    }
}

/* -----------------        Mobile        ----------------- */
@media screen and (max-width:640px) {
    .header .blockheader {
        width: 100%;
        margin: auto;
        padding-top: 12px;
    }
    .header .blockheader .navigation {
        display: none;
    }
    .header .blockheader .boutton {
        display: none;
    }
    .header .blockheader .burgerMenu {
        display: block;
    }
    .header .burgerMenu {
        margin-left: 16px;
    }
    .header .logo {
        margin: auto;
        padding-right: 40px;
    }
    .header .imgLogo {
        width: 107px;
        height: 37px;
    }
     /* ------   FOOTER  ------ */
     .footer .block01 {
        height: 262px;
        padding-top: 32px;
    }
    .footer .block01 .logo {
        width: 165px;
        height: 57px;
        margin-bottom: 44px;
    }
    .footer .block01 .block {
        width: 100%;
        flex-direction: column;
        text-align: center;
    }
    .footer .block01 .line {
        display: block;
        width: 94%;
        margin: auto;
        margin-top: 24px;
        margin-bottom: 32px;
    }
    .footer .block01 .blockMentions {
        width: 94%;
        margin: auto;
        flex-direction: column;
    }
    .footer .block01 .blockMentions a {
        margin-bottom: 14px;
    }
    .footer .block02 {
        height: auto;
    }
    .footer .block02 p {
        width: 94%;
        padding-top: 13px;
        padding-bottom: 16px;
        line-height: 19px;
    }
}