@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic|Raleway:400,500,600,700,300);

@font-face {
  font-family: 'zodiac-icon';
  src: url('../font/zodiac-icon.eot?71126609');
  src: url('../font/zodiac-icon.eot?71126609#iefix') format('embedded-opentype'),
    url('../font/zodiac-icon.woff2?71126609') format('woff2'),
    url('../font/zodiac-icon.woff?71126609') format('woff'),
    url('../font/zodiac-icon.ttf?71126609') format('truetype'),
    url('../font/zodiac-icon.svg?71126609#zodiac-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  color: #444;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

.wrapper-central.wrapper-login {
  background-size: cover;
}

.wrapper-central.wrapper-login h1 {
  text-align: center;
}

.wrapper-central.wrapper-login h2 {
  font-size: 24px;
  margin: 0 0 15px;
}

.wrapper-central.wrapper-login #AccueilEspacePro {
  padding: 10px 30px;
  /* a {
      background: @yellow;
      font-weight: 600;
      color: #333;
      text-transform: uppercase;
      display: block;
      width: 200px;
      line-height: 45px;
      border: none;
      margin-top: 22px;
      padding: 0;
      .rounded(0);
      .transition(@duration:0.25s, @ease:ease-in-out);
      &:hover {
        background: darken(@yellow, 10%);
      }
    } */
}

.wrapper-central.wrapper-login #login-form.login-form-back a {
  line-height: 45px;
  font-style: normal;
  padding: 0;
  text-decoration: none;
  margin-top: 15px;
  float: none;
}

.wrapper-central.wrapper-login #login-form.login-form-back a img {
  margin: 13px 5px 0 0;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.wrapper-central.wrapper-login #login-form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100px white inset;
}

.wrapper-central.wrapper-login #login-form .content {
  padding: 30px;
  background: #fff;
  overflow: hidden;
}

.change {
  width: 50%;
}

.wrapper-central.wrapper-login #login-form a {
  color: #888;
  text-decoration: underline;
  font-style: italic;
  display: inline-block;
  margin: 10px 0 0;
  float: right;
}

.wrapper-central.wrapper-login #login-form .form-group {
  overflow: hidden;
}

.wrapper-central.wrapper-login #login-form .form-control {
  height: 45px;
  box-shadow: none;
  border-color: #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.wrapper-central.wrapper-login #login-form label {
  font-weight: 500;
}

.wrapper-central.wrapper-login #login-form .btn {
  color: #fff;
  text-transform: uppercase;
  display: block;
  width: 100%;
  height: 45px;
  background: #2798d4;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.btn.btn-zodiac {
  color: #fff;
  text-transform: uppercase;
  display: block;
  width: 100%;
  background: #2798d4;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding: 12px;
  white-space: unset;
}

.wrapper-central.wrapper-login #login-form .btn.btn-sign {
  float: right;
  background: #04528d;
}

.wrapper-central.wrapper-login #login-form .btn.btn-sign:hover {
  background: #03355b;
}

.wrapper-central.wrapper-login #login-form .btn:hover {
  background: #1f79a9;
}

.wrapper-central.wrapper-login #login-form .btn.btn-log img {
  margin: 0;
}

.wrapper-central.wrapper-login #login-form .btn span {
  display: inline-block;
  vertical-align: middle;
}

.wrapper-central.wrapper-login #login-form .btn img {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.wrapper-central.wrapper-login .private {
  color: #888;
  display: block;
  margin: 20px 0 0;
  padding: 0 0 0 15px;
  border-left: 5px solid #ddd;
}

.wrapper-central.wrapper-login .pass-reset {
  text-align: center;
}

.wrapper-central.wrapper-login .pass-reset a {
  color: #333;
  font-size: 12px;
  text-decoration: underline;
  display: inline-block;
  margin: 20px 0 0;
}

.wrapper-central.wrapper-login #captcha_image,
.wrapper-central.wrapper-login #captcha_user_code {
  width: 49%;
  height: 45px;
  display: inline-block;
}

.wrapper-central.wrapper-login #captcha_user_code {
  float: right;
}

#all-nav {
  background: #fff;
  border-bottom: solid 9px #ffdc28;
  padding: 15px 0;
  margin: 0;
}

