/* 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;
    margin-left: auto;
    margin-right: auto;
}
.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;
}

/* ========== Loader plein écran ========== */
#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease;
}

.loader-spinner img {
  width: 80px; /* ajuste selon la taille souhaitée */
  height: 80px;
  animation: rotateLoader 1s linear infinite;
}

@keyframes rotateLoader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


/* Animation fadeInUp personnalisée */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 40px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/* État initial */
.animate-scroll {
    opacity: 0;
}

/* Classe appliquée quand visible */
.animate-scroll.visible {
    animation: fadeInUp 0.8s ease-out both;
}


/*
Layout
*/
body {
    color: #5b5d61;
    font-family: "Calibri";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}
a, a:hover{
    text-decoration: none;
}
ul{
    padding: 0;
    margin: 0;
    li{
        list-style: none;
    }
}
h2,p{
    margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6{
    margin-bottom: 0;
}
h3 {
    margin: 10px 0 5px;
}
input,textarea{
    background: none;
    border: none;
    outline: none;
  }
  
  img{
       max-width: 100%;
       max-height: 100%;
  }
/*
button
*/
.btn {
    border-style: solid;
    border-width: 1px;
    border-radius: 999px;
    padding: 5px 15px 5px 5px;
    display: flex;
    align-items: center;
    transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}
.btn:not(:last-child) {
    margin-bottom: 15px;
}
@media(min-width: 992px) {
    .btn:not(:last-child) {
        margin-right: 15px;
        margin-bottom: 0;
    }
}
.btn i {
    background-color: #fff;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 50%;
    transition: color .3s ease, background-color .3s ease, border-color .3s ease;
}
.caption-slider .btn i.icon-phone {
    width: 58px;
    height: 58px;
}
.btn-red,
.btn-phone:hover {
    background-color: #bf1b2a;
    border-color: #bf1b2a;
}
.btn-phone:hover {
    color: #fff;
}
.btn-red:hover {
    background-color: #fff;
    border-color: #fff;
    color: #111;
}
.btn-red:hover i {
    background-color: #111;
    color: #fff;
}
.btn-icon {
    border: 0;
    padding: 0;
    position: relative;
    transition: background-color .4s ease-in-out;
}
.btn-icon::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
    webkit-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}
.btn-icon:hover i {
    background-color: #bf1b2a;
}
.caption-slider .btn-red:hover i img,
.caption-slider .btn-icon:hover i img {
    filter: grayscale(1) brightness(0) invert(1);
}
@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}

/*
Header
*/
@media(min-width: 992px) { 
    .ville #headerNav {
        background-color: transparent;
        position: absolute;
        z-index: 90;
        width: 100%;
        top: 0;
    }
    #headerNav {
        position: relative;
        background-color: #111;
    }
}

.logo img {
    width: 219px;
    height: 125px;
    object-fit: contain;
}
a.logo-footer img {
    width: 160px;
    height: 125px;
    object-fit: cover;
}
@media(max-width: 991px) {
    .ville .logo img {
        width: 150px;
    }
    .nav-top-block {
        position: absolute;
    }
}
.nav-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.info-top {
    position: relative;
    padding: 20px;
    display: flex;
    justify-content: center;
    gap: 30px;
}
@media(min-width: 768px) {
    .ville .info-top {
        top: -30px;
    }
    .ville .info-top::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #bf1b2a;
        z-index: -1;
        border-radius: 0 0 7px 7px;
        top: 0;
        left: 0;
        box-shadow: 2px 2px 0 2px #8e3136;
        transition: box-shadow .3s ease;
    }
    .info-top:hover::before {
        box-shadow: 2px 0 2px 2px #8e3136;
    }
}
.info-top a {
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.info-top a img {
    width: 25px;
    height: 25px;
}
@media(max-width: 767px) {
    .info-top {
        padding: 3px 10px;
        position: absolute;
        width: 100%;
        gap: 12px;
    }
    .info-top a {
        color: #fff;
        font-size: 16px;
        background-color: #bf1b2a;
        padding: 5px 10px;
    }
}
.nav-list {
    display: table;
}
.nav-item {
    display: table-cell;
    padding: 0 10px;
    position: relative;
}
.nav-item > a {
    display: flex;
    color: #fff;
    font-size: 15px;
    align-items: center;
    text-align: center;
}
.nav-submenu {
    padding-top: 25px;
    position: absolute;
    top: 100%;
    left: 10px;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    pointer-events: none;
    max-height: none;
    width: 220px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}
@media(min-width: 992px) {
    .nav-submenu {
        width: 250px;
    }
}
@media (min-width: 1025px) {
    .nav-item:hover .nav-submenu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        pointer-events: auto;
    }
}
.nav-submenu-item {
    background-color: #fff;
    padding: 0 20px;
}
.nav-submenu-item a {
    padding: 10px 0;
    display: block;
    font-size: 16px;
    transition: color .3s ease;
}
.nav-submenu-item.active a,
.nav-submenu-item:hover a {
    color: #bf1b2a;
}
.nav-submenu-item:not(:last-child) a {
    border-bottom: 1px dashed #dddddd;
}
.nav-block .btn {
    padding-right: 0;
    padding-left: 15px;
    color: #fff;
}
.nav-block .btn:hover {
    background-color: #fff;
    color: #111;
}
.nav-block .btn i {
    margin-left: 10px;
    min-width: 38px;
}
.nav-block .btn:hover i {
    background-color: #111;
    color: #fff;
}

