/* @group Boilerplate */

html,
button,
input,
select,
textarea {
    color: rgb(35,35,35);
}
hr {
    display: block;
    margin: 1em 0;
    padding: 0;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
}
img {
    vertical-align: middle;
}
fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}
textarea {
    resize: vertical;
}

/* @end */

/* @group Mes styles */

/* @group Font */

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'motiva_sansbold_italic';
    src: url('../font/niramekko_-_motiva_sans_bold_italic-webfont.eot');
    src: url('../font/niramekko_-_motiva_sans_bold_italic-webfont.eot#iefix') format('embedded-opentype'),
         url('../font/niramekko_-_motiva_sans_bold_italic-webfont.woff') format('woff'),
         url('../font/niramekko_-_motiva_sans_bold_italic-webfont.ttf') format('truetype'),
         url('../font/niramekko_-_motiva_sans_bold_italic-webfont.svg') format('svg');
}

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'motiva_sansbold';
    src: url('../font/niramekko_-_motiva_sans_bold-webfont.eot');
    src: url('../font/niramekko_-_motiva_sans_bold-webfont.eot#iefix') format('embedded-opentype'),
         url('../font/niramekko_-_motiva_sans_bold-webfont.woff') format('woff'),
         url('../font/niramekko_-_motiva_sans_bold-webfont.ttf') format('truetype'),
         url('../font/niramekko_-_motiva_sans_bold-webfont.svg') format('svg');
}

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'motiva_sanslight_italic';
    src: url('../font/niramekko_-_motiva_sans_light_italic-webfont.eot');
    src: url('../font/niramekko_-_motiva_sans_light_italic-webfont.eot#iefix') format('embedded-opentype'),
         url('../font/niramekko_-_motiva_sans_light_italic-webfont.woff') format('woff'),
         url('../font/niramekko_-_motiva_sans_light_italic-webfont.ttf') format('truetype'),
         url('../font/niramekko_-_motiva_sans_light_italic-webfont.svg') format('svg');

}

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'motiva_sanslight';
    src: url('../font/niramekko_-_motiva_sans_light-webfont.eot');
    src: url('../font/niramekko_-_motiva_sans_light-webfont.eot#iefix') format('embedded-opentype'),
         url('../font/niramekko_-_motiva_sans_light-webfont.woff') format('woff'),
         url('../font/niramekko_-_motiva_sans_light-webfont.ttf') format('truetype'),
         url('../font/niramekko_-_motiva_sans_light-webfont.svg') format('svg');
}

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'motiva_sansitalic';
    src: url('../font/niramekko_-_motiva_sans_regular_italic-webfont.eot');
    src: url('../font/niramekko_-_motiva_sans_regular_italic-webfont.eot#iefix') format('embedded-opentype'),
         url('../font/niramekko_-_motiva_sans_regular_italic-webfont.woff') format('woff'),
         url('../font/niramekko_-_motiva_sans_regular_italic-webfont.ttf') format('truetype'),
         url('../font/niramekko_-_motiva_sans_regular_italic-webfont.svg') format('svg');
}

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'motiva_sans';
    src: url('../font/niramekko_-_motiva_sans-webfont.eot');
    src: url('../font/niramekko_-_motiva_sans-webfont.eot#iefix') format('embedded-opentype'),
         url('../font/niramekko_-_motiva_sans-webfont.woff') format('woff'),
         url('../font/niramekko_-_motiva_sans-webfont.ttf') format('truetype'),
         url('../font/niramekko_-_motiva_sans-webfont.svg') format('svg');
}

/* @end */
/* @group General */


/* selection */
::-moz-selection { 
	background: rgb(234,20,140);  
	color: rgb(255,255,255);  
	text-shadow: none; 
}
::selection { 
	background: rgb(234,20,140);  
	color: rgb(255,255,255); 
	text-shadow: none; 
}

/* typo */
html,body {
	margin: 0;
	padding: 0;
	height:100%;
	border: 0;

}

a, a:visited {
	-webkit-transition: color 200ms ease-in-out;
	-moz-transition: color 200ms ease-in-out;
	-o-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;
	color: rgb(226,0,122);
}
a:active {
	opacity: 0.8;
}

strong {
	font-weight: normal;
	font-family: 'motiva_sansbold', sans-serif;
}

/* @group fond global */

.global{
	position: static;
}

.fond {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
    height: 100%;
    background-color: #222;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0 0;
    background-size: cover;
    font-size: 1em;
	font-family: 'motiva_sans', sans-serif;
    line-height: 1.6;
    z-index: 1;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../layoutimg/overlay.png') repeat-x 0 100% fixed;
}

