div.container-page-cgv div.nav button {
    color: #403234;
    border: 1px solid #fff;
    font-size: 1.5em;
}

div.container-page-cgv div.info {
    border: 1px solid #fff;
    margin-bottom: 3vw;
    padding: 20px;
}

div.container-page-cgv div.info a,
div.container-page-cgv div.info a:active,
div.container-page-cgv div.info a:visited {
    text-decoration: none !important;
}

div.container-page-cgv div.info a:hover {
    text-decoration: underline !important;
    font-weight: normal !important;
}

div.container-page-cgv h2 {
    font-family: 'Gabriela';
    font-size: 2em;
    margin: 80px 0 15px 0;
}

div.container-page-cgv .important {
    font-weight: bold;
}

div.container-page-cgv .italic {
    font-style: italic;
}

div.container-page-cgv .update-cgv {
    margin-top: 4em !important;
    text-align: right !important;
    font-size: 1em !important;
}

div.container-page-cgv p.pres {
    font-size: 1.2em !important;
}

div.container-page-cgv p.center {
    text-align: center;
}

div.container-page-cgv span.frac {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
  }
  div.container-page-cgv span.frac > sup, span.frac > sub {
    display: block;
    font: inherit;
    padding: 0 0.3em;
  }
  div.container-page-cgv span.frac > sup {border-bottom: 0.08em solid;}
  div.container-page-cgv span.frac > span {display: none;}

/* ***************************
    MOBILE
*************************** */

@media (max-width: 991px) {
    span.nav-cgv-title {
        font-size: 0.8em;
    }
}

