:root {
    --primary-color: #c00000;
    --secondary-color: #053170;
    --light-color: #F8F7F7;
    --gray-color: #acacac;
    --gray-color1: #111;
    --accent-color: #ffcc00;
    --wheat-color: #f0e6e6;
    --green-color: #92d050;
}


/*@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}*/


/**/

html {
    background: #ffffff;
}

label {
    font-weight: unset !important;
}

.active-step,
#first_step_generique,
.particulier-stepper .pro-stepper,
.pro-stepper p,
.pro-stepper .fas,
.particulier-stepper .fas,
.particulier-stepper p {
    cursor: pointer;
}

.pro-stepper .fas,
.particulier-stepper .fas {
    font-size: x-large;
}

p {
    /* color: var(--secondary-color) !important;
    */
    line-height: 1.6;
    font-size: 14px;
}

p.text-accent {
    color: var(--accent-color);
}


/* Classes pour les couleurs de texte */

.txt-primary {
    color:#c00000  !important;
}

.txt-secondary {
    color: var(--gray-color) !important;
}

.text-light {
    color: var(--light-color) !important;
}

.text-gray {
    color: var(--gray-color) !important;
}

.text-dark {
    color: var(--gray-color1);
}

.text-accent {
    color: var(--accent-color);
}

.icon-status {
    margin-right: 5px;
}

.text-success .icon-status {
    color: green;
}

.text-warning .icon-status {
    color: red;
}


/* Classes pour les backgrounds */

.bg-primary {
    background-color: var(--primary-color);
}

.bg-secondary {
    background-color: var(--secondary-color);
}

.bg-light {
    background-color: var(--light-color);
}

.bg-gray {
    background-color: var(--gray-color);
}

.bg-dark {
    background-color: var(--gray-color1);
}

.bg-accent {
    background-color: var(--accent-color);
}

.bg-wheat {
    background-color: var(--wheat-color);
}

.border-primary {
    border: 1px solid var(--primary-color);
}

.border-secondary {
    border: 1px solid var(--secondary-color);
}

.border-gray {
    border: 1px solid var(--gray-color);
}

.border-dark {
    border: 1px solid var(--gray-color1);
}

.btn-primary {
    background-color: var(--primary-color);
    color: var(--light-color) !important;
    border: none;
}

.btn-secondary {
    background-color: var(--secondary-color);
    color: var(--light-color);
    border: none;
}

.btn-accent {
    background-color: var(--accent-color);
    color: var(--gray-color1);
    border: none;
}

.label-primary {
    color: var(--primary-color);
    font-weight: bold;
}

.label-secondary {
    color: var(--secondary-color);
    font-weight: bold;
}

a {
    color: var(--primary-color);
    text-decoration: none;
    font-size: 13px;
}
/* 
a:hover {
    color: unset !important;
} */

.mw-880 {
    max-width: 800px;
}

.form_btn_primary {
    font-weight: 400;
    text-align: center;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    height: 40px;
    background-color: #c00000;
    border-radius: 50rem;
    border: 1px solid #c00000;
    color: white;
    cursor: pointer;
    min-width: 166px;
}


/* Styles pour les titres */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--gray-color1);
    font-weight: 600 !important;
}


/* Classes pour les paragraphes */

.cls_connexion {
    /* color: #ffffff !important; */
    font-size: 12px;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: unset !important;
    background-color: unset !important;
    border-color: var(--primary-color) !important;
}

.btn-check:checked+.btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
 :not(.btn-check)+.btn:active:focus-visible {
    box-shadow: unset !important;
}


/*li a {
    color: #6e7173 !important;
    font-weight: 300 !important;
    -webkit-text-stroke: thin !important;
}*/


/*li a :hover {
    color: #6c63ff !important;
}
 font-family: 'Roboto', Arial, sans-serif;
label a {
    color: #6c63ff !important;
}*/

body {
    display: flex;
    flex-direction: column;
    /*min-height: 100vh;*/
    margin: 0;
    max-width: none !important;
}

* {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', Arial, sans-serif;
}

button:disabled {
    background-color: #5d5c62 !important;
    border-color: #5d5c62 !important;
}

.base-layout-container {
    /*background-color: white;*/
    background-color: white;
    min-height: calc(100vh - 189px);
}


/*.home-layout-container {
    background-color: #ffffff;
    min-height: 81vh;
}*/

.main-layout-container {
    max-width: 1280px;
    width: 100%;
    margin: auto;
    /*min-height: calc(100vh - 49px);
   margin-top: 40px;*/
    min-height: inherit;
}

.logo-mitih {
    margin-top: 50px;
}

.page-legal-layout-container {
    max-width: 1300px;
    width: 100%;
    margin: auto;
    min-height: calc(100vh - 49px);
    /*margin-top: 40px;*/
}

.nav-departement-index {
    display: none;
}

.home-main-slog1 p {
    color: #313131;
    font-size: 19px;
    /* font-weight: 500; */
    text-transform: uppercase;
    letter-spacing: 1px;
}

.home-main-slog2 p,
.home2-main-slog2 p {
    color: #313131;
    font-size: 15px;
    text-transform: uppercase;
    text-align: start;
    margin-top: 20px;
    letter-spacing: 1px;
}

.right_cls_bottom {}

.bloc_right {
    margin-top: auto;
    height: 50%;
    margin-bottom: 50px;
}


/*.home-main-layout-container {
    max-width: 1300px;
    width: 100%;
    margin: auto;
    min-height: 81vh;
}*/


/*.home-main-layout-container,
.home-layout-container,
.container_annuaire {
   min-height: calc(100vh - 260px) !important;
}*/

.index-container {
    /* padding-top: 5vh;
    min-height: calc(95vh - 30px);*/
    min-height: calc(100vh - 49px);
    height: min-content;
}

.right_cls_top {
    min-height: 340px;
    display: flex;
    align-items: center;
}

.index-departement-container {
    display: none;
}

