/* FORMULAIRES */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.form-label {
  font-family: 'Sailec', sans-serif;
  color: #656565;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.helpblock {
  color: #EC5F78;
  display: block;
  margin-top: 7px;
  font-size: 13px;
  font-weight: 500;
}

.form-control,
.juloa-select__control {
  background-color: #F7F7F7 !important;
  border-radius: 7px;
  border: none;
  min-height: 50px;
  border: 0.15rem solid transparent;
}

.form-control:hover,
.form-control:focus {
  border: 0.15rem solid #A43978;
  box-shadow: none;
}

.juloa-select__value-container,
.juloa-select__indicators,
.juloa-select__control,
.juloa-select__menu,
.juloa-select__option {
  cursor: pointer;
}

.form-control {
  font-size: 14px;
  padding-right: 90px;
  min-height: 50px;
  color: #939191;
}

.form-group[validationstate="error"] .form-control {
  box-shadow: 0 0 0 0.2rem rgba(236, 95, 121, 0.25);
}

textarea.form-control {
  min-height: 128px;
  padding-top: 13px;
  padding-left: 16px;
  padding-bottom: 13px;
}


.counter {
  position: absolute;
  right: 16px;
  top: 16px;
  font-size: 12px;
  font-family: 'Sailec', sans-serif;
}

.juloa-default-group label {
  color: #656565;
  font-family: 'Sailec', sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 29px;
}

