*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
} 
:root{
    --base : #F88D23;
    --color2 : #322E85;
}

/* 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: 16px; 
}
p{
    color: #000;
    line-height: 30px;
}
h1 {
    color: var(--color2);
}
a{
    text-decoration: none;  
}
ul li{
    list-style: none;
}
input, textarea.form-input{
    outline: none;
    color: #707173;
    font-family: inherit;
}
section.sect1 p {
    padding: 0 30px 0 0;
}
.container{
    max-width: 1200px;
    width: 100%;
    margin: auto;
}
.bg-head {
    width: 100%;
    height: 800px; 
    overflow: hidden;
}
.bg-top {
    background: #fff;
    clip-path: polygon(0 100%, 14% 0, 100% 0, 83% 100%);
    margin-left: -55px;
    margin-right: -55px;
    padding: 0 0 15px;
    height: 340px;
}
.bg-top:before {
    position: absolute;
    content: '';
    background: url(../images/img/bgT.webp);
    width: 50%;
    height: 380px;
    background-size: cover;
    top: -39px;
    left: 0;
}
.bg-top:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 100%;
    height: 343px;
    top: 0;
    opacity: 67%;
    left: 0;
}
span.subtitle {
    color: var(--color2);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.img-rpl img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid var(--color2);
}
.title-left {
    display: flex;
    align-items: center;
    gap: 10px;
    float: right;
    margin-right: 10px;
}
.block-top {
    display: flex;
    justify-content: space-between;
    padding: 20px 40px 0 0;
    position: relative;
    z-index: 1;
}
.rappel-bloc input.form-input {
    border: 1px solid var(--color2);
    border-radius: 5px 0 0 5px;
    padding: 5px;
}
.rappel-bloc input.form-input::placeholder{
    color: var(--color2);
    height: 28px;
}
input.btn-rpl {
    background: var(--color2);
    color: #fff;
    border: none;
    padding: 7px;
    border-radius: 0 5px 5px 0;
    text-transform: uppercase;
    font-size: 10px;
    height: 28px;
    position: relative;
    top: -2px;
    cursor: pointer;
}
.rappel-bloc {
    position: relative;
    right: 30px;
}
.box-rappel form#rappel_immediat {
    position: absolute;
    right: 40px;
    top: 40px;
}
a.logo img {
    width: 300px;
    height: 160px;
    object-fit: contain;
} 
.logo-site {
    text-align: center;
}
.block-top > div {
    width: 100%;
}
 
.menubot {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: -115px;
    top: -30px;
}
.caption .h1 {
    background: #774311;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 26px;
    padding: 9px 25px;
    clip-path: polygon(0 100%, 6% 0, 100% 0, 95.5% 100%);
    width: 90%;
    float: right;
    text-align: center;
    margin-top: 20px;
    margin-right: 50px;
    line-height: 38px;
    letter-spacing: 2px;
}
ul.col.nav-list {
    display: flex;
}
.caption {
    background: #000000cc;
    clip-path: polygon(0 100%, 0 0, 100% 0, 70.5% 100%);
    height: 459px;
    max-width: 85%;
    margin-top: -10px;
}
li.nav-item a {
    background: #f38903;
    border-radius: 5px;
    padding: 14px 17px;
    font-size: 12px;
    text-transform: uppercase;
    clip-path: polygon(0 100%, 7% 0, 100% 0, 93% 100%);
    color: #000;
    height: 55px !important;
    display: block;
}
li.nav-item a:hover,
li.nav-item.active a{
    background: var(--color2);
    color: #fff;
}
ul.col.nav-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    row-gap: 15px;
    max-width: 1400px;
    margin: auto 170px;
}
@media  screen and (max-width: 1280px){
   .caption {
        max-width: 86%; 
    }
   .box-devis { 
        right: 15px!important; 
        top: 50%!important;
    }
    .service img{
        margin-left: 15px!important;
    }
    .img-right img {
        clip-path: polygon(28vw 0, calc(100% - 5vw) 0, 100% 0%, calc(100% - 0vw) 100%, 5vw 100%, 0 100%) !important;
        width: 215px !important;
        height: 300px !important;
    }
    section.sect1 { 
        grid-template-columns: 63% 37%!important;
    } 
    .sect-tout:after { 
        width: 42.3% !important;
       top: 14.8%!important; 
       height: 1035px!important;
    }
    .sect-left { 
        padding: 40px 232px 40px 40px!important; 
    }
    li.nav-item a { 
        padding: 8px 17px!important; 
    }
}
input.devisF-input,
textarea.devisF-input {
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 6px;
}
form#devisF {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
textarea.devisF-input {
    max-width: 100%;
    height: 45px !important;
    font-family: inherit;
}
.box-devis {
    position: absolute;
    right: 52px;
    top: 37%;
}
.devis {
    background: #fff;
    padding: 20px;
}
.form_title {
    font-weight: 600;
}
.titre-devis {
    display: flex;
    align-items: center;
    gap: 10px;
}
input.btn.btn-submit {
    background: var(--color2);
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    border: none;
    padding: 9px 0;
    border-radius: 15px;
    cursor: pointer;
}
.service img {
    width: 200px;
    height: 90px;
    object-fit: contain;
}
.service {
    margin-bottom: 12px;
}
.btn-site {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 15px;
    padding-top: 30px;
}
a.btn-devis.btn-rea {
    background: var(--base);
    color: #000;
    padding: 10px;
    font-weight: 600;
    font-size: 17px;
    border-radius: 10px;
}
a.btn-devis.btn-rea:hover{
    background: var(--color2);
    color: #fff;
}
.sect-tout{
    position: relative;
}
section.sect1 {
    position: relative;
}
.sect-tout:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(174deg, rgba(248, 141, 45, 0) 0.02%, rgba(255, 255, 255, 1) 100%), linear-gradient(84deg, rgba(255, 255, 255, 0) 39.63%, rgba(255, 255, 255, 0.5) 100.45%);
}
.sect-tout:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 38%;
    height: 788px;
    clip-path: polygon(0 100%, 0 0, 100% 0, -1% 100%);
    top: 15%;
    z-index: 0;
}
section.sect1 {
    position: relative;
    display: grid;
    grid-template-columns: 60% 40%;
}
.sect-left {
    background: #fff;
    padding: 40px 230px 40px 40px;
    clip-path: polygon(0 100%, 0 0, 100% 0, 60% 100%);
}
.text-p,
.tel span, .tel a, .classe { 
    font-weight: 600;
    font-size: 15px;
}
.sect-left h1 {
    margin-bottom: 30px;
}
.tel a{
    color: #000;
}
.sect-left > p{
    margin-bottom: 25px;
    color: var(--color2);
}
.desc1 p, .desc2 p { 
    color: var(--color2);
}
.logo-perso img {
    width: 90px;
    height: 90px;
    object-fit: contain;
}
.logo-perso {
    background: var(--base);
    clip-path: polygon(5vw 0, calc(100% - 5vw) 0, 100% 0%, calc(100% - 5vw) 100%, 5vw 100%, 0 100%);
    display: flex;
    justify-content: center;
    padding: 10px 0;
    margin-top: 40px;
}
.sect-right {
    text-align: center; 
}
.desc1 {
    padding: 15px 0 25px 0;
}
.info {
    margin-top: 25px;
    line-height: 25px;
}
.img-right img {
    width: 155px;
    height: 218px;
    object-fit: cover;
    clip-path: polygon(16vw 0, calc(100% - 5vw) 0, 100% 0%, calc(100% - 0vw) 100%, 5vw 100%, 0 100%);
}
.img-right {
    margin-top: -145px;
    float: right;
} 
.text-left {
    background-color: rgba(248, 141, 35, .6);
    clip-path: polygon(0 100%, 0 0, 100% 0, 90% 100%);
    padding: 20px 150px 20px 50px;
    width: 100%;
}
.text-left p {
    margin: 8px 0;
}
section.one {
    position: relative;
    display: flex;
    margin-top: 30px;
    z-index: 1;
    width: 100%;
}
.i_R img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #ddd;
    display: block;
    clip-path: polygon(0 100%, 50% 0, 100% 0, 100% 100%);
}
.i_R {
    margin-left: -123px;
    width: 20%;
    position: relative;
}
section#pose-et-reparation-de-gouttiere-94 {
    padding: 30px 0 30px;
}
section#changement-de-toiture-94 {
    padding-top: 30px;
} 
.block_cage {
    position: relative;
    padding: 30px;
}
.titreC p{
    text-align: center;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 0 20px;
    font-size: 20px;
}
.cage {
    background: rgba(248, 141, 35, .8);
    padding: 20px 107px;
    clip-path: polygon(0 100%, 17% 0, 100% 0, 82% 100%);
    text-align: center;
}
.cage p {
    color: #000;
    letter-spacing: 1px;
}
.box_cage {
    display: grid; 
    grid-template-columns: repeat(3, 1fr);
}
.c_4 .cage {
    width: 50%;
    margin: 20px auto 0;
}
.sect2 {
    position: relative;
    padding: 40px 0 0;
}
.title strong {
    background: var(--base);
    clip-path: polygon(0 100%, 7% 0, 100% 0, 95% 100%);
    text-align: center;
    padding: 10px 0;
    margin: 15px 0;
    display: block;
    font-size: 16px;
}
.titre-s2 strong {
    color: var(--color2);
    font-size: 30px;
    position: relative;
    margin-bottom: 15px;
    display: block;
}
.titre-s2.t_rge {
    padding: 25px 0 0;
}
.titre-s2.tZ, .title {
    margin: 30px 0 0;
}
.titre-s2 {
    text-align: center;
} 
.titre-s2.t_rge strong {
    margin-bottom: 0;
}
p.text_P, .box_C p {
    font-size: 16px;
}
footer.footer {
    background: var(--base);
    padding: 20px 0 0;
}
.box_C img {
    width: 300px;
    height: 250px;
    object-fit: contain;
}
.box_carte {
    display: flex;
    align-items: center;
    gap: 60px;
}
.t_G {
    text-align: right;
}
.box_C {
    width: 100%;
}
.text_bas {
    text-align: center;
    padding: 20px 0;
}
.Mobile .text_bas{
    padding: 20px;
}
.texte-agence {
    padding: 0 20px 20px;
    font-size: 15px;
    text-align: center;
}
.texte-agence a{
    color: #000;
}
.box-cop {
    background: var(--color2);
    padding: 20px 0;
}
.bloc-copyright {
    color: #fff;
}
.box-mention, .box-mention a {
    color: #fff;
}
.box-mention {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}
.box-mention img {
    width: 150px;
    height: 25px;
    object-fit: contain;
    margin-left: -12px;
}
.copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
figure {
    padding: 80px 0;
    overflow: hidden;
}
.nav-mobile {
    cursor: pointer;
    background: var(--color2) url(../images/nav.svg) no-repeat center center;
    background-size: 18px;
    height: 40px;
    width: 40px;
    right: 73px;
    position: absolute;
    top: 40px;
}
body:not(.Desktop) .menu-top{
    display: none;
}
body:not(.Desktop) .menu-top.show {
    display: block;
}
body:not(.Desktop) a.logo {
    position: absolute;
    left: 54px;
}
body:not(.Desktop) a.logo img {
    width: 190px;
    height: 145px; 
}
body:not(.Desktop) .block-top{
    padding: 0;
}
body:not(.Desktop) ul._presta_list.menuP,
body:not(.Desktop) ul.nav_list_c li {
    display: block;
}
body:not(.Desktop) ul._presta_list.list-none { 
    position: static;
    background: var(--base);
}  
body:not(.Desktop) li.pres_li{
    background: transparent; 
    clip-path: none;
} 
body:not(.Desktop) .bg-top {
    clip-path: none;
    height: 129px;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    right: 0;
}
body:not(.Desktop) .bg-top:before,
body:not(.Desktop) .bg-top:after{
    display: none;
}
body:not(.Desktop) .nav {
    background: #fff;
    margin-top: 159px;
    max-width: 100% !important;
    margin-left: 0 !important;
    padding: 30px 15px;
    position: fixed;
    left: 0;
    top: -30px;
    display: none;
    height: 450px;
    overflow: scroll;
}
body:not(.Desktop) li.pres_li {
    padding: 12px 0;
}
body:not(.Desktop) .bac_H {
    clip-path: none; 
    padding: 0 0 12px;
    background: transparent;
} 
body:not(.Desktop) .caption {
    background: transparent;
    clip-path: none;
    max-width: 100%; 
}
.Mobile .caption { 
    margin-top: 247px !important;
}
body:not(.Desktop) .caption .h1 { 
    font-size: 20px; 
    width: 100%;
    float: inherit;
    text-align: center; 
    line-height: inherit;
    letter-spacing: 1px;
}
body:not(.Desktop) .bg-head { 
    height: 500px; 
}
body:not(.Desktop) .box-devis {
    position: relative;
    right: 0 !important; 
    padding: 0 20px;
}
body:not(.Desktop) .title-left { 
    margin-right: 20px;
}
body:not(.Desktop) .box-rappel form#rappel_immediat { 
    right: 20px; 
}
body:not(.Desktop) section.sect1 { 
    grid-template-columns: 100% !important;
    margin-top: 94px;
}
.rappel-bloc.R_mob {
    margin-top: 10px;
    right: 0;
}
body:not(.Desktop) .sect-left {
    background: #fff;
    padding: 40px 20px!important;
    clip-path: none;
}
body:not(.Desktop) section.sect1 .text-p strong {
    font-size: 22px;
}
.Mobile .logo-perso img {
    width: 74px;
    height: 74px; 
}
body:not(.Desktop) .logo-perso { 
    clip-path: polygon(9vw 0, calc(100% - 5vw) 0, 100% 0%, calc(100% - 9vw) 100%, 5vw 100%, 0 100%); 
}
body:not(.Desktop) .sect-tout:after{
    display: none;
}
.Mobile .img-right img {
    display: none;
}
.Mobile section.one {  
    display: block;
}
.Mobile .text-left { 
    clip-path: none;
    padding: 20px;
}
.Tablet .text-left { 
  padding: 20px 105px 20px 30px;
}
.Mobile section#pose-et-reparation-de-gouttiere-94 {
    padding: 0;
} 
.Mobile .i_R {
    margin-left: 0;
    width: 100%; 
}
.Mobile section#changement-de-toiture-94{
    padding-top: 0;
}
.Mobile section#refection-de-toiture-94 {
    margin-top: 30px;
}
.Mobile .titre { 
    padding: 30px 20px;
    font-size: 22px; 
}
.Tablet .titre{
    font-size: 25px;
}
.Tablet .img-right img {
  width: 200px !important;
  height: 200px !important; 
}
body:not(.Desktop) .description {
    padding: 0 20px;
}
body:not(.Desktop) .titreC {
    text-shadow: 0 0 10px #000;
    padding: 30px 20px;
}
body:not(.Desktop) .box_cage { 
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
}
.Mobile .block_cage {
    padding: 0 0 30px;
}
.Mobile .cage { 
    padding: 20px 60px; 
}
.Mobile .c_4 .cage {
    width: 100%;
    margin: 0;
    margin-top: 30px;
}
.Tablet .cage { 
  padding: 20px 95px; 
}
.Tablet .c_4 .cage{
    width: 100%;
}
.Tablet .caption { 
  margin-top: 279px !important;
}
.Tablet .caption .h1 { 
  padding: 9px 30px; 
}
.Tablet li.nav-item a {
  padding: 10px 43px!important; 
}
.Mobile .title {
    padding: 10px 0;
}
.Mobile .para p {
    padding: 0 20px;
}
.Mobile .title strong { 
    padding: 10px 20px; 
}
.Mobile .titre-s2 strong { 
    font-size: 25px; 
    padding: 0 20px;
}
.Mobile p.text_P, 
.Mobile .box_C p {  
    line-height: 20px;
} 
.titre-s2 p {
    padding: 0 20px;
}
.Mobile .box_carte { 
    gap: 30px;
    flex-direction: column;
    padding: 0 20px;
}
.Mobile .box_C:nth-child(1) p {
    text-align: left;
}
.Mobile .text_bas{
    width: 100%;
    text-align: left;
}
body:not(.Desktop) .bloc-copyright,
.Tablet .box_carte { 
    padding: 0 20px;
}
.Mobile .copyright { 
    flex-direction: column;
    text-align: center;
}
.Mobile .box-mention { 
    margin: 15px 0 0;
}
.Tablet .box_carte { 
  gap: 40px;
}
.text_prest {
    padding: 0 20px 60px;
}
body:not(.Desktop) section.one { 
    z-index: 0;
    margin-top: 0; 
}
.Tablet section.one {  
    margin: 0 0 20px;
}
.img-prest img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    background: #ddd;
    display: block;
}
.img-prest {
    display: flex;
}
.Mobile .img-prest { 
    flex-direction: column;
}
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;
}
div#realisations .row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.Mobile div#realisations .row { 
    grid-template-columns: repeat(1, 1fr); 
}
.Tablet div#realisations .row { 
    grid-template-columns: repeat(3, 1fr); 
}
div#realisations {
    padding: 40px 0 80px;
}
.mentions h2 {
    padding: 40px 0;
    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;
}
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;
}

.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 {
    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;
  }
}


/*============================
CONTACT & DEVIS
============================*/

