/******************************************************************************
* 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(-90px);
    transform: translateY(-90px);
    -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;
    background-color: transparent;

}

.sticked-menu .site-navigation__menu {
    border: 0;
    background: #282828;
    backdrop-filter: none;
    margin: 0 0 15px;
}

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

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

.sticked-menu .site-navigation .menu>ul>li>a {
    color: #fff;
    background-image: linear-gradient(to left, #FFF, #FFF);
    background-repeat: no-repeat;
    background-position: 0 65%;
    background-size: 0 1px;
}

.sticked-menu .site-navigation .menu>ul>li.active>a,
.sticked-menu .site-navigation .menu>ul>li:hover>a,
.sticked-menu .site-navigation .menu>ul>li.hover>a {
    background-size: 100% 1px;
}


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

/** Banner slider **/

.banner-section {
    position: relative;
}

.banner-inner {
    padding-top: 50px;
}

.banner-slide .banner-slide__item {
    position: relative;
    display: flex;
    align-items: center;
    height: 740px;
    width: 100%;
    overflow: hidden;
}

.banner-slide__content {
    position: relative;
    text-align: center;
}

.banner-title {
    color: #FFF;
    font-family: "Titillium Web", sans-serif;
    font-size: clamp(34px, 1rem + 3.2vw, 65px);
    font-style: normal;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: clamp(30px, 1rem + 1.6vw, 40px);
}

.banner-title>span {
    font-size: clamp(28px, 1rem + 2.3vw, 50px);
    font-weight: 600;
    line-height: 1.3em;
}

.banner-slide .owl-item.active .banner-title {
    visibility: visible;
    animation: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 500ms;
}

.banner-slide__item p {
    color: #FFF;
    font-size: clamp(20px, 1rem + 0.6vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5385em;
    margin-bottom: 20px;
}

.banner-slide .owl-item.active p {
    visibility: visible;
    animation: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 600ms;
}

.banner-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 30px;
}

.banner-slide.owl-carousel .owl-item .banner-actions a img {
    width: unset;
}

.banner-slide .owl-item.active .banner-actions {
    visibility: visible;
    animation: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 700ms;
}

.banner-slide.owl-carousel .owl-stage {
    display: flex;
}

