/* _content/Skillspro/Components/Catalogue_Des_Formations/SEPA_Debutant.razor.rz.scp.css */
div[b-e1p8zxdthp]
{
    font-family: 'Poppins', Helvetica;
}
/* Bannière */
.banner[b-e1p8zxdthp]
{
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: black;
    font-weight: bold;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
}

.card:hover[b-e1p8zxdthp]
{
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    transition: 0.3s ease-in-out;
}

.accordion-button:hover[b-e1p8zxdthp]
{
    background: #007bff;
    color: white;
    transition: 0.3s;
}

.faq-container[b-e1p8zxdthp]
{
    max-width: 800px;
    margin: auto;
}


 


.secondary-menu[b-e1p8zxdthp]
{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    padding: 10px 0px;
    /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);*/
    text-align: center; /* Aligner le menu sur la gauche */
    padding-left: 0%; /* Décale vers la droite */
    border-bottom: 1px solid #ddd; /* Ligne de séparation en bas */
    z-index: 1000;
    display: flex;
    justify-content: center; /* ✅ Centrer le menu */
    gap: 15px;
}

/* Style des liens du menu */
    .secondary-menu a[b-e1p8zxdthp]
    {
        margin: 0 15px;
        text-decoration: none;
        color: #333;
        font-weight: normal;
       
        padding: 10px 15px;
        display: inline-block;
        gap: 10px; /* Réduit l'espace entre les liens */
    }

/* Effet de soulignement sur l’élément actif */
    .secondary-menu a.active[b-e1p8zxdthp], .secondary-menu a:hover[b-e1p8zxdthp]
    {
        color: #007bff;
        border-bottom: 3px solid #007bff;
        font-weight: bold;
    }


@media (max-width: 800px)
{
    .secondary-menu a[b-e1p8zxdthp]
    {
        font-size: 15px; /* Réduit la taille des liens */
        padding: 8px; /* Réduit l'espace autour */
    }
}
/* _content/Skillspro/Components/Catalogue_Des_Formations/SEPA_Expert.razor.rz.scp.css */
div[b-nszxi7oftw]
{
    font-family: 'Poppins', Helvetica;
}
/* Bannière */
.banner[b-nszxi7oftw]
{
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: black;
    font-weight: bold;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
}

.card:hover[b-nszxi7oftw]
{
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    transition: 0.3s ease-in-out;
}

.accordion-button:hover[b-nszxi7oftw]
{
    background: #007bff;
    color: white;
    transition: 0.3s;
}

.faq-container[b-nszxi7oftw]
{
    max-width: 800px;
    margin: auto;
}
/* _content/Skillspro/Components/Layout/InfoCard.razor.rz.scp.css */
/* Section Cards */
.info-card[b-x12cnvfh3q] {
    border-radius: 10px;
    transition: transform 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

    .info-card:hover[b-x12cnvfh3q] {
        transform: translateY(-10px);
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    }

    /* Icônes */
    .info-card .icon[b-x12cnvfh3q] {
        font-size: 2.5em;
        color: #001f3f;
    }

    /* Titres */
    .info-card h4[b-x12cnvfh3q] {
        font-weight: bold;
        margin-bottom: 15px;
    }

    /* Texte */
    .info-card p[b-x12cnvfh3q] {
        color: #333;
        line-height: 1.6;
        font-size: 1.1em;
    }


/* _content/Skillspro/Components/Layout/MainHero.razor.rz.scp.css */
/* Section Hero */
.hero-section[b-xvw1g5cwir]
{
    background-image: url('/Images/reunion2.png');
    background-size: cover;
    background-position: center;
    min-height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1; /* Juste en dessous du header */
    margin-top: -120px;
    padding-top: 80px;
}

/* Overlay */
.overlay[b-xvw1g5cwir]
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
}

/* Hero Content */
.hero-content[b-xvw1g5cwir]
{
    display: flex;
    flex-direction: column; /* Aligne verticalement */
    align-items: self-start; /* Centre horizontalement */
    justify-content: center; /* Centre verticalement */
    width: 100%;
    position: relative;
    z-index: 3;
    text-align: center;
}

.hero-section .hero-content[b-xvw1g5cwir]
{
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Aligne le contenu avec un espace entre */
    height: 100%; /* Prendre toute la hauteur disponible */
}

    .hero-section .hero-content button[b-xvw1g5cwir]
    {
        margin-top: 30px; /* Cela pousse le bouton vers le bas de la section */
    }

