@charset "UTF-8";
/*font Variables*/
/*Color Variables*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300i,400,400i,500,700,900");
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;500&display=swap');
:root {
	--primary-color: #2980b9;      /* Bleu plus apaisant au lieu de violet */
	--secondary-color: #3498db;    /* Bleu clair au lieu de violet clair */
	--accent-color: #1c638d;       /* Bleu foncé au lieu de violet foncé */
	--text-color: #2c3e50;
	--light-text: #ecf0f1;
	--error-color: #e74c3c;
	--success-color: #2ecc71;
	--bg-gradient: linear-gradient(0deg, rgb(2, 251, 255) 0%, rgba(0, 255, 170, 0.541) 100%);
	--shadow-sm: 0 2px 10px rgba(0, 0, 0, 0.1);
	--shadow-md: 0 10px 30px rgba(0, 0, 0, 0.1);
	--shadow-lg: 0 15px 35px rgba(0, 0, 0, 0.2);
	--transition: all 0.3s ease;
   }
.multi_step_form {
  background:var(--bg-gradient);
  display: block;
  overflow: hidden;
  padding: 30px 0 50px; /* Ajout de padding en haut et en bas */
}.spinner-wrapper {
	position: fixed;
	z-index: 999999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6rem; 
    height: 2rem;
    margin: -1rem 0 0 -3rem; 
    text-align: center;
}

.spinner > div {
    display: inline-block;
    width: 1.9rem; 
    height: 1.5rem; 
    
    background-color: #18ff03;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);  
}
.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0); }
	40% { -webkit-transform: scale(1.0); }
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% { 
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	} 40% { 
		-webkit-transform: scale(1.0);
		-ms-transform: scale(1.0);
		transform: scale(1.0);
	}
}


