/* Ici on réinitialise des éléments css sur les balises html */
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}a{text-decoration: none;}

html, main {
    overflow-x: hidden;
}
body {
    height: auto;
    margin: 0px;
    width: 100%;
    font-family: Montserrat, sans-serif;
  }
  img {
      object-fit: cover;
  }
  /* 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: #F7B4AC;
    color: #F7B4AC;
    transform-origin: bottom right;
    transform: scaleX(0);
    transition: transform 0.5s ease;
}
.header .sousMenuMaquillage a:hover {
    color: #F7B4AC;
}
.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", Helvetica;
    font-size: 16px;
    z-index: 60;
}
.header .bandeauHeader .block {
    width: 1024px;
    margin: auto;
    position: relative;
    display: flex;
    top: 6px;
}
.header .bandeauHeader {
    width: 100%;
    height: 28px;
    background: #F7B4AC;
    color: white;
    font-size: 13px;
}
.header .bandeauHeader p:first-child {
    width: 100%;
    text-align: center;
}
.header .bandeauHeader .block div {
    position: absolute;
    display: flex;
    right: 0;
}
.header .bandeauHeader div img {
    width: 8px;
    height: 11px;
    margin-right: 8px;
}
.header .bandeauHeader div p {
    
}
.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;
    width: 100px;
    height: 112px;
}
.header .burgerMenu {
    display: none;
}
.header .logo {
}
.header .contact {
    position: absolute;
    right: calc(50% - 511px);
    top: 58px;
    width: 165px;
    height: 40px;
    border: 1px solid #000000;
    line-height: 40px;
    text-align: center;
}
.header .lienContact img {
    position: absolute;
    top: 142px;
}
.header .lienContact .insta {
    width: 24px;
    height: 24px;
    right: calc(50% - 475px);
}
.header .lienContact .fb {
    width: 14px;
    height: 24px;
    right: calc(50% - 511px);
}
.header .navigation {  
    font-family: "Montserrat"; font-weight: 300;
    text-align: center;
    margin-top: 20px;
}
.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: 206px;
}
.header .sousMenu nav ul li:nth-child(2) {
    width: 124px;
}
.header .sousMenu nav ul li:nth-child(3) {
    width: 216px;
}
.header .planity {
    display: none;
}

/* Partie Footer */
.SectionFooter {
    width: 100%;
    height: 295px;
    background: #F7B4AC;
    color: white;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    justify-content: space-between;
}
.SectionFooter .contentFooter {
    width: 1024px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.SectionFooter .blockGaucheDesktop {
    width: 610px;
    height: 174px;
    margin-top: 35px;
    margin-bottom: 25px;
}
.SectionFooter .blockGaucheDesktop .adresse {
    display: flex;
    margin-bottom: 22px;
}
.SectionFooter .blockGaucheDesktop .adresse .icon {
    width: 20px;
    height: 26px;
    margin-right: 24px;
}
.SectionFooter .blockGaucheDesktop .adresse .icon img {
    width: 17px;
    height: 24px;
}
.SectionFooter .blockGaucheDesktop .adresse p {
    line-height: 19px;
}

.SectionFooter .blockGaucheDesktop .telephone {
    display: flex;
    margin-bottom: 22px;
}
.SectionFooter .blockGaucheDesktop .telephone .icon {
    width: 20px;
    height: 26px;
    margin-right: 24px;
}
.SectionFooter .blockGaucheDesktop .telephone .icon img {
    width: 18px;
    height: 18px;
}
.SectionFooter .blockGaucheDesktop .telephone p {
    line-height: 19px;
}

.SectionFooter .blockGaucheDesktop .horaires {
    display: flex;
}
.SectionFooter .blockGaucheDesktop .horaires .icon {
    width: 20px;
    height: 26px;
    margin-right: 24px;
}
.SectionFooter .blockGaucheDesktop .horaires .icon img {
    width: 18px;
    height: 18px;
}
.SectionFooter .blockGaucheDesktop .horaires p {
    line-height: 22px;
    font-family: Nunito;
}


.SectionFooter .blockGaucheDesktop .reseaux {
margin-top: 12px;
}
.SectionFooter .blockGaucheDesktop .reseaux img {
    width: 35px;
    height: 34px;
    margin-right: 14px;
}
.SectionFooter .blockDroitDesktop {
    display: flex;
    margin-top: 28px;
}
.SectionFooter .blockDroitDesktop .contentBd {
}
.SectionFooter .blockDroitDesktop .contentBd p:first-child {
    font-family: Rubik, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 8px;
}
.SectionFooter .blockDroitDesktop .contentBd ul li {
    margin-bottom: 11px;
}
.SectionFooter .blockDroitDesktop .contentBd ul li:nth-child(4) {
    margin-bottom: 20px;
}
.SectionFooter .blockDroitDesktop .contentBd ul li a {
    color: white;
}
.SectionFooter .blockDroitDesktop img {
    width: 62px;
    height: 62px;
}
.SectionFooter .lineFooter {
    display: block;
    width: 100%;
    margin: auto;
    margin-bottom: 14px;
}
.SectionFooter .blockBottomFooter {
    width: 1024px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-family: Rubik, sans-serif;
}
.SectionFooter .blockBottomFooter  p:first-child {
    /* margin-left: 74px; */
}
.SectionFooter .blockBottomFooter  p:first-child span {
    font-weight: bold;
}
.SectionFooter .blockBottomFooter  p:last-child {
    /* margin-right: 85px; */
}
.SectionFooter .blockBottomFooter  p:last-child a {
    color: white;
}
.blockTMFooter {
    display: none;       
}
.SectionFooter .accrocheTMFoooter {
    display: none;
}
  /* -----------------        TABLETTE        ----------------- */
@media screen and (min-width:640px) and (max-width:1024px) {
    /* affichage en fonction du device -> desktop/tablette/mobile */
    .tablette-hidden {
        display: block;
    }
    .header {
        height: 132px;
        align-items: center;
    }
    .header .blockheader {
        max-width: 1023px;
        min-width: 640px;
        display: flex;
        justify-content: space-between;
        padding-top: 0;
    }
    .header .bandeauHeader .block {
        width: 98%;
    }
    .header .bandeauHeader p:first-child {
        text-align: left;
    }
    .header .logo {
        margin-left: 0px;
    }
    .header .logo img {
        width: 66px;
        height: 76px;
        margin-top: 14px;
    }
    .header ul li {
        display: none;
    }
    .header .burgerMenu {
        display: block;
        margin: 24px 16px;
    }
    .header .burgerMenu img {
        margin: unset;
        width: 32px;
        height: 32px;
    }
    .header .lienContact {
        display: none;
    }
    .header .navigation {    
        margin-right: 0px;
        padding-top: 0px;
        width: 56px;
    }
    .header .navigation ul {
        display: flex;
        justify-content: end;
    }

    .bandeauHeader p:first-child {
        text-align: left;
    }
    .header .planity {
        display: block;
        position: absolute;
        right: 16px;
        top: 24px;
        width: 165px;
        height: 40px;
        border: 1px solid #000000;
        line-height: 40px;
        text-align: center;
    }
    /* Partie Footer */
    .SectionFooter {
        width: 100%;
        height: 88px;
        font-size: 12px;
        font-family: Montserrat, sans-serif;
        color: #1A2339;
    }
    .SectionFooter .desktop {
        display: none;
    }
    .blockTMFooter {
        width: 100%;
        display: flex;

    }
    .blockTMFooter .nomEntreprise {
        margin-left: 8px;
        margin-top: 13px;
    }
    .blockTMFooter .nomEntreprise p {
        line-height: 20px;
    }
    .blockTMFooter .nomEntreprise p span {
        font-weight: 700;
    }
    .blockTMFooter .mentionsLegal {
        margin-left: auto;
        margin-top: 12px;
        margin-right: 18px;
    }
    .blockTMFooter .mentionsLegal ul {
        line-height: 23px;
        display: block;
    }
    .blockTMFooter .mentionsLegal ul li {
        
    }
    .blockTMFooter .mentionsLegal ul li a {
        font-size: 11px;
        color: #1A2339;
    }
    .blockTMFooter .logoFrancerelanceTM {
        width: 62px;
        height: 62px;
        margin-top: 10px;
        margin-right: 10px;
    }
    .SectionFooter .accrocheTMFoooter {
        display: block;
        position: relative;
        bottom: 18px;
        padding-left: 8px;
    }
    .blockTMFooter .mentionsLegal ul li a span {
        display: none;
    }

}
/* -----------------        MOBILE        ----------------- */
@media screen and (max-width:640px) {
    /* affichage en fonction du device -> desktop/tablette/mobile */
    .tablette-hidden {
        display: block;
    }
    .header {
        height: 124px;
        align-items: center;
    }
    .header .blockheader {
        max-width: 639px;
        min-width: 320px;
        padding-top: 0;
    }
    .header .bandeauHeader .block {
        width: 98%;
    }
    .header .bandeauHeader p:first-child {
        text-align: left;
    }
    .header .logo img {
        width: 66px;
        height: 76px;
        margin-top: 14px;
    }
    .header ul li {
        display: none;
    }
    .header .burgerMenu {
        display: block;
        position: absolute;
        top: 24px;
        left: 16px;
    }
    .header .burgerMenu img {
        margin: unset;
        width: 32px;
        height: 32px;
    }
    .header .lienContact {
        display: none;
    }
    .header .navigation {  
        margin-right: 0px;  
        padding-top: 0px;
        width: 56px;
    }
    .header .navigation ul {
        display: flex;
        justify-content: end;
    }
    .header .planity {
        font-size: 12px;
        width: 72px;
        height: 30px;
        line-height: 30px;
        display: block;
        position: absolute;
        right: 16px;
        top: 24px;
        border: 1px solid #000000;
        text-align: center;
    }
    .header .planity span {
        display: none;
    }
    /* Partie Footer */
    .SectionFooter {
        width: 100%;
        height: 120px;
        font-size: 12px;
        font-family: Montserrat, sans-serif;
        color: #1A2339;
    }
    .SectionFooter .desktop {
        display: none;
    }
    .blockTMFooter {
        width: 100%;
        display: block;
        height: 120px;
    }
    .blockTMFooter .nomEntreprise {
        margin-left: 8px;
        margin-top: 13px;
        padding-top: 18px;
    }
    .blockTMFooter .nomEntreprise p {
        line-height: 15px;
        font-size: 9px;
    }
    .blockTMFooter .nomEntreprise p span {
        font-weight: 700;
    }
    .blockTMFooter .mentionsLegal {
        margin-left: auto;
        margin-top: 12px;
        margin-right: 18px;
    }
    .blockTMFooter .mentionsLegal ul {
        line-height: 14px;
        display: flex;
        padding-left: 8px;
    }
    .blockTMFooter .mentionsLegal ul li {
        
    }
    .blockTMFooter .mentionsLegal ul li a {
        font-size: 11px;
        color: #1A2339;
    }
    .blockTMFooter .mentionsLegal ul li span {
        display: inline;
        margin-left: 6px;
        margin-right: 6px;
    }
    .blockTMFooter .logoFrancerelanceTM {
        width: 62px;
        height: 62px;
        margin-top: 18px;
        margin-left: auto;
        margin-right: 12px;
        position: relative;
        bottom: 74px;
        display: block;
    }
    .SectionFooter .accrocheTMFoooter {
        display: block;
        position: relative;
        bottom: 18px;
        padding-left: 8px;
        font-size: 7px;
    }
}


/* -----------------        Extra Screen        ----------------- */
@media screen and (min-width:1560px) {
    
}

