﻿/* %%% TITRE %%% */

/* Mise en forme titre */
.privacyDivContainer {
    width: 100%;
    min-width: 1240px;
}

.privacyDivTitle {
    margin-left: auto;
    margin-right: auto;
    height: 180px;
    background-image: linear-gradient(#34A4E3, #48A8D8);
    text-align: center;
    padding-top: 140px;
}

.privacyLabelTitle {
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-size: 32px;
    font-weight: bold;
}

.privacyLabelSubtitle {
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-size: 16px;
}

/* %%% CONTENU %%% */

.privacyDivContainer {
    width: 100%;
    min-width: 1240px;
}

.privacyDivContent {
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    width: 1200px;
    height: 4200px;
}

/* Mise en forme date effective */
.privacyDivDate {
    padding: 15px;
    background-color: lightgray;
    font-family: 'Open Sans', sans-serif;
    color: #494949;
    font-size: 12px;
}

/* Mise en forme titres */
.privacyDivSubTitle {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #494949;
    font-weight: bold;
    font-size: 18px;
}

/* Mise en formes des titres à puces */
.privacyDivSubSubTitle {
    padding-top: 15px;
    padding-left: 30px;
    padding-bottom: 15px;
    text-decoration: underline;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    color: #494949;
    font-size: 16px;
}

/* Mise en forme des textes */
.privacyDivText {
    text-align: justify;
    padding: 10px 50px 10px 50px;
    font-family: 'Open Sans', sans-serif;
    color: #494949;
    font-size: 14px;
}

/* Mise en forme texte à puces */
.privacyListStyle{
    list-style-type:none;
    line-height: 25px;
}

    .privacyListStyle li:before {
        content: '- ';
    }