@font-face {
    font-family: 'Eurostile';
    src: url('../fonts/Eurostile-Bold.eot');
    src: url('../fonts/Eurostile-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Eurostile-Bold.woff2') format('woff2'), url('../fonts/Eurostile-Bold.woff') format('woff'), url('../fonts/Eurostile-Bold.ttf') format('truetype'), url('../fonts/Eurostile-Bold.svg#Eurostile-Bold') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Eurostile';
    src: url('../fonts/EurostileRegular.eot');
    src: url('../fonts/EurostileRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/EurostileRegular.woff2') format('woff2'), url('../fonts/EurostileRegular.woff') format('woff'), url('../fonts/EurostileRegular.ttf') format('truetype'), url('../fonts/EurostileRegular.svg#EurostileRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Eurostile';
    src: url('../fonts/Eurostile-Med.eot');
    src: url('../fonts/Eurostile-Med.eot?#iefix') format('embedded-opentype'), url('../fonts/Eurostile-Med.woff2') format('woff2'), url('../fonts/Eurostile-Med.woff') format('woff'), url('../fonts/Eurostile-Med.ttf') format('truetype'), url('../fonts/Eurostile-Med.svg#Eurostile-Med') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TachyonW00';
    src: url('../fonts/TachyonW00-Regular.eot');
    src: url('../fonts/TachyonW00-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/TachyonW00-Regular.woff2') format('woff2'), url('../fonts/TachyonW00-Regular.woff') format('woff'), url('../fonts/TachyonW00-Regular.ttf') format('truetype'), url('../fonts/TachyonW00-Regular.svg#TachyonW00-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gontserrat';
    src: url('../fonts/Gontserrat-Regular.eot');
    src: url('../fonts/Gontserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Gontserrat-Regular.woff2') format('woff2'), url('../fonts/Gontserrat-Regular.woff') format('woff'), url('../fonts/Gontserrat-Regular.ttf') format('truetype'), url('../fonts/Gontserrat-Regular.svg#Gontserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --white: #ffffff;
    --black: #011034;
    --blue: #0088FF;
    --blue2: #00F1FF;
    --f1: "Eurostile", sans-serif;
    --f2: "TachyonW00", sans-serif;
    --f3: "Gontserrat", sans-serif;
    --f-body: normal 16px/24px var(--f1);
    --f-title: 500 40px/48px var(--f1);
    --f-s-title: normal 16px/24px var(--f2);
}

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

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

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

a {
    text-decoration: none;
    outline: none;
    color: var(--black);
    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: 400px;
}


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

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

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

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

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

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

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

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

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

.btn-dark-blue {
    background-color: var(--dark-blue);
    color: var(--white);
    padding: 15px 52px;
    font-size: 18px;
}

.btn {
    padding: 15px 24px;
    font-size: 16px;
    line-height: 24px;
    color: var(--black);
    font-weight: 500;
    border-radius: 15px;
    border: none;
    position: relative;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0088ff+0,00f1ff+100 */
    background: linear-gradient(to right, rgba(0, 136, 255, 1) 0%, rgba(0, 241, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.btn:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00f1ff+0,0088ff+100 */
    background: linear-gradient(to right, rgba(0, 241, 255, 1) 0%, rgba(0, 136, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    opacity: 0;
    transition: all ease-in-out .4s;
}

.btn:hover:before {
    opacity: 1;
}

.btn span {
    position: relative;
    z-index: 5;
    color: var(--black);
}

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

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

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

.s-title {
    font: var(--f-s-title);
    color: var(--blue);
    text-transform: uppercase;
    margin-bottom: 24px;
}

.title {
    font: var(--f-title);
    margin-bottom: 40px;
}


/*HEADER*/

.btn-menu {
    display: none;
}

.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 0px 10px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
}

.blc-nav>ul>li>a {
    color: var(--black);
    position: relative;
    display: block;
    padding: 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    position: relative;
    font-family: var(--f1);
    text-transform: uppercase;
}

.blc-nav>ul>li>a:before {
    content: '';
    width: 0;
    height: 1px;
    background: var(--blue);
    position: absolute;
    left: 0;
    bottom: -3px;
    transition: all ease-in-out .4s;
}

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

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

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

.blc-top .inner-top {
    position: relative;
}

.logo {
    position: absolute;
    left: 40px;
    top: 8px;
}

.main-header {
    position: relative;
    z-index: 500;
    background-color: #FBF5F5;
}


/*SECTION BANNER*/

.sec-banner {
    position: relative;
}

.sec-banner .list .item .bg-mobile {
    display: none;
}

.sec-banner .list .item {
    height: 1112px;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    justify-content: center;
    position: relative;
    color: #fff;
    background: none !important;
}

.sec-banner .list-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.sec-banner .list-bg .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    z-index: 10;
    transition: all ease-in-out .4s;
}

.sec-banner .list-bg .bg.active {
    z-index: 100;
    opacity: 1;
}

.sec-banner .list-bg .bg img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 100%;
}

#slider {
    position: relative;
    z-index: 100;
}

.sec-banner .list-bg .bg:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+49,0.9+100 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0.9) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.sec-banner .title {
    color: var(--blue2);
    font: var(--f-s-title);
}

.sec-banner .text-banner {
    font-size: 32px;
    line-height: 48px;
    font-weight: bold;
    margin-bottom: 24px;
}

.sec-banner .list .item {
    position: relative;
}

.sec-banner .list .item:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+18,0.9+100 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0.9) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    transition: all ease-in-out .4s;
}

