*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
/* 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;
}

.homeslider .slider {

}
.Mobile .homeslider .slider {
  box-shadow: none;
    padding: 0;
}
.homeslider .slider-track {
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}



body {
    font-family: 'Calibri', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
}
/*body:before {
    content: "";
    background: rgba(6, 23, 2, 0.84);
    position: fixed;
    height: 100%;
    width: 100%;
}*/

a {
    background: transparent;
    -webkit-transition: .5s;
    transition: .5s;
    color: #d14104;
    text-decoration: none;
}
a:hover {
    color: #222;
}
a:hover, a:active, a a:focus {
    text-decoration: none;
}
img {
  max-width: 100%;
}
h1, h2, h3, h4, h5, h6, .h2, .h3 {
    font-weight: 400;
    line-height: 1.2;
    color: #2e2e2e;
}
h1 {
    font-size: 26px;
}




.container {
    max-width: 1170px;
    width: 100%;
    position: relative;
    margin: auto;
}



/*-------header--------*/

.Desktop .affix {
    position: fixed!important;
    z-index: 11000;
    top: 0;
    width: 100%;
    left: 0;
    padding: 10px 0!important;
    background: #fff;
}

.top-bar img {
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
    margin-right: 6px;
}
.top-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-left {
    display: flex;
    align-items: center;
    gap: 13px;
}
.top-bar {
    padding: 10px 0;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #0000000F;
}
span.separator {
    width: 1px;
    height: 16px;
    background: #00000014;
}
.top-left a {
    color: #54595F;
    font-size: 14px;
    font-weight: 600;
}
.devis-top {
    color: #54595F;
    font-size: 14px;
    font-weight: 600;
}
.top-left img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}
.top-left a img {
    width: 20px;
    height: 20px;
    position: relative;
        top: 6px;
}
.top-right a {
    font-size: 18px;
    font-weight: 600;
    margin-left: 25px;
}

a.logo img {
    width: 300px;
    height: 100px;
    object-fit: contain;
}
.logo-caption img {
    width: 300px;
    height: 150px;
    object-fit: contain;
}
.nav-mobile img {
    filter: invert(1);
    width: 14px;
    height: 14px;
}
li.nav-item a {
    color: #444444;
    font-weight: 900;
    font-family: 'Helvetica';
    font-size: 11px;
    text-transform: uppercase;
}
li.nav-item {
    text-align: center;
    padding: 11px 0px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    margin: 0 10px;
}
ul.nav-list {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
li.nav-item.active a {
    color: #a75050;
}
.nav-top {
    display: flex;
    align-items: center;
    justify-content: space-around; 
}
nav.nav.header__navigation {
    max-width: 71%;
}

.Mobile .nav-top {
    box-shadow: none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
}
.Mobile .top-bar {
    border-bottom: solid 1px #3333;
    background: #333;
    color: #fff;
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 6rem;
    padding: 0;
}
.Mobile .titre_h1 {
    font-size: 21px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 100%;
    margin: 23px 0;
}
.Mobile .contact-top {
    text-align: center;
}
.Mobile .contact-top a {
    display: inline-block;
    color: #fff;
    margin: 0 5px;
    background: #d14104;
    padding: 5px;
    border-radius: 5px;
    margin: 5px;
}
.Mobile .contact-top a:nth-child(1) {
    background: transparent;
}
.Mobile ul.nav-list {
    flex-direction: column;
    position: fixed;
    z-index: 999;
    width: 100%;
    left: 0;
    background: #fff;
    top: 238px;
    border-top: 1px solid;
    display: none;
}
.item {
    height: 700px;
    background-size: cover;
}
.homeslider {
    height: 700px;
    position: relative;
    width: 100%;
}
.item:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #0005;
}
.caption {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    text-align: center;
    top: 31%;
}
.titre_h1 h1{
    font-size: 47px;
    color: #d14104;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 45px;
    margin: 23px 0;
}
.caption_container {
    max-width: 66%;
    margin: auto;
}
.caption p {
    color: #fff;
    font-size: 23px;
    font-weight: 300;
}
a.btn-rea {
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    background: #d14104;
    padding: 20px 33px;
    border-radius: 13px;
    display: inline-block;
    margin-top: 34px;
    border-color: #d14104 #d14104 #d85810;
}
a.btn-devis {
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    background: #d14104;
    padding: 20px 33px;
    border-radius: 13px;
    display: inline-block;
    margin-top: 34px;
    border-color: #d14104 #d14104 #d85810;
}
a.btn-rea img {
    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
    left: 5px;
}
a.btn-devis img {
    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
    left: 5px;
}
.appel-bloc {
    color: #fff;
    background: #d14104;
    padding: 45px 20px;
}
.appel-bloc a{
    color: #fff;

}
.appel-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    flex-direction: column;
}
.text-appel p {
    color: #FFFFFF;
    font-size: 19px;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0px;
}
.text-appel strong {
    font-size: 30px;
    font-weight: 700;
    display: inline-block;
    letter-spacing: -1px;
    line-height: 42px;
}
.num-appel a {
    font-size: 18px;
    font-weight: 700;
    padding: 1.3132rem 2.4rem 1.3132rem 2.4rem;
    border:solid 2px #fff;
    border-radius: 12px;
    transition: ease-in-out 0.3s;
}
.num-appel a:hover {
    background: #fff;
    color: #000;
}
.num-appel a:hover img {
    filter: invert(1);
    transform: translateX(3px) ;
}
.num-appel img {
    margin-left: 10px;
    position: relative;
    top: 5px;
    transition: filter 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: 20px;
    height: 20px;
}
.content-sec1 {
    display: grid;
    grid-template-columns: 50% 50%;
        align-items: center;
}
.content-sec1 .sec1-right img {
    min-height: 450px;
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}
.sec1-left {
    padding-right: 55px;
}
.sec1-left h2 {
    font-size: 36px;
    font-weight: 600;
    color: #3c3835;
    position: relative;
    padding-bottom: 51px;
    margin-bottom: 15px;
}
.sec1-left h2:before {
    content: '';
    width: 14%;
    height: 4px;
    background: #d14104;
    position: absolute;
    bottom: 0;
}
.section1 .content-sec1 p {
    font-size: 18px;
    color: #333;
    line-height: 245%;
}
.section1 {
    padding: 90px 0 0;
}

