@charset "utf-8";
/* CSS Document */
html,body{
margin:0;
padding:0;
height:100%;
font-family:Arial, sans-serif;
font-size:16px;
color:#7d8184;
}

@font-face {
font-family: 'pat';
src: url('typo/pathwaygothicone-regular-webfont.eot');
src: url('typo/pathwaygothicone-regular-webfont.eot?#iefix') format('embedded-opentype'),
	 url('typo/pathwaygothicone-regular-webfont.ttf') format('truetype'),
     url('typo/pathwaygothicone-regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}

/* TYPO ------------------------------------ */
h1,h2{
font-family:pat;
font-size:28px;
font-weight:normal;
border-bottom:1px solid #ee7266;
display:inline-block;
padding:0 4px 0 4px;
margin:0;
}
	h1:first-letter,h2:first-letter{
	color:#ee7266;
	}

h3{
    width:100%;
    font-family:pat;
    font-size:26px;
    font-weight: normal;
    display: inline-block;
    margin: 10px 0 5px 0;
    position: relative;
    float: left;
}

.rose{
color:#ee7266;
}
.gris{
color:#3c3c3c;
}
.titre{
font-family:pat;
font-size:28px;
font-weight:normal;
}
	.titre:first-letter{
	color:#ee7266;
	}

.legende{ font-size:14px; }
.mini{ font-size:12px; }
.impose{ font-size:22px; }

.copyr{
font-size:12px;
color:#000000;
}
	.copyr a{
	text-decoration:none;
	color:#000000;
	}
.copyrb{
font-size:12px;
color:#666666;
}
	.copyrb a{
	text-decoration:none;
	color:#666666;
	}
	
hr{
width:100%;
height:0;
border:0;
border-bottom:1px solid #ee7266;
margin:20px 0 20px 0;
}

p{
margin:0;
padding:0;
}

/* --------------------------------------*/

/* ENTETE ---------------------------------- */
#PartSup{
width:100%;
height:850px;
background-color:#7d8184;
position:relative;
float:left;
}
#PartSup.black{
background-color:#000000;
}
	#BandSup{
	width:100%;
	height:120px;
	position:relative;
	float:left;
	z-index:5;
	}
	#LogoP{
	width:350px;
	height:100%;
	position:relative;
	float:left;
	left:10px;
	}
		#LogoP img{
		max-width:100%;
		position:absolute;
		top:50%;
		transform:translateY(-50%);
		}
	#BlocMenu{
	width:auto;
	padding-left:50px;
	padding-right:10px;
	height:60px;
	position:relative;
	float:left;
	top:60px;
	left:calc(100% - 350px);
	transform:translateX(-100%);
	}
		.bMenu{
		width:auto;
		height:100%;
		text-align:center;
		position:relative;
		float:left;
		}
		.bMenu a{
		text-decoration:none;
		color:#FFFFFF;
		}
			.bNom{
			width:auto;
			height:20px;
			padding:0 20px 0 20px;
			position:relative;
			float:left;
			top:0;
			}
			.bSurv{
			width:100%;
			height:0;
			background-color:#868b8e;
			position:absolute;
			float:left;
			top:20px;
			transition: all 0.1s linear;
			}
				.bSurv.select{
				height:calc(100% - 20px);
				}
				.bSurv.black{
				background-color:#333333;
				}
			.bMenu:hover .bSurv{
			height:calc(100% - 20px);
			}
		.bDeco{
		width:100%;
		height:0;
		border-bottom:1px solid #ee7266;
		position:absolute;
		float:left;
		z-index:6;
		top:20px;
		left:0;
		}
	#MenuM{
	display:none;
	}
	#BlocPano{
	width:100%;
	height:700px;
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
	background-color:#CCCCCC;
	background:url(img/bandeau/index2025.webp) no-repeat center center;
	background-size:cover;
	position:relative;
	float:left;
	}
		#BlocPano.actu{
		background:url(img/bandeau/actu2025.webp) no-repeat center center;
		background-size:cover;
		}
		#BlocPano.carte{
		background:url(img/bandeau/carte2025.webp) no-repeat center center;
		background-size:cover;
		}
		#BlocPano.formule{
		background:url(img/bandeau/formule2024.webp) no-repeat center center;
		background-size:cover;
		}
		#BlocPano.galerie{
		background:url(img/bandeau/galerie2025.webp) no-repeat center center;
		background-size:cover;
		}
		#BlocPano.contact{
		background:url(img/bandeau/contact2025.webp) no-repeat center center;
		background-size:cover;
		}
		#BlocPano.presse{
		background:url(img/bandeau/presse2025.webp) no-repeat center center;
		background-size:cover;
		}
	#Silh1{
	width:85px;
	height:117px;
	text-align:center;
	position:absolute;
	float:left;
	top:705px;
	left:10%;
	z-index:6;
	}
	#Silh2{
	width:190px;
	height:72px;
	text-align:center;
	position:absolute;
	float:left;
	top:750px;
	right:10%;
	z-index:6;
	}
	
	.bAccesMenu{
	width:auto;
	height:30px;
	position:absolute;
	float:left;
	line-height:30px;
	vertical-align:middle;
	padding:0 20px 0 20px;
	background-color:#ee7266;
	border:1px solid #333333;
	border-radius:8px 8px 0 0;
	color:#000000;
	top:790px;
	left:50%;
	transform:translateX(-50%);
	animation-delay:0s;
	animation-name: FlecheInDown;
	animation-duration: 15s;
	animation-fill-mode:both;
	animation-iteration-count:infinite;
	}
		.bAccesMenu a{
		color:#000000;
		text-decoration:none;
		}

