/* fichier surchargé le 29/05/2026 à 12:36 */
@media (min-width: 1141px) {
    .sommaire-container {
        position: sticky;
        top: 115px;
    }
    .sommaire-header{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .sommaire-container .sommaire-header .chevron{
        display: none;
    }
    .sommaire-header .sommaire-next, .sommaire-header .sommaire-prev{
        display: none;
    }
}

.entete-left {
    max-width: 800px;
    width: 100%;
    flex: 0 1 800px;
}

.entete-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 450px;
    flex: 0 1 450px;
    gap: 20px;
}

.entete-right .buttons-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


@media (max-width: 1140px) {
    .entete-right {
        align-items: center;
        margin: 0 auto;
        flex: auto;
    }

    .entete-left {
        flex: auto;
    }

    .entete_fiche {
        padding-bottom: 50px;
    }

    /* === FICHE === */
     .fiche .wrapper_fiche{
        flex-direction: column;
    }

    .fiche .wrapper_fiche{
        flex-direction: column;
    }

    /* === SOMMAIRE CONTAINER (collapsed & open) === */
    .sommaire-container {
        position: fixed !important;
        bottom: -5px !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-width: 100vw !important;
        margin: 0 !important;
        border-radius: 0 !important;
        background-color: #F6F6F6 !important;
        z-index: 1000 !important;
        transition: max-height 0.3s ease;
        max-height: none;
        overflow: hidden;
        padding-bottom: env(safe-area-inset-bottom, 0);
        transform: translateZ(0);
    }

    .sommaire-container.open {
        bottom: 0px !important;
        height: calc(100% - 100px) !important;
        max-height: none;
        border-radius: 0px !important;
    }

    .sommaire-container.open .sommaire-header {
        border-radius: 0px !important;
        padding: 20px 35px 20px 30px !important;
    }

    .sommaire-container.open .sommaire-header .sommaire-prev,
    .sommaire-container.open .sommaire-header .sommaire-next {
        display: none;
    }

    .sommaire-container.open .chevron {
        transform: rotate(180deg);
        transition: transform 0.3s ease;
    }

    .sommaire-container.open .sommaire-list {
        display: block; /* show when open */
    }
    .article-flex {
        gap: 0;
    }
    .sommaire-list{
        max-height: calc(100% - 66px) !important;
    }

    .sommaire-container{
        max-width: 100%;
    }
    .sommaire-container.open .sommaire-header .chevron {
        transform: rotate(180deg);
    }

    /* === SOMMAIRE HEADER === */
    .sommaire-header {
        background-color: #dbdbdc !important;
        justify-content: space-between;
        padding: 20px 10px 25px 10px !important;
        display: flex;
        align-items: center;
        cursor: pointer;
        gap: 1.8em;
    }

    .sommaire-titre {
        flex-grow: 1;
        color: #4C4C50 !important;
        text-decoration: underline #E85D2B;
        font-size: 22.15rem; /* check this, looks like a typo */
    }

    .sommaire-header .sommaire-next svg,
    .sommaire-header .sommaire-prev svg {
        overflow: initial;
    }
    .sommaire-header {
        -webkit-tap-highlight-color: transparent; /* mobile Safari */
        user-select: none; /* optional: prevent text selection */
    }

    .sommaire-header:focus,
    .sommaire-header:active {
        outline: none;
        background: #4C4D50;
    }

    .sommaire-header .chevron {
        transition: transform 0.3s ease;
    }

    /* === SOMMAIRE LIST === */
    .sommaire-list {
        overflow-y: auto;
        max-height: calc(100% - 60px); /* keep list scrollable */
    }
    .sommaire-list {
        display: none; /* hidden by default */
    }

    /* === Sommaire Dossier === */
    .retourAccueilDossier {
        display: none;
    }

    .retourAccueilDossier .box-link svg .circle {
        fill: var(--color-orange-burnt);
        stroke: var(--color-orange-burnt);
    }

}

@media (max-width: 768px) {
    .entete-right #desktopBarreFonctionnalites {
        justify-content: center;
    }
}

.retourAccueilDossier .box-link:hover svg .circle {
    fill: var(--color-orange-burnt);
    stroke: var(--color-orange-burnt);
}

.retourAccueilDossier .box-link:hover svg .arrow {
    stroke: #FFFFFF;
    fill: var(--color-orange-inrs);
}

/* === Sommaire Dossier === */

.retourAccueilDossier .box-link svg .circle {
    fill: none;
    stroke: var(--color-orange-inrs);
    transition: fill 0.2s, stroke 0.2s;
}

.retourAccueilDossier .box-link p {
    color: #4C4C50;
    font-size: 1.5384615384615385rem;
    font-weight: 700;
    line-height: 100%;
    text-align: left;
    margin-left: 0.2em;
}

.retourAccueilDossier .box-link {
    display: inline-flex;
    position: relative;
    left: auto;
    width: 100%;
    text-align: left;
}

