/**********************************************************************
HOME PAGE
**********************************************************************/
body.new_body #content #wrapper-statique #points{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	display: -moz-flex;
	display: -ms-flex;
	-ms-flex-pack: distribute;
	    -webkit-justify-content: space-around;
	        justify-content: space-around;
}

body.new_body .charte_realisaprint_numero2 #actus .bloc0{
	height: 380px;
	height: 38rem;
}

body.new_body #content #wrapper-statique #points .point{
	float: none;
	margin: 0;
}

body.new_body #content #wrapper-statique #points .text{
	font-weight: 600;
}

body.new_body #content #wrapper-statique #slide{
	width: 100%;
	margin-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-ms-flex-wrap: wrap;
	    -webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        -webkit-justify-content: space-between;
	           -moz-box-pack: justify;
	        justify-content: space-between;
}

body.new_body #content #wrapper-statique #slide .left{
	width: -webkit-calc(100% - 300px - 20px);
	width: -moz-calc(100% - 300px - 20px);
	width: calc(100% - 300px - 20px);
	width: -webkit-calc(100% - 30rem - 2rem);
	width: -moz-calc(100% - 30rem - 2rem);
	width: calc(100% - 30rem - 2rem);
	background: #ffffff;
	min-width: 340px;
	min-width: 34rem;
}

body.new_body #content #wrapper-statique #slide .left .bloc_commande_en_1clic{
	background: url('/site/charte2/css/images/slide.png') top center no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	width: -webkit-calc(100% - 50px);
	width: -moz-calc(100% - 50px);
	width: calc(100% - 50px);
	width: -webkit-calc(100% - 5rem);
	width: -moz-calc(100% - 5rem);
	width: calc(100% - 5rem);
	padding: 16px 25px 16px 25px;
	padding: 1.6rem 2.5rem 1.6rem 2.5rem;
	margin: 0;
}




/*
body.new_body #content #wrapper-statique #slide .left .bloc_commande_en_1clic .divlist{
	padding-left: 0;
	width: initial;
	min-width: 25rem;
	max-width: 34.5rem;
}

body.new_body #content #wrapper-statique #slide .left .bloc_commande_en_1clic select{
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;

	padding-left: 1.5rem;
	width: 100%;
}

body.new_body #content #wrapper-statique #slide .left .bloc_commande_en_1clic select::-ms-expand{
	display: none;
}*/

body.new_body #content #wrapper-statique #slide .right{
	/* width: calc((100% * (1/3)) - 0.5rem); */
}

body.new_body #content #wrapper-statique #slide .right #last_article_title a{
	font-weight: 400;
}

body.new_body #content #wrapper-statique #top_ventes{
	width: 100%;
	/* padding: 0; */
}

body.new_body #content #wrapper-statique #top_ventes > div{
	width: 100%;
}

body.new_body #content #wrapper-statique #top_ventes .tetiere_actu{
	margin-left: 0;
	margin-right: 0;
	width: -webkit-calc(100% - 10px);
	width: -moz-calc(100% - 10px);
	width: calc(100% - 10px);
	width: -webkit-calc(100% - 1rem);
	width: -moz-calc(100% - 1rem);
	width: calc(100% - 1rem);
}

body.new_body #content #wrapper-statique #top_ventes .product{
	margin: 0;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

body.new_body #content #wrapper-statique #actus{
	/* padding: 0 1.5rem; */
	width: 100%;
	margin-bottom: 0;
}

body.new_body #content #wrapper-statique #actus .tetiere_actu{
	margin-left: 0;
	margin-right: 0;
}

body.new_body #content #wrapper-statique #actus .bloc0{
	margin: 0;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	/*width: calc(33% - 3rem);*/
}

body.new_body #content #wrapper-statique .bloc_accueil_largeur_page{
	width: -webkit-calc(100% - 30px);
	width: -moz-calc(100% - 30px);
	width: calc(100% - 30px);
	width: -webkit-calc(100% - 3rem);
	width: -moz-calc(100% - 3rem);
	width: calc(100% - 3rem);
	margin: 0;
	background: #ffffff;
}

/*****************************************************************************
/HOMEPAGE
******************************************************************************/
/************************************************************************
		HOMEPAGE
************************************************************************/
#index,
#index *,
#index *::after,
#index *::before{
	-webkit-box-sizing: border-box;
	        -moz-box-sizing: border-box;
	     box-sizing: border-box;
}

