/*
Theme Name: Dixionline Theme
Theme URI: https://dixionline.com
Author: Dixionline
Theme URI: https://dixionline.com
Template: hello-elementor
Version: 1.0
*/

/*
    Add your custom styles here
*/

/*Maintenance*/
/*
.notificationEmail .elementor-form-fields-wrapper{
	    flex-wrap: nowrap;
}

.notificationEmail .elementor-field-textual{
	width: 229px;
	padding:14px;
}
*/
/*MENU*/
header li span:hover,
header [aria-current="page"] span{
	font-weight:600!important;
}
.menuTab button:hover, .menuTab button:focus{
	border-radius : 0px;
}

/*BTN ALLONGE A DROITE + BOLD*/
.btnScale a:hover {
	padding: 12px 34px 12px 40px!important;
}
.btnScale a:hover .elementor-button-text{
	font-weight:600!important;
}
/*BTN RETRECI A DROITE + BOLD*/
.btnScaleDown a:hover {
	padding: 12px 28px 12px 32px!important;
}
.btnScaleDown a:hover .elementor-button-text{
	font-weight:600!important;
}

/*DIAPO PAGE*/
.diapo .elementor-slide-heading{
	background: #fff;
	padding: 11px 70px 11px 16px;
}

.diapo .swiper-slide-bg{
	border-radius: 37px;
}
.diapo .elementor-slides{
	margin-bottom: 25px;
}

/*BLOG 1er ARTICLE EN 100%
.loopBlog [data-elementor-id="622"]{
	    grid-column: 1 / span 2!important;
}*/

/*BOUTON ECLAIR GROSSI VIGNETTE PRODUIT*/
.btnEclairGrow a:hover{
	padding : 10px 35px 10px 35px!important;
}

.btnEclairGrow a:hover .elementor-button-icon{
	transform: scale(1.5);
}
.btnEclairGrow a:hover svg{
	    fill: #B5B1B1!important;
} 

/*PAGE PRODUIT*/
.diaporamaProduit ol{
	    display: flex;
    flex-direction: row;
    justify-content: center;
}
.diaporamaProduit ol li::marker{
	    display: none!important;
}

.maxOne{
	max-width: 30%!important;
}