/******************************************************************************
* 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: #fff;
    -webkit-box-shadow: 0 0 16px 0 rgb(0 0 0 / 4%);
    box-shadow: 0 0 16px 0 rgb(0 0 0 / 4%);
}

.main-header .sticked-menu .site-branding {
    max-width: 114px;
}

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

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

.main-header .sticked-menu .site-navigation .menu>ul>li>a {
    color: #262626;
    text-transform: none;
    font-weight: 500;
    padding-right: 40px;
}

.main-header .sticked-menu .site-navigation .menu {
    justify-content: center;
    padding: 0 30px;
}

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

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


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


/** Banner slider **/

.banner-section {
    position: relative;
}

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

.banner-slide {
    position: relative;
}

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

.banner-slide .banner-slide-image {
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: hidden;
    -webkit-transition: visibility 0ms ease, -webkit-transform 7000ms ease;
    transition: visibility 0ms ease, -webkit-transform 7000ms ease;
    transition: visibility 0ms ease, transform 7000ms ease;
    transition: visibility 0ms ease, transform 7000ms ease, -webkit-transform 7000ms ease;
}

.banner-slide .swiper-slide.swiper-slide-active .banner-slide-image {
    visibility: visible;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.banner-title {
    color: #fff;
    font-weight: 700;
    font-size: 60px;
    line-height: 1.16em;
    margin-bottom: 0;
    letter-spacing: 0.05em;
}

.banner-slide-item .banner-title {
    margin-bottom: 48px;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: scaleY(0) translateY(-50px);
    transform: scaleY(0) translateY(-50px);
    -webkit-transition: opacity 1500ms ease, -webkit-transform 1500ms ease;
    transition: opacity 1500ms ease, -webkit-transform 1500ms ease;
    transition: transform 1500ms ease, opacity 1500ms ease;
    transition: transform 1500ms ease, opacity 1500ms ease, -webkit-transform 1500ms ease;
    opacity: 0;
}

.banner-slide__action {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    overflow: hidden;
}

.banner-slide__action a:hover {
    background-color: #fff;
    color: #1e1e1e;
}

.banner-slide__action a {
    -webkit-transform: scaleY(0) translateY(-200px);
    transform: scaleY(0) translateY(-200px);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    opacity: 0;
    -webkit-transition: background 500ms ease, color 500ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: background 500ms ease, color 500ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, background 500ms ease, color 500ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, background 500ms ease, color 500ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.banner-slide .swiper-slide-active .banner-slide-item .banner-title,
.banner-slide .swiper-slide-active .banner-slide__action a {
    -webkit-transform: scaleY(1) translateY(0);
    transform: scaleY(1) translateY(0);
    opacity: 1;
}


/** About us **/

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

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

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

.home .about-us__content .bloc-content {
    margin-bottom: -188px;
    position: relative;
    z-index: 2;
}

.bloc-content .sect-title .bloc-title {
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 50px;
}

.bloc-content .bloc-image.image-2 {
    width: 500px;
    height: calc(100% - 38px);
    max-height: 992px;
    min-height: 600px;
}

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

.bloc-content .bloc-image.ver-line {
    padding-left: 20px;
    position: relative;
}

.bloc-content .bloc-image.ver-line:before {
    content: '';
    width: 20px;
    max-height: 326px;
    background-color: #e4332c;
    position: absolute;
    top: 0;
    left: 0;
    height: 44%;
}


/** Company benefits **/

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

.benefit-item {
    position: relative;
    padding: 29px 25px 50px 20px;
    min-height: 362px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    height: 100%;
    background: #fff;
    z-index: 1;
}

.benefit-item:hover {
    background: #e4332c;
}

.benefit-item>* {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.benefit-item p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5em;
    color: #262626;
}

.benefit-item .benefit-ico {
    margin-bottom: 41px;
    height: 68px;
    display: flex;
    align-items: center;
}

.benefit-item .benefit-title {
    color: #262626;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.35em;
    margin-bottom: 26px;
}

.benefit-item:hover .benefit-ico svg path {
    fill: #fff !important;
}

.benefit-item:hover p,
.benefit-item:hover .benefit-title {
    color: #fff;
}


/** Other section **/

.other-content-section {
    padding: 120px 0;
}


/** Testimonials **/

.testimonials-section {
    padding: 117px 0 88px;
}

.testimonials__head {
    margin-bottom: 60px;
}

.testimonial-item {
    position: relative;
    padding: 58px 58px 56px;
    min-height: 442px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 100%;
    background-color: #1e1e1e;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

ul.testimonial-rating {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 29px;
}

ul.testimonial-rating li i {
    font-size: 17px;
    color: #ffc001;
    line-height: inherit;
}
ul.testimonial-rating li.empty i{
    color: grey;
}

.testimonial-item p {
    color: #d3d2d2;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.9em;
    margin-bottom: 18px;
}

.testimonial-author {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2em;
    padding-top: 29px;
    margin-top: auto;
    transition: 0.5s linear;
    border-top: 1px solid #fff;
}

.testimonial-item:hover .testimonial-author {
    color: #e4332c;
}


/** Our services **/

.our-services-section {
    padding: 118px 0 200px;
}

.our-services-item {
    position: relative;
}

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

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

.our-services-item__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 40px 30px 40px;
}

.our-services-item__content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(70%, rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0) 70%);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.our-services-item:hover .our-services-item__content:before {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.our-services-item__title {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.32em;
    background-color: transparent;
    padding: 40px 25px;
    position: relative;
    width: 100%;
    z-index: 1;
    min-height: 159px;
    display: flex;
    align-items: center;
}

.our-services-item:hover .our-services-item__title {
    color: #262626;
}

.our-services-item__title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    z-index: -1;
}

.our-services-item:hover .our-services-item__title:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.our-services-item__ico {
    width: 64px;
    height: 64px;
    background-color: #e4332c;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    position: absolute;
    bottom: 168px;
    right: 50px;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: background 500ms ease, color 500ms ease, -webkit-transform 500ms ease;
    transition: background 500ms ease, color 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, background 500ms ease, color 500ms ease;
    transition: transform 500ms ease, background 500ms ease, color 500ms ease, -webkit-transform 500ms ease;
    padding: 16px;
}

.our-services-item:hover .our-services-item__ico {
    -webkit-transform: scale(1);
    transform: scale(1);
}


/** Latest news **/

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

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

.actus-item {
    position: relative;
}

.actus-item .actus-item__text {
    padding: 40px 15px 15px;
    position: relative;
    width: calc(100% - 50px);
    z-index: 2;
    margin: -16px auto 0 auto;
    text-align: center;
    background: #fff;
    display: flex;
    flex-direction: column;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.actus-item:hover .actus-item__text {
    background: #e4332c;
}

.actus-item .actus-item__text p {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 9px;
}

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

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

.actus-item .actus-item__date {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25em;
    letter-spacing: 0.1em;
    height: 34px;
    min-width: 91px;
    padding: 11px 9px;
    background: #e4332c;
    position: absolute;
    top: -34px;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.actus-item:hover .actus-item__date {
    background: #262626;
}

.actus-item .actus-item__title {
    color: #000;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.27em;
    margin-bottom: 27px;
}

.actus-item .actus-item__more {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    border-top: 1px solid #e2e5ed;
    padding-top: 17px;
    margin-top: auto;
}

.actus-item .actus-item__more a {
    color: #e4332c;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2em;
}

.actus-item .actus-item__more a svg {
    margin-left: 5px;
}

.actus-item:hover .actus-item__text p,
.actus-item:hover .actus-item__title,
.actus-item:hover .actus-item__more a,
.actus-item .actus-item__more a:hover {
    color: #fff;
}

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


/** Blk Certification and insurance **/

.blk-certification-insurance .certification-insurance__content {
    text-align: center;
    padding: 28px 30px;
    background-color: #fff;
    margin-top: -76px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 0 0 60px 0 rgba(35 31 32 / 20%);
    box-shadow: 0 0 60px 0 rgba(35 31 32 / 20%);
}

.blk-certification-insurance .bloc-title {
    font-size: 24px;
    font-weight: 700;
    color: #262626;
    text-transform: none;
    line-height: 1.2em;
    margin-bottom: 0;
    width: 167px;
    margin-right: 65px;
}

.blk-certification-insurance ul,
.blk-certification-insurance ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    align-items: center;
    text-align: right;
}

.blk-certification-insurance ul li:first-child {
    margin-right: 67px;
}

.blk-certification-insurance ul li>div {
    margin-right: 30px;
}


/** Blk contact infos **/

.contact-infos-section {
    padding: 0 0 78px;
}

.chambery-map {
    margin-top: 82px;
    margin-left: -75px;
}

.blk-contact-infos {
    margin-top: -90px;
    padding: 0 30px;
}

.blk-contact-infos>.row {
    margin: 0 -11px;
}

.blk-contact-infos>.row>div {
    padding-left: 11px;
    padding-right: 11px;
}

.contact-infos-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #e4332c;
    min-height: 180px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-infos-item:hover {
    transform: translateY(-10px);
}

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

.blk-contact-infos .contact-ico {
    margin-bottom: 18px;
}


/** Map **/

.map-section {
    padding: 160px 0 237px;
}

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


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


/** Footer column **/

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


/** Newsleter **/

.footer-newsletter .newsletter-form {
    max-width: 345px;
}

.footer-newsletter .newsletter-note {
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 400;
    margin-top: 13px;
    position: relative;
    color: #d3d2d2;
}

.footer-newsletter .newsletter-form form {
    position: relative;
    margin-top: 21px;
}

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

.footer-newsletter .newsletter-form .form-group input[type="email"] {
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    color: #adadad;
    font-weight: 400;
    line-height: 1.2em;
    font-style: italic;
    position: relative;
    width: 100%;
    max-width: 343px;
    padding: 10px 18px;
    height: 50px;
    border: 0;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-transform: none;
}

.footer-newsletter .newsletter-form .form-group button {
    margin-top: 25px;
    color: #e4332c;
    font-weight: 700;
    font-size: 15px;
    background-color: rgba(0, 0, 0, 0.15);
    height: 50px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    padding: 10px 15px;
    letter-spacing: normal;
    width: 100%;
}

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

.footer-newsletter .newsletter-form .form-group button:hover svg path {
    fill: #fff !important;
}

.footer-newsletter .newsletter-form .form-group button svg {
    margin-left: 10px;
}

.footer-newsletter .newsletter-form input:focus {
    color: #adadad;
    background: #000;
    border: 0;
}

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

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

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


/** Footer contact **/

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

.footer-contact ul li {
    display: flex;
    color: #d3d2d2;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    position: relative;
    padding: 18px 0;
}

.footer-contact ul li .contact-ico {
    width: 20px;
    display: flex;
    justify-content: center;
    margin-right: 14px;
    margin-top: 4px;
}

.footer-contact ul li a {
    font-weight: 700;
}

.footer-contact ul li:not(:last-child) {
    border-bottom: 1px solid #d3d2d2
}

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


/** footer services **/

.footer-services ul li {
    color: #d3d2d2;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5em;
    position: relative;
}

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

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


/** Footer bottom **/

.copyright {
    padding: 30px 0;
    position: relative;
}

.copyright-text {
    color: #adadad;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5em;
    position: relative;
}

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

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

.footer-logo {
    margin-right: 27px;
}


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


/** Banner **/

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

.intern.page-contact .banner-inner {
    height: 600px;
}

.banner-content {
    position: relative;
    padding-top: 105px;
}

.intern.page-contact .banner-content {
    padding-top: 68px;
}


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


/** Contact us **/