/*
	Fluid Baseline Grid v1.0.0
	Designed & Built by Josh Hopkins and 40 Horse, http://40horse.com	
	Licensed under Unlicense, http://unlicense.org/
	
	Base stylesheet with CSS normalization, typographic baseline grid and progressive responsiveness
*/

/* Import Font Face */
@font-face {
    font-family: "Bebas";
    font-style: normal;
    font-weight: normal;
    src: url("font/BEBAS___-webfont.eot?#iefix") format("embedded-opentype"), url("font/BEBAS___-webfont.woff") format("woff"), url("font/BEBAS___-webfont.ttf") format("truetype"), url("font/BEBAS___-webfont.svg#BebasRegular") format("svg");
}
@font-face {
    font-family: 'YanoneKaffeesatzBold';
    src: url('font/YanoneKaffeesatz-Bold-webfont.eot');
    src: url('font/YanoneKaffeesatz-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/YanoneKaffeesatz-Bold-webfont.woff') format('woff'),
         url('font/YanoneKaffeesatz-Bold-webfont.ttf') format('truetype'),
         url('fontYanoneKaffeesatz-Bold-webfont.svg#YanoneKaffeesatzBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* HTML5 DECLARATIONS */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, dialog {display: block}
audio[controls],canvas,video {display: inline-block; *display: inline; zoom: 1}

/* BASE */
html {height: 100%; font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%} /* Force scrollbar in non-IE and Remove iOS text size adjust without disabling user zoom */
body {margin: 0; min-height: 100%; -webkit-font-smoothing:antialiased; font-smoothing:antialiased; text-rendering:optimizeLegibility;} /* Improve default text rendering, handling of kerning pairs and ligatures */

/* DEFAULT FONT SETTINGS */
/* 16px base font size with 150% (24px) friendly, unitless line height and margin for vertical rhythm */
/* Font-size percentage is based on 16px browser default size */
body, button, input, select, textarea {font: 100%/1.5 Arial,Palatino,"Palatino Linotype",Times,"Times New Roman",serif; *font-size: 1em; color: #000} /* IE7 and older can't resize px based text */
p, blockquote, q, pre, address, hr, code, samp, dl, ol, ul, form, table, fieldset, menu, img {margin: 0; padding: 0}

/* TYPOGRAPHY */
/* Composed to a scale of 12px, 14px, 16px, 18px, 21px, 24px, 36px, 48px, 60px and 72px */
h1, h2, h3, h4, h5, h6 {font-family:Futura, "Century Gothic", AppleGothic, sans-serif;color:#222;text-shadow:1px 1px 1px rgba(0,0,0,.10)}
h1 {margin: 0; font-size: 1em; line-height: 1.2em; margin-bottom: 0.4em} /* 60px / 72px */
h2 {margin: 0; font-size: 1em; line-height: 1em; margin-bottom: 0.5em; font-family:"YanoneKaffeesatzBold", AppleGothic, sans-serif;} /* 48px / 48px */
h3 {margin: 0; font-size: 1em; line-height: 1.3333333333333333333333333333333em; margin-bottom: 0.6667em} /* 36px / 48px */ 
h4 {margin: 0; font-size: 1em; line-height: 1em; margin-bottom: 1em} /* 24px / 24px */
h5 {margin: 0; font-size: 1em; line-height: 1.1428571428571428571428571428571em; margin-bottom: 1.1428571428571428571428571428571em} /* 21px / 24px */
h6 {margin: 0; font-size: 1em; line-height: 1.3333333333333333333333333333333em; margin-bottom: 1.3333333333333333333333333333333em} /* 18px / 24px */
p, ul, blockquote, pre, td, th, label {margin: 0; font-size: 1em; line-height: 1.5em; margin-bottom: 0} /* 16px / 24px */
small, p.small {margin: 0; font-size: 0.875em; line-height: 1.7142857142857142857142857142857em; margin-bottom: 1.7142857142857142857142857142857em} /* 14px / 24px */

/* CODE */
pre {white-space: pre; white-space: pre-wrap; word-wrap: break-word} /* Allow line wrapping of 'pre' */
pre, code, kbd, samp {font-size: 1em; line-height: 1.5em; margin-bottom: 1.5em; font-family: Menlo, Consolas, 'DejaVu Sans Mono', Monaco, monospace}

/* TABLES */
table {border-collapse: collapse; border-spacing: 0; margin-bottom: 1.5em}
th {text-align: left}
tr, th, td {padding-right: 1.5em; border-bottom: 0 solid #333}

/* FORMS */
form {margin: 0}
fieldset {border: 0;padding: 0}
textarea {overflow: auto; vertical-align: top}
legend {*margin-left: -.75em}
button, input, select, textarea {vertical-align: baseline; *vertical-align: middle} /* IE7 and older */
button, input {line-height: normal; *overflow: visible}
button, input[type="button"], input[type="reset"], input[type="submit"] {cursor: pointer;-webkit-appearance: button}
input[type="checkbox"], input[type="radio"] {box-sizing: border-box}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box;	box-sizing: content-box}
input[type="search"]::-webkit-search-decoration {-webkit-appearance: none}
button::-moz-focus-inner, input::-moz-focus-inner {border: 0; padding: 0}

/* QUOTES */
blockquote, q {quotes: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none}
blockquote, q, cite {font-style: italic}
blockquote {padding-left: 1.5em; border-left: 3px solid #ccc}
blockquote > p {padding: 0}

/* LISTS */
ul, ol {list-style-position: inside; padding: 0}
li ul, li ol {margin: 0 1.5em}
dl dd {margin-left: 1.5em}
dt {font-family:Futura, "Century Gothic", AppleGothic, sans-serif}

/* HYPERLINKS */
a {text-decoration: none; color:#EC7000}
a:hover {text-decoration: none; color:#7CB923}
a:focus {outline: thin dotted}
a:hover, a:active {outline: none} /* Better CSS Outline Suppression */

/* MEDIA */
figure {margin: 0}
img, object, embed, video {max-width: 100%;	_width: 100%} /* Fluid images */
img {border: 0;	-ms-interpolation-mode: bicubic} /* Improve IE's resizing of images */
svg:not(:root) {overflow: hidden} /* Correct IE9 overflow */

/* ABBREVIATION */
abbr[title], dfn[title] {border-bottom: 1px dotted #333; cursor: help}

/* MARKED/INSERTED/DELETED AND SELECTED TEXT */
ins, mark {text-decoration: none}
mark {}
ins {}
del {text-decoration: line-through}
::-moz-selection {background: #7CB923; color: #fff; text-shadow: none} /* selected text */
::selection {background: #7CB923; color: #fff; text-shadow: none} /* selected text */

/* OTHERS */
strong, b, dt { font-weight: bold}
dfn {font-style: italic}
var, address {font-style: normal}
sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline} /* Position 'sub' and 'sup' without affecting line-height */
sup {top: -0.5em} /* Move superscripted text up */
sub {bottom: -0.25em} /* Move subscripted text down */
span.amp{font-family:Adobe Caslon Pro,Baskerville,"Goudy Old Style","Palatino","Palatino Linotype","Book Antiqua",Georgia,"Times New Roman",Times,serif;font-style:italic;font-size:110%;line-height:0;position:relative;vertical-align:baseline} /* Best available ampersand */

/* MICRO CLEARFIX HACK */
.cf:before, .cf:after {content:"";display:table} /* For modern browsers */
.cf:after {clear:both}
.cf {zoom:1} /* For IE 6/7 (trigger hasLayout) */

.clearfix:before,.clearfix:after {content: "."; display: block; height: 0; overflow: hidden}
.clearfix:after {clear: both}
.clearfix {zoom: 1}

.widget-left, .widget-right, #hasard_footer_idee_cadeau {margin-top:4%; width:95%; 
-webkit-box-shadow: 0px 3px 0px 0px #c7c8c7;
-moz-box-shadow: 0px 3px 0px 0px #c7c8c7;
-o-box-shadow: 0px 3px 0px 0px #c7c8c7;  
-ms-box-shadow: 0px 3px 0px 0px #c7c8c7;  
box-shadow: 0px 3px 0px 0px #c7c8c7; 
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px; 
-ms-border-radius: 3px;  
border-radius: 3px;  
border: 1px solid #eff2ed;
margin-left:auto; margin-right:auto; background-color: #f5f5f5; padding:5px 0}

#hasard_footer_idee_cadeau, #lien_idee_cadeau {
margin-top:4%; width:70%; 
-webkit-box-shadow: 0px 3px 0px 0px #c7c8c7;
-moz-box-shadow: 0px 3px 0px 0px #c7c8c7;
-o-box-shadow: 0px 3px 0px 0px #c7c8c7;  
-ms-box-shadow: 0px 3px 0px 0px #c7c8c7;  
box-shadow: 0px 3px 0px 0px #c7c8c7; 
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px; 
-ms-border-radius: 3px;  
border-radius: 3px;  
border: 1px solid #eff2ed;
background-color: #f5f5f5; padding:5px 0; }

#desc_idee_cadeau {
	width:85%;
}

#lien_idee_cadeau ul {list-style-type:disc; color:#7ebe20;}

#hasard_footer_idee_cadeau ul {list-style-type:none;}

#footer-bas {font-size:0.8em; text-align:center; font-style:italic; margin-top:20px;}
.img_loop_right {vertical-align:top;}

.textwidget {font-size:0.8em;}
.textwidget img {vertical-align:top;}

.widget_archive {text-align:center}

.widget-left .widget-title, .widget-right .widget-title, #hasard_footer_idee_cadeau .widget-title{color:#7CB923; text-align:center;}
.limit98 {width:90%; margin:0 auto;}

#recent-comments ul {list-style-type:none;}
#recent-comments li {font-size:0.8em; margin-top:5px;}
.date_commentaire {font-style:italic;}
.auteur_commentaire {font-style:italic; color:#7CB923}

ul.podium_idee_cadeau li {margin-top:10px;}

.menu {list-style-type:disc; color:#7ebe20; line-height:110%;}
li.menu-item {margin-left:25px;}
li.menu-item  a{color:#202020; font-size:0.9em;}
li.menu-item  a:hover{color:#7cb923;}

.st-tag-cloud {width:92%; margin:0 auto;}

.image_miniature_cadre_idee_cadeau {background-color:#fff; width:95%; height:110px; box-shadow: 1px 1px 12px #555; margin-top:10px; display:block;}
.image_miniature_idee_cadeau {margin:0 auto;	}

.img_loop {vertical-align:top;}

.wpcf7-form input[text], .wpcf7-form textarea {width:80%}
.widget-left .center { margin-left:25px; }
.searchform input[type="text"] {border:2px solid #7CB923; height:20px; float:left; }
.searchform input[type="submit"] {background: url("images/bouton_rechercher_idee_cadeau.jpg") no-repeat; border:none; width:26px; height:26px; float:left; margin-left:10px;}
#sidebar-top {float:right; margin-top:30px;}
#logo_idees_cadeaux h3 a {font-family:Bebas, "Century Gothic", AppleGothic, sans-serif; font-size:1.5em; letter-spacing:3px; color:#7CB923; font-weight:100;}
#logo_idees_cadeaux h3 {margin: 0; font-size: 1em; line-height: 1.2em; margin-bottom: 0.4em}
#logo_idees_cadeaux img {margin-top:7px;}
#logo_idees_cadeaux h2 a{font-family:Arial, "Century Gothic", AppleGothic, sans-serif; color:#fff; float:left}

#logo_idees_cadeaux_images { float:left;}
#logo_idees_cadeaux_textes { float:left; margin-top:20px; margin-left:10px}

.title_page h1, .title_page h2, .idee_hasard h2 {font-family:Bebas,"Century Gothic", AppleGothic, sans-serif; font-size:1.5em; letter-spacing:3px; color:#7CB923; font-weight:100}
.idee_hasard {margin-top:10px; margin-left:5px;}
/* DEFAULT MOBILE STYLE */
body {width: 100%;} /* Center page without wrapper */
#wrapper { width:98%; margin:0 auto;}
#wrapper_haut { width:100%; background: url("images/fond_idee_cadeau_header.jpg") top left repeat; height:101px;}
#wrapper_haut_limit {width:98%; margin:0 auto;}
#carousel_top_idee_cadeau{width:95%; margin:0 auto;}
/* column grid */
.g0,.g1,.g2,.g3,.g4,.g5{display:block; position: relative; }
/* 1 column grid */
.g1,.g2,.g3,.g4{width:98.0%;}
.g5{width:100%}

.like_idee_cadeau{
	position:absolute;
	margin-top:3px;
	margin-left:3px;
	padding:6px 5px 0 5px;
	background-color:#E1E1E1; 
	opacity:0.8;
	width:115px;
}
.imglike {vertical-align:middle;}

.like_idee_cadeau a{
	font-size:0.8em;
}

.widget_archive select {border: 2px solid #7CB923}

.imglooplien {
width:96%;
padding: 2%;
border: solid 1px #c7c7c7;
background-color:#e1e1e1;
margin: 0;
text-align:center
}

.post-loop-content {font-size:0.8em;}

.pubsingle {
	padding-left:10px;
	text-align:center;
}

.imglooplien_limit {
	width:40%;
	float:left;
	display:inline;
}
.right_title_idee_cadeau {
	float:right;
	width:58%;
	display:inline;
}

ul .podium_idee_cadeau {
	list-style-type:none;
}
ul .podium_idee_cadeau li{
	font-size:0.8em
}
.fontsmall {font-size:0.7em}
.italique {font-style:italic}

#post-pub2, #post-pub1{text-align:center;}

#post-pub2 h2, #post-pub1 h2{text-align:left;}

.popular-posts ul {
	list-style-type:none;
}

.popular-posts li {
	font-size:0.8em; margin-top:10px;
}

.imglooplienright{
padding: 2%;
border: solid 1px #c7c7c7;
background-color:white;
margin: 0;
text-align:center
}

#comment {width:80%;}

input[type="submit"] {border: 2px solid #7CB923; background-color:white; }

.verticaltop{vertical-align:top;}


.imgombre {
	position:relative;
}
.imgombre-left {
width:42%;
float:left;
margin-left:5px;
}

.imgombre-right {
width:42%;
margin-right:5px;
float:right;
}


.imgombre-left img {
	float:left;
}

.imgombre-right img {
	float:right;
}

.gallery {
	margin-top:10px;
}

.nostyle_ul { list-style:none;}
.image_gallery {width:95%}

.addthis_toolbox {margin-top:10px; margin-bottom:10px;}

.more_cadeau_limit { float:left; margin-top:5px; margin-left:10px;} 

#comments-content {margin-top:10px;}

#ideecadeauprinc {
	background-color: #f5f5f5;
	-webkit-box-shadow: 0px 3px 0px 0px #c7c8c7;
	-moz-box-shadow: 0px 3px 0px 0px #c7c8c7;
	-o-box-shadow: 0px 3px 0px 0px #c7c8c7;  
	-ms-box-shadow: 0px 3px 0px 0px #c7c8c7;  
	box-shadow: 0px 3px 0px 0px #c7c8c7; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px; 
	-ms-border-radius: 3px;  
	border-radius: 3px;  
	border: 1px solid #eff2ed;
	margin-left:auto;
	margin-right:auto;
	margin-top:2%;
	width:98%;
	position:relative;
}

.post {
	font-size : 0.9em;
	background-color: #f5f5f5;
	-webkit-box-shadow: 0px 3px 0px 0px #c7c8c7;
	-moz-box-shadow: 0px 3px 0px 0px #c7c8c7;
	-o-box-shadow: 0px 3px 0px 0px #c7c8c7;  
	-ms-box-shadow: 0px 3px 0px 0px #c7c8c7;  
	box-shadow: 0px 3px 0px 0px #c7c8c7; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px; 
	-ms-border-radius: 3px;  
	border-radius: 3px;  
	border: 1px solid #eff2ed;
	margin-left:auto;
	margin-right:auto;
	width:98%;
	position:relative;
	margin-top:10px;
}

.post-limit {width:98%; margin : 0 auto;}
.post .title_page {margin-left:0}

.title_page {
	margin-top:4%;
	width:98%;
	margin-left:5px;
}

#limit-idee-cadeau {
	width:100%;
	margin:0 auto;
}
imglooplien:hover {
padding: 2%;
border: solid 1px red;
background-color:grey;
}

#main {
}



.post_loop {
width: 95%;
height:100%;
margin: 0 auto;
position:relative;
}


.post_loop h2 {
	margin-top:3px;
	color:#000;
	height:55px;
	color:#8e8e8e;
	font-weight:bold;
	font-size:1.7em;
}

.post_loop h2 a {
	color:#8e8e8e;
	font-weight:bold;
}

.post_loop h2 a:hover {
	color:#000;
	font-weight:bold;
}

.achat-idee {
	font-size:1em;
	font: 100%/1.5 Arial,Palatino,"Palatino Linotype",Times,"Times New Roman",serif; *font-size: 1em; color: #000;
	font-weight:bold;
}

.meta {
font-size:0.8em;
}

#sidebar-secondary {margin-left:3%;}

.post_content { width:100%;}
/* Background and border colors */
body{ 
	background : url("images/fond_bg.gif") repeat; 
}

#header-top {
	
}

#header-left {
	
}

/* media Queries

FOLDING FLUID GRID
< 767px			- 1-Column Fluid Grid
768px - 1023px	- 2-Column Fluid Grid
> 1024px			- 3-Column Fluid Grid
Change widths as necessary
------------------------------------------- */

	#search-3 {
		display:block;
	}
	
	#logo_idees_cadeaux_rech {
		display:none;
	}
	
	#logo_idees_cadeaux {
		width:100%;
	}
	
	#logo_idees_cadeaux_images, #logo_idees_cadeaux_textes  h2{
	 	display:none;
	}
	
	#idee_cadeau_lien_pub {
		display:none;
	}
	
.idee_sugg {list-style:none;	}
.idee_sugg  li{display:inline;}
.idee_sugg  li h3{display:inline;}

.textwidget {text-align:center}
	
/* MOBILE PORTRAIT */
@media only screen and (min-width: 320px) {
	body {
		
	}
	.start-loop div.g2 {	
		margin-top:25px;
		border-bottom : 2px double #7CB923;
		padding-bottom : 3px;
	}
}

/* MOBILE LANDSCAPE */
@media only screen and (min-width: 480px) {
	body {
		
	}
	
	#logo_idees_cadeaux_textes  h2{
	 	display:block;
	}
}

/* SMALL TABLET */
@media only screen and (min-width: 600px) {
	body {
		
	}
	
	#logo_idees_cadeaux_images{
	 	display:block;
	}
	#idee_cadeau_lien_pub {
		display:block;
	}
}

/* TABLET/NETBOOK */
@media only screen and (min-width: 768px) { 
		body {
		
	}

/*personnalisation bloc */


	#header-left {
		position:fixed;
		display:block;
	}
	
	#wrapper_haut {
		position:fixed;
		z-index:100;
		
	}
	#wrapper { position:absolute; margin-top:101px; width:100% }
	#wrapper-centre {
		position:relative;
		margin-left: auto;
		margin-right: auto;
	}

	#main,#footer-bas,#sidebar_footer,#desc_id_1 {
		margin-left:40%;
	}
	
	/* 2 COLUMN GRID */
	.g1{width:40%}
	.g2{width:100%}
	.g3{width:60%}
	.g4{width:96%}
	

	#content.g3 {width:100%}
	#sidebar_right {width:100%}
	#header-left .g1 {width:38,4%}
		
	/* COLUMN GRID */
	.g0,.g1,.g2,.g3,.g4,.g5{display:inline; float: left}
}

