.eventEtatContainer {
    height: 37px;
    margin-bottom: 10px;
}

.primary-btn {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 166px;
    width: max-content;
    text-align: center;
    user-select: none;
    padding: 0px 15px;
    line-height: 1.5;
    height: 40px;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: white;
    cursor: pointer;
}

.cke_notifications_area_event_content,
.cke_notifications_area {
    display: none !important;
}

.discard-btn {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 166px;
    width: max-content;
    text-align: center;
    user-select: none;
    padding: 0px 15px;
    line-height: 1.5;
    height: 40px;
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    color: white;
    cursor: pointer;
}

.delete_btn {
    color: #fff;
    background-color: var(--gray-color1);
    border-color: var(--gray-color1);
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}

.primary-btn .fas {
    font-size: 16px;
    margin-right: 3px;
}

.spinner__container {
    display: block;
    position: absolute;
    background: #00000052;
    height: 100%;
    width: 100%;
    padding-top: 100px;
    z-index: 2;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

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

/* #pays,
#pays_entreprise {
    width: fit-content;
} */

.tags-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: .375rem .75rem;
    background-color: #f8f9fa;
    min-height: 38px;
    /* Correspond à la hauteur des champs input par défaut */
}

.tag-item {
    background-color: var(--secondary-color);
    color: #fff;
    border-radius: .25rem;
    padding: .375rem .75rem;
    margin: .2em;
    font-size: 0.875em;
    display: inline-block;
    position: relative;
}

.tag-item .close-tag {
    border: none;
    background: none;
    color: #fff;
    font-size: 1em;
    margin-left: 0.5em;
    cursor: pointer;
}

.service-container {
    height: 150px;
    overflow-y: auto;
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: .375rem .75rem;
}

.form__group_wrap .mb-3 {
    margin-bottom: 1em;
    display: flex;
    flex-direction: column;
}

.m-left-10 {
    margin-left: 10px;
}

.choices__inner,
.choices__input {
    background-color: #fff !important;
}

.choices {
    margin-bottom: 0px !important;
}


/*.form__group_wrap {
    margin-bottom: 1em;
}*/

.text-nowrap {
    white-space: nowrap;
}

.input-select {
    width: auto;
}

.telephone-full {
    display: none;
}

.telephone-blur:hover+.telephone-full {
    display: inline;
}

.telephone-blur:hover {
    display: none;
}

.close-tool,
.custom-close-tool {
    /*border: 1px solid gray;
    background: red;*/
    color: white;
    font-size: 1em;
    margin-left: 15px;
    cursor: pointer;
}

.spinner__container .spinner-border {
    height: 70px;
    width: 70px;
    color: white;
}

.eventEtatContainer p {
    color: white;
    padding: 5px;
    margin-right: 24px;
    height: 100%;
    /*font-weight: bold;*/
}

.pubEtatContainer p.validated,
.eventEtatContainer p.validated {
    background: #8a86ff;
    padding: 10px 9px;
    color: white;
    /* font-weight: bold;*/
    text-align: center;
}

.pubEtatContainer p.suspondu,
.eventEtatContainer p.suspondu {
    background: #ff6363;
    padding: 10px 9px;
    color: white;
    /* font-weight: bold;*/
    text-align: center;
}

.pubEtatContainer p.attente,
.eventEtatContainer p.attente {
    background: #e8d21d;
    padding: 10px 9px;
    color: rgb(255, 255, 255);
    /* font-weight: bold;*/
    text-align: center;
}

.profile_tab_container {
    /* margin: auto; */
    min-height: 450px;
    width: 100%;
}

.espace_navigation_wrap {
    display: flex;
    justify-content: space-between;
}

.espace_blocs_wrap {
    width: 97%;
    margin: 15px auto;
}

.content_page__container {
    min-height: 700px;
    position: relative;
    width: 100%;
}

.preview_img_container img {
    height: 100px;
    width: 100px;
    margin-right: 10px;
}

.preview_img_container a {
    margin-right: 10px;
}

.ajout-filiale-modal .modal-dialog {
    max-width: 1000px;
}


/*.is-invalid {
    border-color: red;
}

.is-valid {
    border-color: green;
}*/