.urgence-sec1 {
    display: grid;
    width: 100%;
    grid-template-columns: 25% 25% 25% 25%;
    margin-top: 60px;
}
.blog-urgence {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 55px 40px;
    border-right: solid 1px #f3f3f3;
}
.blog-urgence img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    margin-right: 21px;
    transition: transform 0.3s ease-in-out;
}
.blog-urgence img:hover {
    transform: scale(1.2);
}
.blog-urgence p {
    color: #54595F;
    font-weight: 900;
    font-size: 21px;
    line-height: 100%;
}


.section2 {
    color: #fff;
    background: #000;
    padding: 40px 0;
}
.section2 h2{
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    position: relative;
    padding-bottom: 51px;
    margin-bottom: 15px;
}
.section2 h2:before {
    content: '';
    width: 6%;
    height: 4px;
    background: #fff;
    position: absolute;
    bottom: 0;
}
.text-sec2 p {
    font-size: 18px;
}

.comp_item span {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 21px;
}
.comp_item {
    text-align: center;
    padding: 0 20px;
}
.comp_item p{
    margin-top: 1rem;
    color: #fff;
}
.voir a {
    color: #fff;
    font-size: 18px;
}
.voir span {
    font-size: 18px;
    font-weight: 100;
}
.voir {
    margin-top: 25px;
}
.comp_item img {
    margin-bottom: 17px;
}
.Desktop .comp_item img {
    width: 350px;
    height: 437px;
    object-fit: cover;
}
.Mobile .comp_item img {
    width: 320px;
    height: 399px;
    object-fit: cover;
}
.categorie {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
body.Mobile.mentions ol {
    padding: 0 29px;
}
body.Mobile.mentions h2 {
    margin: 20px 0;
}
.Tablet.mentions ol {
  padding: 0 37px;
}
.Tablet.mentions h2 {
  margin: 20px 0;
  font-weight: 600;
  text-transform: uppercase;
}

.section3 .sec1-right {
    grid-row: 1;
}
.section1.section3 .sec1-left {
    padding-right: 0;
    padding-left: 20px;
}
.section3 a.btn-devis,
.section4 a.btn-devis,
.section5 a.btn-devis,
.section6 a.btn-devis,
.section7 a.btn-devis {
    text-transform: inherit;
    padding: 17px 60px;
}
.section1.section3 a.btn-devis img {
    filter: invert(1);
    width: 20px;
    height: 20px;
    object-fit: contain;
    position: relative;
    top: 5px;
}
.rea_ville img {
        max-height: 444px;
    min-height: 444px;
    object-fit: cover;
    position: relative;
    display: block;
    width: 100%;
}
.rea_ville {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
.img-rea {
    position: relative;
    width: 25%;
    cursor: pointer;
}
.img-rea:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 999;
    transition: ease-in-out 0.2s;
}
.img-rea:hover::before {
    opacity: 0.5;
    transition: ease-in-out 0.2s;
}
.img-rea p {
    filter: brightness(0);
}
.img-rea p {
    filter: brightness(0) invert(1);
    color: #fff;
    position: absolute;
    z-index: 999;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: ease-in-out 0.2s;
}
.img-rea:hover p {
    top: 50%;
    opacity: 1;
}

.section5 {
    text-align: center;
    margin-top: 80px;
}
.section5 h2,
.section5 p {
    text-align: left;
}
.section5 h2 {
        font-size: 36px;
    font-weight: 600;
    color: #d14104;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 15px;
}

.appel-bloc.appel-bloc1 {
    position: relative;
    background-image: url(../images/img/2-scaled.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 51px;
}
.appel-bloc.appel-bloc1:before {
    content: '';
    background: #d14104;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    z-index: 0;
}
.section6 .sec1-right {
    grid-row: 1;
}
.section1.section6 .sec1-left {
    padding-right: 0;
    padding-left: 20px;
}
.section6 .sec1-left h2 {
    color: #d14104;
}
.section6 .sec1-left h2:before{
    background: #3f4245;
}
.section6 a.btn-devis {
    text-transform: inherit;
}

.section8 h2 {
    font-size: 36px;
    font-weight: 600;
    color: #28292A;
    position: relative;
    margin-bottom: 30px;
}

.section8 p {
    font-size: 18px;
    color: #333;
}
.text-sec8 {
    margin-bottom: 20px;
}
.section5 p {
    color: #333;
}
div#Messages {
    text-align: center;
    color: #fff;
    font-weight: 600;
    background: #d14104;
    padding: 20px;
    position: relative;
    z-index: 9999;
}
/*.dots {
    font-size: 20px;
    font-weight: 900;
    display: flex;
    margin: auto;
    justify-content: center;
    gap: 40px;
}*/
div#Map {
    height: 255px;
}
.content-sec8 {
    margin: 55px 0 15px;
}
/*.dot {
    padding: 6px 14px;
    cursor: pointer;
    background: #d14104;
    color: #fff;
    margin-bottom: 55px;
}*/
.devis-foot {
    background-image: url(../images/img/1-scaled.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding: 120px 0px;
    margin-top: 40px;}

    footer#footer {
    text-align: center;
}
}
.devis-right {
    display: flex;
    justify-content: center;
}
.devis-foot:before{
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
}
.devis-content {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
}
.devis-h2 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    position: relative;
    margin-bottom: 30px;
    letter-spacing: -1px;
}

