*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
} 
:root{
    --base : #06840c
}
/* 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: 'Arial', sans-serif;
	font-size: 15px; 
    color: #171717; 
}
p {
    color: #575f66;
    text-align: justify;
    line-height: 1.5;
}
a{
	text-decoration: none;  
}
ul li{
	list-style: none;
}
input, textarea.form-input {
    outline: none;
    color: #707173;
    background: #fff;
    border: none;
    padding: 20px;
    font-family: inherit;
    width: 100%!important; 
}
.box-rpl input.form-input {
    width: 200px !important;
} 
h1 {
    font-size: 40px;
    padding: 0 0 20px;
}
h2 {
    font-size: 30px;
    padding: 20px 0;
}
h3 {
    padding: 15px 0;
}
.container{
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 0 20px;
} 
.haut {
    background: #171717;
}
:root{
    --color1 : #7c0c18;
    --color2 : #083246
}
li.nav-item a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
}
.logo-menu {
    display: flex;
    justify-content: space-between;
}
.box-menu {
    display: flex;
    align-items: center;
    gap: 40px;
}
ul.col.nav-list {
    display: flex;
    align-items: center;
    text-align: center;
}
.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: 320px;
}
.Desktop .nav-item:hover .megaMenu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}
li.nav-item {
    margin: 0 10px 0;
    position: relative;
}
li.nav-item:before{
    position: absolute;
    content: '';
    background: var(--color1);
    width: 100%;
    height: 0; 
}
li.nav-item:hover:before{
    transition: .3s;
    height: 100%;
    top: -5px; 
    padding: 10px 0; 
    left: 0;
}
.Desktop .haut .container{
    max-width: 1500px;
}
ul.nav-submenu {
    text-align: left;
}
li.nav-submenu-item {
    padding: 10px 0;
}
.btn-top {
    background: var(--color1);
    padding: 20px 32px;
    color: #fff;
    font-size: 16px;
    position: relative;
     border: 2px solid var(--color1);
} 
.btn-top:before{
    position: absolute;
    content: '';
    background: var(--color2);
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transform: scale(0);
    transition: .3s;
}
.btn-top:hover:before{ 
    transition: .3s;
    transform: scale(1); 
    width: 100%;
    height: 100%;
}
.btn-top span {
    position: relative;
}
li.nav-item.active {
    background: var(--color1);
    padding: 10px 0;
}
li.nav-submenu-item a:hover,
li.nav-submenu-item.active a{
    color: #ffadb6;
}
.btn-mob {
    min-width: 182px;
}
a.logo img {
    width: 235px;
    height: 100px;
    object-fit: contain;
}
.homeslider {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 800px;
    overflow: hidden;
}
.homeslider:before{
    position: absolute;
    content: '';
    background-image: url(../images/img/fond-bg.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: 1;
}
.bg-site {
    height: 800px;
}
.caption {
    position: absolute;
    top: 30%;
    z-index: 999;
}
.box-cap > span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    left: 22px;
}
.box-cap > span:before{
    position: absolute;
    content: "";
    left: -22px;
    top: 4px;
    width: 10px;
    height: 10px;
    background-color: var(--color1);
}
.titre-h1 {
    color: #fff;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding: 30px 0 60px;
}
.titre-h1:before {
    position: absolute;
    content: '';
    background: var(--color1);
    width: 130px;
    height: 7px;
    bottom: 40px;
}
.Desktop .titre-h1:first-line{
    font-size: 55px;
}
.btn-site .btn-top {
    border: none;
}
.btn-top.btn_S img {
    width: 18px;
    height: 18px;
    transform: rotate(-45deg);
}
.btn-top.btn_S {
    display: flex;
    align-items: center;
    gap: 15px;
    transition: .3s;
    width: 211px;
    justify-content: center;
}
.btn-top.btn_S:hover img{
    transform: rotate(0);
    transition: .3s;
}
.bg {
    background-repeat: no-repeat!important;
    background-size: cover!important;
    width: 100%;
}
.block-devis.bg {
    padding: 80px 0;
    position: relative;
}
.block-devis.bg:before {
    position: absolute;
    content: '';
    background: rgb(241, 237, 226, 80%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.devis_formulaire {
    position: relative;
    display: grid;
    grid-template-columns: 50% 50%;
}
.span_bf {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    left: 43px;
}
.span_bf:before{
    position: absolute;
    content: "";
    top: 8px;
    left: -43px;
    width: 35px;
    height: 2px;
    background-color: #fff; 
}
.titre-formulaire {
    font-size: 40px;
    font-weight: 600;
    padding: 20px 0 0;
}
form#Devis_form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 15px;
}
input.btn-top.btn_S {
    cursor: pointer;
    width: 100%;
    height: 70px;
}
input.btn-top.btn_S:hover{
    background: var(--color2);
    transition: .3s;
}
.repere img {
    width: 100%;
    height: 30px;
    object-fit: cover;
}
.repere {
    animation: aspro-scroller 65s linear infinite;
    display: flex;
    justify-content: start;
    will-change: transform;
    white-space: nowrap; 
    overflow: hidden;
}
/*@keyframes aspro-scroller {
    0% {
        transform: translate(0); 
    }
    100% {
        transform: translate(-100%);
    }
}*/
.boxS_1 {
    display: flex;
    justify-content: space-between;
    gap: 60px;
}
.boxS_1 > div {
    width: 100%;
}
section.sect-pad {
    padding: 100px 0;
}
.s1_left {
    display: grid;
    grid-template-columns: 60% 40%; 
}
.img_1 img,
.img2 img  {
    width: 100%;
    height: 100%;
    display: block;
    background: #ddd;
    object-fit: cover;
} 
.img_1 {
    margin-right: 30px;
}
.fond_Lg {
    background: var(--color2);
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
}
.fond_Lg img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.bloc_p {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}
.bloc_p span {
    font-weight: 600;
    font-size: 16px;
}
.box-past {
    display: flex;
    padding: 30px 0;
    gap: 25px;
    border-bottom: 10px solid var(--color2);
}
.btn-site.btn-cont {
    margin-top: 30px;
}
.Lg_S img {
    background: transparent;
}
.societe{
    background: var(--color2);
    text-align: center;
    padding: 20px;
    position: relative;
}
.Lg_S span {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    padding: 20px 0 0;
    display: block;
}
.Lg_S img {
    background: transparent;
    width: 165px;
    height: 110px;
    object-fit: contain;
    margin: auto;
    filter: brightness(0.1) invert(1);
} 
.societe:before {
    position: absolute;
    content: '';
    background-image: url(../images/img/bf.webp);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    z-index: 9;
    opacity: 25%;
}
.Lg_S {
    position: relative;
    z-index: 99;
}
.img2 img {
    height: 258px;
}
.img2 {
    margin-top: 30px;
}
section.sect-pad.st_1 {
    position: relative;
    overflow: hidden;
}
section.sect-pad.st_1:before,
section.sect-pad.sect_2.bg:before,
.s_7:before {
    position: absolute;
    content: '';
    background-image: url(../images/img/circle.webp);
    width: 500px;
    height: 500px;
    background-size: cover;
    right: -280px;
     animation: rotation 18s infinite linear;
     z-index: -1;
}
.s_7:before { 
    background-image: url(../images/img/circle-bl.webp); 
}
.fond-tel img{
     animation: rotation 18s infinite linear;
}
section.sect-pad.sect_2.bg:before{ 
    filter: brightness(0) invert(1);
    top: 20%; 
}
.s_7:before {
    left: 4%;
    top: -72px;
    width: 400px;
    height: 400px;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.top_cat,
section.sect_cat.bg,
.block-Cat {
    position: relative;
}
section.sect_cat.bg:before{
    position: absolute;
    content: '';
    background: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 80%;
}
.titre_cat, .titre_R {
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    padding: 25px 0 45px;
}
section.sect_cat.bg {
    padding: 100px 0 0;
}
.top_cat,
.box-rpl {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.img_cat img {
    width: 100%;
    height: 250px;
    display: block;
    background: #ddd;
    object-fit: cover;
    border-left: 40px solid #171717;
    border-top: 40px solid #171717;
}
.img_cat {
    margin: 0 15px; 
} 
.block-Cat {
    display: flex;
    overflow: hidden;
}
.cat-item:hover .img_cat img{
    border-left: 40px solid var(--color1);
    border-top: 40px solid var(--color1);
}
section.sect_cat.bg {
    height: 527px;
}
.text-cat {
    background: #F5F5F7;
    padding: 40px;
    margin: 0 15px 0 55px;
    position: relative;
    height: 168px;
}
.text-cat:before{
    position: absolute;
    content: '';
    background: #171717;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    transition: .3s;
}
.cat-item:hover .text-cat:before{
    width: 100%;
    transition: .3s;
}
.text-cat a {
    color: #171717;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}
.cat-item:hover .text-cat a{
    color: #fff;
}
.voir {
    display: flex;
    align-items: center;
    margin-top: 25px;
    gap: 15px;
    background: #fff;
    padding: 10px;
    justify-content: center;
    width: 55px;
}
.cat-item:hover .voir{
    background: var(--color1);
    width: 70%;
}
.voir img {
    width: 15px;
    height: 15px;
    object-fit: contain;
}
.cat-item:hover .voir img{
    filter: brightness(0) invert(1);
}
.voir span {
    text-transform: uppercase;
    font-size: 14px;
    display: none;
    color: #fff;
}
.cat-item:hover .voir span{
    display: block;
}
section.sect_cat.bg .repere {
    margin-top: -169px;
    position: relative;
    z-index: -1;
}
section.sect-pad.sect_2.bg {
    margin-top: 300px;
    position: relative;
    overflow: hidden;
}
.text_2 h2,
.fond-text h2 {
    color: #fff;
}
.block-s2 {
    display: flex;
    position: relative;
}
.block-s2 > div {
    width: 100%;
}
.text_2 p, .fond-text p {
    color: #b3b4b5;
}
.text_2 {
    margin-left: 150px;
}
.cage {
    background: #fff;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.textC {
    font-size: 15px;
    font-weight: 600;
}
.iconC img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}
.box-cage {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 25px;
}
.img-s2.bg,
.img-s2.img5.bg {
    height: 100%;
    width: 50%;
    position: absolute;
    z-index: -1;
    top: 0;
}
@media screen and (max-width: 1280px) {
  .img-s2.bg {
    width: 60%!important;
  }
}
section.sect-rpl.bg {
    padding: 100px 0 20px;
}
form#rappel_immediat {
    display: flex;
}
.titre_R {
    margin-right: 200px;
}
.box-sect3 {
    display: flex;
    gap: 80px;
}
.fond-text {
    background: #171717;
    padding: 40px;
    position: relative;
    left: 0;
    margin-left: 20px;
    margin-right: 20px;
    top: -20%;
    z-index: 99;
}
.fond-text:before,
.text_P:before{
    position: absolute;
    content: '';
    background-image: url(../images/img/shape.png);
    width: 388px;
    height: 10px;
    background-size: cover;
    top: 0;
    left: 0;
}
.text_P:before{
    background-image: url(../images/img/shape-clr.png);
}
.boxT-3 {
    position: relative; 
    width: 100%; 
}
body:not(.Mobile) .boxT-3 { 
    margin-bottom: -50px;
}
section.sect4.bg {
    margin-top: 100px;
    padding: 100px 0;
}
.box_s4 {
    display: grid;
    grid-template-columns: 40% 60%;
    position: relative;
}
.text_f {
    background: #fff;
    padding: 20px 40px 40px;
    width: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    margin-top: 30px;
}
.block-tel {
    background: #171717;
    padding: 40px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.boxT-6 {
    margin-left: 80px;
}
.tel_B span {
    color: #fff;
    padding: 0 0 30px;
    display: block;
}
.fond-tel img {
    width: 90px;
    height: 90px;
    object-fit: contain;
}
.fond-tel{
    position: relative;
}
.fond-tel:before {
    position: absolute;
    content: '';
    background-image: url(../images/img/call-icon.png);
    width: 38px;
    height: 38px;
    z-index: 9;
    top: 28%;
    left: 28%;
}
.num a {
    background: var(--color2);
    color: #fff;
    padding: 15px 25px;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}
.num {
    display: flex;
    gap: 15px;
}
.s_7 {
    padding: 40px 40px;
    position: relative;
    overflow: hidden; 
    margin-bottom: 80px;
}
.text_2.text7 {
    margin-left: 0;
}
.img-s2.img5.bg {
    right: 0;
}
.text_2.text7 p {
    color: #fff;
}
.prt-foot {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding: 100px 0 40px;
}
.titre-foot {
    position: relative;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 50px;
}
.titre-foot:before{
    position: absolute;
    content: '';
    background-image: url(../images/img/bf-foot.png);
    width: 73px;
    height: 3px;
    bottom: -15px;

}
ul.services-footer a,
.text-agence,
.text-agence a,
.bloc_tel_f a, span.classe {
    color: #BABABA;
    font-size: 14px;
}
ul.services-footer a:hover{
    color: var(--color1);
}
ul.services-footer li {
    display: flex;
    align-items: center;
    margin: 15px 0;
    gap: 10px;
}
ul.services-footer img {
    width: 13px;
    height: 13px;
    object-fit: contain;
}
.bloc_tel_f {
    margin: 15px 0;
}
.text-agence {
    padding: 20px 0;
    line-height: 1.5;
}
.bloc_tel_f:nth-child(1) a, 
.bloc_tel_f:nth-child(2) a {
    background: var(--color1);
    padding: 10px;
    font-weight: 600;
    color: #fff;
    margin: 10px 0;
    display: block;
    text-align: center;
}
.cop_foot {
    background: #FFFFFF17;
    padding: 30px 0;
}
.copyright,
.copyright a {
    color: #fff;
}
.copyright { 
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.box-mention {
    display: flex;
    align-items: center;
    gap: 10px;
}
.box-mention img {
    width: 150px;
    height: 25px;
    object-fit: contain;
}
.fond-text .btn-site {
    margin-top: 30px;
}
.sect_f .box-sect3 {
    gap: 40px;
}
.sect_f .fond-text{ 
    width: 100%;
}
.text_2.text7 h3 {
    color: #fff;
}
section.sect-pad.sect_f .fond-text {
    position: relative;
}
.text_sect {
    display: flex;
}
section.sect-pad.sect_f {
    padding: 0 0 80px;
} 
.h1-prest {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    padding: 30px 0;
    text-transform: uppercase;
    width: 50%;
}
.img1_p img {
    width: 100%;
    height: 570px;
    object-fit: cover;
    display: block;
    background: #ddd;
}
section.sect2_p { 
    padding: 100px 0;
}
.box-2P {
    display: flex;
    gap: 60px;
}
.left_P.bg { 
    background-color: #ddd !important;
    padding: 30px;
}
.text_P {
    background: #fff;
    padding: 30px;
    margin-top: 88px;
    height: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    position: relative;
} 
.img_s3 img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
    background: #ddd;
}
.text7_p {
    background: linear-gradient(225deg, var(--color1), var(--color2));
    padding: 80px 0;
}
.box_t7 h2, .box_t7 p{
    color: #fff;
}
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;
}
.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 30px 20px;
}
.devis .block-devis.bg {
    width: 50%;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 80px;
}
.devis .devis_formulaire{
    margin-left: 20px;
    margin-right: 20px;
}
.devis .devis_formulaire .left_D {
    margin-right: 30px;
}
.contact .block-devis.bg {
    display: none;
}
.boxDevis {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    position: relative;
}
.devis_contact {
    background: #171717;
    padding: 40px;
    width: 100%;
    border-top: 7px solid var(--color1);
}
.boxDevis.box-contact .titre-formulaire {
    color: #171717;
    font-size: 38px;
}
.inp-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
} 
.p-cont {
    padding: 20px 0 30px;
}
.boxCheck.cont-box {
    display: flex;
    background-image: none;
    flex-direction: column;
    gap: 40px;
    padding: 0;
}
.checkBox {
    display: flex;
    gap: 25px;
    position: relative;
}
.textCheck.tel-foot p {
    display: flex;
    gap: 10px;
}
.boxDevis.box-contact textarea.form-input {
    height: 150px !important;
    min-width: 100%;
    font-family: inherit;
    margin-bottom: 20px;
    margin-top: 20px;
}
input.contenu-btn{
    background: var(--color1);
    color: #fff;
    cursor: pointer;
}
input.contenu-btn:hover{
    background: var(--color2);
}
.boxDevis.box-contact .fond-check {
    background: var(--color2);
    width: 70px;
    height: 70px; 
    display: flex;
    align-items: center;
    justify-content: center;
}
.textCheck span {
    font-weight: 600;
    padding: 0 0 15px;
    display: block;
}
.checkBox img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.boxCheck.cont-box a.mailBlockF {
    color: #171717;
}
.textCheck.tel-foot a {
    background: var(--color1);
    padding: 5px 10px;
    border-radius: 3px;
    color: #fff;
}
.devis_contact span.span_bf {
    padding: 0 0 30px;
    display: block;
}
div#Map {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.Mobile div#Map{
    height: 200px;
}
.img_s3 {
    position: relative;
    z-index: 1;
}
body:not(.Desktop) .menu-top.show {
    display: block;
}
body:not(.Desktop) .menu-top {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 99999;
    top: 138px;
    left: 0;
    padding: 25px;
    display: none;
}
body:not(.Desktop) .menu-top.show{
    display: block;
}
body:not(.Desktop) ul.col.nav-list {
    flex-direction: column;
    gap: 15px;
}
body:not(.Desktop) li.nav-item a {
    color: #171717; 
}
body:not(.Desktop) li.nav-item.active a {
    color: #fff;
    padding: 10px;
}
body:not(.Desktop) .megaMenu {
    transform: none;
    opacity: 1;
    visibility: visible;
    position: static; 
}
body:not(.Desktop) .haut {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
button.navMobile {
    background: transparent;
    border: none;
}
button.navMobile img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
button.navMobile {
    background: transparent;
    border: none;
    position: absolute;
    right: 20px;
    top: 36px;
}
a.logo img {
    width: 166px;
    height: 93px;
    object-fit: contain;
    background: #ffffffc7;
}
.Desktop a.logo img {
    width: 200px;
    height: 110px; 
}
.tel_mob {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.tel_mob a {
    background: var(--color1);
    padding: 5px 15px;
    color: #fff;
    font-weight: 600;
}
body:not(.Desktop) .homeslider:before { 
    background-image: none; 
    background-color: rgba(23, 23, 23, 50%);
}
body:not(.Desktop) .bg-site {
    height: 600px;
}
body:not(.Desktop) .caption { 
    top: 35%; 
}
.Tablet .caption { 
  left: 80px;
}
body:not(.Desktop) .devis_formulaire { 
    grid-template-columns: 100%;
    gap: 25px;
}
body:not(.Desktop) .titre-formulaire{
    font-size: 30px;
}
.Mobile form#Devis_form { 
    grid-template-columns: repeat(1, 1fr); 
}
body:not(.Desktop) .boxS_1 { 
    flex-direction: column;
}
body:not(.Desktop) h1 {
    font-size: 32px; 
}
.Mobile .Lg_S img{
    width: 100%;
    height: 66px;
}
.Mobile .img_1 {
    margin-right: 20px;
}
.Mobile .Lg_S span { 
    font-size: 11px;
    padding: 0; 
    line-height: 1.3;
}
.Mobile .img_1 img {
    height: 360px;
}
.Mobile .img2 img {
    height: 178px;
}
.Tablet .img_1 img {
  height: 481px;
}
.Mobile .box-past { 
    flex-direction: column;
}
.Mobile .titre_cat, 
.Mobile .titre_R { 
    font-size: 30px; 
}
.Mobile .top_cat, 
.Mobile .box-rpl { 
    flex-direction: column;
    align-items: inherit;
}
.Mobile section.sect-pad {
    padding: 80px 0;
}
.Mobile section.sect_cat.bg {
    padding: 80px 0 0;
}
.Mobile .block-Cat { 
    margin-top: 30px;
}
body:not(.Desktop) .img_cat img{
    height: 200px;
    border-left: 40px solid var(--color1);
    border-top: 40px solid var(--color1);
}
.Mobile section.sect_cat.bg {
    height: 557px;
}
.Tablet section.sect_cat.bg {
  height: 470px;
}
body:not(.Desktop) .text-cat a { 
    font-size: 16px; 
}
.Tablet .text-cat { 
  margin: 0 15px 0 15px; 
  height: 190px;
}
body:not(.Desktop) .text_2 {
    margin-left: 0;
    background: rgba(23, 23, 23, 90%);
    padding: 20px;
}
body:not(.Desktop) .block-s2 { 
  flex-direction: column;
}
.Mobile .box-cage { 
    grid-template-columns: repeat(1, 1fr); 
}
.Mobile .titre_R {
    margin-right: 0;
}
body:not(.Desktop) section.sect-rpl.bg {
    padding: 80px 0;
}
.Tablet .titre_R {
  margin-right: 70px;
}
.Tablet .titre_cat, 
.Tablet .titre_R { 
  font-size: 35px; 
}
.Mobile .box-rpl input.form-input {
    width: 190px !important;
}
.Mobile .box-2P { 
    flex-direction: column;
}
body:not(.Desktop) .fond-text:before, 
body:not(.Desktop) .text_P:before{
    width: 100%;
}
body:not(.Desktop) .text_P{
    margin-top: 0;
}
body:not(.Desktop) .left_P.bg{
    padding: 0;
}
.Tablet .box-2P { 
  gap: 40px;
}
body:not(.Desktop) section.sect4.bg {
    margin-top: 0; 
}
.Mobile section.sect4.bg { 
    padding: 80px 0;
}
.Mobile .box_s4 { 
    grid-template-columns: 100%; 
    gap: 60px;
}
.Mobile .boxT-6 {
    margin-left: 0;
}
body:not(.Desktop) .num { 
    flex-direction: column;
}
body:not(.Desktop) .block-tel{
    padding: 20px;
}
body:not(.Desktop) .num a { 
    font-size: 16px; 
}
.Mobile h2 {
    font-size: 25px; 
}
.Mobile .s_7{
    padding: 20px;
}
.Mobile .prt-foot { 
    grid-template-columns: repeat(1, 1fr); 
    padding: 40px 0 40px;
}
.Tablet .prt-foot { 
  grid-template-columns: repeat(2, 1fr); 
}
.Mobile .copyright { 
    flex-direction: column;
}
.Mobile .box-mention { 
    padding: 20px 0 0;
}
body:not(.Desktop) li.nav-submenu-item a {
    color: #fff !important;
}
body:not(.Desktop) .sect_f {
    padding: 0 0 40px!important;
}
.Mobile section.sect-pad.sect_f .fond-text { 
    margin: 20px 0;
    padding: 20px;
}
.Mobile .text_sect {
    display: block;
}
.Mobile .h1-prest { 
    font-size: 27px; 
    width: 100%;
}
.Tablet .h1-prest{
    font-size: 30px;
}
.Tablet .h1-prest{
    width: 80%;
}
body:not(.Desktop) .text_f { 
    padding: 20px 20px; 
}
.Mobile .box-sect3 { 
    flex-direction: column;
    margin-bottom: 40px;
}
.Mobile .img_s3 img{
    height: 200px;
}
.Mobile .fond-text { 
    padding: 20px; 
    margin-left: 0;
    margin-right: 0; 
}
body:not(.Desktop) ul.nav-submenu {
    text-align: center;
}
body:not(.Desktop) .text7_p { 
    padding: 40px 0;
}
.Tablet .box-sect3 { 
  gap: 40px;
}
.Tablet .fond-text{
    padding: 20px;
}
.Mobile .boxDevis { 
    grid-template-columns: 100%;
    gap: 40px; 
}
body:not(.Desktop) .devis_contact { 
    padding: 20px; 
}
.Mobile .inp-grid { 
    grid-template-columns: 100%; 
}
body:not(.Desktop) .textCheck.tel-foot p { 
    flex-direction: column;
}
.Tablet .boxDevis { 
  gap: 40px; 
}
body:not(.Desktop).devis .block-devis.bg{
    width: 100%;
}
body:not(.Desktop).devis .block-devis.bg { 
    margin-top: 0;
    margin-bottom: 0;
}
div#Messages {
    text-align: center;
    background-color: var(--color2);    
    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;
}

