:root{
    --color-brick-red : #b63131;
}
* {
    font-family: "Raleway Regular";
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway Black" !important;
}
.float-right{
    float : right;
}
.float-left{
    float : left;
}
.text-brick-red{
    color : var(--color-brick-red) !important;
}
.border-brick-red{
    border-color: var(--color-brick-red) !important;
}
.pt-50{
    padding-top: 50px;
}
.pt-20{
    padding-top: 20px;
}
.mt-20{
    margin-top: 20px;
}

.text-dark{
    color : #000 !important;
}
.text-green{
    color : #1f513a !important;
}
.text-center{
    text-align: center;
}

.gdlr-core-portfolio-item-holder{
    display : flex;
    justify-content: center;
    flex-wrap: wrap;
}
.gdlr-core-portfolio-item-holder img{
    width : 100%;
}
.text-uppercase{
    text-transform : uppercase;
}
.title-4{
    font-size : 1.5em;
}
.fw-bolder{
    font-weight : bolder;
}
.gdlr-core-gallery-list.gdlr-core-media-image img{
    height : 75px; 
    width : auto;
}
.gdlr-core-flexslider.flexslider ul.slides{
    display : flex;
    min-width : 100% !important;
    /* justify-content: center; */
}
.gdlr-core-flexslider.flexslider ul.slides .gdlr-core-item-mglr{
    float : none !important;
}
.row-grid{
    display : flex;

}
.row-grid:nth-child(2n){
    flex-direction: row-reverse;

}
.row-grid .row-grid-tile{
    width : 50%;
    display : flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.p-5{
    padding : 2em;
}
.cta-btn{
    width : 200px;
}
.row-flex{
    display : flex;
    align-items: center;
    justify-content: center;
    gap : 20px;
    padding : 20px;
    flex-wrap : wrap;
}
.row-flex .row-flex-img{
    width : 200px;
}
.row-flex .row-flex-sep{
    width : 100px;
}
.fs-40{
    font-size : 40px !important;
}

.p-0{
    padding : 0px !important;
}
.m-0{
    margin : 0px !important;
}
.text-underline{
    position : relative;
    margin-bottom: 20px !important;
}
.text-underline:after{
    content:"";
    position : absolute;
    width : 50%;
    height : 4px;
    bottom: -10px;
    left : 25%;
    background-color: var(--color-brick-red);
}
.text-light{
    color : #fff !important;
}
.banner{
    height : 100vh;
    width : 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding : 30px;
}
.banner .banner-text{
    min-width: 60%;
    text-align: center;
}
.banner .banner-text h1{
    font-size : 120px;
}
.banner .banner-text h2{
    font-size : 100px;
}
.banner .banner-text p{
    font-size : 50px;
}
#rev_slider_1_1_wrapper{
    height: 100vh !important;
}
#rev_slider_1_1{
    height: 100vh !important;
}
.gdlr-core-column-service-item .gdlr-core-column-service-media > img{
    height : 200px;
}

.bg-card-orange{
    background-color : #d35d37 !important;
}
.bg-card-yellow{
    background-color : #f2b33d !important;
}
.bg-card-red{
    background-color : #bf3636 !important;
}

.gdlr-core-portfolio-thumbnail-image-wrap{
    width : 100%;
    height : 400px;
    background-color : red;
    display : flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.gdlr-core-portfolio-thumbnail-image-wrap img{
    transform: scale(1.2);
}
.gdlr-core-portfolio-thumbnail-image-wrap img.img-scale-none{
    transform: scale(1);
}
.gdlr-core-zoom-on-hover{
    overflow: visible !important;
}
.gdlr-core-zoom-on-hover:hover{
    overflow: hidden !important;
}


.swiper {
    width: 85%;
    height: 200px;
    border-top : 1px solid #AAA;
    border-bottom : 1px solid #AAA;

  }
  .swiper .swiper-button-prev{
    color: var(--color-green);
  }
  .swiper .swiper-button-next{
    color: var(--color-green);
  }
  .swiper .swiper-slide {
    display : flex;
    align-items: center;
    justify-content: center;
    user-select: none;

  }
  .swiper .swiper-slide-img{
    height : 75px;
  }
  .album{
    position : relative;
    width : 100%;
    column-count: 3;
  }
  .album img{
    width : 100%;
  }
/* 
  .album-row{
    position : relative;
    width : 100%;
    display: flex;
  }
  .album-column{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
  
  .album .w-25{
    width: 25%;
  }
  .album .w-50{
    width : 50%;
  } */

  *{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: all 250ms ease;
  }
  *:hover{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    cursor: pointer;
  }


/* copie footer immo  */


#page-footer {
    padding: 50px 0px;
    position: relative;
}

.background-is-dark {
    color: #fff;
}

.block {
    padding: 70px 0;
    overflow: hidden;
    position: relative;
}
#page-footer {
  background: #363636;
}

#page-footer .brand {
    width: 200px;
    margin: 0 auto;
}
#page-footer .brand {
    margin-bottom: 20px;
    display: block;
}
.background-is-dark a {
    color: #fff;
}
#page-footer.background-is-dark:after {
    opacity: 0.7;
    background: -moz-linear-gradient(top, transparent 0%, black 100%);
    background: -webkit-linear-gradient(top, transparent 0%, black 100%);
    background: linear-gradient(to bottom, transparent 0%, black 100%);
}
#page-footer:after {
    opacity: 1;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);

    width: 100%;
    height: 150px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    z-index: -1;
}

.note {
    opacity: 0.4;
    font-size: 12px;
    margin: 5px 0;
}
#page-footer .to-top {
    position: relative;
}
#page-footer .to-top .arrow-up {
    position: absolute;
    bottom: -18px;
    right: 0;
}
.background-is-dark .framed {
    border-color: rgba(255, 255, 255, 0.2);
}
.framed {
    border: 15px solid rgba(0, 0, 0, 0.05);
    padding: 25px;
}
.background-is-dark hr {
    border-top-color: #fff;
}
#page-footer hr {
    display: block;
    unicode-bidi: isolate;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 25px;
    opacity: 0.1;
    border: 0;
    border-top: 2px dotted #000;

}

.tp-loader {
  z-index:9999999
}

#rev_slider_1_1:hover *,
#services:hover *,
#works:hover *,
#about:hover *,
#nosClient:hover *,
#nouveautes:hover *,
#expertises:hover *,
#album *{
    filter: grayscale(0%);
}