/* _content/SecuriteRoutiere/Components/ChildMenu/Footer.razor.rz.scp.css */
.footer[b-uf3zgw9130] {
    background-color: #f9f9f9;
    padding: 40px 0;
    color: #333;
}

.footer-container[b-uf3zgw9130] {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-column[b-uf3zgw9130] {
    flex: 1;
    margin: 0 15px;
    min-width: 200px;
}

    .footer-column h4[b-uf3zgw9130] {
        color: #2d2d80;
        font-size: 1.2em;
        margin-bottom: 15px;
    }

    .footer-column ul[b-uf3zgw9130] {
        list-style-type: none;
        padding: 0;
    }

        .footer-column ul li[b-uf3zgw9130] {
            margin-bottom: 10px;
        }

            .footer-column ul li a[b-uf3zgw9130] {
                color: #333;
                text-decoration: none;
                font-size: 0.95em;
            }

                .footer-column ul li a:hover[b-uf3zgw9130] {
                    text-decoration: underline;
                }

.footer-bottom[b-uf3zgw9130] {
    text-align: center;
    margin-top: 40px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

    .footer-bottom ul[b-uf3zgw9130] {
        list-style-type: none;
        padding: 0;
    }

        .footer-bottom ul li[b-uf3zgw9130] {
            display: inline;
            margin-right: 15px;
        }

            .footer-bottom ul li a[b-uf3zgw9130] {
                color: #333;
                text-decoration: none;
            }

                .footer-bottom ul li a:hover[b-uf3zgw9130] {
                    text-decoration: underline;
                }

@media (max-width: 768px) {
    .footer-container[b-uf3zgw9130] {
        flex-direction: column;
        align-items: center;
    }

    .footer-column[b-uf3zgw9130] {
        margin-bottom: 30px;
    }
}
/* _content/SecuriteRoutiere/Components/ChildMenu/Login.razor.rz.scp.css */
.top-nav[b-rbpgjhlpvo] {
    position: fixed;
    top: -60rem; /* Caché au départ */
    left: 50%;
    transform: translateX(-50%);
    width: 100%; /* Prend toute la largeur du container */
    max-width: 600px; /* Largeur maximale pour les grands écrans */
    z-index: 100001;
    transition: top 0.3s ease-in-out;
    background-color: white;
    padding: 0.5rem 1rem;
    border: 1px solid #ccc;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

    .top-nav.active[b-rbpgjhlpvo] {
        top:10rem; /* Quand l'élément est visible */
    }

.otp-form[b-rbpgjhlpvo] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.input-group[b-rbpgjhlpvo] {
    width: 100%;
}

.btn-primary[b-rbpgjhlpvo] {
    background-color: #007bff;
    border-color: #007bff;
}

    .btn-primary:hover[b-rbpgjhlpvo] {
        background-color: #0056b3;
    }

.text-muted[b-rbpgjhlpvo] {
    color: #6c757d;
}



@media (max-width: 1199.98px) {


    .top-nav[b-rbpgjhlpvo] {
        width: 92%; /* Largeur ajustée */
        height: 17rem;
    }
}

/* Navbar pour les écrans de 1200px et plus */
@media (min-width: 1200px) {


    .top-nav[b-rbpgjhlpvo] {
        width: 30rem;
        height: 20rem;
    }
}

/* Overlay Styles */
.overlay[b-rbpgjhlpvo] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    /*transition: opacity 0.3s ease-in-out, visibility 0.3s;*/
    z-index: 9998;
}

    .overlay.active[b-rbpgjhlpvo] {
        opacity: 1;
        visibility: visible;
    }
/* _content/SecuriteRoutiere/Components/ChildMenu/Translat.razor.rz.scp.css */
.dropdown-container[b-d2emluqa8p] {
    position: relative;
    display: inline-block;
    border: 1px solid #ccc; /* Ajout de la bordure */
    border-radius: 50px; /* Coins arrondis */
    padding: 5px 8px; /* Ajout de remplissage pour un effet de bouton */
    background-color: white;
    cursor: pointer;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Ombre pour un effet flottant */
    margin-left:7px;
    margin-right:7px;
}

.selected-content[b-d2emluqa8p] {
    display: flex;
    align-items: center; /* Alignement du contenu verticalement */
    gap: 3px; /* Espacement entre l'icône et le texte */
}

.lang-code[b-d2emluqa8p] {
    font-size: 16px;
    font-weight: bold;
}

.dropdown-list[b-d2emluqa8p] {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    list-style-type: none;
    padding: 0;
    margin: 10px 0 0 0;
    z-index: 1000;
    width: 130px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
   
}

    .dropdown-list li[b-d2emluqa8p] {
        padding: 3px 4px;
        cursor: pointer;
        display: flex;
        align-items: center;
    }

        .dropdown-list li:hover[b-d2emluqa8p] {
            background-color: #f0f0f0;
        }

.flag-icon[b-d2emluqa8p] {
    width: 24px;
    height: auto;
  
}

:dir(ltr) .flag-icon[b-d2emluqa8p] {
    margin-right: 10px;
}
:dir(rtl) .flag-icon[b-d2emluqa8p] {
    margin-left: 10px;
}

.fas.fa-chevron-down[b-d2emluqa8p] {
    font-size: 12px; /* Taille de la flèche */
    color: #333; /* Couleur de la flèche */
}
/* _content/SecuriteRoutiere/Components/Layout/MainLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row ::deep .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
        text-decoration: underline;
    }

    .top-row ::deep a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row {
        justify-content: space-between;
    }

    .top-row ::deep a, .top-row ::deep .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth ::deep a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
*/
/* _content/SecuriteRoutiere/Components/Layout/NavMenue.razor.rz.scp.css */
/* Conteneur principal pour centrer le contenu */
#container_Nav[b-jr8i0fkov5] {
    position: fixed;
    top: 0;
    left: 50%; /* Centrer horizontalement */
    transform: translateX(-50%); /* Centrer par rapport au milieu de l'écran */
    width: 85%; /* Largeur ajustée */
    z-index: 9000; /* Garde la barre de navigation au-dessus des autres éléments */
    background-color: white; /* Arrière-plan blanc */
    padding: 10px 20px;
    margin-top: 5px; /* Espace au-dessus pour le top-bar */
}

/* Top bar for mobile with hamburger icon */
.top-bar[b-jr8i0fkov5] {
    background-color: #fff;
    color: white;
    padding: 5px 5px; /* Ajout d'espace à gauche et à droite */
    margin-left: 20px; /* Espace extérieur à gauche */
    margin-right: 20px; /* Espace extérieur à droite */
    position: fixed;
    top: 1rem;
    width: calc(100% - 40px); /* Ajuste la largeur pour prendre en compte le margin */
    z-index: 9997;
    border: 1px solid #ccc;
    border-radius: 10px;
}



.top-bar-text[b-jr8i0fkov5] {
    font-size: 1.2rem;
    font-weight: bold;
    color: blue;
}

.container_Principal[b-jr8i0fkov5] {
    margin-top: 60px; /* Espace en dessous du top-bar */
}

/* Barre de navigation avec bordure et angles arrondis */
.navbar[b-jr8i0fkov5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: white;
    border: 1px solid #ccc; /* Bordure légère */
    border-radius: 10px; /* Angles arrondis */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Légère ombre */
    /*font-family: 'Arial', sans-serif;*/
}

.navbar-collapse[b-jr8i0fkov5] {
    margin-bottom: -6px !important;
    transition: all 0.3s ease-in-out;
}

.collapse.show[b-jr8i0fkov5] {
    margin-top: 20px; /* Espace lorsqu'il est affiché */
}

/* Style des boutons de navigation */
.nav-button[b-jr8i0fkov5] {
    margin-right: 1px;
    text-decoration: none;
    color: black;
    font-weight: bold;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.2rem;
    border-radius: 1rem;
    padding: 0.4rem 1.4rem;
}

    .nav-button.active[b-jr8i0fkov5] {
        background-color: #1a2d82;
        color: white;
        font-weight: bold;
    }

/* Section de droite dans la navbar */
.navbar-right[b-jr8i0fkov5] {
    display: flex;
    align-items: center;
}

.phone-icon[b-jr8i0fkov5] {
    background: none;
    border: none;
    font-size: 20px;
    margin-right: 20px;
    cursor: pointer;
}

.connexion-btn[b-jr8i0fkov5], .inscription-btn[b-jr8i0fkov5] {
    padding: 8px 10px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
}

.connexion-btn[b-jr8i0fkov5] {
    background-color: white;
    border: 1px solid #ccc;
    color: #333;
    /*margin-right: 10px;*/
}

.inscription-btn[b-jr8i0fkov5] {
    background-color: #e50066;
    color: white;
    border: none;
}

    .inscription-btn:hover[b-jr8i0fkov5] {
        background-color: #d4005f;
    }

/* Cacher le contenu permis par défaut */
#permis-content[b-jr8i0fkov5] {
    display: none;
    padding-top: 20px;
    width: 100%; /* Prend toute la largeur */
    justify-content: space-between;
}

