/* hide navigation for small screen */
#smallNav {
    display: none !important;
}

.required {
    color: #6d6d6b;
}

#contact_send {
    background-color: #af1415;
}

/* Responsive design on mobil */
@media all and (max-width: 620px) { 
    /* hide navigation for big screen */
	#navbarBig {
        display: none;
    }

    /* display navigation for small screen */
    #smallNav, #navbarSmall {
        display: block !important;
    }

    #navAccueilCol, #navcol {
        display: none !important;
    }
}

/* Responsive design on tablet (medium screen) */
@media all and (max-width: 1021px) and (min-width: 620px) { 
	#navAccueilCol {
        align-items: center;
    }
}