.retourAccueilDossier .bce_lienint_refonte{
   /* border-bottom: 1px solid #e9631a6b;*/
    display: inline-block;
    padding-bottom: 0.1em;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    #lienRetoursResultatsCompl:hover .bce_lienint_refonte,
    .box-link:hover .bce_lienint_refonte{
        color: #787F86;
    }

    #lienRetoursResultatsCompl:hover .box-link svg .circle,
    #lienNouvelleRecherche:hover .box-link svg .circle,
    #lienListeFiches:hover .box-link svg .circle,
    .fiche .box-link:hover svg .circle,
    .retourAccueilDossier .box-link svg .circle {
        fill: var(--color-orange-burnt);
        stroke: var(--color-orange-burnt);
    }

    #lienRetoursResultatsCompl:hover .box-link svg .arrow,
    #lienNouvelleRecherche:hover .box-link svg .arrow,
    #lienListeFiches:hover .box-link svg .arrow,
    .fiche .box-link:hover svg .arrow{
        stroke: #FFFFFF;
        fill: var(--color-orange-inrs);
    }
    .nouveautes_item_refonte:hover .box-link svg .circle{
        fill: var(--color-orange-burnt);
        stroke: var(--color-orange-burnt);
    }

    .nouveautes_item_refonte:hover .box-link svg .arrow{
        stroke: #FFFFFF;
        fill: var(--color-orange-inrs);
    }
    .baseDeDonnees .chapo{
        text-align: left;
    }
    .nouveautes_item_refonte:hover .box-link svg .circle{
        fill: var(--color-orange-burnt);
        stroke: var(--color-orange-burnt);
    }

    .nouveautes_item_refonte:hover .box-link svg .arrow{
        stroke: #FFFFFF;
        fill: var(--color-orange-inrs);
    }

    .nouveautes_item_refonte:hover .box-link {
        color: var(--color-gris-hover);
    }
}

@media (max-width: 767px) {
    .validation_title_refonte {
        font-size: 1.5rem;
    }

    .validation_link_refonte {
        font-size: 1.2307692307692308rem;
    }
    .lien-utile-card {
        width: 100%;
    }
    .entete-content {
        flex-direction: column;
    }

    .entete_fiche{
        margin-bottom: 50px;
    }
     #titrePage_refonte{
        font-size: 2.9rem;
        text-align: center;
    }
    .liens-utiles-inner {
        padding: 30px 5% 40px 5%;
    }

    .liens-utiles-inner {
        padding: 30px 0 10px 0;
    }

    .liens-utiles-title{
        margin: 20px 30px 20px 30px;
    }

    .right-arrow{
        right: 10px;
    }
    .left-arrow {
        left: 10px;
    }
    .left-arrow,
    .right-arrow{
        background-color: #FFFFFF;
    }
}

/* Navigation container */
.liens-utiles-title {
    font-weight: 800;
    font-size: 1.85rem;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 30px;
}

.liens-utiles-edit-area {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.swiper-navigation-container {
    position: relative;
    padding: 0 60px;
    margin: 0 -60px;
}

.swiper-viewport {
    overflow: hidden;
    width: 100%;
}

.swiper-container {
    width: 100%;
    padding: 10px 0 40px 0;
    overflow: hidden;
}

.swiper-slide {
    height: auto;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.swiper-navigation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.left-arrow,
.right-arrow {
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    z-index: 10;
    width: 40px;
    height: 40px;
    cursor: pointer;
    user-select: none;
    pointer-events: auto;
    top: 40%;
    transform: translateY(-50%);
    border-radius: 50%;
    transition: background-color 0.3s ease;
    opacity: 1 !important;
}

.left-arrow.swiper-button-disabled,
.right-arrow.swiper-button-disabled {
    opacity: 0.5 !important;
    cursor: pointer !important;
}

.left-arrow {
    left: 0;
}

.right-arrow {
    right: 0;
}

/* FIN STYLES LIEN UTILES */

/* lien box */

.nouveautes_item_refonte .box-link svg{
    width: 30px;
    height: 30px;
    align-self: end;
}

.nouveautes_item_refonte .box-link{
    display: inline-flex;
    position: relative;
    left: auto;
    width: 100%;
}
.nouveautes_item_refonte .box-link svg{
    margin-top: -2.5px;
}
/* STYLES ENTETE */

.breadcrumb-white #pisteNavigation li > span,
.breadcrumb-white #pisteNavigation li > a {
    color: #FFFFFF !important;
}

@media screen and (max-width: 776px) {
  .dossier .breadcrumb-white #pisteNavigation li > span, .dossier .breadcrumb-white #pisteNavigation li > a {
    color: #000 !important;
  }
}

.entete_fiche {
    background: var(--color-ice-blue);
    position: relative;
    overflow-x: hidden;
    position: relative;
    padding: 0 30px 20px;
    box-sizing: border-box;
}

.entete-content {
    display: flex;
    gap: 55px;
    align-items: stretch;
}

@media screen and (min-width: 767px) {
    .fiche:not(
        .mixie.ficheClasse, .mixie.indexClasses, 
        .mixie.indexSubstances, .mixie.ficheSubstance
        ) .bf_outils{
        justify-content: left;
    }
}

.toolbar-container {
    margin-bottom: 1.5rem;
    text-align: right;
    width: 100%;
}
.fiche{
    margin-bottom: 0;
}
.fiche .toolbar-container {
    margin-bottom: 0;
    margin-top: auto;
}

.fiche .container_colonneDroite {
    max-width: 450px;
    flex: 0 1 450px;
}
@media (max-width: 1140px) {
    .fiche .container_colonneDroite {
        flex: none;
    }
}

 #titrePage_refonte{
    word-wrap: break-word;
    font-size: 3.077rem;
    font-weight: 900;
    font-style: normal;
    line-height: 100%;
    margin: 0 0 2rem 0;
}

.baseDeDonnees .chapo{
    font-size: 1.538rem;
    padding: 0;
}

