html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  height: 100%;
  font-size: 1em;
  line-height: 1.5;
}
body {
  height: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
input[type="radio"] {
  margin-right: 5px;
}
#top-navigation .switch {
  display: none;
}
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clear {
  clear: both;
}
.nowrap {
  white-space: nowrap;
}
label[for] {
  cursor: pointer;
}
sup {
  font-size: 0.6em;
}
p.error {
  color: #F00 !important;
}
input.error {
  border-color: rgba(255, 0, 0, 0.5) !important;
}
.transition3 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.transition2 {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.simucontainer {
  position: relative;
  clear: both;
  overflow: hidden;
  width: 100% !important;
}
#content.gabarit {
  padding-top: 100px;
}
/*TABLE*/
.tablo {
  clear: both;
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  margin: 20px 0;
}
.tablo .title {
  color: #30302E;
  text-transform: uppercase;
  font-size: 26px;
}
.tablo .bleu {
  color: #0476D9;
  font-weight: bold;
}
.tablo.list tbody tr td {
  height: 50px !important;
}
.tablo .blockinfo {
  display: block;
  color: #FFFFFF;
  background: #63afee;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.tablo th {
  text-align: left;
  position: relative;
  background: #eeede8;
  color: #333333;
  padding: 0 20px 0 20px;
  height: 70px;
  border-left: 2px solid #eeede8;
  font-weight: 500;
}
.tablo th td {
  position: relative;
}
.tablo th.sorting:before {
  display: block;
  position: absolute;
  top: 40%;
  right: 10px;
  width: 0px;
  height: 0px;
  content: "";
  border-bottom: #000 7px solid;
  border-left: transparent 4px solid;
  border-right: transparent 4px solid;
}
.tablo th.sorting:after {
  display: block;
  position: absolute;
  top: 55%;
  right: 10px;
  width: 0px;
  height: 0px;
  content: "";
  border-top: #000 7px solid;
  border-left: transparent 4px solid;
  border-right: transparent 4px solid;
}
.tablo th.sorting_asc:after {
  display: block;
  position: absolute;
  top: 55%;
  right: 10px;
  width: 0px;
  height: 0px;
  content: "";
  border-top: #000 7px solid;
  border-left: transparent 4px solid;
  border-right: transparent 4px solid;
}
.tablo th.sorting_desc:before {
  display: block;
  position: absolute;
  top: 40%;
  right: 10px;
  width: 0px;
  height: 0px;
  content: "";
  border-bottom: #000 7px solid;
  border-left: transparent 4px solid;
  border-right: transparent 4px solid;
}
.tablo > tbody > tr {
  background: #FFFFFF;
}
.tablo > tbody > tr td {
  padding: 0 0 0 20px;
  height: 38px;
  color: #666666;
  position: relative;
}
.tablo > tbody > tr td a {
  color: #0079dd;
  margin: 0 20px 0 0;
  padding: 4px 5px 2px 5px;
}
.tablo > tbody > tr td a:last-child {
  border-left: 2px solid #dad7ce;
  padding-left: 20px;
}
.tablo > tbody > tr td a:hover,
.tablo > tbody > tr td a.active {
  text-decoration: underline;
}
.tablo > tbody > tr td:last-child {
  text-align: right;
}
.tablo > tbody > tr:nth-child(even) {
  background: #f6f6f3;
}
.tablo > tbody > tr.total {
  z-index: 3;
}
.tablo > tbody > tr.total td {
  border-top: 2.5px solid #CDCABB;
  border-bottom: 2.5px solid #CDCABB;
  z-index: 4;
  color: #333333;
  font-weight: bold;
  heighr: 40px;
}
.tablo > tbody > tr.total td.disabled {
  background: #FFFFFF !important;
  visibility: hidden;
}
.tablo.simu {
  border-left: 2px solid #dbd8cb;
  border-right: 2px solid #dbd8cb;
  margin: 0;
}
.tablo.simu th {
  border-left: 2px solid #dbd8cb;
  font-weight: bold;
  background: #dbd8cb;
}
.tablo.simu input {
  text-align: left;
  position: relative;
  background: #eeede8;
  color: #666666;
}
.tablo.simu tbody tr td {
  border-bottom: 2px solid #dbd8cb;
}
.tablo.simu tbody tr td a:last-child {
  border-bottom: 2px solid #dbd8cb;
  margin: 0;
  padding: 0;
  border: none 0px;
  padding-left: 20px;
}
.bouton {
  color: #FFFFFF;
  background: #027add;
  padding: 11px 20px;
  line-height: 20px;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="date"] {
  color: #777777;
  background: #FFFFFF;
  padding: 9px 5px;
  line-height: 20px;
  font-size: 14px;
  border: 2px solid #dbd8cb;
}
input[type="date"] {
  text-align: right;
}
span.password {
  position: relative;
}
span.password span {
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  z-index: 2;
  width: 24px;
  height: 24px;
  background: url(../img/eye-close-up.png) center center no-repeat;
  cursor: pointer;
}
.add_periode {
  display: block;
  float: left;
  color: #0079dd !important;
  padding: 0 0 0 20px !important;
  position: relative;
  text-decoration: underline;
}
.add_periode:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: url(http://www.crpn.fr/asset/img/plus.png) no-repeat;
  margin: -6px 0 0;
  width: 11px;
  height: 11px;
}
.simulate {
  float: right !important;
}
a.profil {
  float: right;
  color: #027add;
  padding-left: 20px;
  position: relative;
  font-size: 13px;
  cursor: pointer;
  margin: 5px 0 0 0;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: normal;
}
a.profil:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: url(../img/forget-pwd.png);
  margin: -6px 0 0;
  width: 9px;
  height: 9px;
}
body .btn.cal,
body .btn.list {
  float: right;
  margin-left: 20px;
  position: relative;
  padding-left: 50px;
  background: #2195de url(../img/btncal.png) 15px center no-repeat;
}
body .btn.list {
  background: #2195de url(../img/btnliste.png) 15px center no-repeat;
}
body .cal .quart {
  float: left;
  width: 25%;
  position: relative;
}
body .cal .quart .content {
  float: none;
  width: auto;
  border: 2px solid #F6F6F4;
  height: 144px;
  padding: 15px;
  font-size: 15px;
}
body .cal .quart .content p {
  font-size: 26px;
  color: #656563;
  font-weight: bold;
  margin: 0 0 10px 0;
}
body .cal .quart .content span {
  color: #333333;
  display: block;
  clear: both;
}
body .cal .quart .content span b {
  color: #0476D9;
  font-weight: bold;
}
body .cal .quart:nth-child(even) .content {
  background: #F6F6F4;
}
body .dl-menuwrapper {
  display: none;
}
#content section {
  overflow: hidden;
  padding-bottom: 30px;
}
#content section .inner {
  overflow: hidden;
  position: relative;
  margin: auto;
}
#content section .inner .breadcrumbs {
  float: left;
  line-height: 24px;
  margin: 0;
  padding: 0px;
}
#content section .inner .breadcrumbs b,
#content section .inner .breadcrumbs a {
  position: relative;
  font-size: 11px;
  color: #666666;
  padding-right: 18px;
  font-weight: 500;
}
#content section .inner .breadcrumbs a {
  text-decoration: underline;
}
#content section .inner .breadcrumbs a:after {
  content: "";
  position: absolute;
  right: 6px;
  top: 4px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid #666666;
}
#content section .inner > h2 {
  padding-bottom: 10px;
  border-bottom: 2px solid #63afee;
  margin-bottom: 10px;
}
#content section .inner h2 {
  font-size: 26px;
  color: #3c5061;
  text-transform: uppercase;
  font-weight: 500;
  background-image: none;
  padding-left: 0;
}
#content section .inner p {
  color: #333333;
  font-weight: 500;
  line-height: 24px;
}
#content section .inner p b {
  color: #000;
}
#content section .inner p a {
  color: #027add;
  text-decoration: underline;
}
#content section .inner .tribloc {
  width: 48%;
  margin-right: 2%;
  float: left;
  margin-bottom: 23px;
  border: 2px solid #dbd8cb;
}
#content section .inner .tribloc:nth-child(2n) {
  margin-right: 0;
  margin-left: 2%;
}
#content section .inner .tribloc .links {
  height: 70px;
  padding: 0 125px 0 30px;
  position: relative;
}
#content section .inner .tribloc .links h2 {
  font-weight: 500;
  line-height: 70px;
  margin: 0;
  font-size: 18px;
  border-bottom: none;
  padding: 0;
}
#content section .inner .tribloc .links a {
  position: absolute;
  top: 15px;
  right: 25px;
}
#content section .inner .tribloc .dates {
  padding: 0 22px 0 30px;
  background: #f6f6f3;
  overflow: hidden;
  min-height: 125px;
}
#content section .inner .tribloc .dates p {
  min-height: 40px;
  clear: both;
  margin: 20px 0 0 0;
  border-bottom: 2px solid #dbd8cb;
  line-height: 25px;
  font-size: 16px;
  color: #a19870;
  font-weight: 500;
}
#content section .inner .tribloc .dates p.noborder {
  border-bottom: 2px solid transparent !important;
}
#content section .inner .tribloc .dates span {
  float: left;
  height: 53px;
  line-height: 53px;
  font-weight: 700;
  color: #000;
}
#content section .inner .tribloc .dates a {
  float: right;
  color: #027add;
  padding-left: 20px;
  position: relative;
  font-size: 13px;
  cursor: pointer;
  margin: 15px 0 0 30px;
  border-bottom: 1px solid #027add;
}
#content section .inner .tribloc .dates a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: url(../img/forget-pwd.png);
  margin: -5px 0 0;
  width: 9px;
  height: 9px;
}
#content section .inner .tribloc .dates a.link {
  float: left;
  margin: 10px 0 0 0;
  padding-left: 0px;
  border-bottom: 0px solid #027add;
}
#content section .inner .tribloc .dates a.link:after {
  display: none;
}
#content section.login .inner h2 {
  padding-bottom: 20px;
  border-bottom: 2px solid #63afee;
  margin-bottom: 10px;
}
#content section.login .inner .left {
  float: left;
  width: 525px;
  padding-right: 25px;
}
#content section.login .inner .left p {
  font-weight: 500;
  color: #000;
}
#content section.login .inner .left input {
  height: 30px;
  line-height: 30px;
  padding: 5px 10px;
}
#content section.login .inner .left input#user_id {
  width: 229px;
  margin-right: 15px;
}
#content section.login .inner .left input#password {
  width: 228px;
}
#content section.login .inner .left a {
  float: left;
  color: #027add;
  padding-left: 20px;
  position: relative;
  font-size: 13px;
  margin: 10px 0 10px;
}
#content section.login .inner .left a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: url(../img/forget-pwd.png);
  margin: -5px 0 0;
  width: 9px;
  height: 9px;
}
#content section.login .inner .left div.info-login {
  font-size: 12px;
  margin: 15px 0;
  font-style: italic;
}
#content section.login .inner .left button {
  float: right;
}
#content section.login .inner .right {
  float: left;
  width: 525px;
  padding-left: 25px;
}
 #content section.login .inner .right .btn-small-size {
   padding-left: 10px!important;
   padding-right: 10px!important;
   margin-left: 10px!important;
   margin-right: 10px!important;
   width: 205px!important;
 }
