@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);
*, *:after, *:before {
  box-sizing: border-box;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

html, body, .container {
  height: 100%;
}
@media screen and (max-width: 768px) {
  html, body, .container {
    overflow-x: hidden;
  }
}

body {
  background: #052139;
  color: #fff;
  font-weight: 400;
  font-size: 1em;
  overflow: hidden;
  overflow-y: scroll;
  min-height: 590px;
}
@media screen and (max-width: 768px) {
  body {
    min-height: inherit;
  }
}

a {
  color: #0E3462;
  text-decoration: none;
  outline: none;
}
a :hover, a :focus {
  color: #fff;
}

.d-none {
  display: none;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

small {
  font-size: 0.6em;
}
@media screen and (max-width: 768px) {
  small {
    font-size: 80%;
  }
}

.text-center {
  text-align: center;
}

.d-flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  .d-flex {
    display: block;
  }
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.align-items-end {
  align-items: flex-end;
}

.mt-5 {
  margin-top: 50px;
}

.mb-5 {
  margin-bottom: 50px;
}

.m-5 {
  margin: 50px;
}

.btn-text {
  font-size: 0.8rem;
}

.mt-label {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .mt-label {
    margin-top: 40px;
  }
}

.brand {
  height: 100%;
  text-align: center;
}
.brand img {
  width: 50%;
  margin-bottom:5px
}
@media screen and (max-width: 768px) {
  .brand img {
    width: 20%;
  }
}
.brand.login img {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .brand.login img {
    width: 65%;
  }
}

@media screen and (max-width: 768px) {
  .fs-form {
    top: 0;
    margin-top: 40px;
    padding: 0 1em 0 1em;
  }
}

.fs-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .fs-title {
    display: block;
    position: relative;
    /*margin-bottom: 20px;*/
    text-align: center;
    background: #0C3B63;
    z-index: 1;
  }
}

@media screen and (max-width: 768px) {
  button.fs-continue {
    position: fixed;
  }
}

.triangle-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .triangle-1 {
    display: none;
  }
}

.triangle-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .triangle-2 {
    display: none;
  }
}

.triangle-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .triangle-3 {
    display: none;
  }
}

