
/*
 * Teaser pour les categories
 */
/* BLOC QUI CONTIENT LES 6 BLOCS CATEGORIE */
.home_category_teaser
{
	
	margin-top:4px;
}

.home_category_teaser .category_item_teaser:first-child
{
	margin-left:0;
	margin-top:6%;
}

.home_category_teaser .category_item_teaser
{
	float:left;
	width:100%;
	/*border:solid 1px #DDD;*/
	margin-bottom:8%;
	position:relative;
	border-radius:3px;
}

.home_category_teaser .category_item_teaser:hover
{
	/*box-shadow:0px 0px 3px rgba(0,0,0,0.2);*/
}

.category_teaser_img
{
	height:141px;
}

.category_teaser_img.fltl
{
	margin-right:2%;	
}

.category_teaser_img.fltr
{
	margin-left:2%;
}

.home_category_teaser .category_teaser_img img
{
	display:block;
	border-radius: 2px;
	margin-left:10px;
}

/*Titre de la categorie*/
.category_teaser_title
{
	width:95px;
	height:19px;
	color:#FFF;
	font-weight:bold;
	padding:1px 7px 0 7px;
	max-width:100px;
	font-size:14px;
	position:absolute;
	top:121px;
	cursor:pointer;
	text-decoration:none;
	border-radius:0 3px 0 0;
}





/*affichage de l'imagette categorie au dessus de l'image des 6 blocs*/
.category_img_link
{
	position:relative;
	top:-21px;
	/*width:72px;*/
	height:21px;
	display:block;
}



.home_category_teaser .category_teaser_txt
{
	padding:10px;
	height:121px;
	
}

.category_teaser_txt h3
{
	font-size:25px;
	font-family:'Roboto',georgia;
	font-weight:300;
	
	line-height:30px;
	margin-bottom:2%;
}

.category_teaser_txt p
{
	font-size:105%;
	height:45px;
}


.home_category_teaser .articles_teaser img
{
	float:left;
	margin-right:2%;
	border-radius: 2px;
}


.home_category_teaser .articles_teaser
{
	font-size:10px;
	padding:10px;
	clear:both;
	border-bottom:solid 1px #DDD;
	margin-top:10px;
}

.home_category_teaser .articles_teaser ol li
{
	margin-bottom:10px;
}

.home_category_teaser .articles_teaser li a
{
	font-size:140%;
	line-height:120%;
	font-family:Verdana,Arial;
	display:block;
}

.home_category_teaser .articles_teaser h4
{
	margin-top:0.5%;
	margin-bottom:1%;
	font-size:100%;
	/*font-weight: bold;*/
}

.home_category_teaser .articles_teaser h4 a
{
	font-family:'Roboto',Georgia;
	font-size:170%;
	font-weight:300;
}


.home_category_teaser .articles_teaser ol p a
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:120%;
	color:#333;
}

.home_category_teaser .all_article_link
{
	font-size:15px;
	font-family:'Roboto',Verdana;
	padding:9px 10px 8px 10px;
	text-align:left;
	border-bottom:solid 1px #DDD;
	/*background-color:#EEE;*/
}

.home_category_teaser .all_article_link a
{
	padding: 0.5% 1%;
	font-weight:300;
}

.home_explain_femmezine_txt
{
	
	font-size:11px;
	color:#888;
	font-family:Verdana;
	line-height:19px;
	margin:20px 0;
	text-align:justify;
}

.home_explain_femmezine_txt .quote
{
	font-size:30px;
	color:#000;
	float:left;
}

@media screen and (max-width: 950px)
{

	.category_teaser_txt p
	{
		font-size: 150%;
	}

	.category_teaser_txt h3
	{
		font-size:185%;
	}

	.home_explain_femmezine_txt {
		font-size: 120%;
	}


	.home_explain_femmezine_txt
	{
		display: none;
	}
}