:root {
    --font-Raleway: "Raleway", sans-serif;
    --font-Poppins: "Poppins", sans-serif;
}

body .Mypage {
    overflow: hidden;
}

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

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    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;
}

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

.lien-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.has-dropdown>a {
    padding: 50px 0;
    font-family: var(--font-Raleway);
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 4%;
    color: #FFFFFF;
}


/* section-slide */

section.section-slide {
    position: relative;
    padding: 0 0;
    overflow: hidden;
}

.item-slide {
    position: relative;
    width: 100%;
    /* height: 750px; */
    height: 100vh;
    max-height: 100vh;
    min-height: 650px;
}

.item-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-blend-mode: darken;
    background: #57484840;
    background: linear-gradient(180deg, rgba(87, 72, 72, 0.5) 0%, rgba(189, 156, 156, 0.15) 100%);
    z-index: 1;
}

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

.bloc-titre-slide {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    z-index: 4;
    width: 100%;
}

.flex-slide {
    max-width: 721px;
    position: relative;
    left: 68%;
    transform: translateX(-50%);
}

.bloc-titre-slide .conatiner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon-img-slide {
    text-align: center;
    margin-bottom: 20px;
}

.titre-slide {
    font-family: var(--font-Raleway);
    font-weight: 600;
    font-size: clamp(22px, 1.11vw + 1rem, 32px);
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 59px;
}

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

.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 .titre-slide {
    transition: all 1s ease 0.1s;
}

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

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

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

.info-slide {
    position: absolute;
    top: 50%;
    right: 21px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 16px;
    z-index: 8;
}

.info-slide a {
    width: 40px;
    height: 40px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 25%, rgba(255, 255, 255, 0.18) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(15px);
    transition: all 0.4s ease;
}

.info-slide a:hover {
    scale: 1.2;
}


/* formulaire */

.section-formulaire {
    position: absolute;
    width: 100%;
    z-index: 5;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.text-form {
    font-family: var(--font-Raleway);
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 4%;
    color: #173054;
}

.label-form {
    font-family: var(--font-Raleway);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 4%;
    text-transform: uppercase;
    color: #173054;
    margin-bottom: 8px;
}

.les-form {
    position: relative;
    width: 100%;
    max-width: 419px;
    z-index: 2;
    pointer-events: all;
}

.les-form::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -240%;
    transform: translateY(-50%);
    width: 350%;
    height: 1317px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 25%, rgba(255, 255, 255, 0.18) 100%);
    backdrop-filter: blur(15px);
    border-radius: 0 50% 50% 0;
    z-index: -1;
    transition: all 0.4s ease;
}

.flex-form {
    display: flex;
    align-items: center;
    gap: 16px;
}

.icon-form {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #B9625D4D;
    border-radius: 50%;
}

.champ-form button {
    display: flex;
    align-items: center;
    gap: 7px;
    border-radius: 8px;
    background: #FFFFFF;
    height: 48px;
    padding: 15px;
    font-family: var(--font-Raleway);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 4%;
    color: #173054;
    transition: all 0.4s ease;
}

.champ-form button.active svg path[fill="#173054"],
.champ-form button:hover svg path[fill="#173054"] {
    fill: #fff;
}

.champ-form button:hover,
.champ-form button.active {
    background: #574848;
    color: #fff;
}

.bloc-service a:hover {
    background: #574848;
    color: #fff;
}

.bloc-service a:hover svg path[fill="#173054"] {
    fill: #fff;
}

.btn-avis button:hover {
    background: #574848;
    color: #fff;
}

.btn-avis button:hover svg path[stroke="#0B182A"] {
    stroke: #fff;
}

.nice-select {
    height: 48px;
    padding: 0 15px;
    width: 100%;
    border-radius: 8px;
}

.nice-select .option,
.nice-select .current {
    font-family: var(--font-Raleway);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 4%;
    color: #173054;
    display: flex;
    align-items: center;
    height: 100%;
}

