/***************************************
*General
****************************************/

body {
    color: #5C5C5C;
    font-family: "Sansation", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    position: relative;
    font-style: normal;
    overflow-x: hidden;
}

.sect-title {
    position: relative;
}

.sect-title .line {
    max-width: 406px;
    width: 57%;
    height: 3px;
    position: relative;
    display: inline-block;
    margin: clamp(30px, 1rem + 1.7vw, 47px) 0 clamp(20px, 1rem + 1vw, 25px);
}
.sub-title {
    color: #34AA4D;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5em;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.sect-title h2,
.sect-title .h2,
.sect-title .bloc-title {
    color: #393536;
    font-size: clamp(30px, 1rem + 1.2vw, 38px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.26316em;
    margin-bottom: clamp(30px, 1rem + 1.5vw, 43px);
    position: relative;
}

.sect-title h1,
.sect-title .h1,
.page-title {
    color: #393536;
    font-size: clamp(30px, 1rem + 1.7vw, 48px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.2083em;
    position: relative;
    margin-bottom: clamp(30px, 1rem + 1.7vw, 47px);

}

.img-masking {
    -webkit-mask-image: url(../images/img-masking.svg);
    mask-image: url(../images/img-masking.svg);
    mask-repeat: no-repeat;
    mask-size: cover;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/** Animation **/

html:not(.no-js) [data-aos=fade-up] {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}

html:not(.no-js) [data-aos=fade-right] {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
}

html:not(.no-js) [data-aos=fade-left] {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
}


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


/** Slider **/

.slide-control-dots .owl-dot,
.owl-carousel .owl-dots .owl-dot,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.slide-controls .owl-nav button.owl-prev,
.slide-controls .owl-nav button.owl-next {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    position: relative;
    align-items: center;
    justify-content: center;
    background: none;
    min-height: auto;
    height: auto;
    width: auto;
    color: inherit;
    display: inline-flex;
    font: inherit;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: none;
}

.owl-carousel .owl-nav,
.slide-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.slide-controls button.owl-prev,
.slide-controls button.owl-next {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(52, 170, 77, 0.50);
    box-shadow: none;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover,
.slide-controls button.owl-prev:hover,
.slide-controls button.owl-next:hover {
    background: #34AA4D;
}

.owl-carousel .owl-dots,
.slide-control-dots {
    display: flex;
    align-items: center;
    gap: 10px;
}

.owl-carousel .owl-dots .owl-dot,
.slide-control-dots .owl-dot {
    margin: 0 !important;
    border-radius: 4px;
    border: 2px solid #E2DCCC;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    padding: 0;
    margin: 0;
    position: relative;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.owl-carousel .owl-dots .owl-dot.active,
.slide-control-dots .owl-dot.active {
    background-color: #E2DCCC;
}


/** Colors **/

.color--1 {
    color: #fff !important;
}

.color--2 {
    color: #34AA4D !important;
}

.color--3 {
    color: #08a970 !important;
}

.color--4 {
    color: #ED7028 !important;
}

.color--5 {
    color: #E52328 !important;
}

.color--6 {
    color: #F5F3ED !important;
}

.color--7 {
    color: #393536 !important;
}

.color--8 {
    color: #FAF9F6 !important;
}

.color--9 {
    color: #EDEBE5 !important;
}

.color--10 {
    color: #000 !important;
}


/** Background **/

.background--1 {
    background-color: #fff !important;
}

.background--2 {
    background-color: #34AA4D !important;
}

.background--3 {
    background-color: #08a970 !important;
}

.background--4 {
    background-color: #ED7028 !important;
}

.background--5 {
    background-color: #E52328 !important;
}

.background--6 {
    background-color: #F5F3ED !important;
}

.background--7 {
    background-color: #393536 !important;
}

.background--8 {
    background-color: #FAF9F6 !important;
}

.background--9 {
    background-color: #EDEBE5 !important;
}

.background--10 {
    background-color: #000 !important;
}


/** Socials **/

.social-link {
    outline: none;
    position: relative;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-link:hover svg path {}

.social-txt {
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 1.178rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.1318em;
    margin-bottom: 50px;
}

.social-links ul {
    display: flex;
    align-items: center;
    gap: 15px;
}


/** Variables **/

p {
    margin-bottom: 1.5em;
}

section {
    padding-top: clamp(50px, 1rem + 7.8vh, 100px);
    padding-bottom: clamp(50px, 1rem + 7.8vh, 100px);
    position: relative;
}

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

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

figure {
    margin: 0;
}

a:hover,
a:focus {
    text-decoration: none;
    color: inherit;
}

.form-group {
    margin-bottom: 25px;
}

ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

strong,
b {
    font-weight: 700;
}

iframe {
    width: 100%;
    border: none;
    display: block;
}

.img-resp,
img {
    max-width: 100%;
    height: auto;
}

*::-moz-selection {
    background: #1a1a1a;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #1a1a1a;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #1a1a1a;
    color: #fff;
    text-shadow: none;
}

.form-control,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
    font-family: "Sansation", sans-serif;
    color: #6F6F6E;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    vertical-align: middle;
    width: 100%;
    text-transform: inherit;
    outline: none !important;
    height: 82px;
    padding: 23px 17px;
    border: 0;
    border-radius: 4px;
    background: #EDEBE5;
    margin: 0;
    text-align: left;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #6F6F6E;
    border: 0;
    background: #EDEBE5;
}

input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #6F6F6E !important;
}

input::placeholder {
    /* Chrome, Firefox, Opera, Safari 110.1+ */
    color: #6F6F6E !important;
    opacity: 1;
    /* Firefox */
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #6F6F6E !important;
}

textarea::placeholder {
    color: #6F6F6E !important;
}

.more-link,
.btn-1,
button,
input[type="submit"],
input[type="button"] {
    font-family: "Sansation", sans-serif;
    color: #34AA4D;
    text-align: center;
    font-size: clamp(16px, 1rem + 0.3vw, 20px);
    font-style: normal;
    font-weight: 700;
    line-height: 0.75em;
    text-transform: uppercase;
    padding: 20px 20px;
    text-align: center;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border-radius: 6px;
    border: 4px solid #34AA4D;
    z-index: 1;
    height: 55px;
    overflow: hidden;
    z-index: 1;
    gap: 10px;
}

.btn-hover-anime>span {
    display: inline-flex;
    align-items: center;
}

.btn-hover-anime .btn-text {
    margin-left: 10px;
    position: relative;
    z-index: 3;
    transition: transform .6s 125ms cubic-bezier(.1, .75, .25, 1);
}

.btn-hover-anime:hover .btn-text {
    transform: translateX(-20px);
    transition-delay: .1s;
}

.btn-hover-anime .btn-icon {
    margin-left: -10px;
    position: relative;
    transition: opacity .4s .25s, transform .6s .25s;
    transition-timing-function: cubic-bezier(.1, .75, .25, 1);
    line-height: 0;
    z-index: 3;
    opacity: 0;
    transform: translateX(-10px);
}

.btn-hover-anime:hover .btn-icon {
    transition-delay: 0s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.btn-hover-anime .btn-icon+.btn-icon {
    order: -2;
    margin-left: 0;
    transform: translateX(0);
    transition-delay: 225ms;
    opacity: 1;
}

.btn-hover-anime:hover .btn-icon+.btn-icon {
    opacity: 0;
    transition-delay: 0s;
    transform: translateX(0);
    transition-delay: 225ms;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}

.btn-hover-anime:hover .btn-icon svg path {
    fill: #fff !important;
}

.more-link {
    padding: 0;
    border: 0;
    height: auto;
    border-radius: 0;
    background: none;
}

.more-link:hover {
    color: #393536;
}

.btn-1:hover,
button:hover,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
    background-color: #34AA4D;
    outline: none;
    color: #fff;
}

.text-align-last {
    -moz-text-align-last: center;
    text-align-last: center;
}

.text-hyphens {
    -ms-hyphens: auto;
    hyphens: auto;
}

.bg-gradient {
    background: #08A970;
    background: -webkit-linear-gradient(90deg, rgba(8, 169, 112, 1) 0%, rgba(237, 112, 40, 1) 50%, rgba(229, 35, 40, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(8, 169, 112, 1) 0%, rgba(237, 112, 40, 1) 50%, rgba(229, 35, 40, 1) 100%);
    background: linear-gradient(90deg, rgba(8, 169, 112, 1) 0%, rgba(237, 112, 40, 1) 50%, rgba(229, 35, 40, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08A970", endColorstr="#E52328", GradientType=1);
}

.overlay {
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 0.5;
}

.opacity-61 {
    opacity: 0.61;
}

.opacity-40 {
    opacity: 0.40;
}

.opacity-75 {
    opacity: 0.75;
}

.border-0 {
    border: 0;
}

.border-b-1px {
    border-bottom: 1px solid rgba(176, 176, 176, 0.5);
}

.border-t-1px {
    border-top: 1px solid rgba(176, 176, 176, 0.5);
}

.margin-r-60px {
    margin-right: 60px;
}

.width-50 {
    width: 50%;
}

.width-45 {
    width: 45%;
}

.flex--1 {
    -ms-flex: 1;
    flex: 1;
}

.z-index--1 {
    z-index: 1 !important;
}

.z-index--2 {
    z-index: 2 !important;
}

.z-index--auto {
    z-index: auto !important;
}

.font-weight-900 {
    font-weight: 900 !important;
}

.font-weight-800 {
    font-weight: 900 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.text-normal {
    text-transform: none !important;
}

.text-underline {
    text-decoration: underline !important;
}

.text-transform-none {
    text-transform: none !important;
}

.margin-b-30px {
    margin-bottom: 30px;
}

.margin-t-191px {
    margin-top: clamp(50px, 1rem + 9.2vw, 191px);
}

.margin-l-neg15px {
    margin-left: -15px;
}

.margin-r-neg15px {
    margin-right: -15px;
}

.border-radius-10px {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.v-middle {
    transform: translateY(-50%);
    top: 50%;
}

.h-middle {
    transform: translateX(-50%);
    left: 50%;
}

.hv-middle {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
}

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

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

.obj-fit-pos-t {
    object-position: top;
}

.cursor-pointer {
    cursor: pointer;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-pos-tc {
    background-position: top center;
}

.bg-pos-tl {
    background-position: top left;
}

.bg-pos-bl {
    background-position: bottom left;
}

.bg-pos-tr {
    background-position: top right;
}

.bg-pos-br {
    background-position: bottom right;
}

.bg-pos-center {
    background-position: center center;
}

.bg-cover {
    background-size: cover;
}

.bg-contain {
    background-size: contain;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.top-0 {
    top: 0 !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.left-0 {
    left: 0 !important;
}

.right-0 {
    right: 0 !important;
}

.width-50 {
    width: 50%;
}

.gap-30px {
    gap: 30px;
}

.column-gap-30px {
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
}

.column-gap-100px {
    -moz-column-gap: 100px;
    -webkit-column-gap: 100px;
    column-gap: 100px;
}

.column-count-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.txt-stroke {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFF;
    color: transparent;
}

.h-200 {
    height: 200%;
}

.offset-right-1 {
    margin-right: 8.333333%;
}

/** Transition **/

img,
svg,
svg * {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


/** Extra Outer **/

body .page {
    position: relative;
    background: #FAF9F6;
    overflow: hidden;
}

body .site-main {
    background: #FAF9F6;
}


/***************************************
* Header
****************************************/
.site-navigation__menu,
.site-navigation__inner,
.main-header .site-navigation .menu ul li,
.site-header-menu__inner,
.main-header__wrap {
    position: relative;
}

.main-menu-toggle input[type=checkbox],
.main-menu-toggle {
    display: none;
}

.site-header-menu {
    position: relative;
    z-index: 1;
}

.main-header {
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background: none;
    position: absolute;
    z-index: 999;
}

.main-header .site-navigation .menu>ul>li>a {
    color: #393536;
    text-align: center;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.22223em;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.main-header .site-navigation .menu ul ul>li a {
    color: #5C5C5C;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5em;
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding: 3px 0;
}

.main-header .site-navigation .menu>ul>li.active>a,
.main-header .site-navigation .menu>ul>li:hover>a,
.main-header .site-navigation .menu>ul>li.hover>a {
    color: #34AA4D;
}

.main-header .site-navigation .menu ul ul>li.active>a,
.main-header .site-navigation .menu ul ul>li:hover>a,
.main-header .site-navigation .menu ul ul>li.hover>a {
    color: #34AA4D;
}

.main-header .other-links a {
    font-size: clamp(18px, 1rem + 0.4vw, 22px);
    font-style: normal;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    border-radius: 12px;
    padding: 10px;
    height: 62px;
    color: #fff;
    background: #34AA4D;
    margin: 13px 0;
}

.main-header .other-links a.menu__free-quote-link {
    margin-right: 30px;
}

.main-header .other-links a .contact-title {
    font-size: 0.875rem;
    line-height: 1.5715em;
}

.main-header .other-links a.menu__contact-link {
    background: #393536;
    height: 100%;
    border-radius: 0 12px 12px 0;
    color: #34AA4D;
    padding: 30px;
    margin: 0;
}

.main-header .other-links a.menu__contact-link:hover {
    background-color: #34AA4D;
    color: #fff;
}

.main-header .other-links a.menu__contact-link:hover svg path {
    fill: #fff !important;
}


/** Header top **/

.main-header__top {
    position: relative;
    height: 53px;
    display: flex;
}

.main-header__top-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 0;
}

.main-header__top-item {
    color: #393536;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5715em;
    display: flex;
    align-items: center;
    position: relative;
    gap: 15px;
}


.main-header__top-item.main-header__mail {
    color: #000;
}

.main-header__top-item a:hover {
    color: #34AA4D;
}


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

.footer {
    position: relative;
    padding-top: 180px;
}

.footer .layer-shape {
    width: 1920px;
}

.footer-title {
    color: #393536;
    font-size: clamp(22px, 1rem + 0.6vw, 26px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.5385em;
    margin-bottom: 19px;
}


/***************************************
* Bloc text / image
****************************************/

.bloc-text {
    color: #5C5C5C;
    font-family: "Sansation", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
    position: relative;
}

.bloc-text p:last-of-type {
    margin-bottom: 0;
}

.bloc-text p+ul {
    margin-top: -20px;
}

.bloc-text ul {
    margin-bottom: 24px;
    padding-left: 20px;
}

.bloc-text ul li {
    position: relative;
    padding-left: 10px;
    line-height: 32px;
}

.bloc-text ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #34AA4D;
    position: absolute;
    top: 15px;
    left: 0;
}

.bloc-text h3,
.bloc-text .h3 {
    color: #34AA4D;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2em;
    padding-top: clamp(30px, 1rem + 1.7vw, 47px);
    margin-bottom: 26px;
}

.page .font-size-24px {
    font-size: 1.333333rem;
    line-height: 1.5em;
}

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

.bloc-text h2 {
    color: #34AA4D;
    /*font-size: clamp(30px, 1rem + 1.2vw, 38px);*/
    font-style: normal;
    font-weight: 700;
    line-height: 1.26316em;
    /* margin-bottom: clamp(30px, 1rem + 1.5vw, 43px); */
    position: relative;
}
.tarteaucitronCTAButton ,#tarteaucitronCloseAlert{
    height: auto;
}