/*
Theme Name: TechnicArt
Description: Theme TechnicArt
Author: Bast - TechnicArt
Author URI: https://technicart.ch
Template: Divi
Version: 0.1.1
*/

/*Taille du logo sur mobile*/
@media only screen and (max-width: 767px) {
    body header img#logo {
        max-width: 90%!important;
        max-height: 90%!important;
        height: auto!important;
        width: auto!important;
    }
}
/*Icone du menu*/
.picto_menu_accueil > a:before {
    font-family: 'ETMODULES';
    content: '\e009'; /* change icon code here */
    text-align: center;
    margin-right: 10px;
    margin-left: -10px;
    color: #ffffff; /* change icon color here */
    font-size: 2em; /* change icon size here */
    transition: all .3s ease;
}
.picto_menu_cadeau > a:before {
    font-family: 'ETMODULES';
    content: '\e008'; /* change icon code here */
    text-align: center;
    margin-right: 10px;
    margin-left: -10px;
    color: #ffffff; /* change icon color here */
	font-size: 2em; /* change icon size here */
    transition: all .3s ease;
}
.picto_menu_table > a:before {
	font-family: 'ETMODULES';
	content: '\35'; /* change icon code here */
    text-align: center;
    margin-right: 10px;
    margin-left: -10px;
    color: #ffffff; /* change icon color here */
	font-size: 1em; /* change icon size here */
    transition: all .3s ease;
}
.picto_menu_escapade > a:before {
	font-family: 'ETMODULES';
	content: '\35'; /* change icon code here */
    text-align: center;
    margin-right: 10px;
    margin-left: -10px;
    color: #ffffff; /* change icon color here */
	font-size: 1em; /* change icon size here */
    transition: all .3s ease;
}
.picto_menu_reservation > a:before {
	font-family: 'ETMODULES';
	content: '\e009'; /* change icon code here */
    text-align: center;
    margin-right: 10px;
    margin-left: -10px;
    color: #ffffff; /* change icon color here */
	font-size: 2em; /* change icon size here */
    transition: all .3s ease;
}