#permis-button:hover ~ #permis-content[b-jr8i0fkov5] {
    display: flex;
    justify-content: space-between;
}

/* Quand le bouton est survolé, la flèche pivote à 180° */
#permis-button:hover #arrow-icon[b-jr8i0fkov5] {
    transform: rotate(180deg);
}

/* Styles pour col-6 */
.row[b-jr8i0fkov5] {
    display: flex;
}

.col-6[b-jr8i0fkov5] {
    display: flex;
    flex-direction: column;
    width: 45%; /* Chaque colonne prend environ la moitié de la largeur */
}

    .col-6 a[b-jr8i0fkov5] {
        display: block;
        text-decoration: none;
        color: #e50066;
        padding: 10px 0;
    }

        .col-6 a:hover[b-jr8i0fkov5] {
            background-color: #f8f9fa;
            border-radius: 5px;
        }

/* Styles pour le bouton hamburger */
.navbar-toggler[b-jr8i0fkov5] {
    border: none;
    color: white;
}

.navbar-toggler-icon[b-jr8i0fkov5] {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath stroke="rgba%28128, 128, 128, 1%29" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M4 7h22M4 15h22M4 23h22"/%3E%3C/svg%3E');
}

#arrow-icon[b-jr8i0fkov5] {
    transition: transform 0.3s ease;
    margin-left: 10px;
}