#all-nav .navbar-brand {
  height: auto;
  margin-top: 20px;
  padding: 0 15px;
  position: relative;
  top: 8px;
  z-index: 20;
}

#all-nav .bloc-line-right {
  width: 30%;
  height: 145px;
  background: #fff;
  border-bottom: solid 9px #ffdc28;
  position: absolute;
  top: 0;
  left: 0;
}

#all-nav .container {
  position: relative;
}

#all-nav .container .bloc-vague {
  background: #fff;
  position: absolute;
  top: 96px;
  left: 0;
  z-index: 10;
  width: 285px;
  height: 34px;
  border-bottom: solid 9px #ffdc28;
}

#all-nav .container .bloc-vague img {
  position: absolute;
  top: -110px;
  left: 230px;
}

#all-nav .container .bloc-bg-grey {
  background: #f2f2f2;
  position: absolute;
  top: 105px;
  right: 0;
  width: 100%;
  height: 34px;
  z-index: 5;
}

#login {
  color: #444;
  font-size: 14px;
  padding: 10px 15px 10px 70px;
  background: #e5e5e5;
  position: relative;
  z-index: 20;
  width: 240px;
}

#login .log-user {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 15px;
}

#login .logout {
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 10px;
  right: 15px;
}

#login .link-account {
  text-decoration: underline;
  color: #818181;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#login .link-account:hover {
  color: #333;
}

.wrapper-central {
  padding: 70px 0 50px;
  background: #f3f3f3;
}

.wrapper-central h1 {
  font-family: 'Raleway';
  font-weight: 300;
  font-size: 30px;
  color: #444;
  padding: 0;
  margin: 0 0 40px;
}

.wrapper-central h2 {
  font-family: 'Raleway';
  font-weight: 300;
  font-size: 30px;
  color: #444;
  padding: 0;
  margin: 0 0 25px;
}

#slide-news {
  width: 100%;
  height: 350px;
}

#slide-news .item {
  width: 100%;
  height: 300px;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#slide-news .owl-stage-outer {
  height: 370px;
}

#slide-news .owl-stage {
  padding-top: 25px;
}

#slide-news .owl-item {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -o-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#slide-news .owl-item.active {
  z-index: -1;
}

#slide-news .owl-item.active.center {
  margin-top: -25px;
  z-index: 2;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#slide-news .owl-item.active.center .item {
  width: 780px;
  height: 350px;
  margin-left: -155px;
  position: relative;
  top: 0;
  z-index: 1;
  border: 1px solid #fff;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

#slide-news .owl-item.active.center .item .bloc-news {
  margin: 0 0 25px 25px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}

#slide-news .owl-prev,
#slide-news .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -27px;
  width: 55px;
  height: 55px;
  background: #fff;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px;
}

#slide-news .owl-prev img,
#slide-news .owl-next img {
  width: 30px;
  height: 30px;
  margin: 13px auto 0;
}

#slide-news .owl-dots {
  text-align: center;
}

#slide-news .owl-dot {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background: #fff;
  border: 1px solid #2798d4;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

#slide-news .owl-dot.active {
  background: #2798d4;
}

#slide-news .owl-prev {
  left: 13px;
}

#slide-news .owl-next {
  right: 13px;
}

#slide-news .bloc-news {
  padding: 20px;
  width: 375px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}

#slide-news .bloc-news h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0061aa;
  margin: 0 0 15px;
  padding: 0;
}

#slide-news .bloc-news p {
  color: #818181;
  font-size: 13px;
  margin: 0 0 15px;
}

#slide-news .bloc-news .savoir-plus {
  text-transform: uppercase;
  color: #019be3;
  font-size: 14px;
  font-weight: 700;
}

#slide-news .bloc-news .savoir-plus img {
  width: 15px;
  height: 15px;
  float: left;
  margin: 2px 3px 0 0;
}

#grid-tools {
  margin-top: 100px;
}

#grid-tools .row {
  margin: 0 -5px;
}

.col-tool {
  padding: 0 5px;
  margin-bottom: 10px;
}

