:root {
    --primary-color: #f36938;
    --secondary-color: ;
    --danger-color: rgb(231, 51, 49);
    --white-color: #ffffff;
    /* --font: 'nunito-regular'; */
    --border-radius: 30px 30px 30px 30px;
    --base-color: #211b4a;
    --banner-color: rgba(59, 130, 246, 0.1);
}

@font-face {
    font-family: 'nunito-bold';
    src: url('../font/nunito/static/Nunito-ExtraBold.ttf');
}

@font-face {
    font-family: 'nunito-regular';
    src: url('../font/nunito/static/Nunito-Regular.ttf');
}

@font-face {
    font-family: 'poppins-regular';
    src: url("../font/poppins/Poppins-Regular.ttf");
}

@font-face {
    font-family: 'poppins-bold';
    src: url("../font/poppins/Poppins-Bold.ttf");
}

@font-face {
    font-family: 'catamaran-bold';
    src: url('../font/catamaran/Catamaran-Bold.ttf');
}

@font-face {
    font-family: 'clash-display';
    src: url("../font/ClashDisplay_Complete/ClashDisplay-Variable.ttf");
}

body {
    font-family: 'Nunito',sans-serif !important;
    font-weight: 400;
    color: var(--base-color) !important;
}

.btn {
    border-radius: var(--border-radius) !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    transition: 0.5s;
}

.nav-link {
    color: var(--base-color) !important;
}

.logo {
    width: 120px;
}

.text-to-change {
    color: var(--primary-color);
}

.title {
    font-size: 30px;
    width: 50%;
    font-family: 'nunito-bold';
}

.title-about {
    font-size: 30px;
    font-family: 'nunito-bold';
}

.title-faq {
    font-size: 30px;
    font-family: 'nunito-bold';
}

.text-bold {
    font-weight: bold;
}

.carte-offre {
    background-color: var(--banner-color);
    position: relative;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
    height: 400px;
    border-radius: 15px;
}

.carte-offre img {
    width: 80%;
    position: absolute;
    bottom: 0px;
}

.pricing {
    font-family: "clash-display";
    font-size: 132px;
    font-weight: bold;
    line-height: 30px;

}

.w-45 {
    width: 45%;
}


.title-banner {
    display: flex;
    justify-content: center;
}

.title-banner h1 {
    font-size: 68px;
    font-family: 'nunito-bold';
    width: 90%;

    line-height: 70px;
}

.slug-banner {
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 2px;
    /* margin-top: 100px; */
}

#banner {
    height: 80vh;
    position: relative;
    background-color: var(--banner-color);
}

.calendar-icon {
    font-size: 20px;
}

.border-bold {
    border-width: 2px;
}

.img-homme {
    width: 700px !important;
}

.img-femme {
    width: 450px !important;
}

.img-banner {
    position: absolute;
}

.left-0 {
    left: 0px;
}

.top-0 {
    top: 0px;
}

.bottom-0 {
    bottom: 0px;
}

.right-0 {
    right: 0px;
}

.navbar-nav a {
    font-weight: bold;
}

.btn-prendre-rdv:hover {
    background-color: transparent;
    border-color: var(--primary-color);
    color: var(--primary-color)
}

.btn-outline-primary {
    border-color: var(--primary-color);
    color: var(--primary-color)
}

.btn:hover {
    padding-left: 25px;
    padding-right: 25px;
}

.text-primary {
    color: var(--primary-color) !important;
}

.btn-primary {
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.btn-white {
    background-color: transparent;
    border: 2px solid white;
    color: white;
}

.btn-white:hover {
    border: 2px solid white;
    color: white;
}

.btn-primary:hover {
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.video-container {
    position: relative;
    width: 100%;
    height: 800px;
    margin: 100px 0;
    /* Couleur de secours */
    border-radius: 30px;
    /* Coins arrondis */
    overflow: hidden;
    /* Assure que la vidéo reste à l'intérieur du conteneur */
    display: flex;
    /* Utile si tu veux centrer un contenu dans le conteneur plus tard */
    align-items: center;
    justify-content: center;
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Remplit le conteneur sans distorsion */
    border-radius: 30px;

    /* Applique les coins arrondis à la vidéo elle-même */
}

.container-cta {
    width: 100%;
    height: 300px;
    margin-top: 100px;
    margin-bottom: 100px;
    border-radius: 30px;
    background-color: var(--primary-color);
}

.container-faq {
    width: 100%;
    /* height: 800px; */
    border-radius: 30px;
    background-color: var(--banner-color);
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 100px;
}
@media all and (max-width:1399px) {
    .carte-benef {
       
        height: 462px!important;
       
    }
    
}
@media all and (min-width:1200px)  {
    #banner {
        height: 60vh;
    }
    .couv{
        margin-top: 70px;
    }

} 
@media all and (max-width:1199px)  {
    #banner {
        height: 70vh;
    }
    .couv{
        margin-top: 70px;
    }
    .carte-benef {
       
        height: 525px!important;
       
    }

} 
@media all and (max-width:991px) {
    .container-faq {
        padding: 20px;
    }

    .title-banner h1 {
        font-size: 50px;
    }

    #banner {
        height: 65vh;
    }

    .new-title {
        font-size: 30px !important;

    }

    .list-solution li {

        height: 150px !important;

    }
}


