*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	font-family: "Calibri", sans-serif;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
}
p{
	font-size: 17px;
	line-height: 1.5;
    color: #565753;
}
button, input[type="submit"]{
	cursor: pointer;
}
h2{
	color: #223740;
    font-size: 38px;
    margin-bottom: 18px;
}
 
 

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@media (min-width: 1300px) {
	.container {
	    max-width: 1300px;
	    margin: auto;
	}
}
.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 30px;
}
.header-content a{
	color: #223740;
}
ul.nav-list {
    display: flex;
    gap: 15px;
}
ul.nav-submenu {
    position: absolute;
    left: 0px;
    top: 100%;
    margin-left: 0px;
    background: #fff;
    min-width: 250px;
    padding: 15px 25px;
    pointer-events: none;
    opacity: 0;
    z-index: 99999;
    visibility: hidden;
    transition: opacity 200ms ease, visibility 200ms ease, transform 400ms ease;
    box-shadow: 0px 12px 44px 0px rgba(0, 0, 0, 0.04);
    justify-content: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
li.nav-item:hover > ul.nav-submenu{
    visibility: visible;
    opacity: 1;
    pointer-events: fill;
}
li.nav-submenu-item a {
    padding: 10px 0;
    display: block;
}
.links-contact,
.left-links-contact,
.number-phone,
.phone-links {
    display: flex;
    align-items: center;
}
.number-phone{
	gap: 15px;
}
.phone-links{
	flex-direction: column;
	gap: 6px !important;
}
li.nav-item a {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    display: block;
}
.icon-phone {
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f5ec;
    border: 1px solid #f4f5ec;
    border-radius: 33px;
}
.icon-phone img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}
.phone-links a {
    font-size: 18px;
    font-weight: bold;
}
a.header-devis-btn.btn {
    background: #707c11;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    transition: all .5s ease;
    font-weight: bold;
}
a.header-btn.btn,
a.header-devis-btn.btn{
	padding: 28px 30px;
}
.rea-btn{
	margin: 0 8px 0 28px;
}
a.header-devis-btn.btn:hover{
	background: #223740;
}
a.header-devis-btn.btn img {
    width: 23px;
    height: 23px;
    object-fit: contain;
}
a.header-btn.btn{
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #02010117;
}
@media (min-width: 1601px) {
	a.header-btn.btn {
	    display: block;
	}
	.btn-slide {
    	display: none !important;
	}
}
@media (max-width: 1600px) {
	a.header-btn.btn {
	    display: none;
	}
	.left-links-contact {
    	margin-right: 20px;
	}
    .btn-slide {
        display: block; !important;
    }
}
li.nav-item {
    max-width: 150px;
    position: relative;
    text-align: center;
}
a.logo img {
    width: 200px;
    display: block;
    height: 54px;
    margin-right: 30px;
    object-fit: contain;
}
.SliderBlock {
    height: 800px;
    background: #000;
    overflow: hidden;
}
.SliderImage {
    height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
}
.slide-text {
    background-color: #99A637;
    background-image: url(../images/img/slider-leaf-bg.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 48px;
    border-radius: 10px;
}
.homeslider{
	position: relative;
}
.caption {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
}
.captionSlider {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
span.sub-title {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 19px;
}
span.sub-title img,
a.btn-content img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}
span.title-slide::first-line,
span.title-slide-p{
	font-size: 70px;
    color: #fff;
    font-style: normal;
}
span.title-slide {
    color: #fff;
    font-size: 50px;
    display: block;
    line-height: 1;
}
.Desktop span.title-slide{
    font-style: italic;
}
.btn-slide {
    display: flex;
    gap: 20px;
}
a.btn-content {
    background: #fff;
    padding: 14px 24px;
    color: #223740;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    border-radius: 10px;
    margin-top: 30px;
    align-items: center;
    gap: 8px;
    width: fit-content;
}
section.rappel {
    background-image: url(../images/img/testimonial-iamge-1-1024x683.jpeg);
    background-position: -91px -91px;
    background-repeat: no-repeat;
    background-size: 43% auto;
    position: relative;
    padding: 40px 0;
}
section.rappel::before {
    content: "";
    width: 100%;
    position: absolute;
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(106deg, #FFFFFF00 0%, #99A537 31%);
    height: 100%;
    top: 0;
    left: 0;
}
section.rappel .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    align-items: center;
}
section.rappel p {
    position: relative;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    max-width: 468px;
}
form#rappel_immediat {
    display: flex;
    justify-content: end;
}
input.form-input {
    padding: 14px;
    border: none;
    outline: none;
    font-size: 18px;
    border-radius: 10px 0 0 10px;
    font-family: inherit;
    max-width: 300px;
    width: 100%;
}
input.form-input::focus{
	border: none;
	outline: none;
}
input.btn-devis.btn {
    padding: 14px;
    border: 0;
    border-radius: 0 10px 10px 0;
    background: #223740;
    color: #fff;
    font-size: 16px;
    font-family: inherit;
    font-weight: bold;
}
section.first-block {
    padding: 100px 0;
    background-color: #FFFFFF;
    background-image: url(../images/img/service-bg.png);
    background-position: bottom right;
    background-repeat: repeat-x;
    background-size: auto;
}
.left-first-block-content {
    padding: 0 10px;
    position: relative;
}
.first-block-content {
    display: grid;
    grid-template-columns: 37% 1fr;
    gap: 50px;
}
.first-image {
    max-width: 460px;
    width: 100%;
    height: 655px;
}
.first-image img {
	width: 100%;
	background: #000;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 250px 250px 0px 0px;
    display: block;
}
.state-google {
    position: absolute;
    background: #fff;
    bottom: 25px;
    display: none;
    border-radius: 10px;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
}
span.title-google {
    font-size: 20px;
    font-weight: bold;
    color: #223740;
}
span.logo-google {
    min-width: 50px;
    width: 50px;
    border-radius: 50px;
    height: 50px;
    display: flex;
    background: #f4f5ec;
    border: 1px solid #f4f5ec;
    align-items: center;
    justify-content: center;
}
span.logo-google img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}
.left-state {
    display: flex;
    gap: 15px;
    padding: 0 15px;
}
span.text-google {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-right: 15px;
}
span.sub-title-google {
    text-transform: uppercase;
    font-size: 13px;
    color: #565753;
    font-weight: bold;
    letter-spacing: 1px;
}
span.stat-number {
    font-size: 39px;
    color: #fff;
    line-height: .7;
}
.right-state {
    background: #223740;
    padding: 23px;
    display: flex;
    border-radius: 0 7px 7px 0;
    flex-direction: column;
    gap: 15px;
}
span.state-avis {
    color: #A7B5BB;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}
span.stat-number img {
    width: 68px;
    height: 12px;
    object-fit: contain;
}
.right-first-block-content span.sub-title,
.title-text-two span.sub-title,
.left-thrid-block span.sub-title {
    color: #707c11;
}
.left-thrid-block span.sub-title {
    margin-bottom: 40px;
}
.right-first-block-content h1 {
    font-size: 48px;
    color: #223740;
    font-weight: 600;
    margin: 20px 0 10px;
    line-height: 1.2;
}
.right-first-block-content p {
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #0000000f;
    padding: 20px 0;
}
span.number-state-box {
    font-size: 40px;
    line-height: 40px;
    color: #223740;
    font-weight: bold;
}
.state-right-first-block {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}
.state-box {
    display: flex;
    flex-direction: column;
}
span.state-letter {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    color: #223740;
}
section.second-block {
    padding: 100px 0;
}
.second-block-content {
    display: grid;
    grid-template-columns: 36% 1fr;
    gap: 30px;
    align-items: start;
}
.top-second-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.left-second-block-content p,
.left-second-block-content h2 {
    padding: 20px;
    background: transparent;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    border: 1px solid #e4e6dc;
}
.title-text-two h2 {
    margin: 0;
    max-width: 80%;
}
.left-second-block-content h2{
    background: #707c11 !important;
    color: #fff !important;
}
.right-second-block-content {
    padding: 30px;
    border: 1px solid #e4e6dc;
    border-radius: 10px;
}
.second-image {
    max-width: 405px;
    width: 100%;
    height: 420px;
    position: relative;
}
.images-second-block {
    display: flex;
    gap: 20px;
}
.second-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #000;
    display: block;
    border-radius: 10px;
}
.right-second-block-content p {
    margin-bottom: 15px;
}
.top-second-block a.btn-content {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}
a.btn-content:hover{
    color: #99a537;
    transform: translateY(-5px);
}
.absolu-text {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    border-radius: 10px 0px 0 0;
    padding: 6px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #223740;;
    text-transform: uppercase;
}
span.text-contact {
    font-size: 17px;
    line-height: 1.5;
    margin-top: 20px;
    display: block;
    color: #565753;
}
.right-second-block-content a.btn-content {
    padding: 0;
    margin-top: 20px;
    text-transform: uppercase;
}
.thrid-block {
    background: url(../images/img/price-taab-bg-min.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 120px 0 90px;
}
.thrid-block-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: start;
}
.left-thrid-block h2{
    background: #707c11 !important;
    color: #fff !important;
}
.left-thrid-block h2,
.left-thrid-block p,
.left-thrid-block a {
    padding: 1.2rem;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 1.2rem;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    color: #223740;
}
.right-thrid-block {
    padding: 2rem 2rem 2rem;
    margin-top: -1rem;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}
