#galerie_portfolio {
	width: 1280px;
	height:auto;
	/*background-color:yellow;*/
	margin-left: auto;
    margin-right: auto;
	margin-top:30px;
}


div#en_tete_portfolio {
	width: 100%;
	height:550px;
	margin:auto;
	text-align: center;
	/*display: table;
	position:absolute;*/
	overflow: hidden;
	margin-bottom:100px;
	margin-top:15px;
}

div#en_tete_portfolio img{ /*propriete de l'image "enfermee" dans le div aux bonnes dimensions sans depasser (s'accordent avec overflow & position) */
	width: 100%;
	height: 560px;
	object-fit: cover; 
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	/* couleurs  */
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	}	
	
div#en_tete_portfolio:hover img{ 
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	/* couleurs */
	-webkit-filter: grayscale(0);
	filter: grayscale(0); */
	}	

div.en_tete_bandeau{
	width: /*1280px;*/ 1000px;
	background-color:#fdfdfd;
	position:absolute;
	top:400px;
	/*height:300px;
	margin:auto;*/
	    left: 50%;
    transform: translate(-50%);
	text-align: center;
	margin-top: 10px;
	padding-bottom:15px;
	padding-top:15px;
	/*margin-top:200px;*/
	
}

a {
	color: #333; 
	text-decoration: none;
	}

a:hover, a:focus {
	color: #727272;
	}

/* ------------------------------------------------ INDEX ------------------------------------------ */

/***************************** PROJET COMMUN ************************************/

.categorie_projet{
	width: 1280px;
	height:500px;
	position:relative;
	}
	
.numero_projet {
	color: #fdfdfd;
	font-family: 'Catamaran', sans-serif;
	font-weight:700;
	font-size:90px;	
	/*margin-bottom:50px;*/
	line-height: 130%;
	-webkit-text-stroke: 4px;
	-webkit-text-stroke-color: #231f20;
	}
	
.type_projet {
	color: #231f20;
	font-family: 'Catamaran', sans-serif;
	font-weight:100;
	font-size:30px;	
	}
	
.date {
	color: #231f20;
	font-family: 'Catamaran', sans-serif;
	font-weight:100;
	font-size:22px;	
	}


.nom_projet_galerie {
	color: #231f20;
	font-family: 'Catamaran', sans-serif;
	text-transform: uppercase;
	font-weight:900;
	font-size:60px;	
	line-height: 80%;
	/*background-color:#fdfdfd;*/
	padding-right:25px;
	}	

/***************************** PROJET DROITE ************************************/


.projet_droite{
	position: absolute;
	top: 50%; /* poussé de la moitié de hauteur du cadre */
	transform: translateY(-50%); /* positionné à la moitié de sa propre hauteur */
	z-index:1;
	}
	
.nom_projet_droite {
	color: #231f20;
	font-family: 'Catamaran', sans-serif;
	text-transform: uppercase;
	font-weight:900;
	font-size:60px;	
	line-height: 80%;
	background-color:#fdfdfd;
	padding-right:25px;
	}

.test_image_droite{
	position:relative;
	width: 950px;
	height: 500px;
	float:right;
	text-align:center;
	overflow: hidden;
	}
	
.test_image_droite img{ /*propriete de l'image "enfermee" dans le div aux bonnes dimensions sans depasser (s'accordent avec overflow & position) */
	width: 950px;
	height: 500px;
	object-fit: cover; 
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	/* couleurs  */
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	}	
	
.test_image_droite:hover img{ 
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	/* couleurs */
	-webkit-filter: grayscale(0);
	filter: grayscale(0); */
	}	
	
	
/***************************** PROJET GAUCHE ************************************/
	
.projet_gauche{
	position: relative;
	float:right;
	text-align: right;
	top: 50%; /* poussé de la moitié de hauteur du bloc */
	transform: translateY(-50%); /* positionné à la moitié de sa propre hauteur */
	z-index:1;
	}
	
.nom_projet_gauche {
	color: #231f20;
	font-family: 'Catamaran', sans-serif;
	text-transform: uppercase;
	font-weight:900;
	font-size:60px;	
	line-height: 80%;
	background-color:#fdfdfd;
	padding-left:25px;
	}
	
.test_image_gauche{
	position:absolute;
	width: 950px;
	height: 500px;
	text-align:center;
	overflow: hidden;
	}
	
.test_image_gauche img{ /* propriete de l'image "enfermee" dans le div aux bonnes dimensions sans depasser (s'accordent avec overflow & position) */
	width: 950px;
	height: 500px;
	object-fit: cover;
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	/* couleurs */ 
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	}
	
.test_image_gauche:hover img{ 
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	/* couleurs */ 
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	}	
	
	

/**************************************************** MINIATURES ************************************************************/	