.multi_step_form #msform {
  text-align: center;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px; /* Ajout de padding en bas */
  min-height: 820px;
  max-width: 810px;
  margin: 0 auto;
  background: #ffffff;
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.multi_step_form #msform .tittle-wrapper {
  position: relative;
  width: 100%;
  padding: 10px;
}
.multi_step_form #msform .tittle {
  text-align: center;
  padding-bottom: 35px;
  max-width: 80%;
}
.multi_step_form #msform .tittle h2 {
  font: 500 24px/35px "Roboto", sans-serif;
  color: #3f4553;
  padding-bottom: 5px;
}
.multi_step_form #msform .tittle p {
  font: 400 16px/28px "Roboto", sans-serif;
  color: #5f6771;
}
.multi_step_form #msform fieldset {
  border: 0;
  padding: 20px 105px 80px; /* Augmentation du padding en bas */
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
  margin-bottom: 30px; /* Ajout d'une marge en bas */
}
.multi_step_form #msform fieldset:not(:first-of-type) {
  display: none;
}
.multi_step_form #msform fieldset h3 {
  font: 500 18px/35px "Roboto", sans-serif;
  color: #3f4553;
}
.multi_step_form #msform fieldset h6 {
  font: 400 15px/28px "Roboto", sans-serif;
  color: #5f6771;
  padding-bottom: 30px;
}
.multi_step_form #msform fieldset label {
  font: 400 15px/28px "Roboto", sans-serif;
  color: #5f6771;
  display: block;
  text-align: left;
}
.multi_step_form #msform fieldset .intl-tel-input {
  display: block;
  background: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
}
.multi_step_form #msform fieldset .intl-tel-input .flag-container .selected-flag {
  padding: 0 20px;
  background: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
  width: 65px;
}
.multi_step_form #msform fieldset .intl-tel-input .flag-container .selected-flag .iti-arrow {
  border: 0;
}
.multi_step_form #msform fieldset .intl-tel-input .flag-container .selected-flag .iti-arrow:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  font: normal normal normal 24px/7px Ionicons;
  color: #5f6771;
}
.multi_step_form #msform fieldset #phone {
  padding-left: 80px;
}
.multi_step_form #msform fieldset .form-group {
  padding: 0 10px;
  margin-bottom: 20px;
}
.multi_step_form #msform fieldset .fg_2, .multi_step_form #msform fieldset .fg_3 {
  padding-top: 10px;
  display: block;
  overflow: hidden;
}
.multi_step_form #msform fieldset .fg_3 {
  padding-bottom: 70px;
}
.multi_step_form #msform fieldset .form-control, .multi_step_form #msform fieldset .product_select {
  border-radius: 3px;
  border: 1px solid #d8e1e7;
  padding: 0 20px;
  height: auto;
  font: 400 15px/48px "Roboto", sans-serif;
  color: #5f6771;
  box-shadow: none;
  outline: none;
  width: 100%;
}
.multi_step_form #msform fieldset .form-control.placeholder, .multi_step_form #msform fieldset .product_select.placeholder {
  color: #5f6771;
}
.multi_step_form #msform fieldset .form-control:-moz-placeholder, .multi_step_form #msform fieldset .product_select:-moz-placeholder {
  color: #5f6771;
}
.multi_step_form #msform fieldset .form-control::-moz-placeholder, .multi_step_form #msform fieldset .product_select::-moz-placeholder {
  color: #5f6771;
}
.multi_step_form #msform fieldset .form-control::-webkit-input-placeholder, .multi_step_form #msform fieldset .product_select::-webkit-input-placeholder {
  color: #5f6771;
}
.multi_step_form #msform fieldset .form-control:hover, .multi_step_form #msform fieldset .form-control:focus, .multi_step_form #msform fieldset .product_select:hover, .multi_step_form #msform fieldset .product_select:focus {
  border-color: #5cb85c;
}
.multi_step_form #msform fieldset .form-control:focus.placeholder, .multi_step_form #msform fieldset .product_select:focus.placeholder {
  color: transparent;
}
.multi_step_form #msform fieldset .form-control:focus:-moz-placeholder, .multi_step_form #msform fieldset .product_select:focus:-moz-placeholder {
  color: transparent;
}
.multi_step_form #msform fieldset .form-control:focus::-moz-placeholder, .multi_step_form #msform fieldset .product_select:focus::-moz-placeholder {
  color: transparent;
}
.multi_step_form #msform fieldset .form-control:focus::-webkit-input-placeholder, .multi_step_form #msform fieldset .product_select:focus::-webkit-input-placeholder {
  color: transparent;
}
.multi_step_form #msform fieldset .product_select:after {
  display: none;
}
.multi_step_form #msform fieldset .product_select:before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  font: normal normal normal 24px/48px Ionicons;
  color: #5f6771;
}
.multi_step_form #msform fieldset .product_select .list {
  width: 100%;
}
.multi_step_form #msform fieldset .done_text {
  padding-top: 40px;
}
.multi_step_form #msform fieldset .done_text .don_icon {
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-size: 22px;
  margin-bottom: 10px;
  background: #5cb85c;
  display: inline-block;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
}
.multi_step_form #msform fieldset .done_text h6 {
  line-height: 23px;
}
.multi_step_form #msform fieldset .code_group {
  margin-bottom: 60px;
}
.multi_step_form #msform fieldset .code_group .form-control {
  border: 0;
  border-bottom: 1px solid #a1a7ac;
  border-radius: 0;
  display: inline-block;
  width: 30px;
  font-size: 30px;
  color: #5f6771;
  padding: 0;
  margin-right: 7px;
  text-align: center;
  line-height: 1;
}
.multi_step_form #msform fieldset .passport {
  margin-top: -10px;
  padding-bottom: 30px;
  position: relative;
}
.multi_step_form #msform fieldset .passport .don_icon {
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-size: 22px;
  position: absolute;
  top: 4px;
  right: 0;
  background: #5cb85c;
  display: inline-block;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
}
.multi_step_form #msform fieldset .passport h4 {
  font: 500 15px/23px "Roboto", sans-serif;
  color: #5f6771;
  padding: 0;
}
.multi_step_form #msform fieldset .input-group {
  padding-bottom: 40px;
}
.multi_step_form #msform fieldset .input-group .custom-file {
  width: 100%;
  height: auto;
}
.multi_step_form #msform fieldset .input-group .custom-file .custom-file-label {
  width: 168px;
  border-radius: 5px;
  cursor: pointer;
  font: 700 14px/40px "Roboto", sans-serif;
  border: 1px solid #99a2a8;
  text-align: center;
  transition: all 300ms linear 0s;
  color: #5f6771;
}
.multi_step_form #msform fieldset .input-group .custom-file .custom-file-label i {
  font-size: 20px;
  padding-right: 10px;
}
.multi_step_form #msform fieldset .input-group .custom-file .custom-file-label:hover, .multi_step_form #msform fieldset .input-group .custom-file .custom-file-label:focus {
  background: #5cb85c;
  border-color: #5cb85c;
  color: #fff;
}
.multi_step_form #msform fieldset .input-group .custom-file input {
  display: none;
}
.multi_step_form #msform fieldset .file_added {
  text-align: left;
  padding-left: 190px;
  padding-bottom: 60px;
}
.multi_step_form #msform fieldset .file_added li {
  font: 400 15px/28px "Roboto", sans-serif;
  color: #5f6771;
}
.multi_step_form #msform fieldset .file_added li a {
  color: #5cb85c;
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding-left: 15px;
}
.multi_step_form #msform fieldset .file_added li a i {
  font-size: 22px;
  padding-right: 8px;
  position: absolute;
  left: 0;
  transform: rotate(20deg);
}
.multi_step_form #msform #progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.multi_step_form #msform #progressbar li {
  list-style-type: none;
  color: #99a2a8;
  font-size: 9px;
  width: calc(100%/4);
  float: left;
  position: relative;
  font: 500 13px/1 "Roboto", sans-serif;
  text-align: center;
}
.multi_step_form #msform #progressbar li .progress-icon {
  width: 50px;
  height: 50px;
  background: #eaf0f4;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 0;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.multi_step_form #msform #progressbar.reduced-size li .progress-icon {
  width: 40px;
  height: 40px;
}
.multi_step_form #msform #progressbar li .progress-icon i {
  color: #99a2a8;
  font-size: 20px;
  transition: all 0.3s ease;
}
.multi_step_form #msform #progressbar.reduced-size li .progress-icon i {
  font-size: 16px;
}
.multi_step_form #msform #progressbar li:after {
  content: "";
  width: 100%;
  height: 10px;
  background: #eaf0f4;
  position: absolute;
  left: -50%;
  top: 21px;
  z-index: 1;
}
.multi_step_form #msform #progressbar.reduced-size li:after {
  height: 6px;
  top: 18px;
}
.multi_step_form #msform #progressbar li:first-child:after {
  width: 0;
}
.multi_step_form #msform #progressbar li:last-child:after {
  width: 150%;
}
.multi_step_form #msform #progressbar li.active {
  color: #5cb85c;
}
.multi_step_form #msform #progressbar li.active .progress-icon {
  background: #5cb85c;
  box-shadow: 0 3px 7px rgba(92, 184, 92, 0.35);
  transform: scale(1.1);
}
.multi_step_form #msform #progressbar li.active .progress-icon i {
  color: white;
}
.multi_step_form #msform #progressbar li.active:after {
  background: #5cb85c;
}
.multi_step_form #msform #progressbar li span {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.3;
  white-space: nowrap;
}
.multi_step_form #msform #progressbar.reduced-size li span {
  font-size: 11px;
  margin-top: 5px;
}
/* Supprimer les styles obsolètes */
.multi_step_form #msform #progressbar li:before {
  content: none;
}
.multi_step_form #msform #progressbar li:nth-child(2):before,
.multi_step_form #msform #progressbar li:nth-child(3):before {
  content: none;
}
/* Style pour la barre de progression réduite */
.multi_step_form #msform #progressbar.reduced-size {
  /* Ajout des accolades manquantes */
  /* Vous pouvez ajouter des styles spécifiques ici si nécessaire */
}

