/******************************************************************************
* 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(-86px);
    transform: translateY(-86px);
    -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: #0E192C;
    box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.25);
}

.sticked-menu .site-navigation__inner {
    display: flex;
    justify-content: space-between;
}

.sticked-menu .site-navigation .menu {
    width: auto;
    align-items: unset;
}

.sticked-menu .site-navigation__inner>.site-branding {
    display: flex !important;
    width: 120px;
    min-width: 120px;
}

.main-header .sticked-menu .other-links {
    display: flex !important;
}

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

.sticked-menu .site-navigation .menu>ul>li>a {
    color: #fff;
}

.sticked-menu .site-navigation .menu>ul>li.active>a,
.sticked-menu .site-navigation .menu>ul>li:hover>a,
.sticked-menu .site-navigation .menu>ul>li.hover>a {
    color: #fff;
}

.sticked-menu .site-navigation__menu {
    gap: 30px;
    align-items: unset;
}




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

/** Banner slider **/

.banner-inner {
    position: relative;
}

.banner-slide .banner-item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-height: 900px;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    padding-top: 60px;
}

.banner-item__content {
    position: relative;
}

.banner-subtitle {
    margin-bottom: 30px;
    text-align: center;
}

.banner-slide .active .banner-subtitle {
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
}

.banner-title {
    color: #FFF;
    text-align: center;
    font-size: clamp(28px, 1rem + 2.7vw, 46px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.173915em;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.banner-slide .active .banner-title {
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
}

.banner-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

.banner-slide .active .banner-actions {
    transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
}

.banner-slide .banner-actions,
.banner-slide .banner-title,
.banner-slide .banner-subtitle {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.banner-slide .active .banner-actions,
.banner-slide .active .banner-title,
.banner-slide .active .banner-subtitle {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.banner-slide__navigation.slide-controls-nav .owl-prev,
.banner-slide__navigation.slide-controls-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
}

.banner-slide__navigation.slide-controls-nav .owl-next {
    right: 30px;
    left: unset;
}


/** About us **/

.bloc-image .float-image {
    border: 5px solid #FFF;
    max-width: 205px;
    max-height: 305px;
    overflow: hidden;
    margin-bottom: 64px;
    margin-left: 0;
    border-radius: 20px;
}

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

.intervention-map {
    margin-top: 20px;
}

.grid-images {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.grid-images .bloc-image:first-child {
    height: 377px;
}


/** Other content **/

.other-section {
    min-height: 300px;
}


/** Intervention area **/


.intervention-area-section .bloc-image figure:first-child {
    padding-right: 52px;
    padding-bottom: 198px;
}

.intervention-area-section .bloc-image .float-image {
    margin: 30px 0 0;
}

.intervention-area-section .bloc-image .float-image+.float-image {
    max-width: 285px;
    max-height: 285px;
}


/** Blk FAQ **/

.blk-faq {
    position: relative;
    margin: 20px 0 0 auto;
}

.blk-faq .sect-title .bloc-title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4166666em;
    margin-bottom: 16px;
}

.accordion.accordion-faq {
    display: flex;
    flex-direction: column;
}

.accordion.accordion-faq .card {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
    position: relative;
    background: none;
    padding: 20px 0;
    border: 0;
    border-bottom: 1px solid rgba(135, 135, 130, 0.30);
}

.accordion-faq .card-header .accordion-btn {
    font-family: "Inria Serif", serif;
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    text-transform: none;
    justify-content: space-between;
    gap: 20px;
    display: flex;
    align-items: center;
    text-align: left;
    width: 100%;
    box-shadow: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-shadow: none;
    min-height: 48px;
    height: auto;
    background: none;
}

.accordion-faq .card-header .accordion-btn .accordion-ico {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    min-width: 24px;
    height: 24px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.accordion-faq .card-header .accordion-btn .accordion-ico:before {
    content: '';
    background: url('../images/icons/ico-plus.svg') no-repeat center center;
    position: absolute;
    width: 24px;
    height: 24px;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.accordion-faq .card-header .accordion-btn[aria-expanded="true"] .accordion-ico:before {
    background: url('../images/icons/ico-close.svg') no-repeat center center;
}

.accordion-faq .card .card-header {
    margin: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    min-height: auto;
    padding: 0;
    border: 0;
    background: none;
}

.accordion-faq .card .card-body {
    padding: 8px 0 0;
    width: 100%;
    min-height: auto;
    border-radius: 0;
    border: 0;
    text-align: left;
}


/** Company benefits **/

.company-benefits__items {
    margin-top: 30px;
}

.benefit-item {
    text-align: center;
}

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

.benefit-item .benefit-title {
    color: #0E192C;
    font-family: "Inria Serif", serif;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.444444em;
    margin-bottom: 8px;
}

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


/** Services diag **/

.services-slide__wrap {
    margin-top: 30px;
    position: relative;
}

.service-item>a {
    display: block;
    border-radius: 20px;
    height: 334px;
    position: relative;
    overflow: hidden;
}

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

.service-item .service-image:after,
.service-item .service-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.50) 100%);
    transition: all 0.4s ease;
}

.service-item .service-image:after {
    opacity: 0;
    background: linear-gradient(180deg, rgba(235, 187, 87, 0.00) 40%, #EBBB57 100%);
}

.services-slide.owl-carousel .owl-item.active.center .service-image:before {
    opacity: 0;
}

.services-slide.owl-carousel .owl-item.active.center .service-image:after {
    opacity: 1;
}

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

.service-item .service-text {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    text-align: center;
}

.service-item .service-title {
    color: #FFF;
    font-size: 1.625rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.23077em;
    text-transform: uppercase;
    transition: all 0.4s ease;
    opacity: 0;
}

.services-slide.owl-carousel .owl-item.active.center .service-title {
    opacity: 1;
}

.services-slide.owl-carousel .owl-item {
    border-radius: 10px;
    overflow: hidden;
    opacity: 0.5;
    transform: translateZ(0) scale(0.9, 0.82) !important;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(0.9, 0.82) !important;
    transition: all 0.3s ease-in-out 0s;
    overflow: hidden;
}

.services-slide.owl-carousel .owl-item.active.center {
    opacity: 1;
    backface-visibility: hidden;
    transform: translateZ(0) scale(1, 1) !important;
}

.services-slide__navigation.slide-controls-nav .owl-prev,
.services-slide__navigation.slide-controls-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
}

.services-slide__navigation.slide-controls-nav .owl-next {
    right: 30px;
    left: unset;
}


/** Multiple bloc **/

.multiple-bloc__inner {
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.multiple-bloc__item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 100px;
}

.multiple-bloc__item:last-child {
    flex-direction: row-reverse;
}

.multiple-bloc__item .bloc-content {
    position: relative;
    max-width: 607px;
    flex: 1;
}

.multiple-bloc__item .bloc-image {
    height: 267px;
    max-width: 533px;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.multiple-bloc__item .bloc-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.multiple-bloc__item .bloc-text {
    margin-bottom: 30px;
}


/** Latest news **/

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

.latest-news__content {
    margin-top: 30px;
}

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

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

.actus-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

.actus-text {
    position: relative;
    padding: 16px 0 0;
}

.actus-title {
    color: #0E192C;
    font-family: "Inria Serif", serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4166666em;
    margin-bottom: 16px;
}

.actus-more a {
    color: #F7CA68;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5em;
    position: relative;
}

.actus-more a:before {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 15px;
    height: 2px;
    content: "";
    transition: width 500ms ease;
    background-color: #F7CA68;
}

.actus-item:hover .actus-more a:before {
    width: 100%;
}

.actus-date {
    color: #FFF;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.57143em;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 6px 0 0;
    background: #0E192C;
    padding: 6px 20px;
    z-index: 2;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.actus-item:hover .actus-date {
    background: #F7CA68;
}


/** Contact info **/

.blk-contact-infos {
    position: relative;
    margin-left: auto;
    max-width: 460px;
    border-radius: 20px;
    background: rgba(254, 246, 158, 0.20);
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.10);
    padding: 50px;
}

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

.blk-contact-infos ul li {
    color: #878787;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
}

.blk-contact-infos ul li .contact-title {
    color: #0E192C;
    font-family: "Inria Serif", serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4em;
}

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

.blk-contact-infos ul li a:hover {
    color: #0E192C;
    background-size: 100% 1px;
}


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


/** Footer certification **/

.footer-certification {
    position: relative;
    background: #0E192C;
    padding: 20px 0;
}

.footer-certification .sect-title .bloc-title {
    color: #FFF;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 0;
}


/** Footer- column **/

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


/** Footer services  **/

.footer-services {
    width: 165px;
}

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

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

.footer-services ul li a:hover {
    color: #fff;
    padding-left: 10px;
}


/** Footer contacts **/

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

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

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

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


/** Footer newsletter **/

.footer-newsletter {
    max-width: 329px;
}

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

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

.footer-newsletter .newsletter__form-note {
    color: #B0B0B0;
    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: "Inria Sans", sans-serif;
    color: #fff;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    width: 100%;
    height: 44px;
    padding: 10px 10px 10px 20px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.20);
    border: 0;
    box-shadow: none;
    text-transform: none;
}

.footer-newsletter .newsletter__form .form-group button {
    width: 100%;
    border-radius: 10px;
}

.footer-newsletter .newsletter__form input:focus {
    background: rgba(255, 255, 255, 0.20);
    border: 0;
    color: #fff;
    box-shadow: none;
}

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

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

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


/** Footer copyright  **/

.footer-copyright {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 60px 0 20px;
}

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

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

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

.footer-copyright ul li:not(:last-child):before {
    content: '';
    width: 2px;
    height: 2px;
    border-radius: 3px;
    background-color: #F7CA68;
    position: absolute;
    top: 12px;
    right: -1px;
}

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

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


/** Footer bottom **/
.footer-bottom {
    position: relative;
    padding: 16px 0;
}

.footer-bottom .copyright-arobiz {
    color: #FFF;
    text-align: center;
    font-family: "Inria Serif", serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.57143em;
}

.footer-bottom .copyright-arobiz a:hover {
    color: #F7CA68;
}


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

/** Banner **/

.intern .banner-inner {
    position: relative;
    min-height: 550px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-top: 43px;
}

.intern.page-contact .banner-inner {
    padding-top: 90px;
}

.intern .banner-content {
    position: relative;
    padding: 40px 0;
    z-index: 2;
}

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

.contact-us-section {
    padding: 100px 0;
}
.img-none img{
    display: none;
}
.h2-white h2{
    color: #EBBB57;
}