:root {
    --font-poppins: "Poppins", sans-serif;
    --font-butler: "Playfair Display", serif;
}

body .Mypage {
    overflow: hidden;
}

body .site-main-diag {
    background-color: #0A1222;
}

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


/* Navigateur */

.section-navigateur {
    position: absolute;
    width: 100%;
    padding: 0 0;
    z-index: 10;
    backdrop-filter: blur(20px);
    background: #FFFFFF0D;
}

.bloc-nav-contact {
    background: #EE6B3D;
}

.lien-nav-contact {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 11px 0;
}

.lien-nav-contact3,
.lien-nav-contact1 {
    display: flex;
    align-items: center;
    gap: 40px;
}

.lien-nav-contact a:hover {
    color: #263685;
}

.lien-nav-contact a:hover svg path {
    fill: #263685;
}

.lien-nav-contact2 a:hover {
    border: 1px solid #263685;
}

.lien-nav-contact a {
    font-family: var(--font-poppins);
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #F4EAE6;
    display: flex;
    align-items: center;
    gap: 10px;
}

.lien-nav-contact2 {
    display: flex;
    align-items: center;
    gap: 15px;
}

.lien-nav-contact2 a {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid #F4EAE6
}

.ul-lien {
    position: relative;
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: space-between;
}

.lien-mobile {
    display: flex;
    align-items: center;
    gap: 20px;
}

.has-dropdown>a {
    font-family: var(--font-poppins);
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #F4EAE6;
    padding: 31px 0;
}


/* section-slide */

section.section-slide {
    position: relative;
    padding: 0 0;
    z-index: 1;
}

.content-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.item-slide {
    position: relative;
    width: 100%;
    /* height: 688px; */
    height: 730px;
    min-height: 550px;
    max-height: calc(100vh - 35px);
    /* max-height: calc(100vh - 200px); */
}

.item-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000059;
    z-index: 1;
}

.item-slide>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.bloc-titre-slide {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 100px;
}

.btn-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px 20px;
    flex-wrap: wrap;
}

.sub-slide {
    font-family: var(--font-poppins);
    font-weight: 300;
    font-size: clamp(13px, 0.143vw + 1rem, 18px);
    line-height: 1.4;
    letter-spacing: 20%;
    text-align: center;
    color: #F4EAE6;
    margin-bottom: 40px;
}

.titre-slide {
    font-family: var(--font-butler);
    font-weight: 700;
    font-size: clamp(13px, 2.43vw + 1rem, 50px);
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    color: #F4EAE6;
    margin-bottom: 10px;
}

.text-slide {
    font-family: var(--font-poppins);
    font-weight: 700;
    font-size: clamp(13px, 1.714vw + 1rem, 40px);
    line-height: 1.3;
    text-align: center;
    color: #F4EAE6;
    margin-bottom: 50px;
}

.main-text {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 5px 10px 5px 0;
    border-right: 3px solid #F4EAE6;
    line-height: 1;
}

.main-text:before {
    content: "";
    position: absolute;
    width: 100%;
    right: 0;
    top: 50%;
    height: 120%;
    background-color: #EE6B3D;
    transform: translateY(-50%);
    transition: all .5s;
    z-index: 2;
    transition-delay: 0.4s;
}

.slide-text-swiper .main-text:before {
    width: 100%;
    transform: translateY(-50%) scaleX(var(--main-text-cover, 1));
    transform-origin: right center;
    transition: none;
    transition-delay: 0s;
}

.slide-text-swiper {
    padding: 10px 0;
}

.effect-text {
    position: relative;
    display: inline-block;
    cursor: pointer;
    perspective: 800px;
}

.slide-text-swiper {
    width: 100%;
    max-width: 100%;
    overflow: visible;
}

.slide-text-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
}

.slide-text-swiper .effect-text {
    transform-style: preserve-3d;
}


/* overlay lettres */

.shattered-text {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    line-height: 1;
    padding: 5px 10px 5px 0;
    margin: 0;
    pointer-events: none;
}

#customDots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    display: flex;
    align-items: center;
    gap: 0;
    z-index: 5;
}

#customDots .owl-dot {
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to right, #F4EAE633 0%, #F4EAE633 100%);
    transition: 0.5s;
    backdrop-filter: blur(4px);
}

