:root {
    --font-Lato: "Lato", sans-serif;
}

body .Mypage {
    overflow: hidden;
}

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

.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: fixed;
    width: 100%;
    padding: 0 0;
    z-index: 10;
    transition: all 0.4s ease;
    top: 22px;
}

.bloc-navigateur {
    background: #ffffff;
    border-radius: 100px;
    padding: 0 40px;
}

.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: 30px;
}

.has-dropdown>a {
    padding: 33px 0;
    font-family: var(--font-Lato);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.1;
    color: #1e1e1e;
}

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


/* section-slide */

section.section-slide {
    padding: 0 0;
}

.item-slide {
    position: relative;
    width: 100%;
    height: 765px;
    max-height: calc(100vh - 100px);
    min-height: 550px;
    background: #002d99;
}

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

.bloc-titre-slide .container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

.titre-slide {
    font-family: var(--font-Lato);
    font-weight: 400;
    font-size: clamp(13px, 3.33vw + 1rem, 64px);
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}

.text-slide {
    font-family: var(--font-Lato);
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #b2c0e0;
    display: flex;
    gap: 0 8px;
    flex-wrap: wrap;
    justify-content: center;
}

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


/* formulaire */

.section-formulaire {
    padding-bottom: 0;
}

.les-form {
    background: #ffffff;
    border-radius: 25px;
    padding: 20px 40px;
}

.titre-form {
    font-family: var(--font-Lato);
    font-weight: 400;
    font-size: clamp(13px, 2.22vw + 1rem, 48px);
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #1d1e1c;
    margin-bottom: 20px;
}

.label-form {
    width: 100%;
    font-family: var(--font-Lato);
    font-weight: 600;
    font-size: clamp(16px, 0.556vw + 1rem, 24px);
    line-height: 100%;
    text-align: center;
    color: #1d1e1c;
    padding-bottom: 16px;
    border-bottom: 1px solid #1d1e1c;
    margin-bottom: 20px;
}

.champ-form button {
    height: 44px;
    background: #1d1e1c;
    border: 1px solid #1d1e1c;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    gap: 16px;
    font-family: var(--font-Lato);
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #ffffff;
    width: 100%;
    transition: all 0.3s ease;
}

.champ-form button:hover,
.champ-form button.active {
    background: #002d99;
    color: #ffffff;
}

.flex-form {
    display: flex;
    gap: 10px;
}

.champ-form {
    width: 100%;
}

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

.banner-form {
    flex: 1;
    width: 100%;
}

.bloc-form .banner-form:first-child {
    max-width: 541px;
}


/* presentation */

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

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

img.img-presentation {
    object-fit: cover;
    border-radius: 25px;
}

.para-pre {
    font-family: var(--font-Lato);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 4%;
    color: #191c1c;
}

.para-pre h2 {
    font-size: 1.3rem;
    font-weight: bold;
    font-family: var(--font-Lato);
    text-transform: uppercase;
}

.img-int {
    position: relative;
    /* width: 100%; */
    width: 365px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background: #002d99;
    /* height: 100%; */
    height: 430px;
    overflow: hidden;
    border-radius: 24px;
    padding: 30px;
}


/* reference */

