/******************************************************************************
* 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 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: #FFF;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
}

.sticked-menu .site-branding,
.sticked-menu .site-branding a {
    width: 150px;
}

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

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


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


/** Banner slider **/

.banner-section {
    position: relative;
}

.banner-wrap {
    padding: 25px 0 0;
}

.banner-inner {
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden;
    border-radius: 20px;
    background: #E3EBEF;
}

.banner-content {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: calc((100vw - 1200px) / 2 + 15px);
}

.banner-title {
    color: #173B40;
    font-size: clamp(45px, 1rem + 2.8vw, 60px);
    font-style: normal;
    font-weight: 800;
    line-height: 1em;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}

.banner-title span+span {
    font-size: clamp(34px, 1rem + 1.9vw, 45px);
    font-weight: 700;
    line-height: 1.333333em;
}

.banner-action {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: clamp(30px, 1rem + 2.8vw, 60px);
}

.typing-wrapper {
    display: inline-flex;
    align-items: center;
    min-height: 1.222222em;
    color: #173B40;
    font-size: clamp(34px, 1rem + 1.9vw, 45px);
    font-style: normal;
    font-weight: 600;
    line-height: 1.222222em;
}

.typing-wrapper a {
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 6%;
    text-underline-offset: 25%;
    text-underline-position: from-font;
}

.typing-wrapper a:hover {
    color: #91A9AD;
}

#typing-text {
    white-space: nowrap;
}

.cursor {
    width: 5px;
    height: 1.1em;
    background: #91A9AD;
    margin-left: 6px;
    animation: blink .8s infinite;
}

@keyframes blink {
    0%,
    45% {
        opacity: 1;
    }
    50%,
    100% {
        opacity: 0;
    }
}

#typing-list {
    display: none;
}

.banner-slide__wrap {
    position: relative;
    display: flex;
    gap: 15px;
    margin-left: auto;
    height: 700px;
    max-width: 538px;
    overflow: hidden;
    margin-right: -15px;
}

.banner-slide__wrap:before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(253, 253, 253, 0.80) 0%, rgba(253, 253, 253, 0.00) 20%, rgba(253, 253, 253, 0.00) 80%, rgba(253, 253, 253, 0.80) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.banner-slide__wrap .banner-slide-down {
    position: relative;
    z-index: 0;
    height: 1372px;
    overflow: hidden;
    margin: -108px 0 -344px;
    cursor: pointer;
}

.banner-slide__wrap .banner-slide-up {
    position: relative;
    z-index: 0;
    height: 1372px;
    overflow: hidden;
    margin: -236px 0 -216px;
    cursor: pointer;
}

.banner-slide__wrap .banner-image {
    width: 260px;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
}

.banner-slide__wrap .swiper-slide {
    height: auto;
    display: flex;
}

.banner-slide__wrap .banner-image img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-slide__wrap .banner-image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/** About us **/

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

.bloc-image.image-4 {
    position: relative;
    margin-bottom: 30px;
    height: 463px;
}

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

.image-grid {
    margin-bottom: clamp(30px, 1rem + 2.8vw, 60px);
}

.image-grid>.row {
    margin: 0 -12.5px;
}

.image-grid>.row>div {
    padding-left: 12.5px;
    padding-right: 12.5px;
}

.image-grid .bloc-image.image-2 {
    width: 484px;
}

.image-grid .bloc-image {
    height: 364px;
}

.blk-few-figures {
    position: relative;
    max-width: 342px;
    margin-left: auto;
}

.blk-few-figures ul {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 80px;
}

.blk-few-figures ul li .few-figures__title {
    color: #173B40;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.09091em;
    border-bottom: 1px solid #E3E3E3;
    padding: 8px 0;
    margin-bottom: 10px;
}