/* Logo */
.hero-logo[b-xvw1g5cwir]
{
    max-width: 150px;
    width: 100%;
    height: auto;
    margin-bottom: 20px; /* Espace entre le logo et le texte */
    opacity: 1;
    pointer-events: none;
    z-index: 10;
}

    .hero-logo img[b-xvw1g5cwir]
    {
        max-width: 150px;
        width: 100%;
        height: auto;
        filter: brightness(2); /* Augmente la luminosité */
        transform: translateY(0%)
    }
/* Texte */
.text-content[b-xvw1g5cwir]
{
    max-width: 700px;
    text-align: left;
}


button[b-xvw1g5cwir]
{
    background-color: var(--Skillspro-Blue-Color); /* Changer la couleur de fond */
    color: white; /* Changer la couleur du texte */
    border: none; /* Enlever la bordure */
    padding: 10px 20px; /* Espacement à l'intérieur du bouton */
    font-size: 16px; /* Taille de la police */
    border-radius: 5px; /* Arrondi des coins */
    cursor: pointer; /* Change le curseur lorsqu'on survole */
    transition: background-color 0.3s ease; /* Effet de transition */
}
button:hover[b-xvw1g5cwir]
{
    background-color: white; /* Couleur de fond au survol */
    color: black;
    transition: background-color 0.6s ease; /* Effet de transition */
}