/* Sidebar Styles */
.sidebar[b-jr8i0fkov5] {
    position: fixed;
    top: 0;
    left: -250px; /* Hidden off-screen */
    width: 250px;
    height: 100%;
    background-color: #1a2d82;
    transition: left 0.3s ease-in-out;
    padding-top: 60px;
    z-index: 9999;
    box-shadow: 4px 0 8px rgba(0, 0, 0, 0.1);
    overflow-y: auto; /* Permettre le défilement vertical si le contenu dépasse */
}

    .sidebar.active[b-jr8i0fkov5] {
        left: 0; /* Show sidebar */
    }

    .sidebar ul[b-jr8i0fkov5] {
        list-style-type: none;
        padding: 0;
        margin: 0;
        max-height: calc(100vh - 10px); /* Limiter la hauteur de la liste pour tenir compte du padding-top */
        overflow-y: auto; /* Activer le défilement vertical si nécessaire */
        overflow-y: auto; /* Activer le défilement vertical si nécessaire */
        padding-bottom: 90px;
    }

        .sidebar ul li[b-jr8i0fkov5] {
            padding: 8px 0; /* Espacement pour alignement */
            display: flex;
            align-items: center;
        }

            .sidebar ul li a[b-jr8i0fkov5] {
                display: flex;
                align-items: center;
                justify-content: flex-start;
                text-decoration: none;
                color: white;
                font-weight: 500;
                width: 90%;
                padding: 10px 5px;
                transition: background-color 0.3s, color 0.3s;
                border-bottom: white solid 1px;
                font-size: 1.0rem;
            }

                .sidebar ul li a i[b-jr8i0fkov5] {
                    margin-right: 10px; /* Espacement entre l'icône et le texte */
                    margin-left: 10px;
                }

                .sidebar ul li a:hover[b-jr8i0fkov5] {
                    background-color: #f8f9fa;
                    color: #1a2d82;
                    border-radius: 5px;
                }


/* Ajustements pour la navbar sur grand écran */
/* Top-bar pour mobile et écrans inférieurs à 1200px */
@media (max-width: 1199.98px) {
    .top-bar[b-jr8i0fkov5] {
        display: block !important; /* Afficher la top-bar pour les écrans inférieurs à 1200px */
    }

    .container_Principal[b-jr8i0fkov5] {
        display: none !important; /* Cacher la container_Principal pour les écrans inférieurs à 1200px */
    }

    /*  .top-nav {
        width: 92%;  Largeur ajustée 
        height: 12rem;
    }*/
}

/* Navbar pour les écrans de 1200px et plus */
@media (min-width: 1200px) {
    .top-bar[b-jr8i0fkov5] {
        display: none !important; /* Cacher la top-bar pour les grands écrans */
    }

    .container_Principal[b-jr8i0fkov5] {
        display: block !important; /* Afficher la container_Principal pour les grands écrans */
        margin-top: 100px;
        width: 100% !important;
    }

    /*  .top-nav {
        width: 30rem;
        height: 20rem;
    }*/
}



/* Overlay Styles */
.overlay[b-jr8i0fkov5] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s;
    z-index: 9998;
}

    .overlay.active[b-jr8i0fkov5] {
        opacity: 1;
        visibility: visible;
    }

.slide-up[b-jr8i0fkov5] {
    max-height: 0;
    opacity: 0;
    position: absolute;
    z-index: 999;
    transition: max-height 0.6s ease-in-out, opacity 0.4s ease-in-out;
}

/* Affiché avec une animation */
.slide-down[b-jr8i0fkov5] {
    max-height: 500px; /* Ajustez selon le contenu */
    opacity: 1;
    position: absolute;
    z-index: 999;
    transition: max-height 0.6s ease-in-out, opacity 0.4s ease-in-out;
    overflow: hidden;
}

/* Classe pour le menu sélectionné */
.navbar-nav .nav-item .nav-link.selected[b-jr8i0fkov5] {
    background-color: #4798f5;
    border-radius: 5px;
    color: white;
}

/* Appliquer à l'élément <li> */
.nav-item[b-jr8i0fkov5] {
    height: 100%; /* Prend toute la hauteur */
    margin: 0;
    padding: 0;
}