.fond.a-propos-fond {
	background-image: url('../layoutimg/apropos.jpg');
}

/* @end */

/* @group bloc droite */
.fond-bloc-droite{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 560px;
	min-height: 100%;
	font-family: 'motiva_sans', sans-serif;
	z-index: 4;
}

.fond-blur, #fond-blanc {
	position: fixed;
	top: 0;
	right: 0;
	display: block;
	width: 560px;
	min-height: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
	background-size: cover;
	z-index: 3;
}

.touch .fond-blur {
	display: none !important;
}

.fond-bloc-droite.a-propos-fond {
	background-image: url('../layoutimg/aproposblur.jpg');
}
/*
.bloc-droite-2 {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	min-height: 650px;
	width: 850px;
	height: 100%;
	background: url('../layoutimg/fond-blur.jpg') no-repeat 0 100% fixed;
	background-color: #fff;
	background-size: cover;
	font-family: 'motiva_sans', sans-serif;
}
*/
.colonne-gauche{
	float: left;
	width: 50%;
}

.colonne-droite{
	float: right;
	width: 50%;
}

.label-inscription-2{
	display: inline-block;
	width: 190px;
	text-align: right;
	font-weight: normal;
	font-size: 0.9em;
	font-family: 'motiva_sans', sans-serif;
	line-height: 48px;
}

h1 {
	display: block;
	margin: 80px auto 0 auto;
	width: 156px;
	height: 90px;
	position: relative;
	overflow: hidden;
}

h1 a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
		background: url('../layoutimg/logo-r2m.png') no-repeat left top;
}

h2 {
	margin:60px auto 0 auto;
	text-align: center;
	font-weight: normal;
	font-size: 1.2em;
	font-family: 'motiva_sansitalic', sans-serif;
}

h2 strong {
	color: rgb(226,0,122);
	letter-spacing: 2px;
	font-weight: normal;
	font-family: 'motiva_sansbold', sans-serif;
}

body p.subtitle-home {
	margin:0 70px 0;
	font-size: 0.8em;	
	text-align: center;
	font-weight: normal;
	color: #777;
	font-family: 'motiva_sansitalic', sans-serif;
}
body p.subtitle-home strong {
	font-weight: normal;
	font-family: 'motiva_sansbold_italic', sans-serif;
}

h3 {
	margin-top:  30px;
	font-weight: normal;
	font-size: 1em;
	font-family: 'motiva_sans', sans-serif;
}

h3 strong {
	color: rgb(226,0,122);
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 1em;
	font-family: 'motiva_sansbold', sans-serif;
}

#zone-contenu {
	display: block;
	margin-top:  50px;
	margin-left: auto;
	margin-right: auto;
	width: 430px;
	margin-bottom: 180px;
}

#deja-membre {
	display: block;
	text-align: right;
	font-size: 0.85em;
	width: 400px;
	margin: 0 auto;
	padding-right: 30px;
}

#deja-membre a {
	display: inline-block;
	margin-left: 18px;
	width: 216px;
	height: 48px;
	vertical-align: middle;
	text-decoration: none;
}

#deja-membre a span{
	display: block;
	border-radius: 8px;
	background-color: #e2017a;
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(226, 1, 122, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(226, 1, 122, 0));
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(226, 1, 122, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(226, 1, 122, 0));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(226, 1, 122, 0));
	-webkit-box-shadow:  0px 2px 6px 0px rgba(0, 0, 0, 0.35);
	box-shadow:  0px 2px 6px 0px rgba(0, 0, 0, 0.35);
	color: rgb(255,255,255);
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: normal;
	font-size: 0.8em;
	padding-top: 2px;
	font-family: 'motiva_sansbold', sans-serif;
	line-height: 48px;
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}

#deja-membre a:hover span{
	background-color: #312e38;
}

#inscription{
	display: inline-block;
	text-align: right;
}

#inscription a {
	display: inline-block;
	width: 395px;
	height: 82px;
	vertical-align: middle;
	text-decoration: none;
}

#inscription a span{
	display: block;
	border-radius: 8px;
	background-color: #312e38;
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(226, 1, 122, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(226, 1, 122, 0));
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(226, 1, 122, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(226, 1, 122, 0));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(226, 1, 122, 0));
	-webkit-box-shadow:  0px 2px 6px 0px rgba(0, 0, 0, 0.35);        
	box-shadow:  0px 2px 6px 0px rgba(0, 0, 0, 0.35);
	color: rgb(255,255,255);
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: normal;
	font-size: 1em;
	font-family: 'motiva_sansbold', sans-serif;
	line-height: 82px;
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;	
}

#inscription{
  margin-top: 30px;
}
#inscription a:hover span{
	background-color: #e2017a;
}

