:root {
    --white: #ffffff;
    --black: #282828;
    --yellow: #e3c924;
    --green: #4f6947;
    --grey: #686868;
    --f1: "Montserrat", sans-serif;
    --f2: "Bricolage Grotesque", sans-serif;
    --f-body: normal 16px/24px var(--f1);
    --f-title: 700 42px/52px var(--f1);
    --f-s-title: 700 32px/42px var(--f1);
}

body,
ul,
li,
ol,
form,
h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
p {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

textarea,
select {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    border-radius: 0;
}

* {
    outline: none !important;
}

strong,
b {}

ul {
    list-style-type: none;
}

body {
    font: var(--f-body);
    color: var(--grey);
    background-color: var(--white);
}

body.overflow {
    /*    overflow: hidden;*/
}

body * {
    box-sizing: border-box;
    outline: 0
}

a {
    text-decoration: none;
    outline: none;
    color: var(--grey);
    transition: all ease-in-out .4s
}

img {
    border: none;
}

p {
    margin-bottom: 25px
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/preloader.svg);
    background-size: 140px;
}


/**** CLASS ****/

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pt-130 {
    padding-top: 130px;
}

.pb-130 {
    padding-bottom: 130px;
}

.mt-130 {
    margin-top: 130px;
}

.mb-130 {
    margin-bottom: 130px;
}

.px-25 {
    padding-left: 25px;
    padding-right: 25px;
}

.rounded-40 {
    border-radius: 40px !important;
}

.rounded-30 {
    border-radius: 30px !important;
}

.container {
    max-width: 1317px;
}

.blc-menu .navbar-collapse {
    display: block;
}

.bg-white {
    background-color: var(--white);
}

.bg-dark-blue {
    background-color: var(--dark-blue);
    color: var(--white);
}

.btn-100 {
    padding: 20px 24px 20px 75px;
    font-size: 22px;
    line-height: 24px;
    color: var(--yellow);
    font-weight: 700;
    border-radius: 37px;
    background-color: transparent;
    border: 4px solid var(--yellow);
    text-transform: uppercase;
    position: relative;
    transition: all ease-in-out .4s;
}

.btn-100:hover {
    background-color: var(--yellow);
    color: var(--green);
}

.btn-100 span {
    width: 56px;
    height: 56px;
    background: url(../images/arrow-btn.png)center no-repeat var(--yellow);
    border-radius: 50%;
    position: absolute;
    left: 4px;
    top: 4px;
    transition: all ease-in-out .4s;
}

#supportRdvDiag .btn-100 span {
    width: auto;
    height: auto;
    background: none;
    position: relative;
    left: 0;
    top: 0;
    border-radius: 0;
}

.btn-100:hover span {
    background: url(../images/arrow-btn-yellow.png)center no-repeat var(--green);
}

#supportRdvDiag .btn-100:hover span {
    background: none;
}

.btn-white {
    background: var(--white);
    color: var(--black);
}

.owl-nav span {
    font-size: 0;
}

.owl-nav button {
    width: 80px;
    height: 80px;
    border: 1px solid var(--white) !important;
    border-radius: 17px;
}

.owl-nav button.owl-prev {
    transform: rotate(180deg);
    margin-right: 17px;
}

.title {
    font: var(--f-title);
    margin-bottom: 45px;
    color: var(--black);
}

.s-title {
    font: var(--f-s-title);
    margin-bottom: 45px;
    color: var(--black);
}

.sec-text-img .text h2,
.sec-img-text .text h2,
.inter-titre {
    color: var(--green);
    font-size: 20px;
    font-weight: 700;
}

.owl-dot {
    width: 20px;
    height: 20px;
    background: transparent !important;
    margin: 0 6px !important;
    border-radius: 50%;
    border: 2px solid var(--green) !important;
}

.owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.owl-dot.active {
    background: var(--green) !important;
}


/*HEADER*/

.btn-menu {
    display: none;
}

.main-header {
    padding: 0 50px;
    position: relative;
    z-index: 100;
}

.main-header.sticky {
    position: fixed;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 600ms;
    animation-duration: 600ms;
    z-index: 200;
    width: 100%;
    -webkit-box-shadow: 0px 5px 24px -11px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 5px 24px -11px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 5px 24px -11px rgba(0, 0, 0, 0.33);
    background: var(--white);
    height: 100px;
}

.main-header .blc-top {
    padding: 12px 30px;
}

.main-header.sticky .blc-top {
    display: none !important;
}

.main-header.sticky .blc-menu {
    top: 0;
}

.main-header.sticky .logo {
    width: 210px;
}

.main-header.sticky .logo img {
    width: 100%;
    display: block;
}

.main-header.sticky .logo.logo-sticky {
    display: block;
}

.main-header.sticky .logo:not(.logo-sticky) {
    display: none;
}

.main-header .horaire {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    padding-left: 36px;
    background: url(../images/ico-horaire.svg)left center no-repeat;
    min-height: 27px;
    display: flex;
    align-items: center;
    color: var(--black);
}

.rs a {
    width: 26px;
    height: 26px;
    background-color: var(--green);
    border-radius: 50%;
    display: block;
    margin: 0 6px;
    background-position: center;
    background-repeat: no-repeat;
}

.rs a:hover {
    background-color: var(--black);
}

.rs .fb {
    background-image: url(../images/ico-fb-yellow.svg);
}

.rs .ln {
    background-image: url(../images/ico-linkedin-yellow.svg);
}

