/******************************************************************************
* 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(-100px);
    transform: translateY(-100px);
    -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: #F7F1EC;
    box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.05);
}

.main-header .sticked-menu .site-navigation .menu>ul>li>ul {
    box-shadow: none;
}

.main-header .sticked-menu .site-navigation .menu>ul>li>ul:before {
    content: '';
    width: 100vw;
    left: calc((100vw - 1310px) / 2 * -1);
    height: 100%;
    background: #F7F1EC;
    position: absolute;
    top: 0;
    z-index: -1;
    box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.05);
}


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

/** Banner slider **/
.banner-inner {
    position: relative;
    z-index: 1;
}

.banner-section {
    position: relative;
    z-index: 2;
}

.banner-items {
    display: flex;
}

.banner-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

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

.banner-content {
    position: relative;
    z-index: 2;
}

.banner-inner .background-panel {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: 50% 50%;
    background-size: cover;
}

.banner-inner .background-panel:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(252, 250, 248, 0.20) 0%, rgba(252, 250, 248, 0.00) 9.13%), linear-gradient(0deg, rgba(252, 250, 248, 0.40) 0%, rgba(252, 250, 248, 0.00) 25.48%);
    height: 100%;
    width: 100%;
    z-index: 2;
}

.banner-inner .background-panel .item {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}

.banner-inner .background-panel .item.default {
    z-index: -1;
    opacity: 1;
}

.banner-items .item-title {
    color: #172535;
    text-align: center;
    font-family: "Instrument Serif", serif;
    font-size: clamp(28px, 1rem + 1vw, 32px);
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0.02em;
}

.banner-items .item.active .banner-actions {
    opacity: 1;
    margin: 28px 0 0;
    transform: translateY(0);
}

.banner-items .item {
    display: flex;
    align-items: end;
    justify-content: center;
    text-align: center;
    height: 100vh;
    position: relative;
    z-index: 1;
    transition: 0.5s linear;
    flex: 0 0 50%;
}

.banner-items .item.active {
    /* background: rgba(28, 28, 28, 0.44); */
}

.banner-items .item:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.33);
}

.banner-items .item .back-slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: -1;
    background-position: center center;
    background-size: cover;
}

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

.banner-items .item .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    width: 100%;
    text-align: center;
    padding: 32px;
}

.banner-content {
    max-width: 970px;
    position: absolute;
    bottom: 84px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.banner-content .banner-content__inner {
    color: #172535;
    font-family: "Instrument Serif", serif;
    font-size: clamp(46px, 1rem + 3vw, 64px);
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0 16px;
}

.banner-content .banner-content__inner .banner-text__three {
    color: #172535;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75em;
    letter-spacing: 0.02em;
    max-width: 523px;
}

.banner-content .banner-content__inner .banner-text__four,
.banner-content .banner-content__inner .banner-text__one {
    width: 100%;
    text-align: center;
}


/** About us **/

.about-us-section {
    padding: 64px 0;
    background-position: 44%;
}

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

.about-us__content .bloc-content .bloc-image.image-1 {
    padding-right: 87px;
}

.about-us__content .bloc-content .bloc-image.image-2 {
    margin: -55px 0 0 auto;
    padding-left: 87px;
}

.intern .about-us__content .bloc-content .bloc-image.image-2 {
    width: 563px;
    height: 310px;
}


/** Free quote **/

.free-quote-section {
    padding: 93px 0;
}

.btn-circle {
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0.02em;
    border-radius: 1000px;
    background: #8F9FAE;
    display: flex;
    width: 164px;
    height: 164px;
    padding: 70px 15px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    outline: none;
}

.btn-circle:hover {
    color: #FFF;
    background: #CEAC87;
    box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.30);
}


/** Newsletter **/

.newsletter__inner {
    border-top: 1px solid rgba(143, 159, 174, 0.50);
    padding: 53px 0 64px;
}

