@media (width > 799px) {
	h1{
	  font-size:30px;
	}
	h2{
	  font-size:25px;
	}
	.logo{
		float:right;
		margin-top:-80px;
	}
	.logo-p{
		float:right;
		margin-top:-40px;
	}
	.container-index {
	display:grid;
	gap: 1%;
	min-height:100vh;
	height: 100%;
	
	grid-template-columns : 4% 90% 4%;
	grid-template-rows : 60px auto 40px;
	grid-template-areas:
		'l h r'
		'l a r'
		'l f r' ;	
	}
	.container{
	display:grid;
	gap: 0px;
	min-height:100vh;
	height: 100%;
	grid-template-columns : 20% 60% 20%;
	grid-template-rows : 60px auto 40px;
	grid-template-areas:
		'h h h'
		'l m r'
		'l f r' ;
	}
	.text-content{
	background-color:#FFF;
	padding:40px 30px 20px 30px;
	font-family: Dejavu Sans;
	letter-spacing:0.3px;
	line-height:25px;
	font-size:17px;
	color:#4f4d4d;
	}	
   .titre{
   font-family: 'Brush Script MT', cursive;
   text-align:center;
   font-size:32px;
/*    margin-top:20px;	 */
   }
   .text-titre{
		padding : 30px 30px 30px 30px;
		font-weight: bold;
		font-size: 37px;
		line-height: 45px;
		overflow-wrap: anywhere;
		color: #FFF;
		text-shadow: 0px 0px 5px #000;
	}	
	.titre-content{
		background-position: 50% 80%;
		margin-top:20px;
		min-width:100%;
		height:200px;
		border-radius: 20px 20px 0 0;
	}
	.text-source{
		margin-left:10px;
		font-size: 20px;	
		color: #FFF;
	}
	.author{
		float:right;
		margin-top:-25px;
		margin-right:60px;
		font-family: Dejavu Sans;
		letter-spacing:0.3px;
		line-height:25px;
		font-size:17px;
		color:#4f4d4d;	
	}	
	.legende{
		padding: 10px 10px 5px 10px;
		background-color: #cfd5d5;
		margin-top:-10px;
	}
	.liste-vignette-article{
		height : auto;
		display:flex;
		flex-wrap: wrap;
		flex-direction: row;
		gap: 20px;
		justify-content: center;
		padding-bottom:20px;
	}
	.vignette-article{
	width : 30%;
	}	
	.img-vignette{
	   max-width : 100%;
	   height : auto;
	   max-height:236px;
	   min-height:236px;
	   min-width : 100%;
	   border-radius: 30px 30px 0 0;
	}
	.text-vignette{
	   height:60px;
	   background: #f4f6f7;
	   font-weight:bold;
	   max-width : 100%;
	   text-align:center;
	   margin-top:-2px;
	   overflow:hidden;
	   border-radius: 0 0 30px 30px;
	   padding-top:5px;
	}
	.navbar{
		 height: 50px;
		 padding: 0;
		 margin-top:60px;
		 position: absolute;
		 display: none;	
	}
	.navbar li {
		list-style: none;
		height:40px;
		width:150px;
/* 		background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%); */
/* 		color:#637498; */
		padding: 10px 0px 0px 20px;
		margin-top: 1px;
		
	}	
	.navbar a {
/* 		color:#FFF; */
		text-decoration: none;
		font-size:22px;
		color:#4f4d4d;
	}
	.vignette{
		margin-top:10px;
	    width:400px;	
	}
	 .c1{
		grid-area:a;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		gap: 10px;
	} 
}

