@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: 'Roboto', sans-serif; */
    /* font-family: 'Courier New', Courier, monospace; */
    /* font-family: 'Calibri Light', Calibri, sans-serif; */
    font-family: Inter, sans-serif;
    font-size: 18px;
}

html, body {
    min-height: 100vh; /* 100% de la hauteur de la fenêtre */
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
    font-family: Arial, sans-serif;
    background-color: white;
    color: black;
}

article {
    background-color: #f3e5f5 !important; 
    border: 1px solid #d1c4e9 !important; 
    border-radius: 10px !important; 
    padding: 2% !important; 
    margin: auto !important; 
    font-family: Arial, sans-serif !important;
    position: relative !important; /*pour positionner le point d'interrogation*/
  }

.balise-article {
    background-color: #f3e5f5 !important; 
    border: 1px solid #d1c4e9 !important; 
    border-radius: 10px !important; 
    padding: 2% !important; 
    margin: auto !important; 
    font-family: Arial, sans-serif !important;
    position: relative !important; /*pour positionner le point d'interrogation*/
}

.icon {
position: absolute !important;
top: 10px !important;
left: 10px !important;
font-size: 16px !important; /* Taille de l'icône */
color: #9c27b0 !important; /* Couleur violet foncé */
}

p {
    text-align: justify;
    text-justify: inter-word;
}

li {
    text-align: justify;
    text-justify: inter-word;  
}



/************************************************* style pur formation apporteurs affaires*************************/

.container {
    max-width: 1200px;
    margin: 20px auto;
    padding: 8%;
    background-color: #fff;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

header h1 {
    text-align: center;
    font-size: 2rem;
    color: #333;
}

.intro-video {
    text-align: center;
    font-style: italic;
    color: #888;
}

section h2 {
    font-size: 1.5rem;
    color: #444;
    margin-top: 20px;
    margin-bottom: 3%;
    border-radius: 12px;
    background-color: #e6f4fa;
    border-bottom: 2px solid #333;
    padding-bottom: 5px;
}

h2 {
    font-size: 1.5rem;
    color: #444;
    margin-top: 20px;
    margin-bottom: 3%;
    border-radius: 12px;
    background-color: #e6f4fa;
    border-bottom: 2px solid #333;
    padding-bottom: 5px;
}

h3 {
    font-size: 1.5rem;
    color: #444;
    margin-top: 20px;
    margin-bottom: 3%;
    border-radius: 12px;
    background-color:#ddd;
    border-bottom: 2px solid #333;
    padding-bottom: 5px;
}

h4 {
    margin-bottom: 4%;
    font-size: 1.2rem;
    color: #333;
    margin-top: 15px;
}

.highlight {
    background-color:aliceblue;
    font-weight: 600;
}

ul {
    list-style-type: none;
    padding-left: 20px;
}

ul li::before {
    /* content: "👉"; */
    margin-right: 5px;
}

.module h4 {
    font-size: 1.2rem;
    color: #333;
    margin-top: 15px;
}

.directionnel-pages {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 5%;
    margin-bottom: 5%;
}

.page {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    width: 35%;
    height: 40px;
    margin: auto;
    background-color: #00adef;
    color: white;
    border-radius: 5px;
    text-decoration: none;
}

p {
    margin-bottom: 3%;
    line-height: 2;
}

li {
    margin-bottom: 4%;
    line-height: 2;
}


/************************************************* BARRE DE PROGRESSION FORMATION ********************************/
/* Container principal */
.progress-container {
    width: 90% !important;
    height: 30px !important;
    margin: auto !important;
    position: relative !important;
}

/* Barre de progression */
.progress-bar {
    display: flex !important;
    width: 100% !important;
    height: 100% !important;
    background-color: #ddd !important;
}

/* Étapes de progression */
.progress-step {
    flex: 1 !important;
    position: relative !important;
    border: 1px solid black !important;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.8) !important;
}

