﻿:root {
    --col-width: 75%;
}

body.modal-open {
    overflow: initial !important;
}

.vw-99 {
    width: 100vw !important;
}

.vh-98 {
    height: 98vh;
}
/* COLORS */

.noscroll {
    overflow-x: hidden;
}

.text-teal {
    color: hsl(184, 92%, 32%);
}

.text-green {
    color: hsl(131, 95%, 24%);
}

.mstrong {
}

strong {
    color: var(--mdb-link-color) !important;
}

    strong.footer {
        color: white !important;
    }

.captiondiv strong {
    color: var(--mdb-accordion-color) !important;
}

.adapttooltiptext > a > strong {
    color: white !important;
}

.inputalert {
    border: red;
    border-style: solid;
    border-width: 1px;
}

pointer {
    cursor: pointer;
}

.thead1 {
    background-color: #eae0e0 !important;
}

.thead {
    background-color: #d3d3d3 !important;
}

.cookiemodalcontent {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
    font-family: roboto;
    font-weight: 200;
    background-color: var(--accent-bg-color);
    color: white;
}

.cookielink {
    text-decoration: underline;
    color: white !important;
}

.sliderbody {
    background-color: var(--message-bg-color) !important;
}
/* END OF COLORS */

/* MISC */
html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
}
    body.home-page {
        background: linear-gradient(rgb(105, 172, 163), rgb(123, 188, 183), rgb(140, 204, 203), rgb(158, 220, 223), rgb(176, 236, 244));
        background-attachment: scroll;
        background-attachment: fixed;
        height: 100%;
    }
    
        /* Gradient background for landing page */
        body.home-page {
            background: linear-gradient(rgb(105, 172, 163), rgb(123, 188, 183), rgb(140, 204, 203), rgb(158, 220, 223), rgb(176, 236, 244));
            background-attachment: fixed;
        }
            /* Remove all background colors from containers on home page */
            body.home-page .introrow,
            body.home-page .chapterbox,
            body.home-page .chaptermaincol,
            body.home-page .vh-100,
            body.home-page .vw-99,
            body.home-page .icontainer,
            body.home-page .main,
            body.home-page .home-section,
            body.home-page .textintrodiv,
            body.home-page .searchhome,
            body.home-page .searchcenterrow,
            body.home-page .mainsearchcenter,
            body.home-page .barreinfo {
                background-color: transparent !important;
                background: none !important;
            }
            /* Keep navigation header white */
            body.home-page .mainnav {
                background: white !important;
            }
            /* Remove all shadows and borders from containers */
            body.home-page .introrow,
            body.home-page .chapterbox {
                box-shadow: none !important;
                border: none !important;
            }
        /* White floating chapter buttons for all pages */
        .btn-chapter-search {
            background-color: #EAEAEA !important;
            color: #000000 !important;
            border-color: #EAEAEA !important;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
            font-family: 'Source Sans Pro', sans-serif !important;
            font-weight: 600 !important;
            text-transform: uppercase !important;
        }

            .btn-chapter-search:hover {
                background-color: #f8f9fa !important;
                color: hsl(184, 92%, 32%) !important;
                box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15) !important;
            }

            .btn-chapter-search:focus, .btn-chapter-search:active, .btn-chapter-search.active {
                background-color: white !important;
                color: #000000 !important;
                border-color: rgba(255, 255, 255, 0.8) !important;
            }
        /* Remove search box shadow and borders */
        body.home-page .searchboxhome {
            box-shadow: none !important;
            border: none !important;
        }
        /* Override any media query backgrounds on home page */
        @media (max-width: 1200px) {
            body.home-page .introrow,
            body.home-page .barreinfo {
                background-color: transparent !important;
            }
        }

        @media (max-width: 768px) {
            body.home-page .introrow,
            body.home-page .textintrodiv,
            body.home-page .barreinfo {
                background-color: transparent !important;
            }
        }

        .page-wrapper {
            max-width: var(--container-max-width);
            margin: 0 auto;
            padding: 0 var(--horizontal-padding);
        }

        .content-section {
            margin-bottom: var(--section-margin-medium);
        }
        /* Override flex-fill for home page sections to reduce spacing */
        .home-section {
            flex: none !important;
            min-height: auto !important;
        }
        /* Account page styling */
        body.account-page {
            background: linear-gradient(rgb(105, 172, 163), rgb(123, 188, 183), rgb(140, 204, 203), rgb(158, 220, 223), rgb(176, 236, 244));
            background-attachment: fixed;
            min-height: 100vh;
        }

        .account-content {
            display: flex;
            flex-direction: column;
            gap: 2rem;
        }

        .account-form-section {
            width: 100%;
        }

        .account-actions-section {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            align-items: center;
        }
        /* Teal primary button styling */
        .btn-teal-primary {
            background-color: hsl(184, 92%, 32%) !important;
            color: white !important;
            border: 2px solid hsl(184, 92%, 32%) !important;
            padding: 0.75rem 1.5rem;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 600;
            text-align: center;
            transition: all 0.3s ease;
            display: inline-block;
        }

            .btn-teal-primary:hover {
                background-color: hsl(184, 92%, 28%) !important;
                border-color: hsl(184, 92%, 28%) !important;
                color: white !important;
                text-decoration: none;
            }
        /* Remove all purple/violet styling from account forms */
        .account-page .pf-input {
            border: transparent !important;
            background-color: transparent !important;
        }

        .account-page .form-control,
        .account-page input[type="text"],
        .account-page input[type="email"],
        .account-page input[type="password"],
        .account-page select,
        .account-page textarea {
            border: 2px solid #e0e0e0 !important;
            border-radius: 8px !important;
            background-color: white !important;
            padding: 0.75rem !important;
            font-size: 1rem !important;
        }

            .account-page .pf-input:focus,
            .account-page .form-control:focus,
            .account-page input[type="text"]:focus,
            .account-page input[type="email"]:focus,
            .account-page input[type="password"]:focus,
            .account-page select:focus,
            .account-page textarea:focus {
                border-color: hsl(184, 92%, 32%) !important;
                box-shadow: 0 0 0 0.2rem rgba(105, 172, 163, 0.25) !important;
                outline: none !important;
            }
        /* Remove purple styling from checkboxes and radio buttons */
        .account-page .pf-checkbox input,
        .account-page .pf-radio input,
        .account-page .form-check-input {
            accent-color: hsl(184, 92%, 32%) !important;
        }
        /* Remove purple button styling */
        .account-page .pf-btn,
        .account-page .btn {
            background-color: hsl(184, 92%, 32%) !important;
            border-color: hsl(184, 92%, 32%) !important;
            color: white !important;
        }

            .account-page .pf-btn:hover,
            .account-page .btn:hover {
                background-color: hsl(184, 92%, 28%) !important;
                border-color: hsl(184, 92%, 28%) !important;
            }
        /* Hide purple info icon */
        .account-page .icon {
            display: none !important;
        }
        /* Make radio and checkbox icons black */
        .account-page .pf-radio img,
        .account-page .pf-checkbox img,
        .account-page img[src*="radio-false.svg"],
        .account-page img[src*="radio-true.svg"],
        .account-page img[src*="checkbox-false.svg"],
        .account-page img[src*="checkbox-true.svg"] {
            filter: brightness(0) !important;
        }
        /* Keep dropdown arrows with teal filter */
        .account-page img[src*="triangle-down.svg"] {
            filter: hue-rotate(150deg) brightness(0.8) !important;
        }
        /* Make specific icons teal */
        .account-page img[src*="reset-password.svg"],
        .account-page img[src*="delete.svg"] {
            filter: hue-rotate(150deg) brightness(0.8) !important;
        }
        /* Make PNG images teal using blend mode */
        .account-page img[src*="chapters-open.png"],
        .account-page img[src*="chapters-closed.png"] {
            filter: grayscale(100%) !important;
            background-color: hsl(184, 92%, 32%);
            mix-blend-mode: multiply;
            opacity: 0.8;
        }
        /* Make placeholder text black instead of blue */
        .account-page input::placeholder,
        .account-page select::placeholder,
        .account-page textarea::placeholder {
            color: #666666 !important;
            opacity: 1 !important;
        }
        /* Make any purple circular elements teal */
        .account-page .pf-radio::before,
        .account-page .pf-checkbox::before,
        .account-page [class*="purple"],
        .account-page [style*="purple"] {
            background-color: hsl(184, 92%, 32%) !important;
            border-color: hsl(184, 92%, 32%) !important;
        }
        /* Convert purple SVG icons to teal */
        .account-page svg path[fill*="purple"],
        .account-page svg path[stroke*="purple"] {
            fill: hsl(184, 92%, 32%) !important;
            stroke: hsl(184, 92%, 32%) !important;
        }

        select[aria-readonly="true"] {
            pointer-events: none;
        }

        .issueselect {
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5pxpx;
        }

        .queryselector {
            height: 75px;
        }

        .mainnavlogo {
            width: 180px;
        }

        .center {
            text-align: center;
        }

        .wide {
            max-width: 1735px !important;
        }

        .middle {
        }

        .BTN-menu {
            color: #3fd3ce !important;
            font-size: 22px;
            float: right;
            padding-right: 19px;
            cursor: pointer;
        }

        .BTN-menu-close {
            width: 48px;
            height: 48px;
            flex-grow: 0;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            gap: 8px;
            padding: 0;
            border-radius: 100px;
            background-color: rgba(76, 22, 144, 0.1);
        }

        .navbutton {
            background-color: transparent;
            border: none;
            float: right;
            padding-right: 20px;
            padding-top: 10px;
        }

        .closenavbutton {
            background-color: #fff;
            border: none;
            float: right;
            top: -17px;
            position: relative;
        }

        .hidenav {
            display: none;
        }

        .containersmalltopbar {
            padding: 0px;
        }

        .small-navbar-brand {
            float: left;
            padding-left: 15px;
            padding-top: 11px;
        }

        .smallnav {
            top: 57px;
            position: absolute;
            float: inline-start;
            width: 100%;
            margin: 0px;
            background-color: #fff;
            z-index: 100;
            padding: 10px;
        }

        .nav-item, .authoption {
            list-style-image: none;
            list-style-type: none;
            float: left;
        }

        .nav-item {
            margin-bottom: 0px;
        }

        p {
            margin-bottom: 5px !important;
        }

        .smallscreen {
            display: none;
        }

        .icontainer {
            --mdb-gutter-x: 1.5rem;
            --mdb-gutter-y: 0;
            width: 100%;
            padding-right: 0px;
            padding-left: 0px;
        }

        .bg-color {
            --mdb-bg-opacity: 1;
            background-color: var(--paper-bg-color) !important;
        }

        a.article {
            font-family: roboto;
            font-size: 16px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.75;
            letter-spacing: normal;
            text-align: left;
            color: #3a3a3a !important;
            font-weight: 500;
            text-decoration: underline;
        }

        a.video {
            cursor: poroboto;
        }


        #navbarSupportedContent > ul > li, .sortul .sortlist, .nav-item, .authoption {
            list-style-image: none;
            z-index: 100 !important;
        }

        .dropdown-menu > li {
            list-style-image: none;
            list-style-type: none;
        }

        .main {
            /*min-height: 1500px;*/
            width: 100%;
        }

        .sidewindow {
            padding: 0px !important;
            background-color: var(--message-bg-color);
        }

        .sidenav-subheading {
            font-size: .8rem;
        }

        #footer {
            font-size: .8rem;
            background-color: var(--footer-bg-color);
        }

        .modalframe {
            padding-left: 3rem;
            padding-right: 3rem;
            padding-top: 0px !important;
        }

        #ModalTitle {
            color: var(--mdb-link-color);
            font-family: Inter, sans-serif;
            font-weight: 700;
            font-size: 12px;
            text-transform: uppercase;
        }

        .issuehelp {
            padding-top: 20px;
            padding-bottom: 40px;
        }

        .issuetypeselect {
            padding-top: 2px;
            padding-bottom: 2px;
        }

        .accordion-button {
            padding-right: 0px !important;
        }


        .mdc-button__label {
            font-weight: 600;
        }

        .closeimage {
            align-content: center;
            display: block;
            margin: auto;
        }

        .imagerow {
            padding-top: 150px;
        }

        .reference {
            vertical-align: super;
            font-size: 12px;
            padding-right: 2px;
            margin-right: 2px;
            text-decoration: none !important;
            background-color: #DAEEFA;
            border-radius: 2px;
        }

        .referenceitem {
            list-style-image: none;
        }

            .referenceitem::before {
                content: '';
                display: block;
                height: 150px;
                margin-top: -150px;
                visibility: hidden;
            }

        .datepicker-toggle-button {
            z-index: 20;
        }

        #images {
            width: 100%;
        }

        .fullimage {
            max-width: 100%;
            max-height: 100%;
        }

        .largelist {
            width: 120%;
            margin-left: 5% !important;
            margin-right: 5% !important;
        }

        .title {
            font-weight: 600;
        }
        /* END OF MISC */
        /* Slider*/

        .sliderbody {
            background-color: var(--message-bg-color) !important;
        }

        .slidertitle {
            flex-grow: 0;
            align-items: center;
            font-family: roboto;
            font-size: 48px;
            font-weight: 600;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            align-self: center;
            color: var(--message2-fg-color);
        }

        .slidersubtitle {
            height: 36px;
            flex-grow: 0;
            font-family: roboto;
            font-size: 24px;
            font-weight: 600;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            align-self: center;
            color: var(--message2-fg-color);
        }

        .slidersearch {
            top: 10px;
            width: 95%;
            align-self: center;
        }

        .sliderchapter {
            line-height: 2.5rem;
            text-align: center;
        }

        .chaptermore {
            font-family: roboto;
            font-size: 14px;
            font-weight: 600;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            color: #4c1690;
            text-align: center;
        }

        .slideror {
            flex-grow: 0;
            font-family: roboto;
            font-size: 24px;
            font-weight: 600;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            align-self: center;
            color: var( --accent-color);
        }

        .clearfilter {
            font-family: roboto;
            font-size: 14px;
            font-weight: 600;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            color: #4c1690;
            padding-left: 5px;
        }

            .clearfilter::before {
                content: url('/img/close.svg');
                padding-right: 10px;
            }

        .pointer {
            cursor: pointer;
        }
        /* Home */
        .topbar {
            height: 48px;
            background-color: white;
        }

        .containertopbar {
            display: flex;
            padding-top: 1rem;
            padding-bottom: 1rem;
            padding-left: 4.5rem;
            padding-right: 4.5rem;
        }

        .outilcmg {
            width: 133px;
            height: 24px;
            object-fit: contain;
            position: absolute;
            right: 14%;
            top: 1rem;
        }

        .introrow {
            flex: 0 0 auto;
            width: 100%;
            height: 8rem;
            padding-top: 40px;
            padding-bottom: 0px;
            
        }

        .textintrodiv {
            flex: 1 0 0%;
            position: relative;
            width: 100%;
            max-width: var(--container-max-width);
            margin: 0 auto;
            padding-left: var(--horizontal-padding);
            padding-right: var(--horizontal-padding);
            overflow: hidden;
            box-sizing: border-box;
            max-height: 100%;
        }

        .textintro {
            position: relative;
            width: 100%;
            top: 0;
            left: 3px;
            font-family: "roboto", Helvetica, sans-serif;
            font-weight: 600;
            color: var(--mdb-link-color);
            font-size: 1.8vw;
            letter-spacing: 0;
            line-height: 52px;
            z-index: 10;
            margin-bottom: 47px !important;
        }

        .textintronc {
            position: relative;
            width: 100%;
            top: 0;
            left: 3px;
            font-family: "roboto", Helvetica, sans-serif;
            font-weight: 600;
            color: var(--mdb-link-color);
            font-size: 1.8vw;
            letter-spacing: 0;
            line-height: 52px;
            z-index: 10;
            margin-bottom: 47px !important;
        }

        .searchhome {
            padding: 0px !important;
            position: relative;
            width: 100%;
            max-width: 100%;
        }

        .searchboxdiv {
            max-width: 100% !important;
            width: 100%;
            height: 50px;
            color: var(--accent-color);
            flex: 0 0 auto;
            background-color: var(--main-bg-color);
            padding: 0px !important;
            position: relative;
            margin-top: 30px;
        }

        .searchboxhelp {
            max-width: 1430px !important;
            height: 50px;
            color: var(--accent-color);
            flex: 0 0 auto;
            background-color: var(--help-bg-color);
            padding: 0px !important;
            position: relative;
            top: 48px;
        }

        .resultlinerow {
            width: 100%;
        }



        .steto {
            position: relative;
            width: 166px;
            height: 122px;
            top: -40px;
            left: 164px;
        }

        .chaptersearchhome {
            padding-left: var(--horizontal-padding) !important;
            padding-right: var(--horizontal-padding) !important;
            padding-bottom: 1.25rem;
            line-height: 2.5rem;
            max-width: 100%;
            overflow-x: hidden;
            text-align: center;
        }
            /* Remove conflicting padding from button spans */
            .chaptersearchhome span {
                padding: 0 !important;
                display: inline-block;
                margin: 0 6px 8px 6px;
            }
                /* Ensure all chapter button spans have consistent styling */
                .chaptersearchhome span.chapterspan {
                    padding: 0 !important;
                    display: inline-block;
                    margin: 0 6px 8px 6px;
                }
        /* Apply same layout to results page chapter buttons */
        .chaptersearch .collapse {
            text-align: center;
        }

        .chaptersearch span {
            padding: 0 !important;
            display: inline-block;
            margin: 0 6px 8px 6px;
        }

            .chaptersearch span.chapterspan {
                padding: 0 !important;
                display: inline-block;
                margin: 0 6px 8px 6px;
            }

        .chaptersearchtxt {
            position: relative;
            padding-bottom: 1.25rem;
            padding-top: 0.5rem;
            padding-left: var(--horizontal-padding);
            font-family: "Inter", Helvetica, sans-serif;
            font-weight: 700;
            color: var(--mdb-link-color);
            font-size: 12px;
            letter-spacing: 1px;
            line-height: normal;
        }

        .chapterbox {
            max-width: var(--container-max-width);
            margin: 0 auto;
            padding-left: var(--horizontal-padding);
            padding-right: var(--horizontal-padding);
        }

        .chaptermaincol {
            flex: 0 0 auto;
            width: 100%;
            padding-left: 0px;
            padding-right: 0px;
        }

        .barreinfo {
            flex: 0 0 auto;
            width: 100%;
            padding-top: 12px;
            padding-bottom: 12px;
            background-color: var(--main-bg-color);
            overflow: hidden;
        }


        .text-wrapper {
            position: relative;
            width: fit-content;
            margin-top: -1px;
            font-family: "roboto", Helvetica;
            font-weight: 600;
            color: var(--mdb-link-color);
            font-size: 14px;
            letter-spacing: 0;
            line-height: normal;
            display: flex;
            white-space: nowrap;
        }
        /* for Firefox */
        @-moz-keyframes my-animation {
            from {
                -moz-transform: translateX(100%);
            }

            to {
                -moz-transform: translateX(-100%);
            }
        }
        /* for Chrome */
        @-webkit-keyframes my-animation {
            from {
                -webkit-transform: translateX(100%);
            }

            to {
                -webkit-transform: translateX(-100%);
            }
        }

        @keyframes my-animation {
            from {
                -moz-transform: translateX(100%);
                -webkit-transform: translateX(100%);
                transform: translateX(100%);
            }

            to {
                -moz-transform: translateX(-100%);
                -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
            }
        }

        .macaron-gratuit {
            position: relative;
            width: 128px;
            height: 128px;
            top: -190px;
            left: 345px;
            background-color: white;
            border-radius: 64px;
        }

        .clap-wrapper {
            -webkit-animation: spin 14s linear infinite;
            -moz-animation: spin 14s linear infinite;
            animation: spin 14s linear infinite;
        }

        .macaron-medicine {
            position: relative;
            width: 10vw;
            height: 10vw;
            top: -14vw;
            left: 3vw;
            background-color: white;
            border-radius: 100px;
        }

        .financeimg {
            height: 2.5vw;
        }

        .livre-wrapper {
            -webkit-animation: spin 14s linear infinite;
            -moz-animation: spin 14s linear infinite;
            animation: spin 14s linear infinite;
        }

        @-moz-keyframes spin {
            100% {
                -moz-transform: rotate(-360deg);
            }
        }

        @-webkit-keyframes spin {
            100% {
                -webkit-transform: rotate(-360deg);
            }
        }

        @keyframes spin {
            100% {
                -webkit-transform: rotate(-360deg);
                transform: rotate(-360deg);
            }
        }

        .clap-wrapper {
            position: relative;
            width: 108px;
            height: 108px;
            top: 11px;
            left: 10px;
            background-image: url(/img/txt-macaron-gratuit.svg);
            background-size: 100% 100%;
        }

        .livre-wrapper {
            position: relative;
            width: 9vw;
            height: 9vw;
            top: 0.5vw;
            left: 0.5vw;
            background-image: url(/img/facsdemedicine.svg);
            background-size: 100% 100%;
        }


        .clap {
            -webkit-animation: spinreverse 14s linear infinite;
            -moz-animation: spinreverse 14s linear infinite;
            animation: spinreverse 14s linear infinite;
        }

        .livre {
            -webkit-animation: spinreverse 14s linear infinite;
            -moz-animation: spinreverse 14s linear infinite;
            animation: spinreverse 14s linear infinite;
        }

        @-moz-keyframes spinreverse {
            100% {
                -moz-transform: rotate(360deg);
            }
        }

        @-webkit-keyframes spinreverse {
            100% {
                -webkit-transform: rotate(360deg);
            }
        }

        @keyframes spinreverse {
            100% {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }
        }

        .clap {
            position: relative;
            width: 40px;
            height: 40px;
            top: 31px;
            left: 34px;
        }

        .livre {
            position: relative;
            width: 5vw;
            height: 5vw;
            top: 2vw;
            left: 2vw;
        }

        .financepar {
            position: relative;
            top: -50px;
            left: 19vw;
        }

        .chapterrow {
            position: relative;
            z-index: 1;
        }

        .reassurrcol {
            flex: 1 0 0%;
            padding-top: 80px;
            padding-bottom: 50px;
            padding-left: 0px;
            padding-right: 0px;
        }

        .reassur {
            display: flex;
            flex-direction: column;
            width: var(--col-width);
            align-items: center;
            gap: 8px;
            position: relative;
            flex: 0 0 auto;
        }

        .items {
            display: flex;
            width: 95%;
            align-items: center;
            gap: 30px;
            padding: 80px 0px;
            position: relative;
            flex: 0 0 auto;
        }

        .item {
            display: flex;
            gap: 24px;
            flex: 1;
            flex-grow: 1;
            align-items: flex-start;
            position: relative;
        }

        .text-wrapper-6 {
            position: relative;
            flex: 1;
            margin-top: -1px;
            color: var(--mdb-link-color);
            font-feature-settings: 'clig' off, 'liga' off;
            font-family: roboto;
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
        }
        /* end of home*/
        /* actus */
        .actusfav {
            width: 100% !important;
            padding: 0px;
            margin-right: 0px;
            margin-left: 0px;
        }

        .actuscol {
            flex: 1 0 0%;
            padding-top: 80px;
            padding-bottom: 50px;
            padding-left: 0px;
            padding-right: 0px;
            background-color: white;
        }

        .actusoffline {
            display: flex;
            flex-direction: column;
            width: var(--col-width);
            align-items: center;
            gap: 8px;
            position: relative;
            flex: 0 0 auto;
            background-color: #e5d9ff;
            overflow: hidden;
            padding-bottom: 90px;
            padding-top: 70px;
        }

        .newsallbutton {
            align-content: center;
            margin: 0 auto;
            padding-left: 150px;
        }

        .newsmorebutton {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .newsmorebuttoncontainer {
            height: 75px;
            position: relative;
            padding-top: 25px;
        }

        .newsdate {
            font-family: roboto;
            font-size: 14px;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            color: #7e7396;
        }

        .newsdateicon {
            padding-right: 5px;
            height: 18px;
        }

        .retourcol {
            float: left;
            margin-left: -7%;
        }

        .news-page-title {
            font-family: 'Inter', sans-serif;
            font-size: 32px;
            font-weight: 600;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            color: #4c1690;
        }

        .actus-2-offline {
            padding-bottom: 60px;
        }

        .actusonline {
            flex: 1 0 0%;
            background-color: #e5d9ff;
            position: relative;
            overflow: hidden;
            padding-top: 80px;
        }

        .actus-2-online {
            width: 60%;
            height: 100%;
        }

        .nos-actus {
            width: 298px;
            font-family: 'Inter', sans-serif;
            font-size: 32px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            color: var(--mdb-link-color);
            margin-left: 50px;
        }

        .newsbuttons {
            align-self: baseline;
            display: flex;
            flex-wrap: wrap;
            padding-top: 100px;
        }
    }