#index .title_aspect{
	background-image: url('/site/charte/images/tb/point_1x1_707070.jpg');
	/* background-position: center center; */
	background-position: 50% 60%;
	background-repeat: repeat-x;

	text-align: center;
}

#index .title_aspect p{
	display: inline-block;

	background: #FFFFFF;

	/* text-transform: uppercase; */

	font-size: 20px;
	font-size: 2rem;

	font-weight: 400;

	padding: 0 20px;
	padding: 0 2rem;

	margin: 0;
}

#index p{
	margin: 0;
}
/************************************************************************
			POINTS
************************************************************************/
#index #points{
	display: -webkit-box;
    display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;

	-ms-flex-pack: distribute;
	-webkit-justify-content: space-around;
	        justify-content: space-around;

	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;

	padding: 30px 0;
	padding: 3rem 0;

}

#index #points .point{
	/* display: inline-block; */
	float: none;

	margin: 2px 0;
	margin: 0.2rem 0;

	width: 100%;

	padding: 7px 15px;
	padding: 0.7rem 1.5rem;

	/* background: #F3F3F3; */

	text-align: left;

	color: #525151;
}

#index #points .point span,
#index #points .point img{
	vertical-align: middle;
}

#index #points .point span{
	font-size: 16px;
	font-size: 1.6rem;
	/* vertical-align: middle; */
}

#index #points .point img{
	float: none;

	width: 50px;
	width: 5rem;

	height: 50px;
	height: 5rem;
}

#index #top_products .products{
	margin-top: 30px;
	margin-top: 3rem;
}

#index #top_products .products{
	display: -webkit-box;
    display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
	-ms-flex-pack: distribute;
	-webkit-justify-content: space-around;
	        justify-content: space-around;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	   -moz-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
	margin: 40px 0;
	margin: 4rem 0;
}

#index #top_products .product{
	position: relative;

	display: inline-block;

	max-width: 100%;

	margin-bottom: 50px;
	margin-bottom: 5rem;
}

#index #top_products .product a{
	display: inline-block;
}

#index #top_products .product.cheapest::after{
	position: absolute;

	top: 2px;
	top: 0.2rem;

	right: 2px;
	right: 0.2rem;

	width: 70px;
	width: 7rem;

	height: 70px;
	height: 7rem;

	color: transparent;

	background-position: center center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-repeat: no-repeat;
}

body.lang_fr #index #top_products .product.cheapest::after{
	background-image: url('/site/charte/images/tb/moins-chers-europe.png');
	content: 'Moins chers d\'Europe';
}

body.lang_it #index #top_products .product.cheapest::after{
	background-image: url('/site/charte/images/tb/prezzi-piu-bassi-italia.png');
	content: 'Prezzi piu bassi d\'italia';
}

#index #top_products .product.falling_price::before,
#index #top_products .product.new_product::before{
	position: absolute;

	top: 20px;
	top: 2rem;

	left: 0;

	background: red;

	padding: 5px 10px;
	padding: 0.5rem 1rem;

	color: #FFFFFF;

	font-weight: 400;

	font-size: 16px;
	font-size: 1.6rem;
}

body #index #top_products .product.falling_price::before{
	background: #2AAF52;
}

body.lang_fr #index #top_products .product.falling_price::before{
	content: 'Prix en baisse !';
}

body.lang_it #index #top_products .product.falling_price::before{
	content: 'Prezzi abbassati!';
}

body.lang_es #index #top_products .product.falling_price::before{
	content: '¡Bajada de precios!';
}

body.lang_fr #index #top_products .product.new_product::before{
	content: 'Nouveau !';
}

body.lang_it #index #top_products .product.new_product::before{
	content: 'Novità!';
}

body.lang_es #index #top_products .product.new_product::before{
	content: '¡Nuevo!';
}

#index #top_products .product div{
	margin-top: 10px;
	margin-top: 1rem;

	padding: 0 5px;
	padding: 0 0.5rem;
}

#index #top_products .product .product_name{
	font-size: 16px;
	font-size: 1.6rem;

	font-weight: 500;
}

#index #top_products .product .product_snippet{
	font-size: 14px;
	font-size: 1.4rem;
}

#index #top_products .product .product_snippet::first-letter{
	text-transform: uppercase;
}

#index #top_products .product .product_snippet .price{
	color: #F37023;
	font-weight: 500;
	font-size: 16px;
	font-size: 1.6rem;
}

