

/* Boutons */
body.woocommerce-page .button {
    background-color: var(--mfn-button-theme-bg);
    border-color: var(--mfn-button-theme-border-color);
    color: var(--mfn-button-theme-color);
    box-shadow: var(--mfn-button-theme-box-shadow);
    padding: 10px 30px;
    border-width: var(--mfn-button-border-width);
    border-style: var(--mfn-button-border-style);
    border-radius: var(--mfn-button-border-radius);
}

/* Titre */
body h2:not(.banner-item, .no-style):before, body .h2:before, body h2:not(.banner-item, .no-style):after, body .h2:after {
	display: none;
}

body h2:not(.banner-item, .no-style), body .h2 {
	font-family: "Ubuntu";
    font-size: 20px;
    line-height: 25px;
    color: #333;
}

/* ----------------------------------------- */
/*   1/ MENU "TABLEAU DE BORD"               */
/* ----------------------------------------- */

/* ----------------------------------------- */
/*   2/ MENU "COMMANDES"            		 */
/* ----------------------------------------- */

/* ----------------------------------------- */
/*   3/ MENU ADRESSE                         */
/* ----------------------------------------- */

/* Adresse */
.woocommerce .addresses address:before {
	content: '\e88e';
	color: #636363;
}

body.woocommerce-edit-address #Content header {
	margin-bottom: 30px;
}

body.woocommerce-edit-address #Content header h2 {
	margin-bottom: 0px;
}

body.woocommerce-edit-address .addresses .title .edit {
	display: block;
    float: none;
    margin-top: 0px;
}

/* ----------------------------------------- */
/*   4/ MENU "MOYEN DE PAIEMENT"             */
/* ----------------------------------------- */


/* ----------------------------------------- */
/*   5/ MENU "DETAILS DU COMPTE"             */
/* ----------------------------------------- */

/* ----------------------------------------- */
/*   TUNNEL DE COMMANDES	                 */
/* ----------------------------------------- */

.wc-block-components-form #additional-information-fields.wc-block-checkout__additional-information-fields {
	margin-bottom: 20px;
}

/* ----------------------------------------- */
/*                RESPONSIVE                 */
/* ----------------------------------------- */


@media (min-width: 1500px) {
	/* Sidebar mon compte */
	body.woocommerce-account .the_content_wrapper  {
		margin-top: 25px;
		margin-left: -15px;
		margin-right: 0px;
	}

}

@media (min-width: 1240px) {

	

}

/* Menu burger break-point*/
@media (max-width: 1239px) {
	
}

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1199px) {

}

/* Large devices (desktops, 992px and up) */
@media (max-width: 991px) {

}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 767px) {
 
 	/* Suppression du padding top ajouté par woocommerce sur le premier élément */
 	body.woocommerce-account #Content .woocommerce {
 		padding-top: 0px;
 	}

}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 575px) {
	
	/* Tunnel de commande */
	.wc-block-components-form #additional-information-fields.wc-block-checkout__additional-information-fields {
		margin-bottom: 36px;
	}

}

/* Extra Small Devices, Phones */
@media (max-width: 480px) {

}