/*
Theme Name:     Nom du client
Theme URI: 		https://zerounzero.com/
Description:    1600 Rue Cunard bureau 200, Laval, QC H7S 2B2
Author:         Zéro Un Zéro Inc., Performance & Marketing Web
Theme URI: 		https://zerounzero.com/
Template:       jupiter
Text Domain: mk_framework
Domain Path: /languages/
*/

/* FOOTER */



/* RESPONSIVE */
@media only screen and (max-width: 1024px) {}
@media only screen and (max-width: 768px) {}
@media screen and (max-width: 480px) {
.desktop {display: none;}
.tablet {display: none;}
.mobile {display: block;}
}

@media screen and (max-width: 1024px) and (min-width: 481px) {
.desktop {display: none;}
.tablet {display: block;}
.mobile {display: none;}
}

@media screen and (max-width: 3000px) and (min-width:1025px) {
.desktop {display: block;}
.tablet {display: none;}
.mobile {display: none;}
}

@media screen and (max-width: 1024px) {
.mobile-tablet {display: block;}
}

@media screen and (max-width: 3000px) and (min-width: 1025px) {
.mobile-tablet {display: none;}
}

@media screen and (max-width: 3000px) and (min-width: 481px) {
.tablet-desktop {display: block;}
}

@media screen and (max-width: 480px) {
.tablet-desktop {display: none;}
}