#index #articles section{
	display: -webkit-box;
    display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;

	-ms-flex-pack: distribute;
	-webkit-justify-content: space-around;
	        justify-content: space-around;

    -webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	   -moz-box-align: stretch;
	        align-items: stretch;

	margin: 40px 0;
	margin: 4rem 0;
}

#index #articles article{
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 2rem 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
	     box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 2rem 0 rgba(0,0,0,0.2);
	     box-shadow: 0 0 2rem 0 rgba(0,0,0,0.2);

	margin-bottom: 40px;
	margin-bottom: 4rem;

	max-width: 600px;
	max-width: 60rem;

	/* min-height: 390px; */
	/* min-height: 39rem; */

	-webkit-transition: 0.3s all;

	-o-transition: 0.3s all;

	-moz-transition: 0.3s all;

	transition: 0.3s all;
}



#index #articles article:last-child	{
	/* margin-bottom: 0; */
}

#index #articles article:hover{
	-webkit-box-shadow: 0 0 20px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 2rem 0.5rem rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 20px 5px rgba(0,0,0,0.2);
	     box-shadow: 0 0 20px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 2rem 0.5rem rgba(0,0,0,0.2);
	     box-shadow: 0 0 2rem 0.5rem rgba(0,0,0,0.2);
}

#index #articles article > a{
	display: block;
}

#index #articles article div{
	position: relative;

	padding: 40px 20px 30px;
	padding: 4rem 2rem 3rem;
}

#index #articles article .category_article{
	position: absolute;

	top: -23px;
	top: -2.3rem;

	left: -webkit-calc(50% - 140px);
	left: -moz-calc(50% - 140px);
	left: calc(50% - 140px);
	left: -webkit-calc(50% - 14rem);
	left: -moz-calc(50% - 14rem);
	left: calc(50% - 14rem);

	width: 280px;
	width: 28rem;

	height: 46px;
	height: 4.6rem;

	padding: 10px;
	padding: 1rem;

	background: #FFFFFF;

	text-align: center;

	color: #F37023;

	font-weight: 500;

	font-size: 20px;
	font-size: 2rem;

	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 1rem 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	     box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 1rem 0 rgba(0,0,0,0.2);
	     box-shadow: 0 0 1rem 0 rgba(0,0,0,0.2);

}

#index #articles article .title_article{
	margin-bottom: 15px;
	margin-bottom: 1.5rem;

	font-size: 16px;
	font-size: 1.6rem;

	height: 40px;
	height: 4rem;
	text-align: justify;
}

#index #articles article .see_more{
	font-weight: 400;

	font-size: 15px;
	font-size: 1.5rem;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	transition: 0.3s all;
}

#index #articles article .see_more:hover{
	color: #F37023;
}

#index #articles article .see_more span{
	color: #F37023;
}

#index #highlight a{
	display: block;
	margin: 30px 0;
	margin: 3rem 0;
}

#index #few_words .wrapper{
	display: -webkit-box;
    display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;

	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	   -moz-box-orient: horizontal;
	   -moz-box-direction: normal;
	        flex-direction: row;

    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	        justify-content: space-between;

	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	   -moz-box-align: stretch;
	        align-items: stretch;

	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;

	padding: 30px 10px 0;
	padding: 3rem 1rem 0;
}

#index #few_words .text,
#index #few_words .illustration{
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	transition: 0.3s all;

	width: 100%;
}

#index #few_words h1{
	text-transform: none;

	font-size: 24px;
	font-size: 2.4rem;

	font-weight: 400;
}
#index #few_words .text p{
	font-size: 16px;
	font-size: 1.6rem;
}

#index #few_words .illustration{
	position: relative;

	min-height: 300px;
	min-height: 30rem;
}

body.lang_fr #index #few_words .illustration{
	background: url('/site/charte/images/tb/andre-jenny.png') bottom center no-repeat;
	-webkit-background-size: contain;
	   -moz-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
}

body.lang_it #index #few_words .illustration{
	background: url('/site/charte/images/tb/diego-laura-natasha.png') bottom center no-repeat;
	-webkit-background-size: contain;
	   -moz-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
}

body.lang_es #index #few_words .illustration{
	background: url('/site/charte/images/tb/oihane-monica.jpg') bottom center no-repeat;
	-webkit-background-size: contain;
	   -moz-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
}