.devis-content p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
}
p.appelez-devis {
    font-weight: 900;
}
input#mail {
    display: none;
}
.devis-right input[type=text] {
    width: 100%;
    color: #777;
    padding: 12px;
    border: none;
    margin-bottom: 10px;
    border-color: rgba(0,0,0,0.09)
}
.Devisgratuit .h3 {
    color: #484848;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
}
.devis-content .num-appel a {
    background: #d14104;
    color: #fff;
    border: none;
    display: inline-block;
}
.devis-content .num-appel {
    margin-top: 60px;
}
textarea.form-input {
    width: 100%;
    padding: 12px;
    font-family: Calibri;
    font-size: 15px;
    min-width: 100%;
    border-color: rgba(0,0,0,0.09);
    margin-bottom: 13px;
}
input.btn.btn-submit {
    background: #d14104;
    color: #fff;
    border: none;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    padding: 16px 40px;
    border-radius: 12px;
    cursor: pointer;
}
.ville .Devisgratuit {
    background: rgba(240, 113, 42, .8);
    padding: 48px 36px 15px 36px;
    border-radius: 10px;
    max-width: 79%;
    margin: auto;
}
.Desktop .num-appel {
    margin: auto;
}
body.Mobile.ville .Devisgratuit {
    max-width: 100%!important;
}
.devis-content hr {
    height: 5px;
    background: #fff;
    max-width: 11%;
    position: relative;
    top: 3rem;
}
.content-part {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content-part img {
    width: 214px;
    height: 72px;
    object-fit: contain;
}
.logo-part {
    padding: 50px 0;
}
footer#footer {
    text-align: center;
    background: #000;
    padding: 45px 0;
}
p.adresse {
    color: #fff;
    margin: 30px auto 0;
}
p.tel {
    color: #fff;
}
p.tel a{
    color: #fff;
    margin: 0 13px;
}
p.tel a:hover {
    color: #d14104;
}
p.adresse {
    color: #fff;
    padding-top: 30px;
    border-top: solid 1px #a19f9f;
    max-width: 35%;
    margin: auto;
}
p.copyright {
    text-align: center;
    color: #000;
    padding: 20px 0;
}
p.copyright a{
    text-align: center;
    color: #000;
}
#footer a.logo img {
    width: 218px;
    background: #fff;
    padding: 4px;
}
.page-devis-cont {
    display: grid;
    grid-template-columns: 50% 50%;
    max-width: 80%;
    margin: auto;
}
.devis_h3 {
   font-size: 20.1px;
    color: #d14104;
    font-weight: 900;
    font-family: Arial;
    margin-bottom: 25px;
}
 .page-devis input[type=text] {
    width: 100%;
    background: #f4f4f4;
    border-radius: 35px;
    height: auto;
    padding: 25px 25px;
    border: none;
    margin-top: 13px;
    color: #777;
}
.page-devis input::placeholder {
    color: #afacac;
}
.page-devis textarea.form-input {
    width: 100%;
    background: #f4f4f4;
    border-radius: 35px;
    height: auto;
    padding: 25px 25px;
    border: none;
    margin-top: 13px;
    color: #777;
    height: 140px;
}
.devis-cont-left {
    padding-right: 115px;
}
.devis-cont-left p {
    margin-bottom: 20px;
}
.devis-cont-left img {
    margin-top: 30px;
}
.header-devis-cont {
    display: grid;
    grid-template-columns: 50% 50%;
}
.header-devis {
    background: #f7f7f7;
    padding: 60px 0;
}
.contact span {
     font-size: 30px;
    color: #d14104;
    font-weight: 900;
    font-family: Arial;
    margin-bottom: 25px;
}
.lien-cont {
    display: flex;
    gap: 7px;
    font-size: 13px;
}
.devis-cont-right .Devisgratuit {
    margin-top: 40px;
}
.rappel-button {
    background: #d14104;
    display: inline-block;
    padding: 14px;
    border-radius: 0 0 10px 0;
    cursor: pointer;
}
.rappel-button img {
    width: 26px;
    height: 26px;
    display: block;
}
.rappel-cont {
    display: flex;
    align-items: center;
    gap: 10px;
    position: fixed;
    z-index: 11000;
    top: 50%;
    
}
.Mobile .rappel-cont {
    display: none;
}
.custom_rappel_top {
    position: relative;
    display: none;
}
.rappel-button:hover .custom_rappel_top {
    opacity: 1;
    z-index: 999;
}
input#mail2 {
    display: none!important;
}
form#rappel_immediat input {
    padding: 10px;
    display: block;
    border: none;
    width: 100%;
}
.custom_rappel_top .btn-submit {
    display: block!important;
    border-radius: 0!important;
    width: 100%;
}
.custom_rappel_top strong {
    color: #fff;
}


