@media (min-device-aspect-ratio: 16/11) and (max-device-aspect-ratio: 16/10) { /*MACBOOK*/
    /* site{ font-size: 0.78rem; } */
    #ccmPop .ct{ width: 80%; height: 80%; }
}



@media (min-width: 1200px) { /* Desktop */

}

/* Tablette */
/*@media (min-width: 768px) and (max-width: 1024px) {*/
@media (min-width: 768px) and (max-width: 1199.98px) {
    #ccmPop .ct{ width: 90%; height: 90%; }
}

/* Mobile */
@media (max-width: 767px) {
    #ccmPop .ct{ width: 94%; height: 94%; }
    #ccmPop .points article{ flex-direction: column; margin-left: 0; margin-top: 4em; }
    
}