/******************************************************************************
* 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(-152px);
    transform: translateY(-152px);
    -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: #3c79ab;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sticked-menu .site-branding .img-logo {
    display: none !important;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sticked-menu .site-branding .img-logo-2 {
    display: flex !important;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .sticked-menu .site-branding {
    width: 150px;
    min-width: 150px;
    height: auto;
    background: none;
    border-radius: 0;
    position: relative;
}

.main-header .sticked-menu .site-branding:before,
.main-header .sticked-menu .site-branding:after {
    display: none;
}

.main-header .sticked-menu .site-navigation .menu>ul>li>a {
    padding-top: 40px;
    padding-bottom: 40px;
}

.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: #112236;
}

.sticked-menu .site-navigation__menu {
    padding: 0;
}

.sticked-menu .site-navigation__menu {
    margin-top: 0;
}

.sticked-menu .other-links {
    padding-bottom: 16px;
}


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


/** Banner slider **/

.banner-section {
    position: relative;
    margin-top: 10px;
}

.banner-slide .banner-slide-item {
    position: relative;
    display: flex;
    align-items: center;
    height: 970px;
    width: 100%;
    z-index: 1;
}

.banner-slide {
    position: relative;
}

.banner-slide__content {
    position: relative;
    padding-top: 70px;
}

.banner-desc {
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 300;
    color: #fff;
    padding-top: 29px;
}

.banner-slide-item .banner-desc {
    margin-bottom: 47px;
    opacity: 0;
    transition: all 1000ms ease;
    transform: scale(0.9);
}

.banner-slide .swiper-slide-active .banner-slide-item .banner-slide__content .banner-desc {
    opacity: 1;
    transform: scale(1);
    transition-delay: 1700ms;
}

.banner-title {
    font-family: "Source Serif 4", serif;
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2em;
    margin-bottom: 0;
    padding-bottom: 43px;
    width: 100%;
    position: relative;
}

.banner-title:before {
    content: '';
    height: 1px;
    width: 100%;
    max-width: 755px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
}

.banner-slide-item .banner-title {
    opacity: 0;
    transition: all 1000ms ease;
    transform: translateX(-200px);
}

.banner-slide .swiper-slide-active .banner-slide-item .banner-title {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1400ms;
}

.banner-slide__action {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    opacity: 0;
    transition-duration: 2s;
}

.banner-slide__action a {}

.banner-slide .swiper-slide-active .banner-slide__action {
    opacity: 1;
    transition-delay: 1900ms;
}


/** About us **/

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

.about-us__content .sect-title .sub-title {
    margin-bottom: 18px;
}

.bloc-content .img-box {
    padding-right: 57px;
}

.bloc-content .bloc-image .logo-img {
    position: absolute;
    top: 30px;
    left: 15px;
    width: 214px;
}

.bloc-content .txt-box {
    padding-left: 48px;
}

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

.bloc-content .bloc-image.image-1 {
    width: 460px;
    height: 654px;
    position: relative;
    margin-bottom: 33px;
}

.bloc-content .bloc-image.image-3 {
    width: 100%;
    height: 100%;
    max-width: 545px;
    max-height: 670px;
    position: relative;
    margin-bottom: 68px;
}

.bloc-content .bloc-image.image-1 img,
.bloc-content .bloc-image.image-3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bloc-content .bloc-image.image-4,
.bloc-content .bloc-image.image-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 44%;
}

.about-us__content .bloc-content .bloc-image.image-2 {
    right: -20px;
}

.bloc-content .bloc-image.image-4 {
    width: 34%;
}

.txt-box.txt-box--left {
    padding-right: 85px;
}


/** Company benefits **/

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

.benefit-item {
    position: relative;
    background-color: rgba(240, 240, 240, 0.51);
    padding: 40px 70px 43px 54px;
    border-radius: 30px;
    border-bottom-right-radius: 0;
    min-height: 256px;
    font-size: 18px;
    line-height: 1.72em;
    transition: all 0.4s ease-in;
    height: 100%;
}

.benefit-item:hover {
    transform: translate(0, -10px);
}

