/*** General ***/
:root {
    /* Variables */
    --orange-main : #FF795B;
    --orange-light : #FFEBE6;
    --orange-dark : #D62700;
    --orange-hover-light-bg : #FCEEEB;
    --orange-hover-dark-bg : #F56544;
    --orange-hover-light-alpha : rgba(255, 121, 91, 0.20);
    --grey-dark : #272727;
    --grey-medium : #545352;
    --grey-light : #F7F7F7;
    --white : #FFFFFF;
    --shadow : 0px 1px 4px 2px rgba(128, 128, 128, 0.15);
}

body {
    font-family: 'Epilogue', sans-serif !important;
    font-size: 15px;
    font-weight: 400;
    color: var(--grey-dark);
}

h1 {
    font-family: 'Saira', sans-serif !important;
    font-size: 35px;
    font-weight: 700;
}

h2 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 0;
}

h3 {
    font-size: 24px;
    font-weight: 500;
}

h5 {
    font-size: 16px;
    font-weight: 500;
}

h4, .h4 {
    font-size: 18px;
    font-weight: 500;
}

.body1regular {
    font-size: 14px;
    font-weight: 400;
}

.caption {
    font-size: 11px;
    font-weight: 400;
}

.titre_section{
    font-family: 'Saira', sans-serif !important;
    font-weight: 600;
    font-size: 25px!important;
    text-transform: uppercase;
    color: var(--orange-main);
}

.label {
    font-family: 'Saira', sans-serif !important;
    font-size: 18px!important;
    font-weight: 600;
}
.audience-tab-content .label {
    font-size: 15px!important;
}
.labelsmall {
    font-family: 'Saira', sans-serif !important;
    font-size: 16px!important;
    font-weight: 600;
}

.label-info {
    color: var(--grey-medium);
    text-align: justify;
    line-height: 1.6;
}
.label-info b {
    font-weight: 600;
    color: var(--grey-dark);
}
.audience-tab-content .label-info {
    font-size: 18px!important;
}

/* Tri tableau métriques par produit (Audiences, onglet partenaire) */
.product-metrics-table .product-metrics-sortable-th {
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}
.product-metrics-table .product-metrics-sortable-th:focus-visible {
    outline: 2px solid var(--orange-main);
    outline-offset: 2px;
}
.product-metrics-table .product-metrics-sort-indicator {
    font-size: 0.75em;
    margin-left: 0.35rem;
    display: inline-block;
    min-width: 1.15em;
    vertical-align: middle;
    text-align: center;
}
/* Flèches neutres visibles avant tout clic (▲▼) */
.product-metrics-table .product-metrics-sortable-th:not(.sorted-asc):not(.sorted-desc) .product-metrics-sort-indicator::before {
    content: '▲▼';
    color: var(--grey-medium);
    opacity: 0.55;
    font-size: 0.9em;
    letter-spacing: -0.14em;
}
.product-metrics-table .product-metrics-sortable-th.sorted-asc .product-metrics-sort-indicator::before,
.product-metrics-table .product-metrics-sortable-th.sorted-desc .product-metrics-sort-indicator::before {
    content: none;
}
.product-metrics-table .product-metrics-sortable-th.sorted-asc .product-metrics-sort-indicator,
.product-metrics-table .product-metrics-sortable-th.sorted-desc .product-metrics-sort-indicator {
    color: var(--orange-main);
    opacity: 1;
}
.interpop {
    text-decoration: none;
    color: var(--orange-dark)!important;
    font-weight: 500;
    opacity: 70%;
}

.legende {
    font-size: 10px;
    font-weight: 400;
    color: var(--grey-medium);
}

.body2regular {
    font-size: 12px;
    font-weight: 400;
}

.body2bold {
    font-size: 12px;
    font-weight: 700;
}

.bigNumber {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
}

a {
    color: var(--orange-main);
}

a.buttonLink {
    text-decoration: none;
}

.major_component ul li{
    color: var(--grey-medium)!important;
}

.textgrey-medium {
    color: var(--grey-medium);
}

.textorange-dark {
    color: var(--orange-dark);
}

.textorange {
    color: var(--orange-main);
}

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

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

.Blocconnection {
    border-radius: 12px;
    background-color: var(--white);
    box-shadow: var(--shadow);
}

