@media screen and (max-width: 1200px) {
     #capsules iframe{
         width:349px;
         height:196.3px;
    }
     .grid {
         margin-left:10%;
         margin-right:10%;
         margin-bottom:-10%;
         display: grid;
         grid-template-columns: repeat(2, 1fr);
         grid-template-rows: repeat(2, 1fr);
         grid-column-gap: 10%;
         grid-row-gap: 10%;
    }
	
	/* Partie texte de l'encadré OI */
	section#oeuvres > div > div:nth-of-type(1){
		font-size: 12pt;
		padding: 2% 4% 2% 4%;
	}

	section#oeuvres > div > div:nth-of-type(2) > a {
		padding:15px;
	}
}
 @media screen and (max-width: 1000px) {
     #teaser iframe{
         width:727px;
         height:409px;
    }
		/* Partie texte de l'encadré OI */
	section#oeuvres > div > div:nth-of-type(1){
		font-size: 10pt;
		padding: 2% 3% 2% 3%;
	}

	section#oeuvres > div > div:nth-of-type(2) > a {
		padding:10px;
		font-size: 10pt;
	}
}
 @media screen and (max-width: 900px) {
     #capsules iframe{
         width:363.5px;
         height:204.5px;
    }
     .grid {
         margin-left:10%;
         margin-right:10%;
         margin-bottom:-25%;
         display: block;
    }
     .grid div {
         margin-top:4%;
         margin-bottom:4%;
    }
     #teaser iframe{
         width:545.25px;
         height:306.75px;
    }
}
 @media screen and (max-width: 800px) {
    #teaser iframe, #capsules iframe{
         width:363.5px;
         height:204.5px;
    }
}
@media screen and (max-width: 700px) {
    #teaser iframe, #capsules iframe{
         width:290.8px;
         height:163.6px;
    }
}

/* WRAP */
@media screen and (min-width: 1400px) {
	main{
		width: 1400px;
		margin: auto;
	}
}