/*--------responsive mobile--------------*/



.Mobile .appel-content {
    display: block;
    text-align: center;
}
.Mobile .num-appel a {
    display: inline-block;
    padding: 12px 20px;
    margin-top: 8px;
}
.Mobile .text-appel strong {
    font-size: 27px;
    font-weight: 700;
    margin-top: 13px;
    display: inline-block;
    letter-spacing: -1px;
}
.Mobile .content-sec1 {
    display: block;
}
.Mobile .sec1-left {
    padding: 0;
}
.Mobile .content-sec1 .sec1-right img {
    min-height: 270px;
    height: 270px;
    object-fit: cover;
    width: 320px;
    object-position: bottom left;
}
body.Desktop.mentions ol {
    padding: 0 64px;
}
body.Desktop.mentions h2 {
    margin-top: 30px;
    font-size: 33px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 0 20px;
}
.Mobile .sec1-right {
    margin-top: 20px;
}
.Mobile .sec1-left h2 {
    padding-bottom: 25px;
    font-size: 26px;
}
.Mobile .section1 {
    padding: 22px 20px 0 20px;
}
.Mobile .section1 .content-sec1 p {
    line-height: 112%;
}
.Mobile a.btn-devis {
    margin: 16px auto 0;
    display: inline-block;
    padding: 17px 40px;
}
.Mobile .sec1-right {
    margin-top: 15px;
}
.Mobile .urgence-sec1 {
    grid-template-columns: 50% 50%;
}
.Mobile .blog-urgence p {
    font-size: 17px;
}
.Mobile .blog-urgence {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 3px;
    border-right: solid 1px #f3f3f3;
}
.Mobile .section2 {
    padding: 40px 20px;
}
.Mobile .comp_item {
    padding: 0;
}
.Mobile .section1.section3 .sec1-left {
    padding: 0;
}
.Mobile .section5 {
    margin-top: 45px;
}
.Mobile .rea_ville {
    flex-wrap: wrap;
}
.Mobile .img-rea {
    width: 50%;
}
.Mobile .section1.section6 .sec1-left {
    padding: 0;
}
.Mobile .section8 {
    padding: 0 20px;
}
.Mobile .devis-content {
    display: block;
}
.Mobile .devis-foot {
    padding: 80px 20px;
}
.Mobile .devis-content .num-appel {
    margin-top: 40px;
}

