@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/*****DINPro*******/





@font-face {
    font-family: 'DINPro-Black';
    src: url(../fonts/DinPro/DINPro-Black.ttf);
}

@font-face {
    font-family: 'DINPro-BlackItalic';
    src: url(../fonts/DinPro/DINPro-BlackItalic.ttf);
}

@font-face {
    font-family: 'DINPro-Bold';
    src: url(../fonts/DinPro/DINPro-Bold.ttf);
}

@font-face {
    font-family: 'DINPro-BoldItalic';
    src: url(../fonts/DinPro/DINPro-BoldItalic.ttf);
}

@font-face {
    font-family: 'DINPro-CondensedBlack';
    src: url(../fonts/DinPro/DINPro-CondensedBlack.ttf);
}

@font-face {
    font-family: 'DINPro-CondensedBlackItalic';
    src: url(../fonts/DinPro/DINPro-CondensedBlackItalic.ttf);
}

@font-face {
    font-family: 'DINPro-CondensedBold';
    src: url(../fonts/DinPro/DINPro-CondensedBold.ttf);
}

@font-face {
    font-family: 'DINPro-CondensedBoldItalic';
    src: url(../fonts/DinPro/DINPro-CondensedBoldItalic.ttf);
}

@font-face {
    font-family: 'DINPro-CondensedItalic';
    src: url(../fonts/DinPro/DINPro-CondensedItalic.ttf);
}

@font-face {
    font-family: 'DINPro-CondensedLight';
    src: url(../fonts/DinPro/DINPro-CondensedLight.ttf);
}

@font-face {
    font-family: 'DINPro-CondensedLightItalic';
    src: url(../fonts/DinPro/DINPro-CondensedLightItalic.ttf);
}

@font-face {
    font-family: 'DINPro-CondensedMedium';
    src: url(../fonts/DinPro/DINPro-CondensedMedium.ttf);
}

@font-face {
    font-family: 'DINPro-CondensedMediumItalic';
    src: url(../fonts/DinPro/DINPro-CondensedMediumItalic.ttf);
}

@font-face {
    font-family: 'DINPro-CondensedRegular';
    src: url(../fonts/DinPro/DINPro-CondensedRegular.ttf);
}

@font-face {
    font-family: 'DINPro-Italic';
    src: url(../fonts/DinPro/DINPro-Italic.ttf);
}

@font-face {
    font-family: 'DINPro-Light';
    src: url(../fonts/DinPro/DINPro-Light.ttf);
}

@font-face {
    font-family: 'DINPro-LightItalic';
    src: url(../fonts/DinPro/DINPro-LightItalic.ttf);
}

@font-face {
    font-family: 'DINPro-Medium';
    src: url(../fonts/DinPro/DINPro-Medium.ttf);
}

@font-face {
    font-family: 'DINPro-MediumItalic';
    src: url(../fonts/DinPro/DINPro-MediumItalic.ttf);
}

@font-face {
    font-family: 'DINPro';
    src: url(../fonts/DinPro/DINPro.ttf);
}

@font-face {
    font-family: 'DeliciousHandrawn-Regular';
    src: url(../fonts/DeliciousHandrawn/DeliciousHandrawn-Regular.ttf);
}



:root {
    --primary-color: #D10F80;
    --secondary-color: #00AAA3;
    --text-color: #5C524E;
    --DeliciousHandrawn-Regular: 'DeliciousHandrawn-Regular';
    --DINPro: 'DINPro';
    --DINPro-Bold: 'DINPro-Bold';
    --DINPro-Medium: 'DINPro-Medium';
    --DINPro-BoldItalic: 'DINPro-BoldItalic';
    --DINPro-Italic: 'DINPro-Italic';

}




html {
    scroll-behavior: smooth;
}

body {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

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: 1400px;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 1%;
}

.section {
    margin-bottom: 100px;
}

.my-btn {
    width: fit-content;
}

.my-btn .white {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family: 'DINPro-Bold';
    color: #2A30D8;
    background-color: #fff;
    border-radius: 42px;
    text-decoration: none;
    padding: 10px 20px 10px 30px;
    border: 3px solid #2A30D8;
    gap: 15px;
}

.my-btn .blue {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family: 'DINPro-Bold';
    color: #fff;
    background-color: #2A30D8;
    border-radius: 42px;
    text-decoration: none;
    padding: 10px 40px 10px 20px;
    border: 2px solid #2A30D8;
    gap: 15px;
}

.my-btn .blue:hover,
.my-btn .blue:focus {
    color: #2A30D8;
}

.my-btn .blue:hover img,
.my-btn .blue:focus img {
    filter: brightness(0) saturate(100%) invert(25%) sepia(76%) saturate(7145%) hue-rotate(237deg) brightness(87%) contrast(97%);
}


.my-btn .white:hover,
.my-btn .white:focus {
    color: #2A30D8;
}

.my-btn a img {
    width: 30px;
}


.texte p {
    font-size: 18px;
    color: #5D534E;
    font-family: var(--DINPro);
}

.db {
    display: block !important;
}

b {
    font-family: var(--DINPro-Bold);
}

.my-btn.mobile {
    display: none;
}

.in-mob {
    display: none;
}

.in-pc {
    display: block;
}

.my-btn.mob {
    display: none;
}


/*-------------------- 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**********/

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
    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;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -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-shutter-out-horizontal:hover,
.hvr-shutter-out-horizontal:focus,
.hvr-shutter-out-horizontal:active {
    color: white;
}

.hvr-shutter-out-horizontal:hover:before,
.hvr-shutter-out-horizontal:focus:before,
.hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}



.white.hvr-shutter-out-horizontal:before {
    background: #edc868;
}


/****section-slider****/
.section.section_slider {
    height: 100vh;
    background-image: url(../images/visuel.png);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    position: relative;
}

.section.section_header {
    position: absolute;
    transform: translateX(-50%);
    width: 1400px;
    max-width: 100%;
    left: 50%;
    top: 1%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section.section_header .logo img {
    width: 25%;
}

.section.section_slider .hero {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1400px;
    max-width: 100%;
    padding-left: 30px;

}

.section.section_slider .hero .titre {
    width: 515px;
    max-width: 100%;
}

.section.section_slider .hero .descr {
    margin-bottom: 25px;
}

.section.section_slider .hero .titre h1 {
    font-size: 50px;
    color: #5D534E;
    font-family: var(--DINPro-Bold);
    text-transform: uppercase;
}


.section.section_slider .hero .descr span {
    font-size: 55px;
    color: #2A30D8;
    font-family: var(--DeliciousHandrawn-Regular);
}

.section.section_slider .hero .txt {
    width: 350px;
    max-width: 100%;
    margin-bottom: 30px;
}

.section.section_slider .hero .txt p {
    font-size: 23px;
    color: #5D534E;
    font-family: var(--DINPro);
}

.section.section_slider .hero .txt p sup {
    font-size: 14px;
}


.section.section_slider .formulaire {
    width: fit-content;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    z-index: 99;
    width: 430px;
}

.section.section_slider .div-equipe {
    width: 1100px;
    max-width: 100%;
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;

}

.section.section_slider .div-equipe .content {
    display: flex;
    justify-content: space-between;
}

.section.section_slider .div-equipe .content p {
    background-color: #fff;
    color: #5D534E;
    font-size: 16px;
    font-family: var(--DINPro-Italic);
    margin: unset;
    width: fit-content;
    padding: 3px 10px 3px 10px;

}

.section.section_slider .div-equipe .content p span {
    font-family: var(--DINPro-BoldItalic);
}

.section.section_slider .div-equipe .content .left-col {
    display: flex;
    flex-direction: column;
    align-items: end;
}

/*****section-1*****/

.section.section_1 .content {
    display: flex;
    justify-content: space-between;
}

.section.section_1 .content .left-col,
.section.section_1 .content .right-col {
    width: 50%;
    max-width: 100%;
    display: grid;
}

section .titre_section {
    margin-bottom: 30px;
}

section .titre_section h3 {
    font-size: 42px;
    color: #5D534E;
    font-family: var(--DINPro-Bold);
    text-transform: uppercase;
    line-height: 45px;
}

section .titre_section h3 sup {
    font-size: 24px;
}

section .titre_section h3 span {
    font-size: 67px;
    color: #2A30D8;
    font-family: var(--DeliciousHandrawn-Regular);
    text-transform: lowercase;
    line-height: 45px;
}

.section.section_1 .content .left-col .texte {
    width: 86%;
    max-width: 100%;
}

.section.section_1 .content .left-col .items {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 20px;
}

.section.section_1 .content .left-col .counter-div {
    width: 93%;
    margin: 30px 0 30px;
}

.section.section_1 .content .left-col .items .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 5px;
}

