#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;
}

.accordion.ftco-section{
    padding: 0;
}
body{
    background-color: #38B293 !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: 100%;
    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;
}
.mon-element {
    width: 15%; /* valeur par défaut */
}

/* MacBook 13" et écrans similaires */
@media (min-width: 1200px) and (max-width: 1400px) {
    .mon-element {
        width: 11%;
    }
}
        /* Style pour le bouton désactivé */
        button:disabled {
            opacity: 0.5;
            cursor: not-allowed !important;
            background-color: #6c757d !important;
        }
        
        /* Style pour la validation des champs */
        .form-control.is-valid {
            border-color: #28B896;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328B896' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
            background-repeat: no-repeat;
            background-position: right 0.75rem center;
            background-size: 1rem;
        }
        
        .form-control.is-invalid {
            border-color: #dc3545;
            border-width: 2px;
            border-style: solid;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
            background-repeat: no-repeat;
            background-position: right 0.75rem center;
            background-size: 1rem;
        }
        /* Bordure rouge pour les champs invalides */
        .form-control.is-invalid,
        .form-select.is-invalid {
            border: 2px solid #dc3545 !important;
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
        }

        /* Bordure verte pour les champs valides */
        .form-control.is-valid,
        .form-select.is-valid {
            border: 2px solid #198754 !important;
            box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, 0.15) !important;
        }
        select.is-valid {
            border-color: #198754 !important;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
            background-repeat: no-repeat;
            background-position: right 0.75rem center;
            background-size: 16px 12px;
            padding-right: 2.25rem !important;
        }
        
        /* Harmoniser l'apparence is-invalid sur les selects comme sur les inputs */
select.is-invalid {
    border: 2px solid #dc3545 !important;
    border-radius: 50px !important; /* rounded-pill */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 0.75rem center !important;
    background-size: 1rem !important;
    padding-right: 2.5rem !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}


        .form-check-input:checked {
            background-color: #ffb100!important;
            border-color: #ffb100!important;
        }
        /* Wrapper pour les selects avec validation */
        .select-validation-wrapper {
            position: relative;
            display: inline-block;
            width: 100%;
        }
        
        .select-validation-wrapper select {
            width: 100%;
        }
        
        /* L'icône se place juste à gauche de la flèche native (≈ 2.5rem depuis la droite) */
        .select-validation-wrapper .validation-icon {
            position: absolute;
            right: 2.5rem;
            top: 50%;
            transform: translateY(-50%);
            font-size: 0.95rem;
            font-weight: bold;
            pointer-events: none;
            display: none;
            z-index: 5;
            line-height: 1;
        }
        
        .select-validation-wrapper .validation-icon.valid {
            color: #198754;
            display: block;
        }
        
        .select-validation-wrapper .validation-icon.invalid {
            color: #dc3545;
            display: block;
        }
        
        /* Pour les selects à largeur fixe (heures desktop : 7.5em) */
        .select-validation-wrapper select[style*="width:7.5em"] ~ .validation-icon,
        .select-validation-wrapper select[style*="width: 7.5em"] ~ .validation-icon {
            right: 2.2rem;
        }


        
        .error-feedback {
            font-size: 1em;
            color: #dc3545;
            margin-top: 4px;
        }

        @media (max-width:768px) {

            .error-feedback {
                font-size: 1em;
                color: #dc3545;
                margin-top: 4px;
            }
        }
        /* Style pour les boutons partage désactivés */
#partage1, #partage2, #partage3, #partage8,
#partage1_mobile, #partage2_mobile, #partage3_mobile, #partage7_mobile {
    transition: all 0.3s ease;
}

#partage1.disabled, #partage2.disabled, #partage3.disabled, #partage8.disabled,
#partage1_mobile.disabled, #partage2_mobile.disabled, #partage3_mobile.disabled, #partage7_mobile.disabled {
    opacity: 0.3 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}
.swal2-success-circular-line-left{
    display: none;
}
.swal2-success-fix{
    display: none;
}
.swal2-success-circular-line-right{
    display: none;
}
#swal2-html-container{
    padding-bottom: 28.8px;
}
.swal2-icon.swal2-success.swal2-icon-show{
    text-align: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px !important;
}