:root {
    --white: #ffffff;
    --black: #151617;
    --grey: #505050;
    --yellow: #e7a00d;
    --f1: "Archivo", sans-serif;
    --f2: "Inter", sans-serif;
    --f3: "Prompt", sans-serif;
    --f-body: normal 16px/24px "Archivo", sans-serif;
    --f-title: 700 36px/36px "Archivo", sans-serif;
}

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;
}

input,
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(--black);
    background-color: var(--white);
}

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

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

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

img {
    border: none;
}

p {
    margin-bottom: 25px;
    color: var(--grey);
}


/**** 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-150 {
    padding-top: 150px;
}

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

.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: 1197px;
}

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

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

.btn {
    padding: 19px 40px;
    font-size: 18px;
    line-height: 24px;
    color: var(--white);
    font-weight: 400;
    border-radius: 32px;
    background-color: var(--yellow);
    text-transform: uppercase;
    transition: all ease-in-out .4s;
    display: inline-flex;
    align-items: center;
}

.btn span {
    margin-right: 10px;
}

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

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

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

.btn-submit {
    position: relative;
    background: #04171a;
    color: var(--white);
    display: inline-flex;
    align-items: center;
}

.btn-submit:after {
    content: '';
    width: 14px;
    height: 12px;
    background: url(../images/arrow-btn.svg)center no-repeat;
    display: block;
    margin-left: 12px;
    margin-top: 2px;
}

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

.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.owl-dot {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid transparent !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-dot.active {
    border-color: var(--white) !important;
}

.owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid var(--white);
}

.sect-title h1 { text-align: left; }
.sect-title h1,
.sect-title .h1,
.title {
    font: var(--f-title);
    margin-bottom: 32px;
}

.sect-title .sub-title,
.before-title {
    font-size: 20px;
    text-transform: uppercase;
    color: var(--yellow);
    margin-bottom: 17px;
}

h2,
.s-title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 35px;
}


/*HEADER*/

.main-header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 50;
}

.main-header.sticky {
    position: fixed;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 600ms;
    animation-duration: 600ms;
    z-index: 100;
    width: 100%;
    background-color: var(--black);
    -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);
}

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

.blc-top {
    padding: 10px 0;
}

.blc-top .container {
    max-width: 1848px;
}

.blc-top .tel {
    padding: 11px 20px;
    background-color: var(--yellow);
    border-radius: 24px;
    margin-right: 20px;
    display: inline-flex;
    align-items: center;
}

.blc-top .tel svg path,
.blc-top .connexion svg path,
.blc-top .btn-devis svg path,
.blc-top .btn-menu svg path {
    transition: all ease-in-out .4s;
}

.blc-top .connexion {
    padding: 9px 20px;
    border: 2px solid var(--yellow);
    border-radius: 24px;
    display: inline-flex;
    align-items: center;
}

.blc-top .connexion svg path,
.blc-top .btn-menu svg path {
    fill: #e7a00d;
}

.blc-top .connexion span,
.blc-top .btn-menu span,
.blc-top .tel span,
.blc-top .btn-devis span {
    margin-right: 10px;
}

.blc-top .btn-menu {
    padding: 9px 20px;
    border: 2px solid var(--yellow);
    border-radius: 24px;
    display: inline-flex;
    margin-right: 20px;
    align-items: center;
}

.blc-top .btn-devis {
    padding: 11px 20px;
    background-color: var(--yellow);
    border-radius: 24px;
    display: inline-flex;
    align-items: center;
}


/**** MENU BURGER ****/

.menu-burger.active .close-box {
    transform: scaleX(1);
}

.close-box {
    transform: scaleX(0);
    transition: 0.5s;
    transform-origin: right center;
    position: absolute;
    right: 100%;
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    z-index: 10;
    cursor: pointer;
}

.menu-burger {
    position: fixed;
    width: 384px;
    height: 100vh;
    top: 0;
    background: var(--white);
    right: 0;
    padding: 100px 35px 70px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
}

