.Block-candidatez {
  background: url("../images/back-candida.png") no-repeat;
  background-size: cover;
  height: 1080px;
}
.Block-candidatez .candidatez {
  /* border-radius: 10px; */
  background: radial-gradient(50% 50% at 50% 50%, #175394 0%, #0b2745 100%);
  position: relative;
  margin-top: 178px;
  padding-top: 90px;
  padding-bottom: 62px;
  padding-left: 50px;
  z-index: 1;
  /* overflow: hidden; */
}
.Block-candidatez .candidatez::before {
  position: absolute;
  content: "";
  background: url("../images/logo-candid-back.png") no-repeat;
  background-size: cover;
  width: 95%;
  height: 68%;
  z-index: -1;
  left: 20%;
}
.Block-candidatez .candidatez::after {
  position: absolute;
  content: "";
  background: url("../images/Union.svg") no-repeat;
  background-size: cover;
  width: 100px;
  height: 100px;
  /* z-index: -1; */
  top: -50px;
}
.Block-candidatez .candidatez h3 {
  color: #fff;
  font-family: "Times New Roman";
  font-size: 56.455px;
  font-style: normal;
  font-weight: 700;
  line-height: 69px; /* 122.222% */
  letter-spacing: -1.129px;
  padding-bottom: 35px;
  margin-bottom: 0;
}
.Block-candidatez .candidatez p {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  max-width: 340px;
  margin-bottom: 0;
}
.Block-candidatez .candidatez p strong {
  font-weight: 700;
}
.Block-candidatez .candidatez .bottom-candida {
  padding-top: 278px;
}
.Block-candidatez .candidatez .bottom-candida span {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  margin-bottom: 10px;
}
.Block-candidatez .candidatez .bottom-candida a {
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 200% */
  border-radius: 42px;
  background: #3b8341;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 10px 28px;
  text-decoration: none;
}

/**************************************************************************************/
.stepper {
  background-color: #fff;
  margin-left: -31px;
  z-index: 2;
  position: relative;
  margin-top: 140px;
  border-radius: 10px;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.16);
  width: 670px;
  min-height: 670px;
}
.etapes-form {
  background-color: #F9F9F9;
  padding-top: 35px;
  padding-bottom: 10px;
}
.stepper .stepper-offres form .tab {
  display: none;
  /* width: 90%;
  margin-left: 6%; */
  min-height: 250px;
  padding-inline: 3%;
}
.stepper .stepper-offres form .tab.active{
    display: block;
}
/***Progress steper*****/
.stepper .stepper-offres form span:before {
  width: 85px;
  content: "";
  position: absolute;
  right: 40px;
  height: 3px;
  background: #d0d0d0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.stepper .stepper-offres form span:last-of-type:before {
  content: none !important;
}

.stepper .stepper-offres form span.active:after {
  width: 40px;
  content: "";
  position: absolute;
  right: 40px;
  height: 3px;
  background: #01b2bb;
  top: 0;
  bottom: 0;
  margin: auto;
}

.stepper .stepper-offres form .option-btn {
  text-align: left;
  margin-right: 10px;
}

.stepper .stepper-offres form .option-btn span {
  color: #757575;
  font-size: 15px;
  margin-bottom: 15px;
  font-family: "URWGeometricArabic-Regular", "sans-serif";
}
.stepper .top-stepper .block-etape {
  position: relative;
  text-align: left;
  /* padding-left: 18px; */
  display: none;
  width: 325px;
}

.stepper .top-stepper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 10px;
  padding-inline: 20px;
}
.stepper .title-description {
  font-family: Poppins-SemiBold, sans-serif;
  font-size: 16px;
  color: #3b8341;
  margin-bottom: 30px;
  text-align: center;
  line-height: 18px;
}
.stepper .stepper-offres form .block-step {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 260px;
  margin: 50px 20px 20px 0;
}

.stepper .block-etape h2 {
  color: #000;
  font-family: "Times New Roman";
  font-size: 26px;
  font-weight: 700;
  line-height: 69px; /* 191.667% */
  letter-spacing: -0.36px;
}
.stepper .stepper-offres form .block-step span {
  color: #b7b7b7;
  font-size: 20px;
  font-family: "Poppins-Regular", sans-serif;
  line-height: 41px;
  position: relative;
  font-weight: 600;
}


.stepper .stepper-offres form .block-step span:before {
  width: 85px;
  content: "";
  position: absolute;
  left: 40px;
  height: 4px;
  background: #F0F0F0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.stepper .stepper-offres form .block-step span.active:after {
  width: 25px;
  content: "";
  position: absolute;
  left: 40px;
  height: 4px;
  background: #3b8341;
  top: 0;
  bottom: 0;
  margin: auto;
}

.stepper .stepper-offres form .block-step span.active:before {
  background: #F0F0F0;
}