/*
Menu urger mobile
*/
/* ----- BURGER ----- */
.burger-menu {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 45px;
    height: 24px;
    cursor: pointer;
}
.burger-menu span {
    display: block;
    height: 4px;
    background: #bf1b2a;
    border-radius: 2px;
}

/* ----- MOBILE MENU ----- */
.mobile-nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    max-width: 320px;
    height: 100%;
    background-color: #fff;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    transition: left 0.3s ease;
    padding: 20px;
}
.mobile-nav.active {
    left: 0;
}
.mobile-nav-header {
    display: flex;
    justify-content: flex-end;
}
.close-btn {
    background: none;
    border: none;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

/* ----- MOBILE NAV LIST ----- */
.mobile-nav-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}
.mobile-nav-item {
    margin-bottom: 10px;
}
.mobile-nav-item > a {
    color: #111;
    font-size: 18px;
    text-decoration: none;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
        display: flex;
    justify-content: space-between;
}
.mobile-submenu {
    padding-left: 15px;
}
.mobile-submenu-item a {
    color: #111;
    font-size: 16px;
    text-decoration: none;
    padding: 6px 0;
    display: block;
}
.mobile-nav-item.active > a,
.mobile-submenu-item.active > a {
    color: #bf1b2a;
}

/* ----- RESPONSIVE ----- */
@media (max-width: 991px) {
    .burger-menu {
        display: flex;
    }
    .nav-list,
    .cta_block {
        display: none !important;
    }
}

.nav-link .submenu-toggle {
    transform: rotate(90deg);
    margin-left: 7px;
    margin-top: 5px;
    color: #bf1b2a;
}
.Mobile .nav-link .submenu-toggle {
    transform: none;
    display: flex;
    align-items: center;
;
    align-items: center;
}
/* Rotation flèche submenu mobile */
.submenu-toggle {
    transition: transform 0.3s ease;
}
.submenu-toggle.open {
    transform: rotate(90deg);
}



/*
Page hreo
*/
.page-hero {
    background-color: #111;
    position: relative;
    height: 65vh;
    min-height: 500px;
}
@media(max-width: 767px) {
    #headerNav {
        position: fixed;
        z-index: 99;
        width: 100%;
        background-color: #fff;
        top: 0;
    }
    .page-hero {
        margin-top: 6rem;
    }
}
.page-hero.banner-item {
    height: 400px;
    min-height: 100px;
}
.slider-block {
    position: absolute;
    overflow: hidden;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
}

