
.action {
		color: #fff;
		padding: 5px 0 5px 0;
		border: 1px solid #fff;
		background: #fff;
		display: block;
		position: relative;
		padding: 10px;
		margin-bottom: 15px;
	}
	
	.action:after{
		width: 100%;
		top: 99%;
		left: 90%;
		border-width: 15px 0px 0px 15px !important;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		border-top-color: #fff;
		pointer-events: none;
	}

.altertextfr:after {
	content: 'Ajouter ';
}

.altertexten:after {
	content: 'Add ';
}

/**********************
		GENERAL
**********************/


body {
	font-family: 'Segoe UI';
	font-size: 15px;
	font-weight: normal;
}

.gradient {
	/* Anciens navigateurs */
	background: #3C7CBA url("gradient-bg.png") repeat-x top;
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Navigateurs récents */
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#3C7CBA),
		to(#315A82)
	);
	background: -webkit-linear-gradient(
		top,
		#3C7CBA,
		#315A82
	);
	background: -moz-linear-gradient(
		top,
		#3C7CBA,
		#315A82
	);
	background: -o-linear-gradient(
		top,
		#3C7CBA,
		#315A82
	);
	background: linear-gradient(
		top,
		#3C7CBA,
		#315A82
	);
}

.blue1{
	background: #315A82;
}
.blue2{
	background: #316698;
}
.blue3{
	background: #3071af;
}
.blue4{
	background: #3C7CBA;
}

.grey {
	background: #f2f3f4;
}

.btn {
	background: #d8dada;
}

.nopad{
	padding: 0 !important;
}

