h1
 {
 font-family:'AvenirLight';
 font-size:32px;
 font-weight:bold;
 text-align:center;
 margin:0 0 2px !important;
  }
.sousTitre
 {
 font-family: 'AvenirLight';
 font-size: 18px;
 text-align:center;
 margin-bottom:30px;
 }
 .titre
{
	font-family: 'Felixti', sans-serif;
	font-size: 28px;
}
h2
{
font-family: 'AvenirLight';
 font-size:26px;
 font-weight:bold;
}
 h3
{
	font-family: 'AvenirLight';
	margin:0;
	font-size:21px;
	font-weight:bold;	
}
 .h3Orange
{
	color:#F7B9B0;
	padding-bottom:20px;
}
 .h3Orange2
{
	color:#F7B9B0;
	padding-bottom:7px;
}
.lienvert
{
	font-family: 'AvenirLight';
	color:#FF9B8A;
	font-weight:bold;
	text-decoration: underline;
}
.lienvert:hover
{
	font-family: 'AvenirLight';
	color:#FF9B8A;
	font-weight:bold;
	text-decoration:none;
}
/*.contMarques
{
padding:15px 0;
}*/
.contMarques a, .blocMarque
{
display:block;
width:279px;/*186*/
height:120px; /*80*/
/*background-color:#fff;*/
text-align:center;
box-shadow:0 0 12px #ccc;
line-height:80px;
padding:5px;
border:solid 1px #F7B9B0; /*solid 3px #04d1a3;*/
margin:13px 10px;
transition: all 0.2s ease 0s;
}
.contMarques a:hover, .marqueSel
{
transform: scale(1.09);
transition: all 0.2s ease 0s;
border-color:#F7B9B0;
}

/*
.contMarques a:nth-child(4n+1)
{
margin-left:58px;
}
*/
.contMarques a img, .blocMarque img
{
max-width:100%;
max-height:100%;
vertical-align:middle;
}
.blocMarque
{
margin-left:145px;
}
.p_marque {
  font-family: 'AvenirLight';
  font-size: 16px !important; /*14*/
  width: 700px;
  color:#000000;
  margin-top:15px;
  float:left;
  text-align:justify; /*center*/
}
.fil
{
font-family: 'AvenirLight';
font-size:12px;
padding-left:55px; /*15px*/
}
.fil a
{
text-decoration:none;
color:inherit;
}
ul {
    position: relative;
    height: 100% !important;
}
.produit
{
width:550px;
min-height:237px;
margin:7px auto;
border:solid 1px #eee;
padding:5px;
overflow:hidden;
}
.produit img
{
display:block;
/*max-width:300px;*//*171px*/
max-height:300px; /*171px*/
}
.produit h3
{
font-size:16px;
margin:0 0 10px;
font-weight:normal;
}
.produit .contTxtProd
{
font-family: 'AvenirLight';
margin:10px 0 0 171px;
width:550px; /*273px*/
text-align:justify;
}
.produit .contTxtProd h4
{
	font-size:16px;
	margin:10px 0 0 0;
	font-weight:bold;
}
.produit .contTxtProd
{
	font-size:14px;
	margin:10px 0 0 0;
	font-weight:normal;
}
.produit #pres
{
	margin:0;
}
.produit .contP
{
width:819px;
}
.produit ul{
display:block;
list-style:none;
padding:0;
font-family: 'AvenirLight';
color:#4A4A4A;
/*height:auto;*/
}
.produit ul li{
text-align:center;
width:90px;
border-right:solid 1px #ccc;
cursor:pointer;
}
.produit ul li:hover{
color:#FF9B8A;
}
.produit ul li:last-child{
border-right:none;
}
.imageac-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;
	justify-content: center;
	padding: 20px;
	max-width: 1200px; /* Allows images to expand up to a reasonable limit */
	margin: auto;
}
.imageac-container img {
	width: 100%;
	height: auto;
	border-radius: 15px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.imageac-container img:hover {
	transform: scale(1.05);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1300px) {
	.imageac-container {
		max-width: 1400px;
		grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); /* Images grow on wider screens */
	}
}
@media (max-width: 900px) {
	.imageac-container {
		grid-template-columns: repeat(2, 1fr); /* 2 images per row on smaller screens */
	}
}
@media (max-width: 600px) {
	.imageac-container {
		grid-template-columns: repeat(1, 1fr); /* 1 image per row on mobile */
	}
}