.stepper .stepper-offres form .block-step span.finish:after {
  content: none;
}

.stepper .stepper-offres form .block-step span.finish:before {
  background: #3b8341;
}

.stepper .stepper-offres form .block-step span:last-of-type:before {
  content: none !important;
}

.stepper .stepper-offres form .block-step span:last-of-type:after {
  content: none !important;
}

.stepper .stepper-offres form .step {
  height: 41px;
  width: 41px;
  margin: 0 2px 0 2px !important;
  background-color: #F0F0F0;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 1;
}

.stepper .stepper-offres form .step.active {
  opacity: 1;
  background: #3b8341;
  color: white;
}

.stepper .stepper-offres form .step.finish {
  background-color: #3b8341;
  color: white;
  opacity: 1;
}

#prevBtn {
  background-color: #fff;
  color: #d13239;
  border: 1px solid #d13239;
}

/******************Style Form********************/
form h3 {
  color: #000;
  font-family: "Times New Roman";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.2px;
  text-align: start;
  display: flex;
  gap: 2px;
}
form h3 button{
    border: none;
    background: transparent;
}
.material-symbols-outlined {
  color: #4a6a8e;
  font-size: 18px !important;
  line-height: inherit !important;
}

.form__field {
  display: flex;
  gap: 30px;
  align-items: center;
  /* padding-block: 20px; */
}
.form__field .group-radio {
  display: flex;
  gap: 25px;
}
.form__field .form__label {
  color: #180103;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
}

form .group-radio .radio-boxe {
  position: relative;
  padding-left: 30px;
  color: #180103;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  padding-top: 2px;
}
form .group-radio .radio-boxe input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form .group-radio .radio-boxe input[type="radio"]:checked ~ .checkmark::after {
  display: flex;
}
form .group-radio .radio-boxe .checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #d2cccc;
  cursor: pointer;
}
form .group-radio .radio-boxe .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #3b8341;
  transform: translate(-50%, -50%);
}

form .group-radio .radio-boxe a {
  color: #ca2d25;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-decoration-line: underline;
}


/**********************/

.form-group {
  text-align: left;
}
.form-group .form-label {
  color: #180103;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
}
.form-select {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #d2cccc;
}
select.form-select:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #d2cccc;
}

select.form-select {
  background: url(../images/arrow-down.svg) no-repeat center right 10px;
  padding: 15px 16px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #d2cccc;
}

form input[type="text"],
form input[type="email"],
form input[type="number"] {
  border-radius: 8px;
  border: 1px solid #d2cccc;
  background: #fff;
  padding: 12px 16px;
}
form input[type="email"]{
  padding: 15px 16px !important;
}

form input[type="text"]::placeholder,
form input[type="email"]::placeholder,
form input[type="number"]::placeholder,
textarea::placeholder {
  color: #b7b7b7;
  font-size: 14px;
  font-weight: 500;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

#indicatif_phone{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    width: 42%;
}
#phone{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    /*border-left: none;*/
    border-radius:5px;
}
.iti{
  width:100%;
}
html[dir="rtl"] .iti__country-list{
  text-align:right;
}
html[dir="rtl"] .iti--allow-dropdown .iti__flag-container,html[dir="rtl"] .iti--separate-dial-code .iti__flag-container {
  right: 0;
  left: auto;
}
html[dir="rtl"] #phone{
  padding-left: 0 !important;
  padding-right: 94px !important;
}
#nextBtn {
  width: 220px;
  padding: 10px 28px;
  border-radius: 42px;
  background: #3b8341;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #fff;
  border: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px; /* 200% */
  text-transform: capitalize;
  float: right;
  margin-right: 25px;
}
#prevBtn {
  width: 180px;
  padding: 10px 28px;
  border-radius: 42px;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #0f4a93;
  border: 2px solid #0f4a93;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px; /* 200% */
  text-transform: capitalize;
  float: left;
  margin-left: 25px;
}
.obligatory {
  color: #b7b7b7;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
}

.hide-check {
  padding-block: 30px;
}

/****************laset step*/
.laset-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 675px;
  background: #e6e2e2;
  display: none;
  margin-top: 178px;
  border-radius: 10px;
}
.laset-step h6 {
  color: #000;
  text-align: center;
  font-family: "Times New Roman";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 69px; /* 287.5% */
  letter-spacing: -0.24px;
}
.laset-step p {
  color: #525252;
  text-align: center;

  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  width: 40%;
}