/* LANDSCAPE TABLET/NETBOOK/LAPTOP */
@media only screen and (min-width: 1000px) { 

	#logo_idees_cadeaux_rech {
		display:block;
	}
	
	#logo_idees_cadeaux {
		width:73%;
	}
	
	#search-3 {
		display:none;
	}	
	
	body {

	}
	
	#wrapper-centre {
		width:98%;
	}	
	
	
	#header-left {
		position:fixed;
		width:24%
	}

	#main,#footer-bas,#sidebar_footer,#desc_id_1 {
		margin-left:25%;
	}
	
	
	/* 3 COLUMN GRID */
	.g1{width:25%}
	.g2{width:50%}
	.g3{width:75%}
	.g4{width:96%}
	#content.g3 {width:75%}
	#sidebar_right {width:25%}
	
	.start-loop div.g2 {	
		margin-top:0;
		border-bottom : none;
		padding-bottom : 0;
	}
	
	.start-loop {
		margin-top:25px;
		border-bottom : 2px double #7CB923;
		padding-bottom : 3px;
	}
	
	.last-loop{
		margin-top:25px;
		border-bottom : none;
		padding-bottom : 0;
	}
	
}

@media only screen and (min-width: 1280px) { 
/* DESKTOP */
		body {

	}
}

/* WIDESCREEN */
/* Increased body size for legibility */
@media only screen and (min-width: 1400px) { 
	body {font-size:116.75%; max-width:1440px} /* 18.5px / 28px */
}


/* PRINT */
@media print {
  * {background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important} /* Black prints faster */
  a, a:visited {color: #444 !important; text-decoration: underline}
  a[href]:after {content: " (" attr(href) ")"}
  abbr[title]:after {content: " (" attr(title) ")"}
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {content: ""}  /* Don't print links for images, javascript or internal links */
  pre, blockquote {border: 1px solid #999; page-break-inside: avoid; }
  thead {display: table-header-group; } /* Repeat header row at top of each printed page */
  tr, img {page-break-inside: avoid; }
  img {max-width: 100% !important; }
  @page {margin: 0.5cm}
  p, h2, h3 {orphans: 3; widows: 3}
  h2, h3{page-break-after: avoid}
}