.multi_step_form #msform .action-button {
  background: #5cb85c;
  color: white;
  border: 0 none;
  border-radius: 5px;
  cursor: pointer;
  min-width: 130px;
  font: 700 14px/40px "Roboto", sans-serif;
  border: 1px solid #5cb85c;
  margin: 0 5px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  z-index: 2;
}

.multi_step_form #msform .action-button:hover, .multi_step_form #msform .action-button:focus {
  background: #405867;
  border-color: #405867;
}
.multi_step_form #msform .previous_button {
  background: transparent;
  color: #99a2a8;
  border-color: #99a2a8;
}
.multi_step_form #msform .previous_button:hover, .multi_step_form #msform .previous_button:focus {
  background: #405867;
  border-color: #405867;
  color: #fff;
}

/* Styles pour les cartes de type de gestion améliorées */
.gestion-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.gestion-card {
  width: 31%;
  border: 1px solid #d8e1e7;
  border-radius: 12px;
  padding: 25px 15px;
  text-align: center;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

.gestion-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
  border-color: #5cb85c;
}

.gestion-card .radio-container {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 24px;
  width: 24px;
}

.gestion-card input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.radio-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border: 2px solid #d8e1e7;
  border-radius: 50%;
  transition: all 0.3s;
}

.gestion-card:hover .radio-checkmark {
  border-color: #5cb85c;
}

.gestion-card input[type="radio"]:checked ~ .radio-checkmark {
  background-color: #fff;
  border-color: #5cb85c;
}

.radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #5cb85c;
}

.gestion-card input[type="radio"]:checked ~ .radio-checkmark:after {
  display: block;
}

.gestion-card .form-check-label {
  display: block;
  width: 100%;
  cursor: pointer;
  padding-top: 10px;
}

.gestion-card i {
  color: #5cb85c;
  margin-bottom: 20px;
  transition: all 0.3s;
}

.gestion-card h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #3f4553;
}

.gestion-card input[type="radio"]:checked + label i,
.gestion-card:has(input[type="radio"]:checked) i {
  color: #047bf8;
  transform: scale(1.1);
}

.gestion-card:has(input[type="radio"]:checked) {
  border-color: #5cb85c;
  background-color: #f8fff8;
}

/* Styles pour la section de forfaits */
.forfait-section {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.forfait-section h4 {
  margin-bottom: 25px;
  font-size: 18px;
  color: #3f4553;
  text-align: center;
}

.forfait-options {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.forfait-option {
  width: 31%;
  margin-bottom: 20px;
  position: relative;
}

.radio-forfait-container {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  height: 24px;
  width: 24px;
}

.radio-forfait-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border: 2px solid #d8e1e7;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 5;
}

.forfait-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.forfait-option:hover .radio-forfait-checkmark {
  border-color: #5cb85c;
}

.forfait-option input[type="radio"]:checked ~ .radio-forfait-checkmark {
  background-color: #fff;
  border-color: #5cb85c;
}

.radio-forfait-checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #5cb85c;
}

.forfait-option input[type="radio"]:checked ~ .radio-forfait-checkmark:after {
  display: block;
}

.forfait-card {
  border: 2px solid #d8e1e7;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s;
  height: 100%;
  position: relative;
  cursor: pointer;
}

.forfait-option input[type="radio"]:checked + label .forfait-card {
  border-color: #5cb85c;
  background-color: #f8fff8;
  box-shadow: 0 5px 15px rgba(92, 184, 92, 0.15);
}

.forfait-card h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #3f4553;
}

.forfait-card .price {
  font-size: 24px;
  font-weight: 700;
  color: #5cb85c;
  margin-bottom: 15px;
}

.forfait-card .price span {
  font-size: 14px;
  font-weight: 400;
  color: #99a2a8;
}

.forfait-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.forfait-card ul li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #5f6771;
}

.forfait-card ul li i {
  color: #5cb85c;
  margin-right: 5px;
}

/* Styles pour les sélecteurs de pays et régions */
.country-select, .region-select {
  width: 100%;
}

.select2-container--default .select2-selection--single {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border: 2px solid #d8e1e7;
  border-radius: 8px;
  transition: all 0.3s;
}

.select2-container--default .select2-selection--single:hover {
  border-color: #5cb85c;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  color: #3f4553;
  font-size: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 52px;
  width: 30px;
  right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 6px 6px 0 6px;
  margin-left: -6px;
  margin-top: -3px;
}

.select2-dropdown {
  border: 2px solid #5cb85c;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.select2-search--dropdown {
  padding: 15px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #d8e1e7;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 16px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: #5cb85c;
  outline: none;
}

.select2-results__option {
  padding: 12px 15px;
  font-size: 15px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5cb85c;
}

.select2-container {
  width: 100% !important;
}

/* Style pour la case à cocher personnalisée */
.terms-group {
  margin-bottom: 40px;
}

.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
  cursor: pointer;
}

.checkbox-icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border: 2px solid #d8e1e7;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom-checkbox:hover input ~ .checkbox-icon {
  border-color: #5cb85c;
}

.custom-checkbox input:checked ~ .checkbox-icon {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 12px;
  opacity: 0;
  transition: all 0.2s;
}

