@import '../fonts/sailec/sailec.css';

body {
  font-family: 'Sailec', sans-serif;
  max-width: 1728px;
  color: #646464;
  font-size: 14px;
  background: #FFFFFF;
  margin: 0 auto;
  padding: 0;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.vanilla-modal .modal-hider {
  position: absolute;
  left: -99999em;
}

a {
  color: #0051AD;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;

}

h2 {
  font-size: 14px;
  font-weight: 500;
  color: #212121;
  line-height: 20px;
}

h3 {
  font-size: 18px;
  font-weight: 600;
  color: #A43978;
  line-height: 22px;
}

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #656565;
  text-align: justify;
}

p.highlight {
  color: #A43978;
  line-height: 26px;
}

hr {
  border: none;
  border-top: solid 1px #E0E0E0;
  margin: 7px auto 20px;
}


.top-bar {
  border: 4px solid #A43978;
}

.background-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.sl-container {
  margin: 0 auto;
  max-width: 1728px;
  background: #fff;
  overflow: hidden;
}

.inscription {
  flex-direction: column;
}

.form-title {
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.form-title svg {
  margin-right: 10px;
}

.sl-form .container {
  max-width: 990px;
  padding-right: 0;
  padding-left: 0;
}

.section-title {
  text-transform: uppercase;
  color: #A43978;
  letter-spacing: 1px;
  margin-top: 60px;
  margin-bottom: 30px;
}

.group-startup,
.group-contact {
  margin: 30px auto;
}

.group-startup .illustration .relation {
  margin-bottom: -10px;
}

/* HEADER */

.header {
  position: relative;
  display: flex;
  width: 100%;
}

.bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header .header-container {
  width: 100%;
  max-width: 990px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
  z-index: 2;
  padding: 200px 0;
}

.header .header-container .header-text {
  flex: 1;
}

.header .header-container .header-title {
  position: relative;
  color: #FFF;
  font-size: 42px;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 10px;
}

.header .header-container .header-message {
  position: relative;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
}

.introduction {
  padding: 30px;
  background: #F7F7F7;
  border-radius: 16px;
  overflow: hidden;
}

.introduction h2 {
  font-size: 18px;
  margin-bottom: 20px;
}

.logo {
  position: relative;
  background: #FFFFFF;
  border-radius: 16px;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  margin-right: 30px;
}

.logo img {
  width: 100px;
  height: auto;
  border-radius: 10px;
  padding: 10px;
}

.idcard {
  margin-bottom: 30px;
}

/* BODY */

.body {
  display: block;
  width: 100%;
  padding-top: 60px;
  background: #fff;
}

.body .body-container {
  width: 100%;
  max-width: 990px;
  margin: auto;
}


.sl-form {
  margin-top: 60px;
}

.id-card {
  display: flex;
}

.id-card-logo {
  width: 210px;
  padding-right: 60px;
  padding-top: 16px;
}

.id-card-content {
  flex: 1;
}

/* FOOTER */

#footer {
  position: relative;
  background-color: #F7F7F7;
}

#footer .container {
  max-width: 990px;
  padding: 35px 0px;
}

#footer .footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#footer .bloc-content,
#footer .bloc-content a,
#footer .bloc-content a:hover {
  color: #A43978;
  font-weight: 500;
}

#footer .container .bloc-content .contact-us,
#footer .container .bloc-content .contact-us a,
#footer .container .bloc-content .contact-us a:hover {
  font-size: 22px;
  line-height: 20px;
}

#footer .bloc-content .copyright {
  font-weight: 400;
  font-size: 12px;
  color: #656565;
  margin-top: 10px;
}

#footer .bloc-logo {
  text-align: end;
  position: relative;
}

#footer .logo-customer img {
  width: 110px;
}

#captcha-container {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

#captcha-error {
  padding: 0 0 0 20px;
  max-width: 304px;
}

.btn-primary:not(:disabled):not(.disabled):active,
.fileUploader:not(:disabled):not(.disabled):active {
  background-color: #A43978;
}

.form-check-inline {
  padding-right: 35px;
}

/* SUCCESS */

.successPage {
  min-height: calc(100vh - 8px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.successPage .body {
  padding-top: 60px;
  padding-bottom: 100px;
}

.successPage .back {
  width: fit-content;
  margin-top: 20px;
}

.successPage .back:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.success-content {
  background-color: #F7F7F7;
  padding: 30px;
  border-radius: 16px;
}

.success-content h2 {
  margin-bottom: 20px;
}

@media (max-width: 1080px) {
  .body .body-container {
    padding: 0 75px;
  }

  .header .header-container {
    padding: 200px 75px;
  }

  #footer .container {
    padding: 35px 75px;
  }
}

@media (max-width: 991px) {
  .sl-container {
    overflow: hidden;
  }

  #footer .container {
    padding: 35px 90px;
  }
}

