:root {
    --font-EB: 'EB Garamond', serif;
    --font-family: "Roboto", sans-serif;
}

body .Mypage {
    overflow: hidden;
}

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

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

.li-lien1 img {
    width: 303px;
}

.bloc-navigateur {
    background: transparent;
}

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

.ul-lien li:nth-child(2) {
    margin-left: auto;
}

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

.c-nav a {
    display: flex;
    gap: 15px;
}

.lien-mobile a,
.c-nav a {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #FFFFFF;
}

.lien-mobile a {
    padding: 54px 0;
}

.li-lien3 ul {
    display: flex;
    align-items: center;
}

.li-lien3 a {
    /* padding: 0 30px; */
    padding: 0 15px;
    border-left: 1px solid #FFFFFF;
}

.bloc-nav-contact {
    background: #0044C9;
}

.banner-lien-nav-contact {
    display: flex;
    justify-content: space-between;
}

.contact-phone {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #FFFFFF;
}

.banner-lien-nav-contact a {
    padding: 10px 0;
    display: flex;
    gap: 10px;
}


/* slide */

section.section-slide {
    position: relative;
    padding: 0 0;
    width: 100%;
    height: 100%;
}

.item-slide {
    display: block;
    position: relative;
    width: 100%;
    height: 265px;
    z-index: 2;
    cursor: pointer;
    border: 1px solid #FFFFFF;
}

.item-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    backdrop-filter: blur(10px);
    transition: width 0.5s ease;
    z-index: 0;
}

.item-slide.actived::before,
.item-slide:hover::before {
    width: 100%;
}

.bloc-titre-slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.titre-slide span {
    white-space: nowrap;
}

.titre-slide {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 37px;
    font-family: var(--font-EB);
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.nb-slide {
    position: absolute;
    right: 18px;
    top: 10px;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.item-slide-page img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-slide img {
    position: absolute;
    z-index: 0;
    opacity: 0;
}

.bloc-slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.img-fond-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 979px;
}

.img-fond-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000004D;
    z-index: 1;
}

.img-fond-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.item-slide-page img,
.item-slide img,
.img-fond-slide img {
    animation: pulse 10s infinite ease-in-out;
    transform-origin: center center;
}

.slide-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
}

.slide-center .container {
    position: relative;
    width: 100%;
    height: 100%;
}

