/*
Theme Name:     LaptopSpirit
Description:	LaptopSpirit 2013
Author:         Alex Martin
Template:       twentytwelve
Version:        4.6.2
*/

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


/* -------------- Objets et éléments CSS --------------- */



/* dégradés
*/

.degrade-lps {
	background-image:linear-gradient(#79BBFF, #3A6AA6);
	background-image:-moz-linear-gradient(#79BBFF, #3A6AA6);
	background-image:-webkit-linear-gradient(#79BBFF, #3A6AA6);
	background-image:-o-linear-gradient(#79BBFF, #3A6AA6);
	background-image:-ms-linear-gradient(#79BBFF, #3A6AA6);
	/* Internet Explorer */
	*background: #3A6AA6;
	background: #3A6AA6\0/;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#FF79BBFF, endColorstr=#FF3A6AA6);
}

/* couleurs unies
*/

.bleu-uni {
	background-color: #3b76c2;
}


/* fond transparent
*/

.fond-transparent {
 	background-color: rgb(200, 200, 200);
	background-color: rgba(200, 200, 200, 0);
}



/* fond blanc
*/

.fond-blanc {
	background-color: #FFF;
}



/* ombrage
*/

.ombrage {
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 6px!important;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 6px!important;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 6px!important;
}



/* hr sections
*/

.section {
	display: block;
	clear: both;
	margin: 0px;
	margin: 0rem;
	height: 7px;
	height: .5rem;
	width: 100%;
	display: none;
}



/* Habillage
*/

#hab {
	z-index: 0;
	width: 100%;
	height: 1500px;
	position: absolute;
}

.lien_hab{
	width: 100%;
	height: 100%;
	display: block;
}





/* ------------- Structure et apparence du site ------------- */



	/* Body, polices & co
*/

body {
	font-family: Helvetica Neue,Arial,Helvetica,Trebuchet MS,Lucida Grande,Sans-Serif,DejaVu Sans,Bitstream Vera Sans;
	z-index: 1;
}



	/* Présentation body
*/

body .site {
	padding: 0px 0px;
	margin: 0 auto;
	max-width: 1000px;
	overflow: visible;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#page {
	width: 1000px;
	z-index: 1;
	position: relative;
}



/* Liens
*/

a {
	color: #004499;
	text-decoration: none;
}

.entry-content a:visited {
	color:#004499;
}

a:hover {
	color: #004499;
	text-decoration: underline;
}


/* Header
*/

#masthead {
	width: 1000px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0px;
	/*background-image: url(./images/FondLPS.png);*/
	background: #3E7ECC;
}

#header {
	width: 100%;
	height: 100px;
	float: left;
	line-height: 0;
	padding: 0;
}

#header a {
	float: left;
	display: block;
	width: 26%;
	height: 100%;
}

.header-image {
	float: left;
	width: 230px;
	height: 38px;
	margin-top: 31px;
	margin-left: 18px;
}

#pub-header {
	width: 728px;
	height: 100%;
	padding: 5px;
	float: right;
}



	/* Menu principal
*/

.menu-menu-principal-container {
	height: 100%;
	float: right;
	padding-right: 10px;
}

.main-navigation {
	height: 22px;
	margin-top: 0;
	text-align: center;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 5px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 5px;
}
.main-navigation li {
	float: left;
	margin-top: 0;
	font-size: 0.9rem;
	height: 100%;
	text-shadow: 1px 1px #333;
}
.main-navigation li:hover {
	text-shadow: 0 0 2px #000;
}
.main-navigation a {
	color: #FFF;
	font-weight: bold;
}
.main-navigation a:hover {
	color: #FFF;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	border: none;
	display: inline-block !important;
	text-align: left;
	width: 100%;
	background: transparent;
}
.main-navigation ul {
	margin: 0;
	text-indent: 0;
	height: 100%;
}
.main-navigation li a,
.main-navigation li {
	display: inline-block;
	text-decoration: none;
	letter-spacing: 0.5px;
}
.main-navigation li a {
	border-bottom: 0;
	padding: 0 10px;
	line-height: 22px;
	color: #FFF;
	text-transform: none;
	white-space: nowrap;
	font-weight: bold;
}
.main-navigation li a:hover {
	color: #FFF;
	background: #4886D4;
}
.main-navigation li {
	margin: 0;
	position: relative;
}
.main-navigation li ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 15px;
	z-index: 1;
}
.main-navigation li ul ul {
	top: -8px;
	left: 95%;
}
.main-navigation ul li:hover > ul {
	border-left: 0;
	display: block;
	padding-top: 7px;
}
.main-navigation li ul li a {
	/*background-image: url(./images/FondLPS.png);*/
	background: #3E7ECC;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) -2px 5px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) -2px 5px 5px;
	box-shadow: rgba(0, 0, 0, 0.4) -2px 5px 5px;
	display: block;
	border: none;
	font-size: 13px;
	line-height: 1.1;
	padding: 4px 6px;
	width: 140px;
	white-space: normal;
}
.main-navigation li ul li a:hover {
	background: #4886D4;
	color: #FFF;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
	color: #FFF;
}