.steps {
  padding-left: 0;
  list-style: none;
}
.steps li {
  display: inline-block;
  margin: 0 20px;
  font-size: 1rem;
}
@media screen and (max-width: 1140px) {
  .steps li {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .steps li {
    display: none;
    font-size: 1rem;
    margin: 20px 0 0;
  }
}
.steps li.active {
  color: #fcc201 !important;
}
@media screen and (max-width: 768px) {
  .steps li.active {
    display: block;
  }
}
.steps li span {
  font-size: 2rem;
  margin-right: 5px;
}

.bottom-on-multiple {
  justify-content: center;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
  .bottom-on-multiple {
    height: 94%;
  }
}
.bottom-on-multiple .validation {
  z-index: 999999999999999;
  position: fixed;
  border-radius: 5px 5px 0 0;
}

.validation.disabled.js-validation-multiple {
  opacity: 0.5;
  background: #073a64;
  color: #849cb2;
}

.bottom-on-multiple .validation {
  background: rgb(252, 194, 0);
  padding: 15px 100px;
  font-size: 1.7em;
  font-weight: 700;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.bottom-on-multiple .validation:hover {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.placeholders-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.cs-options [data-option] {
  transition: 0.2s all ease;
  opacity: 1;
}

.cs-skin-boxes.cs-active .cs-options li[data-option][disabled] {
  opacity: 0.1;
  pointer-events: none;
  filter: blur(6px);
}

.cs-skin-boxes.cs-active .cs-options {
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: -50vh;
  margin-bottom: -50vh;
  height: 100vh;
  top: 50%;
  bottom: 50%;
  width: 100vw;
}

.fs-form div.cs-select.cs-skin-boxes {
  max-width: 100%;
}

.cs-skin-boxes > .placeholders-wrapper > span::before, .cs-skin-boxes > span::before {
  display: none;
}

.cs-select span.priorityOrder {
  position: absolute;
  left: 7px;
  top: 7px;
  background-color: #fcc201;
  width: 25px;
  display: block;
  height: 25px;
  border-radius: 50%;
  padding: 1px 5px;
  z-index: 10;
  color: #052239;
  text-align: center;
  box-shadow: 0 1px 5px #052138;
}

.cs-skin-boxes > .placeholders-wrapper > span.cs-placeholder {
  width: 49%;
  margin: 3px;
  align-items: center;
  white-space: inherit;
  cursor: -webkit-grab;
  cursor: grab;
}
.cs-skin-boxes > .placeholders-wrapper > span.cs-placeholder[draggable=true] {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
@media screen and (max-width: 768px) {
  .cs-skin-boxes > .placeholders-wrapper > span.cs-placeholder {
    display: block;
    padding: 10px;
    width: 48%;
  }
}

.cs-skin-boxes > .placeholders-wrapper > span::after {
  display: none;
}

.fs-form-overview .cs-skin-boxes > .placeholders-wrapper > span.cs-placeholder {
  display: flex;
}

[data-order="0"] {
  order: 0;
}

[data-order="1"] {
  order: 2;
}

[data-order="2"] {
  order: 4;
}

[data-order="3"] {
  order: 1;
}

[data-order="4"] {
  order: 3;
}

[data-order="5"] {
  order: 5;
}

@media screen and (max-width: 768px) {
  .fs-nav-dots, .fs-nav-dots button {
    width: 5px;
    right: 3px;
    margin: 5px 0;
  }
}
@media screen and (max-width: 768px) {
  .fs-nav-dots:hover::before, .fs-nav-dots .fs-dot-current::before, .fs-nav-dots button:hover::before, .fs-nav-dots button .fs-dot-current::before {
    border-radius: 0;
  }
}
.fs-nav-dots ::before, .fs-nav-dots ::after, .fs-nav-dots button ::before, .fs-nav-dots button ::after {
  border-radius: 0;
  background: #0C3B63;
}

@media screen and (max-width: 768px) {
  .fs-form-wrap button[disabled]::before, .fs-nav-dots button::before {
    border-radius: 0;
  }
}

@media screen and (max-width: 768px) {
  .fs-nav-dots, .fs-nav-dots button {
    /*display: none;*/
  }
}

@media screen and (max-width: 768px) {
  .fs-numbers {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .fs-continue span {
    display: none;
  }
}

.fs-controls {
  text-align: center;
  align-items: flex-end;
  display: flex;
  height: 100%;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .fs-controls {
    height: inherit;
  }
}

.btn-login {
  background: #fac01f !important;
  font-size: 1rem;
  padding: 15px 20px;
  color: #fff;
}

.input-login {
  background: transparent;
  border: transparent;
  border-bottom: 3px solid rgba(255, 255, 255, 0.45);
  padding-bottom: 20px;
  margin-bottom: 40px;
  color: #fff;
  border-radius: 0;
  width: 100%;
}
.input-login::-moz-placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.input-login:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.input-login::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

#login {
  max-width: 768px;
  top: inherit;
  /*padding: 0 50px;*/
}
#login p {
  line-height: 0.9;
  font-weight: 200;
  text-align: left;
}
#login.fs-form {
  font-size: 1.5em;
}

.cs-skin-boxes .cs-options ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .cs-skin-boxes .cs-options li {
    width: 50% !important;
  }
}

.sortable-ghost {
  opacity: 0.3;
}

.posteDirecteur {
  line-height: 1rem;
  font-weight: 300;
  margin-top: 5px;
}

.img-thumbnail.img-directeur {
  height: 125px;
  margin-right: 10px;
  cursor: pointer;
}

.cs-skin-boxes > .placeholders-wrapper > span.cs-placeholder.no-directors-selected {
  width: 150px;
  height: 150px;
  justify-content: center;
  padding: 0;
  font-size: 33px;
  font-weight: 100;
  font-size: 45px;
  font-weight: 300;
  color: #fac01f;
  transition-property: background-color;
  transition-duration: 0.3s;
  display: inherit;
  cursor: pointer;
  display: block;
  text-align: center;
  padding: 15px 0;
}
.cs-skin-boxes > .placeholders-wrapper > span.cs-placeholder.no-directors-selected:hover {
  background: white;
}

.cs-skin-boxes .right {
  width: 100%;
  font-size: 16px;
  line-height: 0;
}
.cs-skin-boxes .right .titre {
  margin: 15px 10px 5px 10px;
  line-height: 1.3;
}
.cs-skin-boxes .right .posteDirecteur {
  margin: 5px 10px;
  font-size: 0.8rem;
}

.fs-form-overview .fs-fields > li .fs-radio-custom span {
  float: left;
}
.fs-form-overview .cs-skin-boxes .cs-placeholder {
  width: 100% !important;
}
.fs-form-overview .cs-skin-boxes .cs-placeholder[data-order] {
  order: inherit;
}
.fs-form-overview .cs-skin-boxes .priorityOrder {
  font-size: 1.2rem;
}
.fs-form-overview .fs-radio-custom span label {
  top: 10px;
}
.fs-form-overview .fs-radio-custom span label::after {
  top: -5px;
}

@media screen and (max-width: 768px) {
  .fs-fields .fs-radio-custom label::after {
    top: 0;
  }
}

@media screen and (max-width: 768px) {
  .bg-form-login {
    text-align: center;
    background: #0b3b63;
    padding: 20px;
    border-radius: 10px;
  }
}
.bg-form-login {
  /* text-align: center;*/
  /*background: #0b3b63;*/
  padding: 20px;
  border-radius: 10px;
}

.login-code {
  padding: 0 30px;
  border-right: 5px solid #0b3b63;
}
@media screen and (max-width: 768px) {
  .login-code {
    border-right: none;
    margin-bottom: 30px;
  }
}

.login-mail {
  padding: 0 30px;
}
.js .fs-form-full .fs-fields > li {
  position: absolute;
  width: 100%;
  text-align: center;
  margin-top: 50vh;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  left: 0;
  height: 100%;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .js .fs-form-full .fs-fields > li {
    margin-top: inherit;
    transform: inherit;
    display: block;
  }
}

.fs-numbers.fs-show {
  display: none;
}

@media screen and (max-width: 768px) {
  .fs-fields input {
    font-size: 1em;
  }
}

@media screen and (max-width: 768px) {
  .fs-fields > li label.fs-field-label {
    padding: 0 6px 1em 0;
  }
}

.check-group {
  width: 58%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .check-group {
    width: 100%;
  }
}

.custom-check {
  display: block;
  text-align: left;
  font-size: 1rem;
  margin: 20px 30px;
}

/* Hide the browser's default checkbox */
.custom-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 0;
  left: -30px;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: -4px;
  left: -35px;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.custom-check:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom-check input:checked ~ .checkmark {
  background-color: #fcc200;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.custom-select {
  margin-top: 20px;
}

.custom-select select {
  background-color: #0c3b63;
  color: white;
  padding: 12px;
  min-width: 250px;
  height: 60px;
  border: none;
  -webkit-appearance: button-bevel;
  -moz-appearance: button-bevel;
       appearance: button-bevel;
  outline: none;
}
@media screen and (max-width: 768px) {
  .custom-select select {
    font-size: 1rem;
  }
}

.custom-select:hover::before {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.2);
}

