/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

@font-face {
    font-family: 'choplin-black';
    src: url('/wp-content/themes/uncode-child/fonts/choplin-black.otf');
}
@font-face {
    font-family: 'maPoliceCustom';
    src: url('/wp-content/themes/uncode-child/fonts/maPoliceCustomTTF.ttf') format('truetype');
}

/* HEADER */


/* FIN HEADER */


/* GENERALE */
.choplin-black {
    font-family: "choplin-black", sans-serif !important;
}
.nopadding {
    padding: 0px !important;
}
.nomargin {
    margin: 0px !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.min-height-100 {
    min-height: 100px;
}
.min-height-80 {
    min-height: 80px;
}
.color-white {
    color: white !important;
}
.color-black {
    color: black !important;
}
.espace-vide {
    width: 100%;
    height: 20px;
}
.espace-vide-30 {
    width: 100%;
    height: 30px;
}
.espace-vide-40 {
    width: 100%;
    height: 40px;
}
@media screen and (min-width: 960px) {

}
@media screen and (max-width: 959px) {

}
@media screen and (min-width: 768px) {

}
@media screen and (max-width: 767px) {

}
@media screen and (min-width: 468px) and (max-width: 767px) {

}
/* FIN GENERALE */


/* ACCUEIL */


/* FIN ACCUEIL */


/* FOOTER */


/* FIN FOOTER */