.bloc-tool {
  color: #fff;
  text-align: center;
  height: 160px;
  padding: 10px;
  background: #2798d4;
  position: relative;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.bloc-tool:hover {
  z-index: 10;
  background: #1f79a9;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.bloc-tool a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bloc-tool img {
  width: 40px;
  height: 40px;
}

.bloc-tool i {
  font-size: 62px;
  height: 75px;
  display: block;
  margin: -7px auto 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.bloc-tool i.icon-bilpi {
  font-size: 60px;
}

.bloc-tool i.icon-mediacenter {
  font-size: 80px;
  margin-top: -23px;
  height: 94px;
}

.bloc-tool i.icon-carecenter {
  font-size: 60px;
  height: 78px;
}

.bloc-tool i.icon-formations {
  font-size: 70px;
  margin-top: -15px;
  height: 80px;
}

.bloc-tool i.icon-iaqualink {
  font-size: 67px;
  margin-top: -14px;
  height: 81px;
}

.bloc-tool i.icon-catalogue {
  font-size: 60px;
  margin-top: -5px;
  height: 72px;
}

.bloc-tool i.icon-myzodiac {
  font-size: 70px;
  margin-top: -17px;
  height: 83px;
}

.bloc-tool h4 {
  font-size: 18px;
  font-weight: 700;
  padding: 0;
  margin: 10px 0 7px;
  display: inline-block;
}

.bloc-tool h4 img {
  float: left;
  width: 15px;
  height: 15px;
  margin: 2px 3px 0 -15px;
}

.bloc-tool p {
  margin: 0;
  line-height: 1.2;
}

footer {
  padding: 40px 0;
  background: #04528d;
  width: 100%;
}

footer.absolute {
  position: absolute;
  left: 0;
  bottom: 0;
}

footer p {
  font-size: 12px;
  color: #83a9c4;
  margin: 0;
}

footer p a {
  color: #fff;
  text-decoration: underline;
}

footer p a:hover {
  color: #83a9c4;
  text-decoration: underline;
}

#breadcrumb {
  margin-bottom: 40px;
}

#breadcrumb a {
  color: #444;
  text-decoration: underline;
}

/* Formulaire type */
.formulaire {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}

.formulaire .row-form {
  margin: 0 -40px;
}

.formulaire .col-form {
  padding: 0 40px;
}

.formulaire .form-group {
  margin-bottom: 20px;
}

.formulaire .input-group {
  width: 100%;
}

