.cgu {
  position :fixed;
  float:left;
  left:0;
  top:0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,169,157,0.5);//z-bleu
}

.text-cgu {
  position: fixed;
  width: 80vw;
  left: 10vw;
  height: 90vh;
  top:5vh;
  overflow-y:auto;
  background-color: rgba(241,90,36,1);//z-orange
  border-radius:3%;
  padding-top: 2.5vh;
  padding-bottom: 2vh;
}

.center-btn-cgu {
  background-color: rgba(241,90,36,1);//z-orange
  width:80vw;
  height:5vmax;
  text-align: center;
  position: relative;
  padding-bottom: 2vh;
}

#close-cgu {
  position: relative;
  background-color: rgba(0,169,157,0.5);//z-bleu
}

.corps-cgu {
  width: 94%;
  margin-left: 3%;
  position: relative;
}

.corps-cgu p {
  text-indent: 1vw;
  text-align: justify;
}

.corps-cgu ul li {
    text-align: left;
}

.corps-cgu h1 {
  text-align: center;
}