.rs .insta {
    /* background-image: url(../images/ico-insta-yellow.svg); */
    display: flex;
    justify-content: center;
    align-items: center;
}

.rs .insta i {
    color: #e3c924;
}

.rs .avis-google {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    color: var(--black);
    padding: 5px 10px;
    min-height: 26px;
    width: auto;
    border-radius: 10px;
    color: #fff;
    white-space: nowrap;
}

.connexion {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    color: var(--black);
    padding-right: 52px;
    background: url(../images/ico-connex.svg)right center no-repeat;
    min-height: 26px;
}

.rs .avis-google:hover,
.connexion:hover {
    color: var(--yellow);
}

.blc-nav>ul>li>a {
    color: var(--white);
    position: relative;
    display: block;
    padding: 25px 0 23px 47px;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    font-family: var(--f1);
    text-transform: uppercase;
    background-position: left center;
    background-repeat: no-repeat;
}

.blc-nav>ul>li>a:hover {
    color: var(--yellow);
}

.blc-nav>ul>li.arch-bio>a {
    background-image: url(../images/ico-nav-arch.svg);
}

.blc-nav>ul>li.renov-energ>a {
    background-image: url(../images/ico-nav-renov.svg);
}

.blc-nav>ul>li.diag-immo>a {
    background-image: url(../images/ico-nav-diag-immo.svg);
}

.blc-nav>ul>li.contact>a {
    background-image: url(../images/ico-nav-contact.svg);
}

.blc-nav>ul>li>a:before {
    z-index: 55;
}

.main-header.sticky .blc-nav>ul>li>a {
    color: var(--black);
}

.blc-nav>ul>li {
    margin-right: 78px;
    position: relative;
    padding: 0;
}


/*.blc-nav>ul>li:last-child{
    margin-right: 0;
}*/

.blc-nav>ul {
    display: flex;
}

.blc-nav .sub-menu {
    width: 290px;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 20;
    display: block;
    background: var(--green);
    visibility: hidden;
    opacity: 0;
    padding: 20px 0 10px;
    transform: translate(0, 10px);
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
    border-radius: 0;
}

.main-header.sticky .blc-nav .sub-menu {
    top: 100px;
}

.blc-nav .sub-menu:before {
    content: "";
    position: absolute;
    display: block;
    width: 0px;
    left: 50%;
    top: -25px;
    border: 15px solid transparent;
    border-bottom: 0;
    border-top: 15px solid var(--white);
    transform: translate(-50%, calc(100% + 5px));
    opacity: 0;
    transition: opacity 200ms ease-in, top 200ms ease-in, visibility 200ms ease-in;
}

.blc-nav .sub-menu li {
    margin-bottom: 7px;
}

.blc-nav .sub-menu a {
    font-weight: 600;
    color: var(--white);
    font-size: 16px;
    position: relative;
    padding: 1px 32px;
    display: block;
    font-family: var(--f1);
}

.blc-nav .sub-menu li {
    position: relative;
}

.blc-nav .sub-menu li:before {
    content: '';
    width: 0;
    height: 56px;
    left: 0;
    background: #bad1d1;
    position: absolute;
    top: -8px;
    transition: all ease-in-out .4s;
}

.blc-nav>ul>li>a:hover,
.blc-nav .sub-menu a:hover {
    color: var(--yellow);
}

.blc-menu {
    position: absolute;
    top: 83px;
    width: calc(100% - 160px);
    left: 0;
    right: 0;
    margin: auto;
}

.blc-menu .logo-sticky {
    display: none;
}

.main-header .blc-top .tel {
    display: none;
}

.main-header .tel {
    color: var(--yellow);
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 10px 40px 10px 80px;
    border: 3px solid var(--yellow);
    border-radius: 33px;
    background: url(../images/ico-tel.svg)35px center no-repeat;
}

.main-header .tel:hover {
    background: url(../images/ico-tel-black.svg)35px center no-repeat var(--yellow);
    color: var(--black);
}

.main-header .tel .content-tel {
    font-size: 22px;
    display: block;
}


/*SECTION BANNER*/

.sec-banner .item {
    background-size: cover;
    max-height: calc(100vh - 101px);
    height: 800px;
    position: relative;
    border-radius: 30px;
    min-height: 500px;
}

.sec-banner .item:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: var(--black);
    opacity: .5;
    top: 0;
    left: 0;
    border-radius: 30px;
}

.sec-banner .content-item {
    position: relative;
    z-index: 5;
    padding: 0 40px;
}

.sec-banner {
    padding: 0 50px;
    text-align: center;
}

.sec-banner .item .blc-btn-100 .btn-100 {
    padding: 9px 24px 7px 75px;
    text-align: left;
    margin: 0 23px;
}

.before-title-banner {
    font-size: 15px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--yellow);
}

.title-banner {
    font-size: 52px;
    line-height: 62px;
    color: var(--white);
    font-weight: 500;
    margin-bottom: 55px;
}


/*SECTION DEMANDE*/

.sec-demande {
    margin-top: -80px;
    position: relative;
    z-index: 100;
}

.sec-demande .container {
    max-width: 1374px;
}

.sec-demande .content-demande {
    background: var(--white);
    padding: 20px 29px 1px;
    border-radius: 30px;
    -webkit-box-shadow: 0px 0px 48px -7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 48px -7px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 48px -7px rgba(0, 0, 0, 0.3);
}

.sec-demande .form-demande {
    width: calc(100% - 339px);
}