.fiche .entete-right .sommaire {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fiche .wrapper_fiche .container_contenuPrincipal{
    margin: 0;
    max-width: 800px;
    flex: 0 1 800px;
    min-width: 0;
}
@media (max-width: 1140px) {
    .fiche .wrapper_fiche .container_contenuPrincipal{
        flex: none;
        margin: 0 auto;
    }
}

.bouttons_fiche {
    padding: 0;
    background: #FFFFFF;
    border: 1px solid var(--color-orange-inrs);
    border-radius: 62px;
    font-weight: 700;
    font-size: 1.3846153846153846rem;
    text-align: center;
    color: #161616;
    transition: background-color .2s, color .2s;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.bouttons_fiche img {
    margin-right: 10px;
    padding-left: 40px;
    vertical-align: middle;
    transition: filter 0.3s ease;
}
.bouttons_fiche:hover img {
    filter: brightness(0) invert(1); /* This will make the image white */
}
.center-text {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    margin: 0;
    line-height: 1.2;
    text-align: center;
    word-wrap: break-word;
    hyphens: auto;
}

.lien_bouttons_fiche {
    color: black;
    outline: none;
    display: flex;
    align-items: center;
    padding: 13px 40px 13px 0px;
    width: 100%;
    text-align: center;
}

/* Liens utiles liens */
/* These styles will apply to each individual card */
.lien-utile-card {
    background-color: white;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    height: 115px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lien-utile-card a {
    text-decoration: none;
    color: #000;
    display: block;
    height: 100%;
}

.lien-utile-content {
    padding: 20px;
    font-weight: 700;
    font-size: 1.53rem;
    line-height: 100%;
}

/* nouveautes */
/* New styles for the refonte */
.nouveautes-bloc {
    margin: 50px 0;
}

.bce_titrep_refonte {
    font-weight: 800;
    font-size: 2.615385rem;
    line-height: 100%;
    margin-bottom: 20px;
    margin-top: 50px;
}

.nouveautes_item_refonte {
    margin-bottom: 10px;
    position: relative;
}

.bce_lienint_refonte {
    font-weight: 700;
    font-size: 1.38rem;
    line-height: 100%;
    margin-bottom: 10px;
}

.bce_lienint_refonte a {
    text-decoration: none;
    color: var(--color-charcoal);
}

.bce_lienint_refonte a:hover {
    text-decoration: none;
}

/* lien box */

.nouveautes_item_refonte .box-link svg{
    padding-left: 0px;
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
    align-self: end;
}

.nouveautes_item_refonte .box-link svg .circle{
    fill: none;
    stroke: var(--color-orange-inrs);
    transition: fill 0.2s, stroke 0.2s;
}

.nouveautes_item_refonte .box-link svg .arrow{
    stroke: var(--color-orange-inrs);
    transition: stroke 0.2s;
    fill: none;
}

.nouveautes_item_refonte .box-link p{
    color: #4C4C50;
    font-size: 1.5384615384615385rem;
    font-weight: 700;
    line-height: 100%;
    text-align: left;
    margin-left: 0.2em;
}
.nouveautes_item_refonte .box-link{
    gap: 10px;
    display: inline-flex;
    position: relative;
    left: auto;
    width: 100%;
    text-align: left;
}
.nouveautes_item_refonte .box-link svg{
    margin-top: -2.5px;
}

/* donnees validation */
.validation_refonte {
    background-color: #D0DCEA;
    box-shadow: 3px 4px 20px 0px #00000026;
    padding: 30px 20px;
    margin-bottom: 50px;
}

.validation_refonte >h3 {
   margin-top: 0;
}

.validation_refonte .validation_list_refonte:last-child{
    margin-bottom: 0;
}

.validation_refonte .validation_list_refonte > li{
    margin-bottom: 0;
}

.validation_refonte .validation_list_refonte{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.validation_title_refonte {
    font-weight: 800;
    font-size: 1.8rem;
    line-height: 100%;
    margin-bottom: 20px;
    color: #161616;
}

.validation_list_refonte {
    list-style: none;
    padding: 0;
    margin: 0;
}

.validation_item_refonte {
    margin-bottom: 15px;
    position: relative;
}

.validation_link_refonte {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 100%;
}

.validation_file_link_refonte {
    color: #161616;
    text-decoration: none;
    transition: color 0.3s ease;
    margin-left: 5px;
}

.validation_file_link_refonte:hover {
    text-decoration: underline;
    color : var(--color-orange-inrs);
}


/* nouvelle recherche */
.retourAuxResultatsMetropol .bce_lienint_refonte .box-link svg,
.fiche .bce_lienint_refonte .box-link svg{
    width: 20px;
    margin-top: 0 !important;
    margin-right: 5px;
}
/* lien box */

#lienRetoursResultatsCompl .box-link svg,
#lienNouvelleRecherche .box-link svg,
#lienListeFiches .box-link svg,
.fiche .box-link svg,
.retourAccueilDossier .box-link svg {
    width: 30px;
    height: 30px;
    /*align-self: end;*/
}


#lienRetoursResultatsCompl .box-link svg .circle,
#lienNouvelleRecherche .box-link svg .circle,
#lienListeFiches .box-link svg .circle,
.fiche .box-link svg .circle,
.retourAccueilDossier .box-link svg .circle{
    fill: none;
    stroke: var(--color-orange-inrs);
    transition: fill 0.2s, stroke 0.2s;
}

#lienRetoursResultatsCompl .box-link svg .arrow,
#lienNouvelleRecherche .box-link svg .arrow,
#lienListeFiches .box-link svg .arrow,
.fiche .box-link svg .arrow,
.retourAccueilDossier .box-link svg .circle{
    stroke: var(--color-orange-inrs);
    transition: stroke 0.2s;
    fill: none;
}

#lienRetoursResultatsCompl .box-link p,
#lienNouvelleRecherche .box-link p,
#lienListeFiches .box-link p,
.fiche .box-link p,
.retourAccueilDossier .box-link p{
    color: #4C4C50;
    font-size: 1.5384615384615385rem;
    font-weight: 700;
    line-height: 100%;
    text-align: left;
    margin-left: 0.2em;
}

#lienRetoursResultatsCompl .box-link,
#lienNouvelleRecherche .box-link,
#lienListeFiches .box-link,
.fiche .box-link,
.retourAccueilDossier .box-link{
    display: inline-flex;
    position: relative;
    left: auto;
    width: 100%;
    text-align: left;
}

#lienRetoursResultatsCompl .box-link svg,
#lienNouvelleRecherche .box-link svg,
.retourAuxResultatsTabMalPro .box-link svg,
#lienListeFiches .box-link svg,
.fiche .box-link svg,
.retourAccueilDossier .box-link svg{
    padding-left: 3px;
    /*margin-top: -2.5px;*/
    display: block;
    transform: rotateY(180deg) translateX(5px);
    flex-shrink: 0;
}

/* recherche */
.sousTitre_refonte{
    font-weight: 800;
    font-size: 2.615385rem;
    line-height: 100%;
    color: var(--color-charcoal);
    padding-top: 30px;
    text-align: left;
    text-transform: unset;
}

.fiche:not(.fiche,
    .mixie.ficheClasse, .mixie.indexClasses, 
    .mixie.indexSubstances, .mixie.ficheSubstance
    ) #container_principal {
    padding: 0 30px;
    box-sizing: border-box;
    max-width: 1400px;
}

/* Sommaire container styles */
.sommaire-container {
    border-radius: 20px;
    overflow: hidden;
    max-width: 430px;
    margin: 0 auto;
    background-color: #E9E6E6;
    z-index: 1000;
    margin-top:10px;
}

/* Header styles */
.sommaire-header {
    background-color: #4C4D50;
    padding: 20px;
}

.sommaire-titre {
    font-weight: 700;
    font-size: 2rem;
    line-height: 100%;
    color: #FFFFFF;
    margin: 0;
    text-align: left;
}

/* List styles */
.sommaire-list {
    list-style: none;
    margin: 0;
    max-height: 400px;
    overflow: auto;
}

.sommaire-list::-webkit-scrollbar {
    width: 7px;
}
.sommaire-list::-webkit-scrollbar-thumb {
    background: rgb(179, 180, 185);
    border-radius: 10px;
}
.sommaire-list::-webkit-scrollbar-track {
    background: rgb(225, 221, 221);
}

.sommaire-item:last-child:after {
    display: block;
}

.sommaire-item {
    position: relative;
}

.sommaire-item:after {
    content: "";
    display: block;
    height: 1px;
    background-color: #959193;
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
}

.sommaire-item:last-child:after {
    display: none;
}

.sommaire-link {
    gap: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    text-decoration: none;
    color: #4C4C50;
    font-size: 1.45rem;
    font-weight: 350;
    line-height: 100%;
    transition: background-color 0.3s, color 0.3s, font-weight 0.3s, font-size 0.3s;
}

.sommaire-link:hover {
    background-color: #C9C6C8;
    color: #4C4C50;
    font-weight: 700;
    text-decoration: none;
}

/* Arrow icon styles */
.arrow-icon {
    display: flex;
    align-items: center;
}

.arrow-icon svg {
    height: 1.4rem;
    transition: height 0.3s;
}

.sommaire-link:hover .arrow-icon svg {
    height: 1.9rem;
}

.arrow {
    stroke: #E85D2B;
    stroke-width: 1.5px;
    fill: none;
}


/* main area */
.lien_bouttons_fiche {
    color: black;
    outline: none;
    display: block;
}

.bouttons_fiche:hover .lien_bouttons_fiche {
    text-decoration: none;
    color: #FFFFFF;
}

.bouttons_fiche:hover  {
    background-color: var(--color-orange-inrs);
    color: #fff;
    cursor: pointer;
}

.bouttons_fiche:hover {
    background-color: var(--color-orange-inrs);
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease;
}

.fiche .wrapper_fiche {
    max-width: 1380px;
    margin: auto;
    justify-content: space-between;
    gap: 20px;
    display: flex;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
}

@media (max-width: 1140px) {
    .fiche .wrapper_fiche {
        gap : 0;
    }
}

.fiche .entete-content {
    max-width: 1380px;
    margin: auto;
    justify-content: space-between;
    gap: 20px;
    display: flex;
    width: 100%;
    box-sizing: border-box;
}

.fiche .sommaire-container {
    margin-left: 0;
}

body.caces.fiche .wrapper_fiche {
    padding: 0 30px;
}


.retourAuxResultatsMetropol .bce_lienint_refonte,
.retourAccueilDossier .bce_lienint_refonte {
    /*border-bottom: 0px solid #e9631a6b;*/
    display: inline-block;
    padding-bottom: 0.1em;
}

@media (max-width: 1140px) {
    .baseDeDonnees.fiche :is(.retourAuxResultatsMetropol, .retourAuxResultatsTabMalPro) {
        display: none;
    }
}

.fiche #entete .bce_lienint_refonte {
    display: flex;
    align-items: center;
    padding-bottom: 0.1em;
}


/* Sous titre de niveau 2 er niveau 3 */
.fiche h4, .fiche h5 {
    font-weight: 800;
    margin-bottom: 25px;
    line-height: 100%;
    color: #787F86;
}

.fiche h4{
    font-size: 2.154rem;
    margin-top: 20px;
    margin-bottom: 1.462rem;
}
.fiche h5{
    font-size: 2rem;
    margin-top: 1.462rem;
}
.fiche h6 {
    font-size: 1.846rem;
    margin-top: 1.462rem;
}

.fiche .titreSection::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background: #E85D2B;
}

.fiche ul.listeTabulee > li > .entree {
    line-height: normal;
}

.biotox.fiche.labosDosages ul.listeTabulee,
.metropol.fiche ul.listeTabulee {
	width: auto;
}

.fiche .editorial :is(ul, ol) li:before,
.rechercheAvancee .editorial :is(ul, ol) li:before{
    content: none;
}
.accueilCaces.rechercheAvancee .editorial :is(ul, ol) li:before{
    content: "●";
}
.rechercheAvancee #ZoneInformations .editorial :is(ul, ol) li:before {
    color: var(--color-orange);
    content: "●";
    font-size: 14px;
    position: absolute;
    left: -15px;
    top: 2px;
}

