* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a, 
a:hover, 
a:focus {
    text-decoration: none;
    outline: none;
}
body {  
    font-family: 'Calibri', sans-serif;
    font-size: 17px;
    line-height: 1.5;
    color: #333;
}
img {
    max-width: 100%;
}
h1, h2, h3, h4 {
    line-height: 1.1;
    margin-bottom: 10px;
}
h1 {
    font-size: 36px;
    margin-bottom: 20px;
}
.Mobile h1 {
    font-size: 28px;
}
h2 {
    font-size: 32px;
}
.Mobile h2 {
    font-size: 24px;
}
h3 {
    font-size: 24px;
    margin: 15px 0 5px;
}
.Mobile h3 {
    font-size: 22px;
}
h4 {
    font-size: 22px;
}
.container {
    max-width: 1560px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}
main .container,
footer .container {
    max-width: 1200px;
}

/*header*/
.header {
    position: absolute;
    z-index: 1;
    width: 100%;
}
.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px;
}
.contact-top {
    display: flex;
    align-items: center;
    gap: 20px;
}
.contact-top a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #1E1E1E;
    font-weight: 500;
    font-size: 17px;
}
.contact-top img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}
.logo {
    display: flex;
}
.logo img {
    width: 250px;
    height: 100px;
    object-fit: contain;
}
.Mobile .logo img {
    width: 175px;
    height: 70px;
}
.header-bottom {
    background: #fff;
    box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.1);
    transition: all .3s ease;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    animation: slideDown .3s ease;
    transition: all .3s ease;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.Desktop ul.nav-list {
    display: flex;
    justify-content: center;
    padding: 10px 15px;
}
.fixed ul.nav-list {
    gap: 20px;
}
.Desktop li.nav-item {
    display: flex;
    text-align: center;
    position: relative;
}
.Desktop ul.nav-submenu {
    display: block;
    position: absolute;
    z-index: 555;
    top: calc(100% + 15px);
    left: -12px;
    min-width: 100%;
    white-space: nowrap;
    margin-top: 0;
    margin-left: 0;
    border: unset;
    border-radius: unset;
    padding: 15px 0;
    text-align: left;
    background: #fff;
    box-shadow: 10px 11px 38px 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in;
}
.Desktop ul.nav-submenu {
    width: max-content;
}
.Desktop li.nav-item:hover > ul.nav-submenu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    transform: rotateX(0) translateZ(0);
}
li.nav-item a {
    position: relative;
    z-index: 0;
    color: #1e1e1e;
    font-weight: 600;
    line-height: 1.1;
    padding: 20px 5px;
    font-size: 16px;
}
.Desktop li.nav-item.active > a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -2;
    background-image: url(../images/img/bg-menu.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 30px auto;
}
.Desktop li.nav-item.active > a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    display: block;
    background-color: #fff;
    z-index: -1;
    margin: auto;
}
.Desktop li.nav-item:hover > a,
li.nav-item.active > a {
    color: #0b3d19;
}
li.nav-submenu-item {
    display: block;
}
li.nav-submenu-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 20px 13px 30px;
}
li.nav-submenu-item a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 0;
    background: #0b3d19;
    transition: all 0.3s;
}
.Desktop li.nav-submenu-item:hover a::before,
li.nav-submenu-item.active a::before {
    height: 100%;
    transition: all 0.3s;
}
.Desktop li.nav-submenu-item:hover a,
li.nav-submenu-item.active a {
    color: #0b3d19;
    transition: all 0.3s;
}