.categorie_miniature{
	width: 1280px;
	height:500px;
	position:sticky;
	}

/***************************** MINIATURE GAUCHE ************************************/

.miniature_gauche {
	width:610px;
	height:500px;
	float:left;	
	position:relative;
}

.texte2_miniature_gauche{
	/*position:relative;
	height:500px;
	/*top: 50%; /* poussé de la moitié de hauteur du bloc */
z-index:1;
position:absolute;
 top: 50%; /* poussé de la moitié de hauteur du référent */
  transform: translateY(-50%); /* tiré de la moitié de sa propre hauteur */
	}

.image_miniature_gauche{
	float:right;
	/*position:absolute;*/
	width: 400px;
	height: 500px;
	text-align:center;
	overflow: hidden;
	}
	
.image_miniature_gauche img{ /* propriete de l'image "enfermee" dans le div aux bonnes dimensions sans depasser (s'accordent avec overflow & position) */
	width: 400px;
	height: 500px;
	object-fit: cover;
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	/* couleurs */ 
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	}
	
.image_miniature_gauche:hover img{ 
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	/* couleurs */ 
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	}	
	
	
/***************************** MINIATURE DROITE ************************************/

.miniature_droite {
	/* background-color:orange; */
	width:610px;
	height:500px;
	/*position: relative;*/
	float:right;
	position:relative;

	/* --------------------------------------------- text-align: right;
	top: 50%; /* poussé de la moitié de hauteur du bloc */
	/* --------------------------------------------- transform: translateY(-50%); /* positionné à la moitié de sa propre hauteur */
	/* --------------------------------------------- z-index:1;*/
	}
	
.texte2_miniature_droite{
	text-align: right;
	top: 50%; /* poussé de la moitié de hauteur du bloc */
	transform: translateY(-50%); /* positionné à la moitié de sa propre hauteur */
	z-index:1;
	position:relative;
	float:right;
	}
	
.image_miniature_droite{
	position:absolute;
	width: 400px;
	height: 500px;
	text-align:center;
	overflow: hidden;
	}
	
.image_miniature_droite img{ /* propriete de l'image "enfermee" dans le div aux bonnes dimensions sans depasser (s'accordent avec overflow & position) */
	width: 400px;
	height: 500px;
	object-fit: cover;
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	/* couleurs */ 
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	}
	
.image_miniature_droite:hover img{ 
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	/* couleurs */ 
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	}	



/***************************** PRESENTATION INDIVIDUELLE DE CHAQUE PROJET ************************************/

.presentation_projet p {
	color: #231f20;
	font-family: 'Catamaran', sans-serif;
	font-weight:100;
	font-size:22px;	
	padding-right: 150px;
	padding-left: 150px;
	padding-top: 40px;
	padding-bottom: 40px;
		}
	
	
.presentation_projet img {
	width:100%;
	padding-bottom: 15px;
	}

/************** CITATION *******************/

blockquote {
	color: #231f20;
	font-family: 'Catamaran', sans-serif;
	font-weight:100;
	font-size:22px;	
	background-color:#f4f2f2;
	margin-left:0px;
	margin-right:0px;
	padding-right: 150px;
	padding-left: 150px;
	padding-top:30px;
	padding-bottom:0px;
	}
	
blockquote p {
	font-style: italic;
	padding-top:25px;
	}

	
h5 { /* Mise en forme des Auteurs des citations */
	color: #231f20;
	font-family: 'Tahoma', sans-serif;
	text-transform: uppercase;
	font-weight:200;
	font-size:20px;
	text-align:right;
	padding-right: 30px;
	margin-top:10px;	
	} 


/****** QUOTE DE CITATION ******/

blockquote p::before,
blockquote p::after { /*mise en forme des quotes*/
	content: "“";
	font-family: Georgia;
	font-size: 8rem;
	margin: -2rem 0 0 -4rem; /*position quote d'ouverture*/
	position: absolute;
	opacity: 0.5;
	}

blockquote p::after {
	content: "”";
	margin: -1rem -4rem 0 0; /*position quote de fermeture*/
	}

/******* BOUTON LIRE L'ARTICLE *****/

.read-more {
	display:inline;
    text-transform: uppercase;
    padding: 7px 25px;	
    font-size: 13px;
	margin-left:40%;
	margin-bottom:10px;
    background: #231f20;
    color: white;
    /*border-radius: 4px; arrondis du cadre*/
	}

.read-more:hover {
	color: #727272;
	}

/******* 3 COLONNES *****/


.colonne1_portfolio {
	float: left;
	width: 400px;
	margin-right: 40px;
}
.colonne2_portfolio {
 float: right;
	width: 400px;
	margin-left: 40px;
}
.centre_portfolio {
overflow: hidden;
}




/* ---------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------
------------------------ RESPONSIVE 1280 ------------------------------------------------------------------------ */

