/*
 * Feuille de style des cgu
 */

* {
    font-family: 'Roboto', sans-serif;
}

html,
body,
#popup-cgu {
  height: 100%;
}

body {
  margin: 0;
}

button,
.link {
  cursor: pointer;
}

#popup-cgu {
  background-color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
  color: #333;
  -webkit-overflow-scrolling: touch;
}

.footer {
  padding: 20px;
  text-align: center;
  font-size: 16px;
  background-color: #fff;
  position: relative;
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.05);
}

.barre-progression {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.barre-progression,
.barre-progression-inner {
  height: 5px;
}

.barre-progression-inner {
  width: 0;
  min-width: 5px;
    background-color: #8D8F9A;
}

button {
  outline: none;
  border: medium none;
  background-color: transparent;
}

#cgu-scroll {
    flex: 1;
    font-size: 16px;
    overflow: auto;
    background: white;
}

.cgu-contenu {
  background: #fff;
  margin: 0 auto;
  padding: 10px 20px 50px 20px;
  max-width: 810px;
  text-align: left;
  font-weight: 300;
}

.cgu-contenu h1,
.cgu-contenu h2,
.cgu-contenu h3 {
  font-weight: 300;
  text-transform: uppercase;
}

.cgu-contenu h1 {
  font-size: 24px;
  margin-bottom: 40px;
}

.cgu-contenu h2 {
  font-size: 21px;
  margin-top: 40px;
}

.cgu-contenu h3 {
  font-size: 19px;
}

.cgu-contenu ul {
  list-style-type: none;
  padding-left: 0px;
}

.cgu-contenu ul li:before {
  content: "-";
  font-size: 16px;
  margin: 0 5px 0 10px;
}

.cgu-contenu p + ul,
.nomargintop {
  margin-top: -1em;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.acceptation-cgu {
    margin: 10px 0;
}

.acceptation-cgu label {
  cursor: pointer;
}

.waves-effect {
  transition: all 0.3s ease-out 0s;
}
.needed{
    color: red;
}

button.mat-button {
  height: 43px;
  border-radius: 22px;
  margin: 2px;
  background: #f88f02;
  box-shadow: 0 3px 6px rgba(249, 146, 2, 0.5);
  color: #fff;
  padding: 0 20px;
}

button.mat-button span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hvs-call {
    box-sizing: border-box;
    min-width: 90px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    background: #a4a4a4;
    border: 0;
    border-radius: 6px;
    opacity: 1;
    box-shadow: none;
    text-align: left;
    font-weight: 700;
    letter-spacing: 0;
    color: #eee;
    padding: 9px 20px;
    margin: 15px auto;
    text-decoration: none;
    display: inline-block;
}

.hvs-call:disabled {
  opacity: 0.5;
  cursor: default;
}

.hvs-call:not(:disabled):hover {
    background: #5b5c67;
}

.hvs-fab {
  padding: 0;
  min-width: 32px;
}

.fab {
  display: none;
}

.nowrap {
  white-space: nowrap;
}

img.logo {
  max-width: 400px;
  max-height: 150px;
}

span.indent {
  display: block;
  margin-left: 20px;
}

span.indent > span.indent {
  margin-left: 40px;
}

p.indent {
  text-indent: -20px;
}

.footer {
    background-color: #DFDFE2;
}

@media (max-width: 767px) {
  .footer {
    padding: 10px;
    font-size: 14px;
  }
}

@media (max-width: 1439px) {
  .fab {
    display: inline-flex;
    position: absolute;
    top: -50px;
    right: 20px;
  }
}