a.btn-creation-compte {
    color: var( --primary-color) !important;
}

.btn-login,
.btn-parcourir {
    display: block;
    width: 70%;
    padding: 10px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    color: white;
    margin: 0 auto 10px auto;
    /* Centrer les boutons avec auto margin */
    cursor: pointer;
}

.btn-login {
    background-color: var(--primary-color);
}

.btn-parcourir {
    background-color: var(--secondary-color);
}


/*searchpage*/

.search-layout-container {
    background-image: url(/images/bgSearch4.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.search-page-wrap {
    max-width: 100%;
    width: 100%;
    margin: auto;
    height: 84vh;
    background-color: #00000096;
}

.search_page_flex .btn,
.search_page_flex .btn:hover {
    background-color: white !important;
}

.departement_select_wrap {
    display: flex;
    /* height: calc(1.5em + 0.75rem + 2px); */
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 20px;
    align-items: center;
    background-color: #6c63ff;
}

.column_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    max-height: 50vh;
    height: 100%;
}

.topbar_home_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 25px 25px 0px 25px;
}


/*.reset-pass_container {
    min-height: 570px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}*/

.precedent .fa-arrow-left {
    margin-right: 8px;
}

.suivant .fa-arrow-right {
    margin-left: 8px;
}

.form_btn_primary .fa-paper-plane {
    margin-right: 8px;
}

#submit_form_particulier_btn .fa-save {
    margin-right: 8px;
}


/*footer*/

.footer-layout-container {
    background-color: white;
    border-top: 1px solid var( --gray-color);
    /* position: fixed;
    bottom: 0;0 -1px 1px rgba(0, 0, 0, 0.2)
    width: 100%;*/
}

.footer-section {
    max-width: 1280px;
    width: 100%;
    margin: auto;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}


/* added  update 11/12/2024*/

.footer-layout-container {
    width: 100%;
    overflow-x: hidden;
}

.footer-section {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-top: 10px;
}

.svg-container {
    cursor: pointer;
}

.choix_dep_right_cls_top {
    min-height: 340px;
}

@media (max-width: 758px) {
    .mini-menu {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
        margin: 0;
    }
    .menu-item {
        margin-bottom: 10px;
        list-style: none;
    }
    .menu-link {
        text-align: left;
        display: block;
        width: 100%;
    }
    .menu-separator {
        display: none;
    }
    .choix_dep_right_cls_top {
        display: none;
    }
    .index-container {
        display: flex;
        justify-content: center;
    }
    .home-main-slog2 {
        margin-top: 94px !important;
    }
}

.footer-text {
    margin: 0;
    color: #313131 !important;
}

.social-link {
    margin-right: 10px;
}

/* .social-icon {
    filter: grayscale(100%);
} */

.mini-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.menu-item {
    margin-right: 5px;
}

.menu-link {
    color: #313131;
    text-decoration: none;
    line-height: 1.6;
}

.menu-link:hover {
    text-decoration: underline;
}

.menu-separator {
    margin: 0 5px;
    color: #313131;
}


/* fin */

.footer-left-content {
    display: flex;
    flex-direction: column;
}

.page-sidebar {
    flex: 0 0 20%;
    background-color: var(--light-color);
    padding: 10px;
    display: flex;
    border-right: 1px solid #afafaf;
    border-left: 1px solid #afafaf;
}

.main-page {
    display: flex;
}

.main-content-page {
    padding: 15px;
}

.main-content-page .container {
    width: 100%;
    padding: 0px !important;
    margin: unset !important;
    box-shadow: unset !important;
}

.page-sidebar-content {
    display: flex;
    margin: 0 0 0 auto;
    flex-direction: column;
    width: 100%;
    max-width: 300px;
}

@media (max-width: 1024px) {
    .main-layout-container {
        width: auto;
    }
    .main-page {
        flex-direction: column-reverse;
        margin: 15px;
        padding: 15px;
    }
    .page-sidebar-content {
        margin: 0px;
    }
    .page-sidebar {
        margin: unset;
        margin-top: 15px;
        border: 1px solid #afafaf;
    }
    .main-content-page {
        padding: 0px;
    }
}

.page-sidebar-site-info,
.page-sidebar-menu-container {
    margin: 15px 0px;
}

.page-sidebar-site-info h1 {
    margin-bottom: 10px;
    font-weight: bold;
}

.page-sidebar-menu-container h3 {
    margin-bottom: 10px;
    font-weight: bold;
}

ul.page-sidebar-menu {
    list-style: disc;
    margin-left: 15px;
}

ul.page-sidebar-menu li a:hover {
    text-decoration: underline !important;
}

.info-links_list ul li,
.middle-content_container ul li {
    padding-bottom: 1px;
}

.info-links_list ul li:hover,
.middle-content_container ul li:hover {
    text-decoration: underline;
    color: var(--gray-color1);
}

.info-links_list ul {
    list-style: none;
}


/*.middle-content_container ul {
    list-style: disc;
}*/

.right-content_container {
    display: flex;
    flex-direction: column;
}

.right-content_container .social_media {
    margin-top: 10px;
}

.social_media {
    display: flex;
    gap: 7px;
    justify-content: flex-end;
}

.social_media .btn {
    height: 40px;
    width: 40px;
    font-size: 19px;
    border: transparent ;/* 1px solid #ccc; */
    /*color: #313131;*/
    display: flex;
    justify-content: center;
}

.social_media .btn img {
    height: 40px;
    
    max-width: unset !important;
    object-fit: cover;
    /*width: 40px;*/
    border-radius: 50%;
}

.social_media .btn:hover {
    border-color: var(--primary-color);
    z-index: 1;
    background-color: transparent;
    color: black;
}


/*footer*/

.chosen-container-multi .chosen-choices {
    background-color: #fff;
    background-image: none !important;
    /**/
    border-color: #ced4da !important;
    padding: 3px .9rem !important;
    border-radius: 3px !important;
    color: #6c757d !important;
}

