<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------*\
    GENERAL
\*------------------------------------*/



.content{
    position: relative;
  }
  .content .content-overlay{
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s
  }
  .content:hover .content-overlay{
    opacity: 1
  }
  .content-details{
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
  }
  .content:hover .content-details{
    top: 50%;
    opacity: 1
  }
  .content-details h3{
    color: #fff;
    font-weight: 300;
    text-transform: uppercase
  }
  .fadeIn-bottom{
    top: 80%
  }


    .fp-watermark{
        display: none !important;
    }
#fp-nav {
z-index: 0 !important;
}

#fp-nav ul li:last-of-type a span, .fp-slidesNav ul li:last-of-type a span{
    background-color: transparent;
}
.h-100 {
height: 100vh!important;
}
html {
    height: 100%;
    font-family: 'Galano Grotesque Alt' !important;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-size: 14px;
    box-sizing: border-box;
}
body{
    font-family: 'Galano Grotesque Alt' !important;

    height:100%;
    color:#000;
    font-size: 100%;
    line-height: 1.4;
}
*, *:before, *:after {
    box-sizing: inherit;
}
img , video{
    width: 100%;
    height: auto;
    display: block;
}
a:link , a:visited  , a:hover ,a:active, a{
    color:#000;
    text-decoration: none;
}
a.active{
    text-decoration: underline;
}
a[href^="tel"] {
  color: #000; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}


.trigger, .conta{
    cursor: pointer;
}
.home h1{
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
}
h1{
    font-size: 170%;
    font-weight: 300;
    line-height: 1;
    margin: 0 ;
    color: #fff;
}
h2{
    font-size: 110%;
    font-weight: 500;
    line-height: 1;
    margin: 0 ;
    padding: 0;
    padding-bottom: 5px;
}

h3{
    text-transform: uppercase;
    font-size: 125%;
    font-weight: 300;
    line-height: 1.6;
    margin: 0 ;
}
h1, h2, h3, h4, h5, h6 , .projets{
        font-family: 'Galano Grotesque Alt' !important;
}
.navbar li{
    display: inline-block;
}
ul{
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}

/**************************** SECTION ****************************/
.section-full img , .section-full video {
    width:100%;
    height:100%;
    object-fit: cover;
}
.section-text{
    padding: 120px 0;
    text-align: justify;
}
.section-padding-bottom{
    padding-bottom: 120px ;
}

/**************************** HOME ****************************/
.nom-projets{
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
    z-index: 10;
    text-transform: uppercase;
}
.home img , .home video{
    width:100%;
    height:100vh;
    object-fit: cover;
}
.home .section{
    height: 100vh;
}


/**************************** REAL ****************************/
.image-overlay {
  position: relative;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #008CBA;
  overflow: hidden;
  width: 100%;
  height: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.image-overlay:hover .overlay {
  height: 100%;
}
.realisation{
  padding-top: 150px;
}
.realisation .container-fluid{
  max-width: 1400px;
}

.realisation nav a, .realisation nav , .propos nav a, .propos nav{
    color: #000 !important
}
.realisation .realisationne{
    font-weight: 500;
}
.realisation .titre-rea{
    padding-top:10px ;
    text-transform: uppercase;
}

/**************************** PROPOS ****************************/
.propos .container{
    text-align: justify;
}


/**************************** PROJETS ****************************/
.lg-outer .lg-content{
    bottom: 47px !important;
}
.projets .section .titres{
  text-align: center;
}
.projets .section .titres img{
  height: 65px !important;
  width:auto !important;
}


.projets .section .sect-tit{
      padding-bottom: 20px;
      text-transform: uppercase;
}

.projets .fp-tableCell {
 display: flex;
 align-items: center;
 justify-content: center;
}

.projets .section-text{
    padding-bottom: 0;
}

.section_3{
  position: relative;
}

.slick-slide img {
height: 60vh;
width:  auto;
}
.section_3 .ok{
padding: 20vh 0;
}
.slick-slide {
padding: 0 60px;
}

/*.section_3 .ok{
    height: 65%;
    position: relative;
    z-index: 0;
    top: 20%;
}
.slider-project{
  height: 100%;
}
.slider-project div{
    height: 100%;
}
.slick-slide img {

padding: 0 8%;
height: 100%;
width:  100%;
object-fit: contain;
}
.slick-slide div div {
    display: flex !important
}*/



.slide-arrow{
    z-index: 1000 !important;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 70px;
    transition:transform .2s ease-in;
}
.slide-arrow img{
      height: auto;
      width: 100%;
}
.slide-arrow:hover{
transform: scale(1.1);
cursor: pointer;
}
.prev-arrow{
  left: 70px;
}
.next-arrow{
  right: 70px;
}
.slick-arrow.slick-disabled{
  display: none !important;
}

.projets .coco img{
    width: auto;
    height: auto;
}
.projets .coco{
    padding: 150px 1.5rem 0 1.5rem;
    max-width: 990px;
    margin: auto;
}
/**************************** AMENAGEMENT ****************************/
.amenagement .px-md-1{
    padding-bottom: .5rem!important;
}




/*------------------------------------*\
    MENU MOBILE
\*------------------------------------*/
.nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    text-transform: uppercase;
    font-size: 110%;
        font-weight: 300;

}
.nav {
    position: fixed;
    width: auto;
    display: inline-block;
    border: none;
    z-index: 99999;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-color: white;
    text-align: center;
}
.btn-nav {
    background: transparent;
    border: none;
    padding: 10px;
}
.btn-nav:focus {
    outline: 0;
}
.icon-bar {
    display: block;
    margin: 6px 0;
    width: 28px;
    height: 4px;
}
.btn-nav:hover .icon-bar {
    opacity: 0.8s;
}
.nav-content {
    position: fixed;
    top: -100vh;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    display: block;
    height: 100vh;
    z-index: 9;
}
.nav-list {
    list-style: none;
    padding: 0;
    position: absolute;
    top: 50vh;
    right: 0;
    left: 0;
    margin-top: -120px;
}
.nav-list a{
    text-decoration: none !important;
}

.nav-item {
    margin: 1.5rem auto;
    text-align: center;
}
.animated {
    display: block;
    margin: 0 auto;
}
.animated:hover .icon-bar,
.animated:focus .icon-bar{
    background-color: #000;
}
.animated:focus {
        cursor: url('../curse_up.png')16 16, auto;
    z-index: 9999;
}
.middle {
    margin: 0 auto;
}
.icon-bar {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    z-index: 999999;
    background-color: #000;
}
.animated .icon-bar {
    z-index: 999999;
    background-color: #000;
}

.efr.icon-bar {
    background-color: #000 !important;
}
.animated .top {
    -webkit-transform: translateY(10px) rotateZ(45deg);
    -moz-transform: translateY(10px) rotateZ(45deg);
    -ms-transform: translateY(10px) rotateZ(45deg);
    -o-transform: translateY(10px) rotateZ(45deg);
    transform: translateY(10px) rotateZ(45deg);
}
.animated .bottom {
    -webkit-transform: translateY(-11px) rotateZ(-45deg);
    -moz-transform: translateY(-11px) rotateZ(-45deg);
    -ms-transform: translateY(-11px) rotateZ(-45deg);
    -o-transform: translateY(-11px) rotateZ(-45deg);
    transform: translateY(-11px) rotateZ(-45deg);
}
.animated .middle {
    width: 0;
}
@keyframes showNav {
  from {
    top: 100vh;
  }
  to {
    top: 0;
  }
}
@-webkit-keyframes showNav {
  from {
    top: 100vh;
  }
  to {
    top: 0;
  }
}
@-moz-keyframes showNav {
  from {
    top: 100vh;
  }
  to {
    top: 0;
  }
}
@-o-keyframes showNav {
  from {
    top: 100vh;
  }
  to {
    top: 0;
  }
}

.showNav {
  -webkit-animation: showNav 0.7s ease forwards;
  -moz-animation: showNav 0.7s ease forwards;
  -o-animation: showNav 0.7s ease forwards;
  animation: showNav 0.7s ease forwards;
}
@keyframes hideNav {
  from {
    top: 0;
  }
  to {
    top: 100vh;
  }
}
@-webkit-keyframes hideNav {
  from {
    top: 0;
  }
  to {
    top: 100vh;
  }
}
@-moz-keyframes hideNav {
  from {
    top: 0;
  }
  to {
    top: 100vh;
  }
}
@-o-keyframes hideNav {
  from {
    top: 0;
  }
  to {
    top: 100vh;
  }
}
.hideNav {
  -webkit-animation: hideNav 0.7s ease forwards;
  -moz-animation: hideNav 0.7s ease forwards;
  -o-animation: hideNav 0.7s ease forwards;
  animation: hideNav 0.7s ease forwards;
}
.hidden {
  display: none;
}


.whiteco{
    color: #fff !important;
}
.blackco{
    color: #000 !important;
}
.blacktran{
    color: #000 !important;
}
/*.projets .nav-link{
    color: #000 !important;
}*/
/*------------------------------------*\
    MENU DESKTOP
\*------------------------------------*/
 nav{
    z-index: 1000;
    position: fixed !important;
    top: 5px;
    width: 100%;
    font-weight: 500;
    color: #fff;
    -webkit-transition: transform ease-in-out 0.5s;
    -moz-transition:    transform ease-in-out 0.5s;
    -o-transition:      transform ease-in-out 0.5s;
    -ms-transition:     transform ease-in-out 0.5s;
    transition:         transform ease-in-out 0.5s;

    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    transition-delay: 100ms;
    }
.slideUp{
    -webkit-transform: translate(0,-100%);
    -moz-transform: translate(0,-100%);
    -ms-transform: translate(0,-100%);
    -o-transform: translate(0,-100%);
    transform: translate(0,-100%);
}




 nav a{
    color: #fff !important;
}
.home nav a {
color: #000 !important;
}
.home nav {
color: #000 !important;
}
.navbar{
    padding: 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    text-transform: uppercase;
    font-size: 100%;
}

/**************************** LOGO ****************************/
#logo{
  width: 470px;
  height: auto;
}
#logo img{
  width: 100%;
  height: auto;
}


