.blockTitre {
    width: 100%;
    text-align: center;
    margin-top: 230px;
    margin-bottom: 72px;
}
.blockTitre .titre {
    height: 111px;
    font-weight: lighter;
    font-size: 32px;
    color: #FFFFFF;
    background: #000000;
    text-transform: uppercase;
    line-height: 111px;
}
.blockTitre img {
    width: 24px;
    height: 24px;
    margin-top: 32px;
    margin-bottom: 16px;
}
.blockTitre .sousTitre {
    font-weight: lighter;
    font-size: 24px;
    line-height: 32px;
}
/* Section Gels UV avec couleurs ---: */
.sectionGelsUv {
    width: 100%;
    font-family: Montserrat, sans-serif;
    margin-top: 62px;
    margin-bottom: 84px;
}
.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: 221px;
    height: 32px;
    position: absolute;
    padding-top: 50px;
    text-align: right;
    z-index: 20;
    line-height: 34px;
    cursor: pointer;
    margin: auto;
    display: block;
    margin-left: auto;
    right: 0;
    text-align: left;
}
.sectionGelsUv .nextSlide p {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
}
.sectionGelsUv .nextSlide img { 
    display: inline-block;
    margin-right: 0;
}
.sectionGelsUv .swiper-container {
    width: 1034px;
    height: 392px;
    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: 370px;
    height: 370px;
    display: inline-block;
}
.sectionGelsUv .card_alast {
    width: 284px;
    height: 284px;
    display: inline-block;
}
.sectionGelsUv .card_a .bgSpan_a {
    position: absolute;
    left: 0px;
    width: 370px;
    height: 370px;
    display: inline-flex;
}
.sectionGelsUv .card_a .bgSpan_a-02 {
    left: 374px;
}
.sectionGelsUv .card_a .bgSpan_a-03 {
    left: 748px;
    width: 284px;
    height: 284px;
    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; */ 
}
.animHover_02 {
    transform: translateY(-125%) !important; 
    /* transition: 1s !important; */ 
}

.sectionGelsUv .swiper-slide img {
    width: 370px;
    height: 370px;
}
.sectionGelsUv .swiper-slide .lastImg-container-a {
    width: 284px;
    height: 284px;
    position: relative;
    top: 20px;
}
/* ----------- SECTION 2 ----------- */
.section2 {
    width: 800px;
    height: auto;
    margin: auto;
    font-family: "Montserrat"; font-weight: 300;
    margin-bottom: 64px;
    position: relative;
}
.section2 .titre {
    font-size: 40px;
    color: #000000;
    margin-bottom: 54px;
    text-align: center;
    line-height: 43px;
}
.section2 .tarifEtudiant {
    position: absolute;
    top: 24px;
    right: 0;
    display: flex;
    color: #D5D4D2;
    font-size: 13px;
    font-weight: bold;
    line-height: 19px;
}
.section2 .tarifEtudiant .iconTarifEtudiantGris {
    margin-left: 6px;
    cursor: pointer;
}
.section2 .tarifEtudiant .iconTarifEtudiantRose {
    display: none;
    margin-left: 6px;
    cursor: pointer;
}
.section2 .blockTableTitre {
    position: relative;
}
.section2 table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 22px;
    margin-bottom: 56px;
}
.section2 table tr td:first-child{
    font-size: 16px;
    line-height: 19px;
    text-align: left;
}
.section2 table tr td:first-child span {
    font-size: 13px;
    display: block;
    padding-top: 6px;
}
.section2 table tr td:nth-child(2){
    font-family: "Montserrat"; font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
}
.sectionVideo {
    margin-bottom: 80px;
}
/* -----------------        TABLETTE        ----------------- */
@media screen and (min-width:640px) and (max-width:1024px) {
    /* 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 .lastImg-container-a {
        width: 370px;
        height: 370px;
    }
    .sectionGelsUv .swiper-slide img {
        width: 432px;
        height: 432px;
    }
    /* ----------- SECTION 2 ----------- */
    .section2 {
        width: 94%;
        margin-bottom: 100px;
    }
    .section2 .tarifEtudiant {
        top: 56px;
    }
}
/* -----------------        MOBILE        ----------------- */
@media screen and (max-width:640px) {
    /* 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 2 ----------- */
    .section2 {
        width: 94%;
        margin-bottom: 0;
    }
    .section2 .semiTableTarif {
        top: 108px;
    }
    .section2 .blockTableTitre {
        position: relative;
        margin-bottom: 32px;
    }
    .section2 .titre {
        margin-bottom: 0;
    }
    .section2 .tarifEtudiant {
        position: relative;
        top: 12px;
        left: calc(41%);
        flex-direction: column;
        width: 62px;
        margin: auto;
        left: unset;
    }
    .section2 .tarifEtudiant .iconTarifEtudiantGris {
        width: 39px;
        height: 20px;
        margin-top: 6px;
    }
    .section2 .tarifEtudiant .iconTarifEtudiantRose {
        width: 39px;
        height: 20px;
        margin-top: 6px;
    }
}