.slider-block::before {
    content: "";
    position: absolute;
    background: linear-gradient(183deg, rgb(0 0 0 / 65%) 0%, rgba(0, 0, 0, 0.67) 45%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    z-index: 2;
}

.slider-block::after {
    content: "";
    position: absolute;
    background-image: url(../images/img/ligne-toiture-rouge.webp);
    width: 80%;
    top: 0;
    height: 100%;
    right: -15px;
    z-index: 2;
    background-position: right 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.slider-block .slider-track {
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.slider-block .item-image-slide {
  height: 100%;
  position: relative;
  z-index: 1;
}
.slider-block .item-image-slide img {
  width: 100%;
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transform: scale(1.2);
}
@media(max-width: 991px) {
    .carousel-slider-parallax,
    .carousel-slider-parallax .slick-list,
    .carousel-slider-parallax .slick-track {
        height: 100%;
    }
    .slider-block .item-image-slide img {
        height: 100%;
        object-fit: cover;
    }
    .btn {
        width: max-content;
    }
}
.slider-block .item-image-slide.slick-active img {
  transform: scale(1);
}
.slider-block-banner img {
    object-fit: cover;
    width: 100%;
}
.carousel-slider-parallax .slick-arrow {
    top: 34%;
    opacity: .5;
}
.carousel-slider-parallax .slick-arrow:hover {
    opacity: 1;
}
.carousel-slider-parallax .slick-prev {
    left: 1rem;
}
.carousel-slider-parallax .slick-next {
    right: 1rem;
}
@media(min-width: 1800px) {
   .carousel-slider-parallax .slick-prev {
        left: 5rem;
    }
    .carousel-slider-parallax .slick-next {
        right: 5rem;
    } 
}

.caption-slider .row {
    justify-content: space-between;
}
.page-hero .container {
    display: table;
    height: 100%;
    position: relative;
    z-index: 3;
}
.caption-slider {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
@media(min-width: 992px) {
    .page-hero {
        background-color: #111;
        position: relative;
        height: 100vh;
        min-height: 850px;
    }
    .page-hero.banner-item {
        height: 400px;
        min-height: 100px;
    }
    .caption-slider {
        padding-top: 150px;
    }
    .banner-item .caption-slider {
        padding-top: 0;
    }
}
.text-item-hero {
    color: #fff;
}
.text-item-hero .h1 {
    font-size: 60px;
    line-height: 1.1;
    font-weight: 700;
}
@media(max-width: 991px) {
    .text-item-hero .h1 {
        font-size: 46px;
        line-height: 50px;
    }
}
.text-item-hero .subtitle {
    font-siez: 20px;
}
/*.text-item-hero .subtitle span {
    color: #bf1b2a;
}*/
.text-item-hero .h5 {
    display: flex;
    letter-spacing: 2px;
    align-items: center;
    gap: 7px;
}
.text-item-hero .h5 img {
    width: 22px;
    height: 22px;
}
@media(max-width: 767px) {
    .text-item-hero .h5 {
        font-size: 14px;
    }
}
.text-item-hero .h5 i {
    color: #bf1b2a;
}
.relative {
    position: relative;
}
@media(min-width: 768px) {
    .col-reverse {
        flex-direction: row-reverse;
    }
    .ville .logo-divers {
        position: absolute;
        left: -10rem;
        width: 130px;
        top: 6rem;
    }
    .ville .logo-divers span {
        margin: 30px 0;
        display: block;
        text-align: center;
    }
    .logo-divers img {
        margin: auto;
        width: 130px;
        height: 110px;
        object-fit: contain;
    }
    .prestations .logo-divers {
        display: flex;
        gap: 15px;
        margin-top: 60px;
        align-items: center;
    }
    .prestations .logo-divers img {
        width: 120px;
        object-fit: contain;
    }
}
@media(max-width: 767px) {
    .logo-divers {
        display: flex;
        gap: 15px;
        margin-top: 20px;
    }
    .logo-divers img {
        width: 100px;
        height: 90px;
        object-fit: contain;
    }
    .logo-divers span:last-child img {
        width: 84px;
    }
}

/*
Devis gratuit
*/
.devis-item-hero {
    background-color: #fff;
    padding: 40px;
    border-radius: 15px;
}
.devis-block .h3 {
    color: #111;
    font-size: 26px;
    display: block;
    text-align: center;
    margin-bottom: 0;
    font-weight: bold;
}
.form-input {
    color: #5b5d61;
    border: 1px solid #c7c7c7;
    display: block;
    margin: 10px 0;
    padding: 15px;
    font-family: var(--font-main);
    width: 100%;
    transition: border-color .3s ease;
}
.form-input:focus {
    border-color: #bf1b2a;
}
textarea.form-input {
    resize: vertical;
    min-height: 100px;
    max-height: 105px;
}
#FormDevis .btn-red {
    font-family: var(--font-main);
    color: #fff;
    font-size: 16px;
    padding: 15px 20px;
    cursor: pointer;
    display: inline-block;
    width: 100%;
}
#FormDevis .btn-red:hover {
    background-color: #111;
}
.picto_parallax {
    position: absolute;
    left: -11rem;
    transform: rotate(158deg);
}

/*
Contenu
*/
.wrap {
    padding-bottom: 200px;
}

/*
Nos services
*/
.prestations-bg-item {
    background-color: #111;
    background-image: url(../images/img/nos-prestations.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 180px;
    padding-bottom: 230px;
}
.prestations-bg-item::before {
    content: '';
    background-color: #111;
    display: block;
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 100%;
}
.heading-prestations .h2 {
    font-weight: bold;
    font-size: 46px;
    letter-spacing: 1px;
    margin-bottom: 16px;
}
.heading-prestations {
    position: relative;
    text-align: center;
    max-width: 900px;
    margin: auto;
    color: #fff;
}
.prestation-item {
    background-color: #fff;
    display: flex;
    border-style: solid;
    border-width: 0px 0px 5px 0px;
    border-color: #bf1b2a;
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;

}
.prestation-item-box {
    color: #000;
    font-size: 14px;
    line-height: 22px;
}
.presations-block {
    position: relative;
}
.presations-block .row {
    margin-top: -11rem;
    position: relative;
    margin-right: -10px;
    margin-left: -10px;
}
.presations-block .col-md-4 {
    margin: 16px 0;
    padding: 0 10px;
}
.prestation-item-box .h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}
.prestation-item-box span {
    display: block;
    margin-bottom: 10px;
}
.prestation-item-box img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.link-inline {
    display: block;
    align-items: center;
    font-weight: bold;
    color: #bf1b2a;
    transition: all .3s ease;
    position: relative;
    margin-top: 20px;
}
.link-inline::before {
    content: "";
    display: block;
    bottom:-8px;
    position: absolute;
    left: 0;
    width: 35px;
    transition: all .3s ease;
    height: 2px;
    background-color: #111;
}
.link-inline:hover::before {
    width: 90%;
}
.link-inline i {
    margin-left: 7px;
}
.contenu-1 {
    padding: 80px 0;
} 
.row .col-md-4  {
    position: relative;
}
.block-float {
    position: absolute;
    top: 25%;
    transform: translateY(-50%);
    background-color: #111;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}
@media(max-width: 767px) {
    .prestations-bg-item {
        padding-top: 28px;
        padding-bottom: 178px;
    }
    .block-float {
        left: 33px;
        top: 2rem;
    }
}
.block-float img {
    filter: invert(1);
    width: 80px;
    height: 80px;
    object-fit: contain;
}
@media(min-width: 992px) {
    .block-float {
        left: -3rem;
    }
}
.block-float strong {
    display: block;
    font-size: 30px;
    margin-bottom: 7px;
}
.contenu-1 .textBlock h1 {
    font-weight: bold;
    color: #111;
    margin-bottom: 32px;
}
@media(max-width: 767px) {
    .contenu-1 .textBlock h1 {
        font-size: 30px;
    }   
}
.textBlock p {
    margin-bottom: 10px;
}
.textBlock p strong {
    font-weight: bold;
    color: #111;
}
.textBlock.textBlock-index .btn:last-child i {
    background-color: #111;
    color: #fff;
}
.textBlock ul {
    margin-top: 15px;
}
@media(min-width: 768px) {
    .textBlock ul {
        column-count: 2;
    }
}
.textBlock ul li {
    color: #000;
    padding-left: 30px;
    margin-bottom: 15px;
    position: relative;
}
.textBlock ul li::before {
    background-color: #bf1b2a;
    content: "\e903";
    height: 25px;
    font-family: 'icomoon';
    width: 25px;
    position: absolute;
    left: 0;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contenu-2 .btn-red,
.Homerealisation .btn-red,
.textBlock .btn-red {
    color: #fff;
}
.Homerealisation .btn-red:hover,
.contenu-2 .btn-red:hover,
.textBlock .btn-red:hover {
    background-color: #111;
}
.Homerealisation .btn-red:hover i,
.contenu-2 .btn-red:hover i,
.textBlock .btn-red:hover i {
    background-color: #fff;
}

.imgBlock {
    background-color: #E1EDE6;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
}
.contenu.contenu-2 {
    padding: 80px 0;
}
.item-2 h2 {
    font-weight: bold;
    color: #111;
    margin-bottom: 32px;
}
.item-2 h3 {
    font-size: 24px;
    border-left: 4px solid #bf1b2a;
    padding-left: 13px;
    color: #111;
    font-weight: bold;
    margin-bottom: 32px;
}
.item-2 ul li > p:first-child strong {
    font-weight: bold;
    font-size: 20px;
        color: #000;
    display: block;
    margin-bottom: 10px;
}
.item-2 ul li {
    margin-bottom: 32px;
}
.contenu-2 .figure-contenu {
    background-color: #E1EDE6;
    height: 360px;
    border-radius: 15px;
    overflow: hidden;
}
.page-interne .contenu-2 .figure-contenu {
    height: 540px;
}
.page-interne .contenu-2 .figure-contenu {
    padding: 0;
}
.page-interne .contenu-2 .item-2:last-child {
    margin-top: 26px;
}
.contenu-2 .row .row .col-md-6:last-child .figure-contenu {
    margin-top: 90px;
}
@media(max-width: 767px) {
    .contenu-2 .row .row {
        justify-content: center;
    }
    .contenu-2 .row .row .col-md-6:last-child .figure-contenu {
        margin-bottom: 30px;
        margin-top: 0;
    }
}
.page-interne .contenu-1 {
    background: #000000;
    background: linear-gradient(133deg, rgba(0, 0, 0, 1) 31%, rgba(255, 255, 255, 1) 27%);
}
@media(min-width: 992px) {
    .page-interne .contenu-1 {
        background: linear-gradient(90deg, rgba(0, 0, 0, 1) 41%, rgba(255, 255, 255, 1) 41%);
        padding-bottom: 30px;
    }
    .page-interne .contenu-1 .textBlock {
        padding-left: 7rem;
    }
}
.contenu1_1 {
    padding: 60px 0;
}
@media(max-width: 991px) {
    .page-interne .contenu-1 {
        padding-bottom: 0;
    }
    .ville .contenu-1 {
        padding-bottom: 20px;
    }
    .imgBlock {
        height: 350px;
        margin-bottom: 16px;
    }
}
@media(max-width: 767px) {
    .contenu-1 .row,
    .contenu1_1 .row {
        display: block;
    }
}
.imgBlock img {
   object-fit: cover;
   height: 100%;
   max-height: 380px;
   width: 100%;
}
.page-interne .imgBlock img {
    max-height: 700px;
}
.figure-contenu img {
   object-fit: cover;
   height: 100%;
   width: 100%;
}
.item-2 li {
    padding-left: 70px;
    position: relative;
}
.item-2 li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 60px;
    height: 60px;
    background-color: #dddd;
    background-size: 70%;
    background-repeat: no-repeat;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
}
.item-2 li:nth-child(1):before {
    background-image: url(../images/pictos/icon-experience.webp);
}
.item-2 li:nth-child(2):before {
    background-image: url(../images/pictos/garantie-d.webp);
}
.item-2 li:nth-child(3):before {
    background-image: url(../images/pictos/icon-presonnalise.webp);
}
.logo-divers span:hover,
.item-2 li:hover:before {
    transform: rotateY(-180deg);
    transition: all 0.4s;
}

.item-2 li:hover:before {
    background-color: #efcacc;
}
.contenu-3 {
    padding: 60px 0;
    background-color: #bf1b2a;
    color: #fff;
}
.item-3 {
    max-width: 960px;
    margin: auto;
}
.itemSection h2,
.item-3 h2 {
    font-weight: 700;
    margin-bottom: 16px;
}
.itemSection {
    color: #fff;
}
.round {
    background-color: #fff;
    padding: 60px;
    border-radius: 50%;
    width: 250px;
    height: 250px;
}

@media(max-width: 991px) {
    .contenu.contenu-2,
    .contenu1_1 {
        padding: 20px 0;
    }
    .round {
        padding: 38px;
        width: 120px;
        height: 120px;
        margin-bottom: 16px;
    }
    .page-interne .contenu-2 .figure-contenu {
        max-width: 100%;
        height: 200px;
        margin-bottom: 16px;
    }
}
@media(max-width: 767px) {
    .contenu-2 .container > .row {
        flex-direction: column-reverse;
    }
}
/*
Avis
*/
#temoignages {
    padding: 60px 0;
    background-color: #bf1b2a;
}
.heading-title {
    color: #fff;
    margin-bottom: 32px;
}
@media(min-width: 768px) {   
    .slide-temoignage .slick-track {
        margin-left: -10px;
        margin-right: -10px;
    }
    .slider-item-temoinages {
        margin-left: 10px;
        margin-right: 10px;
    }
}
.item-avis {
    padding: 40px 40px 40px 40px;
    border-radius: 20px 20px 20px 20px;
    background-color: #fff;
    position: relative;
}
.item-avis p {
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
    display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
      min-height: 120px;
}
.item-author-info {
    display: inline-flex;
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
}
.testimonial-img {
    margin-bottom: 0;
    width: 60px;
    height: 60px;
    border-radius: 999px;
    overflow: hidden;
    background-color: #E1EDE6;
}

.testimonial-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.avis-title {
    line-height: 1.4;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
}
.avis-subtitle {
    font-size: 14px;
}
.top-avis {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.google-block {
    width: 20px;
    display: block;
}

@media(max-width: 991px) {
    .testimonial-content {
        padding-top:36px
    }
}
#temoignages .btn {
    display: flex;
    width: max-content;
    margin: auto;
    padding: 15px 0 15px 25px;
    border-color: #fff;
    border-width: 2px;
    color: #fff;
}
#temoignages .btn:hover {
    background-color: #fff;
    color: #111;
}
#temoignages .btn i {
    margin-left: 10px;
}