/**************************** FOOTER ****************************/
.footer{
    font-size: 200%;
    padding: 120px 0;
/*    position: fixed;*/
    width: 100%;
/*    bottom: 0;*/
    overflow: hidden;
    transition: all 1s;
    z-index: 20000000;
    text-align: center;
    background-color: #fff;
}

/*.footer.close {
    bottom: -100%;
    transition: all 2s;
}
*/
/**************************** VIDEO ****************************/



.arrow{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    width: 90px;
    margin: auto;
}
.arrow img{
    height: auto !important;
    position: initial !important
}




/**************************** ETUDE VIDEO ****************************/
.etude{
    right: 0;
    position: absolute;
    bottom: 35px;
    z-index: 100;
    width: 90px;
}       
            
            
.etude-in{
    position: absolute;
    top: 40%;
    text-align: center;
    width: 100%;
    left: -1px;
}
  

/**************************** MUTE VIDEO ****************************/

.mute-video{
    width: 50px;
    height: 50px;
    background-size: 100% auto;
    position: absolute;
    bottom: 30px;
    right: 35px;
    z-index: 1000;
    cursor: pointer;
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
}
.sound-on {
/*    background-image: url("../images/SON_ON.png");*/
}
.sound-off{
/*    background-image: url("../images/SON_OFF.png");*/
    display: none;

}
.sound-on img, .sound-off img{
    width: 100%;
    height: auto;
}
.video_section a{
    z-index: 0;
}