.menu-burger.active {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.logo-burger {
    width: 275px;
    margin: 0 auto 124px;
    display: block;
}

.logo-burger img {
    width: 100%;
    display: block;
}

.blc-top .menu-burger .tel {
    font-size: 22px;
    padding: 17px 35px;
    margin: 0;
    border-radius: 32px;
    font-weight: 700;
}

.blc-top .menu-burger .tel svg {
    margin-right: 13px;
}

.blc-menu>ul>li>a {
    font-size: 20px;
    line-height: 20px;
    color: var(--black);
    padding: 17px 0;
    display: block;
    border-bottom: 1px solid var(--yellow);
}

.blc-menu>ul>li:last-child>a {
    border-bottom: none;
}

.blc-menu>ul>li.menu-item-has-children>a {
    position: relative;
}

.sub-menu {
    padding-top: 20px;
}

.sub-menu a {
    color: var(--black);
}

.blc-menu>ul>li.menu-item-has-children>a:after {
    content: '';
    width: 20px;
    height: 11px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    background: url(../images/arrow-down-yellow.svg)center no-repeat;
    background-size: cover;
}

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

.blc-menu>ul>li {
    border-bottom: 1px solid var(--beige);
}

.sub-menu {
    display: none;
    padding-bottom: 7px;
    padding-left: 20px;
}

.sub-menu li {
    margin-bottom: 10px;
}

.inner-burger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    overflow: auto;
}

.menu-burger .btn {
    width: 100%;
    margin-top: 28px;
    max-width: 248px;
}

.menu-burger .btn svg {
    min-width: 21px;
}

.icon-close {
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../images/ico-close.svg)center no-repeat;
    left: 35px;
    top: 40px;
    cursor: pointer;
}


/**** SECTION BANNER ****/

.sec-banner .item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: calc(100vh - 165px);
    min-height: 600px;
    z-index: 1;
}

.sec-banner .item .back-slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    object-fit: cover;
}

.sec-banner .item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -1;
    opacity: .6;
}

.sec-banner .item .container {
    position: relative;
    z-index: 10;
}

.sec-banner .before-title {
    text-transform: inherit;
    font-size: 30px;
    line-height: 30px;
}

.title-banner {
    font-size: 65px;
    line-height: 65px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 30px;
}

.sec-banner .owl-dots {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
}

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


/***** SECTION DEVIS *****/

.sec-devis {
    background-color: var(--yellow);
    padding: 14px 0 27px;
}

.sec-devis-page.sec-devis {
    background-color: #f9f2e1;
}

.sec-devis .title {
    font-size: 30px;
    margin-bottom: 13px;
}

.sec-devis .blc-form {
    padding-right: 48px;
    position: relative;
}

.sec-devis .col-form {
    width: 50%;
}

.sec-devis .blc-send {
    position: absolute;
    right: 0;
    bottom: 0;
}

.btn-submit {
    width: 46px;
    height: 46px;
    background: url(../images/arrow-white.svg)center no-repeat var(--black);
    border: none;
    border-radius: 50%;
}

.btn-submit:hover {
    background: url(../images/arrow-black.svg)center no-repeat var(--white);
}

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

.title-devis {
    text-transform: uppercase;
    color: var(--black);
    margin-bottom: 5px;
}

.title-devis strong {
    color: var(--white);
}

.sec-devis-page .title-devis strong {
    color: var(--yellow);
}

.sec-devis.sec-devis-page .form-check-input {
    background-color: var(--black);
}

.sec-devis.sec-devis-page .form-check-label {
    color: var(--white);
}

.sec-devis .form-check-input {
    width: 170px;
    height: 46px;
    border-radius: 23px;
    background: var(--white);
    box-shadow: none;
    margin: 0;
    float: none;
    border: none;
    cursor: pointer;
}

.sec-devis .inner-check {
    position: relative;
    cursor: pointer;
}

.sec-devis .form-check-label {
    position: absolute;
    top: 0;
    left: 14px;
    color: var(--black);
    display: inline-flex;
    align-items: center;
    background-position: left center;
    background-repeat: no-repeat;
    height: 100%;
    font-size: 16px;
    cursor: pointer;
}

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

.sec-devis .form-check:hover .form-check-input {
    background: var(--black);
}

.sec-devis-page.sec-devis .form-check:hover .form-check-input {
    background-color: var(--yellow);
}

.sec-devis .form-check:hover .form-check-label {
    color: var(--white);
}

.sec-devis .form-check .form-check-label:before {
    margin-right: 8px;
}

