/*****cocogoose*******/

@font-face {
    font-family: 'Cocogoose-Pro-Regular-trial.ttf';
    src: url(../fonts/cocogoose/Cocogoose-Pro-Regular-trial.ttf);
}

@font-face {
    font-family: 'Cocogoose-Pro-Bold-trial.ttf';
    src: url(../fonts/cocogoose/Cocogoose-Pro-Bold-trial.ttf);
}

@font-face {
    font-family: 'Cocogoose-Pro-Light-trial.ttf';
    src: url(../fonts/cocogoose/Cocogoose-Pro-Light-trial.ttf);
}

/*****roboto*******/

@font-face {
    font-family: 'Roboto-Regular.ttf';
    src: url(../fonts/roboto/Roboto-Regular.ttf);
}

@font-face {
    font-family: 'Roboto-Bold.ttf';
    src: url(../fonts/roboto/Roboto-Bold.ttf);
}

@font-face {
    font-family: 'Roboto-Black.ttf';
    src: url(../fonts/roboto/Roboto-Black.ttf);
}

@font-face {
    font-family: 'Roboto-Medium.ttf';
    src: url(../fonts/roboto/Roboto-Medium.ttf);
}

@font-face {
    font-family: 'Roboto-Light.ttf';
    src: url(../fonts/roboto/Roboto-Light.ttf);
}

/*****P22-Freely*******/

@font-face {
    font-family: 'P22-Freely-Regular.ttf';
    src: url(../fonts/P22-Freely/P22-Freely-Regular.ttf);
}

/*****Josefin Sans*******/

@font-face {
    font-family: 'JosefinSans-Bold.ttf';
    src: url(../fonts/josefin-sans/JosefinSans-Bold.ttf);
}

@font-face {
    font-family: 'Helvetica--Neue-LT-Std-77-Bold-Condensed';
    src: url(../fonts/Helvetica-Neue-LT-Std/Helvetica--Neue-LT-Std-77-Bold-Condensed.otf);
}

:root {
    --Cocogoose-Pro-Regular-trial: 'Cocogoose-Pro-Regular-trial.ttf';
    --Cocogoose-Pro-Bold-trial: 'Cocogoose-Pro-Bold-trial.ttf';
    --Cocogoose-Pro-Light-trial: 'Cocogoose-Pro-Light-trial.ttf';
    --Roboto-Regular: 'Roboto-Regular.ttf';
    --Roboto-Bold: 'Roboto-Bold.ttf';
    --Roboto-Black: 'Roboto-Black.ttf';
    --Roboto-Medium: 'Roboto-Medium.ttf';
    --Roboto-Light: 'Roboto-Light.ttf';
    --P22-Freely-Regular: 'P22-Freely-Regular.ttf';
    --JosefinSans-Bold: 'JosefinSans-Bold.ttf';
    --Helvetica--Neue-LT-Std-77-Bold-Condensed: 'Helvetica--Neue-LT-Std-77-Bold-Condensed';
    --primary-color: #005092;
}


html {
    scroll-behavior: smooth;
}

body {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    background-color: #005092;
}

body p,
body span {
    line-height: normal;
}

.btn:active {
    outline: none;
    border: none;
}

.btn {
    display: block;
    outline: none !important;
    border: none;
}

a {
    outline: none !important;
}

.button {
    outline: none !important;
}

body img {
    max-width: 100%
}

body p:empty {
    display: none
}

a {
    overflow: hidden;
}

.parent_container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 56px;
}

body p {
    font-size: 18px;
}


.my-btn .white {
    color: var(--primary-color);
    font-family: var(--JosefinSans-Bold);
    display: flex;
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
    justify-content: center;
    gap: 20px;
    align-items: center;
    text-decoration: none;
    padding: 13px 27px 7px;
    border-radius: 35px;
    text-transform: uppercase;
    font-size: 16px;
    width: fit-content;
    transition: .5s ease all;
    text-transform: uppercase;
}

.my-btn .yellow {
    color: var(--primary-color);
    font-family: var(--JosefinSans-Bold);
    display: flex;
    background-color: #FFD301;
    border: 2px solid #FFD301;
    justify-content: center;
    gap: 20px;
    align-items: center;
    text-decoration: none;
    padding: 13px 27px 7px;
    border-radius: 35px;
    text-transform: uppercase;
    font-size: 16px;
    width: fit-content;
    transition: .5s ease all;
    text-transform: uppercase;
}

.my-btn .white:hover,
.my-btn .white:focus {
    color: #fff;
}

.my-btn a img {
    width: 30px;
}

.my-btn .yellow:hover,
.my-btn .yellow:focus {
    color: #FFD301;
}



/*-------------------- Video Modal--------------*/
.video-modal,
.video-modal .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
}

.video-modal {
    overflow: hidden;
    position: fixed;
    opacity: 0;
    -webkit-transform: translate(500%, 0%);
    transform: translate(500%, 0%);
    -webkit-transition: -webkit-transform 0s linear 0s;
    transition: -webkit-transform 0s linear 0s;
    transition: transform 0s linear 0s;
    transition: transform 0s linear 0s, -webkit-transform 0s linear 0s;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.video-modal .overlay {
    z-index: 0;
    background: rgba(13, 1, 61, 0.82);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out 0.05s;
    transition: opacity 0.2s ease-out 0.05s;
}

.video-modal-content {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    margin: 0 auto;
    overflow-y: visible;
    background: #000;
    width: calc(100% - 12em);
    height: 0;
    padding-top: calc((100% - 12em) * 0.5625);

}


@media (min-aspect-ratio: 16 / 9) {
    .video-modal-content {
        width: 0;
        height: calc(100vh - 10em);
        padding-top: 0;
        padding-left: calc((100vh - 10em) * 1.7778);

    }
}


@media (max-width: 640px) {
    .video-modal-content {
        width: calc(100% - 1em);
        padding-top: calc((100% - 1em) * 0.5625);

    }
}


.close-video-modal {
    display: block;
    position: absolute;
    left: 0;
    top: -40px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}


iframe#youtube {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #000;
    -webkit-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
}

iframe#youtube-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #000;
    -webkit-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
}

.show-video-modal .video-modal {
    opacity: 1;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    z-index: 99999;
}

.show-video-modal .video-modal .overlay {
    opacity: 1;
}

.show-video-modal .video-modal-content {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

@-webkit-keyframes borderAnimation {
    0% {
        border-width: 0;
    }

    100% {
        border-width: 20px;
    }
}

@keyframes borderAnimation {
    0% {
        border-width: 0;
    }

    100% {
        border-width: 20px;
    }
}



/***************************************************start***********************************************************************/
/*********HOVER**********/

/* Radial Out */
.hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-radial-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--primary-color);
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-radial-out:hover,
.hvr-radial-out:focus,
.hvr-radial-out:active {
    color: white;
}

