#cgv-div {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    /*filter: drop-shadow(0px 0px 10px #ababab);*/
}

#cgv-content {
    width: 70%;
    height: auto;
    margin: 0 auto;
    margin-top: 1em;
    padding: 20px;
}

@media (max-width: 600px) {
    #cgv-content {
        width: 95%;
        padding: 20px 0;
        min-width: 300px;
    }

    .cgv-title {
        font-size: 24px;
        margin-bottom: 0px;
    }
}

.cgv-texts {
    width: auto;
    height: auto;
    background-color: #fdfdfd;
    padding: 0 10% 5% 10%;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.cgv-title {
    font-weight: bold;
    margin-bottom: 50px;
}

.blue-cabri {
    color: #5494a4;
}

.cgv-subtitle {
    font-weight: bold;
    font-size: 20px;
    padding: 20px 0px;
}

.cgv-para {
    text-align: justify;
    margin-top: 0;
    margin-bottom: 1rem;
}

.cgv-separator {
    width: 90%;
    height: 1px;
    border-bottom: 4px dotted grey;
    margin: 4px auto;
}

.blue-text-cabri {
    color: #273762;
}

.gar {
    border: 1px #c3d6e0 solid;
    padding: 1rem;
    background: rgba(195,214,224,0.07);
    border-radius: 30px;
}

.cgv-sign {
    float: right;
    font-weight: bold;
    font-size: 15px;
    color: #666666;
    margin: 20px 60px 20px 0;
}

.label {
    font-weight: bold;
}

.browse-button {
    background-color: #5494a4;
    color: #ffffff;
    cursor: pointer;
}

.browse-button:hover {
    background-color: #82aab4;
    color: #ffffff;
    cursor: pointer;
}

.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.mr-auto, .mx-auto {
    margin-right: auto!important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}
.mt-4, .my-4 {
    margin-top: 1.5rem!important;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}