@keyframes fadeInUp-b-xvw1g5cwir
{
    from
    {
        opacity: 0;
        transform: translateY(30px);
    }

    to
    {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-logo img[b-xvw1g5cwir],
.text-content h1[b-xvw1g5cwir],
.text-content h3[b-xvw1g5cwir],
.text-content button[b-xvw1g5cwir]
{
    opacity: 0;
    animation: fadeInUp-b-xvw1g5cwir 1s ease-out forwards;
}

/* Délais pour un effet progressif */
.text-content h1[b-xvw1g5cwir]
{
    animation-delay: 0.1s;
}

.text-content h3[b-xvw1g5cwir]
{
    animation-delay: 0.1s;
}

.text-content button[b-xvw1g5cwir]
{
    animation-delay: 0.1s;
}

.hero-logo img[b-xvw1g5cwir]
{
    animation-delay: 0.1s;
}
/* _content/Skillspro/Components/Layout/MainLayout.razor.rz.scp.css */
.page-container[b-ccpxdhud1e] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.page-container main.flex-fill[b-ccpxdhud1e] {
    flex: 1;
}
/* _content/Skillspro/Components/Layout/RichCard.razor.rz.scp.css */

.MyText[b-lt42h9vzbz]
{
   font-size : 17.5px;
   
    
}



.MyHeaderText[b-lt42h9vzbz]
{
    font-size: 18px;
}

.MyIcon[b-lt42h9vzbz]
{
    width: 50px; /* Taille uniforme */
    height: 70px; /* Assure un carré parfait */
    object-fit: contain; /* Évite les déformations */
    display: block; /* Évite l’étirement */
    margin-right: 15px; /* Espacement avec le texte */
}

MyIcon i[b-lt42h9vzbz]
{
    font-size: 50px; /* Ajuste la taille des icônes Bootstrap */
    display: inline-block;
    text-align: center;
}



.container-fluid[b-lt42h9vzbz]
{
    max-width: 1600px; /* Évite que tout s’étale trop */
    margin: 0 auto; /* Centre bien l’ensemble */
} 
/* _content/Skillspro/Components/Layout/ServiceCard.razor.rz.scp.css */
.bg-gray[b-n15ye8ob5g]
{
    background-color: var( --Skillspro-Gray-Color); /* Couleur de fond gris clair */
}

.card-footer[b-n15ye8ob5g]
{
    border-top: none !important;
    border-bottom: 3px solid var(--Skillspro-Blue-Color) !important; /* Bordure bleue */
    padding-top: 20px; /* Augmenter l'espacement pour rendre la bordure visible */
    margin-top: 10px; /* Un peu d'espace supplémentaire au-dessus */
    background-color: var( --Skillspro-Gray-Color); /* Fond blanc ou transparent selon préférence */
}
.card:hover[b-n15ye8ob5g]
{
    transform: translateY(-10px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}



button[b-n15ye8ob5g]
{
    background-color: var(--Skillspro-Gray-Color); /* Changer la couleur de fond */
    color: var(--Skillspro-Blue-Color); /* Changer la couleur du texte */
    border: none; /* Enlever la bordure */
    padding: 10px 20px; /* Espacement à l'intérieur du bouton */
    font-size: 15px; /* Taille de la police */
    font-weight: bold;
    border-radius: 5px; /* Arrondi des coins */
    cursor: pointer; /* Change le curseur lorsqu'on survole */
    transition: background-color 0.3s ease; /* Effet de transition */
    margin-top: 10px;
}

    button:hover[b-n15ye8ob5g]
    {
        background-color: var(--Skillspro-Blue-Color); /* Couleur de fond au survol */
        color: white;
        transition: background-color 0.6s ease; /* Effet de transition */
    }

.MyIcon[b-n15ye8ob5g]
{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px; /* Ajuste selon tes besoins */
    height: 40px;
    
}


.MyTitleIcon[b-n15ye8ob5g]
{
    position: center;
    top: 10px;
    right: 10px;
    width: 65px; /* Ajuste selon tes besoins */
    height: 65px;
    margin-top: 20px;
    margin-bottom: 20px;
}

 

.MyCardTitle[b-n15ye8ob5g]
{
    font-size: 27px;
    margin-bottom: 20px;
}
/* _content/Skillspro/Components/Layout/TextImageSection.razor.rz.scp.css */
/* Section TextImage */
.text-image-section[b-la0vsfoo66] {
    padding: 60px 0;
}

    /* Titre */
    .text-image-section h2[b-la0vsfoo66] {
        color: var(--Skillspro-Blue-Color);
        font-weight: bold;
        margin-bottom: 20px;
    }

    /* Paragraphe */
    .text-image-section p[b-la0vsfoo66] {
        color: #333;
        line-height: 1.6;
        font-size: 1.1em;
    }

    /* Image */
    .text-image-section img[b-la0vsfoo66] {
        max-width: 100%;
        height: auto;
        border-radius: 10px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }

/* Responsive Design */
@media (max-width: 768px) {
    .text-image-section .col-lg-6[b-la0vsfoo66] {
        text-align: center;
        margin-bottom: 20px;
    }

    .text-image-section img[b-la0vsfoo66] {
        width: 100%;
        max-height: 300px;
        object-fit: cover;
    }
}
/* _content/Skillspro/Components/Pages/Apropos.razor.rz.scp.css */
/* Mise en page générale de Apropos */
.about-section[b-ljnxmjurix],
.reasons-section[b-ljnxmjurix],
.values-section[b-ljnxmjurix] {
    padding: 60px 0;
}
/* _content/Skillspro/Components/Pages/NosFormations.razor.rz.scp.css */
div[b-26ukyrpz98]
{
    font-family: 'Poppins', Helvetica;
}
/* Bannière */
.banner[b-26ukyrpz98]
{
     
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: black;
    font-weight: bold;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
}

.card:hover[b-26ukyrpz98]
{
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    transition: 0.3s ease-in-out;
}

.accordion-button:hover[b-26ukyrpz98]
{
    background: #007bff;
    color: white;
    transition: 0.3s;
}

.faq-container[b-26ukyrpz98]
{
    max-width: 800px;
    margin: auto;
}


 
/* _content/Skillspro/Components/Pages/NousContacter.razor.rz.scp.css */
/* Section Contact */
.contact-section[b-f55puyt6gm] {
    padding: 60px 0;
    font-family: 'Poppins', sans-serif;
    color: #333;
}

/* Informations de contact */
.contact-info h4[b-f55puyt6gm] {
    color: var(--Skillspro-Blue-Color);
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 2em;
}

.contact-info p[b-f55puyt6gm] {
    color: #333;
    line-height: 1.6;
    font-size: 1.1em;
}

.contact-info .icon[b-f55puyt6gm] {
    font-size: 3em;
    color: var(--Skillspro-Blue-Color);
    margin-bottom: 10px;
}

.contact-info h5[b-f55puyt6gm] {
    margin-top: 30px;
    font-weight: bold;
    font-size: 1.2em;
}

.contact-info .social-icons a[b-f55puyt6gm] {
    text-decoration: none;
    transition: transform 0.2s;
}

    .contact-info .social-icons a:hover[b-f55puyt6gm] {
        transform: scale(1.1);
        opacity: 0.8;
    }

/* Formulaire */
form label[b-f55puyt6gm] {
    font-weight: bold;
    color: #333;
    font-size: 1.1em;
}

form .form-control[b-f55puyt6gm] {
    border-radius: 8px;
    border: 2px solid #ddd;
    transition: border-color 0.3s;
    padding: 10px;
    font-size: 1em;
}

    form .form-control:focus[b-f55puyt6gm] {
        border-color: var(--Skillspro-Blue-Color);
        box-shadow: none;
    }

form button[type="submit"][b-f55puyt6gm] {
    background-color: var(--Skillspro-Blue-Color);
    border: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    transition: background-color 0.3s, transform 0.2s;
    font-weight: bold;
}

    form button[type="submit"]:hover[b-f55puyt6gm] {
        background-color: #007bff;
        color: #fff;
        transform: translateY(-2px);
    }

/* Champs obligatoires */
label span.text-danger[b-f55puyt6gm] {
    color: var(--Skillspro-Red-Color);
    margin-left: 5px;
    font-weight: bold;
}
/* _content/Skillspro/Components/Shared/BlocFormations.razor.rz.scp.css */
.MySectiondivider[b-ckkk28b36g]
{
    width: 80%;
    height: 2px;
    background-color: #ddd;
    margin: 20px auto;
}



.Mysectionseparator[b-ckkk28b36g]
{
    margin: 75px 0px; /* Augmente l’espace vertical */
    text-align: center;
    position: relative;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
}

    .Mysectionseparator[b-ckkk28b36g]::after
    {
        content: "";
        display: block;
        width: 120px; /* Largeur de la ligne */
        height: 3px;
        background-color: #14a0ff; /* Bleu Bootstrap */
        margin: 15px auto 0; /* Espacement sous le texte */
        border-radius: 2px;
    }
/* _content/Skillspro/Components/Shared/MyFooter.razor.rz.scp.css */
 

.TextColor[b-6wjsmgetn8] {
    color: var(--Skillspro-Blue-Color) !important;
}


.bg-footer[b-6wjsmgetn8] {
    background-color: var(--Skillspro-Blue-Color) !important;
}

/* Structure Flexbox */
.main-container[b-6wjsmgetn8] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* Le contenu prend tout l'espace disponible */
.content[b-6wjsmgetn8] {
    flex: 1;
}

/* Footer en bas */
footer[b-6wjsmgetn8] {
    margin-top: auto;
    width: 100%;
}

.list-unstyled li[b-6wjsmgetn8]
{
    margin-bottom: 10px; /* Ajuste selon ton besoin */
}

.mon-texte[b-6wjsmgetn8]
{
    font-size: 17px; /* Tu peux aussi mettre en em ou rem */
}
/* _content/Skillspro/Components/Shared/MyHeader.razor.rz.scp.css */




/* Header et Navigation */
header[b-5e0jm77f9q]
{
    position: relative;
    z-index: 10; /* Plus élevé que tout */
}

nav[b-5e0jm77f9q]
{
    position: relative;
    z-index: 10; /* Plus élevé que tout */
}



.header-grid[b-5e0jm77f9q]
{
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    gap: 0;
    padding: 10px 10px;
    background-color: #ffffff;
    color: #000000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


/* Marque (SKILLSPRO) */
.brand-link[b-5e0jm77f9q]
{
    grid-row: span 2;
    grid-column: 1;
    align-self: center;
    font-size: 2em;
    font-weight: bold;
    color: #000000 !important;
    transition: color 0.3s ease;
    line-height: 1.2;
    font-weight: bold;
    margin-right: 100px;
}

    .brand-link:hover[b-5e0jm77f9q]
    {
        color: var(--Skillspro-Blue-Color) !important;
    }

/* Informations de contact */
.contact-info[b-5e0jm77f9q]
{
    grid-row: 1;
    grid-column: 2;
    display: flex;
    flex-direction: row; /* Par défaut, on les met côte à côte en desktop */
    justify-content: flex-start; /* Aligne à gauche les éléments */
    align-items: center;
    gap: 60px;
    font-size: 0.9em;
    width: 100%;
    color: #ffffff;
    background-color: #000000;
    margin-left: 10px; /* Décalage vers la droite */
    margin-top: 0; /* Élimine les marges */
    padding-top: 10px; /* Augmente le padding vertical */
    padding-bottom: 10px; /* Ajoute un padding au bas */
}
    /* Décalage de l'email et du téléphone */
    .contact-info span[b-5e0jm77f9q]
    {
        margin-left: 150px; /* Décale l'email et le téléphone à droite */
    }

    .contact-info .social-icons[b-5e0jm77f9q]
    {
        display: flex;
        gap: 15px; /* Espacement entre les icônes */
        margin-left: auto; /* Décale les icônes vers la droite */
        margin-right: 20px; /* Ajuste la marge à droite */
    }

        .contact-info .social-icons a[b-5e0jm77f9q]
        {
            display: inline-block;
            padding: 0; /* Supprime le padding autour des icônes */
            background-color: white; /* Fond transparent */
            transition: background-color 0.3s ease; /* Effet de transition au survol */
            border-radius: 50%;
        }

            .contact-info .social-icons a img[b-5e0jm77f9q]
            {
                width: 24px;
                height: 24px;
                object-fit: contain; /* Assure que l'image ne sera pas déformée */
            }

            .contact-info .social-icons a:hover[b-5e0jm77f9q]
            {
                background-color: var(--Skillspro-Blue-Color) !important;
                ; /* Pas de changement de fond au survol */
            }


/* Menu de navigation centré */
.navbar[b-5e0jm77f9q]
{
    grid-row: 2;
    grid-column: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    border-top: none;
    box-shadow: none;
    padding-bottom: 0px; /* Réduit l'espace sous le menu */
}

.navbar-nav[b-5e0jm77f9q]
{
    display: flex;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-link[b-5e0jm77f9q]
{
    color: #333;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

    /* Couleur par défaut des liens */
    .nav-link[b-5e0jm77f9q],
    .nav-link:link[b-5e0jm77f9q],
    .nav-link:visited[b-5e0jm77f9q],
    .nav-link:active[b-5e0jm77f9q],
    .nav-link.active[b-5e0jm77f9q]
    {
        color: #000000 !important;
        transition: color 0.3s ease;
        font-weight: bold;
    }

        /* Couleur au survol */
        .nav-link:hover[b-5e0jm77f9q]
        {
            color: var(--Skillspro-Blue-Color) !important;
        }



.header-grid[b-5e0jm77f9q]
{
    margin-top: 0;
    padding-top: 0;
}


/*animation*/

@keyframes slideDown-b-5e0jm77f9q
{
    from
    {
        opacity: 0;
        transform: translateY(-100px); /* Le header commence hors de l'écran */
    }

    to
    {
        opacity: 1;
        transform: translateY(0); /* Il arrive à sa position normale */
    }
}

.top-header[b-5e0jm77f9q]
{
    opacity: 0; /* Caché au départ */
    animation: slideDown-b-5e0jm77f9q 1s ease-out forwards;
}

/* Responsive */




@media (max-width: 1200px)
{
    .header-grid[b-5e0jm77f9q]
    {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        text-align: center;
    }

    /* Marque (SKILLSPRO) */
    .brand-link[b-5e0jm77f9q]
    {
        grid-row: 1;
        grid-column: 1;
        align-self: center;
        font-size: 2em;
        font-weight: bold;
        color: #000000 !important;
        transition: color 0.3s ease;
        line-height: 1.2;
        font-weight: bold;
        margin-right: 0px;
        margin-bottom: 10px;
    }



        .brand-link:hover[b-5e0jm77f9q]
        {
            color: var(--Skillspro-Blue-Color) !important;
        }


    .contact-info[b-5e0jm77f9q]
    {
        grid-column: 1;
        grid-row: 2;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        background-color: #000000;
        color: #ffffff;
        padding: 10px;
        width: 100%; /* S'assurer que la section prend toute la largeur */
        margin: 0; /* Retirer les marges pour s'assurer que le fond noir occupe toute la largeur */
        box-sizing: border-box;
        margin-right: 0; /* Éliminer tout marge horizontale */
    }

        /* Décalage de l'email et du téléphone */
        .contact-info span[b-5e0jm77f9q]
        {
            margin-left: 0px; /* centrée */
        }

    .navbar[b-5e0jm77f9q]
    {
        grid-column: 1;
        grid-row: 3;
        justify-content: center;
        flex-direction: column;
        gap: 10px;
    }

    .navbar-nav[b-5e0jm77f9q]
    {
        flex-direction: column;
        gap: 5px;
    }

    .contact-info .social-icons[b-5e0jm77f9q]
    {
        margin-left: auto; /* Décale les icônes vers la droite */
        margin-right: auto; /* Ajuste la marge à droite */
    }
}
