#ecdlcGifs {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-center;
    margin-bottom: 0px;
}
.ecdlcGif2et3{
width: calc( 29% - 10px);
     height: auto;
	 margin-bottom: 20px;}

#ecdlcGif1{
width: calc( 41% - 10px);
     height: auto;
	 margin-bottom: 20px;}

/*----------------------------------------------------*/
#dossierAvignonDiv{
display:grid;
	margin: auto;
}

.dossierAvignon{
max-width:  calc(100%);
     height: auto;
	 margin:auto;
  box-shadow: 0px 0px 20px lightgrey;
}

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


#affiche{
    width: 33%;
     height: auto;
}


.download {
	font-family: "sans regular italic";
	font-style: normal;font-weight: normal;font-size: 14px ;
   background-color: lightgray;color: black;
	border-radius: 8px;
   padding: 8px;
   text-decoration: none;
}

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

.videos{
	max-width: 100%;
	position:relative;
	padding-top:56.25%;
}

.video {
    position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
  }