#recherche-header {
	float: right;
	width: 200px;
	height: 22px;
	padding: 0;
	margin-top: 3px;
}

#recherche-single {
	width: 300px;
	height: 22px;
	padding: 0;
	margin: auto;
}

.menu-item-search form,
#recherche-single form {
	width: 100%;
	height: 100%;
	padding: 2px;
	margin: 0 auto;
	float: right;
}

input#s {
	width: 95%;
 	font-size: 12px;
 	font-family:  Arial, sans-serif;
 	border: none;
 	border-radius: 0;
  	padding: 1px 3px;
  	margin: 0;
 	vertical-align: middle;
 	-webkit-box-shadow: inset rgba(0, 0, 0, 0.4) 0px 0px 4px;
	-moz-box-shadow: inset rgba(0, 0, 0, 0.4) 0px 0px 4px;
	box-shadow: inset rgba(0, 0, 0, 0.4) 0px 0px 4px;
}

input#searchsubmit {
 	background: url(./images/RechercheLPS.png) no-repeat 1px 1px transparent;
 	background-size: 12px 12px;
	height: 14px;
	width: 14px;
	margin-left: -20px;
	padding: 0;
	border: 0;
	border-radius: 0;
	font-size: 12px;
	color: #fff;
	vertical-align: middle;
	-webkit-box-shadow: inset rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 0;
	-moz-box-shadow: inset rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 0;
	box-shadow: inset rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 0;
}



	/* Menu mise en avant
*/

.menu-vignettes-mise-en-avant-container {
	float: left;
}

#menu-vignettes-mise-en-avant li {
	vertical-align: middle;
}

#menu-vignettes-mise-en-avant li:hover {
	background: #4886D4;
}

.second-navigation {
	clear: both;
	height: 25px;
	background: #3E7ECC;
	/*background-image: url(./images/FondLPS.png);*/
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px -1px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px -1px 5px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px -1px 5px;
}
.second-navigation li {
	margin-top: 0;
	font-size: 0.9rem;
	letter-spacing: 0.5px;
	line-height: 10px;
	padding: 0;
	position: relative;
	text-shadow: 1px 1px #333;
}

.second-navigation a {
	color: #FFF;
	font-weight: bold;
}

.second-navigation ul.nav-menu,
.second-navigation div.nav-menu > ul {
	display: none;
}

.second-navigation ul.nav-menu,
.second-navigation div.nav-menu > ul {
	border: none;
	display: inline-block !important;
	text-align: left;
	width: 100%;
}
.second-navigation ul {
	margin: 0;
	text-indent: 0;
}
.second-navigation li a,
.second-navigation li {
	display: inline-block;
	text-decoration: none;
}
.second-navigation li a {
	border-bottom: 0;
	color: #FFF;
	line-height: 2;
	text-transform: uppercase;
	white-space: nowrap;
	font-weight: bold;
	padding: 0 18px;
	height: 25px;
}
.second-navigation li a:hover {
	color: #FFF;
}
.second-navigation li:hover {
	/*background: #5a85cd;*/
	text-shadow: 0 0 2px #000;
}
.second-navigation .current-menu-item > a,
.second-navigation .current-menu-ancestor > a,
.second-navigation .current_page_item > a,
.second-navigation .current_page_ancestor > a {
	color: #FFF;
}



/* Contenu principal
*/

.site-content {
	float: left;
	width: 69.3%;
	margin: 0px;
	margin: 0rem;
}

#content hr {
	margin: 10px auto;
}

.single #content .entry-content a {
	color: #d70a53;
}



/* À la Une
*/

#alaune {
	overflow: hidden;
	height: 144px;
	left: 0; right: 0;
	padding: 10px 0;
	margin-bottom: 10px;
}

.article-alaune {
	color: #004499;
	max-width: 25%;
	float: left;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 40%;
	text-align: center;
}

.article-alaune h2 {
	padding: 7px 7px 5px;
	margin-top: 60px;
	background-color: rgba(255, 255, 255, 0.84);
	font-weight: normal;
	line-height: 1.4rem;
	font-size: 0.92rem;
}

a.lien-alaune {
	font-size: .84rem;
	text-decoration: none;
}

	a.lien-alaune:hover {
		color: black;
	}




/* Style images
*/

.entry-content img,
.comment-content img,
/*.widget img,*/
img.header-image,
.author-avatar img,
img.wp-post-image {
	border-radius: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


/* Bloc contenu principal
*/

#content {
	padding: 0;
	color: #333;
}

.bloc-article {
	padding: 0 20px;
	margin-bottom: 10px;
}

.site-content article {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border: none;
	word-wrap: normal;
 	-moz-hyphens: none;
 	hyphens: none;
}



/* Style articles index
*/

aside.date {
	font-size: .9rem;
	font-weight: bold;
	padding: 15px 10px;
}

.tagtitre {
	font-weight: bold;
}

.toptagtitre {
	font-weight: bold;
	color: #d70a53;
}

.entry-header .entry-title a {
	color: #004499;
	font-size: .98rem;
	line-height: 1.5;
	padding: 5px;
	margin-top: 15px;
}

