
.section{
  background-size: cover;
  background-position: center;
  text-align: center;
  color:white;
}
h1{
  font-size: 3em;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  margin:0px 0px 0px 0px;
}
#contener-logo{
  margin:auto;
}
.logo-praxis{
  width:400px;
  opacity: 1;
}
.sousTitre{
  font-size: 1.8em;
  font-weight: 600;
  text-align: center;
  margin-top: 100px;
  padding:0px 40px;
}
.slogant{
  width:45%;
  padding:20px 0px;
  font-weight: 200;
  font-size: 1.2em;
  text-align: center;
  margin: auto;
}
.textCol{
  font-weight: 200;
  font-size: 1.2em;
  padding:20px 80px;
}
.slide-text{
  width:40%;
  font-weight: 200;
  font-size: 1.2em;
  text-align: left;
  margin: auto;
}
.cont-vid{
  position: relative;
  width: 80%;
  overflow: hidden;
  padding-top: 46.25%;
  margin:auto;
  margin-top: 40px;
}

.vid{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
#cont-slide{
  width:70%;
  margin: auto;
  margin-top:100px;
}

.cont-img-slide{
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.slide-img{
  width:40%;
  height:auto;
}

span{
  font-weight: 400;
}

.cont-vertical{
  display: table-cell;
  vertical-align: middle;
}
.layer{
  position: absolute;
  z-index: 4;
width: 100%;
left: 0;
top: 43%;

}
#section1{
  background-image: url(../img/praxis/praxis-01.jpg);

}
#section2{
  background-image: url(../img/praxis/praxis-02.jpg);
}
#section3{
  background-image: url(../img/praxis/praxis-03.jpg);
  /* background-repeat: repeat-x; */
}
#section3 h1{
  color:black;
}
#section4{
  background-image: url(../img/praxis/praxis-06.jpg);
}
#section5{
  background-image: url(../img/praxis/praxis-05.jpg);
}
#section6{
  background-image: url(../img/praxis/praxis-06.jpg);
}
#section7{
  background-image: url(../img/praxis/praxis-07.jpg);

}
#section8{
  background-image: url(../img/praxis/praxis-08.jpg);
}
#section1 h1{
  padding:0;
  position: relative;
}


@media screen and (max-width: 62rem) {
  .section{
    line-height: 1.2em;
  }
  .logo-praxis{
    width:230px;
  }
  h1{
    font-size:1.2em;
    margin-top:90px;
    padding:10px;
  }
  .sousTitre{
    margin-top:10px;
    font-size:1.2em;
  }
  .textCol{
    padding:20px 10px;
  }
  .slogant{
    width:90%;
  }
  #fp-nav{
    display: none;
    opacity: 0;
  }
}
