@charset "iso-8859-1";

@import url(_elements.css);
@import url(structure.css);
@import url(navigation_elements.css);
@import url(form.css);
@import url(boxes.css);
@import url(account.css);
@import url(catalog.css);
@import url(calendar.css);
@import url(publication_methods.css);
@import url(search.css);
@import url(nyroModal.css);

/* COMMON STYLES */
/*reset d'un certain nombre de styles css par defaut*/
* {
	border: 0;
	font-style: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

/*CSSEditor|structure,global|Zone extérieure|notext*/
body {
	/*background: #81725F url(/images/charte/fond.jpg) top center no-repeat;*/
	background:#E5E1DE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

/*CSSEditor|content,image|Apparence des images|notext,noizimedia*/
img {
	border: 0;
	vertical-align: bottom;
}
.postDetail img{
  max-width:100%;
}

.clear {
	border:0;
	clear: both;
	height:0;
	line-height:0;
	visibility: hidden;
}



/********** Dumas Associes - Decembre 2020 **********/
#cart_payment_confirmation #systempay2_form {}
#systempay2_form input {background:#ED713C; margin:15px 0 30px 0; color:#fff; border:none; padding:10px; text-transform:uppercase; font-weight:bold; border-radius:5px; cursor: pointer;}
#systempay2_form input:hover {border: none; color:#000;}
#leftbar div.cataloguegauche {margin-top: 15px; margin-bottom:15px;}
#flash1, #flash2 {overflow:hidden;}

/********** Dumas Associes - Octobre 2021 **********/
a.rowLink {color:#616160;}
a.rowLink:hover {color:#e85311;}
div.rowRGPD {margin-top:20px;}
.checkRGPD {display: flex; align-items:flex-start;}
.checkRGPD input {margin:4px 10px 0 0;}
.checkRGPD p {margin:0; padding:0;}

/********** Dumas Associes - Juin 2022 **********/
.textAndImages img {max-width: 100%; height: auto;}