.events_tab_container {
    width: 100%;
    margin: auto;
    min-height: 450px;
    display: flex;
    flex-direction: column;
}

.profile__tabs {
    padding: 0px;
    border-bottom: 1px solid #71b6f9;
    border-left: 1px solid #71b6f9;
    margin: 0px 4px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.profile__tabs .nav-link {
    border-radius: 0px !important;
}

.formule_container h3 {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: large;
}

.formule_container ul {
    list-style: inside;
}

.user_home__container {
    display: flex;
    flex-wrap: wrap;
    margin-left: 15px;
}

.user_home__container .main-content {
    width: 70%;
    flex-grow: 1;
    margin-right: 15px;
}

.user-activity-card {
    padding: 2.25rem;
    margin-bottom: 2.25rem;
    margin-right: 0px;
}

.arrow-right {
    font-size: 3em;
}

.category-toggle {
    cursor: pointer;
    transition: color 0.3s ease-in-out;
}

.category-toggle i {
    transition: transform 0.3s ease-in-out;
}

.ape_select_container label {
    font-size: 14px;
    color: #6c757d;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.ape_select_container {
    margin-top: -16px;
}

.ape_select_container>.select2 {
    width: 125.922px;
    border-radius: 4px !important;
    height: calc(1.4em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ced4da;
    display: flex;
    align-content: center;
    align-items: center;
    /* box-shadow:0 0.5rem 1rem rgba(0,0,0,0.15); */
}

.select2-container--default .select2-selection--single {
    border: none !important;
}

.category-toggle:hover {
    color: #92D050;
}

.filter-options {
    display: none;
    padding-left: 10px;
}

.category-toggle.active+.filter-options {
    display: block;
}

.category-toggle.active i {
    transform: rotate(90deg);
}

.left-sidebar-menu-toggle {
    display: none;
}

.espace-left-sidebar {
    display: flex;
    margin: 0 0 0 auto;
    flex-direction: column;
    width: 100%;
    max-width: 300px;
    background-color: var(--light-color);
    padding: 15px 10px;
}

.espace-left-sidebar-top {
    display: none;
}

.arbre-filiale-item a {
    font-weight: 6OO;
    margin-top: 13px;
    line-height: 1.2em;
    padding-top: 5px !important;
    padding-left: 0px !important;
    font-weight: 500;
    text-transform: uppercase;
}

.arbre-filiale-item a:hover {
    text-decoration: none !important;
}

.arbre-filiale-item {
    padding: 3px 5px;
    width: 100%;
    margin-top: 2px;
}

.arbre-filiale-item.active-link,
.arbre-filiale-item:hover {
    text-decoration: underline;
    color: white;
    background-color: var(--gray-color);
}


/**/

.cls_arbre_filiales {
    margin-top: 35px;
    text-transform: uppercase;
}

.btn__add_filiale {
    height: 40px;
    padding: 7px 12px;
    border-radius: 20px;
    background-color: var(--gray-color);
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    /* font-weight: bold; */
    border: 1px solid var(--gray-color);
    width: max-content;
    margin-left: 10px;
}

.espace-left-sidebar-content h4 {
    font-size: 16px;
    font-weight: 6OO;
    text-transform: uppercase;
}

.sidebar-close-btn {
    font-size: 21px;
    font-weight: bold;
    padding: 10px;
}

.sidebar-close-btn:hover {
    color: red;
}


/*.left-sidebar-menu .sidebar-content {
    height: 100%;
    padding: 20px;
}

.left-sidebar-menu-container {
    position: relative;
    display: none;
}

.left-sidebar-menu.active {
    display: block;
    opacity: 1;
    transform: translateY(-3%);
    animation-name: fadeIn;
}*/

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

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

.profile_page__content {
    width: 100%;
    background-color: white;
    padding-top: 15px;
}

.profile_g_container {
    width: 100%;
    /*padding:20px;
    padding-top: 20px;
    background-color: var(--gray-color);*/
    margin: auto;
}

.navigation_entreprise,
.navigation_filiale,
.navigation_particulier {
    color: white;
    display: flex;
    gap: 2px;
    justify-content: center;
    border-bottom: 1px solid var(--gray-color);
}

a.tab-btn {
    height: 40px;
    padding: 7px 12px;
    border-radius: 0px;
    background-color: var(--light-color);
    /**/
    color: black !important;
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid var(--light-color);
    width: max-content;
    margin-left: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
}

.navigation_modal .stepper {
    padding: 7px 12px;
    border-radius: 0px;
    background-color: var(--light-color);
    /**/
    color: black !important;
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid var(--light-color);
    width: max-content;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    width: -webkit-fill-available;
}

.navigation_modal {
    color: white;
    display: flex;
    gap: 4px;
    border-bottom: 1px solid var(--gray-color);
}

.link-agent-modal {
    color: var(--gray-color);
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 11px;
}

a.tab-btn.active,
.navigation_modal .stepper.active {
    background-color: var(--gray-color);
    border: 1px solid var(--gray-color);
    color: white !important;
    /**/
}

.form-check-input:checked {
    background-color: var(--green-color);
    border-color: var(--green-color);
}


/*.field input:not([value=""])+label,
.field textarea:not([value=""])+label {
    font-size: 14px;
    top: -20px;
    color: #6c757d;
}*/

.forms_container {
    display: flex;
    margin-top: 5px;
    /* max-width: 900px;*/
    width: 100%;
}


/*.form_entreprise_container {
    margin-right: 20px;
}*/

.form_entreprise_container,
.form_g_container {
    width: 100%;
}

.event-image-item,
.entreprise-image-item {
    display: flex;
}

.event-image-item .img-container,
.entreprise-image-item .img-container {
    height: 100px;
    width: 100px;
    margin: 5px;
}

.event-image-item .img-container img,
.entreprise-image-item .img-container img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.img-container span {
    /* color: red;
    margin: 5px;*/
    cursor: pointer;
}

.profile__menu-aside-body ul {
    display: flex;
    flex-direction: column;
}

.settings_particulier_wrap {
    width: 80%;
    padding-left: 10px;
}

.formules_update_container {
    width: 55%;
    padding: 0px 18px;
}

.formules_update_container form {
    margin-top: 47px;
}

.setting_container {
    display: flex;
    width: 100%;
}

.config-agent-form-check {
    margin-bottom: 5px;
}

.form-check input[type="checkbox"],
.config-agent-form-check input[type="checkbox"] {
    display: none;
}

.form-check .custom-checkbox {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    user-select: none;
    color: #818080;
    font-size: 12px;
}

.config-agent-form-check .custom-checkbox {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    user-select: none;
    color: black;
    font-size: 14px;
}

.form-check .custom-checkbox::before,
.config-agent-form-check .custom-checkbox::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 4px;
}

.form-check .custom-checkbox::before,
.config-agent-form-check .custom-checkbox::before {
    top: 3px;
}

.form-check input[type="checkbox"]:checked+.custom-checkbox::before,
.config-agent-form-check input[type="checkbox"]:checked+.custom-checkbox::before {
    border: 1px solid var(--green-color);
    background-color: var(--green-color);
}

.form-check input[type="checkbox"]:checked+.custom-checkbox::after,
.config-agent-form-check input[type="checkbox"]:checked+.custom-checkbox::after {
    content: "✔";
    position: absolute;
    left: 3px;
    top: -2px;
    color: white;
    font-size: 14px;
}

.collapse {
    visibility: visible !important;
}

.accordion-button.collapsed::after {
    filter: invert(1) !important;
}

.accordion-button:not(.collapsed) {
    color: var(--black-color) !important;
    background-color: var(--light-color) !important;
    /* background-color: #efcb8c26; */
    font-weight: bold !important;
    box-shadow: inset 0 -1px 0 var(--ct-accordion-border-color);
}

.accordion-button.collapsed {
    color: white !important;
    background-color: var(--gray-color) !important;
    font-weight: bold !important;
}

.formule_entreprise_bloc {
    width: fit-content;
}

.formuleInfo_container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    color: white;
    font-weight: bold;
}

