* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Calibri";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #333;
}
p {
    line-height: 1.6;
    font-size: 18px;
}
img {
    max-width: 100%;
}
a,
a:hover {
    text-decoration: none;
}
h1 {
    color: #000;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
}
.Mobile h1 {
    font-size: 26px;
    margin: 10px 0;
}
h2 {
    color: #000;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
}
.Mobile h2 {
    font-size: 24px;
    line-height: normal;
    margin: 10px 0;
}
h3 {
    font-size: 24px;
    margin: 10px 0 5px;
}
.Mobile h3 {
    font-size: 22px;
}
.container {
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    margin: auto;
}

@media screen and (min-width: 1300px) {
    header.header .container {
        max-width: 1300px;
    }
    .two-text {
        margin: 100px 100px 0px 100px; 
    }
    .first-content-two-text {
        gap: 100px;
    }
}
@media screen and (max-width: 1300px){
    .two-text {
        margin: 100px 80px 0px 80px;
        padding: 80px !important;
    }
    .second-content-two-text {
        grid-template-columns: 100% !important;
    }
    .two-text-image-2 {
        display: none;
    }
    .rappel .container {
        flex-direction: column;
        gap: 50px;
    }
    section.big-images-foot img {
        border-radius: 100px;
    }
    .shape-anim {
        display: none;
    }
    .shape-news {
        display: none;
    }
}

.Tablet .container {
    padding: 0 30px;
}