.rechercheAvancee.accueilCaces #ZoneInformations .editorial :is(ul, ol) li:before {
    left: -1px;
    top: 0px;
}
/*.fiche .wrapper_fiche .sectionFiche ul.bullets > li::marker{*/
/*    font-size: 0;*/
/*}*/
.fiche ul.bullets > li:before{
    display: none;
}

.fiche .sousTitreSection {
    font-weight: 800;
    font-size: 2rem;
    margin-bottom: 25px;
    line-height: 100%;
    color: #787F86;
}

.fiche .wrapper_fiche .sectionFiche ul li::marker{
    color: var(--color-orange);
    font-size: 1.15rem;
}

.fiche .entete_fiche #autresDosagesDispos ul li::before {
    content: "•";
    color: var(--color-orange);
    font-size: 2.35rem;
    margin-right: 0.5rem;
    display: inline;
    position: relative;
    top: 6px;
}

.fiche .entete_fiche #autresDosagesDispos ul.bullets>li {
    padding-left: unset;
}

.fiche .wrapper_fiche .sectionFiche ul {
    margin: 0 0 0.5em;
    padding-left: 1.5em;
    list-style-position: outside;
}

.fiche .wrapper_fiche .sectionFiche ul > li {
    list-style-type: disc;
}

.fiche .wrapper_fiche .sectionFiche ul ul {
    margin-top: 0.25em;
    padding-left: 1.5em;
}

