/* @font-face {
    font-family: 'AvenirMedium';
    src: url('../fonts/AvenirMedium.woff2') format('woff2'), url('../fonts/AvenirMedium.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirMedium';
    src: url('../fonts/AvenirMedium.woff2') format('woff2'), url('../fonts/AvenirMedium.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirMedium';
    src: url('../fonts/AvenirMedium.woff2') format('woff2'), url('../fonts/AvenirMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirMedium';
    src: url('../fonts/AvenirMedium.woff2') format('woff2'), url('../fonts/AvenirMedium.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirMedium';
    src: url('../fonts/AvenirMedium.woff2') format('woff2'), url('../fonts/AvenirMedium.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirMedium';
    src: url('../fonts/AvenirMedium.woff2') format('woff2'), url('../fonts/AvenirMedium.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
} */


/***************************************
*General
****************************************/

body {
    font-family: "avenir-lt-pro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #212a46;
    line-height: 1.54em;
    font-optical-sizing: auto;
    font-style: normal;
}

.sect-title .sub-title {
    font-family: "avenir-lt-pro", sans-serif;
    color: #282f45;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.35em;
    text-transform: uppercase;
    margin-bottom: 6px;
    position: relative;
}

.sect-title h1,
.sect-title .h1,
.page-title {
    font-family: 'avenir-lt-pro', sans-serif;
    font-weight: 700;
    color: #212a46;
    font-size: 39px;
    line-height: 1.3em;
    margin-bottom: 18px;
    position: relative;
}

.sect-title h2,
.sect-title .h2,
.bloc-title {
    font-family: "avenir-lt-pro", sans-serif;
    font-weight: 700;
    font-size: 23px;
    line-height: 1.3em;
    color: #ffffff;
    position: relative;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.sect-title h2>img,
.sect-title .h2>img,
.bloc-title>img {
    margin-right: 13px;
}

.main-wrapper {
    margin-top: 21px;
    margin-bottom: 15px;
}

[data-background] {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
}


/** Map annuaire **/

.blk-map-annuaire .s0 {
    stroke: #212a46;
}

.blk-map-annuaire path.s0 {
    fill: #fff;
}

.blk-map-annuaire path.s0:hover {
    fill: #3f3e3e;
}

.blk-map-annuaire {
    width: 215px;
}

.blk-map-annuaire__note {
    font-family: "avenir-lt-pro", sans-serif;
    color: #fafafa;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.35em;
    text-align: center;
    margin-top: 10px;
}


/** Accordion **/

.accordion .accordion-item {
    border: 0;
    box-shadow: none;
    padding: 0;
    margin-bottom: 0;
    border-radius: 35px;
    background: none;
    position: relative;
    background: #f6efe9;
}

.accordion .accordion-item:not(:last-child) {
    margin-bottom: 23px;
}

.accordion--type-2 .accordion-item:not(:last-child) {
    margin-bottom: 30px;
}

.accordion .accordion-header {
    border: none;
    box-shadow: none;
    padding: 12px 27px 12px 59px;
    background: var(--back-color) !important;
    border-radius: 35px;
}

.accordion--type-2 .accordion-header {
    padding: 15px 25px 15px 50px;
}

.accordion .accordion-header .accordion-link {
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    background: none;
    border-radius: 0;
    text-align: left;
}

.diplome-list .accordion .accordion-title {
    font-size: 22px;
}

.diplome-list .accordion .accordion-header {
    overflow: hidden;
    position: relative;
    padding: 12px 15px 12px 140px;
}

.accordion .niveau-diplome {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-53%);
    font-size: 108px;
    line-height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: bold;
    color: #fff;
    font-family: 'Plus Jakarta Sans';
}

.accordion .niveau-diplome span {
    font-size: 65%;
    display: inline-block;
    vertical-align: middle;
}

.accordion .accordion-title {
    font-family: "avenir-lt-pro", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 26px;
    line-height: 1.3em;
    display: flex;
    align-items: center;
}

.accordion .accordion-title img {
    margin-right: 20px;
}

.accordion--type-2 .accordion-title {
    font-size: 20px;
    color: #282f45;
    line-height: 1.45em;
}

.accordion .accordion-header .accordion-link .accordion-ico {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 53px;
    width: 53px;
    background-color: transparent;
    padding: 10px;
}

.accordion .accordion-header .accordion-link .accordion-ico svg {
    transform: rotate(135deg);
    margin: 0;
}

.accordion .accordion-header .accordion-link .accordion-ico svg path {
    /*fill: #fff !important;*/
}

.accordion .accordion-header .accordion-link[aria-expanded="true"] .accordion-ico svg {
    /* transform: rotate(47.3deg); */
    transform: rotate(-43.7deg);
}

.accordion .accordion-body {
    padding: 20px 20px 20px 30px;
}

.accordion-separation {
    background: #fff;
    padding: 17px;
    position: relative;
    height: 95px;
}

.accordion-separation:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 35px;
    background: #f6efe9;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    left: 0;
    top: 0;
}

.accordion-separation:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 35px;
    background: #f6efe9;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    left: 0;
    bottom: 0;
}


/* Preloader */

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/preloader.svg);
    background-size: 140px;
}


/** Colors **/

.color--1 {
    color: #fff !important;
}

.color--2 {
    color: #de228c !important;
}

