body .Mypage {
    position: relative;
    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;
}

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

.bloc-nav-contact {
    background: linear-gradient(0deg, #4E4D4D, #4E4D4D), linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

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

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

ul.banner-lien-nav-contact i {
    color: #2EB5A7;
    width: auto;
    height: 14px;
    margin-right: 9px;
}

.banner-nav-contact {
    padding: 18px 0;
}

a.user-btn {
    color: #2EB5A7;
    text-transform: uppercase;
    line-height: 1;
    font-size: 16px;
}

a.user-btn img {
    margin-right: 16px;
}

.bloc-navigateur {
    background-color: transparent;
    padding: 23px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lien-navigateur {
    position: relative;
    display: flex;
    align-items: center;
    gap: 40px;
    z-index: 1;
}

.lien-navigateur>ul {
    position: relative;
    padding: 0px 33px;
    display: flex;
    flex-wrap: nowrap;
    gap: 60px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 80px;
}

.lien-navigateur>ul li {
    color: #4E4D4D;
    font-size: 16px;
    line-height: 20px;
}

.section-navigateur.fixed .bloc-navigateur {
    padding: 0 0;
}

.section-navigateur.fixed .lien-navigateur>ul>li>a {
    padding: 46px 0;
}

.lien-navigateur>ul>li>a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 23px 0;
}

.lien-navigateur>ul>li>a i {
    width: 11px;
    height: 6px;
}

.banner-btn-contact {
    position: relative;
    background-color: #ffffff;
    padding: 8px 8px;
    border-radius: 80px;
    display: flex;
    gap: 21px;
}

.banner-btn-contact::before {
    content: '';
    width: 300px;
    height: 86px;
    position: absolute;
    background: url('../images/fond-nav.svg') no-repeat;
    top: 0;
    left: -213px;
    z-index: -1;
}

.btn-contact {
    display: inline-block;
    background: #2EB5A7;
    color: #ffffff;
    font-size: 16px;
    padding: 15px 27px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    gap: 16px;
    line-height: 20px;
    z-index: 1;
}

a.btn-contact i {
    font-size: 32px;
}


/* section-slide */

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

.item-slide {
    position: relative;
    width: 100%;
    height: 900px;
}

.owl-carousel.page .item-slide {
    position: relative;
    width: 100%;
    height: 640px;
}

.owl-carousel.page .titre-slide {
    margin-bottom: 80px;
}

.owl-carousel.contact .item-slide {
    position: relative;
    width: 100%;
    height: 537px;
}

.owl-carousel.contact .titre-slide {
    margin-bottom: -50px;
}

.item-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

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

.item-slide .container-navigateur-text {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 77px;
}

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

.sous-titre-slide {
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
}

.btn-titre-texte {
    margin-top: 60px;
}

.btn-titre-texte .btn-1 {
    border: none
}


/* formulaire */

section.section-formulaire {
    z-index: 1;
    padding: 0 0;
    margin-top: -77px;
}

.bloc-formulaire {
    background-color: rgba(203, 236, 233);
    overflow: hidden;
    border-radius: 24px;
    padding-bottom: 32px;
}

.bloc-formulaire .titre-form {
    background: #2EB5A7;
    line-height: 45px;
    font-size: 35px;
    color: #ffffff;
    text-align: center;
    padding: 16px 0;
    margin-bottom: 32px;
}

.label-form {
    color: #4E4D4D;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 12px;
}

.flex-container-form {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    border-top: 1px solid #4E4D4D;
    padding-top: 24px;
    justify-content: flex-start;
}

button.type,
button.tpbien {
    line-height: 32px;
    font-size: 22px;
    padding: 4px 16px 4px 4px;
    border-radius: 80px;
    background: #4E4D4D;
    color: #ffffff;
    display: flex;
    gap: 10px;
    white-space: nowrap;
    align-items: center;
}

button.type.active,
button.tpbien.active,
button.type:hover,
button.tpbien:hover {
    background: #2EB5A7;
    border: 3px solid;
    border-color: #4e4d4d;
}

button.type.active .img-form,
button.tpbien.active .img-form,
button.type:hover .img-form,
button.tpbien:hover .img-form {
    background: #ffffff;
}

button.type.active .img-form img,
button.tpbien.active .img-form img,
button.type:hover .img-form img,
button.tpbien:hover .img-form img {
    filter: brightness(1);
}

button.type .img-form img,
button.tpbien .img-form img {
    filter: invert(1) brightness(2);
}

button .img-form {
    border-radius: 80px;
    background: #2EB5A7;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
}

button.btn-form {
    padding: 17px 17px;
}

.banner-btn-form {
    display: inline-flex;
    align-items: flex-end;
    justify-content: flex-end;
}

form#form-quote {
    padding: 0 50px;
}


/* presentation */

section.section-presentation {
    padding: 100px 0;
}

.bloc-img-float {
    float: left;
    max-width: calc(555px + 60px);
    height: 555px;
    padding-right: 60px;
}

.img-float {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
}

.img-float img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
    display: block;
}