#menu-bas, #menu-bas2{
	position: absolute;
	bottom: 70px;
	left: 0;
	display: block;
	padding: 0 2%;
	width: 96%;
	text-align: center;
	height: auto;
}

#menu-bas2 {
	bottom: 0;
	border-top: 1px solid #ccc;
	padding-top: 10px;
}

ul#menu-bas, ul#menu-bas2 {
	list-style-type : none;
	font-size: 0.8em;
	font-family: 'motiva_sansitalic', sans-serif;
}

ul#menu-bas {
	text-transform: uppercase;
	font-family: 'motiva_sansbold', sans-serif;
}

ul#menu-bas li, ul#menu-bas2 li {
	display : inline-block;
	padding : 0 13px;
	font-size: 0.85em;
	white-space: nowrap;
}

ul#menu-bas a {
	text-decoration:none;
	letter-spacing: 1px;
	-webkit-transition: color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
	white-space: nowrap;	
}

ul#menu-bas #a-propos a:hover {
	color: #000;
}

ul#menu-bas #blog a:hover {
	color: #000;
}

ul#menu-bas #newsletter a:hover {
	color: #000;
}

ul#menu-bas #facebook a:hover {
	color: #000;
}

ul#menu-bas2 a, ul#menu-bas2 a:visited {
	color: #989898;
	text-decoration: none;
	font-weight: normal;
	font-size: 0.9em;
}

ul#menu-bas2 li.active a, ul#menu-bas2 li.active a:visited {
	cursor: default;
	color: #666;	
}

ul#menu-bas2 a:hover {
	color: rgb(226,0,122);
}

#menu-bas #a-propos a{
	color: rgb(206, 6, 224);
}

#menu-bas #blog a{
	color: rgb(224, 6, 127);
}

#menu-bas #newsletter a {
	color: #86044c;
}

#menu-bas #facebook a {
	color: rgb(98, 72, 198);
}

#menu-bas #twitter a {
	color: #33ccff;
}
ul#menu-bas #twitter a:hover {
	color: #000;
}

ul#menu-bas #google a:hover {
	color: #000;
}


.temoignage {
	position: absolute;
	bottom: 30px;
	left:  70px;
	color: #fff;
	font-weight: normal;
	font-size: 1.2em;
	line-height:1.5em;
	z-index: 5;
	text-align: center;
	font-family: 'motiva_sansitalic', sans-serif;
	text-shadow: 1px 2px 8px #000000;
	width: 400px;
}

.temoignage h2 {
	font-family: 'motiva_sansitalic', sans-serif;
	color: #84b4de;
	font-size: 1.6em;
	letter-spacing: -1px;
	line-height: 1.2em;
	margin: 0;
	font-weight: normal;
}

.temoignage.girly h2 {
	color: #f63fa1;
}

.temoignage h2 strong {
	font-family: 'motiva_sansbold_italic', sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	color: #84b4de;
}

.temoignage.girly h2 strong {
	color: #f63fa1;
}

.temoignage p {
	margin: 0;
}

ul.index-photos {
	margin: 5px 0 0 0;
	padding: 0;
	display: none;
	list-style: none;	
}
ul.index-photos li {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	background: #fff;
	position: relative;
	border-radius: 16px;
	border: 2px solid #333;
	margin-right: 3px;
	cursor: pointer;
}
ul.index-photos li span {
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	top: 4px;
	left: 4px;
	background-color: #fff;
}
ul.index-photos li.active span {	
	background-color: #6095c3;
}
.temoignage.girly ul.index-photos li.active span {
	background-color: #f63fa1;
}


::-webkit-input-placeholder { /* WebKit browsers */
    color: #aaa;
}

#loginForm{
	font-weight: normal;
	font-family: 'motiva_sans', sans-serif;	
}

label, .label-connexion{
	display: inline-block;
	width: 150px;
	text-align: right;
	font-weight: normal;
	font-size: 0.9em;
	font-family: 'motiva_sans', sans-serif;
	line-height: 48px;
}

.field-connexion{
	margin-left: 20px;
}

a.oubli, a.oubli:visited {
	display: block;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 176px;
	font-size: 0.7em;
	color: rgb(226,0,122);
}

a.oubli:hover {
	color: #111;
}

a#registerLink, a#registerLink:visited {
	margin-left: 176px;
	color: #000;
	font-size: 0.7em;
	margin-top: 0;
	display: block;
}
a#registerLink:hover {
	color: #e2017a;
}

.label-inscription{
	display: inline-block;
	width: 170px;
	text-align: right;
	font-weight: normal;
	font-size: 0.9em;
	font-family: 'motiva_sans', sans-serif;
	line-height: 48px;
}