#index #few_words .illustration div{
	display: inline-block;
	/* position: absolute; */

	/* top: 0; */

	/* left: 0; */

	text-align: right;
}

#index #few_words .illustration div p:first-child{
	font-size: 16px;
	font-size: 1.6rem;

	font-weight: 500;
}

#index #few_words .illustration div p:last-child{
	font-size: 12px;
	font-size: 1.2rem;

	color: #929292;
}

#index #few_words .illustration img{
	margin: 0 auto;
	max-height: 100%;
}

#index .btn-aspect{
	display: inline-block;

	padding: 7px 20px;
	padding: 0.7rem 2rem;

	margin: 20px 0;
	margin: 2rem 0;

	border: 1px solid #333333;
	border: 0.1rem solid #333333;

	background: #FFFFFF;

	font-size: 16px;
	font-size: 1.6rem;

	font-weight: 400;

	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	-webkit-border-radius: 0.5rem;
	   -moz-border-radius: 0.5rem;
	        border-radius: 0.5rem;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;

	transition: 0.3s all;
}

#index .btn-aspect:hover{
	background: #333333;
	color: #FFFFFF;
}

@media all and (min-width: 420px){
	#index #few_words .illustration div p:first-child{
		font-size: 24px;
		font-size: 2.4rem;
	}

	#index #few_words .illustration div p:last-child{
		font-size: 17px;
		font-size: 1.7rem;
	}
}

@media all and (min-width: 600px){
	#index #points{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
		   -moz-box-orient: horizontal;
		   -moz-box-direction: normal;
		        flex-direction: row;
	}

	#index #points .point{
		width: -webkit-calc(50% - 10px);
		width: -moz-calc(50% - 10px);
		width: calc(50% - 10px);
		width: -webkit-calc(50% - 1rem);
		width: -moz-calc(50% - 1rem);
		width: calc(50% - 1rem);
	}

	#index #top_products .products{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
		   -moz-box-orient: horizontal;
		   -moz-box-direction: normal;
		        flex-direction: row;

		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		        flex-wrap: wrap;
	}

	#index #top_products .product{
		min-width: 200px;
		min-width: 20rem;

		max-width: 285px;
		max-width: 28.5rem;
	}

	#index #articles section{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
		   -moz-box-orient: horizontal;
		   -moz-box-direction: normal;
		        flex-direction: row;

		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		        flex-wrap: wrap;
	}

	#index #articles article{
		max-width: 370px;
		max-width: 37rem;
	}

	#index #few_words .wrapper{

	}


}

@media all and (min-width: 700px){
	#index #few_words .text{
		width: -webkit-calc(100% - 320px);
		width: -moz-calc(100% - 320px);
		width: calc(100% - 320px);
		width: -webkit-calc(100% - 32rem);
		width: -moz-calc(100% - 32rem);
		width: calc(100% - 32rem);
	}

	#index #few_words .illustration{
		width: 300px;
		width: 30rem;
	}

	#index #few_words .illustration div p:first-child{
		font-size: 16px;
		font-size: 1.6rem;
	}

	#index #few_words .illustration div p:last-child{
		font-size: 12px;
		font-size: 1.2rem;
	}

}

@media all and (min-width: 900px){
	#index #points{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		-webkit-flex-direction: row;
		   -moz-box-orient: horizontal;
		   -moz-box-direction: normal;
		        flex-direction: row;
	}

	#index #few_words .text{
		width: 50%;

		max-width: 600px;
		max-width: 53rem;
	}

	#index #few_words .text p{
		font-size: 17px;
		font-size: 1.7rem;

		text-align: justify;
	}

	#index #few_words .illustration{
		max-height: 349px;
		max-height: 34.9rem;

		max-width: 560px;
		max-width: 56rem;

		width: -webkit-calc(50% - 20px);
		width: -moz-calc(50% - 20px);
		width: calc(50% - 20px);
		width: -webkit-calc(50% - 2rem);
		width: -moz-calc(50% - 2rem);
		width: calc(50% - 2rem);
	}

	#index #few_words .illustration div p:first-child{
		font-size: 24px;
		font-size: 2.4rem;
	}

	#index #few_words .illustration div p:last-child{
		font-size: 17px;
		font-size: 1.7rem;
	}
}
@media all and (min-width: 1140px){
	#index #points .point{
		width: 280px;
	}

}
/************************************************************************
			/POINTS
************************************************************************/


/************************************************************************
		/HOMEPAGE
************************************************************************/