.sec-devis .form-check.vente .form-check-label:before {
    content: url(../images/icone-devis-vente.svg);
}

.sec-devis-page.sec-devis .form-check.vente .form-check-label:before {
    content: url(../images/icone-devis-vente-yellow.svg);
}

.sec-devis .form-check .form-check-input:checked {
    background-color: var(--black);
}

.sec-devis-page.sec-devis .form-check .form-check-input:checked {
    background-color: var(--yellow);
}

.sec-devis .form-check .form-check-input:checked+.form-check-label {
    color: var(--white);
}

.sec-devis .form-check.vente .form-check-input:checked+.form-check-label:before,
.sec-devis .form-check.vente:hover .form-check-label:before {
    content: url(../images/icone-devis-vente-white.svg);
}

.sec-devis .form-check.location .form-check-label:before {
    content: url(../images/icone-devis-location.svg);
}

.sec-devis-page.sec-devis .form-check.location .form-check-label:before {
    content: url(../images/icone-devis-location-yellow.svg);
}

.sec-devis .form-check.location .form-check-input:checked+.form-check-label:before,
.sec-devis .form-check.location:hover .form-check-label:before {
    content: url(../images/icone-devis-location-white.svg);
}

.sec-devis .form-check.autre .form-check-label:before {
    content: url(../images/icone-devis-autre.svg);
}

.sec-devis-page.sec-devis .form-check.autre .form-check-label:before {
    content: url(../images/icone-devis-autre-yellow.svg);
}

.sec-devis .form-check.autre .form-check-input:checked+.form-check-label:before,
.sec-devis .form-check.autre:hover .form-check-label:before {
    content: url(../images/icone-devis-autre-white.svg);
}

.sec-devis .form-check.maison .form-check-label:before {
    content: url(../images/icone-devis-maison.svg);
}

.sec-devis-page.sec-devis .form-check.maison .form-check-label:before {
    content: url(../images/icone-devis-maison-yellow.svg);
}

.sec-devis .form-check.maison .form-check-input:checked+.form-check-label:before,
.sec-devis .form-check.maison:hover .form-check-label:before {
    content: url(../images/icone-devis-maison-white.svg);
}

.sec-devis .form-check.appartement .form-check-label:before {
    content: url(../images/icone-devis-appartement.svg);
}

.sec-devis-page.sec-devis .form-check.appartement .form-check-label:before {
    content: url(../images/icone-devis-appartement-yellow.svg);
}

.sec-devis .form-check.appartement .form-check-input:checked+.form-check-label:before,
.sec-devis .form-check.appartement:hover .form-check-label:before {
    content: url(../images/icone-devis-appartement-white.svg);
}

.sec-devis .form-check.autre-bien .form-check-label:before {
    content: url(../images/icone-devis-type-autre.svg);
}

.sec-devis-page.sec-devis .form-check.autre-bien .form-check-label:before {
    content: url(../images/icone-devis-type-autre-yellow.svg);
}

.sec-devis .form-check.autre-bien .form-check-input:checked+.form-check-label:before,
.sec-devis .form-check.autre-bien:hover .form-check-label:before {
    content: url(../images/icone-devis-type-autre-white.svg);
}


/**** SECTION INTRO ****/

.sec-intro .img {
    width: 44%;
}

.sec-intro .img img {
    max-width: 100%;
    display: block;
}

.sec-intro .top-img {
    padding-left: 52px;
    margin-bottom: 30px;
    position: relative;
}

.sec-intro .img2 {
    padding-right: 15px;
}

.sec-intro .img3 {
    padding-left: 15px;
}

.sec-intro .deco {
    width: 118px;
    height: 118px;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -59px;
}

.sec-intro .text {
    width: 56%;
    padding-left: 45px;
    text-align: justify;
}
.text p img,
.text h2 img {
    display: none;
}
.col-text p img,
.col-text h2 img {
    display: none;
}

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

.sec-intro .row-bottom {
    margin-bottom: 80px;
}

.sec-intro .row-bottom p {
    font-family: var(--f2);
}


/**** SECTION SERVICES ****/

.sec-services {
    padding: 75px 0;
    background: url(../images/back-serv.jpg) center/cover no-repeat;
}

.sec-services .before-title {
    color: var(--white);
}

.sec-services .title {
    color: var(--white);
}