.sec-demande .blc-title {
    width: 225px;
}

.sec-demande .before-title-demande {
    font-size: 14px;
    font-weight: 600;
    font-family: var(--f1);
    text-transform: uppercase;
    color: #6d6d6d;
    line-height: 18px;
}

.sec-demande .title-demande {
    font-family: var(--f1);
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    color: var(--black);
}

.sec-demande .title-demande span {
    color: var(--green);
}

.sec-demande .btn-send {
    width: 114px;
    font-size: 18px;
    font-family: var(--f1);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--green);
    height: 114px;
    border-radius: 50%;
    line-height: 18px;
    border: 4px solid var(--green);
    padding: 10px 0 0;
    transition: all ease-in-out .4s;
    background: transparent;
}

.sec-demande .btn-send:hover {
    background: var(--green);
    color: var(--yellow);
}

.sec-demande .btn-send:after {
    content: '';
    width: 13px;
    height: 13px;
    background: url(../images/arrow-send.png)center no-repeat;
    transition: all ease-in-out .4s;
    display: inline-block;
}

.sec-demande .btn-send:hover:after {
    background: url(../images/arrow-send-yellow.png)center no-repeat;
}

.sec-demande .chp input,
.sec-demande .chp select {
    height: 48px;
    background: #f2f2f2;
    width: 100%;
    border-radius: 24px;
    border: none;
    padding: 10px 20px;
}

.sec-demande .chp ::-webkit-input-placeholder {
    opacity: 1;
    color: var(--black);
}

.sec-demande .chp ::-moz-placeholder {
    opacity: 1;
    color: var(--black);
}

.sec-demande .chp ::-ms-input-placeholder {
    opacity: 1;
    color: var(--black);
}

.w-60 {
    width: 60%;
}

.w-40 {
    width: 40%;
}

.sec-demande .chp {
    padding: 0 15px;
    margin-bottom: 20px;
}

.sec-demande .form-demande {
    padding-left: 20px;
    padding-right: 15px;
}


/*SECTION IMG TEXT*/

.sec-img-text,
.sec-text-img {
    position: relative;
    overflow: hidden;
}

.sec-img-text .deco,
.sec-text-img .deco {
    position: absolute;
    top: 50%;
    margin-top: -200px;
}

.sec-img-text .deco.deco-left,
.sec-text-img .deco.deco-left {
    left: -200px;
}

.sec-img-text .deco.deco-right,
.sec-text-img .deco.deco-right {
    right: -200px;
}

.sec-img-text .img {
    width: 45%;
}

.sec-img-text .img img {
    width: 100%;
    display: block;
    border-radius: 30px;
}

.sec-img-text .text {
    width: 55%;
    padding-left: 75px;
}

.sec-img-text .text p:last-child {
    margin-bottom: 0;
}

.sec-text-img .text p:first-of-type img,
.sec-img-text .text p:first-of-type img,
.sec-img-text .text p:nth-child(1) img {
    display: none !important;
}

.before-title {
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--green);
    letter-spacing: 3px;
}


/*SECTION AVANTAGE*/

.sec-avantage {
    position: relative;
    padding-top: 80px;
}

.sec-avantage .bg {
    position: absolute;
    left: 50px;
    width: calc(100% - 100px);
    top: 0;
}

.sec-avantage .bg img {
    width: 100%;
    display: block;
    height: 465px;
    object-fit: cover;
    opacity: .12;
    border-radius: 30px;
}

.sec-avantage .item {
    padding-top: 81px;
}

.sec-avantage .item .inner {
    background: var(--green);
    color: var(--white);
    border-radius: 30px;
    padding: 104px 26px 17px;
    text-align: center;
    position: relative;
    transition: all ease-in-out .4s;
    height: 100%;
}

.sec-avantage .title-item {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: var(--yellow);
    margin-bottom: 30px;
    transition: all ease-in-out .4s;
}

.sec-avantage .item .icon {
    position: absolute;
    width: 162px;
    height: 162px;
    background: var(--yellow);
    border: 20px solid var(--green);
    border-radius: 50%;
    top: -81px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out .4s;
}

.sec-avantage .s-title {
    margin-bottom: 57px;
}

.sec-avantage .item .icon svg path {
    transition: all ease-in-out .4s;
}

.sec-avantage .item:hover .icon svg path {
    fill: var(--yellow);
}

.sec-avantage .item:hover .inner {
    background: var(--yellow);
    color: var(--black);
}

.sec-avantage .item:hover .title-item {
    color: var(--black);
}

.sec-avantage .item:hover .icon {
    background: var(--green);
    border-color: var(--yellow);
}


/*SECTION ACTUS*/

.sec-actus .s-title {
    margin-bottom: 0;
}

.sec-actus .top-actus {
    margin-bottom: 50px;
}

.sec-actus .btn-actus {
    background: var(--yellow);
    display: inline-block;
    padding: 16px 34px 16px 85px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 37px;
    color: var(--black);
    position: relative;
}

.sec-actus .btn-actus span {
    font-size: 16px;
    display: block;
}

.sec-actus .btn-actus:before {
    content: '';
    width: 66px;
    height: 66px;
    position: absolute;
    background: url(../images/ico-actus.svg)center no-repeat var(--green);
    border-radius: 50%;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    transition: all ease-in-out .4s;
}

.sec-actus .btn-actus:hover {
    color: var(--white);
    background: var(--green);
}

