*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
} 
:root{
    --color1 : #e3001b;
    --color2 : #feed01
}
/* 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;
}


body{
	font-family: 'Helvetica', sans-serif;
	font-size: 16px; 
    color: #000; 
}
p {
    color: #484848;
    text-align: justify;
    line-height: 1.5;
}
a{
	text-decoration: none;  
}
li{
	list-style: none;
}
input, textarea.form-input {
    outline: none; 
    background: #fff;
    border: none;
    padding: 20px;
    font-family: inherit;
    width: 100%!important; 
    border-radius: 5px;
} 
h1 {
    font-size: 35px;
    padding: 0 0 15px;
}
h2 {
    font-size: 27px;
    padding: 20px 0;
}
h3 {
    padding: 15px 0;
}
.container{
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 0 20px;
} 
.top-head {
    background: #fff;
    padding: 15px 40px;
}
.top-head.fixed-top {
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0px;
    background: rgb(255, 255, 255);
    transition: 0.7s all;
}
.logo_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
ul.col.nav-list {
    display: flex; 
    text-align: center;
}
li.nav-item {
    padding: 0 8px;
}
li.nav-item a {
    color: #000;
    font-weight: 600;
    font-size: 14px;
}
.megaMenu {
    transform: scaleY(0);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transform-origin: 0 0 0;
    transition: all 0.3s ease 0s;
    z-index: 9999 !important;
    background: var(--color2);
    padding: 20px;
    margin-top: 15px;
    width: 350px;
    text-align: left;
}
.Desktop .nav-item:hover .megaMenu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}
li.nav-submenu-item {
    padding: 8px 0;
}
li.nav-item.active a,
li.nav-submenu-item.active span {
    color: var(--color1);
}
a.logo img {
    width: 216px;
    height: 80px;
    object-fit: contain;
}
.btn-top {
    min-width: 157px;
}
.btn {
    background: var(--color2);
    padding: 17px 20px;
    border-radius: 30px;
    font-weight: 600;
    color: #000;
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
}
.btn:before{
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30px;
    transition: .3s;
    transform: translate(calc(-100% - 2px));
}
.btn:hover:before{ 
    transition: .3s;
    transform: translate(0);
}
a.btn span { 
    position: relative;
}
a.btn:hover span{
    color: #fff;
}
.btn-top {
    min-width: 161px;
    overflow: hidden;
}
.homeslider {
    position: relative;
    background: #ddd;  
    height: 800px;
    overflow: hidden;
}
.bg-site {
    height: 800px;
    background-repeat: no-repeat;
    background-size: cover; 
}
.bg-site:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 30%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.caption {
    position: absolute;
    top: 30%;
    z-index: 9;
}
.caption > span, .titre-h1{
    color: #fff;
}
.caption > span { 
    font-size: 24px;
    text-transform: uppercase;
}
.titre-h1 {
    font-size: 40px;
    font-weight: 700;
    font-style: italic;
    padding: 20px 0 40px;
}
.Desktop .titre-h1:first-line{
    font-size: 80px;
    font-style: normal;
}
a.btn.btn_S img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
a.btn.btn_S:hover img{
    filter: brightness(0);
}
a.btn.btn_S i {
    background: var(--color1);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
}
a.btn.btn_S {
    width: 215px;
    padding: 10px 20px;
    gap: 10px;
}
a.btn.btn_S:hover i{
    background: #fff;
}
.devis_formulaire {
    background: var(--color2);
    padding: 50px;
    border-radius: 20px;
    margin-top: -203px;
    position: relative;
    margin-left: 80px;
}
.sous_head {
    display: grid; 
    grid-template-columns: 50% 50%;
    align-items: center;
}
.cage span {
    color: #484848;
    display: block;
    line-height: 1.5;
    font-size: 17px;
}
.box_cage {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 60px;
    row-gap: 30px;
    margin-top: 60px;
}
.fond-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.fond-icon {
    background: var(--color2);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cage strong {
    font-size: 20px;
    padding: 15px 0;
    display: block;
}
span.span_bf {
    font-weight: 600;
    font-size: 30px;
}
.titre-formulaire { 
    padding: 20px 0;
}
.input_G {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
textarea.form-input {
    margin-top: 20px;
} 
input.btn.btn-D {
    background: var(--color1);
    margin-top: 20px;
    color: #fff;
    font-size: 18px;
    transition: .3s;
    cursor: pointer;
}
input.btn.btn-D:hover{
    background: #000;
    transition: .3s;
}
.cont_D {
    text-align: center;
    border-top: 1px solid #000;
    padding: 25px 0 0;
    margin-top: 40px;
}
.cont_D span {
    font-size: 28px;
}
.tel_D {
    display: flex;
    justify-content: center;
    gap: 30px; 
}
.tel_D a {
    font-size: 28px;
    font-weight: 900;
    color: #000;
}
section.sect-pad_1 {
    padding: 180px 0;
}
.block_t1 {
    display: flex;
    align-items: center;
}  
.box-1 {
    display: flex;
    gap: 30px;
    position: relative;
}
.boxImg-1 img {
    background: #ddd;
    width: 410px;
    height: 600px;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}


.circle {
    position: relative; 
    height: 135px; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.text {
    position: absolute;
    width: 100%;
    height: 100%; 
    color: #000;
    font-size: 17px;
    animation: textRotation 15s linear infinite;
}

@keyframes textRotation {
    to {
        transform: rotate(360deg);
    }
}

.text span {
    position: absolute;
    left: 50%; 
    transform-origin: 0 68px;
}
.exp img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.exp {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    border-radius: 50%;
    height: 50px;
}
.box-t1 {
    margin-left: 60px;
}
.fond-C {
    background: rgba(254, 237, 1, 10%);
    width: 170px;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid;
}
.img-2 img {
    width: 420px;
    height: 400px;
    object-fit: cover;
    border: 5px solid #fff;
    border-radius: 10px;
}
.img-2 {
    position: absolute;
    top: 50%;
    left: 31%;
}
.check div {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}
.check {
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.icon_chek img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.btn_C a.btn.btn_S {
    width: 213px;
    background: transparent;
    border: 1px solid #000;
    justify-content: center;
}
section.sect-cat {
     background: rgba(254, 237, 1, 10%);
    padding: 120px 0;
}
span.service {
    color: #484848;
    text-align: center;
    display: block;
    font-size: 19px;
}
.titre-cat, .titre-past {
    text-align: center;
    font-size: 38px;
    font-weight: 600;
    padding: 15px 0 40px;
    width: 40%;
    margin: auto;
}
.block-Cat {
    display: flex;
    overflow: hidden;
}
.cat-item {
    background: #fff;
    height: 420px; 
    margin: 0 10px;
    position: relative;
}
.cat-item:before{
    position: absolute;
    content: '';
    background: rgba(254, 237, 1, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 5px;
}
.cat-item:hover:before{
    background: rgba(254, 237, 1, 1);
}
.img_cat {
    padding: 40px;
    height: 100%;
    border-radius: 5px;
} 
.img_cat img { 
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.fond-iconC {
    background: rgba(0, 0, 0, 7%);
    width: 100px;
    height: 100px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.text-cat {
    position: absolute;
    bottom: 40px;
}
.text-cat span {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    padding: 0 0 20px;
    display: block;
}
.voir {
    color: #000;
}
section.sect-cat .btn_C {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.compteur {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
}
.compte {
    width: 80%;
    margin: auto;
    position: relative;
}
section.sect-compte {
    padding: 85px 0 0;
}
.chifre, .compte span, .slide-box span {
    font-size: 65px;
    font-weight: 600;
    -webkit-text-stroke: 1px #000000;
    color: transparent;
    border-bottom: 1px solid #d9d9d9;
    padding: 15px 0;
} 
.titreC {
    text-transform: uppercase;
    font-size: 20px;
    padding: 20px 0 0;
}
.compte span {
    position: absolute;
    top: 0;
    left: 37%;
}
section.sect_Pad {
    padding: 120px 0; 
}
.sect_Pad.sect-bg{
    background: #FCFCFF;
}
div.sct, .sct_t {
    border: 1px solid #d9d9d9;
    padding: 10px 30px 10px 40px;
    border-radius: 50px;
    width: max-content;
    margin: auto;
    position: relative;
}
div.sct:before {
    position: absolute;
    content: '';
    background: var(--color1);
    width: 10px;
    height: 10px;
    border-radius: 50px;
    top: 36%;
    left: 20px;
}
.titre-past {
    width: 60%
}
.ligne img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.block_past img {
    width: 180px;
    height: 180px;
    object-fit: contain;
}
.block_past {
    display: flex;
    justify-content: space-around;
}
.ligne {
    margin-top: 65px;
}
.past-i:nth-child(1) {
    margin-top: -182px;
}
.past-i:nth-child(2) {
    margin-top: -105px;
}
.past-i:nth-child(3) {
    margin-top: -188px;
}
.past-i strong {
    display: block;
    font-size: 22px;
    padding: 20px 0 10px;
}
.past-i {
    text-align: center;
}
.past-i p {
    text-align: center;
}
section.sect-t2 {
    background: var(--color2);
    padding: 120px 0;
}
.img2 {
    background: #ddd;
    border-radius: 5px;
    padding: 60px;
    position: relative;
}
.img2:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 5px;
}
.sct_t {
    margin: 0;
    color: var(--color2);
    border: 1px solid;
    position: relative;
    z-index: 9;
}
.text_2 {
    position: relative;
    z-index: 9; 
}
.text_2, .text_2 p{
    color: #fff;
}
.t-3 {
    display: grid;
    grid-template-columns: 30% 70%;
}
.t3-box {
    margin-right: 40px;
}
.box_sh {
    background: #fff;
    padding: 40px;
    box-shadow: 0 0 10px #ddd;
    border-radius: 5px;
    border-bottom: 2px solid var(--color1);
}
.box_sh .btn_C {
    margin-top: 40px;
}
span.nom {
    color: var(--color1);
    font-weight: 600;
    position: relative;
    left: 28px;
}
span.nom:before {
    position: absolute;
    content: '';
    background: var(--color1);
    width: 20px;
    height: 1px;
    left: -28px;
    top: 50%;
}

.s4_content {
    display: flex;
    position: relative;
    animation: aspro-scroller 25s linear infinite;
    will-change: transform;
    white-space: nowrap;
    gap: 10px;
}
.Mobile .s4_content { 
    animation: aspro-scroller 5s linear infinite; 
}

.s4_content .slide-box {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

@keyframes aspro-scroller {
    0% {
        transform: translate(0); 
    }
    100% {
        transform: translate(-100%);
    }
}
 

.fluid { 
    padding: 20px;
    overflow: hidden;
}
.slide-box img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    margin: 0 30px; 
     animation: contactrotate 6s infinite linear;
}
@keyframes contactrotate{
    from{
        transform: rotate(0deg);
      }
    to{
        transform: rotate(360deg);
    }
}

.slide-box span {
    font-size: 42px;
    border-bottom: none;
}
.block_t1.box-t6 .box-t1 {
    margin-left: 0;
    margin-right: 80px;
}
.boxImg-1.img_t6 img {
    width: 450px;
    height: 500px;
    object-fit: cover;
}
.boxImg-1.img_t6 .img-2 img {
    border: none;
}
.block_t1.box-t6 > div {
    width: 100%;
}
.block_t1.box-t6 .img-2 {
    left: 17%;
    top: 60%;
}
.t3-box img {
    background: #ddd;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 5px;
    object-fit: cover;
}
.text_06 h2, ._texte h2 {
    background: red;
    color: #fff;
    padding: 20px 35px;
    border-radius: 5px 5px 0 0;
    font-size: 19px;
    margin-top: 30px;
}
.text_06 p, ._texte p {
    background: #fff;
    box-shadow: 0 0 10px #ddd;
    padding: 35px;
}
.block_t1.box-t6 .btn_C {
     margin-top: 40px; 
}
.block_t1.box-t6 {
    align-items: flex-start;
} 
.texte_F {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc((100% / 2) - 40px), 1fr));
    gap: 40px;
    margin-top: 80px;
    margin-bottom: 80px;
}
.texte_F > *:nth-child(3):last-child,
.texte_F > *:nth-child(5):last-child {
    grid-column: 1 / -1;
}
.bg-rpl {
    background: var(--color2);
    padding: 80px 0;
    position: relative;
}
.bg-rpl:before{
    position: absolute;
    content: '';
    background: url(../images/img/serbice.webp);
    width: 100%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.box-rpl{
    position: relative;
}
.title-left {
    text-align: center; 
}
span.span_rpl {
    font-weight: 600;
    font-size: 40px;
    padding: 0 0 15px;
    display: block;
}
.box-rpl input.form-input {
    border-radius: 30px;
    margin-top: 30px;
} 
.box-rpl input.btn.btn-D {
    position: absolute;
    top: 10px;
    right: 0;
    width: 200px !important;
}
.form-right{
    width: 50%;
    margin: auto;
    position: relative;
}
.prt-foot {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px; 
    padding: 120px 0;
}
.fond_foot {
    background: #000; 
}
.titre-foot {
    position: relative;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 40px;
}
ul.services-footer a, 
.bloc_tel_f a,
span.classe,
.box-mention,
.box-mention a,
.bloc-copyright {
    color: #B0B0B0;
    font-size: 14px;
}
ul.services-footer li {
    color: #B0B0B0;
    list-style: disc;
    margin: 15px 0;
}
.list-cont {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.bloc_tel_f strong {
    color: #fff;
    display: block;
    margin-bottom: 15px;
}
.num_F a {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.num_F {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.icon_F img {
    width: 20px;
    height: 20px; 
    filter: invert(1);
}
.icon_F {
    background: var(--color2);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
     animation: pulse-animation 2s infinite;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(254, 237, 1, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(254, 237, 1, 0);
  }
}
.tel_foot {
    display: flex;
    gap: 15px;
    align-items: center;
}
.reseux a {
    width: 35px;
    height: 35px;
    border: 1px solid #B0B0B0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.reseux img {
    filter: invert(1);
    width: 15px;
    height: 15px;
}
.reseux {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.box-mention {
    display: flex;
    align-items: center;
    gap: 10px;
}
.top_cop {
    border-top: 1px solid #B0B0B0;
    padding: 25px 0;
}
.h1-prest {
    color: #fff;
    font-weight: 700;
    font-size: 55px;
    padding: 30px 0;
}
section.prst_2 {
    background: var(--color1);
    padding: 120px 0;
    position: relative;
}
section.prst_2:before{
    position: absolute;
    content: '';
    background: url(../images/img/shape.webp);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 25%;
}
.boxP-2 .sct_t {
    color: #fffabb;
    width: max-content;
}
.text-2_P {
    display: flex;
    align-items: center;
    padding: 0 0 80px;
    position: relative;
}
.text-2_P div {
    width: 100%;
}
.img-p2 {
    margin-left: 60px;
}
.img-p2 img {
    width: 100%;
    height: 550px;
    background: #ddd;
    display: block;
    border-radius: 30px;
    object-fit: cover;
}
.text-2_P.text-4 .img-p2 {
    margin-left: 0; 
}
.text-4 .boxP-2 {
    background: #fff;
    padding: 40px;
    border-radius: 30px; 
    position: relative;
    left: -145px;
    color: #000;
} 
.boxP-2, .boxP-2 p {
    color: #fff;
}
.text-4 .boxP-2 p{
    color: #000;
}
.box-t5 img {
    background: #ddd;
    display: block;
    width: 100%;
    height: 300px;
    border-radius: 10px;
    margin-top: 30px;
    object-fit: cover;
}
.block-5p {
    display: grid;
    grid-template-columns: 30% 70%;
} 
.box-t5 h2 {
    border-left: 10px solid yellow;
    padding: 0 0 20px 15px;
}
.t5-prst{
    position: relative;
}
.t5-prst:before {
    position: absolute;
    content: '';
    background: url(../images/img/peinceau.webp);
    width: 34%;
    height: 20vw;
    background-size: cover;
    background-repeat: no-repeat;
    top: 30%;
    opacity: 25%;
    left: -78px;
}
.box-t5 .btn_C {
    margin-top: 40px;
}
section.text6 {
    padding: 120px 0; 
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
section.text6:before{
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 85%;
}
.boxT-6 { 
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc((100% / 2) - 60px), 1fr));
    gap: 60px;
} 
.block-t6 {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    border-bottom: 4px solid var(--color1);
}

a.swipebox img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}
b.titre-album {
    width: 100%;
    font-size: 36px;
    color: #000;
    font-weight: bold;
    display: block;
    margin: 15px;
    text-align: center;
    text-transform: uppercase;
}
.ContactezNous {
    padding: 120px 0;
}
.ContactezNous .devis_formulaire {
    margin-top: 0;
}
.tel-contact a,
.classe,
.cage a.mailBlockF {
    color: #484848;
}
.tel-contact a{
    font-weight: 600;
}
.tel-contact {
    display: flex; 
    gap: 30px;
}
.ContactezNous .box_cage {
    display: flex;
    flex-direction: column;
    margin-top: 0;
}
.ContactezNous .cage {
    background: #fff;
    box-shadow: 0 0 10px #ddd;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.ContactezNous .fond-icon img {
    width: 20px;
    height: 20px;
} 

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

body:not(.Desktop) .box-menu.show {
    display: block;
}
body:not(.Desktop) .box-menu {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 99999; 
    left: 0;
    padding: 15px 0;
    display: none;
}
.Tablet .box-menu{
    top: 14%;
}
.Mobile .box-menu{
    top: 20%;
}
body:not(.Desktop) ul.col.nav-list {
    flex-direction: column;
    gap: 15px;
} 
body:not(.Desktop) .megaMenu {
    opacity: 1;
    visibility: visible;
    position: static;
    transform: none;
    text-align: center;
    background: var(--color1);
}
body:not(.Desktop) li.nav-submenu-item span {
    color: #fff;
} 
body:not(.Desktop) .top-head {
    padding: 15px 5px;
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 9999;
    top: 0;
}
body:not(.Desktop) .logo_site {
    display: flex;
    align-items: center;
}
button.navMobile img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    filter: invert(1);
}
button.navMobile {
    background: red;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    position: absolute;
    right: 15px;
}
.tel_mob {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.tel_mob a {
    background: var(--color2);
    padding: 10px;
    border-radius: 30px;
    color: #000;
    font-weight: 600;
}
.Tablet .megaMenu {
  margin: 20px auto 0;
}
.Mobile .homeslider { 
    height: 600px; 
}
.Mobile .titre-h1{
    font-size: 35px;
}
body:not(.Desktop) .btn-site {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
body:not(.Desktop) .caption { 
    top: 37%; 
}
.Tablet .btn-site { 
  flex-direction: inherit !important; 
}
.Mobile .devis_formulaire { 
    margin-top: 40px; 
    margin-left: 0;
    padding: 20px;
}
.Mobile .sous_head { 
    grid-template-columns: 100%; 
}
.Mobile .box_cage { 
    column-gap: 30px; 
}
body:not(.Desktop) .tel_D a {
    font-size: 24px; 
}
body:not(.Desktop) .cont_D span {
    font-size: 24px;
}
.Tablet .devis_formulaire{
    margin-left: 40px;
    padding: 40px;
}
.Tablet .input_G { 
  grid-template-columns: repeat(1, 1fr); 
}
body:not(.Desktop) .block_t1 { 
    flex-direction: column;
}
.Mobile section.sect-pad_1 {
    padding: 80px 0;
}
.Tablet section.sect-pad_1 {
    padding: 100px 0;
}
.Mobile .img-2 {
    display: none;
}
.Mobile .box-1 { 
    flex-direction: column; 
}
body:not(.Desktop) .box-1{
    width: 100%;
}
.Mobile .boxImg-1 img { 
    width: 100%;
    height: 300px; 
}
.Mobile .fond-C {
    margin-top: -80px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.Tablet .boxImg-1 img{
    height: 400px;
}
.Tablet .img-2 img{
    height: 200px;
}
body:not(.Desktop) .box-t1 {
    margin-left: 0;
    margin-top: 40px;
}
.Mobile h1 {
    font-size: 30px; 
}
.Mobile h2 {
    font-size: 25px; 
}
.Mobile section.sect-cat { 
    padding: 80px 0;
}
.Tablet section.sect-cat { 
    padding: 100px 0;
}
body:not(.Desktop) .titre-cat, 
body:not(.Desktop) .titre-past { 
    font-size: 30px; 
    width: 100%; 
}
.Mobile .block-Cat {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.Mobile .cat-item { 
    height: 278px;
    margin: 0; 
}
.Mobile .img_cat {
    padding: 20px; 
}
.Mobile .text-cat span { 
    font-size: 18px; 
    padding: 0 20px 20px 0;
}
.Tablet .cat-item { 
  height: 338px; 
}
.Mobile section.sect-compte {
    padding: 80px 0 0;
}
.Mobile .compteur { 
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}
body:not(.Desktop) .compte {
    width: 100%; 
}
.Mobile .chifre, 
.Mobile .compte span{
    font-size: 50px; 
}
body:not(.Desktop) .titreC { 
    font-size: 18px; 
}
.Mobile .compte span { 
    left: 30%;
}
.Tablet .compte span { 
  left: 46%;
}
.Mobile .block_past img {
    width: 80px;
    height: 80px; 
}
.Mobile .past-i:nth-child(1) {
    margin-top: -70px;
}
.Mobile .past-i:nth-child(2) {
    margin-top: -44px;
}
.Mobile .past-i:nth-child(3) {
    margin-top: -72px;
}
.Mobile .ligne {
    margin-top: 18px;
}
.Mobile .past-i strong { 
    font-size: 17px; 
}
.Mobile .block_past { 
    gap: 15px;
}
.Mobile .past-i p {  
    font-size: 13px;
}
.Mobile section.sect-t2,
.Mobile section.sect_Pad,
.Mobile .prt-foot { 
    padding: 80px 0;
}
.Tablet section.sect-t2,
.Tablet section.sect_Pad,
.Tablet .prt-foot { 
    padding: 100px 0;
}
.Mobile .img2 { 
    padding: 20px; 
}
.Mobile .t-3 { 
    grid-template-columns: 100%;
    gap: 40px;
}
.Mobile .t3-box img{
    height: 300px;
}
.Mobile .t3-box {
    margin-right: 0;
} 
.Mobile .box_sh{
    padding: 20px;
} 
.horaire_mob {
    background: var(--color1);
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}
body:not(.Desktop) .block_t1.box-t6 .box-t1 {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 40px;
}
.Tablet .fluid {
  padding: 20px 0 0; 
}
.Mobile span.span_rpl { 
    font-size: 35px; 
}
.Mobile .form-right{
    width: 100%;
}
.Tablet .form-right{
    width: 80%;
}
.Mobile .box-rpl input.btn.btn-D { 
    width: 110px !important;
}
.Mobile .prt-foot { 
    grid-template-columns: repeat(1, 1fr); 
}
body:not(.Desktop) ul.services-footer {
    margin-left: 20px;
}
.Mobile .copyright { 
    flex-direction: column;
    gap: 20px;
}
.Tablet .prt-foot { 
  grid-template-columns: repeat(2, 1fr); 
}
.Mobile .texte_F { 
    grid-template-columns: repeat(auto-fit, minmax(calc((100% / 1) - 40px), 1fr)); 
    margin-top: 40px; 
}
.Mobile .h1-prest { 
    font-size: 30px; 
}
.Tablet .h1-prest{
    font-size: 45px;
}
.Mobile .text-2_P {
    padding: 0;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
}
.Mobile section.prst_2 { 
    padding: 80px 0; 
}
.Mobile .img-p2 {
    margin-left: 0;
}
.Mobile .img-p2 img{
    height: 300px;
}
.Mobile .text-2_P.text-4 {
    margin-bottom: 0;
}
.Mobile .text-4 .boxP-2 { 
    padding: 20px; 
    left: 0; 
}
.Tablet .text-4 .boxP-2{
    left: 0;
}
.Tablet .text-2_P { 
  gap: 40px; 
}
.Tablet .img-p2 {
  margin-left: 0;
}
.Tablet section.prst_2 { 
  padding: 120px 0 0; 
}
.Mobile .block-5p { 
    grid-template-columns: 100%;
}
.Mobile .boxT-6 { 
    grid-template-columns: repeat(auto-fit, minmax(calc((100% / 1) - 40px), 1fr));
    gap: 40px;
}
.Tablet .boxT-6 {  
    gap: 40px;
}
.Mobile section.text6 {
    padding: 80px 0; 
}
.Mobile .block-t6{
    padding: 20px;
}
body:not(.Desktop) .ContactezNous .cage { 
    align-items: inherit;
    gap: 0;
    flex-direction: column;
}
.Mobile .ContactezNous {
    padding: 80px 0;
}
.Tablet .ContactezNous {
    padding: 100px 0;
}

div#Messages {
    text-align: center;
    background-color: #000;    
    padding: 10px;
    width: 100%;
    z-index: 99999;
    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;
}

.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;
    padding: 20px 0;
    display: block;
}

.blog_pageIntrouvable > div {
  height: 100%;
  color: #333
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: #000000;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #000000;
}
.blog_pageIntrouvable a {
    background: red;
    padding: 15px;
    color: #fff;
    border-radius: 3px;
}
.blog_pageIntrouvable a:hover {
    text-decoration: underline;
}
#noDesktop { display: none; }
@media(max-width: 767px) {
  .blog_pageIntrouvable {
    font-size: 14px;
  }
  .blog_pageIntrouvable a {
      display: block;
      margin-top: 20px;
  }
  .blog_pageIntrouvable p {
      font-size: 17px;
      letter-spacing: 5px;
      margin-top: -10px;
  }
  .blog_pageIntrouvable h1 {
    font-size: 100px;
  }
}

.devis footer {
    margin-top: 100px;
}