.custom-select select option {
  padding: 30px;
}

.fs-fields textarea {
  padding: 0.75em;
  width: 95%;
  min-height: 75px;
  border: none;
  background-color: rgba(5, 34, 57, 0.3);
  color: #fff;
  font-weight: 300;
  font-size: 0.7em;
  resize: none;
  margin: 4px;
}
.fs-fields textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.fs-fields textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.fs-fields textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  .fs-fields textarea {
    font-size: 0.8em;
  }
}

.fs-form-overview .fs-fields textarea {
  height: 100px;
  /*color: rgba(0,0,0,0.5);*/
}

.fs-fields textarea:focus {
  outline: none;
}

.fs-form-overview .fs-fields textarea {
  border-color: transparent;
}

.fs-form-overview .fs-fields textarea:focus {
  background: #fff;
  color: #052139;
}

.intro p {
  font-size: 1.2rem;
}

.fs-form-overview .intro {
  display: none;
}
.fs-form-overview .check-group {
  width: 90%;
}

.custom-textarea {
  background: rgba(12, 59, 97, 0.39) !important;
  border-radius: 10px;
}

.suppressionChoixDirecteur {
  position: absolute;
  z-index: 30;
  right: 15px;
  top: 15px;
  font-size: 1rem;
  color: red;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .suppressionChoixDirecteur {
    right: 0px;
    top: 0px;
    background: red;
    padding: 2px;
    color: white;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .js .fs-form-full .fs-fields > li {
    height: inherit;
  }
  .bottom-on-multiple {
    height: 86%;
  }
  .bottom-on-multiple .js-validation-multiple {
    border-radius: 5px;
  }
}
.fs-continue-wrapper {
  z-index: 999999;
}

body.has-opened-select .fs-continue-wrapper {
  z-index: 0;
}/*# sourceMappingURL=custom.css.map */

.outer {
  border: 2px solid #666666;
  position: relative;
  overflow: hidden;
}

.inner::-webkit-scrollbar {
  display: none;
}
.inner {
  -ms-overflow-style: none; 
  overflow: -moz-scrollbars-none; 
}

.element {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}