/* ***CSS BEGIN*** page_simple_asideR (Ne pas modifier cette ligne) */
/* CSS Document */

/*********************************************************************
 * Designed by Chami webmaster@chami.eu
 *
 * Template : page_simple_asideR
 * positionnement avec flexbox : https://openclassrooms.com/fr/courses/1603881-apprenez-a-creer-votre-site-web-avec-html5-et-css3/3298561-faites-votre-mise-en-page-avec-flexbox
 *********************************************************************/

.page_simple_asideR {
	display: flex;
	flex-direction: row-reverse;
	background-color: inherit; /*hsla(199,38%,87%,1.00);*/
	min-height: 5em;
	color: inherit;	/*hsla(222,95%,32%,1.00);*/
}

.page_simple_asideR aside {
	background-color: inherit;	/*hsla(83,23%,82%,1.00);*/
	padding: .6em;
	width: 35%;
	min-width: 17em;
}

.page_simple_asideR article {
	background-color: inherit;	/*hsla(190,23%,82%,1.00);*/
	padding: .6em;
	width: 65%;
}

.page_simple_asideR {
}


		/* ================================ */
		
@media only screen and (max-device-width:1000px) {
  .page_simple_asideR {
  }
}
@media only screen and (max-device-width:400px) {
  .page_simple_asideR {
		flex-direction: column;
  }
	.page_simple_asideR aside, .page_simple_asideR article {
		width: 100%;
	}
}
@media only screen and (max-width:1000px) {
  .page_simple_asideR {
  }
}
@media only screen and (max-width:480px) {
  .page_simple_asideR {
  }
}
/* ***CSS END*** page_simple_asideR (Ne pas modifier cette ligne) */
/* ***CSS BEGIN*** t1s_text (Ne pas modifier cette ligne) */
/* CSS Document */

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

.t1s_text {
	min-height: 2em;
	width: 99%;
	margin: 0 auto;
	padding: .5%;
}

		/* ================================ */
		
@media only screen and (max-device-width:400px) {
}
@media only screen and (max-device-width:1000px) {
}
@media only screen and (max-width:480px) {
}
@media only screen and (max-width:1000px) {
}
/* ***CSS END*** t1s_text (Ne pas modifier cette ligne) */