/* Lien dans chaque étape */
.lien-progress {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    height: 100% !important;
    cursor: pointer !important;
    text-decoration: none !important;
    color: inherit !important;
}

.lien-progress:hover {
    background-color: #888 !important;
}

/* Tooltip */
.tooltip-text {
    visibility: hidden !important;
    width: 150px !important;
    background-color: #ddd !important;
    color: black !important;
    text-align: center !important;
    border-radius: 5px !important;
    padding: 5px 0 !important;
    position: absolute !important;
    bottom: 120% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    opacity: 0 !important;
    transition: opacity 0.3s, visibility 0.3s !important;
    font-size: 14px !important;
    z-index: 10 !important;
}

/* Flèche du tooltip */
.tooltip-text::after {
    content: "" !important;
    position: absolute !important;
    top: 100% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    border-width: 5px !important;
    border-style: solid !important;
    border-color: #ddd transparent transparent transparent !important;
}

/* Affichage du tooltip au survol */
.progress-step:hover .tooltip-text {
    visibility: visible !important;
    opacity: 1 !important;
}


/************************************************* Navigation *****************************************************/

/* Styles de la barre de navigation */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    background-color: #f8f8f8;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}


.titre-formation {
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
}

/* Logo */
.navbar .logo img {
    height: 50px; /* Taille du logo */
    width: 50px;
}

/* Liens de navigation */
.nav-links {
    display: flex;
    align-items: center;
    gap: 20px; /* Espace entre les éléments */
}

.nav-links a, .nav-links button {
    font-size: 16px;
    color: white;
    text-decoration: none;
    background: none;
    border: none;
    cursor: pointer;
}

.nav-links button {
    padding: 8px 15px;
    background-color: #007bff; /* Couleur du bouton */
    color: #fff;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.nav-links button:hover {
    background-color: #0056b3;
}

.nav-links a:hover {
    background-color: #007bff;
}

.offre {
    height: 30%;
    width: 60%;
    margin-top: 8%;
    margin-bottom: 8%;
}

.conteneur-offres button {
    padding: 8px 15px;
    background-color: #007bff; /* Couleur du bouton */
    color: #fff;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.conteneur-offres button:hover {
    background-color: #0056b3;
}

#validate-button {
    padding: 8px 15px;
    background-color: #007bff; /* Couleur du bouton */
    color: #fff;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    cursor: pointer;
    width: 150px;
    margin-left: 5%;
    margin-top: 8%;
    margin-bottom: 8%;
}

#validate-button:hover {
    background-color: #0056b3;
}

/************************************** Partie vidéo et thumbnail *******************************************/

.welcome {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 1.5rem;
    margin-top: 5%;
    margin-bottom: 5%;
}

.thumbnail-container {
    position: relative;
    width: 60vw; /* 33% de la largeur de l'écran */
    padding-top: 33.6vw; /* Proportion pour maintenir un ratio 16:9 */
    margin: 15px;
    cursor: pointer;
    border: 2px solid gray;
}

/* Miniature et iframe prennent toute la place du conteneur */
.thumbnail, .video-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-frame {
    display: none; /* Cache l'iframe initialement */
}


/*************************************** corps de la page web apporteurs d'affaires *******************************/

.bienvenue {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 18px;
    font-style: normal;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    margin-top: 5%;
}


.payment-info {
    margin-top: 10%;
}

.conteneur-offres {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 5%;
}


.conteneur-offres a {
    /* width: 60%;
    height: 10%; */
    margin-top: 5%;
    margin-bottom: 5%;
}

.image_recrutement {
    width: 100%;
    border: #333 2px solid;
}

.image_recrutement:hover {
    cursor: pointer;
}

.desciption-article {
    margin-bottom: 4%;
}


/*********************************************** QUIZ *************************************************************/
.bouton-quiz {
    border-radius: 10px;
    margin-top: 1%;
    padding: 1%;
    font-weight: bold;
    box-shadow: 3px 4px 2px rgba(0, 0, 0, 0.7);
    cursor: pointer;
}