.formuleInfo_container p {
    color: white !important;
    font-weight: bold !important;
}

.accordion-body p {
    color: rgb(26, 25, 25) !important;
    font-weight: bold !important;
}

.personnal_info_form {
    margin: 0px 10px;
    margin-right: 5px;
    padding-bottom: 15px;
    margin: auto;
}

.formule_tab_container {
    min-height: 263px;
}

.aside-menu-btn {
    display: none;
}

.with-sub ul {
    margin-left: 15px;
}

.particulier_setting__wrap {
    display: flex;
    width: 100%;
    min-height: 100vh;
    max-width: 1280px;
    margin: auto;
    /*border-color: #afafaf;
    border-style: solid;
    border-width: 0 1px 0 0px;*/
}

.btn_setting_wrap {
    width: fit-content;
    height: fit-content;
    margin-top: 18px;
}

.nav-aside button {
    width: 100%;
    border-radius: 0%;
    margin-bottom: 5px;
}

.nav-aside .nav-item {
    margin-right: 0px;
}


/*.profile__menu-aside-body .profile-nav-link{

    display: block;
    padding: .5rem 1rem;
    color: #fbbf24;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.profile__menu-aside-body .profile-nav-link:hover,.profile__menu-aside-body .profile-nav-link.active{

  color: #b45309;
 }
*/


