/*Start @import style*/


/*End @import style*/


/******************************************************************************
* 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(-130px);
    transform: translateY(-130px);
    -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 1px 81px 0 rgb(35 31 32 / 13%);
    box-shadow: 0 1px 81px 0 rgb(35 31 32 / 13%);
}


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


/** Banner **/

.banner-section {
    position: relative;
    z-index: 1;
}

.home-slide .home-slide__item {
    height: 752px;
    width: 100%;
    display: flex;
    overflow: hidden;
    position: relative;
    align-items: center;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    border-radius: 48px;
}

.banner-section .shape-1 {
    position: absolute;
    top: 0;
    left: 0;
}

.banner-section .shape-2 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.banner-section .shape-3 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.home-slide .home-slide__item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(62, 86, 76);
    background: -moz-linear-gradient(127deg, rgba(62, 86, 76, 1) 0%, rgba(0, 0, 0, 0.36) 100%);
    background: -webkit-linear-gradient(127deg, rgba(62, 86, 76, 1) 0%, rgba(0, 0, 0, 0.36) 100%);
    background: linear-gradient(127deg, rgba(62, 86, 76, 1) 0%, rgba(0, 0, 0, 0.36) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#3e564c", endColorstr="#000000", GradientType=1);
    opacity: .76;
}

.home-slide .home-slide__item .bg-slide {
    background-size: cover;
    background-position: center center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    left: 0%;
    z-index: -1;
}

.home-slide .home-slide__item .bg-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-slide.owl-carousel .owl-stage {
    display: flex;
}

.home-slide.owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.home-slide__item .banner-content {
    padding: 341px 0 90px 0;
    position: relative;
    z-index: 2;
}

.home-slide__item .banner-title {
    font-family: 'Sofia Pro', sans-serif;
    font-size: 60px;
    font-weight: 900;
    color: #f2f2f2;
    line-height: 1.2em;
    margin-bottom: 27px;
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}

.home-slide__item .banner-action {
    transform: translateY(200px);
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}

.home-slide .owl-item.active .banner-title,
.home-slide .owl-item.active .banner-action {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}


/** About us **/

.about-us-section {
    padding: 100px 0 96px 0;
    overflow: visible;
}

.img-box {
    position: relative;
}

.img-box.intern-img {
    margin: 0 auto 50px;
}