.field-inscription{
	margin-left: 20px;
	vertical-align: middle;
}

form {
	text-align: left;
}

#text-CGU{
	font-weight: normal;
	font-size: 0.75em;
	font-family: 'motiva_sans', sans-serif;	
}

body input[type="submit"]#btnLogin, body input[type="submit"]#btn_ok, body input[type="submit"]#mc-embedded-subscribe {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 9px;
	margin-left: 175px;
	padding: 2px 30px 0;
	border: none;
	border-radius: 8px 8px 8px 8px;
	background-color: #e2017a;
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(226, 1, 122, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(226, 1, 122, 0));
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(226, 1, 122, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(226, 1, 122, 0));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(226, 1, 122, 0));
	-webkit-box-shadow:  0px 2px 6px 0px rgba(0, 0, 0, 0.35);
	box-shadow:  0px 2px 6px 0px rgba(0, 0, 0, 0.35);
	color: rgb(255,255,255);
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: normal;
	font-size: 0.6em;
	font-family: 'motiva_sansbold', sans-serif;
	line-height: 48px;
	height: 48px;
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;	
}

body input[type="submit"]#btn_ok, body input[type="submit"]#mc-embedded-subscribe {
	padding: 1px 14px 0;
	margin-left: 0;
	height: 37px;
	line-height: 37px;
	margin-top: 7px;
	vertical-align: middle;
}

body input[type="submit"]#btnLogin:hover, body input[type="submit"]#btn_ok:hover, body input[type="submit"]#mc-embedded-subscribe:hover {
	background-color: #312e38;
}

body input[type="submit"]#btn_continue {
	display: inline-block;
	margin-top: 35px;
	margin-bottom: 15px;
	margin-left: 159px;
	padding: 0 30px;
	border: none;
	border-radius: 8px 8px 8px 8px;
	background-color: #e2017a;
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(226, 1, 122, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(226, 1, 122, 0));
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(226, 1, 122, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(226, 1, 122, 0));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(226, 1, 122, 0));
	-webkit-box-shadow:  0px 2px 6px 0px rgba(0, 0, 0, 0.35);
	box-shadow:  0px 2px 6px 0px rgba(0, 0, 0, 0.35);
	color: rgb(255,255,255);
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: normal;
	font-size: 0.6em;
	font-family: 'motiva_sansbold', sans-serif;
	line-height: 48px;
	height: 48px;
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;	
}

body input[type="submit"]#btn_continue:hover {
	background-color: #312e38;
}

body input[type="submit"]#btnFinish, body input[type="submit"]#btnFinish {
	display: inline-block;
	margin-bottom: 15px;
	padding: 0 30px;
	border: none;
	border-radius: 8px 8px 8px 8px;
	background-color: #e2017a;
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(226, 1, 122, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(226, 1, 122, 0));
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(226, 1, 122, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(226, 1, 122, 0));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(226, 1, 122, 0));
	-webkit-box-shadow:  0px 2px 6px 0px rgba(0, 0, 0, 0.35);
	box-shadow:  0px 2px 6px 0px rgba(0, 0, 0, 0.35);
	color: rgb(255,255,255);
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: normal;
	font-size: 0.6em;
	font-family: 'motiva_sansbold', sans-serif;
	line-height: 48px;
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}

body input[type="submit"]#btnFinish:hover {
	background-color: #312e38;
}

body input[type="email"], textarea, body input[type="text"]#field_email, body input[type="text"]#field_email:hover {
	display: inline-block;
	margin-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 220px;
	height: 16px;
	outline: none;
	border: 1px solid #333;
	border-radius: 4px;
	background-color: #fff;
	color: #555;
	vertical-align: middle;
	-webkit-transition: border 350ms ease-in-out;
	-moz-transition: border 350ms ease-in-out;
	-ms-transition: border 350ms ease-in-out;
	-o-transition: border 350ms ease-in-out;
	transition: border 350ms ease-in-out;
}

textarea {
	width: auto;
	height: auto;
	resize: none;
}

body input[type="text"]#field_email:focus, textarea:focus {
	border: 1px solid #EA148C;
	color: #000;
}

body input[type="password"]#field_password, body input[type="password"]#field_password:hover, body input[type="password"]#field_confirm_password, body input[type="password"]#field_confirm_password:hover {
	display: inline-block;
	margin-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 100px;
	height: 16px;
	outline: none;
	border: 1px solid #333;
	border-radius: 4px;
	background-color: #fff;
	color: #555;
	vertical-align: middle;
	-webkit-transition: border 350ms ease-in-out;
	-moz-transition: border 350ms ease-in-out;
	-ms-transition: border 350ms ease-in-out;
	-o-transition: border 350ms ease-in-out;
	transition: border 350ms ease-in-out;
}
body #form_inscription input[type="password"]#field_password, body #form_inscription input[type="text"]#field_password:hover {
	margin-left: 2px;
}