.hvr-radial-out:hover:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}

/* Grow */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*********END HOVER**********/

/*****section header******/
section.section-header {
    position: absolute;
    width: 100%;
    z-index: 11;
    display: flex;
    gap: 40px;
    padding: 0 56px;
    max-width: 100%;
    top: 15px;
}

section.section-header .logo {
    width: 220px;
}

section.section-header .horizontal-bar {
    margin-top: 10px;
}

section.section-header .horizontal-bar .texte {
    display: flex;
    gap: 20px;
    padding: 8px 15px 5px;
    background: var(--primary-color);
}

section.section-header .horizontal-bar .texte span {
    color: #fff;
    font-size: 22px;
    font-family: var(--Cocogoose-Pro-Light-trial);
    text-transform: uppercase;
}

section.section-header .horizontal-bar .texte .divider {
    width: 1px;
    height: 20px;
    display: block;
    background: #fff;
    border-radius: 50px;
}

/* section-slider */

.split-slider {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
}

/* panels */
.split-slider .panel {
    height: 100%;
    position: relative;
}

/* left fixed */
.split-slider .panel.left {
    width: 50%;
    position: relative;
}

.split-slider .panel.left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* right slider */
.split-slider .panel.right {
    width: 50%;
}

.split-slider .right-slider,
.split-slider .right-slider img {
    height: 100%;
}

.split-slider .right-slider img {
    width: 100%;
    object-fit: cover;
}

.split-slider .content {
    position: absolute;
    bottom: 60px;
    left: 65px;
    color: #fff;
    z-index: 2;
}

/* divider */
.split-slider .divider {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background: #fff;
    z-index: 5;
    cursor: col-resize;
}

.split-slider .divider::before {
    content: "";
    position: absolute;
    top: 0;
    left: -9px;
    width: 40px;
    height: 100%;
    background: transparent;
    cursor: ew-resize;
    touch-action: none;
}


.no-select {
    user-select: none;
}

.split-slider .handle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    background: #00c6ff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    cursor: grab;
}

.split-slider .slick-track,
.split-slider .slick-list.draggable {
    height: 100%;
}

.split-slider .slick-next:before,
.split-slider .slick-prev:before {
    content: unset;
}

.slider-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
    left: -34px;
}

.slider-arrows img {
    width: 30px;
}

.slider-arrows .arrow {
    cursor: pointer;
}


.custom-next .white,
.custom-prev .white {
    display: none;
}

.custom-next[aria-disabled="false"] .white,
.custom-prev[aria-disabled="false"] .white {
    display: block;
}

.custom-next[aria-disabled="false"] .normal,
.custom-prev[aria-disabled="false"] .normal {
    display: none;
}

.split-slider .panel.left .left-panel-txt {
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    right: 65px;
}

.split-slider .panel.left .left-panel-txt .txt {
    text-align: right;
}

.split-slider .panel.left .content p,
.split-slider .panel.right .content p {
    font-size: 18px;
    margin: unset;
    font-family: var(--Helvetica--Neue-LT-Std-77-Bold-Condensed);
}

.split-slider .coco-bold {
    font-family: var(--Cocogoose-Pro-Bold-trial);
}

.split-slider .coco-light {
    font-family: var(--Cocogoose-Pro-Light-trial);
}

.split-slider .panel.right .div-item {
    position: relative;
}

.split-slider .txt-bef .txt p {
    font-size: 35px;
    color: #fff;
    line-height: 49px;
    text-transform: uppercase;
    margin: unset;
}

.split-slider .txt-bef .txt p span {
    position: relative;
}

.split-slider .txt-bef .txt p span::before {
    content: '';
    width: 299px;
    max-width: 100%;
    height: 8px;
    background-color: #FABA00;
    position: absolute;
    bottom: -7px;
    right: 0;
    z-index: 1;
    border-radius: 50px;
}

.split-slider .panel.right .right-panel-txt {
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
    left: 65px;
}

.split-slider .panel.right .content p {
    text-align: right;
}