#content section.login .inner .right p {
  font-weight: bold;
}
#content section.login .inner .right .btn {
  width: 337px;
  text-align: center;
}
#content section.login .inner .right .btn span {
  width: 337px;
  box-sizing: border-box;
  text-align: center;
}
#content section.login .inner .right .btn span:before {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding-left: 0;
}
#content section.salarie .simulez {
  position: relative;
  height: 77px;
  clear: both;
  padding: 0 0 0 30px;
  background: url(https://www.crpn.fr/private/asset/img/bg-mod-simulateur.png) center center no-repeat #476b88;
}
#content section.salarie .simulez h2 {
  margin: 0;
  line-height: 77px;
  font-weight: 500;
  font-size: 26px;
  color: #FFFFFF;
}
#content section.salarie .simulez a {
  position: absolute;
  right: 30px;
  top: 15px;
  background: #FFF;
  color: #0079DD;
}
#content section.salarie .simulez a:hover span:before {
  color: #FFF;
}
#content section.salarie .simulez a span {
  background: #FFF;
}
#content section.salarie .simulez a span:hover {
  background: #33BE7D;
}
#content section.salarie h2 {
  font-weight: 300;
  font-size: 26px;
}
#content section.salarie h2 b {
  font-weight: 700;
  color: #3c5061;
}
#content section.salarie h2 span.step {
  display: block;
  float: right;
  margin-top: -10px;
}
#content section.salarie h2 span.step span {
  display: inline-block;
  background-color: #dad7ce;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  border-radius: 50%;
  text-align: center;
  color: #FFF;
  text-transform: none !important;
}
#content section.salarie h2 span.step span.active {
  background-color: #33BE7D;
}
#content section.salarie.simulateur .intro.left {
  float: left;
  width: 420px;
  margin-right: 55px;
}
#content section.salarie.simulateur .intro.left p {
  clear: both;
  color: #333333;
  margin: 0 0 20px;
}
#content section.salarie.simulateur .intro.left p b {
  font-weight: 700;
  color: #000;
}
#content section.salarie.simulateur .intro.right {
  float: left;
  width: 655px;
}
#content section.salarie.simulateur .intro.right h2 {
  font-size: 22px;
  text-transform: none;
  margin-top: 0px;
  font-weight: 400;
  color: #666666;
}
#content section.salarie.simulateur .intro.right div {
  padding: 25px 35px;
  background: #f6f6f3;
}
#content section.salarie.simulateur .intro.right div p {
  clear: both;
  color: #333333;
  margin: 0 0 5px;
  font-weight: bold;
}
#content section.salarie.simulateur .intro.right div p b {
  float: right;
  width: 150px;
  font-weight: 700;
  color: #0079dd;
}
#content section.salarie.simulateur .resultats {
  overflow: hidden;
  background: #c3beab;
  background-size: contain;
}
#content section.salarie.simulateur .resultats h2 {
  position: relative;
  font-size: 36px;
  font-weight: 300;
  color: #FFFFFF;
  margin: 30px 15px;
  text-align: center;
  padding-bottom: 15px;
}
#content section.salarie.simulateur .resultats h2:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  width: 270px;
  height: 2px;
  margin-left: -135px;
  background: #8e8874;
}
#content section.salarie.simulateur .resultats p {
  font-weight: 300;
  color: #FFFFFF;
  margin: 30px 60px;
}
#content section.salarie.simulateur .resultats div.tabl {
  margin: auto;
  max-width: 694px;
  background: #ffffff;
}
#content section.salarie.simulateur .resultats div.tabl div {
  padding: 25px 35px;
}
#content section.salarie.simulateur .resultats div.tabl div p {
  clear: both;
  color: #333333;
  margin: 0 0 5px;
  font-weight: 300;
  font-size: 22px;
  background: url(../img/mod-simulateur2-trait.png) left center repeat-x;
}
#content section.salarie.simulateur .resultats div.tabl div p span {
  background: #ffffff;
  padding-right: 35px;
}
#content section.salarie.simulateur .resultats div.tabl div p b {
  float: right;
  padding-left: 30px;
  width: 120px;
  font-weight: 500;
  color: #0079dd;
  background: #ffffff;
}
#content section.salarie.simulateur .resultats cite {
  display: block;
  font-size: 13px;
  color: #6a6758;
  margin: 30px 60px 20px;
}
#content section.employeur p {
  margin-bottom: 20px;
}
#content section.employeur .dashboard {
  border: 2px solid #dbd8cb;
  background: #f6f6f3;
  overflow: hidden;
  margin-bottom: 20px;
}
#content section.employeur .dashboard h2 {
  line-height: 75px;
  padding-left: 30px;
  margin: 0;
  background: url(../img/imprime.png) no-repeat right top #FFFFFF;
  color: #2f2f2f;
  font-weight: 300;
  clear: both;
}
#content section.employeur .dashboard .bloc {
  width: 333px;
  float: left;
  margin-right: 34px;
  margin-bottom: 20px;
}
#content section.employeur .dashboard .bloc.first {
  margin-left: 24px;
}
#content section.employeur .dashboard .bloc p {
  height: 74px;
  font-size: 16px;
  font-weight: 500;
  color: #666;
  margin: 15px 0;
}
#content section.employeur .dashboard .bloc p b {
  font-weight: 700;
  color: #333;
}
#content section.employeur .dashboard .bloc .btn,
#content section.employeur .dashboard .bloc .btn span {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
#content section.employeur .dashboard .bloc .btn span:before {
  padding: 0;
}
#content section.employeur .dashboard a.notice {
	float: right; margin:0 15px 0 0; font-size: 14px; text-transform: none;color: #027add; text-decoration: underline;
}


