* {
	margin:0;
	padding: 0;
}

/*pour y voir clair pdt dvp*/


/*grille de base = parent*/
.main {
	display: flex;
	margin: 0;
	width: 100%;
	flex-wrap: wrap;
	/*border: 1px solid red;*/
}

.galerie {
	display: flex;
	flex-wrap: wrap;
}


.galerie img {
	padding-right: 5px;
	margin: 0;
	width : 48%;
	margin: 10px auto;
}

.imagePrincipale  {
}


.imagePrincipale img {
width : 98.5%;

}

h3 {
	font-family: 'Alata', sans-serif;
	margin-top: 15px;
	font-size: 20px;
}


h4 {
	margin-bottom: 5px;
	text-align: center;
	font-family: 'Open Sans Condensed', sans-serif;
}


h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	align-self: start;
	color: black;
}

p{
	margin-bottom:30px;
	font-family: 'Open Sans Condensed', sans-serif;
	/*font-family: 'Alata', sans-serif;*/
	max-width: 100%;
	font-size: 16px;
	color: black;
}



.trailer{
	text-decoration: red;
	color: black;
	font-family: 'Rubik-Medium', sans-serif;
	margin: 5px, 5px;
	align-self: center;	max-width: auto;

}

p a{
	text-decoration: none;
	color: black;

}


p a:hover{
	text-decoration: underline;
	font-family: 'Open Sans Condensed Bold', sans-serif;
	color: black;
}


.tags{
	justify-content: flex-start;
	align-self: start;
	text-decoration: none;
	color: black;
	font-family: 'Rubik-Medium', sans-serif;
	text-align: left;
	text-transform: lowercase;
		margin-bottom: 7px;

}

.tags a{
	text-decoration: none;
	color: black;

}


.tags a:hover{
	text-decoration: none ;
	color: black;
	transform: rotate(180deg); /* Équivalent à rotateZ(45deg) */
}


.datePublicationArticle{

	align-self: start;
	text-decoration: none;
	color: black;
	font-family: 'Rubik-Light', sans-serif;
	font-size: 10px;
}
/*border: 1px black solid;*/
/*border: 1px black solid;*/

.col1 {

margin: 10px auto;
width :36%;
display: block;
/*border: 1px black solid;*/
justify-content: center;

}


.col2 {

margin: 10px auto;
width:36%;
/*border: 1px black solid;*/

}

.col3{

margin: 10px auto;
width:23%;
display: block;
/*border: 1px black solid;*/

}

.related-page{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: flex-end;
}

.related-page img {
	width: 100%;
}

.related img:hover {
	filter : blur(5px);
	opacity: 0.7;
/*	transform: scale(1.1);*/

}


@media only screen and (max-width: 1024px) {
	.categorieArticle  {
	}
}


@media only screen and (max-width: 524px) {
	.col1  {
		width:90%;	
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: 3px dotted black;
	}

	.col2  {
		width:90%;	
		padding-top: 10px;

		padding-bottom: 10px;
		border-bottom: 3px dotted black;
	}

	.col3 {
		width:90%;	
		padding-top: 0;

	}
}