/*****Antonio*******/

@font-face {
    font-family: "Antonio-Bold";
    src: url(../fonts/Antonio/Antonio-Bold.ttf);
}

@font-face {
    font-family: "Antonio-Regular";
    src: url(../fonts/Antonio/Antonio-Regular.ttf);
}

@font-face {
    font-family: "Antonio-Medium";
    src: url(../fonts/Antonio/Antonio-Medium.ttf);
}

@font-face {
    font-family: "Antonio-SemiBold";
    src: url(../fonts/Antonio/Antonio-SemiBold.ttf);
}

/*****Overpass*******/

@font-face {
    font-family: "Overpass-Bold";
    src: url(../fonts/Overpass/Overpass-Bold.ttf);
}

@font-face {
    font-family: "Overpass-ExtraBold";
    src: url(../fonts/Overpass/Overpass-ExtraBold.ttf);
}

@font-face {
    font-family: "Overpass-Regular";
    src: url(../fonts/Overpass/Overpass-Regular.ttf);
}

@font-face {
    font-family: "Overpass-Medium";
    src: url(../fonts/Overpass/Overpass-Medium.ttf);
}

@font-face {
    font-family: "Overpass-Italic";
    src: url(../fonts/Overpass/Overpass-Italic.ttf);
}

@font-face {
    font-family: "Overpass-Black";
    src: url(../fonts/Overpass/Overpass-Black.ttf);
}

@font-face {
    font-family: "Overpass-SemiBold";
    src: url(../fonts/Overpass/Overpass-SemiBold.ttf);
}

@font-face {
    font-family: "Overpass-ExtraLight";
    src: url(../fonts/Overpass/Overpass-ExtraLight.ttf);
}

@font-face {
    font-family: "Overpass-Light";
    src: url(../fonts/Overpass/Overpass-Light.ttf);
}

:root {
    --font-Antonio-Bold: "Antonio-Bold", sans-serif;
    --font-Antonio-Regular: "Antonio-Regular", sans-serif;
    --font-Antonio-Medium: "Antonio-Medium", sans-serif;
    --font-Antonio-SemiBold: "Antonio-SemiBold", sans-serif;
    --font-Overpass-Bold: "Overpass-Bold", sans-serif;
    --font-Overpass-ExtraBold: "Overpass-ExtraBold", sans-serif;
    --font-Overpass-Regular: "Overpass-Regular", sans-serif;
    --font-Overpass-Medium: "Overpass-Medium", sans-serif;
    --font-Overpass-Italic: "Overpass-Italic", sans-serif;
    --font-Overpass-Black: "Overpass-Black", sans-serif;
    --font-Overpass-SemiBold: "Overpass-SemiBold", sans-serif;
    --font-Overpass-ExtraLight: "Overpass-ExtraLight", sans-serif;
    --font-Overpass-Light: "Overpass-Light", sans-serif;
}

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;
}

#header {
    display: none !important;
}

#type-b.arya .step-info {
    display: none !important;
}

.parent_container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto !important;
    padding: 0 30px !important;
}

.section {
    width: 67%;
    max-width: 100%;
    margin-bottom: 55px !important;
}

.bold {
    font-family: var(--font-Gotham-Bold) !important;
}

@keyframes hvr-icon-pulse-grow {
    100% {
        -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,
.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;
}

.hvr-icon-pulse-grow .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function:
        ease-out;
    transition-timing-function:
        ease-out;
}