.bResa{
	width: 250px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	border: 1px solid #ee7266;
	border-radius: 4px;
	position: absolute;
	float: left;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	overflow: hidden;
	animation-name: nomResa;
	animation-duration: 6s;
	animation-iteration-count: infinite;
	transition: all 0.4s;
}
.bResa:hover{
	width: 260px;
	height: 90px;
	box-shadow: 0 0 5px #666666;
	border: 4px solid #ee7266;
}
.bResa p{
	/*width: 100%;
	text-align: center;*/
	color: #ee7266;
	font-size: 1.2em;
	/*position: absolute;
	float: left;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	opacity: 1;*/
}
.miniResa{
	font-size: 0.8em;
	color: #000000;
}
.bTransparent{
	width: 100%;
	height: 100%;
	position: absolute;
	float: left;
	top: 0;
	left: 0;
	z-index: 2;
}
@keyframes nomResa{
	from{
		transform: translate(-50%,-45%);
	}
	50%{
		transform: translate(-50%,-55%);
	}
	to{
		transform: translate(-50%,-45%);
	}
	
}

/* ------------------------- */

/* FOOTER ---------------------- */
#PartInf{
width:100%;
position:relative;
float:left;
margin-top:130px;
border-top:1px solid #ee7266;
}
	#Silh1R{
	width:85px;
	height:117px;
	text-align:center;
	position:absolute;
	float:left;
	top:-105px;
	left:10%;
	z-index:6;
	}
	#Silh2R{
	width:190px;
	height:72px;
	text-align:center;
	position:absolute;
	float:left;
	top:-61px;
	right:10%;
	z-index:6;
	}
	#AccrocheFinale{
	width:auto;
	font-family:pat;
	font-size:18px;
	color:#ee7266;
	position:absolute;
	float:left;
	left:50%;
	transform:translateX(-50%);
	top:-24px;
	}
	#BlocCopyr{
	width:100%;
	background-color:#7d8184;
	font-size:14px;
	position:relative;
	float:left;
	margin-top:8px;
	}
	#BlocCopyr.black{
	background-color:#000000;
	}
		.coordFinale{
		margin-top:10px;
		color:#FFFFFF;
		}
			.coordFinale a{
			color:#FFFFFF;
			text-decoration:none;
			}
		.menuFinal{
		margin-top:10px;
		text-align:right;
		color:#333333;
		font-size:12px;
		}
			.menuFinal a{
			text-decoration:none;
			color:#333333;
			}
		.menuFinal.black{
		color:#666666;
		}
			.menuFinal.black a{
			color:#666666;
			text-decoration:none;
			}
	
#Trame{
width:100%;
height:100%;
background-color:rgba(0,0,0,0.8);
position:fixed;
float:left;
z-index:20;
}
#Legal{
width:90%;
max-width:500px;
height:auto;
padding:8px;
border-radius:8px;
border:1px solid #ee7266;
background-color:#ffffff;
font-size:12px;
position:fixed;
float:left;
top:50%;
left:50%;
transform:translate(-50%, -50%);
z-index:21;
overflow:auto;
}
.closeF{
width:80px;
height:20px;
background-color:#ee7266;
border-radius:0px 8px 0px 8px;
color:#000000;
font-size:10px;
font-weight:bold;
text-align:center;
line-height:20px;
vertical-align:middle;
position:absolute;
top:0;
right:0;
}
	.closeF a{
	color:#000000;
	text-decoration:none;
	}

