@media (min-device-aspect-ratio: 16/11) and (max-device-aspect-ratio: 16/10) { /*MACBOOK*/
    /* site{ font-size: 0.78rem; } */

}



@media (min-width: 1200px) { /* Desktop */
    #intro{ font-size: 1.5em; }
}

/* Tablette */
/*@media (min-width: 768px) and (max-width: 1024px) {*/
@media (min-width: 768px) and (max-width: 1199.98px) {
    #splash_aec .in{ height: 16em; }
    .marged{ padding: 2em; }
    
    .sidedatas, #actvcamps{ padding: 2em 2em; }
}

/* Mobile */
@media (max-width: 767px) {
    #splash_aec .in{ height: 12em; }
    #splash_aec .in div h1{ font-size: 2em; }
    .marged{ padding: 2em 1em; }

    .sidedatas, #actvcamps{ padding: 2em 1.5em; }
    .sidedatas section{ flex-direction: column; }
    .sidedatas section:nth-child(even){ flex-direction: column; }
    .sidedatas section .pic{ width: 100%; margin-bottom: 1em; }
    .sidedatas section .pic img{ border-radius: 1em; }
    .sidedatas section:nth-child(even) .pic img{ border-radius: 1em; }
    .sidedatas section .text{ padding: 0; }

}