.split-slider .slick-dots {
    position: absolute;
    bottom: 20px;
    right: 40px;
    left: unset;
    width: fit-content !important;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.split-slider .slick-dots li.slick-active button:before {
    opacity: unset;
    color: #ffffff;
}

.split-slider .slick-dots li button:before {
    font-size: 13px;
    color: #fff;
    opacity: 0.70;
}

.split-slider .slick-dots li.slick-active button:before {
    font-size: 19px !important;
}

.split-slider .slick-dots li {
    margin: unset;
}



/* 
.overflow-scroll {
    display: none;
} */

/****/


/*****section-formulaire****/
.brochure-form {
    width: 466px;
    max-width: 100%;
    background: var(--primary-color);
    color: #fff;
    padding: 30px 25px;
    border-radius: 30px;
    position: fixed;
    top: 40px;
    right: calc((35% - 466px) / 2);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.brochure-form.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.brochure-form .titre {
    text-align: center;
    margin-bottom: 15px;
}

.brochure-form h2 {
    font-size: 18px;
    text-align: center;
    margin: unset;
}

.brochure-form .titre h2 {
    font-size: 16px;
    font-family: var(--Roboto-Bold);
    color: #FFFFFF;
}

.brochure-form .titre span {
    font-size: 16px;
    font-family: var(--Roboto-Light);
    color: #FFFFFF;

}

.brochure-form form .col {
    margin-bottom: 10px;
}

.brochure-form form .col.civilite {
    width: 50%;
    max-width: 100%;
}

.brochure-form form .col.two-cols .inp {
    width: 50%;
    max-width: 100%;
}

.brochure-form form label {
    font-size: 12px;
    color: #FFFFFF;
    font-family: var(--Roboto-Regular);
}

.brochure-form input,
.brochure-form select {
    width: 100%;
    padding: 5px;
    border: none;
    font-size: 14px;
    outline: none;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select-wrapper {
    position: relative;
}

.select-wrapper::before {
    content: '';
    width: 20px;
    height: 10px;
    background-image: url(../images/polygone\ 4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    pointer-events: none;
}

.brochure-form .two-cols {
    display: flex;
    gap: 10px;
}

.brochure-form .bottom {
    display: flex;
    align-items: center;
    gap: 15px;
}

.brochure-img img {
    width: 100px;
}

.brochure-form button {
    flex: 1;
    border: 1px solid #FFD301;
    background: #FFD301;
    color: var(--primary-color);
    padding: 12px 15px 7px 15px;
    border-radius: 35px;
    font-family: var(--JosefinSans-Bold);
    cursor: pointer;
    font-size: 11px;
}

.brochure-form button:hover {
    background: var(--primary-color);
    color: #FFD301;
}

.contact-box {
    text-align: center;
    font-size: 14px;
}

.contact-person {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.contact-person .texte {
    width: 59%;
    max-width: 100%;
    padding-left: 15px;
}

.contact-person .laurence {
    width: 32%;
    max-width: 100%;
}

.contact-person .texte p {
    font-size: 16px;
    line-height: 20px;
    font-family: var(--Roboto-Bold);
    text-align: left;
}

.contact-infos {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    gap: 10px;
}

.contact-infos span {
    font-size: 16px;
    font-family: var(--Roboto-Bold);
    font-family: #fff;
}


.contact-infos a {
    display: flex;
    width: fit-content;
    gap: 5px;
    align-items: center;
    background: #FFFFFF;
    color: #005092;
    padding: 3px 9px;
    border-radius: 35px;
    font-size: 16px;
    font-family: var(--Roboto-Bold);
    text-decoration: none;
}

.contact-infos a img {
    width: 21px;
}


.form-message {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 600;
}

.form-message.success {
    font-family: var(--Roboto-Bold);
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1cff50;
    background: rgb(54 209 90 / 37%);
    border-left: 5px solid #1cff50;
    padding: 12px 16px;
    border-radius: 8px;
    animation: fadeInUp 0.4s ease;
}

.form-message.success::before {
    content: "✔";
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #1cff50;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.form-message.error {
    background: rgba(220, 53, 69, 0.12);
    color: #dc3545;
    border-left: 5px solid #dc3545;
    padding: 12px 16px;
    border-radius: 8px;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.brochure-formulaire {
    transition: transform 0.3s ease;
}

.brochure-formulaire.form-focus {
    transform: scale(1.03);
}

/****section2***/
section.section2 .col_1 {
    background: #fff;
    width: 65%;
    max-width: 100%;
}

section.section2 .col_1 .left-col {
    padding: 56px 0;
}

section.section2 .col_1 .left-col .texte {
    width: 690px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

section.section2 .col_1 .left-col .texte p {
    font-size: 17px;
    line-height: 25px;
    color: var(--primary-color);
    font-family: var(--Roboto-Regular);
}

section.section2 .col_2 {
    width: 100%;
    max-width: 100%;
    background-image: url(../images/collapse1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 0.4s ease;
    position: relative;
    overflow: hidden;
}

section .titre-section {
    text-align: center;
}

section .titre-section h2 {
    font-size: 32px;
    color: var(--primary-color);
    font-family: var(--Cocogoose-Pro-Regular-trial);
    text-transform: uppercase;
    margin: unset;
    padding-bottom: 10px;
}

section .titre-section h2 span {
    position: relative
}

section .titre-section h2 span::before {
    content: '';
    width: 100%;
    height: 8px;
    background-color: #FABA00;
    position: absolute;
    bottom: -15px;
    left: 0;
    z-index: 1;
    border-radius: 50px;
}


.section.section2 .col-content {
    width: 65%;
    max-width: 100%;
}


.section.section2 .col-content .right-col {
    width: 100%;
    max-width: 100%;
    padding: 38px 0;
}

.section.section2 .col-content .right-col .titre-collapse {
    font-size: 16px;
    color: #fff;
    background: unset;
    box-shadow: unset;
    gap: 30px;
    position: relative;
    font-family: var(--Roboto-Medium);
    padding: 10px 10px 10px 0;
    border-radius: unset;
}

.section.section2 .col-content .right-col .titre-collapse:hover {
    background: #005092 !important;
    padding-left: 10px !important;
    transition: .3s ease;
}

.section.section2 .col-content .right-col .accordion-item {
    border: unset;
    border-radius: unset;
    padding: 0px 0 20px 0;
    position: relative;
    background: transparent;
    width: fit-content;
}

.section.section2 .col-content .right-col .accordion-item:last-child {
    padding-bottom: unset;
}

.section.section2 .col-content .right-col .accordion-item h2 {
    width: 200px;
    position: relative;
}


.section.section2 .col-content .right-col .content-collapse {
    padding: 20px;
    background: #FFFFFFCC;
}

.accordion-button:not(.collapsed) {
    color: #000;
}

.section.section2 .col-content .right-col .content-collapse {
    font-size: 15px;
    color: var(--primary-color);
    font-family: var(--Roboto-Bold);
}

.accordion-button::after {
    content: unset !important;
}

/******/

.section.section2 .accordion-item {
    position: relative;
}


.section.section2 .accordion-collapse {
    position: absolute;
    top: 0;
    right: unset;
    left: 200px;
    width: 290px;
    padding-left: 30px;
}

.section.section2 .accordion-collapse.collapse_two,
.section.section2 .accordion-collapse.collapse_three,
.section.section2 .accordion-collapse.collapse_six,
.section.section2 .accordion-collapse.collapse_five {
    top: 50%;
    transform: translateY(-50%);
}

.section.section2 .accordion-collapse.collapse_foor {
    top: unset;
    bottom: 0;
}

.section.section2 .content-collapse {
    padding: 20px;
    background: transparent;
}

.section.section2 .accordion-collapse {
    opacity: 0;
    transition: opacity 0.1s ease;
}

.section.section2 .accordion-collapse.show {
    opacity: 1;
}

.section.section2 .accordion-item .accordion-button {
    position: relative;
}

.section.section2 .accordion-item:not(:last-child) .accordion-button::before {
    content: '';
    width: 50px;
    height: 1px;
    background-color: #FFFFFF;
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: 1;
    border-radius: 50px;
}


.section.section2 .accordion-button.titre-collapse[aria-expanded="true"] {
    padding-left: 10px !important;
    background: #005092 !important;
    font-family: var(--Roboto-Black) !important;

}

.section.section2 .accordion-button.titre-collapse[aria-expanded="true"]::before {
    content: unset !important;

}


/********section3******/

section.section3-tabs {
    background-color: #F1F8FD;
    width: 65%;
    max-width: 100%;
    position: relative;
    padding-bottom: 60px;
}

section.section3-tabs::after {
    content: '';
    width: 100%;
    height: 130px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
}

section.section3-tabs .content {
    padding: 50px 0;
}

section.section3-tabs .titre-section {
    margin-bottom: 30px;
}

section.section3-tabs .cols {
    display: flex;
}

section.section3-tabs .content .left-col {
    width: 25%;
}

section.section3-tabs .content .left-col .box-image {
    width: 260px;
    max-width: 100%;
    position: relative;
}

section.section3-tabs .content .left-col .box-image::before {
    content: '';
    position: absolute;
    width: 55px;
    height: 120px;
    background-image: url(../images/yellow-quot.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    right: -28px;
    z-index: 11;
}

section.section3-tabs .content .left-col .box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

section.section3-tabs .content .right-col {
    width: 70%;
    display: flex;
    align-items: center;
    position: relative;
}


section.section3-tabs .content .right-col .box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.section3-tabs .content .right-col .title p {
    font-size: 27px;
    font-family: var(--font-Raleway-Heavy);
    color: #fff;
}

section.section3-tabs .content .right-col .title .black {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000000;
    margin-bottom: 8px;
}

section.section3-tabs .content .right-col .txt p,
section.section3-tabs .content .right-col .txt span {
    font-size: 15px;
    line-height: 20px;
    font-family: var(--Roboto-Medium);
    color: #005092;
    margin-bottom: 8px;
}

section.section3-tabs .content .right-col .title img {
    width: 21px;
}

section.section3-tabs .content .right-col .box-info {
    width: 600px;
    max-width: 100%;
    padding: 30px 30px;
    min-height: 290px;
}

section.section3-tabs .content .right-col .box-info {
    display: none;
    opacity: 0;
    transition: opacity 0.2s ease;
}

section.section3-tabs .content .right-col .box-info.active {
    display: block;
    opacity: 1;
}

.box-tab .image.hidden {
    display: none;
}

section.section3-tabs .content .right-col .box-tab {
    position: absolute;
    bottom: -25px;
    left: 70%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 25px;
    z-index: 11;
}

section.section3-tabs .content .right-col .box-tab .image {
    width: 100px;
    height: 99px;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
}

section.section3-tabs .content .right-col .box-tab .image::before {
    content: '';
    position: absolute;
    width: 88px;
    height: 88px;
    background: transparent;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 2px solid #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    border-top-left-radius: 23px;
    border-bottom-right-radius: 23px;
}

section.section3-tabs .content .right-col .box-tab .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.section3-tabs .content .text-bottom {
    text-align: center;
    margin: 35px auto;
}

section.section3-tabs .content .text-bottom p {
    margin: unset;
    color: #D44508;
    font-size: 27px;
    font-family: var(--font-raleway-extrabold);
}


section.section3-tabs .slider-tabs {
    width: 100%;
}

/***section4**/
.section.section4 .col1 {
    width: 65%;
    max-width: 100%;
    background-color: #fff;
    padding: 0 0 50px 0;
}

.section.section4 .col1 .titre-section {
    width: 75%;
    max-width: 100%;
    margin: 0 auto 20px;
}

.section.section4 .col1 .titre-section h2 {
    font-size: 26px;
    line-height: 60px;
    font-family: var(--Roboto-Black);
}

.section.section4 .col1 .my-btn {
    width: fit-content;
    margin: 0 auto;
}

.section.section4 .video-wrapper {
    display: none;
    width: 711px;
    height: 400px;
    max-width: 100%;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
    background: #fff;
    position: relative;
}

.section.section4 .video-wrapper iframe {
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin: 0 auto;
    border: 20px solid #0050926B;
}

.section.section4 .close-video {
    position: absolute;
    top: 4px;
    right: 3px;
    z-index: 10;
    width: 15px;
    height: 16px;
    background-image: url(../images/x.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.section.section4 .html5-video-player .video-click-tracking,
.section.section4 .html5-video-player .video-stream {
    width: 100% !important;
}

/****/
.section.section4 .col2 {
    width: 65%;
    max-width: 100%;
    background-color: #fff;
    padding: 0 0 50px 0;
}

.section.section4 .col2 .item.active {
    padding: 25px;
    border: 20px solid #FABA00;

}

.section.section4 .col2 .item {
    position: relative;
}

.section.section4 .col2 .item .before-tabs {
    width: 53px;
    position: absolute;
    top: -8px;
    left: -8px;
}

.section.section4 .col2 .item .after-tabs {
    width: 53px;
    position: absolute;
    bottom: -8px;
    right: -8px;
}

.tabbed-content {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

.tabs ul {
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.tabs ul li {
    background: #005092;
}

.tabs ul li a {
    font-size: 18px;
    font-family: var(--Roboto-Bold);
    padding: 0.5em 1em;
    color: #fff;
    text-decoration: none;
}

.tabs ul li a:hover,
.tabs ul li a.active {
    background: #FABA00;
    color: #eee;
}

.item {
    margin-bottom: 2px;
}

.item::before {
    cursor: pointer;
    font-weight: bold;
    background: #005092;
    color: #fff;
    padding: 0.5em;
    text-align: center;
    display: block;
}

.item.active::before {
    background: #FABA00;
    color: #fff;
}

.item.active .item-content {
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

@media all and (min-width: 800px) {
    .item.active .item-content {
        padding-top: 0;
    }

    .tabs-side .tabs li {
        margin-bottom: 2px;
    }
}

.tabbed-content .tabs {
    display: none;
}

.tabbed-content .item {
    min-height: 2em;
}

.tabbed-content .item::before {
    content: attr(data-title);
}

.tabbed-content .item .item-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.tabbed-content .item-content .image {
    position: relative;
}

.tabbed-content .item-content .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.tabbed-content .item-content .image .mob {
    display: none;
}

.tabbed-content .item-content .image .play-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 110px;
}


.tabbed-content .item.active .item-content {
    opacity: 1;
    visibility: visible;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 30px;

}

.tabbed-content .tab_3 .item-content .image .play-video,
.tabbed-content .tab_4 .item-content .image .play-video {
    display: none;
}

.tabbed-content .item-content p {
    font-size: 15px;
    line-height: 20px;
    color: #005092;
    font-family: var(--Roboto-Regular);
}

.tabbed-content .item-content p span {
    border-bottom: 1px solid var(--primary-color);
}

.tabbed-content .item-content p a {
    font-family: var(--Roboto-Bold);
    color: var(--primary-color);
}

.tabbed-content .item-content .quote {
    padding-left: 18px;
    position: relative;

}

.tabbed-content .item-content .quote::before {
    content: '';
    width: 4px;
    height: 100%;
    background-color: #005092;
    position: absolute;
    left: 0;
    z-index: 1;
    border-radius: 50px;
}

.tabbed-content .item-content .my-btn {
    width: fit-content;
    margin: 0 auto;
}

.tabbed-content .item-content .div-video {
    width: 100%;
}

.tabbed-content .item-content .video-tab {
    width: 100%;
    height: 347px;
}

#youtube_iframee {
    height: 100% !important;
    width: 100% !important;
}

@media all and (min-width: 600px) {
    .tabbed-content .tabs {
        display: block;
    }

    .tabbed-content .tabs li {
        display: inline-block;
    }

    .tabbed-content .tabs li a {
        display: block;
    }

    .tabbed-content .item {
        min-height: 0;
    }

    .tabbed-content .item::before {
        display: none;
    }

    .tabbed-content.tabs-side .tabs {
        width: 150px;
        float: left;
    }

    .tabbed-content.tabs-side .tabs li {
        display: block;
    }

    .tabbed-content.tabs-side .item {
        margin-left: 150px;
    }
}



/****section5****/

.section.section5 {
    background: #FABA00;
    width: 65%;
    max-width: 100%;
    padding: 40px 0 50px 0;
}

section.section5 .titre-section {
    margin-bottom: 50px;
}

section.section5 .titre-section h2 {
    font-size: 26px;
}

section.section5 .titre-section h2 span::before {
    background-color: #FFFFFF;
}

.section.section5 .right-col {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
}

.section.section5 .right-col .titre-collapse {
    font-size: 15px;
    background: unset;
    box-shadow: unset;
    gap: 30px;
    position: relative;
    padding: 10px 30px;
    font-family: var(--Roboto-Bold);
    color: var(--primary-color);
}

.section.section5 .right-col .accordion-item {
    border: unset;
    border-bottom: 1px solid #707070a1;
    border-radius: unset;
    padding: 0px;
    position: relative;

}

.section.section5 .accordion-item,
.section.section5 .accordion-button {
    background-color: transparent;
    border: unset !important;
    box-shadow: unset !important;
}

.section.section5 .right-col .titre-collapse::before {
    content: '';
    width: 18px;
    height: 18px;
    background-image: url(../images/flecheclose.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.3s ease;
    z-index: 1;
}

.section.section5 .right-col .titre-collapse[aria-expanded="true"]::before {
    transform: translateY(-50%) rotate(180deg);
}


.section.section5 .right-col .content-collapse {
    padding: 0 20px;
}

.accordion-button:not(.collapsed) {
    color: #000;
}

.section.section5 .right-col .content-collapse {
    font-size: 15px;
    color: var(--primary-color);
    padding: 0 30px;
    font-family: var(--Roboto-Regular);
    width: 670px;
    max-width: 100%;
}

.section.section5 .my-btn {
    width: fit-content;
    margin: 0 auto;
}

/****section6***/

section.section6 .col1 {
    background: #fff;
    width: 65%;
    max-width: 100%;
    padding: 50px 0;
}

section.section6 .titre-section {
    width: 520px;
    max-width: 100%;
    margin: 0 auto 30px;
}

section.section6 .titre-section h2 {
    font-size: 26px;
    line-height: 60px;
    font-family: var(--Roboto-Black);
}

section.section6 .content {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}

section.section6 .content .counter {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

section.section6 .content .counter .item {
    width: calc(97% / 3);
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

section.section6 .counter .item .icone {
    min-height: 75px;
    text-align: center;
    display: flex;
    align-items: end;
}

section.section6 .counter .txt-number {
    display: flex;
    align-items: center;
    gap: 5px;
}

section.section6 .counter .number h5 {
    font-size: 40px;
    color: #73B6E5;
    margin: unset;
    font-family: var(--Roboto-Bold);
}

section.section6 .counter .txt p {
    font-size: 17px;
    color: #73B6E5;
    font-family: var(--Roboto-Bold);
    margin: unset;
}

section.section6 .counter .texte {
    text-align: center;
}

section.section6 .counter .texte p {
    font-size: 11px;
    color: #000;
    font-family: var(--Roboto-Bold);
}

section.section6 .col2 {
    width: 100%;
    max-width: 100%;
}

section.section6 .col2 .image {
    height: 100%;
    position: relative;
}

section.section6 .col2 .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.section6 .col2 .texte {
    position: absolute;
    top: 30px;
    left: 56px;
    z-index: 11;
}

section.section6 .col2 .texte span {
    font-size: 38px;
    color: #fff;
    font-family: var(--P22-Freely-Regular);
}

.overflow-scroll {
    height: 718px;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden !important;
}



.overflow-scroll::-webkit-scrollbar {
    width: 4px;
}

.overflow-scroll::-webkit-scrollbar-track {
    margin-top: 30px;
    margin-bottom: 30px;
    background: transparent;
    border-radius: 10px;
}

.overflow-scroll::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 10px;
}



.overflow-scroll::-webkit-scrollbar-thumb:hover {
    background-color: #fff;
}

section.section6 .col2 .image .hide-desk {
    display: none;
}

.section.section4 .col1 .titre-section .mob,
.section.section6 .col1 .titre-section .mob {
    display: none;
}

.split-slider .panel.left .mob,
.split-slider .right-slider .mob {
    display: none;
}

section.section-formulaire .show-mobile .image-femme {
    display: none;
}

section.section-formulaire .show-mobile {
    display: none;
}


/*****/
section.section-footer {
    padding: 30px 56px;
    background-color: #fff;
}

section.section-footer .content .first-col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #0000005c;
    padding-bottom: 30px;
}

section.section-footer .content .second-col {
    border-bottom: 1px solid #0000005c;
    padding: 30px 0;
}

section.section-footer .content .third-col {
    padding: 30px 0 0 0;
    display: flex;
    justify-content: end;
}

section.section-footer .content .third-col .texte {
    display: flex;
    align-items: center;
    gap: 10px;
}

section.section-footer .content .third-col .texte .image img {
    width: 65px;
}

section.section-footer .content .third-col .texte p {
    margin: unset;
}

section.section-footer .content .logo {
    width: 220px;
}

section.section-footer .content .social-media {
    display: flex;
    flex-direction: column;
    align-items: center;
}

section.section-footer .social-media .txt p {
    font-size: 18px;
    font-family: var(--Helvetica--Neue-LT-Std-77-Bold-Condensed);
}

section.section-footer .second-col .texte p,
section.section-footer .content .third-col .texte p {
    font-size: 16px;
    font-family: var(--Roboto-Regular);
}

section.section-footer .second-col .texte p a {
    text-decoration: none;
    color: #4873C0;
}

section.section-footer .content .social-media .icones img {
    width: 50px;
}

#civilite.cta-focus {
    outline: 2px solid #f5c400;
    outline-offset: 3px;
}

/*******/

.testimonial-dots {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    position: absolute;
    left: 34px;
    bottom: 30px;
}

.testimonial-dots .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f5c40075;
    cursor: pointer;
    transition: all .3s ease;
}

.testimonial-dots .dot.active {
    background: #FFD200;
    transform: scale(1.7);
}



/*****************responsive*****************/
@media screen and (max-height: 750px) {
    .brochure-form {
        padding: 30px 25px 70px;
    }
}

@media screen and (max-width: 1650px) {
    .split-slider .panel.left {
        width: 60%;
    }

    .split-slider .panel.right {
        width: 40%;
    }

    .split-slider .divider {
        left: 60%;
    }
}

@media screen and (max-width: 1500px) {
    .parent_container {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 30px;
    }

    section.section2 .col_1,
    .section.section2 .col-content,
    section.section3-tabs,
    .section.section4 .col1,
    .section.section4 .col2,
    .section.section5,
    section.section6 .col1 {
        width: 60%;
    }

    .brochure-form {
        right: calc((40% - 466px) / 2);
    }

    .split-slider .txt-bef .txt p {
        font-size: 27px;
        color: #fff;
        line-height: 40px;
        text-transform: uppercase;
        margin: unset;
    }

    section.section-header .horizontal-bar .texte span {
        color: #fff;
        font-size: 20px;
    }
}

@media screen and (max-width: 1350px) {
    section .titre-section h2 {
        font-size: 28px;
    }

    .section.section4 .col1 .titre-section h2,
    section.section6 .titre-section h2 {
        font-size: 22px;
        line-height: 53px;
    }

    section.section6 .col2 .texte span {
        font-size: 34px;
    }

    .split-slider .panel.left {
        width: 58%;
    }

    .split-slider .panel.right {
        width: 42%;
    }

    .split-slider .divider {
        left: 58%;
    }

    .overflow-scroll {
        height: 615px;
    }

    .brochure-form {
        top: 110px;
    }

    .split-slider .txt-bef .txt p {
        font-size: 25px;
    }

    .split-slider .panel.left .content p,
    .split-slider .panel.right .content p {
        font-size: 16px;
    }

    section.section-header .horizontal-bar .texte span {
        color: #fff;
        font-size: 18px;
    }

    section.section-header .horizontal-bar .texte {
        padding: 6px 15px 4px;
    }


}

@media screen and (max-width: 1350px) and (max-height: 750px) {
    .overflow-scroll {
        height: 555px;
    }

    .brochure-form {
        top: 30px;
    }
}

@media screen and (max-width: 1250px) {
    .parent_container {
        padding: 0 15px;
    }

    .brochure-form {
        width: 430px;
        padding: 20px 13px;
    }

    .contact-person .laurence {
        width: 28%;
        max-width: 100%;
    }

    .contact-person .texte p,
    .brochure-form .titre h2,
    .contact-infos a,
    .contact-infos span {
        font-size: 15px;
        line-height: 18px;
    }


    section.section2 .col_1,
    .section.section2 .col-content,
    section.section3-tabs,
    .section.section4 .col1,
    .section.section4 .col2,
    .section.section5,
    section.section6 .col1 {
        width: 54%;
    }

    .brochure-form {
        right: calc((46% - 430px) / 2);
    }

    section .titre-section h2 {
        font-size: 25px;
    }

    section.section2 .col_1 .left-col .texte p {
        font-size: 16px;
    }

    .section.section2 .col-content .right-col .titre-collapse {
        font-size: 15px;
    }

    .section.section2 .col-content .right-col .content-collapse {
        font-size: 14px;
    }

    section .titre-section h2 span::before {
        content: '';
        width: 100%;
        height: 7px;
        bottom: -12px;
    }

    .section.section2 .col-content .right-col .accordion-item {
        padding: 0px 0 15px 0;
    }

    .section.section2 .col-content .right-col .content-collapse {
        padding: 15px;
    }

    .split-slider .txt-bef .txt p {
        font-size: 23px;
        line-height: 35px;
    }

    /****/
    section.section3-tabs {
        padding-bottom: 30px;
    }

    section.section3-tabs::after {
        content: '';
        width: 100%;
        height: 90px;
    }

    section.section3-tabs .content .right-col .box-tab {
        position: absolute;
        bottom: -25px;
        left: 50%;
        gap: 18px;
    }

    section.section3-tabs .content .right-col .txt p,
    section.section3-tabs .content .right-col .txt span {
        font-size: 13px;
        line-height: 20px;
        font-family: var(--Roboto-Medium);
        color: #005092;
        margin-bottom: 8px;
    }

    section.section3-tabs .content .left-col {
        width: 30%;
    }

    section.section3-tabs .content .left-col .box-image::before {
        content: '';
        position: absolute;
        width: 50px;
        height: 110px;
        right: -25px;
    }

    section.section3-tabs .content .right-col .box-tab .image {
        width: 90px;
        height: 88px;
        cursor: pointer;
        transition: 0.3s;
        position: relative;
    }

    section.section3-tabs .content .right-col .box-tab .image::before {
        content: '';
        position: absolute;
        width: 82px;
        height: 81px;
    }

    section.section3-tabs .content .right-col .box-info {
        width: 600px;
        max-width: 100%;
        padding: 20px 10px 30px 30px;
        min-height: 330px;
    }

    /*****/

    .section.section4 .col1 .titre-section {
        width: 95%;
    }

    .section.section4 .col1 .titre-section h2,
    section.section6 .titre-section h2 {
        font-size: 20px;
        line-height: 40px;
    }

    /****/

    .tabs ul li a {
        font-size: 16px;
        font-family: var(--Roboto-Bold);
        padding: 7px 10px;
        color: #fff;
        text-decoration: none;
    }

    .section.section4 .col2 .item.active {
        padding: 20px;
        border: 15px solid #FABA00;
    }

    .section.section4 .col2 .item .before-tabs,
    .section.section4 .col2 .item .after-tabs {
        width: 45px;
    }

    .tabbed-content .item-content .image .play-video {
        width: 80px;
    }

    .tabbed-content .item.active .item-content {
        gap: 20px;
    }

    .my-btn .yellow,
    .my-btn .white {
        font-size: 15px;
    }

    /******/

    section.section5 .titre-section h2 {
        font-size: 20px;
    }

    section.section5 .titre-section {
        margin-bottom: 30px;
    }

    .split-slider .panel.left {
        width: 52%;
    }

    .split-slider .panel.right {
        width: 48%;
    }

    .split-slider .divider {
        left: 52%;
    }

    .testimonial-dots {
        left: -66px;
    }

}

@media screen and (max-width: 1250px) and (max-height: 750px) {
    .overflow-scroll {
        height: 505px;
    }

    .brochure-form {
        top: 80px;
    }
}

@media screen and (max-width: 950px) {
    body {
        background-color: unset;
    }

    .brochure-form {
        opacity: unset;
        visibility: visible;
    }

    .div-formulaire {
        display: none;
    }

    section.section-formulaire .show-mobile {
        display: block;
    }

    section.section2 .col_1 .left-col {
        padding: 10px 0 50px 0;
    }

    section.section-header {
        padding: 0 15px;
        justify-content: space-between;
    }

    section.section-header .logo {
        width: 180px;
    }

    section.section-header .horizontal-bar .texte span {
        font-size: 15px;
    }

    .split-slider .txt-bef .txt p {
        font-size: 19px;
        line-height: 31px;
    }

    .split-slider .txt-bef .txt p span::before {
        height: 6px;
    }

    .split-slider .div-item .content {
        left: 20px;
    }

    .split-slider .panel.left .content p,
    .split-slider .panel.right .content p {
        font-size: 15px;
    }

    .brochure-form {
        width: 85%;
        margin: 0 auto;
        padding: 20px 13px;
        position: relative;
        right: unset;
        top: unset;
    }

    .split-slider .slick-dots {
        display: none !important;
    }

    .overflow-scroll {
        height: unset;
    }

    /*****/
    .split-slider {
        height: 75vh;
    }

    section.section-formulaire .show-mobile {
        position: relative;
        padding-bottom: 60px;
    }

    section.section-formulaire .show-mobile .content {
        padding: 60px 15px 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }

    section.section-formulaire .show-mobile .content .texte {
        text-align: center;
    }

    section.section-formulaire .show-mobile .content .texte p {
        font-size: 16px;
        font-family: var(--Roboto-Bold);
        color: var(--primary-color);
        margin: unset;
    }

    section.section-formulaire .show-mobile .content .my-btn a {
        font-size: 11px;
    }

    section.section-formulaire .show-mobile .content .texte p span {
        display: block;
        font-family: var(--Roboto-Light);
    }

    section.section-formulaire .show-mobile .content .my-btn a {
        text-align: center;
    }

    .split-slider .slick-dots li.slick-active button:before {
        color: var(--primary-color);
    }

    .split-slider .slick-dots li button:before {
        color: #457FAF;
    }

    .split-slider .slick-dots {
        position: absolute;
        bottom: -40px;
        right: unset;
        left: -170px;
        text-align: center;
        z-index: 99;
    }

    .split-slider {
        overflow: visible;
    }



    /****/
    .section.section-formulaire .div-formulaire {
        background-color: var(--primary-color);
    }

    section.section2 .col_1,
    .section.section2 .col-content,
    section.section3-tabs,
    .section.section4 .col1,
    .section.section4 .col2,
    .section.section5,
    section.section6 .col1 {
        width: 100%;
    }

    section.section2 {
        padding-top: 30px;
    }

    section.section-formulaire .show-mobile .image-femme {
        display: flex;
        position: absolute;
        top: -50px;
        right: 15px;
        z-index: 11;
        width: 128px;
    }


    section.section6 .counter .number h5 {
        font-size: 35px;
    }

    section.section3-tabs .content .right-col .box-info {
        width: 600px;
        min-height: 280px;
    }

    section.section3-tabs .content .right-col .box-tab {
        left: 65%;
        padding-right: 15px;
    }

    .split-slider .panel.left {
        width: 60%;
    }

    .split-slider .panel.right {
        width: 40%;
    }

    .split-slider .divider {
        left: 60%;
    }

    .testimonial-dots {
        left: 34px;
    }



}

@media screen and (max-width: 600px) {
    section.section-header {
        padding: 0 0 0 15px;
    }

    .split-slider {
        height: 75vh;
    }

    .split-slider::before {
        content: '';
        width: 480px;
        max-width: 100%;
        height: 100%;
        position: absolute;
        top: -310px;
        left: 0;
        background-image: url(../images/white-shadow.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 1;
    }


    .split-slider .panel.left .desk,
    .split-slider .right-slider .desk {
        display: none;
    }

    .split-slider .panel.left .mob,
    .split-slider .right-slider .mob {
        display: block;
    }

    .split-slider .panel.left .mob {
        object-position: top;
    }

    .parent_container {
        padding: 0px 30px;
    }

    .split-slider .panel.right .right-panel-txt {
        left: 49px;
    }

    .split-slider .div-item .content {
        left: 65px;
    }

    .split-slider .txt-bef .txt p {
        font-size: 20px;
        line-height: 39px;
    }

    section.section-header .horizontal-bar .texte {
        padding: 3px 15px 5px;
    }

    .split-slider .panel.left {
        width: 85%;
    }

    .split-slider .panel.right {
        width: 15%;
    }

    .split-slider .divider {
        left: 85%;
    }

    section.section-header .logo {
        width: 50%;
    }

    section.section-header .horizontal-bar {
        width: 40%;
        margin: unset;
    }

    section.section-header .horizontal-bar .texte {
        row-gap: 0px;
        flex-wrap: wrap;
        align-items: center;
        column-gap: 5px;
    }

    section.section-header .horizontal-bar .texte span {
        font-size: 12px;
    }

    section.section-header .horizontal-bar .texte .dev {
        display: none;
    }

    section.section-header .horizontal-bar .texte .end {
        display: block;
        width: 100%;
    }

    section.section-header .horizontal-bar .texte .divider {
        height: 11px;
    }

    .slider-arrows img {
        width: 25px;
    }

    .slider-arrows {
        left: -29px;
    }

    .split-slider .content {
        left: 15px;
    }

    .split-slider .panel.right .content p {
        text-align: left;
    }

    .split-slider .panel.left .content p br,
    .split-slider .panel.right .content p br {
        display: none;
    }

    .split-slider .panel.left .left-panel-txt,
    .slider-arrows,
    .split-slider .panel.right .right-panel-txt {
        top: 61%;
    }

    .split-slider .content {
        bottom: 40px;
        width: 136px;
        max-width: 100%;
    }

    section.section-formulaire .show-mobile {
        padding-bottom: 65px;
    }

    section.section-formulaire .show-mobile .image-femme {
        top: -30px;
    }




    /**/
    .overflow-scroll {
        padding: 50px 0;
    }

    .brochure-form .two-cols {
        flex-direction: column;
    }

    .brochure-form form .col.civilite,
    .brochure-form form .col.two-cols .inp {
        width: 100%;
    }

    .brochure-form .bottom {
        flex-direction: column;
        gap: 0;
        margin-bottom: 20px !important;
    }

    .brochure-form button {
        margin-top: -10px;
        font-size: 12px;
        width: 209px;
        max-width: 100%;
    }

    .brochure-form .bottom .brochure-img {
        position: relative;
    }

    .contact-person {
        flex-direction: column-reverse;
    }

    .contact-person .texte {
        width: 68%;
        max-width: 100%;
        padding-left: 15px;
    }

    .contact-person .texte p {
        text-align: center;
        line-height: 20px;
        margin-bottom: 0px;
    }

    .contact-person .laurence {
        width: 102px;
    }

    .contact-infos {
        align-items: center;
    }

    .overflow-scroll {
        height: unset !important;
        max-height: unset !important;
        overflow-y: unset !important;
        overflow-x: hidden !important;
    }


    /***/

    section.section2 .titre-section h2 span {
        display: block;
        width: fit-content;
        margin: 0 auto;
    }

    .section.section2 .accordion-collapse {
        position: relative;
        left: 0;
        width: 70%;
        padding-left: 0;
    }

    .section.section2 .col-content .right-col .titre-collapse {
        margin-bottom: 5px;
    }

    .section.section2 .accordion-collapse.collapse_two,
    .section.section2 .accordion-collapse.collapse_three,
    .section.section2 .accordion-collapse.collapse_foor,
    .section.section2 .accordion-collapse.collapse_five {
        top: unset;
        transform: unset;
    }

    section.section3-tabs .cols {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    section.section3-tabs .content .left-col {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    section.section3-tabs .content .right-col {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
    }

    section.section3-tabs .content .right-col .box-tab {
        position: unset;
        left: unset;
        transform: unset;
        right: unset;
        display: flex;
        padding: unset;
        width: 100%;
        justify-content: space-between;
    }

    section.section3-tabs .content .right-col .box-tab .image {
        width: 110px;
        height: 108px;
    }

    section.section3-tabs .content .right-col .box-tab .image::before {
        width: 92px;
        height: 91px;
    }

    section.section3-tabs .content .right-col .box-info {
        width: 600px;
        min-height: 290px;
        padding: 20px 0px 30px 0px;
    }

    section.section3-tabs::after {
        content: '';
        width: 100%;
        height: 120px;
    }

    section.section3-tabs .content .left-col .box-image::before {
        content: '';
        position: absolute;
        width: 50px;
        height: 110px;
        right: unset;
        bottom: -60px;
        top: unset;
        left: -40px;
    }

    section.section3-tabs .content {
        padding-bottom: unset;
    }

    section.section3-tabs::after {
        height: 75px;
    }

    /****/


    section.section2 .col_2::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to bottom,
                rgba(0, 0, 0, 0.15),
                rgba(0, 0, 0, 0.45));
        pointer-events: none;
    }

    .section.section2 .col-content .right-col .accordion {
        position: relative;
        z-index: 11;
    }

    .col_2[style*="collapse2.png"] {
        background-position: center left 61% !important;
    }

    .col_2[style*="collapse3.png"] {
        background-position: center left 56% !important;
    }

    .col_2[style*="collapse4.png"] {
        background-position: center left 40% !important;
    }

    /*****/
    .section.section4 .col1 .titre-section .desk,
    section.section6 .desk {
        display: none;
    }

    .section.section4 .col1 .titre-section .mob,
    section.section6 .titre-section .mob {
        display: block !important;
    }

    .section.section4 .col1 .titre-section .mob span,
    .section.section6 .col1 .titre-section .mob span {
        display: block;
        font-size: 27px;
        line-height: 40px;
        width: fit-content;
        margin: 0 auto;
    }

    section.section6 .titre-section h2 span {
        display: block;
        line-height: 40px;
        width: fit-content;
        max-width: 100%;
        margin: 0 auto;
    }

    .section.section4 .col1 .titre-section .mob,
    .section.section6 .col1 .titre-section .mob {
        font-size: 27px;
        line-height: 40px;
    }

    section.section6 .titre-section h2 {
        font-size: 27px;
        line-height: 40px;
    }

    .section.section4 .titre-section h2 span::before,
    .section.section6 .titre-section h2 span::before {
        content: '';
        width: 100%;
        height: 7px;
        bottom: -2px;
    }

    .section.section4 .col1 .my-btn {
        display: none;
    }

    .section.section4 .video-wrapper {
        display: none;
    }

    .section.section4 .col2 .item {
        position: relative;
        margin-bottom: 15px;
    }

    .item::before {
        cursor: pointer;
        font-weight: bold;
        background: #005092;
        color: #fff;
        padding: 0.5em;
        text-align: center;
        display: block;
        position: absolute;
        top: -42px;
        ;
        left: 0;
        width: 100%;
        max-width: 100%;
        margin-bottom: revert-layer;
    }

    .item.active::before {
        background: #FABA00;
        color: #fff;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 100%;
        margin: unset;
        top: -54px;
        box-shadow: -15px 0 0 0 #FABA00, 15px 0 0 0 #FABA00;
    }

    .section.section4 .parent_container {
        padding: unset;
    }


    .section.section4 .col2 .item.active {
        margin-top: 55px;
        margin: unset;
    }

    .section.section4 .col2 .item.active {
        margin-bottom: 55px;
    }

    .section.section4 .col2 .item .after-tabs {
        right: 0;
    }

    .tabbed-content .item.active .item-content .my-btn {
        width: 90%;
    }

    .tabbed-content .item.active .item-content .my-btn a {
        text-align: center;
        font-size: 12px;
    }

    .section.section4 .col2 .item.active {
        padding: 20px 20px 40px 20px;
    }

    .section.section4 .col2 {
        padding: 0;
    }

    /****/
    section.section5 .titre-section h2 {
        font-size: 27px;
    }

    section.section5 .titre-section h2 span {
        position: relative;
        display: block;
        width: fit-content;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .section.section5 .my-btn a {
        text-align: center;
    }

    section.section5 .titre-section {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    section.section5 .my-btn {
        width: 230px !important;
        max-width: 100%;
    }

    section.section5 .my-btn a {
        font-size: 12px;
        padding: 6px 15px 2px;
    }

    /*****/
    section.section6 .content {
        width: 100%;
    }

    section.section6 .titre-section {
        width: 100%;
        max-width: 100%;
        margin: 0 auto 20px;
    }

    section.section6 .content .counter {
        flex-direction: column;
    }

    section.section6 .content .counter .item {
        width: 100%;
    }

    section.section6 .counter .number h5 {
        font-size: 46px;
    }

    section.section6 .counter .txt p {
        font-size: 19px;
    }

    section.section6 .counter .item .icone {
        min-height: unset;
    }

    section.section6 .col2 .image .hide-mob {
        display: none;
    }

    section.section6 .col2 .image .hide-desk {
        display: block;
    }

    section.section6 .col2 .texte {
        position: absolute;
        top: 80%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 11;
    }

    section.section6 .col1 {
        padding: 50px 0 30px 0;
    }

    .tabbed-content .item-content .image .mob {
        display: block;
    }

    .tabbed-content .item-content .image .desk {
        display: none;
    }

    /***footer***/
    section.section-footer {
        padding: 30px 15px;
        background-color: #fff;
    }

    section.section-footer .content .first-col {
        flex-direction: column;
        gap: 25px;
    }

    section.section-footer .content .social-media .txt {
        text-align: center;
    }

    section.section-footer .content .social-media .icones img {
        width: 42px;
    }

    section.section-footer .content .third-col {
        justify-content: center;
    }

    .testimonial-dots {
        left: 50%;
        transform: translateX(-50%);
        bottom: 125px;
    }

}

@media screen and (max-width: 405px) {
    section.section3-tabs .content .right-col .box-tab .image {
        width: 110px;
        height: 95px;
    }

    section.section3-tabs .content .right-col .box-tab .image::before {
        width: 86px;
        height: 84px;
    }

    .split-slider .div-item .content {
        left: 40px;
    }
}