.sec-services .container {
    max-width: 1600px;
}

.sec-services .item {
    padding: 0 14px;
}

.sec-services .item .img img {
    filter: grayscale(100%);
    transition: all ease-in-out .4s;
}

.sec-services .item:hover .img img {
    filter: grayscale(0);
}

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

.sec-services .inner-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
}

.sec-services .content {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: var(--white);
    width: 246px;
    height: 224px;
    padding: 30px 32px;
}

.sec-services .before-title-item {
    font-size: 18px;
    text-transform: uppercase;
    color: var(--yellow);
    margin-bottom: 20px;
    padding-left: 26px;
    position: relative;
}

.sec-services .before-title-item:before {
    content: '';
    width: 20px;
    height: 2px;
    background-color: var(--yellow);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
}

.sec-services .title-item {
    font-size: 28px;
    font-weight: 700;
}

.sec-services .icon-item {
    width: 80px;
    height: 80px;
    background-color: var(--yellow);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.sec-services .icon-item img {
    width: auto;
}


/**** SECTION ATOUT ****/

.sec-atout {
    padding: 61px 0;
    background-color: #f9f2e1;
}

.sec-atout .container {
    max-width: 1660px;
}

.sec-atout .title-item {
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    margin-left: 15px;
}


/****SECTION TEMOIGNAGE ****/

.link {
    color: var(--yellow);
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    padding-right: 35px;
    position: relative;
}

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

.list-temoignage {
    margin: 0 -14px 55px;
}

.list-temoignage .item {
    width: 33.33%;
    padding: 0 14px;
}

.list-temoignage .item .inner-item {
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 51px 30px 43px;
    position: relative;
}

.list-temoignage .item .name {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 5px;
}

.list-temoignage .stars {
    font-size: 22px;
    color: #cacaca;
    margin-bottom: 15px;
}

.list-temoignage .stars i {
    margin: 0 1px;
}

.list-temoignage .stars .active {
    color: var(--yellow);
}

.list-temoignage .item .name span {
    text-transform: uppercase;
}

.list-temoignage .date {
    font-size: 16px;
    color: #999999;
    font-style: italic;
    margin-bottom: 5px;
}

.list-temoignage .text {
    font-family: var(--f2);
    font-size: 14px;
    line-height: 23px;
    color: #5d5d5d;
}

.list-temoignage .deco {
    width: 60px;
    height: 70px;
    background-color: var(--yellow);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px 0 0 0;
    padding-top: 4px;
}

.sec-temoignage .title {
    margin-bottom: 40px;
}

.sec-temoignage {
    overflow: hidden;
}


/**** SECTION PARTENAIRES ****/

.sec-partenaire .before-title span {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--white);
    position: relative;
}

.sec-partenaire .before-title {
    position: relative;
}

.sec-partenaire .item {
    margin: 10px 0;
}

.sec-partenaire .before-title:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: var(--yellow);
    position: absolute;
    top: 50%;
    left: 0;
}


/**** SECTION ACTUALITE ****/

.sec-actus {
    background-color: #f9f2e1;
    overflow: hidden;
}

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

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

.sec-actus .item .inner-item {
    background-color: var(--white);
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
}

.sec-actus .item .img {
    width: 229px;
    display: block;
}

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

.sec-actus .item .text {
    width: calc(100% - 229px);
    padding: 40px 25px 28px 25px;
}

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

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

.sec-actus p {
    line-height: 30px;
    margin-bottom: 32px;
}


/**** SECTION CTA ****/

.sec-cta {
    background-color: var(--yellow);
    color: var(--white);
}

.sec-cta .inner-cta {
    padding: 54px 373px 54px 0;
    position: relative;
}

.sec-cta .title {
    margin-bottom: 23px;
}

.sec-cta p {
    font-size: 18px;
    line-height: 20px;
    color: var(--white);
}

.sec-cta .img {
    position: absolute;
    right: 80px;
    bottom: 20px;
}


/**** PAGE CONTACT ****/

.sec-banner-page {
    height: 520px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 144px;
}

.sec-banner-page::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000000;
    opacity: .6;
}

.sec-banner-page .container {
    position: relative;
}

.sec-banner-page .title-banner {
    margin-bottom: 0;
    text-align: center;
}

.sec-intro-contact {
    padding-bottom: 20px;
}