.stepers-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/*.connexion_img_container {
    background-color: #cfdae5;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}*/


/*.form_register_container {
    width: calc(100% + 100px);
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: -100px !important;
    background: rgb(255, 255, 255);
    min-height: 847px;
    padding-top: 10px;
    padding-left: 60px;
    border-radius: 8px;
}*/

.form_connexion_container,
.reset_pass_container,
.form_register_container {
    width: calc(100% + 100px);
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: -100px;
    background: rgb(255, 255, 255);
    min-height: 543px;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    padding: 30px 30px 30px 60px;
}


/* .connexion_img_container {
    background: #e8f0f7; 
    align-items: center;
    justify-content: center;
    padding: 20px;
} */

.connexion_img_container {
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 20px;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    margin-top: 20px;
}

.connexion_img_container img {
    max-width: 100%;
    /* Assurez-vous que l'image ne dépasse pas la largeur de son conteneur */
    height: auto;
    /* Conservez le ratio d'aspect de l'image */
    z-index: 1;
    transition: none;
    pointer-events: none;
}

.connexion_img_container img:hover {
    transform: none;
    /* Assurez-vous qu'il n'y a pas de transformation lors du survol */
}

.form__container {
    background: #ffffff;
    border-radius: 8px;
    /*padding: 30px !important;*/
}

.page-content-container {
    max-width: 1200px;
}


/*.form__container,*/


/* dashboard style */

.svg-container {
    width: 50%;
    max-height: 100%;
    max-width: 100%;
    /*display: flex;*/
    justify-content: center;
    overflow: hidden;
    /* Empêche le débordement de la carte SVG */
}

.right_cls {
    margin: 10px;
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-items: flex-start;
    margin-top: 100px;
    padding-left: 15px;
}

.custom-margin-left {
    margin-left: 50px;
    margin-bottom: 16px
}

.info-links_list {
    margin-left: 50px;
}

.container_margin_left {
    display: flex;
    flex-direction: column;
}


/*.right_cls .form_login_dashboard {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    max-width: calc(100% - 100px);
    width: 80%;
    margin-bottom: 10px;
}*/

.right_cls .form_login_dashboard {
    margin-bottom: 10px;
    border: 1px solid var(--gray-color);
    border-radius: 8px;
    padding: 20px;
    background-color: #fff;
    /* text-align: center; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* position: relative; */
    width: 100%;
}


/*.right_cls .page-title {
    font-size: 20px;
    text-align: center;
}*/

.login-home-main {
    margin-bottom: 10px;
    border: 1px solid var(--gray-color);
    border-radius: 8px;
    padding: 20px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /*position: relative;
    width: 80%;*/
}

.login-home-main p {
    margin-bottom: 16px;
    font-size: 14px;
    color: #313131;
    text-transform: uppercase;
}

.flex-container {
    display: flex;
    height: 100%;
    justify-content: center;
    max-width: 1300px;
    margin: auto;
    width: 100%;
}

.form-login_dashboard_btn,
.form-login_btn {
    display: flex;
    justify-content: center;
}

.form-login_dashboard_btn button,
.form-login_btn button {
    background-color: var(--primary-color);
    color: var(--light-color);
}

.form-login_dashboard_btn button:first-child,
.form-login_btn button:first-child {
    border-radius: 50px 0px 0px 50px;
    width: auto;
    font-size: 1rem;
    line-height: 1.5;
    height: 40px;
    padding: 9px 12px;
    max-width: 150px;
    width: 100%;
    cursor: pointer;
}

.form-login_dashboard_btn .create_compte,
.form-login_btn .create_compte {
    border-radius: 0px 50px 50px 0px;
    border-left: 1px solid white;
    width: auto;
    font-size: 1rem;
    line-height: 1.5;
    height: 40px;
    padding: 9px 12px;
    max-width: 150px;
    width: 100%;
    cursor: pointer;
}

.form-login_dashboard_btn a:hover,
.form-login_btn a:hover {
    /* font-weight: normal !important;*/
    border-left: 1px solid white;
}


/*
.card-pub_dashboard{
  width: 120px;
    height: 120px;
    margin-right: 20px;
}*/

.pub_card-img {
    /* height: 100%; */
    /* width: 100%; */
    aspect-ratio: 2/1;
    height: 150px;
    border: 5px solid #afafaf00;
    /**/
    object-fit: cover;
}