.nice-select .option {
    color: #173054;
}

.nice-select .option:hover {
    color: #173054;
}

.nice-select .list {
    width: calc(100% + 2px);
    left: -1px;
}

.nice-select .list {
    border-radius: 0;
    margin-top: 3px;
    box-shadow: none;
    border-radius: 8px;
}

.nice-select.open {
    border-radius: 8px !important;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background: transparent;
    font-weight: 700;
}

.nice-select .option.disabled {
    display: none;
}

.nice-select:after {
    width: 8px;
    height: 8px;
    right: 20px;
    margin-top: -7px;
    border-bottom: 2px solid #574848;
    border-right: 2px solid #574848;
}

.nice-select:hover,
.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border: 1px solid #FFFFFF;
}


/* presentation */

.section-presentation {
    position: relative;
    overflow: hidden;
}

.img-ref,
.img-pre {
    position: relative;
    display: inline-flex;
    width: 100%;
    z-index: 1;
    max-width: 530px;
}

.img-ref {
    max-width: 601px;
}

.img-ref {
    flex-direction: column;
}

.img-ref>div img,
.img-pre>div img {
    overflow: hidden;
}

.img-ref>div:first-child img {
    aspect-ratio: 2 / 1;
    object-fit: cover;
    border-radius: 100vmax 100vmax 0 0;
    margin-right: 78px;
    width: 100%;
    max-width: 522px;
}


/* .img-ref>div:first-child {
  padding-right: 78px;
} */

.img-ref>div:nth-of-type(2) img {
    aspect-ratio: 2 / 1;
    object-fit: cover;
    border-radius: 0 0 100vmax 100vmax;
    margin-left: 78px;
    width: 100%;
    max-width: 522px;
}

.img-pre>div:first-child img {
    aspect-ratio: 1 / 2;
    object-fit: cover;
    border-radius: 100vmax 0 0 100vmax;
    margin-top: 78px;
    height: 100%;
    max-height: 522px;
}

.img-pre>div:nth-of-type(2) img {
    aspect-ratio: 1 / 2;
    object-fit: cover;
    border-radius: 0 100vmax 100vmax 0;
    margin-bottom: 78px;
    height: 100%;
    max-height: 522px;
}

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

.deco-img-pre {
    position: absolute;
    right: 0px;
    bottom: 53px;
    width: 35%;
}

.deco-img-ref {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
}

.para-pre {
    font-family: var(--font-Raleway);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 4%;
    color: #0B182A;
    margin-bottom: 28px;
}

.btn-pre {
    display: flex;
    align-items: center;
    gap: 16px;
}


/* valeur */

.section-valeur {
    padding: 0;
}

.les-valeur {
    background: #E2D4D2;
    border-radius: 30px;
    padding-left: 24px;
    padding-right: 24px;
}

.bloc-valeur {
    display: flex;
    gap: 25px;
    background: #FFFFFF;
    padding: 19px 30px;
    border-radius: 16px;
    height: 100%;
    max-width: 423px;
}

.titre-valeur {
    font-family: var(--font-Raleway);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 4%;
    text-transform: uppercase;
    color: #173054;
    margin-bottom: 20px;
}

.text-valeur {
    font-family: var(--font-Raleway);
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 4%;
    color: #0B182A;
}

.flex-valeur {
    display: flex;
    gap: 48px;
    justify-content: center;
}

.banner-valeur {
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: 100%;
}