.entry-header .entry-subtitle a {
	color: #888;
	font-size: .88rem;
	line-height: 2.2;
	font-weight: normal;
	font-style: italic;
	padding: 5px;
}

.entry-header .entry-subtitle a:hover {
	text-decoration: none;
}

/* Liste articles classique */

.liste-articles .entry-header .entry-title {
	line-height: 0.5;
	margin-left: 110px;
	padding-top: 18px;
}

.liste-articles .entry-header .entry-subtitle {
	line-height: 0.5;
	margin-left: 120px;
}

.liste-articles .article:hover {
	font-weight: bold;
}

.liste-articles .thumbnail-home {
	background-color: white;
}

.liste-articles {
	padding: 0 10px 30px;
}

.liste-articles article.odd {
	background-color: #fff;
}

.liste-articles a {
	line-height: 1;
	font-size: .84rem;
}

.liste-articles article,
.liste-articles header {
	margin-bottom: 0;
	margin-left: 8px;
	height: 75px;
}

.liste-articles article {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Liste articles compacte */

.liste-compacte .thumbnail-home {
	display: none;
}

.liste-compacte article.odd {
	background: #f3f3f3;
}

.liste-compacte .entry-header .entry-title {
	margin-left: 5px;
	padding-top: 8px;
}

.liste-compacte .entry-header .entry-title a {
	margin-top: 0;
	line-height: 1.4;
	padding: 0 5px;
}

.liste-compacte .entry-header .entry-subtitle {
	line-height: 0.5;
	margin-left: 20px;
}

.liste-compacte .entry-header .entry-subtitle a {
	margin-top: 0;
	line-height: 1.5;
	padding: 0;
}

.liste-compacte article,
.liste-compacte header {
	height: 55px;
	margin: 0;
}

.selecteur-css {
	border-radius: none;
	padding: 0;
	float: right;
	margin: 10px 22px 0 0;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

/* Fin liste article compacte */

span.promo {
	font-weight: bold;
}

span.nombre-commentaires {
	font-size: 10px;
	font-weight: bold;
	color: white;
	/*background: #b9cce3;*/
	background: #6a9fe0;
	text-align: center;
	border-radius: 3px;
	padding: 1px 1px;
	font-style: normal;
}

span.nombre-commentaires:hover {
	background: #5f8fcb;
}



/* Thumbnails
*/

.thumbnail-home {
	left: 30px;
	position: absolute;
	line-height: 75px;
	height: 75px;
}

.thumbnail-home img {
	max-width: 75px;
	max-height: 75px;
	vertical-align: middle;
	margin-bottom: 0!important;
	opacity: 1;
	filter: alpha(opacity=100);
}

.thumbnail-home img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}


/* Pagination
*/

.meta-nav {
	display: none;
}

#image-navigation {
	line-height: 1;
	padding-top: 20px;
	font-size: .9rem;
}

#nav-below,
#nav-above {
	padding: 20px 0 0;
}

#nav-below a,
#nav-above a,
#image-navigation a {
	display:inline-block;
	background: #f7f7f7;
	padding: 5px 10px;
	text-decoration: none;
	color: #7e7e7e;
	border: none;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
	font-weight: bold;
	border-radius:3px;
	margin-left: 10px;
}

#nav-below a:hover,
#nav-above a:hover {
	background: #3f80d0;
	color: #fff;
}



/* Style articles single
*/

.single .entry-header {
	margin-bottom: 40px;
}

.single .entry-title,
.page-title,
.archive-title {
	color: #000;
	/*color: #004499;*/
	font-size: 1.2rem;
	font-weight: normal;
	text-transform: none;
}

.single .entry-subtitle {
	color: #666;
	/*color: #049;*/
	font-size: 1.1rem;
	font-weight: normal;
	font-style: italic;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 20px;
}

.single article {
	padding: 20px 0;
}

.single .entry-content p {
	line-height: 1.4rem;
	text-align: justify;
	color: #444;
}

.single footer.entry-meta,
.single header.entry-meta {
	line-height: 1.7;
	font-size: .8rem;
	color: #777;
}

.single header.entry-meta {
	text-align: left;
}

.single .entry-date {
	color: #333;
	font-weight: bold;
}

.entry-content h2 {
	margin: auto;
	height: 20px;
	font-size: 12px;
	text-transform: none;
	line-height: 1.5;
	text-align: center;
	color: white;
	background: #3E7ECC;
	/*background-image: url(./images/FondLPS.png);*/
	border-radius: 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	text-shadow: 0 1px 1px #000;
}

.entry-content h2.red {
	background-image: none;
	background-color: #A70000;
}

.entry-content h2.red2 {
	background-image: none;
	background-color: #e10000;
}

.entry-content h2:hover {
	text-decoration: none;
}

div.juiz_sps_links {
	width: 350px;
	margin: 0 auto 20px 0;
	float: left;
}


/* Style pages
*/

.style-pages {
	padding: 30px!important;
}

.entry-content hr.guideaeration1, hr.guideaeration2 {
	visibility: hidden;
}


/* Tableaux specs
*/

.entry-content table {
	line-height: 1;
	vertical-align: middle;
	color: #050505;
}

.entry-content table td {
	padding: 4px 10px;
	height: 12px;
	color: #333;
}