/************************************ full css du fichier analyse financière du site web ****************************/


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


ul, li {
    list-style-type: initial;
    margin: initial;
    padding: initial;
}

.navbar {
    height: 100%;
}

.nav-desktop {
    display: flex;
    flex-direction: row;
    background-color: black;
    /* height: 100%; */
}


.navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    width: 30%;
    text-decoration: none;
    text-align: center;
}

.navigation:hover {
    color: white;
    background-color: #00adef;
}

.logo {
    width: 100px;
    height: 100px;
    transition: filter ease;
}

.logo:hover {
    transform: rotate(15deg);
    filter: invert(100%); 
    filter: brightness(1.5);
}

.logo-caché {
    display: none;
}

/* Styles pour le bouton hamburger */
.menu-toggle {
    background: none;
    border: none;
    cursor: pointer;
    display: none; /* Masquer le bouton par défaut */
    flex-direction: column;
    gap: 5px;
    padding: 10px;
  }
  
  .menu-icon {
    background: white;
    width: 30px;
    height: 3px;
    border-radius: 2px;
  }


h1 {
    display: flex;
    flex-direction: row;
    justify-content:center;
    margin-top: 3%;
    margin-bottom: 2%;
    font-size: 20px;
  }

/************************************************** Mission *******************************************************/

/* Styles pour l'en-tête de mission */

.header-mission {
    background-color: #f8f9fa; /* Couleur de fond douce */
    color: #333; /* Couleur du texte */
    text-align: center; /* Centrer le texte */
    padding: 20px; /* Espacement intérieur */
    font-size: 1.5rem; /* Taille de la police */
    font-weight: 300; /* Légèrement moins gras pour un effet élégant */
    font-style: italic; /* Mettre le texte en italique */
    letter-spacing: 0.5px; /* Espacement entre les lettres pour plus de clarté */
    line-height: 1.5; /* Hauteur de ligne pour un meilleur espacement vertical */
    margin: 0; /* Supprimer les marges par défaut */
    font-family: 'Georgia', serif; /* Choix de police élégante */
}


/* Responsive design */
@media (max-width: 768px) {
    .header-mission {
        font-size: 1.2rem; /* Réduire la taille de la police sur les petits écrans */
        padding: 15px; /* Ajuster l'espacement intérieur */
    }
}


/***************************************** CALL TO ACTION **********************************************************/

.cta-button {
    position: fixed; /* La position fixe */
    bottom: 20px;
    right: 20px;
    
    background-color: #ff6f61; /* Couleur du bouton */
    color: white;
    padding: 15px 20px;
    border-radius: 50px;
    font-size: 16px;
    text-align: center;
    z-index: 1000; /* S'assurer que le bouton est au-dessus des autres éléments */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: opacity 0.5s ease, visibility 0.5s ease; /* Pour l'effet de disparition */
  }
  
  .cta-link {
    color: white;
    text-decoration: none;
    font-weight: bold;
  }
  
  .cta-button.hidden {
    opacity: 0;
    visibility: hidden;
  }


/**************************************** Partie Recherche ***********************************************/

#partie-recherche {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 5%;
    margin-top: 5%;
    margin-bottom: 5%;
}

#barre-recherche {
    height: 100%;
    width: 30%;
}

#bouton-recherche {
    height: 100%;
    width: 8%;
}


#conteneur-page {
    margin: auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    width: 90%;
    text-align: justify;
    margin-bottom: 5%;
    text-align: justify;
}


h2 {
    margin-top: 20px;
    border-bottom: 2px solid #333;
    padding-bottom: 5px;
    margin-bottom: 3%;
}


ul {
    margin: 15px 0;
    padding-left: 20px;
}

li {
    margin-bottom: 3%;
}


/******************************************** Accordions ************************************************/

.accordion-button {

    font-family: Arial, sans-serif; 
    background-color: #f8f9fa;;
    color: black;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: left;
    font-weight: 400;
    border: none;
    outline: none;
    transition: background-color 0.4s ease;
    font-size: 18px;
    display: flex;
    justify-content: space-between; /* Espace entre le texte et la flèche */
    align-items: center;
}