body input[type="password"]#field_password:focus, body input[type="password"]#field_confirm_password:focus {
	border: 1px solid #EA148C;
	color: #000;
}

body input[type="text"]#field_pseudo, body input[type="text"]#field_pseudo:hover {
	display: inline-block;
	margin-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 160px;
	height: 16px;
	outline: none;
	border: 1px solid #333;
	border-radius: 4px;
	background-color: #fff;
	color: #555;
	vertical-align: middle;
	-webkit-transition: border 350ms ease-in-out;
	-moz-transition: border 350ms ease-in-out;
	-ms-transition: border 350ms ease-in-out;
	-o-transition: border 350ms ease-in-out;
	transition: border 350ms ease-in-out;
	margin-left: 6px;
}

body input[type="text"]#field_pseudo:focus {
	border: 1px solid #EA148C;
	color: #000;
}

body input[type="text"]#field_city, body input[type="text"]#field_city:hover {
	display: inline-block;
	margin-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 210px;
	height: 16px;
	outline: none;
	border: 1px solid #333;
	border-radius: 4px;
	background-color: #fff;
	color: #555;
	vertical-align: middle;
	-webkit-transition: border 350ms ease-in-out;
	-moz-transition: border 350ms ease-in-out;
	-ms-transition: border 350ms ease-in-out;
	-o-transition: border 350ms ease-in-out;
	transition: border 350ms ease-in-out;
	margin-left: 2px;
}

 body input[type="text"]#field_city:focus {
	border: 1px solid #EA148C;
	color: #000;
}

body input[type="email"]#field_email, body input[type="email"]#field_email:hover, body .newsletter-contenu input[type="email"]#mce-EMAIL {
	display: inline-block;
	margin-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 45%;
	height: 16px;
	outline: none;
	border: 1px solid #333;
	border-radius: 4px;
	color: #555;
	vertical-align: middle;
	-webkit-transition: border 350ms ease-in-out;
	-moz-transition: border 350ms ease-in-out;
	-ms-transition: border 350ms ease-in-out;
	-o-transition: border 350ms ease-in-out;
	transition: border 350ms ease-in-out;
	margin-left: 2px;
}
body input[type="email"]#mce-EMAIL:focus {
	border: 1px solid #EA148C;
	color: #000;
}
body .newsletter-contenu input[type="email"]#mce-EMAIL {
 	margin-left: 0px;
}
body #lostPassword input[type="email"], body #lostPassword input[type="email"]:hover, body .newsletter-contenu input[type="email"]#mce-EMAIL {
	margin-left: 25px;
	margin-right: 10px;
	width: 280px;
}

#lostPassword p, .newsletter-contenu p {
	padding: 0 25px;
	font-size: 0.9em;
}

#lostPassword label, .newsletter-contenu label {
	padding-left: 25px;
	display: block;
	text-align: left;
	line-height: 1em;
	margin-bottom: 8px;
}

#form-content{
	margin-left: -20px;
	text-align: center;
}
#enAtendant{
	font-family: 'motiva_sanslight', sans-serif;
}
#enAtendant a{
	font-weight: normal;
	font-family: 'motiva_sanslight_italic', sans-serif;
}
#form_inscription p{
	margin: 0;
	margin-top: 10px;
}
#form_inscription label {
	margin-right: 10px;
	width: 150px;
}
.place-checkbox{
	margin-left: 125px;
}
.place-checkbox #text-CGU{
	margin-left: 7px;
}
.flash_error{
	display: block;
	padding: 15px 15px 14px;
	width: 80%;
	margin: 0 auto 15px;
	color: #ea1423;
	background: #fff;
	border-radius: 8px;
	text-align: center;
	font: normal 0.8em 'motiva_sansbold', sans-serif;
}
body input[type="text"]#field_email.element_error, body input[type="password"]#field_password.element_error, body #lostPassword input[type="email"].element_error, body input[type="email"]#field_email.element_error, input[type="text"]#field_city.element_error, body input[type="text"]#field_pseudo.element_error {
	border: 2px solid #ea1423;
}
div.selector.element_error span, div.selector.element_error span {
  background-position: right -44px;
}
div.selector.element_error, div.selector.element_error {
  background-position: left -264px;
}
div.checker.element_error span {
	background-position: -33px -440px;
}
div.selector.element_error.disabled span, div.selector.element_error.disabled span {
  background-position: right -176px;
}
div.selector.element_error.disabled, div.selector.element_error.disabled {
  background-position: left -396px;
}
.titre-inscription{
	margin-left: 50px;
	font-weight: normal;
	font-size: 0.9em;
	font-family: 'motiva_sansbold', sans-serif;
}
#form_inscription .place-checkbox label {
	width: 230px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	line-height: 1.4em;
	margin-left: 0;
	padding-left: 0;
	font-size: 0.9em;
	padding-top: 8px;
}
form h3, #checkMail h3 {
	font-weight: regular;
	text-align: center;
	font-weight: normal;
	font-size: 1.2em;
	color: #EA148C;
	font-family: 'motiva_sansitalic', sans-serif;
}