.Mobile .devis-right {
    margin-top: 90px;
}
.Mobile .content-part img {
    width: 166px;
    height: 62px;
    object-fit: contain;
}
.Mobile .content-part {
    flex-wrap: wrap;
}
.Mobile .logo-part {
    padding: 20px 0;
}
.Mobile .caption_container {
    max-width: 90%;
    margin: auto;
}
.Mobile .Mobile .titre_h1 {
    font-size: 32px;
}
.Mobile .top-bar img {
    filter: brightness(0) invert(1);
}
.Mobile a.logo img {
    width: 150px;
}


/*--------responsive Tablet--------------*/

.Tablet .top-bar {
  padding: 15px 20px;
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #fff;
  top: 8rem;
}
.Tablet .logo {
  max-width: 24%;
}
.Tablet .nav-top {
  justify-content: space-between;
  padding: 10px 20px;
  position: fixed;
  width: 100%;
  top:0rem;
  border-top: solid 1px;
  background: #fff;
  z-index: 999;
}
.Tablet ul.nav-list {
  flex-direction: column;
  position: fixed;
  z-index: 999;
  width: 100%;
  left: 0;
  background: #fff;
  top: 14%;
  border-top: 1px solid;
  display: none;
}
.Tablet .section1 .content-sec1 p {
    line-height: 157%;
}
.Tablet .section1 {
  padding: 50px 20px 0 20px;
}
.Tablet .blog-urgence p {
    font-size: 18px;
}
.Tablet .blog-urgence {
    padding: 30px 5px;
}
.Tablet .urgence-sec1 {
    margin-top: 30px;
}
.Tablet .section2 {
    padding: 40px 20px;
}
.Tablet .appel-content {
    display: block;
}
.Tablet .num-appel a {
  display: inline-block;
  margin-top: 21px;
}
.Tablet .appel-content {
  padding: 0 30px;
  text-align: center;
}
.Mobile .page-devis-cont {
    display: block;
}
.Mobile .devis-cont-left {
    padding: 0;
}
.Mobile .header-devis {
    margin-top: 12rem;
}
.Tablet.ville .Devisgratuit{
    max-width: 100%;
}
.Tablet .devis-foot {
    padding: 69px 22px;
}
.Tablet .content-part img {
  width: 150px;
  height: 50px;
  object-fit: contain;
}
.Tablet .content-part {
  padding: 0 10px;
}
.Tablet .header-devis {
    margin-top: 12rem;
    padding: 60px 0 60px 10px;
}
b.titre-album {
    display: block;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 50px;
    width: 100%;
}
.Desktop div#realisations {
    margin-top: 62px;
}
a.swipebox img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.Mobile #realisations .col-md-3 {
    min-width: 100%;
    width: 100%;
}
.Mobile div#realisations {
    margin-top: 40px;
        padding: 0 20px;
}
.Tablet #realisations {
  margin-top: 41px;
  padding: 0px 16px;
}
div#realisations .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
div#realisations .col-md-3 {
    min-width: 23%;
    width: 23%;
}


/**
404
*/
.blog_pageIntrouvable {
    background: #ffffff;
    position: fixed;
    height: 100%;
    width: 100%;
    font-size: 18px;
    z-index: 200000 !important;
    text-align: center;
    top: 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: #a75050;
}