#temoignages .btn:hover i {
    background-color: #111;
    color: #fff;
    margin-left: 15px;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 50%;
    transition: background-color .3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 24px;
    justify-content: center;
    z-index: 10;
}
.Tablet .slick-arrow,
.Mobile .slick-arrow {
    display: none !important;
}
.slick-arrow::before {
    font-family: 'icomoon';
}
.slick-next {
    content: "\e901";
    right: 2rem;
}
.slick-prev {
    content: "\e900";
    left: 2rem;
}

@media(min-width: 1200px) {
    .slick-next {
        right: -4rem;
    }
    .slick-prev {
        left: -5rem;
    }
}

.slick-arrow:hover, {
    background-color: #fff;
    opacity: .8;
}
.slick-arrow:focus {
    background-color: #111;
    color: #fff;
}

.avis > i {
  background: url('../images/rating-sprit.webp') no-repeat;
  display: inline-block;
  height: 23px;
  width: 120px;
  margin-right: 15px;
}
.avis-0 {
  background-position: 0 0 !important;
}
.avis-1 {
  background-position: 0 -25px !important;
}
.avis-2 {
  background-position: 0 -50px !important;
}
.avis-3 {
  background-position: 0 -75px !important;
}
.avis-4 {
  background-position: 0 -100px !important;
}
.avis-5 {
  background-position: 0 -125px !important;
}
.avis-6 {
  background-position: 0 -150px !important;
}
.avis-7 {
  background-position: 0 -175px !important;
}
.avis-8 {
  background-position: 0 -200px !important;
}
.avis-9 {
  background-position: 0 -225px !important;
}
.avis-10 {
  background-position: 0 -250px !important;
}