.blk-newsletter {
    position: relative;
    max-width: 644px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.newsletter-form {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 16px;
    max-width: 513px;
    width: 100%;
    margin: 0 auto;
}

.newsletter-form__note {
    color: rgba(23, 37, 53, 0.50);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 2.33333em;
    letter-spacing: 0.02em;
}

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

.input-group-prepend {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: inline-flex;
    align-items: center;
    height: 65px;
}

.newsletter-form .input-group {
    display: flex;
    align-items: center;
    gap: 16px;
}

.newsletter-form form {
    width: 100%;
    position: relative;
}

.newsletter-form .form-group .form-control {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: rgba(23, 37, 53, 1);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75em;
    letter-spacing: 0.02em;
    width: 100%;
    padding: 8px 0 8px 36px;
    border-radius: 0;
    border: 0;
    height: 65px;
    border-bottom: 1px solid rgba(143, 159, 174, 0.50);
    background-color: transparent;
    box-shadow: none;
    text-transform: none;
}

.newsletter-form .newsletter-form__submit {
    position: absolute;
    top: 8px;
    right: 0;
    width: auto;
}

.newsletter-form .newsletter-form__submit button {
    height: 48px;
    padding: 12px 16px;
}

.newsletter-form input:focus {
    border-bottom: 1px solid rgba(143, 159, 174, 0.50);
    background-color: transparent;
    color: rgba(23, 37, 53, 1);
    box-shadow: none;
}

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

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

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


/** Intervention area **/

.intervention-area__inner {
    padding: 104px 0 64px;
    position: relative;
}

.intervention-area-section .layer-shape {
    margin-right: -75px;
}

.intervention-area-section .bloc-content .img-box {
    margin-left: -20px;
}


/** Services diag immo **/

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

.service-item {
    position: relative;
    border-left: 1px solid rgba(23, 37, 53, 0.50);
    padding: 24px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service-item .service-image {
    position: relative;
    height: 129px;
    width: 100%;
    margin-bottom: 24px;
    overflow: hidden;
}

.service-item .service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.service-item:hover .service-image img {
    transform: scale(1.05);
}

.service-item .service-title {
    color: #8F9FAE;
    font-family: "Instrument Serif", serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0.02em;
    margin-bottom: 16px;
}

.service-item .service-desc {
    overflow: hidden;
    color: #172535;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    align-self: stretch;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75em;
    letter-spacing: 0.02em;
    margin-bottom: 24px;
}

.service-item .service-more {
    margin-top: auto;
}

.service-item .service-more a {
    border-radius: 100px;
    background: #FFF;
    display: flex;
    width: 50px;
    height: 50px;
    padding: 10px;
    align-items: center;
    justify-content: center;
}

.service-item .service-more a:hover {
    background: #8F9FAE;
}

.services-slide .owl-item .service-item .service-more a img {
    width: unset;
}

.services-slide__outer {
    margin-top: 32px;
}


/** Testimonials **/

.testimonials-section {
    padding: 64px 0 24px;
}

.testimonial-column {
    margin: auto;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.testimonial__card {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.testimonial__img {
    position: relative;
    width: 164px;
    height: 164px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    margin: auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
}

.testimonial__img.testimonial__img--big {
    width: 312px;
    height: 312px;
}

.testimonial__card:hover .testimonial__img {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}

.testimonial__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: inherit;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.testimonial__card:hover .testimonial__img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.testimonial__img:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.testimonial__card:hover .testimonial__img:after {
    opacity: 0.5;
}

.testimonial__txt {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    color: #fff;
    opacity: 0;
    text-align: center;
    width: 100%;
    padding: 0 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 1.5em;
    text-transform: capitalize;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    align-self: stretch;
    overflow: hidden;
}

.testimonial__card:hover .testimonial__txt {
    opacity: 1;
    top: 50%;
}


/** Online- payment **/

.online-payment-section {
    padding: 35px 0 100px;
}


.online-payment__content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 695px;
    margin-left: auto;
}


/** Images section **/

.image-section {
    min-height: 300px;
}


/** Latest news **/

.latest-news-section {
    padding: 64px 0 45px;
}

.latest-news__content {
    margin-top: 24px;
}

.latest-news__content>.row {
    margin: 0 -24px;
}

.latest-news__content>.row>div {
    padding-left: 24px;
    padding-right: 24px;
}

.latest-news__content>.row>div:not(:last-child) {
    border-right: 1px solid rgba(143, 159, 174, 0.50);
}

.actus-item {
    position: relative;
}

.actus-item .actus-image {
    position: relative;
    width: 100%;
    height: 270px;
    overflow: hidden;
}

.actus-item .actus-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.actus-item:hover .actus-image img {
    transform: scale(1.05);
}

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

.actus-item .actus-date {
    color: #CEAC87;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5em;
    text-transform: uppercase;
}

.actus-item .actus-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.actus-item .actus-title {
    color: #8F9FAE;
    font-family: "Instrument Serif", serif;
    font-size: clamp(28px, 1rem + 1vw, 32px);
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0.02em;
}


/** Contact info0s **/

.blk-contact-infos {
    position: relative;
}

.contact-infos__item {
    margin-bottom: 40px;
}

.blk-contact-infos ul {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.contact-infos__item {
    color: #172535;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75em;
    letter-spacing: 0.02em;
}

.contact-infos__item .contact-ico {
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}

.contact-infos__item .contact-title {
    color: #CEAC87;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5em;
    text-transform: uppercase;
    margin-bottom: 8px;
    letter-spacing: normal;
}

.contact-infos__item .contact-title+span {
    margin-bottom: 8px;
}

.contact-infos__item a:hover {
    color: #CEAC87;
}

.contact-infos__item a.location-map-link {
    display: flex;
    align-items: center;
    gap: 8px;
}

.contact-infos__item a:hover svg path {
    fill: #CEAC87 !important;
}

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


/* Footer column */

.footer-column__inner>.row {
    margin: 0 -64px;
}

.footer-column__inner>.row>div {
    padding-left: 64px;
    padding-right: 64px;
}

.footer-column__inner>.row>div:first-child {
    border-right: 1px solid rgba(143, 159, 174, 0.5);
}

.footer-column__item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 60px;
    padding: 64px 0;
}

.footer-logo {
    margin-bottom: 24px;
    margin-top: -8px;
}


/** Footer contacts **/

.footer-contacts ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px 40px;
}

.footer-contacts ul li {
    color: #CEAC87;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 40px;
    position: relative;
}

.footer-contacts ul li:before {
    content: '';
    background: #FFF;
    width: 10px;
    height: 10px;
    display: inline-block;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.footer-contacts ul li:hover:before {
    background: #8F9FAE;
}


/** Footer certification insurance **/

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

.footer-certification-insurance ul li {
    color: #CEAC87;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 40px;
    position: relative;
}

.footer-certification-insurance ul li:before {
    content: '';
    background: #FFF;
    width: 10px;
    height: 10px;
    display: inline-block;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.footer-certification-insurance ul li:hover:before {
    background: #8F9FAE;
}


/** Footer services **/

.footer-services ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px 40px;
}

.footer-services ul li a {
    color: #CEAC87;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 40px;
    position: relative;
    border-bottom: 1px solid rgba(143, 159, 174, 0.5);
    padding-bottom: 5px;
}

.footer-services ul li a:after {
    content: '';
    background: #FFF;
    width: 10px;
    height: 10px;
    display: inline-block;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.footer-services ul li a:hover:after {
    background: #8F9FAE;
}


/** Footer bottom **/

.footer-bottom {
    position: relative;
    padding: 30px 0;
    border-top: 1px solid rgba(143, 159, 174, 0.50);
}

.copyright-text {
    color: #172535;
    font-size: 1rem;
    font-style: normal;
    font-weight: 200;
    line-height: 1.75em;
    letter-spacing: 0.02em;
}

.copyright a:hover {
    color: #CEAC87;
}

.img-copyright {
    margin-top: -13px;
    margin-left: 15px;
}


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

/** Banner **/

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

.intern .banner-content {
    bottom: 32px;
}

.intern .banner-image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(252, 250, 248, 0.32) 0%, rgba(252, 250, 248, 0.00) 15.38%), linear-gradient(0deg, #FCFAF8 0%, rgba(252, 250, 248, 0.40) 100%);
}

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


/** Contact us **/

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

.contact-us__inner {
    background: #FCFAF8;
    box-shadow: 0 16px 32px -8px rgba(12, 12, 13, 0.40);
    padding: 40px 45px;
}

.contact-us__inner>.row {
    margin: 0 -30px;
}

.contact-us__inner>.row>div {
    padding-left: 30px;
    padding-right: 30px;
}

.contact-us__inner>.row>div:first-child {
    border-right: 1px solid rgba(143, 159, 174, 0.5);
}
.tarteaucitronCTAButton , #tarteaucitronCloseAlert {
    height: auto;
}