.blog_pageIntrouvable > div {
  height: 100%;
}
.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 {
    color: #a75050;
}
.blog_pageIntrouvable a:hover {
    text-decoration: underline;
}
@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;
  }
}

.categoriesList {
    padding: 40px 0;
    border-top: 5px solid #d14104;
}
.Services {
    margin: 0 auto;
}
.Liens {
    column-count: 3;
    padding-top: 35px;
    text-align: left;
}
.Mobile .Liens {
    column-count: 1;
    padding: 10px;
}
.Liens a {
    display: flex;
    align-items: center;
    margin: 5px;
    position: relative;
    padding-left: 25px;
}
.Liens a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 18px;
    background-image: url(../images/img/icon.webp);
    background-size: contain;
    background-repeat: no-repeat;
}
.Services h2.Titre {
    display: block;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}
.btn_ {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.Mobile .btn_ {
    flex-direction: column;
    gap: 10px;
    margin-top: 25px;
}
.Mobile .btn_ .btn-rea {
    margin-top: 0;
}

.ContactezNous b {
    margin-right: 10px;
}
.mail_ {
    margin: 10px 0;
}
.ContactezNous a {
    display: inline-block;
    margin-right: 10px;
    color: inherit;
}
.ContactezNous .h1 {
  font-size: 32px;
  margin-bottom: 15px;
}
.Mobile .ContactezNous .h1 {
  font-size: 24px;
}
.Mobile .ContactezNous a {
    display: block;
}
.ContactezNous #FormDevis {
    display: block;
}
.Desktop .ContactezNous #FormDevis {
    max-width: 75%;
    margin: auto;
}
div#contenu-home,
.ContactezNous {
    padding: 40px 15px;
    color: #000;
}
.Desktop .ContactezNous {
    text-align: center;
}
.ContactezNous .form-input {
    width: 100%;
    color: #777;
    padding: 12px;
    border: 2px solid #0003;
    margin-bottom: 10px;
}
.Mobile .nav-mobile {
    margin-left: 106px;
}
.Mobile .section5 h2,
.Mobile .section8 h2{
    font-size: 30px;
}
body:not(.Desktop) .Block.Block4 {
    padding: 0 20px;
}
.Mobile .devis-h2 { 
    line-height: 40px;
}
.Mobile p.adresse{
    max-width: 100%;
}
.Mobile.contact p.tel a { 
    font-size: 18px;
}
.Tablet .caption{
    top: 45%;
}
.Tablet .Block.Block7 {
  padding: 0 20px 0;
}
.flyer {
    padding: 80px 0 0;
}
.box-flyer {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 40px;
}
.block-flyer {
    border: 1px solid #424040;
    padding: 30px;
}
.titre-f {
    background: #d14104;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 26px;
    padding: 10px;
    font-weight: 600;
}
.block-flyer strong {
    font-weight: 900;
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    margin: 15px 0;
    display: block;
    line-height: 30px;
}
.block-flyer.verso strong {
    font-size: 23px;
}
.text-f span {
    font-weight: 600;
}
.block-flyer.resto {
    text-align: center;
}
.block-flyer.resto .text-f {
    max-width: 42%;
    margin: auto;
    margin-bottom: 20px;
}
.img-f {
    display: flex;
}
.img-f img {
    width: 261px;
    height: 100%;
    object-fit: cover;
}
p.p-formule {
    padding: 15px 0;
    font-size: 18px;
}
.icon1-f img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.icon1-f p {
    background: #d14104;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 10px;
}
.icon-f {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.Mobile .box-flyer { 
    grid-template-columns: 100%; 
    padding: 0 20px;
}
.Tablet .box-flyer{
    padding: 0 20px;
    gap: 0;
}
body:not(.Desktop) .block-flyer.resto .text-f{
    max-width: 100%;
}
body:not(.Desktop) .img-f img{
    width: 100%;
}
.Mobile .img-f { 
    flex-direction: column;
}
.Mobile .titre_h1 h1 {
    font-size: 35px; 
    line-height: 38px; 
}
.Mobile .icon-f { 
    gap: 5px;
}
.Tablet .top-bar .top-right {
  display: flex;
  flex-wrap: wrap;
}
.Mobile p.tel {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.Mobile .caption { 
    top: 42%;
}
.Mobile p.tel a { 
    background: #d14104;
    padding: 4px;
    margin: 5px;
    border-radius: 5px;
}