/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input, select {
  margin: 0; padding: 0;
  font-size: 100%; font-family: Georgia, 'Times New Roman', serif;
  vertical-align: middle; line-height: normal;
}
/*============================================================================*/
body {
  font-family: Georgia, 'Times New Roman', serif;
  padding-top: 109px;
}
h1 {
  font-size: 35px; color: #302a80; font-weight: 400;
}
h2 {
  font-size: 42px; font-weight: 400;
  text-align: center; line-height: 50px;
  margin-bottom: 10px;
}
h3 {
  font-size: 22px; font-weight: 400;
  line-height: 150%; margin-bottom: 10px;
}
h4 {
  font-size: 16px;
}
p {
  font-size: 14px;
  line-height: 110%; text-align: justify;
  margin-bottom: 15px;
}
em {font-style: italic;}
strong {font-weight: 700;}
table, thead, tbody, tr, th, td {line-height: 150%;font-weight: 400;}
/* CLASSES */
.wrapper {
  width: 990px;
  margin: 0 auto;
  position: relative;
}
.left {float: left;}
.right {float: right;}
.clear {clear: both;}
.scrollto {
  position: absolute; display: block;
  width: 35px; height: 25px;
  text-indent: -9999px; overflow: hidden;
}
.error_list li {
  color: red; font-size: 10px; line-height: 15px;
  font-family: Arial, Helvetica, sans-serif;
}
/*============================================================================*/
/* HEADER */
header {
  position: fixed; z-index: 100;
  top: 0; left: auto; right: auto;
  height: 109px; width: 100%;
  background: url('../images/header.png') repeat-x;
}
header h1 {
  position: absolute; top: 5px; left: 5px;
}
header h1 a {
  display: block; width: 214px; height: 91px;
  background: url('../images/logo.png') no-repeat;
  text-indent: -9999px; overflow: hidden;
}
header nav {
  padding: 30px 0 0 250px;
}
header nav ul {
  overflow: auto;
}
header nav li {
  float: left;
}
header nav a {
  font-size: 22px; font-style: italic;
  line-height: 75px; color: #a0a0a0;
  text-decoration: none; border-bottom: 3px solid #fff;
  display: block; padding: 0 20px;
}
header nav .active a {
  color: #73c5c2;
  border-bottom: 3px solid #73c5c2;
}
header nav .inactive a {
  color: #ccc;
}
header nav .inactive a:hover {
  color: #ccc;
}
header nav a:hover {
  text-decoration: none;
  color: #73c5c2;
}
header .login {
  position: absolute; top: 0; right: 5px;
  height: 36px; width: 292px;
  background: url('../images/login.png') no-repeat 0 0;
}
header .login a {
  display: block; height: 36px; line-height: 36px;
  color: #fff; font-size: 14px; text-decoration: none;
  padding-left: 42px; text-align: center;
}
header .profile {
  position: absolute; top: 0; right: 5px;
  display: block;
  height: 36px; line-height: 36px;
  background: url('../images/profile.png') no-repeat 0 0;
  padding-left: 40px;
}
header .profile span {
  display: inline-block; height: 36px;
  padding: 0 15px; color: #fff;
  background: url('../images/bg-profile.png') repeat-x 0 0;
}
header .profile a {
  display: block; float: right;
  height: 36px; width: 115px; line-height: 34px; padding-left: 15px;
  background: url('../images/logout.png') no-repeat 0 0;
  font-size: 14px; color: #378e8b; text-decoration: none;
}
header .profile a:hover {
  color: #302A80;
}
header p {
  font-size: 14px; color: #a0a0a0;
  text-align: right; font-style: italic;
  margin: 0; width: 300px;
  position: absolute; top: 50px; right: 5px;

}
/*============================================================================*/
/* Flashes */
.flash {
  position: fixed; top: 109px; left: 0; z-index: 100;
  width: 100%;
  font-size: 16px; font-weight: 400; text-align: center;
}
.flash .wrapper {
  color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 20px 10px 10px; width: 960px;
  background-repeat: repeat-x;
  border-radius: 3px;
}
.flash-notice .wrapper {
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.flash-warning .wrapper {
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.flash-error .wrapper {
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.flash button.close {
  position: absolute; top: 2px; right: 2px;
  font-size: 20px; color: #000000; font-weight: bold;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.3; filter: alpha(opacity=30);
  padding: 0; line-height: 20px;
  background: transparent; border: 0; cursor: pointer;
  -webkit-appearance: none;
}
.flash button.close:hover {
  opacity: 0.8; filter: alpha(opacity=80);
}
/*============================================================================*/
/* SECTIONS Homepage */
h2 .left, h2 .right {
  display: block; height: 50px;
  background: url('../images/hr-white.gif') repeat-x 0 25px;
}
/*============================================================================*/
/* Accueil */
#accueil, #accueil .wrapper {
  height: 669px;
  background: #edf5fa url('../images/background.jpg') no-repeat center 0;
}
#accueil h1 {
  padding-top: 160px; padding-right: 380px;
  line-height: 45px;
}
#accueil p {
  font-size: 25px; color: #a0a0a0;
  text-align: center; line-height: 28px;
  padding-right: 380px;
}
#accueil .scrollto {top: 605px; left: 180px;}
/*============================================================================*/
/* Reglement */
#reglementation, #reglementation .wrapper {
  height: 656px; color: #fff;
  background: #302a80 url('../images/background.jpg') no-repeat center -669px;
}
#reglementation h2 span {
  width: 230px;
}
#reglementation .scrollto {top: 588px; right: 178px;}
#reglementation .content-left {
  width: 635px;
}
#reglementation .content-right {
  width: 325px;
}
#reglementation .people {
  padding-left: 70px; min-height: 390px;
  background: url('../images/icones-personnes.png') no-repeat 0 0;
}
#reglementation .people div {
  height: 105px; font-style: italic;
}
#reglementation .people h4 {
  border-bottom: 1px solid #201a6a; padding-bottom: 5px;
}
#reglementation .people div p {
  color: #918acf; text-align: left; line-height: 100%;
  border-top: 1px solid #6d65b4; padding-top: 5px;
}
/*============================================================================*/
/* Formation */
#formation, #formation .wrapper {
  height: 656px; color: #fff;
  background: #73c5c2 url('../images/background.jpg') no-repeat center -1325px;
}
#formation h2 span {
  width: 380px;
}
#formation .scrollto {top: 590px; left: 180px;}

