:root {
    --bs-border-radius: 23px;
}
h1 {
    font-size    : 50px;
    font-weight  : 600;
    line-height  : 1.1;
    margin-bottom: 1rem;
}
h2 {
    font-size  : 35px;
    font-weight: 700;
}
h3 {
    font-size: 25px;
}
.badge {
    font-size: 14px;
}
.fond-page {
    background: #F2F5FA;
}
.centered {
    display        : flex;
    justify-content: center;
    flex-direction : column;
}
.accueil .partenaires-widgets swiper-slide {
    background   : white;
    padding      : 8px 15px;
    border-radius: 20px;
}
.options h5 {
    font-size    : 18px;
    font-weight  : 700;
    color        : var(--gris-4);
    margin-bottom: 0;
}
p {
    line-height: 1.2;
}
.radius {
    border-radius: var(--card-radius);
}
.fs-20 {
    font-size: 20px;
}
.soustitre {
    font-size: 18px;
}
.soustitre2 {
    color      : var(--gris-3);
    font-size  : 20px;
    font-weight: 600;
}
.bordertop {
    border-top : 1px solid var(--gris-3);
    padding-top: 10px;
    margin-top : 10px;
}
.headerbis .soustitre p {
    font-size: 18px;
}
.headerbis p {
    font-size: 16px !important;
}
.split {
    position: relative;
}
.card {
    border: 1px solid #B9C7E3;
}
.features-four p {
    line-height: 1.2;
    color      : var(--gris-3);
}
.features-four .title {
    color        : var(--gris-4);
    font-size    : 20px;
    margin-bottom: 0;
}
.features-four p {
    margin-bottom: 0;
}
.bg-light-2 {
    background: #EFEAFF;
}
.card-title {
    font-size    : 26px;
    border-radius: 8px;
    line-height  : 1.2;
}
.encarts .bloc {
    background   : var(--gris-1);
    border-radius: 8px;
    padding      : 10px;
    height       : 100%;
}
.arka {
    position: absolute;
    top     : 24%;
    left    : -9%;
    z-index : 0;
}
.gris-1 .bg-white p span {
    color      : #616D85;
    font-weight: 700;
}
.header-page {
    background: linear-gradient(180deg, #ffffff 0%, #f2f5fa 100%);
    position  : relative;
}
.header-page h2 {
    font-size: 56px;
}
.header-page h5 {
    font-size: 22px;
}
.header-page .left-bottom {
    position: absolute;
    bottom  : 0;
    left    : 0;
}
.border-bottom-1 {
    position: relative;
}
.border-bottom-1:after {
    content         : '';
    position        : absolute;
    width           : 120px;
    height          : 4px;
    border-radius   : 21px;
    bottom          : 0;
    left            : 50%;
    transform       : translateX(-50%);
    background-color: var(--color-1);
}
.border-bottom-2 {
    position: relative;
}
.border-bottom-2:after {
    content         : '';
    position        : absolute;
    width           : 120px;
    height          : 4px;
    border-radius   : 21px;
    bottom          : 0;
    left            : 0;
    background-color: var(--color-1);
}
.gris-3-color {
    color: #616D85;
}
/*-----------------------5 cards--------------------------*/
.section-five {
    width        : calc(20% - 1rem);
    padding      : 1rem;
    flex-wrap    : wrap;
    border       : 1px solid var(--gris-2);
    border-radius: var(--card-radius);
}
.partenaires-widgets .data-item__title {
    font-size    : 16px;
    color        : var(--gris-4);
    font-weight  : 700;
    margin-bottom: 0;
}
.partenaires-widgets .data-item__content_short {
    color      : var(--gris-3);
    font-style : italic;
    line-height: 1.1;
}
.menu-content p {
    white-space: normal;
}
.menu-content p:first-child {
    margin-bottom: 5px;
}
.menu-content p:last-child {
    line-height  : 1.1;
    margin-bottom: 0;
}
.fonction {
    line-height: 1.2;
}
.menu-breakpoint .menu-content p:last-child {
    display: none;
}
.menu-card {
    display        : flex;
    flex-direction : column;
    align-items    : center;
    text-align     : center;
    padding        : 25px 20px;
    border-radius  : 18px;
    background     : #fff;
    text-decoration: none;
    height         : 100%;
    transition     : all 0.3s ease;
    min-height     : 248px;
    height         : 248px;
}
.menu-breakpoint .menu-card {
    min-height    : unset;
    display       : flex;
    flex-direction: row;
}
.menu-breakpoint .menu-card-image {
    flex: 0 0 20%;
}
.menu-breakpoint .menu-card-title {
    text-align: left;
}
.menu-breakpoint .sub-menu li a {
    width: 100%;
}
.menu-breakpoint .menu-card-icon svg {
    width : 40px;
    height: 40px;
}
.menu-breakpoint ul.link-image.vert {
    left     : 100%;
    transform: unset;
}
.menu-breakpoint #slide-menu .menu-level-0 > li a.active {
    border-left  : 2px solid var(--color-1);
    border-bottom: none;
}
.menu-breakpoint .sub-menu.active > ul.link-image.vert {
    left: calc(100% - var(--slide-menu-width));
}
.menu-breakpoint .menu-content p {
    text-align: left;
}
#main-menu.menu-breakpoint #slide-menu.menu-open ul ul li.link-image {
    margin: 5px 0;
}
.menu-breakpoint > #slide-menu .menu-level-1 > li a {
    padding: 10px;
}
.menu-breakpoint .menu-content p:first-child {
    margin-bottom: 0;
}
.objectifs ul,
.sujet ul {
    background: #F5F8FF;
}
.megamenu:not(.menu-breakpoint) #slide-menu > ul > li > ul.link-image.vert {
    transform                 : translateX(-50%);
    left                      : 60%;
    border-bottom-left-radius : 15px;
    border-bottom-right-radius: 15px;
}
.megamenu:not(.menu-breakpoint) #slide-menu > ul > li.sujet > ul.menu-level-1 {
    transform                 : translateX(-50%);
    left                      : 60%;
    border-bottom-left-radius : 15px;
    border-bottom-right-radius: 15px;
}
#main-menu.megamenu:not(.menu-breakpoint) #slide-menu > ul li.sujet li.link-image {
    margin-bottom: 0;
    border       : 1px solid var(--gris-2);
}
#main-menu.megamenu:not(.menu-breakpoint) #slide-menu > ul li.sujet li.link-image .menu-card-title {
    margin-bottom: 10px;
}
.link-image.vert a,
.vert a {
    border: 1px solid var(--color-1);
}
.link-image.vert .return a {
    border: none;
}
.link-image.orange a,
.orange a {
    border: 1px solid var(--color-3);
}
.link-image.rouge a,
.rouge a {
    border: 1px solid var(--color-4);
}
.bleu a,
.link-image.bleu a {
    border: 1px solid var(--color-2);
}
.link-image.violet a,
.violet a {
    border: 1px solid var(--color-5);
}
.options a:hover {
    background: var(--bg-light);
    transition: 0.2s all;
}
.options a:hover .soutitre {
    color: black;
}
.link-image.or a,
.or a {
    border: 1px solid var(--color-6);
}
.menu-card-icon img,
.menu-card-icon svg {
    width        : 70px;
    height       : 70px;
    margin-bottom: 5px;
}
.menu-card-title {
    font-size    : 18px;
    font-weight  : 800;
    color        : var(--gris-4);
    margin-bottom: 0;
    white-space  : normal;
}
.menu-card-text {
    font-size  : 16px;
    line-height: 1.4;
    color      : #667085;
    margin     : 0;
}
.page-header .img-deco {
    position  : absolute;
    width     : auto;
    height    : auto;
    object-fit: unset;
    right     : 0;
    bottom    : 0;
    left      : unset;
}
.page-header .img-deco img {
    position: relative;
}
#slide-menu .menu-level-0 > li ul li.link-image a:hover {
    background: var(--bg-light);
}
#main-menu.megamenu:not(.menu-breakpoint) #slide-menu > ul li.sujet li.link-image:hover .menu-card {
    background: var(--bg-light);
}
#main-menu.megamenu:not(.menu-breakpoint) #slide-menu > ul li.sujet li.link-image a.active {
    border-bottom: 0;
    background   : var(--bg-light);
}
#slide-menu .menu-level-0 > li ul li.link-image.vert a.active {
    border: 1px solid var(--color-1);
}
#slide-menu .menu-level-0 > li ul li.link-image.orange a.active {
    border: 1px solid var(--color-3);
}
#slide-menu .menu-level-0 > li ul li.link-image.rouge a.active {
    border: 1px solid var(--color-4);
}
#slide-menu .menu-level-0 > li ul li.link-image.bleu a.active {
    border: 1px solid var(--color-2);
}
#slide-menu .menu-level-0 > li ul li.link-image.violet a.active {
    border: 1px solid var(--color-5);
}
#slide-menu .menu-level-0 > li ul li.link-image.or a.active {
    border: 1px solid var(--color-6);
}
.link-image.or a {
    border: 1px solid var(--color-6);
}
.megamenu:not(.menu-breakpoint) #slide-menu .sub-menu.sujet:hover > ul {
    column-count: 3;
    column-gap  : 15px;
}
#main-menu.megamenu:not(.menu-breakpoint) #slide-menu .sub-menu.sujet:hover > ul li.link-image {
    width: 323px;
}
.megamenu:not(.menu-breakpoint) #slide-menu .sub-menu.sujet:hover > ul .menu-card {
    min-height   : unset;
    height       : auto;
    background   : white;
    border-radius: 20px;
    padding      : 0;
}
.megamenu:not(.menu-breakpoint) #slide-menu .sub-menu.sujet:hover li.link-image {
    height: 100%;
}
.megamenu:not(.menu-breakpoint) #slide-menu .sub-menu.sujet:hover li.link-image a {
    min-height: 340px;
}
.megamenu:not(.menu-breakpoint) #slide-menu .sub-menu.sujet:hover li.link-image a .menu-card-content {
    padding: 10px;
}
.header p {
    font-size: 22px;
}
.header h1 {
    margin-bottom: 0;
}
.header p {
    text-align   : left;
    font-size    : 22px;
    line-height  : 1.2;
    margin-bottom: 0;
}
.page-header h1,
.page-header p {
    color: white;
}
.page-header p.desc {
    font-size    : 22px;
    line-height  : 1.2;
    margin-bottom: 20px;
}
.bloc-pageheader {
    width: 722px;
}
.page-header .surtitre p {
    color        : white;
    margin-bottom: 10px;
}
.header {
    background: linear-gradient(180deg, #FFFFFF 0%, #F2F5FA 100%);
}
.bloc-titre {
    flex: 0 0 80%;
}
.menu-content strong {
    line-height: 1.2;
}
.citation {
    font-size : 40px;
    font-style: italic;
    color     : black;
}
.vert-light {
    background: var(--vert-light);
}
.rouge-light {
    background: var(--rouge-light);
}
.or-light {
    background: var(--or-light);
}
.table th.or-light {
    background: var(--or-light);
}
.table th.vert {
    background : var(--color-1);
    color      : white;
    font-weight: 400;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-bg-type: var(--gris-1);
}
.table > :not(caption) > * > * {
    border-bottom-width: 0;
}
.category-list li {
    width: 100%;
}
.category-list li a {
    line-height: 1.2;
}
.accordion-title {
    font-size  : 20px;
    font-weight: 600;
}
.accordion-button:not(.collapsed) {
    background-color: #fff;
}
.accordion-button:focus {
    box-shadow: none;
}
.bloc-categories-horizontal > ul > li > a {
    background: none;
    padding   : 10px 15px;
}
.bloc-categories-horizontal > ul > li > a:hover,
.bloc-categories-horizontal > ul > li.active > a {
    background   : var(--color-1);
    border-radius: 30px;
}
.partenaires-widgets swiper-slide {
    display        : flex !important;
    align-items    : center !important;
    justify-content: center !important;
}
.accueil .partenaires-widgets swiper-slide {
    display: unset!important;
}
.partenaires-widgets .mySwiper::part(wrapper) {
    justify-content: center;
}
.partenaires-widgets swiper-slide svg {
    width: 100%;
}
.accordion-item {
    border       : 0;
    border-bottom: 1px solid var(--gris-3);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius : 0;
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
    border-top-left-radius : 0;
    border-top-right-radius: 0;
}
.accordion-item:last-of-type > .accordion-collapse {
    border-bottom-right-radius: 0;
    border-bottom-left-radius : 0;
}
.accordion {
    --bs-accordion-border-radius: 0;
}
.card:hover p {
    color: black;
}
a:hover .card {
    background: var(--bg-light);
}
.header svg {
    width : 140px;
    height: 140px;
}
.header {
    padding-left: var(--container-out-margin);
}
@media (max-width:1599px) {
    .header svg {
        width : 100px;
        height: 100px;
    }
    h1 {
        font-size: 45px;
    }
    .header p {
        width    : 100%;
        font-size: 20px;
    }
    .header-page .left-bottom {
        width: 523px;
    }
}
@media (max-width:1499px) {
    .megamenu:not(.menu-breakpoint) #slide-menu > ul > li > ul.link-image.vert {
        left: 90%;
    }
}
@media (max-width:1399px) {
    .menu-card {
        height: 260px;
    }
    #main-menu.megamenu:not(.menu-breakpoint) #slide-menu > ul ul li.link-image {
        width: 235px;
    }
    .header-page h5 {
        font-size: 20px;
    }
}
@media (max-width:1200px) {
    .section-five {
        width: calc(33% - 1rem);
    }
    .header svg {
        width : 75px;
        height: 75px;
    }
    h1 {
        font-size: 35px;
    }
    .header-page .left-bottom {
        width: 350px;
    }
}
.bloc-svg p {
    margin-bottom: 0;
    line-height  : 1.2;
}
.sub-menu.objectifs > a,
.sub-menu.sujet > a {
    pointer-events: none;
}
.badge {
    background   : var(--color-6-alt);
    color        : black;
    font-weight  : 400;
    padding      : 2px 10px;
    margin-bottom: 7px;
}
.atouts p {
    margin-bottom: 0;
}
.atouts {
    position: relative;
    z-index : 2;
}
.menu-breakpoint .sub-menu.objectifs > a,
.menu-breakpoint .sub-menu.sujet > a {
    pointer-events: unset;
}
.menu-breakpoint .menu-card {
    border-radius: 0;
}
.card:hover p.soustitre2 {
    color: var(--gris-3);
}
.citation p {
    margin-bottom: 0;
}
.accordion-body {
    line-height: 1.2;
    padding    : 0 0 15px;
}
.accordion-title {
    padding-right: 8px;
}
.accordion-button {
    padding: 15px 0;
}
.bloc-categories-horizontal > ul.category-list {
    padding-top: 0;
}
.form-label[for="agree"] {
    display: none;
}
.form-check-label {
    font-size  : 14px;
    line-height: 1.2;
}
@media (max-width:1199px) {
    .soustitre2 {
        color    : var(--gris-3);
        font-size: 18px;
    }
    .citation {
        font-size: 32px;
    }
    .bloc-pageheader {
        width: 500px;
    }
    .page-header::before {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgb(0 0 0 / 20%) 100%);
    }
}
table td,
table th {
    line-height: 1.2;
}
.table > :not(caption) th {
    padding: 20px 10px;
}
@media (max-width:992px) {
    .section-five {
        width: calc(33% - 1rem);
    }
    .card-title {
        font-size: 22px;
    }
    .header-page .left-bottom {
        display: none;
    }
    .fs-20 {
        font-size: 16px;
    }
    .arka-logo {
        width  : 200px;
        display: block;
        margin : 0 auto;
    }
    .header {
        padding-left: 15px;
    }
    .headerbis svg {
        width : 100px;
        height: 100px;
    }
}
@media (max-width:768px) {
    .section-five {
        width: calc(50% - 2rem);
    }
    h1 {
        font-size: 30px;
    }
    .bloc-pageheader {
        width: 100%;
    }
    .page-header::before {
        background: rgb(0 0 0 / 60%);
    }
}
@media (max-width:576px) {
    .section-five {
        width: calc(100% - 2rem);
    }
    .header-page h2 {
        font-size: 35px;
    }
    .page-header p.desc {
        font-size: 18px;
    }
    h3 {
        font-size: 20px;
    }
    .etape svg,
    .header svg {
        width : 50px;
        height: 50px;
    }
    h1 {
        font-size: 27px;
    }
    h2 {
        font-size: 25px;
    }
    .soustitre {
        font-size: 16px;
    }
    .footer-container h2 {
        font-size: 24px;
    }
    .header p {
        font-size: 16px;
    }
    .footer-container p {
        font-size: 18px;
    }
    .arka-logo {
        width: 150px;
    }
    swiper-container::part(button-next) {
        right: 0;
    }
    swiper-container::part(button-prev) {
        left: 0;
    }
    .atouts svg {
        width : 50px;
        height: 50px;
    }
    .timeline img {
        display: block;
        margin : 0 auto;
    }
    .header {
        padding: 0 15px;
    }
    .page-header,
    .page-header img {
        height    : 425px;
        min-height: 425px;
    }
    .citation {
        font-size: 22px;
    }
    .partenaires-widgets swiper-slide svg {
        width: 250px;
    }
    table svg {
        width: 100px;
    }
    .accordion-title {
        font-size: 18px;
    }
}