/*** 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 .synonymesIngredient {
    font-style: italic;
}

.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 {
    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;
    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 {
    color: var(--white) !important;
}

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

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

.tabListElement h2 {
    font-size: 14px;
}

.tabListElement .label {
    font-weight: 500;
}

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

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

.tabListElement li:nth-child(odd) {
    background-color:var(--orange-light);
}

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

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

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

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

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


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

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

.blocImage .displayDefaultInfos {
    width: 100%;
}

.sectionContentOtherPage .pageContent #utilisation .label,
.sectionContentOtherPage .pageContent #reglementation_IFRA .label {
    font-size: 16px;
}

.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 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;
}

.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;
    top: 0;
    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;
}

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

/*** 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); }
}