#customDots .owl-dot.active {
    background: linear-gradient(to right, #fff 0%, #fff 100%);
}

.owl-carousel.accueil .owl-item .sub-slide,
.owl-carousel.accueil .owl-item .btn-slide,
.owl-carousel.accueil .owl-item .text-slide,
.owl-carousel.accueil .owl-item .titre-slide {
    transform: translateY(50px);
}

.owl-carousel.accueil .owl-item .sub-slide {
    transition: all 1s ease;
}

.owl-carousel.accueil .owl-item .titre-slide {
    transition: all 1s ease 0.2s;
}

.owl-carousel.accueil .owl-item .text-slide {
    transition: all 1s ease 0.3s;
}

.owl-carousel.accueil .owl-item .btn-slide {
    transition: all 1s ease 0.4s;
}

.owl-carousel.accueil .owl-item.active .sub-slide,
.owl-carousel.accueil .owl-item.active .btn-slide,
.owl-carousel.accueil .owl-item.active .text-slide,
.owl-carousel.accueil .owl-item.active .titre-slide {
    transform: translateY(0);
}


/* formulaire */

.section-formulaire {
    position: relative;
    padding: 50px 0;
    background: #052BE7;
    z-index: 3;
}

.section-formulaire::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/form.svg')no-repeat;
    z-index: -1;
}

.label-form {
    font-family: var(--font-poppins);
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #EE6B3D;
    margin-bottom: 10px;
}

.champ-form>button {
    height: 44px;
    width: 100%;
    background: #FFFFFF;
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    font-family: var(--font-poppins);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #33302D;
}

.champ-form>button.active,
.champ-form>button:hover {
    border: 2px solid #EE6B3D;
    color: #EE6B3D;
}

.row-form {
    margin-right: -5px;
    margin-left: -5px;
}

.row-form .col-5,
.row-form .col-7,
.row-form .col-6,
.row-form .col-12 {
    padding-right: 5px;
    padding-left: 5px;
}


/* presentation */

section.section-presentation {
    position: relative;
    overflow: hidden;
    background: #0E0BA9;
}

.img-pre {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 1;
}

img.img-presentation {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 934px;
}

.para-pre {
    font-family: var(--font-poppins);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #F4EAE6;
}


/* valeurs */

.company-benefits-content {
    border: 1px solid #fff;
    border-right: 0;
    border-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 902px;
    width: 100%;
    margin: 0 auto;
}

.benefit-item {
    position: relative;
    text-align: center;
    border-right: 1px solid #F4EAE6;
    border-bottom: 1px solid #F4EAE6;
    flex: 0 0 33.3333%;
    min-height: 200px;
}

.valeur-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.benefit-ico {
    margin-bottom: 10px;
    height: 52px;
    width: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit-txt {
    padding: 25px;
    width: 100%;
    transform: translateY(0);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.valeur-title {
    font-family: var(--font-poppins);
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #F4EAE6;
}

.valeur-text {
    font-family: var(--font-poppins);
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #F4EAE6;
    margin-top: 20px;
}

.benefit-item:hover .benefit-txt {
    transform: translateY(-20px);
    opacity: 0;
    visibility: 0;
}

.benefit-txt-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-align: center;
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 25px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.benefit-item:hover .benefit-txt-hover {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}


/* service */

.section-service {
    position: relative;
    z-index: 2;
}

.section-service::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background: url('../images/bg-service.jpg')no-repeat center / cover;
    z-index: -1;
}

.item-service {
    position: relative;
    width: 100%;
    height: 330px;
    z-index: 1;
}

.item-service::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #EE9B3D66;
    z-index: 2;
    transition: all 0.4s ease;
}

.item-service:hover::before {
    height: 100%;
}

.item-service:hover .bloc-service {
    background: #EE9B3D;
}

.img-service {
    width: 100%;
    height: 100%;
}

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

.bloc-service {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 14px 20px;
    background: #EE6B3D;
    transition: all 0.4s ease;
}

.titre-service {
    font-family: var(--font-poppins);
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #F4EAE6;
}

.text-service {
    font-family: var(--font-poppins);
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #F4EAE6;
}

.nav-service {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 57%;
    left: 0;
    transform: translateY(-50%);
    z-index: 4;
    pointer-events: none;
    width: 100%;
}