/* Appliquer à l'élément <a> */
.nav-link[b-jr8i0fkov5] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 10px 20px;
    /*background-color: #1a2d82;*/
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

    .nav-link:hover[b-jr8i0fkov5] {
        background-color: #4798f5;
        color: white;
    }


.gradient[b-jr8i0fkov5] {
    background-image: linear-gradient(to right top, #112e5a, #002965, #00216e, #001775, #07047a);
}
/* _content/SecuriteRoutiere/Components/Layout/UserAccountLayout.razor.rz.scp.css */
.content0[b-bfnfhltjvs] {
    background-color: #fff;
    color: var(--text-color);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    height: 100vh; /* Hauteur complète de l'écran */
    padding: 20px;
}
/* _content/SecuriteRoutiere/Components/Layout/UserNavMenu.razor.rz.scp.css */
.container_Principal[b-nbu95kbf13] {
    margin-top: 60px; /* Espace en dessous du top-bar */
}

.navbar-collapse[b-nbu95kbf13] {
    margin-bottom: -6px !important;
    transition: all 0.3s ease-in-out;
}

.collapse.show[b-nbu95kbf13] {
    margin-top: 20px; /* Espace lorsqu'il est affiché */
}


/* Conteneur principal pour centrer le contenu */
#container_Nav[b-nbu95kbf13] {
    position: fixed;
    top: 0;
    left: 50%; /* Centrer horizontalement */
    transform: translateX(-50%); /* Centrer par rapport au milieu de l'écran */
    width: 85%; /* Largeur ajustée */
    z-index: 9000; /* Garde la barre de navigation au-dessus des autres éléments */
    background-color: white; /* Arrière-plan blanc */
    padding: 10px 20px;
    margin-top: 5px; /* Espace au-dessus pour le top-bar */
}
.nav-button[b-nbu95kbf13] {
    margin-right: 1px;
    text-decoration: none;
    color: black;
    font-weight: bold;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.2rem;
    border-radius: 1rem;
    padding: 0.4rem 1.4rem;
}

    .nav-button.active[b-nbu95kbf13] {
        background-color: #1a2d82;
        color: white;
        font-weight: bold;
    }


/* Classe pour le menu sélectionné */
.navbar-nav .nav-item .nav-link.selected[b-nbu95kbf13] {
    background-color: #4798f5;
    border-radius: 5px;
    color: white;
}
/* Barre de navigation avec bordure et angles arrondis */
.navbar[b-nbu95kbf13] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: white;
    border: 1px solid #ccc; /* Bordure légère */
    border-radius: 10px; /* Angles arrondis */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Légère ombre */
    /*font-family: 'Arial', sans-serif;*/
}

/* Styles pour le bouton hamburger */
.navbar-toggler[b-nbu95kbf13] {
    border: none;
    color: white;
}

.navbar-toggler-icon[b-nbu95kbf13] {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath stroke="rgba%28128, 128, 128, 1%29" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M4 7h22M4 15h22M4 23h22"/%3E%3C/svg%3E');
}


/* _content/SecuriteRoutiere/Components/Pages/Actualites.razor.rz.scp.css */
/* Container grid to hold the cards */
.news-grid[b-db4gkbqjyk] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); /* Ensure each card has a minimum width */
    gap: 35px;
    margin: 20px auto;
    /*max-width: 1200px;*/
    padding: 0 20px;
}
.cont_nav[b-db4gkbqjyk] {
    margin-top: 6rem;
}
/* Each card should have the image at the top and content properly aligned */
.news-card[b-db4gkbqjyk] {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    border-radius: 2rem;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: 100%; /* Ensure the card takes up full height */
}

/* Image should fit the card's width and maintain aspect ratio */
.news-image[b-db4gkbqjyk] {
    width: 100%;
    height: auto;
    object-fit: cover; /* Ensures the image scales correctly without distortion */
    border-radius: 2rem;
}

/* Content section that grows to fill the space */
.news-content[b-db4gkbqjyk] {
    padding: 15px;
    flex-grow: 1; /* Ensures the content section fills up the remaining space */
    cursor: pointer;
}

/* Title and description */
.news-title[b-db4gkbqjyk] {
    font-size: 1.5rem;
    font-weight: bold;
    color: #1a2d82;
    margin-bottom: 10px;
    margin-top: 0.6rem;
}

.news-description[b-db4gkbqjyk] {
    font-size: 1.0rem;
    color: #172087;
    margin-bottom: 10px;
}

/* Footer should be aligned at the bottom */
.news-footer[b-db4gkbqjyk] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*border-top: 1px solid #eee;*/
    padding: 10px 15px;
    /*background-color: #f9f9f9;*/
    margin-top: auto; /* This pushes the footer to the bottom of the card */
}

.news-theme[b-db4gkbqjyk] {
    font-size: 0.9rem;
    color: #1A73E8;
    font-weight: bold;
}

.news-date[b-db4gkbqjyk] {
    font-size: 0.9rem;
    color: #999;
}