/*
CTA block
*/
.pre-footer {
    background-color: #bf1b2a;
    color: #fff;
    padding: 40px;
    border-radius: 10px;
    margin-top: -14rem;
    margin-bottom: 80px;
    position: relative;
}

.cta_bloc .h2 {
    font-size: 48px;
    font-weight: bold;
    line-height: 52px;
}
.btn-cta {
    margin-top: 30px;
}
.cta_bloc .btn:hover {
    background-color: #111;
    border-color: #111;
}
.cta_bloc .btn:hover i {
    color: #fff;
    background-color: #bf1b2a;
}

@media(min-width: 768px) {   
    .btn-cta {
        display: flex;
    }
    .img_justafret {
        position: absolute;
        right: 0;
        width: 38%;
        top: 0;
        height: 100%;
        overflow: hidden;
    }
}
@media(min-width: 1200px) {   
    .img_justafret {
        width: 50%;
    }
}
@media(max-width: 767px) {
    .cta_bloc .btn {
        width: 100%;
        margin-bottom: 7px;
    }
    .caption-slider .btn-cta {
        display: flex;
        justify-content: space-around;
    }
    .caption-slider .btn-cta .btn-red {
        margin-bottom: 0;
    }
}
.img_justafret img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*
footer
*/
.footer-block {
    padding: 80px 0 25px;
    background-color: #111;
    position: relative;
} 