#checkMail {
	width: 90%;
	text-align: center;
	margin: 0 auto;
}

#checkLinks {
	width: 90%;
	margin: 0 auto;
	font-size: 0.8em;
	font-family: 'motiva_sansitalic', sans-serif;
	color: #666;
	margin-top: 80px;
	text-align: center;
}

#checkLinks a {
	font-family: 'motiva_sans', sans-serif;
}

#checkLinks strong {
	font-family: 'motiva_sansbold_italic', sans-serif;
}

form p.precision {
	font-size: 0.9em;
}

#form_inscription .label-inscription2 {
	text-align: left;
	width: auto;
}

.inscription-form-2 {
	width: 400px;
	margin: 0 auto;
}

#btnFinish {
	margin-left: 165px;
}

#field_photo {
	margin: 10px auto;
	display: block;
}

.selector span {
	max-width: 190px !important;
}
.selector select {
	max-width:240px !important;
}
.selector {
	max-width: 240px !important;
}

/* @end */

/* @group Contenu type */

.contenu-type {
	font-size: 0.9em;
}

.contenu-type h2, .newsletter-contenu h2 {
	letter-spacing: -1px;
	color: #62a0d6;
	font-size: 1.8em;
	text-align: center;
	font-weight: normal;
	margin: 0 0 0.2em 0;
	line-height: 1em;
}

.contenu-type h3 {
	font-weight: regular;
	text-align: left;
	font-weight: normal;
	font-size: 1.1em;
	color: #EA148C;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'motiva_sansbold', sans-serif;
	margin: 3em 0 1.5em;
}

.contenu-type h4 {
	font-weight: regular;
	text-align: left;
	font-weight: normal;
	font-size: 1em;
	color: #333;
	font-family: 'motiva_sansbold', sans-serif;
	letter-spacing: 0;
	margin: 1.5em 0;
}

.contenu-type p, .contenu-type ul {
	font-size: 0.9em;
}

.contenu-type a:hover {
	color: #333;
}

/* @end */

/* @end */
/* @group à Propos */

.a-propos-fond {
	line-height: 1.4em;
}

.a-propos-fond p {
	text-align: center;
	font-size: 0.9em;
}

#intro-ap h3 {
	font-weight: regular;
	text-align: center;
	font-weight: normal;
	font-size: 1em;
	color: #EA148C;
	font-family: 'motiva_sansbold', sans-serif;
	letter-spacing: 0;
	margin: 3em 0;

}

#intro-ap h3 strong {
	font-weight: normal;
	color: #333;
	letter-spacing: 0;
}

h3#faites {
	width: 406px;
	height: 75px;
	background-size: 100% auto;
	background: url('../layoutimg/faites-du-sport.png') no-repeat 0 0;
	margin: 3em auto;
}

#temoignage-apropos {
	background: url('../layoutimg/apropostem.png') no-repeat 0 0;
	background-size: 100% auto;
	color: #fff;
	padding: 35px 20px 20px;
}

#temoignage-apropos h3 {
	text-align: center;
	margin: 0;
	color: #e10f84;
}
#temoignage-apropos p {
	margin: 0;
}

#sous-temoignage {
	background: url('../layoutimg/bottom-temoignage-apropos.png') no-repeat 0 0;
	background-size: 100% auto;
	height: 147px;
	margin-bottom: 4em;
}
#du-sport {
	background: url('../layoutimg/il-va-y-avoir.png') no-repeat 13px 0;
	padding-left: 95px;
	padding-bottom: 0;
	text-align: left;
	padding-top: 10px;
}
#gratuit {
	background: url('../layoutimg/gratuit.png') no-repeat -2px 0;
	padding-left: 95px;
	padding-bottom: 0;
	padding-top: 15px;
	text-align: left;
	margin-top: 5em;
}
.aPropos-list-cool-features h2 {
	letter-spacing: -1px;
	color: #62a0d6;
	font-size: 2em;
	text-align: left;
	font-weight: normal;
	margin: 0 0 0.2em 0;
	line-height: 1em;
}
.aPropos-list-cool-features p {
	text-align: left;
	margin: 0;
}
.aPropos-list-cool-features h3 {
	color: #e10f84;
	margin: 0;
	text-align: left;
	font-family: 'motiva_sansbold', sans-serif;
	font-size: 1.2em;
	padding-bottom: 0;
	font-weight: normal;
	line-height: 1.2em;
}
#du-sport h3 {
	margin-top: 3px;
}
#gratuit h3 {
	margin-bottom: 3px;
}

