/*
Theme Name: Unicon Child Theme
Description: Unicon Child Theme for your Customizations
Author: minti
Template: unicon
Version: 1.0
*/

@import url("../unicon/style.css");
.admin-bar #header {
    margin-top: 30px;
}

.informatique .img-informatique {
    display: none;
}

.domotique .img-domotique {
    display: none;
}

/* Responsive */

@media only screen and (max-width: 1199px) and (min-width: 960px) {
    #header.header-v1 .container {
        width: 100%;
    }

    #header.header-v1 .container .sixteen.columns {
        width: 97%;
    }
}

@media only screen and (max-width: 1085px) {
    #header #navigation > ul > li > a {
        font-size: 12px;
        padding: 0 9px;
    }
}

@media only screen and (max-width: 767px) {
    .informatique .img-informatique {
        display: block;
    }

    .informatique {
        background-image: none !important;
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }

    .domotique .img-domotique {
        display: block;
    }

    .domotique {
        background-image: none !important;
        padding-top: 100px !important;
        padding-bottom: 60px !important;
    }
}