.color--3 {
    color: #f9b626 !important;
}

.color--4 {
    color: #24b4b3 !important;
}

.color--5 {
    color: #fafafa !important;
}

.color--6 {
    color: #212a46 !important;
}

.color--7 {
    color: #e03495 !important;
}

.color--8 {
    color: #dadada !important;
}

.color--9 {
    color: #f2a9d2 !important;
}

.color--10 {
    color: #f6efe9 !important;
}

.color--11 {
    color: #bd1378 !important;
}


/** Background **/

.background--1 {
    background-color: #fff !important;
}

.background--2 {
    background-color: #de228c !important;
}

.background--3 {
    background-color: #f9b626 !important;
}

.background--4 {
    background-color: #24b4b3 !important;
}

.background--5 {
    background-color: #fafafa !important;
}

.background--6 {
    background-color: #212a46 !important;
}

.background--7 {
    background-color: #e03495 !important;
}

.background--8 {
    background-color: #f6efe9 !important;
}

.background--9 {
    background-color: #f2a9d2 !important;
}

.background--10 {
    background-color: #f6efe9 !important;
}

.background--11 {
    background-color: #bd1378 !important;
}

.background--12 {
    background-color: #f6efe9 !important;
}


/** Swipper **/

.swiper-container .swiper-pagination {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 38px;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px;
    background-color: rgba(255, 255, 255, 0.4);
    opacity: 1;
    width: 10px;
    height: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}


/** Socials **/

.social-links {
    display: flex;
    align-items: center;
}

.social-links .social-link {
    position: relative;
    display: flex;
    align-items: center;
}

.social-links .social-link:not(:last-child):after {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
}

.social-links .social-link.facebook:after {
    background-color: #f0bf0f;
}

.social-links .social-link.tiktok:after {
    background-color: #de228c;
}

.social-links .social-link.insta:after {
    background-color: #1ab6b5;
}

.social-links .social-link svg {
    width: 31px;
    height: auto;
}

.social-links .social-link:hover {
    opacity: 0.65;
}


/** Variables **/

p {
    margin-bottom: 1.1em;
}

section {
    padding-top: 21px;
    padding-bottom: 21px;
    position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

a:hover,
a:focus {
    text-decoration: none;
    color: inherit;
}

.form-group {
    margin-bottom: 25px;
}

ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

strong,
b {
    font-weight: 700;
}

iframe {
    width: 100%;
    border: none;
    display: block;
}

.img-resp,
img {
    max-width: 100%;
    height: auto;
}

*::-moz-selection {
    background: #1a1a1a;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #1a1a1a;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #1a1a1a;
    color: #fff;
    text-shadow: none;
}

.form-control,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
    vertical-align: middle;
    width: 100%;
    padding: 18px 20px;
    font-family: "avenir-lt-pro", sans-serif;
    color: #212a46;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2em;
    text-transform: inherit;
    outline: none;
    height: 51px;
    border: 0;
    background: #fafafa;
    margin: 0;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
    text-align: left;
    position: relative;
    z-index: 1;
    font-style: normal;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: none;
    overflow: hidden;
}

.btn-1,
.btn-2,
.btn-3,
button,
input[type="submit"],
input[type="button"] {
    font-family: "avenir-lt-pro", sans-serif;
    font-size: 16px;
    font-weight: 900;
    color: #fafafa;
    line-height: 1.2em;
    text-transform: none;
    background: #e03495;
    padding: 10px 23px;
    text-align: center;
    position: relative;
    border: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    cursor: pointer;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    letter-spacing: normal;
    z-index: 1;
    overflow: hidden;
    height: 63px;
}

.btn-3,
.btn-1,
.btn-2 {
    font-family: "avenir-lt-pro", sans-serif;
    font-size: 19px;
    font-weight: 300;
    color: #282f45;
    width: 53px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 53px;
    padding: 10px;
    background: #fff;
}

.btn-3,
.btn-2 {
    width: auto;
    padding: 10px 27px;
    max-width: 356px;
    /* min-width: 271px; */
    height: 57px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.btn-3 {
    background-color: #de228c;
    color: #fff !important;
}

.btn-3:hover {
    background-color: #1ab6b5;
    color: #fff !important;
}

.btn-2 svg,
button svg,
input[type="submit"] svg,
input[type="button"] svg {
    margin-left: 17px;
}

button:hover,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
    background: #e03495;
    color: #fafafa;
}

.btn-2:hover,
.btn-2:focus,
.btn-1:hover,
.btn-1:focus {
    background: #fff;
    color: #212a46;
}

.btn-plus-1 span {
    display: none;
}

.btn-plus {
    width: 140px;
    border-radius: 20px;
    height: 35px;
    font-size: 16px;
}

.btn-plus:hover {
    color: #fff;
    background-color: #282f45;
}

.btn-1:hover svg,
.btn-2:hover svg,
button:hover svg,
input[type="submit"]:hover svg,
input[type="button"]:hover svg {
    transform: rotate(47.3deg);
}

.form-control:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fafafa;
    color: #212a46;
    border: 0;
}

input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #212a46 !important;
}

input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #212a46 !important;
    opacity: 1;
    /* Firefox */
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #212a46 !important;
}

textarea::placeholder {
    color: #212a46 !important;
}

.text-align-last {
    -moz-text-align-last: center;
    text-align-last: center;
}

