/******************************************************************************
* 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(-95px);
    transform: translateY(-95px);
    -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    background: #F6EDD9;
    border-top: 12px solid #527A55;
    box-shadow: 0 6px 10px 4px rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.30);
}

.sticked-menu .site-navigation .menu>ul>li>a {
    padding: 30px 0;
    margin-right: 20px;
}

.site-navigation .menu>ul>li:nth-last-child(3)>a,
.sticked-menu .site-navigation .menu>ul>li:last-child>a {
    margin-right: 0;
}

.sticked-menu .site-navigation .menu>ul>li:nth-last-child(2)>a,
.main-header .sticked-menu .other-links ul {
    display: none !important;
}

.sticked-menu .site-navigation .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.main-header .sticked-menu .other-links {
    flex: unset;
}

.sticked-menu .site-navigation__menu {
    display: flex;
    align-items: center;
    padding: 0;
    gap: 0;
}

.sticked-menu .site-navigation .menu ul ul {
    margin-left: 0;
}

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



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

/** Banner **/

.banner-section {
    padding: 96px 0;
}

.banner-title {
    color: #042B0B;
    font-size: clamp(42px, 1rem + 2.5vw, 56px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    margin-bottom: 0;
}

.intern .banner-title {
    margin-bottom: 53px;
}

.banner-subtitle {
    color: #527A55;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0.02em;
    margin-bottom: 53px;
    position: relative;
    display: inline-block;
}

.banner-subtitle:before {
    content: '';
    position: relative;
    display: inline-block;
    top: -7px;
    background: #78AD56;
    width: 5.305px;
    height: 4.326px;
    z-index: 1;
    margin-right: 16px;
}

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

.banner-image {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}


/** About us **/

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

.macaron {
    position: relative;
    width: 151px;
    height: 151px;
    border-radius: 138px;
    margin-left: 25px;
    display: flex;
    z-index: 2;
    align-items: center;
    justify-content: center;
}


@keyframes textrotate {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

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

.macaron .img-logo {
    padding-left: 12px;
}

.blk-certification {
    color: #042B0B;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75em;
    letter-spacing: 0.02em;
    margin-top: 40px;
    padding-left: 55px;
}

.blk-certification .certification-title {
    font-weight: 700;
    margin-bottom: 16px;
}

.bloc-image.img-profil {
    max-width: 563px;
    margin-left: auto;
}

.bloc-image.img-profil img:last-child {
    margin-top: -150px;
    margin-right: auto;
}

.bloc-image.img-profil img:first-child {
    max-width: 483px;
    width: 89%;
}

.blk-certification a:hover {
    color: #527A55;
}


/** Blk company- benefits **/

.blk-copany-benefits>.row {
    gap: 75px 0;
}

.blk-copany-benefits .benefit-item {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 220px;
    margin-left: auto;
}

.blk-copany-benefits .benefit-number {
    color: #527A55;
    font-size: clamp(48px, 1rem + 2.8vw, 60px);
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em;
}

.blk-copany-benefits .benefit-title {
    color: #527A55;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    text-transform: uppercase;
}


/** Image section **/

.image-section {
    height: 100vh;
    overflow: hidden;
}


/** Our Services**/

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

.service-item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px 16px;
    height: 100%;
    border-radius: 15px;
    border: 1px solid rgba(82, 122, 85, 0.50);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.service-item:hover {
    border-top: 6px solid rgba(82, 122, 85, 0.50);
}

.service-image {
    width: 100%;
    height: 150px;
    overflow: hidden;
}

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

.service-ico {
    width: 28px;
    min-width: 28px;
    height: 28px;
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.service-title {
    color: #527A55;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0.02em;
}

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

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


/** Services tab **/


.services-tab.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 53px 0;
    margin: 0;
    flex-wrap: nowrap;
}

.services-tab.nav .nav-item {
    position: relative;
}

.services-tab.nav .nav-item:not(:last-child) {
    -webkit-padding-end: 80px;
    padding-inline-end: 80px;
}

.services-tab.nav .nav-item:after {
    content: '';
    position: absolute;
    top: 11px;
    right: 38px;
    background: #78AD56;
    width: 5.305px;
    height: 4.326px;
    z-index: 1;
}

.services-tab.nav .nav-item:last-child:after {
    display: none;
}

.services-tab.nav .nav-link {
    color: #042B0B;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0.02em;
    text-transform: none;
    background: none;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    height: auto;
}

.services-tab.nav .nav-link.active {
    color: #527A55;
}

.services-tab__wrap .tab-content .bloc-content {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 46px;
}

.services-tab__wrap .tab-content .bloc-content ul {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    position: relative;
    flex-wrap: wrap;
}

.services-tab__wrap .tab-content .bloc-content ul li {
    color: #FFF;
    text-align: center;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0.02em;
}

.services-tab__wrap .tab-content .bloc-content ul li:not(:last-child):after {
    content: '';
    display: inline-block;
    position: relative;
    width: 5.305px;
    height: 4.326px;
    background: #fff;
    margin: 0 16px;
    top: -4px;
}


/** Intervention area **/

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

.intervention-map {
    margin-left: -40px;
}

.intervention-area-section .img-box .bloc-image {
    margin-bottom: 105px;
}


/** Testimonials **/

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

.testimonials-section .macaron {
    margin: 0 0 32px;
}

.testimonials-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}


/** Online payment **/

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

.online-payment-section .bloc-text {
    margin-bottom: 32px;
}


/** Latest news **/

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

.actus-item {
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.content-left {
    padding-right: 33px;
    position: relative;
}

.content-right {
    padding-left: 63px;
    position: relative;
}

.content-right:before {
    content: '';
    position: absolute;
    height: 100%;
    left: -12.5px;
    width: 1px;
    border-left: 1px solid rgba(82, 122, 85, 0.30);
}

.content-right .actus-item:first-child .actus-text {
    padding-top: 0;
}

.content-right .actus-item .actus-text {
    padding: 30px 0;
}

.actus-item:not(:last-child) {
    border-bottom: 1px solid rgba(82, 122, 85, 0.30);
}

.actus-image {
    position: relative;
    width: 100%;
    height: 380px;
    border-radius: 15px;
    overflow: hidden;
}

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

.actus-text {
    position: relative;
    display: flex;
    gap: 40px;
    padding-top: 40px;
}

.actus-date {
    font-family: "Montserrat", sans-serif;
    color: #042B0B;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.actus-date .day {
    color: #042B0B;
    font-size: clamp(40px, 1rem + 2vw, 48px);
    font-style: normal;
    font-weight: 400;
    line-height: 1.25em;
}

.actus-title {
    color: #042B0B;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
}

.actus-title a {
    background-image: linear-gradient(90deg, #042B0B 0%, #042B0B 100%);
    background-repeat: no-repeat;
    background-size: 0 1px;
    background-position: 0px 100%;
}

.actus-title a:hover {
    background-size: 100% 1px;
}

.actus-more a {
    color: #527A55;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5em;
    text-transform: uppercase;
}

.latest-news__action {
    margin-top: 36px;
}

.latest-news__action a {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5em;
    background-image: linear-gradient(90deg, rgba(82, 122, 85, 0.30) 0%, rgba(82, 122, 85, 0.30) 100%);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: 0px 100%;
    padding-bottom: 2px;
}

.latest-news__action a:hover,
.actus-more a:hover {
    color: #042B0B;
}


/** blk agencies **/

.blk-agencies .agency,
.blk-agencies {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 40px;
    position: relative;
}

.blk-agencies:before {
    content: "";
    position: absolute;
    height: 100%;
    left: -33%;
    width: 1px;
    border-left: 1px solid rgba(82, 122, 85, 0.3);
}

.blk-agencies .agency {
    gap: 0;
}

.blk-agencies .agency .agency-ico {
    margin-bottom: 16px;
}

.blk-agencies .agency .agency-name {
    color: #042B0B;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em;
}

.blk-agencies .agency .agency-note {
    color: #042B0B;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    position: relative;
    display: inline-block;
    margin: 9px 0 7px;
}

.blk-agencies .agency .agency-note:before,
.blk-agencies .agency .agency-note:after {
    content: '';
    display: inline-block;
    position: relative;
    height: 1px;
    width: 34px;
    border-top: 1px solid #042B0B;
    top: -3px;
}

.blk-agencies .agency .agency-note span {
    margin: 0 8px;
}

.blk-agencies .agency ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 25px;
}

.blk-agencies .agency ul li {
    color: #042B0B;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
}

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



/** Footer- column **/

.footer-column {
    padding: 128px 0;
}

.footer-column__inner {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.footer-column__item {
    position: relative;
}

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

.footer-column__item ul li {
    color: #FFF;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
}

.footer-column__item ul li a {
    background-image: linear-gradient(90deg, #FFF 0%, #FFF 100%);
    background-repeat: no-repeat;
    background-size: 0 1px;
    background-position: 0px 100%;
}

.footer-column__item ul li a:hover {
    background-size: 100% 1px;
}

/** Footer services **/

/** Footer certification and insurance **/

.footer-certification-insurance ul li img {
    margin-top: 8px;
}


/** Footer newsletter **/

.footer-newsletter {
    width: 405px;
}

.footer-newsletter .footer-title {
    margin-bottom: 31px;
}

.footer-newsletter .newsletter__form {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 20px;
}

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

.footer-newsletter .newsletter__form-note {
    color: #FFF;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7em;
}

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

.footer-newsletter .newsletter__form .input-group-append {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    height: 100%;
    margin: 0;
    padding: 0;
}

.footer-newsletter .newsletter__form .input-group .input-group-append .input-group-text {
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 6px 0 0 6px;
    background: none;
    width: auto;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
}

.footer-newsletter .newsletter__form .input-group-append+.form-control {
    padding-left: 52px;
}

.footer-newsletter .newsletter__form .form-group .form-control {
    font-family: "Montserrat", sans-serif;
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    height: 56px;
    padding: 10px 126px 10px 55px;
    border-radius: 100px;
    border: 0;
    background: #042B0B;
    box-shadow: none;
    text-transform: none;
}

.footer-newsletter .newsletter__form .form-group button {
    color: #FFF;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    text-transform: uppercase;
    background: none;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}

.footer-newsletter .newsletter__form .newsletter__form-submit {
    position: absolute;
    width: auto;
    top: 50%;
    transform: translateY(-50%);
    right: 26px;
    z-index: 1;
}

.footer-newsletter .newsletter__form .newsletter__form-submit button:hover svg path {
    fill: #fff !important;
}

.footer-newsletter .newsletter__form input:focus {
    border: 0;
    background: #042B0B;
    color: #FFF;
    box-shadow: none;
}

.footer-newsletter .newsletter__form input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #FFF !important;
}

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

.footer-newsletter .newsletter__form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #FFF !important;
}

/** Footer copyright **/

.footer-copyright {
    color: #FFF;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7em;
    width: 462px;
}

.footer-social {
    width: 462px;
}

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

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


/** Contact us **/

.contact-us-section {
    padding: 128px 0;
}
.intern .banner-image {
    max-height: 350px;
}
.bloc-text ul {
    margin-bottom: 0;
    margin-top: 0;
}
.image-section{
    max-height: 450px;
}