#formation .content-top {
  height: 220px;
}
#formation .content-top .left {
  width: 635px; padding-top: 30px;
}
#formation .content-top .right {
  width: 225px; padding-top: 30px; padding-right: 20px;
}
#formation .content-top .title {
  font-size: 56px; color: #297b78;
  margin: 0;
}
#formation .content-top h3 {
  color: #297b78; font-size: 25px;
  margin: 0;
}
#formation .modules {
  font-style: italic;
}
#formation .modules h4 {
  padding-bottom: 5px; border-bottom: 1px solid #297572;
}
#formation .modules ul {
  padding-top: 5px; border-top: 1px solid #72bab8;
  list-style-type: disc; list-style-position: inside;
  font-size: 14px; color: #99d8d6; line-height: 16px;
}
#formation .content-middle {
  overflow: auto; height: 160px;
}
#formation .content-middle h3 {
  text-align: center; font-size: 30px;
  margin: 0;
}
#formation .content-middle p {
  width: 330px; float: left;
}
#formation .content-middle .step-1 {
  width: 220px;
  padding: 0 40px 0 70px;
}
#formation .content-middle .step-2 {
  width: 220px;
  padding: 0 10px 0 100px;
}
#formation .content-middle .step-3 {
  width: 220px;
  padding: 0 5px 0 105px;
}
#formation .content-middle p strong {
  font-size: 25px; color: #378e8b; line-height: 30px;
}
#formation .content-bottom p {
  font-size: 31px; line-height: 36px; text-align: left;
  padding-right: 200px; padding-top: 35px;
}
/*============================================================================*/
/* Inscription */
#inscription, #inscription .wrapper {
  color: #73c5c2;
  height: 587px;
  background: #fff url('../images/background.jpg') no-repeat center -1981px;
}
#inscription h2 span {
  width: 380px;
  background: url('../images/hr-green.gif') repeat-x 0 25px;
}
#inscription .content-left {
  width: 520px;
}
#inscription table {
  width: 100%;
  font-size: 16px;
}
#inscription th {
  width: 175px;
  text-align: left;
  font-weight: 400;
}
#inscription th, #inscription td {
  vertical-align: bottom;
}
#inscription th label {
  line-height: 30px;
}
#inscription input[type="text"], #inscription select {
  width: 335px; height: 22px; display: block;
  line-height: 22px; color: #333333;
  border: 1px solid #73c5c2;
  padding: 0 4px; font-size: 14px;

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}
#inscription input[type="text"]:focus, #inscription select:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: #73c5c2 thin solid \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
#inscription select {
  width: 343px; padding: 0;
}
#inscription .radio_list li {
  float: left; line-height: 30px; margin-right: 10px;
}
#inscription .legend {
  margin: 10px 0 0; text-align: right;
}
#inscription .content-right {
  width: 435px;
}
#inscription .title {
  font-size: 54px; line-height: 45px; text-align: center;
}
#inscription .title span {
  font-size: 48px;
}
#inscription .price {
  font-size: 160px; font-family: 'Times New Roman', Georgia, serif;
  line-height: 140px; text-align: center;
  margin-top: -20px;
}
#inscription .price sup {
  font-size: 90px; vertical-align: text-top;
}
#inscription .description {
  color: #a0a0a0; font-size: 25px; text-align: center;
  margin: 0 0 10px;
}
#inscription .description span {
  font-size: 22px;
}
#inscription button {
  width: 429px; height: 55px; padding: 0 0 0 65px;
  margin: 0 0 15px; cursor: pointer; border: none;
  background: url('../images/button-inscription.png') no-repeat 0 0;
  font-size: 28px; line-height: 55px; color: #fff; text-align: center;
  font-family: Georgia, 'Times New Roman', serif;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
