#loader7 {
    display: none;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    bottom: 0;
    /* top: 0; */
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    visibility: hidden;
}
#rc-anchor-container {
    margin-top: 50px!important;
}
.spinners7 {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #27b895;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spinse7 1s linear infinite;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes spinse7 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#loader5 {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    bottom: 0;
    /* top: 0; */
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    visibility: hidden;
}

.spinners4 {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #27b895;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spinse4 1s linear infinite;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes spinse4 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#loader4 {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    bottom: 0;
    /* top: 0; */
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    visibility: hidden;
}

.spinners3 {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #27b895;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spinse3 1s linear infinite;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes spinse3 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#loader8 {
    display: none;
    position: fixed;
    z-index: 999;
    width: 50%;
    height: 100%;
    top: 0;
    /*left: 0;*/
    right: 0;
    margin-right: 0% !important;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    visibility: hidden
}

.spinners8 {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #27b895;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spinse8 2s linear infinite;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes spinse8 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#loader3 {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    bottom: 0;
    /* top: 0; */
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    visibility: hidden;
}

.spinners2 {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #27b895;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spinse2 1s linear infinite;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes spinse2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#loader2 {
    display: none;
    position: fixed;
    z-index: 999;
    width: 50%;
    height: 100%;
    top: 0;
    /*left: 0;*/
    right: 0;
    margin-right: 40% !important;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    visibility: hidden;
}

.spinners1 {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #27b895;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spinse1 2s linear infinite;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes spinse1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#loader1 {
    display: none;
    position: fixed;
    z-index: 999;
    width: 51%;
    height: 100%;
    top: 0;
    /*left: 0;*/
    right: 0;
    margin-right: 26% !important;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    visibility: hidden;
}

.spinners0 {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #27b895;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spinse0 2s linear infinite;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes spinse0 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#loader {
    display: none;
    position: fixed;
    z-index: 999;
    width: 51%;
    height: 100%;
    top: 0;
    /*left: 0;*/
    right: 0;
    margin-right: 13% !important;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    visibility: hidden;
}

.spinners {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #27b895;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spinse 2s linear infinite;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes spinse {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/*   Franco Siba add */
.maquilleuse_checkbox {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    background-color: #1e1b1d;
    border: 1px dashed #FFF;
    border-radius: 30px;
}

.color {
    color: #4d4d4d !important;
}

.maquilleuse_checkbox1 {
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    background-color: #221E20;
    border: none;
    border-radius: 30px;
}

input[type="checkbox"]:checked+label:before,
input[type="radio"]:checked+label:before {
    background: #0d614d;
    border-color: #FFF;
    color: #ffffff;
    content: '\f00c';
}

.background1 {
    background-color: #fff1c8;
}

.background2 {
    background-color: #221E20;
}

/* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */
* {
    box-sizing: border-box;
    /*   border: 1px solid black; */
}

body {
    font-family: 'Lato';
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizelegibility;
    background-color: #38B293;

}

ul {
    display: flex;
    min-height: 100vh;
    max-height: 100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style-type: none;
}

li {
    flex: 1;
    display: flex;
    align-items: stretch;
    margin: 0;
    padding: 0;
    background: #38B293;
    cursor: pointer;
    transition: all .1s ease;
}

li#test1 {
    background: #2ea587;
}

li#test1:hover {
    background: #0c6b50;
}

li#texte8 {
    background: #2ea587;
}

li#texte8:hover {
    background: #0c6b50;
}

li:hover {
    background: #0c6b50;
}

li.active {
    flex: 5;
    background: #221E20;
    cursor: default;
    margin: 0;
    padding: 0;
}

li#test1.active {
    background: #221E20;
}

li#texte8.active {
    background: #221E20;
}

li.active h2 {
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    padding-bottom: -5px !important;
}

li.active .section-content {
    flex: 4;
    opacity: 1;
    transform: scaleX(1);
    color: #FFFFFF;
    margin: 0;
    padding: 0;
}

li .section-title {

    /*flex: 1;*/
    display: flex;
    align-items: center;
    width: 40%;
    padding-top: 50px !important;
    padding-bottom: 15px !important;
    text-align: center;
    color: white;
}

li .section-title h2 {
    transform: rotate(-90deg);
    white-space: nowrap;
    margin: 0;
    padding: 0;

}

li .section-content {
    flex: 1;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    opacity: 0;
    transition: all .1s .1s ease-out;
}

.starting {
    background-image: url("img/Bg_web.jpg");
    background-repeat: no-repeat !important;
    background-size: cover !important;
    transition: background-image 1s ease-in-out;
    opacity: 1;
}


.accordion1 {
    display: none;
}


.rotate-out {
    animation: rotateOut 1s forwards;
}

@keyframes rotateOut {
    from {
        opacity: 1;
        transform: rotate(0deg);
    }

    to {
        opacity: 0;
        transform: rotate(360deg);
    }
}

.fade-in {
    animation: fadeIn 1s forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fade-out {
    animation: fadeOut 1s forwards;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

#slideshow {
    display: block;
    width: 980px;
    height: 600px;
    background-color: #cccccc;
    overflow: hidden;
    /* Ajouté pour éviter les débordements d'images */
    position: relative;
    /* Ajouté pour les transitions */
}

#image {
    width: 100%;
    height: auto;
    position: absolute;
    /* Positionné pour faciliter le contrôle d'affichage */
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1.0s linear;
} 