.header-top {
    background: #fff;
}
.bloc-header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.bloc-cont-top img {
    width: 20px;
    height: 20px;
}
.bloc-cont-top {
    display: flex;
    gap: 25px;
}
.adr-top,
.bloc-cont-top a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #000;
    font-size: 18px;
}
.links {
    display: flex;
    gap: 7px;
}
.links a:hover {
    background: #87ca6d;
    transition: all .3s ease;
}
.header-bottom {
    position: absolute;
    z-index: 111;
    width: 100%;
    /*background: linear-gradient(20deg, #0d227c 23%, #bb0b4a 66%, #fba824 87%);*/
    border-top: 1px solid rgba(6, 6, 6, 0.7);
    background: linear-gradient(20deg, #0d227c 23%, #bb0b4a 66%, #fba824 87%);
}
.bg-head {
    position: absolute;
    right: 80%;
    width: 100%;
    height: 100%;
    transform: skew(-20deg);
    background: #fff;
}
.bloc-header-bottom {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Desktop .menu {
    max-width: 78%;
    display: flex;
    align-items: center;
    gap: 30px;
}
.Desktop .nav-list {
    display: flex;
}
li.nav-item {
    position: relative;
    display: block;
    text-align: center;
    padding: 15px 3px 15px 5px;
    transition: all 0.3s ease 0s;
}
.Desktop li.nav-item.active > a, .Desktop li.nav-item:hover > a {
    color: #406034;
}
li.nav-item a {
    display: block;
    color: #000;
    font-weight: 600;
    font-size: 14px;
}
ul.nav-submenu {
    display: none;
    transition: all 0.3s ease 0s;
}
.Desktop ul.nav-submenu {
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    width: max-content;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    z-index: 1;
}
.Desktop li.nav-item:hover .nav-submenu {
    display: block;
    transition: all 0.3s ease 0s;

}
li.nav-submenu-item {
    display: block;
    transform: skew(0deg);
    border-bottom: 1px solid #ffffff29;
    transition: all 0.3s ease 0s;
}
li.nav-submenu-item a {
    padding: 8px 15px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 10px 20px;
    transition: all 0.3s ease 0s;
}
.Desktop li.nav-submenu-item:hover,
li.nav-submenu-item.active {
    background: #fff;
    transition: all 0.3s ease 0s;
}
.Desktop li.nav-submenu-item:hover > a,
li.nav-submenu-item.active > a {
    color: #000;
    transition: all 0.3s ease 0s;
}
.logo-top {
    position: relative;
    transform: skew(-20deg);
}
.Desktop .logo-top {
    min-width: 21%;
}
.logo-top span {
    position: absolute;
    right: -11px;
    height: 100%;
    transform: rotate(0deg);
    width: 5px;
    background: #fff;
}
a.logo {
    background: #fff;
    display: flex;
    align-items: center;
    padding: 5px 0;
}
.Desktop a.logo {
    justify-content: center;
    max-width: 193px;
    max-height: 104px;
}
a.logo img {
    width: 100%;
    height: 95px;
    object-fit: contain;
}

/* 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 0.3s ease 0s;
  cursor: pointer;
}
.slick-dots li:hover button,
.slick-dots .slick-active button{
  background: #ffffff;
  color: #003366;
}
.slick-dots li button:focus{
  outline: 0 !important;
}

/*=====================================header==========================================*/
.img-slider {
    height: 100vh;
}
.img-slider::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/img/hero_overlay_2.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.Mobile .img-slider::before,
.Tablet .img-slider::before {
    background: #0000007a;
}
.head-content{
    display: flex;
    justify-content: space-between;
}
.Desktop .menu nav.nav {
    width: 81%;
}
.btn {
    width: fit-content;
    padding: 20px 30px;
    background-color: #87ca6d;
    border: 2px solid #87ca6d;
    border-radius: 50px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: 300ms cubic-bezier(0.83, 0, 0.17, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn::before, .btn::after {
    content: "";
    width: 150%;
    aspect-ratio: 1 / 1;
    scale: 0;
    transition: 1000ms cubic-bezier(0.76, 0, 0.24, 1);
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    translate: -50% -50%;
}
.btn::before {
    top: 0;
    left: 0;
}
.btn::after {
    top: 100%;
    left: 100%;
}
.btn:hover::before, .btn:hover::after{
    scale: 1;
}
.btn.header-btn a{
    display: flex;
    align-items: center;
}
.btn.header-btn a p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    position: relative;
    z-index: 1;
    transition-delay: 0.5s;
}
.btn:hover a p{
    color: #87ca6d;
}
.btn.header-btn a img {
    position: relative;
    z-index: 1;
    transition-delay: 0.5s;
    padding-left: 10px;
    width: 34px;
    height: 24px;
    object-fit: contain;
    filter: brightness(0);
}
li.nav-item:has(ul.nav-submenu){
    padding-right: 20px;
}
li.nav-item:has(ul.nav-submenu)::before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(../images/img/headerarrow.webp);
    top: 24%;
    right: 0; 
    background-size: cover;
    background-repeat: no-repeat;
}
header.scrolled {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    transition: all 0.5s ease;
    background-color: #fff;
    border-bottom: 2px solid #87ca6d;
}
.header-slide {
    width: 100%;
    height: 100vh;
    background: #8f9090;
    overflow: hidden;
}
.slide-text-content .sub-title{
    color: #fff;
}
.sub-title {
    color: #406034;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}
.title-slider::first-line,
.title-slider-p {
    margin-top: 10px;
    color: #FFF;
    font-size: 79px;
    font-style: normal;
    font-weight: 700;
    line-height: 100px;
}
.title-slider{
    font-size: 40px;
    font-style: italic;
    color: #fff;
}
.slide-text-content {
    max-width: 761px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.slide-text-content .btn{
    width: fit-content;
}
/*=========================one-text==================*/
.one-text {
    padding: 100px 0px;
}
.one-text-flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}
.one-text-content .sub-title {
    color: #406034;
}
/*========================state=====================*/
.state-content {
    display: flex;
    justify-content: space-between;
}
.state-count {
    max-width: 300px;
    width: 100%;
    text-align: center;
}
.tite-count {
    max-width: 300px;
    width: 100%;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
    text-align: center;
    font-size: 24px;
}
.count-number {
    max-width: 300px;
    width: 100%;
    color: #000;
    text-align: center;
    font-size: 70px;
    font-weight: 800;
    line-height: 48px;
    justify-content: center;
}
.two-text {
    background-color: #F5F6F7;
    border-radius: 100px;
    padding: 100px;
    position: relative;
}
.choose3 {
    top: -107px;
    right: 0px;
    z-index: 0;
    width: 300px;
    height: 300px;
    object-fit: contain;
}
.choose4 {
    bottom: -55px;
    left: -100px;
    animation: brushFloat2 4s ease-in-out infinite;
    z-index: 0;
    width: 300px;
    height: 300px;
    object-fit: contain;
}
.position-absolute{
    position: absolute;
}
.two-text-image-1 {
    width: 100%;
    height: 870px;
}
.two-text-image-1 img{
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50px;
    background: #000;
    object-fit: cover;
}
.first-content-two-text {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}
.two-text-right {
    z-index: 1;
}
.two-text-image-2 {
    width: 100%;
    height: 400px;
}
.two-text-image-2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: #000;
    border-radius: 50px;
}
.second-content-two-text {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
}
.text-2 p {
    margin: 15px 0;
}
.text-3 h2 {
    margin: 20px 0;
}
.box-two-text {
    margin-top: 30px;
    gap: 30px;
    display: grid;
    margin-bottom: 60px;
    grid-template-columns: 1fr 1fr;
}
.box {
    max-width: 300px;
}
.title-box {
    margin: 10px 0px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}
.icon-box {
    width: 80px;
    height: 80px;
}
.icon-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.for-text {
    padding: 100px 0px;
}
.for-text-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.big-image {
    width: 100%;
    height: 330px;
}
.big-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: #000;
}
.big-image.bi-one img{
    border-radius: 0 0 30px 30px;
}
.big-image.bi-two img{
    border-radius: 30px 30px 0px 0px;
}
.rea-images {
    margin: 30px 0px;
    gap: 20px;
    display: flex;
}
.small-image {
    width: 171px;
    height: 60px;
}
.small-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: #000;
    border-radius: 50px;
}
.number-phone {
    display: flex;
    gap: 10px;
    max-width: 248px;
    width: 100%;
    border-radius: 50px;
    padding: 6px 30px 6px 6px;
    background-color: #000;
}
.title-call {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
}
.icon-call {
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-call img {
    width: 24px !important;
    height: 24px !important;
    object-fit: contain;
}
.link-number-phone a {
    margin-top: 2px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}
.box-content {
    margin-top: 30px;
    gap: 20px;
    display: flex;
    align-items: center;
}
.title-box-content {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}
.txt-box-content {
    margin-top: 5px;
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.box-content img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.rappel {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/img/meet.webp);
    background-repeat: no-repeat;
    border-radius: 100px;
    margin: 0px 100px;
    background-size: cover;
}
.rappel p {
    max-width: 740px;
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 64px;
}
.Tablet .rappel p {
  max-width: 600px;
  line-height: 50px;
  text-align: center;
}
.rappel .form-input {
    width: fit-content;
    padding: 20px 30px;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
}
.form-input{
    outline: none;
}
.form-input::placeholder{
    color: #fff;
}
.btn-devis{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    position: relative;
    z-index: 1;
    transition-delay: 0.5s;
}
.rappel .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 100px 0px;
}
#rappel_immediat {
    gap: 30px;
    display: flex;
}
.five-text {
    background-image: url(../images/img/bg-five-text.webp);
    background-position: right;
    background-repeat: no-repeat;
    margin: 100px;
    padding: 100px 0px;
    border-radius: 100px;
    background-size: cover;
}
.p-five-text {
    margin-top: 60px;
    max-width: 630px;
    padding: 40px;
    border-radius: 30px;
    background: var(--5, #FFF);
}
.title-five-text {
    max-width: 630px;
}
.p-five-text p {
    margin: 15px 0;
}
.six-text,
section.seven-text {
    padding: 0 0 100px 0px;
}
.six-text-content {
    gap: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.first-column img {
    width: 293px;
    height: 411px;
    display: block;
    object-fit: cover;
    border-radius: 30px;
}
.right-six-text-content {
    display: flex;
    gap: 30px;
}
.second-column {
    gap: 30px;
    display: flex;
    flex-direction: column;
}
.second-column img {
    width: 293px;
    height: 335px;
    display: block;
    background: #000;
    border-radius: 30px;
    object-fit: cover;
}
.first-column .number-phone {
    background: transparent;
    margin: 0 auto;
    width: auto;
    padding: 6px;
}
.first-column .number-phone .icon-call {
    background-color: rgba(0, 0, 0, 0.1);
}
.first-column .link-number-phone p{
    color: #000;
}
.first-column .link-number-phone a{
    color: #000;
}
.first-column {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.left-six-text-content h2 {
    margin: 0 0 30px;
}
.left-six-text-content .box-for-text {
    margin-top: 45px;
}
.seven-text-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.left-seven-text-content p {
    margin: 15px 0;
}
.left-seven-text-content h2 {
    margin: 10px 0 15px;
}
.seven-text-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
}
.left-seven-text-content img {
    width: 100%;
    height: 100%;
    background: #000;
    display: block;
    border-radius: 30px;
    object-fit: cover;
}
.devis-gratuit-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.titre-d-r {
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
}
.desc-devis {
    margin-top: 30px;
    color: #222;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.first-champ,
.second-champ {
    margin-top: 30px;
    gap: 30px;
    display: flex;
}
.champ-input {
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
    gap: 8px;
    padding: 12px 15px;
    border-radius: 10px;
    border: 2px solid #F5F6F7;
    background: #FFF;
    justify-content: space-between;
}
.champ-input img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.champ-input .form-input {
    cursor: pointer;
    background: transparent;
    border: none;
    outline: none;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.second-champ textarea {
    width: 100%;
    height: 95px;
    border-radius: 10px;
    border: 2px solid #F5F6F7;
    background: #FFF;
    padding: 12px 15px;
    outline: none;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    resize: none;
}
.right-devis-gratuit-content {
    max-width: 630px;
}
.form-devis .form-input::placeholder{
    color: #afb0b4;
}
.right-devis-gratuit-content .btn-devis{
    margin-top: 30px;
}
.left-devis-gratuit-content {
    display: flex;
    align-items: flex-end;
}
img.image-devis {
    width: 333px;
    height: 625px;
    display: block;
    background: #000;
    border-radius: 40px;
    object-fit: cover;
}
img.shape-devis {
    max-width: 550px;
    width: 100%;
    margin-left: -265px;
    height: 530px;
}
.devis-gratuit{
    position: relative;
}
.shape-anim {
    position: absolute;
    right: 0px;
    bottom: -160px;
    animation: floatUpDown 4s ease-in-out infinite;
    width: 319px;
    height: 422px;
    object-fit: contain;
}
.big-images-foot {
    margin: 100px;
}
.big-images-foot img {
    width: 100%;
    height: 506px;
    object-fit: cover;
    border-radius: 100px;
}
.big-images-foot .container {
    border-radius: 100px;
    overflow: hidden;
}
.first-footer-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.title-box-footer {
    padding-bottom: 5px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}
.box-footer li a {
    color: #222;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}
.box-footer img {
    width: 389px;
    height: 295px;
    object-fit: contain;
}

.Mobile .box-footer img {
    width: 340px;
}
.box-footer ul{
    list-style: none;
}
.second-footer-content {
    gap: 20px;
    padding: 20px 30px;
    border-radius: 30px;
    background-color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.second-footer-content .number-phone {
    gap: 20px;
    max-width: 410px;
    padding: 10px;
    background-color: #87ca6d;
    border-radius: 50px;
    align-items: center;
}
.second-footer-content .number-phone .icon-call {
    width: 80px;
    height: 80px;
    background-color: #000;
}
.second-footer-content .icon-call img {
    width: 48px !important;
    object-fit: contain;
    height: 48px !important;
    filter: brightness(0) invert(1);
}
.second-footer-content .title-call {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}
.second-footer-content .link-number-phone a {
    display: block;
    margin-top: 10px;
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
.first-footer-content .box-footer img {
    vertical-align: middle;
}
.copyright-area {
    margin: 40px 0px;
    display: flex;
    justify-content: space-between;
}
.copyright-area ul{
    display: flex;
    list-style: none;
}
.copyright-area, 
.copyright-area ul a {
    color: #222;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 0px 10px;
}
.links {
    display: flex;
    gap: 20px;
}
.links img {
    filter: invert(1);
    width: 25px;
    height: 25px;
    object-fit: contain;
}
.links a {
    width: 60px;
    height: 60px;
    background-color: #191919;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.4s ease;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.titre-cat {
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
    margin-top: .5rem;
    text-align: center;
}
.bloc-titre-cat .sub-title.black {
    text-align: center;
}
.categories {
    padding: 100px 0 0 0;
    overflow: hidden;
}
.cat-item {
    border-radius: 20px;
    border: 2px solid #F5F6F7;
    background: #FFF;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.imege-cat {
    overflow: hidden;
    position: relative;
}
.imege-cat img {
    width: 100%;
    height: 300px;
    display: block;
    background: #000;
    border-radius: 20px 20px 20px 0;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    object-fit: cover;
}
.imege-cat p {
    color: #222;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 10px 20px;
    background: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 30px;
    border-radius: 20px 20px 0 0;
    transition: all 0.4s ease;
    text-transform: uppercase;
}
.imege-cat p::before, .imege-cat p::after {
    content: "";
    position: absolute;
    background-color: transparent;
    height: 60px;
    width: 30px;
    box-shadow: 0 20px 0 0 #fff;
    transition: all 0.4s ease;
}
.imege-cat p::before {
    bottom: 0px;
    left: -30px;
    height: 60px;
    width: 30px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.imege-cat p::after {
    content: "";
    bottom: 0px;
    right: -30px;
    height: 60px;
    width: 30px;
    border-bottom-left-radius: 20px;
    transition: all 0.4s ease;
}
.titre-cat-item {
    padding: 30px;
}
.titre-cat-item a {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.categorie{
    display: flex;
    margin-top: 60px;
}
.cat-item{
    max-width: 410px;
    margin: 0 15px;
    max-height: 428px;
    height: 428px;
}
.prest-one-text{
    position: relative;
    padding: 100px 0 0 0;
}
section.prest-one-text p {
    margin: 20px 0;
}
section.prest-one-text a p {
    margin: 0;
}
.prest-one-text .devis-gratuit-content{
    align-items: center;
}
body.Desktop.devis .devis-gratuit {
    position: relative;
    padding: 100px 0 0 0;
}
.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.contact-content .form-devis {
    padding: 30px;
    background: rgba(168, 169, 173, 0.1);
}
.contact-content .form-input {
    padding: 15px 20px;
    color:  #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    outline: none;
    width: 100%;
    border: 0;
}
.contact-content #mail{
    display: none;
}
.contact-content form#FormDevis {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}
.item-p_ {
    gap: 10px;
    padding-top: 20px;
    max-width: 345px;
    width: 100%;
    display: flex;
    align-items: center;
}
.icon-p_ {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.1);
}
.c-tp span {
    color: #A8A9AD;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.c-tp a,
.c-tp p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
section.contact {
    padding: 100px;
}
.contact-txt {
    margin-top: 30px;
    margin-bottom: 20px;
    color: #222;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
section.contact .titre-d-r {
    margin-top: 10px;
}
div#Map {
    width: 100%;
    height: 700px;
    z-index: 0;
}
.shape-news-2 {
    left: -280px;
}
.shape-news-1, .shape-news-2 {
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    position: absolute;
    width: 280px;
    height: 130px;
    object-fit: contain;
}
.shape-news-1 {
    right: -278px;
}
.categorie-content{
    position: relative;
}
.Tablet .hamburger,
.Mobile .hamburger {
    display: flex;
}
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: 15px;
    position: relative;
    z-index: 1000;
    height: 50px;
    width: 50px;
    background-color: rgb(135 202 109);
    gap: 6px;
    border-radius: 10px;
}
.hamburger span:nth-child(1) {
    top: 5px;
}
.hamburger span {
    display: block;
    height: 3px;
    width: 25px;
    background: rgb(0, 0, 0);
    border-radius: 2px;
    transition: 0.3s;
}
.hamburger span:nth-child(2) {
    top: 13px;
}
.hamburger span:nth-child(3) {
    top: 21px;
}
.Mobile .menu,
.Tablet .menu {
    gap: 0px;
    position: fixed;
    top: 0px;
    left: -100%;
    width: 300px;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
    z-index: 999;
    background: rgb(255, 255, 255);
    transition: left 0.3s;
    padding: 30px 12px;
}
.Mobile .menu.active,
.Tablet .menu.active {
    left: 0px;
}
.Mobile ul.nav-submenu,
.Tablet ul.nav-submenu{
    display: block;
}
.Mobile li.nav-item:has(ul.nav-submenu)::before,
.Tablet li.nav-item:has(ul.nav-submenu)::before{
    display: none;
}
.Mobile li.nav-item:has(ul.nav-submenu),
.Tablet li.nav-item:has(ul.nav-submenu) {
    padding-right: 0; 
    padding-bottom: 0;
}
.Mobile li.nav-submenu-item a,
.Tablet li.nav-submenu-item a {
    padding: 8px 10px;
}
.Mobile .menu .btn.header-btn,
.Tablet .menu .btn.header-btn {
    margin-top: 60px;
}
.menu .btn.header-btn {
    min-width: 212px;
}
.Mobile li.nav-item,
.Tablet li.nav-item{
    text-align: left;
}
body.sidebar-open .hamburger span:nth-child(3), 
body.sidebar-open .hamburger span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
}
body.sidebar-open .hamburger span:nth-child(2),
body.sidebar-open .hamburger span:nth-child(2) {
    opacity: 0;
}
body.sidebar-open .hamburger span:nth-child(1),
body.sidebar-open .hamburger span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.Mobile .title-slider::first-line, .Mobile .title-slider-p,
.Mobile .title-slider {
    font-size: 35px;
    font-style: normal;
    line-height: 1.5;
}
.Mobile .container,
.Tablet .container {
    padding: 0 10px;
}
.Mobile .one-text-flex,
.Tablet .one-text-flex {
    grid-template-columns: 100%;
    gap: 5px;
}
.Mobile h1 {
    line-height: normal;
}
.Mobile .state-content {
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px 0;
}
.Mobile .count-number {
    font-size: 40px;
}
.tite-count {
    font-size: 18px;
}
.Mobile p.tite-count {
    margin: 20px 0 3px;
    line-height: 1;
}
.Mobile .state-count {
    max-width: 160px;
}
.Mobile .one-text {
    padding: 50px 0px;
}
.Mobile .categories {
    padding: 50px 0 0 0;
}
.Mobile .titre-cat {
    font-size: 34px;
    line-height: normal;
}
.Mobile .shape-news-1, .Mobile .shape-news-2,
.Tablet .shape-news-1, .Tablet .shape-news-2 {
    display: none;
}
.Mobile .two-text,
.Tablet .two-text {
    margin: 50px 0 0px 0;
    border-radius: 20px;
    padding: 40px 0 !important;
}
.Mobile .choose3 {
    display: none;
}
.Mobile .first-content-two-text,
.Tablet .first-content-two-text {
    display: flex;
    gap: 0;
    flex-direction: column-reverse;
}
.Mobile .box-two-text {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
}
.Mobile .title-box {
    font-size: 20px;
}
.Mobile .two-text-image-1 {
    width: 100%;
    height: 400px;
}
.Mobile .second-content-two-text,
.Tablet .second-content-two-text {
    grid-template-columns: 100%;
    gap: 30px;
}
.Mobile .two-text-image-2 {
    width: 100%;
    height: 270px;
}
.Mobile .for-text-content,
.Tablet .for-text-content {
    grid-template-columns: 100%;
    gap: 30px;
}
.Mobile .big-image {
    width: 100%;
    height: 200px;
}
.Mobile .small-image {
    display: none;
}
.Mobile .rea-images {
    justify-content: center;
}
.Mobile .rappel {
    border-radius: 20px;
    margin: 0px 10px;
}
.Mobile .rappel p {
    max-width: 740px;
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.Mobile .rappel .container,
.Tablet .rappel .container {
    gap: 30px;
    flex-direction: column;
    padding: 40px 10px;
}
.Mobile #rappel_immediat {
    gap: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.Mobile .five-text {
    margin: 10px;
    padding: 40px 0px;
    border-radius: 20px;
    background-position: unset;
}
.Mobile .p-five-text {
    margin-top: 30px;
    padding: 10px;
    border-radius: 20px;
}
.Mobile .six-text-content,
.Tablet .six-text-content {
    gap: 0;
    grid-template-columns: 100%;
}
.Mobile .left-six-text-content {
    padding: 40px 0;
}
.Mobile .left-six-text-content h2 {
    margin: 10px 0 15px;
}
.Mobile .box-content {
    margin-top: 13px;
}
.Mobile .left-six-text-content .box-for-text {
    margin-top: 20px;
}
.Mobile .second-column img {
    width: 165px;
    height: 200px;
    border-radius: 20px;
}
.Mobile .first-column img {
    width: 165px;
    height: 250px;
    border-radius: 20px;
}
.Mobile .right-six-text-content {
    gap: 10px;
    align-items: center;
}
.Mobile .second-column {
    gap: 10px;
}
.Mobile .first-column .number-phone .icon-call {
    display: none;
}
.Mobile .first-column {
    gap: 20px;
}
.Mobile .seven-text-content,
.Tablet .seven-text-content {
    grid-template-columns: 100%;
    gap: 30px;
}
.Mobile .left-seven-text-content img {
    height: 350px;
}
.Mobile .six-text {
    padding: 0 0 40px 0px;
}

section.seven-text {
    padding: 0 0 100px 0px;
}
.Mobile .left-devis-gratuit-content,
.Tablet .left-devis-gratuit-content {
    display: none;
}
.Mobile .shape-anim,
.Tablet .shape-anim {
    display: none;
}
.Mobile .first-champ, .Mobile .second-champ {
    margin-top: 15px;
    gap: 15px;
    display: flex;
    flex-direction: column;
}
.Mobile .devis-gratuit-content,
.Tablet .devis-gratuit-content {
    grid-template-columns: 100%;
}
.Mobile .titre-d-r {
    color: #000;
    font-size: 30px;
    line-height: normal;
    font-style: normal;
}
.Mobile .desc-devis {
    margin-top: 15px;
}
.Mobile .big-images-foot {
    margin: 40px 0;
}
.Mobile .big-images-foot .container {
    border-radius: 20px;
}
.Mobile section.big-images-foot img {
    border-radius: 20px;
}
.Mobile .first-footer-content {
    grid-template-columns: 100%;
}
.Mobile .second-footer-content,
.Tablet .second-footer-content {
    flex-direction: column;
}
.Mobile .second-footer-content .number-phone .icon-call {
    width: 70px;
    height: 70px;
}
.Mobile .second-footer-content .icon-call img {
    width: 38px !important;
    height: 38px !important;
}
.Mobile .second-footer-content .link-number-phone a {
    font-size: 24px;
}
.Mobile .second-footer-content .title-call {
    font-size: 16px;
}
.Mobile .links a {
    width: 40px;
    height: 40px;
}
.Mobile .links img {
    width: 20px;
    height: 20px;
}
.Mobile .links {
    gap: 10px;
}
.Mobile .copyright-area {
    gap: 20px;
    flex-direction: column;
}
.Mobile .copyright-area, .copyright-area ul a {
    padding: 0px 9px;
}
.Mobile .header-slide,
.Tablet .header-slide {
    height: 500px;
    margin-top: 158px;
}
.Mobile .img-slider,
.Tablet .img-slider {
    height: 500px;
}
.Mobile .slide-text-content .btn {
    margin-top: 15px !important;
}
.Mobile .slide-text-content {
    top: 58%;
}
.info-top {
    background: #87ca6d;
    padding: 10px 20px;
    border-radius: 30px;
    width: max-content;
    margin: 5px auto;
}
.info-top a {
    color: #000;
    font-size: 18px;
}
.Mobile section.devis-gratuit {
    padding: 40px 0 0 0;
}
.Mobile .prest-one-text {
    padding: 30px 0 0 0;
}
.Mobile .two-text-image-1 img {
    border-radius: 20px;
}
.Mobile .big-image.bi-one img {
    border-radius: 0 0 20px 20px;
}
.Mobile .big-image.bi-two img {
    border-radius: 20px 20px 0px 0px;
}
.Mobile .for-text {
    padding: 40px 0px;
}
.Tablet .count-number {
  font-size: 50px;
}
.Tablet .two-text-image-1 {
  height: 580px;
  margin: auto;
}
.Tablet .two-text-image-2 {
  margin: auto;
}
.Tablet .big-image {
  margin: auto;
}
.Tablet .rea-images {
  justify-content: center;
}
.Tablet .rappel {
  margin: 0px 30px;
  border-radius: 30px;
}
.Tablet .five-text {
  margin: 30px;
  border-radius: 30px;
}
.Tablet .right-six-text-content {
  justify-content: center;
  margin-top: 50px;
}
.Tablet .right-devis-gratuit-content {
  margin: auto;
}
.Tablet .big-images-foot img {
  border-radius: 30px;
}
.Tablet .big-images-foot {
  margin: 30px;
}
.Tablet .big-images-foot .container {
  border-radius: 30px;
}
.Tablet .first-footer-content {
  grid-template-columns: repeat(2, 1fr);
}
section.contact {
    padding: 40px 0px;
}
.Mobile .contact-content,
.Tablet .contact-content {
    grid-template-columns: 100%;
    gap: 40px;
}
.Mobile div#Map,
.Tablet div#Map {
    height: 300px;
}
.Desktop .slide-text-content {
    top: 57%;
}
.Tablet .title-slider::first-line, .Tablet .title-slider-p {
  font-size: 50px;
  line-height: normal;
}
.Tablet .slide-text-content {
  top: 37%;
}
.Mobile a.logo img {
    width: 112px;
}

.two-text-content {
    position: relative;
}
.copyright-area img {
    width: 150px;
    height: 25px;
    object-fit: contain;
}

.mentions h2 {
    padding: 20px;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}
.mentions ol {
    max-width: 100%;
    width: 80%;
    margin: auto;
    padding: 0 0 30px;
}
body.Mobile.mentions ol {
    width: 100%; 
    padding:0 20px 20px;
}

.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;
    line-height: normal;
}
.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; }
@media(max-width: 767px) {
  .blog_pageIntrouvable {
    font-size: 14px;
  }
  .blog_pageIntrouvable a {
      display: block;
  }
  .blog_pageIntrouvable p {
      font-size: 17px;
      letter-spacing: 5px;
      margin-top: -10px;
  }
  .blog_pageIntrouvable h1 {
    font-size: 100px;
  }
}

div#Messages {
    text-align: center;
    background-color: #000;    
    padding: 10px;
    width: 100%;
    z-index: 9999;
    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;
}
.Tablet .slide-text-content .btn {
  margin-top: 20px !important;
}
.p-one-text .btn {
    margin-top: 20px;
}
.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.right-top-header {
    display: flex;
    gap: 50px;
}
.top-header-info {
    display: flex;
    gap: 10px;
    align-items: center;
}
.c-tps a {
    color: #4D5765;
}
.top-header {
    position: relative;
    padding: 6px 35px;
    border-bottom: 1px solid #E4E4E4;
    z-index: 2;
}
.info-one{
    position: relative;
}
.info-one::after {
    content: '';
    height: 14px;
    width: 1px;
    background-color: #888C97;
    position: absolute;
    top: 7px;
    right: -32px;
}
.top-header-info img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}
.top-header::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 400px;
    height: 43px;
    background-color: #87ca6d;
    z-index: -1;
}
.left-top-header p {
    color: #000;
}
.desc-slide {
    max-width: 488px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 20px 0 33px;
}
.scroll-wrap {
    height: 50px;
    width: 30px;
    border: 1px solid #000;
    display: inline-block;
    border-radius: 30px;
    margin: 60px 0 0 40px;
    position: relative;
}
.scroll-wrap:before {
    content: "";
    height: 11px;
    width: 1px;
    border-radius: 50px;
    background-color: #000;
    position: absolute;
    top: 5px;
    left: 13px;
    -webkit-animation: scrollMove 1.5s infinite;
    animation: scrollMove 1.5s infinite;
}
.scroll-down:before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #fff;
    -webkit-clip-path: path("M708 120.963C705.527 121.013 703.075 121.012 700.642 120.963L0 120.963C168.8 120.963 269 50.3178 298 6.10352e-05C510.147 1.2458e-06 582.106 118.547 700.642 120.963H708Z");
    clip-path: path("M708 120.963C705.527 121.013 703.075 121.012 700.642 120.963L0 120.963C168.8 120.963 269 50.3178 298 6.10352e-05C510.147 1.2458e-06 582.106 118.547 700.642 120.963H708Z");
}
.scroll-down {
    position: absolute;
    bottom: -1px;
    left: calc(50% - 620px);
    width: 708px;
    height: 121px;
    text-align: center;
    z-index: 2;
}
@keyframes scrollMove {
    0% {
        opacity: 0;
        transform: translateY(0);
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 0.5;
        transform: translateY(8px);
    }
    100% {
        opacity: 0;
        transform: translateY(10px);
    }
}
.state-count img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.Desktop .head-content {
    padding: 0 40px;
}