.footer-block .container,
.contenu1_1,
.contenu1_1 .container {
    position: relative;
}
@media(min-width: 992px) {
    .footer-link-area:not(:has(.contact-footer)) {
        padding-right: 20px;
    }
    .footer-block::before,
    .contenu1_1::before,
    .presations-block::before {
        content: "";
        position: absolute;
        bottom: 0;
        width: 80%;
        height: 100%;
        background-image: url(../images/img/ligne-toiture.webp);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right bottom;
        right: 0;
        opacity: 0.3;
    }
}
.presations-block::before {
    opacity: .1;
    transform: rotate(180deg);
    left: 0;
    top: 40%;
    width: 100%;
}
.contenu1_1::before {
    opacity: .1;
    left: 0;
    top: 0;
    width: 69%;
}

.footer-link-area .h3 {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 32px;
}
.footer-link-area ul li:not(:last-child) {
    margin-bottom: 15px;
}
.footer-link-area ul li a {
    line-height: 24px;
    display: block;
    font-size: 16px;
    color: #fff;
    transition: padding-left .3s ease;
}
.footer-link-area ul li a:hover {
    padding-left: 2px;
}
.footer-link-area ul li a:active,
.footer-link-area ul li.active a,
.footer-link-area ul li a:focus {
    color: #bf1b2a;
}

.contact-footer li {
    display: flex;
    align-items: center;
    color: #fff;
    gap: 5px;
}
.contact-footer li i {
    margin-right: 5px;
}
.space48 {
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin: 5rem 0 2rem;
    opacity: .2;
}
@media(min-width: 992px) {
    .copyright-area {
        display: flex;
        justify-content: space-between;
    }
}
.copyright-area ul {
    display: flex;
    gap: 17px;
}
@media(max-width: 767px) {
    .footer-link-area {
        margin-bottom: 30px;
    }
    .space48 {
        margin-top: 1rem;
    }
}

/*
Realisations
*/
.Homerealisation {
    padding-top: 60px;
}
.Homerealisation .heading-prestations {
    max-width: auto;
}