.blk-few-figures ul li .few-figures__number {
    color: #173B40;
    font-size: clamp(38px, 1rem + 1.5vw, 40px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.25em;
    margin-right: 20px;
}

.blk-few-figures ul li p {
    color: #8F9FA7;
    text-align: right;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.333333em;
    margin-bottom: 0;
    max-width: 186px;
}


/** Company benefits **/

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

.company-benefits__content {
    position: relative;
    max-width: 554px;
    margin-left: auto;
}

.company-benefits__content ul {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.company-benefits__content ul li {
    display: flex;
    align-items: center;
    gap: 24px;
    border-radius: 20px;
    padding: 24px;
    background: #C2C8CC;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.company-benefits__content ul li:hover {
    background: #173B40;
}

.company-benefits__content ul li .benefit-ico {
    border-radius: 8px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    min-width: 60px;
    height: 60px;
}

.company-benefits__content ul li p {
    margin: 0;
    color: #FFF;
    opacity: 0;
    overflow: hidden;
    max-height: 0;
    clip-path: inset(100% 0 0 0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.company-benefits__content ul li:hover p {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    visibility: visible;
    opacity: 1;
    max-height: 15em;
    margin: 12px 0 0;
}

.company-benefits__content ul li .benefit-title {
    color: #173B40;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.09091em;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.company-benefits__content ul li:hover .benefit-title {
    color: #FFF;
}


/** Our agencies **/

.our-agencies-section {
    padding: 30px 0;
}

.our-agencies__inner {
    padding: 50px 15px;
    border-radius: 20px;
    background: #E3EBEF;
}

.agency-item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 332px;
    width: 100%;
}

.agency-item .agency-thumb {
    width: 100%;
    height: 100%;
    position: relative;
}

.agency-item .agency-thumb:before {
    content: '';
    background: linear-gradient(180deg, rgba(239, 195, 41, 0.00) 50%, #91A9AD 88.46%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.agency-item:hover .agency-thumb:before {
    opacity: 1;
}

.agency-item .agency-thumb>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.agency-item .agency-thumb>img:first-of-type {
    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);
}

.agency-item:hover .agency-thumb>img:first-of-type {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.agency-item:hover .agency-thumb>img:last-of-type {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.agency-item .agency-location {
    position: absolute;
    left: 24px;
    right: 24px;
    top: 20px;
    display: flex;
    justify-content: center;
    z-index: 2;
}

.agency-item .agency-location span {
    color: #173B40;
    font-size: 1rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.5em;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(7px);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    padding: 6px 10px;
}

.agency-text .agency-contacts {
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    background: #173B40;
    position: absolute;
    right: 24px;
    bottom: 63px;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.agency-item:hover .agency-text .agency-contacts {
    background: #91A9AD;
}

.agency-item:hover .more-infos svg path {
    stroke: #173B40 !important;
}

.agency-item .agency-text .agency-contacts ul {
    width: 34px;
    position: absolute;
    bottom: 38px;
    right: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 4px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 2;
}

.agency-item:hover .agency-text .agency-contacts ul {
    visibility: visible;
}

.agency-item .agency-text .agency-contacts ul li {
    opacity: 0;
    display: inline-flex;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.agency-item:hover .agency-text .agency-contacts ul li {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
}

.agency-item .agency-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    border-radius: 0 0 20px 20px;
    background: #8F9FA7;
    padding: 18px 24px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.agency-item:hover .agency-text {
    background: #173B40;
}

.agency-item .agency-text .agency-contacts ul li a {
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    border-radius: 21px;
    background: #FFF;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.agency-item .agency-text .agency-contacts ul li a:hover {
    background: #8F9FA7;
}

.agency-item .agency-text .agency-contacts ul li a:hover svg path {
    fill: #FFFFFF !important;
}

.agency-item .more-infos {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.agency-item:hover .more-infos svg {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    display: inline-block;
}

.agency-item .agency-name {
    color: #173B40;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.333333em;
}

.agency-item:hover .agency-name a {
    color: #fff;
}

.agency-item .agency-intervention {
    color: #FFF;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.42857em;
}

.agencies-slide__wrap {
    margin-top: clamp(30px, 1rem + 2.8vw, 60px);
}


/** Join us **/

.join-us-section {
    padding: 120px 0;
}

.join-us__content {
    position: relative;
    max-width: 552px;
    margin-left: auto;
    padding-left: 50px;
}

.join-us__content ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.join-us__content ul:before {
    content: '';
    width: 5px;
    height: calc(100% - 30px);
    border-left: 5px solid #E3E3E3;
    position: absolute;
    bottom: 0;
    left: 23px;
    z-index: -1;
}

.join-us__box {
    display: flex;
    gap: 27px;
}

.join-us__box * {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.join-us__box-number {
    margin-top: 12px;
    color: #173B40;
    font-family: "Noto Sans", sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4em;
    width: 50px;
    min-width: 50px;
    height: 50px;
    display: flex;
    border-radius: 25px;
    background: #E3E3E3;
    align-items: center;
    justify-content: center;
}

.join-us__box:hover .join-us__box-number {
    background: #91A9AD;
}

.join-us__box-text {
    position: relative;
    border-radius: 20px;
    border: 1px solid #E3E3E3;
    background-color: transparent;
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.join-us__box-text:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #91A9AD;
    border: 4px solid #F8F8F8;
    position: absolute;
    top: 29px;
    left: -11px;
}

.join-us__box:hover .join-us__box-text {
    border-color: #173B40;
    background-color: #173B40;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
}

.join-us__box-title {
    color: #173B40;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.272727em;
}

.join-us__box-text p {
    color: #4D4D4D;
    margin-bottom: 0;
}

.join-us__box:hover .join-us__box-title,
.join-us__box:hover .join-us__box-text p {
    color: #fff;
}

.blk-find-agency {
    position: relative;
    width: 638px;
}

.blk-find-agency .find-agency-form {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}

.blk-find-agency .find-agency-form__note {
    color: #1E1E1E;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
}

.blk-find-agency .find-agency-form .form-control {
    font-family: "Manrope", sans-serif;
    color: #4D4D4D;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    vertical-align: middle;
    text-transform: none;
    width: 300px;
    text-transform: inherit;
    outline: none !important;
    height: 48px;
    padding: 6px 6px 6px 20px;
    border: 0;
    border-radius: 24px;
    background: #E3E3E3;
    margin: 0;
    text-align: left;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blk-find-agency .find-agency-form .form-group {
    margin: 0;
    position: relative;
}

.blk-find-agency .find-agency-form .form-group button {
    color: #173B40;
    font-family: "Manrope", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5em;
    width: 130px;
    height: 36px;
    box-shadow: none;
    border: 0;
    margin: 0;
    padding: 6px 20px;
    border-radius: 18px;
    background: #FFF;
    position: absolute;
    top: 6px;
    right: 6px;
}

.blk-find-agency .find-agency-form .form-group button:hover {
    background-color: #91A9AD;
    color: #173B40;
}

.find-agency-form input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #4D4D4D;
    border: 0;
    background: #E3E3E3;
}

.find-agency-form input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #4D4D4D !important;
}

.find-agency-form input::placeholder {
    /* Chrome, Firefox, Opera, Safari 110.1+ */
    color: #4D4D4D !important;
    opacity: 1;
    /* Firefox */
}

.find-agency-form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #4D4D4D !important;
}

.blk-find-agency .intervention-map svg a:hover path {
    /*   fill: #EFC329 !important; */
}

.blk-find-agency .intervention-map svg {
    width: 100%;
    max-width: 638px;
    height: auto;
}

.intervention-map {
    position: relative;
    width: 638px;
}

.intervention-map ul li {
    position: absolute;
    display: inline-block;
    height: fit-content;
}

.intervention-map ul li:nth-child(1) {
    top: calc(25% + 5px);
    left: calc(47% + 0px);
}

.intervention-map ul li:nth-child(2) {
    top: calc(25% + 15px);
    left: calc(47% + 25px);
}

.intervention-map ul li:nth-child(3) {
    top: calc(28% + 0px);
    right: calc(23% + 3px);
}

.intervention-map ul li:nth-child(4) {
    top: calc(29% + 5px);
    left: calc(15% + 5px);
}

.intervention-map ul li:nth-child(5) {
    top: calc(54% + 2px);
    left: calc(27% + 3px);
}

.intervention-map ul li:nth-child(6) {
    bottom: calc(20% + 6px);
    left: calc(24% + 0px);
    opacity: 1;
}

.intervention-map ul li:nth-child(7) {
    bottom: calc(20% + 8px);
    left: calc(44% + 0px);
}

.intervention-map ul li:nth-child(8) {
    bottom: calc(15% + 1px);
    right: calc(18% + 5px);
}

.location-text {
    position: absolute;
    border-radius: 10px;
    background: #173B40;
    padding: 12px 14px;
    text-align: center;
    display: ruby;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    bottom: 27px;
    left: 50%;
    width: max-content;
    transform: translate(-50%, -15px);
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    z-index: 2;
    color: #C2C8CC;
    text-align: center;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.57143em;
    margin-left: 1px;
}

.intervention-map ul li:hover .location-text {
    transform: translate(-50%, 0px);
    visibility: visible;
    opacity: 1;
}

.location-text:before {
    position: absolute;
    content: "";
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    width: 22px;
    height: 14px;
    background: url('../images/icons/ico-select.svg') no-repeat top left;
    background-size: cover;
    display: inline-block;
}

.location-text span {
    color: #FFF;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5em;
    display: block;
}

.location-text span:last-child {
    color: #C2C8CC;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.57143em;
}

.location-dot {
    position: relative;
    display: inline-block;
    width: 14.456px;
    height: 14.456px;
    border-radius: 50%;
    background-color: #91A9AD;
    z-index: 1;
    display: none;
    ;
}

.blk-testimonials {
    margin-top: 156px;
}


/** Services diag **/

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

.services-slide__wrap {
    position: relative;
    border-top: 1px solid #8F9FA7;
    border-bottom: 1px solid #8F9FA7;
    border-left: 1px solid #8F9FA7;
}

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

.service-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 50px 30px;
    gap: 20px;
    height: 100%;
    background-color: transparent;
    border-right: 1px solid #8F9FA7;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.service-item:hover {
    background-color: #173B40;
}

.service-item .service-ico {
    border-radius: 50px;
    background: #91A9AD;
    display: flex;
    width: 100px;
    height: 100px;
    justify-content: center;
    align-items: center;
}

.service-item .service-title {
    color: #173B40;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2em;
}

.service-item:hover .service-title a {
    color: #FFFFFF;
}

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

.service-item:hover .service-more-link {
    color: #fff;
    background-color: #173B40;
}

.service-item:hover .service-more-link:hover {
    color: #fff;
    background-color: #fff;
    border-color: #8F9FA7;
}

.service-item p {
    color: #4D4D4D;
    flex: 1;
    margin-bottom: 0;
}

.service-item:hover p {
    color: #E3E3E3;
}


/** Latest news **/

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

.latest-news__content {
    margin-top: clamp(30px, 1rem + 2.8vw, 60px);
}

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

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

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

.actus-item .actus-image>img:first-of-type {
    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-of-type {
    -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>img:last-of-type {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.actus-item .actus-text {
    padding: 30px 30px 80px;
    position: relative;
    border-radius: 20px;
    border: 1px solid #E3E3E3;
}

.actus-item .actus-date {
    color: #4D4D4D;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 10px;
}

.actus-item .actus-title {
    color: #173B40;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.363636em;
}

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

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

.actus-item .actus-more {
    display: flex;
    justify-content: end;
    position: absolute;
    bottom: 0;
    right: 0;
}

.actus-item .actus-more a {
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5em;
    display: inline-flex;
    align-items: end;
    justify-content: end;
    padding: 18px 25px;
    gap: 10px;
    width: 160px;
    height: 68px;
    background: url('../images/layer-shape.svg') no-repeat top left;
    background-size: cover;
}

.actus-item .actus-more a:hover {
    background: url('../images/layer-shape-hover.svg') no-repeat top left;
    background-size: cover;
    color: #fff;
}

.actus-item .actus-more a:hover svg path {
    stroke: #fff !important;
}

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


/** Blk  Contact infos **/

.blk-contact-infos {
    position: relative;
    max-width: 438px;
}

.blk-contact-infos .bloc-text {
    margin-bottom: 30px;
}

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

.blk-contact-infos ul li .contact-ico {
    display: flex;
    width: 70px;
    height: 70px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #91A9AD;
}

.blk-contact-infos ul li {
    color: #8F9FA7;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.363636em;
    display: flex;
    align-items: center;
    gap: 20px;
}

.blk-contact-infos ul li a:hover {
    color: #91A9AD;
}

.blk-contact-infos ul li .contact-title {
    color: #173B40;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.57143em;
}


/** Map **/

.blk-map {
    position: relative;
    width: 100%;
    height: 550px;
    overflow: hidden;
}


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


/** Footer- column **/

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

.footer-column__item {
    position: relative;
}

.site-name {
    color: rgba(255, 255, 255, 0.10);
    text-align: center;
    font-size: 124px;
    font-style: normal;
    font-weight: 800;
    line-height: 0.785715em;
    white-space: nowrap;
    position: relative;
    top: -10px;
    margin-bottom: 40px;
}


/** Footer newsletter **/

.footer-newsletter {
    width: 372px;
}

.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: #8F9FA7;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.57143em;
}

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

.footer-newsletter .newsletter__form .form-group .form-control {
    font-family: "Manrope", sans-serif;
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    width: 100%;
    height: 48px;
    padding: 6px 6px 6px 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.10);
    border: 0;
    box-shadow: none;
    text-transform: none;
}

.footer-newsletter .newsletter__form .form-group button {
    text-align: center;
    font-family: "Manrope", sans-serif;
    color: #173B40;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5em;
    width: 113px;
    height: 36px;
    padding: 6px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    box-shadow: none;
    border-radius: 18px;
    background: #FFF;
}

.footer-newsletter .newsletter__form .form-group button:hover {
    color: #fff;
    background: #173B40;
}

.footer-newsletter .newsletter__form .newsletter__form-submit {
    position: absolute;
    width: auto;
    top: 6px;
    right: 6px;
    z-index: 1;
}

.footer-newsletter .newsletter__form input:focus {
    border: 0;
    background: rgba(255, 255, 255, 0.10);
    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 services **/

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

.footer-services ul li {
    color: #8F9FA7;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5em;
    position: relative;
}

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


/** Footer certification and insurance **/

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

.footer-certification-insurance ul li {
    color: #8F9FA7;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5em;
}

.footer-certification-insurance ul li a:hover {
    color: #FFF;
}


/** Footer contacts **/

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

.footer-contacts ul li {
    color: #FFF;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.363636em;
    position: relative;
}

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


/** Footer usefull links **/

.footer-usefull-links ul {
    display: flex;
    align-items: center;
    gap: 5px 50px;
    flex-wrap: wrap;
}

.footer-usefull-links ul li {
    color: #173B40;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5em;
    position: relative;
}

.footer-usefull-links ul li a:hover {
    color: #8F9FA7;
}


/** Footer bottom **/

.footer-bottom__inner {
    padding: 20px 80px;
    border-radius: 30px;
    background: #E3EBEF;
    display: flex;
    flex-direction: column;
}

.footer-bottom__inner>div:first-child {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #8F9FA7;
}

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

.copyright ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px 0;
}

.copyright ul li {
    position: relative;
    color: #173B40;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5em;
}

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

.copyright ul li:not(:last-child):before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #173B40;
    position: absolute;
    top: 11px;
    right: -2px;
}

.copyright ul li a:hover {
    color: #8F9FA7;
}

.copyright-arobiz {
    color: #8F9FA7;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center;
    padding: 20px 0;
}


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


/** Banner **/

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

.intern .banner-title {
    color: #173B40;
    text-align: center;
    font-size: clamp(34px, 1rem + 1.9vw, 45px);
    font-style: normal;
    font-weight: 800;
    line-height: 1.177777em;
    margin-bottom: 0;
}

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


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


/** Contact us **/

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

.bloc-text.img-none img {
    display: none;
}

.bloc-text h2 {
    font-size: 1.3rem;
    color: #323232;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
}

.bloc-text ul {
    margin-top: 0;
}

.agency-map svg a:hover path,
.intervention-map svg a:hover path {
    fill: #91A9AD;
}