.card-pub_dashboard_container {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.flex-column {
    flex: 1;
    /* chaque colonne prend 50% de l'espace disponible */
    margin: auto;
}

.flex-row {
    flex: 1;
    /* Prendre une part égale de l'espace disponible */
    overflow: hidden;
    /* Pour gérer le contenu défilant si nécessaire */
}

.landing_page_container {
    display: flex;
    width: 100%;
    background-color: white;
}

.main-nav__body {
    padding: 10px;
}

.feature {
    border-radius: 50% !important;
    width: 45px !important;
    padding: 0px !important;
    margin-right: 10px !important;
    aspect-ratio: 1 / 1 !important;
}

.scroll-indicator {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px;
    cursor: pointer;
    z-index: 1000;
    display: none;
}

.scroll-indicator.left {
    left: 0;
}

.scroll-indicator.right {
    right: 0;
}

.themes_list-item:hover .themes_list-items-dropdown {
    display: block;
}


/*end TobBar Style
*/

.m_input {
    padding-right: 1.5rem;
}

.box {
    flex: 1;
    box-sizing: border-box;
}

.right_container {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.right_container .box {
    flex: 1;
    height: 50%;
}

.search-slt {
    display: block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
}


/*.carte {
  width: 85%;
  margin: 0 auto;
}*/

.home-main-layout-container path {
    stroke: #000000;
    stroke-width: 1px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-opacity: .25;
    fill: #e9e9e9;
}


/*
g:hover path {
  fill: #86cce0;
}
g path:hover {
  fill: #86eee0;
}*/

.parent-items,
.child-items,
.entreprise {
    list-style: none;
}


/*.entreprise-filiale li.active>a,
a:hover {
    color: #1e2125;
    font-weight: bold;
}*/

.left-sidebar {
    border-right: 2px solid #ccc;
    margin-right: 5px;
    margin-left: 5px;
    min-width: max-content;
}

.content_page__container {
    display: flex;
}

.espace_connexion_container {
    min-height: 60vh;
}

.custom-toast>.toast {
    width: 500px !important;
    border: 2px solid #323a46 !important;
    background-color: #323a46 !important;
}

.btn_role {
    color: #000 !important;
    background-color: #fdfafa !important;
    border: 2px solid #fdfafa !important;
}

.container {
    border-radius: 10px;
    margin-top: 20px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.button i {
    font-size: 1.3em
}

.btn-outline-secondary.rounded-pill {
    border-radius: 25px;
    padding: 8px 10px;
}


/*.is-valid {
    background-color: #ccffcc;
}

.is-invalid {
    background-color: #ffcccc;
}*/

.icon-margin {
    margin-right: 10px;
}

.label {
    font-size: .625rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: +1.3px;
    margin-bottom: 1rem;
}

.searchBar {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#searchQueryInput {
    width: 100%;
    height: 2.8rem;
    background: #e3e3e3;
    outline: none;
    border: none;
    border-radius: 1.625rem;
    padding: 0 3.5rem 0 1.5rem;
    font-size: 1rem;
}

#searchQuerySubmit {
    width: 3.5rem;
    height: 2.8rem;
    margin-left: -3.5rem;
    background: none;
    border: none;
    outline: none;
}

#searchQuerySubmit:hover {
    cursor: pointer;
}

#addActionBtnGeo:focus {
    outline: none;
}

.bottom-bar {
    background-color: #f8f9fa;
    padding: 10px 0;
}

.additional-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.additional-links li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}

.badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 5px;
    font-size: 12px;
}

.additional-links li a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #333;
}

.additional-links li a:hover {
    cursor: pointer;
    color: #666;
}

.additional-links a.active {
    color: #fff;
    background-color: #007bff;
    padding: 5px 10px;
    border-radius: 5px;
}

.additional-links a.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}

.additional-links a.active:hover::after {
    width: 100%;
    left: 0;
}

.container-choix {
    background-color: transparent !important;
}

.select-small {
    width: 100%;
    /* ou toute autre valeur de largeur que vous préférez */
    margin-left: 10px;
}


/*.font-family-karla {
      font-family: karla;
  }*/

.custom-navbar {
    background-color: #000000;
    /* Couleur de fond blanc pour la navbar */
}

.custom-navbar .nav-link {
    color: #ffffff;
    /* Couleur noire pour le texte des liens */
}

.card {
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 25px;
    margin-bottom: 40px;
    transition: transform 0.3s ease;
}

.card-title {
    font-size: 18px !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
}

.card-description {
    font-size: 14px;
    color: #666666;
    margin-bottom: 15px;
}

/* .card:hover {
    transform: scale(1.05);
}
 */
.card.selected {
    border-color: #FFC727;
    transition: border-color 0.3s ease;
}

.card input[type="radio"] {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.no-border {
    border: none;
    box-shadow: none;
}

.cssbuttons-io-button {
    display: flex;
    align-items: center;
    /*font-family: inherit;*/
    font-weight: 500;
    font-size: 13px;
    padding: 0.7em 1.4em 0.7em 1.1em;
    color: white;
    background: #ad5389;
    background: linear-gradient(0deg, rgba(20, 167, 62, 1) 0%, rgba(102, 247, 113, 1) 100%);
    border: none;
    box-shadow: 0 0.7em 1.5em -0.5em #14a73e98;
    letter-spacing: 0.05em;
    border-radius: 20em;
}

.cssbuttons-io-button svg {
    margin-right: 6px;
}

.cssbuttons-io-button:hover {
    box-shadow: 0 0.5em 1.5em -0.5em #14a73e98;
}

.cssbuttons-io-button:active {
    box-shadow: 0 0.3em 1em -0.5em #14a73e98;
}

#agentTable {
    display: none;
}

.cont {
    height: inherit;
}

.map-container {
    position: relative;
    /* Assure que la position de la carte est relative à cette div */
    width: 100%;
    /* Utilise toute la largeur disponible */
    height: 250px;
    /* Hauteur fixe pour la carte */
    overflow: hidden;
    /* Cache tout contenu dépassant de cette div */
}


/* .right-sidebar {
      overflow: auto;  ou overflow: hidden; 
    }*/

.connexion-nav {
    display: flex;
    align-items: center;
}

.connexion-nav {
    display: flex;
    align-items: center;
}

.connexion-container {
    display: none;
}

.burger-menu {
    display: none;
}

.nav__menu_wrap {
    display: none;
    position: fixed;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #9fa4a96e;
    text-align: center;
    z-index: 1;
    opacity: 0;
    transform: translateY(-100%);
    animation-duration: 0.3s;
    animation-timing-function: ease;
    animation-name: fadeOut;
}

.nav__menu_container {
    display: flex;
    flex-direction: column;
    width: 70%;
    background-color: white;
    padding: 35px;
    height: 100%;
    margin-left: auto;
}

.nav__menu_wrap.active {
    display: block;
    opacity: 1;
    transform: translateY(0%);
    animation-name: fadeIn;
}

.nav__close-wrap {
    font-size: 26px;
    text-align: left;
    margin-bottom: 10px;
}

.nav__menu_wrap:not(.active) {
    opacity: 0;
    transform: translateY(-100%);
    animation-duration: 0.3s;
    animation-name: fadeOut;
}


/*nav__switch*/

.nav__switch {
    display: none;
}

.forms__wrapper {
    display: flex;
    width: 80%;
    min-height: 1000px;
    padding: 2.25rem;
}

