.scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}
a.scroll-down {
    color: #969494;
    font-size: 14px;
    text-transform: uppercase;
    z-index: 33;
    writing-mode: vertical-rl;
    letter-spacing: 5px;
    text-orientation: mixed;
    padding-left: 33px;
}
.scroll-down {
  position: absolute;
  bottom:20px;
  left:50%;
  margin: 0 auto;
  display: block;
  z-index: 2;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  transform: scale(1);
}
.scroll-down:before {
    content:url('/Files/App_002/Images/scroll.png');
    position: absolute;
    left:0;
    margin:0 auto;
    bottom: 245px;
 }
.scroll-down:after {
    content: "";
    position: absolute;
    width: 3px;
    height:235px;
    background: #737373;
    bottom: 0;
    left: 9px;
    margin:0 auto;
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.scroll-bloc {position: relative;}

.text-scroll {
    z-index: 33;
    position: absolute;
    font-size: 14px;
    color: #969494;
    letter-spacing: 4px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    text-transform: uppercase;
    bottom: 185px;
    right: 0px;
    left: 100px;
    display: flex;
    justify-content: unset;
    align-items: center;
}
.pdd-0 {
    padding: 0;
}
.baniere{
    position: relative;
    overflow: hidden;
}
.services{
    position: relative;
    overflow: hidden;
    z-index: 33;
    margin-bottom: 45px;
}
.float {
    position: absolute;
    top: 116px;
    right: -115px;
    width: 50%;
}
.services:before {
    position: absolute;
    content: "S";
    font-family: 'Avenir LT Std';
    opacity: 0.2;
    left: -95px;
    font-size: 1000px;
    z-index:33;
    width: 100%;
    top: -113px;
    color: #e6e6e6;
}
.services:after{
  position: absolute;
  content:"ervices";
  font-family: 'Lato', sans-serif;
  opacity:0.2;
  font-size: 312px;
  z-index: 1;
  left: 70px;
  letter-spacing: 30px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  bottom: 170px;
  color: #e6e6e6;
}
.bloc-title-section-values {
    text-align: center;
    z-index: 33;
    padding-bottom: 40px;
}
.link-ser {
    color: #0072c6;
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: underline;
    letter-spacing: 4px;
    font-weight: bold;
}
.p-values {
    text-align: center;
    margin-bottom: 90px;
    color: #90a2af;
    font-size: 15px;
}
.flex-link {
    display: flex;
    justify-content: center;
}
.second-title-services {
    text-align: center;
    color: #ffffff;
    font-size: 30px;
}
.p-services {
    text-align: center;
    margin-bottom: 60px;
}
.second-title-services {
    text-align: center;
    color: #ffffff;
    font-size: 25px;
    margin-bottom: 50px;
    margin-top: 18px;
}
.icone-border {
    border: 2px solid #fff;
    padding: 35px 35px;
    display: block;
    font-size: 60px;
    color: #fff;
}
.second-title {
    font-size: 17px;
    text-align: center;
    font-family: 'Avenir LT Std';
    text-transform: uppercase;
    margin: 40px 0;
    font-weight: 900;
}
.item-values {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: transparent;
}
 .title-nouveautes {
    font-size: 60px;
    color: #000;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Avenir LT Std';
    letter-spacing: 20px;
    font-weight: 900;
}

.title-realisee {
    font-size: 60px;
    color: #000;
    display: block;
    text-transform: uppercase;
    font-family: 'Avenir LT Std';
    letter-spacing: 20px;
    font-weight: 900;
    line-height: 80px;
}
.tit-promo {
    color: #333333;
}
 .top {
    color: #0072c6;
}
.top-block {
    display: block;
    color: #0072c6;
    padding-right: 0;
}
.box-title {
  position: relative;
  margin-bottom: 118px;
  margin-top: 80px;
}
.content {
    position: relative;
    z-index: 33;
    width: 80%;
    margin: 0 auto;
}
.presentation{
    position: relative;
    overflow: hidden;
}
.box-pre-2 {
    background: #0072c6;
    padding: 0;
    -moz-transform: translate(30px, 60px);
    -webkit-transform: translate(30px, 60px);
    -o-transform: translate(30px, 60px);
    -ms-transform: translate(30px, 60px);
    transform: translate(30px, -60px);
    z-index: 2;
}
.box-pre-1 {
    padding: 0;
    position:relative;
    -moz-transform: translate(-30px, -120px);
    -webkit-transform: translate(-30px, -120px);
    -o-transform: translate(-30px, -120px);
    -ms-transform: translate(-30px, -120px);
    transform: translate(-30px, 60px);
    z-index: 1;
}
.box-pre-3 {
    background: #a4b5c2;
    padding: 0;
    z-index: 2;
    -moz-transform: translate(-30px, -120px);
    -webkit-transform: translate(-30px, -120px);
    -o-transform: translate(-30px, -120px);
    -ms-transform: translate(-30px, -120px);
    transform: translate(-30px, -120px);
}
.box-pre-4 {
    padding: 0;
    position:relative;
    -moz-transform: translate(30px, 60px);
    -webkit-transform: translate(30px, 60px);
    -o-transform: translate(30px, 60px);
    -ms-transform: translate(30px, 60px);
    transform: translate(30px, 60px);
}

.box-pre-2:before {
    content:"";
    position: absolute;
    left: 90%;
    bottom: -40px;
    margin: auto;
    display: flex;
    align-items: center;
    background: url('/Files/App_002/Images/bg-meuble.png') center center no-repeat;
    width: 861px;
    height: 478px;
    z-index: 2;
    background-size: 100%;
 }

.two {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 97px 112px 97px 112px;
}
.three {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 195px 90px 200px 90px;
}

.title-pre {
    font-size: 82px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Avenir LT Std';
    letter-spacing: 6px;
    padding: 55px 0;
    line-height: 1.2;
    font-weight: 900;
}
.title-pre-2 {
    font-size: 60px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Avenir LT Std';
    letter-spacing: 6px;
    padding: 55px 0;
    line-height: 1.8;
    font-weight: 900;
}
.pre-p {
    color: #dbdbdb;
    font-size: 15px;
    text-align: center;
    padding: 0 90px;
}
.pre-p-2 {
    line-height: 1.8;
    color: #fff;
    font-size: 15px;
    text-align: center;
}
.centred {
    padding-top: 60px;
}
.link-pre {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 2px;
}
.log-blanc {
    max-width: 130px;
}
.img-pre {
  width: auto;
}
.link-pre:hover {
    color: #333333;
}
.projet-realise {
    position: relative;
    overflow: hidden;
    z-index: 33;
    background: url(/Files/App_002/Images/realisation-bg.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 900px 945px;
}
.projet-realise:before {
    position: absolute;
    content: "P";
    font-family: 'Avenir LT Std';
    font-weight:bold;
    left: 0;
    font-size: 1000px;
    color: #f6f6f6;
    top: 0;
    z-index: -1;
}
.projet-realise:after{
   position: absolute;
   content: "R";
   font-family: 'Avenir LT Std';
   font-weight:bold;
   right: 0;
   font-size: 1000px;
   bottom: 0;
   color: #f6f6f6;
   z-index: -1;
}
.realisee {
    width: 70%;
    position: relative;
    margin: 80px auto;
}      
.presentation {
    position: relative;
    overflow: hidden;
}
.mr-top {
    margin-top: 45px;
    padding-bottom: 76px;
}
.projet-cours {
    position: relative;
    overflow: hidden;
    margin: 85px auto 0px auto;
    padding: 0 30px;
}
.title-realisee .top{
   display:block;   
}

.presentation-deux{
    position: relative;
    overflow: hidden;
    margin-top: 50px;
    padding:;
}
.title-nouveautes.left {
    text-align: left;
}
.parag {
    font-size: 15px;
    color: #90a2af;
    margin-top: 45px;
}
.float .parag {
    margin-top: 35px;
}
.center {
    text-align: center;
}
.bloc-image-pre:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(74, 74, 74, 0.40);
} 
.bloc-image-pre {
    height: 790px;
    overflow: hidden;
}

@media screen and (max-width:1600px) {
.p-values {
    margin-bottom: 80px;
    font-size: 13px;
}
.scroll-down:before {
    left:0;
    margin:0 auto;
    bottom: 130px;
 }
.scroll-down:after {
    width: 3px;
    height: 120px;
    bottom: 0;
    left: 9px;
}
.scroll-bloc {
  position: relative;
 }
.text-scroll {
  bottom: 70px;
}
}


@media screen and (max-width:1440px) {
.title-pre {
    font-size: 62px;
}
.two {
    padding: 125px 50px 100px 50px;
}
.title-pre-2 {
    font-size: 40px;
    line-height: 1.5;
}
.three {
  padding: 180px 70px 180px 70px;
}
.box-pre-2:before {
    left: 75%;
    bottom: -7%;
    background-size: 70%;
}
.box-pre-3 {
    -moz-transform: translate(-30px, -120px);
    -webkit-transform: translate(-30px, -120px);
    -o-transform: translate(-30px, -120px);
    -ms-transform: translate(-30px, -120px);
    transform: translate(-30px, -18px);
}
}


@media screen and (max-width:1280px) {
.box-pre-2:before {
    left: 70%;
    bottom: -10%;
    background-size: 73%;
}
.title-pre {
    font-size: 50px;
}
.two {
    padding: 150px 40px 100px 40px;
}
.text-scroll {
    bottom: 18px;
    font-size: 12px;
    letter-spacing: 2px;
}
.scroll-down:before {
    bottom: 36px;
}
.scroll-down:after {
    width: 3px;
    height: 22px;
    bottom: 0;
}
.title-realisee {
    font-size: 50px;
    letter-spacing: 15px;
}
}
@media screen and (max-width:1200px) {
  .box-pre-2:before {
    left: 62%;
    bottom: -10%;
    background-size: 70%;
}
.pre-p {
    font-size: 14px;
    padding: 0 70px;
}
.realisee {
    width: 80%;
}

}
@media screen and (max-width:1024px) {
  .box-pre-2:before {
    left: 45%;
    bottom: -12%;
    background-size: 60%;
}
.float {
    top: 60px;
    right: -45px;
    width: 50%;
}
.title-pre {
    font-size: 40px;
}
.two {
    padding: 150px 40px 100px 40px;
}
.p-values {
    font-size: 12px;
    margin-bottom:80px;
}
.second-title {
    font-size:15px;
    margin: 20px 0;
}
.title-nouveautes {
    font-size: 50px;
}
.box-title {
    margin-bottom: 80px;
    margin-top: 40px;
}
.title-realisee {
    font-size: 48px;
}
.float .parag {
    margin-top:25px;
}
.parag {
    font-size:13px;
}
.title-pre-2 {
    font-size: 27px;
    line-height: 1.5;
}
.pre-p-2 {
    font-size: 13px;
}

}
@media screen and (max-width:991px) {
a.scroll-down {
   display:none;
}
.box-pre-2:before {
display:none;
}
.box-pre-2 {
 transform:none;
}
.box-pre-1 {
 transform:none;
}
.presentation {
    padding: 0 18px;
}
.bloc-image-pre {
    height: 518px;
}
.img-pre {
    width: auto;
    height: auto;
}
.p-values {
    margin-bottom:20px;
}
.title-nouveautes {
    font-size: 50px;
    letter-spacing: 15px;
}
.box-title {
    margin-bottom: 40px;
    margin-top: 35px;
}
.centred {
    padding-top: 40px;
}
.float {
  position: inherit;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
}
.title-realisee {
  font-size: 50px;
  letter-spacing: 15px;
  line-height: 60px;
  text-align: center;
}
.realisee {
    width:100%;
    padding: 0 45px;
}
.parag {
    font-size:15px;
}
.projet-realise {
    margin: 45px auto;
}
.mr-top {
    margin-top:5px;
}
.projet-cours {
    margin:60px auto 0px auto;
    padding:0 18px;
}
.presentation-deux {
    padding: 0 18px;
}
.box-pre-3 {
    transform:none;
}
.box-pre-4 {
    transform:none;
    order: 2;
}
.prensentation-bloc {
    display: flex;
    flex-direction: column;
}
.three {
    padding: 50px 20px 20px 20px;
}

}

@media screen and (max-width:500px) {
.presentation {
    padding: 0 15px;
}
.two {
    padding: 30px 20px;
}
.title-pre {
    font-size: 22px;
    padding: 44px 0;
}
.pre-p {
    font-size: 13px;
    padding:0 18px;
}
.title-nouveautes {
    font-size: 25px;
    letter-spacing: 6px;
}
.box-title {
    margin-bottom: 40px;
    margin-top: 35px;
}
.title-realisee {
    font-size:30px;
    letter-spacing: 6px;
    line-height: 1.5;
}
.parag {
    font-size: 14px;
    line-height: 1.8;
}
.img-pre {
    height:100%;
}
.title-pre-2 {
    font-size: 14px;
    line-height: 1.8;
    padding: 0;
    white-space: pre-line;
}
}