.Homerealisation .heading-prestations .h2 {
    color: #111;
    font-size: 36px;
}
.Homerealisation .heading-prestations span {
    color: #bf1b2a;
}
@media(max-width: 991px) {
    .pre-footer {
        padding: 15px;
        margin-bottom: 30px;
    }
    .cta_bloc .h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .wrap {
        padding-bottom: 140px;
    }
    .Homerealisation {
        padding-top: 20px;
    }
    .heading-prestations {
        max-width: 90%;
    }
    .Homerealisation .heading-prestations .h2,
    .heading-prestations .h2 {
        font-size: 20px;
    }
}
.rea-card {
    background-color: #fff;
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 30px;
}
.rea-card .image {
    overflow: hidden;
    position: relative;
    height: 300px;
}
@media(max-width: 767px) {
    .rea-card .image {
        height: 200px;
    }
}
.rea-card .image img {
    transform: scale(1);
    transition: all 0.5s ease-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rea-card:hover .image img {
    transform: scale(1.1);
    transition: all 0.5s ease-out;
}
.rea-card .rea-content-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-out;
}
.rea-card:hover .image .rea-content-wrapper {
    visibility: visible;
    opacity: 1;
    transition: all 0.5s ease-out;
    transform: scale(1);
}
.rea-card .rea-content-wrapper .content {
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: row;
    height: 100%;
    gap: 10px;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
}
.rea-card:hover .image .rea-content-wrapper .content .btn-wrapper {
    transition: all 0.5s ease-out;
}
.rea-card .rea-content-wrapper .content .btn-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    padding: 0;
    transition: all 0.5s ease-out;
}
.rea-card .rea-content-wrapper .content .btn-wrapper a {
    display: inline-flex;
    background-color: transparent;
    color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-out;
    font-size: 24px;
}
.Homerealisation .btn-cta {
    justify-content: center;
}
.page-interne h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.page-interne h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px;
}

.contenu-4 {
    background-color: #111;
    /*background-image: url(../images/img/bg-content.webp);*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 60px 0;
    color: #fff;
}
.contenu-4 .row {
    justify-content: space-between;
}

.sticky-block-right {
    display: flex;
    flex-wrap: wrap;
}
.stiky-block-item {
    padding: 10px 0;
}
@media(min-width: 992px) {
    .text-block-left {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        left: 0;
        height: 100vh;
        padding-top: 6rem;
    }
    .stiky-block-item {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 10px;
    }
}

.figure-stiky {
    display: flex;
    overflow: hidden;
    height: 200px;
}
.figure-stiky img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.text-block-left h2 {
    font-weight: bold;
    color: #bf1b2a;
    margin-bottom: 32px;
}
.text-block-left .btn-cta {
    display: block;
}
.text-block-left .btn-cta a {
    margin: 10px 0;
    width: 253px;
    line-height: 130%;
}
.stiky-block-item > div {
    background-color: #fff;
    color: #000;
    height: 100%;
}
.contenu-sticky {
    padding: 20px;
        font-size: 14px;
    line-height: 24px;
}
.contenu-sticky h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px;
}


/*
Devis page
*/
.temoinBlock,
#realisations,
.devis-section,
.ContactezNous {
    position: relative;
    background-color: #f7f7f7;
    padding: 60px 0 210px;
}
@media(max-width: 767px) {
    .temoinBlock,
    #realisations,
    .devis-section,
    .ContactezNous {
        padding-top: 120px;
    }
}
.temoinBlock h1,
.temoinBlock h2,
#realisations h1,
.devis-section h1,
.ContactezNous h1 {
    color: #111;
    font-weight: bold;
    margin-bottom: 32px;
}
.devis-section h1 {
    margin-bottom: 0;
}
@media(max-width: 991px) {
    .temoinBlock h1,
    .temoinBlock h2,
    #realisations h1,
    .devis-section h1,
    .ContactezNous h1 {
        font-size: 26px;
        padding-top: 32px;
        text-align: center;
    }
}
.temoinBlock::before,
#realisations::before,
.devis-section::before,
.ContactezNous::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}
.ContactezNous h2 {
    font-size: 24px;
    font-weight: bold;
    color: #111;
}
input.btn.btn-submit {
    padding: 13px 35px;
    font-size: 16px;
    margin: auto;
}
#realisations::before {
    background-position: top right;
}

.devis-section .row {
    justify-content: center;
    position: relative;
}
.temoinBlock .container,
#realisations .row,
.ContactezNous .row {
    position: relative;
}
.temoinBlock .item-tem:not(:last-child) {
    border-bottom: 1px solid;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#avis_form .form-input {
    display: block;
    width: 100%;
}
#avis_form input.btn {
    color: #fff;
    border: 0;
    margin-top: 15px;
    background-color: #bf1b2a;
    padding: 10px 28px;
    font-size: 16px;
}
div#Map {
    height: 100%;
    min-width: 300px;
}

