/*****Museo Sans*******/
@font-face {
    font-family: 'museo-sans100';
    src: url(../fonts/museo_sans/fonnts.com-Museo_Sans_100.otf);
}


@font-face {
    font-family: 'museo-sans100Italic';
    src: url(../fonts/museo_sans/fonnts.com-Museo_Sans_100_Italic.otf);
}

@font-face {
    font-family: 'museo-sans300';
    src: url(../fonts/museo_sans/fonnts.com-Museo_Sans_300.otf);
}

@font-face {
    font-family: 'museo-sans_300_italic';
    src: url(../fonts/museo_sans/fonnts.com-Museo_Sans_300_Italic.otf);
}

@font-face {
    font-family: 'museo-sans500';
    src: url(../fonts/museo_sans/fonnts.com-Museo_Sans_500.otf);
}

@font-face {
    font-family: 'museo-sans_500_italic';
    src: url(../fonts/museo_sans/fonnts.com-Museo_Sans_500_Italic.otf);
}

@font-face {
    font-family: 'museo-sans700';
    src: url(../fonts/museo_sans/fonnts.com-Museo_Sans_700.otf);
}

@font-face {
    font-family: 'museo-sans_700_italic';
    src: url(../fonts/museo_sans/fonnts.com-Museo_Sans_700_Italic.otf);
}

@font-face {
    font-family: 'museo-sans900';
    src: url(../fonts/museo_sans/fonnts.com-Museo_Sans_900.otf)
}

@font-face {
    font-family: 'museo-sans_900_italic';
    src: url(../fonts/museo_sans/fonnts.com-Museo_Sans_900_Italic.otf);
}


@font-face {
    font-family: 'Morning-regular';
    src: url(../fonts/museo_sans/font.woff2);
}


:root {
    --museo-sans100: 'museo-sans100';
    --museo-sans300: 'museo-sans300';
    --museo-sans500: 'museo-sans500';
    --museo-sans700: 'museo-sans700';
    --museo-sans900: 'museo-sans900';
    --Morning-regular: 'Morning-regular';

}


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: 1250px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}



.my-btn a {
    color: #fff;
    font-family: var(--museo-sans900);
    background: #FF1B29 0% 0% no-repeat padding-box;
    border: 2px solid #FF1B29;
    border-radius: 43px;
    opacity: 1;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    text-decoration: none;
    padding: 12px 35px 9px 30px;
    text-transform: uppercase;
    font-size: 16px;
    width: fit-content;
    transition: .5s ease all;
    position: relative;
}

.my-btn a img {
    width: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
}

.my-btn a:hover,
.my-btn a:focus {
    color: #FF1B29;
}

.my-btn a:hover img,
.my-btn a:focus img {
    filter: brightness(0) saturate(100%) invert(27%) sepia(93%) saturate(6559%) hue-rotate(349deg) brightness(122%) contrast(100%);
}


.hide-desk {
    display: none;
}