#Resa{
	width:100%;
	background-color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
/* -------------------------------- */


/* PAGE ------------------------- */
#Contenu{
width:100%;
min-height:50px;
border-top:2px solid #ee7266;
position:relative;
float:left;
margin-top:4px;
padding-top:30px;
}
	.page{
	width:98%;
	max-width:1400px;
	position:relative;
	float:left;
	left:50%;
	transform:translateX(-50%);
	clear:both;
	}

.col30{
width:32%;
padding:0.5%;
position:relative;
float:left;
}
.col50{
width:49%;
padding:0.5%;
position:relative;
float:left;
}
.col100{
width:99%;
padding:0.5%;
position:relative;
float:left;
}
.col100.lignePhoto{
text-align:center;
background:url(img/back-ligne.jpg) repeat-X center center;
margin-top:30px;
margin-bottom:30px;
}
.col100.lignePhotoLivraison{
    background:url(img/back-ligne.jpg) repeat-X center center;
    margin-top:30px;
margin-bottom:30px;
    display: flex;
    justify-content: center;
}
.centrer{
text-align:center;
}

.cadrePhoto20{
width:17.5%;
height:16%;
margin:1%;
border:1px solid #ee7266;
border-radius:8px;
/*position:relative;
float:left;*/
overflow:hidden;
display:inline-block;
}
	.cadrePhoto20 img{
	max-width:100%;
	height: auto;
	display: block;
	}

.cadreRond{
max-width:100%;
border:1px solid #ee7266;
border-radius:8px;
overflow:hidden;
position:relative;
}
	.cadreRond img{
	max-width:100%;
	height: auto;
	display: block;
	}
.coinPhoto{
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 30px 30px;
border-color: transparent transparent #ee7266 transparent;
position:absolute;
float:left;
bottom:0;
right:0;
z-index:2;
}

.maxW{
max-width:100%;
}
.photoDeco{
max-width:100%;
border:1px solid #ee7266;
border-radius:8px;
overflow:hidden;
}

#PartDyn{
width:99%;
padding:0.5%;
position:relative;
float:left;
margin-top:30px;
padding-top:30px;
border-top:1px solid #ee7266;
}
	#BlocPlatJ{
	width:48.5%;
	margin:0.5%;
	min-height:300px;
	border:1px solid #ee7266;
	border-radius:8px;
	background-color:#eaeaea;
	position:relative;
	float:left;
	overflow:hidden;
	}
		.prixPlatJ{
		position:absolute;
		top:0;
		right:0;
		padding:4px 10px 4px 10px;
		background-color:#ee7266;
		border-radius:0 0 0 8px;
		color:#FFFFFF;
		font-weight:bold;
		text-align:center;
		}
		.infoPlatJ{
		width:96%;
		margin:2%;
		position:relative;
		float:left;
		}
	#BlocSuggestJ{
	width:48.5%;
	margin:0.5%;
	min-height:300px;
	border:1px solid #ee7266;
	border-radius:8px;
	background-color:#ffffff;
	position:relative;
	float:left;
	overflow:hidden;
	}

.Rond77{
width:100px;
height:100px;
background-color:#FFFFFF;
border:2px solid #ee7266;
border-radius:50%;
font-size:18px;
position:absolute;
top:130px;
left:50px;
z-index:10;
transform:rotate(-20deg);
animation-delay:0s;
animation-name: Bond;
animation-duration: 1.5s;
animation-fill-mode:both;
animation-iteration-count:infinite;
}
	.Rond77 p{
	width:100%;
	text-align:center;
	position:absolute;
	float:left;
	top:50%;
	transform:translateY(-50%);
	}
	.Rond77 p .big{
	font-size:32px;
	color:#ee7266;
	font-weight:bold;
	}