.button-toutes-col {
    flex: 1 0 0%;
}

.button-toutes {
    display: inline-flex;
    height: 64px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 24px;
    border-radius: 100px;
    border: 1px solid;
    border-color: var(--mdb-link-color);
    color: var(--mdb-link-color);
    width: 230px;
    background-color: transparent !important;
}

.button-plus {
    display: inline-flex;
    height: 64px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 24px;
    border-radius: 100px;
    border: 1px solid;
    border-color: hsl(184, 92%, 32%);
    color: white;
    width: 164px;
    background-color: hsl(184, 92%, 32%);
    ;
}

.button-not-plus {
    display: inline-flex;
    height: 64px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 24px;
    border-radius: 100px;
    border: 1px solid;
    border-color: rgba(76, 22, 144, 0.1);
    color: var(--mdb-link-color);
    width: 164px;
    background-color: rgba(76, 22, 144, 0.1);
    ;
}

.page-item {
    list-style-image: none;
    cursor: pointer;
}

.btn-new-news-col {
    flex: 1 0 0%;
}

.btn-new-news {
    display: inline-flex;
    height: 64px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 24px;
    border-radius: 100px;
    border: 1px solid;
    border-color: var(--mdb-link-color);
    width: 230px;
    background-color: transparent !important;
    margin-bottom: 75px;
}

.fleches {
    width: 112px;
    height: 48px;
    display: inline-flex;
    justify-content: normal;
    align-items: center;
    float: right;
    margin-right: 45px;
}

.btn-left {
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 100px;
    background: white;
    margin-right: 20px;
    border: none;
}

.actus-left {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.btn-right {
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 100px;
    background: white;
    border: none;
}

.actus-right {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    transform: rotate(180deg);
}



.news-list-nav {
    display: flex;
    align-items: flex-start;
    top: 80px;
    position: relative;
    padding-top: 25px !important;
}

.news-element {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    flex: 0 0 auto;
    cursor: pointer;
    padding-right: 50px;
}

.news-image-large {
    max-width: 50%;
    width: 50%;
    display: flex;
    float: left;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    : center;
    background: antiquewhite;
    height: 66.41%;
    margin-right: 50px;
}

.news-image-div, .news-image, .news-image-edit {
    max-width: 263px;
    width: 263px;
    display: flex;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    : center;
    background: antiquewhite;
    height: 198px;
}

#newsimage {
    width: 10vw;
}


.filterednews-rectangle, .news-rectangle {
    max-height: 198px;
}

.news-frame {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 0 0 auto;
    width: 263px;
    position: relative;
    padding-bottom: 19px;
    top: 25px;
}

.news-title {
    position: relative;
    align-self: stretch;
    color: var(--mdb-link-color);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.title-frame {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.news-subtitle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    font-family: roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: black;
}
/* end actus */

/* Favoris */
.favoris {
    flex: 0 0 0%;
    background-color: white;
    padding: 36px 109px 116px 110px;
    z-index: 40;
}

.favoris-item {
}

.favbox {
    align-self: stretch;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    border-bottom: solid 1px rgba(76, 22, 144, 0.3);
}

    .favbox.first {
        padding-top: 24px;
        border-top: solid 1px rgba(76, 22, 144, 0.3);
    }

.favoritebox {
    height: 116px;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    padding: 24px;
    border-radius: 5px;
    border: solid 1px rgba(76, 22, 144, 0.3);
}

.favcol {
    flex: 0 0 auto;
    width: 50%;
    padding-bottom: 10px;
}

.favitembox {
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    padding-bottom: 30px;
}

.favright {
    width: 100% !important;
}

.deldisabled {
    color: #4c1690;
    opacity: 0.3;
}

.favoris-body {
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    padding: 0;
}

.favoris-header {
    padding-bottom: 25px;
    flex-grow: 0;
    font-family: roboto;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--mdb-link-color);
}

.favtitle {
    flex-grow: 0;
    font-family: roboto;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.1px;
    text-align: left;
    color: var(--accent-fg-color);
}

.favpublisher {
    width: 110px;
    height: 16px;
    flex-grow: 0;
    font-family: roboto;
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--accent-fg-color);
    flex: 0 0 auto;
}

.favicon {
    width: 40px;
    height: 40px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    padding: 8px;
    object-fit: contain;
}

.favdetails {
    display: flex;
    flex-direction: row;
}

.favdatediv {
    flex: 0 0 auto;
    width: 137px;
    height: 16px;
    flex-grow: 0;
    font-family: roboto;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--accent-fg-color);
}

.favdatetooltip {
    width: 23px;
    height: 15px;
    flex-grow: 0;
    font-family: roboto;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #7e7396;
}

.favoritesbrowse {
    cursor: pointer;
}

.favdeletecheck {
    float: right;
}

.deletediv {
    cursor: pointer;
}
/* end favoris */

/* PROFILE */
.pf-gap-xs {
    gap: 8px;
}

.pf-gap-sm {
    gap: 16px;
}

.pf-gap-md {
    gap: 24px;
}

.pf-gap-mdx {
    gap: 26px;
}

.pf-gap-lg {
    gap: 32px;
}

.pf-gap-xl {
    gap: 40px;
}

.pf-row-gap-xs {
    row-gap: 8px;
}

.pf-column-gap-md {
    column-gap: 24px;
}

.pf-wrapper-illustration {
    position: relative;
}

    .pf-wrapper-illustration .pf-illustration {
        position: absolute;
        display: none;
        top: 0;
        right: 0;
        width: 37vw;
        height: 37vh;
    }

.pf-container {
    width: 100%;
    max-width: 1134px;
    margin: 0 auto;
}

.pf-footer {
    margin-top: 120px;
}

.pf-row-column-md,
.pf-row-column-lg {
    flex-direction: column;
}

.pf-breadcrumb {
    margin-top: 10px;
}

.pf-title {
    margin: 0 0 !important;
    padding: 0;
    line-height: 1.5;
    font-family: roboto;
    font-size: 24px;
    font-weight: 600;
    color: var(--mdb-link-color);
}

.pf-title-sm {
    font-size: 14px;
}

.pf-title-lg {
    font-size: 32px;
}

.pf-title-page {
    margin: 36px 0 56px 0 !important;
}

.pf-title::before {
    content: none;
}

.pf-text {
    margin: 0 !important;
    line-height: 2;
    color: var(--message-fg-color);
}

.pf-text-xs {
    font-size: 12px;
}

.pf-text-sm {
    line-height: 1.71;
    font-size: 14px;
}

.pf-text-md {
    font-size: 16px;
}

.pf-text a {
    font-weight: 500;
    text-decoration: underline;
    color: var(--message-fg-color);
}

.pf-input {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
}

    .pf-input label {
        position: absolute;
        left: 24px;
        font-weight: 500;
        color: var(--accent-fg-color);
    }

    .pf-input .icon {
        position: absolute;
        display: flex;
        right: 24px;
        padding: 0;
    }

    .pf-input input {
        width: 100%;
        padding: 13px 24px;
        font-weight: 500;
        color: var(--message-fg-color);
        border: solid 1px rgba(76, 22, 144, 0.3);
        border-radius: 5px;
    }

        .pf-input input::placeholder {
            color: var(--accent-fg-color);
        }

        .pf-input input:read-only {
            padding-right: 50px;
            padding-left: 108px;
            background-color: rgba(76, 22, 144, 0.03);
        }

.pf-btn {
    display: block;
    padding: 11px 22px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: var(--mdb-link-color) !important;
    background-color: var(--white);
    border: solid 1px rgba(76, 22, 144, 0.3);
    border-radius: 100px;
    transition: .1s ease;
}

.pf-btn-primary {
    color: var(--white) !important;
    background-color: var(--btn-form-primary);
    border: solid 1px var(--btn-form-primary);
}

    .pf-btn-primary:hover {
        background-color: var(--btn-form-primary-hover);
        border: solid 1px var(--btn-form-primary-hover);
    }

.pf-btn-secondary {
    color: var(--message2-fg-color) !important;
    background-color: var(--btn-form-secondary);
    border: solid 1px var(--btn-form-secondary);
}

    .pf-btn-secondary:hover {
        color: var(--white) !important;
        background-color: var(--btn-form-secondary-hover);
        border: solid 1px var(--btn-form-secondary-hover);
    }

.pf-btn-show {
    padding: 15px 21px;
}

    .pf-btn-show:hover {
        color: var(--white) !important;
        background-color: var(--btn-form-primary);
        border: solid 1px var(--btn-form-primary);
    }

.pf-advertisement {
    height: 554px;
    margin-bottom: 40px;
    padding: 10% 0 47px 0;
    text-align: center;
    background: no-repeat center var(--advertisement-bg-color) url("../img/illustrations/profile-advertisement.png");
    border-radius: 10px;
    box-sizing: border-box;
}

    .pf-advertisement .pf-text {
        margin-top: 9px !important;
    }

.pf-radio {
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1.71;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

    .pf-radio input {
        display: none;
    }

        .pf-radio input:checked + img {
            content: url("../img/icons/radio-true.svg");
        }

.pf-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1.43;
    font-size: 14px;
    cursor: pointer;
}

    .pf-checkbox input {
        display: none;
    }

        .pf-checkbox input:checked ~ img {
            content: url("../img/icons/checkbox-true.svg");
        }

.pf-hr {
    height: 1px;
    margin: 0;
    background-color: rgba(76, 22, 144, 0.3);
}

.pf-funcal {
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    color: var(--message2-fg-color) !important;
}

    .pf-funcal:hover {
        opacity: .7;
    }

.pf-select {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
}

    .pf-select select {
        appearance: none;
        width: 100%;
        padding: 13px 24px;
        font-weight: 500;
        color: var(--accent-fg-color);
        background-color: var(--white);
        border: solid 1px rgba(76, 22, 144, 0.3);
        border-radius: 5px;
    }

    .pf-select option {
        font-size: 14px;
        font-family: Arial;
        color: var(--accent-fg-color);
    }

    .pf-select img {
        position: absolute;
        right: 24px;
    }

@media only screen and (min-width: 768px) {
    .pf-row-column-md {
        flex-direction: row;
    }
}

@media only screen and (min-width: 960px) {
    .pf-wrapper-illustration .pf-illustration {
        display: block;
    }

    .pf-row-column-lg {
        flex-direction: row;
    }
}
/* END PROFILE */

/* contenu */
.contenus {
    flex: 0 0 auto;
    width: var(--col-width);
    padding-top: 50px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 25px;
}

.contenus2 {
    flex: 0 0 auto;
    width: var(--col-width);
    padding-top: 0px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.contenu-wrapper {
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    color: var(--mdb-link-color);
    font-family: roboto;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.contenus-outer-frame {
    display: flex;
    align-items: flex-start;
    gap: 46px;
    padding-left: 5%;
    padding-right: 5%;
    width: 100%;
}

.element-contenu {
    position: relative;
    flex: 1;
    flex-grow: 1;
}

.logoanchor {
    width: 100%;
    display: flex;
    padding-top: 25px;
}

.logo {
    margin: auto;
}

.btn-linge-editorial {
    display: inline-flex;
    height: 64px;
    align-items: center;
    gap: 8px;
    padding: 8px 24px;
    border-radius: 100px;
    border: 1px solid;
    border-color: var(--mdb-link-color);
    color: var(--mdb-link-color) !important;
    background-color: white;
}

.element-frame {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    align-self: stretch;
    width: 85%;
    flex: 0 0 auto;
}

.element-title {
    align-self: stretch;
    margin-top: -1px;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: var(--mdb-link-color);
}

.elemen-p {
    position: relative;
    align-self: stretch;
    font-family: "Inter", Helvetica;
    font-weight: 400;
    color: var(--message-fg-color);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 32px;
}

.element-text {
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 200% */
    color: var(--message-fg-color);
}

.element-text-bold {
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    color: var(--message-fg-color);
}

.element-text-accent {
    color: var(--accent-blue-color);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.ebm-logo {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.ebm-text {
    position: relative;
    width: fit-content;
    margin-top: -0.71px;
    font-family: "roboto", Helvetica;
    font-weight: 600;
    color: var(--mdb-link-color);
    font-size: 29.3px;
    letter-spacing: 0;
    line-height: normal;
}

.guideline-text {
    position: relative;
    width: fit-content;
    margin-top: -0.71px;
    font-family: "roboto", Helvetica;
    font-weight: 300;
    color: var(--mdb-link-color);
    font-size: 29.3px;
    letter-spacing: 0;
    line-height: normal;
}

.guides-europeens {
    position: relative;
    width: fit-content;
    font-family: "Inter", Helvetica;
    font-weight: 500;
    color: var(--accent-fg-color);
    font-size: 14px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}

.onvousdittous {
    display: flex;
    flex-direction: column;
    height: 69px;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: var(--col-width);
    margin-bottom: 80px;
    margin-top: 50px;
}
/* end contenu*/
/* ebmfrance line */
.ebmfrancecol {
    flex: 1 0 0%;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #4c169033;
}

.ebmfrancemaincol {
    position: relative;
    width: var(--col-width);
    height: 72px;
    vertical-align: middle;
    text-align: center;
    background-color: #4c169033;
    padding-top: 24px;
}

.message-chat {
    padding-right: 25px;
}

.ebmfrance-text {
    color: var(--accent-fg-color);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px; /* 171.429% */
}
/* end ebmfrance line*/
/* valeur */
.valeurcol {
    flex: 1 0 0%;
    padding-left: 0px;
    padding-right: 0px;
    background-color: var(--less-bg-color);
}

.valeurs {
    position: relative;
    width: var(--col-width);
    height: auto;
    background-color: var(--less-bg-color);
}

#accordionValeur .accordion-body {
    padding-bottom: 65px;
}

.btn-valeur {
    display: inline-flex;
    height: 64px;
    align-items: center;
    gap: 8px;
    padding: 8px 24px;
    position: absolute;
    left: 34px;
    border-radius: 100px;
    border: 1px solid;
    border-color: var(--mdb-link-color);
    color: var(--mdb-link-color) !important;
    background-color: var(--less-bg-color);
    margin-left: 14%;
}

.valeur-accordion {
    --mdb-accordion-border-width: 0px !important;
    --mdb-accordion-bg: var(--less-bg-color) !important;
}

.valeur-accordion-item {
    background-color: var(--less-bg-color) !important;
}

.valeurs-2 {
    position: relative;
}

.valeur-2-frame {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    position: relative;
    top: 1px;
    padding-left: 17%;
}

.valeur-div {
    gap: 40px;
    position: relative;
    flex: 1 0 auto;
    padding-top: 100px;
    width: 40%;
}

.valeur-item-title {
    position: relative;
    padding-top: 15px;
}

.p-valeur-line {
    position: absolute;
    top: 0;
    width: 94%;
}

.valeur-line {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 1px;
    margin-top: -1px;
    object-fit: cover;
}

.valeur-text {
    position: relative;
    margin-top: -1px;
    font-feature-settings: 'clig' off, 'liga' off;
    color: var(--mdb-link-color);
    font-family: roboto;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    z-index: 100;
    padding-left: 20%;
}

.valeur-header, .valeur-accordion-button {
    color: var(--mdb-link-color) !important;
    font-weight: 600 !important;
    font-feature-settings: 'clig' off, 'liga' off !important;
    font-family: roboto !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: normal !important;
    padding-bottom: 0px !important;
}

    .valeur-accordion-button:not(.collapsed):after {
        background-image: url("/img/minus 1.svg");
        transform: none;
    }

    .valeur-accordion-button:after {
        flex-shrink: 0;
        width: var(--mdb-accordion-btn-icon-width);
        height: var(--mdb-accordion-btn-icon-width);
        margin-left: auto;
        content: "";
        background-image: url("/img/plus 1.svg");
        background-repeat: no-repeat;
        background-size: var(--mdb-accordion-btn-icon-width);
        transition: var(--mdb-accordion-btn-icon-transition);
    }

    .valeur-accordion-button:not(.collapsed) {
        color: var(--mdb-link-color);
        background-color: var(--less-bg-color);
        box-shadow: none
    }

.Dcouvrez-notre-mthode {
    font-family: roboto;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4c1690;
}

.illus-home {
    flex: 1 0 0%;
    position: relative;
    width: 70%;
    height: 472px;
}

.illus-home-img {
    width: 41vw;
}
/* end valeur */
/* footer */
.bas-de-page {
    position: relative;
    width: var(--col-width);
    height: 1275px;
    background-color: white;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.contact, .ambassadeur, .recherche {
    position: relative;
    width: 554px;
    height: 554px;
    margin: 10px;
}

.ambassadeur {
}

.contact {
    margin-left: 0%;
    margin-right: 0%;
}

.contact-txt, .ambassadeur-txt, .recherche-txt {
    text-align: center;
    padding-left: 0px;
}

.contact-text, .ambassadeur-text, .recherche-text {
    position: relative;
    align-self: stretch;
    font-feature-settings: 'clig' off, 'liga' off;
    color: var(--accent-fg-color);
    font-family: roboto;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0px;
    line-height: 32px;
    font-style: normal;
    font-weight: 400;
}

.contact-text-title, .recherche-text-title {
    position: relative;
    font-family: "roboto", Helvetica;
    font-weight: 600;
    color: var(--mdb-link-color);
    font-size: 24px;
    letter-spacing: 0;
    line-height: normal;
}



.contact-div, .ambassadeur-div {
    border-radius: 20px;
    background-color: var(--message-bg-color);
    width: 100%;
    height: 554px;
    padding-top: 40px;
    overflow: hidden;
}

.recherche-div {
    border-radius: 20px;
    background-image: url('/img/img_bloc recherche.png');
    width: 100%;
    height: 554px;
    padding-top: 40px;
    overflow: hidden;
}

.contact-button {
    justify-content: center;
    height: 64px;
    position: relative;
    top: -64px;
    display: flex;
}

.recherche-button {
    justify-content: center;
    bottom: -315px;
    height: 64px;
    position: relative;
    display: flex;
}

.cgu-button {
    justify-content: center;
    height: 64px;
    position: relative;
    display: flex;
}

.btn-contact, .btn-recherche, .btn-ambassadeur, .btn-favorites {
    display: inline-flex;
    height: 64px;
    align-items: center;
    gap: 8px;
    padding: 8px 24px;
    border-radius: 100px;
    border: 1px solid;
    border-color: var(--mdb-link-color);
    color: var(--mdb-link-color) !important;
    background-color: white;
    top: -10px;
    position: relative;
}

.wfavorites {
    width: 100%;
    justify-content: center;
}

.recherche {
}


.ambassadeur-button {
    justify-content: center;
    height: 64px;
    position: relative;
    top: -64px;
    display: flex;
}

.footer-container {
    height: auto;
    width: 100%;
    padding-top: 20px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.col-newsletter {
    flex: 0 0 auto;
    width: 51%;
}

.input-newsletter {
    width: 36%;
    height: 56px;
    display: flex;
    flex: 0 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    margin: 0px 0 0 97px;
    padding: 0px;
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.2);
}

.newsletter {
    background-color: #4341A8;
    height: 121px;
}

.newsletter-center {
    vertical-align: middle;
}

.newsletter-box {
    align-items: center !important;
    display: flex !important;
    height: 100%;
}

.newsletter-text-title {
    color: white;
    padding-left: 88px;
    font-family: roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 10px;
    letter-spacing: 0px;
}

.newsletter-text {
    color: white;
    padding-left: 88px;
    font-family: roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
}

.newsletter-line {
    width: 1px;
    height: 56px;
    flex-grow: 0;
    opacity: 0.2;
    background-color: #fff;
}

.btn-newsletter {
    border: none;
    background-color: transparent;
    color: white;
    padding-top: 15px;
    /*padding-right: 4%;*/
}

.newsletter-champs {
    color: #fff;
    border-width: 0cap;
    font-family: "roboto", sans-serif;
    padding-left: 20px;
    font-size: 1rem;
    border: none;
    width: 87%;
    height: 56px;
    background-color: transparent;
}

newsletter=champs::placeholder {
    color: red !important;
    opacity: 0;
}

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ddd;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: #ddd;
}

input:-ms-input-placeholder {
    /* IE 10+ */
    color: #ddd;
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: #ddd;
}

.footer-2 {
    padding-left: 7%;
    padding-right: 0%;
    padding-top: 50px;
    --mdb-gutter-x: 1.5rem;
    --mdb-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--mdb-gutter-y)*-1);
    margin-right: calc(var(--mdb-gutter-x)*-0.5);
    margin-left: calc(var(--mdb-gutter-x)*-0.5);
}

.footer-menu {
    padding-top: 50px;
}

.footer2-text {
    padding-top: 40px;
    position: relative;
    width: 165px;
    margin-top: -1px;
    font-family: roboto;
    font-weight: 600;
    color: var(--mdb-link-color);
    font-size: 16px;
    letter-spacing: 0px;
    line-height: normal;
    font-style: normal;
}

.liens-bas {
    padding-top: 2rem;
    padding-left: 7%;
}

.text-footer {
    width: 50%;
}

.version {
    background: var(--paper-bg-color);
}

.logo-ebm-text {
    width: 17rem;
    padding-top: 50px;
    font-family: roboto;
    font-weight: 400;
    color: var(--message-fg-color);
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 24px;
    font-style: normal;
}

/* end footer */
.favorites-image {
    height: 40px;
}

em {
    font-weight: bold;
}

th {
    text-align: center;
}

.datetable th {
    border-bottom: 1px solid;
}

.datatable thead th {
    text-align: left !important;
}

td.label {
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px;
}

td.date {
}

.hide {
    display: none !important;
}

.article:after {
    content: url('/img/ic_document.svg');
    margin: 0px 0px 0px 0px;
    text-decoration: none !important;
    vertical-align: middle;
    padding-left: 5px;
}

/*
.article:before {
    content: " [";
    text-decoration: none !important;
}
    */
.text-white-sr {
    color: white !important;
}
/* page layout */
h3 {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    color: var(--mdb-link-color);
    padding-bottom: 1.3%;
}

.left-spacer {
    background-color: var(--paper-bg-color);
    flex: 0 0 auto;
    width: 14%;
    padding: 0px !important;
}

.right-spacer {
    background-color: var(--paper-bg-color);
    flex: 0 0 auto;
    width: 16%;
}



.strength {
    text-align: center;
    line-height: 20px;
    width: 20px;
    height: 20px;
}

.evd-group, .evidence, .dtable, .figure, .image, .schema {
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    padding: 1px 6px 0 4px !important;
    margin: 1px !important;
    text-decoration: none;
    color: #fff;
    border-radius: 2px;
    display: inline !important;
    border-radius: 6px;
}

.recomendation {
    color: var(--mdb-link-color);
}

.figurelink {
    color: black;
}

.evd-group-h2 {
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    padding: 1px 6px 0 4px;
    margin: 1px;
    text-decoration: none;
    color: #fff;
    background-color: #c00;
    border-radius: 2px;
    position: relative;
    display: inline-block;
    top: -60px;
    left: calc(100% - 72px);
    z-index: 5;
}

.evd-h2 {
    position: relative;
}

.evd-header {
    height: 66px !important;
}

.evdgrouplinkdiv {
    padding-bottom: 1rem;
}

.grouplinkdown {
    content: url('/img/ic_Arrow-D.png');
    display: inline;
    margin-left: 5%;
    position: relative;
    top: 8px;
}

.grouplinkup {
    content: url('/img/ic_Arrow-D.png');
    transform: rotate(180deg);
    transition: all .3s ease-in;
    display: inline;
    margin-left: 5%;
    position: relative;
    top: 8px;
}

.evdgrouplink {
    font-family: roboto;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0px;
    text-align: left;
    cursor: pointer;
    color: var(--mdb-link-color);
    padding-left: 1%;
}

.openevd {
    font-family: roboto;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: left;
    color: var(--accent-fg-color);
    cursor: pointer;
    padding-left: 0.4rem;
}

.col-evd-text {
    flex: 0 0 auto;
    width: 90%;
}

.col-evd-open {
    flex: 0 0 auto;
    width: 5%;
}

.evd-open {
    box-sizing: content-box;
    color: var(--mdb-link-color);
    background-color: var(--accent-transparant-color);
    border: 0;
    border-radius: 50% !important;
    font-size: 27px;
    width: 24px;
    height: 24px;
    align-content: center;
    text-align: right;
    display: block;
}

.evdgrouptitle {
    display: none;
    font-weight: 800;
    font-size: larger;
    color: var(--main-bg-color);
}

.col-evd {
    flex: 0 0 auto;
    width: 15px;
}

.iframe-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 25px !important;
}

