/* =Child-Theme responsive styles starts here
-------------------------------------------------------------- */

/* ---------------------------------------------------------------
   Page Formation — section stats/vague (row vc_custom_1781775474751)
   Problème : l'image blob 336×523px (vc_custom_1782463610341) et les
   blocs de texte s'empilent à 1806px sur mobile, faisant "couper"
   le haut de la section.
--------------------------------------------------------------- */

@media (max-width: 1200px) {

    /* Image blob "+250 formés..." : limiter la hauteur portrait */
    .vc_custom_1782463610341 img {
        max-height: 280px;
        width: auto !important;
        max-width: 100%;
    }

    /* Réduire le padding interne de ce bloc image */
    .vc_custom_1782463610341 {
        padding-top: 0 !important;
    }

    /* Réduire les marges du titre en tête de section */
    .vc_custom_1781775474751 .vc_custom_1779368052975 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
}