.fiche .wrapper_fiche .sectionFiche ul ul > li {
    list-style-type: circle;
}

ul.listeNonTabulee > li > .details ul.bullets > li {
    list-style-type: disc;
    padding-left: 0;
}

.fiche .wrapper_fiche .sectionFiche ul li{
    background-image: none !important;
}

.fiche .sommaire-link.selected, .dossier .sommaire-link.selected{
    background-color: #C9C6C8;
    color: #4C4C50;
    font-weight: 700;
}

.fiche .tableau {
    overflow-x: auto;
}

.ficheTox.fiche .sommaire-container,
.eficatt.fiche .sommaire-container {
    margin: 0;
}

.mixie.fiche .entete-content {
    text-align: center;
}

.mixie.fiche .entete-left {
    max-width: unset !important;
}

@media (min-width: 768px) {
    .mixie.fiche .wrapper_fiche {
        padding: unset;
    }
}

@media (max-width: 768px) {
    .fiche .entete-content {
        text-align: center;
    }

    .fiche .entete-content .chapo p{
        text-align: center;
    }

    .entete-content {
        gap: 0 !important;
    }
}

body.fiche:is(
    .caces, .mixie.ficheClasse, .mixie.indexClasses, 
    .mixie.indexSubstances, .mixie.ficheSubstance
    ) #pisteNavigation {
    margin-left: 0;
}
.baseDeDonnees.fiche .sectionFiche > .titreSection:first-child,
.baseDeDonnees.fiche .sectionFiche > .titreSection:first-of-type {
    margin-top: 0;
}

@media (max-width: 1140px) {
    .baseDeDonnees.fiche .nouvelleRecherche-refonte {
        display: none;
    }
}

@media (max-width:768px) {
	.baseDeDonnees.fiche #EnteteFiche .chapo {
		text-align: center;
	}
}

.ficheTox.fiche .editorial ul > li,
.eficatt.fiche .editorial ul > li{
    font-size: 1.2307692307692308rem;
    color: #161616;
}

.ficheTox.fiche .listeOnglets .onglet .titre,
.eficatt.fiche .listeOnglets .onglet .titre{
    display: flex;
    align-items: center;
}

.ficheTox.fiche .listeOnglets .onglet .titre > span,
.eficatt.fiche .listeOnglets .onglet .titre > span{
    flex-grow: 1;
}

.ficheTox.fiche .listeOnglets .onglet .titre,
.ficheTox.fiche .listeOnglets .onglet .contenu,
.eficatt.fiche .listeOnglets .onglet .titre,
.eficatt.fiche .listeOnglets .onglet .contenu{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid  #DDDDE9;
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 3px 4px 20px 0 #00000026;
    color: #161616 !important;
    margin-bottom: 0 !important;
}

.ficheTox.fiche .listeOnglets .onglet .contenu,
.eficatt.fiche .listeOnglets .onglet .contenu{
    border-top: none;
    padding: 20px;
}

.ficheTox.fiche .listeOnglets .onglet .titre,
.eficatt.fiche .listeOnglets .onglet .titre{
    border-bottom: none;
}

.ficheTox.fiche .listeOnglets .onglet.deplie,
.eficatt.fiche .listeOnglets .onglet.deplie{
    background: #fff;
    border: 1px solid  #DDDDE9;
    box-shadow: 3px 4px 20px 0 #00000026;
    border-radius: 0;
    overflow: hidden;
}

/* remove borders/shadows where the two meet */
.ficheTox.fiche .listeOnglets .onglet.deplie .titre,
.ficheTox.fiche .listeOnglets .onglet.deplie .contenu,
.eficatt.fiche .listeOnglets .onglet.deplie .titre,
.eficatt.fiche .listeOnglets .onglet.deplie .contenu{
    line-height: 2em;
    border: 0;
    box-shadow: none;
    background: transparent;
}