@media screen and (max-width: 1280px) 
{
	
body {
	width: 800px; 
	}

#galerie_portfolio {
	width: 800px;
}

.presentation_projet p {
	padding-right: 0px;
	padding-left: 0px;
		}

.categorie_projet{
	width: 800px;
	height:500px;
	}
	
.test_image_droite{
	width: 800px;
	height: 421px;
	float:right;
	}
	
.test_image_droite img{ 
	width: 800px;
	height: 421px;
	}	
	
.projet_droite{
	position: absolute;
	top: 80%; /* poussé de la moitié de hauteur du cadre */
	left: 50%; /* à 50%/50% du parent référent */
	transform: translate(-50%, -50%); /* décalage de 50% de sa propre taille */
	width:600px;
	background-color:white;
	padding:20px;
	margin: 0 auto;
	z-index:1;
	}
	
.nom_projet_droite {
	font-size:45px;	
	line-height: 80%;
	background-color:transparent;
	padding-right:25px;
	}
	
.nom_projet_gauche {
	padding-left:1px;
	}
	
	
.test_image_gauche{
	width: 800px;
	height: 421px;
	float:right;
	}
	
.test_image_gauche img{ 
	width: 800px;
	height: 421px;
	}	
	
/* -------- */

.projet_gauche{
	position: absolute;
	top: 80%; /* poussé de la moitié de hauteur du cadre */
	left: 50%; /* à 50%/50% du parent référent */
	transform: translate(-50%, -50%); /* décalage de 50% de sa propre taille */
	width:600px;
	background-color:white;
	padding:20px;
	margin: 0 auto;
	z-index:1;
	text-align: left;
	}
	
.nom_projet_gauche {
	font-size:45px;	
	line-height: 80%;
	background-color:transparent;
	padding-right:25px;
	}	
	
.nom_projet_gauche {
	padding-right:1px;
	}	


/****************************** MINIATURES TRANSFORMEES EN RESPONSIVE 1280 **************************************************/


.categorie_miniature{
	width: 800px;
	height:auto;
	/*position:relative;	
	float:none;*/
	}

/***************************** MINIATURE GAUCHE DEVIENT TOP ************************************/

.miniature_gauche { 
	width:800px;
	height:500px;
	float:none;
	}

.texte2_miniature_gauche{
	/*position:absolute;*/
	width:600px;
	top: 80%; /* poussé de la moitié de hauteur du cadre */
	background-color:white;
	padding:20px;
	margin: 0 auto;
	position:static;
	/*z-index:1;
	text-align: left;*/
	}
	
.image_miniature_gauche{
	width: 800px;
	height: 421px;
	float:none;
	}
	
.image_miniature_gauche img{ /* propriete de l'image "enfermee" dans le div aux bonnes dimensions sans depasser (s'accordent avec overflow & position) */
	width: 800px;
	height: 421px;
	}

/***************************** MINIATURE DROITE DEVIENT BOTTOM ************************************/

.miniature_droite { 
	width:800px;
	height:500px;
	float:none;
	margin-top:50px;
	}
	
.texte2_miniature_droite{
	/*position:absolute; */
	width:600px;
	top: 80%; /* poussé de la moitié de hauteur du cadre */
	/*left: 50%; /* à 50%/50% du parent référent */
	/*transform: translate(-50%, -50%); /* décalage de 50% de sa propre taille */
	background-color:white;
	padding:20px;
	margin: 0 auto;
	position:absolute;
	margin-left:85px;
	text-align: left;
	}
	
.image_miniature_droite{
	width: 800px;
	height: 421px;	
	}
	
.image_miniature_droite img{ /* propriete de l'image "enfermee" dans le div aux bonnes dimensions sans depasser (s'accordent avec overflow & position) */
	width: 800px;
	height: 421px;
	}

/******* 3 COLONNES *****/

.colonne1_portfolio {
	float: none;
	width: 100%;
	margin-right: 0px;
}
.colonne2_portfolio {
	float: none;
	width: 100%;
	margin-left: 0px;
}
.centre_portfolio {
	overflow: hidden;
}
}

/* ---------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------
------------------------ RESPONSIVE 900 ------------------------------------------------------------------------ */


@media screen and (max-width: 900px) 
	
	{
		
	body {
	width: 510px ; 
	}
	
#galerie_portfolio {
	width: 510px;
}
	
	div#navigation{
   width: 500px;
	}
	
	.categorie_projet{
	height: 400px;
	width: 500px;
	}
	
	.test_image_droite{
	width: 500px;
	height: 400px;
	/*float:right;*/
	}
	
.test_image_droite img{ 
	width: 500px;
	height: 400px;
	}	


.test_image_gauche{
	width: 500px;
	height: 400px;
	/*float:right;*/
	}
	