/**************************** PRELOADER ****************************/
#preloader{
    background-color: #fff;
    height: 100%;
    width:100%;
    position: fixed;
    right: 0;
    left: 0;
    top:0;
    z-index: 999990;
}
#preloader .container-fluid{
    height:100%;
    position:relative
}
/* #preloader .image-contain{
    background-image:url(../images/logo_preload.png);
    height:100%;
    position:relative;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    width:100%;
    text-align: center;
}
#preloader img{
    margin: auto;
    width:38px;
    height:38px;
    top: 53%;
    position: relative;
    opacity: 0.1;
} */


.mobile{
    display: none;
}
.desktop-flex{
    display: flex;
}
.desktop{
    display: block;
}

/**************************** RESPONSIVE ****************************/

@media screen and (orientation: portrait) and (max-width: 991px) {
    .home .middle video , .projets .h-100  video{
        object-fit: contain !important;
    }
    .projets .section-full.h-100  {
        height: auto !important;
    }
    .projets .mute-video{
        top: 15px;
        right: 15px;
        bottom: unset;
    }
    .projets .nom-projets{
    bottom: 20px;
    }
    .projets h1{
        font-size: 140%;
    }

    .arr{
        display: none;
    }
}

@media screen and (max-width: 991px) {
.etude{
width: 65px;
font-size: 80%;
}   
.mobile{
display: block;
}
.desktop-flex{
display: none;
}
.desktop{
display: none;
}
#logo {
width: 160px;
margin-top: 5px !important;
}
.mute-video{
width: 30px;
height: 30px;
right: 30px;
bottom: 75px;
}
/* .projets .mute-video{
  bottom: 25px;
}
.projets .section-full {
  height: calc(100vh - 56px) !important
  } */
.slide-arrow{
width: 50px;
}
.next-arrow {
right: 30px;
}
.prev-arrow {
left: 30px;
}
.slick-slide div{
width: 85vw;
}
.slick-slide img {
height: 45vh;
width: 100%;
object-fit: contain;
}
.section_3 .ok {
padding: 120px 0;
}
.nom-projets {
  bottom: 75px;
  }
}



@media screen and (max-width: 790px) {
  .slide-arrow{
    width: 30px;
  }
  .next-arrow {
    right: 10px;
  }
  .prev-arrow {
    left: 10px;
  } 
}
@media screen and (max-width: 1100px) {

    
}

/* Transition */

#page-transition-overlay {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    background-color: #f9f9f9 ;
    z-index: 1000000;
    overflow: hidden;
}

/* #loader {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #DDDDDD;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
} */

.image-contain{
    background-image:url(https://www.lazard-developpement.fr/images/logo_preload.gif);
    height:100%;
    position:relative;
    background-size:80px auto;
    background-position:center center;
    background-repeat:no-repeat;
    width:100%;
    text-align: center;
    mix-blend-mode: darken;
}

.section-full{
    position: relative;
}</pre></body></html>