/* @extend display-flex; */
display-flex, .form-row, ul, .title, .actions ul li a, .form-date-item .select-icon, .form-date-item .select-icon i, .form-date-group {
  display: flex;
  display: -webkit-flex; }

/* @extend list-type-ulli; */
list-type-ulli, ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

/* roboto-slab-300 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-slab/roboto-slab-v7-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Slab Light"), local("RobotoSlab-Light"), url("../fonts/roboto-slab/roboto-slab-v7-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-slab/roboto-slab-v7-latin-300.woff2") format("woff2"), url("../fonts/roboto-slab/roboto-slab-v7-latin-300.woff") format("woff"), url("../fonts/roboto-slab/roboto-slab-v7-latin-300.ttf") format("truetype"), url("../fonts/roboto-slab/roboto-slab-v7-latin-300.svg#RobotoSlab") format("svg");
  /* Legacy iOS */ }
/* roboto-slab-regular - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Slab Regular"), local("RobotoSlab-Regular"), url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.woff2") format("woff2"), url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.woff") format("woff"), url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.ttf") format("truetype"), url("../fonts/roboto-slab/roboto-slab-v7-latin-regular.svg#RobotoSlab") format("svg");
  /* Legacy iOS */ }
/* roboto-slab-700 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-slab/roboto-slab-v7-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Slab Bold"), local("RobotoSlab-Bold"), url("../fonts/roboto-slab/roboto-slab-v7-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-slab/roboto-slab-v7-latin-700.woff2") format("woff2"), url("../fonts/roboto-slab/roboto-slab-v7-latin-700.woff") format("woff"), url("../fonts/roboto-slab/roboto-slab-v7-latin-700.ttf") format("truetype"), url("../fonts/roboto-slab/roboto-slab-v7-latin-700.svg#RobotoSlab") format("svg");
  /* Legacy iOS */ }
a:focus, a:active {
  text-decoration: none;
  outline: none;
  transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s; }

input, select, textarea {
  outline: none;
  appearance: unset !important;
  -moz-appearance: unset !important;
  -webkit-appearance: unset !important;
  -o-appearance: unset !important;
  -ms-appearance: unset !important; }

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  appearance: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  -o-appearance: none !important;
  -ms-appearance: none !important;
  margin: 0; }

input:focus, select:focus, textarea:focus {
  outline: none;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
}

input[type=checkbox] {
  appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  -o-appearance: checkbox !important;
  -ms-appearance: checkbox !important; }

input[type=radio] {
  appearance: radio !important;
  -moz-appearance: radio !important;
  -webkit-appearance: radio !important;
  -o-appearance: radio !important;
  -ms-appearance: radio !important; }

.clear {
  clear: both; }

h2 {
  font-size: 20px;
  color: #222;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: 0px;
  padding-top: 35px; }

body {
  font-size: 13px;
  line-height: 1.6;
  color: #222;
  font-weight: 400;
  /*font-family: 'Roboto Slab';*/
  font-family: "museo-sans", Arial, sans-serif;
  margin: 0px;
  background: #00bbbd;
}
.main {
  padding: 60px 0; }

.container {
  margin-top: 40px;
  max-width:450px;
  position: relative;
  background: #fff;
  border-radius: 8px;
}

.signup-form {
  padding: 32px 50px 0px 50px;
}

input, select {
  box-sizing: border-box;
  display: block;
  /*width: 100%;*/
  border: 1px solid #ebebeb;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  font-family: 'Roboto Slab';
  font-size: initial;
  color: #717171;
  padding: 15px 20px; }