.sec-actus .btn-actus:hover:before {
    background: url(../images/ico-actus-green.svg)center no-repeat var(--yellow);
}

.sec-actus .list {
    margin: 0 -15px;
}

.sec-actus .item {
    width: 33.33%;
    padding: 15px;
}

.sec-actus .item .img img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.sec-actus .item .content {
    padding: 0 22px;
    margin-top: -84px;
    position: relative;
    z-index: 5;
}

.sec-actus .item .info-actu {
    background: var(--white);
    border-radius: 30px;
    padding: 27px 20px;
    -webkit-box-shadow: 0px 0px 40px -12px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0px 0px 40px -12px rgba(0, 0, 0, 0.43);
    box-shadow: 0px 0px 40px -12px rgba(0, 0, 0, 0.43);
    min-height: 209px;
    transition: all ease-in-out .4s;
}

.sec-actus .item:hover .info-actu {
    background: var(--green);
    color: var(--white);
}

.sec-actus .item .date {
    color: var(--green);
    font-size: 18px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all ease-in-out .4s;
}

.sec-actus .item .title-actus {
    margin-bottom: 20px;
}

.sec-actus .item .title-actus a {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: var(--black);
}

.sec-actus .item:hover .date {
    color: var(--white);
}

.sec-actus .item:hover .title-actus a {
    color: var(--white);
}

.sec-actus .item .link-actus {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--black);
    display: inline-block;
    padding-right: 18px;
    position: relative;
}

.sec-actus .item .link-actus:after {
    content: '';
    width: 11px;
    height: 9px;
    background: url(../images/arrow-actus.png)center no-repeat;
    position: absolute;
    right: 0;
    top: 8px;
    transition: all ease-in-out .4s;
}

.sec-actus .item:hover .link-actus {
    color: var(--white);
}

.sec-actus .item:hover .link-actus:after {
    background: url(../images/arrow-actus-white.png)center no-repeat;
}


/*PAGE INTERNE*/

.sec-banner-page {
    height: 520px;
    background-size: cover;
    background-position: center;
    max-width: calc(100% - 100px);
    margin: auto;
    border-radius: 30px;
    position: relative;
}

.sec-banner-page:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: var(--black);
    opacity: .5;
    top: 0;
    left: 0;
    border-radius: 30px;
}

.sec-devis .container {
    max-width: 1100px;
}

.sec-devis .content {
    background: var(--white);
    padding: 10px 24px 1px;
    border-radius: 30px;
    position: relative;
    z-index: 40;
    margin-top: -90px;
    -webkit-box-shadow: 0px 0px 48px -7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 48px -7px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 48px -7px rgba(0, 0, 0, 0.3);
}

.sec-devis .title-devis {
    width: 151px;
    font-size: 26px;
    line-height: 28px;
    font-weight: 700;
    color: var(--black);
    text-align: right;
}

.sec-devis .title-devis span {
    color: var(--green);
}

.sec-devis .btn-send {
    width: 92px;
}

.sec-devis .blc-form {
    width: calc(100% - 243px);
    padding: 0 24px 0 15px;
}

.sec-devis .s-title-devis {
    font-size: 14px;
    font-weight: 600;
    color: #909090;
    text-transform: uppercase;
    position: relative;
    padding-left: 52px;
}

.sec-devis .s-title-devis:before {
    content: '';
    width: 100%;
    top: 50%;
    height: 1px;
    background: #909090;
    position: absolute;
    left: 0;
}

.sec-devis .s-title-devis span {
    background: var(--white);
    display: inline-block;
    padding: 0 5px;
    position: relative;
}

.sec-devis .inner-check input {
    position: absolute;
    opacity: 0;
}

.sec-devis .form-check {
    width: 230px;
    padding: 0;
    margin: 0;
}

.sec-devis label {
    display: flex;
    align-items: center;
    background-color: #f2f2f2;
    width: 100%;
    color: var(--black);
    padding: 12px 24px;
    height: 48px;
    border-radius: 24px;
    cursor: pointer;
    transition: all ease-in-out .4s;
}

.sec-devis input:checked+label {
    background-color: #a7b4a3;
}

.sec-devis .form-check:hover label {
    background-color: #a7b4a3;
}

.sec-devis label svg {
    margin-right: 10px;
}

.sec-devis .row-devis {
    margin-bottom: 12px;
}

.sec-devis .btn-send {
    width: 92px;
    height: 92px;
    background: transparent;
    border: 4px solid var(--green);
    color: var(--green);
    font-size: 20px;
    font-weight: 700;
    border-radius: 50%;
    transition: all ease-in-out .4s;
}

.sec-devis .btn-send span {
    width: 13px;
    height: 13px;
    background: url(../images/arrow-send.png)center no-repeat;
    display: inline-block;
    transition: all ease-in-out .4s;
}

.sec-devis .btn-send:hover {
    background: var(--green);
    color: var(--yellow);
}

.sec-devis .btn-send:hover span {
    background: url(../images/arrow-send-yellow.png)center no-repeat;
}

.sec-text-img .text {
    width: 50%;
    padding-right: 45px;
}

.sec-text-img .text ul {
    list-style: disc;
    padding-left: 45px;
    margin-bottom: 25px;
}

.sec-text-img .text ul li {
    margin-bottom: 7px;
}

.sec-text-img .img {
    width: 50%;
}

.sec-text-img .img img {
    width: 100%;
    display: block;
    border-radius: 30px;
}

