/******************************************************************************
* 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(-98px);
    transform: translateY(-98px);
    -webkit-transition: visibility 400ms ease, -webkit-transform 400ms ease;
    transition: visibility 400ms ease, -webkit-transform 400ms ease;
    transition: transform 400ms ease, visibility 400ms ease;
    transition: transform 400ms ease, visibility 400ms ease, -webkit-transform 400ms ease;
    box-shadow: 0 4px 60px 0 rgba(30, 30, 28, 0.15);
    background: #FFF;
}

.main-header .sticked-menu .site-navigation .menu>ul>li>a {
    color: #1E1E1C;
}

.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: #4F81BD;
    background: none;
    backdrop-filter: unset;
}

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

.sticked-menu .site-navigation .site-branding .img-logo-2 {
    display: flex !important;
}

.main-header .sticked-menu .other-links a.menu__contact-mail-link {
    border-color: #1E1E1C;
}

.main-header .sticked-menu .other-links a.menu__contact-mail-link svg path {
    stroke: #1E1E1C !important;
}

.main-header .sticked-menu .other-links a.menu__contact-mail-link:hover {
    background-color: #1E1E1C;
}

.main-header .sticked-menu .other-links a.menu__contact-mail-link:hover svg path {
    stroke: #fff !important;
}


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

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

.banner-inner {
    position: relative;
    overflow: hidden;
}

.banner-slide .banner-slide-item {
    position: relative;
    display: flex;
    align-items: center;
    height: 800px;
    overflow: hidden;
    width: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.30);
}

.banner-slide__content {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 100px;
}

.banner-title {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: -0.0555em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-slide .banner-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin: 0 0 -48px 0;
    opacity: 0;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    transform: translateY(20px);
}

.banner-slide-item:hover .banner-action {
    opacity: 1;
    transform: translateY(0);
    margin: 48px 0 0 0;
}

.panel-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
    transition: all 0.4s linear;
    background-color: #000;
    opacity: 0;
}

.banner-image img,
.panel-background img {
    opacity: 0.5;
}

.home .banner-image,
.panel-background .item {
    opacity: 0;
    transition: all 0.4s linear;
}

.banner-image {
    background-color: #000;
}

.panel-background .default {
    opacity: 1;
}

.panel-background .active {
    opacity: 1;
}

.banner-slide.swiper {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.banner-slide .swiper-slide {
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    height: auto;
}


/** About us **/

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

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

