﻿/* %%% TITRE %%% */

/* Mise en forme titre */
.termsDivContainer {
    width: 100%;
    min-width: 1240px;
}

.termsDivTitle {
    margin-left: auto;
    margin-right: auto;
    height: 180px;
    background-image: linear-gradient(#34A4E3, #48A8D8);
    text-align: center;
    padding-top: 140px;
}

.termsLabelTitle {
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-size: 32px;
    font-weight: bold;
}

.termsLabelSubtitle {
    margin-right: auto;
    margin-left: auto;
    width: 600px;
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-size: 16px;
}
