/******************************************************************************
* Header
*******************************************************************************/
.sticky-header {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.sticky-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 23;
    animation: slideDown 0.5s ease forwards;
    background: #191516;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}

.sticky-header .site-branding .logo-img {
    display: none !important;
}

.sticky-header .site-branding .logo-img-two {
    display: flex !important;
}

.main-header .sticky-header .other-links a svg path {
    fill: #fff !important;
}

.main-header .sticky-header .other-links a:hover svg path {
    fill: #E20F16 !important;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}


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

/** Banner slider **/


.banner-slide .banner-slide__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 810px;
    width: 100%;
    overflow: hidden;
    padding-top: 74px;
}

.banner-slide__content {
    position: relative;
    background: rgba(255, 255, 255, 0.80);
    display: flex;
    padding: 56px 50px 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: max-content;
    margin: 0 auto;
}

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

.banner-title {
    color: #191516;
    font-family: "paralucent", sans-serif;
    font-size: 2.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.35294em;
    text-align: center;
    margin-bottom: 23px;
}

.banner-title span {
    font-size: clamp(34px, 1rem + 5vw, 60px);
    font-weight: 700;
    font-weight: 600;
    line-height: 0.766666em;
    text-transform: uppercase;
}

.banner-subtitle {
    color: #191516;
    font-size: 1.625rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.76923em;
    margin-bottom: 24px;
}

.banner-slide__item .banner-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px 25px;
}

.banner-slide .owl-nav {
    display: flex;
    flex-direction: column-reverse;
    gap: 7px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
}


/** About us **/

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

.about-us-section .layer-shape {
    margin-right: -338px;
}

.intern .about-us-section .layer-shape {
    margin: 0 0 -312px -412px;
}

.bloc-content:not(:last-child) {
    margin-bottom: 50px;
}

.grid-image {
    display: flex;
    align-items: start;
    margin-bottom: 39px;
    position: relative;
}

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

.grid-image .bloc-image:first-child {
    transform: rotate(-18deg);
    padding: 35px 0 0 48px;
}

.grid-image .bloc-image:last-child {
    border: 10px solid #FFF;
    transform: rotate(2deg);
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.25);
    margin-left: -30px;
}

.blk-experience {
    padding: 10px 18px;
    background: #191516;
    text-align: center;
    width: 293px;
    position: absolute;
    bottom: 0;
    right: 52px;
}

.blk-experience .layer-arrow {
    position: absolute;
    top: -82px;
    right: 15px;
}

.blk-experience .exp-title {
    color: #FFF;
    font-family: "paralucent", sans-serif;
    font-size: 1.625rem;
    font-style: normal;
    font-weight: 700;
    font-weight: 600;
    line-height: 1.23077em;
}

.blk-experience p {
    color: #FFF;
    font-family: "paralucent", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.42857em;
    margin-bottom: 0;
}

.blk-speed-contact {
    color: #FFF;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.375em;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #E20F16;
    padding: 10px 18px;
    max-width: 217px;
    margin-top: 11px;
}

.blk-speed-contact .phone-nbr {
    font-family: "paralucent", sans-serif;
    font-size: 1.625rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.076925em;
}

.layer-arrow-2 {
    position: absolute;
    bottom: 52px;
    left: 0;
}

.bloc-image.image-1 {
    width: 240px;
    height: 360px;
}

.bloc-image.bloc-image--service {
    width: 400px;
    height: 500px;
    transform: rotate(-5deg);
    border: 10px solid #FFF;
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.25);
    margin-left: 20px;
}


/** Company benefits **/

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

.stack-title .bloc-title {
    color: #191516;
    font-family: "paralucent", sans-serif;
    font-size: clamp(42px, 1rem + 4vw, 80px);
    font-style: normal;
    font-weight: 600;
    line-height: 1.125em;
    text-transform: uppercase;
}

.benefit-item {
    position: relative;
    max-width: 258px;
    padding: 30px 25px;
    background-color: #93878A;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.benefit-item .benefit-ico {
    margin-bottom: 10px;
}

.benefit-item .benefit-title {
    color: #FFF;
    font-family: "paralucent", sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 30px;
}

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


/** Services diag **/

.service-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    gap: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.service-item a {
    display: block;
}

.service-item:hover {
    border-color: #fff;
}

.hover-cursor-img {
    position: relative;
}

.service-item .service-image {
    position: fixed;
    display: block;
    transform: scale(0);
    pointer-events: none;
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    z-index: 999999;
    width: 200px;
    height: 200px;
}

.service-item .service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    transform: rotate(-6deg);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
}

.service-item .service-title {
    color: #FFF;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.363638em;
    text-transform: uppercase;
}


/** Intervention area **/

.intervention-area-section .layer-shape {
    margin: 0 0 -132px -332px;
}

.grid-image.type-2 {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 0;
}