.iframemodal {
    background-color: white !important;
    border-radius: 10px;
}

.modal-m {
    --mdb-modal-width: 720px;
}

.modal-close {
    box-sizing: content-box;
    color: var(--mdb-link-color);
    background-color: var(--accent-transparant-color);
    border: 0;
    border-radius: 50% !important;
    font-size: 27px;
    width: 48px;
    height: 48px;
    align-content: center;
    text-align: center;
    display: block;
}

.modal-close-small {
    box-sizing: content-box;
    color: var(--mdb-link-color);
    background-color: var(--accent-transparant-color);
    border: 0;
    border-radius: 50% !important;
    font-size: 7px;
    width: 24px;
    height: 24px;
    align-content: center;
    text-align: center;
    display: block;
}

#modalDiv {
    opacity: 1;
}

.form-control {
    z-index: 0;
    position: relative;
}

.dtable {
    color: #000 !important;
    background-color: #fc6 !important;
    z-index: 1;
    position: relative;
}

.image, .figure, .schema {
    color: #000 !important;
    background-color: rgba(76, 22, 144, 0.1) !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
}

figure {
    padding-top: 165px !important;
    margin-top: -147px !important;
}

.schemafigure {
    padding-top: 165px !important;
    margin-top: -147px !important;
}

.penlarge {
    margin-top: 1em;
    display: block;
    content: 'Click on the picture to enlarge or reduce its size.';
    font-size: 80%;
    color: #999;
}

.pback {
    padding-left: 10px;
}

a.pubmed {
    text-decoration: underline !important;
    font-family: roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
    color: var(--message-fg-color);
    padding-left: 10px;
    white-space: nowrap;
}

a.instpage {
    text-decoration: underline !important;
    font-family: roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
    color: var(--message-fg-color);
    padding-left: 0px;
    white-space: nowrap;
}

a.www, a.pdf, a.wwwnoicon {
    text-decoration: underline !important;
    padding-left: 5px;
    font-family: roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
    color: #4c1690;
    position: relative;
    z-index: 1;
}

a.wwv {
    text-decoration: underline !important;
    padding-left: 5px;
    font-family: roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
    color: inherit;
    position: relative;
    z-index: 1;
}

a.intern {
    text-decoration: underline !important;
    font-family: roboto;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #3a3a3a;
}

.a.internal {
    flex-grow: 0;
    border-radius: 8px;
    background-color: rgba(76, 22, 144, 0.1);
    color: black;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: black;
    z-index: 10;
    position: relative;
}


a.pubmed::after, a.www::after, a.instpage::after {
    content: url('/img/ic_lien-externe.svg?v=2');
    margin: 0px 0px 0px 0px;
    text-decoration: none !important;
    vertical-align: middle;
    padding-left: 5px;
}

a.pdf::after {
    content: url('/img/pdf.svg');
    margin: 0px 0px 0px 0px;
    text-decoration: none !important;
    vertical-align: middle;
    padding-left: 5px;
}

a.internet {
    color: black;
    text-decoration: underline;
}

    a.internet::after {
        content: url(/img/link.png);
        margin: 0px 0px 0px 0px;
        text-decoration: none !important;
        vertical-align: middle;
        padding-left: 5px;
    }

h2[id="sReferences"] + div > div > ul > li > a::after, h2[id="sReferences"] + div > div > ul > li > a::after, h2[id="sReference"] + div > div > ul > li > a::after, h2[id="sReference"] + div > div > ul > li > a::after, h2[id="sReferencescomplementaires"] + div > div > ol > li > a::after, h2[id="sReferencescomplementaires"] + div > div > ul > li > a::after {
    content: none;
}

h2[id="sReferences"] + div > div > ul > li, h2[id="sReference"] + div > div > ol > li, h2[id="sReference"] + div > div > ul > li, h2[id="sReferences"] + div > div > ol > li, h2[id="sReferencescomplementaires"] + div > div > ul > li, h2[id="sReferencescomplementaires"] + div > div > ol > li {
    list-style-image: none;
    list-style-type: none;
    background: url(/img/ic_lien-externe.svg?v=2) left center no-repeat;
    padding-left: 30px;
    margin: 10px 0;
    font-family: roboto;
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #7e7396;
}

h3[id="ssReferences_Referenceprincipale"] + ul > li > a::after, h3[id="ssReferences_Referencecomplementaire"] + ul > li > a::after, h3[id="ssReferences_Referencescomplementaires"] + ul > li > a::after {
    content: none;
}

h3[id="ssReferences_Referenceprincipale"] + ul > li, h3[id="ssReferences_Referencecomplementaire"] + ul > li, h3[id="ssReferences_Referencescomplementaires"] + ul > li {
    list-style-image: none;
    list-style-type: none;
    background: url(/img/ic_lien-externe.svg?v=2) left center no-repeat;
    padding-left: 30px;
    margin: 10px 0;
    font-family: roboto;
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #7e7396;
}

h2[id="sReferenceprincipale"] + div > div > ul > li > a::after {
    content: none;
}

a.email::after {
    content: url('/img/ic_email.svg');
    margin: 0px 0px 0px 0px;
    text-decoration: none !important;
    vertical-align: middle;
    padding-left: 5px;
}

.authorslabel {
    font-family: roboto;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4c1690;
}

.authornames {
    font-family: roboto;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #7e7396;
}

#resulttable thead {
    display: none;
}

a.sortdate, bulletimg {
    text-decoration: none;
    cursor: pointer;
}


.evdtitle {
    color: var(--mdb-link-color);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.evdstrength {
    color: var(--logo-color);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 150% */
    padding: 0px 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: var(--accent-orange-color);
}

.statementnode {
    color: var(--mdb-link-color);
    font-feature-settings: 'clig' off, 'liga' off;
    /* small semibold */
    font-family: roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 171.429% */
    padding-top: 10px;
    padding-bottom: 15px;
}

.evidence {
    cursor: pointer;
}

.strength-field {
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    margin-right: 15px;
    margin-top: 5px;
    background-color: var(--accent-orange-color);
    font-weight: 700;
}

a.evidence {
    padding: 0px;
    margin: 0px;
    background-color: inherit;
    width: fit-content;
    height: 20px;
    display: inline-block !important;
    z-index: 1;
}

.a.evidence .btooltip {
    color: #fff;
    height: 20px;
    border-radius: 5px;
    background-color: var(--accent-orange-color);
    font-weight: 700;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    min-width: 20px;
}

.evidence .btooltip .btooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 30px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent var(--accent-blue-color) transparent;
    display: inline-flex;
}

.btooltip a {
    color: white;
    font-weight: bold;
}
.btooltip.color {
    color: var(--accent-bg-color) !important;
}
.gradationspan {
    top: 13px;
    position: relative;
}

a.gradation {
    padding: 0px 0px 0px 5px;
    margin: 0px;
    background-color: inherit;
    width: fit-content;
    display: inline-block !important;
    z-index: 1;
    cursor: pointer;
}

.a.gradation .btooltip {
    color: #fff;
    height: 20px;
    border-radius: 5px;
    background-color: var(--accent-orange-color);
    font-size: 18px;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    min-width: 20px;
}

.gradation .btooltip .btooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 30px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent var(--accent-bg-color) transparent;
    display: inline-flex;
}

.tooltipedit {
    color: white !important;
    padding-left: 5px;
    padding-right: 5px;
}

.editbutton .tooltipedit {
    color: black !important;
    padding-left: 5px;
    padding-right: 5px;
    width: 156px;
    cursor: pointer;
    color:white !important
}

.adaptationaction {
    color: #ffffff !important;
    font-size: 10px;
    padding: 5px;
    width: 20px;
    height: 20px;
    align-content: center;
    text-align: center;
    display: inline-grid;
    border-radius: 50% !important;
    border-color: white;
    border-width: thin;
    border-style: solid;
    margin-right: 3px;
    cursor: pointer;
}

.adaptationcontent div table, .adaptationcontent div td, .adaptationcontent div tr, .adaptationcontent div th {
    border: solid;
    border-width: thin;
}

.adaptationcontent em {
    font-style: italic;
    font-weight: normal;
}

.adaptationcontent a {
    target-new: tab;
}

.alink {
    text-decoration: underline;
}

.moreinfo p {
    line-height: normal;
    margin-bottom: 9px;
}

.editblock {
    white-space: nowrap;
    padding-left: 5px;
}

.editlink {
    color: white !important;
    padding-right: 7px;
    cursor:pointer;
}

.editbutton .tooltipedit .editlink {
    padding-right: 7px;
}

.tooltipedit > editlink {
    color: black !important;
    padding-right: 7px;
}

.editbutton .tooltipedit .adaptationaction {
    font-size: 10px;
    padding: 5px;
    width: 20px;
    height: 20px;
    align-content: center;
    text-align: center;
    display: inline-grid;
    border-radius: 50% !important;
    border-width: thin;
    border-style: solid;
    margin-right: 3px;
    cursor: pointer;
}

.adaptationaction.active {
    background-color: black;
}

.adaptationaction.active {
    background-color: black;
}

.activedate {
    background-color: skyblue;
}

.editbutton .tooltipedit .active {
    background-color: white;
    color:black;
}

evd_review.accordion-item, evd_review.accordion-item.accordion-header.accordion-button {
    background-color: var(--message-bg-color) !important;
}

.bulletimg {
    display: block;
    width: 150px;
}
/* languageremarks */
a.languageremark {
}

.heading .languageremark {
    font-family: roboto;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: left;
}

a.openlanguageremark {
    background-color: var(--mdb-link-color);
    ;
}

a.closedlanguageremark {
    background-color: blue;
}

.btooltip.langremarktooltip {
    color: white;
    background-color: var(--mdb-link-color);
}

.languageremarkedit {
    color: white !important;
}

.tooltipdiv.langremarktooltip {
    display: block;
}

.tooltipdiv a {
    color: white !important;
}
/*Adaptation*/

.adaptationmessage {
    font-family: roboto;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    font-weight: bold;
    background-color: var(--message-bg-color);
    color: var(--message-fg-color);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    z-index: 0;
}

.adaptationmessage2 {
    font-family: roboto;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    background-color: var(--main-bg-color);
    color: white;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    z-index: 0;
    width: 100%;
    display: none;
}

    .adaptationmessage2 .mstrong {
        font-weight: bold;
    }

.accent {
    color: var(--accent-blue-color);
    font-family: roboto;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
}

.adaptationmessage2 img {
    padding-left: 0.2rem;
}

.dropdown-item {
    cursor: pointer;
}

.flag {
    height: 10px;
    padding-right: 6px;
}

.tooltipflag {
    height: 10px;
    padding-right: 5px;
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    padding: 7px;
    margin-left: 5px;
    text-indent: 0px;
    position: absolute;
    top: 5px;
    right: -2px;
}

.authors {
    margin-left: 25px;
}

.paragraphcount {
    color: #ffffff !important;
    background-color: var(--parcount-color) !important;
    font-size: .8rem !important;
    font-weight: bold;
    letter-spacing: -0.05em;
    padding: 0 4px 0 3px;
    margin-right: 10px;
    text-decoration: none;
    height: 20px;
}

.paragraphnode {
    display: flex;
    padding-left: 50px;
}

.paragraph {
    font-weight: 600;
}

.adaptationflag {
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    padding-top: 11px;
    padding-right: 20px;
    padding-bottom: 11px;
    padding-left: 11px;
    margin-left: 5px;
    text-indent: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
}

torrow {
    border-color: white !important;
    border: 1px solid;
    padding: 3px;
    margin: 2px;
    border-radius: 10px;
}

.notetitle {
    padding-top: 20px;
    padding-bottom: 20px;
}

.adaptationcontent {
    padding: 10px;
    margin-right: 25px;
}

.adaptation {
    border: 1px solid;
    border-radius: 5px;
    background: var(--main-bg-color);
    text-indent: 0px;
    margin-top: 0px;
    margin-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    border-color: antiquewhite;
    font-size: 15px;
    color: rgb(255,255,255) !important;
    font-weight: 400 !important;
    font-family: "Roboto", sans-serif;
    position: relative;
}

    .adaptation strong {
        font-family: roboto;
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0px;
        text-align: left;
        font-family: roboto;
        font-size: 16px;
        font-weight: 600;
        line-height: 28px;
        letter-spacing: 0px;
        text-align: left;
        color: var(--mdb-link-color)
    }

.defaultadaptation {
    left: 0;
    top: 0;
    text-indent: 0px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-color: var(--main-bg-color);
    border-radius: 10px;
    font-size: 15px;
    color: rgb(255,255,255) !important;
    font-weight: 400 !important;
    font-family: "Roboto", sans-serif;
    position: relative;
    background: var(--main-bg-color);
}

.adaptationparagraph {
    border: 1px solid;
    border-radius: 5px;
    background: var(--main-bg-color);
    text-indent: 0px;
    margin-top: 0px;
    margin-bottom: 25px;
    margin-right: -24px;
    margin-left: -24px;
    padding-left: 25px;
    padding-right: 25px;
    border-color: var(--main-bg-color);
    font-size: 15px;
    color: rgb(255,255,255) !important;
    font-weight: 400 !important;
    font-family: "Roboto", sans-serif;
    position: relative;
}
/*
.new {
    border-left-color: var(--new-color);
    border-left-style: solid;
    border-left-width: 10px;
}

.published {
    border-left-color: var( --accent-blue-color);
    border-left-style: solid;
    border-left-width: 10px;
}

.retracted {
    border-left-color: var(--retracted-color);
    border-left-style: solid;
    border-left-width: 10px;
}
    */
.moreinfo {
    padding-top: 20px;
}

.extrainfo {
    padding-top: 20px;
}

a[aria-expanded="false"] .collapsemoreinfo {
    display: none;
}

a[aria-expanded="true"] .expandmoreinfo {
    display: none;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.arrow {
    border: solid #8C918D;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.right {
    position: fixed;
    right: 30px;
}

.iconright {
    position: absolute;
    right: 30px;
}

.adaptationlabel {
    font-weight: bold;
    line-height: 3px;
    padding-top: 25px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', sans-serif !important;
    font-weight: 600;
    margin-bottom: 0.3rem !important;
    scroll-margin-top: 90px;
}

    h1::before, h2::before, h3::before {
        content: '';
        display: block;
        height: 120px;
        margin-top: -120px;
        visibility: hidden;
    }

h4 {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: bold;
}

.navbar {
    box-shadow: none;
}

    .navbar.mainnav {
        position: sticky !important;
        top: 0;
        z-index: 1001;
    }

.guidenav {
    flex: 0 0 auto;
    width: var(--col-width);
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.navbarcontainer {
    padding-left: 0px;
}

.p-6 {
    padding: 4rem !important;
}

.accordion-button {
    font-family: roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}



.imagegalery {
    width: 300px;
    padding: 10px;
}

.authoption {
}
/* SEARCH */

.noresultremarks li {
    font-style: italic !important;
    font-family: roboto;
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7rem;
    letter-spacing: normal;
    list-style-type: disc;
    list-style-image: none;
    color: hsl(184, 92%, 32%);
}

.sidecolref {
    position: sticky;
    top: calc(var(--navbar-height) + 100px);
    height: calc(100vh - var(--navbar-height) - 100px);
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 998;
    padding: 1rem 0.5rem 0 var(--horizontal-padding);
}

.sidecolres {
    background-color: var(--paper-bg-color);
    padding: 1rem var(--horizontal-padding) var(--section-margin-medium) var(--horizontal-padding) !important;
}

.refinercol {
    position: relative;
}

.searchinput {
    border-style: none;
    background-color: var(--paper-bg-color);
}



    .searchinput::placeholder {
        color: #3a3a3a;
    }

.searchok {
    padding-right: 15px !important;
    padding-left: 5px !important;
    text-align: left !important;
    padding-top: 20px;
    padding-bottom: 23px;
    width: 21px;
    height: 17px;
    flex-grow: 0;
    font-family: roboto;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--mdb-link-color);
}

.suggestionlabel {
    height: 15px;
    flex-grow: 0;
    font-family: roboto;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 3px;
    text-align: left;
    color: var(--mdb-link-color);
    text-transform: uppercase;
    padding-bottom:15px;
    padding-top:15px;
}

.suggestion {
    width: 230px;
    height: 24px;
    flex-grow: 0;
    font-family: roboto;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: var(--mdb-link-color) !important;
    padding-top: 0.5rem;
}

    .suggestion a {
        color: var(--mdb-link-color) !important;
    }

.refinerheader {
    margin-top: 0;
    margin-bottom: 0.1rem !important;
    font-weight: 600;
    font-family: 'roboto', sans-serif;
    color: var(--mdb-link-color)
}

.refiner {
    margin-top: 0;
    margin-bottom: 0.1rem;
    font-family: 'inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: var(--mdb-link-color)
}

.refinearrow {
    float: right;
}

.refinercloseimg {
    top: 10px;
    position: relative;
    left: 19px;
}

.hiderefine {
    display: none;
}

.resulttitle {
    font-family: roboto;
    font-weight: 600;
    font-size: 16px;
    color: var(--mdb-link-color);
    padding-bottom: 0px;
}

.iconcolor {
    background-color: var(--icon-color);
}

.icon {
    padding: 5px;
}

.searchresultlineanchor {
    display: flex;
    text-decoration: none !important;
}

.colsearchicon {
    flex: 0 0 auto;
    width: auto;
    padding-right: 12px;
}

.searchok .fa-magnifying-glass, .searchok .fas.fa-magnifying-glass {
    font-size: 22px !important;
}

.searchok {
    padding-right: 15px !important;
}

.colsearchicon i, .colsearchicon .fa-search {
    font-size: 32px !important;
}

.icon-floating {
    display: block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    align-content: center;
    text-align: center;
}

.highlightline {
    font-family: Inter,sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: var(--accent_fg_color);
}

.highlight {
    font-family: Inter,sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: var(--mdb-link-color);
}

.colpublisher {
    font-family: Inter,sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: var(--mdb-link-color);
    flex: 0 0 auto;
    width: 7rem;
    padding-left: 0px;
}

.publishericon {
    width: 85px;
}

.coltitle {
    flex: 0 0 auto;
    width: 80%;
    padding-left: 12px;
}

.coldatabase {
    font-family: Inter,sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: var(--accent-fg-color);
    flex: 0 0 auto;
    width: 13rem;
    padding-left: 26px;
}

.coldate {
    font-family: Inter,sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: var(--main-bg-color);
    flex: 0 0 auto;
    width: 13rem;
}

.dateline {
    font-family: Inter,sans-serif;
    font-weight: 500;
    font-size: 15px;
}

.refitem {
    border: none !important;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'inter', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: var(--main-bg-color);
}

.refinercheckbox {
    display: flex;
    flex-direction: row;
}

}