.buttonIcon {
    background-color: transparent;
    border: none;
    height: 45px;
    width: 45px;
    color: var(--orange-dark);
    border-radius: 12px;
    transition: .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.buttonIcon img {
    width: fit-content;
    height: fit-content;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.buttonIconPrimary {
    background-color: var(--orange-main);
    color: var(--white);
    box-shadow: var(--shadow);
    transition: box-shadow .3s ease, fill .3s ease,
    background-color .3s ease, fill .3s ease;
}

.buttonIconSecondary {
    background-color: var(--white);
    color: var(--orange-dark);
    border: 2px solid var(--orange-main);
}

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

.buttonIconPrimary:hover {
    background-color: var(--orange-hover-dark-bg);
}

.buttonIconPrimary:active {
    box-shadow: none;
}

.show-on-map-button {
    border: 1px solid var(--white);
}

.button {
    background-color: var(--white);
    height: 45px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    padding: 0 16px;
    color: var(--orange-dark);
    transition: color .3s ease, fill .3s ease;
    display: flex;
    align-items: center;
    line-height: 1;
}

.buttonPrimary {
    background-color: var(--orange-main);
    box-shadow: var(--shadow);
    color: var(--white);
    transition: box-shadow .3s ease, fill .3s ease,
    background-color .3s ease, fill .3s ease;
}

.buttonSecondary {
    padding-top: 4px;
    box-shadow: var(--shadow);
    color: var(--grey-dark);
    transition: box-shadow .3s ease, fill .3s ease,
    background-color .3s ease, fill .3s ease;
}

.button:hover {
    color: var(--orange-main);
}

.buttonPrimary:hover {
    color: var(--white);
    background-color: var(--orange-hover-dark-bg);
}

.buttonSecondary:hover {
    color: var(--orange-dark);
}

.buttonSecondary:active {
    box-shadow: none;
}

.button:hover svg {
    fill: var(--orange-main);
}

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

.form-check-input:focus {
    box-shadow: 0 0 0 .25rem rgba(255,121,91,0.25);
}

ol ol ul, ul, ol {
    list-style-type: disc;
}

ul li {
    margin: 4px 0;
}

ul li::marker,
ol li::marker {
    color: var(--orange-main);
}

.mw-200 {
    max-width: 200px;
}

/*** Header ***/
header {
    top: 0;
    z-index: 1;
}

header img.logo {
    width: 115px;
}

#back-office-menu-logo {
    width: 115px;
}

.form-control,
.form-control:focus {
    color: var(--grey-dark);
}

/*** Menu ***/
.openMenu {
    margin-left: 71px;
}

.openMenu img {
    width: 18px;
}

#main-menu {
    z-index: 2;
    top: 0;
    right: -360px;
    bottom: 0;
    width: 360px;
    max-width: 100vw;
    background: linear-gradient(120deg, rgba(253, 158, 137, 0.70) 5.14%, rgba(255, 121, 91, 0.70) 92.78%);
    backdrop-filter: blur(5px);
    filter: drop-shadow(-8px 0px 24px rgba(128, 128, 128, 0.28));
    padding: 24px 0 0 0;
    transition: .3s ease-in-out;
    visibility: hidden;
}

#main-menu.slide-in {
    right: 0px;
    visibility: visible;
}

#main-menu.slide-out {
    right: -360px;
    visibility: visible;
}

#main-menu a {
    color: var(--white);
}

#main-menu .navList {
    padding: 0;
    list-style: none;
    width: 100%;
}

#main-menu .navList li:not(.socialNetwork) {
    background-color: var(--orange-main);
    margin-bottom: 2px;
    transition: .3s ease-in-out;
}

#main-menu .navList li:not(.socialNetwork) a {
    padding: 16px 0 14px 24px;
    display: block;
}

#main-menu .navList li:not(.socialNetwork):hover {
    background-color: var(--orange-hover-dark-bg);
    cursor: pointer;
}

#main-menu .navList li.socialNetwork {
    padding: 28px 0 20px 24px;
}

#main-menu .navList li a {
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

#main-menu small {
    color: var(--white);
}

#main-menu .buttonSecondary {
    color: var(--orange-dark);
}

#main-menu .px-3.pb-0 {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