/*.event_list_wrapper{
    display: flex;
    flex-wrap: wrap;

    justify-content:space-between;

    margin: 19px 0px;
}
.event_card {
  width: 320px;
  height: 370px;
  cursor: pointer;
  margin: 0px 20px 20px 0px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
 }
.eventcard__etat {
  padding: 5px 0px;
  font-weight: bold;
}
.EventEdit_img_wrap{
  height: 200px;
    width: 200px;
    margin: 3px 10px 3px 0px;
}
.EventEdit_img_wrap img{
  height: 100% ;
  width: 100%;
  object-fit: cover;
}
*/

.espace_pub_wrap,
.events__wrapper {
    /*margin: 10px 27px;*/
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 666px;
}

.pub_list_wrapper,
.event_list_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 19px 0px;
}

.pub_card,
.event_card {
    cursor: pointer;
    margin: 0px 20px 20px 0px;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    max-width: 320px;
    width: 100%;
    min-height: 416px;
    background-color: var(--light-color);
    /*max-height: 400px;
    height: 100%;*/
}


/*.pub_card{
}
.event_card {
  width: 383px;
  height: 419px;
}*/

.pubcard__btn {
    display: flex;
    justify-content: center;
    margin: 10px;
}

.pubcard__btn button {
    font-size: 14px;
}

.pubcard__btn button:first-child {
    color: #fff;
    background-color: #8a86ff;
    border-color: #8a86ff;
    margin-right: 10px;
}

.pubcard__content,
.eventcard__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 3px 10px 10px;
    width: 100%;
    height: 65%;
}

.pubcard__description,
.eventcard__description {
    margin-top: 4px;
    font-size: 15px;
}

.pubcard__description p,
.eventcard__description p {
    /*color: #343434;*/
    font-size: 14px;
}