/* 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;
}
.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;
}
.slick-dots {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.slick-dots li {
  display: inline-block;
  margin-right: 10px;
}
.slick-dots li button {
  border: 1px solid #ffffff;
  border-radius: 100%;
  padding: 0;
  width: 25px;
  height: 25px;
  background: none;
  font-size: 14px;
  color: #fff;
  transition: all .3s ease;
  cursor: pointer;
}
.slick-dots li:hover button,
.slick-dots .slick-active button{
  background: #ffffff;
  color: #003366;
}
.slick-dots li button:focus{
  outline: 0 !important;
}

/*homeslider*/
.homeslider {
    position: relative;
    z-index: 0;
    height: 800px;
    overflow: hidden;
}
.homeslider::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #f7f4efe3 15%, #489f1029 20%);
    z-index: 1;
}
.slider-img {
    height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
    align-items: center;
}
.caption {
    position: absolute;
    z-index: 1;
    top: 62%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1160px;
    width: 90%;
}
.captionSlider {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.titre-s {
    color: #faab34;
    font-family: cursive;
    font-size: 22px;
    text-shadow: 0px 0px 3px #000;
}
.titre-h1 {
    font-size: 40px;
    line-height: 1;
    margin: 20px 0 40px;
    color: #fff;
    font-style: italic;
    text-shadow: 0px 0px 7px #00000096;
}
.titre-h1:first-line {
    font-size: 62px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-style: normal;
}
.titre-h1_ {
    font-size: 62px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-style: normal;
    line-height: 1;
    margin: 10px 0 20px;
    color: #fff;
    text-shadow: 0px 0px 7px #00000096;
}
.h-btn {
    display: flex;
    gap: 20px;
}
.h-btn a,
input.contact-btn {
    background: #0b3d19;
    color: #fff;
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: all .3s ease;
}
.h-btn a:hover,
input.contact-btn:hover {
    background: #faab34;
    color: #000;
    transition: all .3s ease;
}
.titre-ds {
    text-transform: uppercase;
    font-weight: 600;
    color: #0b3d19;
    text-align: center;
    margin-bottom: 10px;
    font-size: 30px;
}
input#mail {
    display: none;
}
.form-input {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
    padding: 10px;
    font-family: inherit;
    font-size: 15px;
    border: 1px solid #0b3d19;
    background: #ffffff63;
    color: #1e1e1e;
    outline: none;
}
.form-input::placeholder {
    color: #1e1e1e;
}
textarea.form-input {
    min-height: 100px;
}
.devisSlider {
    position: relative;
    z-index: 0;
    background-color: #fff;
    padding: 40px;
    border-radius: 5px;
}
.Desktop .devisSlider {
    max-width: 450px;
    min-width: 450px;
}
.devisSlider::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url(../images/img/bg-devi-s.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/*accroche*/
.accroche {
    background: #0B3D19;
}
.bloc-acc {
    padding: 40px 15px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
}
.item-acc {
    padding: 0 15px;
    display: flex;
    align-items: center;
}
.count-acc {
    margin: 5px 22px 0px 0px;
    color: #8EC135;
    font-size: 44px;
}
.text-acc {
    margin: 10px 0px 0px 0px;
    color: #fff;
    text-transform: uppercase;
    width: 50%;
    font-weight: 600;
}
.count-acc span {
    font-size: 30px;
}
.accroche .container {
    max-width: 1160px;
}

/*cat*/
.section-cat {
    padding: 20px 0;
}
.slick-cat {
    display: flex;
    overflow: hidden;
}
.item-cat {
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    position: relative;
    z-index: 0;
    margin: 0 10px;
    padding: 15px;
    display: flex !important;
    justify-content: center;
    align-items: flex-end;
    transition: background 0.5s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.Desktop .item-cat {
    min-width: 350px;
}
.item-cat::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 90%;
    height: 85%;
    border: 1px solid #BCBCBC;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.item-cat:hover {
    background-position: 50% 0%;
    transition: background 0.5s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.item-cat:hover::before {
    opacity: 0;
    transition: all .3s ease;
}
.text-cat {
    width: 95%;
    text-align: center;
    padding: 15px 10px 25px;
}
.text-cat a {
    color: #ffffff;
    font-size: 24px;
    text-shadow: 0px 0px 3px #000;
}

/*section-1*/
.p-100 {
    padding: 100px 0;
}
.Mobile .p-100 {
    padding: 50px 0;
}
.section-1 {
    background-image: url(../images/img/bg-sect-1.webp);
    background-position: calc(50vw + 100px) calc(50% + 100px);
    background-repeat: no-repeat;
    background-size: 800px auto;
}
.bloc-titre-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.Desktop .titre01 {
    max-width: 80%;
}
.titre01 h1 {
    text-transform: uppercase;
    color: #22252b;
    letter-spacing: 1px;
}
.btn-1 a {
    background: 0 0;
    box-shadow: inset 250px 0 #22252b;
    color: #fff;
    border: 2px solid #22252b;
    padding: 20px 28px;
    transition: .6s ease;
}
.btn-1 a:hover {
    color: #22252b;
    box-shadow: inset 0 0 #22252b;
    transition: .6s ease;
}
.bloc-text-1 {
    background: #fff;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.15);
    padding: 20px;
    opacity: .8;
}
.text-1 {
    display: flex;
    gap: 20px;
    justify-content: center;
}
.text-1 h2 {
    color: #0b3d19;
}
.icon-1 {
    min-width: 80px;
    width: 80px;
    height: 80px;
    position: relative;
    z-index: 0;
}
.icon-1:before {
    content: '';
    display: block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    transition: .4s ease;
    top: calc(50% - 20px);
    left: calc(50% - 25px);
    background: #8EC135;
}
.icon-1 img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.btn-tel {
    display: flex;
    width: max-content;
    margin: 20px 0 0 100px;
}
.btn-tel a {
    color: #000;
    border: 2px solid #000;
    padding: 10px 15px;
    font-weight: 600;
    box-shadow: inset 0 0 #8EC135;
    transition: .6s ease;
}
.btn-tel a:hover {
    box-shadow: inset 250px 0 #87c82f;
    transition: .6s ease;
}

/*section-2*/
.bloc-sect-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 40px;
}
.img-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.titre {
    color: #0b3d19;
    font-family: cursive;
    font-size: 22px;
    text-shadow: 0px 0px 1px #00000099;
    position: relative;
    z-index: 0;
    padding-left: 55px;
    margin-bottom: 20px;
}
.titre::before {
    content: "";
    position: absolute;
    width: 48px;
    height: 45px;
    background-image: url(../images/img/sc.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    bottom: 0;
}
.btn-2,
.btn-5 {
    margin-top: 30px;
    display: flex;
}
.btn-2 a {
    border: 2px solid #0b3d19;
    color: #000;
    padding: 15px 30px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
}
.btn-2 a:hover {
    background: #0b3d19;
    color: #fff;
    transition: all .3s ease;
}
.box-icon {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 40px;
}
.item-box {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    padding: 5px 10px;
}
.icon-2 {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
    border-radius: 50%;
}
.icon-2 img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}
span.text-icon-2 {
    font-size: 22px;
    text-align: center;
    font-family: serif;
    letter-spacing: .5px;
    color: #3e3a3b;
}

/*section-3*/
.section-3 {
    background-image: url(../images/img/bg-sect-3.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.bloc-sect-3 {
    position: relative;
    z-index: 0;
}
.main-line {
    background: #8ec135;
    left: 50%;
    margin-left: -1px;
    position: absolute;
    right: 50%;
    top: 0;
    height: 100%;
    width: 2px;
}
.item-sect-3 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-bottom: 60px;
    overflow: hidden;
}
.line {
    background: #8ec135;
    left: 50%;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    height: 8px;
    width: 8px;
    margin: 0 0 0 -4px;
    border-radius: 50%;
}
.bloc-3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
}
.bloc-3 {
    display: flex;
}
.bloc-3 > div {
    width: 50%;
    padding: 40px 15px 0 15px;
}
.img-3 {
    display: block;
    text-align: right;
}
.img-3 img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 50%;
}
.rev .bloc-3 {
    flex-direction: row-reverse;
}
.rev .img-3 {
    text-align: left;
}