#main-menu small.caption.pt-0 {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.iconeRS:hover , .imglogo:hover , .imglang:hover{
    transform: scale(1.1);
    cursor:pointer;
}

.imglang {
    max-height: 0.9em;
    max-width: 1.8em; 
    border-radius: 0.2em;
}

/*** Content ***/
.contentOtherPages {
    padding: 0 40px 40px 40px;
}

/*** Table ***/
table {
    font-size: 14px;
    color: var(--grey-medium) !important;
    width: 100%;
}

table thead .subTheadTitle {
    padding: 4px 0 1px 0;
}

table thead .subThead {
    background-color: var(--orange-hover-light-alpha);
    padding: 4px 0 2px 0;
    display: flex;
    justify-content: space-evenly;
    font-weight: 500;
}

table thead th {
    font-size: 12px;
    font-weight: 600;
    color: var(--grey-dark) !important;
    background-color: var(--orange-light) !important;
}

#partners table thead th {
    background-color: var(--grey-light);
}

#partners table{
    border-bottom: 1px solid var(--orange-main);
}

#partners.withoutIngredient {
    display: flex;
    padding: 20px;
    border-radius: 0 0 4px 4px;
    background-color: var(--grey-light);
}

table tr {
    height: 30px !important;
    vertical-align: middle;
}

table thead tr {
    height: 40px;
}

.table-bordered {
    border-color: var(--orange-main);
}

/*** Home ***/
/* Map */
.leaflet-control-container > div:first-of-type {
    left: auto !important;
    top: auto !important;
    right: 24px;
    bottom: 32px;
}

.leaflet-control-container > div:first-of-type .leaflet-bar {
    border: none;
}

.leaflet-control-container > div:first-of-type .leaflet-control-zoom-in {
    margin-bottom: 8px;
}

.leaflet-control-container > div:first-of-type .leaflet-control-zoom-in,
.leaflet-control-container > div:first-of-type .leaflet-control-zoom-out {
    box-shadow: var(--shadow);
    background-color: var(--white);
    color: var(--orange-dark);
    height: 45px;
    width: 45px;
    border-radius: 12px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px;
}

.leaflet-control-container > div:first-of-type .leaflet-control-zoom-in:hover,
.leaflet-control-container > div:first-of-type .leaflet-control-zoom-out:hover {
    background-color: var(--orange-hover-light-bg);
}


/*** Accordion ***/
.accordion-item {
    border: none;
}

.accordion-button, .accordion-button:not(.collapsed) {
    background-color: var(--grey-light);
    color: var(--grey-dark);
}

.accordion-body {
    border-top: 1px solid var(--orange-main);
}

.accordion-button:not(.collapsed)::after,
.accordion-button::after {
    background-image: url('../static/images/icons/caret-down.svg');
}

.accordion-button:focus {
    box-shadow: none;
}

/* leaflet */
.leaflet-popup-content-wrapper {
    padding: 0;
}

.leaflet-popup-content {
    margin: 0;
    width: auto !important;
    min-width: 250px;
}

.leaflet-popup-tip-container {
    display: none;
}

.leaflet-popup-content-wrapper {
    overflow: hidden;
}

.leaflet-container a.leaflet-popup-close-button {
    color: var(--grey-dark);
    top: 16px;
    right: 8px;
    width: 45px;
    height: 45px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 24px Roboto, sans-serif;
}

/* Modale */
.modal-header,
.modal-footer {
    border-top: none;
    border-bottom: none;
}

.modal-content {
    border: none;
}

