html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-webkit-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

body {
  background-size: cover;
  background-attachment: fixed;
  font-family: 'Calibri', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #555;
  margin: 0;
}
body.Mobile {
	font-size: 14px;
  background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

figure {
  margin: 0;
}
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  transition: all .3s ease;
}

a:active,
a:hover,
a:focus {
  outline: 0;
  text-decoration: none;
}

img {
	border: 0;
	max-width: 100% !important;
}

/*p {
  margin-top: 0;
  margin-bottom: 1rem;
}*/
h1, h2, h3, h4 {
  font-family: 'Calibri', sans-serif;
  font-weight: 700;
  margin-bottom: 1.5rem;
  margin-top: 0;
  position: relative;
  line-height: 1.1;
  color: #8d390b;
}

h1 {
  font-size: 30px;
}

h2 {
    font-size: 44px;
    font-family: Helvetica;
    margin-bottom: 30px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

@media(max-width: 991px) {
  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 18px;
  }

  h3 {
    font-size: 16px;
  }

  h4 {
    font-size: 14px;
  }
}

p{
  color: #333;
  line-height: 167%;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         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;
}
/* Fin slick */



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


/*------Header---------*/

.top-bar {
    display: flex;
    justify-content: space-between;
    padding: 15px 3%;
    background: #222;
    align-items: center;
}

.tel-top {
    display: flex;
    align-items: center;
    gap: 50px;
}
.tel-top .tel {
    display: flex;
    align-items: center;
}
.tel-top .typeTel {
    background: #8d390b;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

span.typeTel img {
    filter: invert(1);
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.tel-top .tel a {
    font-size: 18px;
    margin-left: 6px;
    color: #fff;
    transition: ease-in-out 0.3s;
}
.text-left-top {
    color: #fff;
    font-size: 16px;
}

.logo-menu {
    display: flex;
    justify-content: space-between;
    padding: 0 3%;
    align-items: center;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}
li.nav-item {
    display: block;
    margin: 0 25px;
    text-align: center;
    position: relative;
}
.nav-mobile {
    cursor: pointer;
    margin-top: 5px;
    float: right;
    background-size: 25px;
    width: 26px;
    height: 26px;
}
.Mobile .footer-rappel form#rappel_immediat input[type=text] {
    width: 100%!important;
}
.Mobile .footer-rappel form#rappel_immediat{
    flex-wrap: wrap;
}
.Mobile .footer-rappel form#rappel_immediat input {
    height: 50px!important;
    width: 100%;
}
.Mobile .nav-mobile img {
    filter: invert(1);
    width: 26px;
    height: 26px;
}
li.nav-item.active a {
  color:#8d390b;
}
li.nav-item:hover a {
  color:#8d390b;
}

li.nav-item:before {
    content: '';
    width: 0;
    height: 2px;
    background: #8d390b;
    position: absolute;
    top: 11px;
    left: -18px;
    transition: ease-in-out 0.3s;
}
li.nav-item.active:before {
  width: 15px;
}
li.nav-item:hover:before {
  width: 15px;
}
ul.nav-list {
    display: flex;
    justify-content: flex-end;
}
.logo-menu a.logo {
    width: 20%;
}
.logo-menu .nav-top {
    width: 80%;
}