/*section-4*/
.section-4-1 {
    position: relative;
    z-index: 0;
    max-width: 1560px;
    margin: auto;
}
.section-4-1::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    max-width: calc(100% - 40px);
    width: 1350px;
    height: 15px;
    z-index: -1;
    background-color: #8ec135;
}
.section-4-1:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 60%) 35%, #003404 100%);
    background-repeat: repeat-x;
}
.section-4-2 {
    box-shadow: inset 0 100px #003404;
}
.block-title {
    position: relative;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    padding-left: 40px;
    margin: 25px 0 40px;
}
.block-title span {
   font-family: cursive;
   display: block;
   font-style: italic;
}
.block-title:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background: #faab34;
    left: -20px;
    top: 25px;
}
.img-4 {
    width: 100%;
    height: 500px;
}
.img-4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bloc-text-4 {
    position: absolute;
    z-index: 11;
    bottom: 100px;
    left: 0;
    width: 100%;
}
.text-4 {
    color: #fff;
}
.bloc-sect-4-2 {
    display: grid;
    grid-template-columns: 25% 75%;
    justify-content: center;
}
.box-rea {
    display: grid;
    gap: 30px;
    justify-content: center;
    grid-template-columns: repeat(2, 1fr);
}
.box-rea img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    background: #ccc;
}
.btn-4 {
    margin-top: 30px;
}
.btn-4 a {
    background: #0b3d19;
    color: #fff;
    border-radius: 25px;
    padding: 10px 25px;
    position: relative;
    padding-right: 40px;
    transition: all .3s ease;
}
.btn-4 a:hover {
    background: #faab34;
    color: #000;
    transition: all .3s ease;
}
.btn-4 a::before {
    position: absolute;
    content: "→";
    color: #faab34;
    font-size: 17px;
    transition: all .3s;
    z-index: 9;
    right: 18px;
    transition: all .3s ease;
}
.btn-4 a:hover::before {
    color: #fff;
    transition: all .3s ease;
}