.img-box.intern-img .devis-link {
    position: absolute;
    left: 50px;
    top: 50px;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #406070;
    color: white;
    font-weight: 800;
    font-family: "Gabarito";
    transition: 0.3s;
    text-align: center;
    background: linear-gradient(-90deg, #406070, #537c90);
}

.img-box.intern-img .devis-link:hover {
    background: linear-gradient(-90deg, #000, #000);
}

.img-box .bloc-image__med {
    padding-left: 80px;
    text-align: right;
}

.img-box .bloc-image__sm {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding-right: 167px;
    transform: translateY(-50%);
}

.img-box.intern-img .bloc-image__sm {
    padding-right: 186px;
    transform: none;
    top: auto;
    bottom: 35px;
}

.img-box.intern-img .bloc-image__sm img {
    border: 10px solid white;
    border-radius: 30px;
}

.img-box.intern-img .bloc-image__med {
    padding-left: 220px;
}

.img-box .bloc-image img {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -webkit-box-shadow: 1px 1px 139px 0 rgb(35 31 32 / 1%);
    box-shadow: 1px 1px 139px 0 rgb(35 31 32 / 1%);
}


/** Company benefits **/

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

.company-benefits-section ul {
    display: flex;
    justify-content: center;
    border: 2px solid #e7edf8;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.company-benefits-section ul li {
    font-size: 17px;
    font-weight: 600;
    color: #1d1d23;
    line-height: 1.2em;
    text-align: center;
    position: relative;
    margin-top: -50px;
    padding-bottom: 29px;
    max-width: 145px;
}

.company-benefits-section ul li:not(:last-child) {
    margin-right: 140px;
}

.company-benefits-section ul li:after {
    content: "";
    border-bottom: 1px solid #fff;
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 140px;
    transform: translateX(-50%);
}

.company-benefits-section ul li>div:first-child {
    height: 128px;
    display: flex;
    align-items: end;
    justify-content: center;
    background-color: #fff;
    padding: 5px;
    margin-bottom: 13px;
}


/** Our services **/

.our-services-section {
    padding: 0 0 43px 0;
    overflow: visible;
}

.our-services-item {
    height: 417px;
    position: relative;
    z-index: 1;
    display: block;
    -webkit-box-shadow: 1px 1px 139px 0 rgb(35 31 32 / 9%);
    box-shadow: 1px 1px 139px 0 rgb(35 31 32 / 9%);
}

.our-services-item__image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

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

.our-services-item__content {
    position: absolute;
    left: 66px;
    bottom: 63px;
    z-index: 5;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}

.our-services-item:hover .our-services-item__content {
    bottom: 97px;
}

.our-services-item__title {
    font-weight: 600;
    font-size: 17px;
    line-height: 1.2em;
    position: relative;
    z-index: 1;
}

.our-services-item__title:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 33px;
    top: 50%;
    left: -31px;
    transform: translateY(-50%);
    background: rgb(100, 149, 173);
    background: -moz-linear-gradient(0deg, rgba(100, 149, 173, 1) 0%, rgba(55, 82, 96, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(100, 149, 173, 1) 0%, rgba(55, 82, 96, 1) 100%);
    background: linear-gradient(0deg, rgba(100, 149, 173, 1) 0%, rgba(55, 82, 96, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#6495ad", endColorstr="#375260", GradientType=1);
    z-index: -1;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}

.our-services-item:hover .our-services-item__title:before {
    height: 124px;
    width: 92px;
    transform: translateY(-36%);
}

.our-services-item__more {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em;
    position: relative;
    opacity: 0;
    visibility: hidden;
    margin-bottom: -25px;
    position: relative;
    z-index: 1;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}

.our-services-item:hover .our-services-item__more {
    opacity: 1;
    visibility: visible;
    margin-top: 15px;
}

.our-services-item__title,
.our-services-item__title:hover,
.our-services-item__title:focus,
.our-services-item__more {
    color: #f2f2f2;
}

.our-services-item .our-services-item__more a {
    position: relative;
    z-index: 1;
}

.our-services-item .our-services-item__more a:after {
    content: '';
    border-bottom: 1px solid #f2f2f2;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}

.our-services-item .our-services-item__more a:hover:after,
.our-services-item .our-services-item__more a:focus:after {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

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

.our-services-slide.owl-carousel .owl-dots .owl-dot {
    overflow: hidden;
    border-radius: 50%;
}

.our-services-slide.owl-carousel .owl-dots .owl-dot>span {
    border: 1px solid transparent;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-services-slide.owl-carousel .owl-dots .owl-dot>span:before {
    content: '';
    background-color: #c8e2f1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 7px;
    height: 7px;
}

.our-services-slide.owl-carousel .owl-dots .owl-dot.active>span {
    border-color: #1d1d23;
}

.our-services-slide.owl-carousel .owl-dots .owl-dot.active>span:before {
    background-color: #6495ad;
}

.our-services-slide.owl-carousel .owl-dots .owl-dot:not(:last-child) {
    margin-right: 10px;
}


/** Testimonials **/

.testimonials-section {
    padding: 84px 0;
    overflow: visible;
}

.testimonials-items>.row {
    margin: 0 -38px;
}

.testimonials-item {
    margin-bottom: 30px;
    padding: 0 38px 14px 38px;
    position: relative;
}

.testimonials-item__content {
    padding: 63px 28px 39px 28px;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 13px 1px 95px 0 rgb(35 31 32 / 7%);
    box-shadow: 13px 1px 95px 0 rgb(35 31 32 / 7%);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    overflow: hidden;
    background: #fff;
}

.testimonials-item__content:before {
    content: '';
    width: 57px;
    height: 66px;
    position: absolute;
    top: -15px;
    left: -16px;
    background: #f2f2f2;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.testimonials-item__inner {
    position: relative;
    z-index: 1;
}

.testimonials-item__inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #6190a6;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 51px;
    -moz-border-radius: 51px;
    border-radius: 51px;
    transform: translate(0, 0);
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    z-index: -1;
}

.testimonials-item__content:hover:before {
    background-color: #6495ad;
}

.testimonials-item__inner:hover:before {
    transform: translate(13px, 13px);
}

.testimonials-item__quotation {
    width: 60px;
    height: 56px;
    position: absolute;
    top: 16px;
    left: 12px
}

.testimonials-item__author {
    color: #1d1d23;
    font-size: 18px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 7px;
}

.testimonials-item__date {
    font-weight: 400;
    font-size: 15px;
    color: rgba(66, 76, 81, .67);
    line-height: 1em;
    margin-bottom: 11px;
}

.testimonials-item__desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55em;
    text-align: center;
    color: #92a1b0;
    margin-bottom: 18px;
}

.testimonials-item__rating {
    margin-bottom: 21px;
}

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

.testimonials-item__rating li .ico-star {
    position: relative;
    width: 20px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials-item__rating li .ico-star:before {
    content: "";
    background: url('../images/icons/ico-star.svg') no-repeat top left;
    width: 20px;
    height: 18px;
    display: inline-block;
}

.testimonials-item__rating li.empty .ico-star:before {
    background-image: url('../images/icons/ico-star-empty.svg');
}

.testimonials-item__more a.more-link {
    justify-content: center;
    text-transform: none;
    font-size: 13px;
    color: #1d1d23;
    line-height: 1.1em;
}

.testimonials-item__more a.more-link>span:first-child {
    position: relative;
    display: inline-block;
}

.testimonials-item__more a.more-link>span:first-child:after {
    content: '';
    border-bottom: 1px solid #6495ad;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}

.testimonials-item__more a.more-link:hover,
.testimonials-item__more a.more-link:focus {
    color: #6495ad;
}

.testimonials-item__more a.more-link .more-link__icon {
    width: 27px;
    height: 9px;
}

.testimonials-item__more a.more-link .more-link__icon:before,
.testimonials-item__more a.more-link .more-link__icon:after {
    content: '';
    position: absolute;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    background: url('../images/icons/icons.png') -10px -10px;
    width: 27px;
    height: 9px;
    margin-top: 3px;
}

.testimonials-item__more a.more-link .more-link__icon:after {
    background-position: -57px -10px;
    opacity: 0;
    visibility: hidden;
}

.testimonials-item__more a.more-link:hover .more-link__icon:before {
    opacity: 0;
    visibility: hidden;
}

.testimonials-item__more a.more-link:hover .more-link__icon:after {
    opacity: 1;
    visibility: visible;
}

.testimonials-item__more a.more-link:hover>span:first-child:after,
.testimonials-item__more a.more-link:focus>span:first-child:after {
    opacity: 1;
    visibility: visible;
    width: 100%;
}


/** Latest news **/

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

.actus-item {
    margin-bottom: 30px;
    max-width: 500px;
    width: 100%;
}

.latest-news-section .bloc-title {
    margin-bottom: 62px;
}

.actus-item__img {
    overflow: hidden;
    height: 251px;
    position: relative;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.actus-item__img-inner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.actus-item__content:hover .actus-item__img-inner {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.actus-item__txt {
    background-color: #fff;
    padding: 28px 35px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    position: relative;
    margin: -62px 60px 0 60px;
}

.actus-item__date {
    font-family: 'Sofia Pro', sans-serif;
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    line-height: 1.1em;
    width: 67px;
    height: 67px;
    background: rgb(53, 79, 92);
    background: -moz-linear-gradient(0deg, rgba(53, 79, 92, 1) 0%, rgba(100, 149, 173, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(53, 79, 92, 1) 0%, rgba(100, 149, 173, 1) 100%);
    background: linear-gradient(0deg, rgba(53, 79, 92, 1) 0%, rgba(100, 149, 173, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#354f5c", endColorstr="#6495ad", GradientType=1);
    text-align: center;
    position: absolute;
    top: 33px;
    left: 35px;
    padding: 12px 5px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.actus-item__date .day {
    font-size: 27px;
    line-height: 1em;
}

.actus-item__title a {
    font-family: 'Sofia Pro', sans-serif;
    font-size: 22px;
    font-weight: 900;
    color: #1d1d23;
    line-height: 1.22em;
    display: inline-block;
    margin-bottom: 19px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.actus-item__title a:hover,
.actus-item__title a:focus {
    color: #6495ad;
}


/** Contact infos **/

.contact-infos-section {
    padding: 0;
    overflow: visible;
}

.contact-infos__inner {
    padding: 0 80px;
}

.contact-infos__content {
    background: rgb(53, 79, 92);
    background: -moz-linear-gradient(81deg, rgba(53, 79, 92, 1) 0%, rgba(100, 149, 173, 1) 100%);
    background: -webkit-linear-gradient(81deg, rgba(53, 79, 92, 1) 0%, rgba(100, 149, 173, 1) 100%);
    background: linear-gradient(81deg, rgba(53, 79, 92, 1) 0%, rgba(100, 149, 173, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#354f5c", endColorstr="#6495ad", GradientType=1);
    padding: 55px 40px 49px 40px;
    margin-bottom: -70px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}

.contact-infos__title {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2em;
    position: relative;
    padding-left: 23px;
    margin-right: 100px;
}

.contact-infos__title:before {
    content: '';
    background: rgb(20, 29, 34);
    background: -moz-linear-gradient(0deg, rgba(20, 29, 34, 1) 0%, rgba(100, 149, 173, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(20, 29, 34, 1) 0%, rgba(100, 149, 173, 1) 100%);
    background: linear-gradient(0deg, rgba(20, 29, 34, 1) 0%, rgba(100, 149, 173, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#141d22", endColorstr="#6495ad", GradientType=1);
    width: 3px;
    height: 81px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.contact-infos__link {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2em;
}

.contact-infos__link img {
    margin-bottom: 10px;
}

.contact-infos__link:hover,
.contact-infos__link:focus {
    color: #fff;
}


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


/** Footer column **/

.footer-column {
    padding: 154px 0 36px 0;
}


/** Footer certification insurance **/

.footer-certification-insurance {
    margin-top: 70px;
}

.footer-certification-insurance ul {
    background-color: #fff;
    padding: 5px 35px;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.footer-certification-insurance ul li {
    margin: 5px 43px;
}


/** Footer contact **/

.footer-contact ul li {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    line-height: 1.25em;
    display: flex;
    align-items: center;
}

.footer-contact ul li>div:first-child {
    margin-right: 8px;
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
}

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


/** Footer SEO **/

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

.seo-links a:hover,
.seo-links a:focus {
    color: #fff;
}


/** Footer services **/

.footer-services ul li a {
    font-size: 15px;
    color: #878b91;
    font-weight: 400;
    line-height: 1.2em;
    display: inline-block;
    padding-left: 20px;
    position: relative;
}

.footer-services ul li a:before {
    position: absolute;
    left: 0;
    margin-top: 4px;
    width: 8px;
    height: 8px;
    content: '';
    background-color: #6495ad;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

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

.footer-services ul li a:hover,
.footer-services ul li a:focus {
    color: #fff;
}


/** Footer bottom **/

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .38);
    padding: 41px 0 40px 0;
}

.footer-bottom__inner {
    padding: 0 55px;
}

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

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

.copyright>div>ul:first-child,
.copyright>div:last-child>div:first-child {
    margin-bottom: 4px;
}

.copyright ul,
.copyright ul li {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

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

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

.ban {
    height: 484px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.ban>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 30px;
    object-fit: cover;
}

.ban .title {
    font-size: 70px;
    letter-spacing: 3px;
    color: #f2f2f2;
    line-height: 1.1;
    font-weight: 800;
    font-family: "Sofia Pro";
    text-align: left;
}

.item-contact {
    padding: 60px 20px;
    text-align: center;
    background-color: #f2f2f2;
}

.item-contact:hover {
    background-color: #1d1d23;
}

.item-contact .icon {
    height: 60px;
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
}

.item-contact:hover .icon .hover,
.item-contact .icon .default {
    display: inline-block;
}

.item-contact:hover .icon .default,
.item-contact .icon .hover {
    display: none;
}

.item-contact .title {
    font-size: 24px;
    color: #1d1d23;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 30px;
    font-family: "Sofia Pro";
}

.item-contact .desc {
    opacity: 0.761;
    font-size: 18px;
    color: #1d1d23;
    font-weight: 800;
    line-height: 1.2;
    font-family: "Sofia Pro";
    text-align: center;
}

.item-contact .desc a {
    color: #1d1d23;
}

.item-contact:hover .desc a,
.item-contact:hover .desc,
.item-contact:hover .title {
    color: #fff;
}

.form-contact {
    border-radius: 34px;
    padding: 70px 24px 45px;
    max-width: 1090px;
    position: relative;
    z-index: 2;
    margin: 0 auto -180px;
    background-color: white;
    filter: drop-shadow(0.707px 0.707px 125px rgba(35, 31, 32, 0.08));
}

.form-contact .form-control {
    line-height: 20px;
    padding: 29px 20px;
    border-radius: 5px;
    height: 80px;
    font-size: 16px;
    color: #252a36;
    font-weight: 400;
    font-family: "Montserrat";
    background-color: #fefefe;
    border: 1px solid #e9e9eb;
}

.form-contact textarea.form-control {
    height: 191px;
}

.form-contact .text-cont {
    font-size: 9px;
    line-height: 15px;
    color: #414141;
    font-weight: 400;
    font-family: "Montserrat";
}

.form-contact .text-cont a {
    color: #414141;
    text-decoration: underline;
}

.form-contact .btn-1 {
    width: 100%;
    max-width: 768px;
}

.map-box {
    filter: grayscale(100%);
    height: 575px;
}

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

.page.contact-page .footer-column {
    padding-top: 65px;
}
.bloc-text h2 a, .bloc-text p a, .bloc-text ul li a { font-size: inherit; color: inherit; font-weight: inherit; } 
.bloc-text ul li, .bloc-text ul li { list-style: disc; } 
.bloc-text ul { margin-left: 30px } 
.bloc-text h2:first-of-type img,
.bloc-text p:first-of-type img {
     display: none;
 }
@media (max-width: 575px) {
    #image-gallery .modal-dialog {
        padding: 15px !important;
    }
}
.btn-style-three.actu-b { padding: 5px 20px 5px !important }
#commanderModal .btn,
.modal-footer button.btn-secondary {
    background-color: #6495ad;cursor: pointer;
}
#commanderModal .btn:hover,
.modal-footer button.btn-secondary:hover {
    background-color: #6495ad;
}
#boutique a {
    background-size: cover;background-position: center;
}
.bloc-about {
    padding: 75px 0 50px;
}
input.list-diff {
    vertical-align: middle;
    width: 100%;
    color: #8093a8;
    padding: 10px 15px;
    border-radius: 0;
    font-weight: 400;
    text-transform: inherit;
    border: 1px solid rgba(0, 43, 92, 0.08);
    font-size: 15px;
    outline: none;
    line-height: inherit;
    letter-spacing: 0px;
}
.handle:after {
    background-color: #6495ad !important;
}
.handle {
    transition: 0s;
}
.galerie .item-gal {
    padding:0;
    margin: 0px;   
    background-color: #fff;background-size: cover;background-position: center;
    border: 2px solid #dee2e6;
    border-radius: .25rem;
    height: 200px;position: relative;width: 100%;
}
.galerie .item-gal:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
    padding: 20px;
}
@media (max-width: 991px) {
    .actu-detail img {
        float: none !important;margin: 20px auto !important;display: block !important;
    }
}
@media (max-width: 480px) {
    #projet-detail .col-lg-12, #projet-detail .container {
        padding: 0 15px !important;
    }
}
.galerie .btn-1 {
    background-color: #6495ad80;
}

.tarteaucitronSelfLink {
    display: none !important;
}