.RondR{
width:100px;
height:100px;
background-color:#ee7266;
border:2px solid #ffffff;
border-radius:50%;
font-size:18px;
position:absolute;
top:130px;
right:50px;
z-index:10;
transform:rotate(20deg);
animation-delay:0s;
animation-name: BondR;
animation-duration: 1.5s;
animation-fill-mode:both;
animation-iteration-count:infinite;
}
	.RondR p{
	width:100%;
	text-align:center;
	position:absolute;
	float:left;
	top:50%;
	transform:translateY(-50%);
	color: #000000;
		text-decoration: none;
	}
	.RondR p .big{
	font-size:20px;
	color:#ffffff;
	font-weight:bold;
	}

/* -------------------------------- */

/* ACC ------------------------------ */
.blocEmporte{
	max-width: 1000px;
	display: inline-block;
	/*border:1px dashed #666666;
	background-color: #fce4e1;*/
	border: 1px solid #ee7266;
	background-color: #F9F9F9;
	border-radius: 8px;
	box-shadow: 0 0 5px #cccccc;
	margin-bottom: 40px;
	overflow: hidden;
}
.flexEmporte{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	float: left;
}
.visuEmporte{
	width: 30%;
	height: 300px;
	position: relative;
	float: left;
	flex-shrink: 0;
}
.visuEmporte img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.txtEmporte{
	position: relative;
	float: left;
	padding: 0 10px;
}

/* CARTE ----------------------------- */
.cadrePhotoMenu{
width:14.5%;
height:14%;
margin:1%;
border:1px solid #ee7266;
border-radius:8px;
position:relative;
float:left;
overflow:hidden;
display:inline-block;
z-index:1;
}
.cadrePhotoMenu a{
text-decoration:none;
color:#3c3c3c;
}
	.cadrePhotoMenu img{
	max-width:100%;
	}
	.cadrePhotoMenu .titre{
	width:100%;
	background-color:rgba(255,255,255,0.9);
	font-family:pat;
	font-size:24px;
	text-align:center;
	padding:2px 0 2	px 0;
	position:absolute;
	float:left;
	top:70%;
	left:0;
	z-index:2;
	}

.colcarte{
width:63%;
padding:0.5%;
position:relative;
float:left;
}
.tabCarte{
width:100%;
border-collapse:collapse;
}
	.tdPlat{
	width:85%;
	border-bottom:1px solid #ee7266;
	padding-top:10px;
	}
		.tdPlat .ingredient{
		font-size:14px;
		color:#ee7266;
		}
	.tdPrix{
	width:15%;
	text-align:right;
	color:#ee7266;
	font-weight:bold;
	font-size:18px;
	vertical-align:bottom;
	}