.sec-banner .list .item.active:before {
    opacity: 1;
}

.sec-banner .list .item .inner {
    max-width: 397px;
    margin: 0 auto;
    padding-bottom: 54px;
    position: relative;
    bottom: 0;
    transition: all ease-in-out .4s;
}

.sec-banner .list .item:hover .inner {
    bottom: 85px;
}

.sec-banner .blc-btn {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: all ease-in-out .4s;
}

.sec-banner .blc-btn .btn {
    margin-right: 24px;
}

.sec-banner .list .item:hover .blc-btn {
    opacity: 1;
}

.sec-banner .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


/*SECTION DEVIS*/

.sec-devis {
    padding: 50px 0;
    background: #FBF5F5;
}

.title-devis {
    text-align: center;
    font-size: 48px;
    line-height: 48px;
    font-weight: 500;
    position: absolute;
    top: -28px;
    left: 0;
    width: 100%;
    z-index: 10;
}

.title-devis span {
    padding: 0 35px;
    display: inline-block;
    background: #FBF5F5;
}

.content-devis {
    position: relative;
    padding: 74px 40px 53px;
    border-radius: 25px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0088ff+0,00f1ff+100 */
    background: linear-gradient(45deg, rgba(0, 136, 255, 1) 0%, rgba(0, 241, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.content-devis:before {
    content: '';
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    top: 1px;
    left: 1px;
    position: absolute;
    background: #FBF5F5;
    border-radius: 23px;
    z-index: 5;
}

.sec-devis .blc-chp {
    max-width: 1430px;
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 10;
}

.sec-devis .chp input {
    width: calc(100% - 2px);
    height: 52px;
    padding: 15px 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    background: #FBF5F5;
    border: none;
    box-shadow: none;
    border-radius: 14px;
}

.sec-devis .chp {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0088ff+0,00f1ff+100 */
    background: linear-gradient(45deg, rgba(0, 136, 255, 1) 0%, rgba(0, 241, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    height: 54px;
    width: 194px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}

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

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

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

.sec-devis .blc-send .send {
    width: 54px;
    height: 54px;
    border-radius: 10px;
    position: relative;
    background: linear-gradient(to right, rgba(0, 136, 255, 1) 0%, rgba(0, 241, 255, 1) 100%);
    display: block;
    border: none;
}

.sec-devis .blc-send .send:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/arrow-send.svg)center no-repeat;
    z-index: 10;
}

.sec-devis .blc-send .send:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgba(0, 241, 255, 1) 0%, rgba(0, 136, 255, 1) 100%);
    border-radius: 10px;
    z-index: 5;
    opacity: 0;
    transition: all ease-in-out .4s;
}

.sec-devis .blc-send .send:hover:after {
    opacity: 1;
}


/*SECTION TEXTE IMAGE*/

.sec-text-img .col-text {
    width: 58%;
    background: #F6EFEF;
    padding-left: 100px;
    padding-right: 166px;
}

.sec-text-img.reverse .col-text {
    padding-left: 166px;
    padding-right: 100px;
    padding-bottom: 30px;
}

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

.sec-text-img .col-img .inner {
    height: 100%;
}

.sec-text-img .col-img img {
    width: 100%;
    height: 100%;
    min-height: 400px;
    object-fit: cover;
}


/*SECTION PRESTATION*/

.nav-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border: none;
}

