





/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

textarea {
  outline: none;
  border: none;
}
.bg1 textarea:focus, .bg1 input:focus {
  border-color: transparent !important;
  background-color: transparent;
}
 textarea:focus,  input:focus {
  border-color: transparent !important;
  background-color: #fff;
}

.input100 > div {background: #fff;}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #1c2126  ;}
input:-moz-placeholder { color: #1c2126 ;}
input::-moz-placeholder { color: #1c2126 ;}
input:-ms-input-placeholder { color: #1c2126 ;}

textarea::-webkit-input-placeholder { color: #1c2126 ;}
textarea:-moz-placeholder { color: #1c2126 ;}
textarea::-moz-placeholder { color: #1c2126 ;}
textarea:-ms-input-placeholder { color: #1c2126 ;}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}


/*---------------------------------------------*/



/*//////////////////////////////////////////////////////////////////
[ Utility ]*/

.bg0 {background-color: #fff;}
.bg1 {background-color: #f7f7f7;}


/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.container-contact100 {
  width: 100%;  

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  
}
.mt-5.mb-5 {
  display: flex;
  flex-direction: column; 
  align-items: center; 
  justify-content: center; 
  text-align: center; 
  width: 100%;
  margin-bottom: 0px !important;
}

.wrap-input100 {
  border: 1px solid #1D1D1B;
  border-radius: 15px;
  padding: 10px 30px 9px 22px;
  margin-bottom: 20px;
  font-family: "Red Hat Display";
  font-size: 16px;
  color: #1c2126;
  display: flex;
  width: 100%;
}

.wrap-input100.bg1{
  border: unset;
}

.wrap-input100 .required {
  position: absolute;
  line-height: 27px;
  z-index: -1;
  background: #fff;
      font-family: "Red Hat Display";
  font-size: 16px;
  color: #1c2126;
}
.wrap-input100 .required::after {
  content: "*";
  color: red;
  margin: 0 0 0 5px;
}

.required{  color: red;}



/*------------------------------------------------------------------
[  ]*/

.contact100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact100-form-title {
  display: block;
  width: 100%;
  font-family: Montserrat-Black;
  font-size: 39px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 59px;
}



/*------------------------------------------------------------------
[  ]*/

p{margin: 0;}
.wrap-input100 {
  width: 100%;
  position: relative;
  border-radius: 15px;
  border: solid 1px #1D1D1B;
  padding: 10px 30px 9px 22px;
  margin-bottom: 20px;
  font-family: "Red Hat Display";
  font-size: 16px;
  color: #1c2126;
 
}
.wrap-div-100{
    width: 100%;
  }

.rs1-wrap-input100 {
  width: calc((100% - 30px) / 2);
}
.rs1-wrap-input100 .label{
  color: black !important;
}
/* CSS */
.custom-bg {
  background-color: #F8F8F8; 
  font-weight: 700;
  border-radius: 30px;
}
.custom-border { 
  font-family: "Red Hat Display";
  color: #D9000D!important;
  border: 2px solid red;
  border-radius: 15px;
}

.custom-input {
  background-color: #F8F8F8;
  font-family: "Red Hat Display";
  border: none;
  border-radius: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 12px 15px;
}

.custom-input .required {
  color: #9D9D9D !important;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  font-size: 17px;
  font-weight: 500;
  background: #F8F8F8;
  padding: 0 5px;
  white-space: nowrap;
  pointer-events: none; 
  z-index: 1;
}

.custom-input input {
  background-color: #F8F8F8 !important;
  border: none !important;
  outline: none;
  width: 100%;
  font-size: 15px;
  padding: 8px 15px;
  position: relative;
}

.custom-input:focus-within .required {
  opacity: 0;
  visibility: hidden;
}


.rs2-wrap-input100{  width: calc((100% - 30px) / 3);}

.label-input100 {
  font-family: "Red Hat Display";
  font-size: 10px;
  color: #393939;
  line-height: 1.5;
  text-transform: uppercase;
}


.input100 {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  font-family: "Red Hat Display";
  font-size: 16px;
  color: #1c2126;
  line-height: 1.2;
}


/* Style the calendar icon to be red */
input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(26%) sepia(89%) saturate(5000%) hue-rotate(0deg); 
  cursor: pointer;
  font-size: 25px;
}

/* Style the placeholder label */
.date-placeholder {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none;
  transition: all 0.3s ease;
  text-transform: uppercase !important;
}

/* Hide the placeholder when the input is focused or has a value */
input[type="date"]:focus + .date-placeholder,
input[type="date"]:not(:placeholder-shown) + .date-placeholder {
  opacity: 0;
  transform: translateY(-50%) translateX(10px);
}

/*---------------------------------------------*/
input.input100 {
  height: 30px;
}


textarea.input100 {
  min-height: 120px;
  padding-top: 9px;
  padding-bottom: 13px;
}


.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding-top: 20px;

}

.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
 /* width: 100%;*/
  height: 50px;
  background-color: #e30813;
  border-radius: 10px;

  font-size: 16px;
  color: #fff;
  line-height: 1.2;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn i {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn:hover {
  background-color: #000;
  color:#fff;
}

.contact100-form-btn:hover i {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}


.red-link {
  color: red; 
  text-decoration: none;
}

.red-link:hover {
  text-decoration: underline; 
}

.contact-info-container {
  display: flex; 
  justify-content: center; 
  align-items: center; 
  height: auto; 
  text-align: center; 
}

.info-text {
  margin: 0; 
}
/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 768px) {
  .rs1-wrap-input100 {
    width: 100%;
  }
  .rs2-wrap-input100 {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .wrap-contact100 {
    padding: 62px 15px 90px 15px;
  }

  .wrap-input100 {
    padding: 10px 10px 9px 10px;
  }
}



/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  min-height: 40px;
  background-color: #f7f7f7;
  top: 35px;
  left: 0px;
  padding: 0 45px 0 22px;
  pointer-events: none;

      font-family: "Red Hat Display";
  font-size: 18px;
  color: #fa4251;
  line-height: 1.2;
}

.btn-hide-validate {
      font-family: "Red Hat Display";
  font-size: 18px;
  color: #fa4251;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 35px;
  right: 12px;
}

.rs1-alert-validate.alert-validate::before {
  background-color: #fff;
}

.true-validate::after {
  content: "\f26b";

  font-size: 18px;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 35px;
  right: 10px;
}
input[type="file"] {
  display: none;
}
.hidden {
  opacity: 0;
  visibility: hidden;
}
.custom-file-upload {
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  margin: 0px auto;
}
.custom-inline-upload {
  position: relative;
  display: inline-block;
  padding: 20px 12px;
  cursor: pointer;
  margin: 0px auto;
}
/*--
/*---------------------------------------------*/
@media (max-width: 576px) {
  .alert-validate::before {
    padding: 0 10px 0 10px;
  }

  .true-validate::after,
  .btn-hide-validate {
    right: 0px;
    width: 30px;
  }
}


/*==================================================================
[ Restyle Select2 ]*/

.select2-container {
  display: block;
  max-width: 100% !important;
  width: 100% !important;
}

/* Style the single selection input */
.select2-container .select2-selection--single {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  height: 40px;
  outline: none;
  position: relative;
  width: 100%; 
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 50%;
  right: 10px; 
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none; 
}

.select2-container--default .select2-selection--single .select2-selection__arrow::before {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: bolder !important; 
  font-size: 16px; 
  color: red; 
  position: absolute;
  right: 0px; 
  top: 50%;
  transform: translateY(-50%);
}

/*------------------------------------------------------------------
[ Dropdown option ]*/
.select2-container--open .select2-dropdown {
  z-index: 1251;
  width: calc(100% + 2px);
  border: 0px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  background-color: white;
  left: -24px;
  box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 576px) {
  .select2-container--open .select2-dropdown {
    left: -12px;
  }
}

.select2-dropdown--above {top: -38px;}
.select2-dropdown--below {top: 10px;}

.select2-container .select2-results__option[aria-selected] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
}

@media (max-width: 576px) {
  .select2-container .select2-results__option[aria-selected] {
    padding-left: 12px;
  }
}

.select2-container .select2-results__option[aria-selected="true"] {
  background: #e30813 !important ;
  color: white;
}

.select2-container .select2-results__option--highlighted[aria-selected] {
  background: #e30813  ;
  color: white;
}

.select2-results__options {
  font-family: "Red Hat Display";
  font-size: 16px;
  color: #1c2126  ;
  line-height: 1.2;
}

.select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: none;
  font-family: "Red Hat Display";
  font-size: 16px;
  color: #1c2126  ;
  line-height: 1.2;
}

.wrap-input100 .dropDownSelect2 .select2-container--open {
  width: 100% !important;
}

.wrap-input100 .dropDownSelect2 .select2-dropdown {
  width: calc(100% + 2px) !important;
}


/*==================================================================
[ Restyle Radio ]*/
.wrap-contact100-form-radio {
  width: 100%;
  padding: 15px 25px 0 25px;
}

.contact100-form-radio {
  padding-bottom: 5px;
  display: inline;
  padding-right: 77px;
}

.input-radio100 {
  display: none;
}

.label-radio100 {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-family: "Red Hat Display";
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
  line-height: 1.2;
  margin-bottom: 31px;
}
.label-xl{
      font-family: "Red Hat Display";
      text-transform: uppercase;
      font-weight:1000;
      justify-content: center;
      text-align: center;

}

.label-2{
  font-family: "Red Hat Display";
  text-transform: uppercase;
  font-weight:1000;
  justify-content: center;
  text-align: center;
  color: #D9000D;
}
.label {
  font-family: "Red Hat Display";
  font-size: 16px;
  color: #1C2126;
}
.label-radio100::before {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 3px solid #000;
  background: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}


.label-radio100::after {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 6px solid transparent;
  background: #E30813;
  -moz-background-clip: padding;     
  -webkit-background-clip: padding;  
  background-clip: padding-box; 
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
.label {
  font-family: "Red Hat Display";
  font-size: 16px;
  color: #1C2126;
}

.input-radio100:checked + .label-radio100::after {
  display: inline-block;
}

.btn-compte{
  width: inherit !important;
  padding: 10px 50px !important;
  border-radius: 15px !important;
  background-color: #e30813;
  font-family: "Red Hat Display";
  width: auto !important;
  height: 45px;
  margin: 0 0 0 10px;
  font-size: 16px;
  color: #fff;
}

.tranparent-button {
  background: white !important;
  color: #000 !important;
  width: auto !important;
  padding: 10px 50px !important;
  font-size: 20px !important;
  border: solid 2px gray !important;
  border-radius: 15px !important;
}
.cancel {background: none  ; color:#e30813;  width: auto !important;   font-size: 20px; }
.right-btn {
  justify-content: flex-end !important;
}
/*==================================================================
[ rs NoUI ]*/
.wrap-contact100-form-range {
  width: 100%;
  padding: 20px 25px 57px 25px;
}

.contact100-form-range-value {
      font-family: "Red Hat Display";
  font-size: 18px;
  color: #555555;
  line-height: 1.2;
  padding-top: 10px;
  padding-bottom: 30px;
}

.contact100-form-range-value input {
  display: none;
}

#filter-bar {
  height: 20px;
  border: 1px solid #e6e6e6;
  border-radius: 9px;
  background-color: #f7f7f7;
}
#filter-bar .noUi-connect {
  border: 1px solid #e6e6e6;
  border-radius: 9px;
  background-color: #e30813;
  box-shadow: none;
}
#filter-bar .noUi-handle {
  width: 40px;
  height: 36px;
  border: 1px solid #cccccc;
  border-radius: 9px;
  background: #f5f5f5;
  cursor: pointer;
  box-shadow: none;
  outline: none;
  top: -8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

#filter-bar .noUi-handle.noUi-handle-lower {
  left: -1px;
}

#filter-bar .noUi-handle.noUi-handle-upper {
  left: -39px;
}

#filter-bar .noUi-handle:before {
  content: "";
  display: block;
  position: unset;
  height: 12px;
  width: 9px;
  background-color: transparent;
  border-left: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
}
#filter-bar .noUi-handle:after {
  display: none;
}

@media (max-width: 576px) {
  .wrap-contact100-form-range {
    padding: 20px 0px 57px 0px;
  }

  .wrap-contact100-form-radio {
    padding: 15px 0px 0 0px;
  }
}



  /* Mobile and tablet responsiveness */
  @media only screen and (max-width: 1024px) {
    /* General adjustments for smaller screens */
    .container-contact100 {
      padding: 15px;
    }

    .wrap-contact100 {
      padding: 15px;
    }

    .wrap-input100,
    .wrap-input100.rs1-wrap-input100,
    .wrap-input100.input100-select.rs1-wrap-input100 {
      width: 100%;
      margin-bottom: 15px;
    }

    .contact100-form-radio {
      display: flex;
      align-items: center;
      margin-bottom: 10px;
    }

    .input-radio100 {
      margin-right: 10px;
      transform: scale(1.2); /* Slightly increase the size of radio buttons */
    }

    .label-radio100 {
      font-size: 14px; /* Reduce font size for better fit */
    }

    .contact100-form-btn {
      width: 100%;
      margin-bottom: 10px;
    }

    .contact100-form-btn.btn-compte {
      width: 48%;
      display: inline-block;
      margin-right: 2%;
    }

    .contact100-form-btn.btn-compte:last-child {
      margin-right: 0;
    }

    .contact-info-container {
      text-align: center;
      margin-top: 20px;
    }

    .info-text {
      font-size: 14px;
    }

    .label-xl {
      font-size: 16px; /* Reduce heading size for better fit */
    }

    .input100 {
      font-size: 14px;
    }

    .js-select2 {
      width: 100%;
    }

    .date-placeholder {
      font-size: 14px;
    }

    .checkbox-label {
      font-size: 12px;
    }

    .red-link {
      font-size: 12px;
    }
  }

  /* Specific adjustments for mobile devices (max-width: 767px) */
  @media only screen and (max-width: 767px) {
    .contact100-form-radio {
      flex-direction: column; /* Stack radio buttons vertically on mobile */
      align-items: flex-start;
    }

    .input-radio100 {
      transform: scale(1); /* Reset radio button size for mobile */
      margin-right: 0;
      margin-bottom: 5px; /* Add space between stacked radio buttons */
    }

    .label-radio100 {
      font-size: 12px; /* Further reduce font size for mobile */
    }

    .label-xl {
      font-size: 14px; /* Reduce heading size for mobile */
    }

    .contact100-form-btn.btn-compte {
      width: 100%; /* Make buttons full-width on mobile */
      margin-right: 0;
      margin-bottom: 10px;
    }
  }