.btn-fond-slide {
    display: flex;
    align-items: center;
    gap: 44px;
    position: absolute;
    top: 73%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.btn-nav-mobile {
    gap: 10px;
    margin-top: 15px;
}


/* formulaire */

section.section-formulaire {
    position: relative;
    padding: 0;
    margin-top: -120px;
    z-index: 5;
}

.bloc-form {
    background: #0044C9;
    padding: 29px 54px 60px 54px;
}

.titre-form {
    font-family: var(--font-EB);
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 37px;
}

button.type,
button.tpbien {
    width: 100%;
}

.btn-form .btn-1 {
    height: 55px;
    width: 90px;
}

.banner-form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.line-form {
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    margin-bottom: 24px;
}


/* presentation */

section.section-presentation {
    padding: 120px 0 80px 0;
    position: relative;
    overflow: hidden;
}

.img-float {
    float: left;
    margin-right: 75px;
}

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


/* img.img-presentation {
  width: 100%;
  height: 100%;
} */

.para-pre {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #464646;
    display: table;
    padding-top: 65px;
}


/* referencement */

section.section-reference {
    padding: 105px 0 72px 0;
    position: relative;
    overflow: hidden;
}

.section-reference .img-pre {
    padding-top: 50px;
}

.section-reference .img-float {
    margin-right: 106px;
}


/* engagement */

section.section-engagement {
    padding: 0;
}

.bloc-engagement {
    border: 5px solid #0044C9;
    padding: 79px 110px;
}

.texte-engagement span,
.texte-engagement {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #1E1E1E;
}

.texte-engagement span {
    font-weight: 600;
}


/* valeur */

section.section-valeur {
    padding: 38px 0 46px 0;
    position: relative;
    overflow: hidden;
    background: #0044C9;
}

.bloc-valeur {
    display: flex;
    gap: 30px;
    cursor: pointer;
}

.line-valeur {
    width: 1px;
    height: 30px;
    background: #00A4FD;
    margin-top: 3px;
}

.banner-valeur {
    padding-top: 6px;
}

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

.texte-valeur {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
}

.icon-valeur img {
    filter: invert(1) brightness(99);
    transition: filter 0.3s ease;
}

.titre-valeur {
    transition: color 0.3s ease;
}

.bloc-valeur:hover .icon-valeur img {
    filter: unset;
}

.icon-valeur img {
    transition: transform 0.6s ease-in-out;
    transform-style: preserve-3d;
}

.bloc-valeur:hover .icon-valeur img {
    transform: rotateY(180deg);
}

.bloc-valeur:hover .titre-valeur {
    color: #00A4FD;
}


/* service */

section.section-service {
    padding: 45px 0 105px 0;
}

.item-service {
    position: relative;
    display: block;
    width: 100%;
    height: 199px;
    border: 2px solid #0044C9;
    overflow: hidden;
    z-index: 1;
}

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

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

.text-service {
    transition: color 0.3s ease;
}

.bloc-service img {
    transition: filter 0.3s ease;
}

.item-service:hover .text-service {
    color: #FFFFFF;
}

.item-service:hover .bloc-service img {
    filter: invert(1) brightness(99);
}

.bloc-service {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    gap: 15px;
}

.bloc-service img {
    width: unset !important;
    height: unset !important;
}

.text-service {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    color: #0044C9;
}


/* avis */

section.section-avis {
    padding: 50px 0;
}

.section-avis .sect-title {
    margin-bottom: 56px;
}

.bloc-avis2,
.bloc-avis {
    position: relative;
    padding: 36px 10px 42px 10px;
    overflow: hidden;
    background: url('../images/avis/avis1.jpg') no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1;
}

.bloc-avis::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0044C9BF;
    z-index: -1;
}

.bloc-avis2 {
    background: url('../images/avis/avis2.jpg');
}

.bloc-avis2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00A4FDBF;
    z-index: -1;
}


/* actualite */

section.section-actu {
    padding-bottom: 120px;
}

.bloc-actu {
    position: relative;
    padding: 58px 60px 48px 60px;
    border: 2px solid #0044C9;
    height: 348px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    overflow: hidden;
    z-index: 1;
}

.bloc-actu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #0044C9;
    z-index: -1;
    transition: width 0.4s ease;
}

.bloc-actu:hover::before {
    width: 100%;
}

.date-actu {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    color: #464646;
    margin-bottom: 18px;
}

.texte-actu {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #1E1E1E;
    height: 90px;
    overflow: hidden;
}

.btn-actu span {
    padding-right: 30px;
    padding-top: 11px;
    border-top: 1px solid #464646;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    color: #464646;
}

.btn-actu2 {
    display: flex;
    justify-content: center;
}

.btn-actu2 .btn-2 {
    border: 2px solid #1E1E1E;
    color: #1E1E1E;
    display: inline-flex;
}

.date-actu,
.texte-actu,
.btn-actu span {
    transition: color 0.3s ease, border-color 0.3s ease;
}

.bloc-actu:hover .date-actu {
    color: #E9E9E9;
}

.bloc-actu:hover .btn-actu span {
    color: #E9E9E9;
    border-top: 1px solid #E9E9E9;
}

.bloc-actu:hover .texte-actu {
    color: #FFFFFF;
}


/* footer */

footer {
    background: #E9E9E9;
}

.footer1 {
    background: #00A4FD;
    padding: 45px 0;
}

.bloc-footer1 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: #FFFFFF;
}

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

