/*
	Theme Name: Divi Child
	Template: Divi

*/
/***********MON COMPTE*************/

.woocommerce-MyAccount-navigation {
	display:none !important;
}
.woocommerce-account .woocommerce-MyAccount-content{width: 100%!important;}

/************************* BODY *************************/


/************************* MENU *************************/



/************************* HEADER *************************/

.et_pb_menu_0_tb_header .et_pb_menu__icon.et_pb_menu__cart-button{
	padding-bottom: 30px !important;
}

/************************* MOBILE PORTRAIT *************************/

@media all and (min-width: 320px) and (max-width: 567px){}

/************************* MOBILE PAYSAGE *************************/

@media all and (min-width: 568px) and (max-width: 767px){}

/************************* TABLETTE PORTRAIT *************************/

@media all and (min-width: 768px) and (max-width: 1023px){}

/************************* TABLETTE PAYSAGE *************************/

@media all and (min-width: 1024px) and (max-width: 1439px){}

/************************* PETIT LAPTOP VB *************************/

@media all and (min-width: 1440px) and (max-width: 1679px){}

/************************* DESKTOP *************************/

@media all and (min-width: 1680px) and (max-width: 1919px){}

/************************* DESKTOP 1920 ET + *************************/

@media (min-width: 1920px) {}