/* Formulaire signaler une erreur
*/

#signaler {
	float: right;
}

#toggleDiv {
	width: 500px;
	clear: both;
	margin: 20px 0 20px auto;
}

form.wpcf7-form {
	margin-top: 10px;
	padding-left: 5px;
}

form.wpcf7-form input,
form.wpcf7-form textarea {
 	-webkit-box-shadow: inset rgba(0, 0, 0, 0.4) 0px 0px 3px;
	-moz-box-shadow: inset rgba(0, 0, 0, 0.4) 0px 0px 3px;
	box-shadow: inset rgba(0, 0, 0, 0.4) 0px 0px 3px;
}

form.wpcf7-form p {
	margin: 5px auto;
}



/* Encart comparateur de prix
*/

h3.title-encart-comparateur {
	margin: 0 0 0;
	height: 30px;
	font-size: 12px;
	text-transform: none;
	line-height: 2.5;
	text-align: center;
	color: white;
	border: none;
	/*background-image: url(./images/FondLPS.png);*/
	background: #3E7ECC;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	text-shadow: 0 1px 1px #000;
}

h3.title-encart-comparateur2 {
	margin: 0 0 0;
	padding-left: 0px;
	height: 30px;
	font-size: 13px;
	text-transform: none;
	line-height: 2.1;
	/*text-align: center;*/
	/*color: #049;*/
	color: black;
	/*border: 1px #efefef solid;*/
	/*background-image: url(./images/FondLPS.png);*/
/*	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	text-shadow: 0 1px 1px #000;*/
}

#encart-comparateur {
	width: 100%;
	margin: auto;
	clear: both;
}

.table-comparateur {
	width: 100%;
	font-size: .9rem;
	text-align: left;
	border: 1px solid #efefef;
}

.table-comparateur td {
	padding: 10px;
	height: 30px;
	vertical-align: middle;
	font-weight: normal;
	border-bottom: 1px solid #efefef;
	border-right: 1px solid #efefef;
	border-top: none!important;
}

.table-comparateur img {
	margin-left: 15px;
}

.table-comparateur a {
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}

.vignette-pc {
	width: 11%;
	padding-left: 15px;
}

.specs-pc {
	width: 69%
}

.prix-pc {
	width: 20%;
}

.lien-plus-vendu {
	/*font-style: italic;*/
	font-weight: normal!important;
}

td.prix_PC {
	text-align: center;
}





/* Commentaires article
*/

#respond {
	margin-top: 0;
}

.comments-area {
	padding: 10px;
}

form#commentform input,
form#commentform textarea {
 	-webkit-box-shadow: inset rgba(0, 0, 0, 0.4) 0px 0px 4px;
	-moz-box-shadow: inset rgba(0, 0, 0, 0.4) 0px 0px 4px;
	box-shadow: inset rgba(0, 0, 0, 0.4) 0px 0px 4px;
}

#comments {
	padding-bottom: 0;
}

h2.comments-title {
	font-size: 1.1rem;
	font-weight: normal;
	margin-bottom: 15px;
	color: #004499;
}

h3#reply-title {
	display: none;
}

.commentlist {
	padding: 0 20px;
}

.commentlist li {
	margin: 0 0 10px;
	padding: 5px 10px 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
}

.commentlist li.even {
	background: #f8f8f8;
}

.commentlist li.odd {
	background: #fff;
}

.comment-author {
	display: inline-block;
}

.comment-author cite {
	font-weight: bold;
	font-style: normal;
}

.comment-meta {
	display: inline-block;
	float: right;
	margin-bottom: 10px;
}

.comment-meta a {
	font-size: .85rem;
	color: #004499;
}

.comment-body {
	line-height: 1.4;
	font-size: .95rem;
	padding-bottom: 10px;
}

.comment-body p {
	clear: both;
	margin: 15px 5px;
}

.comment-body p a {
	color: #000;
	font-weight: bold;
}

.byuser cite a {
	background: #3E7ECC;
	padding: 1px 5px;
	color: #FFF;
	text-shadow: 0 1px 1px #000;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px;
	border-radius: 3px;
}

.byuser cite a:hover {
	text-decoration: none;
 	opacity: 0.9;
	filter: alpha(opacity=90); /* For IE8 and earlier */
}

.comment-form-url {
	display: none;
}


/* Style table guide-achat
*/

.guidesommairemenu form {
	text-align: center;
}

.guidesommairemenu form select {
	text-align: left;
}

table.guideachat,
table.guideachat tr,
table.guideachat tr td {
	border: none;
	vertical-align: top;
	}

table.guideachat {
	margin-bottom: 10px;
}

p.punchline {
	font-weight: bold;
	text-align: justify;
}

table.guideachat h2 a {
	color: #FFF!important;
}

table.guideachat a:hover {
	text-decoration: none!important;
}

table.guideachat p {
/*	margin-top: -30px !important; */
}

table.guideachat td center {
	display: block;
	padding: 2px 10px;
	margin: auto;
	font-size: 12px;
	text-transform: none;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	color: white;
	background: #3E7ECC;
	/*background-image: url(./images/FondLPS.png);*/
	border-radius: 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	text-shadow: 0 1px 1px #000;
}

