@charset "UTF-8";
*, *::before, *::after { /*pseudo element*/
	box-sizing: border-box;
}

/*==============  CONTAINER =====================*/

.container{
	max-width: 800px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 800px;
	grid-template-rows: 800px 180px 620px auto;
	grid-row-gap: 15px;
}
video{
	grid-column: 1/2;
	grid-row: 1/2;
	width: 800px;
	height: 800px;
}
article{
	grid-column: 1/2;
	grid-rows: 3/4;
}
article div:nth-of-type(1){
	background-image: url("../images/01-givenchy/Givenchy Pi_page recto.png");
	grid-column: 3/4;
}
article div:nth-of-type(2){
	background-image: url("../images/01-givenchy/Givenchy Pi_page verso.png");
	grid-column: 4/5;


}
/*==============  ENCADRÉ TEXTE =====================*/
.resume{
	grid-column: 1/2;
	grid-row-start: 2/3;
	margin: 10px 0;
	width: 800px;
	grid-column: 1/6;
	grid-row: 2/3;
	display: grid;
	grid-template-columns: 80px 720px;
	grid-column-gap: 20px;
	}

.resum-vignette{
	background-image: url("../images/01-givenchy/Givenchy-Embleme.png");
	grid-column: 1/2;
	grid-row: 1/3;
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 25px;
	opacity: 0.6;
}
.resum-text{
	grid-column: 2/3;
	grid-row: 1/3;
	display: flex;
	flex-direction: column;
	padding-right: 10px;
}
.resum-text h2{
	font-size: 1.4rem;
	margin: 0px 0px 10px 0px;
}
.resum-text h2::before{
	content: '';
	display: block;
	width: 50px;
	height: 2px;
	background-color: rgba(103,44,190,1.00);
	margin-bottom: 15px;
}
.resum-text h3{
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: 600;
	color: rgba(79,79,79,0.7);
	margin: 0px 0px 3px 0px;
}
.resum-text p{
	font-size: 1rem;
	line-height: 1.5;
	margin: 0px 0px 3px 0px;
}
article{
	grid-column: 1/2;
	grid-row: 3/4;
}
article div{
	width: 100%;
	height: 320px;
	background-size: contain;
	background-repeat: no-repeat;
}


/*==============  FOOTER  ===========================*/
footer{
	display: flex;
	margin: 30px 0px;
	justify-content: center;
	font-size: 0.8rem
}
/*==============  1150PX  ===========================*/

@media only screen and (max-width: 1150px){
/*==============  CONTAINER =====================*/

.container{
	max-width: 600px;
	grid-template-columns: 600px;
	grid-template-rows: 600px auto 480px auto;
	grid-row-gap: 15px;
}
video{
	grid-column: 1/2;
	grid-row: 1/2;
	width: 600px;
	height: 600px;
}
.resume{
	grid-column: 1/2;
	grid-row-start: 2/3;
	margin-top: 5px;
	width: 600px;
	grid-column: 1/6;
	grid-row: 2/3;
	display: grid;
	grid-template-columns: 80px 500px;
	grid-column-gap: 20px;
	}
.resum-text{
	grid-column: 2/3;
	grid-row: 1/3;
	display: flex;
	flex-direction: column;
	padding-right: 10px;
	
}
	article div{
	width: 100%;
	height: 240px;
	background-size: contain;
	background-repeat: no-repeat;
}

}

/*==============  680PX  ===========================*/
@media only screen and (max-width: 680px){
	.container{
	max-width: 350px;
	grid-template-columns: 350px;
	grid-template-rows: 350px auto 260px auto;
	grid-row-gap: 15px;
}
	video{
	width: 350px;
	height: 350px;
}

	article div{
	width: 100%;
	height: 140px;
	background-size: contain;
	background-repeat: no-repeat;
}
	.resum-vignette{
	display: none;
}
	.resume{
	margin-top: 5px;
	width: 350px;
	grid-column: 1/2;
	grid-row: 2/3;
	grid-template-columns: 350px;
	display: grid;
}
	.resum-text{
	grid-column: 1/2;
	grid-row: 1/3;
	display: flex;
	flex-direction: column;
	padding-right: 10px;
	font-size: 0.9rem;
	line-height: 1.4;

}
	

}
/*==============  450PX  ===========================*/

@media only screen and (max-width: 450px){
	.container{
	max-width: 310px;
	grid-template-columns: 310px;
	grid-template-rows: 310px auto 220px auto;
	grid-row-gap: 15px;
}
		video{
	width: 310px;
	height: 310px;
}

		.resume{
	margin-top: 5px;
	width: 310px;
	grid-column: 1/2;
	grid-row: 2/3;
	grid-template-columns: 310px;
	display: grid;
}
		article div{
	width: 100%;
	height: 120px;
	background-size: contain;
	background-repeat: no-repeat;
}
}
@media only screen and (max-width: 360px){
	.container{
	max-width: 250px;
	grid-template-columns: 250px;
	grid-template-rows: 250px auto 180px auto;
	grid-row-gap: 15px;
}
		video{
	width: 250px;
	height: 250px;
}


	.resume{
	margin-top: 5px;
	width: 310px;
	grid-column: 1/2;
	grid-row: 2/3;
	grid-template-columns: 250px;
	display: grid;
}
	.resum-text{
	grid-column: 1/2;
	grid-row: 1/3;
	display: flex;
	flex-direction: column;
	padding-right: 10px;
	font-size: 0.8rem;
	line-height: 1.2;
}
			article div{
	width: 100%;
	height: 100px;
	background-size: contain;
	background-repeat: no-repeat;
}

}