/*section-5*/
.bloc-sect-5 {
    display: grid;
    grid-template-columns: 55% 45%;
    justify-content: center;
    gap: 30px;
}
.bloc-sect-5.rev {
    grid-template-columns: 45% 55%;
}
.bloc-5-1 {
    background: #0b3d19;
    padding: 30px 0;
}
.row-bloc-5 {
    display: grid;
    grid-template-columns: 220px auto;
    justify-content: center;
}
.img-5-1 {
    position: relative;
    overflow: hidden;
    height: 350px;
    background: center center #957d68;
    left: -30px;
    transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);
}
.img-5-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bloc-text-5 {
    color: #fff;
    padding-right: 20px;
}
.titre-5 {
    color: #faab34;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0px 0px 1px #00000099;
    margin-bottom: 10px;
}
.btn-5 a,
.btn-devis-g {
    background: transparent;
    border: 2px solid #ffffff;
    color: #fff;
    padding: 10px 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
}
.btn-5 a:hover,
.btn-devis-g:hover {
    background: #faab34;
    color: #000;
    transition: all .3s ease;
}
.text-5 h2 {
    font-size: 28px;
}
.bloc-5-2 {
    position: relative;
}
.contour {
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    top: 0;
    left: 15px;
    border: 7px solid #faab34;
    transform: translate(-20px, -20px);
    transition: all .3s ease-out;
}
.bloc-5-2:hover .contour {
    transform: translate(0, 0);
    transition: all .3s ease-out;
}
.bloc-contenu {
    position: absolute;
    bottom: -50px;
    left: 40px;
    max-width: 360px;
    padding: 20px 15px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}
.bloc-contenu span {
    display: block;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 8px;
    position: relative;
    padding-left: 25px;
}
.bloc-contenu span::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../images/img/check.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.img-5-2 {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    overflow: hidden;
}
.img-5-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    display: block;
    transition: all .6s cubic-bezier(0.3, 0.83, 0.58, 0.95);
}
.bloc-5-2:hover img {
    transition: all .6s cubic-bezier(0.3, 0.83, 0.58, 0.95);
    transform: scale(1.02);
}

/*footer*/
footer.footer {
    margin-top: 100px;
}
.footer-top {
    position: relative;
    background: #0b3d19;
    padding: 100px 0 50px;
}
.footer-top::before {
    content: "";
    position: absolute;
    width: 824px;
    max-width: 100%;
    height: 200px;
    background-image: url(../images/img/bg-rappel.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 50%;
    transform: translate(-50%, -30%);
}
.bloc-rappel {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.titre-rappel {
    color: #fff;
    font-family: serif;
    font-size: 36px;
    max-width: 75%;
    line-height: 1.3;
}
form#rappel_immediat {
    display: flex;
    flex-direction: column;
    width: 250px;
    position: relative;
}
.footer-bottom {
    background-image: url(../images/img/bg-footer.webp);
    background-position: 0 0;
    position: relative;
    z-index: 0;
    padding-top: 80px;
}
.footer-bottom::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    top: 0;
    left: 0;
}
.row-footer {
    display: grid;
    grid-template-columns: 28% 44% 28%;
    justify-content: center;
    padding-bottom: 50px;
}
.titre-f {
    color: #8ec135;
    font-size: 24px;
    margin-bottom: 15px;
    font-family: cursive;
}
ul.nav-f li {
    display: block;
    margin-bottom: 5px;
}
ul.nav-f li a,
.copyright a,
.contact-f,
.tel-f a {
    color: #fff;
    transition: all .3s ease;
}
ul.nav-f li a:hover {
    color: #8ec135;
    transition: all .3s ease;
}
.contact-f span {
    padding-right: 7px;
    opacity: .7;
}
.Desktop .serv ul.nav-f {
    column-count: 2;
}
.copyright {
    color: #fff;
    padding: 20px 0;
    border-top: 1px solid #ffffff1a;
}
a.logo-ag {
    display: inline-flex;
    position: relative;
    top: 5px;
}
a.logo-ag img {
    width: 150px;
    height: 25px;
    object-fit: contain;
}
.copyright em {
    margin: 0 5px;
}
.adresse-f {
    display: flex;
}

