/* ================================================
   CONDITIONS GÉNÉRALES
   ================================================ */

.cgv-hero {
  width:100%;
  padding:100px 60px 60px 60px;
  border-bottom:1px solid #111;
  text-align:center;
}

.cgv-hero-label {
  font-size:16px;
  font-weight:700;
  letter-spacing:5px;
  text-transform:uppercase;
  color:#ffe600;
  margin-bottom:20px;
}

.cgv-hero-title {
  font-size:100px;
  font-weight:900;
  line-height:0.95;
  text-transform:uppercase;
  color:#fff;
  letter-spacing:-2px;
}

.cgv-intro {
  max-width:860px;
  margin:60px auto 0 auto;
  padding:0 60px;
  text-align:center;
}

.cgv-intro p {
  font-size:17px;
  font-weight:300;
  color:rgba(255,255,255,0.7);
  line-height:1.9;
  letter-spacing:0.3px;
  font-style:italic;
}

.cgv-content {
  max-width:860px;
  margin:0 auto;
  padding:60px 60px 80px 60px;
}

.cgv-block {
  margin-bottom:50px;
  border-bottom:1px solid rgba(255,255,255,0.06);
  padding-bottom:50px;
}

.cgv-block:last-child { border-bottom:none; }

.cgv-block h2 {
  font-size:16px;
  font-weight:700;
  letter-spacing:4px;
  text-transform:uppercase;
  color:#ffe600;
  margin-bottom:18px;
}

.cgv-block p {
  font-size:16px;
  font-weight:300;
  color:rgba(255,255,255,0.75);
  line-height:1.9;
  letter-spacing:0.3px;
  margin-bottom:12px;
}

.cgv-block p:last-child { margin-bottom:0; }

.cgv-block ul {
  list-style:none;
  margin-top:8px;
}

.cgv-block ul li {
  font-size:16px;
  font-weight:300;
  color:rgba(255,255,255,0.75);
  line-height:1.9;
  padding-left:20px;
  position:relative;
}

.cgv-block ul li::before {
  content:'—';
  position:absolute;
  left:0;
  color:#ffe600;
}

.cgv-version {
  text-align:center;
  padding:40px 60px 60px 60px;
  border-top:1px solid rgba(255,255,255,0.08);
}

.cgv-version p {
  font-size:13px;
  font-weight:300;
  color:rgba(255,255,255,0.3);
  letter-spacing:2px;
}

/* Responsive */
@media(max-width:900px) {
  .cgv-hero { padding:60px 25px 40px 25px; }
  .cgv-hero-title { font-size:48px; }
  .cgv-content { padding:40px 25px 60px 25px; }
}