.section.section_1 .content .left-col .items .item h6,
.section.section_1 .content .left-col .items .item p {
    margin: unset;
}

.section.section_1 .content .left-col .items .item img {
    width: 75px;
}

.section.section_1 .left-col .item .number h6 {
    color: #2A30D8;
    font-size: 41px;
    font-family: var(--DINPro-Bold);
}

.section.section_1 .left-col .item .number .unique {
    line-height: 30px;
}

.section.section_1 .left-col .item .number h6 sup {
    font-size: 26px;
}

.section.section_1 .left-col .item .number h6 span {
    font-size: 18px;
}

.section.section_1 .left-col .item .descr.left {
    text-align: right;
    width: 50%;
}

.section.section_1 .left-col .item .descr p {
    color: #2A30D8;
    font-size: 18px;
    font-family: var(--DINPro-Bold);
}

.section.section_1 .left-col .item .descr .big {
    font-size: 26px;
}

.section.section_1 .left-col .item .txt p {
    color: #5D534E;
    font-size: 18px;
    font-family: var(--DINPro);
}

.section.section_1 .left-col .my-btn {
    margin: 0 auto;
}

.section.section_1 .content .right-col .titre {
    margin-bottom: 30px;
}

.section.section_1 .content .right-col .texte p {
    font-size: 20px;
}

.section.section_1 .content .right-col .texte p br {
    display: none;
}

.section.section_1 .content .right-col .titre h5 {
    font-size: 22px;
    color: #5D534E;
    font-family: var(--DINPro-Bold);
}

.section.section_1 .content .right-col .titre h5 sup {
    font-size: 13px;
}

.section.section_1 .content .right-col .blue_titre h6 {
    font-size: 22px;
    color: #2A30D8;
    font-family: var(--DINPro-Bold);
    text-transform: uppercase;
    display: flex;
    gap: 10px;
    margin: unset;
    line-height: 35px
}

.section.section_1 .content .right-col .texte {
    margin: 35px 0;
}

.section.section_1 .content .right-col {
    background-color: #FDF9EB;
    border-radius: 20px;
    padding: 60px 50px;
}

.section.section_1 .content .right-col .blue_titre h6 img {
    width: 25px;
    margin-top: 10px;
}

/****section-2***/

.section.section_2 .content {
    display: flex;
    justify-content: space-between;
}

.section.section_2 .content .left-col,
.section.section_2 .content .right-col {
    width: 49%;
    max-width: 100%;
    display: grid;
}

.section.section_2 .content .right-col {
    position: relative;
}

.section.section_2 .content .right-col .btn-play {
    position: absolute;
    top: 28%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    display: none;
}

.section.section_2 .content .right-col .btn-play a {
    padding: 15px;
    transition: .5s;
}

.section.section_2 .content .right-col .btn-play a:hover {
    transform: scale(1.1);
}

.section.section_2 .content .right-col .btn-play img {
    width: 55px;
    border-radius: 50px;
    box-shadow: 0 0 0 7px #2A30D8;
}

.section.section_2 .content .left-col .texte {
    width: 95%;
    max-width: 100%;
    margin-bottom: 30px;
}

.section.section_2 .content .left-col .texte p {
    font-size: 18px;
    line-height: 25px;
}

.section.section_2 .content .left-col .texte p span {
    font-family: var(--DINPro-Bold);
    color: #5D534E;
}

.section.section_2 .content .left-col .descr {
    margin-bottom: 30px;
}

.section.section_2 .content .left-col .descr p {
    font-size: 22px;
    font-family: var(--DINPro-Bold);
    color: #5D534E;
    line-height: 30px;
}


/****section-3****/

.section_3 .titre_section h3 {
    color: #2A30D8;
}

.section_3 .tab-buttons {
    display: flex;
    gap: 20px;
    width: 504px;
    max-width: 100%;
    margin-right: auto;
}

.section_3 .tab-btn {
    width: 100%;
    border: 1px solid #FAF0CD;
    font-size: 18px;
    font-family: 'DINPro-Bold';
    color: #2A30D8;
    text-transform: uppercase;
    background-color: #FAF0CD;
    padding: 12px;
    cursor: pointer;
    transition: background-color 0.5s ease;
}

.section_3 .tab-btn.active {
    background-color: #EAC544;
    color: #2A30D8;
}

.section_3 .hidden-element {
    display: none;
}

.section_3 .hidden-element.show {
    display: block;
}

.section_3 .tab-contents {
    margin-left: 1px;
}

.section_3 .titre_item {
    padding: 8px 50px 8px 50px;
    width: 100%;
    background-color: #EBC544;
    margin-top: -1px;
    position: relative;
    z-index: 1;

}

.section_3 .titre_item span {
    font-size: 22px;
    color: #5D534E;
    text-transform: uppercase;
    font-family: var(--DINPro-Bold);
}

section.section_3 .tab-contents .first-item {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}

section.section_3 .tab-contents .texte p {
    margin-bottom: 20px;
    font-size: 18px;
}

section.section_3 .tab-contents .first-item .left-col {
    width: 34%;
    max-width: 100%;
    padding: 0 15px;
    display: grid;
    margin: auto 0px;
}

section.section_3 .tab-contents .first-item .left-col p span {
    font-family: var(--DINPro-Bold);
}

section.section_3 .tab-contents .first-item .left-col .descr p {
    font-size: 18px;
    font-family: var(--DINPro-Bold);
    color: #2A30D8;
}

section.section_3 .tab-contents .first-item .right-col {
    width: 60%;
}


section.section_3 .tab-contents .first-item .right-col {
    display: flex;
    background-color: #E9EAFC;
    border-radius: 20px;
}