table.guideachat td center a {
	color: #FFF!important;
}

table.guideachat td center a :hover{
	color: #FFF!important;
}

a.guidenomlaptop:visited {
	color: #FFF!important;
}

a.guidenomlaptop {
	display: block;
	width: 100%;
	height: 100%;
}

.guideachat td:hover {
 	opacity: 0.9;
	filter: alpha(opacity=90); /* For IE8 and earlier */
}


/* Style formulaire conseil achat
*/

iframe {
	margin: 0;
}


/* Style pages archives
*/

.archive-meta,
.archive-meta p {
	line-height: 1!important;
}

.archive-header,
.page-header {
	border: none;
}


/* Bloc besoin de conseils
*/

#besoin-de-conseils {
	padding: 0 20px 20px;
}

#besoin-de-conseils a {
	display: block;
}

#besoin-de-conseils img {
	display: block;
	width: 468px;
	height: 60px;
	margin: auto;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px;
	border-radius: 3px;
}



/* Lien remonter en haut de page
*/

#main .hautdepage {
	display: block;
	width: 200px;
	height: 20px;
	margin: auto;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	line-height: 1.55!important;
	text-align: center;
	vertical-align: middle;
	color: white;
	background: #3E7ECC;
	/*background-image: url(./images/FondLPS.png);*/
	border-radius: 5px 5px 0 0;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	text-shadow: 1px 1px #333;
}

#main a.hautdepage:hover {
	text-decoration: none;
	color: #fff;
}



/* Sidebar
*/

.widget-title,
.widgettitle {
	display: none;
}

.widget-area {
	float: right;
	width: 30%;
	margin: 0;
}

.widget-area aside.widget {
	margin-bottom: 9px;
	background: #fff;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 6px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 6px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 6px;
}

.widget-area .widget .textwidget {
	line-height: 0;
}

.widget-area .widget h3,
h3.sidebar-title {
	margin-bottom: 7px;
	height: 20px;
	font-size: 12px;
	text-transform: none;
	line-height: 1.6;
	text-align: center;
	color: white;
	background: #3E7ECC;
	/*background-image: url(./images/FondLPS.png);*/
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	text-shadow: 1px 1px #333;
}

.widget-area .widget p {
	margin-bottom: 7px;
}

/* Widgets vignettes et bandeau formu : fond transparent */
#text-24,
#text-28,
#text-4 {
	background: transparent;
}

 .link-fade:hover {
 	opacity: 0.9;
	filter: alpha(opacity=90); /* For IE8 and earlier */
}

/* Commentaires récents sidebar
*/

#recentcomments {
	padding: 0 10px;
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
}

#recentcomments a:hover {
	text-decoration: none;
}

.recentcommentsauthor {
	font-weight: normal;
	color: #000;
	font-style: italic;
	cursor: pointer;
	text-transform: lowercase;
}

.recentcommentsauthor a {
	font-weight: normal;
	color: #000!important;
}

.recentcommentsauthor a:hover {
	text-decoration: none;
}

.widget-area .widget .recentcomments a {
	color: #049;
	font-size: .9rem;
	line-height: 1.6rem;
}

.widget-area .widget .recentcomments a:hover {
	color: #049;
	font-size: .9rem;
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

.widget-area .widget li {
	line-height: 1.1;
	padding: 5px 0;
	border-bottom: 1px solid #efefef;
}



/* Bloc PC portables populaires
*/

.PC_portables {
	position: relative;
	padding-top: 5px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 90px;
	font-size: 11px;
	font-weight: normal;
	border-bottom: 1px solid #f3f3f3;
}

.PC_portables img {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.PC_portables a span {
	color: #004499;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.3;
	padding-bottom: 2px;
}

.contenu p {
	padding: 0!important;
}

.contenu p a {
	display: block;
	width: 100%;
	height: 20px;
	margin: auto;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
	line-height: 1.8!important;
	text-align: center;
	vertical-align: middle;
	color: white!important;
	background: #3E7ECC;
	/*background-image: url(./images/FondLPS.png);*/
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	text-shadow: 1px 1px #000;
}

.contenu p a:hover {
	text-decoration: none;
}

#PC1 {
	float:left;
	width: 272px;
	text-align: left;
	padding-right: 2px;
}
#PC1 a span {
	font-size: 11px;
	font-weight: bold;
}
#PC2 a span {
	font-size: 11px;
	font-weight: bold;
}
#PC2 {
	float: left;
	width: 272px;
	text-align: left;
	margin-left: 4px;
	margin-bottom: 3px;
}

.PC_portables img {
	float: left;
	padding: 4px 2px;
	vertical-align: middle;
	border-bottom: 0;
	margin: 15px 5px 10px 3px;
	height: 40px;
	width: 55px;
}
.PC_portables a span {
	font-size: 11px;
}
.PC_portables p {
	text-align: left;
	margin-top: 3px;
}

.PC_prix {
	color: #003399;
	font-size: 110%;
}

.etoile{
	display: none;
}

.titre_portable {
	color: #003399;
	font-size: 110%;
}


/* Footer
*/