.new-feature .modal-content {
    background: radial-gradient(48.42% 72.9% at 0.71% 18.72%, #FF795B 0%, rgba(246, 244, 246, 0.55) 90%), #FFF;
}

.modal-header .btn-close {
    padding: 0px;
    margin: 0px;
    position: absolute;
    right: 16px;
    top: 16px;
}

.modal-backdrop {
    background: linear-gradient(145deg, rgba(253, 158, 137, 0.6) 4.55%, rgba(255, 121, 91, 0.7) 96.78%); /* Orange translucide */
    backdrop-filter: blur(6px); /* Flou */
    filter: blur(6px);
}

.modal-content .new-feature-img img {
    width: 200px;
}

.modal.new-feature,
.modal.product-of-week,
.modal.new-supplier {
    --bs-modal-width: 850px; 
}

.modal.product-of-week .modal-content,
.modal.new-supplier .modal-content {
    min-height: 85vh!important;      /* fixe la limite */
    max-height: 85vh!important;      /* fixe la limite */
    display: flex;
    flex-direction: column;
    border-radius: 16px;    /* force les coins arrondis */
    overflow: hidden;       /* coupe le débordement proprement */
    box-shadow: 14px 20px 20px 3px rgba(0, 0, 0, 0.15), 0 6px 12px rgba(0, 0, 0, 0.15);
}
.modal.product-of-week .modal-body,
.modal.new-supplier .modal-body {
    overflow-y: auto;      /* scroll ici */
    flex: 1;               /* prend tout l’espace restant */
}

.modal.product-of-week img.potw-img {
    height: 150px;
}

.modal.new-supplier .modal-header img {
    max-height: 125px;
}

#title-carrousel-produit {
    padding-top: 20px;
}

.slide-container {
  margin: auto;
  width: 96%;
  text-align: center;
}

.carousel-item {
  padding-top: 20px;
  padding-bottom: 20px;
}

.clash-card {
  background: white;
  width: 70%;
  display: inline-block;
  margin: auto;
  position: relative;
  text-align: center;
  z-index: 9999;
  border-radius: 12px;
}

.clash-card__image {
  position: relative;
  margin-top: 35px;
  margin-bottom: 20px;
  height: 200px;
}

.clash-card__image img {
  max-height: 150px;
  max-width: 150px;
}

.clash-card__level {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.clash-card__unit-description {
  padding: 10px;
}

.clash-card__show_product{
  padding-bottom: 20px;
  display: inline-block;
}

.carousel-control-next, .carousel-control-prev {
    top: 41%;
    opacity: 1;
} 



.login-container{
    width: 100%;
    max-width: 500px;
    padding: 20px;
}
.loginrubangauche{
    justify-content: center;
    align-items: center;
}
.HeaderLogin h3{
    color: var(--grey-dark);
    font-family: 'Saira', sans-serif !important;
    font-weight: 600;
}
.labellogin {
    color: var(--orange-main);
    font-family: 'Saira', sans-serif !important;
    font-weight: 500;
}
.loginrubandroite{
    justify-content: center;
    align-items: center;
    background-color: var(--orange-main);
    opacity: 0.8;
}
.monogramme-login {
    max-width: 80%;
    max-height: 80%;
    width: auto;
    height: auto;
    opacity: 0.5;
}

.form-login-container {
    width: 100%;
}

.form-login-input {
    border: 1px solid var(--orange-light);
    border-radius: 12px;
    padding: 12px 16px;
    height: 45px;
}

.message-login {
    border: 1px solid #4A90E2;
    background-color: #E8F4FD;
    width: 100%;
}

.message-login-icon {
    flex-shrink: 0;
    margin-top: 2px;
}

/* ============================================
   CSS DU RUBAN
   ============================================ */

/* Styles pour la navigation dashboard */
.navdashboard {
    padding: 12px 12px 12px 0.5rem;
    border-radius: 8px;
    color: var(--grey-dark);
    text-decoration: none;
}

.navdashboard.active {
    background-color: var(--orange-light);
}

/* Styles pour la sidebar dashboard */
.sidebar-dashboard {
    max-height: 100vh;
    position: relative;
    z-index: 1;
    padding-top: 80px; /* Espace pour le header */
    justify-content: center;
}

.sidebar-nav {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    z-index: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: auto !important;
    max-width: none !important;
    background: transparent !important;
    backdrop-filter: none !important;
    filter: none !important;
}

.sidebar-nav .nav-link {
    color: var(--grey-dark) !important;
    text-decoration: none !important;
    display: flex !important;
    visibility: visible !important;
}

.sidebar-nav .nav-link:hover {
    background-color: var(--orange-hover-dark-bg) !important;
}

.sidebar-nav .nav-link.active {
    background-color: var(--orange-hover-dark-bg) !important;
}

.sidebar-nav ul {
    display: block !important;
    visibility: visible !important;
}

.sidebar-nav li {
    display: block !important;
    visibility: visible !important;
}

.dashboard-header .body2regular {
    color: var(--grey-medium);
}

/* Icônes de la sidebar de navigation */
.nav-icon-img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    flex-shrink: 0;
}