.ficheTox.fiche .listeOnglets .onglet.deplie .contenu,
.eficatt.fiche .listeOnglets .onglet.deplie .contenu{
    padding: 20px;
}

.ficheTox.fiche .listeOnglets .onglet.deplie .titre > span,
.eficatt.fiche .listeOnglets .onglet.deplie .titre > span{
    font-weight: 800;
    font-size: 2.3076923076923075rem;
}

.ficheTox.fiche .listeOnglets .onglet .titre > span,
.eficatt.fiche .listeOnglets .onglet .titre > span{
    font-weight: 500;
    font-size: 1.8461538461538463rem;
}

.fiche .lienSolitaire a {
    border-bottom: none;
    display: inline;
    font-weight: 700;
    font-size: 1.23rem; /* 16px */
    line-height: 1.4;
    text-decoration: underline;
    text-decoration-color: #e9631a;
    color: #161616;
    padding: unset;
}

.ficheTox.fiche .listeOnglets .onglet.deplie > div.titre:before,
.eficatt.fiche .listeOnglets .onglet.deplie > div.titre:before{
    display: none;
}

.ficheTox.fiche .listeOnglets .onglet > div.titre,
.eficatt.fiche .listeOnglets .onglet > div.titre{
    padding: 25px 20px 20px 20px !important;
}

.ficheTox.fiche .listeOnglets .onglet,
.eficatt.fiche .listeOnglets .onglet{
    margin-bottom: 20px;
}

.ficheTox.fiche .bloc_sommaire,
.eficatt.fiche .bloc_sommaire{
    box-shadow: 3px 4px 20px 0px #00000026;
    background-color: #fff;
}

.ficheTox.fiche .bloc_sommaire .sommaire li,
.eficatt.fiche .bloc_sommaire .sommaire li{
    font-weight: 350;
    font-size: 1.2307692307692308rem;
}

.ficheTox.fiche .bloc_sommaire .sommaire li > a,
.eficatt.fiche .bloc_sommaire .sommaire li > a{
    background-image: none;
}

.ficheTox.fiche .bloc_sommaire .icon-nav,
.eficatt.fiche .bloc_sommaire .icon-nav{
    margin-bottom: -3px;
    transform: rotateY(180deg);
}

.ficheTox.fiche .bloc_sommaire h4,
.eficatt.fiche .bloc_sommaire h4{
    margin-left: 35px;
    padding-top: 20px;
}

.ficheTox.fiche .listeOnglets .onglet > .titre:hover,
.eficatt.fiche .listeOnglets .onglet > .titre:hover{
    text-decoration: none !important;
    background-color: #F8F8F8;
}

.ficheTox.fiche .listeOnglets .onglet.deplie .pm::after,
.eficatt.fiche .listeOnglets .onglet.deplie .pm::after{
    display: none;
}

.fiche .titreSection{
    font-weight: 800;
    font-size: 2.3rem;
    line-height: 100%;
    margin-bottom: 25px;
    margin-top: 50px;
    color: #161616;
    position: relative;
    padding-left: 20px;
}

.accueilFicheTox .swiper,
.accueilEficatt .swiper,
.accueilPlastiques .swiper{
    margin-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.accueilFicheTox .chips-swiper-container::before,
.accueilEficatt .chips-swiper-container::before,
.accueilPlastiques .chips-swiper-container::before{
    display: none;
}
.accueilFicheTox .chips-swiper-container::after,
.accueilEficatt .chips-swiper-container::after,
.accueilPlastiques .chips-swiper-container::after{
    display: none;
}
.accueilEficatt .container_contenuWrapper {
    max-width: 860px;
    margin: auto;
}
.accueilEficatt .chips-swiper .swiper-wrapper,
.accueilPlastiques .chips-swiper .swiper-wrapper{
    flex-wrap: wrap;
    gap: 10px;
}
.accueilFicheTox .chips-swiper .swiper-wrapper {
gap: 10px;
}
@media (max-width: 768px) {
    .baseDeDonnees.fiche .entete-content .center_maj > p{
        text-align: center;
    }

    .accueilFicheTox .container_contenuPrincipal .swiper-wrapper a,
    .accueilEficatt .container_contenuPrincipal .swiper-wrapper a,
    .accueilPlastiques .container_contenuPrincipal .swiper-wrapper a{
        margin-right: 0 !important;
        width: 100% !important;
    }

    .ficheTox.resultatsRecherche.baseDeDonnees .listeResultats.evenodd_assignable,
    .eficatt.resultatsRecherche.baseDeDonnees .listeResultats.evenodd_assignable,
    .plastiques.resultatsRecherche.baseDeDonnees .listeResultats.evenodd_assignable{
        box-sizing: border-box;
    }

    .ficheTox.resultatsRecherche #filtres-mobile,
    .eficatt.resultatsRecherche #filtres-mobile,
    .plastiques.resultatsRecherche #filtres-mobile{
        display: none;
    }
}

.resultatsRecherche .nbResultatsLibelleRecherche .modifierRecherche-inline{
    margin-left: 10px;
}


.accueilFicheTox .bloc_compedit,
.accueilPlastiques .bloc_compedit,
.accueilEficatt .bloc_compedit{
    background-color: white;
    margin: 50px 0;
}

.accueilFicheTox .bloc_compedit ul,
.accueilPlastiques .bloc_compedit ul,
.accueilEficatt .bloc_compedit ul {
    margin-left: 0;
    margin-right: 0;
}