footer[role="contentinfo"] {
	border: none;
	clear: both;
	font-size: 12px;
	line-height: 1.2;
	max-width: 1000px;
	margin: 10px auto;
	padding: 0;
	text-align: center;
}

.logocompteur {
	visibility: hidden;
}

.site-info {
	color: #ddd;
}


/* Modifications Admin WP
*/

div.wp-pointer-content {
	display: none!important;
}


/* Box comparo sidebar
*/

.widget-comparateur-manuel {
	display: none;
}

.widget-comparateur-manuel img {
	padding: 5px 10px;
	box-shadow: none;
}

.widget-comparateur-manuel span {
	line-height: 16px;
	display: table-cell;
	vertical-align: middle;
	color: #049;
}

.textwidget a:hover {
	text-decoration: none;
}

.widget-test {
	display: none;
}


/* Laptops-Widget CSS
*/

.laptops h3 {
	margin-bottom: 0px!important;
}

aside.laptops span {
	color: #000;
	display: block;
}

aside.laptops hr {
	margin: 5px 0 0;
	height: 2px;
}

.laptops a:hover {
	text-decoration: none!important;
}

div.laptops-box-img {
	height: 85px;
	width: 85px;
	line-height: 65px;
	float: right;
}

img.laptops-widget {
	box-shadow: none;
	padding: 10px 10px;
	max-height: 65px;
	max-width: 65px;
	vertical-align: middle;
}

div.laptops-box {
	margin-right: 85px;
	padding: 10px 15px 0;
	min-height: 70px;
}

span.laptops-name {
	margin-top: 5px;
	line-height: 1.5rem;
	text-align: center;
}

span.laptops-prix {
	line-height: 1.5rem;
	font-weight: bold;
	text-align: center;
	color: #d70a53!important;
}

span.laptops-description {
	padding: 5px 15px 7px;
	color: #888!important;
	font-style: italic;
	line-height: 1.2em;
	text-align: center;
}

/* Fin Widget Laptops */


/* Warning Old-Post
*/
.oldcontent {
	/*background: #FE9000;*/
	background: #3E7ECC;
	color: #FFF;
	padding: 20px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.6rem;
}
.oldcontent-cta {
	display: flex;
	justify-content: space-around;
}
.oldcontent a {
	background: white;
	color: #3E7ECC;
	padding: 5px 20px;
	font-weight: bold;
}

.container-popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 5;
}

.popup {
	width: 500px;
	height: 300px;
	background: #fff;
	position: fixed;
	top: 25%;
	left: 25%;
/*	position: absolute;
	top: 315px;
	left: 100px;*/
	margin: auto;
	z-index: 10;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #666;
	font-family: : "Helvetica Neue",arial,sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	-moz-box-shadow: 0px 0px 15px 0px #333;
	-webkit-box-shadow: 0px 0px 15px 0px #333;
	-o-box-shadow: 0px 0px 15px 0px #333;
	box-shadow: 0px 0px 15px 0px #333;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#333, Direction=NaN, Strength=15);
}
.popup h2 {
	margin-left: 30px;
	padding-bottom: 10px;
}
.popup p {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 40px;
}
.popup a {
	margin-left: 30px;
	margin-bottom: 17px;
	line-height: 20px;
	background: url(http://www.laptopspirit.fr/wp-content/themes/LaptopSpirit/images/FondLPS.png) repeat #3e7ecc;
	display: inline-block;
	color: #fff;
	text-shadow: 0 1px 1px #000;
	padding: 7px 20px;
	border: none;
	width: 400px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.popup a:hover {
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
span#close {
	margin-top: 0px;
	margin-right: 5px;
	float: right;
	padding: 5px 5px;
	cursor: pointer;
	color: #3E7ECC;
	font-size: 30px;
}


/* Fin Warning Old-Post
*/

/* Bloc Suivez-nous
*/

.bloc_suivez_nous div img {
	box-shadow: none;
}

/* Fin Bloc Suivez-nous
*/

/* Style recherche avancée LPS */


.select2-container--default .select2-selection--single{
	font-size: 0.9em;
}
.lps-select2 {
	width: 270px;
}
.select2 {
	margin: 5px 0;
}
.select2-container *:focus {
    outline: none;
}
#lps-recherche-avancee-container {
	width: 270px;
	margin: auto;
	padding: 10px 0 0;
	display: flex;
	justify-content: space-between;
}
#lps-recherche-avancee-container-prix,
#lps-recherche-avancee-container-taille {
	display: flex;
	justify-content: space-between;
}
#lps-recherche-avancee-widget h3 {
	background-color: #d70a53;
}
#lps-select2-prix-min,
#lps-select2-prix-max,
#lps-select2-taille-min,
#lps-select2-taille-max {
	width: 130px;
}
.lps-recherche-checkboxes {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 5px 0px;
}
.lps-recherche-checkbox {
	width: 50%;
}

#lps-recherche-avancee-reset {
	float: right;
	line-height: 30px;
	width: auto;
	color: #555;
	font-size: 11px;
	font-style: italic;
	clear: both;
}
#lps-recherche-avancee-reset span {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
}

