/* Page vie privée */

.plainText *{
    color: #6a6a6a;
    font-weight: 300;
    /*margin-top: 40px*/ /* TEST CGU */
}

    .plainText strong{
        font-weight: 400;
    }

.plainText p, .plainText li{
    font-size: 15px;
    margin-bottom: 20px;
    text-align: justify;
    line-height: 160%;
    text-align: center; /* TEST CGU */
}

.plainGroup{
    margin-bottom: 25px;
}

.plainText h1{
    font-size: 22px;
    margin-bottom: 11px;
    margin-top: 40px;  /* TEST CGU */
}

    .plainText h2{
        margin-bottom: 10px;
        font-size: 17px;
        line-height: 130%;
    }

.plainText ul li {
    font-size: 15px;
    list-style-type: disc;
    color: #b6bc37 !important;
    margin-bottom: 12px;
    text-align: justify;
    margin-left: 15px;
}

    .plainText ul li span {
        color: #6a6a6a !important;
    }

/* Mediaqueries */
@media only screen and (max-width: 1000px){
    html{
        overflow-x: hidden;
        overflow-y: auto;
    }
    .plainText h2{
        margin-bottom: 8px;
    }
}

/* smartphone */
@media only screen and (max-width: 600px){


    .centerBlock {width: 90%; padding: 0px;}


    .plainText h1{
        font-size: 18px;
        margin-bottom: 0px;
        margin-top: 40px;
        text-align: center;
    }

    .tosDoc {margin-bottom: 10px;}

    .buttonCheck {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .buttonCheck .correctedLabelTos {font-size: 13px; top: 0px;}

}