.test_image_gauche img{ 
	width: 500px;
	height: 400px;
	}

.categorie_miniature{ /* --------------------------------------------------------- */
	width: 500px;
	margin-bottom:35px;
	}	
	
	.miniature_gauche { 
	width:500px;
	height:400px;
	margin-bottom:100px;
	/*float:none;*/
	}
	
	.image_miniature_gauche{
	width: 500px;
	height: 400px;
	float:none;
	}
	
	.image_miniature_gauche img{ /* propriete de l'image "enfermee" dans le div aux bonnes dimensions sans depasser (s'accordent avec overflow & position) */
	width: 500px;
	height: 400px;
	}
	
	.miniature_droite { 
	width:500px;
	height:400px;
	/*margin-top:100px; ----------------- */
	}
	
	.image_miniature_droite{
	width: 500px;
	height: 400px;	
	}
	
	.image_miniature_droite img{ /* propriete de l'image "enfermee" dans le div aux bonnes dimensions sans depasser (s'accordent avec overflow & position) */
	width: 500px;
	height: 400px;
	}

/* ---- ENCART TEXTE---- */

.projet_gauche{
	width:400px;
	}
	
.nom_projet_gauche {
	font-size:30px;	
	}	

.projet_droite{
	width:400px;
	/*padding:10px;*/
	}
	
.nom_projet_droite {
	font-size:30px;	
	}
	
.numero_projet {
	font-size:50px;	
	}
	
.type_projet {
	font-size:20px;	
	}

.texte2_miniature_droite{
	width:400px;
	margin-left: 30px;
	}
	
.texte2_miniature_gauche{
	/*position:absolute; */
	width:400px; 
	margin-bottom:80px;
	/*background-color:red;*/
	}
	
	.read-more {
	margin-left:0px;
	margin-top:1000px;
	}
	
	}

/* ---------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------
------------------------ RESPONSIVE MOBILE ------------------------------------------------------------------------ */


@media screen and (max-width: 750px) 
{
	
/*	div#navigation{
   width: 350px;
   margin: 0 auto;
	}	*/

	body {
	width: 340px; 
	}
	
	div#navigation{
   width: 340px;
	}
	
	#galerie_portfolio {
	width: 340px;
}
	
	.categorie_projet{
	width: 340px;
	height: 400px;
	}
	
	.test_image_droite{
	width: 340px;
	height: 250px;
	/*float:right;*/
	}
	
.test_image_droite img{ 
	width: 340px;
	height: 250px;
	}	


.test_image_gauche{
	width: 340px;
	height: 250px;
	/*float:right;*/
	}
	
.test_image_gauche img{ 
	width: 340px;
	height: 250px;
	}

.categorie_miniature{ /* --------------------------------------------------------- */
	width: 340px;
	height:790px;
	margin-bottom:35px;
	}	
	
	.miniature_gauche { 
	width:340px;
	height:/*250px; */ 350px; /* ------------------------------------------------ */
	margin-bottom:100px;
	/*float:none;*/
	}
	
	.image_miniature_gauche{
	width: 340px;
	height: 250px;
	float:none;
	}
	
	.image_miniature_gauche img{ /* propriete de l'image "enfermee" dans le div aux bonnes dimensions sans depasser (s'accordent avec overflow & position) */
	width: 340px;
	height: 250px;
	}
	
	.miniature_droite { 
	width:340px;
	height:250px;
	/*margin-top:100px; ----------------- */
	}
	
	.image_miniature_droite{
	width: 340px;
	height: 250px;	
	}
	
	.image_miniature_droite img{ /* propriete de l'image "enfermee" dans le div aux bonnes dimensions sans depasser (s'accordent avec overflow & position) */
	width: 340px;
	height: 250px;
	}

/* ---- ENCART TEXTE---- */

.presentation_projet p {
	font-size:18px;	
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 5px;
	/*padding-bottom: 40px;*/
		}
		
.presentation_projet img {
	width:100%;
	}
	

.projet_gauche{
	width:312px;
	/* background-color:green; */
	}
	
.nom_projet_gauche {
	font-size:30px;	
	}	

.projet_droite{
	width:312px;
	/*padding:10px;
	background-color:yellow; */ 
	}
	
.nom_projet_droite {
	font-size:30px;	
	}
	
.numero_projet {
	font-size:50px;	
	}
	
.type_projet {
	font-size:20px;	
	}

.texte2_miniature_droite{
	width:312px;
	/*background-color:blue;*/
	margin-top:100px;
	margin-left: 0px;
	}
	
.texte2_miniature_gauche{
	/*position:absolute; */
	width:312px; 
	margin-bottom:/*80px; */ 500px;
	margin-top:65px;
	}

blockquote {
	font-size:18px;	
	padding-right: 50px;
	padding-left: 50px;
	}
	
}