/******************************************************************************
* Header
*******************************************************************************/
.sticked-menu.sticky-header {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.sticked-menu {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 23;
    visibility: hidden;
    -webkit-transform: translateY(-92px);
    transform: translateY(-92px);
    -webkit-transition: visibility 300ms ease, -webkit-transform 300ms ease;
    transition: visibility 300ms ease, -webkit-transform 300ms ease;
    transition: transform 300ms ease, visibility 300ms ease;
    transition: transform 300ms ease, visibility 300ms ease, -webkit-transform 300ms ease;
    background: #1D1E1C;
}

.sticked-menu .site-navigation__inner {
    padding: 0;
    background: none;
    border-radius: 0;
}

.main-header .sticked-menu .site-navigation .menu>ul>li>a {
    color: #fff;
    min-height: 91px;
}

.main-header .sticked-menu .site-navigation .menu>ul>li.active>a,
.main-header .sticked-menu .site-navigation .menu>ul>li:hover>a,
.main-header .sticked-menu .site-navigation .menu>ul>li.hover>a {
    color: #D39835;
}

.sticked-menu .site-branding .img-logo {
    display: none !important;
}

.sticked-menu .site-branding {
    width: 200px;
}

.main-header .sticked-menu .other-links ul li a.menu__contact-link:hover {
    color: #1D1E1C;
}

.main-header .sticked-menu .other-links ul li a.menu__contact-link:before {
    background-color: #fff;
}

.main-header .sticked-menu .other-links ul li a.menu__contact-link .btn-wrapper .btn-ico {
    background-color: #1D1E1C;
}

.main-header .sticked-menu .other-links a.menu__contact-phone-link,
.main-header .sticked-menu .other-links a.menu__contact-mail-link,
.main-header .sticked-menu .other-links a.menu__contact-phone-fix-link,
.sticked-menu .site-branding .img-logo-2 {
    display: flex !important;
}

.main-header .other-links ul li:nth-child(2) {
    display: none;
}

/******************************************************************************
* Content
*******************************************************************************/

/** Banner slider **/
.banner-section {
    position: relative;
}

.banner-slide .banner-slide__item {
    position: relative;
    display: flex;
    align-items: end;
    height: 685px;
    width: 100%;
}

.banner-slide__content {
    position: relative;
    z-index: 2;
    padding: 45px 0;
    width: 100%;
}

.banner-slide__item .banner-image {
    opacity: 0;
    overflow: hidden;
    clip-path: polygon(0 0, 40% 0, 40% 100%, 0% 100%);
    -webkit-transition: all 1000ms linear;
    -moz-transition: all 1000ms linear;
    -ms-transition: all 1000ms linear;
    -o-transition: all 1000ms linear;
    transition: all 1000ms linear;
}

.banner-slide .swiper-slide-active .banner-image {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.banner-subtitle {
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4em;
    border-radius: 50px;
    background: #D39835;
    display: inline-flex;
    padding: 10.5px 25px 10.91px 25px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.banner-slide .swiper-slide-active .banner-subtitle {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.banner-title {
    color: #FFF;
    font-family: "Raleway", sans-serif;
    font-size: clamp(38px, 1rem + 3vw, 64px);
    font-style: normal;
    font-weight: 800;
    line-height: 1.125em;
    margin-bottom: 0;
}

.banner-slide .banner-title {
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    margin-bottom: 140px;
}

.banner-slide .swiper-slide-active .banner-title {
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.banner-slide__content .banner-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 13px;
    justify-content: end;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.banner-slide .swiper-slide-active .banner-actions {
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    -ms-transition-delay: 1400ms;
    -o-transition-delay: 1400ms;
    transition-delay: 1400ms;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.banner-slide__pagination.slide-control-dots {
    display: flex;
    flex-direction: column;
    align-items: start;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    z-index: 3;
    height: 75px;
    width: 65px;
    left: unset;
    margin-top: -35px;
}

.banner-slide__pagination.slide-control-dots .swiper-pagination-bullet:not(:last-child) {
    padding: 0 0 65px;
}

.banner-slide__pagination.slide-control-dots .swiper-pagination-bullet .dot-number {
    top: -15px;
    left: 15px;
}

.banner-slide__pagination.slide-control-dots .swiper-pagination-bullet:after {
    height: calc(100% - 10px);
    width: 1px;
    top: 10px;
    left: 5px;
}


/** About us **/

.about-us-section {
    padding: 179px 0 161px;
}

.animate-img {
    opacity: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    clip-path: polygon(0 0, 15% 0, 15% 100%, 0% 100%);
}

.animate-img.aos-animate {
    opacity: 1;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.bloc-image.image-3 {
    position: relative;
    width: 539px;
    height: 620px;
}

.bloc-content .sect-title .bloc-title {
    margin-bottom: 30px;
}

.about-us-section .layer-shape {
    margin-top: 93px;
}

.rules {
    height: 59px;
    width: 100%;
    animation: slideBackground 10s linear infinite;
}

@keyframes slideBackground {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 100% 0;
    }
}

.macaron {
    position: absolute;
    bottom: -126px;
    left: 50%;
    transform: translateX(-50%);
    width: 251px;
    height: 251px;
    display: flex;
    z-index: 2;
    align-items: center;
    justify-content: center;
    border-radius: 200px;
    background: #FFF;
    padding: 45px;
    z-index: 1;
}

.macaron .corner {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.macaron .corner:after,
.macaron .corner:before {
    content: '';
    position: absolute;
    top: 95px;
    left: -27px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background: url(../images/corner.svg) no-repeat top left !important;
    width: 30px;
    height: 30px;
    transform: rotate(180deg);
}

.macaron .corner:after {
    left: unset;
    right: -27px;
    top: 95px;
    transform: rotate(-90deg);
}

.macaron-ico {
    border-radius: 200px;
    background: #D39835;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

@keyframes textrotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.macaron .text-circle {
    position: absolute;
    text-align: left;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    animation: textrotate 25s infinite linear;
}


/** Company benefits **/

.company-benefits-section {
    padding: 120px 0 210px;
}

.company-benefits-section .layer-shape {
    margin: 0 0 -90px 50px;
}

.benefit-item {
    position: relative;
    padding: 60px 40px;
    height: 100%;
    border-radius: 30px;
    background: #FFF;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 0 15px 0 rgba(30, 30, 28, 0.16);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.benefit-item p {
    margin-bottom: 0;
}

.benefit-item * {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.benefit-item:before {
    background: url('../images/bg-01.jpg') no-repeat center center;
    background-size: cover;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

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

.benefit-item .benefit-number {
    font-variant-numeric: lining-nums proportional-nums;
    -webkit-text-stroke-width: 2px;
    color: transparent;
    -webkit-text-stroke-color: #D39835;
    font-family: "Raleway", sans-serif;
    font-size: 100px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    opacity: 0.25;
    position: absolute;
    right: 30px;
    top: auto;
}

.benefit-item:hover .benefit-number {
    -webkit-text-stroke-color: #fff;
}

.benefit-item .benefit-title {
    color: #1D1E1C;
    font-family: "Lexend Deca", sans-serif;
    font-size: clamp(26px, 1rem + 1vw, 32px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.3125em;
    margin-bottom: 16px;
    margin-top: 40px;
}

.benefit-item:hover p,
.benefit-item:hover .benefit-title {
    color: #fff;
}


/** Intervention area **/

.intervention-area-section {
    padding: 120px 0;
}

.intervention-area-section .bloc-content {
    margin-top: -120px;
    position: relative;
    z-index: 2;
}

.intervention-area-section .bloc-content .txt-box {
    padding-top: 240px;
}

.bloc-image.image-1 {
    height: 100%;
    width: calc(100% + 7vw);
    position: absolute;
    top: 0;
    left: 0;
}

.bloc-image.image-1 img {
    border-radius: 30px 0 0 0;
}

.bloc-image.image-2 {
    border-radius: 0 43px 0 0;
    border-top: 13px solid rgba(255, 255, 255, 0.50);
    border-right: 13px solid rgba(255, 255, 255, 0.50);
    position: absolute;
    bottom: 0;
    left: 0;
}

.bloc-image.image-2 img {
    border-radius: 0 30px 0 0;
}



/** Services diag immo **/

.services-diag-section {
    padding: 120px 0;
}

.our-services-immo__head {
    margin-bottom: 60px;
}

.swiper.services-slide .swiper-slide {
    display: flex;
    flex: 0 0 200px;
    transition: flex 0.4s ease;
}

.swiper.services-slide .swiper-slide:hover {
    flex: 0 0 374px;
}

.service-item {
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 30px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.service-item .service-image {
    position: relative;
    width: 100%;
    height: 470px;
    overflow: hidden;
    border-radius: 30px;
}

.service-item .service-image:before {
    content: "";
    position: absolute;
    opacity: 0.9;
    background: linear-gradient(180deg, rgba(29, 30, 28, 0.00) 0%, #1D1E1C 100%);
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
}

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

.service-item .service-ico {
    width: 78px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.service-item .separation {
    width: 100%;
    background: url('../images/line-dot.svg') no-repeat top right;
    height: 8px;
    display: inline-block;
}

.service-item .service-text {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    display: flex;
    align-items: end;
    justify-content: center;
    height: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.service-item:hover .service-text {
    opacity: 0;
    visibility: hidden;
}

.service-item .service-title {
    color: #FFF;
    font-family: "Lexend Deca", sans-serif;
    font-size: clamp(26px, 1rem + 1vw, 32px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.3125em;
}

.service-item .service-text .service-title {
    padding: 0;
    transform: rotate(-90deg);
    position: absolute;
    width: 300px;
    bottom: 108px;
    height: 84px;
    left: auto;
}

.service-item .service-text-hover {
    position: absolute;
    bottom: 34px;
    left: 30px;
    right: 30px;
    display: flex;
    flex-direction: column;
    z-index: 1;
    opacity: 0;
    gap: 30px;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transform: translateY(12px);
    white-space: nowrap;
}

.service-item:hover .service-text-hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.blk-services-immo {
    border-radius: 30px 30px 0 0;
    background: #D39835;
    display: flex;
    padding: 60px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    margin-top: 120px;
}

.blk-services-immo .sect-title .bloc-title {
    font-size: clamp(26px, 1rem + 1vw, 32px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.3125em;
    letter-spacing: normal;
}

.blk-services-immo .services-immo-action {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}


/** Testimonials **/

.testimonials-section {
    padding: 120px 0 180px;
}

.testimonials-section .layer-shape {
    width: 1106px;
    margin-top: 12px;
}

.testimonials__inner {
    border-radius: 30px 30px 30px 0;
    display: flex;
    height: 400px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    align-self: stretch;
    overflow: hidden;
    position: relative;
}

.testimonials__content {
    border-radius: 0 200px 200px 30px;
    background: #1D1E1C;
    position: relative;
    display: flex;
    max-width: 552px;
    padding: 40px 60px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.testimonials__content .sect-title .bloc-title {
    font-size: clamp(26px, 1rem + 1vw, 32px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.3125em;
    color: #fff;
    margin-bottom: 0;
}

.testimonials__content .testimonial__action a:hover {
    color: #1D1E1C;
}

.testimonials__content .testimonial__action a:before {
    background-color: #fff;
}


/** Latest news **/

.latest-news-section {
    padding: 120px 0 90px;
}

.actus-item {
    position: relative;
}

.actus-item .actus-image {
    position: relative;
    width: 100%;
    height: 352px;
    border-radius: 30px;
    overflow: hidden;
}

.actus-item .actus-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.actus-item .actus-image img:first-child {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    -webkit-transform: translatex(50%) scalex(2);
    transform: translatex(50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.actus-item:hover .actus-image img:first-child {
    -webkit-transform: translatex(0) scalex(1);
    transform: translatex(0) scalex(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.actus-item:hover .actus-image a+img {
    -webkit-transform: translatex(-50%) scalex(2);
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.actus-text {
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.actus-item .actus-title {
    color: #000;
    font-family: "Lexend Deca", sans-serif;
    font-size: 1.5em;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4166666em;
    text-transform: capitalize;
}

.actus-item .actus-title a:hover {
    color: #D39835;
}

.actus-item .actus-date {
    color: #fff;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Lexend Deca", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3125em;
    text-transform: uppercase;
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 2;
    border-radius: 8px;
    background: #1D1E1C;
    display: flex;
    padding: 15px 16px 11px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.actus-item .actus-date .day {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 0.75em;
    margin-bottom: 5px;
}

.actus-item:hover .actus-date {
    background: #D39835;
}

.actus-item .actus-more {
    position: relative;
    z-index: 1;
}

.actus-item .actus-more:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 2px solid #F5F5F5;
    height: 2px;
    max-width: 396px;
    width: calc(100% - 26px);
    z-index: -1;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.actus-item:hover .actus-more:before {
    border-color: #D39835;
}

.actus-item .actus-more svg {
    position: absolute;
    bottom: -6px;
    right: 0;
}

.actus-item:hover .actus-more svg path {
    fill: #D39835 !important;
}

.actus-item .actus-more a {
    color: #1D1E1C;
    font-family: "Lexend Deca", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.875rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #F5F5F5;
    padding: 16.5px 35px 16.91px 35px;
    border-radius: 50px 50px 0 50px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.actus-item:hover .actus-more a {
    background: #D39835;
    color: #fff;
}


/** COntact infos **/

.blk-contact-infos {
    position: relative;
    border-radius: 30px;
    background: #1D1E1C;
    padding: 40px;
    max-width: 426px;
    margin-left: auto;
}

ul.contact-list {
    display: flex;
    flex-direction: column;
    gap: 49px;
}

ul.contact-list li {
    display: flex;
    align-items: center;
    gap: 26px;
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6875em;
}

ul.contact-list li .contact-title {
    color: #FFF;
    font-family: "Lexend Deca", sans-serif;
    font-size: 1.5em;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4166666em;
}

ul.contact-list li .contact-ico {
    width: 50px;
    min-width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 64px;
    border: 1px solid #D39835;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

ul.contact-list li:hover .contact-ico {
    background: #D39835;
}

ul.contact-list li:hover .contact-ico svg path {
    fill: #1D1E1C !important;
}


/** Map **/


.map-section {
    height: 660px;
}

.intervention-map {
    position: relative;
    z-index: 3;
    margin-top: -138px;
    display: inline-block;
}


/******************************************************************************
* Footer
*******************************************************************************/

/** Footer column **/

.footer-column {
    position: relative;
    padding: 100px 0;
}

.footer-column__item {
    position: relative;
}

/** Footer nesletter **/

.newsletter-form__note {
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75em;
}

.newsletter-form .form-group {
    margin-bottom: 0;
    width: 100%;
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 36px;
    max-width: 325px;
}

.newsletter-form form {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    flex-direction: column;
    gap: 15px;
}

.newsletter-form .form-group .form-control {
    font-family: "Manrope", sans-serif;
    color: #000;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 70px;
    padding: 24px 15px 24px 25px;
    border-radius: 50px;
    background: #FFF;
    border: 0;
    box-shadow: none;
    text-transform: none;
    width: 100%;
}

.newsletter-form .form-group button {
    width: 100%;
}

.newsletter-form .form-group button:hover {
    color: #1D1E1C;
}

.newsletter-form .form-group button:before {
    background: #fff;
}

.newsletter-form input:focus {
    background: #fff;
    color: #000;
    border: 0;
    box-shadow: none;
}

.newsletter-form input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(0, 0, 0, 0.50) !important;
}

.newsletter-form input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(0, 0, 0, 0.50) !important;
    opacity: 1;
    /* Firefox */
}

.newsletter-form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(0, 0, 0, 0.50) !important;
}


/** Footer services **/

.footer-services ul {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.footer-services ul li {
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em;
    position: relative;
    padding-left: 25px;
}

.footer-services ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 8px;
    position: absolute;
    top: 8px;
    left: 0;
}

.footer-services ul li a:hover {
    color: #D39835;
}


/** Footer contacts **/

.footer-contacts ul {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.footer-contacts ul li {
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em;
    display: flex;
    gap: 16px;
}

.footer-contacts ul li a:hover {
    color: #D39835;
}


/** Footer certification and insurance **/

.footer-certification-insurance {
    max-width: 171px;
}

.footer-certification-insurance ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
}



/** Footer bottom **/

.footer-bottom {
    padding-bottom: 30px;
}

.copyright {
    position: relative;
    border-radius: 60px;
    padding: 15px 60px;
    background: #7D522C;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.copyright-text {
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4em;
}

.copyright-text a:hover {
    color: #D39835;
}

.copyright-text b {
    font-weight: 800;
}

.img-arobiz {
    margin-top: -5px;
}


/******************************************************************************
* Intern Page
*******************************************************************************/

/** Banner **/

.intern .banner-section .banner-inner {
    position: relative;
    height: 100%;
    min-height: 440px;
    display: flex;
    align-items: end;
    justify-content: end;
}

.intern.page-contact .banner-section .banner-inner {
    align-items: center;
    justify-content: start;
    padding-top: 150px;
}

.intern .banner-content {
    position: relative;
    padding: 40px 0;
    z-index: 1;
}

.intern .banner-title {
    font-size: clamp(36px, 1rem + 2.5vw, 55px);
    line-height: 1.309em;
}

.intern.page-contact .banner-title {
    font-size: clamp(38px, 1rem + 4vw, 80px);
    line-height: 1.125em;
}


/******************************************************************************
* Contact Page
*******************************************************************************/


/** Contact us **/

.contact-us-section {
    padding: 175px 0 233px;
}

.contact-us-section .layer-shape {
    margin-top: 110px;
}
.about-us-section .img-box.default-image::before {
    content: "";
    position: absolute;
    bottom: -122px;
    right: -16px;
    width: 27%;  
    height: 190px;
    background: url("/images/Casque.png") no-repeat center;
    background-size: contain;
}