#realisations .swipebox.thumbnail {
    background-color: #000000;
    display: flex;
    height: 300px;
    margin: 15px 0;
    overflow: hidden;
    transition: all 520ms ease;
    border-radius: 10px;
}
#realisations .swipebox.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 520ms ease;
}
#realisations .swipebox.thumbnail:hover img {
    transform: scale(1.1);
    opacity: .5;
}

#mail2,
#mail { display:none; }
.item-rappel {
    margin-top: 30px;
}
.item-rappel .h4 {
    font-size: 20px;
    font-weight: bold;
    color: #bf1b2a;
}
.item-rappel .form-input {
    background-color: #fff;
}
.item-rappel .btn {
    display: block;
    background-color: #bf1b2a;
    width: 100%;
    padding: 10px;
    color: #fff;
    border: none;
    font-weight: bold;
    letter-spacing: 1px;
}
.copyright-area {
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
}

/*
sroll top
*/
.scroll-top{
    cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 30px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  background: rgba(0,0,0,0.7);
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
  transform: translateY(10px) scale(0.95);
  transition: opacity .25s ease, transform .25s ease;
  z-index: 9999;
}
.scroll-top i {
    display: flex;
    align-items: center;
    justify-content: center;
}
.scroll-top i img,
.contact-footer img {
    width: 20px;
    height: 20px;
}

/* focus accessible */
.scroll-top:focus{
  outline: 3px solid rgba(255,255,255,0.2);
}

/* petite variante responsive */
@media (max-width:767px){
    .scroll-top{ 
        right: 12px; 
        bottom: 132px; 
        width:40px; 
        height:40px; 
        font-size:18px; 
    }
}

/*
404
*/
.blog_pageIntrouvable {
      height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f8f9fa;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    position: fixed;
    z-index: 99999;
    width: 100%;
    top: 0;
}

.blog_pageIntrouvable .d-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog_pageIntrouvable h1 {
  font-size: 8rem;
  margin: 0;
  font-weight: 700;
  color: #bf1b2a;
}

.blog_pageIntrouvable p {
    color: #000;
  font-size: 2rem;
  margin: 10px 0 20px;
  font-weight: 600;
}

.blog_pageIntrouvable span {
    color: #000;
  font-size: 1.1rem;
}

.blog_pageIntrouvable a {
  color: #bf1b2a;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.blog_pageIntrouvable a:hover,
.blog_pageIntrouvable a:focus {
  text-decoration: underline;
  outline: none;
}

.btn-fixed-mobile {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    width: 100%;
    right: 0;
}
.btn-fixed-mobile a {
    background-color: #111;
    padding: 11px 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.btn-fixed-mobile a span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.Mobile .GoogleBagde {
    box-shadow: none !important;
    margin: 0 !important;
    width: 100% !important;
    border-radius: 0 !important;
    justify-content: center !important;
    text-align: center !important;
    left: 0 !important;
    transform: none !important;
    bottom: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
}
.Mobile .GoogleBagde-icon-G {
    position: relative;
    top: 4px;
}
.Mobile .GoogleBagde-notes_value {
    display: none !important;
}
.Mobile .GoogleBagde-Rating__Container {
    display: flex;
    justify-content: center;
    column-gap: 15px;
}
i.icon-arrow-up-right img {
    width: 12px;
    height: 12px;
    object-fit: contain;
}
i.icon-phone img {
    width: 25px;
    height: 25px;
}
.page-interne i.icon-phone {
    background: #4c4c4c;
}
.page-interne i.icon-phone img {
    width: 20px;
    height: 20px;
}
.page-interne .btn-red:hover i img,
.page-interne .btn-icon:hover i img {
    filter: none;
}
.m-top {
    margin-top: 30px;
}
.texte-ag {
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    margin-top: 20px;
}
.cta_bloc img {
    width: 20px;
    height: 20px;
}
.align-items-center {
    align-items: center;
}
.btn-fixed-mobile a span img {
    width: 15px;
    height: 15px;
}
.Mobile .footer-block {
    padding-bottom: 60px;
}
.Mobile .copyright-area ul {
    margin-top: 10px;
}
#temoignages .btn i img {
    width: 15px;
    height: 15px;
}
i.icon-chevron-left,
i.icon-chevron-right {
    position: relative;
    width: 20px;
    height: 20px;
}
i.icon-chevron-left::before,
i.icon-chevron-right::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../images/img/prev.webp);
    background-size: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: invert(1);
}
i.icon-chevron-right::before {
    background-image: url(../images/img/next.webp);
}
.item-image-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Tablet .img_justafret {
    display: none;
}
.picto_parallax img {
    width: 150px;
    height: 84px;
    object-fit: contain;
}
