body .Mypage {
    overflow: hidden;
}

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

.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.section-navigateur {
    position: absolute;
    width: 100%;
    padding: 0 0;
    z-index: 10;
    border-bottom: 1px solid #FFFFFF24;
}

ul.banner-lien-nav-contact {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
}

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

.nav-lien {
    display: flex;
    text-align: center;
    gap: 16px;
}

section.section-navigateur.fixed .nav-lien a {
    color: #3C3C3B;
}

section.section-navigateur.fixed ul>li>a.titre-nav-diag {
    padding: 44px 16px;
}

.nav-lien a {
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 66px 16px;
}

.bloc-boutton-nav {
    display: flex;
    align-items: center;
    gap: 40px;
}
.bloc-boutton-nav .espace-client {
    text-align: end;
}

.bloc-boutton-nav .espace-client .libele-espace-hover {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
    padding: 0 12px;
}

.bloc-boutton-nav .espace-client:hover .libele-espace-hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
/* section-slide */

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

.item-slide {
    position: relative;
    width: 100%;
    height: 975px;
    /* max-height: calc(100vh - 200px); */
    pointer-events: auto;
}

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

.item-slide img.item {
    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: 15px;
}

.titre-slide {
    font-size: 60px;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 56px;
    text-transform: uppercase;
}

.bloc-contact-nav {
    position: absolute;
    bottom: 43px;
    width: 100%;
    z-index: 2;
}

.container-navigateur-text,
.lien-contact-nav {
    position: relative;
}

.lien-contact-nav>ul {
    display: flex;
    gap: 60px;
    align-items: center;
}