.colcartePH{
width:32%;
padding:60px 1% 1% 1%;
position:relative;
float:left;
}
.colLivraison{
width:99%;
padding:0.5%;
position:relative;
float:left;
display: flex;
flex-wrap: wrap;
}
.caseLivraison{
    width:250px;
    height: 250px;
    position: relative;
    float: left;
    margin: 10px;
    border: 1px solid #CCCCCC;
    overflow: hidden;
    cursor: pointer;
}
.photoLivraison{
    width:100%;
    height: 180px;
    position: relative;
    float: left;
    overflow: hidden;
    background-color: #eeeeee;
    -moz-transition: .8s all;
    -webkit-transition: .8s all;
    transition: .8s all;
}
.photoLivraison img{
    width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.photoLivraison .tramePH{
    width:100%;
    height: 100%;
    position: absolute;
    float: left;
    background-color: rgba(0,0,0,0);
    top: 0;
    left: 0;
    -moz-transition: .5s all;
    -webkit-transition: .5s all;
    transition: .5s all;
}
.infoLivraison{
    width:100%;
    min-height: 70px;
    background-color: #000000;
    position: absolute;
    float: left;
    bottom: 0;
}
.detailLivraison{
    width: calc(100% - 10px);
    height: 26px;
    padding: 5px 5px 26px 5px;
    background-color: #ffffff;
    position: relative;
    float: left;
    -moz-transition: .8s all;
    -webkit-transition: .8s all;
    transition: .8s all;
}
.titreLivraison{ display: block; min-height: 36px; }
.ingredientLivraison{
font-size:14px;
color:#ee7266;
display: block;
}
.prixLivraison{
    width:100%;
    height: 26px;
    background-color: #ffffff;
    line-height: 26px;
    text-align: center;
    vertical-align: middle;
    color:#ee7266;
	font-weight:bold;
	font-size:18px;
    position: absolute;
    bottom: 0;
}

.caseLivraison:hover .detailLivraison{ height: 120px; }
.caseLivraison:hover .photoLivraison{ margin-top: -30px; }
.caseLivraison:hover .photoLivraison .tramePH{ background-color: rgba(0,0,0,0.4); }

.sep{
width:100%;
min-height:20px;
position:relative;
float:left;
}
.sepPlat{
width:100%;
height:45px;
border-bottom:1px solid #333333;
background:url(img/logoSep.jpg) no-repeat center center;
position:relative;
float:left;
margin-top:20px;
margin-bottom:20px;
}
	.sepPlat .bMonte{
	width:40px;
	height:40px;
	background-color:#ee7266;
	border-radius:50%;
	position:relative;
	float:right;
	right:1%;
	}
	.sepPlat .bMonte .triangle{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #ffffff transparent;
	position:absolute;
	float:left;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	}

/* FORMULES -------------------------------------------- */
.blocFormJ{
width:21%;
margin:1.5%;
height:80px;
border:1px solid #ee7266;
border-radius:8px;
position:relative;
float:left;
}
	.blocFormJ .infoPlatJ{
	width:96%;
	margin:2%;
	text-align:center;
	position:absolute;
	float:left;
	top:50%;
	transform:translateY(-50%);
	}
.col50.resa{
height:300px;
}
	.col50.resa p{
	width:100%;
	text-align:center;
	position:absolute;
	float:left;
	top:50%;
	transform:translateY(-50%);
	}
.cadreMenu{
width:31%;
height:570px;
margin:1%;
border:1px solid #CCCCCC;
border-radius:8px;
box-shadow:0 0 5px #999999;
position:relative;
float:left;
overflow:hidden;
}
	.infoMenu{
	width:96%;
	margin:2%;
	text-align:center;
	position:relative;
	float:left;
	}
.cadreMenuDej{
width:46%;
height:auto;
margin:1%;
border:1px solid #CCCCCC;
border-radius:8px;
box-shadow:0 0 5px #999999;
position:relative;
float:left;
overflow:hidden;
}
.cadreMenuPhoto{
width:31%;
height:570px;
margin:1%;
border-radius:8px;
background:url(img/decoMenu.jpg) no-repeat center center;
background-size:cover;
position:relative;
float:left;
overflow:hidden;
}
	.cadreMenuPhoto .accroche{
	width:100%;
	height:34px;
	line-height:34px;
	text-align:center;
	vertical-align:middle;
	color:#FFFFFF;
	font-size:18px;
	background-color:#ee7266;
	position:absolute;
	float:left;
	top:85%;
	}

/* GALERIE ----------------------------------------- */
.caseGalerie{
width:23%;
padding-bottom:23%;
background-color:#ee7266;
border:1px solid #ee7266;
border-radius:8px;
position:relative;
float:left;
text-align:center;
cursor:pointer;
overflow:hidden;
margin:0.5%;
z-index:2;
}
	.caseGalerie .contenu{
	position:absolute;
	height:100%;
	width:100%;
	}
	.caseGalerie .contenu .photo{
	min-width:100%;
	max-height:100%;
	position: absolute;
	left:50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	}
	.caseGalerie:hover .contenu .photo{
	transform: scale(1.2) translate(-40%,0);
	-webkit-transform: scale(1.2) translate(-40%,0);
	-ms-transform: scale(1.2) translate(-40%,0);
	}
.caseGalerie .contenu .maskRea{
width:100%;
height:100%;
background: rgba(238, 114, 102, 0.6);
position: absolute;
overflow: hidden;
top: 0;
left: 0;
opacity: 0;
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
}
.caseGalerie:hover .maskRea{
opacity: 1;
}
	.caseGalerie .maskRea p{
	color:#FFFFFF;
	font-size:14px;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	}

.blocTem{
width:100%;
position:relative;
float:left;
border-bottom:1px solid #ee7266;
padding-bottom:5px;
margin-bottom:20px;
}
	.source{
	width:100%;
	text-align:right;
	font-size:12px;
	font-style:italic;
	color:#ee7266;
	}

	
/* CONTACT ------------------------------------------ */
#Carte{
width:100%;
height:450px;
position:relative;
float:left;
}

#Detail{
width:100%;
height:auto;
position:relative;
float:left;
}

