/* Page: CGU
=================================================================== */
.cgu {  
  margin-top:30px ; 
  margin-bottom: 90px;
  padding: 25px 30px;
  background: #f5f5f5;
  color: #000;
  overflow: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.15);
  
  border-radius: 10px;
  left: 30%;
  margin-left: -180px;
  position: relative;
  text-align: left;
  width : 70%;
  z-index: 3;
  
  
}
.cgu h1 {
 font-weight: bold;    
 text-align: center;
 color: rgb(50, 124, 205);
 } 
 .cgu h2 {
 font-weight: bold;
 text-align: justify;
 color: rgb(50, 124, 205);
 } 
.cgu a {
    color: #6B85CD;
}