h1 {
    color: #ffffff00;
    height: 32px;
}
/* ------------- SECTION 1 ------------- */
.section1 {
    width: 100%;
    height: 515px;
    background: #E3F0E9;
    margin-top: 232px;
    margin-bottom: 56px;
    text-align: center;
}
.section1 .block {
    position: relative;
    margin: auto;
    max-width: 1024px;
}
.section1 .block .swiper-containera {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.section1 .block .flechegauche {
    position: absolute;
    z-index: 2;
    left: 8px;
    top: 233px;
    cursor: pointer;
}
.section1 .block .flechedroite {
    position: absolute;
    z-index: 2;
    right: 4px;
    top: 233px;
    transform: rotate(180deg);
    cursor: pointer;
}
.section1 .block .swiper-containera .swiper-slide {
    display: flex;
}
.section1 .block .swiper-containera .imgSwipper {
    object-fit: cover;
    max-width: 522px;
    width: 100%;
}
.section1 .block .swiper-containera .content {
    width: 46%;
    padding-left: 16px;
    margin-top: 88px;
}
.section1 .block .swiper-containera .content .titre {
    font-size: 32px;
    line-height: 40px;
    font-family: "Montserrat"; font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 32px;
}
.section1 .block .swiper-containera .content .text {
    font-size: 16px;
    line-height: 25px;
    font-family: "Montserrat"; font-weight: 300;
    margin-bottom: 68px;
}
.section1 .block .swiper-containera .content .boutton {
    width: 280px;
    height: 54px;
    margin: auto;
    border: 1px solid #000000;
    text-align: center;
    line-height: 54px;
    cursor: pointer;
}
.section1 .block .swiper-containera .content a {
    text-decoration: none;
    color: #000000;
}
/* Section Titre ---: */
.sectionTitre {
    width: 100%;
}
.sectionTitre .titre {
    width: 504px;
    height: 115px;
    display: block;
    margin: auto;
    margin-bottom: 4px;
}
#typed {
    height: 80px;
}
.sectionTitre p {
    width: 100%;
    text-align: center;
    font-size: 32px;
    font-weight: 100;
    font-family: Montserrat, sans-serif;
    line-height: 40px;
    margin-bottom: 112px;
}
.sectionTitre .continu {
    cursor: pointer;
    color: black;
}
.sectionTitre .continu p {
    font-size: 8px;
    font-weight: 600;
    margin-bottom: inherit;
    line-height: 14px;
}
.sectionTitre .continu img {
    width: 16px;
    height: 16px;
    display: block;
    margin: auto;
}
/* ------------- SECTION 2 ------------- */
.section2 {
    margin: auto;
    max-width: 1024px;
    font-family: "Montserrat"; font-weight: 300;
    margin-bottom: 120px;
}
.section2 a {
    text-decoration: none;
    color: #000000;
}
.section2 .titre {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 48px;
    text-transform: uppercase;
}
.section2 .block {
    display: flex;
}
.section2 .block .content {
    width: 50%;
    text-align: left;
    padding-right: 18px;
    padding-left: 2px;
}
.section2 .block .content .titre {
    font-size: 22px;
    line-height: 30px;
    font-family: "Montserrat"; font-weight: 700;
    margin-bottom: 32px;
    text-align: left;
}
.section2 .block .content .text {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 53px;
    font-family: "Montserrat"; font-weight: 300;
    padding-right: 16px;
    text-align: justify;
}
.section2 .block .content .text span {
    display: none;
}
.section2 .block .content .boutton {
    width: 165px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-family: "Montserrat"; font-weight: 400;
    border: 1px solid #000000;
    cursor: pointer;
}
.section2 .block .swipperB {
    width: 50%;
    position: relative;
}
.section2 .block .swipperB .pagination {
    position: absolute;
    width: 476px;
    height: 490px;
    z-index: 2;
}
.section2 .block .swipperB .pagination .flechedroite {
    position: absolute;
    right: 17px;
    bottom: 19px;
}
.section2 .block .swipperB .swiper-containerb {
    width: 485px;
    height: 490px;
    overflow: hidden;
}
.section2 .block .swipperB  .swiper-containerb .swiper-wrapper {
    position: relative;
    left: -26px;
}
.section2 .block .swipperB .swiper-containerb .imgSwipper {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}
.section2 .block .swipperB .swiper-containerb .swiper-slide {
    margin-right: 8px;
}
.section2 .block .swipperB  .swiper-paginationb {
    width: 470px;
    text-align: right;
    position: relative;
    bottom: -14px;
}
.section2 .block .swipperB .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #000000;
    opacity: 0.15;
    margin-right: 6px;
}
.section2 .block .swipperB .swiper-pagination-bullet-active {
    opacity: 1;
}
/* ------------- SECTION 3 ------------- */
.section3 {
    margin: auto;
    max-width: 1024px;
    font-family: "Montserrat"; font-weight: 300;
    margin-bottom: 114px;
}
.section3 .desktop {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.section3 .block {
    position: relative;
}
.section3 .block img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.section3 .block:first-child {
    width: 366px;
    height: 515px;
    object-fit: cover;
    margin-right: 8px;
    grid-area: 1 / 1 / 3 / 2;
}
.section3 .block:nth-child(2) {
    width: 321px;
    height: 286px;
    object-fit: cover;
    margin-right: 8px;
    grid-area: 1 / 2 / 2 / 3;
}
.section3 .block:nth-child(3) {
    width: 321px;
    height: 286px;
    object-fit: cover;
    grid-area: 1 / 3 / 2 / 4;
}
.section3 .block:nth-child(4) {
    width: 650px;
    height: 221px;
    object-fit: cover;
    margin-top: 8px;
    grid-area: 2 / 2 / 3 / 4;
}
.section3 .hover {
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}
.section3 .hover a {
    color: #000000;
    text-decoration: none;
}
.section3 .hover .titre {
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 8px;
    margin-top: 56px;
    margin-left: 16px;
}
.section3 .hover .text {
    font-size: 16px;
    line-height: 21px;
    font-family: "Montserrat"; font-weight: 400;
    margin-left: 16px;
    padding-right: 8px;
}
.section3 .hover .boutton {
    width: 150px;
    height: 54px;
    text-align: center;
    font-size: 16px;
    line-height: 54px;
    border: 1px solid #000000;
    position: absolute;
    bottom: 28px;
    margin-left: 16px;
    cursor: pointer;
}
.section3 .hover01 {
    width: 309px;
    height: 275px;
    background: #F4E9E0;
}
.section3 .hover02 {
    width: 309px;
    height: 275px;
    background: #FFD8DB;
}
.section3 .hover03 {
    width: 309px;
    height: 275px;
    background: #E3F0E9;
}
.section3 .hover04 {
    width: 650px;
    height: 206px;
    background: #F4E8FD;
}
.section3 .hover04 .titre {
    margin-top: 16px;
}
.section3 .hover04 ul {
    margin-top: 20px;
    margin-left: 16px;
}
.section3 .hover04 ul li {
    margin-bottom: 16px;
    font-family: "Montserrat"; font-weight: 500;
    cursor: pointer;
}
.section3 .mobile {
    display: none;
}
/* Section Gels UV avec couleurs ---: */
.sectionGelsUv {
    width: 100%;
    font-family: Montserrat, sans-serif;
    margin-top: 62px;
}
.sectionGelsUv h2 {
    width: 458px;
    height: 56px;
    background: black;
    color: white;
    font-size: 48px;
    font-weight: bold;
    line-height: 56px;
    padding-left: 8px;
    z-index: 10;
    position: relative;
}
.sectionGelsUv h2 span {
    font-size: 22px;
    font-weight: 100;
}
.sectionGelsUv .nextSlide {
    width: 486px;
    height: 32px;
    position: absolute;
    padding-top: 42px;
    text-align: right;
    z-index: 20;
    line-height: 34px;
    cursor: pointer;
    margin: auto;
    display: block;
    margin-left: auto;
    right: -131px;
    text-align: left;
}
.sectionGelsUv .nextSlide p {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
}
.sectionGelsUv .nextSlide img { 
    display: inline-block;
    margin-right: 186px;
}
.sectionGelsUv .swiper-container {
    width: 1626px;
    height: 600px;
    margin: auto;
    position: relative;
    bottom: 14px;
    z-index: 1;
}
.sectionGelsUv .swiper-container .swiper-slide {
    transition: all 20s ease-in-out;

}
.sectionGelsUv .swiper-container-abis {
    display: none;
}
.sectionGelsUv .swiper-slide .numeroSlide {
    width: 82px;
    height: 82px;
    position: absolute;
    margin-top: 474px;
    object-fit: cover;
    z-index: 10;
}
.sectionGelsUv .card_a {
    width: 512px;
    height: 512px;
    display: inline-block;
}

.sectionGelsUv .card_a .bgSpan_a {
    position: absolute;
    left: 0px;
    width: 512px;
    height: 512px;
    display: inline-flex;
}
.sectionGelsUv .card_a .bgSpan_a-02 {
    left: 515px;
}
.sectionGelsUv .card_a .bgSpan_a-03 {
    left: 1032px;
    width: 426px;
    height: 426px;
    top: 105px;
}
.sectionGelsUv .card_a .bgSpan_a span {
    width: 25%;
    height: 100%;
    transition: 1s;
    display: inline-block;
    transform: translateY(+100%);
    z-index: 0;
}
.sectionGelsUv .card_a .bgSpan_a span:nth-child(1) {
    transition-delay: 0s;
    background-position: 0;
    background: #ffffffde;
}

.sectionGelsUv .card_a .bgSpan_a span:nth-child(2) {
    transition-delay: 0.1s;
    background-position: 33.33%;
    background: #ffffffcf;
}
.sectionGelsUv .card_a .bgSpan_a span:nth-child(3) {
    transition-delay: 0.2s;
    background-position: 66.66%;
    background: #ffffffdb;
}
.sectionGelsUv .card_a .bgSpan_a span:nth-child(4) {
    transition-delay: 0.3s;
    background-position: 100%;
    background: #ffffffc4;
}
/* .sectionGelsUv .card_a:hover .bgSpan_a > span {
    transform: translateY(-100%);
} */
.animHover_01 {
    transform: translateY(-100%) !important; 
    /* transition: 1s !important; */ 
}

.sectionGelsUv .swiper-slide img {
    width: 512px;
    height: 512px;
}
.sectionGelsUv .swiper-slide .lastImg-container-a {
    width: 426px;
    height: 426px;
    position: relative;
    top: 20px;
}
/* Section Gels UV Prix ---: */
.sectionGelsUvPrix {
    width: 940px;
    margin: auto;
    text-align: left;
    margin-top: 16px;
}
.sectionGelsUvPrix .blocTitrebis {
    
}
.sectionGelsUvPrix .blocTitrebis .titrebis {
    text-align: center;
    font-size: 40px;
    color: #F2B761;
    margin-bottom: 32px;
}
.sectionGelsUvPrix .blocTitrebis .titrebis img {
    margin-bottom: 22px;
    width: 82px;
    height: 3px;
}
.sectionGelsUvPrix .blocTitrebis .titrebis p {
    font-weight: lighter;
    letter-spacing: 1.62;
}
.sectionGelsUvPrix .blocTitrebis .titrebis p span {
    font-size: 24px;
    letter-spacing: 0.97;
}
.sectionGelsUvPrix .blocTitrebis .blocTarifEtudiant {
    position: absolute;
    top: 1205px;
    right: 116px;
    color: #D5D4D2;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    padding-bottom: 130px;
}
.sectionGelsUvPrix .blocTitrebis .blocTarifEtudiantbis1 {
    top: 3146px;
}
.sectionGelsUvPrix .blocTitrebis .blocTarifEtudiant p {
    display: inline;
    line-height: 15px;
    position: relative;
    bottom: 6px;
}
.sectionGelsUvPrix .blocTitrebis .blocTarifEtudiant .iconTarifEtudiantGris {
    width: 39px;
    height: 20px;
}
.sectionGelsUvPrix .blocTitrebis .blocTarifEtudiant .iconTarifEtudiantRose {
    width: 39px;
    height: 20px;
    display: none;
}
.sectionGelsUvPrix .content {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 26px;
    padding-left: 16px;
}
.sectionGelsUvPrix .content .gelsUv-prix_01 {
    margin-left: 204px;
}
.sectionGelsUvPrix .content .gelsUv-prix_02 {
    margin-right: 30.5px;
    margin-left: 27.5px;
}
.sectionGelsUvPrix .content .gelsUv-prix_03 {
    margin-right: 30.5px;
    margin-left: 29.5px;
}
.sectionGelsUvPrix .content .gelsUv-prix_04 {
    margin-left: 38px;
}
.sectionGelsUvPrix .content .gelsUv-prix_05 {
    margin-left: 205px;
}
.sectionGelsUvPrix .content .gelsUv-prix_06 {
    margin-left: 100px;
}
.sectionGelsUvPrix .content .gelsUv-prix_07 {
    margin-left: 330px;
}
.sectionGelsUvPrix .content .gelsUv-prix_08 {
    margin-left: 210px;
}
.sectionGelsUvPrix .content p {
    width: 50%;
    margin-right: -30px;
}
.sectionGelsUvPrix .content p span {
    color: #F2B761;
    font-weight: 800;
}
.sectionGelsUvPrix .content p .accroche {
    color: #F2B761;
    font-size: 10px;
}
.sectionGelsUvPrix .swiper-container-b {
    display: none;
}
/* Section Supplément ---: */
.sectionSupplement {
    width: 100%;
    margin-top: 54px;
    font-family: Monserrat;
    color: white;
}
.sectionSupplement .bgSupplement {
    width: 1156px;
    height: 1000px;
    position: absolute;
    z-index: 0;
    background: #F2B761;
}
.sectionSupplement .titre {
    width: 963px;
    z-index: 10;
    position: relative;
    text-align: center;
    padding-top: 40px;
    margin-left: 31px;
}
.sectionSupplement .titre p:first-child {
    font-size: 56px;
    font-weight: 100;
    font-family: Montserrat, sans-serif;
    line-height: 28px;
}
.sectionSupplement .titre p:last-child {
    font-size: 16px;
    line-height: 22px;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
}
.sectionSupplement .nextSlideSupplement {
    width: 300px;
    height: 32px;
    position: absolute;
    padding-top: 42px;
    text-align: right;
    z-index: 20;
    line-height: 34px;
    cursor: pointer;
    margin: auto;
    display: block;
    margin-left: auto;
    right: 0px;
    text-align: left;
}
.sectionSupplement .nextSlideSupplement p {
    display: inline;
    color: black;
    font-weight: bold;
    font-size: 12px;
    font-family: Montserrat, sans-serif;
}
.sectionSupplement .nextSlideSupplement .iconNext {
    display: inline-block;
    margin-right: 186px;
    width: 26px;
    height: 10px;
}
.sectionSupplement .swiper-container-c {
    z-index: 10;
    position: relative;
    margin: auto;
    margin-top: 34px;
    height: 540px;
    width: 1575px;
}
.sectionSupplement .swiper-container-c .numeroSlideSupplement { 
    width: 82px;
    height: 82px;
    margin-left: -2px;
    position: absolute;
    margin-top: 474px;
    object-fit: cover;
    z-index: 10;
}
.sectionSupplement .swiper-slide img {
    width: 512px;
    height: 512px;
}
.sectionSupplement .card_c {
    width: 512px;
    height: 512px;
    display: inline-block;
}

.sectionSupplement .card_c .bgSpan_c {
    position: absolute;
    left: 0px;
    width: 512px;
    height: 512px;
    display: inline-flex;
}
.sectionSupplement .card_c .bgSpan_c-02 {
    left: 516px;
}
.sectionSupplement .card_c .bgSpan_c-03 {
    left: 1032px;
    width: 426px;
    height: 426px;
    margin-top: 20px;
}
.sectionSupplement .card_c .bgSpan_c span {
    width: 25%;
    height: 100%;
    transition: 1s;
    display: inline-block;
    transform: translateY(+110%);
    z-index: 0;
}
.sectionSupplement .card_c .bgSpan_c span:nth-child(1) {
    transition-delay: 0s;
    background-position: 0;
    background: #ffffffde;
}

.sectionSupplement .card_c .bgSpan_c span:nth-child(2) {
    transition-delay: 0.1s;
    background-position: 33.33%;
    background: #ffffffcf;
}
.sectionSupplement .card_c .bgSpan_c span:nth-child(3) {
    transition-delay: 0.2s;
    background-position: 66.66%;
    background: #ffffffdb;
}
.sectionSupplement .card_c .bgSpan_c span:nth-child(4) {
    transition-delay: 0.3s;
    background-position: 100%;
    background: #ffffffc4;
}

.animHover_02 {
    transform: translateY(-125%) !important; 
    /* transition: 1s !important; */ 
}

.sectionSupplement .swiper-container-c .lastImg-container-c {
    width: 426px;
    height: 426px;
    position: relative;
    top: 20px;
}
.sectionSupplement .contentSupplement {
    z-index: 10;
    position: relative;
    width: 1575px;
    margin: auto;
}
.sectionSupplement .contentSupplement .supplement-span-01 {
    margin-left: 168px;
}
.sectionSupplement .contentSupplement .supplement-span-02 {
    margin-left: 27px;
}
.sectionSupplement .contentSupplement .supplement-span-03 {
    margin-left: 64px;
}
.sectionSupplement .contentSupplement .supplement-span-04 {
    margin-left: 127px;
}
.sectionSupplement .contentSupplement p:first-child{
    font-size: 32px;
    color: #FDB3A6;
    width: 226px;
    height: 48px;
    background: white;
    font-family: Montserrat, sans-serif;
    text-align: center;
    font-weight: 100;
    line-height: 44px;
    margin-left: 138px;
    margin-top: 34px;
}
.sectionSupplement .contentSupplement p:last-child { 
    display: inline-block;
    line-height: 26px;
    font-size: 16px;
    font-family: Montserrat, sans-serif;
}
.sectionSupplement .contentSupplement p:nth-child(2) { 
    margin-left: 138px;
    margin-top: 20px;
    display: inline-block;
    margin-right: 46px;
    line-height: 26px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
}
.sectionSupplement .contentSupplement p span{
    font-weight: 800;
}
.sectionSupplement .titreBr {
    display: block;
}
.sectionSupplement .swiper-container-cbis {
    display: none;
}
/* Section VERNIS Semi-permanent ---: */
.sectionVernisSP {
    margin-top: 164px;
}
.sectionVernisSP h2 {
    width: 915px;
}
.sectionVernisSP .swiper-container-dbis {
    display: none;
}
.sectionVernisSPPrix .swiper-container-e {
    display: none;
}
.sectionVernisSPPrix .contentVSP {
    width: 716px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 26px;
    margin: auto;
}
.sectionVernisSPPrix .contentVSP p {
    width: 50%;
    padding-left: 16px;
}
.sectionVernisSPPrix .contentVSP p:last-child {
    line-height: 36px;
}
.sectionVernisSPPrix .contentVSP p span {
    color: #F2B761;
    font-weight: bold;
}
.sectionVernisSPPrix .contentVSP p .semiPermanent-prix_01 {
    margin-left: 184px;
}
.sectionVernisSPPrix .contentVSP p .semiPermanent-prix_02 {
    margin-left: 187px;
}
.sectionVernisSPPrix .contentVSP p .semiPermanent-prix_03 {
    margin-left: 63px;
}
.sectionVernisSPPrix .contentVSP p .semiPermanent-prix_04 {
    margin-left: 227px;
}
.sectionVernisSPPrix .contentVSP p .accroche {
    color: #F2B761;
    font-size: 16px;
    line-height: 22px;
}
/* Section Nail Art ---: */
.sectionNailArt {
    width: 100%;
    height: 560px;
    font-family: Montserrat, sans-serif;
    margin-top: 118px;
}
.sectionNailArt .titreNailArt{
    width: 100%;
    height: 152px;
    background: #F7B4AC;
    color: white;
    font-size: 64px;
    font-family: Kefa;
    text-align: left;
    padding-left: 623px;
    padding-top: 46px;
}
.sectionNailArt .titreNailArt span {
    font-size: 26px;
}
.sectionNailArt .contentNailArt {
    width: 100%;
    display: flex;
    margin: auto;
}
.sectionNailArt .accrocheNailArt {
    display: none;
}
.sectionNailArt .contentNailArt img:first-child {
    position: relative;
    bottom: 186px;
}
.sectionNailArt .contentNailArt .separationNailArt {
    margin-left: 30px;
    margin-right: 16px;
    position: relative;
    bottom: 0px;
    width: 1px;
    height: 306px;
    top: 55px;
}
.sectionNailArt .contentNailArt .textNailArt {
    
}
.contentNailArt .textNailArt h3 {
    color: #F5B950;
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    font-weight: lighter;
    margin-top: 62px;
    margin-bottom: 14px;
}
.contentNailArt .textNailArt .t2NailArt {
    margin-top: 40px;
}
.contentNailArt .t2NailArtSpan {
    display: inline;
}
.contentNailArt .textNailArt p {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 28px;
}
.contentNailArt .textNailArt p span {
    color: #F5B950;
    font-weight: 800;
}
.contentNailArt .textNailArt p .nailArtSpan-01 {
    margin-left: 286px;
}
.contentNailArt .textNailArt p .nailArtSpan-02 {
    margin-left: 290px;
}
.contentNailArt .textNailArt p .nailArtSpan-03 {
    margin-left: 184px;
}
.contentNailArt .textNailArt p .nailArtSpan-04 {
    margin-left: 189px;
}
.contentNailArt .textNailArt p .nailArtSpan-05 {
    margin-left: 60px;
}
/* Section Vidéo  */
.sectionVideo {
    width: 1024px;
    margin: auto;
    font-family: Montserrat, sans-serif;
    margin-top: 36px;
}
.sectionVideo .blocText   {
}
.sectionVideo .titreVideo {
    display: flex;
}
.sectionVideo .titreVideo img:first-child {
    position: relative;
    margin-left: 32px;
}
.sectionVideo .titreVideo p {
    font-size: 64px;
    font-weight: lighter;
    padding-top: 110px;
    line-height: 50px;
    margin-left: 20px;
}
.sectionVideo .titreVideo p span {
    font-size: 44px;
    font-weight: bold;
}
.sectionVideo .contentVideo {
    width: 100%;
    height: 338px;
    display: flex;
    justify-content: space-between;
    background: #FFE8E2;
    margin-top: 20px;
    padding-bottom: 32px;
}
.sectionVideo .contentVideo .blocText {
    width: 451px;
    margin-top: 32px;
    margin-left: 74px;
}
.sectionVideo .contentVideo .blocText .titreTextVideo {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 16px;
}
.sectionVideo .contentVideo .blocText .titreTextVideo span {
    
}
.sectionVideo .contentVideo .blocText .textVideo {
    font-size: 16px;
    line-height: 28px;
    width: 406px;
}
.sectionVideo .contentVideo img:last-child {
    width: 456px;
    height: 281px;
    position: relative;
    right: 32px;
    top: 22px;
}
/* Section photo ---: */
.sectionPhoto {
    width: 941px;
    margin-right: 0px;
    font-family: Montserrat, sans-serif;
    margin-top: 20;
    margin-left: auto;
}
.sectionPhoto .bgPhoto {
    width: 100%;
    height: 697px;
}
.sectionPhoto .textPhoto {
    display: flex;
    position: relative;
    bottom: 453px;
    width: 100%;
    height: 108px;
    background: #ffffffe3;
}
.sectionPhoto .textPhoto img:first-child {
    width: 46px;
    height: 34px;
    position: absolute;
    left: -160px;
    top: -13px;
}
.sectionPhoto .bgPhotoTablette {
    display: none;
}
.sectionPhoto .textPhoto p {
    font-size: 16px;
    width: 516px;
    line-height: 20px;
    color: #F5B950;
    text-align: center;
    font-weight: normal;
    margin-top: 28px;
    padding-left: 16px;
    letter-spacing: 0.65px;
}
.sectionPhoto .textPhoto p span {
    font-weight: 800;
}
.sectionPhoto .textPhoto img:last-child {
    width: 46px;
    height: 34px;
    position: absolute;
    top: 92px;
    right: 264px;
}
/* Section Réseaux sociaux (insta/facebook) ---: */
.sectionReseau {
    width: 100%;
    height: 928px;
    font-family: Montserrat, sans-serif;
    margin-bottom: 64px;
}
.sectionReseau .bgBlackTitre1 {
    background: black;
    position: absolute;
    width: 100%;
    height: 58px;
}
.sectionReseau .resterConnecterTitreTablette {
    display: none;
}
.sectionReseau .titre1 {
    width: 112%;
    height: 58px;
    color: white;
    font-size: 60px;
    font-weight: bold;
    margin-left: -82px;
    letter-spacing: 2.43px;
    text-align: center;
    overflow: hidden;
}
.sectionReseau .titre1bis {
    position: absolute;
    margin-top: -58px;
    width: 112%;
    height: 58px;
    color: white;
    font-size: 60px;
    font-weight: bold;
    margin-left: -82px;
    letter-spacing: 2.43px;
    text-align: center;
    overflow: hidden;
}
.sectionReseau .contentReseau {
    width: 100%;
    height: 651px;
    background: #E3F0E9;
    color: white;
}
.sectionReseau .contentReseau .titre2 {
    width: 112%;
    height: 58px;
    color: white;
    font-size: 60px;
    font-weight: bold;
    margin-left: -82px;
    letter-spacing: 2.43px;
    text-align: center;
    margin-bottom: 82px;
}
.sectionReseau .contentReseau .titre2bis {
    position: absolute;
    margin-top: -140px;
    width: 112%;
    height: 58px;
    color: white;
    font-size: 60px;
    font-weight: bold;
    margin-left: -82px;
    letter-spacing: 2.43px;
    text-align: center;
    overflow: hidden;
}
.sectionReseau .contentReseau .textReseau {
    width: 544;
    height: 108px;
    line-height: 18px;
    margin: auto;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 12px;
    letter-spacing: 0.65;
    color: #000000;
}
.sectionReseau .contentReseau .textReseau span:first-child {
    font-size: 40px;
    font-weight: 300;
    line-height: 20px;
}
.sectionReseau .contentReseau .textReseau .span2TextReseaux {
    font-size: 24px;
    font-weight: bold;
    line-height: 58px;
}
.sectionReseau .contentReseau .blocIconReseau {
    width: 146px;
    display: flex;
    justify-content: space-between;
    margin: auto;
}
.sectionReseau .contentReseau .blocIconReseau .icon-instaReseaux {
    width: 36px;
    height: 36px;
}
.sectionReseau .contentReseau .blocIconReseau .icon-fbReseaux {
    width: 21px;
    height: 36px;
}
.sectionReseau .swiper-container-e {
    width: 1426px;
    height: 478px;
    margin: auto;
    padding-left: 5px;
    position: relative;
    bottom: 284px;
}
.sectionReseau .swiper-container-e .nextSlide {
    display: flex;
    width: 80px;
    height: 35px;
    justify-content: space-between;
    margin-left: auto;
    margin-right: 38px;
    cursor: pointer;
}
.sectionReseau .swiper-container-e .nextSlide p {
    font-size: 12px;
    font-weight: bold;
}
.sectionReseau .swiper-container-e .nextSlide img {
    width: 25px;
    height: 9px;
}
.sectionReseau .swiper-container-e .swiper-slide img {
    width: 470px;
    height: 441px;
}
.sectionReseau .sourceImgReseau {
    position: relative;
    bottom: 276px;
    font-size: 13px;
    margin-left: 12px;
}

/*  Section Me Contacter */
.sectionContacter {
    width: 500px;
    height: 338px;
    font-family: Montserrat, sans-serif;
    margin: auto;
    margin-top: 64px;
    margin-bottom: 64px;
    text-align: center;
}
.sectionContacter img:first-child {
    width: 81px;
    height: 64px;
    display: block;
    margin: auto;
    margin-bottom: 40px;
}
.sectionContacter .titreContacter {
    font-size: 48px;
    font-weight: lighter;
    letter-spacing: 1.94;
    color: #F7B4AC;
    margin-bottom: 32px;
}
.sectionContacter .textContacter {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 56px;
}
.sectionContacter button {
    width: 380px;
    height: 53px;
    color: white;
    background: #F7B4AC;
    font-size: 24px;
    display: block;
    margin: auto;
    border: none;
    cursor: pointer;
}


/* -----------------        TABLETTE        ----------------- */
@media screen and (min-width:640px) and (max-width:1024px) {
    .section1 {
        height: 939px;
        margin-top: 142px;
        margin-bottom: 40px;
        background: unset;
    }
    .section1 .block .pagination {
        width: 640px;
        height: 4px;
        margin: auto;
        position: relative;
        top: 315px;
    }
    .section1 .block .flechedroite {
        right: 15px;
        top: 0;
    }
    .section1 .block .flechegauche {
        left: 15px;
        top: 0;
    }
    .section1 .block .swiper-containera .content {
        background: #E3F0E9;
        width: 100%;
        margin: auto;
        padding-left: 16px;
        margin-top: 0;
        padding-top: 22px;
        padding-bottom: 32px;
    }
    .section1 .block .swiper-containera .swiper-slide {
        display: block;
    }
    .section1 .block .swiper-containera .imgSwipper {
        object-fit: contain;
        max-width: 640px;
        margin: 0 auto;
    }
    .section1 .block .swiper-containera .content .titre {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 16px;
    }
    .section1 .block .swiper-containera .content .text {
        font-size: 13px;
        line-height: 25px;
        width: 608px;
        margin: auto;
        margin-bottom: 32px;
    }
    .section1 .block .swiper-containera .content .boutton {
        width: 224px;
        height: 44px;
        line-height: 44px;
        font-size: 12px;
    }
     /* ------------- SECTION TITRE ------------- */
    .sectionTitre p {
        margin-bottom: 32px;
    }
    /* ------------- SECTION 2 ------------- */
    .section2 {
        margin: auto;
        max-width: 640px;
        margin-bottom: 56px;
    }
    .section2 .titre {
        font-size: 28px;
        line-height: 34px;
        text-align: center;
        margin-bottom: 32px;
    }
    .section2 .block {
        flex-direction: column-reverse;
    }
    .section2 .block .content {
        width: 100%;
        margin-top: 32px;
    }
    .section2 .block .content .titre {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 16px;
        text-align: left;
    }
    .section2 .block .content .text {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 32px;
        padding-right: 0;
    }
    .section2 .block .content .text span {
        display: block;
    }
    .section2 .block .content .boutton {
        margin: auto;
    }
    .section2 .block .swipperB {
        width: 100%;
        height: 628px;
    }
    .section2 .block .swipperB .swiper-containerb {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .section2 .block .swipperB .swiper-containerb .swiper-slide {
        margin-right: 8px;
    }
    .section2 .block .swipperB .swiper-containerb .imgSwipper {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .section2 .block .swipperB .pagination {
        width: 97%;
        height: 602px;
        bottom: unset;
        top: 0;
        display: none;
    }
    .section2 .block .swipperB .pagination .flechedroite {
        right: 12px;
        bottom: -12px;
    }
    .section2 .block .swipperB .swiper-paginationb {
        width: 98%;
    }
    /* ------------- SECTION 3 ------------- */
    .section3 {
        max-width: 640px;
        height: 628px;
        margin-bottom: 56px;
    }
    .section3 .desktop {
        display: none;
    }
    .section3 .mobile {
        display: block;
        width: 100%;
    }
    .section3 .mobile .swiper-containerc {
        width: 100%;
        overflow: hidden;
    }
    .section3 .mobile .swiper-containerc .swiper-wrapper {
        position: relative;
        left: -34px;
    }
    .section3 .mobile .swiper-containerc .swiper-slide {
        margin-right: 11px;
    }
    .section3 .mobile .swiper-containerc .swiper-slide img {
        width: 100% ;
        height: 100% ;
        object-fit: cover;
    }
    .section3 .mobile .swiper-paginationc {
        width: 97%;
        height: 16px;
        text-align: right;
        position: relative;
        bottom: -8px;
    }
    .section3 .mobile .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: #000000;
        opacity: 0.15;
        margin-right: 1px;
    }
    .section3 .mobile .swiper-pagination-bullet-active {
        opacity: 1;
    }
    /* Section GELS UV avec couleurs ---: */
    .sectionGelsUv h2 {
        width: 305px;
        height: 37px;
        font-size: 32px;
        line-height: 37px;
    }
    .sectionGelsUv h2 span {
        font-size: 15px;
    }
    .sectionGelsUv .nextSlide {
        display: none;
    }
    .sectionGelsUv .swiper-container-a {
        display: none;
    }
    .sectionGelsUv .swiper-container-abis {
        display: block;
    }  
    .sectionGelsUv .swiper-slide img:last-child {
        width: 432px;
        height: 432px;
    }
    .sectionGelsUv .swiper-slide .lastImg-container-a {
        width: 432px;
        height: 432px;
    }
/* Section Gels UV Prix ---: */
    .sectionGelsUvPrix {
        width: 100%;
    }
    .sectionGelsUvPrix .content {
        font-size: 13px;
        width: 688px;
        margin: auto;
        padding-left: 0px;
    }
    .sectionGelsUvPrix .content .gelsUv-prix_01 {
        margin-left: 133px;
    }
    .sectionGelsUvPrix .content .gelsUv-prix_02 {
        margin-right: 18.5px;
        margin-left: 16.5px;
    }
    .sectionGelsUvPrix .content .gelsUv-prix_03 {
        margin-right: 19.5px;
        margin-left: 16.5px;
    }
    .sectionGelsUvPrix .content .gelsUv-prix_04 {
        margin-left: 23px;
    }
    .sectionGelsUvPrix .content .gelsUv-prix_05 {
        margin-left: 133px;
    }
    .sectionGelsUvPrix .content .gelsUv-prix_06 {
        margin-left: 50px;
    }
    .sectionGelsUvPrix .content .gelsUv-prix_07 {
        margin-left: 237px;
    }
    .sectionGelsUvPrix .content .gelsUv-prix_08 {
        margin-left: 140px;
    }
    .sectionGelsUvPrix .content p {
        width: 54%;
        margin-right: -50px;
    }
    .sectionGelsUvPrix .content p .accroche {
        font-size: 9px;
        color: black;
        font-weight: normal;
    }
    .sectionGelsUvPrix .blocTitrebis .blocTarifEtudiant {
        left: unset;
        top: 1206px;
        right: 16px;
        font-size: 8px;
        z-index: 20;
    }
    .sectionGelsUvPrix .blocTitrebis .blocTarifEtudiantbis1 {
        top: 3136px;
    }
    .sectionGelsUvPrix .swiper-container-b {
        display: none;
    }
    /* Section Supplement */
    .sectionSupplement .swiper-container-c {
        display: none;
    }
    .sectionSupplement .nextSlideSupplement {
        display: none;
    }
    .sectionSupplement .swiper-container-cbis {
        display: block;
        margin-top: 32px;
        width: 1626px;
        height: 540px;
        margin-left: 6px;
    }
    .sectionSupplement .contentSupplement .supplement-span-01 {
        margin-left: 152px;
    }
    .sectionSupplement .contentSupplement .supplement-span-02 {
        margin-left: 37px;
    }
    .sectionSupplement .contentSupplement .supplement-span-03 {
        margin-left: 56px;
    }
    .sectionSupplement .contentSupplement .supplement-span-04 {
        margin-left: 107px;
    }
    .sectionSupplement .swiper-container-cbis .numeroSlideSupplement {
        width: 82px;
        height: 82px;
        position: absolute;
        margin-top: 474px;
    }
    .sectionSupplement .swiper-container-cbis .swiper-slide img:last-child {
        width: 432px;
        height: 432px;
        position: relative;
        top: 20px;
    }
    .sectionSupplement .bgSupplement {
        width: 689px;
        height: 938px;
    }
    .sectionSupplement .titre {
        width: 689px;
        margin-left: inherit;
    }
    .sectionSupplement .titreBr {
        display: block;
    }
    .sectionSupplement .titre p:first-child {
        line-height: 28px;
    }
    .sectionSupplement .contentSupplement p:first-child {
        margin-left: 18px;
        margin-top: 16px;
    }
    .sectionSupplement .contentSupplement p:nth-child(2) {
        margin-left: 18px;
        font-size: 13px;
    }
    .sectionSupplement .contentSupplement p:last-child {
        font-size: 13px;
    }
    /* Section VERNIS Semi-permanent ---: */
    .sectionVernisSP .swiper-container-d {
        display: none;
    }
    .sectionVernisSP .swiper-container-dbis {
        display: block;
    }
    .sectionVernisSPPrix .swiper-container-e {
        display: none;
    }
    .sectionVernisSP h2 {
        width: 615px;
    }
    .sectionVernisSPPrix .content p .accroche {
        line-height: 14px;
    }
    /* Section Nail Art ---: */
    .sectionNailArt .titreNailArt {
        height: 101;
        padding-left: 16px;
    }
    .sectionNailArt .accrocheNailArt {
        display: block;
        font-family: Montserrat, sans-serif;
        font-size: 32px;
        font-weight: 300;
        color: #FAB4A9;
        margin-top: 44px;
        margin-left: 16px;
        margin-bottom: 16px;
        line-height: 28px;
    }
    .sectionNailArt .accrocheNailArt span {
        font-size: 20px;
    }
    .sectionNailArt .contentNailArt img:first-child {
        position: unset;
        width: 345px;
        height: 243px;
    }
    .sectionNailArt .contentNailArt .separationNailArt {
        margin-left: 28px;
        margin-right: 26px;
        bottom: 0px;
        top: 4px;
    }
    .contentNailArt .textNailArt h3 {
        margin-top: 14px;
        margin-bottom: 8px;
    }
    .contentNailArt .textNailArt .t2NailArt {
        margin-top: 13px;
    }
    .contentNailArt .textNailArt p {
        font-size: 16px;
    }
    .contentNailArt .textNailArt p .nailArtSpan-01 {
        margin-left: 244px;
    }
    .contentNailArt .textNailArt p .nailArtSpan-02 {
        margin-left: 248px;
    }
    .contentNailArt .textNailArt p .nailArtSpan-03 {
        margin-left: 143px;
    }
    .contentNailArt .textNailArt p .nailArtSpan-04 {
        margin-left: 148px;
    }
    .contentNailArt .textNailArt p .nailArtSpan-05 {
        margin-left: 18px;
    }
    .contentNailArt .t2NailArtSpan {
        display: inline;
        font-size: 32px;
    }
    /* Section Vidéo  */
    .sectionVideo {
        width: 100%;
        font-family: Montserrat, sans-serif;
        margin-top: 0px;
    }
    .sectionVideo .titreVideo {
        height: 76px;
        position: relative;
        top: 150px;
        left: 18px;
    }
    .sectionVideo .titreVideo img:first-child {
        width: 32px;
        height: 46px;
    }
    .sectionVideo .titreVideo p {
        font-size: 32px;
        line-height: 26px;
        font-weight: 400;
        padding-top: 0px;
        margin-left: 10px;
    }
    .sectionVideo .titreVideo p span {
        font-size: 22px;
    }
    .sectionVideo .contentVideo {
        height: 369px;
        margin-top: 0px;
    }
    .sectionVideo .contentVideo .blocText {
        margin-top: 138px;
        margin-left: 54px;
        margin-right: 40px;
        width: 248px;
    }
    .sectionVideo .contentVideo .blocText .titreTextVideo {
        font-size: 12px;
        font-weight: bold;
    }
    .sectionVideo .contentVideo .blocText .titreTextVideo span {
        display: none;
    }
    .sectionVideo .contentVideo .blocText .textVideo {
        font-size: 12px;
        line-height: 18px;
        width: 248px;
    }
    .sectionVideo .contentVideo img:last-child {
        width: 382px;
        height: 240px;
        bottom: 0px;
        top: 68px;
        margin-right: 30px;
    }

   /* Section photo ---: */
   .sectionPhoto {
        width: 640px;
        height: 623px;
   }
   .sectionPhoto .bgPhoto {
        display: none;
    }
    .sectionPhoto .bgPhotoTablette{
        display: block;
        width: 100%;
        height: 100%;
    }
    .sectionPhoto .textPhoto {
        bottom: 364px;
    }
    .sectionPhoto .textPhoto img:first-child {
        width: 21px;
        height: 15px;
        left: -40px;
        top: 12px;
    }
    .sectionPhoto .textPhoto img:last-child {
        width: 21px;
        height: 15px;
        top: 83px;
        right: 64px;
    }
    /* Section Réseaux sociaux (insta/facebook) ---: */
    .sectionReseau {
        height: 884px;
        margin-top: 16px;
    }
    .sectionReseau .bgBlackTitre1 {
        height: 54px;
    }
    .sectionReseau .titre1 {
        font-size: 40px;
        margin-left: -13px;
        letter-spacing: 1.62;
        width: 1360px;
        height: 49px;
        line-height: 48px;
        position: relative;
        text-align: left;
    }
    .sectionReseau .resterConnecterTitreTablette {
        display: inline;
    }
    .sectionReseau .titre1bis {
        font-size: 40px;
        margin-left: 0px;
        letter-spacing: 1.62;
        width: 128%;
        height: 49px;
        line-height: 48px;
        margin-top: -49px;
        display: none;
    }
    .sectionReseau .contentReseau .titre2 {
        font-size: 40px;
        margin-left: -14px;
        letter-spacing: 1.62;
        width: 1760px;
        height: 49px;
        line-height: 54px;
        position: relative;
        bottom: -4px;
    }
    .sectionReseau .contentReseau .titre2bis {
        font-size: 40px;
        margin-left: -18px;
        letter-spacing: 1.62;
        width: 128%;
        height: 49px;
        line-height: 54px;
        margin-top: -143px;
        display: none;
    }
    .sectionReseau .swiper-container-e {
        width: 960px;
        height: 444px;
        margin: auto;
        padding-left: 12px;
    }
    .sectionReseau .swiper-container-e .swiper-slide {
        width: 390px;
    }
    .sectionReseau .swiper-container-e .nextSlide {
        display: none;
    }

    /*  Section Me Contacter */
    .sectionContacter {
        margin-top: 72px;
        height: 260px;
        margin-bottom: 54px;
    }
    .sectionContacter img:first-child {
        width: 54px;
        height: 43px;
        margin-bottom: 32px;
    }
    .sectionContacter .titreContacter {
        font-size: 40px;
        margin-bottom: 18px;
    }
    .sectionContacter .textContacter {
        margin-bottom: 48px;
    }
    .sectionContacter button {
        width: 283px;
        height: 35px;
        font-size: 16px;
    }
}
/* -----------------        MOBILE        ----------------- */
@media screen and (max-width:640px) {
    .section1 {
        min-height: 760px;
        height: auto;
        margin-top: 138px;
        margin-bottom: 40px;
        background: unset;
    }
    .section1 .block {
        height: fit-content;
    }
    .section1 .block .pagination {
        width: 100%;
        height: 4px;
        margin: auto;
        position: relative;
        top: 25%;
    }
    .section1 .block .flechedroite {
        right: 15px;
        top: 0;
    }
    .section1 .block .flechegauche {
        left: 15px;
        top: 0;
    }
    .section1 .block .swiper-containera .content {
        background: #E3F0E9;
        width: 100%;
        height: auto;
        min-height: 277px;
        margin: auto;
        padding-left: 0;
        margin-top: 0;
        padding-top: 22px;
        padding-bottom: 32px;
    }
    .section1 .block .swiper-containera .swiper-slide {
        display: block;
    }
    .section1 .block .swiper-containera .imgSwipper {
        object-fit: contain;
        width: 100%;
        margin: 0 auto;
    }
    .section1 .block .swiper-containera .content .titre {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 16px;
    }
    .section1 .block .swiper-containera .content .text {
        font-size: 13px;
        line-height: 25px;
        width: 94%;
        padding: 0 16px;
        margin: auto;
        margin-bottom: 32px;
    }
    .section1 .block .swiper-containera .content .boutton {
        width: 224px;
        height: 44px;
        line-height: 44px;
        font-size: 12px;
    }
    /* Section Titre ---: */
    .sectionTitre .titre {
        width: 252px;
        height: 58px;
    }
    .sectionTitre p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: unset;
    }
     /* ------------- SECTION 2 ------------- */
     .section2 {
        width: 100%;
        margin: auto;
        margin-bottom: 56px;
    }
    .section2 .titre {
        font-size: 28px;
        line-height: 34px;
        text-align: center;
        margin-bottom: 32px;
    }
    .section2 .block {
        flex-direction: column-reverse;
    }
    .section2 .block .content {
        width: 92%;
        margin-top: 22px;
        padding-right: 16px;
        padding-left: 16px;
    }
    .section2 .block .content .titre {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 24px;
        text-align: left;
    }
    .section2 .block .content .text {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 32px;
        padding-right: 0;
    }
    .section2 .block .content .text span {
        display: block;
    }
    .section2 .block .content .boutton {
        margin: auto;
    }
    .section2 .block .swipperB {
        width: 100%;
        height: 308px;
    }
    .section2 .block .swipperB .swiper-containerb {
        width: 100%;
        height: 100%;
    }
    .section2 .block .swipperB .swiper-containerb .swiper-slide {
        margin-right: 8px;
    }
    .section2 .block .swipperB .swiper-containerb .imgSwipper {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    .section2 .block .swipperB .pagination {
        width: 97%;
        height: 308px;
        bottom: unset;
        top: 0;
        display: none;
    }
    .section2 .block .swipperB .pagination .flechedroite {
        right: 16px;
        bottom: 18px;
    }
    .section2 .block .swipperB .swiper-paginationb {
        width: 97%;
        bottom: -4px;
    }
    /* ------------- SECTION 3 ------------- */
    .section3 {
        width: 100%;
        max-width: unset;
        height: 320px;
        margin-bottom: 56px;
    }
    .section3 .desktop {
        display: none;
    }
    .section3 .mobile {
        display: block;
        width: 100%;
    }
    .section3 .mobile .swiper-containerc {
        width: 100%;
        overflow: hidden;
    }
    .section3 .mobile .swiper-containerc .swiper-wrapper {
        position: relative;
        left: -34px;
    }
    .section3 .mobile .swiper-containerc .swiper-slide {
        margin-right: 11px;
    }
    .section3 .mobile .swiper-containerc .swiper-slide img {
        width: 100% ;
        height: 100% ;
        object-fit: cover;
    }
    .section3 .mobile .swiper-paginationc {
        width: 97%;
        height: 16px;
        text-align: right;
        position: relative;
        bottom: -8px;
    }
    .section3 .mobile .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: #000000;
        opacity: 0.15;
        margin-right: 1px;
    }
    .section3 .mobile .swiper-pagination-bullet-active {
        opacity: 1;
    }
    /* Section GELS UV avec couleurs ---: */
    .sectionGelsUv h2 {
        width: 186px;
        height: 28px;
        font-size: 14px;
        line-height: 28px;
    }
    .sectionGelsUv h2 span {
        font-size: 10px;
    }
    .sectionGelsUv .swiper-container {
        height: 314px;
    }
    .sectionGelsUv .nextSlide {
        display: none;
    }
    .sectionGelsUv .swiper-container-a {
        display: none;
    }
    .sectionGelsUv .swiper-container-abis {
        display: block;
    } 
    .sectionGelsUv .swiper-slide .lastImg-container-a {
        width: 288px;
        height: 288px;
        position: relative;
        top: 20px;
    }
    .sectionGelsUv .swiper-slide img {
        width: 288px;
        height: 288px;
    }
    .sectionGelsUv .swiper-slide img:last-child {
        width: 288px;
        height: 288px;
    }
    .sectionGelsUv .swiper-slide .numeroSlide {
        margin-top: 248px;
    }
    /* Section Gels UV Prix ---: */
    .sectionGelsUvPrix {
        width: 100%;
        margin-top: 56px;
    }
    .sectionGelsUvPrix .content {
        display: none;
    }
    .sectionGelsUvPrix .blocTitrebis .blocTarifEtudiant {
        left: unset;
        right: 6px;
        top: 924px;
        font-size: 11px;
    }
    .sectionGelsUvPrix .swiper-container-b {
        display: block;
        width: 100%;
        height: 148px;
    }
    .sectionGelsUvPrix .swiper-container-b p {
        text-align: left;
        width: 306px;
        margin: auto;
        font-size: 12px;
        line-height: 22px;
    }

    .sectionGelsUvPrix .swiper-container-b .gelsUv-prix_01 {
        margin-left: 116px;
    }
    .sectionGelsUvPrix .swiper-container-b .gelsUv-prix_02 {
        margin-right: 17.5px;
        margin-left: 16.5px;
    }
    .sectionGelsUvPrix .swiper-container-b .gelsUv-prix_03 {
        margin-right: 16.5px;
        margin-left: 15.5px;
    }
    .sectionGelsUvPrix .swiper-container-b  .gelsUv-prix_04 {
        margin-left: 15px;
    }
    .sectionGelsUvPrix .swiper-container-b  .gelsUv-prix_05 {
        margin-left: 116px;
    }
    .sectionGelsUvPrix .swiper-container-b  .gelsUv-prix_06 {
        margin-left: 46px;
    }
    .sectionGelsUvPrix .swiper-container-b  .gelsUv-prix_07 {
        margin-left: 219px;
    }
    .sectionGelsUvPrix .swiper-container-b  .gelsUv-prix_08 {
        margin-left: 129px;
    }

    .sectionGelsUvPrix .swiper-container-b p span {
        font-weight: 600;
        color: #F2B761;
        line-height: 16px;
    }
    .sectionGelsUvPrix .swiper-container-b p .accroche {
        font-weight: normal;
        color: black;
        line-height: 12px;
        font-size: 10px;
        position: relative;
        top: 6px;
    }
    .sectionGelsUvPrix .swiper-container-b .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        background: #979797;
        color: #979797;
    }
    .sectionGelsUvPrix .swiper-container-b .swiper-pagination-bullet-active {
        background: #F2B761;
        color: #F2B761;
    }
    .sectionGelsUvPrix .blocTitrebis {
        height: 86px;
    }
    /* Section Supplement */
    .sectionSupplement {
        height: 687px;
    }
    .sectionSupplement .swiper-container-c {
        display: none;
    }
    .sectionSupplement .nextSlideSupplement {
        display: none;
    }
    .sectionSupplement .swiper-container-cbis {
        display: block;
        margin-top: 16px;
        width: 886px;
        height: 321px;
        margin-left: 0px;
    }
    .sectionSupplement .contentSupplement .supplement-span-01 {
        margin-left: 152px;
    }
    .sectionSupplement .contentSupplement .supplement-span-02 {
        margin-left: 46px;
    }
    .sectionSupplement .contentSupplement .supplement-span-03 {
        margin-left: 63px;
    }
    .sectionSupplement .contentSupplement .supplement-span-04 {
        margin-left: 110px;
    }
    .sectionSupplement .swiper-container-cbis .swiper-slide .numeroSlideSupplement {
        width: 66px;
        height: 66px;
        position: absolute;
        margin-top: 252px;
        margin-left: 12px;
    }
    .sectionSupplement .swiper-container-cbis .swiper-slide img {
        width: 288px;
        height: 288px;
    }
    .sectionSupplement .swiper-container-cbis .swiper-slide img:last-child {
        width: 288px;
        height: 288px;
        position: relative;
        top: 20px;
    }
    .sectionSupplement .bgSupplement {
        width: 96%;
        height: 687px;
    }
    .sectionSupplement .titre {
        width: 96%;
        margin-left: inherit;
    }
    .sectionSupplement .titreBr {
        display: block;
    }
    .sectionSupplement .titre p:first-child {
        font-size: 32px;
        line-height: 18px;
    }
    .sectionSupplement .titre p:last-child {
        font-size: 12px;
    }
    .sectionSupplement .contentSupplement p:first-child {
        width: 89px;
        height: 25px;
        font-size: 12px;
        margin-left: 20px;
        margin-top: 0px;
        line-height: 25px;
        font-weight: 400;
    }
    .sectionSupplement .contentSupplement p:nth-child(2) {
        margin-left: 18px;
        display: block;
        font-size: 12px;
    }
    .sectionSupplement .contentSupplement p:last-child {
        font-size: 12px;
        margin-left: 18px;
    }
    /* Section VERNIS Semi-permanent ---: */
    .sectionVernisSP {
        margin-top: 56px;
    }
    .sectionVernisSP .swiper-container-d {
        display: none;
    }
    .sectionVernisSP .swiper-container-dbis {
        display: block;
    }

    .sectionVernisSPPrix .swiper-container-e {
        display: block;
    }
    .sectionVernisSP h2 {
        width: 100%;
    }
    .sectionVernisSP .blocTitrebis .blocTarifEtudiant {
        bottom: 147px;
    }
    .sectionVernisSPPrix .contentVSP {
        flex-direction: column;
        margin: auto;
        margin-top: 44px;
        width: 310px;
    }
    .sectionGelsUvPrix .blocTitrebis .blocTarifEtudiantbis1 {
        top: 2326px;
    }
    .sectionVernisSPPrix .contentVSP p {
        width: 310px;
        font-size: 12px;
        line-height: 22px;
    }
    .sectionVernisSPPrix .contentVSP p:last-child {
        line-height: 22px;
        width: 284px;
    }
    .sectionVernisSPPrix .contentVSP p .semiPermanent-prix_01 {
        margin-left: 184px;
    }
    .sectionVernisSPPrix .contentVSP p .semiPermanent-prix_02 {
        margin-left: 187px;
    }
    .sectionVernisSPPrix .contentVSP p .semiPermanent-prix_03 {
        margin-left: 93px;
    }
    .sectionVernisSPPrix .contentVSP p .semiPermanent-prix_04 {
        margin-left: 202px;
    }

    .sectionVernisSPPrix .contentVSP p .accroche {
        width: 286px;
        font-size: 10px;
        line-height: 17px;
    }

    /* Section Nail Art ---: */
    .sectionNailArt {
        margin-top: 400px;
    }
    .sectionNailArt .titreNailArt {
        height: 84px;
        padding-left: 16px;
        font-size: 38px;
    }
    .sectionNailArt .titreNailArt span {
        font-size: 16px;
    }
    .sectionNailArt .accrocheNailArt {
        display: block;
        font-size: 16px;
        font-weight: 300;
        color: #FAB4A9;
        margin-top: 17px;
        margin-left: 0px;
        margin-bottom: 40px;
        line-height: 20px;
        text-align: center;
        letter-spacing: 0.65;
    }
    .sectionNailArt .accrocheNailArt span {
        font-size: 20px;
    }
    .sectionNailArt .contentNailArt {
        flex-direction: column;
    }
    .sectionNailArt .contentNailArt img:first-child {
        display: block;
        position: absolute;
        top: 2632px;
        width: 100%;
        height: 369px;
    }
    .sectionNailArt .contentNailArt .separationNailArt {
        width: 82px;
        height: 2px;
        transform: rotate(180deg);
        object-fit: cover;
        display: block;
        margin: auto;
        bottom: 0px;
        top: 4px;
        margin-bottom: 16px;
    }
    .contentNailArt .textNailArt h3 {
        margin-top: 14px;
        margin-bottom: 8px;
    }
    .contentNailArt .textNailArt .t2NailArt {
        margin-top: 13px;
    }
    .contentNailArt .t2NailArtSpan {
        display: inline;
        font-size: 32px;
    }
    .contentNailArt .textNailArt h3 {
        font-size: 22px;
        text-align: center;
        margin-bottom: 18px;
    }
    .contentNailArt .t2NailArtSpan {
        font-size: 22px;
    }
    .contentNailArt .textNailArt p {
        font-size: 12px;
        padding-left: 16px;
        line-height: 22px;
        text-align: center;
    }
    .contentNailArt .textNailArt p .nailArtSpan-01 {
        margin-left: 228px;
    }
    .contentNailArt .textNailArt p .nailArtSpan-02 {
        margin-left: 231px;
    }
    .contentNailArt .textNailArt p .nailArtSpan-03 {
        margin-left: 152px;
    }
    .contentNailArt .textNailArt p .nailArtSpan-04 {
        margin-left: 156px;
    }
    .contentNailArt .textNailArt p .nailArtSpan-05 {
        margin-left: 59px;
    }
    /* Section Vidéo  */
    .sectionVideo {
        width: 100%;
        margin-top: 8px;
    }
    .sectionVideo .titreVideo {
        height: 76px;
        position: relative;
        top: 66px;
        left: 0px;
    }
    .sectionVideo .titreVideo img:first-child {
        width: 32px;
        height: 46px;
    }
    .sectionVideo .titreVideo p {
        font-size: 32px;
        line-height: 26px;
        font-weight: 400;
        padding-top: 0px;
        margin-left: 10px;
    }
    .sectionVideo .titreVideo p span {
        font-size: 22px;
    }
    .sectionVideo .contentVideo {
        display: block;
        height: auto;
        margin-top: 0px;
        margin-left: unset;
    }
    .sectionVideo .contentVideo .blocText {
        margin-left: 18px;
        margin-top: -86px;
        padding-top: 142px;
        margin-right: 40px;
        width: 92%;
    }
    .sectionVideo .contentVideo .blocText .titreTextVideo {
        font-size: 12px;
        font-weight: bold;
        line-height: 16px;
    }
    .sectionVideo .contentVideo .blocText .titreTextVideo span {
        display: none;
    }
    .sectionVideo .contentVideo .blocText .textVideo {
        font-size: 12px;
        line-height: 18px;
        width: 100%;
    }
    .sectionVideo .contentVideo img:last-child {
        width: 396px;
        height: 275px;
        top: 31px;
        bottom: 0px;
        margin: auto;
        display: block;
        right: unset;
    }

    /* Section photo ---: */
   .sectionPhoto {
        width: 100%;
        height: 372px;
    }
    .sectionPhoto .bgPhoto {
        display: none;
    }
    .sectionPhoto .bgPhotoTablette{
        display: block;
        width: 100%;
        height: 100%;
    }
    .sectionPhoto .textPhoto {
        bottom: 278px;
        height: 148px;
    }
    .sectionPhoto .textPhoto p {
        font-size: 11px;
        width: 100%;
        margin-top: 48px;
    }
    .sectionPhoto .textPhoto img:first-child {
        width: 21px;
        height: 15px;
        left: 3px;
        top: -3px;
    }
    .sectionPhoto .textPhoto img:last-child {
        width: 21px;
        height: 15px;
        right: 3px;
        top: 137px;
    }

    /* Section Réseaux sociaux (insta/facebook) ---: */
    .sectionReseau {
        height: 545px;
        margin-top: 16px;
        margin-bottom: 46px;
    }
    .sectionReseau .bgBlackTitre1 {
        height: 32px;
    }
    .sectionReseau .sourceImgReseau {
        position: relative;
        bottom: 146px;
        font-size: 9px;
        margin-left: 12px;
    }
    .sectionReseau .titre1 {
        font-size: 24px;
        margin-left: -6px;
        letter-spacing: 0.97;
        width: 540px;
        height: 28px;
        line-height: 32px;
        margin-top: 28px;
        position: relative;
        text-align: left;
    }
    .sectionReseau .titre1bis {
        font-size: 24px;
        margin-left: -9px;
        letter-spacing: 0.97;
        width: 100%;
        height: 28px;
        line-height: 32px;
        margin-top: -28px;
        display: none;
    }
    .sectionReseau .contentReseau {
        height: 370px;
    }
    .sectionReseau .contentReseau .titre2 {
        font-size: 24px;
        margin-left: -14px;
        letter-spacing: 0.97;
        width: 540px;
        height: 28px;
        line-height: 32px;
        margin-bottom: 46px;
        position: relative;
        bottom: -4px;
    }
    .sectionReseau .contentReseau .titre2bis {
        font-size: 24px;
        margin-left: -9px;
        letter-spacing: 0.97;
        width: 100%;
        height: 28px;
        line-height: 32px;
        margin-top: -81px;
        display: none;
    }
    .sectionReseau .contentReseau .textReseau {
        width: 100%;
        height: 80px;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 1.05;
        margin-bottom: 32px;
    }
    .sectionReseau .contentReseau .textReseau span:first-child {
        font-size: 26px;
        line-height: 4px;
    }
    .sectionReseau .contentReseau .textReseau .span2TextReseaux {
        font-size: 17px;
        line-height: 42px;
    }
    .sectionReseau .contentReseau .blocIconReseau {
        width: 89px;
    }
    .sectionReseau .swiper-container-e {
        width: 540px;
        height: 268px;
        margin: auto;
        padding-left: 0px;
        bottom: 128px;
    }
    .sectionReseau .swiper-container-e .swiper-slide {
        width: 390px;
    }
    .sectionReseau .swiper-container-e .nextSlide {
        display: none;
    }
    .sectionReseau .swiper-container-e .swiper-slide img {
        width: 260px;
        height: 244px;
    }

    /*  Section Me Contacter */
    .sectionContacter {
        margin-top: 47px;
        height: 180px;
        margin-bottom: 43px;
        width: 310px;
    }
    .sectionContacter img:first-child {
        width: 36px;
        height: 29px;
        margin-bottom: 12px;
    }
    .sectionContacter .titreContacter {
        font-size: 26px;
        margin-bottom: 14px;
    }
    .sectionContacter .textContacter {
        margin-bottom: 28px;
        font-size: 10px;
        line-height: 18px;
    }
    .sectionContacter button {
        width: 253px;
        height: 35px;
        font-size: 16px;
    }
}
/* -----------------        Extra Screen        ----------------- */
@media screen and (min-width:1560px) {
    .sectionGelsUv .swiper-container {
        width: 1575px;
    }
    .sectionSupplement .swiper-container-c {
        margin-left: 140px;
    }
    .sectionReseau .sourceImgReseau {
        margin-left: 0px;
        text-align: center;
    }
    .sectionSupplement .bgSupplement {
        width: 1306px;
    }
    .sectionSupplement .swiper-container-c {
        margin-left: auto;
        width: 1575px;
    }
    .sectionSupplement .contentSupplement {
        width: 1575px;
        margin: auto;
    }
    .sectionSupplement .titre {
        margin: auto;
        right: 275px;
    }
    .sectionSupplement .contentSupplement p:first-child {
        margin-left: 0px;
    }
    .sectionSupplement .contentSupplement p:nth-child(2) {
        margin-left: 0px;
    }
    .sectionSupplement .nextSlideSupplement {
        right: -24px;
    }
    .sectionPhoto {
        margin-right: 8%;
    }
    .sectionVideo .titreVideo {
        margin-left: 7%;
    }
    .sectionVideo .contentVideo .blocText {
        margin-left: 9%;
    }
    .sectionNailArt .contentNailArt {
        justify-content: center;
    }
    .sectionNailArt .titreNailArt {
        padding-left: 55%;
    }
    .sectionGelsUv .nextSlide {
        right: -204px;
    }
    .sectionGelsUvPrix .blocTitrebis .blocTarifEtudiant {
        right: 288px;
    }
}