.my-btn a {
    color: #fff;
    font-family: var(--font-Gotham-Bold);
    background: #CB1753 0% 0% no-repeat padding-box;
    border: 8px solid rgba(203, 23, 83, 0.4);
    box-shadow: 0 0 0 8px rgba(203, 23, 83, 0.2);
    border-radius: 43px;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 11px 35px 9px 30px !important;
    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 {
    color: #CB1753;
}

.my-btn a:hover img {
    filter: brightness(0) saturate(100%) invert(27%) sepia(93%) saturate(6559%) hue-rotate(349deg) brightness(122%) contrast(100%);
}




/*-------------------- 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 !important;
    overflow-y: visible;
    background: #000;
    width: calc(100% - 12em);
    height: 0;
    padding-top: calc((100% - 12em) * 0.5625) !important;

}


@media (min-aspect-ratio: 16 / 9) {
    .video-modal-content {
        width: 0;
        height: calc(100vh - 10em);
        padding-top: 0 !important;
        padding-left: calc((100vh - 10em) * 1.7778) !important;

    }
}


@media (max-width: 640px) {
    .video-modal-content {
        width: calc(100% - 1em);
        padding-top: calc((100% - 1em) * 0.5625) !important;

    }
}


.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: #C1006E;
    -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: #fff;
}

.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******************/

.info-msg,
.success-msg,
.warning-msg,
.error-msg {
    margin: 10px 0;
    padding: 10px;
    border-radius: 3px 3px 3px 3px;
    margin-top: -10px;
}

.success-msg {
    font-size: 14px;
    text-align: center;
    font-family: var(--font-Overpass-Bold);
    color: #270;
    background-color: #DFF2BF;
}

.error-msg {
    font-size: 14px;
    text-align: center;
    font-family: var(--font-Overpass-Bold);
    color: #D8000C;
    background-color: #FFBABA;
}

/*** section header ***/

section.section-header {
    width: 100%;
    padding: 0 30px !important;
    max-width: 100%;
    margin: 0 auto !important;
    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 {
    width: 170px;
}


/*** section slider ***/

.section.section-slider {
    height: 100vh;
    background-image: url("../images/bg-header.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

/* .section.section-slider::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.75) 33%, rgba(0, 0, 0, 0.69) 49%, rgba(0, 0, 0, 0.48) 66%, rgba(0, 0, 0, 0.2) 76%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
}

.section.section-slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 420px;
    background-image: url(../images/blur-top.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 2;
} */

.section.section-slider .parent_container {
    height: 100%;
}

.section.section-slider .content {
    height: 100%;
    width: 100%;
    position: relative;
}

.section.section-slider .hero .contenu {
    position: relative;
}

.section.section-slider .content .hero {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 100%;
    z-index: 999;
}

.section.section-slider .content .title h2 {
    font-size: 50px;
    font-family: var(--font-Antonio-Bold);
    color: #fff;
    text-align: center;
    margin: 0;

}

.section.section-slider .content .title h2 span {
    color: #C1006E;

}

.section.section-slider .content .title h2 .regular {
    font-family: var(--font-Antonio-Regular);
    color: #FFF;
}

/*** section-2 ***/

.title h2 {
    font-family: var(--font-Antonio-Bold);
    font-size: 38px;
    color: #000;
    letter-spacing: 0;
}

.title .pink {
    color: #C1006E;
}

.section-2 .box-text {
    margin-top: 27px;
    display: flex;
    gap: 10px;
}

.section-2 .box-text .txt {
    width: 70%;
}

.section-2 .box-text .stats {
    width: 30%;
    background: #FCF2F8;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-2 .box-text .txt p {
    font-family: var(--font-Overpass-Medium);
    font-size: 19px;
    color: #000;
    line-height: 30px;
    margin: unset;
}

.section-2 .box-text .txt p span {
    font-family: var(--font-Overpass-Bold);
}

.section-2 .box-text .stats .box {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 35px 20px 20px 20px;
    min-height: 184px;
}

.section-2 .box-text .stats .number {
    display: block;
    font-family: var(--font-Overpass-Black);
    font-size: 47px;
    line-height: 25px;
    color: #C1006E;
    margin-bottom: 8px;
}

.section-2 .box-text .stats .label {
    font-family: var(--font-Overpass-SemiBold);
    font-size: 24px;
    line-height: 32px;
    color: #C1006E;
}

.section-2 .content .txt-b {
    margin-top: 27px;
    font-family: var(--font-Overpass-Bold);
    font-size: 20px;
    color: #000000;
    margin-bottom: unset;
}

.section-2 .content .txt-b .pink {
    color: #C1006E;
}

/*** section-3 ***/

.section-3 {
    overflow-x: hidden;
    padding-bottom: 55px;
    margin-bottom: 0 !important;
}

.section-3 .txt {
    margin: 30px 0;
}

.section-3 .txt p {
    font-family: var(--font-Overpass-Medium);
    font-size: 20px;
    color: #000;
    line-height: 25px;
}

.section-3 .txt p span {
    font-family: var(--font-Overpass-Bold);
}

.section-3 .box-carts {
    width: 80%;
    position: relative;
}

.section-3 .item-content {
    display: flex;
    position: relative;
    gap: 25px;
    width: 100%;
    border-radius: 16px;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.25);
    height: 450px;
    overflow: hidden;
}

.section-3 .item-content .item {
    border-radius: 16px;
}

.section-3 .text {
    width: 30%;
    position: relative;
    padding: 30px 0 30px 30px;
}

.section-3 .image {
    flex: 1;
}

.section-3 .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-3 .text p {
    font-family: var(--font-Antonio-SemiBold);
    font-size: 25px;
    color: #000;
    line-height: 40px;
}

.section-3 .text p span {
    color: #02B5AD;
}

.section-3 .custom-arrows {
    position: absolute;
    width: 100%;
    bottom: 15px;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
}

.section-3 .custom-arrows button {
    all: unset;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-3 .custom-arrows button::before {
    content: none !important;
}

.section-3 .custom-arrows img {
    display: block;
    width: 40px;
    height: auto;
}

.section-3 .custom-arrows button:hover img {
    filter: brightness(0) saturate(100%) invert(19%) sepia(56%) saturate(3890%) hue-rotate(307deg) brightness(89%) contrast(124%);
}

.section-3 .slick-list {
    overflow: visible;
}

.section-3 .slick-dots {
    position: absolute;
    bottom: 23px;
}

.section-3 .slick-dotted.slick-slider {
    margin-bottom: unset;
}

.section-3 .slick-dots li {
    width: 20px;
    height: 20px;
}

.section-3 .slick-dots li button:before {
    font-family: 'slick';
    font-size: 15px;
    color: #fff;
    opacity: 1;
}

.section-3 .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #02B5AD;
}

/*** section-4 ***/
.section-4 .accordion {
    max-width: 100%;
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: 0;
    margin-top: 35px;
}

.section-4 .accordion-item {
    margin-bottom: 15px;
    overflow: hidden;
    border: unset;
}

.section-4 .accordion-header {
    width: 100%;
    background: #02B5AD;
    color: #fff;
    border: none;
    padding: 10px 30px;
    font-size: 23px;
    text-align: left;
    display: flex;
    font-family: var(--font-Overpass-Black);
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-radius: 30px 0 30px 0;
    transition: border-radius 0.3s ease;
    min-height: 107px;
}

.section-4 .accordion-header .icon {
    font-size: 60px;
    font-family: var(--font-Overpass-ExtraLight);
    line-height: 40px;
}

.section-4 .accordion-header p {
    margin: unset;
}

.section-4 .accordion-content {
    background: #fff;
    color: #02B5AD;
    padding: 0px 25px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    border: 0;
}

.section-4 .accordion-item.active .accordion-content {
    border: 2px solid #02B5AD;
    border-top: unset;
    border-radius: 0 0 30px 0;
    padding: 15px 25px;
}

.section-4 .accordion-item.active .accordion-header {
    border-radius: 30px 0 0 0;
}

.section-4 .accordion-content p {
    font-family: var(--font-Overpass-Medium);
    font-size: 20px;
}

.section-4 .accordion-content p:last-of-type {
    margin-bottom: 0;
}

.section-4 .accordion-content p span {
    font-family: var(--font-Overpass-Bold);
}

/*** section-5 ***/
section.section.section-5 {
    width: 100%;
    padding: 40px 0 12px 0;
    overflow-x: hidden;
    margin-bottom: unset !important;
    background: #FCF2F8;
}

.section-5 .content {
    width: calc(67% - 12px);
    width: 65%;
}

.section-5 .content .txt {
    font-size: 25px;
    font-family: var(--font-Overpass-Bold);
    color: #000;
    margin: 27px 0 17px 0;
}

.section-5 .content .txt .pink {
    color: #C1006E;
}

.section-5 .testimonial {
    position: relative;
    background: #fff;
    padding: 25px 75px 75px 25px;
    border-bottom-right-radius: 150px;
    display: flex !important;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    /* min-height: 520px; */
}

.section-5 .testimonial::after {
    content: "";
    position: absolute;
    right: -9px;
    bottom: -9px;
    width: 50%;
    height: 50%;
    border: 12px solid #0bb7a7;
    border-left: none;
    border-top: none;
    border-radius: 0 0 150px 0;
}

.section-5 .testimonial-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    position: relative;
}

.section-5 .avatar {
    width: 80px;
}

.section-5 .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.section-5 .quote {
    font-size: 100px;
    font-family: var(--font-Overpass-ExtraBold);
    color: #02B5AD;
    line-height: 0;
    transform: rotate(180deg);
    position: absolute;
    top: -14px;
    right: -30px;
}

.section-5 .testimonial-content {
    margin-top: 40px;
    text-align: right;
}

.section-5 .testimonial-content p {
    font-family: var(--font-Overpass-Italic);
    color: #000;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: justify;
}

.section-5 .testimonial-content.left p {
    font-size: 23px;
}

.section-5 .testimonial-content p span {
    font-weight: 700;
}

.section-5 .author {
    font-size: 18px;
    font-family: var(--font-Overpass-ExtraBold);
    color: #02B5AD;
}

.section-5 .testimonial-nav {
    position: absolute;
    bottom: 20px;
    left: 40px;
    display: flex;
    gap: 15px;
}

.section-5 .testimonial-nav button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    font-size: 22px;
}

.section-5 .testimonial-nav .prev {
    background: #e6f4f2;
    color: #0bb7a7;
}

.section-5 .testimonial-nav .next {
    background: #0bb7a7;
    color: #fff;
}


.section-5 .slick-slide {
    margin: 0 25px;
}

.section-5 .slick-list {
    margin: 0 -25px;
    padding-bottom: 12px;
}

.section-5 .box-slider {
    position: relative;
}

.section-5 .arrows-custom {
    position: absolute;
    width: 100%;
    bottom: 28px;
    padding: 0 30px;
    display: flex;
    gap: 18px;
    left: 0;
}

.section-5 .arrows-custom button {
    all: unset;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-5 .arrows-custom button::before {
    content: none !important;
}

.section-5 .arrows-custom .is-disabled {
    opacity: 0.3;
    pointer-events: none;
}

.section-5 .arrows-custom img {
    display: block;
    width: 40px;
    height: auto;
}

.section-5 .arrows-custom button:hover img,
.section-5 .arrows-custom button:focus img {
    filter: brightness(0) saturate(100%) invert(19%) sepia(56%) saturate(3890%) hue-rotate(307deg) brightness(89%) contrast(124%) !important;
}

/*** section-6 ***/
section.section.section-6 {
    width: 100%;
    padding: 40px 0 55px 0;
    margin-bottom: unset !important;
    background: #FCF2F8;
}

.section-6 .content {
    width: 67%;
    padding: 0 30px 0 0;
}

.section-6 .content .txt {
    font-size: 25px;
    font-family: var(--font-Overpass-Medium);
    color: #000;
    margin: 27px 0;

}

.section-6 .content .txt span {
    font-family: var(--font-Overpass-Bold);
}

.section-6 .content .contacts {
    display: flex;
    gap: 50px;
    justify-content: space-between;
    margin-top: 77px;
}

.section-6 .content .contact-card {
    background: #DFF0EF;
    width: 46%;
    padding: 40px 30px;
    position: relative;
}

.section-6 .avatar {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
}

.section-6 .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.section-6 .contact-card h3 {
    margin-top: 30px;
    font-size: 24px;
    font-family: var(--font-Overpass-Black);
    color: #000;
    margin-bottom: unset;
}

.section-6 .contact-card .role {
    font-size: 18px;
    margin: 10px 0 20px;
    font-family: var(--font-Overpass-Medium);
}

.section-6 .contact-info {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.section-6 .contact-info a {
    display: block;
    color: #000;
    text-decoration: none;
    margin-bottom: unset;
    font-size: 18px;
    font-family: var(--font-Overpass-Regular);
}

.section-6 .contact-info .contact {
    display: flex;
    gap: 10px;
    align-items: center;
}

.section-6 .contact-info a:hover {
    text-decoration: underline;
}

.section-6 .contact-info a.mail {
    text-decoration: underline;
}

/*** section-7 **/
.section-7 .image-mob {
    display: none;
}

.section-7 {
    width: 100%;
    position: relative;
    /* min-height: 470px; */
    color: #fff;
    background: #FCF2F8;
    margin-bottom: unset !important;
}

.section-7 .parent_container {
    padding: 0 30px 0 0 !important;
}

.section-7 .content {
    position: relative;
    width: calc(67% + 15px);
    padding: 25px 0 75px 30px;
    background: url(../images/bg-section7.png) center / cover no-repeat;
}

.section-7 .content::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right,
            rgba(0, 0, 0, 0.7) 0%,
            rgba(0, 0, 0, 0.5) 40%,
            rgba(0, 0, 0, 0.2) 70%,
            rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.section-7 .title {
    width: 520px;
    max-width: 100%;
    margin-bottom: 23px;
    position: relative;
    z-index: 2;
}

.section-7 .title h2 {
    color: #fff;
}

.section-7 .box-stats {
    position: relative;
    z-index: 2;
    width: 520px;
    max-width: 100%;
}

.section-7 .box-stat {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 38%;
}

.section-7 .hero-stats {
    list-style: none;
    padding: 0;
    margin: 0;
}

.section-7 .hero-stats li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.section-7 .image {
    width: 62px;
    position: relative;
}

.section-7 .image .stat {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-7 .image .stat.two {
    width: 50px;
    height: 28px;
}

.section-7 .image .stat.tree {
    width: 37px;
    height: 37px;
}

.section-7 .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-7 .hero-stats span {
    font-size: 25px;
    font-family: var(--font-Overpass-Bold);
}

.section-7 .hero-stats p {
    font-size: 16px;
    font-family: var(--font-Overpass-Medium);
    margin: 5px 0 0;
}

/*** footer ***/
section.section_footer {
    margin: unset;
    background: #C1006E;
    padding: 10px 0;
}

.section_footer .content {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.section_footer .content .logo {
    width: 20%;
}

.section_footer .content .logo img {
    width: 185px;
}

.section_footer .content .texte {
    width: 50%;
}

section.section_footer .content .texte {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

section.section_footer .content .texte img {
    width: 71px;
}

section.section_footer .content .texte p {
    font-size: 17px;
    font-family: var(--font-Overpass-Regular);
    color: #fff;
    margin: unset;
}

section.section_footer .content .copyrights {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 22%;
}

section.section_footer .content .copyrights .image {
    width: 49px;
}

section.section_footer .content .copyrights .image img {
    margin-bottom: 10px;
    width: 100%;
    object-fit: cover;
}

section.section_footer .content .copyrights p {
    font-size: 15px;
    font-family: var(--font-Overpass-Light);
    color: #fff;
    margin: unset;
}

section.section_footer .content .copyrights p span {
    font-family: var(--font-Overpass-SemiBold);
}

/***formulaire***/
.mobile-fixed-btn {
    display: none;
}

.assurance-form {
    position: fixed;
    top: 0;
    right: 0;
    background: #C1006E;
    padding: 20px 35px 20px 35px;
    width: 34%;
    height: fit-content;
    max-height: 100vh;
    border-radius: 20px 0 0 20px;
    color: #fff;
    z-index: 999;
    overflow-y: auto;
    scroll-behavior: smooth;
}

.assurance-form .close-form {
    display: none;
}

.assurance-form.stop {
    position: absolute;
}

.assurance-form h2 {
    text-align: center;
    font-size: 27px;
    font-family: var(--font-Overpass-Regular);
    color: #fff;
    line-height: 31px;
}

.assurance-form h2 span {
    font-family: var(--font-Overpass-Bold);
}

.assurance-form .subtitle {
    text-align: center;
    font-size: 17px;
    font-family: var(--font-Overpass-Italic);
    margin-bottom: 35px;
}

.assurance-form .civility {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 15px;
    font-family: var(--font-Overpass-Regular);
    margin-bottom: 8px;
}

.assurance-form .civility label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.assurance-form .civility .box-radio {
    display: flex;
    align-items: center;
    gap: 50px;
}

.assurance-form .civility .box-radio input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    margin-bottom: 5px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    outline: none;
    padding: 10px;
}

.assurance-form .civility .box-radio input[type="radio"]:checked::after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #C1006E;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.assurance-form .civility span {
    margin-right: 10px;
}

.assurance-form input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 10px 0 2px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 15px;
    font-family: var(--font-Overpass-Regular);
}

.assurance-form input::placeholder {
    color: #fff
}

.assurance-form input:focus {
    outline: none;
    border-bottom-color: #fff;
}

.assurance-form .box-row {
    display: flex;
    gap: 15px;
}

.assurance-form .box-row input {
    flex: 1;
    width: 100%;
}

.assurance-form .required {
    font-size: 10px;
    font-family: var(--font-Overpass-Italic);
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.8);
}

.assurance-form button {
    width: 100%;
    background: #fff;
    color: #000;
    border: none;
    padding: 10px;
    font-family: var(--font-Overpass-Bold);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 30px;
    border-radius: 5px;
    cursor: pointer;
    border: 2px #fff solid;
    margin-bottom: 20px;
}

.assurance-form button:hover {
    background: #f2f2f2;
}

.assurance-form .legal {
    font-size: 10px;
    color: #fff;
    font-family: var(--font-Overpass-Italic);
    color: rgba(255, 255, 255, 0.8);
}

/***********************************Responsive************************************/

@media screen and (max-width: 1300px) {

    .my-btn a {
        font-size: 15px;
    }

    .title h2 {
        font-size: 36px;
    }

    /***section-slider***/
    .section.section-slider .content .title h2 {
        font-size: 45px;
    }

    /***section-2***/
    .section-2 .box-text .stats .number {
        font-size: 45px;
    }

    .section-2 .box-text .stats .label {
        font-size: 22px;
        line-height: 30px;
    }

    /***section-3***/
    .section-3 .item-content {
        height: 500px;
    }

    .section-3 .text p br {
        display: none;
    }

    /***section-4***/
    .section-4 .accordion-header {
        font-size: 23px;
    }

    .section-4 .accordion-content p {
        font-size: 21px;
    }

    .section-4 .accordion-header .icon {
        font-size: 55px;
    }

    /**formulaire**/
    .assurance-form input {
        margin-bottom: 10px;
    }

    .assurance-form h2 {
        font-size: 28px;
        line-height: 32px;
    }

    .assurance-form .subtitle {
        font-size: 16px;
    }

    .assurance-form button {
        padding: 8px;
        font-size: 18px;
        line-height: 28px;
    }

}

@media screen and (max-width: 1150px) {
    .title h2 {
        font-size: 32px;
    }

    .section {
        margin-bottom: 45px !important;
    }

    /**section-slider**/
    .section.section-slider .content .title h2 {
        font-size: 35px;
    }

    /***section-2**/
    .section-2 .box-text .txt p {
        font-size: 17px;
        line-height: 28px;
    }

    .section-2 .box-text .stats .number {
        font-size: 38px;
    }

    .section-2 .box-text .stats .label {
        font-size: 19px;
        line-height: 24px;
    }

    .section-2 .box-text .stats .label br {
        display: none;
    }

    .section-2 .content .txt-b {
        font-size: 18px;
    }

    /*** section-3**/
    .section-3 {
        padding-bottom: 45px;
        margin-bottom: 0 !important;
    }

    .section-3 .txt p {
        font-size: 18px;
        line-height: 23px;
    }

    .section-3 .txt {
        margin: 25px 0;
    }

    .section-3 .txt p br {
        display: none;
    }

    .section-3 .text p {
        font-size: 22px;
        line-height: 36px;
    }

    /*** section-4**/
    .section-4 .accordion-header {
        font-size: 21px;
        min-height: 101px;
    }

    .section-4 .accordion-content p {
        font-size: 19px;
    }

    .section-4 .accordion {
        margin-top: 32px;
    }

    /***sedction-5**/
    .section-5 .content .txt {
        font-size: 22px;
        margin: 22px 0 17px 0;
    }

    .section-5 .testimonial-content p {
        font-size: 19px;
    }

    .section-5 .content {
        width: 65%;
    }

    /***section-6**/
    section.section.section-6 {
        margin-bottom: unset !important;
    }

    .section-6 .content .txt {
        font-size: 22px;
        margin: 22px 0 17px 0;
    }

    .section-6 .content .txt br {
        display: none;
    }

    .section-6 .contact-card h3 {
        margin-top: 30px;
        font-size: 22px;
    }

    .section-6 .contact-card .role {
        font-size: 17px;
        margin: 8px 0 15px;
    }

    .section-6 .content .contact-card {
        padding: 40px 30px 25px;
    }

    .section-6.section-6 .contact-info a {
        font-size: 16px;
        word-break: break-word;
        overflow-wrap: anywhere;
        white-space: normal;
    }

    /***section-7**/
    .section-7 {
        margin-bottom: unset !important;
    }

    /**section-footer**/
    .section_footer .content .logo img {
        width: 160px;
    }

    section.section_footer .content .texte p {
        font-size: 14px;
        margin: unset;
    }

    section.section_footer .content .texte {
        gap: 30px;
    }

    section.section_footer .content .copyrights p {
        font-size: 13px;
    }

    /**formulaire**/
    .assurance-form {
        padding: 20px 30px 43px 30px;
        height: 100dvh;
    }

    .assurance-form h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .assurance-form .subtitle {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .assurance-form button {
        font-size: 16px;
        line-height: 26px;
    }

    .assurance-form .civility {
        font-size: 14px;
    }

    .assurance-form input {
        font-size: 14px;
    }

    .assurance-form .civility .box-radio {
        gap: 40px;
    }

}

@media screen and (max-width: 800px) {
    .section {
        margin-bottom: 45px !important;
        width: 100%;
    }

    /**section-3**/
    .section-3 .box-carts {
        width: 100%;
    }

    .section-3 .item-content {
        height: 400px;
    }

    .section-3 {
        padding-bottom: 45px;
        margin-bottom: 0 !important;
    }

    /***section-5**/

    .section-5 .content {
        width: 100%;
    }

    /**section-6**/
    .section-6 .content {
        width: 100%;
        padding: unset;
    }

    /*section-7**/

    .section-7 {
        margin-bottom: unset !important;
    }

    .section-7 .parent_container {
        padding: unset !important;
    }

    .section-7 .content {
        position: relative;
        width: 100%;
        padding: 25px 0 75px 30px;
        background: url(../images/bg-section7.png) center / cover no-repeat;
    }

    /***section-footer***/
    section.section_footer {
        padding-bottom: 85px !important;
    }

    /**formulaire**/
    .assurance-form .close-form {
        display: block;
        color: #fff;
        text-align: right;
    }

    .mobile-fixed-btn {
        display: block;
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 30px);
        background: #C1006E;
        color: #fff;
        font-size: 18px;
        font-family: var(--font-Overpass-Bold);
        line-height: 28px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
        padding: 10px 20px;
        font-weight: bold;
        z-index: 999;
        border: none;
        border-radius: 20px;
    }

    .mobile-fixed-btn img {
        width: 47px;
    }

    .assurance-form {
        position: fixed;
        inset: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        z-index: 1000;
        border-radius: unset;
        opacity: 0;
        pointer-events: none;
    }

    .assurance-form.active {
        opacity: 1;
        pointer-events: auto;
    }

    .assurance-form .form-inner {
        position: absolute;
        bottom: 0;
        left: 15px;
        width: calc(100% - 30px);
        max-height: 90vh;
        background: #C1006E;
        padding: 35px 35px 43px 35px;
        border-radius: 20px 20px 0 0;
        transform: translateY(100%);
        transition: transform .3s ease;
        overflow-y: auto;
        scroll-behavior: smooth;
    }

    .assurance-form.active .form-inner {
        transform: translateY(0);
    }

    .close-form {
        position: absolute;
        top: 15px;
        right: 20px;
        font-size: 22px;
        cursor: pointer;
    }
}

@media screen and (max-width: 600px) {
    .section {
        margin-bottom: 25px !important;
    }

    .parent_container {
        padding: 0 15px !important;
    }

    .title h2 {
        font-size: 20px;
    }

    .my-btn a {
        font-size: 18px;
        width: 80%;
        padding: 15px 35px 14px 30px !important;
    }

    /**section-header***/
    section.section-header {
        position: relative;
        top: unset;
        height: 100px;
        z-index: 1;
    }

    section.section-header::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 170px;
        background-image: url(../images/haut-blur.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        z-index: 1;
    }

    section.section-header .content .logo {
        width: 170px;
        position: absolute;
        top: 5px;
        z-index: 2;
    }

    /*section slider*/
    .section.section-slider {
        height: 50dvh;
        background-image: url(../images/bg-mob.png);
        z-index: 0;
    }

    .section.section-slider::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 200px;
        background-image: url(../images/haut-blur.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        z-index: 2;
        transform: rotate(180deg);
    }

    .section.section-slider .content .hero {
        bottom: 16px;
    }

    .section.section-slider::before {
        content: unset;
    }

    .section.section-slider .content .title h2 {
        font-size: 20px;
    }

    /**section**/
    .section-2 .box-text {
        gap: 10px;
        flex-direction: column;
        margin-top: 15px;
    }

    .section-2 .box-text .txt {
        width: 100%;
    }

    .section-2 .box-text .txt p {
        font-size: 16px;
    }

    .section-2 .box-text .stats {
        width: 100%;
    }

    .section-2 .box-text .stats .number {
        font-size: 45px;
    }

    .section-2 .box-text .stats .label {
        font-size: 22px;
        line-height: normal;
    }

    .section-2 .box-text .stats .box {
        min-height: 121px;
        gap: 8px;
        padding: 30px 20px 10px 20px;
    }

    .section-2 .content .txt-b {
        font-size: 16px;
        margin-top: 15px;
    }

    /**section-3**/
    .section-3 {
        padding-bottom: 25px;
        margin-bottom: unset !important;
    }

    .section-3 .txt p {
        font-size: 16px;
        line-height: 23px;
    }

    .section-3 .txt {
        margin: 15px 0px 20px 0;
    }

    .section-3 .item-content {
        gap: 10px;
        box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
        height: 200px;
        overflow: hidden;
    }

    .section-3 .text {
        width: 50%;
        padding: 30px 0 30px 10px;
        display: flex;
        align-items: center;
    }

    .section-3 .image {
        flex: unset;
        width: 50%;
    }

    .section-3 .text p {
        font-size: 14px;
        line-height: 20px;
    }

    .section-3 .custom-arrows img {
        width: 20px;
    }

    .section-3 .slick-dots {
        bottom: 16px;
    }

    .section-3 .slick-dots li button:before {
        font-size: 7px;
        color: #DFF0EF;
    }

    .section-3 .slick-dots li {
        width: 7px;
        height: 7px;
    }

    /**section-4**/
    .section-4 .accordion {
        margin-top: 15px;
    }

    .section-4 .title {
        width: 76%;
    }

    .section-4 .accordion-item {
        margin-bottom: 7px;
    }

    .section-4 .accordion-header {
        font-size: 16px;
        min-height: 85px;
        gap: 5px;
    }

    .section-4 .accordion-content p {
        font-size: 16px;
    }

    .section-4 .accordion-header .icon {
        font-size: 35px;
        line-height: normal;
    }

    .section-4 .accordion-header p br {
        display: none;
    }

    /**section-5**/
    section.section.section-5 {
        padding: 25px 0 10px 0;
    }

    .section-5 .content .txt {
        font-size: 16px;
        margin: 15px 0 20px 0;
    }

    .section-5 .quote {
        font-size: 60px;
        top: 0px;
        right: -15px;
    }

    .section-5 .testimonial {
        padding: 25px 25px 80px 25px;
        display: flex !important;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        border-bottom-right-radius: 80px;
        gap: 13px;
        min-height: 535px !important;
    }

    .section-5 .testimonial::after {
        right: -7px;
        bottom: -7px;
        border: 9px solid #0bb7a7;
        border-left: none;
        border-top: none;
        border-radius: 0 0 80px 0;
    }

    .section-5 .testimonial-header {
        margin-bottom: unset;
    }

    .section-5 .testimonial-content {
        margin-top: unset;
        text-align: right;
    }

    .section-5 .testimonial-content p {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .section-5 .testimonial-content.left p {
        font-size: 18px;
    }

    .section-5 .author {
        font-size: 16px;
    }

    .section-5 .author br {
        display: none;
    }

    .section-5 .arrows-custom {
        position: absolute;
        padding: 0 60px 0 25px;
        display: flex;
        gap: 18px;
        left: 0;
        z-index: 1;
        justify-content: space-between;
        bottom: 32px;
    }

    .section-5 .arrows-custom img {
        width: 40px;
    }

    .section-5 .arrows-custom button:hover img,
    .section-5 .arrows-custom button:focus img {
        filter: brightness(0) saturate(100%) invert(19%) sepia(56%) saturate(3890%) hue-rotate(307deg) brightness(89%) contrast(124%) !important;
    }

    /***section-6**/
    section.section.section-6 {
        margin-bottom: unset !important;
        padding: 25px 0;
    }

    .section-6 .content .txt {
        font-size: 16px;
        margin: 15px 0 20px 0;
    }

    .section-6 .avatar {
        width: 90px;
        height: 90px;
    }

    .section-6 .content .contacts {
        display: flex;
        gap: 65px;
        margin-top: 70px;
        flex-direction: column;
        padding: 0 20px;
    }

    .section-6 .content .contact-card {
        padding: 30px 13px 20px;
        width: 100%;
    }

    .section-6 .contact-card h3 {
        font-size: 18px;
    }

    .section-6 .contact-card .role {
        font-size: 16px;
        margin: 10px 0 20px;
    }

    /**section-7**/
    .section-7 .image-mob {
        display: block;
        position: relative;
        z-index: 0;
        margin-top: -10px;
        width: 100%;
        height: 200px;
    }

    .image-mob img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: bottom;
    }

    .section-7 {
        margin-bottom: unset !important;
        background: unset;
    }

    .section-7 .content::before {
        content: unset;
    }

    .section-7 .content {
        position: relative;
        padding: 15px 0 17px;
        background: #000;
        z-index: 1;
        overflow: visible;
    }

    .section-7 .content::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 34%;
        background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.9) 11%, rgba(0, 0, 0, 0.8) 14%, rgba(0, 0, 0, 0.48) 20%, rgba(0, 0, 0, 0.1) 94%, rgba(0, 0, 0, 0) 100%);
        z-index: 0;
        transform: rotate(180deg);
    }

    .section-7 .box-stats {
        position: relative;
        z-index: 0;
    }

    .section-7 .box-stats::after {
        content: "";
        position: absolute;
        left: 0;
        top: -26px;
        width: 100%;
        height: 26px;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
        z-index: 2;
        pointer-events: none;
    }

    .section-7 .title {
        width: 100%;
        max-width: 100%;
        padding: 0 15px;
        margin-bottom: unset;
        position: relative;
        z-index: 2;
        text-align: center;
    }

    .section-7 .title h2 {
        margin-bottom: unset;
    }

    .section-7 .title h2 br {
        display: none;
    }

    .section-7 .hero-stats li {
        justify-content: center;
        flex-direction: column;
        margin-bottom: 15px;
        gap: 10px;
    }

    .section-7 .box-stat {
        width: 100%;
    }

    .section-7 .hero-stats span {
        font-size: 20px;
    }

    .section-7 .hero-stats p {
        font-size: 16px;
        font-family: var(--font-Overpass-Medium);
        margin: unset;
    }

    .section-7 .image .stat.tree {
        width: 28px;
        height: 28px;
    }

    .section-7 .image .stat.two {
        width: 38px;
        height: 20px;
    }

    .section-7 .image {
        width: 50px;
    }

    /**footer*/
    section.section_footer {
        padding: 5px 0;
    }

    .section_footer .content {
        flex-direction: column;
        gap: 13px;
    }

    .section_footer .content .logo {
        width: 100%;
        text-align: center;
    }

    .section_footer .content .logo img {
        width: 130px;
    }

    .section_footer .content .texte {
        width: 100%;
    }

    section.section_footer .content .copyrights {
        display: flex;
        align-items: center;
        gap: 5px;
        width: 100%;
        justify-content: center;
    }
}

@media screen and (max-width: 390px) {}