.btn-tab {
    color: var(--black);
    font-size: 16px;
    font-weight: 500;
    padding: 15px 30px;
    border-radius: 15px;
    border: 1px solid var(--black);
    background: #FBF5F5;
    margin: 0 12px;
    position: relative;
}

.btn-tab span {
    position: relative;
    z-index: 10;
}

.btn-tab:before {
    content: '';
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: 15px;
    position: absolute;
    top: -1px;
    left: -1px;
    background: linear-gradient(45deg, rgba(0, 136, 255, 1) 0%, rgba(0, 241, 255, 1) 100%);
    opacity: 0;
    transition: all ease-in-out .4s;
}

.btn-tab:hover:before,
.btn-tab.active:before {
    opacity: 1;
}

.sec-prestation .title {
    margin-bottom: 50px;
}

.sec-prestation .content-tab {
    display: flex;
    justify-content: flex-end;
    margin-top: 127px;
}

.sec-prestation .list {
    max-width: 926px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.sec-prestation .list .item {
    width: 50%;
    min-height: 70px;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    padding-left: 38px;
}

.sec-prestation .list .title-item {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    position: relative;
    padding-left: 94px;
}

.sec-prestation .list .title-item:before {
    content: '';
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    left: 0;
    background: url(../images/deco.svg)center no-repeat;
    transition: all ease-in-out .4s;
}

.sec-prestation .list .item .title-item:after {
    content: '';
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    left: 0;
    background: url(../images/deco-active.svg)center no-repeat;
    transition: all ease-in-out .4s;
    opacity: 0;
    transition: all ease-in-out .4s;
}

.sec-prestation .list .item:hover .title-item:after {
    opacity: 1;
}

.sec-prestation .list .item:hover .title-item:before {
    opacity: 0;
}

.sec-prestation {
    padding-bottom: 140px;
    position: relative;
    background: #FBF5F5;
}

.sec-prestation:before {
    content: '';
    width: 42%;
    left: 0;
    top: 0;
    height: 100%;
    background: url(../images/bg-presta.svg)center no-repeat;
    background-size: contain;
    position: absolute;
}


/*SECTION VALEUR*/

.sec-valeur .blc-text {
    padding: 184px 0 88px;
    max-width: 800px;
}

.sec-valeur {
    background-size: cover;
    position: relative;
}

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

.sec-valeur:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.6+0,1+100 */
    background: linear-gradient(to bottom, rgba(246, 239, 239, .6) 0%, rgba(246, 239, 239, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.sec-valeur .blc-text p {
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
}

.sec-valeur .list .title-item {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: var(--blue);
    margin-left: 24px;
}

.sec-valeur .list .item {
    max-width: 382px;
    width: 100%;
}

.sec-valeur .list {
    padding: 50px 0;
    border-top: 1px solid var(--blue);
}

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


/*SECTION ACTU*/

.sec-actu {
    overflow: hidden;
}

.sec-actu .blc-title {
    max-width: 920px;
    margin: auto;
}

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

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

.sec-actu .img {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 25px 25px 0 0;
}

.sec-actu .img:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: .3;
    border-radius: 25px 25px 0 0;
    z-index: 10;
}

.sec-actu .img img {
    width: 100%;
    display: block;
    border-radius: 25px 25px 0 0;
    transform: scale(1.0);
    transition: all ease-in-out .4s;
}

.sec-actu .date {
    font-size: 16px;
    font-weight: 500;
    color: var(--blue);
    margin-bottom: 25px;
}

.sec-actu .content {
    padding: 22px;
    background: #FBF5F5;
    border-radius: 0 0 25px 25px;
}

.title-actu a {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
}

.sec-actu .item:hover .img img {
    transform: scale(1.1);
}


/*SECTION PAIEMENT*/

.sec-paiement {
    padding: 190px 0;
    background-size: cover;
    position: relative;
}

.sec-paiement .title {
    margin-bottom: 24px;
}

.sec-paiement:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(246, 239, 239, .2) 0%, rgba(246, 239, 239, 1) 100%);
}

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