.champ-footer input {
    width: 100%;
    height: 50px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    background: transparent;
    border: 2px solid #FFFFFF;
}

.champ-footer input,
.champ-footer input::placeholder {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
}

.footer2 {
    background-image: url('../images/footer/footer2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 41px 0 16px 0;
}

.newsletter {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 22px;
    line-height: 46px;
    color: #FFFFFF;
    white-space: nowrap;
}

.text-footer2 {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 16px;
    line-height: 46px;
    color: #FFFFFF;
}

.footer3 {
    padding: 40px 0 8px 0;
}

.ul-bloc-footer3 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.ul-bloc-footer3 span i,
.ul-bloc-footer3 span,
.ul-bloc-footer3 a i,
.ul-bloc-footer3 a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #464646;
}

.ul-copyright-footer a:hover,
.ul-lien-footer a:hover,
.ul-bloc-footer3 a:hover i,
.ul-bloc-footer3 a:hover {
    color: #0044C9;
}

.ul2-bloc-footer3 li {
    text-align: right;
}

.logo-footer {
    display: flex;
    justify-content: center;
    margin-bottom: 42px;
}

.ul-lien-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 64px;
}

.ul-lien-footer {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 46px;
    color: #464646;
    margin-bottom: 51px;
}

.footer-zone-intervention {
    width: 100%;
    margin: 0 0 38px 0;
    padding: 31px 34px 34px 34px;
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    border-left: 5px solid #0044C9;
}

.footer-zone-title {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 24px;
    font-family: var(--font-EB);
    font-weight: 700;
    font-size: 30px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #1E1E1E;
}

.footer-zone-title::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #00A4FD;
}

.footer-zone-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px 12px;
}

.footer-zone-grid a {
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 10px 14px;
    border: 1px solid #E2E2E2;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 1.35;
    color: #464646;
    background: #F8F8F8;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.footer-zone-grid a::before {
    content: "";
    width: 7px;
    height: 7px;
    margin-right: 10px;
    flex: 0 0 7px;
    background: #00A4FD;
}

.footer-zone-grid a:hover {
    color: #FFFFFF;
    background: #0044C9;
    border-color: #0044C9;
}

.footer-zone-grid a:hover::before {
    background: #FFFFFF;
}

.ul-copyright-footer {
    display: flex;
    justify-content: space-between;
    padding-top: 14px;
    border-top: 1px solid #1E1E1E;
    align-items: center;
    gap: 10px;
}

.ul-copyright-footer li a,
.ul-copyright-footer li {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: #1E1E1E;
}

.ul-copyright-footer li .rcs,
.ul-copyright-footer li a {
    font-weight: 400;
}

.ul-copyright-footer li a:hover svg path {
    fill: #0044C9;
}

.linkdin {
    width: 25.1875px;
    height: 25.1875px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1E1E1E;
}

.linkdin i {
    color: white;
}


/* contact */

section.section-form-contact {
    padding: 123px 0 120px 0;
    position: relative;
}

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

.bloc-form-contact {
    width: 100%;
    height: 100%;
    background: #E9E9E9;
    padding: 87px 112px 112px 112px;
    max-width: 830px;
}

.champ-contact textarea,
.champ-contact input {
    width: 100%;
    height: 74px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    background: #FFFCF8;
    border: 1px solid #A9A9A9
}

.champ-contact textarea {
    height: 162px;
    padding-top: 30px;
}

.champ-contact textarea,
.champ-contact textarea::placeholder,
.champ-contact input,
.champ-contact input::placeholder {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #464646;
}

.bloc-champ-contact {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 55px;
}

.btn-form-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bloc-conatct-contact {
    padding: 64px 60px;
    background: #E9E9E9;
    height: 100%;
    max-width: 830px;
    width: 100%;
}

.img-contact-c {
    width: 100%;
    margin-bottom: 38px;
}

.img-contact-c img {
    width: 100%;
    object-fit: cover;
}