.juloa-default-group .form-check-input,
.juloa-checkbox .form-check-input {
  margin-right: 18px;
  width: 22px;
  height: 22px;
  position: relative;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.form-check-label {
  font-size: 15px;
}

.form-check-input+.form-check-label:before {
  content: "";
  position: absolute;
  left: 0;
  cursor: pointer;
  height: 22px;
  width: 22px;
  background: #F7F7F7;
  background: #A43978;
  border: 11px solid #F7F7F7;
  border-radius: 100%;
  top: 3px;
  transition: 0.2s;
}

.form-check-input:checked+.form-check-label:before {
  border-width: 5px;
}

.fileUploader {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  background: #A43978;
  border: none;
  font-weight: 500;
  text-transform: none;
  font-size: 14px;
  border: 2px solid #fff;
}

.fileUploader:before {
  display: block;
  line-height: 50px;
  padding-left: 16px;
  font-weight: lighter;
  text-align: center;
}

.fileUploader input {
  width: 100%;
  position: absolute;
  cursor: pointer;
  padding: 6px 0px;
  opacity: 0;
}

.fileUploader .filename {
  line-height: 50px;
  padding-left: 16px;
}

.fileUploader.selected:before {
  content: "";
}

.file-upload input {
  height: 50px;
  width: 100%;
  cursor: pointer;
  opacity: 0;
  position: absolute;
  top: 0;
}

.file-upload .counter {
  display: none;
}

.legendRequired {
  color: #EC5F78;
  font-family: 'Sailec', sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.legendRequiredText {
  color: #6B6B6B;
  font-family: 'Sailec', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.buttons {
  margin-top: 25px;
}

.buttons .btn-style:focus {
  box-shadow: none;
}

.btn-style {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #A43978;
  border-radius: 6px;
  font-weight: 500;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  padding: 8px 12px;
  text-decoration: none;
}

.btn-style:hover {
  opacity: 0.8;
}


.buttons .btn-style {
  font-weight: 500;
  font-size: 12px;
  padding: 1rem;
  padding: 8px 12px;
  border: none;
  background: #A43978;
}


.form-check-images {
  display: flex;
  margin: 0 -15px;
}


.form-check-image {
  flex: 1;
  padding: 0 15px;

}

.form-check-image>div {
  background: #ffffff;
  border: 1px solid #F7F7F7;
  border-radius: 7px;
  height: 240px;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.form-check-image>div img {
  display: block;
  margin: auto;
  background: white;
  border-radius: 100%;
  height: 100px;
  margin-bottom: 21px;
  margin-top: 20px;
  filter: grayscale(100%);
  transition: 0.2s;
}

.form-check-image>div label {
  color: #656565;
  font-family: 'Sailec', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  opacity: 0.5;
  transition: 0.2s;
}

.form-check-image.juloa-default-group input.form-check-input {
  width: 0;
  height: 0;
}


.graphic-checkbox {
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
  height: 22px;
  width: 22px;
  background: #F7F7F7;
  background: #A43978;
  border: 11px solid #F7F7F7;
  border-radius: 100%;
  transition: 0.2s;
}

.form-check-image.checked .graphic-checkbox {
  border-width: 5px;
  border-color: white;
}

.form-check-image.checked>div {
  background: #F7F7F7;
}

.form-check-image.checked>div label {
  opacity: 1;
}

.form-check-image.checked>div img {
  filter: grayscale(0%);
}

.form-check-image>.form-check-legend {
  color: #656565;
  font-family: 'Sailec', sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.2px;
  line-height: 22px;
  margin: 20px 0;
  text-align: center;
}

.col-logo {
  min-width: 200px;
  max-width: 200px;
}

.image-uploader .file-upload {
  opacity: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0px;
  padding: 0;
  text-indent: -100px;
}

.image-uploader span {
  font-weight: 300;
  font-size: 42px;
  color: #A43978
}

.juloa-select__indicator-separator {
  display: none;
}

.juloa-select__indicator svg {
  fill: #A43978;
}

.image-uploader {
  position: relative;
  background: #F7F7F7;
  border-radius: 7px;
  height: 100%;
  text-align: center;
  line-height: 1em;
  width: 100%;
  font-size: 27px;
  font-weight:
    /*600*/
    normal;
  color: #555;
  cursor: pointer;
  background-size: contain;
  display: flex;
  background-position: center;
  background-repeat: no-repeat;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.image-uploader:hover {
  border: 0.15rem solid #A43978;
}

.image-uploader:hover span {
  top: 18px;
}

.image-uploader.logo-completed {
  background-color: #aaaaaa;
}

.image-uploader.logo-completed span {
  display: none;
}

.image-uploader-title {
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px;
}

.logo-container {
  display: flex;
  height: 100%;
  width: 100%;
}

.logo-container .form-label {
  display: none;
}

.logo-container div {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.form-group-container {
  width: 100%;
}

.form-group:last-child {
  margin-bottom: 0;
}

.form-group:first-child {
  margin-bottom: 1rem;
}

/* Placeholders */
.error .form-control::placeholder {
  color: rgb(197, 48, 48);
}

.error input.form-control:-ms-input-placeholder {
  color: rgb(197, 48, 48);
}

.margin-top {
  margin-top: 16px;
}

.error .form-control {
  background: #Faa;
}

.error .juloa-select__control {
  background: #Faa;
}

.error .juloa-select__placeholder {
  color: rgb(197, 48, 48);
}

.bloc-dl,
.bloc-dl:hover {
  display: block;
  width: 350px;
  padding: 15px;
  background: #F0F0F0;
  border-radius: 10px;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 20px;
  color: #212121;
  text-decoration: none;
  text-align: center;
}

.pictopdf {
  width: 30px;
  height: 50px;
  fill: #A43978;
  margin-right: 15px;
}

.countTime .countdown {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.countTime .countdown span {
  display: block;
  background: #F0F0F0;
  color: #A43978;
  margin: 2px;
  width: 25%;
  padding: 5px 0px;
  text-align: center;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.countTime h3 {
  text-align: center;
  padding-bottom: 30px;
  text-transform: uppercase;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  flex-direction: column;
}

.loader-text {
  color: #ffffff;
  font-style: italic;
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 14px;
}

.ProgressBar {
  width: 100%;
  height: 5px;
  background-color: rgb(220, 220, 220);
  border-radius: 10px;
}

.Progress {
  background-color: #A43978;
  height: 100%;
  margin: 0;
  border-radius: 5px;
}

.fileUploaderContainer {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -5px;
}

.fileUploaderItem {
  margin: 5px;
  max-width: calc(33% - 10px);
  background: #F7F7F7;
  flex-grow: 1;
  width: 33%;
  border-radius: 7px;
  padding: 13px 10px 10px 10px;
  position: relative;
}

.fileUploaderItem span {
  max-width: 100%;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 12px;
  color: #000;
}

.fileUploaderItem span img {
  margin-right: 5px;
}

.fileUploaderItem button,
span.imageUploaderDelete {
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 20px;
  line-height: 11px;
  text-align: center;
  padding: 1px 3px;
  font-size: 13px;
  font-weight: bold;
  color: white;
  background: rgb(197, 48, 48);
  border: none;
}

.removeFile {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 5px;
  right: 5px;
  border-radius: 20px;
  line-height: 11px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: white;
  background: rgb(197, 48, 48);
  border: none;
  cursor: pointer;
}

.imageOld .removeFile {
  width: 12px;
  background: rgb(197, 48, 48);
}

.logo-container div.imageOld {
  width: 100%;
  max-width: 100%;
}

.ReactCrop .ReactCrop__image {
  max-height: inherit;
}

.custom-radiobox.juloa-checkbox .form-check-input {
  margin-right: 10px;
}

.accept,
.accept:hover {
  color: #A43978
}

@media(max-width: 767px) {

  #before .button-action.button-action-gray {
    top: 0;
    float: none;
    margin-top: 16px;
  }

  .form-control {
    padding-right: 16px;
  }

  .counter {
    position: inherit;
  }

  .buttons {
    text-align: center;
  }

  .form-label {
    margin-top: 10px;
    width: 100%;
    border-top: 1px solid #F7F7F7;
    padding-top: 15px;
  }

  .col-logo {
    min-width: 100%;
    max-width: 100%;
  }

  .form-check-images {
    flex-flow: column;
  }

  .form-check-image {
    width: 100%;
  }
}

.introduction a {
  color: #A43978;
  font-size: 14px;
}

.juloa-checkbox .form-check-input {
  position: absolute;
  top: 0;
  left: 0px;
}

.juloa-checkbox .form-check-label {
  font-size: 15px;
  position: relative;
  left: 30px;
}

.form-check-input+.form-check-label:before {
  left: -30px;
  top: 0;
}