/* Lien Logout dans la sidebar */
.sidebar-footer > div {
    padding-left: 0.5rem;
    padding-right: 0.75rem;
}

.logout-link {
    background: none;
    border: none;
    padding: 0;
    color: var(--orange-dark);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    flex: 1;
}

.logout-link:hover {
    color: var(--orange-dark);
    opacity: 0.8;
}

.logout-icon {
    width: 16px;
    height: 16px;
    color: var(--orange-dark);
    flex-shrink: 0;
}

/* Masquer le texte logout en mode replié */
.sidebar-collapsed .logout-link span:not(.logout-chevrons) {
    opacity: 0;
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: opacity 0.3s ease, width 0.3s ease;
}

.sidebar-collapsed .logout-link {
    justify-content: center;
}

/* Afficher le texte logout en hover */
.sidebar-hover .logout-link span:not(.logout-chevrons) {
    opacity: 1;
    width: auto;
    overflow: visible;
}

.sidebar-hover .logout-link {
    justify-content: flex-start;
}

/* Bouton toggle pour réduire/agrandir le ruban */
.sidebar-toggle {
    color: var(--orange-dark);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s ease;
    flex-shrink: 0;
}

.sidebar-toggle:hover {
    opacity: 0.8;
}

.logout-chevrons {
    color: var(--orange-dark);
    font-size: 14px;
    font-weight: 500;
}

/* ============================================
   CSS GÉNÉRAUX INTER PAGE - CHARTE GRAPHIQUE
   ============================================ */

.pagebackoffice {
    background-color: #F7F7F7;
    overflow-x: hidden;
    max-width: 100%;
}

/*** Ingrédients ***/
.sectionContentOtherPage {
    background-color: var(--grey-light);
    min-height: 100%;
}

.sectionContentOtherPage .pageContent {
    background-color: var(--white);
    margin-top: 100px;
    border-radius: 12px 12px 0 0;
    box-shadow: var(--shadow);
    width: 100%;
    max-width: -webkit-fill-available;
}

.sectionContentOtherPage .pageContent .headerIngredient {
    padding: 40px 40px 0 0;
    max-width: 100%;
}

.sectionContentOtherPage .pageContent .headerIngredient .blockTitle {
    border-left: 20px solid;
    margin-left: -10px;
    padding-left: 30px;
}

.sectionContentOtherPage .pageContent .headerIngredient .tabPartenaires {
    padding-left: 30px;
}

.sectionContentOtherPage .pageContent .headerIngredient .imageIngredient img,
.sectionContentOtherPage .pageContent .headerIngredient .imageIngredientMobile img {
    max-height: 175px;
}

.imageIngredientMobile {
    display: none !important;
}

aside.tabAnchorNav {
    background-color: var(--orange-light);
    padding: 4px 6px;
    border-radius: 12px;
    min-width: 200px;
    position: sticky;
    top: 30px;
    margin-right: 40px;
}

aside.tabAnchorNav ul {
    font-family: 'Saira', sans-serif !important;
    font-size: 14px!important;
    font-weight: 600;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

aside.tabAnchorNav ul li a {
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 10px;
    border-radius: 10px;
    transition: background-color .3s ease, fill .3s ease;
}

aside.tabAnchorNav ul li a {
    text-decoration: none;
    color: var(--grey-dark);
}

aside.tabAnchorNav ul li a:hover {
    background-color: var(--orange-hover-light-alpha);
    border-radius: 10px;
    cursor: pointer;
}

aside.tabAnchorNav ul li a.active {
    background-color: var(--orange-main);
    color: var(--white) !important;
}

.tabListElement {
    list-style: none;
    padding-left: 0;
    max-width: 49%;
}

.tabListElement li {
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    padding: 0 20px;
}

.tabListElement li h3 {
    display: inline;
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}

.tabListElement li h3 .label {
    font-size: 1em !important;
}

.tabListElement li:nth-child(odd) {
    background-color:var(--orange-light);
}
.tabListElement_partner {
    list-style: none;
    padding-left: 0;
    max-width: 100%;
}

.tabListElement_partner li {
    display: flex;
    align-items: center;
    border-radius: 4px;
}

.tabListElement_partner li h3 {
    display: inline;
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}

#IFRA .tabListElement {
    max-width: 100%;
}