.nav-service button {
    pointer-events: all;
    width: 34px;
    height: 34px;
    background: #FAC52E;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.nav-service button:hover {
    background: #EE6B3D;
}


/* avis */

.section-avis {
    padding: 0;
}

.bloc-avis {
    padding: 50px;
    background: #0E0BA9;
    height: 100%;
}

.bloc-avis.paiement {
    background: #052BE7;
}

.titre-avis {
    font-family: var(--font-butler);
    font-weight: 700;
    font-size: clamp(20px, 0.5714vw + 1rem, 24px);
    line-height: 1.25;
    color: #F4EAE6;
    margin-bottom: 15px;
}

.titre-avis span {
    position: relative;
    z-index: 1;
}

.titre-avis span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    background: #0E0BA9;
    bottom: 0px;
    left: 0;
    z-index: -1;
}

.titre-avis.avis span::before {
    background: #052BE7;
}

.text-avis {
    font-family: var(--font-poppins);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #F4EAE6;
    margin-bottom: 35px;
}

.btn-avis {
    display: flex;
    align-items: center;
    gap: 10px 20px;
    flex-wrap: wrap;
}


/* referencement */

.img-ref {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.img-ref::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 15px;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 2;
    border: 3px solid #EE6B3D;
}

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


/* actualite */

.section-actu {
    position: relative;
    z-index: 2;
}

.section-actu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35%;
    background: url('../images/back.jpg')no-repeat center / cover;
    z-index: -1;
}

.bloc-actu {
    width: 100%;
    height: 100%;
    transition: all 0.4s ease;
}

.img-actu {
    position: relative;
    margin-bottom: 25px;
    z-index: 1;
    height: 330px;
}

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

.titre-actu {
    font-family: var(--font-poppins);
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    color: #F4EAE6;
    margin-bottom: 12px;
    transition: all 0.4s ease;
}

.para-actu {
    font-family: var(--font-poppins);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #F4EAE6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.date-actu {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    font-family: var(--font-poppins);
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #F4EAE6;
    padding: 5px 10px;
    background: #EE6B3D;
}

.bloc-actu:hover {
    transform: translateY(-17px);
}

.bloc-actu:hover .titre-actu {
    color: #EE6B3D;
}


/* footer */

.form-news {
    position: relative;
    z-index: 1;
    background: #052BE7;
    height: 100%;
}

.form-news::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/deco-news.svg')no-repeat center / cover;
    z-index: -1;
}

.form-news form {
    padding: 30px 30px 30px 50px;
    height: 100%;
}

.champ-footer input {
    width: 100%;
    height: 44px;
    padding: 10px 20px;
    background: #FFFFFF;
    font-family: var(--font-poppins);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #33302D;
}