#inscription .payments {
  background: url('../images/payments.jpg') no-repeat 0 0;
  width: 429px; height: 55px;
  text-indent: -9999px; overflow: hidden;
}
/*============================================================================*/
/* SECTION Espace */
#espace, #espace .wrapper {
  color: #73c5c2;
  background: #fff url('../images/bg-default.jpg') no-repeat center 0;
  margin-bottom: 30px;
  min-height: 502px;
}
#espace h1 {
  font-size: 35px; color: #73c5c2;
  text-align: center; line-height: 50px;
  margin-bottom: 10px;
}
#espace h1 .left, #espace h1 .right {
  display: block; height: 50px; width: 180px;
  background: url('../images/hr-green.gif') repeat-x 0 25px;
}
.module {
  position: relative; float: left;
  width: 238px; height: 273px;
  margin: 0 12px 15px 0; padding-top: 31px;
}
.module.last {
  margin: 0;
}
.module p.title {
  position: absolute; top: 0; left: 0;
  z-index: 10; margin: 0; padding: 0 5px 0 30px;
  width: 203px; height: 37px; overflow: hidden;
  line-height: 30px; color: #fff; text-align: left;
  line-break: loose;
  background: url('../images/module-title.png') no-repeat 0 0;
}
.module img {
  position: relative;
  width: 238px; height: 164px;
  z-index: 1; display: block;
}
.module .more {
  height: 99px;
  border: 1px solid #dbdbdb; border-top: 0;
  padding: 5px;
}
.module .more ul {
  font-size: 12px; color: #a0a0a0;
  height: 76px; overflow: hidden;
  list-style: square inside;
}
.module .more li {
  line-height: 19px;
}
.module .more a {
  display: block; margin: 0 auto;
  width: 122px; height: 25px;
  line-height: 22px; text-align: center;
  background: url('../images/module-read.png') no-repeat 0 0;
  font-size: 12px; color: #8a8a8a; text-decoration: none;
}
.module .more a:hover {
  color: #5a5a5a;
}
.status {
  position: relative; float: left;
  width: 238px; height: 304px;
  margin: 0;
}
.status p {
  color: #fff; font-size: 36px; text-align: center;
  margin: 105px 0 0;
}
.status a {
  position: absolute; bottom: 15px; left: 37px;
  display: block; width: 130px; height: 38px; padding-right: 33px;
  color: #fff; line-height: 32px; font-size: 20px; text-align: center;
  text-decoration: none;

}
.status-00 {
  background: url('../images/status-bg-payment-1.png') no-repeat 0 0;
}
.status-01 {
  background: url('../images/status-bg-payment-2.png') no-repeat 0 0;
}
.status-00 a, .status-01 a {
  background: url('../images/status-button-1.png') no-repeat 0 0;
}
.status-1, .status-2 {
  background: url('../images/status-bg-exam.png') no-repeat 0 0;
}
.status-1 a, .status-2 a {
  background: url('../images/status-button-2.png') no-repeat 0 0;
}
.status-3 {
  background: url('../images/status-bg-diplome.png') no-repeat 0 0;
}
.status-3 a {
  background: url('../images/status-button-3.png') no-repeat 0 0;
}

