
.auteurs-pellicule{ position:absolute; display: flex; gap:40px; flex-direction:row; overflow-y: hidden; width:640px; height:100%; margin:0 auto;  }

.auteurs-pellicule>*{  position: relative; flex: 1; /*opacity: 0.8;*/ }

.auteurs-pellicule>*>*>*{margin:0; }
.auteurs-pellicule>*>*>*:not(:last-child){margin-bottom:40px; }

.auteurs-pellicule img{ border-radius: 15px; width: 100%; height: auto; }

.auteurs-pellicule .left{ position: absolute; top:-50px; }

.auteurs-pellicule .right{ position: absolute; bottom:-220px; }


@media screen and (max-width:900px){
	.auteurs-pellicule{ width:100%; }
	
	.auteurs-pellicule .right{  display: none;}

	
}