/*
Theme Name:  PEINTRE ALBI V1.1
Theme URI:   https://albi.fr-peinture.fr
Version:     1.1
Description: C\'est un thème personnalisé pour le site Florent Rouquette - Peintre à Albi.
Author:      YDInformatique
Author URI:  https://ydinformatique.fr
Template:    Divi
*/

/*- Add any CSS custom code for this child theme below this line -*/


/*------------------------------------------------*/
/*----------------[MENU BURGER]-------------------*/
/*------------------------------------------------*/

/* Taille menu burger */

.mobile_menu_bar:before, span.mobile_menu_bar:after, .et_toggle_slide_menu:after{
    font-size: 80px 
}

.container {
    width: 80% !important;
    max-width: inherit
}

/*------------------------------------------------*/
/*-----------------[ACCUEIL]----------------------*/
/*------------------------------------------------*/

/* METIER TABLETTE */
.custom-row .custom-column{
    padding-right: 20px !important;
    width: 50% !important;
}


/* */
@media screen and (max-width:980px){
    .mobile_menu_bar:before, span.mobile_menu_bar:after, .et_toggle_slide_menu:after{
    font-size: 70px 
    }

    .container {
    width: 70% !important;
    max-width: inherit
    }
    .logo_container {
        display:none !important
    }
    .logo_helper a{
    display:none !important
    }

}