.blog_pageIntrouvable > div {
  height: 100%;
  color: #333
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: #7c0c18;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #7c0c18;
}
.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;
  }
}
.blog_pageIntrouvable span {
    padding: 20px 0 0;
    display: block;
}
.haut.fixed-top {
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0px;
    background: rgb(255, 255, 255);
    transition: 0.7s;
}
.haut.fixed-top li.nav-item a {
    color: #171717;
} 
.haut.fixed-top li.nav-item.active a,
.haut.fixed-top li.nav-item:hover a{
    color: #fff;
}
.haut.fixed-top .btn-mob {
    display: none;
}
body:not(.Desktop) .btn-site {
    display: flex;
    gap: 15px; 
}
.Mobile .btn-site { 
    flex-direction: column;
}
.Mobile .img1_p img { 
    height: 250px; 
}
.Tablet .img1_p img{
    height: 300px;
}
.haut.fixed-top a.logo img {
    background: #fff;
}
body:not(.Desktop) .homeslider {  
    height: 600px; 
}
section.sect4.bg .span_bf,
.block-devis .devis_formulaire .span_bf,
body.Desktop.pose-de-velux.prestations .text_s4 .span_bf{
    color: #7c0c18;
}
section.sect4.bg .span_bf:before,
.block-devis .devis_formulaire .span_bf:before,
body.Desktop.pose-de-velux.prestations .text_s4 .span_bf:before{
    background: #7c0c18;
}
