/*** SIGNALEMENT COMMENTAIRE ***/
.modal.modal-signalement{
	z-index: 2000;
}

.txt-right{
	text-align: right;
}

.btn-signalement,
.btn-signalement:hover{
	color: #AC3528;
	cursor: pointer;
}

.modal-signalement .close {
	
	background-color: transparent;
	border: none;
	
	color: #AC3528;
	font-size: 25px;
	
}

.modal-signalement .webform-actions input {
	float:right;
}


/*** ADMIN COMMANDES ***/
#views-exposed-form-commerce-orders-block-1{
	display: none;
}

.node--type-livre .messages__wrapper{
	display: none !important;
}

.opacity-0{
	opacity:0;
}

#page .content .cart-form{
	display:none;
}

#page .content .cart-form:first-child{
	display: block;
}


#block-heroheaderpagedaccueil .text-content .field--name-field-texte h1{
	width:100%;
}

body #block-heroheaderpagedaccueil .text-content .field--name-field-texte h3{
	color:black;
}
body #block-heroheaderpagedaccueil .hero-scroll{
	border-bottom: none;
}