section.section_3 .tab-contents .first-item .right-col .left-div {
    width: 50%;
    max-width: 100%;
    padding: 40px 40px 40px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.section_3 .tab-contents .btn-play {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

section.section_3 .tab-contents .first-item .right-col .left-div .texte {
    margin-bottom: 20px;
}

section.section_3 .tab-contents .btn-play a {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px;
}

section.section_3 .tab-contents .btn-play p {
    font-size: 18px;
    margin: unset;
    padding: 9px 15px;
    background: #fff;
    border-radius: 50px;
    border: 3px solid #2A30D8;
    color: #2A30D8;
    font-family: var(--DINPro-Bold);
    overflow: hidden;
}

section.section_3 .tab-contents .btn-play p::before {
    background: #2A30D8;
}

section.section_3 .tab-contents .btn-play p:hover {
    color: #fff;
}

section.section_3 .tab-contents .btn-play img {
    border-radius: 50px;
    box-shadow: 0 0 0 10px #BEC0F3;
    width: 50px;
}

section.section_3 .tab-contents .first-item .right-col .left-div .texte .big {
    font-family: var(--DINPro-Bold);
}

section.section_3 .tab-contents .first-item .right-col .left-div .texte p img {
    width: 35px;
    margin-top: -30px;
    margin-right: 10px;
}

section.section_3 .tab-contents .first-item .right-col .right-div .image img {
    /* width: 360px;
    max-width: 100%; */
    object-fit: cover;
    height: 100%;
    border-radius: 20px;
}

section.section_3 .tab-contents .first-item .right-col .right-div .image {
    text-align: right;
    height: 100%;
    position: relative;
}

section.section_3 .tab-contents .first-item .right-col .right-div .image .grill-quote {
    position: absolute;
    bottom: 40px;
    left: 0;
    z-index: 11;
}

section.section_3 .tab-contents .first-item .right-col .right-div .image .grill-quote span {
    display: flex;
    background-color: #fff;
    flex-direction: column;
    padding: 3px 10px 3px 15px;
    text-align: left;
    width: fit-content;
    font-size: 16px;
    color: #5D534E;
    font-family: var(--DINPro-Italic);
}

section.section_3 .tab-contents .first-item .right-col .right-div .image .grill-quote .big {
    font-size: 16px;
    color: #5D534E;
    font-family: var(--DINPro-BoldItalic);
}

section.section_3 .tab-contents .first-item .right-col .right-div {
    width: 50%;
    max-width: 100%;
}

section.section_3 .tab-contents .second-item {
    display: flex;
    justify-content: space-between;
}

section.section_3 .tab-contents .second-item .left-col {
    width: 34%;
    max-width: 100%;
    background-color: #FDF9EB;
    border-radius: 20px;
    padding: 60px 20px;
    display: grid;
    margin: auto 0px;
}

section.section_3 .tab-contents .second-item .right-col {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

section.section_3 .tab-contents .second-item .left-col .titre {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 40px;
    margin-left: 33px;
}

section.section_3 .tab-contents .second-item .left-col .titre img {
    width: 30px;
}

section.section_3 .tab-contents .second-item .left-col .titre h6 {
    font-size: 20px;
    color: #5D534E;
    font-family: var(--DINPro-Bold);
    text-transform: uppercase;
    line-height: 30px
}

section.section_3 .tab-contents .second-item .left-col .texte p {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

section.section_3 .tab-contents .second-item .right-col .purple-div {
    background-color: #E9EAFC;
    border-radius: 20px;
    padding: 20px 25px;
}

section.section_3 .tab-contents .purple-div .titre {
    margin-bottom: 15px;
}

section.section_3 .tab-contents .purple-div .titre span {
    font-size: 30px;
    color: #2A30D8;
    font-family: var(--DeliciousHandrawn-Regular);
}

section.section_3 .tab-contents .purple-div .div-txt {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

section.section_3 .tab-contents .purple-div .div-txt .texte p span {
    font-family: var(--DINPro-Bold);
}

section.section_3 .tab-contents .purple-div .div-txt .texte {
    width: 45%;
}

section.section_3 .tab-contents .purple-div .div-txt .texte p {
    margin: unset;
}

section.section_3 .tab-contents .purple-div .div-txt .texte p img {
    width: 16px;
}

section.section_3 .tab-contents .purple-div .div-txt .texte {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}


section.section_3 .tab-contents .second-item .right-col .yellow-div .content {
    display: flex;
    justify-content: space-between;
}

section.section_3 .tab-contents .second-item .yellow-div .content .left-col {
    width: 50%;
    background-color: transparent;
    border-top: 4px solid #ECC544;
    border-left: 4px solid #ECC544;
    border-bottom: 4px solid #ECC544;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 20px;
    justify-content: center;
    gap: 25px;
}

section.section_3 .tab-contents .second-item .yellow-div .left-col .texte p {
    line-height: 22px
}

section.section_3 .tab-contents .second-item .yellow-div .left-col .texte p,
section.section_3 .tab-contents .second-item .yellow-div .left-col .texte span {
    font-size: 16px;
    color: #5D534E;
    font-family: var(--DINPro-Bold);
    text-align: center;
}

section.section_3 .tab-contents .second-item .yellow-div .left-col .texte span {
    display: block;
    text-align: center;
    padding: 2px 8px;
}

section.section_3 .tab-contents .second-item .yellow-div .left-col .texte .yellow {
    background-color: #EBC544;
    width: fit-content;
    margin: 0 auto;
}

section.section_3 .tab-contents .second-item .yellow-div .content .right-col {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: unset;
}

section.section_3 .tab-contents .second-item .yellow-div .content .right-col .right-div-yellow,
section.section_3 .tab-contents .second-item .yellow-div .content .right-col .left-div-yellow {
    width: 50%;
}

section.section_3 .tab-contents .second-item .yellow-div .content .right-col .left-div-yellow {
    border-top: 4px solid #ECC544;
    border-bottom: 4px solid #ECC544;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: start;
}

section.section_3 .tab-contents .second-item .yellow-div .content .right-col .left-div-yellow::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #ECC544;
    position: absolute;
    z-index: -1;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

section.section_3 .tab-contents .second-item .yellow-div .content .right-col .right-div-yellow {
    border-top: 4px solid #F7D561;
    border-bottom: 4px solid #F7D561;
    border-right: 4px solid #F7D561;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #F7D561;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 20px;
    position: relative;

}

section.section_3 .tab-contents .second-item .yellow-div .left-div-yellow .montant {
    text-align: center;
    margin-top: 20px;
}

section.section_3 .tab-contents .second-item .yellow-div .left-div-yellow .image img {
    width: 30px;
}

section.section_3 .tab-contents .second-item .yellow-div .left-div-yellow .montant p {
    font-size: 17px;
    color: #5D534E;
    font-family: var(--DINPro-Bold);
    text-transform: uppercase;
    margin: unset;
}

section.section_3 .tab-contents .second-item .yellow-div .left-div-yellow .montant span {
    font-size: 60px;
    color: #2A30D8;
    font-family: var(--DINPro-Bold);
}

section.section_3 .tab-contents .second-item .yellow-div .left-div-yellow .montant span sup {
    font-size: 37px;
}


section.section_3 .tab-contents .second-item .yellow-div .deduction span {
    font-size: 45px;
    color: #5D534E;
    font-family: var(--DINPro-Bold);
}

section.section_3 .tab-contents .second-item .yellow-div .deduction span sup {
    font-size: 28px;
}

section.section_3 .tab-contents .second-item .yellow-div .deduction {
    text-align: center;
    position: absolute;
    bottom: 20px;
}

section.section_3 .tab-contents .second-item .yellow-div .deduction p {
    font-size: 12px;
    color: #5D534E;
    font-family: var(--DINPro-Bold);
    text-transform: uppercase;
    margin: unset;
}

section.section_3 .tab-contents .second-item .yellow-div .right-div-yellow .titre {
    text-align: center;
    margin-top: 20px;
}

section.section_3 .tab-contents .second-item .yellow-div .right-div-yellow .titre span {
    font-size: 17px;
    color: #2A30D8;
    text-transform: uppercase;
    font-family: var(--DINPro-Bold);
}

section.section_3 .tab-contents .second-item .yellow-div .right-div-yellow .image {
    text-align: center;
}

section.section_3 .tab-contents .second-item .yellow-div .right-div-yellow .image img {
    width: 70px;
}

section.section_3 .tab-contents .second-item .yellow-div .right-div-yellow .texte {
    text-align: center;
    position: absolute;
    bottom: 20px;
    padding: 0 10px;
}

section.section_3 .tab-contents .second-item .yellow-div .right-div-yellow .texte p {
    margin: unset;
}


/*******section-4*********/
.section.section_4 .content {
    display: flex;
    justify-content: center;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}

.section.section_4 .slider-items .item {
    min-height: 500px;
}

.section.section_4 .content .left-col {
    width: 35%;
    max-width: 100%;
}

.section.section_4 .content .right-col {
    width: 65%;
    max-width: 100%;
}

.section.section_4 .content .left-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.section.section_4 .content .left-col::before {
    content: '';
    width: 50%;
    height: 100%;
    background-color: #FDF9EB;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}


.section.section_4 .content .item {
    width: 1130px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.section.section_4 .item .content .item-contenu {
    background-color: #FDF9EB;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;

}

.section.section_4 .item .content .image-personne {
    text-align: center;
    position: relative;
    width: fit-content;
    z-index: 11;
}

.section.section_4 .item .content .image-personne .btn-play img {
    width: fit-content;
}

.section.section_4 .btn-play {
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.section.section_4 .btn-play a {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    padding: 10px;
}

.section.section_4 .btn-play img {
    border-radius: 50px;
    box-shadow: 0 0 0 10px #BEC0F3;
    width: 50px;
}

.section.section_4 .btn-play p {
    font-size: 18px;
    margin: unset;
    padding: 9px 15px;
    background: #fff;
    border-radius: 50px;
    border: 3px solid #2A30D8;
    color: #2A30D8;
    font-family: var(--DINPro-Bold);
    overflow: hidden;
}

.section.section_4 .item .content .image-personne .btn-play.hide-it {
    display: none;
}

.section.section_4 .item .content .image-personne img {
    width: 300px;
}

.section.section_4 .item .content .item-contenu .text {
    padding: 30px 130px 80px 0;
}

.section.section_4 .item .content .item-contenu .texte {
    margin-bottom: 15px;
}

.section.section_4 .item .content .item-contenu .texte p {
    font-family: var(--DINPro-Medium);
    line-height: 23px;
    display: inline;
}

.section.section_4 .item .content .item-contenu .texte .db {
    margin-top: 10px;
}

.section.section_4 .item .content .item-contenu .texte img {
    margin: -11px 5px 0 0;
    width: 37px;
    display: inline;
}

.section.section_4 .content .item-contenu .quote p {
    font-size: 16px;
    font-family: var(--DINPro-Italic);
    color: #5D534E;

}

.section.section_4 .item .content .item-contenu .quote p span {
    font-size: 22px;
    color: #2A30D8;
    font-family: var(--DINPro-BoldItalic);
}


.section.section_4 .slick-prev,
.section.section_4 .slick-next {
    width: 60px !important;
    height: 60px !important;
    background: #EBC544;
    border-radius: 50px;
    z-index: 9;
}

.section.section_4 .slick-next {
    right: 0px;
}

.section.section_4 .slick-prev {
    left: 0;
}

.section.section_4 .slick-prev:before,
.section.section_4 .slick-next:before {
    opacity: unset !important;
}

.section.section_4 .slick-next:before {
    content: url(../images/right-arrow.png) !important;
    line-height: 0 !important;
}

.section.section_4 .slick-prev:before {
    content: url(../images/left-arrow.png) !important;
    line-height: 0 !important;
}


/****section-5****/

.section.section_5 .titre_section {
    text-align: center;
    background-color: #2A30D81A;
    padding: 30px;
}

.section.section_5 .titre_section h3 {
    margin: unset;
}

.section.section_5 .content {
    display: flex;
    justify-content: space-between;
    margin-top: 90px;
}

.section.section_5 .content .item {
    width: calc(92%/ 3);
    max-width: 100%;
    border-radius: 20px;
    padding: 70px 30px 90px;
    position: relative;
    display: grid;
}

.section.section_5 .content .item.one,
.section.section_5 .content .item.three {
    background-color: #E9EAFC;
    position: relative;
}

.section.section_5 .content .item.one::before,
.section.section_5 .content .item.two::before,
.section.section_5 .content .item.three::before {
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    background-image: url(../images/picto-one.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
}

.section.section_5 .content .item.two::before {
    background-image: url(../images/picto-two.png);
}

.section.section_5 .content .item.three::before {
    background-image: url(../images/picto-three.png);
}

.section.section_5 .content .item.two {
    background-color: #EAC544;
}

.section.section_5 .content .item.two .bottom p,
.section.section_5 .content .item.two .bottom span {
    text-align: center;

}

.section.section_5 .content .item .titre {
    text-align: center;
    margin-bottom: 20px;
}

.section.section_5 .content .item.three .titre {
    text-align: center;
    margin-bottom: 30px;
}

.section.section_5 .content .item .titre h5 {
    font-size: 26px;
    font-family: var(--DINPro-Bold);
    color: #5D534E;
    text-transform: uppercase;
}

.section.section_5 .content .item .texte-item {
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.section.section_5 .content .item .texte-item p {
    font-family: var(--DINPro-Bold);
    font-size: 16px;
    color: #5D534E;
}

.section.section_5 .content .item .texte-item p span {
    font-family: var(--DINPro);
}

.section.section_5 .content .white-div {
    background-color: #fff;
    border-radius: 20px;
    padding: 10px 30px 5px;
    margin: 15px 0;
}

.section.section_5 .content .white-div .titre h6 {
    font-size: 16px;
    color: #5D534E;
    font-family: var(--DINPro-Bold);
    margin-bottom: 10px;
}

.section.section_5 .content .white-div .texte p {
    display: flex;
    align-items: start;
    gap: 10px;
}

.section.section_5 .content .white-div .texte p img {
    width: 25px;
}

.section.section_5 .content .texte.bottom p {
    font-family: var(--DINPro-Bold);
    text-align: center;
}

.section.section_5 .content .texte.bottom p span {
    font-family: var(--DINPro);
}

.section.section_5 .content .white-div .div-contenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.section.section_5 .content .white-div .div-contenu .number {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.section.section_5 .content .white-div .div-contenu .number h3 {
    font-size: 48px;
    color: #2A30D8;
    font-family: var(--DINPro-Bold);
}

.section.section_5 .content .white-div .div-contenu .number h3 sup {
    font-size: 30px;
}

.section.section_5 .content .white-div .div-contenu .number span {
    font-size: 13px;
    color: #5D534E;
    font-family: var(--DINPro-Bold);
    text-transform: uppercase;
}

.section.section_5 .content .white-div .div-contenu .number-ver {
    text-align: center;
}

.section.section_5 .content .white-div .div-contenu .number-ver h3 {
    font-size: 33px;
    color: #2A30D8;
    font-family: var(--DINPro-Bold);
    margin: unset;
}

.section.section_5 .content .white-div .div-contenu .number-ver h3 sup {
    font-size: 20px;
}

.section.section_5 .content .white-div .div-contenu .number-ver span {
    font-size: 13px;
    color: #5D534E;
    font-family: var(--DINPro-Bold);
    text-transform: uppercase;
    display: block;
}


.section.section_5 .content .item .my-btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    margin: 0 auto;
    display: flex;
    width: 100%;
    justify-content: center;
}

/********section-6******/

.section.section_6 {
    background-image: url(../images/footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 0 80px;
    position: relative;
    margin-bottom: unset;
}

.section.section_6::before {
    content: '';
    width: 820px;
    height: 815px;
    position: absolute;
    background-image: url(../images/visuel-enfant.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.section.section_6 .div-content .texte {
    width: 31%;
    max-width: 100%;
}

.section.section_6 .div-content .texte p span {
    font-family: var(--DINPro-Bold);
}

.section.section_6 .div-content .footer-counter {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}

.section.section_6 .div-content .footer-counter .item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.section.section_6 .div-content .footer-counter .item .texte p {
    font-family: var(--DINPro-Bold);
    margin: unset;
    display: inline;
}

.section.section_6 .div-content .footer-counter .item .image img {
    width: 90px;
}

.section.section_6 .footer-quote {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: fit-content;
    position: absolute;
    right: 235px;
    bottom: 70px;
    z-index: 11;
}

.section.section_6 .footer-quote span {
    font-size: 35px;
    text-transform: uppercase;
    font-family: var(--DINPro-Bold);
    display: block;
    background-color: #fff;
    color: #5D534E;
    width: fit-content;
    padding: 0 10px;
}


/**
*
*footer
*
*/


.section.section-footer .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

.section.section-footer .content .logo {
    width: 17%;
}

.section.section-footer .content .logo img {
    width: 195px;
}

.section.section-footer .content .image-text {
    width: 53%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}

.section.section-footer .content .image-text .image img {
    width: 102px;
}

.section.section-footer .content .image-text .text {
    width: 75%;
}

.section.section-footer .content .image-text .text p {
    color: #5D534E;
    font-size: 16px;
    font-family: var(--DINPro);
    margin: unset;
}

.section.section-footer .copyright {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 25px;
    padding-right: 20px;
}

.section.section-footer .copyright span {
    color: #000000;
    font-size: 16px;
    font-family: var(--DINPro);
}

.section.section-footer .copyright img {
    width: 65px;
    margin-right: 5px;
}

#form-info {
    background-color: unset !important;
}

#form-info .titre-formulaire .titre {
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
}

#form-info .titre-formulaire h3 {
    color: #5D534E;
    font-size: 22px !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    text-align: center;
    padding: unset !important;
    font-family: "Roboto", sans-serif !important;
    margin-bottom: 15px !important;
    line-height: 28px !important;
}

#form-info .titre-formulaire h5 {
    color: #5D534E;
    font-size: 22px !important;
    font-weight: 400 !important;
    text-align: center;
    padding: unset !important;
    font-family: "Roboto", sans-serif !important;
}

#type-b.arya #container #main_wrapinner #form-info {
    margin: unset !important;
    padding: unset !important;
}

#type-b.arya #container .step-title h2 {
    margin: unset !important;
}

#type-b.arya.footer-column #container #step-1 .step-content {
    padding-top: unset !important;
}

#type-b.arya #form-info h3 {
    margin-bottom: unset !important;
}

/*#type-b.arya #container #main_wrapinner #step-1 .step-title,
#type-b.arya #container #step-2 .step-title,
#type-b.arya #container #step-3 .step-title {
    display: none !important;
}*/

#type-b.arya #container #step-1 .step-content .tabs .tabs_menu h3,
#type-b.arya #container #step-1 .tabs_menu #regular-item a h3 {
    font-size: 12px !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: 500 !important;
}

#type-b.arya #container #step-1 .tabs_menu #regular-item a h3,
#type-b.arya #container #step-1 .tabs_menu #once-item a h3 {
    display: none;
}

#type-b.arya #container #step-1 .tabs_menu #regular-item a::after {
    content: "don mensuel";
    font-size: 12px !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    letter-spacing: .8px;
    padding: 7px 10px;
}

#type-b.arya #container #step-1 .tabs_menu #once-item a::after {
    content: "don unique";
    font-size: 12px !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    letter-spacing: .8px;
    padding: 7px 10px;
}

#type-b.arya .amount label span {
    font-size: 30px !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: 700 !important;
    /*color: #000;*/
}