@media ( 799px < width <= 1200px) {	
	.logo{
		display:none;
	}
	.logo-p{
		display:none;
	}
	.container{
	display:grid;
	gap: 0px;
	min-height:100vh;
	height: 100%;
	grid-template-columns : 100%;
	grid-template-rows : auto auto 40px;
	grid-template-areas:
		'h'
		'm'
		'f' ;
	width:100%;
	margin: 0 auto;
	}
	.container-index {
	display:grid;
	gap: 1%;
	min-height:100vh;
	height: 100%;
	grid-template-columns : 100% ;
	grid-template-rows : auto auto 40px;
	grid-template-areas:
		'h'
		'a'
		'f' ;
			
	}
	.text-content{
	background-color:#FFF;
	padding:40px 30px 20px 30px;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
	font-size: 40px;
	color:#4f4d4d;
	line-height: 68px
	}
		.author{
		float:right;
		margin-top:-35px;
		margin-right:60px;
		font-family: Dejavu Sans;
		letter-spacing:0.3px;
		line-height:25px;
		font-size:40px;
		color:#4f4d4d;	
	}
	.titre{
	   font-family: 'Brush Script MT', cursive;
	   text-align:center;
	   font-size:50px;
	   margin-top:55px;	
	   padding-bottom:15px;

	 }	
	 .home{
		font-size:40px !important;
	 }	 
	.text-titre{
		padding : 30px 30px 30px 30px;
		font-weight: bold;
		font-size: 45px;
		line-height: 65px;
		overflow-wrap: anywhere;
		color: #FFF;
		text-shadow: 0px 0px 5px #000;
	}
	.titre-content{
		background-position: 50% 80%;
		margin-top:20px;
		min-width:100%;
		height:400px;
		border-radius: 20px 20px 0 0;
	
	}
	.text-source{
		margin-left:10px;
		font-size: 30px;	
		color: #FFF;
	}
	
	.legende{
		padding: 15px 15px 10px 15px;
		background-color: #cfd5d5;
		margin-top:-10px;
		font-size: 30px;	
		line-height: 35px;
	}
	.liste-vignette-article{
		height : auto;
		gap: 20px;
		 display: flex;
		flex-direction: column;
		justify-content: center;
		padding-bottom:20px;
	}
	.vignette-article{
		width : 100%;
		/* padding: 0px 40px 0px 40px; */
	}	
	.img-vignette{
	   max-width : 100%;
	   height : auto;
	   object-fit:cover;
	   object-position: 0% 0%;
	   min-width : 100%;
	   min-height:400px;
	   border-radius: 30px 30px 0 0;
	}
	.text-vignette{
	   height:auto;
	   background: #f4f6f7;
	   font-weight:bold;
	   max-width : 100%;
	   text-align:center;
	   margin-top:-2px;
	   overflow:hidden;
	   border-radius: 0 0 30px 30px;
	   padding-top:10px;
	   padding-bottom:10px;
	   font-size:35px;
	}
	footer{
		font-size:25px;
	}
	.navbar{
		 height: 60px;
		 padding: 0;
		 margin-top:60px;
		 position: absolute;
		 display: none;	
	}
	.navbar li {
		list-style: none;
		height:60px;
		width:300px;
		padding: 10px 0px 0px 20px;
		margin-top: 1px;
		font-size:35px;
		
	}	
	.navbar a {
/* 		color:#FFF; */
		text-decoration: none;
		font-size:22px;
		color:#4f4d4d;
	}	
	.vignette{
	  margin-top:10px;
	  padding:10px 10px 10px 10px;
	  width:auto;
	}
	.c1{
		grid-area:a;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 10px;
	} 
}

@media (width <= 550px) {
	.titre{
	   display:none;	
	}
	.logo{
	 display:none;
	}
	.logo-p{
		display:none;
	}
}
.news{
	grid-area:n;
}
.content{
	grid-area:m;
	
}
.pub{
	grid-area:p;
}	
.home{
	position:absolute;
	margin-top:10px;
	margin-left:10px;		
}

 header{
	color: #56595e;
	grid-area:h;
 }
 aside{
	background-color: #fff;
 }

 .c2{
	grid-area:b;
} 
 .c3{
	grid-area:c;
} 
 .c4{
	grid-area:d;
} 
 .c5{
	grid-area:e;
} 


 footer{
/* 	background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%); */
/* 	color: #637498;  */
	color: #56595e;
	padding:10px 10px 10px 10px;
	grid-area:f;
} 
  
aside:first-of-type{
	grid-area:l;
}

aside:last-of-type{
	grid-area:r;
}  


.img-vignette-index{
   width : 100%;
   height : auto;
   border-radius: 30px 30px 0 0;
}

.lienv{
   text-decoration:none;
   color:#637498;
}

.fleche{
  cursor: pointer;
  margin:0 auto;
  width:40px;  
}
/*cotenu*/




.lien-source{
	text-decoration: none;
	color: #FFF;
}
.illustration{
	margin-top:20px;	
	margin-bottom:20px;	
	font-size: 13px;
	line-height: 20px;
}
	
.img-article{
   max-width : 100%;
   height : auto;
   min-width : 100%;
   border-radius: 15px 15px 0 0;
}