.sec-intro-contact .title {
    margin-bottom: 25px;
}

.sec-intro-contact strong {
    color: var(--yellow);
}

.sec-coord .inner-coord {
    background-color: var(--black);
    color: var(--white);
    padding: 55px 25px;
}

.sec-coord .item {
    font-size: 23px;
    line-height: 24px;
    padding-left: 82px;
    position: relative;
    margin-right: 45px;
}

.sec-coord .item:last-child {
    margin-right: 0;
}

.sec-coord .item strong,
.sec-coord .item a {
    font-weight: 900;
    display: block;
}

.sec-coord .item:before {
    content: '';
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: var(--yellow);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -35px;
}

.sec-coord .item.adr:before {
    background-image: url(../images/ico-adr.svg);
}

.sec-coord .item.tel:before {
    background-image: url(../images/ico-tel-white.svg);
    background-size: 35px;
}

.sec-coord .item.mail:before {
    background-image: url(../images/ico-mail.svg);
}

.sec-coord {
    padding-bottom: 45px;
}

.sec-formulaire .form-control {
    height: 54px;
    border: 1px solid var(--black);
    border-radius: 0;
    box-shadow: none;
    padding: 25px 22px;
}

.sec-formulaire textarea.form-control {
    height: 236px;
}

.sec-formulaire .form-control:focus {
    border-color: var(--yellow);
    background-color: #f9f2e1;
}

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

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

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

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

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

.blc-rgpd .text-rgpd {
    width: calc(100% - 310px);
}

.blc-rgpd .text-rgpd p {
    color: #333333;
    font-family: var(--f2);
    font-size: 13px;
    line-height: 14px;
    padding-right: 15px;
}

.captcha {
    width: 227px;
}

.blc-rgpd {
    margin-bottom: 10px;
}

.blc-bloctel {
    background-color: var(--white);
    max-width: 835px;
    margin: 0 auto -42px;
    padding: 24px 0;
    -webkit-box-shadow: 0px 0px 14px -3px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 0px 14px -3px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 0px 14px -3px rgba(0, 0, 0, 0.22);
    position: relative;
    z-index: 30;
}

.bloctel {
    width: 260px;
    padding: 0 20px 0 55px;
    position: relative;
}

.bloctel:after {
    content: '';
    width: 1px;
    height: 51px;
    background-color: #bbbbbb;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
    border-radius: 5px;
}

.blc-bloctel .text {
    width: calc(100% - 260px);
    font-size: 13px;
    line-height: 14px;
    color: #333333;
    padding: 0 17px;
}

.blc-bloctel .text a {
    color: var(--yellow);
    font-weight: 700;
}

.sec-map {
    padding-top: 42px;
}

.map iframe {
    width: 100%;
    display: block;
    height: 400px;
}


/**** PAGE INTERNE ****/

.sec-text-image .col-text {
    width: 56.5%;
    padding-right: 61px;
    text-align: justify;
}

.sec-text-image .col-img {
    width: 43.5%;
}

.sec-text-image .col-img img {
    width: 100%;
    display: block;
}

.sec-text-image {
    padding: 100px 0;
}

.sec-text-image .title {
    margin-bottom: 55px;
}

.deco-banner {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: var(--yellow);
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: auto;
}

.deco-banner img {
    width: 50px;
}


/**** FOOTER ****/

.footer {
    background: url(../images/deco-foot.svg)-65px bottom no-repeat var(--black);
    color: var(--white);
    padding: 40px 0;
    background-size: 477px;
}

.logo-foot {
    display: inline-block;
    margin-bottom: 45px;
}

.title-foot {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    color: var(--yellow);
    margin-bottom: 30px;
}

.footer .col-info {
    width: 26%;
}

.footer .col-service {
    width: 27%;
}

.footer .col-cert {
    width: 22%;
}

.footer .col-news {
    width: 25%;
}

.footer .col-info li {
    margin-bottom: 10px;
}

.footer .arobiz img {
    display: block;
    margin-top: 10px;
}

.footer .col-service li {
    margin-bottom: 10px;
}

.footer .col-cert img {
    display: block;
    margin-bottom: 40px;
}

.footer .col-news p {
    color: var(--white);
    line-height: 18px;
}