.accueilFicheTox .bce_titrep_refonte,
.accueilEficatt .bce_titrep_refonte,
.accueilPlastiques .bce_titrep_refonte,
.accueilBiotox .bce_titrep_refonte{
    margin-top: 0px;
}

.accueilFicheTox .bloc_compedit_responsive,
.accueilEficatt .bloc_compedit_responsive,
.accueilPlastiques .bloc_compedit{
    display: block;
}

.accueilFicheTox .a-decouvrir-ressource-flex .swiper-slide,
.accueilEficatt .a-decouvrir-ressource-flex .swiper-slide,
.accueilEficatt .a-decouvrir-ressource-flex .swiper-slide{
    margin-right: 0 !important;
}

.accueilEficatt #ZoneInformations {
    margin: 50px 0;
}

.ficheTox.resultats #EnteteResultats .rappelCriteres {
    font-style: normal;
    font-size: 1.384615384615385rem;
    color: #161616;
    margin: 0.25em 0 0.5em 0;
}

.resultatsRecherche.baseDeDonnees #EnteteResultats .rappelCriteres {
    font-style: normal;
    font-size: 1.384615384615385rem;
    color: #161616;
    margin: 0.25em 0 0.5em 0;
}
.resultatsRecherche.baseDeDonnees #EnteteResultats .rappelCriteres .valeur {
    font-weight: bold;
}
#EnteteResultats .rappelCriteres:not(:has(li)) {
    display: none;
}

.resultatsRecherche .navigationPages > span.btnNav:hover {
    text-decoration: underline;
    text-underline-offset: 7px;
    text-decoration-thickness: 1.5px;
    text-decoration-color: rgba(232, 93, 43, 1);
}

.rechercheBDD .bloc_compedit .bce_lienint_refonte{
    background-image: none;
}

.rechercheBDD .bloc_compedit .bce_lienint_refonte a{
    padding-left: 0px;
}

@media screen and (min-width:767px) {
    .fiche .lienSolitaire a:hover {
        text-decoration: underline;
        color: #e9631a;
        border-bottom: none;
    }
}

.fiche .lienSolitaire {
    background: none
}

.fiche .sectionFiche p,
.fiche .editorial p,
.fiche .editorial ul > li{
    font-weight: 300;
    font-size: 1.230769rem; /* 16px */
    line-height: 125%;
}

.fiche .sectionFiche .tableau th p {
    font-weight: 600 !important;
}

.biotox .swiper-navigation-container {
    padding: 0 30px;
    margin: 0 auto;
    width: 85%;
}


@media (max-width: 768px) {
    .biotox .right-arrow{
        right: 10px !important;
    }
    .biotox .left-arrow {
        left: 10px !important;
    }
}

.resultatsRecherche .triPages .titre{
    width: auto !important;
}
.resultatsRecherche .triPages .wrapperBoutonTri{
    width: auto !important;
}
.resultatsRecherche .triPages .wrapperBoutonTri > a{
    margin-left:0 !important;
}

.fiche .pagination-container{
    margin-top: 15px;
}

@media (max-width: 780px) {
    .fiche .pagination-container, .fiche .retourResultats.versionMobile{
        display: none;
    }

    .retourAuxResultatsPlastiques{
        margin-top: 20px;
    }
}

.pagination-container {
    width: 100%;
}

.pagination-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1320px;
    margin: 0 auto;
    width: 100%;
}

.pagination-prev, .pagination-next {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #161616;
    font-weight: 700;
    font-size: 1.4rem;
    transition: color 0.3s;
}

.pagination-prev:hover, .pagination-next:hover {
    color: var(--color-orange-inrs);
    text-decoration: none;
}

.pagination-arrow {
    display: flex;
    align-items: center;
}

.pagination-arrow .icon {
    width: 30px;
    height: 30px;
}

.pagination-prev .pagination-arrow {
    margin-right: 10px;
}

.pagination-next .pagination-arrow {
    margin-left: 10px;
}

.pagination-text {
    line-height: 1.2;
}

.pagination-prev.disabled, .pagination-next.disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}

.pagination-prev.disabled .circle,
.pagination-next.disabled .circle {
    stroke: #999;
}

.pagination-prev.disabled .arrow,
.pagination-next.disabled .arrow {
    stroke: #999;
}

/* Circle and arrow styling - same as the "Revenir à la recherche" link */
.pagination-arrow .icon .circle {
    fill: none;
    stroke: var(--color-orange-inrs);
    transition: fill 0.2s, stroke 0.2s;
}

.pagination-arrow .icon .arrow {
    stroke: var(--color-orange-inrs);
    transition: stroke 0.2s;
    fill: none;
}

.pagination-prev:hover .icon .circle,
.pagination-next:hover .icon .circle {
    fill: var(--color-orange-burnt);
    stroke: var(--color-orange-burnt);
}

.pagination-prev:hover .icon .arrow,
.pagination-next:hover .icon .arrow {
    stroke: #FFFFFF;
}

.fiche .pagination-prev svg{
    transform: rotate(180deg);
}
.fiche .sommaire-icon .circle{
    fill: none;
    stroke: var(--color-orange-inrs);
}

.fiche .sommaire-icon-reversed{
    transform: rotateY(180deg);
}

.fiche .container_contenuPrincipal article > section:not(:first-of-type) {
    margin-top: 4.231rem;
}

.fiche .editorial :is(ul, ol) ul li:before {
    display: none;
}

#search-listeFiches .jsSplitedColumn > li {
    list-style: outside;
}

#search-listeFiches .jsSplitedColumn > li::marker {
    color: var(--color-orange);
    font-size: 1.15rem;
}


.accueilEficatt, .accueilFicheTox, accueilPlastiques {
    overflow-x: hidden; /**overflow sur le body à cause du 100VW de l'entete **/
}