#lps-recherche-avancee-submit {
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 6px;
	width: 99%;
	color: #fff;
	font-size: 12px;
	background-image: none;
	background-color: #d70a53;
	border: none!important;
	box-shadow: none;
	border-radius: 0;
	-webkit-appearance: none;
}
#lps-recherche-avancee-submit:hover {
	color: #fff;
	background-image: none;
	/*background-color: #3776c3;*/
	background-color: #DD3A5E;
	/*text-shadow: -1px 1px #27496d;*/
	box-shadow: none;
	border-radius: 0;
}
#lps-recherche-avancee-submit:active {
	/*background-color: #3070be;*/
	background-color: #DD3A5E;
	/*text-shadow: -1px 1px #193047;*/
	box-shadow: none;
	border-radius: 0;
}
input#lps-recherche-avancee-submit {
	font-size: 1em;
}

/*
	Fin recherche avancée LPS
*/

/*
	Fix champ caché GF formus
*/


#field_1_23 {
	display: none;
}

/*
	Fin - Fix champ caché GF formus
*/


/*
	Tags prix comparo LPS
*/

	.lps-tag-prix {
		/*display: none;*/
		float: right;
		position: relative;
		/*margin-right: 5px;*/
		width: 40px;
		height: 19px;
		margin-left: 20px;
		/*margin-right: 20px;*/
		padding: 5px 12px 0 12px;
		line-height: 14px;
		background: #d70a53;
		color: #fff;
		font-size: 14px;
		font-weight: 500;
		text-decoration: none;
		/*letter-spacing: 0.5px;*/
		text-align: right;
	}

	.lps-tag-prix:before {
		content: "";
		position: absolute;
		top: 0;
		width: 0;
		height: 0;
		border-style: solid;
	}

	.lps-tag-prix:after {
		content: "";
		position: absolute;
		top: 6px;
		width: 4px;
		height: 4px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		background: #fff;
		-moz-box-shadow: -1px -1px 2px #004977;
		-webkit-box-shadow: -1px -1px 2px #004977;
		box-shadow: -1px -1px 2px #004977;
	}

	.lps-tag-prix:hover {
		background: #DD3A5E;
		color: white;
	}

	/* Add rounded corners to right end of the anchor tag */
	.lps-tag-prix {
		-moz-border-radius-bottomright: 4px;
		-webkit-border-bottom-right-radius: 4px;
		border-bottom-right-radius: 4px;
		-moz-border-radius-topright: 4px;
		-webkit-border-top-right-radius: 4px;
		border-top-right-radius: 4px;
	}

	/* Position and show only right border of triangle  */
	.lps-tag-prix:before {
		left: -12px;
		border-color: transparent #d70a53 transparent transparent;
		border-width: 12px 12px 12px 0;
	}

	/* Fix the circle between anchor box and triangle left to it  */
	.lps-tag-prix:after {
		left: -1px;
		top: 11px;
	}

	.lps-tag-prix:hover:before {
		border-color: transparent #DD3A5E transparent transparent;
	}

	a.toptagtitre:hover {
		text-decoration: none;
	}

/*
	Fin Tags prix
*/



/*
	Box affichant les prix du comparateur sur un article LPS
*/

	.wrap-lps-box-comparo {
		display: flex;
		flex-direction: column;
		float: right;
	}

	.lps-box-comparo-ligne {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		color: white;
		cursor: pointer;
		height: 70px;
		font-size: 14px;
	}

	.active_select {
		width: 3px;
		margin-right: 10px;
	}

	.lps-box-comparo-ligne:hover .active_select {
		background-color: #DD3A5E;
		height: 24px;
		width: 3px;
		margin-right: 10px;
	}

	.lps-box-comparo-ligne-logo {
		width: 85px;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
	}

	.lps-box-comparo-ligne-logo-marchand {
		max-height: 50px;
		max-width: 85px;
		text-align: left;
		vertical-align: middle;
	}

	.lps-box-comparo-ligne-prix {
		display: flex;
		align-items: center;
		height: 100%;
		justify-content: flex-end;
		width: 120px;
	}

	.lps-box-comparo-renvoi-comparateur {
		margin-top: 10px;
		display: flex;
		flex-direction: column;
	}


	.lps-box-comparo-lien-comparateur {
		/*background-color: #3E7ECC;*/
		/*width: 100%;*/
		/*color: white!important;*/
		font-weight: 400;
		/*padding: 1px 5px;*/
		/*margin-left: 20px;*/
		/*margin-right: 20px;*/
		text-align: right;
		font-style: italic;
		/*width: 180px;*/
		display: block;
		/*border-radius: 3px;*/
		color: #d70a53!important;
		/*float: right!important;*/
	}

	.lps-box-comparo-lien-comparateur:hover {
		text-decoration: none;
		/*background-color: #DD3A5E;*/
		color: #d70a53;
	}

	.wrap-lps-box-comparo-notice {
		background: #666;
		height: 105px;
		margin-top: 80px;
		padding:10px 0 0 0;
	}

	.lps-box-comparo-notice a {
		display: block;
		color: white!important;
		font-weight: 300;
		text-align: center!important;
		line-height: 30px;
	}
	.lps-box-comparo-notice a:hover {
		text-decoration: none;
	}