.slider-slick {
    width: 100%;
    position: absolute;
}
.Tablet .homeslider {
  height: 753px;
}
.diapo {
    width: 100%;
    height: 872px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.diapo:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #000;
    opacity: .5;
}
.homeslider {
    position: relative;
}
.Desktop .homeslider {
    height: 783px;
}
.caption-subtitle {
    color: #fff;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 600;
    position: relative;
    padding-left: 30px;
}
.caption-subtitle:before{
  content: '';
  background-image: url(../images/icon/icon-repair.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  filter: brightness(0) invert(1);
}


.caption-h1 {
    color: #fff;
    font-size: 85px;
    font-family: Helvetica;
    font-weight: 600;
    line-height: 121%;
    margin: 15px 0;
}
.caption-text {
    color: #fff;
    position: relative;
    padding-left: 25px;
    max-width: 50%;
}
.caption-text:before {
    content: '';
    width: 3px;
    height: 100%;
    background: #8d390b;
    position: absolute;
    left: 0;
    top: 0;
}
.content-caption-slider {
    max-width: 100%;
    width: 100%;
}

a.btn {
    background-image: -webkit-linear-gradient(-28deg, #8d390b 0%, #058ccb 99%);
    font-size: 19px;
    text-transform: capitalize;
    color: #fff;
    font-family: Helvetica;
    padding: 18px 50px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 40px;
    font-weight: 600;
    position: relative;
    top: 0;
    transition: ease-in-out 0.3s;
}
.btn-2{
    font-size: 19px;
    text-transform: capitalize;
    color: #000;
    background-image: -webkit-linear-gradient(-28deg, #fff 0%, #fff 99%);
    font-family: Helvetica;
    padding: 18px 50px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 40px;
    font-weight: 600;
    position: relative;
    top: 0;
    transition: all 0.3s;
    border: 2px solid #e7e7e7;
    background: #fff;
}
a.btn-2:hover {
  top: -5px;
  color: #8d390b;
  border: 1px solid #8d390b;
   background-image: -webkit-linear-gradient(-28deg, #8d390b0%, #058ccb99%);
}

a.btn:before {
    content: '';
    width: 15px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 10%;
    top: 50%;
    
}
a.btn:after {
    content: '';
    width: 15px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 10%;
    top: 50%;
}
a.btn-2:before {
    content: '';
    width: 15px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 10%;
    top: 50%;
    transition: ease-in-out 0.3s;
}
a.btn-2:after {
    content: '';
    width: 15px;
    height: 2px;
    background: #000;
    position: absolute;
    right: 10%;
    top: 50%;
    transition: ease-in-out 0.3s;
}

a.btn:hover{
  top: -5px;
  color: #fff;
}

a.btn-2:hover:after,
a.btn-2:hover:before {
  background: #fff;
}
.caption-slider {
    padding: 121px 0;
}



/*----------section-1--------*/

.section1 {
    padding: 150px 0;
}
.sec1-blog.image-sec1 {
    width: 43%;
}
.sec1-blog.text-sec1 {
    width: 49%;
}
.content-section1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec1-blog.text-sec1 h2 {
    font-size: 44px;
    font-family: Helvetica;
    color: #222;
    margin-bottom: 30px;
}

.image-sec1 img {
    width: 100%;
    min-height: 631px;
    object-fit: cover;
    clip-path: polygon(0 0, 100% 0, 152% 70%, 0% 113%);
    display: block;
}

.subtitle {
    color: #047bb3;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 19px;
    font-family: Helvetica;
    position: relative;
    padding-left: 40px;
    margin-bottom: 35px;
    display: inline-block;
    z-index: 0;
} 
.subtitle:before {
  content: '';
  background-image: url(../images/icon/icon-casque.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.subtitle:after {
    content: 'couvreur';
    position: absolute;
    top: 50%;
    left: 32%;
    font-size: 82px;
    font-weight: 900;
    -webkit-text-stroke: 1px #f3f3f3;
    -webkit-text-fill-color: #fff0;
    z-index: -1;
    transform: translateY(-50%);
    text-transform: capitalize;
}

.image-sec1 {
    position: relative;
    z-index: 0;
}
.delai-sec1 {
    background: #8d390b;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 34px 28px 104px 53px;
    clip-path: polygon(0 0, 100% 0, 100% 60%, 0% 100%);
}
.delai-sec1 p {
    color: #fff;
    font-size: 20px;
    line-height: 158%;
    text-align: right;
}
.delai-sec1 p span {
    font-size: 30px;
    font-weight: 600;
}


/*-------------section2-----------*/
.section2{
  background-image: url(../images/img/01-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 8rem 0;
}

.content-sec2 h2 {
    color: #fff;
}
.content-sec2 p {
    color: #fff;
}
.content-sec2 { 
    max-width: 70%;
    margin: auto;
}

.content-sec2 .subtitle:after {
  content: 'couverture';
  color: #fff;
  opacity: 0.09;
  left: 0;
}

/*---------section3-------*/
.content-sec3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec3-text {
    width: 55%;
}
.sec3-titre {
    width: 40%;
}
.section3 {
    padding: 5rem 0;
}
.content-sec3 h2 {
    color: #222;
}

/*-------section4----------*/


.section4{
  background-image: url(../images/img/About-Bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0 130px 0;
}
.section4 h2 {
    text-align: center;
    max-width: 42%;
    margin: 0 auto 110px;
}
.content-sec4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec4-blog {
    width: 50%;
    position: relative;
}
.sec4-blog img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.sec4-blog.sec4-text {
    padding-left: 80px;
}
.sec4-image:before {
    content: '';
    background-image: url(../images/icon/picto-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 75px;
    height: 75px;
    position: absolute;
    top: -63px;
    left: -15px;
     animation: myAnim 20s ease-in-out 0s infinite normal both;
}




@keyframes myAnim {
    0%,
    100% {
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70% {
        transform: translateX(-8px);
    }

    20%,
    40%,
    60% {
        transform: translateX(8px);
    }

    80% {
        transform: translateX(6.4px);
    }

    90% {
        transform: translateX(-6.4px);
    }
}


.contact-sec4 {
    font-size: 18px;
    color: #222;
    font-family: Helvetica;
    margin-top: 20px;
}
.contact-sec4 a {
    color: #8d390b;
}
.sec4-blog.sec4-text p {
    font-size: 17px;
}


.garantie-logo {
    width: 155px;
    height: 155px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 2;
}
.garantie-logo-content {
    position: relative;
    width: 100%;
    height: 100%;
}
.garantie-logo-content:before {
    background-image: url(../images/img/garantie.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: rotate 30s infinite linear;
    -webkit-animation: rotate 30s infinite linear;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.garantie-logo-content:after {
    content: '10ans';
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    font-family: Helvetica;
}


/*--------section5--------*/
.section5 {
    background: #FBFAFA;
    padding: 110px 0;
}
.content-sec5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sec5-blog {
    width: 50%;
}
.content-sec6 h2 {
    color: #222;
}


/*-----------section-rappel------------*/

.content-section-rappel {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section-rappel {
  background-image: url(../images/img/call_to_action_bg.png);
  background-size: cover;
  background-position: center;
  padding: 3rem 0;
}
.rappel-h3 {
    color: #fff;
    font-size: 28px;
    font-family: Helvetica;
    line-height: 100%;
}
.rappel-num a {
    color: #fff;
    font-size: 38px;
    text-decoration: underline;
}
.rappel-num span {
    color: #fff;
    font-size: 21px;
    margin-right: 22px;
}


.rappel-num {
    margin-top: 15px;
}

/*-----------section6----------*/

.section6 {
    padding: 12rem 0 7rem;
    position: relative;
}

.content-sec6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.content-sec6:before{
  content: '';
  background-image: url(../images/img/06.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 90px;
  height: 90px;
  position: absolute;
  top: -16%;
  right: -4%;
  animation: myAnim1 15s ease-in-out 0s infinite normal both;
}
  
@keyframes myAnim1 {
    0%,
    100% {
        transform: translateY(0);
    }

    10%,
    30%,
    50%,
    70% {
        transform: translateY(-8px);
    }

    20%,
    40%,
    60% {
        transform: translateY(8px);
    }

    80% {
        transform: translateY(6.4px);
    }

    90% {
        transform: translateY(-6.4px);
    }
}



.sec6-blog {
    width: 50%;
    position: relative;
}
img.image-sec6-1 {
    position: absolute;
    left: -8%;
    top: -11%;
    z-index: 1;
    width: 300px!important;
    height: 210px!important;
    object-fit: cover;
}
.sec6-blog img {
    max-height: 500px;
    width: 100%;
    object-fit: cover;
    display: block;
}
.sec6-blog.sec6-text {
    padding-left: 70px;
}

.sec6-blog.sec6-image:before {
    content: '';
    background-image: url(../images/img/05.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 160px;
    height: 160px;
    animation: rotate 40s infinite linear;
    -webkit-animation: rotate 40s infinite linear;
    position: absolute;
    bottom: -16%;
    left: -15%;
    z-index: -1;
}


/*-----------section7----------*/


.section7 {
    background: #fef1f2;
    padding: 8rem 0 3rem;
    text-align: center;
}
.sec7-blog.sec7-title {
    text-align: center;
}
.sec7-blog.sec7-title h2 {
    color: #222;
}

.sec7-blog.sec7-text {
    display: flex;
    align-items: center;
    background: #fff;
}
.sec7-blog.sec7-text .texte {
    width: 70%;
    padding-left: 50px;
    text-align: left;
}
.image-sec7 {
    width: 28%;
}
.image-sec7 img {
    max-height: 230px;
    width: 100%;
    object-fit: cover;
    display: block;
}
.subtitle.subtitle-sec7:after {
    -webkit-text-stroke: 1px #f0eeee;
    left: -25%;
}



/*---------section8----------*/


.section8 {
    padding: 5rem 0;
}
.content-sec8 h2 {
    color: #222;
}
.content-sec8 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec8-blog {
    width: 50%;
}
input#mail {
    display: none;
}
.Devisgratuit form {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
}
.Devisgratuit {
    background: -moz-linear-gradient(-28deg, #8d390b 0%, #058ccb 99%);
    background: -webkit-linear-gradient(-28deg, #8d390b 0%, #058ccb 99%);
    background: -ms-linear-gradient(-28deg, #8d390b 0%, #058ccb 99%);
    padding: 56px 60px 36px;
}

.Devisgratuit-h3 {
    color: #fff;
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 600;
}
.Devisgratuit p {
    color: #fff;
    font-size: 19px;
    text-transform: capitalize;
} 
.Devisgratuit input, .Devisgratuit textarea {
    background: #fff;
    border: 0;
    color: #8d390b;
    font-family: Helvetica;
    padding: 20px 21px;
    margin-bottom: 15px;

}
.Devisgratuit input::placeholder, .Devisgratuit textarea::placeholder {
    color: #8d390b;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}
.sec8-devis {
    width: 50%;
    padding: 0 74px;
}
input.btn.btn-submit {
    background: #8d390b;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid;
    cursor: pointer;
}
.sec8-blog.sec8-text {
    padding-right: 6rem;
}


/*---------section9-----------*/




.section9 {
    background: #fef1f2;
    padding: 7rem 0 12rem;
    position: relative;
}
.section9:after {
  content: '';
  background-image: url(../images/img/09.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 115px;
  height: 115px;
  animation: rotate 40s infinite linear;
  -webkit-animation: rotate 40s infinite linear;
  position: absolute;
  right: 14%;
  bottom: 10%;
}
.section9 h2 {
    color: #222;
}
.sec9-titre {
    text-align: center;
    max-width: 42%;
    margin: auto;
}
.content-sec9 {
    background: #fff;
    max-width: 62%;
    margin: auto;
    padding: 60px 45px 60px 123px;
    margin-top: 8rem;
    box-shadow: 1px 1px 73px rgba(0, 0, 0, .1);
}
.content-sec9 img {
    position: absolute;
    width: 270px;
    height: 325px;
    top: -16%;
    left: 3%;
}
.form-sec9 {
    width: 150px;
    height: 150px;
    position: absolute;
    left: 10%;
}
.form-sec9 div{
  position: relative;
  width: 100%;
  height: 100%;
}

.form-sec9 div:before{
  content: '';
  background-image: url(../images/img/07.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: rotate 40s infinite linear;
  -webkit-animation: rotate 40s infinite linear;
}
.form-sec9 div:after {
    content: '';
    background-image: url(../images/img/08.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 75px;
    height: 75px;
    position: absolute;
    bottom: -23px;
    right: -10px;
}





/*------------section-call--------*/
.section-call {
  background-image: -moz-linear-gradient( 66deg, rgb(141,57,11) 0%, rgb(7,135,195) 100%);
  background-image: -webkit-linear-gradient( 66deg, rgb(141,57,11) 0%, rgb(7,135,195) 100%);
  background-image: -ms-linear-gradient( 66deg, rgb(141,57,11) 0%, rgb(7,135,195) 100%);
  padding: 5rem 0;
  position: relative;
}


.call-title {
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    font-size: 41px;
    font-family: Helvetica;
    font-weight: 600;
    position: relative;
}
.call-texte p {
    color: #fff;
    font-size: 17px;
}
.call-texte {
    max-width: 54%;
    margin: auto;
    text-align: center;
}
input#mail2 {
    display: none;
}
form#rappel_immediat input {
    background: #fff;
    border: none;
    padding: 0px 40px;
    height: 70px;
}
.section-call input.btn.rappelGratuit {
    background: #1e1e2a!important;
    color: #fff;
    font-size: 16px;
}
form#rappel_immediat input::placeholder {
    font-size: 16px;
}
form#rappel_immediat {
    display: flex;
    justify-content: center;
}
form#rappel_immediat input[type=text] {
    width: 44%;
}
.call-texte {
    margin-bottom: 40px;
}


.call-title:before {
    content: '';
    width: 45px;
    height: 45px;
    border-radius: 100%;
    border: solid 3px #ffffff30;
    position: absolute;
    left: -27%;
    top: -39%;
}
.content-call {
  position: relative;
}

.content-call:before {
  content: '';
  background-image: url(../images/img/01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  position: absolute;
  left: -4%;
  top: 50%;
    animation: myAnim1 15s ease-in-out 0s infinite normal both;
}

.form-call {
    width: 150px;
    height: 150px;
    position: absolute;
    right: -5%;
    bottom: 15%;
}
.form-call div {
    position: relative;
    width: 100%;
    height: 100%;
}

.form-call div:before {
    content: '';
    background-image: url(../images/img/03.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: rotate 40s infinite linear;
    -webkit-animation: rotate 40s infinite linear;
}
.form-call div:after {
    content: '';
    background-image: url(../images/img/04.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 75px;
    height: 75px;
    position: absolute;
    bottom: -23px;
    right: -10px;
}


/*--------section10-----*/
.section10{
  background: #fbfafa url(../images/img/service_shape.png);
  background-position: left;
  background-repeat: no-repeat;
  padding: 6rem 0;
}
.content-sec10 {
    display: flex;
    justify-content: space-between;
}
.blog-sec10 {
    width: 46%;
    background: #fff;
    padding: 70px;
    position: relative;
    overflow: hidden;
}


.blog-sec10 h2 {
    color: #222;
    font-size: 25px;
}
.blog-sec10:after {
    content: '';
    width: 100%;
    height: 4px;
    background: #8d390b;
    position: absolute;
    left: 0;
    bottom: 0;
}
.blog-sec10:before {
    content: '';
    background-image: -webkit-linear-gradient(-28deg, #8d390b0%, #058ccb99%);
    width: 16%;
    height: 14%;
    position: absolute;
    top: -5%;
    left: -5%;
    transform: rotate(90deg);
    border-radius: 100%;
    transition: ease-in-out 0.3s;
}
.blog-sec10:hover:before {
  width: 17%;
  height: 15%;
  top: -5%;
  left: -5;
}

/*-------ville-liste--------*/

.Liens {
    column-count: 4;
    text-align: left;
}
.Liens a {
    display: block;
    position: relative;
    padding-left: 20px;
}
.Liens a:before {
    content: '';
    width: 8px;
    height: 8px;
    background-image: -webkit-linear-gradient(-28deg, #8d390b 0%, #058ccb 99%);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.mainleft.Services b {
    text-align: center;
    display: inline-block;
    margin: 30px auto;
    font-size: 32px;
    text-transform: uppercase;
    position: relative;
    padding-left: 12px;
}
.mainleft.Services b:before {
    content: '';
    width: 6px;
    left: 0;
    height: 100%;
    background: #8d390b;
    position: absolute;
}

div#realisations .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
b.titre-album {
    width: 100%;
    text-align: center;
    font-size: 37px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
div#realisations .row > div {
    width: 24%;
}
a.swipebox img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}
.Mobile div#realisations .row > div {
    width: 100%;
}
.Mobile b.titre-album {
    margin-top: 15px;
}


/*-----------footer---------------*/

footer#footer {
    margin: 140px auto 40px;
}
.content-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #222;
    padding-right: 20px;
    border-radius: 15px;
    box-shadow: 1px 1px 26px rgba(0, 0, 0, .3);
}
.footer-img {
    width: 31%;
}
.footer-info {
    width: 70%;
    padding: 0px 20px;
}
.footer-texte {
    display: flex;
    justify-content: space-between;
}
.footer-h3 {
    font-size: 23px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}
ul.lien-footer {
    column-count: 2;
    padding-right: 20px;
}
ul.lien-footer li {
    display: block;
}
ul.lien-footer a {
  color: #d3d2d2;
}
ul.contact-foot li {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 11px;
}
ul.contact-foot li img {
    width: 20px;
    height: 20px;
    display: block;
    filter: invert(1);
}
ul.contact-foot a,
.adr {
    color: #d3d2d2;
    line-height: 100%;
}
.footer-rappel input {
    background: none!important;
    color: #fff;
    border: solid 1px #707070!important;
}
.footer-rappel .rappelGratuit {
    border: none!important;
    background: -webkit-linear-gradient(-28deg, #8d390b0%, #058ccb99%)!important;
}
.footer-rappel form#rappel_immediat input {
  height: 50px!important;
}


.footer-rappel  form#rappel_immediat input[type=text] {
    width: 52%!important;
}
.footer-rappel {
    margin-bottom: 40px;
}
.copyright {
    color: #d3d2d2;
    font-size: 15px;
    text-align: center;
    border-top: solid 1px #707070;
    padding-top: 13px;
    margin-top: 25px;
}
.copyright a {
  color: #d3d2d2;
    font-size: 15px;
}
.footer-img img {
    width: 100%;
    object-fit: cover;
    display: block;
    max-height: 500px;
    height: 500px;
    position: relative;
    top: -50px;
    left: -50px;
}


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

.contact-content {
    padding: 50px 0;
    max-width: 50%;
    margin: auto;
}
.Mobile .contact-content {
    display: block;
    margin-top: -115px;
    width: 100%;
    max-width: 100%;
}
body.Mobile.contact footer#footer {
    margin: 20px 0;
}
.Mobile .adr-map {
    padding: 0 20px;
}
.Tablet .contact-content { 
  max-width: 88%;
}
.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: #222;
    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;
}
.ContactezNous {
    text-align: center;
}
 
.devis .Devisgratuit {
    margin-top: 70px;
    margin-bottom: 30px;
}
body.Desktop.devis .btn-submit {
    max-width: 48%;
    margin: auto;
}
body.Mobile.devis .Devisgratuit {
    display: block;
    margin-top: 0px;
    padding-top: 21px;
}
.Tablet.devis .Devisgratuit {
  margin-top: 0;
}

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



























/*------------------------------------------------------------------------- 
404 style 
-------------------------------------------------------------------------*/

.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: #8d390b;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #8d390b;
}
.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;
  }
}




/*responsive*/



 /*--------------------------------------
 TABLET
 --------------------------------------*/
 .Tablet .text-left-top { 
  margin-bottom: 17px;
  text-align: center;
}
.Tablet .top-bar {
  flex-wrap: wrap;
  justify-content: center;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 11000;
}
.Tablet .logo-menu {
  position: fixed;
  top: 6rem;
  z-index: 11000;
  background: #fff;
  width: 100%;
  left: 0;
}

.Tablet .content-caption-slider {
  max-width: 80%;
  text-align: center;
  margin: auto;
}
.Tablet .caption-subtitle {
  display: inline-block;
}
.Tablet .caption-h1 {
  color: #fff;
  font-size: 62px;
}
.Tablet .section1,
.Tablet .section2,
.Tablet .section3,
.Tablet .section4,
.Tablet .section5,
.Tablet .section6,
.Tablet .section7,
.Tablet .section8 {
  padding: 50px 0px;
} 
.Tablet .delai-sec1 { 
  clip-path: polygon(0 0, 100% 0, 152% 32%, 0% 120%);
}
.Tablet .container,
.Mobile .container  { 
  padding: 0 20px;
} 
.Tablet .section4 h2 { 
  margin: 0 auto 25px;
}
.Tablet .sec4-blog.sec4-text {
  padding-left: 40px;
}
.Tablet .rappel-h3 { 
  line-height: 100%;
}
.Tablet a.btn-2::after { 
  right: 5%; 
}
.Tablet a.btn-2::before { 
  left: 5%; 
}
.Tablet .btn-2 {
  font-size: 14px !important;
  padding: 21px 30px !important;
  min-width: 190px; 
}
.Tablet .content-sec6 {
  padding: 0 20px;
}
.Tablet .sec6-blog.sec6-text {
  padding-left: 40px;
}
.Tablet .subtitle::after {
  content: 'couvreur'; 
  top: 27%; 
  font-size: 59px; 
}
.image-sec7 img { 
  object-position: bottom left;
}
.Tablet .delai-sec1 p { 
  text-align: left; 
}
.Tablet .sec8-blog.sec8-text {
  padding-right: 40px;
}
.Tablet .sec8-devis {
  width: 50%;
  padding: 0;
}
.Tablet .Devisgratuit { 
  padding: 20px;
}
.Tablet .content-sec9 {
  padding: 60px 45px 60px 150px;
}
.Tablet .nav-mobile img {
  filter: invert(1);
}
.Tablet .logo-menu .nav-top {
    top: 10rem!important;
}
.Tablet .caption-text {
  margin: auto;
  text-align: left;
}
.Tablet .call-title {
    font-size: 26px;
}
.Tablet .Liens {
  column-count: 2;
  text-align: left;
}
.Tablet .footer-img {
  display: none;
}
.Tablet .footer-info {
  width: 100%;
  padding: 22px 20px;
}
.Tablet .form-call {
    right: 0;
}
.Tablet .content-sec6::before {
    right: 0;
}

.Tablet .sec6-blog.sec6-image::before {
    left: 0;
}
.Tablet .content-call::before {
    left: 1%;
}
.Tablet .blog-sec10 {
  width: 100%;
  padding: 30px;
}
.Tablet .content-sec10 {
  flex-wrap: wrap;
  gap: 47px;
}
.Tablet .blog-sec10::before {
  content: '';
  background-image: -webkit-linear-gradient(-28deg, #8d390b0%, #058ccb99%);
  width: 20%;
  height: 45%;
  position: absolute;
  top: -20%;
  left: -6%;
  transform: rotate(90deg);
  border-radius: 100%;
  transition: ease-in-out 0.3s;
}

.Tablet .content-sec2 {
    max-width: 100%;
}




/*--------------------------------------------------------------
MoBILE
----------------------------------------------------------*/
.Mobile .diapo {
    height: 400px;
}
.Tablet .diapo {
    height: 753px;
}
.Mobile .logo-menu a.logo {
    width: 53%;
}
.Mobile li.nav-item,
.Tablet li.nav-item {
    padding: 8px 25px;
    text-align: left;
}
.Mobile .logo-menu .nav-top,
.Tablet .logo-menu .nav-top {
    width: 100%;
    position: fixed;
    background: #fff;
    top: 11rem;
    left: 0px;
    z-index: 11000;
}
.Mobile ul.nav-list,
.Tablet ul.nav-list {
    flex-direction: column;
    border-top: solid 1px #222;
    display: none;
}

.Mobile .text-left-top {
    display: none;
}










.Mobile .contact-sec4 a {
    color: #8d390b;
    display: block;
}
.Mobile .top-bar { 
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    position: fixed;
    width: 100%;
    top: 67px;
    left: 0;
    z-index: 11000;
}
.Mobile .logo-menu {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0px;
    z-index: 11000;
    background: #fff;
}
.Mobile .tel-top { 
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.Mobile .content-caption-slider {
    max-width: 100%;
    text-align: center;
}
.Mobile .caption-h1 { 
    font-size: 32px; 
}
.Mobile .caption-subtitle {
  display: inline-block;
}
.Mobile .caption-slider {
    padding: 2rem 0 0;
}
.Mobile .homeslider {
    position: relative;
    height: 400px;
    margin-top: 11rem;
}
.Mobile .section1,
.Mobile .section2,
.Mobile .section3,
.Mobile .section4,
.Mobile .section5,
.Mobile .section6,
.Mobile .section7,
.Mobile .section8,
.Mobile .section9 {
  padding: 50px 0px;
} 
.Mobile .sec1-blog {
    width: 100%!important;
}
.Mobile .content-section1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
}
.Mobile .image-sec1 img {
    width: 100%;
    min-height: 240px!important;
    object-fit: cover;
    height: 240px;
    clip-path: initial;
    display: block;
    object-position: bottom left;
}
.Mobile .delai-sec1 {
    background: #8d390b;
    color: #fff;
    position: relative;
    bottom: 0;
    right: 0;
    padding: 20px;
    clip-path: inherit;
}
.Mobile .delai-sec1 p { 
    text-align: center;
}
.Mobile .subtitle:after {
    content: 'couvreur'; 
    font-size: 46px; 
}
.Mobile .sec1-blog.text-sec1 h2 {
    font-size: 32px; 
}
.Mobile .content-sec2 { 
    max-width: 100%; 
}
.Mobile .subtitle { 
    font-size: 18px;
}
 
.Mobile .sec3-titre {
    width: 100%;
}
.Mobile .sec3-text {
    width: 100%;
} 
.Mobile .section4 h2 {
    text-align: center;
    max-width: 100%;
    margin: 0 auto 20px;
    padding: 0 20px;
}
.Mobile .content-sec3,
.Mobile .content-sec4,
.Mobile .content-sec5,
.Mobile .content-section-rappel,
.Mobile .content-sec6,
.Mobile .sec7-blog.sec7-text,
.Mobile .content-sec8 { 
    flex-wrap: wrap;
    gap: 20px;
}
.Mobile .sec4-blog {
    width: 100%;
    position: relative;
    margin: 50px 0 20px;
}
.Mobile .sec4-blog.sec4-text {
    padding-left: 0;
}
.Mobile .content-section-rappel {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}
.Mobile .rappel-h3 { 
    font-size: 25px; 
}
.Mobile .rappel-num a { 
    font-size: 22px; 
}
.Mobile .sec6-blog {
    width: 100%; 
}
.Mobile .sec5-blog {
    width: 100%;
}
.Mobile img.image-sec6-1 {
    position: absolute;
    left: -10%;
    top: -10%;
    z-index: 1;
    width: 235px!important;
    height: 210px!important;
    object-fit: cover;
}
.Mobile .sec6-blog img {
    height: 290px;
    width: 90%;
    object-fit: cover;
    display: block;
    margin-left: 10%;
}
.Mobile .sec6-blog.sec6-text {
    padding-left: 0;
    padding-top: 30px;
}
.Mobile .sec7-blog.sec7-text > div{
    width: 100%!important;
}
.Mobile .sec7-blog.sec7-text .texte { 
    padding-left: 0;
    text-align: left;
    padding: 20px;
}
.Mobile .content-sec8 > div {
    width: 100%!important;
    padding: 0;
}
.Mobile .caption-text { 
    max-width: 100%;
    text-align: left;
}
.Mobile .Devisgratuit {
    padding: 20px;
}
.Mobile .form-sec9 { 
    left: 2%;
}
.Mobile .sec9-titre { 
    max-width: 100%;
    padding: 0 20px; 
}
.Mobile .content-sec9 { 
    max-width: 100%; 
    padding: 20px;
    margin-top: 0; 
}
.Mobile .content-sec9 img {
    position: relative;
    width: 100%;
    height: 250px; 
    left: 0;
    object-fit: cover;
}
.Mobile .section9:after { 
    display: none;
}
.Mobile .call-texte {
    max-width: 100%;
}
.Mobile .form-call { 
    display: none;
}
.Mobile .content-call:before {
   display: none;
}

.Mobile .content-sec10 {
    flex-wrap: wrap;
}
.Mobile .blog-sec10 {
    width: 100%;
    padding: 20px;
    margin-bottom: 22px;
}
.Mobile .Liens {
    column-count: 1;
}
.Mobile .mainleft.Services b {
    text-align: left;
    line-height: 110%;
}
.Mobile .Liens a {
    line-height: 30px;
    margin: 15px 0;
}
.Mobile .footer-img {
    display: none;
}
.Mobile .footer-info {
    width: 100%;
    padding: 0;
}
.Mobile .content-footer {
    padding: 20px 20px;
}
.Mobile .footer-texte {
    display: block;
}
.Mobile ul.lien-footer {
    column-count: 1;
}
.Mobile .copyright a {
    display: block;
}
.Mobile .footer-h3 {
    margin-top: 22px;
}
input.btn.rappelGratuit {
    background: #027ab3 !important;
}
.btn-haed {
    display: flex;
    gap: 20px;
}
.cap-head {
    display: flex; 
    align-items: center;
}
.cap-head .Devisgratuit {
    width: 70%;
}
.titreh1 h1 {
    font-size: 50px;
}
.mentions h2 {
    padding: 20px;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}
.mentions ol {
    max-width: 100%;
    width: 80%;
    margin: auto;
    padding: 0 0 30px;
}
body.Mobile.mentions ol {
    width: 100%; 
    padding:0 20px 20px;
}
.coordonne_cont a {
    display: flex;
    align-items: center;
}
b.titre-album,
.mentions h2,
.ContactezNous {
    margin-top: 120px;
}
.Mobile .btn-haed {
    flex-direction: column;
    gap: 0;
}
.Mobile a.btn{
    margin-top: 20px;
}
.Mobile .titreh1 h1 {
    font-size: 40px;
}
.Mobile.mentions h2{
    margin-top: 45px;
}
.Tablet .caption-slider {
  padding: 255px 0;
}
.Tablet .btn-haed { 
  justify-content: center;
}
.Tablet b.titre-album,
.Tablet.mentions h2,
.Tablet .ContactezNous {
    margin-top: 50px;
}
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;
}
.Tablet div#Messages p,
.Mobile div#Messages p {
    font-size:14px;
} 
.section5 .subtitle,
.section7 .subtitle,
.Mobile .section9 .subtitle{
    color: #000;
}
.Mobile ul.lien-footer li { 
    margin: 15px 0;
}