.custom-checkbox input:checked ~ .checkbox-icon i {
  opacity: 1;
}

/* Checkbox améliorée pour les conditions */
.enhanced-checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
}

.enhanced-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.enhanced-checkbox label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.check-indicator {
  flex: 0 0 28px;
  height: 28px;
  border: 2px solid #d8e1e7;
  background-color: #fff;
  border-radius: 6px;
  margin-right: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  position: relative;
}

.check-indicator i {
  color: white;
  font-size: 14px;
  opacity: 0;
  transform: scale(0);
  transition: all 0.2s;
}

.enhanced-checkbox input:checked ~ label .check-indicator {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.enhanced-checkbox input:checked ~ label .check-indicator i {
  opacity: 1;
  transform: scale(1);
  animation: checkmark 0.3s ease-in-out;
}

.check-text {
  font-size: 15px;
  line-height: 1.4;
  color: #5f6771;
}

.check-text a {
  color: #5cb85c;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s;
}

.check-text a:hover {
  text-decoration: underline;
  color: #4a9c4a;
}

@keyframes checkmark {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

/* Styles pour les sélecteurs de pays et régions */
.country-select, .region-select {
  width: 100%;
}

.select2-container--default .select2-selection--single {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border: 2px solid #d8e1e7;
  border-radius: 8px;
  transition: all 0.3s;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 46px;
  padding-left: 5px;
  color: #3f4553;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #f9f9f9;
  border-color: #eaeaea;
  opacity: 0.8;
}

.country-option, .region-option {
  padding: 5px;
  display: flex;
  align-items: center;
}

.country-flag {
  width: 24px;
  height: 18px;
  margin-right: 10px;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.country-name, .region-name {
  font-size: 14px;
}

/* Style pour la checkbox simplifiée des conditions */
.simplified-checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.simplified-checkbox input[type="checkbox"] {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  position: relative;
  top: 0;
  cursor: pointer;
  accent-color: #5cb85c;
}

.simplified-checkbox label {
  display: inline;
  margin-bottom: 0;
  font-size: 15px;
  color: #5f6771;
  cursor: pointer;
}

.simplified-checkbox label a {
  color: #5cb85c;
  text-decoration: none;
  font-weight: 500;
}

.simplified-checkbox label a:hover {
  text-decoration: underline;
}

/* Styles pour la vérification d'identité */
.identity-verification {
  text-align: center;
  padding: 20px;
  margin: 20px 0 30px;
  background-color: #f8f9fa;
  border-radius: 10px;
  border: 1px dashed #d8e1e7;
}

.verification-icon {
  width: 100px;
  height: 100px;
  background: #e9f7ea;
  color: #5cb85c;
  border-radius: 50%;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.identity-verification h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #3f4553;
}

.identity-verification p {
  color: #5f6771;
  margin-bottom: 20px;
}

.verification-button {
  background-color: #5cb85c;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-weight: 500;
  transition: all 0.3s;
  cursor: pointer;
}

.verification-button:hover {
  background-color: #4cae4c;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

/* Styles pour la section de mot de passe */
.password-section {
  margin-top: 30px;
}

.password-input-group {
  position: relative;
}

.password-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #99a2a8;
  cursor: pointer;
  transition: color 0.3s;
}

.password-toggle:hover {
  color: #5cb85c;
}

.password-strength-indicator {
  height: 5px;
  margin-top: 10px;
  border-radius: 3px;
  background-color: #eee;
  overflow: hidden;
}

.strength-bar {
  display: block;
  height: 100%;
  width: 0;
  transition: width 0.3s, background-color 0.3s;
}

.strength-text {
  font-size: 12px;
  color: #99a2a8;
  display: block;
  margin-top: 5px;
  text-align: right;
}

/* Styles pour le sélecteur de monnaie */
.currency-group {
  margin-bottom: 40px;
}

.currency-group label {
  font-weight: 500;
  margin-bottom: 10px;
  color: #3f4553;
}

.currency-option {
  padding: 8px;
  display: flex;
  align-items: center;
}

.currency-flag {
  width: 24px;
  height: 18px;
  margin-right: 10px;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.currency-symbol {
  font-weight: bold;
  margin-right: 8px;
  font-size: 16px;
  min-width: 20px;
  text-align: center;
}

.currency-code {
  font-weight: 500;
  margin-right: 10px;
  color: #3f4553;
}

.currency-name {
  font-size: 14px;
  color: #5f6771;
}

/* Styles pour la saisie de monnaie */
.currency-group {
  margin-bottom: 40px;
}

.currency-group label {
  font-weight: 500;
  margin-bottom: 10px;
  color: #3f4553;
}

.currency-group .input-group-text {
  background-color: #5cb85c;
  color: white;
  border: 1px solid #5cb85c;
  font-weight: 500;
}

/* Amélioration du style pour la saisie de monnaie */
.currency-group .input-group-text {
  min-width: 60px;
  text-align: center;
  background-color: #f8f9fa;
  color: #5cb85c;
  border: 1px solid #ced4da;
  font-weight: 600;
  transition: all 0.3s ease;
}

.currency-group .input-group-text:not(:empty) {
  background-color: #e9f7ea;
  color: #28a745;
  border-color: #5cb85c;
}

/* Style pour les suggestions de devises (autocomplete) */
.ui-autocomplete {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 9999;
  border-radius: 0 0 8px 8px;
  border: 1px solid #d8e1e7;
  border-top: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.ui-autocomplete .ui-menu-item {
  padding: 8px 12px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.ui-autocomplete .ui-menu-item:hover,
.ui-autocomplete .ui-menu-item.ui-state-focus {
  background-color: #f0f7f0;
}

.ui-helper-hidden-accessible {
  display: none;
}

/* Élément personnalisé pour les suggestions de devises */
.currency-suggestion {
  display: flex;
  align-items: center;
  padding: 5px 0;
}

.currency-flag {
  width: 24px;
  height: 18px;
  margin-right: 10px;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.currency-symbol {
  font-weight: bold;
  margin-right: 8px;
  font-size: 16px;
  min-width: 20px;
}

.currency-code {
  font-weight: 500;
  margin-right: 10px;
  color: #3f4553;
}

.currency-name {
  font-size: 14px;
  color: #5f6771;
}

/* Style pour l'autocomplete avec plus de clarté */
.ui-autocomplete {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 9999;
  border-radius: 0 0 8px 8px;
  border: 1px solid #d8e1e7;
  border-top: none;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  padding: 5px 0;
}

.ui-autocomplete .ui-menu-item {
  padding: 6px 10px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  margin: 0;
  border: none;
}

.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
  padding: 8px 12px;
}

.ui-autocomplete .ui-menu-item:hover,
.ui-autocomplete .ui-menu-item.ui-state-focus,
.ui-autocomplete .ui-menu-item .ui-state-active {
  background-color: #f0f7f0;
}

/* Media queries pour la responsivité */
@media (max-width: 768px) {
  .gestion-card, .forfait-option {
    width: 48%;
  }
  
  .multi_step_form #msform fieldset {
    padding: 20px 30px;
  }
}

@media (max-width: 576px) {
  .gestion-card, .forfait-option {
    width: 100%;
  }
}
.tittle-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 30px;
	position: relative;
   }
   
/* Style amélioré pour le sélecteur de téléphone */
.iti {
  width: 100%;
}

.iti__flag-container {
  right: auto;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.02);
  padding: 0 12px;
}

.iti--separate-dial-code .iti__selected-dial-code {
  font-weight: 500;
  color: #333;
}

.iti--separate-dial-code input[type=tel] {
  padding-left: 95px !important; /* Ajustement pour éviter que le texte chevauche l'indicatif */
}

/* Correction du style au focus */
.iti--focus .iti__flag-container, 
.iti--focus .iti__selected-flag {
  background-color: rgba(92, 184, 92, 0.05);
}

/* Style du dropdown des pays */
.iti__country-list {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 8px 8px;
  border-color: #d8e1e7;
}

.iti__country {
  padding: 8px 12px;
  transition: background-color 0.2s ease;
}

.iti__country:hover {
  background-color: #f0f7f0;
}

.iti__country--highlight {
  background-color: rgba(92, 184, 92, 0.2);
}



/* Styles généraux */
body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

/* Section de connexion avec le nouveau fond */
.login-section {
  background: var(--bg-gradient);
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 2rem 0;
}

/* Le reste du CSS reste inchangé */
/* ...existing code... */
.login-section {
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  min-height: 100vh;
}

.card {
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.card-img-side {
  position: relative;
  overflow: hidden;
}

.card-img-side img {
  height: 100%;
  object-fit: cover;
  transition: transform 1.5s ease;
}

.card:hover .card-img-side img {
  transform: scale(1.05);
}

.logo-text {
  font-weight: 700;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transition: all 0.3s ease;
}

.form-control {
  padding: 12px;
  border: none;
  border-bottom: 2px solid #e0e0e0;
  border-radius: 0;
  background-color: transparent;
  transition: all 0.3s ease;
}

.form-control:focus {
  box-shadow: none;
  border-color: var(--primary-color);
  background-color: rgba(142, 68, 173, 0.05);
}

.form-label {
  color: var(--text-color);
  opacity: 0.8;
  transition: all 0.3s ease;
  transform-origin: left;
}

.form-control:focus + .form-label,
.form-control:not(:placeholder-shown) + .form-label {
  transform: translateY(-25px) scale(0.8);
  color: var(--primary-color);
}

.form-floating {
  position: relative;
  margin-bottom: 25px;
}

.btn-login {
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: white;
  padding: 12px 25px;
  border: none;
  border-radius: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
  box-shadow: 0 5px 15px rgba(142, 68, 173, 0.3);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-login:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: linear-gradient(135deg, var(--secondary-color), var(--accent-color));
  transition: all 0.5s ease;
  z-index: -1;
}

.btn-login:hover:before {
  width: 100%;
}

.btn-login:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(142, 68, 173, 0.4);
}

.text-link {
  color: var(--primary-color);
  transition: color 0.3s ease, text-decoration 0.3s ease;
  position: relative;
  text-decoration: none;
}

.text-link:after {
  content: '';
  position: absolute;
  width: 0;
  height: 1.5px;
  bottom: 0;
  left: 0;
  background-color: var(--accent-color);
  transition: width 0.3s ease;
}

.text-link:hover {
  color: var(--accent-color);
}

.text-link:hover:after {
  width: 100%;
}

.form-group {
  position: relative;
  margin-bottom: 25px;
}

.input-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
  transition: color 0.3s ease;
}

.form-control:focus ~ .input-icon {
  color: var(--primary-color);
}

/* Animation de chargement */
.loading-spinner {
  display: none;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 0.8s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.btn-loading .btn-text {
  opacity: 0;
}

.btn-loading .loading-spinner {
  display: block;
}

/* Animation d'entrée */
.fade-in-up {
  animation: fadeInUp 0.8s forwards;
  opacity: 0;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Applique un délai différent à chaque élément */
.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; }
.delay-4 { animation-delay: 0.4s; }
.delay-5 { animation-delay: 0.5s; }

/* Styles responsives */
@media (max-width: 767.98px) {
  .card-body {
    padding: 2rem;
  }
}

/* Styles de base et définition des variables */
:root {
  --primary-color: #2980b9;      /* Bleu plus apaisant au lieu de violet */
  --secondary-color: #3498db;    /* Bleu clair au lieu de violet clair */
  --accent-color: #1c638d;       /* Bleu foncé au lieu de violet foncé */
  --text-color: #2c3e50;
  --light-text: #ecf0f1;
  --error-color: #e74c3c;
  --success-color: #2ecc71;
  --bg-gradient: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  --shadow-sm: 0 2px 10px rgba(0, 0, 0, 0.1);
  --shadow-md: 0 10px 30px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 15px 35px rgba(0, 0, 0, 0.2);
  --transition: all 0.3s ease;
}

/* Styles généraux */
body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

/* Section de connexion */
.login-section {
  background: var(--bg-gradient);
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 2rem 0;
}

/* Carte de connexion */
.login-card {
  border: none;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  max-width: 1000px;
  margin: 0 auto;
}

.login-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

/* Image latérale */
.card-img-side {
  position: relative;
  overflow: hidden;
  border-radius: 16px 0 0 16px;
}

.card-img-side img {
  object-fit: cover;
  height: 100%;
  transition: transform 1.5s ease;
}

.login-card:hover .card-img-side img {
  transform: scale(1.05);
}

/* Logo et éléments d'en-tête */
.logo-icon {
  color: var(--primary-color);
  font-size: 2rem;
}

.logo-text {
  font-weight: 700;
  background: var(--bg-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Formulaire de connexion */
#loginForm {
  width: 100%;
}

/* Groupes de formulaire */
.form-floating {
  position: relative;
  margin-bottom: 1.5rem;
}

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem 0.75rem;
  height: auto;
  transform-origin: 0 0;
  transition: var(--transition);
  color: #6c757d;
  opacity: 0.8;
  pointer-events: none;
}

.form-floating > .form-control {
  height: 58px;
  padding: 1rem 0.75rem;
  border: none;
  border-bottom: 2px solid #e0e0e0;
  border-radius: 0;
  background-color: transparent;
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-color);
}

.form-floating > .form-control:focus {
  box-shadow: none;
  border-color: var(--primary-color);
  background-color: rgba(142, 68, 173, 0.05);
}

/* Animation pour le label flottant */
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label {
  transform: scale(0.85) translateY(-1.75rem) translateX(-0.25rem);
  color: var(--primary-color);
  opacity: 1;
}

/* Icône dans les champs de saisie */
.input-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
  transition: var(--transition);
  pointer-events: none;
}

.form-control:focus ~ .input-icon {
  color: var(--primary-color);
}

/* Bouton de connexion */
.btn-login {
  background: var(--bg-gradient);
  color: white;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
  box-shadow: 0 5px 15px rgba(142, 68, 173, 0.3);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  font-size: 1rem;
}

.btn-login:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: linear-gradient(135deg, var(--secondary-color), var(--accent-color));
  transition: all 0.5s ease;
  z-index: 0;
}