#type-b.arya #regular .amount label span::after {
    font-size: 12px !important;
}

#type-b.arya #step-1 .free-amount p.ira-form-item label input:not(:placeholder-shown)+.price_currency,
#type-b.arya #step-1 .free-amount p.ira-form-item label input:not(:placeholder-shown) {
    text-align: center;
    vertical-align: middle;
    font-size: 20px !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: 900 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    height: unset !important;
}

#type-b.arya #step-1 .free-amount p.ira-form-item label input:not(:placeholder-shown) {
    text-align: left !important;
}

#type-b.arya #step-1 .free-amount p.ira-form-item label input:not(:placeholder-shown) {
    padding-left: 30px !important;
}

.iraiser iframe#iraiser-iframe-left {
    display: none !important;
}








/*--------------------- Pop-in   -   hamid ----------------------*/

.pop_in_cta {
    width: 100%;
    height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 999;
    display: none;
    background-color: #e1e1e177;
}

.container_popIn {
    max-width: 1000px;
    width: 100%;
    overflow: auto;
    height: 95%;
    background-color: white;
}

.pop_in_cta .head {
    display: flex;
}

.pop_in_cta .image_beby {
    background-image: url(../images/beby.png);
    background-position: center center;
    background-size: cover;
    flex: 1;
    width: 50%;
}