.itiInp{
width:300px;
height:24px;
border:1px solid #ee7266;
border-radius:4px;
font-size:14px;
font-family:arial;
}
.subIti{
width:50px;
height:24px;
border:1px solid #ee7266;
border-radius:4px;
background-color:#ee7266;
color:#ffffff;
font-weight:bold;
text-align:center;
cursor:pointer;
}

/* Presse --------------------- */
.blocArticle{
width:48%;
margin:0.5%;
height:90px;
position:relative;
float:left;
}
	.dateArticle{
	width:100px;
	height:100%;
	background-color:#ee7266;
	border-radius:8px;
	position:relative;
	float:left;
	}
		.dateArticle p{
		width:100%;
		text-align:center;
		color:#FFFFFF;
		font-family:pat;
		font-size:20px;
		position:absolute;
		float:left;
		top:50%;
		transform:translateY(-50%);
		}
	.infoArticle{
	width:calc(100% - 180px);
	height:100%;
	margin:0 4px 0 4px;
	border-bottom:1px solid #ee7266;
	position:relative;
	float:left;
	}
		.infoArticle .titre{
		font-size:24px;
		color:#ee7266;
		}
	.lienArticle{
	width:70px;
	height:100%;
	background-color:#ffffff;
	border:1px solid #ee7266;
	border-radius:8px;
	position:relative;
	float:left;
	}
		.lienArticle p{
		width:100%;
		text-align:center;
		color:#ee7266;
		font-size:12px;
		position:absolute;
		float:left;
		top:50%;
		transform:translateY(-50%);
		}
		.lienArticle p img{
		max-width:100%;
		}

/* ACTUALITE ---------------------------------- */
/*.ligneActu{
width:100%;
position:relative;
float:left;
display:flex;
flex-wrap: wrap;
justify-content: space-around;
}*/

.cadreActu{
width:23%;
height:auto;
margin:1%;
position:relative;
float:left;
margin-bottom:calc(1% + 20px);
}
	.cadreActu .dateActu{
	width:50%;
	min-width:160px;
	height:20px;
	background-color:#ee7266;
	font-size:14px;
	text-align:center;
	line-height:20px;
	vertical-align:middle;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px 5px 5px 5px;
	border-radius:8px 8px 0 0;
	position:absolute;
	float:left;
	top:0;
	left:50%;
	transform:translateX(-50%);
	clear:both;
	}
	
	.caseActu{
	width:100%;
	padding-bottom:100%;
	background-color:#ee7266;
	border:1px solid #ee7266;
	border-radius:8px;
	position:relative;
	float:left;
	text-align:center;
	cursor:pointer;
	overflow:hidden;
	margin:0;
	top:30px;
	z-index:2;
	}
		.caseActu .contenuA{
		position:absolute;
		height:100%;
		width:100%;
		}
		.caseActu .contenuA .maxImg{
		position:absolute;
		max-width:100%;
		top:0;
		left:0;
		z-index:1;
		}
	
	.infoActu{
	width:96%;
	padding:2% 2% 2% 2%;
	background-color:rgba(255,255,255,0.9);
	text-align:center;
	position:absolute;
	float:left;
	bottom:10px;
	color:#3c3c3c;
	z-index:2;
	}
		.infoActu .titre{
		font-size:24px;
		}

/* Animations ------------------------------------------------------------ */
@keyframes FlecheInDown {
  from {
    height:30px;
	-webkit-animation-timing-function: ease-out;
  }
  
  3%,10%,20%,30%,40%,50%,60%,70%,80%,90% {
    height:30px;
	top:790px;
	-webkit-animation-timing-function: ease-in;
  }

  5%,15%,25%,35%,45%,55%,65%,75%,85%,95% {
    height:40px;
	top:780px;
	-webkit-animation-timing-function: ease-out;
  }
  to {
    height:30px;
	-webkit-animation-timing-function: ease-out;
  }
}

@keyframes Bond {
  from {
    transform:scale(1) rotate(-20deg);
  }
  50% {
    transform:scale(1.1) rotate(-20deg);
  }
  to {
    transform:scale(1) rotate(-20deg);
  }
}

@keyframes BondR {
  from {
    transform:scale(1.1) rotate(20deg);
  }
  50% {
    transform:scale(1) rotate(20deg);
  }
  to {
    transform:scale(1.1) rotate(20deg);
  }
}