.top-right-thrid-block {
    padding: 1.5rem 1.3rem 1.3rem;
    background: #f4f5ec;
    border-radius: 10px;
    gap: 2rem;
    display: flex;
    gap: 20px;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}
.top-right-thrid-block a{
    margin: 0;
}
div.service-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
div.service-content img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.bottom-right-thrid-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    position: relative;
}
.fourth-image {
    max-width: 313px;
    width: 100%;
    height: 262px;
}
.fourth-image img{
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    object-fit: cover;
    border-radius: 10px;
}
.pattern-image {
    position: absolute;
    z-index: 0;
    bottom: -38px;
    left: 30px;
    min-width: 60%;
}
.pattern-image img{
    margin-left: auto;
}
.service-title {
    margin-bottom: 1rem;
    text-decoration: underline;
    font-size: 19px;
    font-weight: bold;
    text-decoration-color: #99a537;
    color: #223740;
    display: block;
}
div.service {
    position: relative;
    z-index: 1;
}
div.service-content {
    font-size: 18px;
    padding: 8px 0;
}
section.fourth-block{
    background: url(../images/img/footer-3-before-min.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.fourth-block-content {
    display: grid;
    grid-template-columns: 32% 1fr;
    align-items: center;
}
.right-fourth-block-content h2,
.right-fourth-block-content p {
    color: #fff;
}
span.title-link-fourth {
    font-size: 23px;
    color: #fff;
    margin: 20px 0 10px;
    display: block;
}
p.link-text a {
    color: #99a537;
}
.fourth-block-image {
    max-width: 345px;
    width: 100%;
    height: 100%;
}
.fourth-block-image img {
    position: relative;
    bottom: -81px;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
section.special-block {
    padding: 100px 0;
}
.special-block-content {
    display: grid;
    grid-template-columns: 42% 1fr;
    gap: 60px;
    align-items: center;
}
.image-special-block.one-image-sp {
    width: 370px;
    max-width: 370px;
    height: 270px;
    object-fit: cover;
    background: #000;
    object-position: center center;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
}
.image-special-block.two-image-sp {
    margin: -10rem 0rem 0rem 0rem;
    text-align: end;
    width: 100%;
    position: relative;
}
.image-special-block.two-image-sp img {
    width: 230px;
    max-width: 230px;
    height: 289px;
    background: #000;
    object-fit: cover;
    object-position: bottom left;
    border-radius: 10px 10px 10px 10px;
    display: block;
    float: right;
}
.sp-state {
    margin: 4rem 0rem 0rem 5rem;
    padding: 20px 12px;
    background: #fff;
    box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    max-width: 192px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}
span.number-state-sp-block {
    font-size: 35px;
    font-weight: 600;
    color: #223740;
}
span.description-state {
    color: #223740;
    font-size: 18px;
    margin-top: 10px;
    font-weight: bold;
    line-height: 1.5;
}
.right-special-block-content a.btn-content{
    padding: 0;
    margin-top: 20px;
}
.icon-left-sp-block img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.icon-right-sp-block img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-left: -8px;
}
section.categorie::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/img/why-choose-image-1.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.4;
    filter: brightness(1.5) invert(1) hue-rotate(-167deg);
}
section.categorie {
    background-color: #223740;
    position: relative;
    padding: 100px 0;
}
span.title-categorie {
    color: #fff;
    font-size: 48px;
    width: 57%;
    display: block;
    text-align: center;
    margin: auto;
    line-height: 52px;
}
.cat-info {
    font-size: 28px;
    line-height: 34px;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
}
.flex-categorie {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    row-gap: 60px;
    padding: 50px 0;
}
a.loop-image-item {
    text-align: center;
}
.categorie-content {
    position: relative;
}
.text-cat {
    color: #FFFFFF66;
    display: flex;
    align-items: center;
    font-size: 18px;
    justify-content: center;
    gap: 20px;
}
span.title-categorie span {
    color: #99a537;
}
.text-cat a.btn-content {
    background: transparent;
    padding: 14px 0;
    color: #fff;
    text-transform: uppercase;
    margin-top: 0;
}
.top-prest-block-content {
    display: grid;
    grid-template-columns: 33% 1fr;
    gap: 50px;
}
.left-top-p-block-content span.sub-title,
.title-thrid-prest-block span.sub-title{
    color: #99A537;
}
.left-top-p-block-content h1 {
    font-size: 48px;
    color: #223740;
}
.gig-title {
    font-size: 150px;
    font-weight: 700;
    line-height: 1;
    color: transparent;
    font-family: arial;
    text-transform: uppercase;
    padding: 25px 0;
    -webkit-text-stroke: 1px #E9E3E3;
}
section.first-prest-block {
    background-color: #FFFFFF;
    background-image: url(../images/img/about-bg-1-com.png);
    background-position: 94% 0px;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 100px;
}
section.second-prest-block {
    padding-bottom: 100px;
}
.thrid-prest-block-image {
    max-width: 384px;
    width: 100%;
    height: 297px;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.05);
    text-align: center;
}
.thrid-prest-block-image img{
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    border-radius: 10px;
}
.thrid-prest-block-content {
    display: grid;
    grid-template-columns: 30% 1fr;
}
.right-prest-block-box {
    display: flex;
}
.fleche-box {
    border-radius: 50px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid #e4e6dc;
    background: transparent;
}
.fleche-box img{
    width: 18px;
    height: 18px;
    object-fit: contain;
}
.fleche-2.fleche-box {
    transform: rotate(-180deg);
}
.fleche {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 70px 0 58px;
    align-items: center;
}
.icon-prest-thrid {
    background: #fff;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    margin-bottom: 30px;
}
.icon-prest-thrid::before {
    content: '';
    position: absolute;
    width: 90%;
    height: 90%;
    border: 1px solid #99a537;
    border-radius: 50%;
}
section.thrid-prest-block {
    background-color: #F3F5EB;
    background-image: url(../images/img/customer-review-bg.png);
    background-position: -83px 41px;
    background-repeat: no-repeat;
    background-size: 43% auto;
    padding: 100px 0;
}
span.line {
    width: 1px;
    height: 10rem;
    background: #e4e6dc;
}
.title-thrid-prest-block {
    text-align: center;
    margin-bottom: 50px;
}
.title-thrid-prest-block span.sub-title {
    justify-content: center;
}
.right-prest-thrid-block-content a.btn-content {
    background: transparent;
    padding: 10px 24px;
    border-radius: 50px;
    margin-top: 50px;
    border: 1px solid #e4e6dc;
}
section.thrid-prest-block.inverse .thrid-prest-block-content {
    grid-template-columns: 1fr 30%;
}
section.thrid-prest-block.inverse .right-prest-thrid-block-content {
    display: flex;
    flex-direction: column;
    align-items: end;
}
section.thrid-prest-block.inverse .right-prest-thrid-text {
    display: flex;
    flex-direction: column;
    align-items: end;
}
section.thrid-prest-block.inverse {
    background-color: #fff;
    background-image: none;
    padding: 100px 0;
}
section.thrid-prest-block.inverse .icon-prest-thrid{
    background: #e4e6dc;
}
section.thrid-prest-block.inverse .thrid-prest-block-image{
    background: #e4e6dc;
}
.contact-content {
    display: grid;
    grid-template-columns: 47% 48%;
    gap: 60px;
}
.intro {
    font-size: 26px;
    font-style: normal;
    font-weight: bold;
    color: #98a437;
}
.title-coordonne {
    font-size: 18px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: bold;
    color: #223740;
}
.coordonne_cont a,
.coordonne_cont .adr {
    color: #565753;
    font-style: normal;
    font-size: 20px;
}
.coordonne_cont {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 20px 0;
}
div#Map {
    width: 100%;
    height: 100%;
    z-index: 0;
}
.Tablet div#Map {
  height: 400px;
}
input#mail {
    display: none;
}
section.contact-block .form-input {
    margin: 5px 0px;
    display: block;
    width: 100%;
    border-radius: 10px;
    min-height: 45px;
    font-size: 14px;
    font-weight: 500;
    padding: 0.688rem 1rem;
    margin: 0.5rem 0 0.5rem;
    line-height: normal;
    font-family: inherit;
    color: #223740;
    border: 1px solid #e4e6dc;
    background-clip: padding-box;
    appearance: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.input-cont label {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    color: #223740;
}
.flex-input-cont {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 5px;
}
.ContactezNous b {
    font-size: 30px;
    color: #223740;
}
section.contact-block {
    padding: 100px 0;
}
section.contact-block input.btn.btn-submit,
.slide-devis .Devisgratuit input.btn.btn-submit{
    font-size: 16px;
    font-weight: 600;
    padding: 14px 24px;
    cursor: pointer;
    line-height: normal;
    text-align: center;
    border-radius: 10px;
    background: #99a537;
    border: 1px solid #99a537;
    color: #fff;
    transition: 0.5s ease-in-out;
    margin-top: 15px;
}
section.contact-block input.btn.btn-submit:hover{
    background: #223740;
}
textarea.form-input {
    height: 80px;
    max-width: 100%;
    width: 100%;
}

.text-scroll-foot {
    background-color: #707c11;
    padding: 1.5rem 0rem;
    display: flex;
}
span.text-scroll-texte {
    color: #fff;
    font-size: 23px;
    font-weight: bold;
}
span.icon-text-scroll {
    width: 28px;
    height: 28px;
}
span.icon-text-scroll {
    width: 28px;
    height: 28px;
    display: block;
}
span.icon-text-scroll img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.text-srcoll-content {
    display: flex !important;
    align-items: center;
    gap: 10px;
    margin: 0 20px;
}
.footer {
    background: url(../images/img/foter-4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.footer_title {
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 10px;
}
.link_footer a {
    color: #A7B5BB;
    font-size: 18px;
    padding: 10px 0;
    display: block;
}
.footer-content {
    padding: 100px 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: space-between;
}
.footer a.logo {
    padding: 15px 28px 15px 28px;
    border-style: solid;
    border-width: 1.8px;
    border-color: #FFFFFF26;
    border-radius: 50px;
    display: block;
    transform: rotate(90deg);
}
.footer a.logo img {
    width: 159px;
    height: 41px;
    object-fit: contain;
    margin: 0;
}
.logo-header::before {
    top: -180px;
    background: #FFFFFF26;
}
.logo-header::before,
.logo-header::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    transform: rotate(90deg);
}
.logo-header::after {
    bottom: -180px;
    background: #FFFFFF26;
}
.logo-header {
    position: relative;
}
.adress-foot,
.num-phone,
.mail-foot {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px 0;
}
.adr {
    color: #fff;
    font-size: 18px;
}
.num-phone-link a {
    padding: 4px;
}
.lien_footer {
    position: relative;
}
.lien_footer .state-google {
    position: static;
    transform: none;
    margin-top: 30px;
}
.lien_footer .state-google .right-state {
    background: #99A537;
}
.lien_footer span.stat-number img {
    filter: brightness(0) invert(1);
}
.lien_footer span.state-avis{
    color: #fff;
}
.lien_footer a.btn-content {
    background: none;
    padding: 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    margin-top: 20px;
    align-items: center;
    gap: 8px;
}
.block-rs {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
} 
.block-rs a img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    transition: all .3s ease;
}
.block-rs a:hover img { 
    filter: drop-shadow(1px 1px 3px black);
}
.reseau {
    margin: 20px 0;
}
.bottom-footer{
    background: #192B32;
}
.bottom-footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copyright span,
.copyright a {
    color: #A7B5BB;
}
.logo-akisiweb img {
    width: 150px;
    height: 25px;
    object-fit: contain;
}
.bottom-footer {
    background: #192B32;
    padding: 35px 0;
}
.Mobile .container {
    padding: 0 10px;
}
.Tablet .container {
    padding: 0 40px;
}
.Mobile .nav-menu, 
.Tablet .nav-menu {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 99;
}
.Mobile .nav-menu.active .nav-list, 
.Tablet .nav-menu.active .nav-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    margin: 0 20px;
}
.Mobile .nav-menu .nav-list, 
.Tablet .nav-menu .nav-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: all 0.3s ease;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
}
.Mobile ul.nav-list, .Tablet ul.nav-list {
    flex-direction: column;
}
.Mobile li.nav-item,
.Tablet li.nav-item {
    max-width: 100%;
}
.Mobile header.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99999;
}
.Mobile .slide-text {
    padding: 20px;
}
.Mobile .state-google{
    display: none;
}
.Mobile .caption {
    top: 60%;
}
.Mobile .header-content,
.Tablet .header-content {
    padding: 20px;
    position: relative;
}
.Mobile span.title-slide::first-line, 
.Mobile span.title-slide-p,
.Mobile span.title-slide,
.Tablet span.title-slide::first-line, 
.Tablet span.title-slide-p,
.Tablet span.title-slide {
    font-size: 40px;
    color: #fff;
}
.Mobile .btn-slide {
    gap: 0px;
    flex-wrap: wrap;
}
.Mobile .captionSlider,
.Tablet .captionSlider {
    grid-template-columns: 100%;
}
.Mobile .SliderBlock {
    height: 700px;
}
.Mobile .SliderImage {
    height: 700px;
}
.Mobile section.rappel .container {
    grid-template-columns: 100%;
}
.Mobile section.rappel p {
    font-size: 22px;
    margin-bottom: 20px;
}
.Mobile section.rappel::before,
.Tablet section.rappel::before {
    background: #99A537;
}
.Mobile .first-block-content,
.Tablet .first-block-content {
    grid-template-columns: 100%;
    gap: 30px;
}
.Mobile .first-image {
    height: 400px;
}
.Mobile .right-first-block-content h1,
.Mobile .left-top-p-block-content h1,
.Tablet .right-first-block-content h1,
.Tablet .left-top-p-block-content h1 {
    font-size: 35px;
    line-height: 1;
}
.Mobile h2,
.Tablet h2 {
    font-size: 25px;
}
.Mobile .state-right-first-block {
    display: grid;
    gap: 30px;
    margin-top: 30px;
    text-align: center;
    grid-template-columns: repeat(2, 1fr);
}
.Mobile section.first-block,
.Tablet section.first-block {
    padding: 50px 0;
}
.Mobile span.title-categorie {
    font-size: 25px;
    line-height: 32px;
    width: 100%;
}
.Mobile .flex-categorie {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    row-gap: 50px;
}
.Mobile .cat-info {
    font-size: 18px;
    line-height: 30px;
}
.Mobile .text-cat {
    justify-content: start;
    gap: 0px;
    flex-wrap: wrap;
}
.Mobile section.categorie,
.Mobile section.second-block,
.Tablet section.categorie,
.Tablet section.second-block {
    padding: 50px 0;
}
.Mobile .top-second-block {
    flex-wrap: wrap;
    gap: 15px;
}
.Mobile .title-text-two h2 {
    margin: 0;
    max-width: 100%;
}
.Mobile .second-block-content,
.Tablet .second-block-content,
.Mobile .thrid-block-content,
.Tablet .thrid-block-content {
    grid-template-columns: 100%;
}
.Mobile .right-second-block-content,
.Mobile .left-second-block-content p, 
.Mobile .left-second-block-content h2 {
    padding: 10px;
}
.Mobile .left-second-block-content p, 
.Mobile .left-second-block-content h2 {
    margin-bottom: 20px;
}
.Mobile .images-second-block {
    flex-wrap: wrap;
}
.Mobile .second-image {
    height: 350px;
}
.Mobile .thrid-block, 
.Tablet .thrid-block {
    padding: 50px 0 50px;
}
.Mobile .left-thrid-block span.sub-title {
    margin-bottom: 20px;
}
.Mobile .left-thrid-block h2, 
.Mobile .left-thrid-block p {
    padding: 10px;
}
.Mobile .right-thrid-block {
    padding: 10px;
    margin-top: -1rem;
}
.Mobile .top-right-thrid-block {
    flex-wrap: wrap;
}
.Mobile .bottom-right-thrid-block {
    grid-template-columns: 100%;
}
.Mobile .fourth-block-content,
.Tablet .fourth-block-content {
    padding: 50px 0;
    grid-template-columns: 100%;
}
.Mobile .fourth-block-image,
.Tablet .fourth-block-image {
    display: none;
}
.Mobile .footer-content {
    padding: 50px 0;
    flex-wrap: wrap;
    gap: 20px;
}
.Mobile .footer a.logo {
    transform: none;
}
.Mobile .lien_footer .state-google {
    display: none;
}
.Mobile .logo-header::before, 
.Mobile .logo-header::after {
    display: none;
}
.Mobile .bottom-footer-content {
    flex-direction: column;
}
.Mobile .top-prest-block-content,
.Tablet .top-prest-block-content {
    grid-template-columns: 100%;
    gap: 20px;
}
.Mobile section.first-prest-block {
    padding-top: 50px;
}
.Mobile .gig-title,
.Tablet .gig-title{
    display: none;
}
.Mobile .special-block-content,
.Tablet .special-block-content {
    grid-template-columns: 100%;
    margin-top: 30px;
    gap: 50px;
}
.Mobile .image-special-block.one-image-sp {
    width: 100%;
}
.Mobile .image-special-block.two-image-sp img {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    height: 289px;
}
.Mobile .image-special-block.two-image-sp {
    margin: 30px 0;
}
.Mobile .sp-state {
    margin: -8rem 0rem 0rem 5rem;
}
.Mobile section.second-prest-block,
.Tablet section.second-prest-block {
    padding-bottom: 50px;
}
.Mobile section.thrid-prest-block.inverse,
.Mobile section.thrid-prest-block,
.Tablet section.thrid-prest-block.inverse,
.Tablet section.thrid-prest-block {
    padding: 50px 0;
}
.Mobile section.thrid-prest-block.inverse .thrid-prest-block-content,
.Mobile .thrid-prest-block-content,
.Tablet section.thrid-prest-block.inverse .thrid-prest-block-content,
.Tablet .thrid-prest-block-content {
    grid-template-columns: 100%;
}
.Mobile .fleche {
    display: none;
}
.Mobile section.thrid-prest-block.inverse .right-prest-thrid-text,
.Mobile section.thrid-prest-block.inverse .right-prest-thrid-block-content {
    align-items: center;
}
.Mobile section.thrid-prest-block.inverse .right-prest-thrid-block-content a.btn-content {
    margin: 24px 0 30px;
}
.Mobile section.thrid-prest-block .title-thrid-prest-block {
    margin-bottom: 25px;
}
.Mobile .left-prest-thrid-block-content,
.Tablet .left-prest-thrid-block-content {
    margin-bottom: 40px;
}
.Mobile section.thrid-prest-block.inverse .left-prest-thrid-block-content{
    margin-bottom: 0;
}
.Mobile div#Map {
    width: 100%;
    height: 340px;
}
.Mobile section.contact-block {
    padding: 50px 0;
}
.Mobile .coordonne_cont {
    grid-template-columns: 100%;
}
.Mobile .ContactezNous b {
    font-size: 25px;
    margin-bottom: 13px;
    display: block;
}
.Mobile .contact-content,
.Tablet .contact-content {
    display: flex;
    gap: 40px;
    flex-direction: column-reverse;
}
.Mobile .flex-input-cont {
    grid-template-columns: 100%;
}
.Mobile section.contact-block input.form-input {
    max-width: 100%;
}
.Mobile .coordonne_cont a, 
.Mobile .coordonne_cont .adr {
    font-size: 18px;
}
.Mobile ul.nav-submenu,
.Tablet ul.nav-submenu {
    position: static;
    min-width: 250px;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    background: none !important;
    box-shadow: none;
    padding: 0;
}
.Mobile .number-phone,
.Tablet .number-phone {
    background: #223740;
    justify-content: center;
}
.Mobile .phone-links,
.Tablet .phone-links {
    flex-direction: inherit;
    gap: 22px !important;
}
.Mobile .phone-links a,
.Tablet .phone-links a{
    color: #fff;
}
.Mobile .icon-phone,
.Tablet .icon-phone{
    background: transparent;
    border: none;
}
.Tablet section.rappel p {
  line-height: 1;
}
.Tablet .first-image {
  height: 500px;
  margin: auto;
}
.Tablet span.title-categorie {
  font-size: 30px;
  width: 100%;
  line-height: 35px;
}
.Tablet .cat-info {
  font-size: 20px;
}
.Tablet .text-cat,
.Tablet .top-second-block {
  display: grid;
  grid-template-columns: 1fr 23%;
}
.Tablet .top-second-block {
  grid-template-columns: 1fr 29%;
}
.Tablet .footer-content {
  flex-wrap: wrap;
  padding: 50px 0;
}
.Tablet textarea.form-input {
  max-width: 100%;
}
section.contact-block .form-input{
    max-width: 100%;
}
.Tablet section.contact-block{
    padding: 50px 0;
}
div#Messages {
    text-align: center;
    background-color: #000;    
    padding: 10px;
    width: 100%;
    z-index: 9999999;
    position: fixed;
    top: 0;
    left: 0;
}