.corner {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #e8e8e8;
    width: 64px;
    height: 60px;
    border-top-left-radius: 30px;
}

.corner .br-bottom-right,
.corner .br-top-right {
    position: absolute;
    top: -36px;
    right: -10px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    line-height: 1;
}

.corner .br-bottom-right {
    right: 54px;
    top: unset;
    bottom: 0px;
}

.corner .br-bottom-right svg,
.corner .br-top-right svg {
    width: 52px;
    height: 36px;
}

.benefit-item .benefit-title {
    color: #112236;
    font-weight: 600;
    font-size: 21px;
    line-height: 1.35em;
    text-transform: uppercase;
    margin-bottom: 21px;
    display: inline-flex;
}

.benefit-item .benefit-title svg {
    margin-right: 30px;
    margin-top: 8px;
}


/** Our services **/

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

.intern .our-services-section {
    padding: 147px 0 196px 0;
}

.our-services-item {
    position: relative;
    display: block;
    border-radius: 25px;
}

.our-services-item__image {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 425px;
    border-radius: 25px;
}

.our-services-item__image:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.83);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.83) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.83) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.83) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#191d37", endColorstr="#191d37", GradientType=1);
    z-index: 1;
}

.our-services-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 500ms ease;
    transform: scale(1);
}

.our-services-slide .our-services-item:hover .our-services-item__image img {
    transform: scale(1.05);
}

.our-services-item__content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 27px 115px 27px 39px;
    width: 100%;
    overflow: hidden;
}

.our-services-slide.owl-carousel .our-services-item .more-link img {
    width: unset;
}

.our-services-item__title {
    color: #fff;
    font-weight: 300;
    font-size: 32px;
    line-height: 1.2em;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.our-services-item__desc {
    color: #f7f7f7;
    height: 0;
    opacity: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.our-services-item:hover .our-services-item__desc {
    opacity: 1;
    height: 43px;
}

.our-services-item__more {
    position: absolute;
    width: 107px;
    height: 114px;
    padding: 20px 0px 0 20px;
    right: -3px;
    border-top-left-radius: 60%;
    bottom: -9px;
    z-index: 3;
    background: #112236;
}

.our-services-item__more .icon {
    width: 83px;
    height: 83px;
    transition: 0.5s linear;
    background: #508735;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-services-item:hover .our-services-item__more .icon {
    transform: rotate(45deg);
    background-color: #3c79ab;
}

.our-services-item__more:before {
    position: absolute;
    content: "";
    bottom: 9px;
    left: -25px;
    background: transparent;
    width: 25px;
    height: 25px;
    border-bottom-right-radius: 25px;
    box-shadow: 6px 6px 0 6px #112236;
}

.our-services-item__more:after {
    position: absolute;
    content: "";
    top: -25px;
    right: 3px;
    background: transparent;
    width: 25px;
    height: 25px;
    border-bottom-right-radius: 25px;
    box-shadow: 6px 6px 0 6px #112236;
}


/** Other services **/

.other-services-section {
    padding: 72px 0 70px;
}

.intern .other-services-section {
    padding: 172px 0 155px;
}

.other-services-item {
    position: relative;
    display: block;
    border-radius: 25px;
}

.other-services-item__image {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 325px;
    border-radius: 25px;
}

.other-services-item__image:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.83);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.83) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.83) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.83) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#191d37", endColorstr="#191d37", GradientType=1);
    z-index: 1;
}

.other-services-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 500ms ease;
    transform: scale(1);
}

.other-services-item:hover .other-services-item__image img {
    transform: scale(1.05);
}

.other-services-item__content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 27px 115px 27px 39px;
    width: 100%;
    overflow: hidden;
}