.img-deco {
    position: absolute;
    width: 250px;
    height: auto;
    bottom: -125px;
    left: -123px;
}

.bloc-text-para {
    color: #858585;
    font-size: 16px;
    line-height: 26px;
    display: table;
}

.bloc-text-para p:first-of-type img:first-of-type,
.bloc-text-para p:first-of-type img:nth-of-type(2),
.bloc-text-para h2:first-of-type img:first-of-type {
    display: none;
}


/* section-valeur et engagements */

section.section-valeur {
    background: #4E4D4D;
    padding: 100px 0;
}

.section-valeur .bloc-title {
    color: #FFFFFF;
}

.bloc-valeur {
    padding: 40px 24px;
    border: 1px solid #B1B1B1;
    border-radius: 24px;
}

.bloc-valeur:hover {
    background: #2EB5A7;
}

.bloc-valeur:hover .para-valeur {
    color: #ffffff;
}

.titre-valeur {
    font-size: 27px;
    line-height: 33px;
    color: #ffffff;
}

.titre-valeur,
.logo-valeur {
    margin-bottom: 30px;
}

.para-valeur {
    margin-top: 30px;
    font-size: 16px;
    line-height: 26px;
    color: #B1B1B1;
    height: 234px;
}


/* referencement */

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

.bloc-reference::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 3px solid #2EB5A7;
    border-radius: 24px;
}

.bloc-text-ref {
    padding: 40px;
}

.bloc-img-ref {
    max-width: 100%;
    height: 100%;
    float: none;
}

.section-reference .bloc-text-para {
    column-count: 2;
    column-gap: 40px;
    column-width: 200px;
    display: block;
    line-height: 26px;
}

.section-reference .bloc-text-para p {
    break-inside: avoid;
    margin-bottom: 1em;
}

.img-deco2 {
    position: absolute;
    width: 120px;
    height: auto;
    bottom: 40px;
    right: 40px;
}

.ref-img-resp {
    display: flex;
    justify-content: flex-end;
}


/* actualite */

.bloc-actu:hover .para-actu {
    color: #2EB5A7;
}

.img-actu {
    height: 383px;
    max-width: 370px;
    margin-bottom: 27px;
}

.img-actu img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.date-actu {
    font-size: 18px;
    line-height: 29.25px;
    color: #2EB5A7;
    margin-bottom: 11px;
}

.para-actu {
    font-size: 30px;
    line-height: 36px;
    color: #4E4D4D;
    height: 108px;
    overflow: hidden;
}


/* avis client */

section.section-avis {
    padding: 0 0;
    background: linear-gradient(to bottom, #2EB5A7 50%, white 50%);
}

.bloc-avis {
    background: url('../images/avis/avis-1.jpg') no-repeat center center;
}

.bloc-avis1 {
    background: url('../images/avis/avis-2.jpg') no-repeat center center;
}

.bloc-avis1,
.bloc-avis {
    position: relative;
    background-size: cover;
    padding: 40px 60px;
    border-radius: 24px;
    overflow: hidden;
}

.bloc-avis1::before,
.bloc-avis::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.4;
    z-index: 0;
}

.bloc-avis1>*,
.bloc-avis>* {
    position: relative;
    z-index: 1;
}

.titre-avis {
    font-style: italic;
    font-size: 40px;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.btn-avis {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    white-space: nowrap;
}

.btn-1.btn-avis {
    background: #FFFFFF;
    color: #2EB5A7;
    font-size: 16px;
    line-height: 20px;
    gap: 16px;
    width: 100%;
}


/* footer */

footer {
    background: #272626;
}

.bloc-footer1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0;
    border-bottom: 1px solid #FFFFFF;
}

.lien-footer {
    display: flex;
    gap: 32px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1;
}

.lien-footer a {
    display: block;
    line-height: 1.2;
    padding: 4px 0;
}

li:hover .info_footer.footer-phone,
.footer-ref:hover a,
.footer-ref-lien li:hover a,
.lien-footer li:hover a {
    color: #2EB5A7;
}

.titre-form-footer {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 28.8px;
    margin-bottom: 32px;
}

.footer-form input {
    padding: 15px 25px;
    background-color: #4E4D4D;
    border-radius: 40px;
    font-size: 14px;
    line-height: 1;
    color: #B1B0B0;
    margin-bottom: 10px;
}

