@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: 780px auto auto;
}
.BigPicture{
	background-image: url("../images/08-rapports/BF-couvs-ra sans fond.png");
	grid-column: 1/7;
	grid-row: 1/2;
	background-size: cover;
	background-position: center;
}
/*==============  ENCADRÉ TEXTE =====================*/
.resume{
	grid-column: 1/7;
	grid-row: 2/3;
	display: grid;
	grid-template-columns: 120px 1fr;
	grid-column-gap: 10px;
 }
.resum-vignette{
	/*background-color: azure;*/
	background-image: url("../images/04-bf/creative-france-badge.png");
	background-size: contain;
	background-repeat: no-repeat;
	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: 20px;
	grid-column: 1/7;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 400px 600px 600px;
}
article div:nth-of-type(1){
	background-image: url("../images/08-rapports/cpr-couvs.png");
	/*background-color: rgba(126,121,30,1.00);*/
	background-size: contain;
	background-repeat: no-repeat;
	grid-row: 1/2;
	grid-column: 1/3;
}
article div:nth-last-of-type(2){
	background-image: url("../images/08-rapports/saint-martin-sans-fond.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	grid-row: 1/2;
	grid-column: 3/5;
}
article div:nth-last-of-type(3){
	background-image: url("../images/08-rapports/Bred-montage-sans fond.png");
	grid-row: 2/3;
	grid-column: 1/5;
	background-size: contain;
	background-repeat: no-repeat;

}article div:nth-of-type(4){
	background-image: url("../images/08-rapports/Sdey-rapport-sans fond.png");
	grid-row: 3/4;
	grid-column: 1/5;
	background-size: 80%;
	background-position: center;
	background-repeat: no-repeat;
}


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

@media only screen and (max-width: 1150px){
	.container{
	max-width: 660px;
	grid-template-rows: 490px auto auto;
	grid-column-gap: 15px;
}
	.resume{
	/*background-color: aqua;*/
	grid-column: 1/7;
	grid-row: 2/3;
	display: grid;
	grid-template-columns: 130px 1fr;
	grid-column-gap: 20px;
}
	.resum-text h2{
	font-size: 1.3rem;
	margin: 0px 0px 8px 0px;
}
article{
	margin-top: 20px;
	grid-column: 1/7;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 400px 400px 400px 400px;
}
article div:nth-of-type(1){
	background-size: contain;
	background-repeat: no-repeat;
	grid-row: 1/2;
	grid-column: 1/3;
	background-position: center;
}
article div:nth-of-type(2){
	grid-row: 2/3;
	grid-column: 1/3;
	background-position: center;
}
article div:nth-of-type(3){
	grid-row: 3/4;
	grid-column: 1/3;
	background-position: center;
}
article div:nth-of-type(4){
	grid-row: 4/5;
	grid-column: 1/3;
	background-position: center;
}



}
/*==============  680PX  ===========================*/
@media only screen and (max-width: 680px){
	.container{
	max-width: 430px;
	grid-template-rows: 300px auto auto;
	grid-column-gap: 15px;
}
	.resume{
	grid-column: 1/7;
	grid-row: 2/3;
	display: grid;
	grid-template-columns: 120px 1fr;
	padding: 20px 10px;
}
	.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: 20px;
	grid-template-rows: 300px 300px 300px 300px;
}
	article div:nth-of-type(1){
	background-size: contain;
	background-repeat: no-repeat;
	grid-row: 1/2;
	grid-column: 1/3;
	background-position: center;
}
article div:nth-of-type(2){
	grid-row: 2/3;
	grid-column: 1/3;
	background-position: center;
}
article div:nth-of-type(3){
	grid-row: 3/4;
	grid-column: 1/3;
	background-position: center;
}
article div:nth-of-type(4){
	grid-row: 4/5;
	grid-column: 1/3;
	background-position: center;
}

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

@media only screen and (max-width: 450px){
	
	.BigPicture{
	grid-column: 1/7;
	grid-row: 1/2;
	background-size: cover;
	background-position: center;
}
	.resum-text{
	grid-column: 1/3;
	grid-row: 1/3;
}

	.container{
	max-width: 350px;
	grid-template-rows: 280px 210px auto;
	grid-column-gap: 5px;
}
p{
	font-size: 0.9rem;
}
	article{	
	margin-top: 20px;
	grid-template-rows: 270px 270px 270px 270px;
}
}
@media only screen and (max-width: 360px){
	.container{
	max-width: 280px;
	grid-template-rows: 220px auto auto;
	grid-column-gap: 5px;
}
	article{
	margin-top: 0px;
	grid-template-rows: 200px 200px 200px 200px;
}
}