.line {
	padding-bottom: 10px; 
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.divider50{
	height: 50px;
	display: block;
}
.divider20{
	height: 20px;
	display: block;
}

highlight {
	color: #3C7CBA;
}

.content {
	padding: 50px 0 50px 0;
	min-height: 500px;
}

blockquote ,blockquote:before{
	border-left: 5px solid #3C7CBA;
	margin-left: 20px;
	content: none;
}

a, a:hover {
	padding:0;
	margin: 0;
	border: 0;
	text-decoration: none
}

.langpic:hover {
	box-shadow: 1px 1px 3px #888;
}

.img-responsive {
	float: center;
	margin: auto;
}

.temoignageimg {
	max-height: 200px;
	margin: 0 0 10px 0;
}

/**********************
	LOGO
**********************/	


.lang {
	text-align: right;
}	
	
.big p {
	font-size: 19px;
}	
	
.menulink{
	cursor: pointer;
	color: #fff;
}	

.menulink:hover {
	border-bottom: 2px solid #fff;
}
	
/**********************
	HEADER LOGO + LIENS
**********************/	
	.top {
		margin: 0px auto 20px auto;
	}

	.left {
		text-align: right;
		width: 398px;
		float: right;
		margin-top: 30px;
	}

	.recherche {
		margin-top: 3px;
	}

	.champ {
		width: 298px;
		float: left;
		margin-right: 2px;
	}

	.button {
		width: 98px;
		background: #3C7CBA;
		color: #fff;
		font-weight: bold;
		border: 0;
	}


	.left button {
		list-style: none;
		display: inline-block;
		vertical-align: middle;
		display: inline-block;
		margin: 0 0 0 -2px;
		background: #d8dada;
		font-size: 13px;
		color: #555;
		padding: 0 20px;
		height: 45px;
		width: 97.8px;
		font-weight: bold;
		border: none;
		-webkit-transition: all .2s ease-in;
		-moz-transition: all .2s ease-in;
		-o-transition: all .2s ease-in;
		transition: all .2s ease-in;
	}
	.left button:hover {
		color: #fff;	
		-webkit-transition: all .2s ease-in;
		-moz-transition: all .2s ease-in;
		-o-transition: all .2s ease-in;
		transition: all .2s ease-in;
	}


/**********************
	MENU NAVIGATION
**********************/
	
	.menu {
		padding: 0;
		width: 100%;
	}
	nav {
		margin: 0;
		border: 0;
		padding: 20px 0 20px 0 !important;
	}
	.menu ul {
		padding: 0;
		margin: 0;
	}
	.menu li {
		list-style: none;
		margin: 10px 15px 10px 15px;	
	}
	.menu a {
		color: #fff;
		text-decoration: none;
	}
	.menu a:hover {
		border-bottom: 2px solid #fff;
	}
	
	.contentitem {
	height: auto;
	background: #315A82;
	padding: 10px 15px 10px 15px;
	color: #fff;
	display: none;
	border-top: 1px solid rgba(0,0,0,.1);
	border-bottom: 1px solid rgba(0,0,0,.1);
	position: absolute;
	width: 100%;
	z-index: 9999;
	}

	.contentitem a {
		color: #fff;
		opacity: 0.9;
		display: block;
		margin: 15px 0 15px 0;
		font-weight: bold;
		font-size: 16px;
	}

	.contentitem a:hover{
		color: #fff;
		opacity: 1;
		text-decoration: underline;
		-webkit-transition: all .2s ease-in;
		-moz-transition: all .2s ease-in;
		-o-transition: all .2s ease-in;
		transition: all .2s ease-in;
	}

	.contentitem h4 {
		font-weight: bold;
		font-size: 15px;
		text-decoration: underline;
	}
	
	.sepright {
		border-right: 1px solid rgba(0,0,0,.1);
	}
	
/**********************
	ACCUEIL
**********************/	

	.facebook {
		padding: 20px 0 20px 0;		
	}
	
	.facebook p {
		font-size: 14px !important;
	}
	
	.cube {
		height: 400px;
		color: #fff;
		padding: 20px;
		-webkit-transition: all .2s ease-in;
		-moz-transition: all .2s ease-in;
		-o-transition: all .2s ease-in;
		transition: all .2s ease-in;
	}
	
	.cube:hover {
		color: #888 !important;
		background: #fff !important;
		-webkit-transition: all .2s ease-in;
		-moz-transition: all .2s ease-in;
		-o-transition: all .2s ease-in;
		transition: all .2s ease-in;
	}	

	.cube h3 {
		font-size: 30px;
		margin-top: 0;
	}
	.cube p {
		font-size: 18px;
		margin-top: 0;
	}
	.cube .more {
		position: absolute;
		bottom: 15px;
		font-size: 18px;
	}
	
	
/**********************
	PRODUIT LISTE
**********************/		

	.item {
		padding: 5px;
	}

	.produit {
		background: #fff;
		border: 1px solid #e8e8e8;
	}
	
	.produitimg {
		background: #fff;
		height: 180px;
		width: 100%;
	}

	.descriptionproduit {
		height: 55px;
		padding: 5px 5px 0 5px;
		margin: 0;
		background: #e8e8e8;
	}

	.pagination {
		float: right !important;
	}
	
	.addtocart {

		background: #e8e8e8;
		padding: 0;
		margin: 0;
	}
	
	.addtocart a {
		padding: 5px 0px 5px 5px;
	}
	
/**********************
	ARTICLE DETAILS
**********************/		
	.path {
		font-size: 15px;
		padding-top: 10px;
		margin: 0;
	}

	.qte {
		width: 80px;
		display: inline;
	}
	
	.addcart {
		width: 150px;
		display: inline;
	}
	
	.ref {
		color: #3C7CBA;
	}
	
	.titlecart {
		background: #d8dada;
		border: 1px solid #f2f3f4;
		font-weight: bold;
		padding: 8px;
	}
	
	.titlecart:last-of-type{
		text-align: center;
	}
	.productcart {
		padding-left: 8px;
		overflow: hidden;
	}
	
/**********************
	EQUIPEMENTS
**********************/		
	.equipement {
		
	}
	.equipementimg {
		height: 110px;
	}
	
/**********************
	TYPO
**********************/

	h1{
		padding: 0;
		margin: 0 0 20px 0;	
		font-size: 30px;		
	}
	.home p {
		font-size: 21px;
	}
	
	h2 {
		padding: 0;
		margin: 0 0 20px 0;	
		font-size: 25px;
	}
	h3 {
		margin-top: 17px;
	}
	
	.bigtext {
		font-size: 50px;
		text-align: center;
		margin: 80px 0 80px 0;
		color: #555;
	}
	
	footer {
	padding: 30px 0 0px 0;
	}

	footer h4 {
		padding: 0px 0 15px 0;
		text-transform: uppercase;
		border-bottom: 1px solid rgba(0,0,0,.1);
	}

	footer p {
		font-size: 15px;
	}
	
	.buzzmicro {
		font-size: 10px;
	}
	
	.anotation {
		font-size: 10px;
		text-align: left !important;
	}
	
	strong {
		font-weight: normal;
	}
	
	em {
		font-style: normal;
	}
	
	u {
		text-decoration: none;
	}
	
	.pays{
		font-weight: bold !important;
		margin: 0;
	}
	
	.cosmedex {
		font-size: 17px;
		font-style: italic;
		text-align: center;
	}
	
/***************************
	Equipements
****************************/	
	.equip blockquote {
		font-size: 15px;
	}
	
	.equip .nomarginbot {
		margin-bottom: 0 !important;
	}
	
	.equip h4 {
		background: #e8e8e8;
		padding: 10px;
		color: #555;
		width: 100%;
		font-size: 17px;
	}
	
	.equip h2 {
		margin: 15px 0 25px 0;
	}
		
	.equip label {
		color:#315A82;
	}
	
/**********************
	QUERIES
**********************/
@media(min-width:992px){
	.centered {
		margin: 32% 30px 0 30px;
	}
	.panierlink {
		margin-left: 0 !important;
	}
}	
@media(max-width:447px){
	.full {
		width: 50% !important;
		margin-bottom: 2px !important;
	}
	
	.top {
		margin: 0px auto 20px auto;
	}

	.left {
		width: 100% !important;
		margin: 30px auto auto auto;
	}

	.recherche {
		margin-top: 50px;
	}

	.champ {
		width: 100% !important;
		float:none !important;
		margin-right: 0;
	}
	
	.button {
		width: 100%;

	}
	
	.left button {
		float: left;
		border:1px solid #fff;
		margin: 0px 0 0 0 !important;
	}
	.logo {
		width: 70% !important;
	}
	
}	
@media(max-width:767px){
	
	.logo {
		margin: 30px auto 30px auto;
		float: center;
		text-align: center;
		width: 180px;
	}

	.top {
		margin: 0px auto 20px auto;
	}

	.left {
		text-align: right;
		width: 398px;
		float: center;
		margin: 30px auto auto auto;
	}

	.recherche {
		margin-top: 3px;
	}

	.champ {
		width: 298px;
		float: left;
		margin-right: 2px;
	}
	
	.button {
		
		
	}
	
	.home {
		padding: 50px 0 50px 0;
	}
	
	
/**********************
	TYPO
**********************/
	.bigtext {
		font-size: 30px;
		text-align: center;
		margin: 80px 0 80px 0;
		color: #555;
	}
	.sepright {
		border: 0;
	}

}
@media(min-width:768px){
	.menu  li{
			display: inline-block;
		}
	.topleft {
		width: 350px;
		float: right;
		text-align: right;
		margin: 30px auto 30px auto;
	}	
}