.titre-form-c,
.rendez-vous {
    font-family: var(--font-EB);
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    color: #1E1E1E;
    margin-bottom: 33px;
}

.titre-form-c {
    margin-bottom: 40px;
}

.texte-contact-c {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #464646;
    margin-bottom: 28px;
}

.texte-contact-c span {
    font-weight: 600;
}

.label-btn-c a {
    margin-top: 5px;
}

.label-btn-c i,
.label-btn-c {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 46px;
    color: #1E1E1E;
}

button.type,
button.tpbien {
    transition: all 0.3s ease;
}

button.type.active,
button.tpbien.active,
button.type:hover,
button.tpbien:hover {
    color: #1E1E1E;
    background: #FFFFFF !important;
}


/* 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: #E9E9E9;
    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: 16px 0;
}

ul.dropdown li a {
    width: 100%;
    display: block;
    padding: 12px 24px !important;
    text-decoration: none;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-transform: none;
    color: #787775;
}

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

ul.dropdown li a {
    position: relative;
    display: inline-block;
    color: #33302D;
    text-decoration: none;
    padding-left: 16px;
}


/* ul.dropdown li a::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 1px;
  background-color: #0044C9;
  transition: width 0.3s ease-in-out;
  margin-right: 4px;
  vertical-align: middle;

} */

ul.dropdown li:hover a::before {
    width: 16px;
}

ul.dropdown li:hover a {
    color: #3DB6F8 !important;
}

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

ul.menu>li>a:hover {
    color: #787775;
}

ul.menu>li>a.actived {
    color: #787775 !important;
    position: relative;
}


/* navigateur mobile */

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

.Mypage.contact .section-navigateur.fixed,
.Mypage.page .section-navigateur.fixed,
.section-navigateur.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    background: #0044C9;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    height: auto;
}

.Mypage.page .section-navigateur,
.Mypage.contact .section-navigateur {
    background: #FFFFFF;
    position: relative;
}

.Mypage.contact .lien-mobile a,
.Mypage.page .lien-mobile a {
    color: #1E1E1E;
}

.c-nav a:hover,
.Mypage.contact .section-navigateur.fixed ul.menu>li>a:hover,
.Mypage.page .section-navigateur.fixed ul.menu>li>a:hover,
.Mypage.contact .section-navigateur ul.menu>li>a:hover,
.Mypage.page .section-navigateur ul.menu>li>a:hover,
.section-navigateur.fixed ul.menu>li>a:hover {
    color: #787775 !important;
}

.Mypage.contact .section-navigateur.fixed .li-lien3 a svg path,
.Mypage.page .section-navigateur.fixed .li-lien3 a svg path {
    fill: white;
}

.Mypage.page .section-navigateur.fixed .li-lien3 a img {
    filter: brightness(0) invert(1);
}

.Mypage.contact .li-lien3 a,
.Mypage.page .li-lien3 a,
.section-navigateur.fixed .li-lien3 a {
    border-left: 1px solid #1E1E1E
}

.Mypage.contact .section-navigateur.fixed .li-lien3 a,
.Mypage.page .section-navigateur.fixed .li-lien3 a,
.section-navigateur.fixed .li-lien3 a {
    border-left: 1px solid white;
}

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

.section-navigateur.fixed .div-cnav {
    display: block !important;
}

section.section-lien-page {
    padding: 42px 0;
    background: #E9E9E9;
}

.li-diag-page {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 24px;
    line-height: 46px;
    text-transform: uppercase;
    color: #0044C9;
}

.ul-lien-page {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.ul-lien-page-2 {
    display: flex;
    gap: 5px;
    align-items: center;
}

.ul-lien-page-2 span,
.ul-lien-page-2 a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 46px;
    color: #464646;
}

.ul-lien-page-2 a:hover {
    color: #0044C9;
}

.head-rs-link {
    display: flex;
    gap: 15px;
}

.btn-avis {
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.btn-avis:hover {
    color: #787775;
}