/*presta*/
.rev .img-2,
.rev .bloc-5-p {
    order: 2;
}
.bloc-5-p {
    background: #0b3d19;
    color: #fff;
    padding: 30px 20px;
}
.p-top {
    padding-top: 80px;
}
.Mobile .p-top {
    padding-top: 50px;
}

/*villes*/
.bloc-sect-1-v {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
    justify-content: center;
}

/*resp*/
.Mobile header.header,
.Tablet header.header {
    position: fixed;
    background: #fff;
    width: 100%;
    top: 0;
}
.nav-mobile img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}
.Mobile .header-bottom,
.Tablet .header-bottom {
    padding: 5px 0;
}
.contact-top-mobile {
    display: flex;
    gap: 15px;
    justify-content: center;
}
.contact-top-mobile a {
    background: #8EC135;
    border-radius: 8px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 7px 10px;
}
.contact-top-mobile img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.Mobile .homeslider,
.Tablet .homeslider,
.Mobile .slider-img,
.Tablet .slider-img {
    height: 600px;
}
.Mobile .caption,
.Tablet .caption {
    top: 59%;
}
.Mobile .h-btn a {
    padding: 15px 13px;
}
.Mobile .bloc-acc,
.Tablet .bloc-acc {
    padding: 25px 15px;
    grid-template-columns: repeat(2, 1fr);
}
.Mobile .count-acc {
    margin: 5px 15px 0px 0px;
    font-size: 28px;
}
.Mobile .text-acc {
    font-size: 16px;
}
.Mobile .devisSlider {
    padding: 40px 20px;
    overflow: hidden;
}
.Mobile .text-1 {
    flex-direction: column;
}
.Mobile .section-1 {
    background-position: bottom right;
}
.Mobile .bloc-sect-2 {
    grid-template-columns: 100%;
    gap: 40px;
}
.Mobile .box-icon,
.Tablet .box-icon {
    grid-template-columns: 100%;
    gap: 10px;
    margin-top: 30px;
}
.Mobile .item-box,
.Tablet .item-box {
    flex-direction: row;
    padding: 5px 10px;
}
.Mobile span.text-icon-2,
.Tablet span.text-icon-2 {
    font-size: 20px;
}
.Mobile .bloc-3 {
    flex-direction: column !important;
}
.Mobile .bloc-3 > div {
    width: 100%;
    padding: 40px 0 0 0;
}
.Mobile .text-3 {
    background: #fff;
    padding: 0;
    margin-top: 20px;
}
.Mobile .rev .img-3 {
    text-align: center;
}
.Mobile .bloc-text-4 {
    position: relative;
    bottom: 0;
    padding-top: 20px;
}
.Mobile .img-4 {
    height: 250px;
}
.Mobile .bloc-sect-4-2,
.Tablet .bloc-sect-4-2 {
    grid-template-columns: 100%;
    gap: 40px;
}
.Mobile .box-rea,
.Tablet .box-rea {
    gap: 15px;
}
.Mobile .box-rea img {
    height: 230px;
}
.Mobile .bloc-sect-5,
.Tablet .bloc-sect-5 {
    grid-template-columns: 100%;
}
.Mobile .row-bloc-5 {
    display: flex;
    flex-direction: column;
}
.Mobile .img-5-1 {
    height: 250px;
    top: -50px;
    left: auto;
    width: 95%;
    margin: auto;
}
.Mobile .bloc-text-5 {
    padding: 0 20px;
}
.Mobile .img-5-2 {
    height: 400px;
}
.Mobile .bloc-contenu {
    position: relative;
    bottom: 0;
    left: 0;
    max-width: 100%;
}
.Mobile .bloc-rappel {
    flex-direction: column;
    gap: 30px;
    align-items: baseline;
}
.Mobile .titre-rappel {
    font-size: 30px;
}
.Tablet .row-footer {
  grid-template-columns: repeat(3, 1fr);
}
.Mobile .row-footer {
    grid-template-columns: 100%;
    gap: 30px;
}
.Mobile .copyright {
    text-align: center;
}
.Mobile .copyright a {
    display: block;
    margin-top: 10px;
    text-align: center;
}
.Mobile .bloc-sect-1-v {
    grid-template-columns: 100%;
}
.Mobile .titre-h1_,
.Mobile .titre-h1:first-line {
    font-size: 40px;
}
.Tablet .titre-h1_,
.Tablet .titre-h1:first-line {
  font-size: 48px;
}
.Mobile .rev,
.Tablet .bloc-sect-5.rev {
    display: flex;
    flex-direction: column-reverse;
}
.Mobile footer.footer {
    margin-top: 20px;
}
.Mobile .footer-top::before {
    height: 100px;
}
.Tablet .item-cat {
    min-width: 200px;
}
.Mobile .item-cat {
    min-width: 300px;
}