.formulaire .input-group-addon {
  padding: 0;
  width: 50px;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.formulaire .input-group-addon img {
  width: 25px;
  height: 25px;
  margin: 0 auto;
}

.btn-start {
  width: 100%;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  display: inline-block;
  padding: 0 25px 0 15px;
  line-height: 50px;
  background: #4abaeb;
  border: none;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.btn-start:hover {
  background: #1ca8e6;
  padding-left: 30px;
}

.btn-start img {
  width: 28px;
  height: 28px;
  float: left;
  margin: 12px 4px 0 0;
}

.btn-start input {
  text-transform: uppercase;
  border: none;
  background: none;
}



.formulaire .radio {
  padding-left: 0;
}

.formulaire input,
.formulaire select,
.formulaire textarea {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.formulaire label {
  font-weight: normal;
  color: #444;
}

.formulaire input[type=text],
.formulaire input[type=email],
.formulaire input[type=tel],
.formulaire input[type=number],
.formulaire select {
  color: #999;
  height: 45px;
  background: #fff;
  border: 1px solid #ddd;
}

.formulaire textarea {
  color: #999;
  resize: none;
  height: 150px;
  background: #fff;
  border: 1px solid #ddd;
}

.formulaire input[type=checkbox],
.formulaire input[type=radio] {
  width: 15px;
  height: 15px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}

.formulaire .quantity-ipt {
  width: 90px;
  position: relative;
}

.formulaire .quantity-ipt .boutons {
  width: 35px;
  height: 45px;
  border: 1px solid #ddd;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}

.formulaire .quantity-ipt .boutons .plus,
.formulaire .quantity-ipt .boutons .moins {
  cursor: pointer;
  width: 100%;
  height: 20px;
}

.formulaire .quantity-ipt .boutons .plus img,
.formulaire .quantity-ipt .boutons .moins img {
  width: 15px;
  height: 15px;
  margin: 0 auto;
}

.formulaire .quantity-ipt .boutons .plus {
  padding-top: 3px;
}

.formulaire .quantity-ipt .boutons .moins {
  padding-bottom: 3px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.formulaire .checkbox,
.formulaire .radio {
  position: relative;
  margin-bottom: 15px;
}

.formulaire .checkbox label,
.formulaire .radio label {
  padding-left: 23px;
}

.formulaire .checkbox.disabled label,
.formulaire .radio.disabled label {
  color: #aaa;
}

.formulaire .checkbox.disabled.checked .fake-checkbox .img-on,
.formulaire .radio.disabled.checked .fake-checkbox .img-on {
  display: none !important;
}

.formulaire .checkbox.disabled.checked .fake-checkbox .img-off,
.formulaire .radio.disabled.checked .fake-checkbox .img-off {
  display: block;
}

.formulaire .fake-checkbox {
  width: 15px;
  height: 15px;
  border: 1px solid #ddd;
  background: #fff;
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 10;
}

.formulaire .fake-checkbox img {
  display: none;
  width: 17px;
  height: 17px;
  margin: -3px 0 0 1px;
}

.formulaire .fake-checkbox img.img-on.active {
  display: block;
}

.formulaire .fake-radio {
  width: 15px;
  height: 15px;
  border: 1px solid #ddd;
  background: #fff;
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 10;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.formulaire .fake-radio div {
  display: none;
  width: 7px;
  height: 7px;
  margin: 3px auto 0;
  background: #2798d4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.formulaire .btn-start {
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  display: inline-block;
  padding: 0 25px 0 15px;
  line-height: 50px;
  background: #4abaeb;
  border: none;
  margin-top: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.formulaire .btn-start:hover {
  background: #1ca8e6;
  padding-left: 30px;
}

.formulaire .btn-start img {
  width: 28px;
  height: 28px;
  float: left;
  margin: 12px 4px 0 0;
}

.datepicker-title {
  display: none;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background: #2798d4;
}

.footer_zodiac {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.logo_fluidra_footer {
  width: 100px;
  height: 17px;
  margin-left: auto;
}

@media all and (min-width: 1200px) {
  .container {
    width: 970px;
  }
}

@media all and (max-width: 991px) {
  #all-nav .navbar-brand {
    margin-top: 5px;
  }

  #login {
    padding: 10px 15px;
    width: 180px;
  }

  #login .log-user {
    display: none;
  }

  #slide-news .owl-item {
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  #slide-news .item {
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    width: 100%;
    height: 330px;
    margin-left: 0;
  }

  #slide-news .owl-stage {
    padding-top: 0;
  }

  #slide-news .owl-item.active.center {
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    margin: 0;
  }

  #slide-news .owl-item.active.center .item {
    width: 100%;
    height: 330px;
    margin-left: 0;
  }

  .bloc-tool:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .wrapper-central.wrapper-login #AccueilEspacePro {
    padding: 0;
    margin-top: 40px;
    text-align: center;
  }

  .wrapper-central.wrapper-login #AccueilEspacePro a {
    display: inline-block;
  }
}

@media all and (max-width: 768px) {
  #slide-news .bloc-news {
    max-width: 80%;
  }

  #slide-news .bloc-news h3 {
    font-size: 17px;
  }

  #slide-news .bloc-news p {
    display: none;
  }

  #slide-news .owl-dot {
    margin-right: 20px;
  }

  .wrapper-central {
    padding: 40px 0;
  }

  .wrapper-central h1,
  .wrapper-central h2 {
    font-size: 25px;
  }

  #all-nav .navbar-brand {
    margin-top: 0;
    padding-left: 0;
  }

  #grid-tools {
    margin-top: 80px;
  }

  .wrapper-central.wrapper-login {
    background-size: cover;
  }

  .wrapper-central.wrapper-login h1 {
    text-align: center;
  }

  .wrapper-central.wrapper-login #login-form {
    width: 300px;
    margin: 30px auto 0;
  }

  .wrapper-central.wrapper-login #login-form label {
    font-weight: 500;
  }

  .wrapper-central.wrapper-login #login-form .btn {
    float: none;
    width: 100%;
  }

  .wrapper-central.wrapper-login #login-form .btn.btn-sign {
    margin-top: 10px;
  }

  .page-login footer {
    position: initial;
  }

  .formulaire .row-form {
    margin: 0 -15px;
  }

  .formulaire .col-form {
    padding: 0 15px;
  }

  .formulaire .btn-start {
    font-size: 14px;
  }
}