/*PAGE INTERNE*/

.sec-banner-page {
    height: 488px;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.sec-banner-page:before {
    content: '';
    width: 380px;
    height: 460px;
    position: absolute;
    top: -40px;
    right: 0;
    background: url(../images/deco-banner.png)center no-repeat;
    z-index: -1;
}

.sec-banner-page .title-banner {
    font-size: 70px;
    font-weight: bold;
    margin-bottom: 20px;
}

.sec-banner-page .s-title {
    color: var(--blue2);
    margin-bottom: 0;
}

.sec-coord .container {
    max-width: 1449px;
}

.sec-coord .item {
    display: flex;
}

.sec-coord .item .icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 22px;
    position: relative;
}

.sec-coord .item .text {
    width: calc(100% - 78px);
}

.sec-coord .item .icon:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(to right, rgba(0, 241, 255, 1) 0%, rgba(0, 136, 255, 1) 100%);
    transition: all ease-in-out .4s;
    opacity: 0;
}

.sec-coord .item .icon:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    transition: all ease-in-out .4s;
    opacity: 0;
}

.sec-coord .item.mail .icon:after {
    background-image: url(../images/ico-mail-active.png)
}

.sec-coord .item.tel .icon:after {
    background-image: url(../images/ico-tel-active.png)
}

.sec-coord .item.adr .icon:after {
    background-image: url(../images/ico-adr-active.png)
}

.sec-coord .item:hover .icon:before,
.sec-coord .item:hover .icon:after {
    opacity: 1;
}

.sec-coord .item .title-item {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}

.sec-coord .item .content {
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
}

.sec-coord .item a:hover {
    color: var(--blue);
}

.blc-map {
    width: 40.5%;
    position: relative;
    z-index: 10;
}

#map {
    height: 700px;
    width: 100%;
}

#map>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec-formulaire .blc-form {
    width: 59.5%;
    padding-right: 150px;
}

.sec-formulaire .bg-form {
    background: var(--white);
    padding: 72px 40px;
    border-radius: 25px;
    position: relative;
}

.sec-formulaire .bg-form:after {
    content: '';
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 25px 25px 0;
    background: linear-gradient(to right, rgba(0, 241, 255, 1) 0%, rgba(0, 136, 255, 1) 100%);
}

.sec-formulaire .row-form {
    max-width: 1417px;
    margin: auto;
}

.sec-formulaire .chp {
    position: relative;
    margin-bottom: 20px;
}

.sec-formulaire .chp label {
    position: absolute;
    top: 13px;
    left: 20px;
}

.sec-formulaire .chp label span {
    color: var(--blue2);
}

.sec-formulaire .form-control {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: none;
    background: var(--white);
    padding: 10px 20px;
    border-radius: 14px;
    box-shadow: none;
}

.sec-formulaire textarea.form-control {
    resize: none;
}