.section.section-slider .hero .contenu .mobile-stars {
    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**************/

/* Bounce To Right */
.hvr-bounce-to-right {
    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;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFF;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {
    color: white;
}

.hvr-bounce-to-right:hover:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


/* 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);
}


/* Icon Pulse Grow */
@-webkit-keyframes hvr-icon-pulse-grow {
    to {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

@keyframes hvr-icon-pulse-grow {
    to {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

.hvr-icon-pulse-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);
}

.hvr-icon-pulse-grow .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-icon-pulse-grow .hvr-icon,
.hvr-icon-pulse-grow:focus .hvr-icon,
.hvr-icon-pulse-grow:active .hvr-icon {
    -webkit-animation-name: hvr-icon-pulse-grow;
    animation-name: hvr-icon-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function:
        linear;
    animation-timing-function:
        linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

/***************END HOVER******************/

section.section-header {
    width: 1250px;
    padding: 0 30px;
    max-width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}

section.section-header .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.section-header .content .logo img {
    width: 320px;
    max-width: 100%;
}

/****section-slider***/
.section.section-slider {
    height: 100vh;
    background-color: #13173A;
    background-image: url(../images/bg-sliderr.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.section.section-slider .parent_container {
    height: 100%;
}

.section.section-slider .content {
    height: 100%;
    width: 100%;
    position: relative;
}

.section.section-slider .content .hero {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 700px;
    max-width: 100%;
    z-index: 999;
}

.section.section-slider .hero .contenu {
    position: relative;
}


.section.section-slider .hero .contenu .star-icone {
    position: absolute;
    top: -140px;
    right: 20px;
    z-index: 9;
}

.section.section-slider .hero .contenu .star-icone img {
    width: 200px;
}

.section.section-slider .hero .first-titre {
    margin-bottom: 20px;
}

.section.section-slider .hero .first-titre h3 {
    font-size: 45px;
    color: #fff;
    font-family: var(--Morning-regular);
    background-image: url(../images/bg-red.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: fit-content;
    padding-left: 10px;
    padding-right: 10px;
}

.section.section-slider .hero .text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section.section-slider .hero .text .titre h1 {
    font-size: 52px;
    color: #fff;
    font-family: var(--museo-sans900);
}

.section.section-slider .hero .text .descr {
    width: 65%;
    max-width: 100%;
}

.section.section-slider .hero .text .descr p {
    font-size: 21px;
    color: #fff;
    font-family: var(--museo-sans300);
}

.section.section-slider .hero .text .descr span {
    font-family: var(--museo-sans900);
}

.section.section-slider .videoText-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    margin-left: auto;
}



.section.section-slider .header-slider {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 9;
}

.section.section-slider .header-slider .items,
.section.section-slider .header-slider .item {
    height: 100%;
}

.section.section-slider .header-slider .item {
    position: relative;
}


/****/


.section.section-slider .header-slider .item .div-before .star {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section.section-slider .header-slider .item .div-before .star span {
    font-size: 20px;
    color: #FFCC02;
    font-family: var(--museo-sans900);
    margin-top: -75px;
}

/****/
.section.section-slider .header-slider .item .div-before {
    position: absolute;
    right: 0;
    z-index: 999999999;
    width: 100%;
    bottom: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section.section-slider .header-slider .item .div-before .div-box {
    position: relative;
}


.section.section-slider .header-slider .item .star {
    position: absolute;
    top: 18%;
    left: 54%;
    transform: translate(-50%, 50%);
}




/*****/
.section.section-slider .header-slider .item.div-before {
    position: absolute;
    z-index: 999999999;
    left: 0;
    width: 100%;
    bottom: 160px;
    display: flex;
    align-items: center;
}

.section.section-slider .header-slider .item.item3 .div-before .image {
    width: 100%;
}



/****/


.el {
    display: block;
    margin-left: auto;
    width: 65%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    mask-image: url(../images/bef-video.png);
    mask-size: 110vmin;
    mask-repeat: no-repeat;
    mask-position: top right;
}

.section.section-slider .slick-list.draggable,
.section.section-slider .slick-track {
    height: 100%;
}

.el img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}



/*****start section don form*****/
.section.section-don-form {
    position: fixed;
    bottom: 0px;
    z-index: 1111;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
}

.section.section-don-form .parent_container {
    width: 1400px;
}

.section.section-don-form .parent_container .bg-red {
    background-color: #FFCC02;
    border-radius: 90px 90px 0px 0px;
    padding: unset;
}

.section.section-don-form .navbar-nav {
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
    padding: 10px 65px;
    gap: 10px;
}

.navbar>.container-fluid {
    padding: unset;
}

.navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}


.bg-red {
    background-color: var(--unnamed-color-c32525);
}

.navbar-expand-lg {
    /* box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16); */
    z-index: 99;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: center;
}

li.li-heart {
    display: flex;
    align-items: center;
    gap: 15px;
}

.navbar-nav .nav-item.li-btn {
    display: flex;
    align-items: center;
}

.navbar-nav .nav-item .div-don>span.prix {
    font-size: 35px;
    color: #13173A;
    cursor: pointer;
}

.navbar-nav .form-check {
    min-height: 2.5rem;
    padding-left: 20px;
}

.navbar-nav .form-check .form-check-input {
    margin-left: -2em;
    margin-top: 10px;
}

.navbar-nav .form-check-input {
    width: 24px;
    height: 24px;
}

.navbar-nav .form-check-input:checked {
    background-color: #fff;
}

.navbar-nav .form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%2313173A'/%3E%3C/svg%3E");
}

.navbar-nav .div-don {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.form-text input {
    font-family: var(--museo-sans900);
    border: 2px solid rgb(255 255 255 / 20%);
    padding: 8px 10px;
    background-color: #fff;
    color: #13173A;
    max-width: 100%;
    width: 165px;
}

li.nav-item.li-star {
    width: 160px;
    color: #fff;
    max-width: 100%;
    position: relative;
}

li.nav-item.li-star:after {
    content: url('../images/etoile-filante.svg');
    top: -60px;
    right: 0;
    position: absolute;
}

li.nav-item .div-don strong {
    font-weight: normal;
    font-family: var(--museo-sans900);
}

li.nav-item span.s-description.fs12 {
    font-size: 12px;
    font-family: var(--museo-sans500);
}

span.fs12.s-description.txt {
    display: block;
    line-height: 9px;
}

li.nav-item span.s-description.fs12 .bold {
    font-family: var(--museo-sans900);
}

.d-mobile {
    display: none;
}

.burger-btn {
    margin-top: 10px;
}

.close-toggler {
    position: absolute;
    right: 20px;
    top: 20px;
    border-radius: 50%;
    padding: 0px 7px;
    border: unset;
    background: var(--unnamed-color-ffd300);
}

.fixed {
    position: fixed !important;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

#otherAmount::placeholder {
    font-weight: bold;
    color: #000;
}

.navbar-nav .form-check .form-check-input {
    border: 1px solid;
    border-color: #fff !important;
    cursor: pointer;
}

.my-btn.mobile {
    display: none;
}



/***section-2****/
section.section-2 {
    background-color: #13173A;
    padding: 80px 0 20px 0;
    position: relative;
}


section.section-2::before {
    content: '';
    width: 100%;
    height: 220px;
    background-color: #13173A;
    position: absolute;
    bottom: -220px;
    z-index: 1;
}

section.section-2 .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

section.section-2 .content .left-col {
    width: 83%;
    max-width: 100%;
}

section.section-2 .content .right-col {
    width: fit-content;
    max-width: 100%;
    position: relative;
}

section.section-2 .content .right-col::before {
    content: '';
    position: absolute;
    bottom: -20px;
    right: -85px;
    width: 13px;
    height: 13px;
    background-image: url(../images/section2-point.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50px;
}

section.section-2 .content .left-col p {
    font-size: 27px;
    color: #fff;
    font-family: var(--museo-sans700);
    text-align: center;
}

section.section-2 .content .left-col p a {
    color: #FFCC02;
    text-decoration: none;
}

section.section-2 .content .right-col a img {
    width: 130px;
}

/*****section-3*****/
section.section-3 {
    background-image: url(../images/bg-section3.png);
    position: relative;
    z-index: 999;
    height: 1400px;
}

.section.section-3 .star {
    width: fit-content;
    position: absolute;
    bottom: 350px;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section.same .star span {
    font-size: 20px;
    color: #FFCC02;
    font-family: var(--museo-sans900);
    margin-top: -75px;
}

.section.same .star img {
    width: 130px;
}

section.same {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.same .content {
    position: relative;
}

section.same .parent_container,
section.same .content {
    height: 100%;
}

section .div-content {
    width: 685px;
    max-width: 100%;
    padding: 50px 48px;
    border-radius: 30px;
    background-color: #d8cdc3ad;
    position: absolute;
    top: 43%;
    right: 0;
    transform: translateY(-50%);
}

section .div-content .titre {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 20px;
}

section .div-content .titre .sous-titre {
    background-image: url(../images/red-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: auto
}



section.section-3 .titre .sous-titre.first {
    width: fit-content;
    max-width: 100%;
}

section .div-content .titre .sous-titre.second {
    width: fit-content;
    max-width: 100%;
}


section .div-content .titre .sous-titre span {
    font-size: 50px;
    color: #fff;
    font-family: var(--Morning-regular);
    padding: 0 20px;

}

section .div-content .text p {
    font-size: 18px;
    color: #13173A;
    font-family: var(--museo-sans300);
}

section .div-content .text p sup {
    font-size: 12px;
}

section .div-content .text p b {
    font-family: var(--museo-sans900);
}

section .div-content .text {
    margin-bottom: 30px;
}

section .div-content .bottom-text {
    margin-bottom: 30px;
}

section .div-content .bottom-text p {
    font-size: 30px;
    color: #13173A;
    font-family: var(--museo-sans700);
}

section .div-content .bottom-text p span {
    font-size: 40px;
}

section.same .content .btns {
    display: flex;
    gap: 20px;
}

section.same .content .btns .btn-play a {
    color: #FF1B29;
    background: #fff 0% 0% no-repeat padding-box;
    border: 2px solid #FF1B29;
}

section.same .content .btns .btn-play a:hover {
    color: #fff;
}

section.same .content .btns .btn-play a:focus {
    color: #fff;
}


section.same .content .btns .btn-play a::before {
    background: #FF1B29;
}


/****section-4****/
section.section-4 {
    background-image: url(../images/bg-section4.png);
    margin-top: -380px;
    position: relative;
    z-index: 99;
    height: 1540px;
}

section.section-4 .div-content {
    left: 0;
    top: 49%;
}

.section.section-4 .star {
    width: fit-content;
    position: absolute;
    bottom: 350px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}


/****section-5***/
section.section-5 {
    background-image: url(../images/bg-section-5.png);
    margin-top: -218px;
    position: relative;
    z-index: 9;
    height: 1220px;
}

section.section-5 .div-content {
    top: 48%;
}

.section.section-5 .star {
    width: fit-content;
    position: absolute;
    bottom: 185px;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/**animation***/
@-webkit-keyframes star {
    0% {
        transform: translateY(-50%) scale(0.1);
    }

    25% {
        transform: translateY(-50%) scale(1);
    }

    30% {
        transform: translateY(-50%) scale(1) rotate(0deg);
    }

    50% {
        transform: translateY(-50%) scale(1) rotate(360deg);
    }

    75% {
        transform: translateY(-50%) scale(0.6);
    }

    90% {
        transform: translateY(-50%) scale(1) rotate(360deg);
    }

    100% {
        transform: translateY(-50%) scale(0.1);
    }
}

@keyframes star {
    0% {
        transform: translateY(-50%) scale(0.1);
    }

    25% {
        transform: translateY(-50%) scale(1);
    }

    30% {
        transform: translateY(-50%) scale(1) rotate(0deg);
    }

    50% {
        transform: translateY(-50%) scale(1) rotate(360deg);
    }

    75% {
        transform: translateY(-50%) scale(0.6);
    }

    90% {
        transform: translateY(-50%) scale(1) rotate(360deg);
    }

    100% {
        transform: translateY(-50%) scale(0.1);
    }
}

.imgstar {
    animation: star 10s ease-in-out infinite;
}


/******section-6******/

section.section-6 {
    background-image: url(../images/bg-section6.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0px;
    height: 1540px;
    margin-top: -300px;
    position: relative;
    z-index: 99;
}

section.section-6::before {
    content: '';
    width: 239px;
    height: 137px;
    position: absolute;
    top: -37px;
    right: 390px;
    background-image: url(../images/etoile-jaune.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

section.section-6 .contenu {
    padding-top: 290px;
}

section.section-6 .titre {
    text-align: center;
    margin-bottom: 100px;
    position: relative;
}

section.section-6 .titre::before {
    content: '';
    width: 80px;
    height: 100px;
    position: absolute;
    top: -50px;
    right: -30px;
    background-image: url(../images/section6-bef.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

section .titre h2 {
    font-size: 52px;
    color: #fff;
    font-family: var(--museo-sans900);
    margin-bottom: 25px;
}

section.section-6 .titre span {
    font-size: 41px;
    color: #FFCC02;
    font-family: var(--Morning-regular);
}

section.section-6 .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}

section.section-6 .content .left-col {
    width: 31%;
    max-width: 100%;
}

section.section-6 .content .right-col {
    width: 49%;
    max-width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding: 50px 0;
    z-index: 2;
}

section.section-6 .content .right-col .image .image-parent {
    position: relative;
}

section.section-6 .content .right-col .image .montant {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

section.section-6 .content .right-col .image .montant span {
    font-size: 17px;
    font-family: var(--museo-sans700);
    text-transform: uppercase;
    color: #13173A;
    display: flex;
    flex-direction: column;
}

section.section-6 .content .right-col .image .montant h5 {
    font-size: 123px;
    line-height: 92px;
    font-family: var(--Morning-regular);
    color: #13173A;
}

section.section-6 .content .right-col .image .montant h5 sup {
    font-size: 70px;
}

section.section-6 .content .right-col::before {
    content: '';
    width: 89px;
    height: 89px;
    position: absolute;
    top: 50%;
    left: -120px;
    background-image: url(../images/section6-bef2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

section.section-6 .content .right-col .image.second {
    margin-left: -35px;
    margin-top: 50px;
}

section.section-6 .left-col .number span {
    font-size: 120px;
    font-family: var(--Morning-regular);
    color: #FFCC02;
}

section.section-6 .left-col .text p {
    font-size: 26px;
    font-family: var(--museo-sans300);
    color: #fff;
}

section.section-6 .left-col .text p b {
    font-family: var(--museo-sans700);
}

section.section-6 .my-btn a {
    margin: 0 auto;
}

section.section-6 .reduction .txt {
    text-align: right;
}

section.section-6 .reduction .txt span {
    font-size: 18px;
    font-family: var(--museo-sans700);
    color: #fff;
}

section.section-6 .reduction {
    position: absolute;
    top: 0;
    right: 25px;
}

section.section-6 .reduction .num {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 15px;
}

section.section-6 .reduction .num span {
    font-size: 112px;
    font-family: var(--Morning-regular);
    color: #fff;
}

section.section-6 .reduction .num span sup {
    font-size: 70px;
}

section.section-6 .reduction .num img {
    width: 50px;
    margin-top: 10px;
}


/*****section-7*****/

section.section-7 {
    background-image: url(../images/bg-section7.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px;
    height: 1100px;
    margin-top: -430px;
}

section.section-7 .contenu {
    padding-top: 260px;
    position: relative;
}

section.section-7 .contenu .star {
    position: absolute;
    top: 130px;
    right: -150px;

}

section.section-7 .contenu .star.star2 {
    position: absolute;
    bottom: -90px;
    left: -150px;
    top: unset;
    right: unset;
    display: flex;
    gap: 20px;

}

section.section-7 .contenu .star.star2 img {
    display: none;
}

section.section-7 .contenu .star.star2 span {
    font-size: 12px;
    font-family: var(--museo-sans300);
    color: #13173A;
}

.section .star img {
    width: 130px;
}

section.section-7 .titre {
    text-align: center;
    margin-bottom: 50px;
}

section.section-7 .titre h2 {
    color: #13173A;
}

section.section-7 .titre h2 span {
    background-image: url(../images/bg-jaune.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3px 15px;
}

section.section-7 .content .items {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
}

section.section-7 .items .item {
    background-color: #FFCC02;
    border-radius: 33px;
    padding: 25px 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% / 4);
    gap: 20px;
    text-align: center;
    position: relative;
}

section.section-7 .items .item .archive {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

section.section-7 .items .item .archive span {
    font-size: 9px;
    color: #13173A;
    font-family: var(--museo-sans300);
}

section.section-7 .items .item .div-number {
    width: 45px;
    height: 45px;
    background-color: #13173A;
    border-radius: 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.section-7 .items .item span {
    color: #FFCC02;
    font-family: var(--Morning-regular);
    font-size: 45px;
}

section.section-7 .items .item p {
    font-size: 20px;
    color: #13173A;
    font-family: var(--museo-sans300);
    margin: unset;
}

section.section-7 .items .item p b {
    font-family: var(--museo-sans700);
}

/***** equipe ****/
.section.section-equipe {
    background-image: url(../images/bg-first-footer.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0 80px 0;
    position: relative;
    z-index: 999;
    margin-top: -100px;
    height: 460px;
}

.section.section-equipe .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding-top: 90px;
}

.section.section-equipe .left-col,
.section.section-equipe .right-col {
    width: 50%;
    position: relative;
}

.section.section-equipe .left-col::before {
    content: '';
    width: 67px;
    height: 77px;
    position: absolute;
    top: -40px;
    right: 20px;
    background-image: url(../images/first-footer-right.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}


.section.section-equipe .right-col::before {
    content: '';
    width: 63px;
    height: 68px;
    position: absolute;
    bottom: -45px;
    right: -40px;
    background-image: url(../images/first-footer-left.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.section.section-equipe .left-col .text p {
    font-size: 37px;
    color: #fff;
    font-family: var(--museo-sans900);
}

.section.section-equipe .left-col .text {
    width: 80%;
    max-width: 100%;
}

.section.section-equipe .right-col {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.section.section-equipe .right-col .texte {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.section.section-equipe .right-col .contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.section.section-equipe .right-col .contact .inf {
    display: flex;
    align-items: center;
    gap: 10px;
}

.section.section-equipe .right-col .info p {
    font-size: 24px;
    color: #FFF;
    font-family: var(--museo-sans300);
}

.section.section-equipe .right-col .contact .icone {
    width: 42px;
    max-width: 100%;
}

.section.section-equipe .right-col .contact a {
    font-size: 18px;
    text-decoration: none;
    color: #FFF;
    font-family: var(--museo-sans300);

}

/*****footer*****/

section.section-footer {
    background-color: #13173A;
    padding: 140px 0 60px 0;
    margin-top: -90px;
}

section.section-footer .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.section-footer .content .logo img {
    width: 320px;
    max-width: 100%;
}

section.section-footer .content .texte {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

section.section-footer .content .texte .col {
    text-align: right;
}

section.section-footer .content .mentions {
    display: flex;
    gap: 15px;
    justify-content: right;
}

section.section-footer .content .mentions a,
section.section-footer .content .col span {
    font-size: 13px;
    color: #fff;
    font-family: var(--museo-sans300);
    text-decoration: none;
}

section.section-footer .content .col2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

section.section-footer .content .col a img {
    width: 70px;
}



.my-btn a img,
section.section-header .content .my-btn

/*,
.section.section-slider .header-slider .item .div-before,
section.section-2 .content .left-col p a */
    {
    display: none !important;
}


/***********************************Responsive************************************/
@media screen and (max-width: 1680px) {


    .el {
        width: 75%;
        display: block;
        margin-left: auto;
        max-width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        mask-image: url(../images/bef-video.png);
        mask-size: 99vmin;
        mask-repeat: no-repeat;
        mask-position: top right;
    }



    .section.section-slider .hero .contenu .star-icone {
        right: 8px;
    }

}

@media screen and (max-width: 1500px) {


    .section.section-slider .hero .contenu .star-icone img {
        width: 170px;
    }

    .section.section-slider .hero .contenu .star-icone {
        right: 75px;
        top: -122px;
    }

    .section.section-slider .hero .text .titre h1 {
        font-size: 48px;
    }

    .section.section-slider .hero .first-titre h3 {
        font-size: 40px;
    }



    /****/

    section.section-3 {
        height: 1100px;
    }

    section .div-content {
        width: 660px;
        top: 46%;
        right: 0;
        transform: translateY(-50%);
        padding: 30px 48px;
    }

    section .div-content .text p {
        font-size: 16px;
    }

    section .div-content .bottom-text p {
        font-size: 28px;
        color: #13173A;
        font-family: var(--museo-sans700);
    }

    section .div-content .titre .sous-titre span {
        font-size: 45px;
        padding: 0 15px;
    }

    section .div-content .text {
        margin-bottom: 25px;
    }

    .section.section-3 .star {
        width: fit-content;
        position: absolute;
        bottom: 210px;
        left: 0;
    }

    section.section-4 {
        height: 1240px;
    }

    section.section-4 .div-content {
        left: 0;
        top: 56%;
    }

    .section.section-4 .star {
        bottom: 210px;
        right: 0;
    }

    .section.section-5 .star {
        bottom: 180px;
        left: 0;
    }

    section.section-6 {
        height: 1240px;
        margin-top: -250px;
    }

    section.section-6 .contenu {
        padding-top: 150px;
    }

    section.section-6::before {
        content: '';
        width: 192px;
        height: 110px;
        top: -46px;
        right: 230px;
    }

    section.section-7 {
        height: 1080px;
        margin-top: -340px;
    }

    section.section-7 .contenu {
        padding-top: 200px;
    }

    section.section-7 .contenu .star.star2 {
        position: absolute;
        bottom: -90px;
        left: -70px;
        margin-left: 15px;
    }

    section.section-7 .contenu .star {
        position: absolute;
        top: 120px;
        right: 0;
    }

    .section.section-equipe {
        height: 410px;
    }

    .section.section-equipe .content {
        padding-top: 50px;
    }

    section.section-footer {
        padding: 140px 0 50px 0;
    }

}

@media screen and (max-width: 1500px) and (max-height:750px) {
    .section.section-slider .content .hero {
        position: absolute;
        top: 55%;
    }

    .section.section-slider .hero .contenu .star-icone {
        right: 23px;
        top: -92px;
    }
}

@media screen and (max-width: 1380px) {
    .el {
        mask-size: 90vmin;
        width: 100%;
    }

    section.section-2 .content .right-col::before {
        bottom: -20px;
        right: -15px;
        width: 13px;
        height: 13px;
    }

    section.section-6 .titre::before {
        top: -50px;
        right: 0;
        z-index: -1;
    }

    .section.section-equipe .right-col::before {
        bottom: -45px;
        right: 0;
        z-index: -1;
    }

    section.section-7 .contenu .star.star2 {
        left: -30px;
    }

    .section .star img,
    .section.same .star img {
        width: 110px;
    }

    .section.same .star span {
        margin-top: -65px;
    }
}

@media screen and (max-width: 1300px) {
    .section.section-slider .header-slider .item .star {
        top: 12%;
    }

    /**don form **/
    .form-text input {
        width: 140px;
    }

    .navbar-nav .nav-item .div-don>span.prix {
        font-size: 25px;
    }

    .navbar-nav .nav-item.li-btn .my-btn a {
        font-size: 14px;
        width: 200px;
        max-width: 100%;
    }

    /***section slider****/

    .section.section-slider .hero .contenu .star-icone {
        right: 125px;
        top: -122px;
    }

    section.section-2 .content .left-col p {
        font-size: 25px;
    }

    section .titre h2 {
        font-size: 45px;
    }

    section.section-6 .titre span {
        font-size: 37px;
    }

    section.section-6 .left-col .number span {
        font-size: 105px;
    }

    section.section-6 .left-col .text p {
        font-size: 24px;
        font-family: var(--museo-sans300);
        color: #fff;
    }

    section.section-6 .content .right-col .image.first img {
        width: 320px;
    }

    section.section-6 .content .right-col .image.second img {
        width: 280px;
    }

    section.section-7 .content .items {
        gap: 20px;
    }

    section.section-6 .reduction {
        right: 70px;
        top: -38px;
    }


    /****/


    .section.section-slider .header-slider .item .div-before .star span {
        font-size: 19px;
        margin-top: -58px;
    }

    .section.section-slider .header-slider .item.item3 .date img {
        width: 130px;
    }



}

@media screen and (max-width: 1380px)and (max-height:635px) {
    .section.section-slider .hero .text {
        gap: 5px;
    }

    .section.section-slider .hero .text .titre h1 {
        font-size: 34px;
    }

    .section.section-slider .hero .first-titre h3 {
        font-size: 29px;
    }

    .section.section-slider .hero .contenu .star-icone img {
        width: 100px;
    }

    section.section-header .content .logo img,
    section.section-footer .content .logo img {
        width: 260px;
        max-width: 100%;
    }

    .el {
        mask-size: 115vmin;
        width: 55%;
    }

    .section.section-slider .hero .contenu .star-icone {
        right: 55px;
        top: -50px;
    }

    .section.section-slider .header-slider .item.item1 .div-before {
        bottom: 100px;
    }

    .section.section-slider .header-slider .item.item2 .div-before {
        bottom: 80px;
    }

    .section.section-slider .header-slider .item.item3 .div-before {
        bottom: 60px;
    }
}

@media screen and (max-width: 1100px) {
    .el {
        mask-size: 84vmin;
        width: 74%;
    }

    section .titre h2 {
        font-size: 38px;
    }

    .section.section-slider .hero .text .titre h1 {
        font-size: 40px;
    }

    .section.section-slider .hero .first-titre h3 {
        font-size: 33px;
    }

    .section.section-slider .hero .text .descr p {
        font-size: 19px;
        color: #fff;
        font-family: var(--museo-sans300);
    }

    .section.section-slider .content .hero {
        top: 54%;
    }

    .section.section-slider .hero .contenu .star-icone img {
        width: 130px;
    }

    .section.section-slider .hero .contenu .star-icone {
        right: 285px;
        top: -82px;
    }

    section.section-header .content .logo img,
    section.section-footer .content .logo img {
        width: 250px;
        max-width: 100%;
    }


    .section.section-slider .header-slider .item.item3 .date {
        bottom: 230px;
    }

    .section.section-slider .header-slider .item.item3 .date img {
        width: 100px;
    }

    /*******/

    .section.section-slider .header-slider .item .div-before .star span {
        font-size: 15px;
        color: #FFCC02;
        font-family: var(--museo-sans900);
        margin-top: -52px;
    }


    /******/

    /**section-6**/
    section.section-6::before {
        content: '';
        width: 152px;
        height: 80px;
        top: -37px;
        right: 60px;
    }

    section.section-6 {
        height: 1090px;
        margin-top: -240px;
    }

    section.section-6 .titre {
        margin-bottom: 70px;
    }

    /***section-7**/
    section.section-7 .items .item {
        padding: 20px 10px;
        gap: 20px;
    }

    section.section-7 .content .items {
        width: 100%;
    }

    /**equipe**/

    .section.section-equipe .left-col .text p {
        font-size: 32px;
    }

    .section.section-equipe .right-col .info p {
        font-size: 22px;
    }

    .section.section-equipe {
        height: 380px;
    }

    .section.section-equipe .right-col .image {
        width: fit-content;
    }

    .section.section-equipe .right-col .texte {
        width: 60%;
    }

    section.section-6 .reduction .num img {
        width: 45px;
        margin-top: 10px;
    }

    section.section-6 .reduction {
        position: absolute;
        top: -38px;
        right: 30px;
    }

}

@media screen and (max-width: 930px) {

    section.same .content .btns .btn-play a {
        font-size: 14px;
    }

    .hide-mob {
        display: none !important;
    }

    .hide-desk {
        display: block;
    }


    .el {
        mask-image: unset !important;
        width: 100%;
        position: relative;
    }

    .section.section-slider .header-slider .item .el::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-position: top center;
        background-size: cover;
        background-repeat: no-repeat;
        top: 0;
        left: 0;
    }

    .section.section-slider .header-slider .item.item1 .el::before {
        background-image: url(../images/small-bef-one.png);
    }

    .section.section-slider .header-slider .item.item2 .el::before {
        background-image: url(../images/small-bef-two.png);
    }

    .section.section-slider .header-slider .item.item3 .el::before {
        background-image: url(../images/small-bef-three.png);
    }

    section.section-header .my-btn,
    .section.section-slider .hero .contenu .star-icone {
        display: none;
    }

    .section.section-slider .content .hero {
        top: 61%;
    }

    .section.section-slider .hero .first-titre h3 {
        font-size: 28px;
    }

    .section.section-slider .hero .text .titre h1 {
        font-size: 32px;
    }

    .section.section-slider .hero .text {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }


    .section.section-slider .div-before {
        display: none !important;
    }

    section .div-content .bottom-text p br {
        display: none;
    }




    /******/

    /*don form*/
    .section.section-don-form .parent_container .bg-red {
        display: none;
    }

    .my-btn.mobile {
        display: block;
        display: flex;
        justify-content: center;
        padding: 25px;
        background: #ffcc02;
    }

    .section.section-don-form {
        bottom: 0px;
    }

    section.section-2 .content .left-col p {
        font-size: 21px;
    }

    section.section-2 .content .right-col a img {
        width: 100px;
    }

    section .div-content {
        width: 630px;
        max-width: 100%;
        padding: 42px 35px;
        top: 49%;
    }

    section .div-content .bottom-text p {
        font-size: 25px;
    }

    section.section-6 .reduction {
        position: absolute;
        top: 0;
        right: 30px;
    }

    section .titre h2 {
        font-size: 34px;
    }

    section.section-6 .left-col .text p {
        font-size: 22px;
    }

    section.section-6 .content .right-col .image.first img {
        width: 290px;
    }

    section.section-6 .content .right-col .image.second img {
        width: 250px;
    }

    section.section-7 {
        height: 1030px;
    }

    .section.section-equipe .left-col .text p {
        font-size: 27px;
    }

    .section.section-equipe .left-col .text p {
        font-size: 29px;
    }
}

@media screen and (max-width: 800px) {

    /***********/
    section.section-3 {
        height: 1150px;
    }

    .section.section-3 .star {
        bottom: 150px;
        left: 0;
    }

    .section.section-4 .star {
        bottom: 120px;
        right: 0;
    }

    .section.section-5 .star {
        bottom: 160px;
        left: 0;
    }

    section.section-2 .content {
        flex-direction: column;
    }

    section.section-2 .content .left-col {
        width: 100%;
        max-width: 100%;
    }

    section.section-6 {
        height: 1320px;
        margin-top: -200px;
    }

    section.section-6 .content {
        flex-direction: column;
        gap: 60px;
    }

    section.section-6 .content .right-col .image .montant h5 {
        font-size: 100px;
        line-height: 92px;
    }

    section.section-6 .content .right-col .image .montant h5 sup {
        font-size: 60px;
    }

    section.section-6 .content .right-col .image .montant span {
        font-size: 15px;
    }

    section.section-6 .content .left-col {
        width: 100%;
        max-width: 100%;
    }

    section.section-6 .content .right-col {
        width: 70%;
    }

    section.section-6 .reduction {
        position: absolute;
        top: -30px;
        right: 22px;
    }

    section.section-7 {
        height: 1160px;
    }

    section .titre h2 {
        font-size: 25px;
    }

    section.section-7 .content .items {
        flex-wrap: wrap;
    }

    section.section-7 .items .item {
        padding: 20px 15px;
        gap: 20px;
        width: 45%;
    }

    section.section-6::before {
        top: 0;
    }

    .section.section-equipe {
        height: 540px;
    }

    .section.section-equipe .content {
        flex-direction: column;
    }

    .section.section-equipe .left-col,
    .section.section-equipe .left-col .text {
        width: 100%;
        text-align: left;
    }

    .section.section-equipe .right-col {
        width: 80%;
        max-width: 100%;
    }

    .section.section-equipe .left-col::before {
        z-index: -1;
    }
}

@media screen and (max-width: 600px) {

    section.same .content .btns {
        flex-direction: column;
        gap: 10px;
    }

    section.same .content .btns .btn-play a{
        font-size: 13px;
    }

    section.section-header {
        top: 10px;
    }

    .section.section-slider .header-slider {
        height: 100%;
    }

    .section.section-slider .content .hero {
        top: 66%;
    }

    .section.section-slider .content .hero .my-btn {
        display: none;
    }

    .section.section-slider .hero .text .descr {
        width: 100%;
        max-width: 100%;
    }

    section.section-2 .content .left-col p a {
        display: block;
    }

    .my-btn.mobile {
        display: block;
        display: flex;
        justify-content: center;
        padding: 25px;
        background: unset;
    }

    .section.section-slider .header-slider .item .el::before {
        height: 66%;
    }

    section.section-header .content .logo img,
    section.section-footer .content .logo img {
        width: 200px;
        max-width: 100%;
    }


    .section.section-slider .hero .contenu .mobile-stars {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: -70px;
        padding-right: 30px;
    }

    .section.section-slider .hero .contenu .mobile-stars .date {
        padding-bottom: 70px;
    }

    .section.section-slider .hero .contenu .mobile-stars .date img {
        width: 125px;
    }

    .section.section-slider .hero .text .titre h1 {
        font-size: 28px;
    }

    /*******************/
    section .div-content .bottom-text {
        text-align: center;
    }

    section.section-2 .content .left-col p {
        font-size: 19px;
    }

    .my-btn a {
        padding: 11px 40px 9px 30px;
    }

    .my-btn a img {
        right: 12px;
    }


    section.section-2 .content .right-col::before {
        bottom: -50px;
        right: -15px;
        width: 13px;
        height: 13px;
        z-index: 999;
    }

    section.section-3 {
        height: 1000px;
    }

    section.section-4 {
        height: 1020px;
        margin-top: -89px;
        z-index: 999;
    }

    section.section-4 .div-content {
        left: 0;
        top: 61%;
    }

    section .div-content {
        top: 56%;
    }


    section.section-5 {
        height: 960px;
        margin-top: -70px;
    }

    section.section-5 .div-content {
        top: 71%;
    }

    .section.section-5 .star {
        bottom: unset;
        top: 125px;
        left: unset;
        right: 0;
    }


    section.section-6::before {
        content: unset;
        top: 70px;
    }

    section.section-6 {
        height: 1550px;
        margin-top: -220px;
    }

    section.section-6 .content .right-col {
        width: 100%;
    }

    section.section-6 .content .right-col .image .montant h5 {
        font-size: 80px;
        line-height: 62px;
    }

    section.section-6 .content .right-col .image .montant h5 sup {
        font-size: 46px;
    }

    section.section-6 .titre {
        margin-bottom: 40px;
        padding-top: 100px;
    }

    .section .star img,
    .section.same .star img {
        width: 90px;
    }

    .section.section-3 .star {
        top: 90px;
        bottom: unset;
        left: unset;
        right: 0;
    }

    .section.same .star span {
        margin-top: -45px;
    }

    .section.same .star span {
        font-size: 17px;
    }

    section .div-content .titre .sous-titre span {
        font-size: 28px;
    }

    .parent_container {
        padding: 0 15px;
    }

    section .div-content {
        width: 100%;
        max-width: 100%;
        padding: 35px 25px;
    }

    section .div-content .bottom-text p {
        font-size: 19px;
    }

    section .div-content .bottom-text p span {
        font-size: 25px;
    }

    section .titre h2 {
        font-size: 30px;
    }

    section.section-6 .left-col .number span {
        font-size: 75px;
    }

    section .titre h2 br {
        display: none;
    }

    section .titre h2 span {
        display: block;
    }

    section.section-6 .reduction .num span {
        font-size: 51px;
    }

    section.section-6 .reduction .num span sup {
        font-size: 30px;
    }

    section.section-7 {
        height: 1080px;
    }

    section.section-7 .parent_container {
        padding: unset;
    }

    section.section-7 .titre {
        padding: 0 15px;
    }

    section.section-7 .items .item {
        margin: 0 15px;
        min-height: 290px;
    }

    section.section-7 .contenu .star {
        top: 150px;
    }

    section.section-6 .content .right-col .image .montant span {
        font-size: 12px;
    }

    section.section-7 .contenu .star.star2 {
        left: 0;
        bottom: -90px;
    }

    .section.section-equipe {
        height: 840px;
    }

    .section.section-equipe .right-col {
        flex-direction: column;
    }

    .section.section-equipe .right-col .texte {
        width: 100%;
    }

    .section.section-equipe .right-col {
        width: 100%;
        max-width: 100%;
        align-items: center;
        justify-content: center;
    }

    /**footer**/
    section.section-footer .content {
        flex-direction: column;
        gap: 30px;
    }

    section.section-footer .content .texte {
        gap: 20px;
    }

    .section.section-equipe .right-col .contact .inf {
        gap: 0;
    }

    section.section-3 {
        background-image: url(../images/bg-mobile1.png);
        background-position: top center;
    }

    section.section-4 {
        background-image: url(../images/bg-mobile2.png);
        background-position: top center;

    }

    section.section-5 {
        background-image: url(../images/bg-mobile3.png);
        background-position: top center;
        z-index: 999;

    }

    .section.section-4 .star {
        bottom: unset;
        top: 160px;
        right: unset;
        left: 0;
    }

    section.section-footer .content .col2 {
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }

    section.section-footer .content .texte .col {
        text-align: center;
    }

}