.contact-content {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
}
.Mobile .contact-content {
    display: block;
    margin-top: 0;
    padding: 20px 0; 
}
.Mobile .adr-map {
    padding: 20px 0;
}
.Tablet .contact-content {
  padding: 20px 0; 
}
.coordonne_cont img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.coordonne_cont {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}
.ContactezNous b {
    font-size: 20px;
}
.ContactezNous-h1 {
    color: #333333;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Calibri;
    font-size: 32px;
}
.adr-map {
    padding: 0 40px;
}
.coordonne_cont a {
    color: #333;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.ContactezNous {
    text-align: center;
}
.devis .Devisgratuit-h3 {
    font-size: 32px;
    margin: 20px 0;
    text-align: center;
    font-weight: 600;
}
.Mobile.devis .Devisgratuit-h3 {
    font-size: 24px;
}
.devis .Devisgratuit {
    width: 80%; 
    margin: 50px auto 30px;
    text-align: center;
}
body.Desktop.devis .btn-submit {
    max-width: 48%;
    margin: auto;
}
body.Mobile.devis .Devisgratuit {
    display: block; 
    width: 100%;
    padding: 30px 0 0;
    margin-top: 0;
} 

body.Mobile.devis div#devisGratuit {
    display: none;
}

a.btn.btn-cont {
    background: rgba(255, 255, 255, .3);
    color: #000;
    border-radius: 0; 
    margin-top: 20px;
    text-transform: uppercase;
    border: solid 1px#fff;
    font-weight: 600;
    padding: 10px 15px;
    font-size: 14px;
}
.boutton-slider {
    display: flex;
    flex-wrap: wrap; 
    gap: 10px;
}
.Mobile .boutton-slider { 
    justify-content: center; 
}
.contact .ContactezNous #FormDevis {
    display: block!important;
}
.contact-content div#Map {
    height: 450px;
    width: 100%;
}
.Mobile .contact-content div#Map {
    height: 300px;
    width: 100%;
}
.ContactezNous svg, .ContactezNous img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 5px;
}
.Tablet .corps > .row > div {
  max-width: 100%;
  flex: 0 0 100%;
}
.Tablet .competences > .row > div {
  max-width: 25%;
  flex: 0 0 25%;
}
.Tablet .mainright .Devisgratuit {
  display: none;
}
.Tablet .ImgLeft {
  display: none;
}
.Mobile .twoBox img {
    width: 100%;
    height: 185px;
    object-fit: cover;
}
.ContactezNous .btn {
    width: 100%;
    background: #333;
    color: #fff;
    font-size: 17px;
}
.contact .devis,
.devis .devis {
    display: none;
}
.ContactezNous h1 {
    padding: 0 0 20px;
}
body:not(.Desktop) b.titre-album { 
    font-size: 30px; 
    margin: 0; 
    padding: 0 0 20px;
}
body:not(.Desktop) div#realisations {
    padding: 40px 20px 80px;
}
body:not(.Desktop) ul.col.nav-list {
    display: block;
    margin: auto;
}
body:not(.Desktop) .menubot { 
    position: fixed;
    z-index: 9999; 
    top: 245px;
}
.Mobile .text-left h1 {
    font-size: 25px;
}
body:not(.Desktop) li.nav-item a { 
    padding: 10px 17px; 
    height: 47px !important; 
}
.Mobile .i_R img{
    height: 250px;
}
body:not(.Desktop) figure {
    padding: 0px; 
}
.tel-mob {
    position: fixed;
    z-index: 9999;
    top: 129px;
    display: flex;
    gap: 10px;
    justify-content: center;
    width: 100%;
}
.tel-mob a {
    background: var(--color2);
    padding: 5px 10px;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
} 
.title p, .titre-s2 p {
    font-size: 16px; 
    text-align: left;
}
.menu-top.fixed-top {
    position: fixed;
    background: #fff;
    padding: 15px 0;
    width: 100%;
    margin: auto;
    top: 0;
    transition: .3s;
    z-index: 9999;
}
.menu-top.fixed-top ul.col.nav-list {
    max-width: 100%;
}
main {
    position: relative;
    z-index: 0;
}
.tel-pc {
    position: absolute;
    right: 80px;
    top: 90px;
}
.tel-pc a {
    background: var(--base);
    padding: 10px;
    border-radius: 10px;
    color: #000;
    font-weight: 600;
}
.btn-f a.btn-devis.btn-rea {
    background: #fff;  
}
.btn-f a.btn-devis.btn-rea:hover{
    color: var(--color2);
}
.btn-f {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.Mobile .btn-f { 
    justify-content: flex-start; 
    margin-left: 20px;
}
.Devisgratuit input.form-input {
    padding: 15px;
    border-radius: 10px;
}
.Devisgratuit form#FormDevis {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 600px;
    margin: auto;
}
.Devisgratuit h3 {
    font-size: 31px;
    margin-bottom: 20px;
}
.Devisgratuit textarea.form-input {
    padding: 15px;
    max-width: 100% !important;
}
.Devisgratuit input.btn.btn-submit {
    width: 100%;
    margin: 0;
    border-radius: 10px;
}
.devis .btn-f {
    display: none;
}