.sec-formulaire .inner-chp {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, rgba(0, 136, 255, 1) 0%, rgba(0, 241, 255, 1) 100%);
    border-radius: 15px;
}

.sec-formulaire .inner-chp.inner-msg {
    height: 137px;
}

.sec-formulaire {
    margin-bottom: 200px;
}

.sec-formulaire .acceptance {
    font-size: 12px;
    line-height: 24px;
    font-family: var(--f3);
    font-style: italic;
    margin-bottom: 20px;
}

.sec-formulaire .acceptance a {
    text-decoration: underline;
}

.sec-formulaire .acceptance a:hover {
    color: var(--blue);
}

.sec-formulaire .btn {
    width: 225px;
    margin-right: 20px;
}


/**** FOOTER ****/

.footer {
    background: linear-gradient(45deg, rgba(176, 216, 251, 1) 1%, rgba(112, 181, 246, 1) 51%, rgba(176, 216, 251, 1) 100%);
    padding: 40px;
}

.foot1 {
    background: var(--white);
    border-radius: 16px;
    padding: 32px 40px;
}

.foot1 .partenaires img {
    margin-left: 16px;
}

.logo-foot img {
    width: 182px;
}

.col-logo {
    width: 403px;
}

.col-nav {
    width: 286px;
}

.col-coord {
    width: 292px;
}

.col-certif {
    width: 276px;
}

.top-foot {
    position: relative;
}

.btn-foot {
    display: inline-block;
    padding: 14px 28px;
    border: 1px solid var(--black);
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 500;
    border-radius: 15px;
}

.btn-foot span {
    position: relative;
    z-index: 10;
}

.btn-foot:before {
    content: '';
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: 15px;
    position: absolute;
    top: -1px;
    left: -1px;
    background: linear-gradient(45deg, rgba(0, 136, 255, 1) 0%, rgba(0, 241, 255, 1) 100%);
    opacity: 0;
    transition: all ease-in-out .4s;
}

.btn-foot:hover:before {
    opacity: 1;
}

.title-foot {
    font-size: 16px;
    line-height: 24px;
    font-family: var(--f2);
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px;
}

.nav-foot a,
.col-foot .item-coord a,
.item-certif {
    font-size: 16px;
    font-weight: 500;
}

.nav-foot li,
.col-foot .item-coord,
.item-certif {
    margin-bottom: 7px;
}

.footer a:not(.btn-foot):hover {
    color: var(--blue);
}

.bottom-foot {
    margin-top: 85px;
}

.foot2 {
    padding: 48px 0 0;
}

.foot2 .container {
    max-width: 1384px;
}

.foot2 .title-newsletter {
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
    width: 49%;
}

.foot2 .blc-newsletter .blc-form-newsletter {
    width: 51%;
}

.foot2 .acceptance {
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 16px;
}

.blc-form-newsletter .chp {
    border-radius: 12px;
    border: 1px solid var(--white);
    padding: 6px 16px;
    position: relative;
}

.blc-form-newsletter .chp label {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.blc-form-newsletter .chp input {
    display: block;
    width: 100%;
    background: transparent;
    border: none;
    color: var(--black);
    font-weight: 500;
    padding: 0;
}

.blc-form-newsletter .btn-send {
    width: 16px;
    height: 11px;
    background: url(../images/arrow-send2.svg)center no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 24px;
    border: none;
    padding: 0;
}

.blc-copyright {
    margin-top: 48px;
}

.blc-copyright .mentions a {
    display: block;
    margin-left: 24px;
}

.footer .adr {
    font-weight: 500;
}

@media screen and (min-width: 1200px) {
    .blc-nav>ul li.menu-item-has-children ul {
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 3;
        opacity: 0;
        background: #fff;
        visibility: hidden;
        width: max-content;
        transition: 0.5s;
        transform: translateY(50px);
        padding: 10px 0;
    }

    .blc-nav>ul li.menu-item-has-children ul li a {
        padding: 5px 20px;
        display: block;
    }

    .blc-nav>ul li.menu-item-has-children:hover ul {
        transform: translateY(0px);
        visibility: visible;
        opacity: 1;
    }

    .blc-nav>ul>li>a:hover:before {
        width: 100%;
    }

    .sec-banner .list .item {
        max-height: calc(100vh - 84px);
        min-height: 350px;
    }
}

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

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

    .sec-text-img .col-text,
    .sec-text-img.reverse .col-text {
        padding-left: 50px;
        padding-right: 50px;
    }

    .col-logo {
        width: 280px;
    }
}