.eventcard__content_top {
    height: 100%;
    position: relative;
    padding-top: 24px;
    min-height: 152px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pubcard__content_top {
    position: relative;
    padding-top: 24px;
}

.pubcard__etat,
.eventcard__etat {
    /*font-weight: bold;*/
    font-size: 13px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.eventcard__etat.valide,
.pubcard__etat.valide {
    color: #8a86ff;
}

.eventcard__etat.suspondu,
.pubcard__etat.suspondu {
    color: #ff6363;
}

.eventcard__etat.attente,
.pubcard__etat.attente {
    color: #e8d21d;
}

.eventcard__title,
.pubcard__title {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: bold;
    min-height: 38%;
    justify-content: space-between;
}

.eventcard__btn {
    text-align: center;
}

.card-content .details p {
    display: flex;
    align-items: center;
}

.eventcard__details {
    margin-bottom: 5px;
}

.eventcard__details p i {
    margin-right: 5px;
}

.eventcard__details p,
.eventcard__details p .fas {
    color: var(--secondary-color);
    font-size: 15px;
    /* font-weight: bold;*/
}


/* Hover effect */

.stepper {
    cursor: pointer;
}

.secondary-btn {
    text-align: center;
    font-weight: 400;
    user-select: none;
    padding: 0px 15px;
    font-size: 1rem;
    line-height: 1.5;
    height: 40px;
    background-color: var(--gray-color);
    border-radius: 50rem;
    border: 1px solid var(--gray-color);
    color: white;
    cursor: pointer;
    min-width: 166px;
}

.secondary-btn .fas,
.next-btn .fas,
.precedent-btn .fas,
.btn-enregistrer .fas {
    font-size: unset
}

.next-btn,
.btn-enregistrer {
    background-color: var(--green-color);
    background-color: var(--green-color);
}

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

.next-btn,
.precedent-btn,
.btn-enregistrer {
    text-align: center;
    font-weight: 400;
    user-select: none;
    padding: 0px 15px;
    font-size: 1rem;
    line-height: 1.5;
    height: 40px;
    border-radius: 50rem;
    color: white;
    cursor: pointer;
    min-width: 166px;
}

.btn-annuler {
    text-align: center;
    font-weight: 400;
    user-select: none;
    padding: 0px 15px;
    font-size: 1rem;
    line-height: 1.5;
    height: 40px;
    border-radius: 50rem;
    color: white;
    cursor: pointer;
    min-width: 166px;
    background-color: #6c757d;
    border-color: #6c757d;
}


/*.event_card:hover,
.pub_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}*/

.eventcard__img img,
.pubcard__img img,
.EventEdit_img_wrap img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    /* object-fit: cover;
  position: relative;*/
}

.eventcard__img_link {
    display: contents;
}

.eventcard__bar,
.pubcard__bar {
    width: 50px;
    height: 5px;
    margin: 10px 0;
    border-radius: 5px;
    background-color: #424242;
    transition: width 0.2s ease;
}

.tag__item {
    display: inline-block;
    border-radius: 3px;
    padding: 2.5px 10px;
    margin: 0 5px 5px 0;
    cursor: default;
    user-select: none;
    transition: background-color 0.3s;
    cursor: pointer;
}

.tag__item.delete-btn {
    color: red;
}

.tag__item.edit-btn {
    color: rgb(1, 85, 1);
}

.eventcard__img,
.pubcard__img,
.EventEdit_img_wrap {
    max-height: 150px;
    height: 100%;
    width: 100%;
}

.img_container {
    height: 100%;
    /* height: 150px;
    display: flex;
    flex-direction: column;*/
}

.img_container img {
    max-width: 100px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.eventcard .small {
    font-size: 80%;
}

.group_img_wrap {
    height: 150px;
    margin: 10px;
}

.group_img_wrap img {
    height: 80%;
    /*width: 60px;*/
    margin-right: 7px;
}

.img_list_container {
    display: flex;
}


/******************services content*************************/

.service-bloc-content,
.media-tools-bloc-content {
    display: flex;
    width: 100%;
}

.list-services-content {
    margin-right: 15px;
    margin-bottom: 15px;
    width: 30%;
}

.list-services-content h3,
.media-tools-wrap h3 {
    font-weight: bold;
    margin-bottom: 15px;
}

.media-tools-wrap {
    margin-right: 15px;
    margin-bottom: 15px;
    width: 50%;
}


/*******************************************/

@media (max-width: 1024px) {
    .service-bloc-content,
    .media-tools-bloc-content {
        flex-wrap: wrap;
    }
    .list-services-content,
    .media-tools-wrap {
        width: 100%;
        margin-right: 15px;
    }
    .list-services-content:first-child {
        order: 3;
    }
    .media-tools-wrap:first-child,
    .list-services-content:last-child {
        order: 2;
    }
    .media-tools-wrap:last-child,
    .list-services-content:nth-child(2) {
        order: 1;
    }
    .profile_g_container {
        border-width: 0 0px 0 0px;
    }
    #pays,
    #pays_entreprise {
        width: 100% !important;
    }
    /* .form__groups_wrap .field,
    .form__groups_name_wrap .field,
    .form__groups_lang_wrap .field,
    .form__groups_mail_wrap .field,
    .form__groups_phones_wrap .field,
    .form__groups_adress_wrap .field,
    .form__groups_voix_wrap .field,
    .form__groups_dep_cp_wrap .field,
    .form__groups_ville_pays_wrap .field {
        width: 100% !important;
        padding-right: 0px !important;
        margin-top: 20px;
    }*/
    .forms_container .page-title {
        margin-bottom: 33px;
        font-size: 17px;
    }
    .spinner__container {
        align-items: flex-start;
    }
    .spinner__container .spinner-border {
        margin-top: 100px;
    }
    .espace_navigation_wrap {
        flex-direction: column;
        margin: 15px;
    }
    .navigation_entreprise,
    .navigation_filiale,
    .navigation_particulier,
    .navigation_modal {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 0px;
    }
    .navigation_particulier {
        padding: 15px
    }
    .navigation_entreprise .tab-btn,
    .navigation_filiale .tab-btn,
    .navigation_particulier .tab-btn,
    .navigation_modal .stepper {
        margin: 0px 10px 10px 0px;
        font-size: 13px;
        min-width: unset;
    }
    .user_home__container {
        display: flex;
        flex-direction: column-reverse;
    }
    .settings_particulier_wrap {
        width: 100%;
        border-top: none;
    }
    .event_card {
        width: 100%;
        margin: 7px;
    }
    .profile__menu-aside-body ul {
        flex-direction: row;
        border-bottom: 1px solid #3c30ff;
    }
    .profile__menu-aside-body .nav-item:first-child {
        margin-right: 10px;
    }
    .profile__menu-aside-body button {
        margin-bottom: 0px;
    }
    .btn_setting_wrap {
        border-right: none;
    }
    .particulier_setting__wrap {
        flex-direction: column;
    }
    .particulier_setting__wrap .page-sidebar {
        display: none;
    }
    .setting_container {
        flex-direction: column;
        padding: 15px;
    }
    .personnal_info_form,
    .formules_update_container {
        width: 100%;
        box-shadow: none;
    }
    .formules_update_container {
        margin-top: 20px;
    }
    .user_home__container .main-content {
        width: 100%;
    }
    .user-activity-card {
        padding: 10px;
        margin-bottom: 21px;
    }
    .arrow-right {
        font-size: 16px;
    }
    .espace-left-sidebar {
        position: absolute;
        left: 0;
        top: 50px;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0;
        transform: translateX(-100%);
        animation-duration: 0.3s;
        animation-timing-function: ease;
        animation-name: fadeOut;
        padding-top: 0px;
    }
    .espace-left-sidebar-top {
        display: flex;
        justify-content: end;
        margin-bottom: 5px;
    }
    .espace-left-sidebar.active {
        display: block;
        opacity: 1;
        transform: translateY(-3%);
        animation-name: fadeIn;
        z-index: 1;
    }
    .left-sidebar-menu-toggle {
        display: block;
        /* font-size: x-large;
           margin-left: -29px;*/
        padding: 10px 22px 12px 0px;
        border-bottom: 1px solid gainsboro;
        margin-bottom: 10px;
        width: fit-content;
        /*font-weight: 800;*/
        text-transform: uppercase;
        padding: 0 .5em .25em;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        transition: .3s;
    }
    .left-sidebar-menu-toggle:hover {
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    }
    .forms_container {
        flex-direction: column-reverse;
        padding: 15px;
    }
    .form_entreprise_container,
    .form_g_container {
        width: 100%;
        margin-right: 0px;
    }
    .left-sidebar-menu-container {
        display: block;
        width: 10%;
    }
    .aside-menu-btn {
        display: flex;
        justify-content: flex-end;
    }
    /*.aside-fixed{
        
          position: absolute;
          left: -221px;
          z-index: 1;
          padding: 7px ;
          background: white;
        
        }
        
        .aside-fixed.active-menu{
          left: 0;
        }*/
    .profile_tab_container {
        width: 100%;
    }
    .pub_list_wrapper,
    .event_list_wrapper {
        justify-content: center;
    }
}


/*formules cards*/

.formule-cards {
    /*  display: flex;
   align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
    align-items: start;
    column-gap: 1rem;
    row-gap: 2rem;
    padding: 10px;
    justify-content: center;
    justify-items: center;
}

.package {
    border-radius: 4px;
    background: white;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    position: relative;
    max-width: 300px;
    width: 100%;
}

.formule-details-info {
    margin: 20px;
}

.formule-details-title {
    text-align: center;
    padding: 15px;
    font-weight: bold;
    font-size: 20px;
}

.formule-title {
    border-radius: 0px;
    background: white;
    border-bottom: 1px solid;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 1rem;
    background: #6c63ff;
    font-size: 1.2em;
    text-align: center;
    font-weight: normal;
    color: white;
    position: relative;
    height: 72px;
}

.formule-title::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.4rem;
    left: 0;
    bottom: 0;
}


/*--col-primary: #296eb3;
  --col-secondary: #003b81;
  --col-background: #e8e8e8;
  --col-light: #e8e8e8;
  --col-dark: #022f64;

  --col-free: #7dbaff;
  --col-bronze: #b85a24;
  --col-silver: #8a8a8a;
  --col-gold: #e2a922;*/

.price {
    padding: 0.2rem 1rem;
    /*background: linear-gradient(
      45deg,
      #003b81 0%,
      #022f64 100%
    );*/
    background: #6c63ff;
    color: white;
    font-size: 1.2em;
    font-weight: normal;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}

.big {
    display: inline;
    font-size: 18px;
    font-weight: 500;
}

.modal-dialog-lg {
    max-width: 1000px;
}

.formule-features {
    list-style: none;
    padding: 0 0 1rem 0;
    margin: 0;
    /*border-bottom: 1px solid #6c63ff;*/
}

.formule-features li {
    padding: 0.8em 1em;
    font-size: 0.9em;
}

.formule-features li:nth-child(odd) {
    background: #e8e8e8;
}

.formule-info {
    padding: 12px;
    color: #01101e;
    font-size: 15px;
    height: 112px;
}

.formule-card button {
    cursor: pointer;
    padding: 1em 2em;
    font-size: 1rem;
    display: block;
    color: white;
    margin: 8px auto;
    border: none;
    border-radius: 5px;
    background: linear-gradient(0deg, #003b81 9%, #6c63ff 50%, #296eb3 93%);
    transition: all 0.2s;
}


/*.formule-card button:hover,
  .formule-card button:focus {
    background: linear-gradient(
      0deg,
      #003b81 0%, #022f64 100%
    );
    box-shadow: 0 0 0 4px white, 0 0 0 8px #296eb3;
    outline: 0;
  }*/


/*.formule-card.formule-selected {

    border-radius: 16px 0px 0px 16px;
    border: 2px solid #6ab04c;

    position: relative;


   
  }
  .formule-card {
    border-radius: 16px;
    max-width: 350px;
    height: 305px;
    width: 242px;
    padding-left: 10px;
    color: #917073;
    cursor: pointer;
    background-color: #eaeef6;
    margin-bottom: 19px;
    margin-right: 19px;

    display: flex;
    flex-direction: column;

  }*/

.formule-card:hover {
    box-shadow: 5px 7px 67px -28px rgba(0, 0, 0, 0.37);
}

.modal-content.formule_details_modal {
    background-color: #eaeef6;
    border-radius: 9px;
    width: 800px;
    min-height: 500px;
}

.formule-card-container .formule-card-details {
    padding: 10px 0px 10px 15px;
    min-height: 374px;
}

input[readonly] {
    background-color: var(--light-color);
}

.btn_float_container {
    display: flex;
    align-content: flex-end;
    width: 100%;
    justify-content: flex-end;
}

.formule-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /*
      background-color: #eaeef6;
      overflow: hidden;
      min-width: 300px;
      height: 75%;*/
    transition: 0.3s;
    cursor: pointer;
}

.formule-pricing {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #6ab04c8f;
    border-radius: 99em 0 0 99em;
    display: flex;
    align-items: center;
    /*padding: .625em .75em*/
    padding: 5px 15px;
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
}

.formule-pricing small {
    font-size: .75em;
    margin-left: .25em;
}


/*.formule-title {
      font-weight: 600;
      font-size: 16px;
      color: #343434;
      margin-top: 44px;
      
    }
    .formule-info  {
        margin-top: 1rem;
        font-size: 14px;
        color: #3e3636;
      }
    
    
    .formule-features {
      display: flex;
      flex-direction: column;
      font-size: 13px;
      margin-bottom: 6px;
    }
    .formule-features	li {
        display: flex;
        align-items: center;
        gap: .5rem;
        color: black;
          margin-top: .75rem;
        
      }*/

.formule-icon {
    background-color: #6c63ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    border-radius: 50%;
    width: 15px;
    height: 15px;
}

.formule-icon svg {
    width: 14px;
    height: 14px;
}

.formule-btn {
    border: none;
    padding: 12px 35px;
    margin-top: 1rem;
    background-color: #6ab04c;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    width: fit-content;
    margin: auto;
}

.formule-btn:hover,
.formule-btn:focus {
    background-color: #6ab04c8f;
}

.tag-item {
    padding: 5px;
    border-radius: 3px;
    display: inline-block;
    margin: 5px;
}

.parent-tag {
    background-color: var(--gray-color);
    color: white;
}

.child-tag,
.comm-tool-filiale,
.comm-tool-agent,
.comm-tool,
.custom-span {
    background-color: var(--green-color);
    color: white;
}

.demande-competence {
    cursor: pointer;
}


/*.secondary-services {
    margin-left: 20px;
  
}*/


/*espace agent style*/

.profile-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.edit-image-btn {
    position: absolute;
    top: 5px;
    right: 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
}

.profile-agent-container {
    display: flex;
    margin: 10px;
}

.agent-profile-info {
    width: 30%;
    display: flex;
}

.agent-editable-info {
    width: 90%;
}

.static-info {
    margin-left: 10px
}

.static-info p {
    margin: 5px 0px;
}

.static-info-mail,
.static-info-adr,
.static-info-pseudo {
    font-size: 16px;
}

.static-info-mail strong,
.static-info-adr strong,
.static-info-pseudo strong {
    margin-right: 3px;
}

.static-info-nom {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}

.agent-editable-info .accordion-body {
    padding: 10px;
}

@media (max-width: 1200px) {
    .agent-profile-info,
    .agent-editable-info {
        width: 50%;
    }
}

@media (max-width: 1024px) {
    .agent-profile-info,
    .agent-editable-info {
        width: 100%;
        justify-content: center;
        margin-bottom: 10px;
    }
    .profile-agent-container {
        flex-direction: column;
    }
}


/* fin espace agent style*/

.nav-tabs .nav-link.active {
    background-color: var(--gray-color);
    color: #fff !important;
    border-color: #dee2e6 #dee2e6 #fff;
}

a.nav-link:hover {
    color: unset !important;
}

.nav-tabs .nav-link {
    color: var(--gray-color) !important;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: unset !important;
}

.existing-emails {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.existing-emails h5 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
}

.existing-emails ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.existing-emails li {
    background-color: #e0e7ff;
    color: #1e3a8a;
    padding: 5px 10px;
    margin: 5px;
    border-radius: 20px;
    font-size: 14px;
    display: inline-block;
}

.invitation_entreprise_bloc {
    display: flex;
    justify-content: space-between;
}

.add_emails {
    flex: 1;
    padding: 1rem;
    margin: 1rem;
}


.existing-emails {
    width: 35%;
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 5px;
}

.existing-emails h5 {
    text-align: center;
    background-color: #dcdcdc;
    padding: 5px;
}

.existing-emails ul {
    list-style-type: none;
    padding: 0;
}

.existing-emails li {
    background-color: #e0e0e0;
    margin-bottom: 5px;
    padding: 5px;
    border-radius: 3px;
}

.bloc_container.invitation_filiale_bloc {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}



#searchFiliale {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

#emailListFiliale {
    list-style-type: none;
    padding: 0;
}

#emailListFiliale li {
    background-color: #e0e0e0;
    color: #1e3a8a;
    padding: 5px 10px;
    margin: 5px 0;
    border-radius: 20px;
    font-size: 14px;
    display: inline-block;
}