div#Messages p {
    margin: 0;
    color: #fff;     
    font-size: 20px;
    text-align: center
}
.Tablet div#Messages p,
.Mobile div#Messages p {
    font-size:14px;
}
section.section-mentions{
    padding: 100px 0;
}
.Mobile section.section-mentions,
.Tablet section.section-mentions {
    padding: 50px 0;
}
section.section-mentions h3 {
    margin: 20px 0 10px;
}
.blog_pageIntrouvable {
    background: #fff;
    position: fixed;
    height: 100%;
    width: 100%;
    font-size: 18px;
    z-index: 10000 !important;
    text-align: center;
    top: 0;
    left: 0;
}
.blog_pageIntrouvable .d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.blog_pageIntrouvable span {
  color: #000;
}

.blog_pageIntrouvable > div {
  height: 100%;
  color: #333
}
.blog_pageIntrouvable .h1 {
    font-size: 200px;
    color: #000000;
    font-weight: 600;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #000000;
}
.blog_pageIntrouvable a {
    color: #333;
}
.blog_pageIntrouvable a:hover {
    text-decoration: underline;
}
#noDesktop { display: none; }
.Mobile .blog_pageIntrouvable {
    font-size: 14px;
  }
  .Mobile .blog_pageIntrouvable a {
      display: block;
  }
  .Mobile .blog_pageIntrouvable p {
      font-size: 17px;
      letter-spacing: 5px;
      margin-top: -10px;
  }
  .Mobile .blog_pageIntrouvable h1 {
    font-size: 100px;
  }