/* Fix images box prix / présentation deux colonnes : Image | Prix */
.wrap-col-lps-box-comparo {
	overflow: hidden;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 50px;
}
.col-lps-box-comparo-image {
	float:left;
	padding: 0 2pt 0 0;
	width: 60%;
}
.col-lps-box-comparo-prix {
	float: right;
	padding: 0 2pt 0 0;
	width: 36%;
}
/* Fin fix images box prix */

/* Fix images box prix pour les guides d'achat */
.wrap-col-lps-box-comparo-guide {
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 70px;
	font-size: 0.9rem;
}
.wrap-col-lps-box-comparo-guide h3 {
	font-size: 1em;
	margin: 0;
}
.wrap-col-lps-box-comparo-guide h4 {
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	color: #777;
	margin: 0 0 24px;
}
.wrap-col-lps-box-comparo-meta {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	width: 36%;
	float: right;
}
.col-lps-box-comparo-image-guide {
	/*float:right;*/
	padding: 0 2pt 0 0;
}
.col-lps-box-comparo-prix-guide {
	/*float: right;*/
	padding: 0 2pt 0 0;
}
.col-lps-box-comparo-desc-guide {
	width: 60%;
	text-align: justify;
}

/* Fin fix images box prix pour les guides d'achat */

/*
	Fin - Box affichant les prix du comparateur sur un article LPS
*/

/*
	Box promos LPS
*/
span.promo,
span.soldes,
span.baisse-prix {
	font-weight: bold;
}

span.promo-best,
span.soldes-best,
span.baisse-prix-best {
	font-weight: bold;
	color: #d70a53;
}

.box_promo_lps {
	border: 1px solid #DD3A5E;
	margin-bottom: 20px;
	/*height: 80px;*/
	width: 92%;
	margin: auto;
}
.box_promo_lps_header {
	background: #DD3A5E;
	/*background: grey;*/
	font-size: 0.9em;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: white;
	height: 20px;
	font-weight: bold;
	line-height: 20px;
	text-align: right;
	padding-right: 22px;
}
.promo_lps_container {
	/*height: 60px;*/
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 90%;
	padding: 20px 0;
}
.promo_lps_logo {
	/*height: 60px;*/
	width: 20%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.promo_lps_logo img {
	max-height: 50px;
	max-width: 85px;
	text-align: left;
}
.promo_lps_desc {
	width: 62%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.promo_lps_desc a {
	color: #333;
}
.promo_lps_desc a:hover {
	text-decoration: none;
}
.promo_lps_desc p {
	margin-bottom: 0;
	padding-right: 20px;
	line-height: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 15px auto;
}
.promo_lps_desc p a.liendesc {
	color: #d70a53;
}
del .promo,
del	.promo-best,
del	.soldes,
del	.soldes-best {
	color: black;
}
.promo_lps_prix {
	/*height: 60px;*/
	width: 18%;
	display: flex;
	align-items: center;
}
.promo_lps_code {
	height: 20px;
	text-align: right;
	margin-right: 24px;
	padding-bottom: 5px;
	font-style: italic;
	font-size: 0.85em;
}

/*
	Fin - Box promos LPS
*/

/*
	Début - Lien menu Bon Plan
*/

li#menu-item-133475.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-133475 {
	background: #d70a53;
/*	height: 25px;
	margin-top:-1px;*/
}

/*
	Fin - Lien menu Bon Plan
*/

/*
	Recherche home
*/
.select2-selection__rendered {
	font-size: 12px;
}
.lps-recherche-home {
	width: 100%;
	/*width: 96%;*/
	height: auto;
	/*margin: 0 auto;*/
	margin: 0 auto 10px;
	background-color: white;
/*	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
}
.lps-recherche-home-container {
	display: flex;
	flex-direction: row;
	/*padding: 5px 5px 0;*/
	padding: 5px 18px 0;
}
.lps-recherche-home-container-prix,
.lps-recherche-home-container-ecran,
.lps-recherche-home-container-proc,
.lps-recherche-home-container-autre {
	padding: 5px;
}
#lps-select2-home-prix-min,
#lps-select2-home-prix-max {
	width: 90px;
}
#lps-select2-home-taille-min,
#lps-select2-home-taille-max {
	width: 90px;
}
#lps-select2-home-def {
	width: 185px;
}
#lps-select2-home-ips {
	width: 70px;
}
#lps-select2-home-tablette {
	width: 110px;
}
#lps-select2-home-ram,
#lps-select2-home-cpu,
#lps-select2-home-quad {
	width: 120px;
}
#lps-select2-home-ssdcap,
#lps-select2-home-gpu {
	width: 220px;
}
/*#lps-select2-home-ssdcap {
	width: 108px;
}*/
#lps-select2-home-quad {
	padding-left: 7px;
	width: 113px;
}
#lps-select2-home-ips {
	padding-left: 7px;
	width: 53px;
}
#lps-select2-home-tablette {
	width: 120px;
}
.resultat-recherche-title {
	background: #d70a53;
	color: white;
	padding: 8px 22px 12px;
}
/*
	Fin recherche home
*/