/* offres_incontournables.css */
:root {
	--offre-accueil-defaut: #036;
	--offre-accueil-bleu-fonce: #98abbf;
	--offre-accueil-rouge: #b0535f;
	--offre-accueil-orange: #da511a;
	--offre-accueil-jaune: #e9c056;
	--offre-accueil-bleu: #62aed7;
	--offre-accueil-violet: #c997c8;
	--offre-accueil-dore: #c58a3f;
	--offre-accueil-vert: #8ab62e;
}

#contenu_resultats_recherche #bloc_offres_incontournables { margin-top: 30px; }

#bloc_offres_incontournables .entete_decoree { margin-bottom: 30px; }
#bloc_offres_incontournables .liste_offres .bloc_entete { background-color: var(--offre-accueil-defaut); }
#bloc_offres_incontournables .liste_offres .bloc_entete:hover { 
	text-decoration: none; 
	color: inherit;
}
#bloc_offres_incontournables .liste_offres .offre.bleu_fonce .bloc_entete { background-color: var(--offre-accueil-bleu-fonce); }
#bloc_offres_incontournables .liste_offres .offre.rouge .bloc_entete { background-color: var(--offre-accueil-rouge); }
#bloc_offres_incontournables .liste_offres .offre.orange .bloc_entete { background-color: var(--offre-accueil-orange); }
#bloc_offres_incontournables .liste_offres .offre.jaune .bloc_entete { background-color: var(--offre-accueil-jaune); }
#bloc_offres_incontournables .liste_offres .offre.bleu .bloc_entete { background-color: var(--offre-accueil-bleu); }
#bloc_offres_incontournables .liste_offres .offre.violet .bloc_entete { background-color: var(--offre-accueil-violet); }
#bloc_offres_incontournables .liste_offres .offre.dore .bloc_entete { background-color: var(--offre-accueil-dore); }
#bloc_offres_incontournables .liste_offres .offre.vert .bloc_entete { background-color: var(--offre-accueil-vert); }
#bloc_offres_incontournables .liste_offres .offre .bloc_entete .titre {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0;
	padding: 8px;
	font-size: 18px;
	line-height: 22px;
}
#bloc_offres_incontournables .liste_offres .bloc_image { 
	display: block; 
	border-bottom: 5px solid var(--offre-accueil-defaut);
}
#bloc_offres_incontournables .liste_offres .offre.bleu_fonce .bloc_image { border-color: var(--offre-accueil-bleu-fonce); }
#bloc_offres_incontournables .liste_offres .offre.rouge .bloc_image { border-color: var(--offre-accueil-rouge); }
#bloc_offres_incontournables .liste_offres .offre.orange .bloc_image { border-color: var(--offre-accueil-orange); }
#bloc_offres_incontournables .liste_offres .offre.jaune .bloc_image { border-color: var(--offre-accueil-jaune); }
#bloc_offres_incontournables .liste_offres .offre.bleu .bloc_image { border-color: var(--offre-accueil-bleu); }
#bloc_offres_incontournables .liste_offres .offre.violet .bloc_image { border-color: var(--offre-accueil-violet); }
#bloc_offres_incontournables .liste_offres .offre.dore .bloc_image { border-color: var(--offre-accueil-dore); }
#bloc_offres_incontournables .liste_offres .offre.vert .bloc_image { border-color: var(--offre-accueil-vert); }
#bloc_offres_incontournables .liste_offres .bloc_image img {
	display: block;
	max-width: 100%;
}
#bloc_offres_incontournables .liste_offres .bloc_titre { background-color: #fff; }
#bloc_offres_incontournables .liste_offres .bloc_titre .titre { 
	padding: 15px; 
	margin: 0;
	font-style: normal;
    line-height: 32px;
}
#bloc_offres_incontournables .liste_offres .bloc_titre:hover .titre { color: #cc0000; }


/* DESKTOP */
@media only screen and (min-width: 1025px) {
	#bloc_offres_incontournables .liste_offres { margin: -15px -25px; }
	#bloc_offres_incontournables .liste_offres .bloc { 
		-webkit-box-flex: calc(100% / 3); 
				-ms-flex: calc(100% / 3) 0 1; 
					flex: calc(100% / 3) 0 1;
		padding: 15px 25px;
	}
}

/* RESPONSIVE 1024px à 481px */
@media only screen and (max-width: 1024px) and (min-width: 481px) {
	#bloc_offres_incontournables .liste_offres { margin: -15px; }
	#bloc_offres_incontournables .liste_offres .bloc { 
		-webkit-box-flex: 50%; 
				-ms-flex: 50% 0 1; 
					flex: 50% 0 1;
		padding: 15px;
		max-width: calc(460px + (15px * 2));
	}
}

/* RESPONSIVE > 480px */
@media only screen and (min-width: 481px) {
	#bloc_offres_incontournables > .align_center { overflow: hidden; }
	#bloc_offres_incontournables .liste_offres { 
		display: -webkit-box; 
		display: -ms-flexbox; 
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		   -ms-flex-pack: center;
		 justify-content: center;
	}
	#bloc_offres_incontournables .liste_offres .bloc { -webkit-box-sizing: border-box; box-sizing: border-box; }
	#bloc_offres_incontournables .liste_offres .offre {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		   -ms-flex-direction: column;
		       flex-direction: column;
		height: 100%;
	}
	#bloc_offres_incontournables .liste_offres .bloc_entete { 
		-webkit-box-flex: 1; 
				-ms-flex: auto 0 0px; 
					flex: auto 0 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		   -ms-flex-direction: column;
		       flex-direction: column;
		-webkit-box-pack: center;
		   -ms-flex-pack: center;
		 justify-content: center;
		min-height: 60px;
	}
	#bloc_offres_incontournables .liste_offres .bloc_image { -webkit-box-flex: 1; -ms-flex: auto 0 0px; flex: auto 0 0; }
	#bloc_offres_incontournables .liste_offres .bloc_titre { 
		-webkit-box-flex: 1; 
				-ms-flex: auto 1 0px; 
					flex: auto 1 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		   -ms-flex-direction: column;
		       flex-direction: column;
		-webkit-box-pack: center;
		   -ms-flex-pack: center;
		 justify-content: center;
	}
}

/* RESPONSIVE MOBILE <= 480px */
@media only screen and (max-width: 480px) {
	#bloc_offres_incontournables .liste_offres .offre > .lien { display: block; }
	#bloc_offres_incontournables .liste_offres .bloc { margin: 30px 0; }
}