/* Responsive design adjustments */
@media (min-width: 768px) {
    .news-grid[b-db4gkbqjyk] {
        grid-template-columns: repeat(2, 1fr); /* Show 2 columns on medium-sized screens */
    }
}

@media (min-width: 1024px) {
    .news-grid[b-db4gkbqjyk] {
        grid-template-columns: repeat(3, 1fr); /* Show 3 columns on larger screens */
    }
}

.pagination[b-db4gkbqjyk] {
    display: flex;
    justify-content: center;
    padding: 1rem 0;
    list-style: none;
    gap: 5px;
}

.page-item[b-db4gkbqjyk] {
    border: 1px solid #ddd;
    border-radius: 4px;
}

.page-link[b-db4gkbqjyk] {
    display: block;
    padding: 0.5rem 0.75rem;
    text-decoration: none;
    color: #1A73E8;
}

.page-item.active .page-link[b-db4gkbqjyk] {
    background-color: #1A73E8;
    color: white;
}

.page-link:hover[b-db4gkbqjyk] {
    background-color: #ddd;
}

.page-link:disabled[b-db4gkbqjyk] {
    pointer-events: none;
    opacity: 0.5;
}


  /*nav menu*/
/* Style de la barre de navigation */

.nav-bar[b-db4gkbqjyk] {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    padding: 10px;
    /*background-color: #f8f8f8;*/
    border-bottom: 1px solid #ddd;
    flex-wrap: wrap;
    width: 100%; /* Assure que la barre ne dépasse pas la largeur du conteneur */
    box-sizing: border-box; /* Inclure les marges et padding dans la largeur totale */
}



/* Masquer la liste déroulante sur les grands écrans */
.dropdown[b-db4gkbqjyk] {
    display: none; /* Masqué par défaut */
}

/* Empêcher les mots de se couper sur plusieurs lignes */
.nav-item[b-db4gkbqjyk] {
    white-space: nowrap; /* Empêche les mots de se couper sur plusieurs lignes */
    padding: 8px 15px;
    background-color: #fff;
    border: none;
    border-radius: 20px;
    font-size: 1rem;
    color: #666;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}


    .nav-item:hover[b-db4gkbqjyk] {
        background-color: #ddd;
        color: #333;
    }

    .nav-item.active[b-db4gkbqjyk] {
        background-color: #1a2d82;
        color: white;
        font-weight: bold;
    }

/* Masquer la barre de navigation et afficher le dropdown sur petit écran */
@media (max-width: 768px) {
    .nav-bar[b-db4gkbqjyk] {
        display: none; /* Masquer la nav-bar sur petit écran */
    }

    .dropdown[b-db4gkbqjyk] {
        display: block; /* Afficher le dropdown sur les petits écrans */
        width: 90%;
        margin: 0 auto;
    }

        .dropdown select[b-db4gkbqjyk] {
            width: 100%;
            padding: 10px;
            font-size: 1rem;
            border-radius: 5px;
            border: 1px solid #ddd;
        }
}

.no-actualites-message[b-db4gkbqjyk] {
    font-size: 1.5rem;
    color: #1A73E8; /* Rouge ou une couleur de ton choix */
    text-align: center;
    padding: 20px;
}
a[b-db4gkbqjyk] {
    color: #1a2d82;
    font-weight: bold;
}   
/* _content/SecuriteRoutiere/Components/Pages/Auto-ecoles.razor.rz.scp.css */
/* Limiter la hauteur du conteneur à 100% de la hauteur de la vue */
.main-container[b-kw9ygdkot1] {
    height: 100vh; /* Hauteur ajustée à 100% de la fenêtre */
    display: flex;
    flex-direction: column;
}

/* Padding pour .pl-4, .pr-4, et .px-4 */
.pl-4[b-kw9ygdkot1] {
    padding-left: 0.5rem !important;
}

.pr-4[b-kw9ygdkot1] {
    padding-right: 0.5rem !important;
}

.px-4[b-kw9ygdkot1] {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

/* Colonne gauche : Liste des auto-écoles */
.left-col[b-kw9ygdkot1] {
    height: 100vh; /* S'adapte à toute la hauteur de la fenêtre */
    display: flex;
    flex-direction: column;
    overflow-y: auto; /* Activer le défilement si nécessaire */
}

.auto-ecole-list[b-kw9ygdkot1] {
    flex-grow: 1; /* Prendre tout l'espace disponible */
    overflow-y: auto; /* Activer le défilement si nécessaire */
}

/* Colonne droite : Carte */
.right-col[b-kw9ygdkot1] {
    height: 100vh; /* Prendre toute la hauteur de la fenêtre */
    position: relative; /* Position relative pour le conteneur parent */
}

/* Carte occupe toute la colonne */
#map[b-kw9ygdkot1] {
    position: absolute; /* Carte en position absolue */
    top: 0;
    left: 0;
    height: 100%; /* Prendre toute la hauteur disponible */
    width: 100%; /* Prendre toute la largeur disponible */
}



/* Media query pour petit écran (sm) */
@media (max-width: 576px) {
    .right-col[b-kw9ygdkot1] {
        height: calc(100vh - 300px); /* Ajuster la hauteur de la carte pour tenir compte de la liste */
    }
    .auto-ecole-list[b-kw9ygdkot1] {
        margin-bottom: 0; /* Pas d'espace en dessous de la liste sur petit écran */
    }

    #map[b-kw9ygdkot1] {
        height: 100%; /* Prendre toute la hauteur disponible */
        width: 100%; /* Prendre toute la largeur disponible */
    }
}