.ifra-table td,
.ifra-table th {
    text-align: center !important;
    vertical-align: middle !important;
}

.blocImage .displayDefaultInfos {
    max-width: 500px;
}

.displayDefaultInfos ul li {
    margin-bottom: 10px;
}

.displayDefaultInfos ul li:first-of-type {
    margin-top: 15px;
}

.blocImage {
    padding: 20px 20px 0px 20px;
    border-radius: 12px;
}

.blocImage .imgRight img {
    max-height: 350px;
}

.blocImage .displayDefaultInfos {
    width: 100%;
}

.blocImage .major_component {
    margin-top: 0;
    padding-top: 0;
}

.blocImage .major_component h3 {
    margin-top: 0;
}

.tableIfra .displayOnMobile {
    display: none;
}


/*** Partners ***/
.PartnersBloc {
    background-color: var(--orange-light);
    padding: 4px;
    border-radius: 0px 12px 12px 12px;
    margin-top: 8px;
}

.PartnersBloc a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 105px;
    width: 105px;
    border-radius: 12px;
    background-color: var(--white);
    padding: 24px;
    margin: 8px;
}

.PartnersBloc a img {
    max-width: 76px;
    height: auto;
}

.contributeursList {
    max-height: 900px;
    overflow: scroll;
    margin-top: 8px;
}

.contributeursList ul li {
    margin: 4px 0;
}

.contributeursList ul li .profession {
    color: var(--grey-medium);
    font-size: 12px;
}

.contributeursList ul li::marker {
    color: var(--orange-main);
}

#listTeam {
    background-color: var(--grey-light);
    border-radius: 12px;
    padding: 32px 24px;
    display: flex;
}

.partnerIngrdientTable {
    max-width: 85vw;
}

.partnerIngrdientTable table {
    white-space: nowrap;
    word-break: keep-all;
}

.partnerIngrdientTable table td {
    color: var(--grey-medium);
}

#partnersMobile {
    display: none;
}

#partnersMobile p {
    margin-bottom: 4px;
}

#partnersMobile .imgsponsor {
    background-color: var(--white);
    border-radius: 4;
}

#partnersMobile p span {
    font-size: 12px;
    font-weight: 500;
    color: var(--grey-medium);
}

#partnersMobile a.button {
    text-decoration: none;
    color: var(--orange-main);
    width: 45px;
    display: flex;
    justify-content: center;
    padding: 0;
}

.partnersMobileCards {
    padding: 24px;
    border-bottom: 1px solid var(--orange-main);
}

.popupTable .partnersMobileCards {
    padding: 15px 15px 3px 15px;
}

/*** Découvrez le projet Scentree ***/
.chiffresBloc {
    justify-content: center;
}

.chiffresBloc div {
    background-color: var(--orange-light);
    padding: 24px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    margin-left: 16px;
}

.chiffresBloc div a {
    font-size: 32px;
    font-weight: 700;
    margin-right: 16px;
    text-decoration: none;
}

.timeLineBloc {
    padding-left: 48px;
    margin-left: 24px;
    border-left: 1px solid var(--grey-light);
    position: relative;
    padding-bottom: 32px;
}

.timeLineBloc img {
    width: 24px;
    height: auto;
}

.timeLineBlocImg {
    position: absolute;
    left: -24px;
    height: 50px;
    width: 50px;
    background-color: var(--white);
    border-radius: 100px;
    box-shadow: var(--shadow);
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    transform: translateY(0);
}

.timeLineBlocContent {
    background-color: var(--grey-light);
    padding: 24px;
    border-radius: 12px;
    margin-bottom: 0;
    position: relative;
}

.timeLineBlocContent::before {
    content: '';
    position: absolute;
    left: -61px;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    pointer-events: none;
}

.timeLineBlocImg {
    top: calc(var(--content-center, 0px) - 25px);
}

/*** Contact ***/
.contactBloc .contactBlocDiv {
    width: 49%;
}

.notif_nouveau {
    color: green!important;
    font-weight: bold;
    animation: pulse 1.2s infinite;
}
@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

.picto_clp {
    max-width: 110px;
    max-height: 110px;
}