.other-services-item__title {
    color: #fff;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.2em;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.other-services-item__more {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: url('../images/pattern-layer-btn.png') no-repeat top left;
    width: 99px;
    height: 97px;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.other-services-item__more .icon {
    width: 59px;
    height: 59px;
    background: #508735;
    border-radius: 50%;
    display: flex;
    transition: 0.5s linear;
    align-items: center;
    justify-content: center;
}

.other-services-item:hover .other-services-item__more .icon {
    transform: rotate(45deg);
    background-color: #3c79ab;
}

.other-service-left-box {
    padding-right: 76px;
}

.other-services__content {
    background: #3c79ab;
    border-radius: 25px;
    padding: 100px 75px 170px 70px;
}

.other-services__content .sect-title .bloc-title {
    font-size: 34px;
    line-height: 1.2em;
    margin-bottom: 35px;
}

.blk-contact-phone {
    position: absolute;
    width: auto;
    max-width: 100%;
    right: -6px;
    top: 81px;
    background: #e8e8e8;
    transform: rotate(90deg);
    padding: 30px 40px 30px 30px;
    border-bottom-right-radius: 25px;
}

.blk-contact-phone.type-2 {
    right: -90px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    padding: 21px 35px 21px 33px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

.blk-contact-phone:before {
    position: absolute;
    content: "";
    bottom: -24px;
    left: 0px;
    background: transparent;
    width: 25px;
    height: 25px;
    border-bottom-right-radius: 30px;
    box-shadow: 7px 7px 0 6px #e8e8e8;
    transform: rotate(180deg);
}

.blk-contact-phone.type-2:before {
    bottom: 45px;
    left: -25px;
    transform: rotate(-90deg);
}

.blk-contact-phone:after {
    position: absolute;
    content: "";
    top: 0px;
    right: -25px;
    background: transparent;
    width: 25px;
    height: 25px;
    border-bottom-right-radius: 30px;
    box-shadow: 7px 7px 0 6px #e8e8e8;
    transform: rotate(180deg);
}

.blk-contact-phone a {
    color: #1a2f4d;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2em;
    display: flex;
    align-items: center;
}

.blk-contact-phone a svg {
    margin-right: 17px;
    transform: rotate(-92deg);
    margin-top: 4px;
}

.blk-free-quote-btn {
    position: absolute;
    width: auto;
    max-width: 100%;
    left: 0;
    bottom: 0;
    background: #e8e8e8;
    border-top-right-radius: 25px;
    padding: 35px 20px 25px 0;
}

.blk-free-quote-btn:before {
    position: absolute;
    content: "";
    top: -25px;
    left: 0px;
    background: transparent;
    width: 25px;
    height: 25px;
    border-bottom-right-radius: 30px;
    box-shadow: 7px 7px 0 6px #e8e8e8;
    transform: rotate(90deg);
}

.blk-free-quote-btn:after {
    position: absolute;
    content: "";
    bottom: 0px;
    right: -25px;
    background: transparent;
    width: 25px;
    height: 25px;
    border-bottom-right-radius: 30px;
    box-shadow: 7px 7px 0 6px #e8e8e8;
    transform: rotate(90deg);
}

.blk-free-quote-btn .btn-2 {
    border: 1px solid #0e2546;
}


/** Testimonials **/

.testimonials-section .sect-title .bloc-title {
    font-size: 39px;
    margin-bottom: 28px;
    line-height: 1.2em;
}

.testimonials-section .sect-title .sub-title {
    margin-bottom: 33px;
}

.testimonials__inner {
    background: url('../images/bg-01.jpg') no-repeat top left;
    background-size: cover;
    padding: 74px 106px 74px 0;
    border-radius: 40px;
    overflow: hidden;
}

.testimonials__inner .bloc-content {
    background: #112236;
    overflow: hidden;
    border-radius: 40px;
    padding: 63px 55px 63px 63px;
    max-width: 607px;
    margin-left: auto;
}

.testimonials-action {
    margin-top: 42px;
}


/** Intervention area **/

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


/** Online payment **/

.online-payment-section .sect-title .sub-title {
    margin-bottom: 21px;
}

.online-payment-section .sect-title .bloc-title {
    margin-bottom: 36px;
    font-size: 47px;
    line-height: 1.2em;
}

.online-payment__inner {
    background: url('../images/bg-02.jpg') no-repeat top left;
    background-size: cover;
    padding: 85px 30px 78px;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
}


/** Latest news **/

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

.latest-news__head {
    margin-bottom: 47px;
}

.actus-item {
    position: relative;
}

.actus-item .actus-item__text {
    padding: 25px 0 25px;
    position: relative;
}

.actus-item__image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 323px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.actus-item__image svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.actus-item__image .overlay {
    opacity: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.actus-item:hover .actus-item__image .overlay {
    opacity: 0.5;
}

.actus-item:hover .actus-item__image svg {
    opacity: 1;
}

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

.actus-item .actus-item__date {
    color: #508735;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25em;
    text-transform: uppercase;
    height: 55px;
    min-width: 150px;
    padding: 17px 15px;
    background: #e8e8e8;
    position: absolute;
    top: -55px;
    right: 50px;
    text-align: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.actus-item .actus-item__date:before {
    position: absolute;
    content: "";
    bottom: 0px;
    left: -25px;
    background: transparent;
    width: 25px;
    height: 28px;
    border-bottom-right-radius: 25px;
    box-shadow: 7px 7px 0 6px #e8e8e8;
    transform: rotate(0deg);
}

.actus-item .actus-item__date:after {
    position: absolute;
    content: "";
    bottom: -2px;
    right: -26px;
    background: transparent;
    width: 25px;
    height: 28px;
    border-bottom-right-radius: 25px;
    box-shadow: 7px 7px 0 6px #e8e8e8;
    transform: rotate(90deg);
}

.actus-item .actus-item__title {
    color: #0e2546;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.35em;
}


/** Blk contact infos **/

.blk-contact-infos {
    padding: 28px 85px 0 72px;
    background-color: #3c79ab;
    border-radius: 45px;
}

.contact-infos-item {
    display: flex;
    align-items: center;
}

.blk-contact-infos .bloc-title {
    font-family: "mundial", sans-serif;
    color: #e8e8e8;
    font-size: 41px;
    line-height: 1.2em;
    max-width: 248px;
    margin-bottom: 28px;
}

.blk-contact-infos .contact-title {
    display: flex;
    align-items: center;
    color: #d0d5db;
    font-weight: 100;
    font-size: 18px;
    line-height: 1.25em;
}

.blk-contact-infos .contact-ico {
    width: 68px;
    height: 68px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin-right: 18px;
}

.contact-infos__inner:before {
    position: absolute;
    content: "";
    top: 32px;
    left: -79px;
    background: transparent;
    width: 60px;
    height: 54px;
    border-bottom-right-radius: 57px;
    box-shadow: 9px 9px 0 9px #e8e8e8;
    transform: rotate(0deg);
}

.contact-infos__inner:after {
    position: absolute;
    content: "";
    top: 28px;
    right: -75px;
    background: transparent;
    border-bottom-right-radius: 57px;
    box-shadow: 9px 9px 0 9px #e8e8e8;
    transform: rotate(90deg);
    width: 54px;
    height: 60px;
}

.contact-infos__inner {
    max-width: 1350px;
    margin: 0 auto;
    border-radius: 60px;
    border: 20px solid #e8e8e8;
    margin-top: -105px;
    position: relative;
    background: #e8e8e8;
    z-index: 3;
}


/** Map **/

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


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


/** Footer column **/

.footer-column {
    padding: 95px 0 71px;
}

.footer-logo {
    margin-top: 5px;
}


/** Newsleter **/

.footer-newsletter {
    border-bottom: 1px solid #fff;
    padding-bottom: 33px;
    margin-bottom: 50px;
}

.footer-newsletter .newsletter-form {
    max-width: 587px;
    flex: 1;
    margin-left: 30px;
}

.newsletter-title {
    font-size: 38px;
    line-height: 1.2em;
    font-family: "Source Serif 4", serif;
    font-weight: 700;
    max-width: 225px;
}

.newsletter-note {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 1.65em;
    font-weight: 300;
    margin-top: 14px;
    position: relative;
}

.blk-newsletter .newsletter-form form {
    display: flex;
    align-items: center;
    position: relative;
}

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

.blk-newsletter .newsletter-form .form-group input[type="email"] {
    font-family: "mundial", sans-serif;
    font-size: 16px;
    color: #f1f1f1;
    font-weight: 400;
    line-height: 1.2em;
    font-style: normal;
    position: relative;
    width: 100%;
    max-width: 448px;
    padding: 10px 50px 10px 27px;
    height: 51px;
    border: 1px solid #fff;
    display: inline-block;
    background-color: transparent;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-transform: none;
}

.blk-newsletter .newsletter-form .form-group button {
    margin: 0 40px 0 -50px;
    min-width: 146px;
}

.blk-newsletter .newsletter-form .form-group button:before {}

.blk-newsletter .newsletter-form .form-group button:hover {}

.blk-newsletter .newsletter-form .form-group button:hover svg path {}

.newsletter-form input:focus {
    color: #f1f1f1;
    background-color: transparent;
    border: 1px solid #fff;
}

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

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

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


/** Footer contact **/

.footer-contact .footer-title {
    margin-bottom: 27px;
}

.footer-contact ul li {
    display: flex;
    align-items: center;
    color: #b2b6bc;
    font-weight: 100;
    font-size: 16px;
    line-height: 1.35em;
    position: relative;
}

.footer-contact ul li svg {
    margin-right: 25px;
}

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

.footer-contact ul li a:hover {
    color: #70a656;
}


/** footer services **/

.footer-services ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 50px;
    -webkit-column-gap: 50px;
    column-gap: 50px;
}

.footer-services ul li {
    color: #b2b6bc;
    font-weight: 100;
    font-size: 16px;
    line-height: 1.35em;
    position: relative;
}

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

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


/** Footer certification insurance **/

.footer-certification-insurance ul {
    display: flex;
    align-items: center;
    gap: 20px;
}


/** Footer bottom **/

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

.copyright {
    background-color: #e8e8e8;
    padding: 10px 35px 2px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    position: relative;
}

.copyright:before {
    position: absolute;
    content: "";
    bottom: 0px;
    left: -25px;
    background: transparent;
    width: 25px;
    height: 28px;
    border-bottom-right-radius: 25px;
    box-shadow: 7px 7px 0 6px #e8e8e8;
    transform: rotate(0deg);
}

.copyright:after {
    position: absolute;
    content: "";
    bottom: -2px;
    right: -26px;
    background: transparent;
    width: 25px;
    height: 28px;
    border-bottom-right-radius: 25px;
    box-shadow: 7px 7px 0 6px #e8e8e8;
    transform: rotate(90deg);
}

.copyright-text {
    color: #37475f;
    font-weight: 400;
    font-size: 16px;
    font-style: italic;
    line-height: 1.25em;
    position: relative;
}

.copyright-text a:hover {
    color: #70a656;
}

.img-arobiz {
    margin-top: 0;
}


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


/** Banner **/

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

.banner-content {
    position: relative;
    padding-bottom: 184px;
}


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


/** Contact us **/

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

.contact-us-section .contact-us__head .sect-title .bloc-title {
    font-size: 48px;
    line-height: 1.2em;
    margin-bottom: 32px;
}

.contact-us-section .contact-us__head .sect-title .sub-title {
    margin-bottom: 14px;
}

.contact-us-section .contact-us__head .bloc-text {
    color: #74706c;
    font-weight: 100;
    font-size: 24px;
    line-height: 1.2em;
}

.carte-box {
    padding: 55px 65px;
    border-radius: 20px;
    background: linear-gradient(to top, #2c5b85, #346897);
}

.carte-box .sect-title .h1 {
    font-family: "mundial", sans-serif;
    font-size: 32px;
}

.carte-box .bloc-text {
    color: #fff;
}

.carte-box .btn-1 {
    background-color: #fff;
    color: #0f4573;
    gap: 5px;
    font-size: 16px;
}

.carte-box .btn-1 i {
    font-size: 14px;
}

.carte-box .btn-1:hover {
    background: #508734;
    border-color: #508734;
    color: #fff;
}

.carte-box .map-carte img {
    max-width: 100%;
    margin-top: -170px;
}