/****** Style Input cv********/
.btn-tertiary {
  color: #555;
  line-height: 40px;
  width: 100%;
  margin: auto;
  display: block;
  text-align: left;
  border-radius: 8px;
  border: 1px solid #d2cccc;
  background: #fff;
  padding: 12px 16px;
}
.btn-tertiary:hover,
.btn-tertiary:focus {
  background: #fff;
  border: 1px solid #d2cccc;
}
.input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.input-file + .js-labelFile {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 5px 16px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.js-fileName ,.js-fileName2  {
  color: #b7b7b7;
  font-size: 14px;
  font-weight: 500;
}

/** Input file video photo****/
.btn-tertiary-two {
  color: #555;
  line-height: 40px;
  width: 100%;
  margin: auto;
  display: block;
  text-align: left;
  border-radius: 8px;
  border: 1px solid #d2cccc;
  background: #fff;
  padding: 5px 16px;
}
.btn-tertiary-two:hover,
.btn-tertiary-two:focus {
  background: #fff;
  border: 1px solid #d2cccc;
}
.input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.input-file + .js-labelFile-two {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 5px 16px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.error-message{
    display: none;
    color: #dc3545;
    position: inherit;
    font-size: .875em;
}
.piece-cin{
    width: 140%;
}

/********************Style popover ****************/
  .popover-block-container .popover-icon i {
    color: #04a0b2;
    text-align: center;
    margin-top: 4px;
  }

  .popover-header {
    display: none;
  }

  .popover {
    max-width: 306.6px;
    border-radius: 6px;
    border: none;
    box-shadow: 0 0 6px 1px #eee;
  }
  .popover-body:first-child{
    padding: 0;
    width: 375px !important;
  }

  .popover-body {
    border-radius: 20px;
    /* padding: 20px 49.4px 24px 24px; */
    z-index: 2;
    background-color: #000;
    width: 395px;
position: relative;
  }
  .popover-body p{
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    font-family: Inter;
    margin-bottom: 0;
  }
  .popover-body .popover-close {
    position: absolute;
    top: 5px;
    right: 10px;
    opacity: 1;
  }
  .popover-body .popover-close .material-symbols-outlined {
    font-size: 16px;
    font-weight: bold;
    color: #04a0b2;
  }
  .bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after, .bs-popover-end>.popover-arrow::after{
    border-right-color: #1c1717;
  }

/********************************* Mobile form multi step**********************************/
@media (max-width: 575.98px) {
  .piece-cin{
    width: 100%;
}
  #nextBtn {
    width: 185px;
    margin-right: 0;
    padding: 10px 5px;
    margin-left: 0;
  }
  #prevBtn {
    width: 100px;
    padding: 10px 5px;
    margin-right: 0;
    margin-left: 0;
  }
  .Block-candidatez {
    overflow: hidden;
    width: 100%;
    padding-bottom: 90px;
    height: auto;
  }
  .Block-candidatez .candidatez {
    margin-top: 88px;
    height: 640px;
  }
  .Block-candidatez .candidatez::before {
    width: 80%;
  }
  .Block-candidatez .candidatez .bottom-candida {
    padding-top: 50px;
  }
  .Block-candidatez .row .pmobile {
    padding-inline: 0;
  }

  .stepper {
    width: 100%;
    margin-left: 0;
    margin-top: -210px;
  }
  .stepper .top-stepper {
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
  }
  .stepper .stepper-offres form .block-step {
    margin: 0 !important;
  }
  .number-cin {
    width: 100%;
  }
  .laset-step {
    margin-top: 0;
    height: auto;
  }
  .laset-step p {
    width: 70%;
  }
  .laset-step h6 {
    line-height: 42px;
  }
  .popover-body:first-child {
    width: 250px !important;
}
.popover-body{
    width: 280px;
}
#indicatif_phone{
    width: 25%;
}
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .Block-candidatez {
    overflow: hidden;
    width: 100%;
    padding-bottom: 90px;
    height: auto;
  }
  .Block-candidatez .candidatez {
    margin-top: 88px;
    height: 640px;
  }
  .Block-candidatez .candidatez::before {
    width: 80%;
  }
  .Block-candidatez .candidatez .bottom-candida {
    padding-top: 50px;
  }
  .Block-candidatez .row .pmobile {
    padding-inline: 0;
  }

  .stepper {
    width: 100%;
    margin-left: 0;
    margin-top: -210px;
  }
  .stepper .top-stepper {
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
  }
  .stepper .stepper-offres form .block-step {
    margin: 0 !important;
  }
  .number-cin {
    width: 100%;
  }
  .laset-step {
    margin-top: 0;
  }
  .laset-step p {
    width: 70%;
  }
  #indicatif_phone{
    width: 25%;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .Block-candidatez {
    overflow: hidden;
    width: 100%;
    padding-bottom: 90px;
    height: auto;
  }
  .Block-candidatez .candidatez {
    margin-top: 88px;
    height: 640px;
  }
  .Block-candidatez .candidatez::before {
    width: 80%;
  }
  .Block-candidatez .candidatez .bottom-candida {
    padding-top: 50px;
  }
  .Block-candidatez .row .pmobile {
    padding-inline: 0;
  }

  .stepper {
    width: 100%;
    margin-left: 0;
    margin-top: -210px;
  }
  .stepper .top-stepper {
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
  }

  .stepper .stepper-offres form .block-step {
    margin: 0 !important;
  }
  .stepper .block-etape h2{
    font-size: 30px;
  }
  .number-cin {
    width: 100%;
  }
  .laset-step {
    margin-top: 0;
  }
  .laset-step p {
    width: 70%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .Block-candidatez .candidatez{
        padding-left: 25px;
    }
    .Block-candidatez .candidatez .bottom-candida{
        padding-top: 277px;
    }
    .stepper{
        width: 600px;
    }
    .stepper .block-etape h2{
        font-size: 30px;
    }
    .laset-step{
        height: 675px;
    }


}