.sec-services .img img {
    border-radius: 30px;
}

.sec-services .item .inner {
    display: block;
    position: relative;
}

.sec-services .item .inner span {
    display: block;
}

.sec-services .item .inner .content-item {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px;
    text-align: center;
    display: flex;
    align-items: flex-end;
    border-radius: 30px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0.5) 100%);
    text-align: center;
    justify-content: center;
    transition: all ease-in-out .4s;
}

.btn-service {
    position: relative;
    font-size: 24px;
    line-height: 46px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--green);
    display: inline-block;
    background: var(--yellow);
    padding: 7px 24px 7px 60px;
    border-radius: 30px;
    opacity: 0;
    transition: all ease-in-out .4s;
}

.btn-service:before {
    content: '';
    width: 13px;
    height: 13px;
    background: url(../images/arrow-send.png)center no-repeat;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -6px;
}

.btn-service:hover {
    background: var(--green);
    color: var(--yellow);
}

.btn-service:hover:before {
    background: url(../images/arrow-send-yellow.png)center no-repeat;
}

.sec-services .item .title-item {
    color: var(--white);
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    position: absolute;
    top: calc(100% - 100px);
    width: 100%;
    left: 0;
    opacity: 1;
    transition: all ease-in-out .4s;
}

.sec-services .item .inner .content-item:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(79, 105, 71, .7);
    border-radius: 30px;
    opacity: 0;
    transition: all ease-in-out .4s;
}

.sec-services .item:hover .inner .content-item:before {
    opacity: 1;
}

.sec-services .item:hover .title-item {
    top: 30px;
}

.sec-services .item:hover .btn-service {
    opacity: 1;
}

.sec-services {
    padding: 52px 0;
    position: relative;
    margin-bottom: 92px;
}

.sec-services .bg {
    position: absolute;
    top: 0;
    height: 100%;
    width: calc(100% - 100px);
    background-size: cover;
    left: 50px;
    border-radius: 30px;
}

.sec-services .container {
    position: relative;
    z-index: 5;
}

.item-head {
    flex: 1;
    display: flex;
    align-items: center;
}


/*PAGE CONTACT*/

.list-coord .item {
    width: 33.33%;
    min-height: 178px;
    padding: 45px 30px;
    display: flex;
    align-items: center;
    border-right: 2px solid #aaaaaa;
    transition: all ease-in-out .4s;
}

.list-coord .item:first-child {
    border-radius: 30px 0 0 30px;
}

.list-coord .item:last-child {
    border-radius: 0 30px 30px 0;
}

.list-coord .item .icon {
    margin-right: 30px;
    display: block;
}

.list-coord {
    background: var(--white);
    border-radius: 30px;
    -webkit-box-shadow: 0px 0px 48px -7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 48px -7px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 48px -7px rgba(0, 0, 0, 0.3);
}

.sec-coord .content-coord {
    transition: all ease-in-out .4s;
}

.sec-coord .title-coord {
    color: var(--yellow);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 3px;
    transition: all ease-in-out .4s;
}

.list-coord .item.item-tel a {
    font-weight: 700;
}

.sec-coord {
    margin-top: -98px;
    position: relative;
    z-index: 10;
}

.list-coord .item:last-child {
    border: none;
}

.list-coord .item .icon svg path {
    transition: all ease-in-out .4s;
}

.list-coord .item:hover {
    background: var(--yellow);
}

.list-coord .item:hover .title-coord {
    color: var(--green);
}

.list-coord .item:hover .content-coord {
    color: var(--green);
}

.list-coord .item:hover .icon svg path {
    fill: var(--green);
}

.sec-formulaire .blc-form .w-35 {
    width: 35%;
}

.sec-formulaire .blc-form .w-15 {
    width: 15%;
}

.sec-formulaire .form-group {
    padding: 14px;
}

.sec-formulaire .form-group input,
.sec-formulaire .form-group textarea {
    height: 61px;
    background: #f2f2f2;
    border-radius: 30px;
    padding: 15px 25px;
    border: none;
    box-shadow: none;
}

.sec-formulaire .form-group textarea {
    height: 203px;
    resize: none;
}

.sec-formulaire .form-group ::-webkit-input-placeholder {
    opacity: 1;
    color: #838383;
}

.sec-formulaire .form-group ::-moz-placeholder {
    opacity: 1;
    color: #838383;
}

.sec-formulaire .form-group ::-ms-input-placeholder {
    opacity: 1;
    color: #838383;
}

.sec-formulaire .row-form {
    margin: 0 -14px;
}

.sec-formulaire .text-rgpd {
    font-size: 14px;
    color: var(--black);
    margin-top: 12px;
}

.sec-formulaire .captcha {
    margin-right: 40px;
}

.sec-formulaire .form-send {
    margin-top: 35px;
}

.sec-bloctel .img {
    width: 270px;
}

.sec-bloctel .text {
    width: calc(100% - 270px);
    color: #282828;
}

.sec-bloctel .text a {
    color: #282828;
    font-weight: 700;
}

.sec-bloctel .text a:hover {
    color: var(--green);
}

.sec-bloctel .content {
    padding-top: 50px;
    border-top: 1px solid #9f9f9f;
}

.sec-map iframe {
    height: 520px;
    border-radius: 30px;
    width: 100%;
}


/**** FOOTER ****/

.footer .certification {
    background: var(--white);
    padding: 25px 30px;
    -webkit-box-shadow: 0px 0px 40px -12px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 40px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 40px -12px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    position: relative;
    z-index: 5;
}