@media all and (max-width:467px) {
    .recevoir {
        display: none;
    }
    #banner {
        height: 10vh;
      }
      .couv{
        margin-top: 70px;
    }

    /* .slug-banner {
        margin-top: 20px;
      } */
}
@media all and (max-width:436px) {
   
   

    
}

@media all and (max-width: 445px) {
    .slug-banner{
        /* margin-top: 100px!important; */
    }
}
@media all and (max-width: 768px) {
    .couv{
        margin-top: 70px;
    }
    .avis{
        margin-bottom: 10px;
    }
}

@media all and (max-width: 576px) {
    .pricing {
        font-size: 80px;
    }
    #banner {
        height: 75vh;
      }

    .text-ht {
        font-size: 14px !important;
    }

    .title-banner h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .new-title{
        margin-left: 30px;

    }

    
}

.contact-form .form-control {
    box-shadow: none;
    background: var(--banner-color);
    border: 0;
    padding: 1.5em 1.1em;
    margin: 10px 0;
}

.contact-form #submit-button {
    background-color: var(--primary-color);
    color: white;
}

.about {
    margin-top: -64px;
    margin-bottom: 100px;
}

.number {
    background-color: var(--primary-color);
    width: 70px;
    height: 70px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 30px;
}


.accordion-button {
    background-color: white;
    /* Couleur de fond */
    /* color: white; */
    /* Texte blanc */
    font-weight: bold;
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.accordion-button:not(.collapsed) {
    background-color: white;
    /* transform: scale(1.02); */
    /* Légère mise en relief */
}

.accordion-button:focus {
    /* box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); */
}

.accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 8px;
    /* Coins arrondis */
    overflow: hidden;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
}

.accordion-body {
    background-color: #f8f9fa;
    /* Fond léger */
    color: #333;
    font-size: 1rem;
    line-height: 1.6;
    padding: 20px;
}

.site-footer {
    background: #0e0b1f;
    padding: 7em 0 6em 0;
    color: #656464;
}

.site-footer a {
    color: #656464;
    text-decoration: none;
}

.site-footer a:hover,
.footer-icon {
    color: #656464;
}

.footer-link li {
    display: inline-block;
    list-style: none;
    margin: 0 10px;
}

.copyright-text,
.footer-link,
.site-footer .social-icon {
    margin-top: 6em;
}

.copyright-text {
    margin-top: 5.3em;
}




.blog-header {
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.blog-header img {
    border-radius: 15px;
    display: block;
}

.blog-header-info {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.95));
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 2em;
}

.blog-header-info h3 {
    max-width: 80%;
}

.blog-header-info a {
    color: white;
}

.blog a:hover {
    color: var(--primary-color);
}

.blog a {
    text-decoration: none;
}

.blog .text-muted:hover {
    color: var(--primary-color) !important;
}

.blog-header-info a:hover {
    color: var(--primary-color);
}

.blog-heading-category {
    background-color: rgba(255, 255, 255, 0.8);
    padding-left: 5px;
    padding-right: 20px;
}

.blog-info a {
    font-size: 17px;
    font-weight: bold;
}

.blog-sidebar {
    transition: 0.5s !important;

}

.blog-sidebar:hover {
    margin-left: 10px;

}

.blog-sidebar img {
    border-radius: 15px;
    width: 159px;
    margin-right: 22px;
}

.blog-sidebar h3 {
    font-size: 18px;
}

.blog {
    margin-top: 100px;
    margin-bottom: 100px;
}

.social-icon-reform {
    font-size: 50px;
}


.new-title {
    font-size: 60px;
    font-family: 'catamaran-bold';
}

.list-services li {
    list-style: none;
    margin-bottom: 10px;
}

.carte-benef {
    width: 100%;
    height: 400px;
    /* background-color: var(--banner-color); */
    background-color: rgba(243, 105, 56, 0.2);
    position: relative;
}

.container-image-benef {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 15px;
}

.content-benef {
    position: relative;
    top: 50px;
}

.mt-6 {
    margin-top: 100px;
}

.list-solution {
    list-style: none;
    /* Supprime les puces par défaut */
    padding: 0;
}

.list-solution li {
    margin-bottom: 20px;
    height: 100px;
    padding-left: 30px;
    /* Ajoute de l'espace pour la puce */
    position: relative;
}

.list-solution li::before {
    content: url('../img/flaticon/list.svg');
    position: absolute;
    left: 1px;
}

.list-solution p {
    margin-bottom: 5px;
}

.text-ht {
    font-size: 22px;
}


@keyframes bounce {
    0% {
        transform: scale(1);

    }

    100% {
        transform: scale(1.1);
        /* text-shadow:  0 50px 0 red, */
        /* 0 0px 20px rgba(0, 0, 0, .8); */
    }
}

.ol {
    animation: bounce .4s ease infinite alternate;

}

#decouverte-processus h3 {
    font-size: 20px !important;
}