/******************************************************************************
* 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(-100px);
    transform: translateY(-100px);
    -webkit-transition: visibility 300ms ease, -webkit-transform 300ms ease;
    transition: visibility 300ms ease, -webkit-transform 300ms ease;
    transition: transform 300ms ease, visibility 300ms ease;
    transition: transform 300ms ease, visibility 300ms ease, -webkit-transform 300ms ease;
    padding: 16px 16px 0;
}

.sticked-menu__navigation {
    background: linear-gradient(0deg, #00354D 0%, #00354D 100%), #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.16);
    border-radius: 5px;
}

.sticked-menu .site-navigation__inner .layer-shape {
    display: none;
}

.sticked-menu .site-navigation {
    padding-top: 0;
}

.sticked-menu .site-navigation .menu>ul>li:last-child>a {
    margin-right: 0;
}

.main-header .sticked-menu .site-navigation .menu {
    justify-content: center;
}

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

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

.banner-slide__item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 800px;
    padding-top: 142px;
}

.banner-slide__item .banner-image {
    margin-right: -23px;
}

.owl-carousel .owl-item .banner-slide__item .banner-image img {
    width: max-content;
}

.banner-slide__item .banner-content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-left: 55px;
}

.banner-title {
    color: #FFF;
    font-size: clamp(32px, 1rem + 1.8vw, 44px);
    font-style: normal;
    font-weight: 800;
    line-height: 1.1em;
    text-transform: uppercase;
    margin-bottom: 0;
}

.banner-slide .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 .bloc-text {}

.banner-slide .active .bloc-text {
    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;
    gap: 15px 24px;
}

.banner-slide .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-inner .layer-shape {
    margin-right: -198px;
    margin-bottom: -441px;
}

.macaron {
    position: absolute;
    bottom: 0px;
    right: 56px;
    width: 165px;
    height: 165px;
    display: flex;
    z-index: 2;
    align-items: center;
    justify-content: center;
    border-radius: 1000px;
    border: 15px solid #FFF;
    background: #00354D;
    padding: 40px;
}

.macaron-ico {
    border-radius: 1000px;
    border: 1.25px solid #008ED0;
    display: flex;
    width: 70px;
    min-width: 70px;
    height: 70px;
    justify-content: center;
    align-items: center;
}

@keyframes textrotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

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


/** About us **/

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

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

/* marque */

.marque-anim-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.bloc-marque {
    display: flex;
    gap: 64px;
    animation: defilementInfini 40s linear infinite;
    padding: 24px 0;
    width: max-content;
}