@media (min-width: 576px) and (max-width: 767.98px) {
    .arrow-icon[b-kw9ygdkot1] {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .arrow-icon[b-kw9ygdkot1] {
        display: none !important;
    }
}



/* Styles des cartes arrondies */
.rounded-card[b-kw9ygdkot1] {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0 4px 14px rgb(0 0 0 / 22%);
    cursor: pointer;
    padding: 1rem;
    transition: background-color 0.3s ease;
    max-width: 100%;
    border: 1px solid #cccccc78;
}

.rounded-margin-left[b-kw9ygdkot1] {
    margin-left: 6px;
}

.rounded-margin-right[b-kw9ygdkot1] {
    margin-right: 6px;
}

/* Container pour les images/icônes */
.icon-container[b-kw9ygdkot1] {
    flex: 0 0 80px;
    margin-right: 1rem;
}

.icon-img[b-kw9ygdkot1] {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}

/* Star rating */
.star-rating[b-kw9ygdkot1] {
    display: flex;
    justify-content: flex-start;
}

/* Icone de flèche à droite */
.arrow-icon[b-kw9ygdkot1] {
    font-size: 1.5rem;
    color: #333;
}

/* Pour la direction LTR (left to right), la flèche reste normale */
[dir="ltr"] .icon-chevron-right[b-kw9ygdkot1] {
    transform: rotate(0deg);
}

/* Pour la direction RTL (right to left), la flèche est inversée */
[dir="rtl"] .icon-chevron-right[b-kw9ygdkot1] {
    transform: rotate(180deg);
}

[dir="rtl"] .info-container[b-kw9ygdkot1] {
    flex-grow: 1;
    text-align: right;
    margin-right: 1rem;
}

[dir="ltr"] .info-container[b-kw9ygdkot1] {
    flex-grow: 1;
    text-align: left;
    margin-left: 1rem;
}

/* Media query pour grands écrans */
/*@media (min-width: 992px) {
    .contCour {
        margin-top: 8rem !important;*/ /* Ajustement pour grands écrans */
    /*}
}*/
.contCour[b-kw9ygdkot1] {
    margin-top: 6rem !important;
    background-color: aquamarine;
}


/* Masquer les divs avec la classe .hidden */
.hidden[b-kw9ygdkot1] {
    display: none !important;
}
/* _content/SecuriteRoutiere/Components/Pages/Cours.razor.rz.scp.css */
.card-hover[b-75z02fcus7] {
    transition: all 0.3s ease; /* Transition fluide */
    cursor: pointer;/*  Changer le curseur au survol */
}

    .card-hover:hover[b-75z02fcus7] {
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);  /*Effet d'ombre accentué au survol */
        transform: scale(1.02); /* Légère augmentation de taille au survol */
        background-color: #f7f7f7;  /*Fond gris clair similaire à l'exemple */
    }

    .card-hover img[b-75z02fcus7] {
        border-radius: 50%; /* Assurer que l'image est bien circulaire*/ 
        width: 60px;  /*Taille de l'image similaire à l'exemple */
        height: 60px;
        object-fit: cover;
    }


.card[b-75z02fcus7] {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    width: 300px;
    transition: transform 0.3s;
}

    .card:hover[b-75z02fcus7] {
        transform: scale(1.05);
    }

.image[b-75z02fcus7] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: url('https://via.placeholder.com/50') no-repeat center center;
    background-size: cover;
    margin-right: 15px;
}