.deco-valeur {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.deco-valeur::after,
.deco-valeur::before {
    content: "";
    position: relative;
    width: 1px;
    min-width: 1px;
    height: 100%;
    background: #B9625D;
    flex: 1;
}


/* service */

.section-service {
    padding: 0;
}

.les-services {
    padding-left: 24px !important;
    padding-right: 24px !important;
    background: #E2D4D2;
    border-radius: 30px;
}

.bloc-service {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.bloc-service>* {
    width: calc((100% - 4 * 10px) / 5);
}

.bloc-service a {
    width: 100%;
    max-width: 250px;
    height: 54px;
    background: #FFFFFF;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-family: var(--font-Raleway);
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 4%;
    color: #173054;
    transition: all 0.4s ease;
}


/* avis */

.item-avis {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 32px;
    background: #FFFFFF99;
    border-radius: 16px;
    width: 100%;
    max-width: 416px;
    min-height: 346px;
}

.text-avis {
    font-family: var(--font-Raleway);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 4%;
    color: #0B182A;
}

.client-avis {
    font-family: var(--font-Raleway);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 4%;
    text-transform: uppercase;
    color: #0B182A;
}

#customDots {
    display: flex;
    align-items: center;
    gap: 8px;
}

#customDots .owl-dot {
    width: 12px;
    height: 12px;
    background: #0B182A;
    opacity: 0.2;
    border-radius: 50%;
}

#customDots .owl-dot.active {
    opacity: 1;
    background: #0B182A;
}

.customs-avis {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 48px;
}

.btn-avis {
    display: flex;
    align-items: center;
    gap: 16px;
}

.btn-avis button {
    width: 54px;
    height: 54px;
    background: #FFFFFF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}


/* facture */

.section-facture {
    padding: 0;
}

.bg-facture {
    background: url('../images/facture.jpg')no-repeat center / cover;
    height: 404px;
}

.text-facture {
    font-family: var(--font-Raleway);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 4%;
    color: #0B182A;
}

.bloc-facture {
    width: 100%;
    max-width: 423px;
    background: #E2D4D2;
    border-radius: 16px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
    position: relative;
    margin-top: -260px;
}


/* actualite */

.img-actu {
    overflow: hidden;
    width: 100%;
    height: 281px;
    border-radius: 16px;
}

.img-actu img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease;
}

.bloc-actu:hover .img-actu img {
    transform: scale(1.2);
}

.bloc-actu {
    width: 100%;
    height: 100%;
}

.banner-actu {
    padding: 20px 18px;
    display: flex;
    gap: 24px;
}

.date-actu {
    font-family: var(--font-Raleway);
    font-weight: 300;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 4%;
    text-transform: uppercase;
    color: #173054;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.date-actu span {
    font-family: var(--font-Raleway);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 4%;
    text-align: center;
    color: #0B182A;
    text-transform: capitalize;
}

.text-actu {
    font-family: var(--font-Raleway);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 4%;
    text-transform: uppercase;
    color: #173054;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.btn-actu {
    font-family: var(--font-Raleway);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 4%;
    color: #0B182A;
    margin-top: 11px;
}


/* partenaire */

.item-partenaire img {
    max-height: 100px;
    object-fit: contain;
}


/* contact */

.bloc-contact {
    width: 100%;
    max-width: 418px;
    position: relative;
    pointer-events: all;
}

.bloc-contact::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -235%;
    transform: translateY(-50%);
    width: 350%;
    height: 1317px;
    background: #F3EAE9;
    border-radius: 0 50% 50% 0;
    z-index: -1;
}

.champ-contact textarea,
.champ-contact input {
    background: #FFFFFF;
    height: 50px;
    border-radius: 8px;
    padding: 12px 24px;
}

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

.champ-contact textarea::placeholder,
.champ-contact input::placeholder,
.champ-contact textarea,
.champ-contact input {
    font-family: var(--font-Raleway);
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 4%;
    color: #173054;
}

.champ-contact {
    margin-bottom: 12px;
}

.text-form-contact {
    font-family: var(--font-Raleway);
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 4%;
    color: #1D1D1B;
}

.btn-contact {
    margin-top: 32px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

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

.row-contact>div {
    padding-right: 6px;
    padding-left: 6px;
}

.info-contact {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 25%, rgba(255, 255, 255, 0.18) 100%);
    backdrop-filter: blur(15px);
    border-radius: 1000px;
    padding: 8px;
    height: 40px;
}