#section-bibliographie ol,
#section-bibliographie ul {
    list-style: decimal;
}

#section-bibliographie ol > li,
#section-bibliographie ul > li {
    list-style-type: decimal;
}

.sectionFiche .listeOnglets{
    padding-left: 0 !important;
}

#section-bibliographie li::marker {
    color: var(--color-orange);
    font-weight: 700;
}

#cboxContent .entete_bdd {
    background: unset; /** on enleve l'entete dans les popup **/
}

#cboxContent .inrs-entete__title{
    text-align: unset;
}

#cboxContent .center_maj:not(.metropol.accueilMetropol .center_maj) {
    margin-left: 10%;
}

#cboxContent #desktopBarreFonctionnalites,
#cboxContent #pisteNavigation,
#cboxContent .entete {
    display: none; /** on enleve l'entete dans les popup **/
}

.recherche .search-box #search-nav a.onglet:only-of-type {
    width: 33%;
    border-radius: 40px 40px 0 0;
}
@media screen and (max-width: 767px) {
    .resultatsRecherche .container_contenuPrincipal,.fiche .container_contenuPrincipal {
        padding: 0 !important;
    }
}

.fiche ul.listeNonTabulee{
    padding-left: 0 !important;
}
.fiche ul.listeNonTabulee > li > .details{
    font-size: 1.231rem;
    line-height: 125%;
}

.fiche ul.listeNonTabulee > li > .entree {
    margin-bottom: 0;
}

#search-listeFiches ul > li {
    list-style-type: disc;
}

#search-listeFiches ul > li::marker {
    color: var(--color-orange);
    font-size: 1.15rem;
}

/* --- Bibliographie : listes typées (R, G, H, L, M, D) --- */

/* Règle partagée : héritage du line-height dans les paragraphes des items */
.fiche #section-bibliographie .editorial ol > li p {
    line-height: inherit;
}

/* Mise en retrait des items pour laisser la place au préfixe inline */
.fiche #section-bibliographie .editorial ol.R > li,
.fiche #section-bibliographie .editorial ol.G > li,
.fiche #section-bibliographie .editorial ol.H > li,
.fiche #section-bibliographie .editorial ol.L > li,
.fiche #section-bibliographie .editorial ol.M > li,
.fiche #section-bibliographie .editorial ol.D > li {
    list-style: none;
    padding-left: 20px;
}

/* Suppression du marker natif + reset du compteur par liste */
.fiche #section-bibliographie .editorial ol.R,
.fiche #section-bibliographie .editorial ol.G,
.fiche #section-bibliographie .editorial ol.H,
.fiche #section-bibliographie .editorial ol.L,
.fiche #section-bibliographie .editorial ol.M,
.fiche #section-bibliographie .editorial ol.D {
    list-style: none;
    counter-reset: customlistcounter;
}

/* --- Préfixes génériques (format "X1. ") --- */

#section-bibliographie .editorial ol.R > li:before {
  content: "R" counter(customlistcounter) ". \00a0";
}
#section-bibliographie .editorial ol.G > li:before {
  content: "G" counter(customlistcounter) ". \00a0";
}
#section-bibliographie .editorial ol.H > li:before {
  content: "H" counter(customlistcounter) ". \00a0";
}
#section-bibliographie .editorial ol.L > li:before {
  content: "L" counter(customlistcounter) ". \00a0";
}
#section-bibliographie .editorial ol.M > li:before {
  content: "M" counter(customlistcounter) ". \00a0";
}
#section-bibliographie .editorial ol.D > li:before {
  content: "D" counter(customlistcounter) ". \00a0";
}
.sommaire-list {
    max-height: 400px;
    overflow: auto;
}
.sommaire-list::-webkit-scrollbar {
    width: 7px;
}
.sommaire-list::-webkit-scrollbar-track {
    background: #e1dddd;
}
.sommaire-list::-webkit-scrollbar-thumb {
    background: #B3B4B9;
    border-radius: 10px;
}
.sommaire-list::-webkit-scrollbar-thumb:hover {
    background: #5f6063;
}

#ZoneRecherche .precisions {
    line-height: 1.4;
}

/* si pas de fiche séléctionné pour une bdd */
.erreur_ficheManquante {
    width: 1320px;
    margin: 0 auto;
    padding-top: 20px;
}

@media screen and (max-width: 1140px){
    .bouttonModifierRecherche,
    .bouttonRetourResultats,
    .bouttonNouvelleRecherche {
        display: none;
    }
}

/* START : PARTIE HOVER */

@media (hover: hover) and (pointer: fine) {
    .left-arrow:hover svg circle {
        stroke: white;
    }

    .left-arrow:hover,
    .right-arrow:hover {
        background-color: var(--color-orange-inrs);
    }

    .left-arrow:hover svg path,
    .right-arrow:hover svg path {
        stroke: white;
    }

    .right-arrow:hover svg circle {
        stroke: white;
    }

    @media (min-width: 768px) {
        .left-arrow:hover,
        .right-arrow:hover {
            background-color: var(--color-orange-inrs);
        }

        .left-arrow:hover svg circle {
            stroke: white;
        }

        .left-arrow:hover svg path,
        .right-arrow:hover svg path {
            stroke: white;
        }

        .right-arrow:hover svg circle {
            stroke: white;
        }
    }
}

/* END : PARTIE HOVER */

.chips-swiper .swiper-wrapper{
    justify-content: flex-start;
}

.recherche .a-decouvrir-ressource-flex {
    margin-bottom: 30px;
}

.chips-swiper-container.chips-bdd {
    margin-bottom: 20px;
}