.certification .title-cert {
    font-size: 26px;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 15px;
}

.certification .title-item {
    text-align: right;
    margin-right: 18px;
}

.footer-top {
    padding: 0 50px;
    margin-top: -80px;
    position: relative;
}

.footer-top .bg {
    background: #282828;
    padding: 195px 0 80px;
    border-radius: 30px;
    color: var(--white);
    font-size: 15px;
    position: relative;
    overflow: hidden;
}

.footer-top .container {
    position: relative;
    z-index: 5;
}

.footer-top a {
    color: var(--white);
}

.footer-top a:hover {
    color: var(--yellow);
}

.footer-top .col-coord {
    width: 40%;
    padding-right: 75px;
}

.footer-top .col-news {
    width: 34%;
    padding-right: 75px;
}

.footer-top .col-services {
    width: 26%;
}

.title-foot {
    font-size: 26px;
    font-weight: 700;
    color: var(--yellow);
    border-bottom: 1px solid var(--yellow);
    padding-bottom: 14px;
    margin-bottom: 40px;
}

.coord-foot {
    margin-bottom: 60px;
}

.coord-foot li {
    margin-bottom: 10px;
}

.coord-foot li span {
    display: inline-block;
    width: 107px;
    font-weight: 700;
}

.coord-foot li a {
    font-weight: 700;
}

.form-newsletter .chp {
    margin-bottom: 22px;
}

.form-newsletter .chp input {
    width: 100%;
    border: none;
    height: 42px;
    background: var(--white);
    border-radius: 21px;
    padding: 10px 15px;
}

.form-newsletter .chp ::-webkit-input-placeholder {
    opacity: 1;
    color: #6d6d6d;
}

.form-newsletter .chp ::-moz-placeholder {
    opacity: 1;
    color: #6d6d6d;
}

.form-newsletter .chp ::-ms-input-placeholder {
    opacity: 1;
    color: #6d6d6d;
}

.form-newsletter .send {
    border: 3px solid var(--white);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 20px;
    width: 100%;
    border-radius: 24px;
    background: none;
    color: var(--white);
    transition: all ease-in-out .4s;
}

.form-newsletter .send:hover {
    background: var(--yellow);
    border-color: var(--yellow);
    color: var(--green);
}

.col-news .text-rgpd {
    margin-top: 26px;
    font-size: 14px;
    line-height: 22px;
}

.col-services a {
    font-weight: 700;
    line-height: 34px;
}

.footer-bottom {
    padding: 35px 0;
    font-size: 15px;
}

.footer-bottom img {
    display: block;
    margin: 0 13px;
    position: relative;
    top: -3px;
}

.footer-bottom a {
    font-weight: 700;
    color: var(--black);
}

.footer-bottom a:hover {
    color: var(--yellow);
}

.deco-foot {
    position: absolute;
    left: -85px;
    top: -50px;
    opacity: .1;
}

.deco-foot img {
    width: 700px;
}

.main-header .item-head.item-horaire {
    display: flex;
}

@media screen and (min-width: 1200px) {
    .blc-nav>ul>li:hover .sub-menu {
        visibility: visible;
        opacity: 1;
        transform: translate(0, 0px);
        z-index: 5;
    }

    .blc-nav>ul>li:hover .sub-menu:before {
        opacity: 1;
        top: -20px;
    }
}

@media screen and (max-width: 1800px) {
    .blc-nav>ul>li {
        margin-right: 38px;
    }

    .main-header .logo {
        width: 280px;
    }

    .main-header .logo img {
        width: 100%;
    }
}

@media screen and (max-width: 1640px) {
    .main-header .tel {
        padding-left: 65px;
        padding-right: 20px;
        background-position-x: 20px;
    }

    .blc-nav>ul>li {
        margin-right: 20px;
    }

    .blc-nav>ul>li>a {
        font-size: 16px;
    }

    .main-header .logo {
        width: 230px;
    }
}

@media screen and (max-width: 1440px) {
    .main-header .tel .content-tel {
        font-size: 20px;
    }

    .sec-banner,
    .main-header {
        padding: 0 40px;
    }

    .blc-menu {
        width: calc(100% - 100px);
    }

    .sec-img-text .deco,
    .sec-text-img .deco {
        display: none;
    }

    .sec-services .item .title-item {
        font-size: 20px;
        line-height: 28px
    }

    .sec-banner-page {
        max-width: calc(100% - 80px);
    }
}

