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

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

.container{
	max-width: 1080px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: 750px 130px auto;
}
.BigPicture{
	background-image: url("../images/03-bx/bx-gordon-3couv-ssfond.png");
	grid-column: 1/7;
	grid-row: 1/2;
	background-size: cover;
	background-position: center;
}
/*==============  ENCADRÉ TEXTE =====================*/
.resume{
	/*background-color: aqua;*/
	grid-column: 1/7;
	grid-row: 2/3;
	display: grid;
	grid-template-columns: 120px 1fr;
	padding: 0px 20px;
 }
.resum-vignette{
	margin-top: 20px;
	background-image: url("../images/03-bx/bx-lizarazu-couv.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 110px;
	grid-column: 1/2;
	grid-row: 1/3;
}
.resum-text{
	grid-column: 2/3;
	grid-row: 1/3;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.resum-text h2{
	font-size: 1.4rem;
	margin: 0px 0px 10px 0px;
}
.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 (portfolio) =====================*/
article{
	margin-top: 30px;
	display: grid;
	/*background-color:fuchsia;*/
	grid-column: 1/7;
	grid-template-columns: repeat(4, 1fr);
	grid-row-gap: 40px;
	grid-column-gap: 30px;
	grid-template-rows: 350px 350px 590px;
}
article div{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
article div:nth-of-type(1){
	background-image: url("../images/03-bx/bx-dble-tchoungui.png");
	grid-column: 1/3;
	grid-row: 1/2;
}
article div:nth-of-type(2){
	background-image: url("../images/03-bx/bx-dble-ouverture-cahier-culture.png");
	grid-column: 3/5;
	grid-row: 1/2;
}
article div:nth-of-type(3){
	background-image: url("../images/03-bx/bx-dble-la-vie-est-la.png");
	grid-column: 1/3;
	grid-row: 2/3;
}
article div:nth-of-type(4){
	background-image: url("../images/03-bx/bx-couvs-shot.png");
	grid-column: 3/5;
	grid-row: 2/3;
	background-size: contain;
}
article div:nth-of-type(5){
	background-image: url("../images/03-bx/bx-andrieu-couv-et-dble1.png");
	grid-column: 1/5;
	grid-row: 3/4;
}

/*==============  1150PX  ===========================*/

@media only screen and (max-width: 1150px){
	.container{
	max-width: 660px;
	grid-template-rows: 420px 135px auto;
	grid-column-gap: 15px;
}
	article{
	grid-template-rows: 200px 200px 370px;
}
	.resume{
	padding: 0px 10px;
	grid-column-gap: 15px
}
	article{
		margin-top: 50px
	}
	
	.resum-text h2{
	font-size: 1.3rem;
	margin: 0px 0px 8px 0px;
}
}
/*==============  680PX  ===========================*/
@media only screen and (max-width: 680px){
	header a{
	line-height: 1.5;
	text-decoration: none;
	padding: 0px 20px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: rgba(0,0,0,0.90);
	font-size: 0.8rem
}
	.container{
	max-width: 430px;
	grid-template-rows: 300px auto auto;
	grid-column-gap: 15px;
}
	.resum-vignette{
	display: none;
}
	.resum-text{
	padding-right: 0px;
	padding-left: 0px;
	grid-column: 1/3;
	grid-row: 1/3;
}
	.resum-text h2{
	font-size: 1.2rem;
}
	.resum-text p{
	line-height: 1.3;
}
	.resum-text h3{
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: 800;
	color: rgba(79,79,79,0.7);
}
	article{
	margin-top: 40px;
}
article div:nth-of-type(1){
	grid-column: 1/5;
	grid-row: 1/2;
}
article div:nth-of-type(2){
	grid-column: 1/5;
	grid-row: 2/3;
}
article div:nth-of-type(3){
	grid-column: 1/5;
	grid-row: 3/4;
}
article div:nth-of-type(4){
	grid-column: 1/5;
	grid-row: 4/5;
	background-size: contain;
}
article div:nth-of-type(5){
	background-image: url("../images/03-bx/bx-andrieu-couv-et-dble1.png");
	grid-column: 1/5;
	grid-row: 5/6;
}

	article{
	grid-template-rows: 280px 280px 280px 280px 220px;
}
}
/*==============  450PX  ===========================*/

@media only screen and (max-width: 450px){
	.BigPicture{
	background-image: url("../images/03-bx/bx-gordon.png");
	grid-column: 1/7;
	grid-row: 1/2;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
	.resum-text{
	grid-column: 1/3;
	grid-row: 1/3;
}
	.container{
	max-width: 350px;
	grid-template-rows: 435px auto auto;
	grid-column-gap: 5px;
}
	article{
	grid-template-rows: 220px 220px 220px 220px 220px;
	margin-top: 20px;
}
	p{
	font-size: 0.9rem;
}
	.resume{
		margin-top: 20px;
	}
}
@media only screen and (max-width: 360px){
	.container{
	max-width: 260px;
	grid-template-rows: 320px auto auto;
	grid-column-gap: 5px;
}
	article{
	grid-template-rows: 200px 200px 200px 200px 160px;
	grid-row-gap: 20px;
	margin-top: 20px;
}
}