.pop_in_cta .content_head {
    background-image: url(../images/FOND.png);
    background-position: center center;
    background-size: cover;
    flex: 1;
    width: 50%;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.pop_in_cta .title {
    color: #fff;
    font-size: 31px;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--DINPro-Bold);
}

.pop_in_cta .pourcentage {
    color: #EBC544;
    background-color: #2A30D8;
    padding: 5px 10px;
    border-radius: 15px;
    line-height: 1.2;
    font-size: 51px;
    text-transform: uppercase;
    font-family: var(--DINPro-Bold);
}

.pop_in_cta .text {
    color: #ffffff;
    background-color: #2A30D8;
    padding: 5px 10px;
    border-radius: 15px;
    line-height: 1.2;
    font-size: 22px;
    font-family: var(--DINPro-Bold);
    width: 80%;
    margin: auto;
    text-align: center;
}

.pop_in_cta .don_details {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 15px;
    line-height: 1.2;
    font-family: var(--DINPro-Bold);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.pop_in_cta .total {
    width: 46%;

}

.pop_in_cta .total .number {
    color: #2A30D8;
    font-size: 61px;
    margin: 5px auto;
}

.pop_in_cta .title_don {
    font-size: 18px;
    color: #5D534E;
    margin-bottom: 0px;
}

.pop_in_cta .result {
    width: 46%;
}

.pop_in_cta .result .number {
    background-color: #2A30D8;
    color: #fff;
    font-size: 58px;
    padding: 1px 10px;
    width: fit-content;
    border-radius: 15px;
    margin: 5px auto;
}

.pop_in_cta .content {
    padding: 24px;
}

.pop_in_cta .logo {
    display: flex;
}

.pop_in_cta .logo .sep {
    background-color: #5D534E;
    width: 2px;
    height: 62px;
    margin-top: 8px;
}

.pop_in_cta .logo p {
    padding: 24px 15px;
    font-family: var(--DINPro-Bold);
    color: #5D534E;
    font-size: 22px;
}

.pop_in_cta .content_text h3 {
    font-family: var(--DINPro-Bold);
    color: #5D534E;
    font-size: 44px;
    text-transform: uppercase;
    margin: 20px 0px;
    margin-bottom: 40px;
}

.pop_in_cta .content_text p {
    font-family: var(--DINPro);
    color: #5D534E;
    font-size: 32px;
    margin: 26px 0px;
}

.pop_in_cta .content_text .footer_popin p {
    font-family: var(--DINPro-Bold);
    color: #5D534E;
    font-size: 32px;
    text-transform: uppercase;
    margin: 0px;
    margin-top: 40px;
}

.pop_in_cta .content_text .footer_popin p span {
    font-family: var(--DINPro-Bold);
    color: #5D534E;
    font-size: 43px;
    color: #2A30D8;
    font-family: var(--DeliciousHandrawn-Regular);
    text-transform: lowercase;
}









.buttom_form {
    position: relative;
    bottom: 0px;
    width: 100%;
    background-color: #EAC544;
    height: fit-content;
    z-index: 99999;
    display: none;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    overflow: hidden;
}

.buttom_form.fixed {
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0px;
}

.buttom_form .form {
    display: flex;
}


.buttom_form .desc_form {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 30%;
    padding: 15px 20px;
}

.buttom_form .desc_form p {
    font-size: 30px;
    color: #2A30D8;
    font-family: var(--DeliciousHandrawn-Regular);
    margin-bottom: 0px;
}

.buttom_form .desc_form img {
    width: 200px;
}



.buttom_form .form_options {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
    margin: 0px auto;
    padding: 10px 30px 10px 0px
}

.buttom_form .form_options .montant_options {
    display: flex;
    justify-content: center;
    gap: 26px;
    align-items: center;
    justify-content: space-between;
}

.buttom_form .form_options .montant_options .form-check-label {
    font-size: 40px;
    font-family: var(--DINPro-Bold);
    line-height: 1.2;
    width: fit-content;
    border-radius: 22px;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
}

.buttom_form .form_options .montant_options .form-check-label sup {
    top: -0.95em;
    left: -0.25em;
    font-size: 0.5em;
}

.buttom_form .form_options .form-check-input:checked+label {
    color: #2A30D8;

}

.buttom_form .form_options .form-check {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-left: 0em;
    margin-bottom: 0rem;
}

.buttom_form .form-check-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: relative;
    border: none !important;
    background-color: #ffffff;
}

.buttom_form .form-check-input:checked::after {
    content: "";
    position: absolute;
    height: 50%;
    width: 50%;
    background-color: #2A30D8;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.buttom_form .option_m {
    display: flex;
    align-items: center;
    gap: 14px;
    justify-content: center;
    flex-direction: column;
}

.buttom_form .form_options .li-input {
    height: 100%;
    position: relative;
}

.buttom_form .form_options .li-input .check-otherAmount {

    position: relative;
}


.buttom_form .form_options input.otherAmount {
    width: 160px;
    height: 30px;
    outline: none;
    border: none;
    background-color: white;
    color: #2A30D8;
    font-family: var(--DINPro-Bold);
    text-align: center;
}

.buttom_form .form_options input.otherAmount::placeholder {
    text-align: center;
    padding: 20px 5px;
    color: #999999;
    font-size: 18px;
    font-family: var(--DINPro-Medium);
}


.buttom_form .description_form {
    text-align: center;
    color: #5D534E;
    font-size: 14px;
    line-height: 18px;
    width: 25%;
    font-family: var(--DINPro);
}

.buttom_form .description_form .result_calculed {
    font-weight: 700;
    font-size: 35px;
    line-height: 1;
    padding: 6px 15px;
    display: block;
    background-color: white;
    color: #000;
    color: #2A30D8;
    border: #2A30D8 2px solid;
    font-family: var(--DINPro-Bold);
    width: fit-content;
    margin: 10px auto;
}



.buttom_form .div-btn {
    text-align: center;
    background-color: #2A30D8;
    color: white;
    width: 10%;
}

.buttom_form .button_cta_form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 15px 10px;
    height: 100%;
}

.buttom_form .button_cta_form img {
    width: 42px;
}

.buttom_form .button_cta_form span {
    font-size: 22px;
    font-family: var(--DINPro-Bold);
    color: white;
    text-decoration: none;
}

.block-footer {
    margin-bottom: 160px;
}

.form_pc {
    display: block;
}

.form_tab {
    display: none;
}


.txt_cookies {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    color: #000;
    font-family: var(--DINPro-Bold);
    font-size: 18px;
}

.txt_cookies a {
    color: #00b5ad;
    font-size: 18px;
    font-family: var(--DINPro-Bold);

}





/*********************responsive*********************/

@media only screen and (max-width: 1500px) {
    .section.section_slider .formulaire {
        width: 430px;
    }

    .buttom_form .button_cta_form span {
        font-size: 22px;
    }

    .buttom_form .desc_form p {
        font-size: 30px;

    }
}

