@charset "ISO-8859-2";
/* CSS Document */

/*
Theme Name: itheme2 Child
Description: Child theme for itheme2 theme
Author: Eve Gillier
Template: itheme2
*/

@import url("../itheme2/style.css");

/* write custom css below */


/************************************************************************************
IMAGE STYLES
*************************************************************************************/

.icone {
	padding: 4px;
	background-image: none;
	vertical-align: middle;
}

/************************************************************************************
RECOS
*************************************************************************************/


/* post title */
.post-title recos {
	margin: 0 0 5px;
	padding: 5px 36px 0 0;
	font: bold 120%/90% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
}
.post-title recos a {
	color: #09AC91;
	text-decoration: none;
}

/*********************************************************************************
AFFICHAGE SUR MOBILES
*********************************************************************************/
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {
#header {
background-size: 80%;
background-repeat: no-repeat;
}
}


/************************************************************************************
PAGE GROUPE
*************************************************************************************/


/* post-title-groupe */
.post-title-groupe {
	margin: 0 0 5px;
	padding: 5px 36px 0 0;
	color: 2AA2EE;
	font: bold 90%/90% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
}
.post-title-groupe a {
	color: 2AA2EE;
	text-decoration: none;
}

/************************************************************************************
POST APPELES CATEGORIES
*************************************************************************************/


/* post title-category */
.post-title category {
	margin: 0 0 5px;
	padding: 5px 36px 0 0;
	font: bold 80%/70% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
}
.post-title recos a {
	color: #09AC91;
	text-decoration: none;
}



