/* -----------------        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;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;font-family: "Montserrat";}
body{overflow-x:hidden;font-family: "Montserrat";}
.Hauto {
    height: auto !important;
}
.plus .spanMoins {
    display: none;
}
.spanNone {
    display: none !important;
}
.spanBlock {
    display: block !important;
}

/* ANIMATION CSS */
.header .navigation ul li, .header .sousMenuSoins ul li, .header .sousMenuMaquillage ul li {
    position: relative;
}

.header .navigation ul li::before, .header .sousMenuSoins ul li a::before, .header .sousMenuMaquillage ul li a::before{
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #7D1973;
    color: #7D1973;
    transform-origin: bottom right;
    transform: scaleX(0);
    transition: transform 0.5s ease;
}
.header .sousMenuMaquillage a:hover {
    color: #7D1973;
}
.header .navigation ul li:hover::before, .header .sousMenuSoins ul li a:hover::before, .header .sousMenuMaquillage ul li a:hover::before {
    transform-origin: bottom left;
    transform: scaleX(1);
}

/* ------   HEADER  ------ */
.header {
    width: 100%;
    height: 198px;
    position: fixed;
    top: 0;
    background: #FFFFFF;
    color: #000000;
    font-family: "Montserrat";
    font-size: 16px;
    z-index: 60;
}
.header a {
    text-decoration: none;
    color: #000000;
}
.header .blockheader {
    margin: auto;
    padding-top: 18px;
    position: relative;
}
.header img {
    object-fit: cover;
    cursor: pointer;
    display: block;
    margin: auto;
}
.header .burgerMenu {
    display: none;
}
.header .logo {
}
.header .contact {
    position: absolute;
    right: calc(50% - 506px);
    top: 38px;
    width: 165px;
    height: 40px;
    border: 1px solid #000000;
    line-height: 40px;
    text-align: center;
}
.header .navigation {  
    font-family: "Montserrat"; font-weight: 300;
    text-align: center;
    margin-top: 40px;
}
.header .navigation ul {
    display: flex;
    justify-content: center;
}
.header .navigation ul li {
    margin-right: 42px;
    text-transform: uppercase;
    cursor: pointer;
}
.header .navigation ul li a {
    text-decoration: none;
    color: #000000;
}
.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;
}
.header .navigation ul .maquillage img {
    position: absolute;
    top: 6px;
    right: -21px;
    width: 12px;
    height: 5px;
}
.header .sousMenu {
    display: none;
    width: 608px;
    height: 92px;
    background: #FFFFFF;
    -webkit-box-shadow: 1px 2px 13px 0px rgba(0,0,0,0.64);
    box-shadow: 1px 2px 13px 0px rgba(0,0,0,0.64);
    font-family: "Montserrat"; font-weight: 300;
    margin: auto;
    margin-top: 8px;
    padding: 26px 36px;
}
.header .sousMenu nav {
    
}
.header .sousMenu nav ul li {
    margin-bottom: 18px;
}
.header .sousMenu nav ul li a {
    text-decoration: none;
    color: #000000;
}
.header .sousMenu nav ul li:first-child {
    width: 123px;
}
.header .sousMenu nav ul li:nth-child(2) {
    width: 214px;
}
.header .sousMenu nav ul li:nth-child(3) {
    width: 122px;
}
.header .sousMenua nav ul li:first-child {
    width: 92px;
}
.header .sousMenua nav ul li:nth-child(2) {
    width: 220px;
}
.header .sousMenua nav ul li:nth-child(3) {
    width: 186px;
}
/* ------   FOOTER  ------ */
.footer {
    width: 100%;
    height: 497px;
    position: relative;
    bottom: 0px;
    background: #7D1973;
    color: #FFFFFF;
    font-family: "Poppins"; font-weight: 400;
    font-size: 16px;
    text-align: center;
}
.footer .block {
    max-width: 1024px;
    margin: auto;
}
.footer .logo {
    display: block;
    margin: auto;
    padding-top: 42px;
    margin-bottom: 26px;
    object-fit: cover;
}
.footer .text {
    width: 560px;
    margin: auto;
    line-height: 24px;
    margin-bottom: 24px;
    font-family: "Poppins"; font-weight: 300;
}
.footer .line {
    display: block;
    width: 100%;
    height: 1px;
    object-fit: cover;
}
.footer .blockReseaux {
    display: flex;
    justify-content: space-between;
    width: 76px;
    margin: auto;
    margin-top: 28px;
    margin-bottom: 32px;
}
.footer .blockReseaux a {
    cursor: pointer;
}
.footer .coordonnees {
    font-family: "Poppins"; 
    font-weight: 600;
    line-height: 19px;
    margin-top: 44px;
    margin-bottom: 32px;
}
.footer .coordonnees .mobile {
    display: none;
}
.footer .coordonnees .tiret {
    display: block;
}
.footer .mentions {
    font-family: "Poppins"; 
    font-weight: normal;
    line-height: 19px;
}
.footer .mobileMentions {
    display: none;
}
.footer .coordonnees .codePostal {
    display: none;
}
/* -----------------        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;
        display: flex;
        justify-content: space-between;
        padding-top: 0;
    }
    .header .logo {
        margin-left: 0px;
    }
    .header .logo img {
        width: 187px;
        height: 38px;
        margin-top: 14px;
    }
    .header ul li {
        display: none;
    }
    .header .burgerMenu {
        display: block;
        margin: 24px 16px;
    }
    .header .burgerMenu img {
        margin: unset;
    }
    .header .lienContact {
    }
    .header .contact span {
        display: none;
    }
    .header .contact {
        width: 64px;
        height: 36px;    
        position: unset;
        margin-top: 16px;
        margin-right: 16px;
    }
    .header .navigation {    
        display: none;
    }
    .header .navigation ul {
        display: flex;
        justify-content: end;
    }
    .footer {
        height: 626px;
    }
    .footer .block {
        max-width: 640px;
        margin: auto;
    }
    .footer .coordonnees .tiret {
        display: block;
    }
    .footer .coordonnees {
        line-height: 23px;
        margin-bottom: 8px;
    }
    .footer .mentions span {
        display: none;
    }
    .footer .mobileMentions {
        display: block;
        font-family: "Poppins"; 
        font-weight: normal;
        margin-top: 32px;
    }
    .footer .coordonnees .codePostal {
        display: none;
    }
}

/* -----------------        Mobile        ----------------- */
@media screen and (max-width:640px) {
    .header {
        height: 60px;
        align-items: center;
    }
    .header .blockheader {
        max-width: 639px;
        min-width: 320px;
        padding-top: 0;
    }
    .header .logo img {
        width: 187px;
        height: 38px;
        position: relative;
        top: 14px;
    }
    .header ul li {
        display: none;
    }
    .header .burgerMenu {
        display: block;
        position: absolute;
        top: 24px;
        left: 16px;
    }
    .header .burgerMenu img {
        margin: unset;
    }
    .header .lienContact {
        width: 64px;
        height: 36px;
        position: absolute;
        top: 0px;
        right: 18px;
    }
    .header .contact span {
        display: none;
    }
    .header .contact {
        width: 64px;
        height: 36px;    
        position: unset;
        margin-top: 16px;
        margin-right: 16px;
    }
    .header .navigation {  
        display: none;
    }
    .header .navigation ul {
        display: flex;
        justify-content: end;
    }
    .footer {
        width: 100%;
        height: 598px;
    }
    .footer .block {
        max-width: unset;
        width: 94%;
        margin: auto;
    }
    .footer .text {
        width: 100%;
    }
    .footer .coordonnees {
        line-height: 13px;
        margin-bottom: 8px;
    }
    .footer .coordonnees .mobile {
        display: block;
    }
    .footer .coordonnees .tiret {
        display: none;
    }
    .footer .coordonnees .codePostal {
        display: block;
    }
    .footer .mentions  {
        margin-top: 22px;
        font-weight: normal;
    }
    .footer .mentions span {
        display: none;
    }
    .footer .mobileMentions {
        display: block;
        font-family: "Poppins"; 
        font-weight: normal;
        margin-top: 32px;
    }
    
}
/* -----------------        EXTRA-DESKTOP        ----------------- */
@media screen and (max-width:1400) {
    .header .blockheader {
        max-width: 1024px;
        min-width: 1024px;
    }
}