.connexion_wrap {
    min-height: 700px;
    width: 80%;
}

.mobile__container {
    display: none;
}


/*particulier form*/

.form__groups_wrap,
.form__groups_voix_wrap,
.form__groups_phones_wrap,
.form__groups_mail_wrap,
.form__groups_adress_wrap,
.form__groups_siren_wrap,
.form__groups_cp_region_wrap,
.form__groups_name_wrap,
.form__groups_lang_wrap,
.form__groups_dates_wrap,
.form__groups_entreprise_wrap,
.form__groups_filiale_wrap,
.form__groups_pseudo_mail_wrap {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}

.user-social-links {
    display: flex;
    margin-bottom: 5px;
    align-items: center;
}

.generate-pseudo {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0, -44%);
    cursor: pointer;
    background: gray;
    /* height: 100%; */
    width: min-content;
    color: white;
    padding: 8px;
    border-radius: 0px 3px 3px 0px;
    font-size: 13px;
}

.user-social-links img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.form__groups_ville_pays_wrap,
.form__groups_dep_cp_wrap {
    display: flex;
    width: 50%;
}

.ajout-filiale-modal .form__groups_ville_pays_wrap .form__group_wrap:last-child {
    min-width: fit-content;
}

.form__groups_ville_pays_wrap .form__group_wrap:last-child {
    width: auto;
}

.form__groups_voix_wrap .form__group_wrap:first-child,
.form__groups_voix_wrap .form__group_wrap:nth-last-child(2) {
    width: 25%;
}

.form__groups_lang_wrap .form__group_wrap:first-child,
.form__groups_dates_wrap .form__group_wrap:first-child,
.form__groups_entreprise_wrap .form__group_wrap:first-child,
.form__groups_voix_wrap .form__group_wrap:first-child,
.form__groups_voix_wrap .form__group_wrap:nth-last-child(2),
.form__groups_filiale_wrap .form__group_wrap:first-child,
.form__groups_filiale_wrap .form__group_wrap:nth-last-child(2),
.form__groups_siren_wrap .form__group_wrap:nth-last-child(2),
.form__groups_siren_wrap .form__group_wrap:first-child,
.form__groups_cp_region_wrap .form__group_wrap:nth-last-child(2),
.form__groups_cp_region_wrap .form__group_wrap:first-child,
.form__groups_mail_wrap .form__group_wrap:first-child,
.form__groups_phones_wrap .form__group_wrap:first-child,
.form__groups_pseudo_mail_wrap .form__group_wrap:first-child,
.form__groups_pseudo_mail_wrap .form__group_wrap:nth-last-child(2),
.form__groups_ville_pays_wrap .form__group_wrap:first-child {
    padding-right: 1.5rem;
}

.form__groups_name_wrap .form__group_wrap:first-child {
    width: 20%;
    padding-right: 1.5rem;
}

.form__groups_name_wrap .form__group_wrap:nth-child(2) {
    padding-right: 1.5rem;
}

.form__groups_dep_cp_wrap {
    padding-right: 1.5rem;
}

.form__groups_name_wrap .form__group_wrap:nth-child(2),
.form__groups_name_wrap .form__group_wrap:last-child {
    width: 40%;
}

.width-50 {
    width: 50%;
}

.w-33 {
    width: 33.333333%;
}

.form__group_wrap {
    display: flex;
    flex-direction: column;
}

.width-25 {
    width: 25%;
}

.custom_nav_link {
    color: #6c757d;
}

.custom_nav_link.active.active {
    color: #fbbf24;
    font-weight: bold;
}

.custom_nav_link:hover {
    color: #fbbf24;
}

.connexion__wrap {
    width: 25%;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 0px 0px;
    padding-right: 20px;
    margin-right: 15px;
    padding-top: 25px;
}

.connexion__wrap form {
    margin-top: 16px;
}

.creation__wrap {
    width: 70%;
}

.password-container {
    position: relative;
    display: flex;
    align-items: center;
}

.password-icon {
    position: absolute;
    right: 10px;
    cursor: pointer;
    color: #666;
}

.password-container input {
    padding-right: 30px;
}

.password-icon:hover {
    color: #333;
}

.form__registre_wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-right: 5rem;
    padding-left: 3rem;
    margin-top: auto;
    margin-bottom: auto;
}

.form__groups_civilite_wrap,
.form__groups_birth_wrap {
    display: flex;
    flex-direction: row;
}

.form__groups_civilite_wrap .form__group_wrap,
.form__groups_birth_wrap .form__group_wrap {
    width: 33.33333333%;
}

.text__accord {
    font-size: 15px;
    line-height: 1.75rem;
}