.btn-login:hover:before {
  width: 100%;
}

.btn-login:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(142, 68, 173, 0.4);
}

.btn-text {
  position: relative;
  z-index: 1;
}

/* Animation de chargement */
.loading-spinner {
  display: none;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 0.8s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  z-index: 2;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.btn-loading .btn-text {
  opacity: 0;
}

.btn-loading .loading-spinner {
  display: block;
}

/* Liens de texte */
.text-link {
  color: var(--primary-color);
  transition: var(--transition);
  position: relative;
  text-decoration: none;
  display: inline-block;
}

.text-link:after {
  content: '';
  position: absolute;
  width: 0;
  height: 1.5px;
  bottom: 0;
  left: 0;
  background-color: var(--accent-color);
  transition: width 0.3s ease;
}

.text-link:hover {
  color: var(--accent-color);
}

.text-link:hover:after {
  width: 100%;
}

/* Conteneur de liens */
.links-container {
  margin-top: 1.5rem;
}

/* Animation d'entrée */
.fade-in-up {
  animation: fadeInUp 0.8s forwards;
  opacity: 0;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Délais d'animation */
.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; }
.delay-4 { animation-delay: 0.4s; }
.delay-5 { animation-delay: 0.5s; }

/* Media queries */
@media (max-width: 991.98px) {
  .login-card {
    margin: 0 1rem;
  }
}

@media (max-width: 767.98px) {
  .login-section {
    padding: 1rem;
  }
  
  .card-body {
    padding: 1.5rem;
  }
  
  .form-floating > .form-control {
    height: 50px;
  }
}

@media (max-width: 575.98px) {
  .login-card {
    margin: 0;
  }
}

/* Pour garantir que l'image ne dépasse pas son conteneur en hauteur */
.object-fit-cover {
  object-fit: cover;
}

/* Ajout des styles pour le système de récupération de mot de passe */

/* Style pour l'indicateur de force de mot de passe */
.password-strength-indicator {
  height: 5px;
  border-radius: 3px;
  background-color: #eee;
  overflow: hidden;
  margin-top: 8px;
}

.strength-bar {
  display: block;
  height: 100%;
  width: 0;
  transition: width 0.3s, background-color 0.3s;
}

.strength-text {
  font-size: 12px;
  color: #99a2a8;
  display: block;
  margin-top: 5px;
  text-align: right;
}

/* Style pour le bouton "voir/cacher" mot de passe */
.password-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #99a2a8;
  cursor: pointer;
  transition: color 0.3s;
  z-index: 10;
}