.srefiner {
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 0.1rem;
    font-family: 'inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: var(--mdb-link-color);
}

.prefiner {
    padding-top: 0.75rem !important;
}

.searchresult {
    font-family: 'roboto', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: var(--mdb-link-color);
    line-height: 20px !important;
}

.searchquery {
    color: var(--mdb-link-color);
}

.col-md-theme {
    flex: 0 0 auto;
    width: 20.25%;
}

.themelink {
    color: hsl(184, 92%, 32%) !important;
}

.sort-select {
    display: inline-block;
}

.sort-select, .sortedradios {
    height: 48px;
    width: 150px;
}

.sort, .sort-select, .sortradio {
    margin-top: 0;
    margin-bottom: 0.1rem;
    font-family: 'inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: var(--accent-fg-color);
}

details {
    position: relative;
    width: 200px;
    margin-right: 1rem;
}

    details[open] {
        z-index: 1;
    }

summary {
    cursor: pointer;
    border-radius: 5px;
    font-family: 'inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    border: solid 1px var(--accent-fg-color);
    list-style: none;
    height: 35px !important;
    padding-left: 5%;
}



details[open] summary:before {
    content: '';
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

summary:after {
    content: '';
    display: inline-block;
    float: right;
    width: .5rem;
    height: .5rem;
    border-bottom: 1px solid currentColor;
    border-left: 1px solid currentColor;
    border-bottom-left-radius: 2px;
    transform: rotate(-45deg) translate(0%, 0%);
    transform-origin: center center;
    transition: transform ease-in-out 200ms;
    margin-top: 10px;
    margin-right: 4%;
}

summary:focus {
    outline: none;
}

details[open] summary:after {
    transform: rotate(135deg) translate(0%, 0%);
}

details[open] {
    transition: transform ease-in-out 200ms;
}

.sortul {
    width: 100%;
    position: absolute;
    top: calc(100% - 1.1rem);
    left: 0px;
    margin: 0;
    box-sizing: border-box;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    max-height: 200px;
    overflow-y: auto;
    background-color: var(--paper-bg-color);
    padding-left: 13px !important;
    list-style-type: none;
}

.sortli {
    margin: 0;
    padding: 1rem 0;
    font-family: 'inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

    .sortli:first-child {
        padding-top: 0;
    }

    .sortli:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }
/* FAKE SELECT */

summary.radios {
    counter-reset: radios;
}

    summary.radios:before {
        content: var(--selection);
    }

.sortradio {
    counter-increment: radios;
    appearance: none;
    display: none;
}

    .sortradio:checked {
        display: inline;
        --display: block;
    }

.sortlabel.checked {
    display: none;
}

.sortradio:after {
    content: attr(title);
    display: inline;
    font-size: 14px;
}

.sortul.list {
    counter-reset: labels;
}

.sortlabel {
    width: 100%;
    display: flex;
    cursor: pointer;
    justify-content: space-between;
}

    .sortlabel span {
        --display: none;
        display: var(--display);
        width: 1rem;
        height: 1rem;
        border: 1px solid #727272;
        border-radius: 3px;
    }

.resultcontainer {
    width: 100% !important;
}

#favorite {
    float: right;
}
/* END SEARCH*/

/* Guideline */

/*header*/
.breadcrum {
    font-family: Inter,sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: var(--accent-fg-color)
}

.breadcrumstart {
    padding-left: 10.4% !important;
    width: var(--col-width);
}

.glbreadcrumstart {
    padding-left: 1% !important;
    width: var(--col-width);
}

.breadcrumsplitter {
    font-size: 13px;
    padding: 0.2rem;
    color: var(--mdb-link-color);
}

.bselect {
    text-decoration: underline;
}

.headerrow {
    --mdb-gutter-x: 1.5rem;
    --mdb-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--mdb-gutter-y)*-1);
}

.databasecol {
    flex: 0 0 auto;
    color: var(--mdb-link-color);
    font-family: Inter,sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    width: 30%;
}

.hasmessage {
    flex: 0 0 auto;
    color: var(--mdb-link-color);
    font-family: roboto;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    width: 35%;
}

    .hasmessage a {
        color: var(--mdb-link-color);
        font-family: roboto;
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-decoration: underline;
    }

.isadaptedcol {
    flex: 0 0 auto;
    width: 33.33333333%;
    color: var(--accent-fg-color);
    font-family: Inter,sans-serif;
    font-weight: 700;
    font-size: 14px;
}

.isadaptedresultcol {
    flex: 0 0 auto;
    width: 5%;
    color: var(--accent-fg-color);
    font-family: Inter,sans-serif;
    font-weight: 700;
    font-size: 14px;
    padding-left: 0px !important
}


.underline {
    text-decoration: underline;
}

.ebmtitlecol {
    flex: 0 0 auto;
    width: 70%;
}

.ebmtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 36px;
    color: var(--mdb-link-color);
    padding-top: 1.05rem;
    padding-bottom: 1.1rem;
}

.publicview {
    color: brown;
    font-size: 24px;
}

.altebmtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: var(--mdb-link-color);
    padding-top: 1.05rem;
    padding-bottom: 1.1rem;
}

.stickysearch {
    z-index: 2000;
    position: fixed;
    animation: move 1s;
}

/* Fix modal z-index to appear above all other elements */
.modal {
    z-index: 2100 !important;
}

.modal-backdrop {
    z-index: 2050 !important;
}

.modal-dialog {
    z-index: 2110 !important;
    position: relative;
}

/* Fix modal centering and sizing issues */
.modal-dialog-centered {
    min-height: unset !important;
    align-items: flex-start !important;
    padding-top: 3rem !important;
}

    .modal-dialog-centered:before {
        display: none !important;
    }

/* Make blocs-a-retenir icon smaller */
img[src="/img/ic_blocs-a-retenir.svg"] {
    width: 40px !important;
    height: 40px !important;
}

@keyframes move {
    from {
        top: 0;
    }

    to {
        top: 36px;
    }
}

.sticksearch {
    display: none !important;
}

.hidesticksearch {
    background-color: var(--main-bg-color) !important;
    color: var(--main-bg-color) !important;
}

opacy {
    opacity: .7;
}

.publisherimg {
    margin-top: 40px !important;
    float: right;
    padding-right: 15%;
    height: 30px;

}

.guidelinedatecol {
    flex: 0 0 auto;
    width: 25%;
    color: black;
    font-weight: 500;
    font-size: 14px;
}

.themecol {
    flex: 0 0 auto;
    width: 30%;
    color: black;
    font-family: Inter,sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.themeitem {
    text-decoration: underline;
    color: var(--accent-fg-color);
    font-family: Inter,sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.opensourcecol {
    flex: 0 0 auto;
    width: 20%;
    color: var(--accent-fg-color);
    font-family: Inter,sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.opensource {
    margin-bottom: 5px;
}

.opensourceimg {
    padding-right: 10px;
}

.opensourcerefiner {
    flex: 1 0 auto;
    width: 20%;
    white-space: nowrap;
}

.refine {
    flex-grow: 0;
    font-family: roboto;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4c1690;
    padding-left: 25px;
}

.refinerclose {
    width: 48px;
    height: 48px;
    position: relative;
    float: right;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding-bottom: 10px;
    border-radius: 100px;
    background-color: rgba(76, 22, 144, 0.1);
    top: -35px;
    z-index: 1000;
}

.reflist {
    padding-left: 0px !important;
}

.bloc-happy {
    width: 100%;
    height: 104px;
    border-radius: 5px;
    background-color: #fff;
}

.questionframe {
    width: 118%;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    border-radius: 100px;
    background-color: hsl(184, 92%, 32%)
}

.questionright {
    float: right;
}

.questiontextcol {
    flex: 0 0 auto;
    width: 46%;
}

.questiontextframe {
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    background-color: #fff
}

.questiontext {
    flex-grow: 0;
    font-family: roboto;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4c1690;
}

.questioncol {
    flex: 0 0 auto;
    width: 46%;
}

.Contactez-nous- {
    width: 135px;
    height: 19px;
    flex-grow: 0;
    font-family: roboto;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.heading {
    color: #000000 !important;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: left;
}

.modal-xxl {
    --mdb-modal-width: 1920px;
}
/* section */

section {
    font-family: roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
    color: var(--message-fg-color);
    padding-top: 15px;
}


/*Navbar*/

#navbarSupportedContent {
    padding-left: 0%;
    padding-bottom: 0px !important;
}

.mainnavitems {
    z-index: 15;
    width: 100%;
    float: right;
    position: relative;
    text-align: center;
}

.mainnav-item {
    width: 20%;
}

.smalltocpart {
    display: none
}

#toclink {
    color: var(--mdb-link-color);
    font-family: roboto;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    margin-left: 6%;
    z-index: 100;
    position: relative;
}

#guidelink, #imageslink {
    color: #000000;
    font-family: Inter,sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 0px;
    margin-right: 3%;
    white-space: nowrap;
}

    #guidelink.nav-link {
        padding-right: 0px;
        padding-left: 0px;
    }

.subnav {
    --mdb-navbar-padding-y: 0rem !important;
    border-bottom: solid;
    border-bottom-width: thin;
    padding: 0px;
}

.subnavitem {
    padding-bottom: 7px;
}

.disablelink {
    color: var(--main-bg-color) !important;
}

.sidecolrow {
    display: flex;
    flex-wrap: nowrap;
    padding: 0px;
    width: 95%;
}
/* toc*/
.toccol {
    flex: 0 0 auto;
    width: 30%;
    z-index: 0;
    background: white;
    padding-left: 20px;
}

.toc-button-show {
    display: none;
}

.tocshow {
}

.no-toc-close {
    display: none !important;
}

.closetoc {
}

#toc {
    display: none;
}

.tocdiv {
    padding-left: 5%;
    padding-right: 17px;
    padding-top: 1rem;
    background-color: rgba(var(--paper-bg-color),0);
}

.noshow {
    display: block
}

.tocswitch {
    display: none !important;
}

#metadiv {
    padding-top: 70px;
    width: 90%;
}

.bas-de-guide-page {
    position: relative;
    width: var(--col-width);
    background-color: white;
    padding-top: 50px;
}

/* End Guideline*/

ul.toc-group {
    padding-left: 0rem !important;
}

.mainnavlink {
    font-family: 'inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0px;
    padding-right: 3rem !important;
    color: var(--mdb-link-color);
}

.expandthemes {
    cursor: pointer;
    font-family: roboto;
    font-weight: 600;
    font-size: 14px
}

.wrap {
    word-wrap: break-word;
}

.header, mainpage {
    background-color: var(--paper-bg-color);
    margin-left: -12px !important;
    margin-right: -12px !important;
}

.iconsize {
    font-size: 24px;
}

.tocitem, .tocitem a, .stocitem, .stocitem a {
    font-family: roboto;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
    color: hsl(184, 92%, 32%) !important;
    padding-right: 0.1rem;
    padding-bottom: 1rem !important;
}

    .tocitem.selected, .aselected {
        color: var(--mdb-link-color) !important;
        font-family: roboto;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0px;
        text-align: left;
        padding-bottom: 1rem !important;
    }





input:focus, select:focus, textarea:focus, button:focus {
    outline: none;
}


.tablesearch {
    background-color: white;
    border-radius: 30px;
    width: 100%;
}
/** colors **/
.i-circle.active {
    background-color: var(--accent-bg-color) !important;
    color: #fff !important;
}

#adapttable {
    background-color: beige;
}

#AdaptText .wysiwyg-content, #References .wysiwyg-content, #OffPar .wysiwyg-content, #PropCor .wysiwyg-content {
    min-height: 100px;
    max-height: 300px;
    overflow-y: auto;
}

.adapttooltiptext a {
    color: white;
    text-decoration: underline;
}

.i-circle {
    display: block;
    background-color: #ffffff;
    color: #f595cb;
    border-radius: 50%;
    border: solid;
    border-width: 1px;
    font-size: 22px;
    line-height: 30px; /* set to same size as width, height */
    width: 30px;
    height: 30px;
    text-align: center;
}

a.breadcrum, .breadcrumcolor {
    color: #909090 !important;
}

.searchlogo {
    padding-right: 0rem;
    z-index: 150;
}

.userlogo {
    margin-left: 2rem;
    z-index: 15; 
    width: 32px;
    height: 32px;
    background-color: var(--main-bg-color);
    border-radius: 50%;
    justify-content: space-around;
    display: flex;
}

.roundlogo {
    color: var(--logo-color);
    width: 48px;
    height: 48px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 0;
    border-radius: 100px;
    background-color: hsl(184, 92%, 32%);
    position: relative;
    cursor: pointer;
    z-index: 1000;
}

.borderscolor {
    background-color: var(--paper-bg-color);
}

.evdborderscolor {
    background-color: var(--message-bg-color);
}

.accordion {
    --mdb-accordion-active-bg: var(--main-bg-color);
}

.accordion-borderless .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent !important;
}

.other.accordion-button {
    background-color: var(--paper-bg-color) !important;
}

.accordion-borderless .accordion-item .accordion-button {
    border-radius: 1rem !important;
}
/*// Tooltip 

//isadapted*/
.tooltiphome {
    top: -3px;
}

.isadaptedtooltip {
    position: relative;
    display: inline-block;
}

    /* Tooltip text */
    .isadaptedtooltip .isadaptedtooltiptext {
        font-family: roboto;
        font-weight: 200;
        visibility: hidden;
        width: 350px;
        background-color: var(--accent-blue-color);
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 15px 5px;
        position: absolute;
        z-index: 1;
        top: 120%;
        left: 50%;
        margin-left: -30px;
        line-height: 1.5;
    }
    /* Show the tooltip text when you mouse over the tooltip container */
    .isadaptedtooltip:hover .isadaptedtooltiptext {
        visibility: visible;
    }

    .isadaptedtooltip .isadaptedtooltiptext::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 10%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent var(--accent-blue-color) transparent;
    }

    .isadaptedtooltip img {
        width: 24px;
    }



.gtooltip {
    font-family: roboto;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
    position: relative;
    display: inline-block;
    color: var(--accent-blue-color);
}

.gtooltiptext {
    width: max-content;
}

.gtooltip .gtooltiptext {
    font-family: roboto;
    font-weight: 200;
    visibility: hidden;
    background-color: var(--main-bg-color);
    color: white;
    border-radius: 6px;
    position: absolute;
    z-index: 15;
    top: 120%;
    left: 10px;
    margin-left: -30px;
    padding: 15px;
    max-width: 450px;
}

    .gtooltip .gtooltiptext::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50px;
        margin-left: -15px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent var(--accent-blue-color) transparent;
        display: inline-flex;
        z-index: 50;
    }

.btooltip a {
    color: white;
}

    .btooltip a[type=internet] {
        color: rgb(79, 79, 79);
    }

.gtooltip:hover .gtooltiptext {
    visibility: visible;
}

.mtooltip {
    font-family: roboto;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
    position: relative;
    display: inline-block;
}

.mtooltiptext {
    width: max-content;
}

.mtooltip .mtooltiptext {
    font-family: roboto;
    font-weight: 200;
    visibility: hidden;
    background-color: var(--accent-color);
    color: #000;
    text-align: left;
    border-radius: 6px;
    padding: 15px 5px;
    position: absolute;
    z-index: 1;
    top: 150%;
    right: 50%;
    margin-right: -20px;
}

    .mtooltip .mtooltiptext::after {
        content: "";
        position: absolute;
        bottom: 100%;
        right: 20px;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent var(--accent-color) transparent;
    }

.mtooltip:hover .mtooltiptext {
    visibility: visible;
}
/*bottom*/
.btooltip {
    text-align: left;
    position: relative;
    color: white !important;
    scroll-padding-top: 120px;
}

    .btooltip:hover {
        text-decoration: none !important;
    }



.btooltiptext {
    width: max-content;
    visibility: hidden;
}

    .btooltip .btooltiptext, .btooltiptext ins {
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 0px;
        font-family: roboto;
        font-weight: 200;
        background-color: var(--main-bg-color);
        color: white;
        border-radius: 6px;
        position: absolute;
        z-index: 1;
        top: 120%;
        left: 10px;
        margin-left: -30px;
        max-width: 550px;
    }

        .btooltip .btooltiptext::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 50px;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent var(--accent-blue-color) transparent;
            display: inline-flex;
        }

.gtooltiptext {
    width: max-content;
}

    .btooltip .gtooltiptext, .gtooltiptext ins {
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 0px;
        font-family: roboto;
        font-weight: 200;
        background-color: var(--accent-bg-color);
        color: white;
        border-radius: 6px;
        position: absolute;
        z-index: 200;
        top: 120%;
        left: 10px;
        margin-left: -30px;
        max-width: 500px;
    }

        .btooltip .gtooltiptext::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 50px;
            margin-left: -22px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent var(--accent-bg-color) transparent;
            /*display: inline-flex;*/
        }

.tooltipdiv {
    padding: 10px;
    padding-right: 28px;
    vertical-align: middle;
    /*display: inline-flex;*/
}

.btooltip:hover .btooltiptext {
    visibility: visible;
}

.btooltip:not(:hover) .btooltiptext {
    visibility: hidden;
    transition-delay: 2000ms;
}

.btooltip:hover .gtooltiptext {
    visibility: visible;
}

.btooltip:not(:hover) .gtooltiptext {
    visibility: hidden;
    transition-delay: 600ms;
}

.tstrong {
    font-family: roboto;
    font-weight: 500;
}
/*datetooltip*/

.datetooltip, .favdatetooltip {
    position: relative;
    display: inline-block;
    color: hsl(184, 92%, 32%) !important;
}

    .datetooltip .datetooltiptext, .favdatetooltip .favdatetooltiptext {
        font-family: roboto;
        font-weight: 200;
        visibility: hidden;
        width: 380px;
        background-color: var(--accent-blue-color);
        color: white;
        border-radius: 6px;
        padding: 15px;
        position: absolute;
        z-index: 1;
        top: 150%;
        left: 50%;
        margin-left: -30px;
        white-space: normal;
        z-index: 150;
    }

    .datetooltip .guidetooltiptext {
        font-family: roboto;
        font-weight: 200;
        visibility: hidden;
        width: 420px;
        background-color: var(--accent-blue-color);
        color: white;
        border-radius: 6px;
        padding: 15px 5px;
        position: absolute;
        z-index: 1;
        top: 150%;
        left: 50%;
        margin-left: -42px;
    }

    .datetooltip .datetooltiptext::after, .favdatetooltip .favdatetooltiptext::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 10%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent var(--accent-blue-color) transparent;
    }

    .datetooltip:hover .datetooltiptext, .favdatetooltip:hover .favdatetooltiptext {
        visibility: visible;
    }

    .datetooltip .guidetooltiptext::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 10%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent var(--accent-blue-color) transparent;
    }

    .datetooltip:hover .guidetooltiptext {
        visibility: visible;
    }
/*// end tooltip */


.sidecol {
    background-color: var(--paper-bg-color);
}

.sidecolspacer {
    background-color: var(--paper-bg-color);
    flex: 0 0 auto;
}

.sidecolheader {
    display: none;
}

.guidenav.sticky {
    position: relative !important;
    background-color: var(--paper-bg-color) !important;
    margin-top: 0 !important;
    width: 100% !important;
}

evdsidecolheader {
    min-width: 150px !important;
    overflow: visible !important;
}

.evddetaildiv {
    width: var(--col-width);
    flex: 0 0 auto;
    background-color: var(--message-bg-color);
}

    .evddetaildiv .heading {
    }

.detaildiv {
    width: var(--col-width);
    flex: 0 0 auto;
}