@media screen and (max-width: 1399px) {
    .item-head {
        flex: auto;
    }

    .btn-menu {
        display: block;
        width: 60px;
        height: 60px;
        background: var(--yellow);
        z-index: 100;
        margin-left: 15px;
        position: relative;
    }

    .btn-menu>div {
        width: 25px;
        height: 2px;
        background: var(--black);
        position: absolute;
        top: 50%;
        margin-top: -1px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .btn-menu>div:before {
        content: '';
        width: 100%;
        height: 2px;
        background: var(--black);
        position: absolute;
        top: -8px;
    }

    .btn-menu>div:after {
        content: '';
        width: 100%;
        height: 2px;
        background: var(--black);
        position: absolute;
        top: 8px;
    }

    .btn-menu.active>div {
        height: 0;
    }

    .btn-menu.active>div:before {
        transform: rotate(-45deg);
        top: 0;
        transition: transform ease-in-out 0.4s;
    }

    .btn-menu.active>div:after {
        transform: rotate(45deg);
        top: 0px;
        transition: transform ease-in-out 0.4s;
    }

    .blc-nav {
        display: none;
        position: absolute;
        top: 110%;
        width: calc(100% - 40px);
        background: var(--white);
        z-index: 5;
        left: 0;
        right: 0;
        margin: auto;
        padding: 10px 0;
        -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.22);
        -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.22);
        box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.22);
        max-width: 100%;
    }

    .main-header.sticky .blc-nav {
        top: 99px;
        width: 100%;
        left: 0;
    }

    .blc-nav>ul>li>a,
    .main-header.sticky .blc-nav>ul>li>a {
        color: var(--black);
        padding: 7px 15px 7px 50px;
        font-size: 15px;
        text-align: left;
        background-size: 25px;
        background-position-x: 15px;
    }

    .blc-nav>ul>li>a br {
        display: none;
    }

    .blc-nav>ul {
        display: block;
    }

    .blc-nav>ul>li {
        margin: 0;
    }

    .blc-nav ul>li.menu-item-has-children>a::after {
        background: url(../images/arrow-dropdown-black.svg) center no-repeat;
        right: 15px;
        top: 16px;
        content: '';
        width: 14px;
        height: 9px;
        position: absolute;
        margin-top: 0;
        opacity: 1;
    }

    .blc-nav .sub-menu {
        position: static;
        width: 100%;
        margin: 0;
        opacity: 1;
        visibility: visible;
        background: var(--white);
        transform: translate(0, 0);
        display: none;
        padding: 10px 15px;
        box-shadow: none;
        border: none;
    }

    .blc-nav .sub-menu a {
        padding: 5px 15px;
        border: none;
        color: var(--black);
        font-size: 16px;
    }

    .blc-nav ul>li.menu-item-has-children.active>a::after {
        transform: rotate(180deg);
    }

    .main-header .blc-top .tel {
        display: inline-block;
        background-size: 25px;
        background-position-x: 20px;
        padding-left: 50px;
    }

    .main-header .blc-top .tel .title-tel {
        display: none;
    }

    .main-header .blc-menu .tel {
        display: none;
    }

    .main-header .blc-top {
        padding: 12px 0;
    }

    .title-banner {
        font-size: 40px;
        line-height: 55px;
    }

    .btn-100 {
        font-size: 18px;
    }

    .sec-img-text .text {
        padding-left: 40px;
    }

    :root {
        --f-title: 700 35px / 45px var(--f1);
    }

    .pt-130 {
        padding-top: 80px;
    }

    .pb-130 {
        padding-bottom: 80px;
    }

    .sec-actus,
    .sec-avantage {
        overflow: hidden;
    }

    .sec-actus .item .title-actus a {
        font-size: 20px;
        line-height: 30px;
    }

    .footer-top {
        padding: 0 40px;
        margin-top: 60px;
    }

    .footer-top .bg {
        padding-top: 80px;
    }

    .main-header.sticky .blc-menu {
        padding: 10px 40px;
        width: 100%;
    }

    .list-coord .item {
        padding: 45px 17px;
    }

    .main-header .item-head.item-horaire {
        display: none;
    }
}

@media screen and (max-width: 1200px) {

    .sec-banner,
    .main-header {
        padding: 0 20px;
    }

    .sec-demande .blc-title {
        width: 100%;
        padding: 0 15px;
        text-align: center;
    }

    .title-demande br {
        display: none;
    }

    .sec-demande .btn-send {
        margin: auto;
    }

    .sec-demande .form-demande {
        padding: 0;
        margin-top: 25px;
        width: 100%;
    }

    .sec-demande .content-demande {
        padding: 35px 0;
    }

    .sec-actus .item .img img {
        height: 400px;
    }

    .footer .certification .item {
        width: 50%;
        margin-bottom: 40px;
    }

    .footer .certification {
        padding: 40px 30px 1px;
    }

    .footer-top .col-coord,
    .footer-top .col-news {
        padding-right: 16px;
    }

    .footer-top .col-news {
        width: 28%;
    }

    .footer-top .col-services {
        width: 32%;
    }

    .footer-top {
        padding: 0 20px;
    }

    .sec-devis .content {
        margin-top: 60px;
    }

    .sec-devis .title-devis {
        width: 100%;
        text-align: center;
    }

    .sec-devis .title-devis br {
        display: none;
    }

    .sec-devis .blc-form {
        width: 100%;
    }

    .sec-devis .content {
        padding: 50px 40px;
    }

    .sec-devis .btn-send {
        margin: auto;
    }

    .sec-services .bg {
        left: 0;
        width: 100%;
        border-radius: 0;
    }

    .sec-banner-page {
        max-width: calc(100% - 40px);
    }

    .sec-coord {
        margin-top: 60px;
    }

    .list-coord .item {
        width: 100%;
        border-right: none;
        border-bottom: 2px solid #aaaaaa;
    }

    .list-coord .item:first-child {
        border-radius: 30px 30px 0 0;
    }

    .sec-formulaire {
        overflow: hidden;
    }

    .list-coord .item:last-child {
        border-radius: 0 0 30px 30px;
    }
}