.a-propos-fond #inscription {
	margin: 2em 0 3em 93px;
}
.a-propos-fond #inscription a {
	width: 330px;
	font-size: 0.9em;
}
.a-propos-fond #inscription a span {
	background-color: #e2017a;
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(226, 1, 122, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(226, 1, 122, 0));
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(226, 1, 122, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(226, 1, 122, 0));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(226, 1, 122, 0));
}
.a-propos-fond #inscription a:hover span {
	background: #111;
}

#top-authors {
	background: url('../layoutimg/topauthorsap.png') no-repeat 0 100%;
	background-size: 100% auto;
	height: 141px;
	margin-top: 4em;
}

#author-story {
	background: url('../layoutimg/author-story.png') no-repeat 0 100%;
	background-size: 100% auto;
	color: #fff;
	padding: 20px 20px 35px;
}

#author-story h2 {
	margin: 0;
	letter-spacing: -1px;
	color: #e10f84;
	font-size: 2em;
	text-align: center;
	font-weight: normal;
	margin: 0.5em 0 0.5em 0;
	line-height: 1em;
}

/* @end */

/* @group Non semantic Boilerplate */

/* remplacement image */
.ir {
    overflow: hidden;
    /* IE 6/7 fallback */
    border: 0;
    background-color: transparent;
    *text-indent: -9999px;
}
.ir:before {
    display: block;
    width: 0;
    height: 100%;
    content: "";
}

/* masquage de texte, alternative (buggé?) */
.hide-text {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

/* masqué */
.hidden {
    display: none !important;
    visibility: hidden;
}

/* masqué juste sur l'écran (pas sur RSS ou moteurs) */
.visuallyhidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
}

/* abonnement gratuit */
.abogratuit{
  text-align: right;
  margin-bottom: -120px;
  margin-top: 30px;
}
.abogratuit img{
  width: 200px;
  margin: 0 30px;
}

/* clearfix */

.clearfix:before,
.clearfix:after {
    display: table; /* 2 */
    content: " "; /* 1 */
}
.clearfix:after {
    clear: both;
}

/* @end */


/* ==|== media queries ======================================================
   ========================================================================== */


/* mes resolutions responsives "classiques" */
@media only screen and (max-width: 990px) {
	.fond {
	    position: absolute;
	    top: 0;
	    left: 0;
	    height: 350px;
	    width: 100%;
	    min-width: 0;
		background-attachment: scroll;
		background-position: 0 0;
	}
	.fond .overlay {
		background-attachment: scroll;
		background-position: 0 100%;
		background-size: 0 180px;
	}
	.temoignage {
		bottom: 20px;
		left: 50%;
		margin: 0 0 0 -200px;
		text-align: center;
		font-size: 0.9em;
	}
	.temoignage h2 {
		letter-spacing: 0;
	}
	.temoignage br {
		display: none;
	}	
	.fond-bloc-droite {
		position: absolute;
		top: 350px;
		bottom: auto;
		left: 0;
		min-height: 0;
		width: 100%;
		padding: 0;
		margin: 0;
		background: #fefefe;
		height: auto;
		padding-bottom: 130px;
	}
	.fond-blur, #fond-blanc {
		display: none !important;
		opacity: 0;
		background: none;
	}
	.fond-bloc-droite.a-propos-fond {
		background: #fefefe;
	}
	#zone-contenu {
		width: 430px;
	}
	h1 {
		margin-top: 50px;
	}
	h2 {
		margin-top: 40px;
		margin-bottom: 0;
	}
	.label-connexion {
		width: 140px;
	}
	a.oubli, a#registerLink  {
		margin-left: 165px;
	}
	body input[type="submit"]#btnLogin {
		margin-left: 163px
	}
	#deja-membre {
		width: 410px;
		padding-right: 20px;
	}
  .abogratuit{
    margin-bottom: 0;
  }
  .abogratuit img{
    width: 200px;
    height: auto;
    margin: 0 70px;
    text-align: right;
    position: absolute;
    top: -300px;
    right: 0;
  }
}