.mainnav {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-left: 0px;
    margin-right: 0px;
    background: white;
    position: sticky !important;
    top: 0;
    z-index: 1001;
    height: var(--navbar-height);
    display: flex;
    align-items: center;
}

.maincenter {
    width: 100%;
    color: var(--accent-color);
    padding: 0px !important;
    background-color: var(--main-bg-color);
}

.evdmaincenter {
    color: var(--accent-color);
    background-color: var(--message-bg-color);
}

.mainhomecenter {
    height: 524px;
    color: var(--accent-color);
    flex: 0 0 auto;
    width: var(--col-width);
    background-color: var(--main-bg-color);
    padding: 0px !important;
}

.helppagecenter {
    width: var(--col-width);
    color: var(--accent-color);
    padding: 0px !important;
    background-color: var(--help-bg-color);
}

.mainpagecenter {
    max-width: 1430px !important;
    color: var(--accent-color);
    flex: 0 0 auto;
    width: var(--col-width);
    background-color: var(--main-bg-color);
    padding: 0px !important;
}

.guideheader {
    flex: 0 0 auto;
    width: 100%;
    padding-top: 15px;
    padding-left: 5%;
}

.col-9a {
    flex: 0 0 auto;
    width: var(--col-width);
}

.col-8a {
    flex: 0 0 auto;
    width: var(--col-width);
}

.col-xs-1 {
    position: relative;
    flex: 0 0 auto;
    width: 4.5%;
    left: -15px;
}

.col-10a {
    flex: 0 0 auto;
    width: 95%;
}

.welcome {
    background-color: var(--main-bg-color);
    color: var(--main-fg-color);
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-bottom: 3.5rem !important;
}

.searchcenterrow {
    margin: 0% !important;
    margin-bottom: 0 !important;
    height: 100px;
    background: linear-gradient(rgb(105, 172, 163), rgb(123, 188, 183), rgb(140, 204, 203), rgb(158, 220, 223), rgb(176, 236, 244)) !important;
    position: sticky;
    top: var(--navbar-height);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
}

.sidecolsearchrow {
    display: flex;
    padding: 0px;
    width: 100%;
    margin: 0px !important;
    background-color: var(--paper-bg-color);
    margin-top: 1rem !important;
}

/* Ensure no gap between chapter search and results */
.chaptersearch + * {
    margin-top: 0 !important;
}

/* Force direct connection between chapter search and results */
.chaptersearch {
    margin-bottom: -1px !important;
}

    .sidecolsearchrow,
    .chaptersearch + .row {
        margin-top: 0 !important;
        padding-top: 0 !important;
        border-top: none !important;
    }

/* Fix the results wrapper positioning */
.results-wrapper {
    margin: 0 !important;
    padding: 0 !important;
    position: sticky;
    top: calc(var(--navbar-height) + 100px);
    z-index: 998;
    background-color: var(--paper-bg-color);
}


.chaptersearch {
    background-color: var(--less-bg-color);
    padding-left: 0px !important;
    padding-right: 0px !important;
    line-height: 2.5rem;
    width: 100%;
    position: sticky;
    top: calc(var(--navbar-height) + 100px);
    z-index: 999;
    margin-bottom: 0;
    min-height: 0;
}

    /* When collapsed, the entire container should take no space */
    .chaptersearch:not(:has(.collapse.show)) {
        height: 0;
        overflow: hidden;
        padding: 0 !important;
        margin: 0 !important;
        border: none;
    }

    .chaptersearch .p-5 {
        max-width: var(--container-max-width);
        margin: 0 auto;
        padding-left: var(--horizontal-padding) !important;
        padding-right: var(--horizontal-padding) !important;
    }

.mainsearchcenter {
    color: var(--accent-color);
    padding: 0;
    background-color: transparent;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: var(--container-max-width);
    margin: 0 auto;
    padding-left: var(--horizontal-padding);
    padding-right: var(--horizontal-padding);
}

.search-wrapper {
    flex: 1;
    width: 65%;
    max-width: 600px;
    min-width: 300px;
}

.chapter-toggle-wrapper {
    margin-left: 1rem;
    white-space: nowrap;
    flex-shrink: 0;
}

.chapter-toggle {
    display: inline-block;
}

.searchbox {
    border: none !important;
    padding: 0.5rem !important;
    position: relative;
    background-color: var(--paper-bg-color);
    border-radius: 30px;
    color: black;
    z-index: 50;
    width: 100%;
}

.searchboxhome {
    position: relative;
    background-color: var(--paper-bg-color);
    border-radius: 10px;
    color: black;
    z-index: 50;
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
    top: -22px;
}

.slidersearch .searchhome div .searchboxhome {
    position: relative;
    background-color: var(--paper-bg-color);
    border-radius: 30px;
    color: black;
    z-index: 50;
    width: 100% !important;
    top: -22px;
    left: 5%;
}

.searchboxap {
    background-color: var(--paper-bg-color);
    border-radius: 10px;
    color: black;
    z-index: 14;
    width: 68%;
    position: absolute;
    top: 50%;
    left: 21%;
    margin: -50px 0 0 -50px;
}



.colsearchboxresult {
    flex: 0 0 auto;
    width: 66.66666667%;
    display: none;
}

.searchbythemeintro {
    font-family: roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    color: var(--accent-color);
}

.searchbytheme {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: var(--mdb-link-color);
}

.btn-chapter {
    --mdb-btn-padding-top: 0.8rem;
    --mdb-btn-padding-bottom: 0.6875rem;
    --mdb-btn-padding-x: 1.6875rem;
    --mdb-btn-font-size: 0.875rem;
    --mdb-btn-line-height: 2.6;
}

.btn-chapter-searchx {
    --mdb-btn-bg: var(--accent-color);
    --mdb-btn-color: var(--mdb-link-color);
    --mdb-btn-box-shadow: 0 4px 9px -4px #e3ebf7;
    --mdb-btn-hover-bg: #d8dfeb;
    --mdb-btn-hover-color: #285192;
    --mdb-btn-focus-bg: #d8dfeb;
    --mdb-btn-focus-color: #285192;
    --mdb-btn-active-bg: #ccd4de;
    --mdb-btn-active-color: #285192;
    font-family: roboto;
    font-weight: 600;
    font-size: 14px;
    text-transform: none !important;
    z-index: 50;
}

.btn-chapter-search {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    padding: .3em 1em;
    line-height: 1.7em !important;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all !important;
    transition-property: all !important;
    color: #3fd3ce !important;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 100px;
    letter-spacing: 1px;
    font-size: 12px;
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    padding-right: 2em;
    padding-left: 0.7em;
    background-color: #e0f9f9;
}

.selectedtheme {
    --mdb-btn-bg: var(--select-color) !important;
}

[data-popper-placement='top']:after {
    content: '';
    border-top: 11px solid #666;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translate(-50%, 50%);
}

[data-popper-placement='bottom']:after {
    content: '';
    border-bottom: 11px solid #666;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -4px);
}


.show-news {
    flex: 1 0 0%;
}



.news-image img {
    max-width: 263px;
}

.news-image-large img {
    position: relative;
    width: 100%;
    max-width: 654px;
}

.subheading {
    font-family: roboto;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4c1690;
}

.news-content {
    font-family: roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #3a3a3a;
}

.newscard, .favoritecard {
    --mdb-card-spacer-y: 1.5rem;
    --mdb-card-spacer-x: 1.5rem;
    --mdb-card-title-spacer-y: 0.5rem;
    --mdb-card-cap-padding-y: 0.75rem;
    --mdb-card-cap-padding-x: 1.5rem;
    --mdb-card-cap-bg: hsla(0,0%,100%,0);
    --mdb-card-bg: #fff;
    --mdb-card-img-overlay-padding: 1.5rem;
    --mdb-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--mdb-card-height);
    word-wrap: break-word;
}

.news-date {
    align-self: stretch;
    flex-grow: 0;
    font-family: roboto;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #7e7396;
}

.collapseindicator {
    flex: 0 0 auto;
    width: 2px;
}

a[aria-expanded="true"] > .row > .collapseindicator::after {
    font-size: 40px;
    color: var(--mdb-link-color);
    font-weight: 200;
    content: "-";
}

a[aria-expanded="false"] > .row > .collapseindicator::after {
    font-size: 40px;
    font-weight: 200;
    color: var(--mdb-link-color);
    content: "+";
}