input:focus {
  border: 1px solid #4CBAD7 ; }

input.valid {
  border-color: #62ceb3; }

.form-row {
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between; }
  .form-row .form-select {
    width: 160px; }
  .form-row .form-date {
    width: 266px; }

label {
  display: block;
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px; }

label.required {
  position: relative; }
  label.required:after {
    content: '*';
    margin-left: 2px;
    color: #b90000; }

.steps {
  margin-bottom: 23px; }
  .steps ul {
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between; }

a {
  text-decoration: none;
  color: #00b1b3;
}

.icon {
  font-size: 29px; }

.title {
  background: #adadad;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  width: 18px;
  height: 18px;
  color:#adadad;
  position: relative;
  z-index: 1;
}
/*.title span:before {
  content: "";
  width: 126px;
  height: 3px;
  background: #adadad;
  position: absolute;
  right: 18px;
  top: 9px;
}*/
.description{
  text-align: center;
  color: #4CBAD7;
  font-size: 23px;
  margin-bottom: 4px;

}
.sous_titre{
  text-align: center;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #615f5f;
  font-size:16px;
}

.msg-connect{
  text-align: center;
  font-weight: 500;
  margin-top: 0px;
  color: #a3a3a3;
  font-size: x-large;
}

#signup-form-t-0 span:before {
  display: none;
}
.title_text {
  margin-top: -62px;
  font-weight: 700;
}

.current .title {
  background: #4CBAD7;
  color: #4CBAD7;
  z-index: 2;
}

.content h3 {
  display: none; }

fieldset {
  border: none;
  margin: 0px;
  padding: 0px; }

.actions {
  margin-top: 10px;
  }
.actions .disabled {
    display: none; }
  .actions ul {
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center; }
    .actions ul li {
      margin-left: 10px; }
      .actions ul li:first-child a {
        background: #adadad; }
      .actions ul li a {
        /*font-weight: 600;*/
        background: #00bbbd;
        width: 113px;
        height: 43px;
        font-size: 15px;
        color: #fff;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        justify-content: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -o-justify-content: center;
        -ms-justify-content: center;
        align-items: center;
        -moz-align-items: center;
        -webkit-align-items: center;
        -o-align-items: center;
        -ms-align-items: center;
      }
        .actions ul li a:hover {
          background-color: #0eb78b; }

label.error {
/*  display: block;
  position: absolute;*/
  top: 0px;
  right: 0;
  color: #ff1212;
}

/*  label.error:after {
    font-family: 'themify';
    position: absolute;
    content: '\e717';
    right: -19px;
    top: 40px;
    font-size: 13px;
    color: #ff1212; }*/

input.error {
  border-color: #ff1212;
  background: #fef5f6;
}


ul.list-item {
  z-index: 9;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  display: block; }

ul.list-item li {
  padding: 13px 20px;
  z-index: 2;
  color: #222;
  font-size: 13px; }

ul.list-item li:not(.init) {
  display: none;
  background: #fff;
  color: #222;
  padding: 5px 20px; }

ul.list-item li:not(.init):hover, ul.list-item li.selected:not(.init) {
  background: #fa5e5b;
  color: #fff; }

li.init {
  cursor: pointer;
  position: relative; }
  li.init:after {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 10px;
    color: #222;
    font-family: 'themify';
    content: '\e64b'; }

legend {
  border-bottom: 0px;
}
  legend span {
    display: inline-block; }

.step-heading {
  color: #fa5e5b;
  float: left; }

.step-number {
  float: right; }

.form-date-item {
  position: relative;
  overflow: hidden; }
  .form-date-item:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 30px;
    background: #ebebeb;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
  .form-date-item:last-child:after {
    width: 0px; }
  .form-date-item .select-icon {
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center; }
    .form-date-item .select-icon i {
      justify-content: center;
      -moz-justify-content: center;
      -webkit-justify-content: center;
      -o-justify-content: center;
      -ms-justify-content: center;
      align-items: center;
      -moz-align-items: center;
      -webkit-align-items: center;
      -o-align-items: center;
      -ms-align-items: center;
      width: 30px;
      height: 20px;
      font-size: 10px;
      color: #222; }

.ui-datepicker-trigger {
  position: absolute;
  right: 10px;
  top: 20px;
  color: #222;
  font-size: 10px;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer; }

.form-date-group {
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }
  .form-date-group select {
    border: none;
    width: 90px;
    box-sizing: border-box;
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    -o-appearance: none !important;
    -ms-appearance: none !important;
    position: relative;
    background: 0 0;
    z-index: 10;
    cursor: pointer; }

.select-list {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}


.list-item {
  position: absolute;
  width: 100%;
  z-index: 99; }

.form-row {
  flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -o-flex-direction: column;
  -ms-flex-direction: column; }
.form-row .form-date, .form-row .form-select {
  width: 100%; }

.logo{
  text-align: center;
  padding: 30px;
}
.logo > img{
  width: 144px;
}
.mc-form .select2-selection--single .select2-selection__arrow:after {
  font-size: 20px;
  color: #777 !important;
  margin-top: -7px;
}
.select::after {
  content: '\e9c5';
  font-family: 'Icomoon';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 16px;
  text-align: right;
  margin-top: -8px;
  font-size: 16px;
  line-height: 1;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background: #f2f2f2;
}

.form-select {
  position: relative;
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
  display: none;
}

.form-select:after {
  content: '<>';
  font: 17px "Consolas", monospace;
  color: #333;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 4px;
  top: 40px;
  padding: 0 0 2px;
  /*left line */

  position: absolute;
  pointer-events: none;
}

.form-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #717171;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -ms-word-break: normal;
  word-break: normal;
}

select.error {
  border: 1px solid #ff1212;
}
.icon-eye{
  font-size:20px;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ddd;
}
.btn-view-password {
  float: right;
  margin-top: -32px;
  font-size: 20px;
  margin-right: 10px;
  cursor: pointer;
  color: #555;
}
.txt-bottom{
  margin-top: -10px;
  text-align: center;
  color: #696969;
  font-size: 14px;
}
.copy-right {
  color: #fff;
  margin-top: 20px;
}

input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

/* Text color for the label */
input[type="checkbox"]+span {
  cursor: pointer;
  font: 14px sans-serif;
  color: #636363;
}

/* Checkbox un-checked style */
input[type="checkbox"]+span:before {
  content: '';
  border: 1px solid grey;
  border-radius: 3px;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 0.5em;
  margin-top: 0.5em;
  vertical-align: -2px;
}

/* Checked checkbox style (in this case the background is red) */
input[type="checkbox"]:checked+span:before {
  /* NOTE: Replace the url with a path to an SVG of a checkmark to get a checkmark icon */
  background-image: url('https://cdnjs.cloudflare.com/ajax/libs/ionicons/4.5.6/collection/build/ionicons/svg/ios-checkmark.svg');
  background-repeat: no-repeat;
  background-position: center;
  /* The size of the checkmark icon, you may/may not need this */
  background-size: 25px;
  border-radius: 2px;
  background-color: #bff2ff;
  color: white;
}

/* Adding a dotted border around the active tabbed-into checkbox */
input[type="checkbox"]:focus+span:before,
input[type="checkbox"]:not(:disabled)+span:hover:before {
  outline-color: transparent; /*switch to transparent*/
  outline-width: 2px;
  outline-style: dotted;
}


/* Disabled checkbox styles */
input[type="checkbox"]:disabled+span {
  cursor: default;
  color: black;
  opacity: 0.5;
}

/* Styles specific to this fiddle that you do not need */
body {
  padding: 1em;
}
h1 {
  font-size: 18px;
}

.alert-danger{
  background-color: #ffdede;
  border-radius: 4px;
  padding: 2px 2px 2px 10px;
  margin-top: 15px;
}

.txt-error{
  color: red;
  font-weight: bold;
  font-size: 15px;
  display: block;
}
.btn-login{
  margin-top: 20px;
  padding: 10px 0px;
  box-sizing: border-box;
  /* display: block; */
  width: 100%;
  background-color: #00bbbd;
  color: white;
  font-size: medium;
  font-weight: bold;
  border: none;
  border-radius: 3px;
/*  font-family:Verdana, Geneva, sans-serif;*/
  cursor: pointer;
}
.btn-login:focus{
  border: none;
  background-color: #62ceb3;
  outline:none;
}
.btn-login::-moz-focus-inner {
  border: 0;
}

.form-label{
  margin-bottom: 6px;
  color: #636363;
  font-weight: 600;
  font-size: 15px;
}


.forget-pass{
  text-align: center;
  margin-top: 26px;
}
.forget-pass >a{
  color:#999
}

.steps ul:after {
  position: absolute;
  background: #dadada;
  content: "";
  width: 70%;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: 3px;
  top: 140px;
  /*bottom: 22px;*/
}
.form-control{
  height: 45px;
  font-size: 15px;
  color: #5f5f5f;
  background: #fff;
  border: 1px solid #c0ccda;
  border-radius: 3px;
}
.form-control:focus{
  border-color: #4CBAD7;
  border-width: 1px;

  box-shadow: inset 0 0 0 1px black, 0 0 3px 1px hotpink; // "border" created with a drop shadow plus the focus ring
outline: none; // disable default focus styles
}
.input-login , .input-login:focus{
/*  border-bottom: solid 1.9px;
  border-top: solid 0px;
  border-right: solid 0px;
  border-left: solid 0px;
  border-radius: 0px;
  padding: 6px 4px 5px 16px;
  border-color: #bbbbbb;*/
}
.input-form{
  margin-bottom: 10px;
}

.small-txt{
  font-size:14px
}
.checkbox{
  margin-bottom: 15px;
}
.form-group{
  margin-bottom: 10px;
}

@media screen and (max-width: 450px) {
  .signup-form {
    padding: 32px 28px 0px 28px;
  }
  .steps ul:after {
    width: 78%;
  }
}

@media screen and (max-width: 390px) {
  .g-recaptcha {
    transform:scale(0.8);
    transform-origin:0 0;
  }
  .form-group{
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 325px) {
  .g-recaptcha {
    transform:scale(0.7);
    transform-origin:0 0;
  }
}