.banner-slide.owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.blk-stycked {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.blk-stycked a {
    padding: 8px 12px;
    clear: both;
    float: left;
    width: 120px;
    left: 0;
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    border-top: 3px solid #52AE32;
    background: rgba(255, 255, 255, 0.20);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    color: #FFF;
    font-family: "Titillium Web", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.0715em;
    text-transform: uppercase;
}

.blk-stycked.dark a {
    color: #333;
}

.blk-stycked a:nth-child(2) {
    border-color: #034991;
}

.blk-stycked a:nth-child(3) {
    border-color: #7F8BBF;
}

.blk-stycked a span:first-child {
    min-width: 30px;
    display: inline-flex;
}

.blk-stycked a ul li:last-child {
    font-size: 0.6875rem;
    font-weight: 700;
    line-height: 1.36365em;
}



/** About us **/

.bloc-content .img-box {
    padding-right: 30px;
    margin-bottom: 30px;
}

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

.bloc-image.image-1 {
    margin-bottom: 100px;
    margin-left: 92px;
}

.bloc-image.image-2 {
    max-width: 330px;
    max-height: 440px;
    width: 73%;
    height: 82%;
}

.about-us__content .bloc-content .img-box .bloc-logo {
    width: 33%;
    max-width: 147px;
}

.bloc-logo {
    margin-bottom: -30px;
}


/** Company benefits **/

.company-benefits-section {
    padding: 60px 0 30px;
}

.company-benefits-section .sect-title .bloc-title {
    margin-bottom: 30px;
}

.benefit-item__inner {
    background: #EBEBEB;
    padding: 30px 30px;
    position: relative;
    gap: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.benefit-item__inner:hover {
    transform: translateY(-11px);
    background: #FFF;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.25);
}

.benefit-ico {
    height: 70px;
}

.benefit-ico svg path {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.benefit-item:nth-child(1) .benefit-item__inner:hover .benefit-ico svg path {
    fill: url(#ico-gradient-0) !important;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.benefit-item:nth-child(2) .benefit-item__inner:hover .benefit-ico svg path {
    fill: url(#ico-gradient-1) !important;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.benefit-item:nth-child(3) .benefit-item__inner:hover .benefit-ico svg path {
    fill: url(#ico-gradient-2) !important;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.benefit-item:nth-child(4) .benefit-item__inner:hover .benefit-ico svg path {
    fill: url(#ico-gradient-3) !important;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.benefit-title {
    color: #333;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4em;
}


/** Intervention area **/

.intervention-area-section {
    padding: clamp(50px, 1rem + 11.4vh, 100px) 0 clamp(50px, 1rem + 11vh, 97px);
}

.intervention-area-section .bloc-content .img-box .bloc-logo {
    background: #52AE32;
    max-width: 120px;
    max-height: 120px;
    width: 27%;
    height: 23%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    padding: 14px;
    margin-top: 40px;
    margin-left: 32px;
}


/** Our mission **/

.our-mission__content .sect-title .bloc-title {
    max-width: 375px;
}

.our-mission-ico {
    margin-left: 56px;
    margin-top: -26px;
}

.our-mission__content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 104px 56px 93px;
}


/** Other section**/

.other-section {
    padding: 30px 0;
}

.blk-free-quote {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/** Services Immo**/

.service-item {
    position: relative;
    border: 1px solid #96989D;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    min-height: 280px;
    padding: 30px 15px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-item .service-ico {
    height: 70px;
    display: flex;
    align-items: center;
    position: relative;
}

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

.service-item .separation {
    width: 1px;
    height: 50px;
    border: 1px solid #333;
    margin: 0 auto;
    display: block;
}

.service-item .service-title {
    color: #333;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.445em;
}

.service-item .service-title span {
    font-weight: 400;
}

.services-slide.owl-carousel .owl-nav button.owl-prev,
.services-slide.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -17px;
    z-index: 3;
}

.services-slide.owl-carousel .owl-nav button.owl-next {
    left: unset;
    right: -17px;
}


/** FAQ **/

.faq-section {
    padding: 69px 0 60px;
}

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

.accordion.accordion-faq .card.active {
    background: none;
}

.accordion-faq .card-header .accordion-btn {
    font-family: "Lato", sans-serif;
    color: #333;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.375em;
    margin: 0;
    padding: 15px;
    border: 0;
    text-transform: none;
    justify-content: space-between;
    display: flex;
    align-items: center;
    text-align: left;
    width: 100%;
    box-shadow: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-shadow: none;
    height: auto;
    min-height: 74px;
    border-radius: 0;
    background: #FFF;
}

.accordion-faq .card-header .accordion-btn .accordion-ico i {
    color: #52AE32;
    font-size: 12px;
    font-weight: 100;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion-faq .card-header .accordion-btn span:first-child {
    margin-right: 15px;
}

.accordion-faq .card-header .accordion-btn[aria-expanded="true"],
.accordion-faq .card-header .accordion-btn:hover {
    background: #52AE32;
}

.accordion-faq .card-header .accordion-btn[aria-expanded="true"],
.accordion-faq .card-header .accordion-btn:hover,
.accordion-faq .card-header .accordion-btn:hover i,
.accordion-faq .card-header .accordion-btn[aria-expanded="true"] i {
    color: #fff;
}

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

.accordion-faq .card .card-body {
    padding: 10px 15px;
    width: 100%;
    min-height: 74px;
    background: #DDEDD8;
    border-radius: 0;
}

.accordion-faq .card .card-body .bloc-text {
    color: #333;
    line-height: 1.5em;
    font-weight: 400;
}

.faq-ico {
    margin: 140px auto 0;
    width: 164px;
    height: 164px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 150px;
    position: relative;
}

.faq-ico .text-circle {
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
}

.faq__actions {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 23px;
    align-items: center;
}

.faq__actions a.btn-1 {
    background: #52AE32;
}

.faq__actions a.btn-1:hover {
    color: #52AE32;
}

.faq__actions a.btn-1:hover svg path {
    stroke: #52AE32 !important;
}

.faq__actions a.btn-1:before {
    background: #fff;
}

.faq__actions>span {
    color: #FFF;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.083333em;
}

.faq__actions>span a {
    background-image: linear-gradient(to left, #FFF, #FFF);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% 1px;
}




/** Newsletter **/

.newsletter-section {
    padding: 229px 0 0;
}

.blk-newsletter {
    background: url('../images/bg-03.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    max-width: 912px;
    padding: 30px 50px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    gap: 30px;
}

.newsletter-image {
    height: 310px;
}

.blk-newsletter .sect-title {
    width: 246px;
}

.blk-newsletter .newsletter-form__note {
    color: #EBEBEB;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.33333em;
}

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

.blk-newsletter .newsletter-form {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    flex: 1;
    max-width: 476px;
}

.blk-newsletter .newsletter-form form {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 5px;
}

.blk-newsletter .newsletter-form .form-group .form-control {
    font-family: "Lato", sans-serif;
    color: #96989D;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625em;
    height: 46px;
    border-radius: 0;
    background: #FFF;
    border: 0;
    box-shadow: none;
    text-transform: none;
    width: 325px;
    padding: 10px 20px;
}

.blk-newsletter .newsletter-form .form-group button {
    padding: 12px 20px 8px 20px;
}

.blk-newsletter .newsletter-form input:focus {
    background: #FFF;
    border: 0;
    color: #96989D;
}

.blk-newsletter .newsletter-form input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #96989D !important;
}

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

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


/** Latest news **/

.latest-news-action {
    margin-top: 12px;
}

.actus-item {
    position: relative;
    height: 300px;
    width: 100%;
}

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

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

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

.actus-item .actus-text {
    position: absolute;
    bottom: 0;
    left: 40px;
    right: 40px;
    bottom: 25px;
    z-index: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.actus-item:hover .actus-text {
    transform: translateY(-10px)
}

.actus-item .actus-title {
    color: #FFF;
    font-family: "Titillium Web", sans-serif;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.333333em;
}

.actus-item .actus-date {
    color: #96989D;
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.8em;
}


/** Contact infos **/

.blk-contact-infos {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-left: auto;
}

.blk-contact-infos ul {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding-left: 60px;
}

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

.blk-contact-infos ul li .contact-title {
    color: #333;
    font-family: "Titillium Web", sans-serif;
    font-size: clamp(26px, 1rem + 1.2vw, 34px);
    font-style: normal;
    font-weight: 600;
    line-height: 1.29412em;
}

.blk-contact-infos ul li .contact-txt {
    color: #96989D;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.625em;
}

.blk-contact-infos ul li .social-link {
    width: 40px;
    height: 40px;
}

.blk-contact-infos ul li .social-link.in svg {
    width: 22px;
    height: auto;
}

.blk-contact-infos ul li .social-link.fb svg {
    width: 12px;
    height: auto;
}

.blk-contact-infos ul li .social-link.insta svg {
    width: 25px;
    height: auto;
    
}
.blk-contact-infos ul li .social-link svg {
    transition: all 0.3s ease;
}
.blk-contact-infos ul li .social-link:hover svg {
    width: 18px;
    height: auto;
    transition: all 0.3s ease;
}
.blk-contact-infos ul li .social-link.fb:hover svg {
    width: 8px;
    height: auto;
    transition: all 0.3s ease;

}


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

/** Footer top **/

.footer-top__inner {
    padding: 15px 0;
    color: #FFF;
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

/* Footer column */

.footer-column__inner {
    padding: 70px 0 64px;
    position: relative;
}

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

.footer-column ul+ul {
    margin-top: 33px;
}

.footer-column ul li {
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625em;
}

.footer-column ul li a:hover {
    color: #52AE32;
}

.footer-column__item {
    position: relative;
}


/** Footer contact **/



/** Footer services **/



/** Footer bottom **/

.footer-bottom {
    border-radius: 50px 50px 0 0;
    background: #034991;
}

.footer-bottom__inner {
    padding: 15px 0;
}

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

.copyright ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.copyright ul li {
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.875em;
}

.copyright ul li:not(:last-child) {
    margin-right: 9px;
    padding-right: 9px;
}

.copyright ul li {
    position: relative;
}

.copyright ul li:not(:last-child):before {
    content: '';
    position: absolute;
    right: -3px;
    top: 12px;
    width: 5px;
    border-radius: 5px;
    height: 5px;
    background-color: #52AE32;
}




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

/** Banner **/

.intern .banner-inner {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: 500px;
    height: 100%;
}

.intern .banner-content {
    position: relative;
    padding-top: 65px;
}

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


/** Contact us **/
.contact-us-section {
    padding: 65px 0 clamp(50px, 1rem + 11.4vh, 100px);
}
/* #cust-widget-note .cleanslate .custplace-widgfooter {
    background: #fff!important;
    color: #034991!important;
}
#cust-widget-note .cleanslate .custplace-widgfooter .custplace-widgfooter-note .cust-widgfooter-business span,
#cust-widget-note .cleanslate .custplace-widgfooter .custplace-widgfooter-note .cust-widgfooter-rating-box span.cust-widgfooter-note,
#cust-widget-note .cleanslate .custplace-widgfooter .custplace-widgfooter-note .cust-widgfooter-rating-box span.cust-widgfooter-note span{
    color: #333!important;
}
#cust-widget-note .cleanslate .custplace-widgfooter .custplace-widgfooter-note .cust-widgfooter-business img {
    filter: brightness(0.3)!important;
} */
.img-box .bloc-image,
.img-box .bloc-logo {
    transform: translateX(400px); /* caché à droite */
    opacity: 0;
    transition: transform 0.9s ease, opacity 0.6s ease;
    will-change: transform, opacity;
}
.link-gmail:hover {
    color: #52AE32;
}
.contact-form__send .btn-1 {
    font-size: 0.96rem;
    line-height: 2.625em;
}
.grecaptcha-badge {
    z-index: 10 !important;
}
.h-65{
    height: 65px !important;
}