.preview_img_container {
    max-width: 100%;
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.password-input input.weak {
    background-color: #ffcccc;
}

.password-input input.medium {
    background-color: #ffebcc;
}

.password-input input.strong {
    background-color: #ccffcc;
}


/*connexion class*/

.page-title-wrapper {
    margin: 20px 0px;
}

.page-title {
    font-size: 22px;
    margin-bottom: 7px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.2;
}

.page-title-info {
    line-height: 1.5;
}

.social_connexion-wrap {
    display: flex;
    margin-top: 1rem;
    margin-bottom: 1rem;
    align-items: center;
}

.social_connexion-wrap span {
    margin-right: 5px;
    color: #6c757d;
}

.social-login span {
    color: white;
}

.social-login a {
    margin-bottom: 0px !important;
}

.button-container {
    display: flex;
    gap: 10px;
    padding: 20px;
}

.button-wrapper {
    display: flex;
}

.btn {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border: 2px solid #ccc;
    border-radius: 20px;
    background-color: #fff;
    cursor: pointer;
    font-size: 16px;
    position: relative;
}

.btn-outline {
    background-color: #fff;
    color: #000;
}

.btn-outline .search-icon {
    margin-left: 10px;
    font-size: 16px;
    color: #000;
}

.btn-solid {
    background-color: #add8e6;
    color: #000;
}

.btn-solid .search-icon,
.btn-solid .icon {
    margin-left: 10px;
    color: #000;
}


/* Ajout de la deuxième couleur pour le bouton Partager */

.btn-solid {
    background: linear-gradient(to right, #add8e6 50%, #b0e0e6 50%);
}

.btn-solid .icon {
    display: inline-block;
    font-size: 16px;
}

.search-icon {
    display: inline-block;
    font-size: 16px;
}

.connexion {
    padding: 5px;
    background-color: #6c63ff;
    color: white;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-size: 16px;
}

.social-icons {
    display: flex;
    gap: 10px;
    padding: 15px
}

.social-icons svg {
    width: 24px;
    height: 24px;
}

.social-icons .facebook svg {
    fill: #3b5998;
    /* Couleur Facebook */
}

.social-icons .instagram svg {
    fill: url(#instagram-gradient);
    /* Dégradé Instagram */
}

.social-icons .twitter svg {
    fill: #1DA1F2;
    /* Couleur Twitter */
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #343a40;
    /* Couleur de fond foncée */
    color: white;
    /* Couleur du texte */
}

.logo-home-main {
    height: 125px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.logo-home-main img {
    height: 100%;
    /* margin: auto;*/
}


/*.logo-home-main img {
    width: 60% !important;
    height: auto !important;
    display: block !important;
    margin-top: 10px !important;
    margin-bottom: 15px !important;
}*/

@media (max-width: 1024px) {
    #register-form-step-0,
    #register-form-step-1 {
        width: 100%;
    }
    .footer-section {
        display: flex;
        gap: 0;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    /*.form_register_container,
    .form_connexion_container ,
    
.reset_pass_container{
        
        width: 100%;
    }
    .reset_pass_container,*/
    .form__container {
        padding: 10px !important;
        margin: 0px !important;
    }
    .footer-left-content {
        order: 3;
        width: 100%;
        flex-direction: row-reverse;
        margin-top: 10px;
        justify-content: center;
        align-items: center;
    }
    .footer-left-content .social_media {
        margin-right: 10px;
    }
    .middle-content_container {
        order: 1;
    }
    .info-links_list {
        order: 2;
    }
    .form__groups_name_wrap,
    .form__groups_adress_wrap,
    .form__groups_voix_wrap,
    .form__groups_wrap,
    .form__groups_siren_wrap,
    .form__groups_cp_region_wrap {
        /* flex-direction: column;
        margin-top: 0px;*/
        flex-wrap: wrap;
    }
    .form__groups_name_wrap .form__group_wrap:first-child {
        width: 100%;
        padding-right: 0px !important;
    }
    .form__groups_dep_cp_wrap {
        padding-right: 0px;
    }
    .form__groups_ville_pays_wrap,
    .form__groups_dep_cp_wrap {
        width: 100%;
    }
    .form__groups_voix_wrap .form__group_wrap:first-child,
    .form__groups_voix_wrap .form__group_wrap:nth-last-child(2),
    .form__groups_name_wrap .form__group_wrap:nth-last-child(2),
    .form__groups_name_wrap .form__group_wrap:last-child,
    .form__groups_siren_wrap .form__group_wrap:nth-last-child(2),
    .form__groups_siren_wrap .form__group_wrap:first-child,
    .form__groups_cp_region_wrap .form__group_wrap:nth-last-child(2),
    .form__groups_cp_region_wrap .form__group_wrap:first-child,
    .form__groups_ville_pays_wrap .form__group_wrap:last-child {
        max-width: 50%;
        width: 100%;
    }
    .form__groups_pseudo_mail_wrap .form__group_wrap {
        max-width: 30%;
        width: 100%;
    }
    .form__groups_lang_wrap .form__group_wrap:first-child,
    .form__groups_dates_wrap .form__group_wrap:first-child,
    .form__groups_mail_wrap .form__group_wrap:first-child,
    .form__groups_phones_wrap .form__group_wrap:first-child,
    .form__groups_voix_wrap .form__group_wrap:first-child,
    .form__groups_dep_cp_wrap .form__group_wrap:first-child,
    .form__groups_ville_pays_wrap .form__group_wrap:first-child,
    .form__groups_siren_wrap .form__group_wrap:first-child,
    .form__groups_cp_region_wrap .form__group_wrap:first-child,
    .form__groups_pseudo_mail_wrap .form__group_wrap:first-child,
    .form__groups_pseudo_mail_wrap .form__group_wrap:nth-last-child(2) {
        /* flex-direction: column;
        margin-top: 0px;*/
        padding-right: 1.5rem;
    }
    .form__groups_wrap,
    .form__groups_voix_wrap,
    .form__groups_phones_wrap,
    .form__groups_mail_wrap,
    .form__groups_adress_wrap,
    .form__groups_siren_wrap,
    .form__groups_cp_region_wrap,
    .form__groups_name_wrap,
    .form__groups_lang_wrap,
    .form__groups_dates_wrap,
    .form__groups_entreprise_wrap,
    .form__groups_filiale_wrap,
    .form__groups_filiale_wrap .form__group_wrap,
    .form__groups_voix_wrap .form__group_wrap:last-child,
    .nom_voix_wrap,
    .form__groups_ville_pays_wrap,
    .form__groups_name_wrap .form__group_wrap:nth-last-child(2),
    .form__groups_name_wrap .form__group_wrap:last-child,
    .form__groups_siren_wrap .form__group_wrap:last-child,
    .form__groups_name_wrap .form__group_wrap:nth-last-child(2),
    .form__groups_cp_region_wrap .form__group_wrap:last-child {
        margin-top: 30px;
    }
    .info-cost {
        display: block;
        margin-top: 45px;
    }
    .form__groups_filiale_wrap,
    .form__groups_pseudo_mail_wrap {
        flex-wrap: wrap;
    }
    .form__groups_filiale_wrap .form__group_wrap:nth-last-child(2),
    .form__groups_filiale_wrap .form__group_wrap:first-child {
        width: 50%;
    }
    .form__groups_filiale_wrap .form__group_wrap:nth-last-child(2),
    .form__groups_voix_wrap .form__group_wrap:nth-last-child(2),
    .form__groups_cp_region_wrap .form__group_wrap:nth-last-child(2),
    .form__groups_siren_wrap .form__group_wrap:nth-last-child(2) {
        padding-right: 0px;
    }
    .form__groups_pseudo_mail_wrap .form__group_wrap:first-child {
        width: 100%;
        padding-right: 0px;
        max-width: 100%;
    }
    .form__groups_pseudo_mail_wrap .form__group_wrap:nth-last-child(2) {
        max-width: 50%;
        padding-right: 1.5rem;
        margin-top: 30px;
    }
    .form__groups_pseudo_mail_wrap .form__group_wrap:last-child {
        max-width: 50%;
        margin-top: 30px;
    }
}

.disabled-input {
    pointer-events: none;
    opacity: 0.5;
}

@media (max-width: 991.98px) {
    body {
        overflow-x: hidden;
        padding-bottom: unset !important;
    }
    /**/
}

@media (max-width: 900px) {
    .connexion_wrap {
        width: auto;
    }
}

@media (max-width: 767px) {
    .form__groups_phones_wrap .form__group_wrap,
    .form__groups_mail_wrap .form__group_wrap,
    .form__groups_lang_wrap .form__group_wrap,
    .form__groups_dates_wrap .form__group_wrap,
    .form__groups_voix_wrap .form__group_wrap:first-child,
    .form__groups_voix_wrap .form__group_wrap:nth-child(2),
    .form__groups_ville_pays_wrap,
    .form__groups_dep_cp_wrap {
        display: flex;
        width: 100%;
        /*  padding-right: 0px;*/
    }
    .m_input {
        padding-right: 0px;
    }
    /*connexion class*/
    .connexion_img_container {
        /* height: 142px !important;
          width: 152px !important;
          margin: auto;
          margin-bottom: 20px;*/
        display: none;
    }
    .connexion_img_container img {
        width: 100%;
        object-fit: cover;
        height: 100%;
    }
    .form__container {
        max-width: 700px;
        margin: 0 auto;
        width: 100%;
    }
    .form_register_container,
    .form_connexion_container,
    .reset_pass_container {
        max-width: 700px;
        margin: 0 auto;
        width: 100%;
        margin-left: 0px;
        padding: 10px;
    }
    .step-text,
    .step-text-pro {
        /* display: none; */
    }
    .stepers-container {
        margin-left: 3px;
        margin-bottom: 15px;
    }
    .connexion_wrap {
        width: 95%;
    }
    .right_container {
        width: 100%;
    }
    .theme-wrap {
        display: none;
    }
    .navbar__search {
        display: none;
    }
    #searchQueryInput {
        padding: 0 1.5rem 0 3.5rem;
    }
    #searchQuerySubmit {
        margin-left: 0px;
        margin-right: -65px;
        z-index: 1;
    }
    .navbar {
        position: sticky;
        top: 0;
        z-index: 5;
    }
    .navbar_sticky {
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        z-index: 3;
    }
    .connexion-nav {
        justify-content: flex-end;
    }
    .lang_pays_mobile {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .lang_pays_mobile .custom-select {
        border: none;
        background-image: none;
        width: auto;
    }
    .lang_pays_mobile .selected-option img {
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }
    .lang_pays_mobile .options {
        position: absolute;
        top: 100%;
        /* left: 30px;*/
        z-index: 1;
        list-style: none;
        padding: 0;
        margin: 0;
        background-color: #fff;
        border: 1px solid #ccc;
        border-top: none;
        display: none;
        width: 137px;
    }
    .lang_pays_mobile .selected-option {
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    .navbar-brand {
        width: 38%;
    }
    .burger-menu {
        display: block;
        font-size: 26px;
        cursor: pointer;
    }
    .connexion-container {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .nav__switch {
        display: flex;
    }
    .forms__wrapper {
        /* display:none;*/
        flex-direction: column;
        padding: 0px;
    }
    .connexion__wrap {
        width: 100%;
        padding: 2.25rem;
        box-shadow: none;
    }
    .creation__wrap {
        width: 100%;
        padding: 15px 25px;
    }
    .mobile__container {
        display: block;
    }
    .form__groups_wrap {
        flex-direction: column;
        /*font-size: 16px;
          color: #000000;
          font-weight: normal;*/
    }
    .form__group_wrap {
        margin-bottom: 16px;
    }
    .width-50,
    .w-33,
    .width-25 {
        width: 100%;
    }
    .pt-4 {
        padding-top: 5px !important;
    }
    .switch__tab {
        display: none;
    }
    .form__registre_wrap {
        padding-right: 0px;
        padding-left: 0px;
    }
    .btn-civilite,
    .form__groups_birth_wrap .form__group_wrap input {
        /*border: 1px solid #0000003d;*/
        padding: 8px 18px !important;
    }
    .label_cls {
        margin-bottom: 0px !important;
    }
    /*.form__groups_voix_wrap,*/
    .form__groups_adress_wrap {
        flex-wrap: wrap;
    }
    /*.form__groups_lang_wrap .form__group_wrap:first-child,
    .form__groups_name_wrap .form__group_wrap:first-child,
    .form__groups_name_wrap .form__group_wrap:nth-child(2) {
        padding-right: 3px;
    }*/
    /*.form__groups_name_wrap .form__group_wrap:first-child .input-select {
        width: -webkit-fill-available;
    }
    .form__groups_adress_wrap .form__group_wrap:last-child {
        margin-top: 4px;
    }*/
    .text__accord {
        font-size: 14px;
    }
    .navbar__actions {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        align-items: center;
        padding: 0px 14px 10px 14px;
        background-color: #f8f9fa;
    }
    .navbar__actions_search {
        display: flex;
        margin: auto;
        width: 100%;
    }
    .navbar__actions_links {
        display: flex;
        justify-content: center;
        width: 90%;
        align-items: center;
        margin-top: 10px;
    }
    .logo-home-main {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
}

@media (max-width: 758px) {
    .footer-section {
        display: flex;
        gap: 0;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .footer-left-content {
        order: 3;
        width: 100%;
        flex-direction: column;
        margin-top: 10px;
        justify-content: center;
        align-items: center;
    }
    .footer-left-content .social_media {
        margin-right: 10px;
    }
    .middle-content_container {
        order: 1;
        width: 100%;
    }
    .info-links_list {
        order: 2;
        width: 100%;
    }
    .middle-content_container,
    .info-links_list {
        margin-top: 10px;
        display: flex;
        justify-content: center;
    }
    /*end footer*/
    .svg-container {
        display: none;
    }
    .right_cls {
        width: 100%;
        flex-direction: column-reverse;
        align-items: center;
        padding: 15px;
    }
    .right_cls .search-box {
        max-width: 332px;
    }
    .right_cls .search-container {
        margin: auto;
    }
    .nav-departement-container {
        width: auto;
    }
    .nav-departement-index {
        display: block;
    }
    .login-home-main {
        margin-top: 10px;
        width: 100%;
    }
    .logo-home-index {
        display: none;
    }
    /*.home-main-slog1 p {
        font-size: 16px;
    }*/
    .index-container .right_cls {
        margin: 0px;
        padding-top: 0px;
    }
    .home-main-slog1,
    .home-main-slog2 {
        text-align: center;
        /* Centre le texte */
        margin-bottom: 10px;
        /* Ajoute une marge en bas du texte */
    }
    .home-main-index-slog2 {
        display: none;
    }
    .home-main-slog2 {
        margin-bottom: 20px;
        /* Ajoute une marge plus large en bas du deuxième texte */
    }
    .home2-main-slog2 p {
        font-size: 15px;
        text-align: left;
    }
    .index-departement-container {
        display: block;
    }
    .index-2-slogan.home-main-slog2 {
        display: block;
    }
    .home-main-slog2 p {
        /*font-size: 13px;*/
        text-align: center;
    }
    .logo-home-main {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
        /* Ajoute une marge en bas du logo */
    }
    /*.logo-home-main {
        max-height: 125px;
        height: 100%;
        margin-bottom: 30px;
    }
    .logo-home-main img {
        height: 100%;
        margin: auto;
    }
    .logo-mitih {
         width: 60% !important;
        height: auto !important;
        display: block !important;
        margin-top: 10px !important;
        margin-bottom: 15px !important;
    }*/
    .login-home-main p {
        margin-bottom: 16px;
    }
    .right_cls .form_login_dashboard {
        border: 1px solid black;
        border-radius: 8px;
        padding: 20px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        margin-top: 10px;
        width: 100%;
    }
    /*end home*/
}

@media (max-width: 480px) {
    .index-container .right_cls {
        margin: 0px;
        padding-top: 0px;
    }
    .right_cls .search-box {
        max-width: 172px;
    }
    .logo-home-main {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
        margin-top: 0px;
        /* Ajoute une marge en bas du logo */
    }
    .logo-mitih {
        /* margin-top: 50px; */
        margin-top: 0px;
    }
    .home-main-slog1,
    .home-main-slog2 {
        text-align: center;
        /* Centre le texte */
        margin-bottom: 10px;
        /* Ajoute une marge en bas du texte */
    }
    .home-main-slog2 {
        margin-bottom: 20px;
        /* Ajoute une marge plus large en bas du deuxième texte */
    }
}

.page-title-info {
    color: #222;
}


/*.fas {
   
    font-size: x-large;
}*/

.condition-label a {
    color: #053170 !important;
    text-decoration: none;
    cursor: pointer;
}

.condition-label a:hover {
    text-decoration: underline !important;
    color: #FFFFFF
}


/*.step-text {
    color: #053170 !important;
}*/


/*.txt-primary {
    color: #053170 !important;
}*/


/**************** search page style ***************************/

.search-page-container {
    /* min-height: calc(95vh - 30px);*/
    min-height: calc(100vh - 49px);
}

.search-page-container.has-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.search-layout {
    max-width: 1280px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: auto;
}

.search_page_flex {
    /* min-height: calc(95vh - 30px);
    min-height: calc(100vh - 49px);*/
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 15px;
    justify-content: flex-start;
}


/*.search_page_flex {
    height: 90%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 15px;
}*/

.search-page-box {
    display: flex;
    width: 100%;
    justify-content: center
}

.search-top-nav {
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 25px;
    align-items: center;
}


/*.search-top-nav select {
    max-width: 100px;
}*/

.logo-search {
    height: 125px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.logo-search img {
    height: 100%;
}

.search-page-cover {
    width: 100%;
    height: 100%;
}

.search-page-cover.has-cover {
    background: #80808061;
}

.search-wrap {
    position: relative;
    margin-left: -2px !important;
    display: flex;
    align-items: center;
    padding: 0px 15px;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 16px;
    height: 40px;
    width: 100%;
    border-radius: 20px 20px 20px 20px !important;
    max-width: 600px;
}

.search-field {
    border: none;
    outline: none;
    flex-grow: 1;
    font-size: 15px;
    padding: 0px;
    color: #333;
    width: 100%;
}

.select2-container--default .select2-selection--single {
    background-color: unset;
}

.search-pays-select {
    background-color: unset;
    margin-right: 5px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px
}


/**************** end search page style ***************************/
/**************** Notification badge style ***************************/

.icon-notification {
    position: relative;
    border: none;
    background: none;
    cursor: pointer;
}

.icon-notification img {
    display: block;
}

.badge_notification {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: red;
    color: white;
    padding: 5px;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
}
/**************** End Notification badge style ***************************/
