/******************************************************************************
* Header
*******************************************************************************/

.sticked-menu.sticky-header {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.sticked-menu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    visibility: hidden;
    -webkit-transform: translateY(-160px);
    transform: translateY(-160px);
    -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: 5px 1px 46px 0 rgb(0 0 0 / 16%);
    box-shadow: 5px 1px 46px 0 rgb(0 0 0 / 16%);
}

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


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


/** Banner **/

.banner-section {
    padding: 0;
}

.banner__inner {
    height: 454px;
    width: 100%;
    display: flex;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.banner__image {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    left: 0%;
    z-index: -1;
}

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

.banner__content .bloc-etiquette {
    color: #fff;
    margin-bottom: 25px;
}

.banner__content .bloc-etiquette>span {
    border-color: #fff;
}

.banner__title {
    font-size: 40px;
    font-weight: 200;
    color: #fff;
    line-height: 1.4em;
    margin-bottom: 52px;
}

.banner-slide__action {}

.active .banner-slide__subtitle,
.active .banner-slide__action,
.active .banner-slide__title {}


/** About us **/

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

.about-us-section .bloc-etiquette {
    margin-bottom: 31px;
}

.about-us-section .bloc-other:not(:first-child) {
    margin-top: 18px;
}

.about-us-section .bloc-image {
    position: relative;
    padding-right: 90px;
    padding-bottom: 145px;
    display: inline-block;
    margin-right: 45px;
}

.about-us-section .bloc-image .map-img {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-left: 131px;
}

.about-us-section .txt-box {
    margin-left: -32px;
}


/** Company benefits **/

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

.company-benefits-section .bloc-title {
    margin-bottom: 84px;
}

.company-benefits-item {
    margin-bottom: 40px;
}

.company-benefits-item__ico {
    border: 2px solid rgba(27, 126, 161, .1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 201px;
    height: 201px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin: 0 auto 32px auto;
}

.company-benefits-item__ico:before {
    content: '';
    background-color: #1b7ea1;
    width: 151px;
    height: 151px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: auto;
    left: auto;
    z-index: -1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.company-benefits-item__ico .shape {
    position: absolute;
    top: auto;
    left: auto;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.company-benefits-item__inner:hover .company-benefits-item__ico .shape {
    transform: rotate(37deg);
}

.company-benefits-item__inner:hover .company-benefits-item__ico .shape svg path.s1 {
    fill: #36b9c8 !important;
}

.company-benefits-item__inner:hover .company-benefits-item__ico .shape svg path.s0 {
    stroke: #36b9c8 !important;
}

.company-benefits-item__inner:hover .company-benefits-item__ico:before {
    background-color: #36b9c8;
}

.company-benefits-item__title {
    font-weight: 200;
    font-size: 20px;
    color: #272829;
    line-height: 1.25em;
    margin-bottom: 14px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;
}

.company-benefits-item__desc {
    color: #1b7ea1;
    line-height: 1.5em;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;
}

.company-benefits-item__inner:hover .company-benefits-item__desc {
    color: #36b9c8;
}



/** Our services*/

.our-services-section {
    padding: 87px 0 40px 0;
}

.our-services-item {
    margin-bottom: 45px;
}

.our-services-item__inner {
    border: 1px solid rgba(39, 40, 41, .4);
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    padding: 20px 0 16px 45px;
    position: relative;
    margin-left: 30px;
    background-color: #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.our-services-item__inner:hover {
    background-color: #1b7ea1;
    border-color: #1b7ea1;
}

.our-services-item__ico {
    width: 61px;
    height: 61px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(54, 185, 200, .4);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
}

.our-services-item__title {
    font-weight: 200;
    font-size: 20px;
    color: #272829;
    line-height: 1.25em;
    margin-bottom: 8px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.our-services-item__desc {
    line-height: 1.5em;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.our-services-item__inner:hover .our-services-item__title,
.our-services-item__inner:hover .our-services-item__desc {
    color: #fff;
}

.our-services-item__ico>span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 41px;
}

.our-services-item__ico>span:before,
.our-services-item__ico>span:after {
    content: '';
    position: absolute;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background-image: url('../images/icons/icons.png');
    width: 45px;
    height: 41px;
}

.ico-s-amiante:before {
    background-position: -10px -10px;
}

.ico-s-plomb:before {
    background-position: -140px -193px;
}

.ico-s-gaz:before {
    background-position: -205px -71px;
}

.ico-s-dpe:before {
    background-position: -10px -71px;
}

.ico-s-elec:before {
    background-position: -140px -10px;
}

.ico-s-mesurage:before {
    background-position: -10px -193px;
}

.ico-s-erp:before {
    background-position: -140px -132px;
}

.ico-s-ensa:before {
    background-position: -10px -132px;
}

.ico-s-amiante:after {
    background-position: -75px -10px;
    opacity: 0;
    visibility: hidden;
}

.ico-s-plomb:after {
    background-position: -205px -193px;
    opacity: 0;
    visibility: hidden;
}

.ico-s-gaz:after {
    background-position: -205px -132px;
    opacity: 0;
    visibility: hidden;
}

.ico-s-dpe:after {
    background-position: -75px -71px;
    opacity: 0;
    visibility: hidden;
}

.ico-s-elec:after {
    background-position: -140px -71px;
    opacity: 0;
    visibility: hidden;
}

.ico-s-mesurage:after {
    background-position: -75px -193px;
    opacity: 0;
    visibility: hidden;
}

.ico-s-erp:after {
    background-position: -205px -10px;
    opacity: 0;
    visibility: hidden;
}

.ico-s-ensa:after {
    background-position: -75px -132px;
    opacity: 0;
    visibility: hidden;
}

.our-services-item__inner:hover .our-services-item__ico>span:before {
    opacity: 0;
    visibility: hidden;
}

.our-services-item__inner:hover .our-services-item__ico>span:after {
    opacity: 1;
    visibility: visible;
}

.our-services-item__inner:hover .our-services-item__ico {
    background-color: #36b9c8;
}



/** Testimonials **/

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

.testimonials-slide.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.testimonials__content {
    padding: 0 15px;
}

.testimonials-item {
    background-color: transparent;
    padding: 44px 63px 47px 63px;
    overflow: hidden;
    border: 1px solid rgba(39, 40, 41, .4);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonials-item:hover {
    border-color: #ece9e9;
    background-color: #ece9e9;
}

.testimonials-item__desc {
    margin-bottom: 39px;
    padding-bottom: 36px;
    border-bottom: 1px solid rgba(39, 40, 41, .5);
}

.testimonials-item__author {
    color: #272829;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.2em;
    margin-bottom: 6px;
}

.testimonials-item__date {
    font-weight: 400;
    font-size: 14px;
    color: #36b9c8;
    line-height: 1.1em;
}

.testimonials-item__rating {
    display: flex;
    align-items: center;
}

.testimonials-item__rating li {
    margin-left: 5px;
}

.testimonials-item__rating li .icon-rating {
    position: relative;
    width: 12px;
    height: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials-item__rating li .icon-rating:before {
    content: '';
    width: 12px;
    height: 11px;
    background: url('../images/icons/ico-star.svg') no-repeat top left;
    position: absolute;
}

.testimonials-item__rating li.empty .icon-rating:before {
    background: url('../images/icons/ico-star-empty.svg') no-repeat top left;
}

.testimonials-slide.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 66px;
}


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

/** Footer column **/

.footer-column {
    padding: 58px 0 39px 0;
    background-color: rgba(255, 255, 255, .1);
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    margin-left: 15px;
    margin-right: 15px;
}

.footer-column__item:not(:last-child) {
    padding-bottom: 57px;
    margin-bottom: 33px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

/** Footer contact **/

.footer-contact {
    padding: 70px 0;
}

.footer-contact__item,
.footer-contact__item a {
    display: flex;
    align-items: center;
}

.footer-contact__item a {
    color: inherit;
}

.footer-contact__txt {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    line-height: 1.25em;
    display: flex;
    flex-direction: column;
    -ms-flex: 1;
    flex: 1;
}

.footer-contact__img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    width: 71px;
    height: 71px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 28px;
}

.footer-contact__txt span:last-child {
    font-weight: 200;
    font-size: 18px;
    line-height: inherit;
}


/** Footer services **/

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

.footer-services ul li a {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    line-height: 1.25em;
}

.footer-services ul li a:hover,
.footer-services ul li a:focus {
    text-decoration: underline;
}


/** Footer certification insurance **/

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

.footer-certification-insurance ul li:not(:last-child) {
    margin-bottom: 25px;
}

.footer-certification-insurance ul li div:last-child {
    background-color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    width: 100%;
    max-width: 140px;
    height: 60px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

/** SEO **/

.footer-seo .footer-title {
    margin-bottom: 11px;
}

.seo-links,
.seo-links a {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    line-height: 1.6em;
}

.seo-links span {
    position: relative;
    width: 8px;
    display: inline-block;
    height: 11px;
}

.seo-links span:before {
    content: '.';
    color: #fff;
    font-weight: 200;
    position: absolute;
    top: -9px;
    right: 0px;
    font-size: 13px;
    line-height: inherit;
}

.seo-links a:hover,
.seo-links a:focus {
    text-decoration: underline;
}

/** Footer bottom **/

.copyright,
.copyright a {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    line-height: 1.25em;
}

.copyright a:hover,
.copyright a:focus {
    text-decoration: underline;
}

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

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

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

.copyright ul.list-item li {
    position: relative;
}

.copyright ul.list-item li:not(:last-child) {
    padding-right: 5px;
    margin-right: 5px;
}

.copyright ul.list-item li:not(:last-child):after {
    content: '.';
    display: inline-block;
    margin: 0 3px;
    font-weight: 800;
    position: absolute;
    top: -3px;
    right: -5px;
    font-size: 13px;
}

.ulError { color: red }