.grid-image.type-2 .bloc-image {
    border: 10px solid #FFF;
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.25);
    margin: 0;
    padding: 0;
    transform: none;
}

.grid-image.type-2 .bloc-image img {
    filter: grayscale(100%);
}

.grid-image.type-2 .bloc-image:hover img {
    filter: grayscale(0%);
}

.grid-image.type-2 .bloc-image:nth-child(1) {
    transform: rotate(-10deg);
    margin: 0 42px 0 0;
}

.grid-image.type-2 .bloc-image:nth-child(2) {
    transform: rotate(4deg);
    margin: -16px 0 0 69px;
}

.grid-image.type-2 .bloc-image:nth-child(3) {
    transform: rotate(-6deg);
    margin: -23px 42px 0 0;
}

.intervention-map {
    margin: 0 0 147px 0;
}

.intervention-map .map-b {
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.intervention-map .map-b:hover {
    filter: url(#map-b);
}

.intervention-map .map-b:hover .map-b-nbr {
    fill-opacity: 1 !important;
}

.intervention-map .map-b:hover>path:first-child {
    fill: #93878a !important;
}


/** Multiple bloc **/

.multiple-bloc-section {
    padding: 56px 0;
    z-index: 2;
}

.multiple-bloc__inner {
    padding: 95px 0;
}

.multiple-bloc__item-image {
    position: relative;
    height: 100%;
    width: 100%;
    min-height: 390px;
}

.multiple-bloc__item-text {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 390px;
    padding: 33px 30px;
    border: 1px solid #191516;
    text-align: center;
}

.blk-online-payment .multiple-bloc__item-text {
    padding: 45px 30px;
}

.multiple-bloc__item-text .sect-title {
    position: absolute;
    top: 0;
    right: 0;
    width: 231px;
    margin-top: -92px;
}

.blk-online-payment .multiple-bloc__item-text .sect-title {
    width: 245.996px;
    top: unset;
    right: unset;
    bottom: 0;
    left: 0;
    margin: 0 0 -96px;
}

.multiple-bloc__item-text .sect-title .layer-arrow {
    margin-left: 17px;
}

.blk-online-payment .multiple-bloc__item-text .sect-title .layer-arrow {
    margin: 0 -38px 0 0;
}

.multiple-bloc__item-text .sect-title .bloc-title {
    color: #191516;
    text-align: center;
    font-family: "paralucent", sans-serif;
    font-size: 2.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.11764555em;
    transform: rotate(4deg);
    margin-bottom: 41px;
}

.blk-online-payment .multiple-bloc__item-text .sect-title .bloc-title {
    transform: rotate(-4deg);
    margin: 51px 0 0;
}


/** Latest news **/

.stack-elem {
    position: relative;
    z-index: 1;
}

.stack-elem:before {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% + 100px);
    top: -100px;
    left: 0;
    background: #F4EEEE;
}

.actus-item {
    position: relative;
    border-bottom: 1px solid #93878A;
    padding: 30px 0 20px;
    display: flex;
    gap: 24px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.actus-item>div {
    flex: 1;
}

.actus-thumb {
    position: relative;
    width: 100%;
    height: 194px;
    overflow: hidden;
}

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

.actus-item .actus-text {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.actus-item .actus-text p {
    color: #93878A;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    align-self: stretch;
    text-overflow: ellipsis;
    overflow: hidden;
}

.actus-date {
    color: #93878A;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.714285em;
}

.actus-item .actus-head {
    padding: 20px 0;
}

.actus-item .actus-cat {
    color: #191516;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 2em;
    text-transform: uppercase;
    border-radius: 16px;
    border: 1px solid #93878A;
    display: inline-flex;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 16px;
}

.actus-item .actus-title {
    color: #191516;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4em;
}

.actus-item .actus-title a:hover {
    color: #E20F16;
}


/** Contact infos **/

.blk-contact-infos {
    position: relative;
    display: inline-block;
}

.blk-contact-infos .layer-arrow {
    margin: 15px -102px 0 0;
}

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

.blk-contact-infos ul li {
    color: #191516;
    font-family: "paralucent", sans-serif;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.18182em;
    display: flex;
    align-items: center;
    gap: 16px;
}

.blk-contact-infos ul li .contact-ico {
    background: #E20F16;
    display: flex;
    width: 45px;
    height: 45px;
    justify-content: center;
    align-items: center;
}

.blk-contact-infos ul li .contact-title {
    font-family: "Lexend", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5em;
}

.blk-contact-infos ul li b {
    font-weight: 600;
}

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


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


/** Footer services **/

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

.footer-services ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px 33px;
    flex-wrap: wrap;
}

.footer-services ul li {
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75em;
    text-transform: uppercase;
}

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


/** Footer- column **/

.footer-column {
    padding: 50px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.30);
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}

.footer-column__item {
    position: relative;
}


/** Footer usefull links **/

.footer-usefull-links {
    width: 280px;
}

.footer-usefull-links ul {
    display: flex;
    flex-direction: column;
}

.footer-usefull-links ul li a {
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #93878A;
}

.footer-usefull-links ul li a:after {
    content: '';
    background: url('../images/icons/ico-arrow-turn-down-right.svg') no-repeat top left;
    width: 18px;
    height: 18px;
    display: inline-block;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.footer-usefull-links ul li a:hover:after {
    filter: brightness(0) invert(1);
}

.footer-usefull-links ul li a:hover {
    border-color: #fff;
}


/** Footer contacts **/

.footer-contacts {
    display: flex;
    align-items: center;
    gap: 30px;
}

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

.footer-contacts ul li {
    color: #FFF;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em;
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
}

.footer-contacts ul li:before {
    content: '';
    background: #E20F16;
    width: 10px;
    height: 10px;
    display: inline-block;
}

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


/** Footer newsletter **/

.footer-newsletter {
    width: 292px;
}

.footer-newsletter .newsletter__form,
.footer-newsletter .newsletter__form form {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
}

.footer-newsletter .newsletter__form-note {
    color: #93878A;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.42857em;
}

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

.footer-newsletter .newsletter__form .form-group .form-control {
    font-family: "Lexend", sans-serif;
    color: #fff;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5em;
    width: 100%;
    height: 44px;
    padding: 10px 14px;
    border-radius: 0;
    border: 1px solid rgba(147, 135, 138, 0.20);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: none;
    text-transform: none;
}

.footer-newsletter .newsletter__form .form-group button {
    color: #FFF;
    font-family: "Lexend", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5em;
    background: none;
    width: 100%;
    height: 44px;
    display: flex;
    padding: 10px 14px;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(147, 135, 138, 0.20);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: none;
    border-radius: 0;
}

.footer-newsletter .newsletter__form .form-group button .btn-wrapper {
    gap: 15px;
}

.footer-newsletter .newsletter__form input:focus {
    border: 1px solid rgba(147, 135, 138, 0.20);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    box-shadow: none;
}

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

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

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


/** Footer bottom **/

.footer-opening-times .footer-title {
    font-size: clamp(34px, 1rem + 3.8vw, 60px);
    font-weight: 600;
    line-height: 1.166666em;
    position: relative;
}

.footer-opening-times {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}

.footer-opening-times ul {
    display: flex;
    align-items: center;
    gap: 50px;
}

.footer-opening-times ul li {
    text-align: right;
    color: #93878A;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    display: flex;
    flex-direction: column;
}

.footer-opening-times ul li span+span {
    color: #FFF;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4em;
}

.copyright {
    padding: 0 0 20px;
}

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

.copyright ul li {
    position: relative;
    color: #93878A;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5em;
}

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

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

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


.free-quote-link {
    display: flex;
    align-items: center;
    color: #93878A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: right;
    position: fixed;
    right: 30px;
    bottom: 15px;
    gap: 15px;
}

.free-quote-link b {
    color: #E20F16;
    font-size: 1rem;
    font-weight: 700;
    line-height: normal;
    bottom: 15px;
}

.free-quote-link:hover {
    color: #93878A;
}

.free-quote-link span+span {
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background: #E20F16;
    box-shadow: 0 0 25px 0 rgba(226, 15, 22, 0.60);
}


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

/** Banner **/

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

.intern .banner-content {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 40px 0;
}

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

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

ul.breadcrumbs:before {
    content: "";
    background: url('../images/icons/ico-home.svg') no-repeat top left;
    width: 24px;
    height: 24px;
    background-size: cover;
    display: inline-block;
    margin-right: 5px;
    position: relative;
}

ul.breadcrumbs li {
    color: #FFF;
    position: relative;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.333333em;
    display: flex;
    align-items: center;
}

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

ul.breadcrumbs li a:hover {
    color: #93878A;
    background-size: 100% 1px;
}

ul.breadcrumbs li:not(:last-child):after {
    content: "";
    background: url('../images/icons/ico-chevron-right.svg') no-repeat top left;
    width: 24px;
    height: 24px;
    background-size: cover;
    display: inline-block;
    margin: 0 10px;
    position: relative;
}


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


/** Contact us **/

.contact-us__content {
    margin-top: clamp(30px, 1rem + 2.2vw, 50px);
}

.intern .contact-us-section .layer-shape {
    margin: 0 -338px -513px 0;
}
.tarteaucitronCTAButton , #tarteaucitronCloseAlert {
    height: auto;
}
.banner-actions .btn-1:hover {
    background: transparent;
}
.image-ventelocation {
    position: absolute;
    top: 59%;
    transform: rotate(-45deg);
    width: 25%;
    opacity: 0.7;
}