li.nav-item > a::before,
li.nav-submenu-item > a::before{
    content: '';
    position: absolute;
    width: 0%;
    height: 3px;
    border-radius: 30px;
    background: #99A537;
    left: 0;
    bottom: -10px;
    transition: all .5s ease;
}
li.nav-submenu-item > a::before{
    bottom: 0 !important;
}
li.nav-item.active > a::before,
li.nav-submenu-item.active > a::before,
li.nav-item:hover > a::before,
li.nav-submenu-item:hover > a::before{
    width: 100%;
}
span.cat-icon {
    width: 60px;
    height: 60px;
    display: block;
    margin: auto;
}
span.cat-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-bottom: 10px;
}
.nacelle {
    width: 120px;
    height: 120px;
    display: block;
    margin: 20px 0 0;
}
.nacelle img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.nav-mobile span {
    width: 19px;
    height: 2px;
    background: #223740;
    display: block;
    margin: 4px 0;
}
.Mobile .copyright {
    text-align: center;
}
.slide-devis .Devisgratuit {
    width: 80%;
    float: right;
    background: #00000096;
    padding: 40px;
    border-radius: 10px;
}
.slide-devis .Devisgratuit input.form-input {
    max-width: 100%;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 15px;
}
.slide-devis .Devisgratuit textarea.form-input {
    border-radius: 10px;
    border: none;
    padding: 15px;
    font-family: inherit;
    font-size: 18px;
}
.slide-devis .Devisgratuit span {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}
.Mobile .slide-devis .Devisgratuit {
    width: 100%;
    float: none;
    padding: 30px 10px;
    margin-top: 50px;
}
.Tablet .slide-devis .Devisgratuit {
    float: none;
    margin: 50px auto 0;
}