/*============================================================================*/
/* SECTION Lesson */
#espace.lesson,
#espace.lesson .wrapper {
  color: #333; font-size: 14px; line-height: normal;
}

#espace.lesson h1 {text-align: left; padding: 10px 0 0; margin: 0;}
#espace.lesson h2, #espace.lesson h3, #espace.lesson h4 {color: #302A80;}
#espace.lesson h2 {font-size: 28px; text-align: left; line-height: normal; margin: 25px 0 15px; border-bottom: 1px dotted #302a80;}
#espace.lesson h3 {font-size: 22px; line-height: normal; margin: 20px 0 10px 10px;}
#espace.lesson h4 {font-size: 18px; line-height: normal; margin: 20px 0 10px 20px;}
#espace.lesson p, #espace.lesson ul, #espace.lesson table {
  margin: 10px 0; line-height: normal;
}
#espace.lesson p {
  text-align: justify;
}
#espace.lesson ul {
  list-style: circle inside;
  padding-left: 10px;
}
#espace.lesson ul ul {
  list-style: square inside;
}
#espace.lesson li {
  line-height: 150%;
}

#espace.lesson table {
  font-family: Helvetica, Arial, sans-serif; font-size: 11px;
}
#espace.lesson th, #espace.lesson td {
  padding: 5px; border: 1px solid #fff;
}
#espace.lesson thead tr {
  background: #006fb9; color: #fff; font-weight: 700;
}
#espace.lesson tbody tr {
  background: #f8f8ff;
}
#espace.lesson tbody tr:nth-child(2n+1) {
  background: #f0f0ff;
}

/* classes */
#espace.lesson div.cadre {
  padding: 10px 30px; border: 2px solid #ccc; border-radius: 20px; margin: 20px 0; box-shadow: 1px 1px 5px #333;
}
#espace.lesson .small {
  font-size: 11px;
}
/*============================================================================*/
/* SECTION Examen */
#espace.examen, #espace.examen .wrapper {
  color: #333;
}
#espace.examen h1 span {
  width: 400px;
}
#espace.examen h2 {
  font-size: 24px; text-align: left;
}
#espace.examen h3 {
  font-size: 20px; text-align: left; color:#73c5c2; font-style: italic;
}
#espace.examen .qcm {
  padding: 10px;
  border-bottom: 1px dotted #333333;
}
#espace.examen .qcm p {
  font-size: 16px; color: #302a80;
}
#espace.examen .qcm li {
  line-height: 20px;
}
.disclaimer li {
  line-height: 20px;
}
/*============================================================================*/
/* SECTION Signin */
#espace.signin, #espace.signin .wrapper {
  color: #333;
}
#espace.signin h1 span {
  width: 400px;
}
#espace.forgotpwd h1 span {
  width: 330px;
}
#espace.signin form {
  width: 500px; margin: 0 auto;
}
#espace.signin table {
  width: 100%;
}
#espace.signin tr {
  border-bottom: 10px solid transparent;
}
#espace.signin th, #espace.signin td {
  width: 50%;
}
#espace.signin th {
  text-align: right;
  vertical-align: middle;
}
#espace.signin th label {
  padding-right: 15px;
}
#espace.signin input[type="text"], #espace.signin input[type="password"] {
  display: inline-block; height: 20px; width: 206px;
  padding: 4px 6px;
  color: #333333; font-size: 14px; font-weight: 400;
  vertical-align: middle; line-height: 20px;
  background-color: #ffffff; border: 1px solid #cccccc;

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}
#espace.signin input[type="text"]:focus, #espace.signin input[type="password"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: #73c5c2 thin solid \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
#espace.signin input[type="checkbox"] {

}
#espace.signin tfoot {
  text-align: center;
}
#espace.signin input[type="submit"], #espace.examen button[type="submit"] {
  cursor: pointer; -webkit-appearance: button;
  display: block; margin: 20px auto 10px;
  padding: 4px 12px;
  text-align: center; vertical-align: middle;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);

  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
#espace.signin input[type="submit"]:hover, #espace.examen button[type="submit"]:hover {
  color: #333333;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}