.bloc-marque>div {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #008ED0;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: transparent;
    background-image: linear-gradient(90deg, #008ED0 0%, #008ED0 100%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    transition: background-size 1s ease;
    cursor: default;
}

.bloc-marque>div:hover {
    background-size: 100% 100%;
}


/* Animation fluide et continue */

@keyframes defilementInfini {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/** Company benefits **/

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

.benefit-item:nth-child(2n + 1) .benefit-item__inner {
    margin-top: 24px;
}

.benefit-item__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-left: -1px;
    gap: 24px;
    padding: 48px 12px 48px;
    min-height: 346px;
    border: 1px solid #D5E1E6;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.benefit-item .benefit-title,
.benefit-item .benefit-number {
    color: #00354D;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25em;
    letter-spacing: 0.04166666em;
}

.benefit-item .benefit-number {
    border-radius: 100px;
    border: 1px solid #D5E1E6;
    background: #FFF;
    display: flex;
    padding: 7px 24px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

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

.company-benefits__action {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-top: 2px;
}


/** Services diag immo **/

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

.services-diag__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.services-diag__image {
    margin-right: -9vw;
}

.services-items {
    background: #FFF;
    max-width: 636px;
}

.services-items .service-item:first-child {
    border-top: 1px solid rgba(0, 53, 77, 0.2);
}

.service-item {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(0, 53, 77, 0.2);
}

.service-item__inner {
    position: relative;
    display: flex;
    padding: 12px 25px;
    align-items: center;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.service-item__inner:hover {
    padding: 12px 50px;
}

.service-item__inner:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 100%;
    z-index: -1;
    content: "";
    background: #00354D;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.service-item__inner:hover:before {
    top: auto;
    bottom: 0;
    height: 100%;
}

.service-item .service-ico {
    background: linear-gradient(321deg, #008ED0 -1.09%, #299D3A 62.77%, #65CC74 92.46%), linear-gradient(122deg, #00354D 11.54%, #008ED0 88.46%), #D9D9D9;
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 9;
    overflow: hidden;
    pointer-events: none;
    margin: -70px 0 0 -70px;
    -webkit-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.service-item:hover .service-ico {
    opacity: 1;
}

.service-item .service-ico img {
    width: 90px;
    height: 70px;
}

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

.service-item .service-number,
.service-item .service-title {
    color: #008ED0;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1em;
}

.service-item .service-title {
    margin-left: 24px;
}

.service-item .service-more {
    margin-left: auto;
}

.service-item .service-more a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #008ED0;
}

.services-diag__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 24px;
}


/** Testimonials **/

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

.testimonials__content {
    max-width: 577px;
    margin: 0 auto;
}


/** Intervention area **/

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


/** Online payment area **/

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

.online-payment__content {
    display: flex;
    gap: 120px;
    align-items: center;
    justify-content: center;
}

.online-payment__content .sect-title {
    max-width: 447px;
}

.online-payment__content .sect-title a.btn-1:hover {
    border-color: #008ED0;
    color: #008ED0;
}


/** Latest news **/

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

.latest-news-section .sect-title {
    max-width: 577px;
    margin: 0 auto;
}

.actus-item {
    position: relative;
}

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

.actus-item .actus-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(122deg, #00354D 11.54%, #008ED0 88.46%), #00354D;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

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

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

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

.actus-text {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.actus-item .actus-title {
    color: #FFF;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25em;
    letter-spacing: 0.04166666em;
}

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

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

.actus-item .actus-date {
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
}



/** Newsletter **/

.blk-newsletter {
    position: relative;
    padding-right: 73px;
}

.blk-newsletter:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
    width: 1px;
    height: 115px;
    border-right: 1px solid #fff;
}

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

.blk-newsletter .newsletter-form {
    max-width: 504px;
}

.blk-newsletter .newsletter-form__note {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5em;
    margin-top: 16px;
}

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

.blk-newsletter .newsletter-form form {
    position: relative;
    max-width: 504px;
    width: 100%;
}

.blk-newsletter .newsletter-form .form-group .form-control {
    font-family: "Urbanist", sans-serif;
    color: #32343B;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    width: 100%;
    max-width: 504px;
    height: 64px;
    padding: 8px 66px 8px 24px;
    border: 0;
    border-radius: 5px;
    background: #FFF;
    border: 0;
    box-shadow: none;
    text-transform: none;
}

.blk-newsletter .newsletter-form .form-group button {
    display: flex;
    width: auto;
    width: 50px;
    height: 50px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #008ED0;
    background: #FFF;
    box-shadow: none;
    position: absolute;
    top: 8px;
    right: 8px;
}

.blk-newsletter .newsletter-form .form-group button:hover {
    background: #008ED0;
}

.blk-newsletter .newsletter-form .form-group button:hover svg path {
    fill: #00354D !important;
}

.blk-newsletter .newsletter-form input:focus {
    color: #32343B;
    border: 0;
    background: #FFF;
    box-shadow: none;
}

.blk-newsletter .newsletter-form input::-ms-input-placeholder {
    color: #32343B !important;
}

.blk-newsletter .newsletter-form input:-ms-input-placeholder {
    color: #32343B !important;
}

.blk-newsletter .newsletter-form input::placeholder {
    color: #32343B !important;
    opacity: 1;
}


/** Blk Speed contact **/

.blk-speed-contact {
    padding-left: 73px;
}

.blk-speed-contact .bloc-text {
    margin-bottom: 16px;
    color: #FFF;
    line-height: 1.625em;
}


/** COntact infos **/

.blk-contact-infos {
    position: relative;
    margin-top: 50px;
}

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

.blk-contact-infos ul li {
    color: #00354D;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    display: flex;
    align-items: center;
    gap: 22px;
}

.blk-contact-infos ul li .contact-ico {
    width: 56px;
    height: 56px;
    display: flex;
    border-radius: 56px;
    background: #00354D;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blk-contact-infos ul li .contact-title {
    color: #008ED0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 8px;
}

.blk-map {
    margin-top: 24px;
    position: relative;
    height: 336px;
    width: 624px;
}

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


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

/** Footer column **/

.footer-column {
    position: relative;
    padding: 40px 0;
}

.footer-column__item {
    position: relative;
}


/** Footer services **/

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

.footer-services ul li {
    margin-bottom: 8px;
}

.footer-services ul li a {
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    background-image: linear-gradient(to left, #FFF, #FFF);
    background-repeat: no-repeat;
    background-size: 0 1px;
    background-position: 0px 100%;
}

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


/** Footer certification and insurance **/

.footer-certification-insurance .footer-title {
    margin-bottom: 9px;
}

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


/** Footer bottom **/

.copyright {
    position: relative;
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    padding: 8px 0;
}

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

.copyright ul li {
    display: flex;
    align-items: center;
}

.copyright ul li:not(:last-child):after {
    content: '-';
    display: inline-block;
    margin: 0 8px;
}

.copyright ul li a {
    background-image: linear-gradient(to left, #FFF, #FFF);
    background-repeat: no-repeat;
    background-size: 0 1px;
    background-position: 0px 85%;
}

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

.img-arobiz {
    margin-top: -5px;
    margin-left: 8px;
}


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

/** Banner **/

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

.intern .banner-content {
    position: relative;
}

.intern .macaron {
    right: -10px;
}

.banner-ico {
    display: flex;
    width: 140px;
    height: 140px;
    padding: 13.045px;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
}

.banner-ico img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.intern .banner-inner .layer-shape {
    margin-right: -261px;
}



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


/** Contact us **/

.contact-us-section {
    padding: 64px 0;
}
.tarteaucitronCTAButton ,#tarteaucitronCloseAlert {
    height: auto;
}