.footer .col-news .form-control {
    height: 65px;
    border-radius: 32.5px;
    border: none;
    font-size: 18px;
    padding: 20px 36px;
}

.footer .col-news .form-group ::-webkit-input-placeholder {
    opacity: 1;
    color: #5f5f5f;
}

.footer .col-news .form-group ::-moz-placeholder {
    opacity: 1;
    color: #5f5f5f;
}

.footer .col-news .form-group ::-ms-input-placeholder {
    opacity: 1;
    color: #5f5f5f;
}

.footer .col-news .form-group {
    margin-bottom: 10px;
}

.footer .col-news .btn {
    width: 100%;
    justify-content: center;
    text-transform: inherit;
    font-weight: bold;
}

.footer .col-news .btn:hover {
    background-color: var(--white);
    color: var(--black);
}

.footer .col-news .btn svg path {
    transition: all ease-in-out .4s;
}

.footer .col-news .btn:hover svg path {
    fill: var(--black);
}

.text-rgpd {
    font-family: var(--f2);
    font-size: 13px;
    line-height: 16px;
    margin-top: 8px;
    text-align: justify;
}

.row-useful-link {
    margin-top: 45px;
}

.useful-link a {
    color: var(--white);
}

.useful-link {
    color: var(--yellow);
}

.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;
}

@media screen and (min-width: 1200px) {
    .logo {
        margin-right: 70px;
    }
    .blc-top .tel:hover,
    .blc-top .btn-devis:hover {
        background-color: var(--white);
        color: var(--black);
    }
    .blc-top .menu-burger .tel:hover {
        background-color: var(--black);
        color: var(--white);
    }
    .blc-top .tel:hover svg path,
    .blc-top .btn-devis:hover svg path {
        fill: var(--yellow);
    }
    .blc-top .connexion:hover,
    .blc-top .btn-menu:hover {
        background-color: var(--yellow);
    }
    .blc-top .connexion:hover svg path,
    .blc-top .btn-menu:hover svg path {
        fill: var(--white);
    }
    .link:hover:after {
        right: -4px;
    }
    .footer a:hover,
    .sec-coord .item a:hover {
        color: var(--yellow);
    }
}