#content section.table .deposer {
  float: right;
  clear: both;
  margin: 20px 0;
}
#content section.form {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  position: relative;
  clear: both;
}
#content section.form form {
  position: relative;
  clear: both;
}
#content section.form form h2 {
  clear: both;
  overflow: hidden;
  padding: 20px 0 10px;
  font-size: 26px;
  color: #54626d;
  font-weight: 300;
  border-bottom: 2px solid #63afee;
  margin-bottom: 20px;
}
#content section.form form br.clear {
  clear: both;
}
#content section.form form > .saisie > div,
#content section.form form > div {
  margin-bottom: 20px;
  line-height: 42px;
}
#content section.form form > .saisie > div.left,
#content section.form form > div.left {
  position: relative;
  clear: both;
  max-width: 535px;
}
#content section.form form > .saisie > div.large,
#content section.form form > div.large {
  width: 100%;
  float: none;
  clear: both;
}
#content section.form form > .saisie > div.large input[type='text'],
#content section.form form > div.large input[type='text'] {
  width: 868px;
}
#content section.form form > .saisie > div.sskey input[type='text'],
#content section.form form > div.sskey input[type='text'] {
  float: left;
  margin-top: 5px;
  width: 23px;
	    padding: 9px 5px;
}
#content section.form form > .saisie > div.sskey input[type='text']#ss1,
#content section.form form > div.sskey input[type='text']#ss1 {
  width: 15px;
  margin-right: 10px;
}
#content section.form form > .saisie > div.sskey input[type='text']#ss2,
#content section.form form > div.sskey input[type='text']#ss2 {
  width: 20px;
  margin-right: 10px;
}
#content section.form form > .saisie > div.sskey input[type='text']#ss3,
#content section.form form > div.sskey input[type='text']#ss3 {
  width: 20px;
  margin-right: 10px;
}
#content section.form form > .saisie > div.sskey input[type='text']#ss4,
#content section.form form > div.sskey input[type='text']#ss4 {
  width: 20px;
  margin-right: 10px;
}
#content section.form form > .saisie > div.sskey input[type='text']#ss5,
#content section.form form > div.sskey input[type='text']#ss5 {
  width: 30px;
  margin-right: 10px;
}
#content section.form form > .saisie > div.sskey input[type='text']#ss6,
#content section.form form > div.sskey input[type='text']#ss6 {
  width: 30px;
}
#content section.form form > .saisie > div.sskey.close,
#content section.form form > div.sskey.close {
  display: none;
}
#content section.form form > .saisie > div .blockradio,
#content section.form form > div .blockradio {
  display: inline-block;
  line-height: normal;
  height: 26px;
}
#content section.form form > .saisie > div .blockradio label,
#content section.form form > div .blockradio label {
  width: auto;
  overflow: hidden;
  float: left;
  line-height: 42px;
}
#content section.form form > .saisie > div .blockradio input[type='radio'],
#content section.form form > div .blockradio input[type='radio'] {
  float: right;
  margin: 15px 20px 0px 8px;
}
#content section.form form > .saisie > div input[type='text'],
#content section.form form > div input[type='text'] {
  float: right;
  width: 272px;
  padding: 9px 20px;
}
#content section.form form > .saisie > div select,
#content section.form form > div select {
  float: right;
  width: 316px;
  height: 42px;
  padding: 9px 20px;
  border: 2px solid #dbd8cb;
  color: #777777;
}
#content section.form form > .saisie > div.numvoie input[type='text'],
#content section.form form > div.numvoie input[type='text'] {
  width: 55px;
  margin-right: 22px;
  float: left;
}
#content section.form form > .saisie > div.numvoie select,
#content section.form form > div.numvoie select {
  width: 130px;
  float: left;
}
#content section.form form > .saisie > div.newsletter,
#content section.form form > div.newsletter {
  overflow: hidden;
  border-top: 2px solid #dad7ce;
  margin-top: 20px;
  clear: both;
}
#content section.form form > .saisie > div.newsletter .left,
#content section.form form > div.newsletter .left {
  float: left;
  color: #666;
}
#content section.form form > .saisie > div.newsletter .left input,
#content section.form form > div.newsletter .left input {
  margin-right: 10px;
}
#content section.form form > .saisie > div.newsletter .left a,
#content section.form form > div.newsletter .left a {
  color: #027ADD;
}
#content section.form form > .saisie > div.newsletter .left a:hover,
#content section.form form > div.newsletter .left a:hover {
  text-decoration: underline;
}
#content section.form form > .saisie > div.newsletter .right,
#content section.form form > div.newsletter .right {
  float: right;
  color: #666;
}
#content section.form form > .saisie > div.newsletter .right span,
#content section.form form > div.newsletter .right span {
  color: #63afee;
}
#content section.form form > .saisie > div .error,
#content section.form form > div .error {
  color: #F00;
}
#content section.form form .adressefiscale > div {
  margin-bottom: 19px;
  width: 535px;
  float: left;
  overflow: hidden;
  line-height: 42px;
}
#content section.form form .adressefiscale > div.left {
  margin-right: 60px;
}
#content section.form form .adressefiscale > div.large {
  width: 100%;
  float: none;
  clear: both;
}
#content section.form form .adressefiscale > div.large input[type='text'] {
  width: 868px;
}
#content section.form form .adressefiscale > div .blockradio {
  display: inline-block;
  line-height: normal;
  height: 26px;
}
#content section.form form .adressefiscale > div .blockradio label {
  width: auto;
  overflow: hidden;
  float: left;
  line-height: 42px;
}
#content section.form form .adressefiscale > div .blockradio input[type='radio'] {
  float: right;
  margin: 15px 20px 0px 8px;
}
#content section.form form .adressefiscale > div select {
  float: right;
  width: 316px;
  height: 42px;
  padding: 9px 20px;
  border: 2px solid #dbd8cb;
  color: #777777;
}
#content section.form form .adressefiscale > div.numvoie input[type='text'] {
  width: 55px;
  margin-right: 22px;
}
#content section.form form .adressefiscale > div.numvoie select {
  width: 130px;
}
#content section.form form #subme, #subme-password {
  float: right;
  cursor: pointer;
}
#content section.form form .date-js {
  position: relative;
  float: right;
  width: 320px !important;
}
#content section.form form .date-js input {
  width: 40px !important;
  margin-right: 30px;
  display: inline-block;
  float: none !important;
}
#content section.form form .date-js input.annee {
  width: 45px;
  margin-right: 0;
}
#content section.form.mdp form {
  max-width: 535px;
}
#content section.form.mdp form label {
  overflow: hidden;
  line-height: 42px;
}
#content section.form.mdp form label input,
#content section.form.mdp form label span.password {
  float: right;
  width: auto;
}
#content section .formm h2 {
  clear: both;
  overflow: hidden;
}
#content section .formm label {
  width: 42%;
  padding-right: 8%;
  display: block;
  float: left;
  margin-bottom: 10px;
  line-height: 42px;
}
#content section .formm label.wauto {
  width: auto;
}
#content section .formm label input {
  float: right;
  clear: left;
}
#content section .formm label input.euro:before {
  content: "&euro;";
  display: block;
  float: right;
  position: absolute;
  top: 0px;
  right: 0px;
  border: 1px solid #000000;
}
.infoemployeur > div {
  width: auto;
  float: none;
  margin: 0 auto 5px;
  width: 535px;
  float: left;
  overflow: hidden;
  line-height: 20px;
}
.infoemployeur > div.left {
  margin-right: 0;
}
.infoemployeur > div div.addr {
  float: right;
  width: 80%;
  clear: both;
  text-align: left;
}
@media screen and (min-width: 1600px) {
  body #content > section.form form > div.numvoie select {
    width: 195px;
  }
}
@media screen and (max-width: 1000px) {
  #content section {
    overflow: visible;
  }
  #content section header {
    height: auto;
    min-height: auto;
  }
  #content section header .wrapper {
    height: auto;
    min-height: auto;
    overflow: hidden;
    z-index: inherit;
  }
  #content section header .wrapper h1 {
    margin: 0 0 20px 0;
    position: relative;
    bottom: auto;
  }
  #content section .inner {
    width: auto;
    height: auto;
    padding: 0 10px;
  }
  #content section .inner .tribloc {
    width: auto;
    margin-right: 0;
    float: none;
    margin-bottom: 23px;
    border: 2px solid #dbd8cb;
  }
  #content section .inner .tribloc:nth-child(2n) {
    margin-left: 0;
  }
  #content section .inner .tribloc .links {
    height: 70px;
    padding: 0 125px 0 30px;
    position: relative;
  }
  #content section .inner .tribloc .links h2 {
    line-height: 70px;
    margin: 0;
    font-size: 22px;
    border-bottom: none;
    padding: 0;
  }
  #content section .inner .tribloc .links a.btn {
    width: auto;
    position: absolute;
    top: 15px;
    right: 20px;
  }
  #content section .inner .tribloc .links a.btn span:before {
    padding-left: 0;
  }
  #content section .inner .tribloc .dates {
    padding: 0 22px 0 30px;
    background: #f6f6f3;
    overflow: hidden;
  }
  #content section .inner .tribloc .dates p {
    height: auto;
    clear: both;
    margin: 0;
    border-bottom: 2px solid #dbd8cb;
    line-height: 40px;
    font-size: 16px;
    color: #a19870;
    font-weight: bold;
  }
  #content section .inner .tribloc .dates p.noborder {
    border-bottom: 2px solid transparent !important;
  }
  #content section .inner .tribloc .dates span {
    float: left;
    height: 0;
    line-height: 53px;
    font-weight: bold;
    color: #000;
  }
  #content section .inner .tribloc .dates a {
    float: right;
    color: #027add;
    padding-left: 20px;
    position: relative;
    font-size: 13px;
    font-family: "nimbus-sans-extended";
    cursor: pointer;
    margin: 15px 0 0 30px;
    border-bottom: 1px solid #027add;
  }
  #content section .inner .tribloc .dates a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: url(../img/forget-pwd.png);
    margin: -5px 0 0;
    width: 9px;
    height: 9px;
  }
  #content section.login .inner .left {
    width: auto;
    float: none;
    padding: 0;
    overflow: hidden;
  }
  #content section.login .inner .left input {
    clear: both;
    margin-bottom: 20px;
  }
  #content section.login .inner .left .btn span {
    padding: 0;
  }
  #content section.login .inner .right {
    width: auto;
    float: none;
    padding: 0;
    overflow: hidden;
  }
  #content section.login .inner .right .btn {
    width: 100%;
    font-size: 9px;
    height: auto;
  }
  #content section.login .inner .right .btn span {
    width: 100%;
    font-size: 9px;
  }
  #content section.carriere .btn span {
    padding: 0;
  }
  #content section.salarie .simulez {
    height: auto;
    padding: 20px 30px;
    background-size: cover;
  }
  #content section.salarie .simulez h2 {
    line-height: normal;
  }
  #content section.salarie .simulez a {
    width: 100%;
    position: relative;
    margin: 20px auto;
    top: auto;
    right: auto;
    height: auto;
    box-sizing: border-box;
    padding: 0;
  }
  #content section.salarie .simulez a span {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
  }
  #content section.salarie .simulez a span:before {
    padding-left: 0;
  }
  #content section.salarie.simulateur .intro.left {
    float: none;
    width: auto;
    margin-right: 0;
  }
  #content section.salarie.simulateur .intro.right {
    float: none !important;
    width: auto !important;
  }
  #content section.salarie.simulateur .intro.right div p b { display: block; float: none; clear: both; width: auto; }
  #content section.employeur .dashboard h2 {
    padding: 20px 30px;
    line-height: normal;
  }
  #content section.employeur .dashboard .bloc {
    width: auto;
    float: none;
    margin: 0 30px;
    margin-bottom: 20px;
  }
  #content section.employeur .dashboard .bloc.first {
    margin: 0 30px 20px;
  }
  #content section.employeur .dashboard .bloc p {
    height: auto;
    font-size: 16px;
    font-weight: 500;
    color: #666;
  }
  #content section.employeur .dashboard .bloc p b {
    font-weight: 700;
    color: #333;
  }
  #content section.table .dataTables_filter {
    margin-bottom: 20px;
  }
  #content section.form form table {
    clear: both;
  }
  #content section.form form #subme, #subme-password {
    float: left;
    width: auto;
    margin-right: 20px;
  }
  #content section.form form .btn,
  #content section.form form .btn span {
    width: auto;
    box-sizing: border-box;
  }
  #content section.form form div.large input[type='text'] {
    width: 100% !important;
    box-sizing: border-box !important;
  }
  #content section .tablo {
    clear: both;
    width: 100% !important;
  }
}
.onlymobile {
  display: none !important;
}
@media screen and (max-width: 635px) {
  body .onlymobile {
    display: block !important;
  }
  body .nomobile {
    display: none !important;
  }
  body .home section.slider .waves .wave ul li {
    margin-left: 20px;
  }
  body .home section.slider .waves .wave ul li:first-child {
    margin-left: 0;
  }
  body .home section.slider .waves .wave ul li a {
    font-size: 11px;
  }
  body body.page-template-default .site-content .wrapper .content h2 {
    background: none;
    line-height: 20px;
  }
  body body.page-template-default .site-content .wrapper .content h2 span {
    font-size: 22px;
    line-height: 20px;
    padding: 0;
  }
  body #content section {
    overflow: visible;
  }
  body #content section header {
    height: auto;
    min-height: auto;
  }
  body #content section header .wrapper {
    height: auto;
    min-height: auto;
    overflow: hidden;
  }
  body #content section .inner {
    width: auto;
    height: auto;
    padding: 0 15px;
  }
  body #content section .inner .btn {
    width: 100%;
    min-width: auto !important;
    text-align: center;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    float: none;
    margin: 0 auto 20px;
  }
	body #content section .inner .deposer {
		margin-right: 0px !important;
	}
	 
  body #content section .inner .tribloc {
    width: auto;
    margin-right: 0;
    float: none;
    margin-bottom: 23px;
    border: 2px solid #dbd8cb;
  }
  body #content section .inner .tribloc .links {
    height: auto;
    padding: 0 15px 0 15px;
    position: relative;
  }
  body #content section .inner .tribloc .links h2 {
    line-height: 22px;
    margin: 20px 0;
    font-size: 15px;
    border-bottom: none;
    padding: 0;
  }
  body #content section .inner .tribloc .links .btn {
    top: -10px;
  }
  body #content section .inner .tribloc .dates {
    padding: 0 15px 0 15px;
    background: #f6f6f3;
    overflow: hidden;
  }
  body #content section .inner .tribloc .dates span {
    display: block;
    float: none;
    height: auto;
    line-height: normal;
    font-weight: bold;
    color: #000;
  }
  body #content section.login .inner .left input {
    width: 100% !important;
    box-sizing: border-box;
    height: 50px;
  }
  body #content section.login .inner .right {
    width: auto;
    float: none;
    overflow: hidden;
  }
  body #content section.employeur .btn,
  body #content section.employeur .btn span {
    box-sizing: border-box;
  }
  body #content section.employeur .dashboard .bloc .btn,
  body #content section.employeur .dashboard .bloc .btn span {
    height: auto;
    margin-top: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  body #content section.employeur .dashboard .bloc .btn span {
    line-height: normal;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  body #content section.employeur .dashboard .bloc .btn span:before {
    padding: 13px 0;
  }
  body #content section.carriere .btn span {
    padding: 0;
    font-size: 10px;
  }
  body #content section.salarie .tablo,
  body #content section.employeur .tablo,
  body #content section.retraite .tablo {
    overflow-x: auto;
  }
  body #content section.salarie .tablo th,
  body #content section.employeur .tablo th,
  body #content section.retraite .tablo th,
  body #content section.salarie .tablo td,
  body #content section.employeur .tablo td,
  body #content section.retraite .tablo td {
    font-size: 11px;
    padding-left: 3px;
    padding-right: 3px;
    height: auto;
    line-height: normal;
  }
  body #content section.salarie .tablo tbody tr td a,
  body #content section.employeur .tablo tbody tr td a,
  body #content section.retraite .tablo tbody tr td a {
    display: block;
    padding-left: 0px;
    border: 0px none;
    text-align: center;
  }
  body #content section.salarie input,
  body #content section.employeur input,
  body #content section.retraite input {
    font-size: 10px;
    padding: 9px 3px !important;
    width: 60px;
    /*text-align:center;*/
  }
  body #content section.salarie #simulateur th,
  body #content section.employeur #simulateur th,
  body #content section.retraite #simulateur th {
    font-weight: normal;
  }
  body #content section.salarie #simulateur input,
  body #content section.employeur #simulateur input,
  body #content section.retraite #simulateur input {
    width: 40px !important;
    border: 1px solid #DBD8CB;
  }
  body #content section.salarie #simulateur .del,
  body #content section.employeur #simulateur .del,
  body #content section.retraite #simulateur .del {
    font-size: 9px;
  }
  body #content section.salarie #simulateur td,
  body #content section.employeur #simulateur td,
  body #content section.retraite #simulateur td {
    padding: 0;
  }
  body #content section.salarie .resultats div.tabl div,
  body #content section.employeur .resultats div.tabl div,
  body #content section.retraite .resultats div.tabl div {
    padding: 15px 0 !important;
  }
  body #content section.salarie .resultats div.tabl div p,
  body #content section.employeur .resultats div.tabl div p,
  body #content section.retraite .resultats div.tabl div p {
    font-size: 16px !important;
    margin: 20px 0 !important;
  }
  body #content section.salarie .resultats div.tabl div p span,
  body #content section.employeur .resultats div.tabl div p span,
  body #content section.retraite .resultats div.tabl div p span {
    padding-right: 10px  !important;
  }
  body #content section.salarie .resultats div.tabl div p b,
  body #content section.employeur .resultats div.tabl div p b,
  body #content section.retraite .resultats div.tabl div p b {
    padding-left: 10px  !important;
    width: 80px  !important;
  }
  body #content section.salarie .resultats h2,
  body #content section.employeur .resultats h2,
  body #content section.retraite .resultats h2 {
    font-size: 22px;
  }
  body #content section.salarie .resultats cite,
  body #content section.employeur .resultats cite,
  body #content section.retraite .resultats cite,
  body #content section.salarie .resultats p,
  body #content section.employeur .resultats p,
  body #content section.retraite .resultats p {
    margin: 20px 20px !important;
  }
  body #content section.salarie .btn.add_periode,
  body #content section.employeur .btn.add_periode,
  body #content section.retraite .btn.add_periode {
    width: 100%;
    padding: 0;
  }
  body #content section.salarie .btn.simulate,
  body #content section.employeur .btn.simulate,
  body #content section.retraite .btn.simulate {
    width: 100%;
  }
  body #content section.salarie select,
  body #content section.employeur select,
  body #content section.retraite select {
    font-size: 10px;
    padding: 9px 3px !important;
    width: 60px;
    text-align: center;
  }
  body #content section.salarie #simulateur select,
  body #content section.employeur #simulateur select,
  body #content section.retraite #simulateur select {
    border: 1px solid #DBD8CB;
    padding: 9px 0px !important;
  }
  body #content section.form form > .saisie > div,
  body #content section.form form > div {
    width: 100%;
    clear: both;
    float: none;
    margin: 0 auto 19px;
	  position: relative; top: auto; right: auto; left: auto;
  }
	.right-bloc:after { display: none; }
  body #content section.form form > .saisie > div.left,
  body #content section.form form > div.left {
    margin-right: 0;
  }
  body #content section.form form > .saisie > div.numvoie,
  body #content section.form form > div.numvoie {
    position: relative;
    padding: 0px 0 60px 0;
  }
  body #content section.form form > .saisie > div.numvoie select,
  body #content section.form form > div.numvoie select {
    margin-bottom: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  body #content section.form form > .saisie > div.numvoie input[type='text'],
  body #content section.form form > div.numvoie input[type='text'],
  body #content section.form form > .saisie > div.numvoie select,
  body #content section.form form > div.numvoie select {
    width: 100%;
    box-sizing: border-box;
    float: none;
  }
  body #content section.form form > .saisie > div.sskey input[type='text'],
  body #content section.form form > div.sskey input[type='text'] {
    padding: 9px 0;
    text-align: center;
  }
  body #content section.form form > .saisie > div.sskey input[type='text']#ss1,
  body #content section.form form > div.sskey input[type='text']#ss1 {
    width: 25px;
  }
  body #content section.form form > .saisie > div.sskey input[type='text']#ss2,
  body #content section.form form > div.sskey input[type='text']#ss2 {
    width: 30px;
  }
  body #content section.form form > .saisie > div.sskey input[type='text']#ss3,
  body #content section.form form > div.sskey input[type='text']#ss3 {
    width: 30px;
  }
  body #content section.form form > .saisie > div.sskey input[type='text']#ss4,
  body #content section.form form > div.sskey input[type='text']#ss4 {
    width: 30px;
  }
  body #content section.form form > .saisie > div.sskey input[type='text']#ss5,
  body #content section.form form > div.sskey input[type='text']#ss5 {
    width: 35px;
  }
  body #content section.form form > .saisie > div.sskey input[type='text']#ss6,
  body #content section.form form > div.sskey input[type='text']#ss6 {
    width: 35px;
  }
  body #content section.form form > .saisie > div input[type='text'],
  body #content section.form form > div input[type='text'],
  body #content section.form form > .saisie > div select,
  body #content section.form form > div select {
    width: 100%;
    box-sizing: border-box;
    float: none;
  }
  body #content section.form form .date-js {
    float: none !important;
	  clear: both;
    display: block;
  }
  body #content section.form form .infos input {
	 width: 100% !important;
  }
  body #content section.form form .date-js input {
    width: 62px !important;
    text-align: center;
    padding: 9px 0;
  }
  body #content section.form.mdp form label input {
    float: none;
    width: 100%;
    box-sizing: border-box;
  }
  h2 .step {
    display: none !important;
  }
  .sskey > div:last-child br {
    display: none !important;
  }
	#formFC {
		float: none!important;
	}
	#block-infos-employer-dashboard{
		flex-direction: column;
	}
}
#timeline {
  position: relative;
  text-align: center;
  padding-top: 15px;
  font-size: 10px;
  border-collapse: collapse;
  border: 0px none;
  width: 100%;
  overflow: hidden;
  clear: both;
}
#timeline .te {
  position: absolute;
  top: 0;
  color: #FFFFFF;
  line-height: 15px;
  height: 15px;
  background-color: #63afee;
  color: #FFF;
}
#timeline .year {
  box-sizing: border-box;
  background-color: #eeede8;
  position: relative;
  overflow: hidden;
  float: left;
  min-height: 114px;
  border-right: 1px solid #FFF;
}
#timeline .year span {
  display: block;
  position: relative;
  clear: both;
  line-height: 14px;
  height: 14px;
}
#timeline .year .month {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  color: #FFF;
  background-color: #00D07F;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#timeline .year .month.TG { background-color: #26FFAA; }
