
body{
      background: url(/images/banners/paris.jpg) no-repeat fixed left bottom #f3f3f4 !important;
      background-size: 460% auto !important;
      color: #000000 !important;
        display: flex; 
      flex-direction: column;
      margin: 0;
      min-height: 100vh;
  }



body:before{
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    background :url(/images/banners/float.png) no-repeat top right transparent !important;
    background-size: auto 100% !important;
    height: 63vw;
    width: 100vh;
    pointer-events: none;
}

@media screen and (min-width: 768px){
  body{
      background-size: 100% auto !important;
  }
  body:before{
    height: 25vw;
  }
}

/*@supports (-webkit-touch-callout: none) {
  body {
      background: url(/images/banners/paris.jpg) no-repeat 85% 0px scroll;
      background-size: auto 100vh;
  }
}*/

.brand-logo{position: relative !important}
.brand-logo img {
    height: 150px;
    display: block !important;
}
.brand-logo:before{
    content: "";
    background: url(/images/banners/logobkg.png) no-repeat 50% 50% transparent;
    background-size: contain;
    pointer-events: none;
    position: absolute;
    top: 0%;
    bottom: 0;
    right: 0;
    left: -24vw;
    height: 210px;
    display: block;
    z-index: 99;
    width: 48vw;
}



@media screen and (min-width: 768px){

    @supports (display:grid) {
        .site-grid {
            grid-gap: 0 0em;
            width: 978px;
            margin: 0 auto;
        }
    }

@media (min-width: 992px){
  .container-header .mod-menu>li+li {
      margin-left: 0.2em;
  }
}

  body{
    background: url(/images/banners/paris.jpg) no-repeat fixed left bottom #f3f3f4 !important;
    background-size: 100% auto !important;
  }
  .brand-logo img{
    height: 170px;
    display: block !important;
  }

}

.sp-page-builder .page-content > section:first-child{
  padding-top: 1rem !important;
}
.sp-page-builder .page-content > section{
  padding-bottom: 0 !important;
}

.sp-page-builder .page-content > section:first-child{
  padding-top: 0 !important;
}



.sppb-row-container{
    padding: 2rem !important;
    border-radius: .25rem;
    background: rgba(255,255,255,0.75);
    box-shadow: 0 12px 30px rgb(0 0 0 / 20%);
}

.sp-pagebuilder-edit-panel{
  background-color: #eff1f4 !important;
}

header{
  padding: 1rem 0rem 0rem;
  background: transparent !important;
  font-family: 'font', sans-serif !important;
  text-align: center;
}

header .grid-child.container-nav{
  padding:2rem 0 0 0 !important;
}

    header .grid-child{
        margin-left: auto;
        margin-right: auto;
        max-width: 978px;
        width: 100%;
    }

main{
/*  padding: 2rem;
  background: rgba(255,255,255,.8) !important;
  box-shadow: 0 3px 30px 0 rgba(0,0,0,.15);*/

  padding-left: 0rem;
  padding-right: 0rem;
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
/*    border-radius: .25rem;*/
}

main p{
  font-size: 1.1em;
}
footer.footer{
  background: rgba(0,0,0,.25);
  color: #FFFFFF;
  padding-left: 1rem;
  padding-right: 1rem;
}
.footer .grid-child{
  padding: 1rem .5rem;
}

.footer .grid-child p:last-child{
  margin-bottom: 0;
}
.navbar-brand{
  margin: 0 auto .5rem auto !important;
}

.container-header .mod-menu>li{
  padding: .75rem 1rem;
  border-radius: .25rem;
}
.mod-menu.mod-list.nav li{
  box-shadow: none;
}
.mod-menu.mod-list.nav li:hover{
  box-shadow: inset 0 -2px  0 0 #89939d;

  border-radius: 0;
}
.mod-menu.mod-list.nav li a {
  color: #425351;
  font-weight: bolder;
}
header .grid-child.container-nav{
  overflow: auto;
}
.page-header h1{
  color: #425351;
  display: none;
}
.container-header .grid-child {
    padding: 1em;
}
.container-header .mod-menu>li.active{
  background: #89939d;
}
.container-header .mod-menu>li.active a{
  color: #ffffff;
}
.container-header .mod-menu>li.active:after{
  border: 0;
}

main h1{font-size: calc(1.3rem + .6vw) !important;}
main h2{font-size: calc(1.2rem + .6vw) !important;}
main h3{font-size: calc(1.1rem + .6vw) !important;}
main h4, main h5, main h6{font-size: calc(1rem + .6vw) !important;}