@media only screen and (max-width: 1400px) {
    .section.section_header .logo img {
        width: 27%;
    }

    .section.section_slider .hero .titre h1 {
        font-size: 47px;
    }

    .section.section_slider .hero .descr span {
        font-size: 52px;
    }

    .section.section_slider .hero .txt p {
        font-size: 22px;
    }

    section .titre_section h3 {
        font-size: 39px;
        line-height: 42px;
    }

    section .titre_section h3 span {
        font-size: 64px;
        line-height: 44px;
    }

    .section.section_1 .left-col .item .number h6 {
        font-size: 38px;
    }

    .section.section_1 .content .right-col .titre h5,
    .section.section_1 .content .right-col .blue_titre h6 {
        font-size: 21px;
    }

    .section.section_slider .formulaire {
        width: 380px;
    }

    #type-b.arya .amount label span {
        font-size: 25px !important;
    }

    /********/

    .section.section_4 .content {
        width: 1120px;
    }

    .section.section_5 .content .item .titre h5 {
        font-size: 25px;
    }

    .section.section_5 .content .white-div .div-contenu .number h3 {
        font-size: 45px;
    }

    .section.section_5 .content .white-div .div-contenu .number h3 sup {
        font-size: 28px;
    }

    .section.section_5 .content .white-div .div-contenu .number-ver h3 {
        font-size: 31px;
    }

    .section.section_6::before {
        width: 760px;
        height: 765px;
    }

    .section.section_6 .footer-quote span {
        font-size: 33px;
    }

    .buttom_form .button_cta_form span {
        font-size: 22px;
    }

    .buttom_form .form_options .montant_options .form-check-label {
        font-size: 40px;

    }

    section.section_3 .tab-contents .first-item .right-col .left-div {
        padding: 40px 25px 40px 40px;
    }

    section.section_3 .tab-contents .btn-play img {
        box-shadow: 0 0 0 9px #BEC0F3;
        width: 45px;
    }

    section.section_3 .tab-contents .btn-play p {
        font-size: 17px;
    }
}

@media only screen and (max-width: 1300px) {
    .parent_container {
        width: 1340px;
    }

    section .titre_section h3 {
        font-size: 36px;
        line-height: 42px;
    }

    section .titre_section h3 span {
        font-size: 57px;
        line-height: 39px;
    }

    .section.section_1 .content .right-col .blue_titre h6 br {
        display: none;
    }

    /*******/
    .section.section_4 .content {
        width: 1010px;
    }

    .section.section_4 .item .content .item-contenu .text {
        padding: 30px 60px 50px 0;
    }

    .section.section_4 .item .content .image-personne img {
        width: 270px;
    }

    .section.section_4 .content .left-col {
        width: 33%;
        max-width: 100%;
    }

    .section.section_5 .content .item {
        width: calc(96% / 3);
        padding: 80px 30px 90px;
    }

    .section.section_6::before {
        width: 690px;
        height: 685px;
    }

    .section.section_6 .footer-quote span {
        font-size: 31px;
    }

    .section.section_6 .footer-quote {
        right: 205px;
    }

    .section.section_6 .div-content .footer-counter .item .image img {
        width: 75px;
    }

    .section.section_6 .div-content .texte {
        width: 41%;
        max-width: 100%;
    }

    .section.section-footer .content .image-text .text br {
        display: none;
    }

    .section.section_slider .formulaire {
        width: 380px;
    }

    .buttom_form .desc_form p {
        font-size: 27px;
    }

    .buttom_form .form_options .montant_options .form-check-label {
        font-size: 35px;
    }

    .buttom_form .description_form {
        font-size: 16px;
    }

    .buttom_form .form_options input.otherAmount {
        width: 180px;
        height: 40px;
    }

    .buttom_form .form-check-input {
        width: 22px;
        height: 22px;
    }

    .buttom_form .description_form .result_calculed {
        font-size: 25px;
        padding: 4px 11px;
        margin: 4px auto;
    }

    .buttom_form .button_cta_form span {
        font-size: 22px;
    }

    .buttom_form .button_cta_form img {
        width: 30px;
    }
}

@media only screen and (max-width: 1300px) and (max-height: 700px) {
    .section.section_slider {
        background-position: center right;
    }

    .section.section_slider .div-equipe {
        bottom: 30px;
    }

    .section.section_slider .hero .titre h1 {
        font-size: 44px;
    }

    .section.section_slider .hero .descr span {
        font-size: 49px;
    }

    .section.section_slider .hero {
        top: 58%;
    }

    .section.section_slider .hero .txt {
        margin-bottom: 20px;
    }

    .section.section_slider .formulaire {
        width: 380px;
    }









}

@media only screen and (max-width: 1200px) {
    .texte p {
        font-size: 16px;
        color: #5D534E;
        font-family: var(--DINPro);
    }

    .section.section_5 .content {
        flex-wrap: wrap;
        gap: 90px;
        align-items: center;
        align-items: center;
        justify-content: center;
    }

    .section.section_5 .content .item {
        width: calc(90% / 2);
        padding: 80px 30px 90px;
    }

    .section.section_6::before {
        width: 640px;
        height: 635px;
    }

    .section.section_6 .footer-quote span {
        font-size: 29px;
    }

    .section.section_6 .footer-quote {
        right: 183px;
    }

    .section.section_2 .content .left-col .texte p {
        font-size: 18px;
        line-height: 25px;
    }

    .section.section_2 .content .left-col .texte {
        margin-bottom: 20px;
    }

    /****section-3****/
    .section_3 .tab-buttons {
        width: 450px;
    }

    .section_3 .tab-btn {
        padding: 10px;
    }

    section.section_3 .tab-contents .first-item .left-col {
        width: 40%;
        max-width: 100%;
        padding: 0 15px;
    }

    .section_3 .titre_item span {
        font-size: 20px;
    }

    .section_3 .titre_item {
        padding: 8px 50px 8px 30px;
    }

    section.section_3 .tab-contents .first-item .right-col .left-div {
        padding: 30px 20px 30px 30px;
    }

    section.section_3 .tab-contents .purple-div .titre span {
        font-size: 28px;
    }

    section.section_3 .tab-contents .second-item .right-col .purple-div {
        padding: 16px 22px;
    }

    section.section_3 .tab-contents .second-item .yellow-div .content .left-col {
        padding: 15px 7px;
    }

    section.section_3 .tab-contents .second-item .left-col .titre {
        margin-bottom: 25px;
        margin-left: 33px;
    }

    section.section_3 .tab-contents .second-item .left-col .titre img {
        width: 25px;
    }

    section.section_3 .tab-contents .first-item .right-col .right-div .image .grill-quote span {
        padding: 3px 6px 3px 10px;
        font-size: 14px;
    }

}