#timeline span.active {
  color: #ED4830;
  font-weight: bold;
}
.tooltip-box {
  display: block;
  position: absolute;
  content: "test";
  width: 150px;
  margin-left: -75px;
  margin-top: -60px;
  background-color: #FFFFFF;
  padding: 5px 10px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  color: #333;
  font-size: 11px;
  z-index: 5000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #CCC;
}
.tooltip {
  cursor: pointer;
}
section.simulateur-depart .res1,
#resultbloc .res1 {
  background: #00D07F !important;
}
section.simulateur-depart .res2,
#resultbloc .res2 {
  background: #00D07F !important;
}
section.simulateur-depart .res3,
#resultbloc .res3 {
  background: #FDB600 !important;
}
section.simulateur-depart .res4,
#resultbloc .res4 {
  background: #ED4830 !important;
}
#courbe {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
#courbe th {
  font-size: 10px;
  background-color: #eeede8;
}
#courbe th span {
  display: block;
  width: 100%;
  height: 12px;
  border-right: 1px solid #FFF;
}
#courbe td {
  height: 100px;
  padding: 0;
  width: 1%;
}
#courbe td span {
  display: block;
  float: right;
  height: 100px;
  border-right: 1px solid #FFF;
}
.btn.cal span,
.btn.list span,
.btn.cal span::before,
.btn.list span::before {
  box-sizing: border-box;
}
.btn,
.btn span {
  box-sizing: border-box;
}
.tooltip-box {
  box-shadow: none;
}
.tablo.simu tbody tr td a:last-child {
  padding-left: 0 !important;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .tablo.simu th {
    line-height: 1.5em;
    font-size: 14px;
    padding: 0 5px;
  }
  .tablo.simu tbody tr td {
    padding: 0 5px;
  }
  #content > section.form form > div {
    max-width: 100%;
  }
  #content > section.form form > div select {
    max-width: 100px;
  }
}
@media screen and (max-width: 768px) {
  body #content > section.salarie .tablo th,
  body #content > section.employeur .tablo th,
  body #content > section.retraite .tablo th,
  body #content > section.salarie .tablo td,
  body #content > section.employeur .tablo td,
  body #content > section.retraite .tablo td {
    font-size: 11px;
    padding: 0 5px;
  }
  #timeline .year {
    min-width: 30px;
  }
  a.btn,
  button.btn {
    height: auto;
  }
  .cal .quart {
    width: 50%;
  }
  .dashboard-btns {
    float: none !important;
    width: 100% !important;
    margin-top: 0px;
  }
  #page > .btn {
    top: 0 !important;
    left: 50% !important;
    width: 50% !important;
    height: 25px;
    line-height: 25px;
    min-height: 25px;
  }
  #page > .btn > span {
    height: 25px;
    line-height: 25px;
    min-height: 25px;
  }
  #page > .btn:first-child {
    left: 0% !important;
  }
  #calendrierbtn,
  #planningbtn {
    margin-bottom: 10px;
  }
  #planning .tablo td,
  #planning .tablo th {
    padding: 0 0px;
  }
}
@media screen and (max-width: 400px) {
  body #content > section.salarie .tablo th,
  body #content > section.employeur .tablo th,
  body #content > section.retraite .tablo th,
  body #content > section.salarie .tablo td,
  body #content > section.employeur .tablo td,
  body #content > section.retraite .tablo td {
    font-size: 9px;
  }
  .cal .quart .content span {
    font-size: 10px;
  }
}
.dashboard-btns {
  position: relative;
  float: right;
  width: 260px;
}
.dashboard-btns .btn {
  width: 100%;
  clear: both;
  margin-bottom: 10px;
  text-align: center;
}
.dashboard-btns .btn span {
  width: 100%;
  text-align: center;
}
label.error {
  color: #F00 !important;
}
.ratioupload {
  width: 100% !important;
  text-align: left;
  clear: both;
  font-weight: bold;
  float: none !important;
  position: relative;
  min-height: 15px;
}
.ratioupload p {
  padding-right: 300px;
}
.ratioupload .progressCount {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 300px;
  line-height: 15px;
  font-size: 12px;
  height: 15px;
  z-index: 5;
  text-align: center;
  color: #333;
}
.ratioupload .progress {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 300px;
  height: 15px;
  z-index: 4;
}
.ratioupload .progress .bg-warning {
  background-color: #ff8822 !important;
}
.ratioupload .progress .bg-danger {
  background-color: #ff2222 !important;
  color: #FFF;
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
#previ {
  display: none;
  position: relative;
  clear: both;
  overflow: hidden;
}
#previ iframe {
  width: 100%;
  height: 1200px;
  background-color: #666;
}
.infos {
  position: relative;
  padding: 10px 20px;
  color: #0079dd;
  background-color: #eeede8;
  clear: both;
  margin-bottom: 20px;
}
.sepOR {
  display:block;
  clear: both;
  width: 100%;
  border-bottom: 2px solid #63afee;
  position: relative;
  text-align: center;
  height: 18px;
  margin-bottom: 40px;
  margin-top: 20px;
}
.sepOR span {
  display: inline-block;
  padding: 0 10px;
  background-color: #FFF;
  font-size: 26px;
  color: #3c5061;
  text-transform: uppercase;
  font-weight: bold;
}
/* separator v2 */
/*
.separator-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 20px;
}
.separator-container .or-separator {
  display: block;
  padding: 0 10px;
  background-color: #FFF;
  font-size: 26px;
  color: #3c5061;
  text-transform: uppercase;
  font-weight: bold;
}
.separator-container .vertical-separator-before {
  background-color: #63afee;
  width:2px;
  height:50px;
  margin: auto;
}
.separator-container .vertical-separator-after {
  background-color: #63afee;
  width:2px;
  height:50px;
  margin: auto;
}*/
@media screen and (max-width: 550px) {
  .sepOR{
    margin-top: 0px;
    margin-bottom: 20px;
  }
 /* .separator-container{
    display: none;
  }*/
  #registerForm {
    text-align: center;
    display: flex;
    flex-direction: column;
  }
}
/* END separator v2 */
.password-checker {
  clear: both;
  display: block;
  position: relative;
}
.password-checker .result {
  display: block;
  position: relative;
  font-size: 12px;
  text-align: right;
  width: 160px;
  float: right;
  clear: both;
}
.password-checker .result:before {
  display: block;
  position: absolute;
  content: " ";
  left: 0;
  top: 5px;
  width: 160px;
  border-top: 3px solid #CCC;
}
.password-checker .result:after {
  display: block;
  position: absolute;
  content: " ";
  left: 0;
  top: 5px;
}
.password-checker .result.short, .password-checker .result.invalid {
  color: #FF0000;
}
.password-checker .result.short:after, .password-checker .result.invalid:after {
  width: 40px;
  border-top: 3px solid #FF0000;
}
.password-checker .result.weak {
  color: orange;
}
.password-checker .result.weak:after {
  width: 80px;
  border-top: 3px solid orange;
}
.password-checker .result.good {
  color: #2D98F3;
}
.password-checker .result.good:after {
  width: 120px;
  border-top: 3px solid #2D98F3;
}
.password-checker .result.strong {
  color: limegreen;
}
.password-checker .result.strong:after {
  width: 160px;
  border-top: 3px solid limegreen;
}
.right-bloc {
  position: absolute;
  top: 0;
  right: 0;
  left: 595px;
  line-height: normal !important;
  color: #333;
}
.right-bloc.close {
  margin-top: 0px;
}
.right-bloc > div {
  padding: 15px 30px;
  background-color: #dad7ce;
}
.right-bloc > div label {
  color: #2195de;
}
.right-bloc:after {
  content: " ";
  z-index: 2;
  position: absolute;
  left: -10px;
  top: 10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #dad7ce;
}
.motif_web_mention.close {
  display: none;
}
.btn-create {
  margin-top: -5px !important;
}
.btn-create span {
  border: 2px solid #2195de;
  background: #FFF !important;
  color: #2195de;
  font-weight: bold;
}
.btn-create:hover span {
  border: 2px solid #2195de;
  background: #2195de !important;
  color: #FFF;
  font-weight: bold;
}
.onglets {
  clear: both;
  overflow: hidden;
  position: relative;
  padding-top: 40px !important;
}
.onglets button {
  width: 50%;
  height: 47px !important;
}
.onglets button.inactive {
  border: 2px solid #2195de;
  background: #FFF !important;
  color: #2195de;
  font-weight: bold;
}
input[type="file"].ok {
  display: block;
  position: relative;
  overflow: visible;
  height: 24px;
  line-height: 24px;
  margin: 0 0 20px 0;
  width: 280px;
  padding-right: 40px;
  background: url(../img/downloadarrow_ok.png) right center no-repeat;
  background-size: 40px 40px;
}
input[type="file"].error {
  border: 1px solid red;
}
input[type="file"].error:after {
  display: none !important;
}
.captcha {
  display: block;
  position: relative;
  clear: both;
  overflow: hidden;
  padding-top: 20px;
}
.captcha span {
  display: block;
  float: left;
}
.captcha img {
  display: block;
  float: left;
  margin: 11px 0 0 5px;
}
.captcha input {
  display: block;
  float: left;
  width: 60px;
}
div.steps {
  display: block;
  position: relative;
  clear: both;
  width: 80%;
  margin-left: 20%;
  padding: 50px 0 50px 0px;
}
div.steps > div {
  padding: 30px 0px 20px 0px;
  position: relative;
  float: left;
  width: 33%;
  color: #999999;
  border-top: 2px solid #999999;
}
div.steps > div div {
  float: left;
  position: relative;
  transform: translateX(-50%);
}
div.steps > div.on {
  color: #1fcf82;
  border-top: 2px solid #2195de;
}
div.steps > div:last-child {
  border-top: 2px solid transparent !important;
}
div.steps > div:after {
  display: block;
  position: absolute;
  height: 40px;
  width: 40px;
  content: " ";
  top: -20px;
  left: -20px;
  background-color: #999999;
  background-position: center center;
  border-radius: 20px;
  background-size: 25px 25px;
  background-repeat: no-repeat;
}
div.steps > div.picto-download:after {
  background-image: url(../img/picto-download.svg);
}
div.steps > div.picto-loop2:after {
  background-image: url(../img/picto-loop2.svg);
}
div.steps > div.picto-checkmark:after {
  background-image: url(../img/picto-checkmark.svg);
}
div.steps > div.on:after {
  background-color: #1fcf82;
}
.steps > div > span {
  display: block;
  position: absolute;
  top: -50px;
  left: 0;
  line-height: 20px;
  font-size: 14px;
  transform: translateX(-50%);
}
.dataTables_filter {
  float: right;
  margin: 10px 0;
  clear: both;
}
.dataTables_filter label {
  line-height: 43px;
  width: auto !important;
}
.dataTables_filter input {
  margin: 0 0 0 15px;
  height: 43px;
  width: auto !important;
  max-width: none !important;
  line-height: 38px;
  padding: 0 10px;
  border: 2px solid #DBD8CB;
}
.dataTables_length {
  display: none;
}
.dataTables_paginate {
  float: right;
  clear: both;
}
.dataTables_paginate .previous,
.dataTables_paginate .next {
  display: none;
}
.dataTables_paginate .paginate_button {
  cursor: pointer;
  text-decoration: none;
  font-size: 20px;
  color: #0079dd;
  padding: 0 5px;
}
.dataTables_paginate .paginate_button.current {
  text-decoration: underline;
  cursor: default;
}
.checkOK,
.checkKO {
  display: block;
  margin: 0 auto;
  width: 16px;
  height: 16px;
  background: url('../img/sprite-check.png') center top;
  border-radius: 8px;
}
.checkKO {
  background: url('../img/sprite-check.png') center bottom;
}
.checkLoad {
  display: inline-block;
  background: url('../img/downloadarrow.png') center center;
  background-size: contain;
  width: 32px;
  height: 32px;
}
.checkLoadOK {
  display: inline-block;
  background: url('../img/downloadarrow_ok.png') center center;
  background-size: 42px 42px;
  width: 32px;
  height: 32px;
}
.iconCSV {
  display: inline-block;
  margin-right: 10px;
  background: url('../img/icon-csv.jpg') center left no-repeat;
  background-size: contain;
  width: 50px;
  height: 55px;
}
.iconPDF {
  display: inline-block;
  margin-right: 15px;
  background: url('../img/PDF_file_icon.svg') center left no-repeat;
  background-size: contain;
  width: 50px;
  height: 55px;
}
.alert{
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-primary{
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-success{
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-danger{
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
#horizontal-bar-fixed{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: #eeede8;
  height: auto;
  margin-bottom: 0px!important;
  padding: 5px 220px 30px 0px!important;
  transition: opacity 0.5s, transform 0.5s;
  transform: scale(1) translateY(0);
}
#bloc_question {
	position: relative; clear: both; overflow: hidden; width: 100%; padding: 20px 30px; margin-top: 30px;
	color: #000000;
}
#bloc_question>span {
	position: absolute; top: 0; left: 0; right: 0; bottom: 0;background: url('../../../storage/37.svg') center center no-repeat; background-size: cover; opacity: 0.5;
}
#bloc_question h3 {
	display: inline-block; color: #000000; font-size: 36px; margin-top: 50px;
}
#bloc_question>div {
	display: inline-block; float: right; clear: both; margin: 0; position: relative; padding: 10px 20px 10px 20px;
	background: rgba(255,255,255,0.7);
}
#bloc_question>div ul {
	margin: 0 0 15px 0;	
}