@media screen and (max-width: 1439px) {
    .sec-valeur .blc-text {
        padding-top: 100px;
    }

    .logo {
        position: static;
    }

    .blc-top .inner-top {
        justify-content: space-between !important;
        padding: 0 15px;
    }

    .sec-paiement {
        padding: 100px 0;
    }
}

@media screen and (max-width: 1365px) {
    .col-foot {
        width: 25%;
    }

    .btn-foot {
        position: relative;
        top: inherit;
        right: inherit;
    }

    .bottom-foot {
        margin-top: 40px;
    }

    .sec-formulaire .blc-form {
        padding-right: 60px;
    }
}

@media screen and (max-width: 1199px) {
    .blc-top .blc-nav {
        display: none;
        position: fixed;
        top: 70px;
        width: 100%;
        background: #fff;
        z-index: 1000;
        left: 0;
        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%;
    }

    .blc-nav>ul>li>a,
    .main-header.sticky .blc-nav>ul>li>a {
        color: #000;
        padding: 7px 15px;
        font-size: 15px;
        text-align: left;
    }

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

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

    .blc-nav>ul>li {
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #011034;
    }

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

    .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;
        bottom: inherit;
        left: inherit;
    }

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

    .btn-menu {
        display: block;
        width: 47px;
        height: 47px;
        background: linear-gradient(to right, rgba(0, 241, 255, 1) 0%, rgba(0, 136, 255, 1) 100%);
        z-index: 100;
        margin-left: 15px;
        position: absolute;
        right: 15px;
        border-radius: 10px;
    }

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

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

    .btn-menu>div:after {
        content: '';
        width: 100%;
        height: 2px;
        background: var(--white);
        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;
    }

    .logo img {
        width: 180px;
    }

    .blc-top .inner-top {
        padding: 10px 15px;
    }

    .blc-nav {
        display: none;
    }

    .sec-banner .list .item:hover .inner {
        padding-bottom: 0;
    }

    .sec-banner .blc-btn {
        position: static;
        opacity: 1;
    }

    .sec-banner .text-banner {
        font-size: 20px;
        line-height: 30px;
    }

    .sec-banner .list .item {
        padding: 20px 7px;
        height: 450px;
    }

    .title {
        margin-bottom: 25px;
    }

    .sec-banner .blc-btn .btn {
        margin-right: 10px;
    }

    .sec-banner .list .item:before {
        opacity: 1;
    }

    .sec-devis .chp {
        width: 18%;
    }

    .content-devis {
        padding: 74px 15px 53px;
    }

    .sec-devis .chp input {
        padding: 15px;
    }

    .sec-valeur .list .item {
        width: 33%;
    }

    .pt-100 {
        padding-top: 70px;
    }

    .pb-100 {
        padding-bottom: 70px;
    }

    .foot2 .title-newsletter {
        padding-right: 20px;
    }

    .foot2 .title-newsletter br {
        display: none;
    }

    .blc-copyright .mentions {
        width: 100%;
        text-align: center;
        justify-content: center !important;
    }

    .copyright {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }

    .foot2 .title-newsletter {
        font-size: 35px;
        line-height: 40px;
    }

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

    .sec-coord .item {
        width: 50%;
        margin-bottom: 40px;
    }

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

    .sec-formulaire {
        margin-bottom: 100px;
    }

    :root {
        --f-title: 500 28px / 35px var(--f1);
    }
}