.text-hyphens {
    -ms-hyphens: auto;
    hyphens: auto;
}

.object-fit-cover {
    object-fit: cover;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(40, 47, 69, 0.7);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.overlay.bg-gradient:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(40, 47, 69);
    background: -moz-linear-gradient(180deg, rgba(40, 47, 69, 1) 10%, rgba(40, 47, 69, 0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(40, 47, 69, 1) 10%, rgba(40, 47, 69, 0) 100%);
    background: linear-gradient(180deg, rgba(40, 47, 69, 1) 10%, rgba(40, 47, 69, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#282f45", endColorstr="#282f45", GradientType=1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.overflow-visible {
    overflow: visible !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.line-height-15em {
    line-height: 1.5em;
}

.bg-img {
    position: absolute;
    left: 0;
    left: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flex--1 {
    -ms-flex: 1;
    flex: 1;
}

.z-index--1 {
    z-index: 1;
}

.z-index--2 {
    z-index: 2;
}

.z-index--auto {
    z-index: auto;
}

.font-weight-400 {
    font-weight: 400;
}

.margin-b-30px {
    margin-bottom: 30px;
}

.padding-l-30px {
    padding-left: 30px;
}

.padding-r-30px {
    padding-left: 30px;
}

.margin-b-20px {
    margin-bottom: 20px;
}

.margin-b-25px {
    margin-bottom: 25px;
}

.padding-b-86px {
    padding-bottom: 86px;
}

.margin-b-neg26px {
    margin-bottom: -26px;
}

.height-248px {
    height: 248px;
}

.text-normal {
    text-transform: none;
}

.text-underline {
    text-decoration: underline;
}

.text-decoration-none {
    text-decoration: none !important;
}

.border-radius-35px {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}

.border-radius-30px {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.column-gap-47px {
    -webkit-column-gap: 47px;
    -moz-column-gap: 47px;
    column-gap: 47px;
}

.column-gap-30px {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.row.col-gap-47px {
    margin-right: -23px;
    margin-left: -23px;
}

.row.col-gap-47px>div {
    padding-right: 23px;
    padding-left: 23px;
}

.margin-b-17px {
    padding-bottom: 17px;
}

.margin-r-neg20px {
    margin-right: -20px;
}

.cursor-pointer {
    cursor: pointer;
}

.top-0 {
    top: 0 !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.left-0 {
    left: 0 !important;
}

.right-0 {
    right: 0 !important;
}

.top-unset {
    top: unset !important;
}

.bottom-unset {
    bottom: unset !important;
}

.left-unset {
    left: unset !important;
}

.right-unset {
    right: unset !important;
}

.font-weight-300 {
    font-weight: 300;
}

.width-50 {
    width: 50%;
}

.width-auto {
    width: auto !important;
}

.column-lg-28 {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
}

.column-lg-72 {
    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
    max-width: 72%;
}

.font-avenir-roman {
    font-family: "avenir-lt-pro", sans-serif !important;
    font-weight: 400 !important;
}

.font-avenir-black {
    font-family: "avenir-lt-pro", sans-serif !important;
    font-weight: 900 !important;
}

.font-cy-regular {
    font-family: "avenir-lt-pro", sans-serif !important;
    font-weight: 400 !important;
}

.margin-t-neg6px {
    margin-top: -6px;
}

.padding-b-48px {
    padding-bottom: 48px;
}

.display-grid {
    display: grid;
}

.grid-3-col {
    grid-column-gap: 32px;
    grid-row-gap: 30px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
}

.grid-column-gap-35px {
    grid-column-gap: 35px;
}

.grid-row-gap-25px {
    grid-row-gap: 25px;
}

.height-283px {
    height: 283px;
}

.min-width-271px {
    min-width: 271px;
}

.font-size-26px {
    font-size: 26px;
    line-height: initial;
}

.width-325px {
    width: 325px;
}

.height-490px {
    height: 490px;
}

.height-292px {
    height: 292px;
}


/** Transition **/

img,
svg,
svg path {
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}


/** Extra Outer **/

body .page {
    position: relative;
    background-color: #fff;
    overflow: hidden;
}

body .site-main {
    background-color: #fff;
}


/***************************************
* Header
****************************************/

.site-header-menu,
.site-navigation,
.main-header .site-navigation .menu ul li,
.site-navigation__inner {
    position: relative;
}

.main-menu-toggle input[type=checkbox],
.main-menu-toggle {
    display: none;
}

.main-header {
    width: 100%;
    background: transparent;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    z-index: 99;
    position: relative;
    background: #fff;
}

.main-header .site-navigation .menu>ul>li>a {
    font-family: "avenir-lt-pro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #262626;
    position: relative;
    line-height: 1.35em;
    display: block;
    z-index: 2;
}

.main-header .site-navigation .menu>ul>li.active>a,
.main-header .site-navigation .menu>ul>li.hover>a,
.main-header .site-navigation .menu>ul>li:hover>a {
    color: #262626;
}

.menu__contact-link {
    font-family: "avenir-lt-pro", sans-serif;
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    background: #212A46;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 160px;
    border-radius: 20px;
    gap: 10px;
    min-height: 38px;
}

.menu__contact-link.menu__contact-link-small {
    min-width: 38px;
}

.menu__contact-link:hover {
    background-color: #f6efe9;
    color: #212A46;
}

.top-contact {
    gap: 20px;
}


/***************************************
* Footer
****************************************/

.footer {
    position: relative;
    padding-top: 21px;
}

.footer-title {
    font-family: "mundial", sans-serif;
    color: #fafafa;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.35em;
}


/***************************************
* Bloc content / text / image / cta
****************************************/

.bloc-text {
    font-family: "avenir-lt-pro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #212a46;
    position: relative;
}

.bloc-text strong,
.bloc-text b {
    font-family: "avenir-lt-pro", sans-serif;
    font-weight: 900;
}

.bloc-text ul {
    padding-left: 40px;
    margin-bottom: 1.2em;
}

.bloc-text ul li {
    position: relative;
    padding-left: 16px;
}

.bloc-text ul li:before {
    font-family: "avenir-lt-pro", sans-serif;
    font-weight: 900;
    border-radius: 50%;
    display: inline-block;
    content: '.';
    color: #212a46;
    font-size: 33px;
    line-height: 0px;
    position: absolute;
    top: 5px;
    left: 0;
}

.bloc-text ol {
    counter-reset: custom-counter;
    list-style: none;
    margin-bottom: 1.2em;
    padding-left: 53px;
}

.bloc-text ol li {
    counter-increment: custom-counter;
    position: relative;
    padding-left: 20px;
}

.bloc-text ol li:before {
    content: counter(custom-counter) ".";
    font-family: "avenir-lt-pro", sans-serif;
    font-weight: 900;
    border-radius: 50%;
    display: inline-block;
    color: #212a46;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    position: absolute;
    top: 4px;
    left: 0;
}

.bloc-text p:last-of-type,
.bloc-text ul:last-of-type,
.bloc-text ol:last-of-type {
    margin-bottom: 0;
}

.bloc-text h1,
.bloc-text .h1 {
    font-family: "avenir-lt-pro", sans-serif;
    font-weight: 700;
    color: #212a46;
    font-size: 39px;
    line-height: 1.3em;
    margin-bottom: 18px;
}

.bloc-text h2,
.bloc-text .h2 {
    font-family: "avenir-lt-pro", sans-serif;
    font-weight: 500;
    color: #212a46;
    font-size: 30px;
    line-height: 1.4em;
    margin-bottom: 26px;
}

.bloc-text h3,
.bloc-text .h3 {
    font-family: "avenir-lt-pro", sans-serif;
    font-weight: 900;
    color: #212a46;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.4em;
    margin-bottom: 5px;
}

.point {
    display: flex;
    align-items: center;
    position: relative;
}

.point:before {
    border-radius: 50%;
    display: block;
    margin-right: 5px;
    content: '.';
    font-family: "avenir-lt-pro", sans-serif;
    font-weight: 900;
    color: #e03495;
    font-size: 33px;
    line-height: inherit;
    margin-top: -15px;
}

.page-detail-formation .point:before {
    color: #f9b626;
}

.bloc-content {
    padding: 59px 55px 47px 70px;
    background-color: #f6efe9;
}

.intern .bloc-content {
    padding: 45px 55px 47px 70px;
}

.intern .bloc-content .bloc-text h2,
.intern .bloc-content .bloc-text .h2 {
    margin-bottom: 15px;
}

.intern.page-geo .bloc-content {
    padding: 37px 50px 38px 50px;
}

.bloc-content {
    padding: 59px 55px 47px 70px;
    background-color: #f6efe9 !important;
}

.accordion .accordion-header {
    border: none;
    box-shadow: none;
    padding: 12px 27px 12px 59px;
    background: #cdcdcd;
    border-radius: 35px;
}

.accordion .accordion-header .accordion-link .accordion-ico {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 53px;
    width: 53px;
    background-color: #fff;
    padding: 10px;
}

.accordion .accordion-header .accordion-link .accordion-ico svg {
    transform: rotate(135deg);
    margin: 0;
}

.bloc-image figure {
    position: relative;
    padding-top: 31px;
    min-height: 490px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    flex-direction: column;
}

.home-assurance.bloc-image figure {
    min-height: 390px;
}

.bloc-image figure>img {
    position: absolute;
    bottom: 0;
    left: auto;
    right: auto;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    transform: scale(1);
    transform-origin: center bottom;
}

.bloc-image figure .team-slide.owl-carousel .owl-item,
.bloc-image figure .team-slide.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.bloc-image figure .team-slide .item {
    height: 300px;
    padding: 0px;
    border-radius: 20px;
    background: transparent;
    position: relative;
    z-index: 1;
}

.bloc-image figure .team-slide .item .title {
    font-size: 30px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'avenir-lt-pro', sans-serif;
    margin-bottom: 10px;
}

.bloc-image figure .team-slide .item .desc {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 30px;
    font-family: 'avenir-lt-pro', sans-serif;
}

.bloc-image figure .team-slide .item img {
    position: absolute;
    right: 0;
    bottom: -10px;
    object-position: center;
    height: 250px;
    z-index: 1;
    transform: scale(1.4);
    transform-origin: center bottom;
    object-position: center bottom;
    object-fit: contain;
}

.bloc-image:hover figure img {
    transform: scale(1.05);
}

.bloc-image figure img.image-1 {
    margin-left: -42px;
}

.bloc-image figure img.image-3 {
    margin-right: 38px;
}

.bloc-image figure img.image-2 {
    margin-right: -117px;
    z-index: 2;
}

.bloc-image figcaption {
    font-family: "avenir-lt-pro", sans-serif;
    font-weight: 700;
    color: #fafafa;
    font-size: 30px;
    line-height: 1.3em;
    text-align: center;
}

.bloc-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* min-height: 183px; */
    padding: 27px;
    transition: 0.4s;
}

.Facebook-cta {
    background-color: #212a46 !important;
}

.Tiktok-cta {
    background-color: #24B4B3 !important;
}

.Instagram-cta {
    background-color: #DE228C !important;
}

.linkedin-cta {
    background-color: #F9B626 !important;
}

.bloc-cta .cta-title {
    font-family: "avenir-lt-pro", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.27em;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    display: block;
}

.bloc-card {
    position: relative;
    padding: 42px 35px 42px 40px;
}

.home-page .bloc-card:hover {
    transform: scale(1.05);
}

.bloc-card__title {
    margin-bottom: 10px;
}

.bloc-card__image {
    position: absolute;
    bottom: 0;
    left: 0;
}

.bloc-card__image img {
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    transform: scale(1);
    transform-origin: center bottom;
}

.bloc-card__desc {
    font-family: "avenir-lt-pro", sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.35em;
    margin-bottom: 22px;
}

.bloc-card__action {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 23px;
}

.bloc-card--type-2.bloc-card {
    min-height: 358px;
    position: relative;
    padding: 24px 27px 24px 42px;
}

.bloc-card--type-3.bloc-card {
    padding: 50px 45px 0 45px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bloc-card--type-3.bloc-card .bloc-card__content {
    margin-bottom: 15px;
}

.bloc-card--type-3.bloc-card .bloc-card__title {
    margin-bottom: 25px;
}

.bloc-card--type-4.bloc-card {
    padding: 47px 35px 0 40px;
    position: relative;
    min-height: 243px;
}

.bloc-card--type-4.bloc-card .bloc-title {
    font-size: 29px;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.bloc-card--type-4.bloc-card .btn-1 {
    margin-left: 40px;
}

.bloc-card--type-4.bloc-card .bloc-card__content {
    padding-bottom: 53px;
}

.bloc-card--type-4.bloc-card .bloc-card__image img {
    margin-right: 36px;
}

.bloc-card--type-4.bloc-card .bloc-card__image.left-0 img {
    margin: 0 0 0 15px;
}


/* Frise VAE */

body {
    font-family: avenir-lt-pro;
    text-align: left;
    margin: 20px;
}

.timeline {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 15px 30px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.sect-title-img {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 50px;
    margin-bottom: 30px;
}

.sect-title-img img {
    margin-left: -85px;
}

.sect-title-img h1 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.sect-title-img h1 span {
    text-transform: none;
    display: block;
    font-weight: 400;
}

.item-point {
    padding: 0 0;
    border-radius: 30px;
    width: 100%;
    transition: 0.4s;
    min-height: 104px;
    max-height: 104px;
    background: #e03495;
}

.item-point.active {
    max-height: 2000px;
}

.item-point#point12,
.item-point#point2 {
    background: #f9b626;
}

.item-point#point13,
.item-point#point3 {
    background: #24b4b3;
}

.item-point#point14,
.item-point#point4 {
    background: #212a46;
}

.item-point .boxer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 104px;
    cursor: pointer;
}

.item-point.active .boxer .number {
    border-radius: 30px 0 0 0;
}

.item-point .boxer .number {
    opacity: 0.729;
    font-size: 147px;
    line-height: 104px;
    height: 104px;
    overflow: hidden;
    color: #ffffff;
    border-radius: 30px 0 0 30px;
    font-weight: 800;
    font-family: 'avenir-lt-pro', sans-serif;
}

.item-point .boxer .title {
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    font-family: 'avenir-lt-pro', sans-serif;
}

.item-point .boxer .icon {
    padding-bottom: 20px;
}

.item-point .content {
    padding: 0 40px 0px;
    color: #fff;
    transition: max-height 0.5s linear, opacity 0.4s ease, transform 0.4s ease;
    max-height: 0;
    position: relative;
    transform: translateY(0px);
    transform-origin: top center;
    overflow: hidden;
    text-align: center;
    opacity: 0;
}

.item-point .content .content-foot {
    position: relative;
    z-index: 1;
    padding: 23px 23px 23px 50px;
    border-radius: 20px;
    background: #f6efe9;
    font-size: 14px;
    line-height: 20px;
    color: #212a46;
    font-weight: 700;
    font-family: 'avenir-lt-pro', sans-serif;
}

.item-point .content .content-foot .desc {
    font-weight: 400;
    padding-left: 30px;
    text-align: left;
    background: url(../images/tarifs/check.png) 0 0 / 21px auto no-repeat;
}

.item-point .content .content-foot img {
    position: absolute;
    left: -42px;
    top: 50%;
    transform: translateY(-50%);
}

.active {
    display: block;
}

.item-point .content.active {
    padding: 0 40px 30px;
    max-height: 10000px;
    opacity: 1;
    transform: translateY(0px);
}

.bloc-cta:hover {
    box-shadow: 0px 0px 11px 2px #54545491;
    transform: scale(1.03);
    transition: 0.4s;
}

.majuscules {
    text-transform: uppercase;
}


/* End Frise VAE */

.item-vae {
    position: relative;
    padding: 0px;
    border-radius: 30px;
    background: var(--color-vae);
}

.item-vae .head-vae .img-vae {
    height: 243px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.item-vae .head-vae .title {
    font-size: 30px;
    line-height: 1.1;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: 'avenir-lt-pro', sans-serif;
}

.item-vae .head-vae .desc {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 300;
    font-family: 'avenir-lt-pro', sans-serif;
}

.item-vae .body-vae {
    padding: 0 35px;
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    transition: 2s opacity, 1s all;
}

.item-vae.active .body-vae {
    padding: 0 35px 35px;
    max-height: 30000px;
    transition-delay: 0;
    visibility: visible;
    overflow: visible;
    opacity: 1;
}

.item-vae .body-vae .list-tarifs {
    display: flex;
    gap: 30px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    text-align: center;
}

.item-vae .body-vae .list-tarifs>.item {
    width: calc(50% - 15px);
    padding: 0 30px 35px;
    background: #f6efe9;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

.item-vae .body-vae .list-tarifs>.item.active {
    background: #f6efe9e0;
}

.item-vae .body-vae .list-tarifs .item .icon {
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 10px;
}

.item-vae .body-vae .item-personnalise .title,
.item-vae .body-vae .list-tarifs .item .title {
    text-align: center;
    position: relative;
    z-index: 1;
    padding-bottom: 15px;
    margin-bottom: 10px;
    font-size: 30px;
    color: #212a46;
    font-weight: 700;
    font-family: 'avenir-lt-pro', sans-serif;
    text-align: center;
}

.item-vae .body-vae .item-personnalise .title::before,
.item-vae .body-vae .list-tarifs .item .title::before {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 141px;
    height: 1px;
    content: "";
    background: #212a46;
}

.item-vae .body-vae .list-tarifs .item .extra-title {
    font-size: 18px;
    line-height: 24px;
    color: #212a46;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'avenir-lt-pro', sans-serif;
}

.item-vae .body-vae .list-tarifs .item .price {
    font-size: 78px;
    color: var(--color-vae);
    font-weight: 800;
    line-height: 1;
    margin-bottom: 20px;
    font-family: 'avenir-lt-pro', sans-serif;
    text-align: center;
}

.item-vae .body-vae .list-tarifs .item .desc {
    max-height: 80px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    margin-bottom: 0px;
    transition: 1s;
}

.item-vae .body-vae .list-tarifs .item.active .desc {
    margin-bottom: 20px;
    max-height: 1000px;
    overflow: visible;
}

.item-vae .body-vae .list-tarifs .item.active .desc::before {
    opacity: 0;
}

.item-vae .body-vae .list-tarifs .item .desc .item {
    font-size: 17px;
    line-height: 24px;
    color: #212a46;
    font-weight: 400;
    font-family: 'avenir-lt-pro', sans-serif;
    text-align: center;
    margin-bottom: 15px;
    padding: 0;
    max-width: 100%;
    display: table;
    border-radius: 0;
    width: max-content;
    margin: 0 auto 10px;
}

.item-vae .body-vae .list-tarifs .item .desc .extra {
    padding: 20px 20px 20px 60px;
    border-radius: 15px;
    background: #212a46;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    transform: scaleY(0);
    transform-origin: top;
    transition: 0.3s;
    font-family: 'avenir-lt-pro', sans-serif;
}

.item-vae .body-vae .list-tarifs .item .desc .extra::before {
    position: absolute;
    left: 0px;
    top: 20px;
    width: 77px;
    height: 84px;
    content: "";
    background: url(../images/tarifs/pouce-3d.png) center/100% auto no-repeat;
}

.item-vae .body-vae .list-tarifs .item.active .desc .extra {
    transform: scaleY(1);
}

.item-vae .body-vae .list-tarifs .item.active .desc .extra::before {
    left: -31px;
}

.item-vae .body-vae .list-tarifs .item .desc .item:not(.prepa) b {
    text-transform: uppercase;
}

.item-vae .body-vae .list-tarifs .item .desc .item b {
    font-weight: 800;
}

.item-vae .body-vae .list-tarifs .item .desc .item::before {
    content: "";
    width: 20px;
    height: 22px;
    margin-right: 10px;
    position: relative;
    top: 5px;
    display: inline-block;
}

.item-vae .body-vae .item-personnalise .right-content .description .item.prepa::before,
.item-vae .body-vae .list-tarifs .item .desc .item.prepa::before {
    background: url(../images/tarifs/check.png) center / 100% auto no-repeat;
}

.item-vae .body-vae .item-personnalise .right-content .description .item.dure::before,
.item-vae .body-vae .list-tarifs .item .desc .item.dure::before {
    background: url(../images/tarifs/duree.png) center / 100% auto no-repeat;
}

.item-vae .body-vae .item-personnalise .right-content .description .item.pour::before,
.item-vae .body-vae .list-tarifs .item .desc .item.pour::before {
    background: url(../images/tarifs/qui.png) center /100% auto no-repeat;
}

.item-vae .body-vae .list-tarifs .item .desc::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 3;
    background: linear-gradient(to top, #f6efe9, transparent);
    opacity: 0.9;
    transition: 1s;
}

.item-vae .body-vae .list-tarifs .item .btn-2 {
    margin-bottom: 20px;
    background: #161c2f;
    width: 240px;
    color: #fff;
}

.item-vae .body-vae .btn-3 {
    gap: 10px;
    background: var(--color-vae);
    width: 240px;
}

.item-vae .body-vae .btn-3:hover {
    background: var(--color-vae-dark);
}

.item-vae .body-vae .list-tarifs .item .btn-2 .hover,
.item-vae .body-vae .list-tarifs .item.active .btn-2 .default {
    display: none;
}

.item-vae .body-vae .list-tarifs .item .btn-2 .default,
.item-vae .body-vae .list-tarifs .item.active .btn-2 .hover {
    display: inline-block;
}

.item-vae .body-vae .list-tarifs .item .btn-2:hover,
.item-vae .body-vae .list-tarifs .item.active .btn-2 {
    background: #9b8e9e;
}

.item-vae .body-vae .list-tarifs .item .btn-2:hover svg,
.item-vae .body-vae .list-tarifs .item.active .btn-2 svg {
    transform: rotate(180deg);
}

.gap-y-30 {
    gap: 30px 0;
}

.item-vae .body-vae .item-personnalise {
    padding: 35px 45px;
    border-radius: 30px;
    background: #f6efe9;
}

.item-vae .body-vae .item-personnalise .left-content {
    text-align: center;
}

.item-vae .body-vae .item-personnalise .left-content .icon {
    position: relative;
    top: -40px;
}

.item-vae .body-vae .item-personnalise .extra-title {
    font-size: 78px;
    line-height: 1.2;
    color: var(--color-vae);
    font-weight: 800;
    font-family: 'avenir-lt-pro', sans-serif;
    text-align: center;
    margin-bottom: 5px;
    position: relative;
}

.item-vae .body-vae .item-personnalise .right-content .description .item {
    font-size: 16px;
    line-height: 24px;
    color: #212a46;
    font-weight: 400;
    position: relative;
    margin-bottom: 30px;
    padding-left: 30px;
    font-family: 'avenir-lt-pro', sans-serif;
}

.item-vae .body-vae .item-personnalise .right-content .description .item::before {
    content: "";
    width: 20px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 5px;
    display: inline-block;
}

.remarque-box {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 250;
    padding-top: 30px;
    font-family: 'avenir-lt-pro', sans-serif;
}

.remarque-box p:last-of-type {
    margin-bottom: 0;
}

.financement-box {
    border-radius: 25px;
    padding: 26px 60px 26px 60px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    background: #212a46;
}

.financement-box .title {
    font-size: 24px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 8px;
    font-family: 'avenir-lt-pro', sans-serif;
}

.financement-box .desc {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 300;
    font-family: 'avenir-lt-pro', sans-serif;
}

.financement-box .btn-2 {
    min-width: 57px;
    padding: 15px;
}

.financement-box .btn-2 svg {
    margin-left: 0;
}


/******* news *******/

.team-section .blk-sidebar.bloc-card .bloc-image figure img.image-1 {
    margin-left: -80px;
    margin-bottom: 0;
    height: auto;
    max-width: 65%;
}

.team-section .sect-title .h1 {
    font-size: 30px;
}

.list-team {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    align-items: flex-start;
    transition: 1s;
    justify-content: flex-start;
}

.list-team .item-team {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 375px;
    width: calc(50% - 15px);
    border-radius: 30px;
    padding: 30px;
    padding-right: 75px;
    overflow: hidden;
    transition: 0.5s;
    gap: 30px;
    background: var(--color-team);
    justify-content: space-between;
}

.list-team .item-team.active {
    min-height: 520px;
}

.list-team .item-team.active {
    width: 100%;
}

.list-team .item-team .title {
    font-size: 30px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'avenir-lt-pro', sans-serif;
    margin-bottom: 10px;
}

.list-team .item-team .desc {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 30px;
    font-family: 'avenir-lt-pro', sans-serif;
}

.list-team .item-team .list-category {}

.list-team .item-team .list-category .item {
    display: flex;
    width: max-content;
    padding: 5px 30px;
    line-height: 21px;
    border-radius: 20px;
    background-color: #f6efe9;
    font-size: 16px;
    line-height: 24px;
    color: #212a46;
    font-weight: 250;
    gap: 10px;
    justify-content: center;
    margin-bottom: 15px;
    align-items: center;
    font-family: 'avenir-lt-pro', sans-serif;
}

.list-team .item-team .list-category .item:last-of-type {
    margin-bottom: 0;
}

.list-team .item-team .list-category .item::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: var(--color-cat);
    border-radius: 12px;
}

.list-team .item-team .img-team {
    position: absolute;
    right: -3%;
    bottom: -5%;
    transition: 0.5s;
    z-index: 2;
    max-width: 45%;
}

.list-team .item-team.active .img-team {
    right: -10px;
    bottom: -10px;
    max-width: 20%;
}

.list-team .item-team .ico-open {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 20px;
    z-index: 4;
    transition: 0.5s;
    cursor: pointer;
}

.list-team .item-team .ico-open:hover svg {
    transform: rotate(45deg);
}

.list-team .item-team.active .ico-open svg {
    transform: rotate(180deg);
}

.list-team .item-team.active .ico-open:hover svg {
    transform: rotate(45deg);
}

.list-team .item-team .right-content {
    border-radius: 30px;
    background: #f6efe9;
    visibility: hidden;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 0;
    padding: 0px;
    transform: translateY(-50%);
    position: absolute;
    transition: max-height 0.5s ease 0.5s, opacity 1s ease 0.5s, width 0s ease 0s, transform 1s ease 0.5s;
}

.list-team .item-team.active .right-content {
    padding: 30px;
    transform: translateY(0%);
    opacity: 1;
    width: 100%;
    position: relative;
    max-height: 10000px;
    overflow: visible;
    visibility: visible;
}

.list-team .item-team .right-content .item {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 25px;
    color: #212a46;
    font-weight: 400;
    font-family: 'avenir-lt-pro', sans-serif;
}

.list-team .item-team .right-content .item.with-ico {
    padding-left: 30px;
    background: url(../images/equipe/check.png) left 5px /20px auto no-repeat;
}

.list-team .item-team .right-content .extra {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'avenir-lt-pro', sans-serif;
    padding: 15px 50px;
    background: #212a46;
    border-radius: 30px;
    position: relative;
}

.list-team .item-team .right-content .extra .ico {
    position: absolute;
    left: -44px;
    top: 50%;
    width: 77px;
    z-index: 2;
    transform: translateY(-50%);
}

.actu-detail ul {
    margin: 15px 0;
    padding-left: 25px;
    list-style: disc;
}

.actu-detail ul li {
    position: relative;
    margin-bottom: 10px;
    line-height: 1.6;
    color: #333;
}

.actu-detail img {
    display: none;
}


@media screen and (max-width: 991px) {
    .list-team .item-team.active {
        flex-wrap: wrap;
    }

    .list-team .item-team .right-content {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .list-team .item-team {
        width: 100%;
    }

    .list-team .item-team {
        padding: 20px;
    }

    .list-team .item-team .right-content .extra {
        padding: 15px 14px 15px 66px;
    }

    .item-vae .body-vae .item-personnalise .title {
        font-size: 20px;
    }

    .item-vae .body-vae .item-personnalise .extra-title {
        font-size: 34px;
    }
}

@media screen and (max-width: 575px) {
    .list-team .item-team .img-team {
        right: -20px;
        bottom: -10px;
        max-width: 45%;
    }

    .list-team .item-team .right-content {
        padding: 20px;
    }
}

@media screen and (max-width: 480px) {
    .list-team .item-team .img-team {}

    .list-team .item-team .right-content .extra {
        padding: 20px;
    }

    .list-team .item-team .right-content .extra .ico {
        display: none;
    }
}

.blk-sidebar--type-3.bloc-card .bloc-title {
    color: #fff;
}

.extra-text {
    padding: 30px 30px 30px 60px;
    color: #fff;
    margin-top: 20px;
    border-radius: 20px;
    background: url(../images/tarifs/check.png) 30px 30px / 21px auto no-repeat;
    background-color: var(--back-color) !important;
}

.bloc-content {
    /* background-color: var(--back-color-2) !important; */
}

.bloc-text ul.list-bilan {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 50px 30px;
    flex-wrap: wrap;
    margin: 0;
    margin-top: 50px;
    padding: 0;
}

.bloc-text ul.list-bilan li {
    display: block;
    text-align: center;
    border-radius: 30px;
    background: #fcf7f3;
    position: relative;
    z-index: 1;
    padding: 27px 30px;
    text-align: center;
    width: calc((100% - 60px) / 3);
    flex: 0 0 calc((100% - 60px) / 3);
    font-size: 14px;
    line-height: 22px;
    color: #212a46;
    font-weight: 300;
    list-style: none;
    font-family: "Plus Jakarta Sans";
    text-align: center;
}

.bloc-text ul.list-bilan li::before {
    display: none;
}

.bloc-text ul.list-bilan li .icon {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 20px;
}

.bloc-text ul.list-bilan li b,
.bloc-text ul.list-bilan li strong {
    display: block;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 800;
}

.extra-text-2 {
    padding: 30px 30px 30px 50px;
    color: #fff;
    margin-top: 20px;
    border-radius: 20px;
    font-size: 16px;
    line-height: 22px;
    background-color: #212a46;
}

.extra-text-2 strong {
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.bloc-text ol.list-bilan-2 {
    counter-reset: custom-counter;
    list-style: none;
    padding-left: 0;
}

.bloc-text ol.list-bilan-2 li {
    counter-increment: custom-counter;
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
    align-items: center;
    border-radius: 40px;
    padding-left: 100px;
    font-size: 14px;
    line-height: 20px;
    padding-right: 100px;
    font-family: "Plus Jakarta Sans";
    background: #fcf7f3;
}

.bloc-text ol.list-bilan-2 li:before {
    content: counter(custom-counter);
    font-family: "Plus Jakarta Sans";
    font-weight: 900;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    background: var(--back-color);
    color: #fff;
    font-size: 43px;
    line-height: 24px;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
}

.list-bilan-2 li strong {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.list-bilan-2 li .icon {
    position: absolute;
    right: 30px;
    bottom: 10px;
}

.bloc-title.bloc-title-vae {
    text-transform: lowercase;
}

.bloc-title.bloc-title-vae::first-letter {
    text-transform: uppercase;
}