.footer-form input::placeholder {
    font-size: 14px;
    color: #B1B0B0;
}

footer .btn-1.btn-avis {
    color: #FFFFFF;
    background-color: #2EB5A7;
    margin-bottom: 32px;
}

.footer-para {
    font-size: 16px;
    line-height: 26px;
    color: #CCCCCC;
}

.titre-contact-footer {
    font-size: 24px;
    line-height: 28.8px;
    color: #FFFFFF;
    margin-bottom: 32px;
}

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

.info-block-footer {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    border: 1px solid #CCCCCC
}

.info-block-footer i {
    color: #CCCCCC;
    font-size: 13px;
}

.info_footer {
    font-size: 15px;
    line-height: 1.3;
    color: #CCCCCC;
}

.certification,
.Assurance {
    max-width: 290px;
    height: 195px;
    border-radius: 16px;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

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

.footer-ref {
    font-size: 14px;
    line-height: 22.75px;
    color: #CCCCCC;
    text-align: center;
}

.footer-ref-lien ul {
    display: flex;
    font-size: 14px;
    line-height: 22.68px;
    color: #CCCCCC;
    gap: 32px;
}

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


/* contact */

.section-form-contact .bloc-title {
    font-size: 40px;
}

.champ-textarea {
    padding-top: 14px;
    padding-bottom: 80px;
}

input.champ-text {
    padding: 14px 0;
}

.champ-textarea,
input.champ-text {
    background-color: #FFFFFF;
    border-bottom: 0.5px solid #858585;
    font-size: 16px;
    line-height: 26px;
    color: #858585;
}

input.champ-text::placeholder {
    font-size: 16px;
    line-height: 26px;
    background-color: #FFFFFF;
    color: #858585;
}

.bloc-pq form p {
    font-size: 16px;
    line-height: 26px;
    color: #717171;
}

.bloc-pq .btn-1 img {
    margin-left: 16px;
}

.bloc-coordonner {
    background: #4E4D4D;
    border-radius: 24px;
    padding: 80px 60px;
    margin-left: 60px;
}

.titre-coo {
    font-size: 40px;
    line-height: 56px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.section-form-contact .info-block-footer {
    width: 50px;
    height: 50px;
    background: #2EB5A7;
    border: 1px solid #2EB5A7;
}

.section-form-contact .info-block-footer i {
    font-size: 24px;
    color: #FFFFFF;
}

.section-form-contact .info_footer {
    color: #FFFFFF;
}

.section-form-contact .contact-footer {
    margin-bottom: 87px;
}


/* slide carousel */

section.section-carousel {
    background: #2EB5A7;
}

.section-carousel .bloc-title,
.section-carousel .sub-title {
    color: #FFFFFF;
}

.section-carousel .sub-title::before {
    background-color: #FFFFFF;
}

.card-carousel {
    position: relative;
    width: 196px;
    height: 519px;
    transition: width 1s ease;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-carousel .carousel.owl-loaded {
    height: 519px;
}

.card-carousel:hover {
    width: 400px;
}

.default-view {
    position: relative;
    width: 100%;
    height: 100%;
    border-left: 1px solid #FFFFFF;
}

.carousel .owl-item:hover+.owl-item .default-view {
    border-left: 0;
}

.default-view .text-carousel {
    transform: rotate(-90deg);
    color: #FFFFFF;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.card-carousel-hover {
    padding: 24px;
    border-radius: 24px;
    background: #4E4D4D;
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

.card-carousel:hover .default-view {
    opacity: 0;
}

.card-carousel:hover .card-carousel-hover {
    display: block;
}

.text-carousel-hover {
    font-size: 32px;
    line-height: 40px;
    color: #FFFFFF;
    margin-bottom: 75px;
}

.card-img-slide {
    position: relative;
    width: 100%;
    height: 316px;
}

.card-img-slide .img-slide {
    position: relative;
    width: 350px;
    height: 100%;
    display: inline-block;
}

.card-img-slide .img-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.card-img-slide .img-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 24px;
    pointer-events: none;
    z-index: 1;
}

.card-img-slide .img-slide img {
    position: relative;
    z-index: 0;
}

.slide-deco-1 {
    position: absolute;
    width: 70px;
    height: 70px;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #2EB5A7;
    border-radius: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: 3px solid #4E4D4D;
    z-index: 1;
}

.slide-deco-1 img {
    width: 19px !important;
    height: auto !important;
    border-radius: 0 !important;
}

.slide-deco-2 {
    position: absolute;
    width: 124px;
    height: 124px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.slide-deco-2 img {
    width: 124px !important;
    height: auto !important;
    border-radius: 0 !important;
}


/* mobile nav */

.bloc-navigateur-mobile {
    background-color: #FFFFFF;
    padding: 18px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

#mobileNav {
    display: none;
}

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

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

.menu-deroulant {
    background-color: transparent;
    position: absolute;
    left: 0;
    z-index: 999;
    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: #2EB5A7;
    border-radius: 2px;
    transition: all 0.3s ease;
    display: block;
}

.section-nav-phone .icon-bar {
    width: 100%;
    height: 6px;
    background-color: #2EB5A7;
    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);
}

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

.list-group-item a.font,
.list-group-item .font {
    font-size: 15px;
    color: #2EB5A7;
}

.list-group-item .font li a:hover {
    color: #4E4D4D;
    padding-left: 20px;
}

.banner-lien-nav-contact li a {
    font-size: 14px;
}


/* navigateur fixed */

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

.devis-gratuit {
    position: relative;
    z-index: 1;
}

.devis-gratuit::before {
    position: absolute;
    content: '';
    width: 53px;
    height: 100%;
    top: 0;
    right: -32px;
    background: url("../images/liaison/liaison1.png") no-repeat;
    background-size: cover;
    z-index: -1;
}


/* deco  after formulaire */

.after-btn {
    position: relative;
}

.after-btn::after {
    content: '';
    position: absolute;
    width: 59px;
    height: 45.1435546875px;
    top: 6.3px;
    right: -33px;
    background: url("../images/liaison/liaison2.svg") no-repeat;
}


/* dots  et nav*/

.bloc-dots {
    position: relative;
}

.custom-dots-container {
    display: flex;
    gap: 15px;
    flex-direction: column;
    bottom: 322px;
    right: -10px;
    position: absolute;
    z-index: 5;
    pointer-events: visible;
}

.custom-dots-container .owl-dot {
    width: 24px;
    height: 24px;
    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-color: white;
    border-radius: 50%;
    display: block;
    transition: background-color 0.3s ease;
}

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

.custom-dots-container .owl-dot.active {
    border-color: white;
}

.section-slide.contact .custom-dots-container {
    bottom: 230px;
}

.custom-nav-overlay {
    display: flex;
    gap: 9px;
}

.bloc-btn-custom {
    position: relative;
    padding: 16px;
    background: #CBECE9;
    border-radius: 80px;
}

.bloc-btn-custom button {
    border-radius: 80px;
    background: transparent;
    border: 2.5px solid #4E4D4D;
    padding: 22.5px;
}

.bloc-btn-custom:hover button {
    background-color: #4E4D4D;
}

.bloc-btn-custom:hover button img {
    filter: invert(1) brightness(1000%);
}

.bloc-btn-custom.before {
    position: relative;
}

.bloc-btn-custom.before::before {
    content: '';
    position: absolute;
    width: 54px;
    height: 47.61px;
    top: 23px;
    right: -31px;
    background: url('../images/liaison/liaison3.svg')no-repeat;
    background-size: cover;
}

.bloc-btn-custom-resp {
    display: flex;
    justify-content: center;
    margin: 10px;
    display: none;
}

.bloc-btn-custom-resp button {
    padding: 5px;
    background: #CBECE9;
}

.bloc-btn-custom-resp button.custom-prev {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.bloc-btn-custom-resp button.custom-next {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px
}


/* menu */

ul.menu {
    list-style: none;
}

ul.menu>li {
    position: relative;
}

.section-navigateur ul.dropdown {
    top: 85px;
}

.section-navigateur.fixed ul.dropdown {
    top: 132px;
}

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

ul.dropdown li a {
    display: block;
    padding: 2px 16px;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-family: "Archivo", sans-serif;
    font-weight: 500;
    text-transform: none;
    font-family: "Inter", sans-serif;
    font-weight: 600;
}

ul.dropdown li {
    border-bottom: 0.5px solid #FFFFFF80;
    padding-left: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
}

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

ul.dropdown li:first-child {
    padding-top: 20px !important;
}

ul.dropdown li:last-child:hover {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.section-navigateur.fixed ul.dropdown li a:hover,
ul.dropdown li a:hover {
    color: #2EB5A7;
    margin-left: 5px;
}

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

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

ul.menu>li>a.active {
    color: #2EB5A7;
}


/* carte */

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

.bloc-carte {
    position: relative;
    width: 100%;
    height: 539px;
}

.bloc-carte img {
    width: 100%;
    height: 100%;
}

.img-float.img-home .img-deco {
    bottom: 0;
}

.img-float.img-home {
    padding: 0 0 125px;
}