#espace.signin input[type="submit"] {
  margin-left: 200px\9;
}
/*============================================================================*/
/* SECTION Legal */
#espace.legal, #espace.legal .wrapper {
  color: #333;
}
#espace.legal h1 span {
  width: 350px;
}
#espace.legal h2 {text-align: left; font-size: 22px; line-height: 150%; color: #201a6a;}
/*============================================================================*/
/* FOOTER */
footer, footer .wrapper {
  height: 69px; color: #fff;
  background: #fff url('../images/background.jpg') no-repeat center -2568px;
}
footer ul {
  position: absolute;
  top: 30px; left: 680px;
  /*background: rgba(0,0,0,0.5);*/
  height: 30px; line-height: 30px;
}
footer li {
  float: left;
}
footer a {
  display: inline-block; padding: 0 10px;
  font-size: 14px; color: #fff;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer .scrollto {
  top: 5px; right: 178px;
  padding: 0;
}

.bill {
  display: block; float: left;
  width: 235px;
  margin: 0 12px 15px 0;
  font-size: 14px;
  color: #8a8a8a;
}
.bill .numero {
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: url('../images/bg-profile.png') repeat-x 0 0;
  color: #fff;
  
}
.bill .more {
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-color: transparent #ccc #ccc #ccc;
}
.bill .date {
  float: left;
}
.bill .amount {
  float: right;
  margin-bottom: 10px;
}
.bill .btn {
  clear: both;
  display: block;
  margin: 0 auto 0;
  width: 122px; height: 25px;
  line-height: 22px;
  text-align: center;
  background: url("../images/module-read.png") no-repeat scroll 0px 0px transparent;
  color: #8a8a8a;
  font-size: 12px;
  text-decoration: none;
}
.bill .btn:hover {
  color: #5a5a5a;
}

/* BANDEAU COOKIE */
.popup-cookies-verspiren{
  width: 60%;
  background-color: #e2e2e2;
  padding: 20px;
  margin: 0 auto;
}
.popup-cookies-verspiren .mfp-close{
  display: none;
}
.popup-cookies-verspiren .popup-inner{
  text-align: center;
  padding: 20px;
}
.popup-cookies-verspiren .popup-inner .body-popup{
  color: #0c0c0c;
}
.popup-cookies-verspiren .popup-inner .body-popup h1{
  font-size: 22px;
  font-weight: bold;
  color: #0c0c0c;
  margin-top: 20px;
  margin-bottom: 10px;
}
.popup-cookies-verspiren .popup-inner .body-popup .content{
  color: #2d2d2d;
  text-align: center;
  margin: 10px 0;
}
.popup-cookies-verspiren .popup-inner .body-popup .link-en-savoir-plus{
  color: #302a80;
  text-decoration: underline;
  margin: 10px 0;
}
.popup-cookies-verspiren .popup-inner .body-popup .link-en-savoir-plus:hover{
  color: #302a80;
}
.popup-cookies-verspiren .popup-inner .action-popup{
  display: flex;
  justify-content: center;
}
.popup-cookies-verspiren .popup-inner .action-popup .popup-modal-button{
  display: inline-block;
  color: #FFF;
  width: 18%;
  text-align: center;
  padding: 10px 0;
  margin: 20px 10px 10px;
  text-decoration: none;
}
.popup-cookies-verspiren .popup-inner .action-popup .popup-modal-button:focus,
.popup-cookies-verspiren .popup-inner .action-popup .popup-modal-button:hover{
  text-decoration: none;
}
.popup-cookies-verspiren .popup-inner .action-popup .popup-modal-accept{
  background-color: #302a80;
}
.popup-cookies-verspiren .popup-inner .action-popup .popup-modal-dismiss{
  background-color: #bfc0c0;
}
/* BANDEAU COOKIE */

@media only screen and (max-width : 1280px) {
  .popup-cookies-verspiren .popup-inner .action-popup .popup-modal-button{
    width: 40%;
  }
}

@media only screen and (max-width : 767px) {
  .popup-cookies-verspiren .popup-inner .action-popup .popup-modal-button{
    width: 50%;
  }
  .popup-cookies-verspiren{
    width: 95%;
    padding: 5px;
  }
  .popup-cookies-verspiren .popup-inner{
    padding: 10px;
  }
}

@media only screen and (max-width : 575px) {
  .popup-cookies-verspiren .popup-inner .action-popup{
    flex-direction: column;
  }
  .popup-cookies-verspiren .popup-inner .action-popup .popup-modal-button{
    width: 100%;
    margin: 10px 0;
  }
}