.z-depth-0 {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
/* table with rounded corners */
.tablediv .tbl-container {
}

.tablediv {
}

    .tablediv::before {
        content: '';
        display: block;
        height: 130px;
        margin-top: -130px;
        visibility: hidden;
    }
table th, .table th, table th sup {
    color: white !important;
}
.guidetable {
    width: 100%;
}

    .guidetable thead {
        color: white;
        height: 64px;
    }

.guidetable {
    border-collapse: collapse;
    border: none;
    width: 43%;
    width: 100%;
}

    .guidetable td {
        border: 1px solid black;
        position: relative;
        vertical-align: middle;
    }

        .guidetable td a {
            white-space: break-spaces !important;
        }

    .guidetable tr:first-child td, .guidetable tr:first-child th {
        border-top: none;
    }

    .guidetable tr:first-child th {
        text-align: center;
    }

    .guidetable tr:last-child td {
        border-bottom: none;
    }

    .guidetable tr:last-child {
        border-bottom: none;
        border-left: none;
    }

    .guidetable tr td:first-child {
        border-left: none;
        border-bottom: none;
    }

    .guidetable tr td:last-child {
        border-right: none;
    }

    .guidetable tr:last-child td:first-child {
        border-bottom: none;
        border-bottom-left-radius: 15px;
    }

    .guidetable td.middle {
        vertical-align: middle !important;
    }

.bdr {
    border-color: var(--accent-color);
    border: 1px solid var(--accent-color);
    width: 100%;
}

.guidetable th {
    padding-left: 20px !important;
    padding-right: 20px !important;
    text-align: center;
    vertical-align: middle !important;
    background-color: var(--main-bg-color);
    color: black;
}

.guidetable tr:first-child th:first-child {
    padding-left: 40px;
}

.guidetable tr:first-child th:last-child {
    padding-right: 40px;
}

.guidetable td {
    padding-left: 20px !important;
    padding-right: 20px !important;
    text-align: start;
    vertical-align: top !important;
    border: 1px solid var(--accent-color-light);
}

    .guidetable td:first-child {
        padding-left: 40px;
    }

    .guidetable td:last-child {
        padding-right: 40px;
    }

.guidetable tr:last-child td:last-child {
}

.guidetable tr:first-child td:last-child {
}

.guidetable tr:first-child td:first-child {
}

tbody > tr > th {
    color: white !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.adaptationcontent th {
    color: black !important;
}

.odd {
    background-color: rgba(126, 115, 150, 0.03);
}

.a.table {
    width: 22px;
    height: 24px;
    border-radius: 8px;
    background-color: rgba(76, 22, 144, 0.1);
    padding-left: 7px;
    display: inline-block;
    z-index: 10;
    position: relative;
    margin-bottom: 0px;
}

.tablecaption {
    font-weight: 600;
    padding-bottom: 10px;
}

td > figure > div > em {
    font-style: normal !important;
}

td > figure > div {
    font-weight: bold;
}

td > figure > .penlarge {
    display: none;
}

tfoot {
    border-top: 1px solid var(--accent-color);
}

.nowrap {
    white-space: nowrap;
}
/*End table*/
/* image*/
.imcaption {
    padding-left: 20px;
}

.captiondiv em {
    font-style: normal !important;
}

.captiondiv {
    font-weight: bold;
}

.imagecaptiondiv {
    flex: 0 0 auto;
    width: 50%;
    padding-left: 5%;
}
/* end image*/
/*spinner*/
.spinner {
    left: 50%;
    position: fixed;
    text-align: center;
    top: 50%;
    z-index: 1000;
}
/* Nos Valeurs */
.static-page-title {
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4c1690;
    padding-top: 2rem;
}

.cgu-page-text {
    flex-grow: 0;
    font-family: roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #3a3a3a;
}

    .cgu-page-text .text-style-1 {
        font-weight: bold;
        color: black;
    }

    .cgu-page-text .text-style-3 {
        font-weight: bold;
        text-decoration: underline;
        color: black;
    }

.static-page-text {
    flex-grow: 0;
    font-family: roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #3a3a3a;
}

    .static-page-text .text-style-1 {
        font-weight: bold;
        font-style: italic;
        color: #4c1690;
    }

    .static-page-text .text-style-2 {
        font-weight: 600;
        color: #4c1690;
    }

    .static-page-text .text-style-3 {
        font-weight: bold;
        font-style: italic;
        color: #4c1690;
        text-decoration: underline;
    }


.sidecolrowpage {
    flex: 0 0 auto;
    width: var(--col-width);
    padding-top: 85px;
    padding-right: 0px !important;
    margin-right: 35px !important;
}

.pageheader {
    padding-top: 50px;
}

.pagetext {
    padding-left: 5%;
}

.ebmrepose {
    display: grid;
    margin-top: 5px;
    font-family: roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #3a3a3a;
}

.ic_puce {
    list-style-image: url(/img/ic_puce.svg);
}

.ebmreposeul {
    list-style-type: none;
}


.Chapitre {
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 24px;
    padding: 40px;
    border-radius: 20px;
    background-color: #f9f7fe;
    margin-top: 7%;
}

.chapter-title {
    flex-grow: 1;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4c1690;
}


.notre-mthode {
    width: 255px;
    height: 64px;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 8px 24px;
    border-radius: 100px;
    border: solid 1px #4c1690;
    margin-top: 30px;
}

.Notre-mission {
    align-self: stretch;
    flex-grow: 0;
    font-family: roboto;
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4c1690;
    padding-top: 5rem;
    width: 70%;
}

.valeurillustext {
    align-self: stretch;
    flex-grow: 0;
    font-family: roboto;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #7e7396;
    padding-left: 11%;
}

.Les-3-cercles-de-levidence-based-medicine .text-style-1 {
    font-style: normal;
}

img.illus_cercle-mission {
    flex-grow: 0;
    object-fit: contain;
    align-self: center;
    width: 30vw;
}

.ChapitreFooter {
    width: 85%;
    margin-left: 7%;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding-top: 43px;
    padding-left: 3rem;
    padding-right: 3rem;
    margin-bottom: 75px;
    background-color: #f9f7fe;
    border-radius: 15px;
}

.contactfooter {
    margin-bottom: 75px;
    gap: 50px;
}



/* notre methode */

img.illus_methode {
    width: 35vw;
    margin-top: -30px;
    object-fit: contain;
    align-self: center;
}

.Notre-mthode {
    margin-top: 40px;
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4c1690;
}

.methode-quote {
    margin-top: 40px;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: hsl(184, 92%, 32%);
}

    .methode-quote .text-style-1 {
        color: #4c1690;
    }

.notremethodecenter {
    padding-left: 17%;
    padding-right: 13%;
    margin-bottom: 30px;
}

.Do-viennent-nos-contenus- {
    padding-top: 128px;
    align-self: stretch;
    font-family: roboto;
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4c1690;
}

.les-recommandations-de-la-Haute-Autorit-de-Sant-ds-lors-quelles-ont-t-juges-pertinentes-par {
    font-family: roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #3a3a3a;
}

    .les-recommandations-de-la-Haute-Autorit-de-Sant-ds-lors-quelles-ont-t-juges-pertinentes-par .text-style-1 {
        font-weight: bold;
    }

    .les-recommandations-de-la-Haute-Autorit-de-Sant-ds-lors-quelles-ont-t-juges-pertinentes-par .text-style-2 {
        font-weight: bold;
        color: #4c1690;
    }


.ChapitreMethode {
    width: 92%;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    border-radius: 20px;
    background-color: #f9f7fe;
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding-left: 3%;
}

.static-page-sub-title {
    align-self: stretch;
    flex-grow: 0;
    font-family: roboto;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4c1690;
    padding-top: 38px;
}

.duodecimlu {
    padding-left: 70px;
    padding-right: 4%;
}

.notremethodetext {
    flex-grow: 0;
    font-family: roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #3a3a3a;
    padding-right: 9%;
}

.Nous-tudions-en-parallle-dautres-types-de-sources-utiles-et-pertinentes-pour-la-pratique-de-la-m .text-style-1 {
    font-weight: 600;
    text-decoration: underline;
}

.Nos-procdures-ditoriales {
    align-self: stretch;
    flex-grow: 0;
    font-family: roboto;
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4c1690;
    padding-top: 70px;
}

.Recommandations-HAS-procdure-de-synthse-professionnelle- {
    flex-grow: 1;
    font-family: roboto;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4c1690;
}

img.logo-HAS_equipe {
    width: 7vw;
    flex-grow: 0;
    object-fit: contain;
}

.img.logo-EBMGuidelines {
    width: 17vw;
    flex-grow: 0;
    object-fit: contain;
}

.methodehascol {
    display: flex;
    flex-direction: column;
    width: 50%;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    flex-grow: 1;
    padding-bottom: 3%;
}

.logohascol {
    display: flex;
    flex-direction: column;
    width: 50%;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    flex: 1;
    flex-grow: 1;
    padding-right: 15%;
}

.Lobjectif-de-lquipe-ditoriale-debmfrance-est-de-faire-en-sorte-que-vous-puissiez-consulter-les {
    font-family: roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #3a3a3a;
    padding-right: 12%;
    padding-top: 20px;
}

    .Lobjectif-de-lquipe-ditoriale-debmfrance-est-de-faire-en-sorte-que-vous-puissiez-consulter-les .text-style-1 {
        font-weight: bold;
        color: #4c1690;
    }

    .Lobjectif-de-lquipe-ditoriale-debmfrance-est-de-faire-en-sorte-que-vous-puissiez-consulter-les .text-style-2 {
        font-weight: 600;
    }

.Collection-EBM-Guidelines-procdure-de-contextualisation- {
    flex-grow: 1;
    font-family: roboto;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4c1690;
}



.notremethodetext .text-style-1 {
    font-weight: bold;
    color: #2d6dea;
}

.notremethodetext .text-style-2 {
    font-weight: 600;
}

.notremethodetext .text-style-3 {
    font-weight: bold;
}

.notremethodetexts .text-style-4 {
    color: #2d6dea;
    font-weight: 600;
}

.Typologie-des-contenus-prsents-sur-ebmfrance {
    align-self: stretch;
    flex-grow: 0;
    font-family: roboto;
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4c1690;
    padding-right: 12%;
    padding-top: 50px;
}

.ils-sappuient-sur-les-meilleures-donnes-probantes-disponibles-et-rpondent-aux-principes-mthodolo {
    flex-grow: 1;
    font-family: roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #3a3a3a;
}

    .ils-sappuient-sur-les-meilleures-donnes-probantes-disponibles-et-rpondent-aux-principes-mthodolo .text-style-1 {
        font-weight: bold;
        color: #4c1690;
    }

.ils-sont-orients-vers-la-pratique-et-sont-rendus-rapidement-accessibles-aux-praticiens {
    flex-grow: 1;
    font-family: roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #3a3a3a;
}

    .ils-sont-orients-vers-la-pratique-et-sont-rendus-rapidement-accessibles-aux-praticiens .text-style-1 {
        font-weight: bold;
        color: #4c1690;
    }

.poclu {
    padding-right: 8%;
}

.ebmfrance-propose-des-contenus-dits-point-of-care-POC-aux-deux-caractristiques-majeures {
    align-self: stretch;
    flex-grow: 0;
    font-family: roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #3a3a3a;
    padding-right: 8%;
}

    .ebmfrance-propose-des-contenus-dits-point-of-care-POC-aux-deux-caractristiques-majeures .text-style-1 {
        font-weight: bold;
        color: #4c1690;
    }

.Notre-objectif-tant-de-ne-pas-laisser-les-mdecins-dmunis-face-lhtrognit-des-situations-cl {
    align-self: stretch;
    flex-grow: 0;
    font-family: roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #3a3a3a;
    padding-right: 8%;
}

    .Notre-objectif-tant-de-ne-pas-laisser-les-mdecins-dmunis-face-lhtrognit-des-situations-cl .text-style-1 {
        font-weight: bold;
        color: #4c1690;
    }

.methodetable {
    border-spacing: 0;
    border-collapse: separate;
    border-radius: 30px;
    border: 2px solid hsl(184, 92%, 32%);
    overflow: hidden;
    margin-bottom: 40px;
    background-color: rgba(126, 115, 150, 0.03);
}

.methodetablesubheading {
    background-color: hsl(184, 92%, 45%);
    color: white;
}

.leftup {
    background-color: hsl(184, 92%, 32%);
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 64px;
}

.middleup {
    background-color: hsl(184, 92%, 32%);
    justify-content: center;
    align-items: center;
    width: 282.7px;
    height: 64px;
}

.rightup {
    background-color: hsl(184, 92%, 32%);
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 64px;
}

.leftmiddle {
}

.middlemiddle {
    vertical-align: top;
    padding-top: 15px;
    padding-right: 2rem;
}

.rightmiddle {
}

.leftdown {
    width: 48px;
    height: 64px;
}

.middledown {
    justify-content: center;
    align-items: center;
    width: 282.7px;
    height: 64px;
}

.rightdown {
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 64px;
}

.Primary-Text {
    height: 24px;
    align-self: stretch;
    flex-grow: 0;
    font-family: roboto;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.Cell-Header-Text {
    vertical-align: top;
    font-family: roboto;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #4c1690;
}

.Cell-Text {
    font-family: roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #3a3a3a;
}

.gradhas {
    font-weight: bold;
}

.Cell-Text .text-style-2 {
    font-weight: 600;
}

.Cell-Text .text-style-1 {
    font-weight: bold;
}

.dshass {
    font-weight: 600;
}

.Rectangle-41 {
    width: 215px;
    height: 25px;
    flex-grow: 0;
    border-radius: 8px;
    background-color: rgba(76, 22, 144, 0.1);
    padding-left: 5px;
}

.grada {
    width: 9px;
    height: 18px;
    flex-grow: 0;
    font-family: roboto;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.chiffre {
    width: 17px;
    height: 18px;
    flex-grow: 0;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 0 4px;
    border-radius: 4px;
    background-color: #ff8d4d;
}

.Au-sein-des-guides-vous-pourrez-galement-retrouver- {
    font-family: roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #3a3a3a;
}

.des-images-dermatologiques-couvrant-toutes-les-affections-dermatologiques-courantes-et-bon-nombre-d {
    font-family: roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #3a3a3a;
}

    .des-images-dermatologiques-couvrant-toutes-les-affections-dermatologiques-courantes-et-bon-nombre-d .text-style-1 {
        font-weight: bold;
        color: #4c1690;
    }

.des-vidos-sur-les-actes-techniques-pouvant-tre-effectus-en-soins-primaires-et-ambulatoires-des-o {
    font-family: roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #3a3a3a;
}

    .des-vidos-sur-les-actes-techniques-pouvant-tre-effectus-en-soins-primaires-et-ambulatoires-des-o .text-style-1 {
        font-weight: bold;
        color: #4c1690;
    }

.des-squences-audio-lies-aux-guides-dcrivant-certaines-maladies-pulmonaires-et-les-souffles-cardia {
    font-family: roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #3a3a3a;
}

    .des-squences-audio-lies-aux-guides-dcrivant-certaines-maladies-pulmonaires-et-les-souffles-cardia .text-style-1 {
        font-weight: bold;
        color: #4c1690;
    }

.des-calculateurs-et-formulaires-interactifs {
    font-family: roboto;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #4c1690;
}

    .des-calculateurs-et-formulaires-interactifs .text-style-1 {
        font-weight: normal;
        color: #3a3a3a;
    }

.des-liens-vers-des-sources-ou-documents-jugs-utiles-pour-votre-pratique-ou-les-patients-associati {
    font-family: roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #3a3a3a;
}

    .des-liens-vers-des-sources-ou-documents-jugs-utiles-pour-votre-pratique-ou-les-patients-associati .text-style-1 {
        font-weight: bold;
        color: #4c1690;
    }

.guideul {
    padding-right: 8%;
    margin-bottom: 6rem;
}

.Comment-sont-actualiss-les-contenus-ebmfrance- {
    font-family: roboto;
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4c1690;
}

.Collection-EBM-Guidelines {
    font-family: roboto;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4c1690;
    padding-top: 3rem
}

.Des-mises-jour-sont-ralises-tous-les-3-mois-sur-une-partie-de-la-base-et-ds-que-ncessaire-en {
    font-family: roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #3a3a3a;
    padding-right: 11%;
}

.Collection-HAS {
    height: 36px;
    align-self: stretch;
    flex-grow: 0;
    font-family: roboto;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4c1690;
}

.Lquipe-ditoriale-ralise-une-veille-trimestrielle-sur-les-productions-de-la-HAS-ds-quune-mise {
    font-family: roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #3a3a3a;
    padding-right: 12%;
}

.Comment-utiliser-les-informations-qui-se-trouvent-sur-ebmfrance- {
    font-family: roboto;
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4c1690;
    padding-right: 8%;
    padding-top: 50px;
}

.ebmfrance-met-votre-disposition-des-connaissances-scientifiques-sources-actualises-et-facilemen {
    font-family: roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #3a3a3a;
    padding-right: 12%;
}

    .ebmfrance-met-votre-disposition-des-connaissances-scientifiques-sources-actualises-et-facilemen .text-style-1 {
        font-weight: bold;
        color: #4c1690;
    }

    .ebmfrance-met-votre-disposition-des-connaissances-scientifiques-sources-actualises-et-facilemen .text-style-2 {
        font-weight: bold;
        color: #4c1690;
        text-decoration: underline;
    }

.Mtadonnes {
    font-family: roboto;
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4c1690;
    padding-top: 40px;
    padding-left: 40px;
}

.metadata-text {
    align-self: stretch;
    flex-grow: 0;
    font-family: roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #3a3a3a;
    padding-left: 40px;
    padding-right: 4%;
}

.CISP-2 {
    flex-grow: 1;
    font-family: roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #3a3a3a;
}

.MeSH-Medical-Subject-Headings {
    flex-grow: 1;
    font-family: roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #3a3a3a;
}

.metadoneul {
    padding-left: 60px;
    line-height: 2;
}
/* Notre équipe */
img.illus_equipe {
    width: 35vw;
    margin-top: -30px;
    object-fit: contain;
    align-self: center;
}

.Qui-sommes-nous {
    align-self: stretch;
    flex-grow: 0;
    font-family: roboto;
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4c1690;
    padding-top: 2.5rem;
}

.Qui-sommes-nous-text {
    align-self: stretch;
    flex-grow: 0;
    font-family: roboto;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
}

.full-col {
    padding-left: 9%;
}

.Dcouvrir-les-membres-de-notre-quipe {
    flex-grow: 1;
    font-family: roboto;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4c1690;
    border-top: 1px solid #4c1690;
    padding-top: 14px;
    padding-right: 15px;
    width: 100%;
    flex-shrink: 0;
}

.equipe-table {
    margin-top: 30px;
    width: 100%;
}

.equipe-header, .equipe-accordion-button {
    font-weight: 600 !important;
    font-feature-settings: 'clig' off, 'liga' off !important;
    font-family: roboto !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: normal !important;
}

    .equipe-accordion-button:not(.collapsed):after {
        background-image: url("/img/minus 1.svg");
        transform: none;
    }

    .equipe-accordion-button:after {
        position: relative;
        flex-shrink: 0;
        width: 20px;
        height: 20px;
        margin-left: auto;
        content: "";
        background-image: url("/img/plus 1.svg");
        background-repeat: no-repeat;
        background-size: var(--mdb-accordion-btn-icon-width);
        transition: var(--mdb-accordion-btn-icon-transition);
        padding-right: 22%;
        left: -22px;
    }

    .equipe-accordion-button:not(.collapsed) {
    }

.accordion-equipe {
    padding-left: 9%;
    padding-top: 4rem;
}

.equipe-frame {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    position: relative;
    top: 1px;
}

.equiperow {
    padding-top: 3rem;
    padding-bottom: 3rem;
    width: 80%
}

.equipecol1 {
    display: flex;
    flex-direction: column;
    width: 21%;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    flex-grow: 1;
}

.equipe-col1-text {
    align-self: stretch;
    flex-grow: 0;
    font-family: roboto;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.71;
    letter-spacing: normal;
    text-align: left;
    color: #4c1690;
}

.equipecol2 {
    display: flex;
    flex-direction: column;
    width: 46%;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    flex-grow: 1;
    padding-left: 6rem;
}

.equipe-col2-text {
    font-family: roboto;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.71;
    letter-spacing: normal;
    text-align: left;
    color: #3a3a3a;
}

    .equipe-col2-text .text-style-1 {
        font-weight: normal;
    }

.equipecol3 {
    display: flex;
    flex-direction: column;
    width: 24%;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    flex-grow: 1;
    padding-left: 2rem;
}

.equipe-col1 {
    width: 41%;
}

.equipe-col2 {
    width: 28%;
}

.equipe-col3-text {
    flex-grow: 1;
    font-family: roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.71;
    letter-spacing: normal;
    text-align: left;
    color: #7e7396;
}

.conseil-col1 {
    width: 33%;
}

.Le-conseil-scientifique {
    align-self: stretch;
    flex-grow: 0;
    font-family: roboto;
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4c1690;
    padding-left: 9%;
    padding-top: 5rem;
}

.Voir-la-charte-de-fonctionnement-du-conseil-scientifique {
    flex-grow: 0;
    font-family: roboto;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #4c1690;
    padding-left: 9%;
}

.conseil-header {
    align-self: stretch;
    flex-grow: 0;
    font-family: roboto;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #4c1690;
    padding-bottom: 20px;
}

.conseil {
    vertical-align: top;
    align-self: stretch;
    flex-grow: 0;
    font-family: roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
    color: inherit;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #3a3a3a;
    gap: 10px;
    padding-left: 5px;
}

    .conseil .www {
        padding-left: 0px !important;
    }

.Nos-partenaires {
    align-self: stretch;
    flex-grow: 0;
    font-family: roboto;
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4c1690;
    padding-top: 5rem;
    padding-left: 9%;
    padding-bottom: 2rem;
}

.partner-header {
    font-family: roboto;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4c1690;
    padding-bottom: 15px;
}

.partner-text {
    font-family: roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #3a3a3a;
}

    .partner-text .text-style-1 {
        font-weight: 600;
        color: black;
        text-decoration: underline;
    }

.partner1col, .partner2col, .partner3col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    flex: 1;
    flex-grow: 1;
    padding-left: 2rem;
    padding-top: 10px;
}

.partnerimg {
    width: 216px;
    position: absolute;
    bottom: -25%;
}

.partnerrow {
    padding-left: 8%;
    padding-right: 19%;
    padding-bottom: 18%
}
/* Aide */
.aide_link {
    font-weight: bold;
    color: black;
    text-decoration: underline;
}

.aidecontent {
    background-color: var(--help-bg-color);
    padding-left: 6.6%;
    padding-right: 6.6%;
    padding-bottom: 2rem;
    margin-bottom: 2.5rem;
}

.sidecolaiderow {
    flex: 0 0 auto;
    width: var(--col-width);
    padding-top: 0px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.aidecol {
    flex: 2 0 0%;
}

.aidenav {
    --mdb-navbar-padding-y: 0rem !important;
    background-color: var(--help-bg-color) !important;
    padding: 10px;
    font-family: Inter !important;
    font-size: 12px !important;
    font-weight: bold !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: normal !important;
    letter-spacing: 1px !important;
    text-align: left;
    color: #4c1690;
}

    .aidenav .nav-item {
        padding-right: 30px;
    }

.aidenavitem {
    font-family: Inter !important;
    font-size: 12px !important;
    font-weight: bold !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: normal !important;
    letter-spacing: 1px !important;
    text-transform: uppercase;
    padding: 0px !important;
    margin-right: 15px;
    color: #4c1690 !important;
    cursor: pointer;
}

.aidetitle {
    font-family: roboto;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4c1690;
}

.aidecontentdiv {
    padding-top: 40px;
    padding-left: 9%;
}

.subaideitem {
    border-bottom: 3px solid #4c1690;
    padding-bottom: 7px !important;
    color: #4c1690 !important;
}

.aidesubtitle {
    width: 84%;
    flex-grow: 0;
    font-family: roboto;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #3a3a3a;
}

.aideitem {
    flex-grow: 1;
    font-family: roboto;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4c1690;
    border-top: 1px solid #4c1690;
    padding-top: 20px;
    padding-right: 19px;
}

.aidenav {
    flex: 0 0 auto;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.aide-body {
    width: var(--col-width);
    padding-bottom: 2rem;
}

.aide-text {
    align-self: stretch;
    flex-grow: 0;
    font-family: roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #3a3a3a;
}

    .aide-text .text-style-1 {
        font-weight: bold;
    }

    .aide-text .text-style-2 {
        font-weight: bold;
        text-decoration: underline;
        cursor: pointer;
    }

.audesubtitle {
    height: 28px;
    align-self: stretch;
    flex-grow: 0;
    font-family: roboto;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #4c1690;
}

.specialcase {
}

.inscriptionexception {
    height: 292px;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    padding: 24px 24px 0;
    border-radius: 5px;
    background-color: hsl(184, 92%, 32%);
}

.inscriptionexception-text {
    height: 156px;
    align-self: stretch;
    flex-grow: 0;
    font-family: roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

    .inscriptionexception-text .text-style-1 {
        font-weight: bold;
    }

.demande {
    width: 220px;
    height: 56px;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 8px 24px;
    border-radius: 100px;
    border: solid 1px rgba(76, 22, 144, 0.3);
    background-color: #fff;
    margin-top: 17px;
}

.demande-text {
    width: 175px;
    height: 19px;
    flex-grow: 0;
    font-family: roboto;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4c1690;
}

.aidecolcontent {
    width: 554px;
    height: 554px;
    margin: 0 30px 0px 0;
    padding: 64px 0 0;
    background-color: #ffead7;
    margin-top: 8rem;
    border-radius: 10px;
    align-content: center;
}

.aidecolcontentheader {
    flex-grow: 0;
    font-family: roboto;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #4c1690;
}

.aidecolcontenttext {
    align-self: stretch;
    flex-grow: 0;
    font-family: roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #3a3a3a;
}

/* CGU */

.cgucontent {
    padding-left: 6.5rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.cgulink {
    color: black;
    text-decoration: underline;
    font-weight: 600;
}

.accordion-cgu {
    padding-left: 6rem;
    padding-top: 10px;
}

.cgu-body {
    width: var(--col-width);
    padding-bottom: 40px;
}

.cgu-text {
    align-self: stretch;
    flex-grow: 0;
    font-family: roboto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #3a3a3a;
}

    .cgu-text .text-style-1 {
        font-weight: bold;
    }


.subcgu {
    flex-grow: 0;
    font-family: roboto;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4c1690;
    padding-left: 6rem;
    padding-top: 25px;
}

.cgurow {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--mdb-gutter-x)* 0.5);
    padding-left: calc(var(--mdb-gutter-x)* 0.5);
    margin-top: var(--mdb-gutter-y);
    padding-left: 5%;
}

.subcguheading {
    flex-grow: 1;
    font-family: roboto;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4c1690;
    border-top: 1px solid #4c1690;
    padding-top: 10px;
}
/* Nos Actus */
.news-list {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding: 67px 0px 0px 46px !important;
    width: 1000%;
}

.newslistloginrow {
    display: block;
}

.news-item {
    margin-right: 1.25rem !important;
    cursor: pointer;
    list-style-image: none;
}

.newslistitem {
    cursor: pointer;
}

.actusnav {
    --mdb-navbar-padding-y: 0rem !important;
    background-color: white !important;
    padding-left: 0px !important;
    font-family: roboto;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: left;
    color: #4c1690;
}

.containeractus {
    padding-left: 0px !important;
}

#nbscactus {
    padding-left: 0px !important;
}

.newsnav {
    width: 100%;
    height: 50px;
}

.actus-list {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
}

.newsedit {
}

news-image {
    width: 263px;
    height: 198px;
    flex-grow: 0;
    border-radius: 5px;
}

.news-title {
    align-self: stretch;
    flex-grow: 0;
    font-family: roboto;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4c1690;
}

.news-type {
    text-transform: uppercase;
    align-self: stretch;
    flex-grow: 0;
    font-family: roboto;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 3px;
    text-align: left;
    color: #4c1690;
    padding-top: 15px;
}

.news-text {
    align-self: stretch;
    flex-grow: 0;
    font-family: roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #3a3a3a;
}

.newscol {
    padding: 25px 20px 0px 0px;
    margin-right: 30px;
    width: 270px
}

.newstextcol {
    padding: 25px 20px 0px 0px;
    margin-right: 30px;
}

.newscontent {
    padding-left: 7%;
    padding-bottom: 5%;
}

.newsnavitem {
    border-bottom: 4px solid rgb(76, 22, 144);
    padding-bottom: 7px;
    color: rgb(76, 22, 144);
}

/* Newslettermodal*/

.newsletterheight {
    height: 801px;
}

.newslettermodaltitle {
    font-family: roboto !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: normal !important;
    letter-spacing: normal !important;
    text-align: left !important;
    color: #4c1690 !important;
    text-transform: none !important;
}

.emailnewsletter {
    width: 394px;
    height: 56px;
    flex-grow: 0;
    font-family: roboto;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #7e7396;
    padding: 8px 24px;
    border-radius: 5px;
    border: solid 1px rgba(76, 22, 144, 0.3);
    margin-bottom: 15px;
}

.emailneedednewsletter {
    font-family: roboto;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: 2;
    letter-spacing: normal;
    text-align: right;
    color: #7e7396;
}

.newslettercheckbox {
    vertical-align: top;
    display: inline-block
}

.newslettercheckboxlabel {
    flex-grow: 1;
    font-family: roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    white-space: normal;
    display: inline-block;
    color: #7e7396;
    word-wrap: break-word;
    width: 370px;
}

.checkbox-wrapper {
    white-space: nowrap;
    padding-left: 36px;
}

.checkboxspacer {
    height: 1px;
}

.comptesrendu {
    cursor: pointer;
}

.newslettercgu {
    font-family: roboto;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #7e7396;
    width: 418px;
    padding-left: 34px;
}

    .newslettercgu .text-style-1 {
        font-weight: 500;
        text-decoration: underline;
    }

.validate {
    height: 56px;
    width: 394px;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 8px 24px;
    border-radius: 100px;
    background-color: hsl(184, 92%, 32%);
}

.validatebutton {
    border: none;
    background-color: transparent;
}

.Valider {
    width: 55px;
    height: 19px;
    flex-grow: 0;
    font-family: roboto;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.no-rpps {
    height: 24px;
    align-self: stretch;
    flex-grow: 0;
    font-family: roboto;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #7e7396;
}

.card-body, .card-header {
    background-color: beige;
}

/* Login */

/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=roboto:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=roboto:wght@600&display=swap');
/* END OF FONTS */


/* MODALS */


.modal-user {
    width: 95vw;
    max-width: 458px;
    padding: 32px;
    font-family: roboto;
    background-color: var(--main-bg-color) !important;
}

    .modal-user h1 {
        margin: 0;
        line-height: 1;
        font-family: 'Inter', sans-serif;
        font-size: 24px;
        font-weight: 600;
        color: black;
    }

    .modal-user .text {
        line-height: 1.43;
        font-family: roboto;
        font-size: 14px;
        color: #3a3a3a;
    }

        .modal-user .text .bold {
            font-weight: bold;
        }

    .modal-user .divider {
        height: 20px;
        font-size: 14px;
        font-weight: bold;
        color: #7e7396;
        display: none !important;
    }

        .modal-user .divider > .line {
            width: 48px;
            height: 1px;
            background-color: rgba(76, 22, 144, 0.3);
        }
/* END MODALS */



.btn-auth {
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-transform: none;
    font-family: roboto;
    font-size: 16px;
    font-weight: 600;
    border-radius: 100px;
    border: 0;
    box-shadow: none !important;
    cursor: pointer;
    --mdb-btn-bg: var(--accent-color);
    --mdb-btn-color: var(--mdb-link-color);
    --mdb-btn-box-shadow: 0 4px 9px -4px #e3ebf7;
    --mdb-btn-hover-bg: #d8dfeb;
    --mdb-btn-hover-color: #285192;
    --mdb-btn-focus-bg: #d8dfeb;
    --mdb-btn-focus-color: #285192;
    --mdb-btn-active-bg: #ccd4de;
    --mdb-btn-active-color: #285192;
}

    .btn-auth.primary {
        color: white !important;
        background-color: hsl(184, 92%, 32%) !important;
        border-color: hsl(184, 92%, 32%) !important;
    }

    .btn-auth.secondary {
        color: #fff;
        background-color: #000091;
        display: none !important;
    }

    .btn-auth.outline {
        color: #4c1690;
        outline: solid 1px rgba(76, 22, 144, 0.3);
    }

    .btn-auth:hover {
        box-shadow: none !important;
    }

.aidemsg {
    display: none !important;
}

.btn-regular,
.btn-warning,
.btn-danger {
    display: flex;
    align-items: center;
    height: var(--height);
    text-transform: var(--no-text-transform);
    --mdb-btn-font-size: var(--font-size);
    --mdb-btn-color: var(--color);
    --mdb-btn-hover-color: var(--color);
    --mdb-btn-active-color: var(--color);
    --mdb-btn-focus-color: var(--color);
    --mdb-btn-bg: var(--bg);
    --mdb-btn-hover-bg: var(--hover-bg);
    --mdb-btn-active-bg: var(--bg);
    --mdb-btn-focus-bg: var(--bg);
    --mdb-btn-padding-top: var(--padding-y);
    --mdb-btn-padding-x: var(--padding-x);
    --mdb-btn-padding-bottom: var(--padding-y);
}
/* END OF BUTTONS */
/* LAYOUT */
.flex-gap-sm {
    gap: 16px;
}

.flex-gap-md {
    gap: 24px;
}

.flex-gap-lg {
    gap: 32px;
}

.flex-gap-xl {
    gap: 40px;
}

.hide {
    display: none;
}

/* CONTENT */

.datatable a {
    color: var(--link-color);
    font-weight: 500;
    text-decoration: underline;
}

#datatable-search-input {
    width: 450px;
    height: var(--height);
    padding: var(--padding);
    font-size: var(--font-size);
    color: var(--color);
    border-width: var(--border-width);
    border-style: var(--border-style);
    border-color: var(--border-color);
    border-radius: var(--border-radius);
    background-color: var(--bg);
    box-sizing: var(--box-sizing);
}

    #datatable-search-input:focus {
        border-width: var(--border-hover-width);
        border-style: var(--border-style);
        border-color: var(--border-hover-color);
    }

    #datatable-search-input::placeholder {
        color: var(--placeholder-color);
        opacity: var(--opacity-full);
    }

.datatable-pagination-button {
    display: inline-block;
}

.input-icon {
    padding-right: 15px;
    color: var(--link-color) !important;
}

.box {
    width: 458px;
    padding: 32px;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 12px 24px 0 rgba(76, 22, 144, 0.05), 0 1px 18px 0 rgba(0, 0, 0, 0.05);
}

.box-lg {
    width: 700px;
}

.h-60 {
    height: 60% !important;
}

.input {
    width: 100%;
    height: 56px;
    padding: 0 62px 0 24px;
    font-family: roboto;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    border: solid 1px rgba(76, 22, 144, 0.3);
    outline: none;
    box-sizing: border-box;
}

    .input:read-only,
    .input:disabled {
        color: #3a3a3a;
        background-color: rgba(76, 22, 144, 0.03);
        accent-color: rgba(76, 22, 144, 0.03);
    }

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

.input.input-validation-error {
    border: solid 2px #f46767;
}

.input-wrapper {
    position: relative;
}

    .input-wrapper > .icon {
        position: absolute;
        top: 16px;
        right: 24px;
    }

.label {
    font-family: roboto;
    font-size: 14px;
}

.msg.error {
    display: block;
    margin: 5px 0 0 0;
    text-align: right;
    font-family: roboto;
    font-size: 12px;
    font-weight: 600;
    font-style: italic;
    color: #f46767;
}

td {
    font-size: 100%;
}
/* END OF CONTENT */

/* small screen */


/* width 1690 */

@media screen and (max-width: 1690px) {
    .toc-button-show, closetoc {
        display: none;
    }

    .smallscreen {
        display: none;
    }

    .smalltocpart {
        display: none
    }

    .mainnavlogo {
        width: 180px;
    }

    .sidecolrow {
        display: flex;
        flex-wrap: nowrap;
        padding: 0px;
        width: 83%;
    }

    .noshow {
        display: block;
    }



    td {
        font-size: 80%;
    }
}

/* width 1545 */

@media screen and (max-width: 1545px) {
    .cgu-body {
        width: 60%;
        padding-bottom: 40px;
    }

    .smallscreen {
        display: none;
    }

    .smalltocpart {
        display: none
    }

    .outilcmg {
        width: 133px;
        height: 24px;
        object-fit: contain;
        position: absolute;
        right: 4%;
        top: 1rem;
    }

    .mainnavlogo {
        width: 180px;
    }

    .sidecolrow {
        display: flex;
        flex-wrap: nowrap;
        padding: 0px;
        width: 80%;
    }

    .toc-button-show {
        display: none;
    }

    .closetoc {
        display: none;
    }

    .noshow {
        display: block;
    }

    .textintro {
        position: relative;
        width: 73%;
        top: 0;
        left: 3px;
        font-family: "roboto", Helvetica, sans-serif;
        font-weight: 600;
        color: var(--mdb-link-color);
        font-size: 1.8vw;
        letter-spacing: 0;
        line-height: 52px;
        z-index: 10;
        margin-bottom: 47px;
    }

    .searchboxhome {
        position: relative;
        background-color: var(--paper-bg-color);
        border-radius: 30px;
        color: black;
        z-index: 50;
        width: 137%;
        top: -22px;
    }

    .detaildiv {
        width: 100%;
    }

    .introrow {
        flex: 0 0 auto;
        width: var(--col-width);
        height: 8rem;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 9%;
        padding-right: 9%;
        background-color: var(--main-bg-color);
    }

    .textintrodiv {
        flex: 1 0 0%;
        position: relative;
        width: 100%;
        height: auto;
        max-height: 100%;
        padding-top: 25px;
    }

    :root {
        --col-width: 100%;
    }

    .sidecolres {
        min-height: 2500px;
        padding-left: 22px;
    }



    .publisherimg {
        float: unset;
    }

    .publisherimgdiv {
        padding-bottom: 15px;
    }

    .navbarcontainer {
        padding-left: 0rem;
    }

    .guidelinedatecol, .themecol {
    }

    .breadcrumstart {
        display: none;
    }

    .input-newsletter {
        width: 28%;
        height: 56px;
        display: flex;
        flex: 0 0 auto;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 8px;
        margin: 0px 0 0 97px;
        padding: 0px;
        border-radius: 100px;
        background-color: rgba(255, 255, 255, 0.2);
    }

    .valeur-2-frame {
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        position: relative;
        top: 1px;
        padding-left: 5%;
    }

    .valeur-accordion-button::after {
        flex-shrink: 0;
        width: var(--mdb-accordion-btn-icon-width);
        height: var(--mdb-accordion-btn-icon-width);
        margin-left: auto;
        content: "";
        background-image: url("/img/plus 1.svg");
        background-repeat: no-repeat;
        background-size: var(--mdb-accordion-btn-icon-width);
        transition: var(--mdb-accordion-btn-icon-transition);
        margin-right: 5%;
    }

    .btooltip .gtooltiptext, .gtooltiptext ins {
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 0px;
        font-family: roboto;
        font-weight: 200;
        background-color: var(--accent-bg-color);
        color: white;
        border-radius: 6px;
        position: absolute;
        z-index: 1;
        top: 120%;
        left: 10px;
        margin-left: -30px;
        max-width: 350px;
    }

    .gtooltip .gtooltiptext {
        font-family: roboto;
        font-weight: 200;
        visibility: hidden;
        background-color: var(--accent-blue-color);
        color: white;
        border-radius: 6px;
        position: absolute;
        z-index: 15;
        top: 120%;
        left: 10px;
        margin-left: -30px;
        padding: 15px;
        max-width: 300px;
    }
}

/* width 1343 */

@media screen and (max-width: 1343px) {
    .newsnavitem {
        border-bottom: 4px solid rgb(76, 22, 144);
        padding-bottom: 7px;
        margin-bottom: -15px;
        color: rgb(76, 22, 144);
    }

    .smallscreen {
        display: none;
    }

    .hiderefine {
        display: block;
        cursor: pointer;
    }

    .sidecolrefhide {
        display: none;
    }

    .sidecolref {
        width: 100%;
    }

    .smalltocpart {
        display: flex;
        position: fixed;
        top: 0px;
        left: 0px;
        background-color: white;
        z-index: 244;
        width: 100%;
        padding-left: 20px;
    }

    .guidenav {
        flex-direction: row !important;
    }

    .mainnavlogo {
        width: 180px;
    }

    #sticky {
        width: 100% !important;
    }

    .sidecolrow {
        flex-wrap: wrap;
        width: 100%;
    }

    .tocshow {
        width: 100%;
    }

    .toccol {
        z-index: 18;
        padding-left: 10px;
        background: white;
        height: 50px;
    }

    .toc-button-show {
        display: block !important;
        background: white;
    }

    .tocdiv {
        padding-left: 5%;
        padding-top: 5.9rem;
        background-color: white;
        padding-bottom: 25px;
        border-bottom: solid 1px;
    }

    .noshow {
        display: none !important;
    }

    .closetoc {
        display: block;
        right: 33px;
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .toc-close {
        box-sizing: content-box;
        color: var(--mdb-link-color);
        background-color: var(--accent-transparant-color);
        border: 0;
        border-radius: 50% !important;
        font-size: 27px;
        width: 48px;
        height: 48px;
        align-content: center;
        text-align: center;
        display: block;
    }

    .valeurtextcol {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
        position: relative;
        flex: 1;
        flex-grow: 1;
    }

    .searchboxhome {
        position: relative;
        background-color: var(--paper-bg-color);
        border-radius: 30px;
        color: black;
        z-index: 50;
        width: 80% !important;
        max-width: 600px;
        margin: 0 auto;
        left: 0;
    }

    .searchhome {
        padding: 0px !important;
        position: relative;
        left: -10px;
        top: 0px;
    }

    .textintro {
        position: relative;
        width: 30%;
        left: 3px;
        font-family: "roboto", Helvetica, sans-serif;
        font-weight: 600;
        color: var(--mdb-link-color);
        font-size: 1.8vw;
        letter-spacing: 0;
        line-height: 52px;
        z-index: 10;
        margin-bottom: 47px;
    }


    .identifierlabeldiv {
        display: none;
    }

    .btooltip .gtooltiptext, .gtooltiptext ins {
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 0px;
        font-family: roboto;
        font-weight: 200;
        background-color: var(--accent-bg-color);
        color: white;
        border-radius: 6px;
        position: absolute;
        z-index: 1;
        top: 120%;
        left: 10px;
        margin-left: -30px;
        max-width: 400px;
    }

    .gtooltip .gtooltiptext {
        font-family: roboto;
        font-weight: 200;
        visibility: hidden;
        background-color: var(--accent-blue-color);
        color: white;
        border-radius: 6px;
        position: absolute;
        z-index: 15;
        top: 120%;
        left: 10px;
        margin-left: -30px;
        padding: 15px;
        max-width: 300px;
    }

    td {
        font-size: 70%;
    }
}
/* width 995 */
@media screen and (max-width: 991px) {

    .barreinfo {
        position: relative;
        top: 0px;
        flex: 0 0 auto;
        width: var(--col-width);
        padding-top: 12px;
        padding-bottom: 12px;
        background-color: var(--main-bg-color);
        overflow: hidden;
    }

    .static-page-title {
        font-family: roboto;
        font-size: 32px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #4c1690;
        padding-top: 5rem;
    }

    img.illus-valeurs {
        width: 50vw;
        vertical-align: top;
        object-fit: contain;
        align-self: center;
        top: 10%;
        position: relative;
    }

    img.illus_cercles_EBM, img.illus_cercle-mission {
        width: 90vw;
        flex-grow: 0;
        object-fit: contain;
        align-self: center;
    }

    .valeur-start {
        top: 30px;
        position: relative;
    }

    img.illus_methode {
        width: 90vw;
        object-fit: contain;
        align-self: center;
    }

    .notremethodecenter {
        padding-left: 4%;
        padding-right: 0%;
        margin-bottom: 30px;
    }

    img.logo-HAS_equipe {
        width: 17vw;
        flex-grow: 0;
        object-fit: contain;
        align-self: center;
    }

    img.logo-EBMGuidelines {
        width: 26vw;
        flex-grow: 0;
        object-fit: contain;
    }

    img.illus_equipe {
        width: 72vw;
        margin-top: -30px;
        object-fit: contain;
        align-self: center;
    }

    .equipe-table {
        margin-top: 70px;
    }

    .partnerimg {
        width: 216px;
        position: relative;
    }

    .subaideitem {
        background-color: #4c1690 !important;
        color: white !important;
        padding-bottom: 7px !important;
        border-bottom: none;
    }

    .smallnav {
        top: 57px;
        position: absolute;
        float: inline-start;
        width: 100%;
        margin: 0px;
        background-color: #fff;
        z-index: 100;
        padding: 10px;
    }

    .mainnavitems {
        z-index: 15;
        width: 100%;
        position: relative;
        text-align: center;
    }

    .recherche-button {
        justify-content: center;
        bottom: -275px;
        height: 64px;
        position: relative;
        display: flex;
    }

    #search::placeholder {
        font-size: 12px;
    }

    .searchboxhome {
        position: relative;
        background-color: var(--paper-bg-color);
        border-radius: 30px;
        color: black;
        z-index: 50;
        width: 80%;
        max-width: 600px;
        margin: 0 auto;
        left: 0;
    }

    .searchboxhelp {
        max-width: 1430px !important;
        height: 50px;
        color: var(--accent-color);
        flex: 0 0 auto;
        background-color: var(--help-bg-color);
        padding: 0px !important;
        position: relative;
        top: 50px;
    }

    .textintrodiv {
        flex: 1 0 0%;
        position: relative;
        width: 100%;
        height: auto;
        max-height: 100%;
        padding-top: 51px;
    }

    .textintronc {
        position: relative;
        width: 100%;
        top: 0;
        left: 3px;
        font-family: "roboto", Helvetica, sans-serif;
        font-weight: 600;
        color: var(--mdb-link-color);
        font-size: 2.8vw;
        letter-spacing: 0;
        line-height: 52px;
        z-index: 10;
        margin-bottom: 47px;
    }

    .containertopbar {
        display: none !important;
    }

    .searchboxdiv {
        max-width: 1430px !important;
        height: 50px;
        color: var(--accent-color);
        flex: 0 0 auto;
        background-color: var(--main-bg-color);
        padding: 0px !important;
        position: relative;
        top: 50px;
    }

    .searchboxap {
        background-color: var(--paper-bg-color);
        border-radius: 30px;
        color: black;
        z-index: 14;
        width: 68%;
        position: absolute;
        top: 50%;
        left: 21%;
        margin: -50px 0 0 -50px;
    }



    .smallmenu {
        list-style-type: none;
        list-style-image: none;
        align-self: center;
    }

    .smallitems {
        float: right;
    }

    .mainnav-item {
        width: 50%;
    }

    .mainnav {
        display: none;
    }

    .smalltocpart {
        display: flex;
        position: fixed;
        top: 0px;
        left: 0px;
        background-color: white;
        z-index: 244;
        width: 100%;
        padding-left: 20px;
    }

    .mainnavlogo {
        width: 176px;
    }

    .ebmtitlecol {
        flex: 0 0 auto;
        width: 100%;
    }

    .ebmtitle {
        font-family: roboto,sans-serif;
        font-weight: 600;
        font-size: 24px;
        color: var(--mdb-link-color);
        padding-top: 1.05rem;
        padding-bottom: 1.1rem;
    }

    .altebmtitle {
        font-family: roboto,sans-serif;
        font-weight: 600;
        font-size: 14px;
        color: var(--mdb-link-color);
        padding-top: 1.05rem;
        padding-bottom: 1.1rem;
    }

    .footer-container {
    }

    .footer-menu {
        padding: 10px;
    }

    .logos {
        margin: auto;
        text-align: center;
    }

    .footer2-text {
        padding: 20px;
        width: 100%;
        font-family: roboto;
        font-weight: 600;
        color: var(--mdb-link-color);
        font-size: 16px;
        line-height: normal;
        font-style: normal;
        text-align: center;
    }

    .col-newsletter {
        width: 100%;
    }

    .newsletter-text-title {
        color: white;
        padding: 5px;
        padding-right: 5px;
        font-family: roboto;
        font-size: 16px;
        font-weight: 500;
        line-height: 10px;
        letter-spacing: 0px;
    }

    .newsletter-text {
        color: white;
        padding-left: 5px;
        padding-right: 5px;
        font-family: roboto;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        text-align: left;
    }

    .input-newsletter {
        width: 100%;
        height: 56px;
        /* display: flex
; */
        /* flex: 0 0 auto; */
        /* justify-content: flex-start; */
        /* align-items: flex-start; */
        /* gap: 8px; */
        margin: 0px 0 0 0px;
        padding: 0px;
        border-radius: 100px;
        background-color: rgba(255, 255, 255, 0.2);
    }

    .databasecol {
        flex: 0 0 auto;
        color: var(--mdb-link-color);
        font-family: Inter, sans-serif;
        font-weight: 700;
        font-size: 12px;
        text-transform: uppercase;
        width: 100%;
    }

    .identifierlabeldiv {
        display: none;
    }

    .btooltip .gtooltiptext, .gtooltiptext ins {
        font-size: 12px;
        line-height: 28px;
        letter-spacing: 0px;
        font-family: roboto;
        font-weight: 200;
        background-color: var(--accent-bg-color);
        color: white;
        border-radius: 6px;
        position: absolute;
        z-index: 1;
        top: 120%;
        left: 10px;
        margin-left: -30px;
        max-width: 400px;
    }

    .gtooltip .gtooltiptext {
        font-family: roboto;
        font-weight: 200;
        visibility: hidden;
        background-color: var(--accent-blue-color);
        color: white;
        border-radius: 6px;
        position: absolute;
        z-index: 15;
        top: 120%;
        left: 10px;
        margin-left: -30px;
        padding: 15px;
        max-width: 250px;
    }

    .tocdiv {
        padding-left: 5%;
        padding-top: 5.9rem;
        background-color: white;
        padding-bottom: 25px;
        border-bottom: solid 1px;
    }

    td {
        font-size: 80%;
    }

    .hasmessage {
        flex: 0 0 auto;
        color: var(--mdb-link-color);
        font-family: roboto;
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        width: 100%;
    }

    #guidelink, #imageslink {
        color: var(--mdb-link-color);
        font-family: Inter, sans-serif;
        font-weight: 700;
        font-size: 12px;
        text-transform: uppercase;
        padding-bottom: 0rem;
        margin-right: 1.5rem;
        white-space: nowrap;
    }

    .smallscreen {
        list-style-type: none;
        list-style-image: none;
        display: inline-block;
        width: 100%;
        background: var(--less-bg-color);
    }

    .news-image-div, .news-image, .news-image-edit {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .news-rectangle {
        position: relative;
        max-width: 80px;
        object-fit: fill;
        border-radius: 5px;
    }

    .news-list {
        display: flex;
        align-items: flex-start;
        position: relative;
        padding: 67px 0px 0px 46px !important;
        width: 100%;
    }

    .news-element {
        display: inline-flex;
        position: relative;
        flex: 0 0 auto;
        cursor: pointer;
        flex-direction: row;
        align-items: center;
    }

    .news-subtitle {
        display: none;
    }

    .news-frame {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        flex: 0 0 auto;
        width: 263px;
        position: relative;
        top: 0px;
        padding-left: 10px;
    }

    .fleches {
        display: none;
    }

    .newslistrow, .newslistloginrow {
        padding-left: 5px;
    }

    .newsbuttons {
        align-self: baseline;
        display: block;
        flex-wrap: wrap;
        padding-top: 100px;
        text-align: center;
    }

    .newscol {
        flex: fit-content;
    }

    .favoris {
        flex: 0 0 0%;
        background-color: white;
        padding: 40px 109px 116px 47px;
        z-index: 40;
    }
}

}