.lien-contact-nav>ul>li i,
.lien-contact-nav>ul>li {
    font-size: 16px;
    line-height: 1;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.lien-contact-nav>ul>li img {
    width: 15px !important;
    height: 15px !important;
    margin-right: 15px;
}

.lien-contact-nav>ul li:last-child {
    margin-left: auto;
}


/* formulaire  */

.section-formulaire {
    position: absolute;
    width: 100%;
    padding: 0 0;
    top: 300px;
    z-index: 9;
    pointer-events: none;
}

button.type,
button.tpbien {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.25px;
    vertical-align: middle;
    text-transform: uppercase;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 16px;
    color: #3C3C3B;
    background: #FFFFFF;
    margin-bottom: 4px;
    gap: 12px;
}

button.type.active,
button.tpbien.active,
button.type:hover,
button.tpbien:hover {
    background: #005FA3;
    color: white;
}

button.type.active img,
button.tpbien.active img,
button.type:hover img,
button.tpbien:hover img {
    filter: invert(1) brightness(5);
    transition: filter 0.3s ease;
}

.bloc-form {
    background: #000000BF;
    padding: 32px 40px;
    pointer-events: all;
}

.titre-form {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1.04px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.label-form {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 25.2px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 8px;
}


/* presentation */

.section-reference .sect-title,
.section-presentation .sect-title {
    margin-bottom: 24px;
}

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


/*pour la page */

.img-pre-page {
    max-width: 555px;
    height: 100%;
}

.img-pre {
    position: relative;
    z-index: 1;
}

.img-pre .img-1 {
    position: relative;
    z-index: 1;
}

.img-pre .img-1::before {
    position: absolute;
    left: 50%;
    top: 0;
    width: 10px;
    height: 100%;
    transform: translateX(-50%);
    content: "";
    z-index: 2;
    background: #fff;
}

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

.pre-deco1 {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 67px;
    height: 67px;
    z-index: 3;
}

.para-pre {
    color: #767676;
    font-size: 16px;
    line-height: 28px;
    display: table;
}
.para-pre p:first-of-type img:first-of-type,
.para-pre p:first-of-type img:nth-of-type(2),
.para-pre h2:first-of-type img:first-of-type{
    display: none;
}
.para-pre h2,
.para-pre .h2{
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: -2px;
    vertical-align: middle;
    color: #3C3C3B;
}


/* valeur et engagement */

.section-valeur {
    background: linear-gradient(0deg, #F5F5F8, #F5F5F8);
}

.bloc-valeur {
    padding: 54px 59px 40px 59px;
    display: flex;
    justify-content: space-between;
    gap: 32px;
    border: 1px solid #7D92A1;
    flex: 1;
    transition: border 0.3s ease;
}

.titre-valeur {
    font-size: 26px;
    line-height: 30px;
    color: #3C3C3B;
    margin-bottom: 22px;
    transition: color 0.3s ease;
}

.para-valeur {
    font-size: 16px;
    line-height: 30px;
    color: #767676;
    height: 180px;
    overflow: hidden;
}

.valeur-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bloc-valeur .valeur-icon img {
    filter: contrast(0) brightness(0.5);
}

.bloc-valeur:hover {
    border: 1px solid #005FA3;
}

.bloc-valeur:hover .titre-valeur {
    color: #005FA3;
}

.bloc-valeur:hover .valeur-icon img {
    filter: contrast(1) brightness(1);
}

.valeur-number {
    color: #005FA31A;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0.72px;
    transform: rotate(-90deg);
}


/* referencement */

.section-reference .img-float {
    float: right;
    margin-right: calc((100vw - 1320px) / -2);
    margin-left: 60px;
}

.section-reference .img-pre {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.section-reference .pre-deco1 {
    position: absolute;
    width: 124px;
    height: 114px;
    top: 40px;
    left: 40px;
}


/* avis */

section.section-avis {
    padding: 0 0;
    background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 50%, #F5F5F8 50%, #F5F5F8 100%);
}

.bloc-avis {
    position: relative;
    background: white;
    padding: 40px 24px 40px 250px;
    box-shadow: 4px 4px 60px 10px #1518200F;
    overflow: hidden;
}

.image-avis {
    position: absolute;
    width: 250px;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
}

.banner-text-avis {
    position: relative;
    padding-left: 80px;
}

.text-avis {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -1.04px;
    margin-bottom: 16px;
    color: #3C3C3B;
}

.lien-avis {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.22px;
    text-transform: uppercase;
    color: #767676;
}

.lien-avis>img {
    margin-left: 6px;
}

.deco-avis {
    position: absolute;
    width: 100px;
    height: 100px;
    border: 5px solid #005FA3;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
    background: #FFFFFF;
}


/* actualite */

.section-actu {
    background: #F5F5F8;
}

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

.img-actu {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 16px;
    overflow: hidden;
}

.bloc-actu {
    max-width: 370px;
}

.img-actu img {
    width: 100%;
    max-width: 370px;
    height: 330px;
    display: block;
    object-fit: cover;
}

.date-actu {
    font-size: 16px;
    line-height: 30px;
    color: #767676;
    margin-bottom: 17px;
}

.section-actu .text-avis {
    line-height: 34px;
    color: #3C3C3B;
    font-size: 24px;
    height: 68px;
    overflow: hidden;
}

.img-actu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #11161FE5;
    z-index: 1;
    transition: width 0.4s ease;
}

.img-actu::after {
    content: '';
    position: absolute;
    background: url('../images/actualite/plus.svg') no-repeat center center;
    background-size: contain;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 41px;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    transition: opacity 0.4s ease 0.2s;
}

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

.bloc-actu:hover .img-actu::after {
    opacity: 1;
}

.bloc-actu:hover .text-avis {
    color: #005FA3;
}


/* FOOTER */

footer {
    background: black;
}

.bloc-footer2 {
    padding: 80px 0;
}

.bloc-footer3 {
    padding: 39px 0;
}

.titre-form-footer,
.titre-contact-footer {
    color: #FFFFFF;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: -0.42px;
    margin-bottom: 32px;
}

.footer-form {
    position: relative;
    display: inline-block;
    width: 100%;
}

.footer-form input {
    padding: 19px 65px 19px 30px;
    background-color: #FFFFFF;
    font-size: 16px;
    line-height: 100%;
    border-radius: 30PX;
    color: #767676;
    height: 60px;
    margin-bottom: 32px;
    z-index: 1;
}

.btn-footer {
    position: absolute;
    width: 54px;
    height: 54px;
    background: #005FA3;
    top: 3px;
    right: 5px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 27px;
}

.btn-footer:hover {
    background: #000000;
}

.footer-para {
    font-size: 16px;
    color: #ABAFB5;
    line-height: 30px;
    margin-bottom: 38px;
}

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

.fb-in {
    width: 32px;
    height: 32px;
    background: #005FA3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.autre-info-footer,
a.lien-phone-footer {
    display: flex;
    align-items: center;
    gap: 15px;
}

.info_footer {
    font-size: 16px;
    line-height: 20px;
    color: #ABAFB5;
}

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

.footer-ref {
    font-size: 16px;
    line-height: 30px;
    display: flex;
    justify-content: space-between;
    color: #BFBFBF;
    align-items: center;
}

ul.contact-footer>li:hover .lien-hover i,
.footer-ref a:hover,
.footer-ref-lien li:hover a,
.lien-footer li:hover a,
li:hover .info_footer.footer-phone {
    color: #005FA3;
}

ul.lien-contact>li {
    margin-bottom: 9px;
}

ul.lien-contact>li>a {
    font-size: 16px;
    line-height: 28px;
    color: #ABAFB5;
}

ul.contact-footer>li {
    margin-bottom: 22px;
}

ul.contact-footer>li>i {
    color: #CCCCCC;
    text-align: center;
    width: 40px;
    flex: 0 0 40px;
}

.line-footer {
    width: 100%;
    height: 1px;
    background: #FFFFFF24;
}

.lien-contact a {
    display: flex;
    align-items: center;
    transition: 0.3s ease;
}

.lien-contact img {
    display: none;
    opacity: 0;
    margin-right: 8px;
    transition: 0.9s ease;
}

.lien-contact li:hover img {
    display: block;
    opacity: 1;
    transition-delay: 10%;
}

.lien-contact-nav li a img {
    transition: filter 0.3s ease;
}

.section-navigateur .bloc-boutton-nav a:hover img.img-user,
.bloc-boutton-nav a:hover img.img-user,
.lien-contact-nav li:hover a img.number-phone,
.lien-contact-nav li a:hover img {
    filter: invert(50%) sepia(98%) saturate(2086%) hue-rotate(178deg) brightness(70%) contrast(102%);
}

.lien-contact-nav li a,
.lien-contact-nav li a i,
.lien-contact li a {
    transition: color 0.3s ease;
}

.lien-contact-nav li:hover a i,
.lien-contact-nav li:hover a,
.lien-contact li:hover a {
    color: #005FA3;
}

.fb-in:hover {
    background: black;
}


/* info contact */

section.section-info-contact {
    padding-top: 100px;
    padding-bottom: 60px;
}

.section-info-contact .titre-contact-footer {
    margin-bottom: 40px;
}

.section-info-contact .contact-footer>li {
    margin-bottom: 32px;
}

.icon-info-contact {
    width: 50px;
    height: 50px;
    background: #005FA3;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-info-contact ul.contact-footer>li:hover .lien-hover i,
.section-info-contact .icon-info-contact:hover .lien-hover i {
    color: #FFFFFF;
}

.section-info-contact .titre-contact-footer {
    color: #3C3C3B;
    font-size: 40px;
    line-height: 60px;
}

.section-info-contact .info_footer {
    color: #3C3C3B;
}

.autre-couleur {
    color: #005FA3;
}


/* formulaire contact */

section.section-contact-formulaire {
    padding-top: 0px;
    padding-bottom: 100px;
}

.bloc-form-contact {
    background: #F5F5F8;
    padding: 40px 60px;
}

.titre-contact {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -2px;
    vertical-align: middle;
    color: #3C3C3B;
    margin-bottom: 48px;
}

.form-contact textarea,
.form-contact input {
    background: #FFFFFF;
    width: 100%;
    padding: 14px 24px;
    font-size: 16px;
    line-height: 28px;
}

.form-contact textarea {
    width: 100%;
    height: 122px;
    margin-bottom: 24px;
}

.para-form-contact {
    font-size: 14px;
    line-height: 20px;
    color: #767676;
    margin-bottom: 48px;
}

.capchat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}


/* service slide */

section.section-carousel {
    background: #F5F5F8;
}

.owl-carousel.service {
    padding: 0 8px;
}

.owl-carousel.service a {
    width: 100%;
}

.item-service {
    position: relative;
    width: 100%;
    height: 625px;
    overflow: hidden;
}

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

.item-service::before {
    position: absolute;
    content: '';
    background: #11161FE5;
    top: 16px;
    left: 16px;
    right: 16px;
    bottom: 16px;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 1;
}

.deco1-service,
.deco2-service {
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.item-service:hover::before {
    opacity: 1;
}

.item-service:hover .deco1-service,
.item-service:hover .deco2-service {
    opacity: 1;
}

.deco1-service {
    position: absolute;
    bottom: 54px;
    left: 56px;
    z-index: 2;
    opacity: 0;
}

.deco2-service {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    opacity: 0;
    z-index: 2;
}

.item-service .deco2-service img {
    width: 72px;
    height: 72px;
}

.item-service .deco1-service img {
    width: 20px;
    height: 20px;
}

.item-service .lien-avis {
    display: flex;
    align-items: center;
    color: #767676;
}

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

.deco2-service {
    transform: translate(-50%, -50%) scale(0.9);
}

.item-service:hover .deco2-service {
    transform: translate(-50%, -50%) scale(1);
}

.bloc-dots {
    position: relative;
    margin-bottom: 60px;
}

.custom-dots-container {
    display: flex;
    gap: 10px;
    position: relative;
    z-index: 5;
    pointer-events: auto;
    height: 10px;
}

.custom-dots-container .owl-dot {
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    padding: 0;
}

.custom-dots-container .owl-dot::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #BBBBBB;
    border-radius: 50%;
    display: block;
    transition: background-color 0.3s ease;
}

.custom-dots-container .owl-dot.active::before {
    background: #005FA3;
}

.custom-dots-container .owl-dot.active {
    border-color: #005FA3;
}

.bloc-dots-1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    height: 100px;
    width: 100%;
    pointer-events: none;
}

.custom-dots-container-1 {
    display: flex;
    gap: 15px;
    flex-direction: column;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    pointer-events: auto;
}

.custom-dots-container-1 .owl-dot {
    width: 20px;
    height: 20px;
    border: 2px solid white;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    padding: 0;
}

.custom-dots-container-1 .owl-dot.active {
    background: white;
}


/* navigateur mobile */

.section-nav-phone {
    position: absolute;
    width: 100%;
    padding: 0;
    z-index: 10;
    background-color: white;
}

.bloc-navigateur-mobile {
    padding: 10px 0;
}

.section-nav-phone.fixed .menu-toggle,
.section-nav-phone .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;
}

.section-nav-phone.fixed .menu-deroulant {
    top: 85px;
}

.section-nav-phone .menu-deroulant {
    top: 133px;
}

.menu-deroulant {
    background-color: transparent;
    position: absolute;
    left: 0;
    z-index: 9999;
    width: 100%;
    padding: 0 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    max-height: calc(100vh - 80px);
}

.section-nav-phone.fixed .icon-bar {
    width: 100%;
    height: 6px;
    background-color: #095D81;
    border-radius: 2px;
    transition: all 0.3s ease;
    display: block;
}

.section-nav-phone .icon-bar {
    width: 100%;
    height: 6px;
    background-color: #095D81;
    border-radius: 2px;
    transition: all 0.3s ease;
    display: block;
}

.section-nav-phone ul.collapse li {
    padding: 8px 0;
}

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

.menu-deroulant .list-group-item i,
a.font {
    color: #005FA3 !important;
    text-transform: capitalize;
}

.menu-deroulante li a {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    text-transform: capitalize;
    color: #005FA3;
}

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

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

.menu-toggle.open .bottom {
    transform: rotate(-45deg) translate(9px, -9px);
    width: 40px;
}

.rotate {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.bloc-nav-contact {
    background: black;
    padding: 16px 0;
}


/* fixed */

.logo-nav {
    padding: 10px 0;
}

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

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

.section-navigateur.fixed .bloc-boutton-nav img.img-user {
    filter: invert(1) brightness(1);
}


/* menu */

ul.menu {
    list-style: none;
}

ul.menu>li {
    position: relative;
}

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

ul.dropdown {
    display: block;
    position: absolute;
    left: 0;
    min-width: 280px;
    background: #FFFFFF;
    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;
}

ul.dropdown li a {
    display: block;
    padding: 12px 16px;
    text-decoration: none;
    color: #5D5D5D;
    font-size: 15px;
    font-weight: 500;
    text-transform: none;
    position: relative;
    z-index: 1;
}

ul.dropdown>li {
    border-bottom: 1px solid #D2DDE5;
}

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

ul.dropdown li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    z-index: -1;
    height: 100%;
    transition: 0.5s;
    background: #005FA3;
}

.section-navigateur.fixed ul.dropdown li:hover a::after,
ul.dropdown li:hover a::after {
    width: 100%;
}

.section-navigateur.fixed ul.dropdown li:hover a,
ul.dropdown li:hover a {
    color: #FFFFFF;
}

ul.menu>li:hover .dropdown {
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}

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

ul.menu>li:hover>a {
    color: #005FA3;
    background: white;
    position: relative;
}

ul.menu>li>a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 6px;
    transition: 0.5s;
    background: #005FA3;
}

ul.menu>li:hover>a::after {
    width: 100%;
}


/* contact */

.section-slide.contact .item-slide {
    height: 500px;
}

.section-slide.contact .bloc-titre-slide {
    padding-top: 182px;
}


/* page */

.section-slide.page .item-slide {
    height: 641px;
}

.section-formulaire.page {
    position: absolute;
    width: 100%;
    padding: 0 0;
    top: unset;
    bottom: 0;
    z-index: 9;
    pointer-events: none;
}

.section-slide.page .bloc-titre-slide {
    padding-top: 230px;
}
/* H1 SEO Index.HTML */
h1.seo-title{
position:absolute !important;
left:-9999px !important;
top:auto !important;
width:1px;
height:1px;
overflow:hidden;
}
/* H1 SEO diagnostic immobilier l'Aigle*/
.sr-only{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0,0,0,0) !important;
  white-space:nowrap !important;
  border:0 !important;
}