.accordion-button i {
    margin-right: 10px; /* Ajouter un espace entre l'icône et le texte */
}

.accordion-button:hover {
    background-color: #ddd;
}

.accordion-content {
    max-height: 0; /* Par défaut, la section est fermée */
    overflow: hidden;
    padding: 0 10px;
    background-color: white;
    transition: max-height 0.4s ease-out; /* Transition fluide pour l'ouverture */
    border-left: 4px solid #00adef;
}

.accordion-content p {
    margin: 10px 0;
}

/* Style pour l'icône flèche */
.arrow {
    margin-left: auto; /* Force la flèche à aller à l'extrême droite car ça pousse tout vers la gauche */
    font-size: 16px;
    transition: transform 0.3s ease; /* Transition pour la flèche */
}

/* Lorsque le bouton est actif, la flèche tourne */
.accordion-button.active .arrow {
    transform: rotate(180deg); /* Tourner la flèche vers le haut */
}


/******************************* Partie Vidéos intégrées par le code générateur du DOM **********************/

#video-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.video-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    width: 100%; /* Utilisation de pourcentage pour les dimensions */
    max-width: 560px; /* Largeur maximale */
    margin-bottom: 20px;
    height: 300px;
    min-height: 300px;
}

.video-section iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.thumbnail {
    cursor: pointer;
    width: 100%;
    height: 100%;
    /* min-height: 300px; */
}

.video-frame {
    width: 100%;
    height: 100%;
    display: none;
}

/******************************************* FOOTER ************************************************************/

.btn-custom {
    background-color: #007bff !important;
    border-color: #007bff !important;
    color: white !important;
}

.btn-custom:hover {
    background-color: #0056b3 !important;
    border-color: #004085 !important;
}

#calculer {
    max-width: 150px;
    margin-bottom: 5%;
}

.card-payer {
    margin: auto;
}
.container {
    margin: auto;
    margin-top: 5%;
    /* max-width: 900px; */
}
.section-header {
    text-align: center;
    margin-bottom: 40px;
    /* font-size: 36px; */
    color: #007bff;
    font-weight: bold;
}
.card {
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}
.card-header {
    background-color: #007bff;
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3%;
    border-radius: 10px;
}
.form-label {
    font-weight: bold;
    color: #333;
}
/* Ajout de l'étoile de champ requis */
.form-label.required:after {
    content: " *";
    color: red;
}
.form-control {
    border-radius: 10px;
    padding: 10px;
    font-size: 16px;
    width: 50%;
}
.form-select {
    border-radius: 10px;
    padding: 10px;
    font-size: 16px;
}
.btn{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: auto;
}
.btn-custom {
    background-color: #007bff;
    color: white;
    border-radius: 10px;
    font-size: 18px;
    padding: 10px 20px;
    width: 50%;
    margin-top: 20px;
}
.btn-custom:hover {
    background-color: #0056b3;
}
.result-box {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}
.result-box p {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.result-box .result {
    font-size: 22px;
    color: #28a745;
    font-weight: bold;
}

.mb-3 {
    margin-bottom: 2%;
}
.card-payer{
    margin: auto;
    margin-top: auto;
    margin-top: 5%;
    max-width: 900px;
}

.form-container {
    margin: 5%;
}

.my-form {
    margin: 5%;
}


body {
    background-color: #fdfefe ;
}

.bg-white {
    background-color: white;
    border-radius: 3%;
}

#nos-services {
    padding: 3rem 0;
}

.text-primary {
    color: #1d5a99;
}