.password-toggle:hover {
  color: var(--primary-color);
}

/* Style pour l'animation et les transitions entre étapes */
#recoveryStep1, #recoveryStep2, #recoveryStep3 {
  animation: fadeIn 0.5s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Styles pour les liens de retour */
#backToLoginLink, #backToStep1, #backToStep2 {
  display: inline-block;
  margin-top: 10px;
  font-size: 0.9rem;
}

/* Style pour l'icône de correspondance des mots de passe */
#passwordMatchIcon {
  font-size: 1.2rem;
}

/* Styles pour la vérification vidéo */
.video-verification-container {
  padding: 15px 0;
}

.video-placeholder {
  width: 100%;
  height: 300px;
  background-color: #f8f9fa;
  border: 2px dashed #dee2e6;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.camera-icon-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  padding: 25px;
  border-radius: 50%;
  background-color: rgba(41, 128, 185, 0.1);
  transition: all 0.3s ease;
}

.camera-icon-container:hover {
  background-color: rgba(41, 128, 185, 0.2);
  transform: scale(1.05);
}

.camera-icon-container i {
  font-size: 3rem;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.camera-icon-container span {
  color: var(--text-color);
  font-size: 1rem;
  text-align: center;
}

.verification-instructions {
  margin-top: 25px;
}

.instruction-step {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  text-align: left;
}

.instruction-step i {
  color: var(--primary-color);
  margin-right: 10px;
  font-size: 1.2rem;
}

.instruction-step span {
  color: var(--text-color);
  font-size: 0.9rem;
}

/* Reste du CSS reste inchangé */
/* ...existing code... */

/* Modifications pour le style de la caméra */
.camera-icon-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  padding: 25px;
  border-radius: 12px;
  background-color: rgba(41, 128, 185, 0.05);
  transition: all 0.3s ease;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.camera-icon-container:hover {
  background-color: rgba(41, 128, 185, 0.1);
  transform: scale(1.02);
}

.camera-icon-container i {
  font-size: 3.5rem;
  color: var(--primary-color);
  margin-bottom: 15px;
  opacity: 0.8;
}

/* Style personnalisé pour le bouton de vérification */
.btn-verify {
	background: linear-gradient(90deg, #3498db, #2980b9);
	color: white;
	border: none;
	border-radius: 4px;
	padding: 10px 15px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.btn-verify:hover {
	background: linear-gradient(90deg, #2980b9, #47fc00);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
	transform: translateY(-1px);
}

.info-icon {
	margin-left: 5px;
	color: #17a2b8;
	cursor: pointer;
}

.optional-text {
	font-size: 0.8em;
	color: #6c757d;
	font-style: italic;
	margin-left: 5px;
}

/* Styles pour les options d'essai gratuit */
.free-trial-title {
	margin-top: 25px;
	font-size: 1.2rem;
	font-weight: 600;
	color: #333;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
}

.free-trial-options {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 20px;
}

.trial-option {
	flex: 1;
	min-width: 100px;
	background: #f8f9fa;
	border: 2px solid #e9ecef;
	border-radius: 8px;
	padding: 10px;
	text-align: center;
	position: relative;
	overflow: hidden;
	opacity: 0.8;
	/* Apparence désactivée */
}

.trial-option.active {
	border-color: #28a745;
	background-color: rgba(40, 167, 69, 0.1);
	opacity: 1;
}

.trial-days {
	font-size: 1.5rem;
	font-weight: bold;
	color: #3498db;
	margin-bottom: 5px;
}

.trial-text {
	font-size: 0.9rem;
	color: #6c757d;
}

.trial-random-info {
	text-align: center;
	font-size: 0.9rem;
	font-style: italic;
	color: #6c757d;
	margin-top: 5px;
	margin-bottom: 15px;
}

.system-message {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	color: white;
	font-size: 0.75rem;
	padding: 2px 0;
}	/* Style personnalisé pour le bouton de vérification */
.btn-verify {
	background: linear-gradient(90deg, #3498db, #2980b9);
	color: white;
	border: none;
	border-radius: 4px;
	padding: 10px 15px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.btn-verify:hover {
	background: linear-gradient(90deg, #2980b9, #47fc00);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
	transform: translateY(-1px);
}

.info-icon {
	margin-left: 5px;
	color: #17a2b8;
	cursor: pointer;
}

.optional-text {
	font-size: 0.8em;
	color: #6c757d;
	font-style: italic;
	margin-left: 5px;
}

/* Styles pour les options d'essai gratuit */
.free-trial-title {
	margin-top: 25px;
	font-size: 1.2rem;
	font-weight: 600;
	color: #333;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
}

.free-trial-options {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 20px;
}

.trial-option {
	flex: 1;
	min-width: 100px;
	background: #f8f9fa;
	border: 2px solid #e9ecef;
	border-radius: 8px;
	padding: 10px;
	text-align: center;
	position: relative;
	overflow: hidden;
	opacity: 0.8;
	/* Apparence désactivée */
}

.trial-option.active {
	border-color: #28a745;
	background-color: rgba(40, 167, 69, 0.1);
	opacity: 1;
}

.trial-days {
	font-size: 1.5rem;
	font-weight: bold;
	color: #3498db;
	margin-bottom: 5px;
}

.trial-text {
	font-size: 0.9rem;
	color: #6c757d;
}

.trial-random-info {
	text-align: center;
	font-size: 0.9rem;
	font-style: italic;
	color: #6c757d;
	margin-top: 5px;
	margin-bottom: 15px;
}

.system-message {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	color: white;
	font-size: 0.75rem;
	padding: 2px 0;
}

/* Styles pour la capture vidéo */
.video-container {
	display: none;
	position: relative;
	width: 100%;
	max-width: 480px;
	margin: 0 auto 20px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.verification-video {
	width: 100%;
	height: auto;
	background-color: #000;
	border-radius: 8px;
}

.countdown {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: rgba(0, 0, 0, 0.6);
	color: white;
	font-size: 24px;
	font-weight: bold;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.recording-indicator {
	position: absolute;
	top: 10px;
	left: 10px;
	display: flex;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.6);
	color: white;
	padding: 5px 10px;
	border-radius: 20px;
	font-size: 12px;
}

.recording-dot {
	width: 12px;
	height: 12px;
	background-color: #f00;
	border-radius: 50%;
	margin-right: 5px;
	animation: blink 1s infinite;
}

@keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.3;
	}

	100% {
		opacity: 1;
	}
}

.verification-button {
	background: linear-gradient(90deg, #3498db, #2980b9);
	color: white;
	border: none;
	border-radius: 4px;
	padding: 10px 20px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.verification-button:hover:not(:disabled) {
	background: linear-gradient(90deg, #2980b9, #1a5276);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
	transform: translateY(-1px);
}

.verification-button:disabled {
	opacity: 0.7;
	cursor: not-allowed;
}

.verification-button i {
	margin-right: 8px;
}

.verification-button.btn-success {
	background: linear-gradient(90deg, #28a745, #218838);
}

.verification-alert {
	margin: 15px 0;
	border-radius: 4px;
}

.verification-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3rem;
	color: #3498db;
	margin-bottom: 20px;
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.05);
	}

	100% {
		transform: scale(1);
	}
}	/* Styles pour la validation des formulaires */
.is-invalid {
	border-color: #dc3545 !important;
	padding-right: calc(1.5em + 0.75rem);
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.1875rem) center;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.validation-error {
	color: #dc3545;
	margin-top: 15px;
	font-weight: 500;
	text-align: center;
	padding: 10px;
	border: 1px solid #dc3545;
	border-radius: 5px;
	background-color: rgba(220, 53, 69, 0.1);
	animation: pulse 1s;
}

.error-highlight {
	border: 1px solid #dc3545 !important;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

@keyframes pulse {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 1;
	}
}

/* Style pour les infobulles d'erreur */
.error-tooltip {
	position: absolute;
	background-color: #dc3545;
	color: white;
	padding: 5px 10px;
	border-radius: 4px;
	font-size: 12px;
	z-index: 10;
	max-width: 200px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Améliorations pour les notifications d'erreur */
.error-notification {
	background-color: #dc3545;
	color: white;
	padding: 12px 15px;
	border-radius: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 500;
	text-align: left;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	position: relative;
}

.error-notification .fa-exclamation-triangle {
	margin-right: 8px;
}

.close-notification {
	position: absolute;
	right: 10px;
	top: 10px;
	background: none;
	border: none;
	color: white;
	font-size: 20px;
	cursor: pointer;
}

/* Message d'erreur sous les champs */
.input-error-message {
	font-size: 12px;
	color: #dc3545;
	margin-top: 4px;
	animation: fadeIn 0.3s;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes slideInUp {
	from {
		transform: translateY(10px);
		opacity: 0;
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

/* Amélioration des styles des cartes de gestion et forfaits */
.gestion-card,
.forfait-card {
	transition: all 0.3s ease;
	cursor: pointer;
}

.gestion-card.selected,
.forfait-card.selected {
	border-color: #007bff;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.gestion-card.error-highlight,
.forfait-card.error-highlight {
	animation: shake 0.5s linear;
}

.error-border {
	border: 1px solid #dc3545 !important;
}

/* Champs obligatoires */
.field-required:after {
	content: "*";
	color: #dc3545;
	margin-left: 3px;
}

/* Animation de secousse pour les erreurs */
@keyframes shake {
	0% {
		transform: translateX(0);
	}

	25% {
		transform: translateX(-5px);
	}

	50% {
		transform: translateX(5px);
	}

	75% {
		transform: translateX(-5px);
	}

	100% {
		transform: translateX(0);
	}
}

/* Styles pour les options d'essai */
.free-trial-options {
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
}

.trial-option {
	width: 22%;
	padding: 15px 10px;
	border: 2px solid #ccc;
	border-radius: 10px;
	text-align: center;
	transition: all 0.3s ease;
	cursor: default;
}

.trial-option.active {
	border-color: #28a745;
	background-color: rgba(40, 167, 69, 0.1);
	transform: scale(1.05);
}

.trial-days {
	font-size: 24px;
	font-weight: bold;
	color: #333;
}

.trial-text {
	font-size: 16px;
	color: #666;
}

/* Style pour le conteneur vidéo */
.video-container {
	display: none;
	position: relative;
	width: 100%;
	max-width: 400px;
	height: 300px;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-radius: 8px;
	overflow: hidden;
	background-color: #000;
}

.verification-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.recording-indicator {
	position: absolute;
	top: 10px;
	left: 10px;
	display: flex;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 15px;
	padding: 5px 10px;
	color: white;
}

.recording-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #dc3545;
	margin-right: 8px;
	animation: blink 1s infinite;
}

@keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.3;
	}

	100% {
		opacity: 1;
	}
}

.countdown {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 60px;
	font-weight: bold;
	color: white;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
	display: none;
}

/* Styles pour le bouton de vérification */
.verification-button {
	margin-top: 15px;
	padding: 10px 20px;
	background-color: #007bff;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.verification-button:hover {
	background-color: #0069d9;
}

.verification-button.btn-success {
	background-color: #28a745;
}

.verification-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	color: #6c757d;
}

/* Styles pour les messages de vérification */
.verification-alert {
	margin-bottom: 15px;
	padding: 10px 15px;
}

/* Styles pour le champ de mot de passe */
.password-input-group {
	position: relative;
}

.password-toggle {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	color: #6c757d;
	z-index: 10;
}

.password-strength-indicator {
	margin-top: 5px;
}

.strength-bar {
	height: 5px;
	background-color: #e9ecef;
	width: 0;
	transition: all 0.3s ease;
}

.strength-text {
	font-size: 12px;
	margin-top: 3px;
}