/*menu-mobile*/
.Mobile .menu, 
.Tablet .menu {
    display: none;
    position: fixed;
    width: 100%;
    top: 134px;
    left: 0;
}
.Mobile ul.nav-list,
.Tablet ul.nav-list {
    background: #faab34;
    max-height: 500px;
    overflow-y: scroll;
}
.Mobile li.nav-item a,
.Tablet li.nav-item a {
    padding: 12px;
    display: block;
    border-bottom: 1px solid #00000026;
}
.Mobile li.nav-item.active > a,
.Tablet li.nav-item.active > a {
    background: #8ec135;
}

b.titre-album {
    font-size: 30px;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.row-rea {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    gap: 20px;
}
.Tablet .row-rea {
    grid-template-columns: repeat(3, 1fr);
}
.Mobile .row-rea {
    grid-template-columns: 100%;
}
a.swipebox img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}
.page-mention {
    padding: 50px 0;
}
.Mobile .page-mention,
.Tablet .page-mention {
    padding: 50px 15px;
}
div#Messages {
    background: #8ec135;
    color: #000;
    padding: 10px 5px;
    text-align: center;
    font-size: 19px;
}
.Mobile div#Messages,
.Tablet div#Messages {
    position: absolute;
    width: 100%;
    z-index: 11;
    font-size: 15px;
}

.blog_pageIntrouvable {
    background: #8ec135;
    position: fixed;
    height: 100%;
    width: 100%;
    font-size: 18px;
    z-index: 200000 !important;
    text-align: center;
    top: 0;
}
.blog_pageIntrouvable .d-flex {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.blog_pageIntrouvable > div {
    height: 100%;
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: #000;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #000;
}
.blog_pageIntrouvable span,
.blog_pageIntrouvable a {
    color: #000;
}
@media (max-width: 767px) {
  .blog_pageIntrouvable h1 {
    font-size: 100px;
  }
  .blog_pageIntrouvable p {
    font-size: 17px;
    letter-spacing: 5px;
    margin-top: -10px;
  }
  .blog_pageIntrouvable {
    font-size: 14px;
  }
  .blog_pageIntrouvable a {
    display: block;
  }
}

/*devis*/
.bloc-sect-devis {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    justify-content: center;
}
.Mobile .bloc-sect-devis,
.Tablet .bloc-sect-devis {
    grid-template-columns: 100%;
}
.devis-l {
    background-image: url(../images/img/bg-devis.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    overflow: hidden;
    padding-bottom: 50px;
    padding-right: 50px;
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.Mobile .devis-l {
    padding: 20px;
}
.Tablet .devis-l {
    padding: 50px;
}
.devis-l::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #0F352D00 20%, #0b3d19 80%);
}
.Mobile .devis-l::before,
.Tablet .devis-l::before {
    background: #00000091;
}
.tel-d {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 15px;
}
.tel-d div {
    display: flex;
    color: #fff;
    font-weight: 600;
    align-items: center;
    gap: 7px;
}
.tel-d span {
    color: #fff;
    font-weight: 600;
}
.tel-d a {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
}
.Mobile .tel-d a {
    font-size: 22px;
}
.devis-r {
    background: #0b3d19;
    border-radius: 15px;
    padding: 50px;
}
.Mobile .devis-r {
    padding: 50px 20px;
}
.titre-d-1 {
    background: #fff;
    color: #0b3d19;
    display: block;
    width: max-content;
    position: relative;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    border-radius: 50px;
    padding: 6px 19px 6px 36px;
}
.titre-d-1::before {
    content: "";
    position: absolute;
    left: 18px;
    top: calc(50% - 3px);
    background-color: #8ec135;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin-right: 10px;
    width: 8px;
}
.titre-d-2 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 25px;
    line-height: 1.3;
    font-weight: 600;
}
.devis-r .contact-btn {
    background: #8ec135;
    color: #000;
    border-radius: 10px;
    width: 100%;
}




