@media (min-device-aspect-ratio: 16/11) and (max-device-aspect-ratio: 16/10) { /*MACBOOK*/
    .contactForm input:not([type=checkbox]), .contactForm select, .contactForm textarea{
        padding: 0.66em 0.75em;
    }
}


@media (min-width: 1200px) { /* Desktop */

}

/* Tablette */
/*@media (min-width: 768px) and (max-width: 1024px) {*/
@media (min-width: 768px) and (max-width: 1199.98px) {

}

/* Mobile */
@media (max-width: 767px) {
    
    .contactForm span{ width: 46%; margin: 0 4% 1em 0; }
    .contactForm .accept br{ display: none; }

}