.btn-contact-info {
    display: flex;
    align-items: center;
    gap: 10px 16px;
    flex-wrap: wrap;
    margin-top: 100px;
    justify-content: center;
}

.icon-info {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* footer */

footer {
    background: #E2D4D2;
    padding: 52px 0;
    overflow: hidden;
}

footer a {
    transition: all 0.4s ease;
}

footer a:hover {
    color: #B9625D;
}

.footer-g {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.logo-footer {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 58px;
}

.logo-footer::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -270%;
    transform: translateY(-50%);
    width: 350%;
    height: 1317px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 25%, rgba(255, 255, 255, 0.18) 100%);
    /* backdrop-filter: blur(15px); */
    border-radius: 0 50% 50% 0;
    z-index: -1;
}

.titre-footer {
    font-family: var(--font-Raleway);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 4%;
    text-transform: uppercase;
    color: #173054;
    margin-bottom: 10px;
}

.info-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.lien-info-footer {
    display: flex;
    align-items: center;
    gap: 13px;
}

.icon-if {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lien-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.lien-footer a , .lien-footer span{
    font-family: var(--font-Raleway);
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 4%;
    color: #0B182A;
}

.copyright {}

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

.bloc-copyright li {
    font-family: var(--font-Raleway);
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 4%;
    color: #0B182A;
}

.bloc-copyright .arobiz a {
    color: #B9625D;
}

.bloc-copyright li span {}

.champ-footer {
    position: relative;
    display: flex;
    gap: 10px;
}

.text-news {
    font-family: var(--font-Raleway);
    font-weight: 200;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 4%;
    color: #0B182A;
    margin-top: 10px;
}

.champ-footer input {
    background: #FFFFFF;
    border-radius: 8px;
    height: 48px;
    padding: 11px;
    padding-left: 46px;
    max-width: 435px;
}

.champ-footer svg {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 5;
}

.champ-footer input::placeholder,
.champ-footer input {
    font-family: var(--font-Raleway);
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 4%;
    color: #0B182A;
}


/* 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: #FFFFFF99;
    backdrop-filter: blur(25px);
    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;
    border-top: 3px solid #B9625D;
    padding: 16px;
}

ul.dropdown li a {
    width: 100%;
    display: block;
    padding: 12px 24px;
    font-family: var(--font-Raleway);
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 4%;
    color: #173054;
}

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

ul.dropdown li:hover a {
    background: #B9625D33;
    border-radius: 8px;
}

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

.section-navigateur.fixed .has-dropdown>a:hover,
.has-dropdown>a:hover {
    color: #B9625D;
}


/* navigateur mobile */

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

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

.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: 99999;
    background: #FAF7F6;
    backdrop-filter: blur(15px);
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    height: auto;
}

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

@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;
    }
    .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;
    }
}

.map {
    width: 100%;
    height: 404px;
    overflow: hidden;
}

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

.section-table .bloc-title {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    text-align: center;
    justify-content: center;
    width: 100%;
}

.bloc-title>div {
    display: inline-block;
}

.section-table .bloc-title::after,
.section-table .bloc-title::before {
    content: '';
    position: relative;
    width: 100%;
    max-width: 210.5px;
    height: 1px;
    background: #B9625D;
}

.titre-table {
    font-family: var(--font-Raleway);
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 4%;
    text-align: center;
    margin-bottom: 16px;
}

.info-table {
    font-family: var(--font-Raleway);
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 4%;
    color: #0B182A;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}

.info-table span {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
}

.info-table span::before {
    content: '';
    position: relative;
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    border-radius: 50%;
    background: #B9625D;
}

.info-table.other-color span::before {
    background: #225777;
}
.para-pre ul li ,p>ul>li{
    list-style: disc;
    margin-left: 30px;
}
.btn-1.bckground--2 {
    background: #173054;
}
.btn-1.bckground--2:hover {
    background: #574848;
}
#rdv_diag_erp .panel-body ,#rdv_diag_erp .panel  {
    background: transparent!important;
}