body {
	color: #868686;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #f6f6f6 0%, #d0d4d6 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #f6f6f6 0%, #d0d4d6 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #f6f6f6 0%, #d0d4d6 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f6f6f6), color-stop(1, #d0d4d6));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #f6f6f6 0%, #d0d4d6 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #f6f6f6 0%, #d0d4d6 100%);
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-image: none;
}
#socialshare-shadow {
	position: absolute;
	top: 15px;
	left: -3px;
	display: none;
}
#socialshare-shadow img {
	height: 50px;
	width: 100px;
}
hr {
	border: 0;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid rgb(207, 207, 207);
}
#nav-shadow  {
	width: 700px;
	margin: 0 auto;
}
#nav-shadow a{
	border-radius: 0 20px 20px 0;
	-webkit-box-shadow: inset 0px 2px 1px rgba(156, 156, 156, 1);
	-moz-box-shadow: inset 0px 2px 1px rgba(156, 156, 156, 1);
	box-shadow: inset 0px 2px 1px rgba(156, 156, 156, 1);
	width: 200px;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	color: rgb(100, 100, 100);
	border-radius: 20px;
	margin: 20px 5px 0px 5px;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
}
#top-double-screen .span6 {text-align: center; padding-bottom: 20px; margin-top: 70px;}
#top-double-screen p {font-size: 1.2em; line-height: 24px;}
#top-double-screen p span {font-weight: bold;}
.screen2 {margin-top: -2px;}
.logo-youseemii {
	width: 45%;
}
.logo-socialshare {
	width: 50%;
}
.btn-socialshare{
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding: 10px 27px;
	background: -moz-linear-gradient( top, #37aa32 0%, #37aa32);
	background: -webkit-gradient( linear, left top, left bottom, from(#37aa32), to(#37aa32));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 0px solid #37aa32;
}
.btn-socialshare:hover{
	background: -moz-linear-gradient( top, #2e872a 0%, #2e872a);
	background: -webkit-gradient( linear, left top, left bottom, from(#2e872a), to(#2e872a));
	color: #fff;
	text-decoration: none;
}
.btn-youseemii{
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding: 10px 27px;
	background: -moz-linear-gradient( top, #009ee3 0%, #009ee3);
	background: -webkit-gradient( linear, left top, left bottom, from(#009ee3), to(#009ee3));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 0px solid #009ee3;
}
.btn-youseemii:hover{
	background: -moz-linear-gradient( top, #0081a8 0%, #0081a8);
	background: -webkit-gradient( linear, left top, left bottom, from(#0081a8), to(#0081A8));
	color: #fff;
	text-decoration: none;
}
#homepage h2 {text-align: center;}
#bottom .span3 {background-color: #fff; padding: 5px 0 0 0; position: relative; min-height: 440px;}
#bottom .span3 a {color: #4B4B4B; font-size: 1em;}
#bottom span {font-size: 1.2em; color: #4B4B4B; text-transform: capitalize; padding-left: 10px;}
.content {padding: 10px 10px;}

#bottom h5 {min-height: 70px;}
#social {width: 100%; position: absolute; bottom: 0; display: none;}
#social hr {margin-bottom: 5px;}
.twitter-share-button {width: 100px!important; margin-left: 67px!important;}
.fb_ltr {margin-left: 10px;}

/* Ombre style photoshop */
.bloc {
	margin-top: 40px;
	margin-bottom: 40px;
}
.bloc h2 {font-weight: 500;}

footer {background-color: #fff; margin-top: 35px; width: 100%;}
footer h3 {color: #ADABAB; text-align: center;}
footer #logo {margin: 0; text-align: center;}
footer #logo li {display: inline-block; list-style-type: none; margin-left: 7px;}
footer hr {margin: 5px 0 5px 0;}


/* Offres style */
#offres .row {margin: 50px 0 70px 0;}
#offres h1 {text-align: center; margin-top: 40px;}
#offres article h2 {font-size: 20px; font-family: Helvetica, Arial, sans-serif;}
#offres article .list{margin-bottom: 20px;}
#offres article ul li:first-child{margin-top: 5px;}
#offres article p:last-of-type{margin-bottom: 30px;}
#offres #partages {text-align: center;}
#offres #partages .twitter-share-button {margin-left: 0!important;}
/*  !Offres style */

@media (min-width: 783px) {
	/* images articles */
	.image-wrapper {
		display: block;
		height: 180px;
		overflow: hidden;
	}
	.image-wrapper img {
		position: relative;
		width: 100%;
	}
}


/* Large desktop */
@media (min-width: 1200px) {
	#social {display: block;}
	#bottom .span3 {padding-bottom: 45px;}
	#socialshare-shadow {display: block;}
}

/* Large desktop */
@media (max-width: 980px) {
	#bottom h5 {min-height: 100px;}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

	#bottom h5 {font-size: 13px; min-height: 100px;}
	#bottom span {font-size: 1.1em;}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	#nav-shadow  {width: 100%;}
	#nav-shadow a {
		display: block;
		margin: 5px auto 0 auto;
	}
	#bottom .span3 {margin: 20px 0;}		
	#bottom h5 {min-height: 0; font-size: 13px;}
	#top-double-screen .youseemii {margin-left: -6px;}
}

/* Landscape phones and down */
@media (max-width: 480px) {
	#bottom .span3 {margin: 20px 0;}
}


/* corner effet */
.coin-wrapper.left {
	left: 0;
}
.coin-wrapper {
	width: 150px;
	height: 150px;
	position: absolute;
	overflow: hidden;
	top: 0;
}
.coin-wrapper.left .coin-ribbon {
	top: 42px;
	left: -43px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.coin-ribbon {
	position: absolute;
	padding: 2px 0;
	background-color: #009ee3;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#000000', EndColorStr='#000000');
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.34);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.34);
	z-index: 9999;
}
.coin-ribbon a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: white;
	text-decoration: none;
	text-align: center;
	width: 200px;
	line-height: 20px;
	display: inline-block;
	padding: 2px 0;;
	border-color: rgba(255,255,255,0.7);
}