.blk-experience {
    position: absolute;
    bottom: 65px;
    right: -16px;
    border-radius: 145px;
    background: rgba(79, 129, 189, 0.20);
    width: 270px;
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blk-experience .exp-year {
    color: #4F81BD;
    font-size: 53px;
    font-style: normal;
    font-weight: 900;
    line-height: 0.907em;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.blk-experience .exp-year .number {
    font-size: 100px;
    line-height: 0.77em;
}

.blk-experience .txt-circle {
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    animation: textrotate 25s infinite linear;
}

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

.bloc-image.image-1 {
    max-width: 309px;
    width: 56%;
}

.bloc-image.image-2 {
    position: relative;
    margin-bottom: 18%;
    border-radius: 24px;
}

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


/** Company benefits **/

.company-benefits-section {
    padding: 100px 0 70px;
}

.benefit-item {
    position: relative;
    border-radius: 24px;
    background: #fff;
    padding: 40px 32px;
    overflow: hidden;
    height: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.benefit-item:hover {
    background: #4F81BD;
}

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

.benefit-item .benefit-ico {
    height: 45px;
    display: flex;
    align-items: center;
    margin-bottom: 26px;
}

.benefit-item:hover .benefit-ico svg path {
    stroke: #fff !important;
}

.benefit-item .benefit-title {
    color: #1E1E1C;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.284em;
    margin-bottom: 21px;
}

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

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


/** Intervention area **/

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


/** Services Immo**/

.our-services-immo-section {
    padding: 100px 0;
}

.service-immo-item {
    position: relative;
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.service-immo-image {
    width: 100%;
    height: 350px;
    position: relative;
    overflow: hidden;
}

.service-immo-image:before {
    content: '';
    background: #27405e;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-immo-item:hover .service-immo-image:before {
    opacity: 0.65;
}

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

.service-immo-ico {
    position: absolute;
    left: 50px;
    top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: linear-gradient(315deg, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.00) 50%, rgba(255, 255, 255, 0.30) 100%);
}

.service-immo-item:hover .service-immo-ico svg path {
    fill: #fff !important;
}

.service-immo-txt {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    margin: 50px;
}

.service-immo-title {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.333em;
    letter-spacing: -0.0717em;
    position: relative;
}

.service-immo-more {
    margin-bottom: -30px;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
}

.service-immo-item .service-immo-more a {
    padding: 0;
    background: none;
    height: auto;
    color: #fff;
}

.service-immo-more a .btn-ico {
    width: 30px;
    height: 30px;
    border-radius: 19px;
    background: #4F81BD;
}

.service-immo-more a:hover .btn-ico {
    background: #fff;
}

.service-immo-more a:hover .btn-ico svg path {
    fill: #4F81BD !important;
}

.service-immo-item:hover .service-immo-more {
    opacity: 1;
    margin-top: 24px;
    margin-bottom: 0;
}

.services-slide .swiper-slide {
    height: auto;
}

.services-slide__pagination {
    margin-top: 60px;
}


/** Latest news **/

.latest-news-section {
    padding: 100px 0 70px;
}

.actus-item {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
}

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

.actus-image:before,
.actus-image:after {
    content: '';
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 79.73%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.actus-image:after {
    opacity: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 79.73%), linear-gradient(0deg, rgba(79, 129, 189, 0.75) 0%, rgba(79, 129, 189, 0.75) 100%);
}

.actus-item:hover .actus-image:before {
    opacity: 0;
}

.actus-item:hover .actus-image:after {
    opacity: 1;
}

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

.actus-item__txt {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    margin: 0 44px 40px;
}

.actus-item .actus-date {
    color: #FFF;
    text-align: center;
    font-family: "Mona Sans", sans-serif;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    position: relative;
    border-radius: 6px;
    background: rgba(30, 30, 28, 0.30);
    backdrop-filter: blur(5px);
    width: 76px;
    height: 94px;
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.actus-item .actus-date .day {
    font-size: 29px;
    font-weight: 500;
    line-height: 1.1em;
    letter-spacing: -0.0331em;
    margin-bottom: 8px;
}

.actus-item .actus-title {
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.391em;
    letter-spacing: -0.0315em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    align-self: stretch;
}

.actus-item .actus-more {
    margin-bottom: -30px;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
}

.actus-item .actus-more a {
    padding: 0;
    background: none;
    height: auto;
    color: #fff;
}

.actus-item .actus-more a .btn-ico {
    width: 30px;
    height: 30px;
    border-radius: 19px;
    background: #4F81BD;
}

.actus-item .actus-more a:hover .btn-ico {
    background: #fff;
}

.actus-item .actus-more a:hover .btn-ico svg path {
    fill: #4F81BD !important;
}

.actus-item:hover .actus-more {
    opacity: 1;
    margin-top: 32px;
    margin-bottom: 0;
}


/** FAQ **/

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

.faq-section .sect-title .bloc-title {
    margin-bottom: 60px;
}

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

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

.faq__image {
    overflow: hidden;
    border-radius: 24px;
    width: 100%;
    height: 629px;
}

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

.accordion-faq-wrap {
    position: relative;
    max-width: 701px;
}

.custom-scroll {
    position: relative;
    width: 100%;
    height: 629px;
}

.accordion.accordion-faq {
    position: relative;
    padding-right: 10px;
}

.accordion.accordion-faq .card {
    background-color: transparent;
    border: 0;
    border-radius: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px;
    width: 100%;
    min-height: 82px;
    overflow: hidden;
    background-color: #fff;
}

.accordion .card-header .accordion-btn {
    font-family: "Mona Sans", sans-serif;
    color: #1E1E1C;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6em;
    border: 0;
    padding: 0;
    border-radius: 0;
    margin: 0;
    background: #fff;
    text-transform: none;
    justify-content: start;
    display: flex;
    align-items: center;
    text-align: left;
    width: 100%;
    height: auto;
    padding: 24px 30px;
    box-shadow: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-shadow: none;
}

.accordion .card-header .accordion-btn:hover {
    color: #fff;
    background: #4F81BD;
}

.accordion-ico {
    border-radius: 50px;
    border: 2px solid #4F81BD;
    background-color: transparent;
    width: 34px;
    min-width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-left: auto;
}

.accordion .card-header .accordion-btn:hover .accordion-ico {
    border-color: #fff;
}

.accordion-ico .plus,
.accordion-ico .moins {
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion .card-header .accordion-btn[aria-expanded="true"] .accordion-ico .plus,
.accordion .card-header .accordion-btn[aria-expanded="false"] .accordion-ico .moins {
    opacity: 0;
}

.accordion .card-header .accordion-btn:hover .accordion-ico svg path {
    fill: #fff !important;
}

.accordion .card .card-header {
    padding: 0;
    margin: 0;
    border-radius: 0;
    background: #FFF;
    border: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    min-height: 82px;
}

.accordion .card .card-header {}

.accordion .card .card-body {
    background: #fff;
    padding: 0 30px;
    width: 100%;
}

.accordion .card .card-body .bloc-text {
    border-top: 1px dashed rgba(79, 129, 189, 0.20);
    padding: 15px 0 25px;
}

/* Track vertical */
.custom-scroll .simplebar-track.simplebar-vertical {
    width: 8px;
    background: rgba(255, 255, 255, 0.25);
    /* fond gris */
    border-radius: 10px;
    /* arrondi */
    margin: 0 0 0 2px;
    /* petit espace intérieur */
}

/* Thumb (partie déplaçable) */
.custom-scroll .simplebar-scrollbar:before {
    background: #4F81BD;
    /* thumb jaune */
    border-radius: 10px;
    /* arrondi */
    transition: background 0.2s;
    opacity: 1;
    width: 8px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* Hover du thumb */
.custom-scroll .simplebar-scrollbar.simplebar-visible:before {
    background: #4F81BD;
    /* devient doré au hover/scroll */
}

.custom-scroll .simplebar-scrollbar {
    opacity: 1 !important;
    pointer-events: auto !important;
}


/** Certification and insurances **/

.blk-certification-insurances {
    border-radius: 24px;
    background: #4F81BD;
    position: relative;
    overflow: hidden;
    margin-bottom: -100px;
    z-index: 2;
    padding: 40px;
}

.blk-certification-insurances ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px 40px;
}

.blk-certification-insurances ul li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    color: #FFF;
    font-family: "Mona Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 2em;
    letter-spacing: -0.02em;
}


/** Contact infos **/

.page .contact-infos-section {
    padding: 10px 0;
}

.contact-infos__content {
    position: relative;
    z-index: 2;
    margin-top: -109px;
}

.contact-infos-item {
    color: #1E1E1C;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-radius: 14px;
    background: #FFF;
    box-shadow: 0 4px 60px 0 rgba(36, 2, 7, 0.10);
    padding: 40px 30px;
    height: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.contact-infos-item a {
    transition: none;
}

.contact-infos-item:hover {
    background: #1E1E1C;
}

.contact-infos-item p {
    margin-bottom: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.contact-infos-item .contact-title {
    color: #4F81BD;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
}

.contact-infos-item:hover p {
    color: #fff;
}


/** Map section **/

.blk-map {
    height: 530px;
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 24px;
}


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

/* Footer column */

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

.footer-column__item {
    position: relative;
}

/** Footer newsletter **/

.footer-newsletter {
    position: relative;
    max-width: 474px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}

.footer-newsletter__title {
    color: #FFF;
    font-size: 31px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.29em;
    letter-spacing: -0.031em;
}

.footer-newsletter .newsletter-form form {
    display: flex;
    align-items: end;
    position: relative;
    gap: 22px;
}

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

.newsletter-form .form-group .form-control {
    font-family: "Mona Sans", sans-serif;
    color: #364E52;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 51px;
    padding: 14px 16px;
    border-radius: 10px;
    background: #FFF;
    border: 0;
    box-shadow: none;
    text-transform: none;
}

.newsletter-form .form-group button {
    width: 48px;
    height: 51px;
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    text-transform: none;
    box-shadow: none;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletter-form .form-group button:hover svg path {
    fill: #F8DF21 !important
}

.newsletter-form__note {
    color: rgba(255, 255, 255, 0.50);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 0;
}

.newsletter-form input:focus {
    background: #fff;
    color: #364E52;
    border: 0;
}

.newsletter-form input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #364E52 !important;
}

.newsletter-form input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #364E52 !important;
    opacity: 1;
    /* Firefox */
}

.newsletter-form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #364E52 !important;
}


/** Footer contacts **/

.footer-contacts .footer-title {
    margin-bottom: 32px;
}

.footer-contacts li,
.footer-contacts li>a {
    color: rgba(255, 255, 255, 0.50);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    position: relative;
    display: flex;
    align-items: center;
}

.footer-contacts li .contact-ico {
    margin-right: 12px;
    width: 20px;
    min-width: 20px;
    display: flex;
    justify-content: center;
}

.footer-contacts li:not(:last-child) {
    margin-bottom: 20px;
}

.footer-contacts li a:hover svg path {
    fill: #4F81BD !important;
}

.footer-contacts li a:hover {
    color: #4F81BD;
}


/** Footer services **/

.footer-services ul li {
    color: rgba(255, 255, 255, 0.50);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.88em;
}

.footer-services ul li:not(:last-child) {
    margin-bottom: 7px;
}

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


/** Footer bottom **/

.footer-bottom {
    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
}

.copyright-text {
    color: rgba(255, 255, 255, 0.50);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8755em;
}

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

.copyright .img-arobiz {
    margin-top: -10px;
}


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

/** Banner **/

.intern .banner-inner {
    position: relative;
    height: 539px;
    display: flex;
    align-items: center;
}

.intern.page-contact .banner-inner {
    height: 455px;
}

.intern .banner-inner .banner-content {
    position: relative;
    padding-bottom: 71px;
}

.intern.page-contact .banner-inner .banner-content {
    position: relative;
    padding: 15px 0 0;
}

.intern .banner-content .banner-title {
    color: #FFF;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 0.889em;
    letter-spacing: -0.0412em;
    margin-bottom: 0;
}


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


/** Contact us **/
.contact-us-section {
    padding: 60px 0 100px;
}