/*============================================================================================*/
/* 1.  SITE STRUCTURE and TYPOGRAPHY */
/*============================================================================================*/

/*-------- 1.1 Typography --------*/
/* rem reference
10px = 0.625rem
12px = 0.75rem
14px = 0.875rem
16px = 1rem (base)
18px = 1.125rem
20px = 1.25rem
24px = 1.5rem
30px = 1.875rem
32px = 2rem
*/

/**new Style*/
.ctnFondVert {
    padding: 20px 0;
    background: #43A047B8;
}

@media screen and (max-width: 769px) {
    .ctnFondVert {
        padding: 20px 20px;
    }
}


@media screen and (min-width: 1720px) {
    .innerbloc {
        max-width: 1500px!important;
    }
}

@media screen and (max-width: 767px) {
    .question_title h3 {
        font-size: 20px !important;
        text-align: justify;
    }
    p.text-center,p.center-text {
        text-align: justify!important;
    }
    p.descSignup {
        text-align: justify!important;
    }
}