/* Mobile First Responsive Design - Fresh Approach */

/* Mobile styles (default - up to 768px) */
@media screen and (max-width: 768px) {
    /* Base mobile styles - remove blue borders */
    body {
        font-size: 14px !important;
        line-height: 1.4 !important;
        border: none !important;
        outline: none !important;
    }

    /* Remove any unwanted borders from main containers */
    .container, .container-fluid, .row, .col, [class*="col-"] {
        border: none !important;
        outline: none !important;
    }

    /* Remove borders from layout containers */
    .vh-100, .vw-99, .icontainer, .mainnav, .maincenter {
        border: none !important;
        outline: none !important;
    }

    /* Hide desktop navigation completely - remove whitespace */
    .containertopbar, .navbar.mainnav {
        display: none !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Make header container very compact */
    .maincenter, #headercenter {
        padding: 0 !important;
        margin: 0 !important;
        height: auto !important;
        min-height: 0 !important;
    }

    /* Remove any header whitespace */
    header {
        padding: 0 !important;
        margin: 0 !important;
        height: auto !important;
    }

    /* Remove whitespace from main layout containers */
    #mainnav, .flex-fill, .d-flex {
        margin: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    /* Remove side column headers completely on mobile */
    .sidecolheader, #headerleft, #headerright {
        display: none !important;
        width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .smallscreen {
        display: block !important;
        width: 100% !important;
    }

    /* Fix mobile container structure */
    .containersmalltopbar {
        display: flex !important;
    }

    /* Mobile header styling - compact with no shadow */
    .containersmalltopbar {
        padding: 0.25rem 1rem !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        background: white !important;
        box-shadow: none !important;
        border: none !important;
        min-height: 50px !important;
        max-height: 50px !important;
        height: 50px !important;
    }

    /* Reduce header spacing globally */
    .smallscreen {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .smalltocpart {
        height: 50px !important;
        min-height: 50px !important;
        padding: 0.25rem 1rem !important;
    }

    /* Logo sizing for mobile - bigger */
    .mainnavlogo {
        height: 36px !important;
        width: auto !important;
        max-width: 160px !important;
    }

    /* Mobile menu button */
    .BTN-menu {
        padding: 0.5rem !important;
        background: transparent !important;
        border: none !important;
        font-size: 1.2rem !important;
        color: hsl(184, 92%, 32%) !important;
    }

    /* Mobile navigation menu */
    .smallnav {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100vh !important;
        background: white !important;
        z-index: 9999 !important;
        padding: 2rem 1rem !important;
        transform: translateX(-100%) !important;
        transition: transform 0.3s ease !important;
    }

        .smallnav:not(.hidenav) {
            transform: translateX(0) !important;
        }

        .smallnav ul {
            list-style: none !important;
            padding: 0 !important;
            margin: 0 !important;
        }

        .smallnav li {
            margin: 1rem 0 !important;
        }

        .smallnav .nav-link {
            font-size: 1.1rem !important;
            padding: 0.75rem 0 !important;
            display: block !important;
            color: #000 !important;
            text-decoration: none !important;
        }

    .closenavbutton {
        position: absolute !important;
        top: 1rem !important;
        right: 1rem !important;
        background: transparent !important;
        border: none !important;
        font-size: 1.5rem !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 40px !important;
        height: 40px !important;
    }

    /* Remove purple background from close button and make image smaller */
    .BTN-menu-close {
        background: transparent !important;
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

        .BTN-menu-close img, .closenavbutton .BTN-menu-close img, div.BTN-menu-close img {
            width: 16px !important;
            height: 16px !important;
            max-width: 16px !important;
            max-height: 16px !important;
        }

    /* Container and layout adjustments */
    .container, .container-fluid {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    /* Search box mobile styling - compact */
    .searchboxhome, .searchbox {
        width: 90% !important;
        margin: 0.5rem auto !important;
        padding: 0.5rem 0.75rem !important;
        font-size: 14px !important;
        border-radius: 25px !important;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        z-index: 50 !important;
    }

        .searchbox input, .searchboxhome input {
            font-size: 14px !important;
            padding: 0.5rem !important;
            border: none !important;
            background: transparent !important;
            width: calc(100% - 40px) !important;
        }

    /* Search icon sizing */
    .searchok img, .search-icon, .fas.fa-magnifying-glass {
        width: 18px !important;
        height: 18px !important;
        font-size: 18px !important;
    }

    .searchok {
        padding: 0.5rem !important;
        text-align: center !important;
    }

    /* Search center layout - properly centered */
    .mainsearchcenter {
        width: 100% !important;
        padding: 0.5rem !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }

    .searchcenterrow {
        margin: 0 !important;
        padding-top: 0.25rem !important;
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .search-wrapper {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        margin: 0.25rem 0 !important;
        align-items: center !important;
    }

    /* Button sizing adjustments - more compact */
    .btn {
        padding: 0.375rem 0.75rem !important;
        font-size: 14px !important;
        border-radius: 0.375rem !important;
        min-height: 40px !important;
        line-height: 1.3 !important;
        margin: 0.25rem 0 !important;
    }

    .btn-lg {
        padding: 0.5rem 1rem !important;
        font-size: 14px !important;
        min-height: 44px !important;
    }

    .btn-sm {
        padding: 0.25rem 0.5rem !important;
        font-size: 13px !important;
        min-height: 36px !important;
    }

    /* Chapter search buttons - very small with minimal gaps */
    .btn-chapter-search {
        padding: 0.15rem 0.35rem !important;
        font-size: 10px !important;
        margin: 0.025rem !important;
        min-height: 26px !important;
        line-height: 1.1 !important;
    }

    /* Target the actual button wrapper spans to make gaps smaller both horizontally and vertically */
    span.pb-2.pe-1, .pb-2.pe-1 {
        padding-bottom: 0.025rem !important;
        padding-right: 0.05rem !important;
        margin: 0 !important;
        line-height: 1 !important;
    }

    /* Also target any span with chapterspan class for hidden buttons */
    span.chapterspan.pb-2.pe-1 {
        padding-bottom: 0.025rem !important;
        padding-right: 0.05rem !important;
        margin: 0 !important;
        line-height: 1 !important;
    }

    /* Navigation buttons and links */
    .nav-link {
        padding: 0.375rem 0.5rem !important;
        font-size: 14px !important;
    }

    /* Search buttons */
    #send-question, .search-submit {
        padding: 0.375rem 0.75rem !important;
        font-size: 14px !important;
        height: 40px !important;
        min-height: 40px !important;
    }

    /* Typography adjustments */
    h1, .h1 {
        font-size: 1.75rem !important;
        line-height: 1.2 !important;
        margin-bottom: 1rem !important;
    }

    h2, .h2 {
        font-size: 1.5rem !important;
        line-height: 1.3 !important;
        margin-bottom: 0.875rem !important;
    }

    h3, .h3 {
        font-size: 1.25rem !important;
        line-height: 1.4 !important;
        margin-bottom: 0.75rem !important;
    }

    .pageheader {
        font-size: 1.5rem !important;
        margin-bottom: 1rem !important;
        padding-top: 0.5rem !important;
    }

    /* Text and paragraph adjustments */
    .pagetext, .textintro {
        font-size: 14px !important;
        line-height: 1.5 !important;
        padding: 0 !important;
        margin-bottom: 1rem !important;
    }

    /* Image and icon sizing */
    img {
        max-width: 100% !important;
        height: auto !important;
    }

    .illus-home-img {
        width: 200px !important;
        max-width: 70% !important;
    }

    /* Logo sizing improvements */
    .mainnavlogo, .small-navbar-brand img {
        height: 28px !important;
        width: auto !important;
        max-width: 140px !important;
    }

    /* Icon sizing standardization */
    .fa, .fas, .far, .fab, .fal, .fad, [class*="fa-"] {
        font-size: 16px !important;
    }

    .fa-lg {
        font-size: 18px !important;
    }

    .fa-sm {
        font-size: 14px !important;
    }

    /* SVG icon sizing */
    img[src*=".svg"], svg {
        max-height: 24px !important;
        width: auto !important;
    }

    /* Specific icon overrides */
    img[src*="close.svg"], .refinercloseimg {
        height: 20px !important;
        width: 20px !important;
    }

    img[src*="Arrow"], img[src*="arrow"] {
        height: 16px !important;
        width: 16px !important;
    }

    /* Medical and brand logos */
    img[src*="logo"], img[src*="has"], img[src*="ebm"] {
        max-height: 32px !important;
        width: auto !important;
    }

    /* Spacing and padding adjustments */
    .row {
        margin: 0 !important;
    }

    .col, [class*="col-"] {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    /* Mobile-optimized spacing - more compact */
    .mb-1, .my-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-2, .my-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-3, .my-3 {
        margin-bottom: 0.75rem !important;
    }

    .mb-4, .my-4 {
        margin-bottom: 1rem !important;
    }

    .mb-5, .my-5 {
        margin-bottom: 1.25rem !important;
    }

    .mt-1, .my-1 {
        margin-top: 0.25rem !important;
    }

    .mt-2, .my-2 {
        margin-top: 0.5rem !important;
    }

    .mt-3, .my-3 {
        margin-top: 0.75rem !important;
    }

    .mt-4, .my-4 {
        margin-top: 1rem !important;
    }

    .mt-5, .my-5 {
        margin-top: 1.25rem !important;
    }

    .p-1 {
        padding: 0.25rem !important;
    }

    .p-2 {
        padding: 0.5rem !important;
    }

    .p-3 {
        padding: 0.75rem !important;
    }

    .p-4 {
        padding: 1rem !important;
    }

    .p-5 {
        padding: 1.25rem !important;
    }

    /* Container spacing overrides - more compact */
    .container-fluid {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    /* Content area padding - compact */
    .tocdiv, .main-content, .content-wrapper {
        padding: 0.5rem !important;
    }

    /* Home page specific spacing - compact */
    .textintrodiv {
        padding: 0.5rem !important;
        margin-top: 0 !important;
    }

    .textintro, .textintronc {
        margin-bottom: 0.5rem !important;
        padding: 0 !important;
        margin-top: 0 !important;
    }

    /* Remove excessive spacers on mobile */
    .top-spacer, .spacer {
        display: none !important;
    }

    /* Adjust main content areas - compact */
    .maincenter {
        padding: 0.25rem !important;
    }

    /* Reduce main section spacing */
    .row {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    /* Make content areas more compact */
    .chapter-toggle-wrapper {
        margin: 0.25rem 0 !important;
    }

    /* Reduce search wrapper spacing */
    .search-wrapper {
        margin: 0.25rem 0 !important;
    }

    /* Form elements */
    .form-control {
        font-size: 14px !important;
        padding: 0.5rem 0.75rem !important;
        border-radius: 0.375rem !important;
    }

    /* Account page mobile styling */
    .account-page, .favorites-page, .aichat-page {
        padding: 1rem !important;
        min-height: 100vh !important;
    }

        .account-page > div, .favorites-page > div, .aichat-page > div {
            max-width: 100% !important;
            margin: 0 !important;
            border-radius: 0.5rem !important;
            padding: 1.5rem !important;
            box-shadow: none !important;
            border: none !important;
        }

    /* Results page mobile */
    .results-wrapper {
        margin: 0 !important;
        padding: 0.5rem !important;
    }

    .sidecolsearchrow {
        flex-direction: column !important;
        margin: 0 !important;
    }

    .sidecolres {
        padding: 0.5rem !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .sidecolref {
        width: 100% !important;
        padding: 1rem !important;
        margin-bottom: 1rem !important;
        position: relative !important;
        transform: none !important;
    }

    .sidecolrefhide {
        display: none !important;
    }

    .sidecolref:not(.sidecolrefhide) {
        display: block !important;
    }

    /* Search results adjustments */
    .searchresult, .resulttitle {
        font-size: 14px !important;
        line-height: 1.4 !important;
        margin-bottom: 0.75rem !important;
    }

        /* Remove scroll from guideline result subcontainers */
        .searchresult, .searchresult div, .resulttitle, .guideline-content {
            overflow: visible !important;
            max-height: none !important;
            height: auto !important;
        }

    /* Remove scroll from any result containers */
    #searchresult, #searchresult div, .search-results-container {
        overflow: visible !important;
        max-height: none !important;
        height: auto !important;
    }

    /* Footer adjustments */
    footer {
        margin-top: 2rem !important;
        padding: 1rem !important;
        font-size: 12px !important;
    }

    /* Table responsiveness */
    .guidetable, .table {
        font-size: 12px !important;
        display: block !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
    }

        .guidetable td, .guidetable th,
        .table td, .table th {
            padding: 0.25rem 0.5rem !important;
            font-size: 12px !important;
        }

    /* Modal adjustments */
    .modal-dialog {
        margin: 1rem !important;
        max-width: calc(100% - 2rem) !important;
    }

    .modal-content {
        border-radius: 0.5rem !important;
    }

    .modal-header {
        padding: 1rem !important;
    }

    .modal-body {
        padding: 1rem !important;
    }

    /* Hide elements that shouldn't show on mobile */
    .sidecolheader {
        display: none !important;
    }

    /* Refiners mobile styling */
    .sidecolref {
        position: static !important;
        width: 100% !important;
        background: white !important;
        border-radius: 0.5rem !important;
        margin-bottom: 1rem !important;
        box-shadow: none !important;
        border: none !important;
        overflow-x: hidden !important;
    }

    .refine {
        display: inline-block !important;
        width: auto !important;
        min-width: auto !important;
        max-width: none !important;
        background: hsl(184, 92%, 32%) !important;
        color: white !important;
        padding: 0.2rem 0.3rem !important;
        border-radius: 0.375rem !important;
        text-align: center !important;
        margin-bottom: 0.5rem !important;
        font-size: 12px !important;
        border: none !important;
        box-shadow: none !important;
        font-weight: 600 !important;
    }

    /* Make the "Affiner votre recherche" button less wide */
    #showrefine.refine {
        max-width: 100px !important;
        font-size: 13px !important;
        padding: 0.25rem 0.25rem !important;
        text-align: center !important;
        color: white !important;
        background: hsl(184, 92%, 32%) !important;
        line-height: 1.2 !important;
        position: absolute !important;
        top: 45px !important;
        left: 1rem !important;
        z-index: 100 !important;
    }


    /* Hide arrow in filter button */
    .refine img {
        display: none !important;
    }

    /* Fix guideline page layout */
    .ebmtitle {
        font-size: 0.75rem !important;
        margin: 0.1rem 0 !important;
        padding: 0 !important;
        line-height: 1.1 !important;
    }

    .publisherimg {
        max-width: 120px !important;
        max-height: 60px !important;
        width: auto !important;
        height: auto !important;
    }

    .publisherimgdiv {
        padding: 0rem 0.5rem 0.5rem 0.5rem !important;
        text-align: right !important;
        display: flex !important;
        align-items: flex-start !important;
        justify-content: flex-end !important;
        margin-top: -2rem !important;
    }

    .ebmtitlecol {
        padding: 0.1rem 0.5rem 0.5rem 0.5rem !important;
        margin-top: -0.5rem !important;
    }

    /* Fix images section - make rows smaller */
    #images .row {
        margin: 0.25rem 0 !important;
        padding: 0.25rem !important;
    }

    .imagegalery {
        max-width: 100px !important;
        max-height: 80px !important;
        width: auto !important;
        height: auto !important;
    }

    .imagecaptiondiv {
        padding: 0.25rem !important;
    }

    .imagecaption {
        font-size: 0.8rem !important;
        margin: 0 !important;
    }

    /* Make main content visible and properly sized */
    #guide {
        padding: 0.5rem !important;
        margin: 0.5rem 0 !important;
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
        word-wrap: break-word !important;
    }

        /* Ensure guide content is visible */
        #guide.hide {
            display: block !important;
        }

        /* Make all guide content responsive */
        #guide * {
            max-width: 100% !important;
            word-wrap: break-word !important;
            overflow-wrap: break-word !important;
        }

        #guide table {
            width: 100% !important;
            table-layout: fixed !important;
        }

        #guide img {
            max-width: 100% !important;
            height: auto !important;
        }

    /* Fix table of contents popup */
    .smalltocdiv {
        background: white !important;
        border: 1px solid #ddd !important;
        border-radius: 0.5rem !important;
        padding: 1rem !important;
        max-height: 70vh !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        width: calc(100vw - 2rem) !important;
        max-width: 350px !important;
        position: fixed !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        z-index: 1050 !important;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
    }

        .smalltocdiv.noshow {
            display: none !important;
        }

        .smalltocdiv:not(.noshow) {
            display: block !important;
        }

    /* Add close button to table of contents popup */
    #closetoc, #closetoc.no-toc-close {
        position: absolute !important;
        top: 0.5rem !important;
        right: 0.5rem !important;
        z-index: 1051 !important;
        background: transparent !important;
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

        #closetoc .closeimage, #closetoc img, #closetoc .toclink img {
            width: 14px !important;
            height: 14px !important;
            max-width: 14px !important;
            max-height: 14px !important;
            display: block !important;
            visibility: visible !important;
            opacity: 1 !important;
        }

        #closetoc .toclink, #closetoc .toc-close {
            display: block !important;
            visibility: visible !important;
            opacity: 1 !important;
            background: transparent !important;
            border: none !important;
            padding: 0 !important;
        }

    /* Style table of contents button like affiner button */
    .themecol #tocswitch .toclink {
        max-width: 120px !important;
        font-size: 13px !important;
        padding: 0.25rem 0.25rem !important;
        text-align: center !important;
        color: white !important;
        background: hsl(184, 92%, 32%) !important;
        line-height: 1.2 !important;
        border-radius: 0.375rem !important;
        display: inline-block !important;
        text-decoration: none !important;
        border: none !important;
        box-shadow: none !important;
        font-weight: 600 !important;
        position: absolute !important;
        bottom: -0.5rem !important;
        left: 0 !important;
        z-index: 100 !important;
    }

    /* Hide original sharing buttons container only in the main content, not in popup */
    .accordion .d-flex.align-items-center.justify-content-center {
        display: none !important;
    }

    /* Create popup for sharing options */
    .sharing-popup {
        display: none !important;
        position: fixed !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        background: white !important;
        border-radius: 0.5rem !important;
        padding: 1rem !important;
        z-index: 1050 !important;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
        width: calc(100vw - 2rem) !important;
        max-width: 300px !important;
    }

        .sharing-popup.show {
            display: block !important;
        }

    /* Remove whitespace between button and guide */
    #tocswitch, .tocswitch {
        margin: 0 !important;
        padding: 0 !important;
    }

    .sticky.guidenav {
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Position account button more to the left in mobile nav and align properly */
    .containersmalltopbar .d-flex {
        gap: 15px !important;
        align-items: center !important;
    }

    .containersmalltopbar .userlogo {
        margin-right: 10px !important;
    }

        .containersmalltopbar .userlogo a {
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            width: 40px !important;
            height: 40px !important;
        }

    .containersmalltopbar .BTN-menu {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 40px !important;
        height: 40px !important;
    }

    /* Fix login popup button text fitting on mobile */
    .btn-auth {
        white-space: normal !important;
        word-wrap: break-word !important;
        min-height: 48px !important;
        padding: 12px 16px !important;
        line-height: 1.2 !important;
    }


    .subnav, .guidenav {
        margin: 0 !important;
        padding-top: 0.25rem !important;
        padding-bottom: 0 !important;
    }

    .navbarcontainer {
        margin: 0 !important;
    }

    /* Remove margins from containers around tocswitch */
    .row {
        margin: 0 !important;
    }

    /* Target main containers that might be adding whitespace */
    .detaildiv, .evddetaildiv {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    .sidecolrow {
        margin: 0 !important;
        padding-top: 0 !important;
    }

    .main {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .mt-0 {
        margin-top: 0 !important;
    }

    .container-fluid {
        padding-top: 0 !important;
    }

    .tocicon {
        display: none !important;
    }

    /* Widen theme container so links can display in a row */
    .themecol {
        width: 100% !important;
        max-width: none !important;
        flex: 1 !important;
        position: relative !important;
    }

    /* Make guide images navigation bar smaller */
    .subnav, .guidenav {
        padding: 0.25rem !important;
        margin: 0.25rem 0 !important;
        min-height: auto !important;
    }

        .guidenav .nav-link {
            padding: 0.25rem 0.5rem !important;
            font-size: 0.8rem !important;
            margin: 0 !important;
            pointer-events: auto !important;
            cursor: pointer !important;
        }

    /* Ensure guide/images content switching works */
    #guide {
        display: block !important;
    }

        #guide.hide {
            display: none !important;
        }

    #images {
        display: none !important;
    }

        #images:not(.hide) {
            display: block !important;
        }

    .navbarcontainer {
        padding: 0.25rem !important;
    }

    /* Aggressive mobile article styling - eliminate all whitespace */
    #guide h1, #guide h2, #guide h3, #guide h4, #guide h5, #guide h6 {
        font-size: 1rem !important;
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1.1 !important;
        margin-top: 0.25rem !important;
        margin-bottom: 0.1rem !important;
    }

    #guide h1 {
        font-size: 1.1rem !important;
        margin-top: 0 !important;
    }

    #guide h2 {
        font-size: 1rem !important;
    }

    #guide h3, #guide h4, #guide h5, #guide h6 {
        font-size: 0.9rem !important;
    }

    #guide p {
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1.2 !important;
        margin-bottom: 0.1rem !important;
    }

    #guide .container, #guide .container-fluid {
        padding: 0 !important;
        margin: 0 !important;
    }

    #guide .row {
        margin: 0 !important;
        padding: 0 !important;
    }

    #guide ul, #guide ol {
        margin: 0.1rem 0 !important;
        padding-left: 1rem !important;
    }

    #guide li {
        margin: 0 !important;
    }

    #guide div {
        margin: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    #guide section, #guide article {
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Remove any top margins/padding from first elements */
    #guide > *:first-child {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    /* Fix collapse functionality - override aggressive styling for collapse elements */
    #guide .collapse {
        display: none !important;
        margin: inherit !important;
        padding: inherit !important;
    }

        #guide .collapse.show {
            display: block !important;
        }

    #guide .accordion-button {
        margin: inherit !important;
        padding: inherit !important;
        pointer-events: auto !important;
    }

    #guide .accordion-header {
        margin: inherit !important;
        padding: inherit !important;
    }

    #guide h2.accordion-header {
        margin: inherit !important;
        padding: inherit !important;
    }

    #guide [data-mdb-toggle="collapse"] {
        pointer-events: auto !important;
        cursor: pointer !important;
        margin: inherit !important;
        padding: inherit !important;
    }

    /* Fix refiner close button - positioned and accessible */
    .refinerclose {
        position: absolute !important;
        top: 1rem !important;
        right: 1rem !important;
        background: transparent !important;
        border: none !important;
        padding: 0.5rem !important;
        z-index: 1001 !important;
    }

    .refinercloseimg {
        width: 14px !important;
        height: 14px !important;
        max-width: 14px !important;
        max-height: 14px !important;
        background: transparent !important;
        border: none !important;
    }

    /* Remove shadows from refiners container and ensure scrolling */
    .refinercol {
        box-shadow: none !important;
        border: none !important;
        padding: 0.5rem !important;
        height: 100% !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Ensure refiner content fits properly */
    #refiners {
        height: 100% !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Chapters and themes mobile - centered and compact */
    .chaptersearch {
        margin-top: 0.5rem !important;
        text-align: center !important;
    }

    /* Hide 'show more chapters' elements and theme toggle buttons on mobile */
    .chaptercount, .chaptermore, .expandthemes, .chapter-toggle, .chapter-toggle-wrapper {
        display: none !important;
    }

    .chapter-toggle {
        text-align: center !important;
        margin: 0.5rem 0 !important;
    }

        .chapter-toggle a {
            display: inline-block !important;
            padding: 0.375rem 0.75rem !important;
            background: hsl(184, 92%, 32%) !important;
            color: white !important;
            text-decoration: none !important;
            border-radius: 0.375rem !important;
            font-size: 14px !important;
        }

    /* Center align search and content areas */
    .mainsearchcenter {
        text-align: center !important;
    }

    .searchcenterrow {
        text-align: center !important;
    }

    /* Center button groups and content - allow wrapping side by side */
    .btn-group, .button-group {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 0.05rem !important;
    }

    /* Chapter search header centering - smaller text */
    .chaptersearchtxt {
        text-align: center !important;
        margin: 0.25rem auto !important;
        font-size: 12px !important;
        font-weight: 600 !important;
        width: 100% !important;
        display: block !important;
    }

    /* Make sure the chapter toggle wrapper is centered */
    .chapter-toggle-wrapper {
        text-align: center !important;
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin: 0.25rem 0 !important;
    }

    /* Center the chapter search area */
    .chaptersearch {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }

    /* Center collapse content - buttons side by side */
    .collapse {
        text-align: center !important;
        padding: 0.5rem !important;
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 0.05rem !important;
    }

        /* Make sure buttons can wrap properly */
        .collapse .btn-chapter-search {
            display: inline-flex !important;
            flex: 0 0 auto !important;
        }

    /* AI Chat mobile adjustments */
    #chat-container {
        margin-top: 1rem !important;
    }

    #chat-messages {
        max-height: 300px !important;
        font-size: 14px !important;
    }

    .chat-message {
        margin-bottom: 0.75rem !important;
        padding: 0.75rem !important;
        border-radius: 0.5rem !important;
        font-size: 14px !important;
    }

    #user-question {
        font-size: 14px !important;
        padding: 0.75rem !important;
    }

    /* News and content mobile */
    .news-element, .actus-offline {
        width: 100% !important;
        margin-bottom: 1rem !important;
    }

    /* Utility classes for mobile */
    .mobile-center {
        text-align: center !important;
    }

    .mobile-block {
        display: block !important;
        width: 100% !important;
    }

    .mobile-hide {
        display: none !important;
    }

    .mobile-full-width {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Fix any remaining layout issues */
    .vh-100 {
        min-height: 100vh !important;
    }

    .vw-99 {
        width: 100% !important;
    }

    /* Ensure proper z-indexing */
    .smallnav {
        z-index: 9999 !important;
    }

    .searchbox, .searchboxhome {
        z-index: 100 !important;
    }

    /* Hide any problematic desktop-only elements */
    .desktop-only, .hide-mobile {
        display: none !important;
    }

    /* Fix any overflow issues */
    body, html {
        overflow-x: hidden !important;
    }

    .container-fluid, .container {
        overflow-x: hidden !important;
    }
}

/* Tablet-specific adjustments (768px to 1024px) 
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .containertopbar {
        display: flex !important;
    }
    
    .smallscreen {
        display: none !important;
    }
    
    .mainnavlogo {
        width: 150px !important;
    }
    
    .searchboxhome, .searchbox {
        width: 80% !important;
        max-width: 600px !important;
    }
    
    .btn {
        padding: 0.6rem 1.2rem !important;
        font-size: 15px !important;
    }
    
    .pageheader {
        font-size: 2rem !important;
    }
}*/