@media only screen and (max-width: 1100px) {
    .section.section_4 .btn-play p {
        font-size: 14px;
    }

    .section.section_4 .item .content .image-personne .btn-play img {
        width: 45px;
    }

    .section.section_4 .btn-play {
        bottom: -90px;
    }

    .section.section_slider .formulaire {
        top: 60%;
        transform: translateY(-50%);
        right: 40px;
        width: 380px;
    }

    .section.section_1 .content .right-col .texte p {
        font-size: 20px;
    }

    .section.section_1 .left-col .item .descr p,
    .section.section_1 .left-col .item .txt p,
    .section.section_1 .left-col .item .number h6 span {
        font-size: 16px;
    }

    .section.section_slider .div-equipe {
        bottom: 20px;
    }

    #form-info .titre-formulaire h3 {
        color: #5D534E;
        font-size: 17px !important;
        line-height: 24px !important;
    }

    #form-info .titre-formulaire h5 {
        color: #5D534E;
        font-size: 18px !important;
        font-family: "Roboto", sans-serif !important;
    }

    .section.section_slider {
        background-position: right -130px center;
    }

    .section.section_slider .div-equipe {
        width: 800px;
        max-width: 100%;
    }

    .texte p {
        font-size: 16px;
        color: #5D534E;
        font-family: var(--DINPro);
    }

    section.section_3 .tab-contents .texte p {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .section.section_header .logo img {
        width: 35%;
    }

    .section.section_slider .hero .titre h1 {
        font-size: 45px;
    }

    .section.section_slider .hero .descr span {
        font-size: 49px;
    }

    .section.section_slider .hero .txt p {
        font-size: 20px;
    }

    section .titre_section h3 {
        font-size: 33px;
        line-height: 39px;
    }

    section .titre_section h3 span {
        font-size: 53px;
        line-height: 36px;
    }

    .section.section_1 .content .right-col {
        padding: 40px 40px;
    }

    .section.section_1 .left-col .item .number h6 {
        font-size: 35px;
    }


    .section.section_1 .content .right-col {
        padding: 40px 35px;
    }

    .section.section_2 .content .left-col .descr p {
        font-size: 20px;
    }

    .section.section_2 .content .left-col .texte p {
        font-size: 18px;
        line-height: 25px;
    }

    /****section-3*****/
    .section_3 .titre_item span {
        font-size: 18px;
    }

    .section_3 .tab-btn {
        font-size: 17px;
    }

    .section_3 .tab-btn {
        padding: 8px;
    }

    .section_3 .tab-buttons {
        width: 400px;
    }

    section.section_3 .tab-contents .first-item .right-col .left-div .texte p img {
        width: 28px;
        margin-top: -21px;
        margin-right: 10px;
    }

    .section.section_4 .item .content .item-contenu .quote p span {
        font-size: 20px;
    }





    .section.section_4 .item .content .image-personne img {
        width: 220px;
    }

    .section.section_4 .content {
        width: 900px;
    }

    .section.section_4 .content .left-col {
        width: 29%;
        max-width: 100%;
    }

    .section.section_4 .item .content .item-contenu .text {
        padding: 30px 40px 30px 0;
    }

    .section.section_4 .slick-prev,
    .section.section_4 .slick-next {
        width: 45px !important;
        height: 45px !important;
    }

    /* .section.section_slider {
        background-position: left -80px bottom;
    } */

    .my-btn .white {
        padding: 8px 20px 8px 30px;
    }

    .my-btn .blue {
        padding: 8px 30px 8px 15px;
    }

    .buttom_form .desc_form p {
        font-size: 25px;
    }

    .buttom_form .form_options .montant_options .form-check-label {
        font-size: 30px;
    }

    .buttom_form .form_options input.otherAmount::placeholder {
        font-size: 20px;
    }

    .buttom_form .form_options input.otherAmount {
        width: 160px;
    }

    .buttom_form .form_options .montant_options {
        gap: 16px;
    }

    .buttom_form .button_cta_form span {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1100px) and (max-height: 700px) {
    .section.section_slider {
        background-position: center right;
    }
}

@media only screen and (max-width: 900px) {
    #form-info .titre-formulaire .titre {
        width: fit-content;
        max-width: 100%;
        margin: 0 auto;
        padding: 13px 20px 0;
    }

    .section.section_slider {
        background-position: center;
    }

    .section.section_slider .formulaire {
        bottom: 20px;
        transform: translateY(-50%);
        right: 19px;
        width: 330px;
        top: unset;
        transform: unset;
    }

    .section.section_slider .hero {
        top: 60%;
    }

    .section.section_slider .div-equipe {
        display: none;
    }

    .section.section_1 .content,
    .section.section_2 .content {
        flex-direction: column;
        gap: 30px;
    }

    .section.section_1 .content .right-col .texte {
        margin: 20px 0;
    }

    section.section_2 .titre_section {
        text-align: center;
    }

    .section.section_1 .content .left-col,
    .section.section_1 .content .right-col,
    .section.section_2 .content .left-col,
    .section.section_2 .content .right-col {
        width: 100%;
    }

    .section.section_2 .content .right-col .image {
        margin-bottom: 30px;
        text-align: center;
    }

    .section.section_2 .content .right-col .image img {
        width: 600px;
    }

    .section.section_1 .content .left-col .texte {
        width: 100%;
        max-width: 100%;
    }

    .section.section_2 .content .left-col .texte {
        width: 100%;
        max-width: 100%;
    }

    .my-btn.desktop {
        display: none;
    }

    .my-btn.mobile {
        display: block;
        margin: 0 auto;
    }

    section.section_3 .tab-contents .texte p {
        font-size: 16px;
    }

    /******section-3******/
    section.section_3 .tab-contents .first-item,
    section.section_3 .tab-contents .second-item {
        flex-direction: column;
        gap: 20px;
    }

    section.section_3 .tab-contents .first-item .left-col,
    section.section_3 .tab-contents .first-item .right-col,
    section.section_3 .tab-contents .second-item .left-col,
    section.section_3 .tab-contents .second-item .right-col {
        width: 100%;
    }

    section.section_3 .tab-contents .second-item .right-col .yellow-div .content {
        min-height: 285px;
        gap: 16px;
    }

    section.section_3 .tab-contents .second-item .yellow-div .content .left-col {

        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        border-right: 4px solid #ECC544;
    }

    section.section_3 .tab-contents .second-item .yellow-div .content .right-col .left-div-yellow {
        border-top: unset;
        border-bottom: unset;
    }

    section.section_3 .tab-contents .second-item .yellow-div .left-div-yellow .montant span {
        font-size: 45px;
    }

    section.section_3 .tab-contents .second-item .yellow-div .left-div-yellow .montant span sup {
        font-size: 29px;
    }

    section.section_3 .tab-contents .second-item .yellow-div .deduction span {
        font-size: 37px;
    }

    section.section_3 .tab-contents .second-item .yellow-div .deduction span sup {
        font-size: 24px;
    }


    /******/
    .section.section_4 .item .content .item-contenu .text {
        padding: 30px 0;
    }

    .section.section_4 {
        margin-bottom: 100px;
    }

    .section.section_4 .content {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .section.section_4 .content .left-col,
    .section.section_4 .content .right-col {
        width: 100%;
        max-width: 100%;
    }

    .section.section_4 .item .content .image-personne {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .section.section_4 .content .left-col {
        padding-bottom: 70px;
    }

    .section.section_4 .content .left-col::before {
        content: '';
        width: 100%;
        height: 50%;
        top: unset;
        bottom: 0;
    }

    section.section_4 .titre_section {
        text-align: center;
    }

    section.section_4 .parent_container {
        padding: unset;
    }

    .section.section_4 .item .content .item-contenu {
        padding: 0 30px;
        min-height: 450px;
        margin-bottom: 20px;
    }



    .section.section_4 .slick-next {
        top: unset;
        bottom: -12%;
        left: 55%;
        right: unset;
    }




    .section.section_5 .content .item {
        width: 90%;
        padding: 80px 30px 90px;
    }

    .section.section_6 .div-content .texte {
        width: 75%;
        max-width: 100%;
    }

    .section.section_6::before {
        width: 318px;
        height: 316px;
    }

    .section.section_6 .footer-quote span {
        font-size: 17px;
        padding: 0 3px;
    }

    .section.section_6 .footer-quote {
        right: 63px;
        bottom: 20px;
    }

    .section.section_6 .div-content .footer-counter .item {
        gap: 15px;
    }

    .section.section-footer .content {
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        gap: 20px;
    }

    .section.section-footer .content .logo {
        width: 100%;
    }

    .section.section-footer .content .image-text {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 30px;
    }

    .section.section-footer .content {
        margin-bottom: 20px;
    }

    .section.section-footer .copyright {
        justify-content: center;
    }

    /* ----------- pop-in  - hamid ---------------- */
    .container_popIn {
        padding: 0px;
    }

    .pop_in_cta .content_head {
        padding: 15px;
    }

    .pop_in_cta .title {
        font-size: 20px;
    }

    .pop_in_cta .pourcentage {
        padding: 0px 5px;
        font-size: 32px;
    }

    .pop_in_cta .content_head {
        gap: 10px;
    }

    .pop_in_cta .text {
        font-size: 16px;
        width: 100%;
    }

    .pop_in_cta .title_don {
        font-size: 14px;
    }

    .pop_in_cta .total .number {
        font-size: 32px;
    }

    .pop_in_cta .don_details {
        padding: 8px;
    }

    .pop_in_cta .result .number {
        font-size: 30px;
        padding: 3px 9px;
    }

    .pop_in_cta .logo img {
        width: 170px;
    }

    .pop_in_cta .logo p {
        font-size: 18px;
    }

    .pop_in_cta .content {
        padding: 16px;
    }

    .pop_in_cta .content_text h3 {
        font-size: 24px;
        margin: 15px 0px;
        margin-bottom: 20px;
    }

    .pop_in_cta .content_text p {
        font-size: 18px;
        margin: 12px 0px;
    }

    .pop_in_cta .content_text .footer_popin p {
        font-size: 18px;
        margin-top: 20px;
        text-align: center;
    }

    .pop_in_cta .content_text .footer_popin p span {
        font-size: 25px;
    }

    .section.section_4 .slick-prev {
        top: 15%;
        bottom: unset;
        left: calc(50% - 160px);
        transform: translate(50%, 0px);
        right: unset;

    }

    .section.section_4 .slick-next {
        top: 15%;
        bottom: unset;
        left: unset;
        right: calc(50% - 160px);
        transform: translate(-50%, 0px);
    }

    .form_pc {
        display: none;
    }

    .form_tab {
        display: block;
        margin: auto;
    }

    .buttom_form {
        padding: 10px;
        text-align: center;
        border-radius: 0px;
    }
}

@media only screen and (max-width: 500px) {
    #form-info .titre-formulaire h3 {
        color: #5D534E;
        font-size: 16px !important;
        line-height: 24px !important;
        margin-bottom: 10px !important;
    }

    .section.section_slider {
        height: 1130px;
        background-image: url(../images/visuel-mob.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        background-position-y: 75%;

    }

    .section.section_1 .content .right-col .texte p {
        font-size: 18px;
    }

    .section.section_slider .formulaire {
        bottom: 170px;
        transform: translateX(-50%);
        left: 50%;
        width: calc(100% - 30px);
        max-width: 100%;
        top: unset;
    }

    .section.section_slider .hero {
        top: 19%;
        padding-left: 0px;
    }

    .section.section_slider .hero .contenu {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .parent_container {
        padding: 0 15px;
    }

    .in-mob {
        display: block;
    }

    .in-pc {
        display: none;
    }

    .section.section_4 .item .content .item-contenu {
        padding: 0 15px;
    }

    section.section_1 .titre_section h3 br {
        display: none;
    }

    section.section_1 .titre_section h3 span {
        display: block;
    }

    .section.section_1 .content .left-col .counter-div {
        width: 100%;
        margin: 30px 0 30px;
    }

    .section.section_1 .content .left-col .items {
        flex-direction: column;
    }

    .section.section_1 .content .left-col .items .item {
        width: 100%;
    }

    .section.section_1 .left-col .item .descr.left {
        margin-top: -33px;
        margin-left: 30px;
    }

    .section.section_1 .content .left-col .items .item h6,
    .section.section_1 .content .left-col .items .item p {
        color: #5D534E;
    }

    .section.section_1 .left-col .item .number h6 sup {
        font-size: 20px;
    }

    .section.section_1 .content .right-col {
        padding: 15px 15px;
    }

    /****section-53***/

    section.section_3 .tab-contents .first-item .right-col,
    section.section_3 .tab-contents .purple-div .div-txt,
    section.section_3 .tab-contents .second-item .right-col .yellow-div .content {
        flex-direction: column;
    }

    section.section_3 .tab-contents .first-item .right-col .left-div,
    section.section_3 .tab-contents .first-item .right-col .right-div,
    section.section_3 .tab-contents .purple-div .div-txt .texte,
    section.section_3 .tab-contents .second-item .yellow-div .content .left-col,
    section.section_3 .tab-contents .second-item .yellow-div .content .right-col {
        width: 100%;
    }

    section .titre_section h3 {
        font-size: 27px;
        line-height: 34px;
    }

    section .titre_section h3 span {
        font-size: 39px;
        line-height: 27px;
    }

    .section_3 .titre_item span {
        font-size: 17px;
    }

    .section_3 .titre_item {
        padding: 8px 50px 8px 15px;
    }

    section.section_3 .tab-contents .purple-div .div-txt {
        gap: 20px;
    }

    section.section_3 .tab-contents .second-item .right-col .yellow-div .content {
        min-height: unset;
        gap: 0px;
    }

    .section.section_5 .content .item {
        width: 100%;
        padding: 80px 30px 90px;
    }

    .section.section_5 .content .item.three .titre {
        margin-bottom: 20px;
    }

    .section.section_6 {
        padding: 40px 0 90%;
    }

    .section.section_6 .div-content .texte {
        width: 100%;
        max-width: 100%;
    }

    .section.section_6::before {
        width: 368px;
        height: 362px;
    }

    .section.section_6 .footer-quote {
        right: 95px;
    }

    .section.section-footer .content .my-btn {
        margin: 0 auto;
    }

    .section.section_5 .content .my-btn .blue {
        font-size: 16px;
        width: 80%;
        text-align: left;
        padding: 3px 15px 3px 26px;
    }

    section.section_3 .tab-contents .second-item .yellow-div .content .left-col {
        border-top: 4px solid #EAC544;
        border-left: 4px solid #EAC544;
        border-right: 4px solid #EAC544;
        border-bottom-right-radius: unset;
        border-top-right-radius: 20px;
        border-bottom: unset;
        border-bottom-left-radius: unset;
        padding: 30px 20px 30px;
    }

    section.section_3 .tab-contents .second-item .yellow-div .content .right-col .left-div-yellow {
        border-bottom: unset;
        border-top: unset;
        border-left: 4px solid #EAC544;
        border-bottom-left-radius: 20px;
    }

    section.section_3 .tab-contents .second-item .yellow-div .content .right-col .left-div-yellow::before {
        content: '';
        border-top-left-radius: 17px;
        border-bottom-left-radius: 17px;
    }

    section.section_3 .tab-contents .second-item .yellow-div .content .right-col .right-div-yellow {
        border-right: 4px solid #F7D561;
        border-bottom-right-radius: 20px;
        border-top-right-radius: unset;
        background-color: unset;
        position: relative;
        border-top: unset;
    }

    section.section_3 .tab-contents .second-item .yellow-div .content .right-col .right-div-yellow::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -1;
        background-color: #F7D561;
        border-top-right-radius: 20px;
    }

    section.section_3 .tab-contents .second-item .yellow-div .content .right-col {
        min-height: 260px;
    }

    section.section_3 .tab-contents .second-item .yellow-div .left-col .texte p,
    section.section_3 .tab-contents .second-item .yellow-div .left-col .texte span {
        /* test CH*/
        text-align: center ! important;
    }

    section.section_3 .tab-contents .second-item .yellow-div .left-col .texte span {
        padding-left: unset;
    }

    section.section_3 .tab-contents .second-item .yellow-div .left-col .texte .yellow {
        /* test CH*/
        /*  margin: unset; */
        padding: 2px 8px;
    }

    section.section_3 .tab-contents .first-item .right-col .left-div {
        padding: 30px 20px 30px 20px;
    }

    .section.section_4 .slick-next,
    .section.section_4 .slick-prev {
        top: 14%;
    }

    .section.section_4 {
        margin-bottom: 70px;
    }

    /***header****/
    .section {
        margin-bottom: 40px;
    }

    .section.section_header .logo {
        text-align: center;
    }

    .section.section_header .logo img {
        width: 30%;
    }

    .section.section_slider .hero .titre {
        width: 275px;
        max-width: 100%;
    }

    .section.section_slider .hero .titre h1 {
        font-size: 27px;
        text-align: center;
    }

    .section.section_slider .hero .descr span {
        font-size: 35px;
    }

    .section.section_slider .hero .txt p {
        font-size: 16px;
        text-align: center;
    }

    .section.section_slider .hero .txt p sup {
        font-size: 11px;
    }

    .section.section_slider .hero .txt {
        width: 270px;
    }

    .section.section_slider .hero .descr {
        margin-bottom: 15px;
    }

    .my-btn.desk {
        display: none;
    }

    .my-btn.mob {
        display: block;
        position: absolute;
        bottom: 58px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }

    .my-btn.mob .white {
        font-size: 16px;
    }

    /*----------------  pop-in  - hamid -------------- */
    .container_popIn {
        height: 100%;
    }

    .pop_in_cta .title {
        font-size: 18px;
        margin: 0px;
    }

    .pop_in_cta .title_don {
        font-size: 12px;
    }

    .pop_in_cta .text {
        font-size: 14px;
    }

    .pop_in_cta .logo img {
        width: 140px;
    }

    .pop_in_cta .logo p {
        font-size: 16px;
    }

    .pop_in_cta .content_text h3 {
        font-size: 20px;
    }

    section.section_3 .tab-contents .first-item .right-col .right-div .image {
        margin-bottom: 40px;
    }

    section.section_3 .tab-contents .first-item .right-col .right-div .image img {
        width: 100%;
    }

    section.section_3 .tab-contents .first-item .right-col .right-div .image .grill-quote {
        bottom: -30px;
        left: 34px;
    }
}

@media only screen and (max-width: 440px) {
    .section.section_slider {
        background-position-y: 90%;
    }

    .section.section_slider .formulaire {
        bottom: 200px;
    }
}

@media only screen and (max-width: 415px) {
    .section.section_slider {
        background-position-y: 118%;
    }

    .section.section_slider .formulaire {
        bottom: 192px;
    }
}

@media only screen and (max-width: 399px) {
    .section.section_slider {
        background-position-y: 157%;
    }

    .section.section_slider .formulaire {
        bottom: 223px;
    }

    .my-btn.mob {
        bottom: 103px;
    }
}

@media only screen and (max-width: 390px) {
    .section.section_header .logo img {
        width: 209px;
    }

    .section.section_slider .formulaire {
        bottom: 136px;
    }

    .my-btn.mob {
        bottom: 38px;
    }

    .section.section_slider {
        background-position-y: 190%;
    }

    .section.section_slider .hero {
        top: 21%;
    }

    .section.section_slider .formulaire {
        bottom: 156px;
    }

    .my-btn.mob .white {
        font-size: 15px;
    }

    .section.section_6 .footer-quote {
        right: 70px;
    }

}