@media only screen and (max-width: 480px) {
	.fond {
	    display: none;
	}
	.fond-bloc-droite {
		top: 0;
		padding-bottom: 60px;
	}
	#zone-contenu {
		width: 90%;
		margin-bottom: 0;
	}
	h1 {
		width: 140px;
		height: 80px;
		margin-top: 40px;
	}
	h1 a {
		background-position: 50% 50%;
		background-size: 100% 100%;
	}
	h2 {
		margin-left: auto;
		margin-right: auto;
		width: 90%;
		font-size: 1em;
	}
	h2 strong {
		display: block;
	}
	ul#menu-bas {
		padding-top: 150px;
	}
	ul#menu-bas, ul#menu-bas2 {
		display: block;
		position: static;
	}
	#deja-membre, #inscription {
		display: block;
		text-align: center;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		padding-right: 0;
	}
	#inscription {
		width: 100%;

	}
	h3 strong {
		display: block;
		margin: 0;
		padding: 3px 0 0;
	}
	#deja-membre a, #inscription a {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		height: 48px;
	}
	#inscription a {
		font-size: 0.7em;
	}
	#inscription a span {
		line-height: 48px;
	}
	ul#menu-bas li, ul#menu-bas2 li {
		display: block;
	}
	label, .label-connexion, .label-inscription {
		display: block;
		width: 90%;
		padding: 0;
		margin: 15px 0 8px 39px;
		height: auto;
		text-align: left;
		line-height: 1em;
	}
	.label-inscription {
		margin-left: 5px;
	}
	#form_inscription .label-inscription2 {
		display: none;
	}
	a.oubli, a#registerLink {
		margin: 0 0 0 32px;
		width: 90%;
		display: block;
	}
	body input[type="text"]#field_email, body input[type="password"]#field_password, body input[type="submit"]#btnLogin {
		margin: 0 0 6px 10%;
	}
	body #form_inscription input[type="email"]#field_email, body #form_inscription input[type="email"]#field_email:hover {
		width: 90%;
	}
	.place-checkbox {
		margin-left: 0;
	}
	#form_inscription .place-checkbox label#text-CGU {
		width: 170px;
		margin-top: 0;
		vertical-align: top;
	}
	body input[type="submit"]#btnLogin {
		margin-top: 10px;
	}
	body input[type="submit"]#btn_continue {
		margin-left: 0;
	}
	#loginForm, #form_inscription {
		display: block;
		width: 300px;
		margin: 0 auto;
	}
	#form_inscription {
		width: 260px;
	}
	#lostPassword label {
		margin-left: 0;
	}
	body #lostPassword input[type="email"], body .newsletter-contenu input[type="email"]#mce-EMAIL {
		margin-left: 25px;
		margin-right: 10px;
		width: 170px;
	}
	#btnFinish {
		margin-left: 0;
	}
	h3#faites {
		width: 90%;
	}
	.a-propos-fond #inscription {
		margin: 2em 0 3em 90px;
		width: auto;
		text-align: left;
	}
	.a-propos-fond #inscription a {
		width: 180px;
		font-size: 0.7em;
		margin: 0;
	}
	
	.temoignage{
		display: none;
	}
}



/* retina */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    
}


/* ==|== print styles =======================================================
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; -ms-filter: none !important; filter:none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  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; }
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */


   
/*intervention Tony Trancard*/
/*Page press*/
.fond.press-fond{  background-image: url("../layoutimg/fond-press.jpg");background-size: contain; background-color: #fff;}
.fond-bloc-droite.press-fond { background-color: #fff;}
.contentpress{padding: 10px; margin-top: 20px;margin-bottom: 120px; display: inline-block;}
.itempress{float: left; border: 1px solid #eee; padding: 2%;width: 43%; margin-right: 13px; margin-bottom: 10px;height: 350px;}
.itempress .head-itempress{}
.itempress .head-itempress img{float: left;}
.itempress .head-itempress .datepress{float: right;margin-top: 40px;color: #777777;font-family: 'motiva_sansitalic',sans-serif;font-size: 0.8em;font-weight: normal;}
.itempress .head-itempress h3.titrepress{ clear: both; font-weight: bold;padding-top: 10px;}
.itempress .head-itempress h3.titrepress a{text-decoration: none; color: #777777;font-family: 'motiva_sansitalic',sans-serif;}
.itempress .extraitpress{ color: #777777;font-family: 'motiva_sansitalic',sans-serif;font-size: 0.8em;font-weight: normal;}

@media only screen and (max-width: 480px) {
.itempress {
    border: 1px solid #EEEEEE;
    float: none;
    height: auto;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 5%;
    width: 90%;
}
.contentpress {margin-bottom: 0px;}
}