/* MEDIA TABLET */
@media (max-width: 768px) {
  .header .header-container {
    padding: 40px;
    margin: auto;
    text-align: center;
    flex-direction: column;
  }

  .logo {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .body {
    padding-top: 0px;
  }

  .body .body-container {
    padding: 0;
  }

  .introduction {
    padding: 30px;
    border-radius: 0px;
  }

  .id-card {
    flex-direction: column;
  }

  .sl-form {
    padding: 0 30px;
  }

  #footer .footer-content {
    flex-direction: column;
    text-align: center;
  }

  #footer .bloc-content .copyright {
    margin-top: 0px;
  }

  #footer .bloc-content {
    margin-bottom: 15px;
  }

  .successPage .body {
    padding-top: 0px;
  }

  .success-content {
    border-radius: 0px;
  }
}

@media (max-width: 490px) {
  .header .header-container .header-title {
    font-size: 36px;
  }
}

/* LANGS SELECTOR */

#langselect {
  width: 60px;
}

.langselect {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}

.select2 span {
  outline: none;
}

.select2-dropdown {
  width: 35px !important;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  z-index: 1051;
  margin-left: 3px;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.select2-container--default .select2-selection--single {
  border-radius: 4px;
  border: none;
  background-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #FFFFFF transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #FFFFFF transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected=false] {
  background-color: rgba(255, 255, 255, 0.5);
  color: white;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: rgba(255, 255, 255, 0.75);
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  border-radius: 4px;
  margin-left: 1px;
}

.select2-selection__rendered img {
  height: 18px;
}

.select2-results img {
  vertical-align: text-bottom;
  border-style: none;
  height: 18px;
}

.overlay {
  background: rgba(255, 255, 255, 0.75);
}

.loader-text {
  color: #000000;
}

.modal-title {
  font-size: 18px;
  color: #000000;
}

.modal-footer .btn-primary {
  background-color: #A43978;
  border: none;
}

.modal-footer .btn-secondary {
  border: none;
}

.back_btn {
  background-color: #A43978;
  border: none;
}

.back_btn:hover {
  background-color: #212121;
}

.back_btn a {
  text-decoration: none;
  color: white;
}

.form-group-container .css-vj8t7z {
  background-color: rgb(242, 242, 242);
  border: none;
  min-height: 50px;
}

.form-group .form-check-input+.form-check-label:before {
  background: #A43978;
}

/* COOKIES */

body .privacypolicies-com---palette-dark.privacypolicies-com---nb {
  font-family: 'Sailec', sans-serif;
  font-family: 'Sailec', sans-serif !important;
  max-width: 1728px;
  margin: 0 auto;
  right: 30px;
  top: auto;
  bottom: 30px;
  left: 30px;
  background-color: #fff;
  color: #212121;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

body .privacypolicies-com---nb .cc-nb-main-container {
  padding: 40px;
}

body .privacypolicies-com---palette-dark .cc-nb-title {
  font-weight: 500;
  font-size: 18px;
  color: #212121;
  line-height: 24px;
  margin-bottom: 15px;
}

body .cc-nb-text-container {
  font-size: 16px;
  color: #656565;
  font-weight: 400;
  letter-spacing: 0;
  display: block;
  margin-bottom: 30px;
  line-height: 20px;
  margin-bottom: 30px;
}

body .cc-nb-main-container .cc-nb-buttons-container {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}

body .cc-nb-main-container .cc-nb-buttons-container button {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  color: #FFF;
  border-radius: 6px;
}

body .cc-nb-main-container .cc-nb-buttons-container button img {
  margin-right: 7px;
}

body .privacypolicies-com---nb .cc-nb-okagree {
  background: #A43978;
}

body .privacypolicies-com---nb .cc-nb-okagree:hover {
  opacity: 0.8;
}

body .privacypolicies-com---reset a {
  color: #A43978;
}

body .privacypolicies-com---reset a:hover {
  color: #A43978;
}

/* SVG */

.btn-download svg,
.fileUploader svg,
.buttons svg {
  width: 14px;
  height: 14px;
  margin-left: 5px;
  margin-right: 0;
  fill: #A43978
}

.btn-download:hover svg {
  fill: #fff
}

.picto-back {
  width: 12px;
  height: 12px;
  margin-right: 10px;
}