.text[b-75z02fcus7] {
    flex: 1;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.arrow[b-75z02fcus7] {
    font-size: 20px;
    color: #ccc;
}



/* Positionnement spécifique pour la flèche */
.arrow-icon[b-75z02fcus7] {
    margin-left: auto; /* Pour LTR */
}

:dir(rtl) .arrow-icon[b-75z02fcus7] {
    margin-right: auto; /* Pour RTL */
    margin-left: 0; /* Remettre la marge gauche à 0 */
    
}

/* Pour la direction LTR (left to right), la flèche reste normale */
:dir(ltr) .icon-chevron-right[b-75z02fcus7] {
    transform: rotate(0deg);
  
}

/* Pour la direction RTL (right to left), la flèche est inversée */
:dir(rtl) .icon-chevron-right[b-75z02fcus7] {
    transform: rotate(180deg);
}


.custom-title[b-75z02fcus7] {
    font-size: 2rem; /* Taille du texte */
    font-weight: bold; /* Gras pour le texte */
    text-align: center; /* Centrer le texte */
    color: #212529; /* Couleur du texte */
    position: relative; /* Nécessaire pour la position absolue de la ligne */
    margin-bottom: 3rem; /* Espacement en bas */
}

    .custom-title[b-75z02fcus7]::after {
        content: ''; /* Crée une ligne après le texte */
        position: absolute;
        width: 50px; /* Longueur de la ligne */
        height: 3px; /* Épaisseur de la ligne */
        background-color: red; /* Couleur de la ligne */
        bottom: -10px; /* Position en dessous du texte */
        left: 50%; /* Centrer horizontalement */
        transform: translateX(-50%); /* Ajustement pour centrer la ligne */
    }



/* Pour LTR (left-to-right) */
/*:dir(ltr) .rounded-circle {
    margin-left: 0;*/ /* Aucun décalage à gauche pour LTR */
    /*margin-right: 10px;*/ /* Un peu d'espace à droite pour l'image */
/*}*/



/*style="font-weight: bold; white-space: normal; overflow: hidden; text-overflow: ellipsis;"*/
.card-text[b-75z02fcus7] {
    font-weight: bold;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.2rem;
}

:dir(ltr) .card-text[b-75z02fcus7] {
    margin-left: 15px; /* Espace à gauche pour le texte */
    margin-right: 0; /* Pas d'espace à droite pour LTR */
    text-align: left;
}

/* Pour RTL (right-to-left) */
/*:dir(rtl) .rounded-circle {
    margin-right: 0;*/ /* Aucun décalage à droite pour RTL */
    /*margin-left: 10px;*/ /* Un peu d'espace à gauche pour l'image */
/*}*/

:dir(rtl) .card-text[b-75z02fcus7] {
    margin-right: 15px; /* Espace à droite pour le texte */
    margin-left: 0; /* Pas d'espace à gauche pour RTL */
    text-align: right;
}

/* Général */
/*style=" border-radius: 45px; padding: 10px;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);"*/
.card-body[b-75z02fcus7] {
    border: 1px solid #ccc;
    border-radius: 45px;
    padding: 10px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-left:0px;
}

.rounded-circle[b-75z02fcus7] {
    width: 70px;
    height: 70px;
    border-radius: 50%; /* Assurez-vous que cela est présent pour un cercle parfait */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .rounded-circle img[b-75z02fcus7] {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Pour s'assurer que l'image s'ajuste parfaitement au cercle */
        border-radius: 50%; /* Assurez que l'image aussi a les coins arrondis */
    }


  /*  css pour la navigation*/
/* Style de base pour le conteneur du fil d'Ariane */
nav[aria-label="breadcrumb"][b-75z02fcus7] {
    background-color: transparent;
    padding: 0;
    margin-bottom: 1rem;
}

/* Style pour la liste ordonnée (breadcrumb) */
.breadcrumb[b-75z02fcus7] {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0.25rem;
}

/* Style pour chaque élément de la liste (item) */
.breadcrumb-item[b-75z02fcus7] {
    font-size: 1rem;
    color: #6c757d;
}

    /* Style pour les liens dans le fil d'Ariane */
    .breadcrumb-item a[b-75z02fcus7] {
        color: #007bff;
        text-decoration: none;
        font-weight: 500;
        transition: color 0.2s ease-in-out;
        cursor: pointer; /* Ajout du pointeur */
    }

        /* Lorsque le lien est survolé */
        .breadcrumb-item a:hover[b-75z02fcus7] {
            text-decoration: underline;
            color: #0056b3;
        }

    /* Style pour l'élément actif (le dernier élément du fil d'Ariane) */
    .breadcrumb-item.active[b-75z02fcus7] {
        color: #555;
        font-weight: bold;
        pointer-events: none;
    }

    /* Style pour l'icône de la maison */
    .breadcrumb-item i.fas.fa-home[b-75z02fcus7] {
        /*margin-right: 0.5rem;*/
        color: #007bff;
        font-size: 1.2rem;
        cursor: pointer; /* Ajout du pointeur sur l'icône de la maison */
    }

:dir(ltr) .breadcrumb-item i.fas.fa-home[b-75z02fcus7] {
    margin-right: 0.4rem;
}
:dir(rtl) .breadcrumb-item i.fas.fa-home[b-75z02fcus7] {
    margin-left: 0.4rem;
}

    /* Ajout d'un séparateur entre les éléments */
    .breadcrumb-item + .breadcrumb-item[b-75z02fcus7]::before {
        content: "/";
        /*padding: 0 0.5rem;*/
        color: #6c757d;
    }

    /*back ground color*/
.bg-blue[b-75z02fcus7] {
    background-color: #FFFFFF; /* Bleu clair */
}

.bg-green[b-75z02fcus7] {
    background-color: rgba(174, 214, 241,0.3); /* Vert menthe */
}

.bg-gray[b-75z02fcus7] {
    background-color: rgba(209, 242, 235,0.3); /* Gris clair */
}

.bg-orange[b-75z02fcus7] {
    background-color: rgba(230, 126, 34, 0.3); /* Orange doux avec 80% d'opacité */
}


a[b-75z02fcus7] {
    color: #007bff !important;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease-in-out;
    cursor: pointer;
}
/*@media (min-width: 992px) {
 

    .contCour {
        margin-top: 8rem !important;
    }
}*/
.contCour[b-75z02fcus7] {
    margin-top: 6rem !important;
    /*background-color:aquamarine;*/
}
/* _content/SecuriteRoutiere/Components/Pages/Home.razor.rz.scp.css */
/* _content/SecuriteRoutiere/Components/Pages/UserAcount.razor.rz.scp.css */
:root[b-49b54toegn] {
    /* Variables pour les couleurs paramétrables */
    --background-color: #fff;
    --text-color: #212121;
    --button-bg-color: #2196F3;
    --button-text-color: white;
    --section-bg-color: #e0e0e0;
    --stat-bg-color: #fff;
    --stat-text-color: #616161;
    --circle-primary-color: #4CAF50;
    --circle-secondary-color: #cccccc;
}

*[b-49b54toegn] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}



/* Container principal */
.container_principal[b-49b54toegn] {
    background-color: var(--background-color);
    padding: 20px;
    border-radius: 1rem;
    width: 100%;
    max-width: 400px;
    box-shadow: 0px 4px 12px rgb(0 0 0 / 41%);
    margin: 20px auto;
    border: 1px solid #616161;
}

/* Ajustement pour les écrans mobiles (moins de 600px) */
@media (max-width: 600px) {
    .container_principal[b-49b54toegn] {
        max-width: calc(100% - 4px); /* Laisser un espace de 2px de chaque côté */
       /* margin: 0 auto;*/ /* Centrer le conteneur */
        padding: 15px; /* Réduire légèrement le padding pour mobile */
        box-shadow: 0px 4px 12px rgb(0 0 0 / 41%); /* Conserver l'ombre */
        border: 1px solid #616161; /* Conserver la bordure */
        border-radius: 1rem; /* Conserver les coins arrondis */
    }
}


/* Section Profil */
.profile-section[b-49b54toegn] {
    text-align: center;
    margin-bottom: 1.5rem;
}

/* Cercle de progression avec SVG */
.progress-circle-container[b-49b54toegn] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    margin: 0 auto 10px;
    position: relative;
}