/****************************  Arabe Form multi step*******************************/
html[dir=rtl] .Block-candidatez .candidatez{
    padding-right: 50px;
    padding-left: 10px;
}
html[dir=rtl] .Block-candidatez .candidatez::before{
    left: 0;
    transform: rotate(180deg);
    right: 20%;
}
html[dir=rtl] .stepper{
    margin-right: -40px;
}
html[dir=rtl] .stepper .block-etape h2{
    text-align: right;
}
html[dir=rtl] .form-group{
    text-align: right;
}
html[dir=rtl] select.form-select{
    background: url('../images/arrow-down.svg') no-repeat center left 10px;
    background-color: #fff;
}
html[dir=rtl] .forar{
    flex-direction: row-reverse;
}
html[dir=rtl] form .group-radio .radio-boxe{
    padding-right: 30px;
    padding-left: inherit;
}
html[dir=rtl] form .group-radio .radio-boxe .checkmark{
    right: 0;
    left: inherit;
}


/************************ Mobile form arabe ***************/

@media (max-width: 575.98px) {
    html[dir=rtl] .stepper {
        margin-right: 0;
    }

}
@media (min-width: 576px) and (max-width: 767.98px) {
    html[dir=rtl] .stepper {
        margin-right: 0;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    html[dir=rtl] .stepper {
        margin-right: 0;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    html[dir=rtl] .Block-candidatez .candidatez p{
        max-width: 315px;
    }
}

form h3 .dropdown button{
  border: none;
  background: transparent;
  padding-top: 0;
}
form h3 .dropend .dropdown-toggle::after{
  display: none;
}
form h3 .dropdown button:hover{
  background: transparent;
}
form h3 .dropdown button:focus{
  background: transparent;
}
form h3 .dropdown .btn:hover{
  background: transparent;
}
form h3 .dropdown-menu.show{
  width: 400px;
  background-color: #000;
  padding: 20px;
  transform: translateY(-50%) !important;
  left: 40px !important;
  top: 12px !important;
  border-radius: 20px;
}
form h3 .dropdown-menu.show.two{
  width: 330px;
}
form h3 .dropdown-menu.show::after{
  position: absolute;
  content: "";
  border-left: 0px solid #1662f900;
  border-top: 22px solid #cc262600;
  border-bottom: 22px solid #e50d0d00;
  border-right: 22px solid #000;
  top: 50%;
  transform: translateY(-50%);
  left: -12px;
}
form h3 .dropdown-menu.show p{
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  font-family: Inter;
  margin-bottom: 0;
}
form h3 .dropdown-menu.show .popover-close.close{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
form h3 .dropdown-menu.show .popover-close.close .material-symbols-outlined{
  color: #cdcdcd;
  font-size: 23px !important;
}


/*********************/
@media (max-width: 575.98px) {
form h3 .dropdown-menu.show{
  width: 280px;
  top: 90px !important;
  left: -50px !important;
}
form h3 .dropdown-menu.show::after{
  border-left: 22px solid #275ac000;
  border-top: 22px solid #cc262600;
  border-bottom: 22px solid #070707;
  border-right: 22px solid #0000;
  top: -15px;
  transform: translateY(-50%);
  left: 16%;
}
form h3 .dropdown-menu.show p{
  padding-inline: 8px;
}
form h3 .dropdown-menu.show.two {
  width: 330px;
  top: 85px !important;
  left: -212px !important;
}
form h3 .dropdown-menu.two.show::after{
  border-left: 22px solid #275ac000;
  border-top: 22px solid #cc262600;
  border-bottom: 22px solid #070707;
  border-right: 22px solid #0000;
  top: -15px;
  transform: translateY(-50%);
  left: 63%;
}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  form h3 .dropdown-menu.show.two{
    width: 280px;
  }
}

.comment{
    color: #000000 !important;
    margin-bottom: 10px;
    margin-top: 20px;
}