@media screen and (max-width: 991px) {
    :root {
        --f-title: 500 28px / 35px var(--f1);
    }

    .sec-banner .list .item:hover .inner {
        bottom: 0;
    }

    .sec-banner .list .item .inner {
        text-align: center;
    }

    .sec-banner .blc-btn {
        justify-content: center;
    }

    .sec-banner .list .item .inner {
        max-width: 100%;
        width: 100%;
        padding-bottom: 0;
    }

    .sec-banner .list .item {
        align-items: center !important;
        height: 350px;
    }

    .title-devis {
        font-size: 30px;
        line-height: 38px;
        top: -22px;
    }

    .sec-devis .chp {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }

    .sec-devis .blc-send {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .sec-text-img .col-text,
    .sec-text-img.reverse .col-text {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

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

    .sec-text-img .col-img img {
        min-height: inherit;
        height: auto;
    }

    .sec-prestation .list .item {
        margin-bottom: 25px;
    }

    .sec-prestation {
        padding-bottom: 40px;
    }

    .sec-valeur .list .title-item {
        font-size: 18px;
        line-height: 28px;
    }

    .sec-valeur .list .title-item {
        margin-left: 15px;
    }

    .col-foot {
        width: 100%;
        margin-bottom: 30px;
    }

    .foot1 {
        padding: 30px 15px;
    }

    .bottom-foot {
        flex-direction: column-reverse;
    }

    .footer .adr {
        margin: 25px 0;
    }

    .footer {
        padding: 15px;
    }

    .foot2 .title-newsletter {
        width: 100%;
    }

    .foot2 .blc-newsletter .blc-form-newsletter {
        width: 100%;
        margin: 15px 0;
    }

    .blc-copyright {
        margin-top: 15px;
    }

    .sec-formulaire .blc-form {
        width: 100%;
        padding-right: 0;
    }

    .sec-formulaire .bg-form:after {
        display: none;
    }

    .blc-map {
        width: 100%;
        margin-top: 40px;
    }

    #map {
        height: 400px;
    }
}

@media screen and (max-width: 767px) {
    .title-devis {
        position: relative;
        top: inherit;
        left: inherit;
        margin-bottom: 25px;
    }

    .title-devis span {
        padding: 0;
    }

    .content-devis {
        padding: 50px 15px;
    }

    .sec-devis .chp {
        width: 100%;
    }

    :root {
        --f-title: 500 28px / 35px var(--f1);
    }

    .btn-tab {
        margin: 10px;
        display: block;
        width: calc(100% - 20px);
        padding: 15px;
    }

    .nav-tabs .nav-item {
        width: 50%;
    }

    .sec-prestation .list .item {
        width: 100%;
        padding-left: 0;
    }

    .sec-prestation .list .title-item {
        font-size: 20px;
        line-height: 24px;
    }

    .sec-valeur .blc-text {
        padding: 60px 0;
    }

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

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

    .sec-valeur .list .item {
        width: 100%;
        margin-bottom: 25px;
    }

    .sec-valeur .list {
        padding-bottom: 0;
    }

    .sec-actu .item {
        width: 100%;
        margin-bottom: 25px;
    }

    .sec-actu .item:last-child {
        margin-bottom: 0;
    }

    .sec-paiement {
        padding: 60px 0;
    }

    .foot2 .title-newsletter {
        font-size: 28px;
        line-height: 35px;
        padding-right: 0;
    }

    .sec-prestation .content-tab {
        margin-top: 30px;
    }

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

    .preloader {
        background-size: 280px;
    }

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

    .sec-banner-page .title-banner {
        font-size: 35px;
    }

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

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

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

    .sec-formulaire .btn {
        width: 100%;
        margin: 25px 0 0;
    }

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

    .sec-coord .item .content {
        font-size: 18px;
    }
}

.col-text p img,
.col-text h2 img {
    display: none;
}