@charset "utf-8";
/* ***CSS BEGIN*** portraitxt (Ne pas modifier cette ligne) */
/* CSS Document */

/*********************************************************************
 * Designed by Chami webmaster@chami.eu
 *
 * Template : portraitxt
 *********************************************************************/

section.portraitxt {
  min-height: 6em;
	background-color: #76143C;
}


section.portraitxt article {
  width: 65%;
  margin: 0 auto;
  padding: 1px 0;
}

.portraitxt h1 {
	font-size: 1.8em;
	color: #DCBEBF;
	padding: .6em 0;
}

.portraitxt h2 {
	font-size: 1.2em;
	color: #CBEAEF;
	text-align: center;
}

.portraitxt p {
	text-align: center;
	color: #F1E9F1;
}
.portraitxt .imgCenter {
  width: 55%;
	display: block;
	margin: 1em auto;
}
		/* ================================ */
		
@media only screen and (max-device-width:400px) {
	section.portraitxt article {
		width: 100%;
		padding: .6em;
	}
	.portraitxt .imgCenter {
		width: 80%;
	}
}
@media only screen and (max-device-width:1000px) {
  section.portraitxt {
  }
}
@media only screen and (max-width:480px) {
	section.portraitxt article {
		width: 100%;
		padding: .6em;
	}
	.portraitxt .imgCenter {
		width: 80%;
	}
}
@media only screen and (max-width:1000px) {
  section.portraitxt {
  }
}
/* ***CSS END*** portraitxt (Ne pas modifier cette ligne) */