.progress-circle svg[b-49b54toegn] {
    width: 120px;
    height: 120px;
    transform: rotate(-90deg); /* Faire démarrer la progression à partir du haut */
}

.progress-circle circle[b-49b54toegn] {
    fill: none;
    stroke-width: 10;
}

.progress-circle .background-circle[b-49b54toegn] {
    stroke: var(--circle-secondary-color);
}

.progress-circle .progress[b-49b54toegn] {
    stroke: #4CAF50;
    /*var(--circle-primary-color);*/
    stroke-linecap: round;
    stroke-dasharray: 283; /* Longueur du cercle (2 * PI * rayon) */
    stroke-dashoffset: calc(283 - (283 * 65) / 100); /* 65% de progression */
}

.progress-circle-text[b-49b54toegn] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--text-color);
}

.percentage[b-49b54toegn] {
    margin-top: -10px;
    font-size: 1.2rem;
    color: var(--stat-text-color);
}

/* Bouton Complétez votre profil */
.complete-profile[b-49b54toegn] {
    background-color: var(--button-bg-color);
    color: var(--button-text-color);
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    margin: 15px 0;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}

/* Passer à Premium */
.premium-section[b-49b54toegn] {
    background-color: var(--section-bg-color);
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #61616196;
}

    .premium-section img[b-49b54toegn] {
        width: 20px;
        vertical-align: middle;
    }

    .premium-section span[b-49b54toegn] {
        font-size: 1rem;
        color: #FFC107;
        font-weight: bold;
    }

/* Statistiques */
.stats-section[b-49b54toegn] {
    background-color: #f8f9faeb;
        border-radius: 10px;
    padding: 15px;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #61616196;
}

.stats-header[b-49b54toegn] {
    font-size: 0.9rem;
    color: var(--stat-text-color);
    margin-bottom: 15px;
}

/* Grille des statistiques en deux colonnes */
.stats-grid[b-49b54toegn] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.stat[b-49b54toegn] {
    padding-top: 1px;
    background-color:white;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #61616196;
}

.stat-icon[b-49b54toegn] {
    font-size: 1.5rem;
    margin-bottom: 1px;
}

.stat-value[b-49b54toegn] {
    font-size: 1.2rem;
    font-weight: bold;
}

.stat-label[b-49b54toegn] {
    font-size: 0.9rem;
    color: var(--stat-text-color);
}