@media screen and (max-width: 1439px) {
    .pt-150 {
        padding-top: 100px;
    }
    .pb-150 {
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 1200px) {
    .logo img {
        width: 200px;
    }
    .main-header.sticky .logo img {
        width: 150px;
    }
    .title-banner {
        font-size: 45px;
        line-height: 55px;
    }
    .sec-devis .col-form {
        width: 100%;
        margin-bottom: 25px;
    }
    .sec-devis .form-check {
        width: 33.33%;
    }
    .sec-devis .form-check-input {
        width: 100%;
    }
    .sec-devis .blc-form {
        padding-right: 0;
    }
    .sec-devis .blc-send {
        position: static;
    }
    .sec-devis .form-check:last-child {
        padding-right: 0;
    }
    .sec-atout {
        padding: 40px 0 15px;
    }
    .sec-atout .item {
        width: 50%;
        margin-bottom: 25px;
    }
    .sec-atout .title-item {
        font-size: 20px;
    }
    .sec-atout .icon img {
        width: 50px;
    }
    .title-foot {
        font-size: 25px;
        line-height: 28px;
    }
     :root {
        --f-title: 700 28px/32px "Archivo", sans-serif;
    }
    .sec-coord .inner-coord {
        flex-wrap: wrap !important;
    }
    .sec-coord .item {
        width: 100%;
        min-height: 70px;
        margin: 0 0 25px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .sec-text-image {
        padding: 80px 0 50px;
    }
}

@media screen and (max-width: 1023px) {
    .blc-top .btn-menu {
        margin-right: 0;
    }
    .blc-top .btn-devis {
        display: none;
    }
    .blc-top .tel .blc-bloctel {
        margin: 0 auto 40px;
        max-width: calc(100% - 30px);
    }
    .sec-formulaire {
        overflow: hidden;
    }
    .blc-top .menu-burger .tel {
        display: inline-flex;
    }
}

@media screen and (max-width: 991px) {
    .blc-top .blc-left .connexion,
    .blc-top .blc-left .tel {
        font-size: 0;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .blc-top .blc-left .connexion span,
    .blc-top .blc-left .tel span {
        margin: 0;
    }
    .sec-intro .text {
        width: 100%;
        padding: 40px 0 0;
    }
    .sec-intro .img {
        margin: auto;
        width: auto;
    }
    .list-temoignage .item {
        width: 100%;
        margin-bottom: 20px;
    }
    .list-temoignage {
        margin-bottom: 30px;
    }
    .list-partenaire {
        justify-content: center !important;
    }
    .sec-actus .item {
        width: 100%;
        margin-bottom: 20px;
    }
    .sec-actus .list-actus {
        margin-bottom: 25px;
    }
    .sec-cta .img {
        right: 0;
    }
    .sec-cta .inner-cta {
        padding-right: 300px;
    }
    .footer .col-foot {
        width: 100%;
        margin-bottom: 40px;
    }
    .footer .col-cert {
        margin-bottom: 0;
    }
    .footer .col-news {
        max-width: 415px;
    }
    .title-foot {
        margin-bottom: 20px;
    }
    .row-useful-link {
        margin-top: 0;
    }
    .footer {
        background-image: none;
    }
    .sec-text-image .col-text {
        width: 100%;
        padding-right: 0;
    }
    .sec-text-image .col-img {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .blc-top .btn-menu {
        font-size: 0;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .blc-top .connexion span,
    .blc-top .btn-menu span {
        margin: 0;
    }
    .blc-top .btn-menu {
        margin: 0;
    }
    .logo img,
    .main-header.sticky .logo img {
        width: 140px;
    }
    .title-banner {
        font-size: 30px;
        line-height: 35px;
    }
    .sec-banner .before-title {
        font-size: 25px;
        line-height: 25px;
    }
    .sec-devis .form-check {
        width: 100%;
        padding: 0 0 15px 0;
    }
    .sec-devis .col-form {
        margin-bottom: 15px;
    }
    .title-devis {
        margin-bottom: 10px;
    }
    .sec-devis .blc-send {
        margin: auto;
    }
    .sec-devis .form-check:last-child {
        padding: 0;
    }
    .sec-devis .title {
        font-size: 25px;
    }
    .sec-intro .top-img {
        padding-left: 0;
    }
    .pt-150,
    .pt-80 {
        padding-top: 60px;
    }
    .pb-150,
    .pb-80 {
        padding-bottom: 60px;
    }
    .before-title {
        margin-bottom: 10px;
    }
    .sec-atout .item {
        width: 100%;
    }
    .sec-actus .item .text {
        width: 100%;
    }
    .sec-actus .item .img {
        width: 100%;
    }
    .sec-actus .item .img img {
        border-radius: 5px 5px 0 0;
    }
    .sec-cta .inner-cta {
        padding: 40px 0;
    }
    .sec-cta .img {
        position: static;
        margin-top: 40px;
    }
    .sec-cta .img img {
        width: 100%;
    }
    .sec-services .item {
        padding: 0;
    }
    .menu-burger {
        width: 100%;
        padding: 90px 15px 40px;
    }
    .logo-burger {
        margin-bottom: 50px;
    }
    .icon-close {
        left: 15px;
    }
    .sec-banner .item {
        height: 500px;
        min-height: calc(100vh - 40px);
        ;
    }
    .sec-banner-page {
        height: 400px;
        padding: 90px 15px 0;
    }
    .sec-coord .inner-coord {
        padding: 40px 15px 15px;
    }
    .sec-coord .item {
        font-size: 18px;
        padding: 60px 0 0 0;
        font-size: 16px
    }
    .sec-coord .item::before {
        width: 50px;
        height: 50px;
        margin-top: 0;
        background-size: 20px !important;
        top: 0;
    }
    .sec-coord .container {
        padding: 0;
    }
    .sec-formulaire .form-group {
        width: 100% !important;
    }
    .blc-rgpd .text-rgpd {
        width: 100%;
    }
    .captcha {
        margin: 0 auto 25px;
    }
    .blc-bloctel .text {
        width: 100%;
    }
    .bloctel {
        width: 100%;
        padding: 0 0 25px;
        text-align: center;
    }
    .blc-bloctel .text br {
        display: none;
    }
    .sec-intro-contact {
        padding-bottom: 35px;
    }
    .sec-text-image .title {
        margin-bottom: 30px;
    }
}