/**
 * Theme Name:     Divi Child 5
 * Author:         Myself
 * Template:       Divi
 * Text Domain:	   divi-child-5
 * Description:    For my own stuff
 */

/* Line shopping bag cart icon in menu */
.et_pb_menu__cart-button:after {
    content: "\e013" !important;
	font-size: 1.2em;
}

/*pas de nom de costume sur fil ariane mobile*/
@media only screen and (max-width: 767px) {
.lwp-breadcrumbs .current {
    display: none!important;
}
}

/*remonter le H1 sur mobile*/
@media only screen and (max-width: 767px) {
    .preset--group--divi-text--divi-font-header--default .et_pb_text_inner h1 {
        padding: 0 0 20px 0 !important;
    }
}