@media screen and (max-width: 1023px) {
    .title-banner {
        font-size: 35px;
        line-height: 45px
    }

    .title-banner br {
        display: none;
    }

    .sec-demande {
        margin-top: 60px;
    }

    .pt-130 {
        padding-top: 60px;
    }

    .pb-130 {
        padding-bottom: 60px;
    }

    .blc-menu {
        width: calc(100% - 80px);
    }

    .sec-img-text .text {
        width: 100%;
        padding: 0;
        margin-top: 50px;
    }

    .sec-img-text .img {
        width: 100%;
    }

    .sec-avantage .bg {
        width: calc(100% - 40px);
        left: 20px;
    }

    .sec-actus .item {
        width: 50%;
    }

    .footer-top .col-foot {
        width: 100%;
        margin-bottom: 60px;
    }

    .footer-top .col-foot:last-child {
        margin-bottom: 0;
    }

    .footer-top .bg {
        padding: 60px 0;
    }

    .sec-banner .item .blc-btn-100 {
        flex-direction: column;
        align-items: center;
    }

    .sec-banner .item .blc-btn-100 .btn-100 {
        margin: 0 0 25px;
    }

    .sec-banner .item .blc-btn-100 .btn-100:last-child {
        margin-bottom: 0;
    }

    .sec-devis .form-check {
        width: 50%;
        padding: 10px;
    }

    .sec-devis .blc-form {
        padding: 0;
    }

    .sec-text-img .text {
        width: 100%;
        padding: 0;
        margin-bottom: 25px;
    }

    .sec-text-img .img {
        width: 100%;
    }

    .sec-banner-page {
        height: 400px;
    }

    .sec-formulaire .blc-form .w-35 {
        width: 50%;
    }

    .sec-formulaire .blc-form .w-15 {
        width: 50%;
    }

    .sec-formulaire .form-group.w-50 {
        width: 100% !important;
    }

    .container,
    .container-md,
    .container-sm {
        padding: 0 40px;
    }
}

@media screen and (max-width: 991px) {
    .main-header .rs .avis-google {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .btn-100 {
        font-size: 12px;
    }

    .main-header .blc-top .tel {
        border: none;
        background-position-x: 0;
        border-radius: 0;
        padding-left: 23px;
        padding-right: 0;
        background-size: 20px;
    }

    .main-header .tel .content-tel {
        font-size: 14px;
    }

    .connexion {
        padding-right: 45px;
    }

    .title-banner {
        font-size: 25px;
        line-height: 35px;
    }

    .sec-banner .item {
        height: 650px;
        max-height: unset;
        min-height: 550px;
        padding-top: 90px;
        border-radius: 0;
    }

    .main-header .logo {
        width: 140px;
    }

    .sec-banner {
        padding: 0;
    }

    .sec-banner .item:before {
        border-radius: 0;
    }

    .blc-menu {
        width: calc(100% - 40px);
    }

    .sec-demande .chp {
        width: 100% !important;
    }

    :root {
        --f-title: 700 28px / 35px var(--f1);
        --f-s-title: 700 26px / 30px var(--f1)
    }

    .title {
        margin-bottom: 30px;
    }

    .sec-avantage {
        padding-top: 60px;
    }

    .sec-avantage .item .inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .sec-actus .blc-title {
        width: 100%;
        margin-bottom: 25px;
    }

    .sec-actus .item {
        width: 100%;
    }

    .sec-actus .item:not(:last-child) {
        margin-bottom: 25px;
    }

    .footer .certification {
        padding: 40px 20px 1px;
    }

    .footer .certification .item {
        width: 100%;
    }

    .certification .title-item {
        width: 100%;
        margin: 0 0 15px;
        text-align: center;
    }

    .certification .img {
        text-align: center;
        width: 100%;
    }

    .title-foot {
        margin-bottom: 25px;
    }

    .blc-nav {
        width: 100%;
        left: 0;
    }

    .main-header.sticky .blc-menu {
        padding: 10px 20px;
    }

    .main-header.sticky .logo {
        width: 140px;
    }

    .main-header.sticky {
        height: 80px;
    }

    .main-header.sticky .blc-nav {
        top: 79px;
    }

    .blc-nav>ul>li>a,
    .main-header.sticky .blc-nav>ul>li>a {
        font-size: 14px;
    }

    .title-banner {
        margin-bottom: 30px;
    }

    .sec-devis .content {
        padding: 50px 20px;
    }

    .sec-devis .form-check {
        width: 100%;
    }

    .sec-devis .form-check {
        padding: 10px 0;
    }

    .sec-services .list {
        padding: 0 15px;
    }

    .sec-services {
        margin-bottom: 60px;
    }

    .sec-banner-page {
        max-width: 100%;
        border-radius: 0;
        height: 300px;
    }

    .sec-banner-page:before {
        border-radius: 0;
    }

    .list-coord .item .icon {
        margin-right: 10px;
    }

    .sec-coord .content-coord br {
        display: none;
    }

    .sec-formulaire .blc-form .w-35,
    .sec-formulaire .blc-form .w-15 {
        width: 100%;
    }

    .sec-formulaire .form-send {
        flex-direction: column;
    }

    .sec-formulaire .captcha {
        margin: 0 0 25px;
    }

    .sec-bloctel .img {
        width: 100%;
    }

    .sec-bloctel .text {
        width: 100%;
    }

    .sec-bloctel .img {
        margin-bottom: 25px;
    }

    .sec-map iframe {
        height: 350px;
    }

    .list-coord .item {
        padding: 25px 15px;
        min-height: inherit;
    }

    .container,
    .container-md,
    .container-sm {
        padding: 0 40px;
    }

    .-ity- {
        display: flex;
        flex-direction: column;
    }
}