html body {
  background-image: none
}

.div1 {
  width: 50%;
  justify-content: end;
  display: flex;
  padding-right: 20px
}

.div2 {
  display: flex;
  width: 50%;
  justify-content: center;
  padding-left: 20px;
}

.form-siren {
  margin-bottom: 50px;
}

.principalDiv {
  display: flex;
  flex-wrap: wrap;
  padding: 100px 20px 100px 100px;
}

.form-employeur {
  display: flex;
  flex-wrap: wrap;
  resize: both;
  overflow: clip;
}

.form-employeur .input_css {
  height: 50px !important;
  background-color: #f2f2f2;
  border: none;
  border-radius: 50px;
  padding: 18px;
  width: 100%;
}

.form-employeur input[type=submit] {
  margin-top: 50px;
  margin-left: 0px !important;
  width: 100%;
}

.form-divs {
  padding-bottom: 20px;
  display: grid;
  width: 100%;
  resize: both;
  overflow: clip;
}

.form-employeur label {
  margin-bottom: 10px;
}

.btn:focus {
  background-color: var(--bs-primary);
}

.btnForm {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap !important;
  padding-right: 20%;
  padding-left: 20%;
  margin-top: 19%;
}

.form-employeur input[type=text]:focus,
input[type=email]:focus-visible,
input[type=password]:focus {
  outline: none;
  box-shadow: 0px 7px 22px rgba(143, 134, 200, 0.08)
}

h6.card-title.titleEmpl {
  font-size: 50px !important;
  line-height: 1.6
}

p.card-text {
  line-height: 1.8;
  padding-left: 40px;
  padding-right: 40px
}

::placeholder {
  color: #919191
}

input.btn.btn-primary.fw-semiBold.py-12.px-xl-43.ms-xl-12.rounded-pill {
  padding: 18px 45px !important;
  width: 100%;
  margin-left: 0px !important
}

.form-submit {
  width: 100% !important
}

input.btnSwap1 {
  width: 100%;
  border-style: none;
  border-radius: 2px;
  height: 6px;
  margin-top: 30px
}

input.btnSwap2 {
  width: 100%;
  border-style: none;
  border-radius: 2px;
  height: 6px;
  margin-top: 30px
}

.swap1,
.swap2 {
  padding: 0px 5px;
}

.swap.active {
  width: 110% !important;
}

.swap .btnSwap {
  background-color: #f2f2f2
}

.swap.active .btnSwap {
  background-color: #7fc2c8
}

.slideForm1 {
  display: block
}

.slideForm2 {
  display: none
}

.form-divs label {
  font-size: 18px
}

/* .nomAfter,
.prenomAfter,
.emailAfter,
.sirenAfter,
.societeAfter,
.telAfter {
  display: none;
  color: #da5353;
} */

.societeExiste,
.sirenUsed,
.sirenError,
.emailError,
.formatError,
.societeError,
.nomError,
.prenomError,
.password2Error,
.sirenFormat,
.telFormat,
.telError,
.cpError,
.cpFormat,
.villeError,
.adresseError,
.paysError {
  display: none;
  color: #da5353;
  padding-top: 10px;
  font-style: italic;
  font-size: 14px
}

input.btn.btn-primary.fw-semiBold.py-12.px-xl-43.ms-xl-12.rounded-pill.btnEmpl:active {
  background-color: #7fc2c8
}

.valide {
  background-image: url("https://workeez.dev/public/assets/images/icon/valideIcon.png");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: 20px
}

.unmask {
  padding-top: 18px;
  right: 50px
}

.unmask2 {
  padding-top: 16px;
  right: 50px
}

.imgValide {
  width: 20px
}

.greenFields {
  color: green;
}

.redFields {
  color: red;
}

.form-divs label {
  font-size: 18px !important;
}

.slideForm2 label {
  font-size: 18px;
}

ul.ulPass {
  padding-left: 28px
}

.form-confirmation {
  display: none;
}

.confirmInput {
  width: 13%;
  border: none;
  border-bottom: 1px solid black;
  margin-left: 10px;
  font-size: 23px;
  height: 60px;
  text-align: center;
  background-color: transparent
}

.noEmptyDigit {
  color: #7fc2c8;
  border-color: #7fc2c8;
}


/* Popup container - can be anything you want */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  left: 190px
}

/* The actual popup */
#myPopup {
  width: 250px;
  background-color: white;
  color: black;
  text-align: center;
  border-radius: 20px;
  padding: 18px;
  position: absolute;
  box-shadow: 0px 7px 22px rgba(143, 134, 200, 0.3);
  z-index: 1;
  translate: 0 30px;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (max-width:1410px) {
  .col-12.col-md-6.col-lg-4.my-12 {
    width: 65% !important
  }
}

@media (max-width:1024px) {
  .div1 {
    width: 100% !important;
    justify-content: center !important;
    padding-right: 0px !important
  }

  .div2 {
    width: 100% !important;
    justify-content: center !important;
    padding-left: 0px !important
  }

  .principalDiv {
    box-shadow: 0px 7px 22px rgb(143 134 196 / 7%);
  }

  .col-12.col-md-6.col-lg-4.my-12 {
    width: 100% !important
  }
}

@media (max-width:576px) {
  h6 {
    font-size: 40px !important;
  }

  .principalDiv {
    padding: 40px 20px !important;
  }

  .card-icon {
    padding: 20px !important;
  }
}