.section-reference {
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

.btn-ref {
    margin-top: 32px;
}


/* service */

.section-service {}

.Mypage.page .section-service {
    background: #ffffff;
}

.item-service {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    padding: 34px 14px;
    background: #002d99;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    overflow: hidden;
}

.icon-service {
    margin-bottom: 16px;
}

.titre-service {
    font-family: var(--font-Lato);
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}

.text-service {
    font-family: var(--font-Lato);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
}

.flex-service {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}


/* valeur */

.bloc-valeur {
    position: relative;
    z-index: 1;
    background: #002d99;
    padding: 64px 32px;
    border-radius: 25px;
    height: 100%;
    overflow: hidden;
}

.titre-valeur {
    font-family: var(--font-Lato);
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 16px;
}

.text-valeur {
    font-family: var(--font-Lato);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.flex-valeur {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-top: 32px;
}

.flex-valeur .para-pre {
    flex: 1;
}


/* actualite */

.section-actu {
    background: #ffffff;
}

.bloc-actu {
    width: 100%;
}

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

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

.banner-actu {
    padding-top: 16px;
}

.date-actu {
    font-family: var(--font-Lato);
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    color: #002d99;
    margin-bottom: 8px;
}

.btn-actu {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.text-actu {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-family: var(--font-Lato);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    color: #000000;
}


/* FAQ */

.section-faq {
    background: #ffffff;
}

.faq-item {
    border: 1px solid #1d1e1c;
    padding: 22px 16px;
    border-radius: 25px;
    transition: all 0.4s ease;
    box-shadow: 0 4px 4px -1px #0c0c0d1a;
}

.faq-question {
    position: relative;
    width: 100%;
    border: 0;
    background: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    gap: 16px;
}

.faq-question::after {
    content: "";
    position: relative;
    background: url("../images/faq.svg");
    width: 12px;
    min-width: 12px;
    height: 6px;
    transition: all 0.4s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease;
}

.faq-question,
.faq-answer p {
    font-family: var(--font-Lato);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 4%;
    color: #191c1c;
    margin-bottom: 0;
}

.faq-answer p {
    margin-top: 10px;
    margin-left: 10px;
}

.faq-item.active .faq-answer {
    max-height: 200px;
}

.faq-item.active .faq-question::after {
    transform: rotate(180deg);
}

.flex-faq {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 768px;
    margin: auto;
}

.section-devis {
    background: #ffffff;
}


/* contact */

.bloc-contact {
    padding: 80px 64px;
    border-radius: 25px;
    background: #ffffff;
}

.champ-contact textarea,
.champ-contact input {
    height: 52px;
    padding: 16px;
    border-radius: 15px;
    background: transparent;
    border: 1px solid #1d1e1c;
}

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

.champ-contact textarea::placeholder,
.champ-contact input::placeholder,
.champ-contact textarea,
.champ-contact input {
    font-family: var(--font-Lato);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 4%;
    color: #191c1c;
}

.text-form-contact {
    font-family: var(--font-Lato);
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 4%;
    color: #191c1c;
}

.btn-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 30px;
}

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

.row-contact>div {
    padding: 0 4px;
}

.img-info img {
    border-radius: 25px;
}

.img-info {
    margin-bottom: 24px;
}

.titre-ifc {
    font-family: var(--font-Lato);
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #1d1e1c80;
    margin-bottom: 8px;
}

.text-ifc {
    font-family: var(--font-Lato);
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 4%;
    color: #191c1c;
}

.info-contact {
    padding: 16px 0;
    border-bottom: 1px solid #b0b0b0;
    width: 100%;
    display: inline-block;
}


/* footer */

footer {
    background: #002d99;
    padding: 64px 0;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

footer a:hover {
    color: #ffffffb4;
}

.titre-footer {
    font-family: var(--font-Lato);
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
}

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

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

.copyright {}

.bloc-copyright {
    padding-top: 32px;
    border-top: 2px solid #ffffff;
    display: flex;
    gap: 5px 24px;
    flex-wrap: wrap;
    font-family: var(--font-Lato);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 4%;
    color: #ffffff;
}

.champ-footer {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
}

.titre-news {
    font-family: var(--font-Lato);
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
    text-transform: uppercase;
    color: #ffffff;
}

.lien-footer span,
.lien-footer a,
.text-footer {
    font-family: var(--font-Lato);
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #ffffff;
}

.lien-footer li {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.champ-footer input {
    border: 1px solid #ffffff;
    height: 48px;
    padding: 16px;
    background: #ffffff;
    border-radius: 25px;
    width: 100%;
}

.champ-footer input::placeholder,
.champ-footer input {
    font-family: var(--font-Lato);
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    color: #191c1c;
}

.newsletter form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.p-80 {
    padding: 80px 0;
}


/* 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: #f4f4f4;
    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;
    border-radius: 15px;
}

ul.dropdown li a {
    position: relative;
    width: 100%;
    display: block;
    padding: 12px 16px;
    font-family: var(--font-Lato);
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #1e1e1e;
}

ul.dropdown li a::before {
    content: "+";
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: 0;
    color: #ffffff;
    width: 10px;
    height: 10px;
    opacity: 0;
}

ul.dropdown li a:hover::before {
    opacity: 1;
}

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

ul.dropdown li:hover {
    background: #002d99;
    border: 1px solid #1d1e1c;
    border-radius: 50px;
}

ul.dropdown li:hover a {
    color: #ffffff;
    margin-left: 15px;
}

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

.has-dropdown>a:hover {
    color: #002d99;
}


/* navigateur mobile */

.icon-bar {
    width: 100%;
    height: 6px;
    background: #002d99;
    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 */

.nav-wrapper {
    position: relative;
}

.section-navigateur.fixed {
    position: fixed;
    top: 20px;
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease;
    height: auto;
}

.section-navigateur.fixed .bloc-navigateur {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.para-pre ul li {
    list-style: disc;
    margin-left: 30px;
}

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

.section-slide .btn-1:hover {
    color: #FFF;
    background: #1D1E1C;
}

.section-slide .btn-2:hover,
.g-recaptcha.btn-2:hover {
    color: #FFF;
}

.para-pre ul {
    margin: 18px 0;
}