.card {
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.card-body {
    padding: 3%;
}

.h-12 {
    height: 3rem;
}

.w-12 {
    width: 3rem;
}

.lucide {
    fill: none;
    stroke-width: 2;
}

.text-blue-600 {
    color: #3b82f6;
}

.grid {
    display: grid;
}

.md\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gap-8 {
    gap: 2rem;
}

.p-8 {
    padding: 2rem;
}

.rounded-xl {
    border-radius: 1rem;
}

.transition-shadow {
    transition: box-shadow 0.3s ease-in-out;
}

.bg-white {
    background-color: white;
    padding: 2rem;
    border-radius: 16px; /* Bords arrondis */
    border: 1px solid rgba(0, 0, 0, 0.1); /* Petit border ombré */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Ombre initiale */
    transition: box-shadow 0.3s ease, border 0.3s ease; /* Transition pour l'ombre et le border */
}

.bg-white:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* Ombre agrandie au survol */
    border: 1px solid rgba(0, 0, 0, 0.2); /* Légère augmentation du border au survol */
}

.service-icon {
    width: 3rem;
    height: 3rem;
    color: #1e3a8a; /* couleur bleue */
    margin-bottom: 1rem;
}

.service-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

a:visited {
color: white;
text-decoration: none;
}

.grid {
display: grid;
grid-template-columns: 1fr; /* Une seule colonne */
gap: 3%;}

.lien-payer {
    margin: auto;
}



/* À partir de la taille "medium" (tablette et plus), on passe à 3 colonnes */
@media (min-width: 768px) {
.grid {
    grid-template-columns: repeat(3, 1fr); /* Trois colonnes */

}
.form-container {
        margin: 5%;
    }

    .my-form {
        margin: 5%;
    }

}

/********************************************* Media queries **************************************************/

@media only screen and (max-width: 600px) {


    header {
        margin-bottom: 10%;
    }

    .nav-desktop {
        display: none; /* Masquer le menu par défaut sur les petits écrans */
        flex-direction: column; /* Disposer les éléments du menu en colonne */
        width: 100%; /* Occuper toute la largeur de l'écran */
        position: absolute; /* Positionner absolument par rapport au conteneur parent */
        top: 100%; /* Positionner juste en dessous du bouton hamburger */
        left: 0; /* Aligner à gauche de l'écran */
        background-color: #333; /* Couleur de fond du menu */
        z-index: 1000; /* Assurer que le menu apparaît au-dessus des autres éléments */
    }
    
      .nav-desktop.show {
        display: flex; /* Afficher le menu lorsque la classe 'show' est ajoutée */
        background-color: black;
        position: absolute;
        width: 30%;
        position: absolute; /* Position absolue */
        top: 100%;          /* Distance depuis le haut */
        left: 0; 
      }

      .nav-desktop a {
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 100%;
        margin-bottom: 9%;
      }

      .menu-toggle {
        display: flex; /* Afficher le bouton hamburger sur les petits écrans */
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: black;
        width: 30%;
      }

      .menu-icon {
        margin-bottom: 10%;
        width: 80%;
      }

      .navbar {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        background-color: #333;
      }

      .logo-caché {
        display: block;
        width: 100px;
        height: 100px;
        transition: filter ease;
    }

    .navigation-logo {
        width: 90%;
    }
    
    .logo-caché:hover {
        transform: rotate(15deg);
        filter: invert(100%); 
        filter: brightness(1.5);
    }

    
    /************************************* vidéos bas de page ***********************************************/

    .thumbnail {
        cursor: pointer;
        width: 80%;
        height: 70%;
    }
    

      /***************************************************************************************************/

    .footer {
        height: 100%;
    }

    .conteneur-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: justify;
    }

    .presentation-ours {
        width: 100%;
        margin-bottom: 4%;
    }

    .contact {
        margin-bottom: 4%;
        width: 100%;
    }

    .presentation-ourse {
        width: 100%;
    }

    ul {
        width: 100%;
    }

    li {
        margin-bottom: 3%;
      }

    .liste-diplomes-ours {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: white;
        list-style-type: disc;
        padding-left: 20px;
        margin: 0;
      }

      .liste-diplomes-ourse {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: white;
        list-style-type: disc;
        padding-left: 20px;
        margin: 0;
      }


  }