.champ-footer {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.text-news {
    font-family: var(--font-poppins);
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #F4EAE6;
}

.msg-news {
    background: #0E0BA9;
    font-family: var(--font-butler);
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    color: #F4EAE6;
    text-align: center;
    padding: 4px 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.msg-news span {
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 17%;
    text-decoration-thickness: 15%;
    text-decoration-skip-ink: auto;
}

.info-news>span,
.info-news>a {
    font-family: var(--font-poppins);
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #F4EAE6;
    transition: all 0.6s ease;
}

.info-news>a:hover span {
    color: #F4EAE6;
}

.info-news>span span,
.info-news>a span {
    color: #D84E1D;
}

.bloc-news-info {
    background: #EE9B3D;
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.info-news {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.line-news {
    height: 1px;
    width: 60px;
    background: #EE6B3D;
}

.text-info-news {
    font-family: var(--font-poppins);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #F4EAE6;
}

.text-info-news span {
    font-weight: 400;
}

.section-newsletter {
    padding: 0;
}


/* footer */

.footer-g {
    background: #D84E1D;
    padding: 85px 0 70px 0;
}

.row-news {
    margin-bottom: -110px;
}

.titre-footer {
    position: relative;
    font-family: var(--font-butler);
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
    margin-top: 100px;
    z-index: 1;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 10px;
}

.titre-footer::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    background: #0E0BA9;
    bottom: 0px;
    left: 0;
    z-index: -1;
}

.lien-footer a,
.lien-mc,
.text-footer {
    font-family: var(--font-poppins);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.lien-footer {
    align-items: flex-start;
}

.lien-footer a,
.lien-mc {
    position: relative;
}

.lien-mc:before,
.lien-footer a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    bottom: 0px;
    background: #FFFFFF;
    left: 0;
    z-index: 1;
    transition: 0.3s ease;
}

.lien-mc:hover::before,
.lien-footer a:hover::before {
    width: 100%;
}

.text-footer span {
    font-weight: 600;
}

.text-i-footer {
    font-family: var(--font-poppins);
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    font-style: Italic;
    margin-top: 30px;
    margin-bottom: 15px;
}

.rx-footer {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rx-footer a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EE9B3D;
    transition: all 0.3s ease;
}

.rx-footer a:hover {
    background: #052BE7;
}

.lien-footer {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.text-footer-2 {
    line-height: 30px;
    margin-bottom: 45px;
}

.copyright {
    background: #EE6B3D;
    padding: 15px 0 27px 0;
}

.bloc-copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bloc-copyright li {
    font-family: var(--font-poppins);
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #F4EAE6;
}

.bloc-copyright li span {
    font-weight: 700;
}

.arobiz {
    display: flex;
    align-items: initial;
    gap: 7px;
}

.bloc-copyright li div {
    display: inline-block;
    margin: 0 6px;
}


/* contact */

.bloc-form-contact {
    padding: 50px;
    position: relative;
    z-index: 1;
    background: #052BE7;
    overflow: hidden;
    height: 100%;
}

.bloc-form-contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    width: 100%;
    height: 100%;
    background: url('../images/bg-contact.svg')no-repeat center / cover;
    z-index: -1;
}

.champ-contact textarea,
.champ-contact input {
    height: 44px;
    padding: 10px 20px;
    background: #FFFFFF;
    width: 100%;
}

.champ-contact textarea {
    height: 130px;
}

.champ-contact textarea::placeholder,
.champ-contact input::placeholder,
.champ-contact textarea,
.champ-contact input {
    font-family: var(--font-poppins);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #33302D;
}

.text-form-contact {
    font-family: var(--font-poppins);
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #F4EAE6;
}

.text-form-contact a {
    font-weight: 600;
    font-style: Italic;
    color: #EE9B3D;
}

.row-contact {
    margin-right: -5px;
    margin-left: -5px;
}

.row-contact .col-12 {
    padding: 0 5px;
}

.btn-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.img-info img {
    width: 100%;
}

.img-info {
    position: relative;
    width: 100%;
    z-index: 1;
}

.img-info .bloc-title {
    position: absolute;
    z-index: 2;
    inset: 18px;
    top: unset;
    left: 40px;
    line-height: 1.3;
}

.bloc-info {
    padding: 40px;
    background: #F4EAE6;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.bloc-info>a,
.bloc-info>span {
    padding-bottom: 25px;
    position: relative;
}

.bloc-info>a::before,
.bloc-info>span::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 1px;
    background: #B0B0B0;
}

.titre-info {
    font-family: var(--font-poppins);
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #33302D;
    margin-bottom: 13px;
}

.texte-info {
    font-family: var(--font-poppins);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #33302D;
}

.bloc-info .texte-info:hover {
    color: #EE6B3D;
}

.map {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 372px;
    margin: 0 15px 15px 0;
}

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

.map::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 15px;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 2;
    border: 3px solid #EE6B3D;
    pointer-events: none;
}


/* template mobile */


/* menu */

ul.menu {
    list-style: none;
}

ul.menu>li {
    position: relative;
}

.section-navigateur.fixed ul.dropdown,
.section-navigateur ul.dropdown {
    top: 100%;
}

ul.dropdown {
    display: block;
    position: absolute;
    left: 0;
    min-width: 180px;
    background: #EE6B3D;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    padding: 0;
    list-style: none;
    z-index: 1;
    width: max-content;
    text-align: left;
    transition: 0.5s;
    visibility: hidden;
    transform: translateY(50px);
    opacity: 0;
    padding: 8px 0;
}

ul.dropdown li a {
    width: 100%;
    display: block;
    padding: 6px 18px;
    color: #F4EBE6;
    font-family: var(--font-poppins);
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

ul.dropdown li:last-child {
    border-bottom: none;
}

ul.dropdown li:hover a {
    color: #EE6B3D;
    background: #F4EBE6;
}

.show-dropdown {
    display: block !important;
}

.has-dropdown>a:hover {
    color: #EE6B3D !important;
}


/* navigateur mobile */

.icon-bar {
    width: 100%;
    height: 6px;
    background: #FFFFFF;
    border-radius: 2px;
    transition: all 0.3s ease;
    display: block;
}

.menu-toggle {
    width: 40px;
    height: 33px;
    position: relative;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 0;
    z-index: 1001;
}

.menu-toggle.open .top {
    transform: rotate(45deg) translate(10px, 6px);
}

.menu-toggle.open .middle {
    opacity: 0;
}

.menu-toggle.open .bottom {
    transform: rotate(-45deg) translate(13px, -12px);
}


/* fixed */

.section-navigateur.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: white;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    height: auto;
}

.section-navigateur.fixed .bloc-nav-contact {
    display: none;
}

.section-navigateur.fixed .has-dropdown>a {
    color: #0E0BA9;
}

@media (max-width: 1199px) {
    .bloc-navigateur-principal {
        background: transparent;
    }

    ul.dropdown {
        display: block;
        position: relative;
        left: 0;
        background: #FFFFFF;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.0);
        padding: 0;
        list-style: none;
        z-index: 1;
        width: 100%;
        text-align: left;
        transition: 0.5s;
        visibility: visible;
        opacity: 0;
        display: none;
    }

    .lien-mobile {
        position: absolute;
        top: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        left: 0px;
        background-color: #FFFFFF;
        gap: 0px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.5s ease, transform 0.5s ease;
        transform: translateY(-15px);
        overflow: hidden;
    }

    .lien-mobile.actived {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        overflow-y: auto;
        max-height: calc(100vh - 80px);
    }

    .lien-mobile>li {
        width: 100%;
    }

    .nav-lien img.logo-fixed,
    .nav-lien img.logo-default {
        padding: 15px 0;
    }

    .lien-mobile a br {
        display: none;
    }

    .lien-mobile a {
        width: 100%;
        justify-content: space-between;
        padding: 10px 15px;
    }

    ul.dropdown li a {
        color: #0E0BA9;
    }

    .lien-mobile.actived ul.dropdown.active {
        display: block;
        opacity: 1;
        transform: translateY(0px);
    }

    .has-submenu>a.active::after,
    .has-dropdown .active i,
    .has-dropdown .active img {
        transform: rotate(180deg);
    }

    .has-dropdown div {
        pointer-events: none;
    }

    .has-submenu>a::after {
        content: "\f078";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: relative;
        font-size: 0.7em;
        transition: transform 0.3s ease;
    }

    .has-submenu>a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .has-dropdown>a {
        color: #0E0BA9;
    }

    .section-navigateur.fixed .icon-bar {
        background: #0E0BA9;
    }
}


/* .Mypage.page */

.Mypage.page .item-slide {
    background: #EE9B3D;
}

.Mypage.page.contact .item-slide::before {
    display: none;
}

.Mypage.page.contact .titre-slide,
.Mypage.page .titre-slide {
    font-size: clamp(28px, 1.714vw + 1rem, 40px);
    color: #0E0BA9;
}

.Mypage.page .item-slide {
    min-height: unset;
    max-height: unset;
    height: 460px;
}

.deco-slide {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    min-width: 600px;
}

.ariane {
    font-family: var(--font-poppins);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.Mypage.page.contact .ariane,
.Mypage.page .ariane {
    color: #052BE7;
}

.ariane {
    text-align: center;
}

.ariane a:hover {
    color: #F4EAE6;
}

.bloc-contact {
    margin-top: -60px;
}

img.deco-page {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
}

.img-int {
    position: relative;
    display: inline-block;
    z-index: 1;
    margin: 0 auto;
}

.img-int::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 15px;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 2;
    border: 3px solid #EE6B3D;
}

.bloc-img-int {
    width: 100%;
    text-align: center;
    margin-top: 54px;
}

.section-intern {
    position: relative;
    z-index: 2;
}

.deco-intern {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
    pointer-events: none;
}

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