@font-face {
	font-family: 'Montalban Condensed Regular';
	src: url('../fonts/Montalban Condensed.otf') format('opentype');
}

body {
	background-color: #f8f9fa;
	/* font-family: 'Montalban Condensed Regular',Helvetica,Arial,Lucida,sans-serif !important; */
}

.form-title {
	text-align: center;
	/* font-family: 'Montalban Condensed Regular',Helvetica,Arial,Lucida,sans-serif; */
	text-transform: uppercase;
	font-size: 50px;
	letter-spacing: 1px;
	line-height: 1.1em;
}

.group-title {
	text-align: center;
	/* font-family: 'Montalban Condensed Regular',Helvetica,Arial,Lucida,sans-serif; */
	text-transform: uppercase;
	font-size: 25px;
	letter-spacing: 1px;
	line-height: 1.1em;
}

.logo-header {
	width: 250px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	margin-bottom: 20px;
}
.btn-primary {
	background-color: #007bff;
	border-color: #007bff;
}
.pac-container {
	z-index: 10000 !important;
}
.btn-primary:hover {
	background-color: #0056b3;
	border-color: #0056b3;
}
.header-inscription{
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDQ3LjQ0TDE3MCAwbDYyNi40OCA5NC44OUwxMTEwIDg3LjExbDE3MC0zOS42N1YxNDBIMFY0Ny40NHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMCA5MC43MmwxNDAtMjguMjggMzE1LjUyIDI0LjE0TDc5Ni40OCA2NS44IDExNDAgMTA0Ljg5bDE0MC0xNC4xN1YxNDBIMFY5MC43MnoiLz48L2c+PC9zdmc+);
	background-size: 100% 100px;
	bottom: 0;
	height: 100px;
	z-index: 1;
	transform: scale(-1,1);
	margin-top: -75px;
}

.ql-container {
	height: 200px;
}

.login-container {
	max-width: 400px;
	margin: 0 auto;
	margin-top: 100px;
	padding: 20px;
	border: 1px solid #ddd;
	background-color: #fff;
}

.btn-gvb {
	background-color: #c10040;
	color: #ffffff;
	width: 100%;
}

.btn-gvb:hover {
	border: 1px solid #c10040;
	color: #c10040;
	background-color: #ffffff;
}

.login-container img {
	width: 250px;
	display: block;
	margin-left: auto;
	margin-right: auto;

	height: auto;
	margin-bottom: 20px;
}

.remember-forgot-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.copyright {
	font-size: 12px;
	text-align: center;
	margin-top: 20px;
}

.remember-me {
	display: flex;
	align-items: center;
}

.remember-me input {
	margin-right: 5px;
}

.forgot-password a {
	color: #007bff;
	text-decoration: none;
}

.error-message {
	color: red;
}

.player-card {
	margin: 0 auto;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	padding: 20px;
}

.player-card img {
	width: 300px;
	border-radius: 10px;
	margin-bottom: 20px;
}

.player-card h2 {
	font-size: 24px;
	margin-bottom: 20px;
	color: #007bff;
}

.player-card .group {
	margin-bottom: 20px;
}

.player-card .label {
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
}

.player-card .info {
	color: #777;
}

.player-card .infos {
	color: #777;
}

.player-card .btn {
	background-color: #007bff;
	color: #fff;
	border: none;
	border-radius: 5px;
	padding: 10px 20px;
	text-decoration: none;
	margin-top: 20px;
	display: inline-block;
	transition: background-color 0.3s ease;
}

.player-card .btn:hover {
	background-color: #0056b3;
}

.default-card {
	margin: 0 auto;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	padding: 20px;
}

.default-card img {
	width: 300px;
	border-radius: 10px;
	margin-bottom: 20px;
}

.default-card h2 {
	font-size: 24px;
	margin-bottom: 20px;
	color: #007bff;
}

.default-card .group {
	margin-bottom: 20px;
}

.default-card .label {
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
}

.default-card .info {
	color: #777;
}

.group h4 {
	background-color: #fff;
	font-weight: 700;
	margin: -15px 0 0 -10px;
	padding: 0 10px;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.group{
	border: 2px solid #eee;
	border-radius: 15px;
	padding-left: 1rem;
}

/* ul {
    margin: 0px;
    padding: 0px;
} */
.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #c10040!important;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  /* font-family: 'Poppins', sans-serif; */
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  display: inline-block;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.linkedin-bg{
	background: #0E76A8;
}
.instagram-bg{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #c10040!important;
}
.footer-widget ul li {
  display: block;
  /* float: left; */
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #c10040!important;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #c10040!important;
    padding: 13px 20px;
    border: 1px solid #c10040!important;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #c10040!important;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #c10040!important;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

.progress-bar {
	border-radius: 5px;
  }


  /*the container must be positioned relative:*/
.autocomplete {
	position: relative;
	display: inline-block;
  }
  
  .autocomplete-items {
	position: absolute;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	border-top: none;
	z-index: 99;
	/*position the autocomplete items to be the same width as the container:*/
	top: 100%;
	left: 0;
	right: 0;
  }
  
  .autocomplete-items div {
	padding: 10px;
	cursor: pointer;
	background-color: #fff; 
	border-bottom: 1px solid #d4d4d4; 
  }
  
  /*when hovering an item:*/
  .autocomplete-items div:hover {
	background-color: #e9e9e9; 
  }
  
  /*when navigating through the items using the arrow keys:*/
  .autocomplete-active {
	background-color: DodgerBlue !important; 
	color: #ffffff; 
  }

  .custom-alert {
	position: fixed;
	top: 100px;  /* Réglez la valeur top pour positionner l'alerte en haut */
	right: 20px; /* Réglez la valeur right pour positionner l'alerte à droite */
	background-color: #f44336; /* Couleur d'arrière-plan de l'alerte */
	color: white; /* Couleur du texte de l'alerte */
	padding: 10px 20px;
	border-radius: 5px;
	z-index: 9999; /* La valeur de z-index doit être plus élevée que le reste du contenu pour rester au-dessus */
  }

  .centerCBX {
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* height: 200px; /* adjust height as needed */
	/* border: 1px solid #ccc; */ 
}

.input-group > .intl-tel-input.allow-dropdown {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
  }
  
  .input-group > .intl-tel-input.allow-dropdown > .flag-container {
	  z-index: 4;
  }
  
  .iti-flag {
	background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags.png");
  }
  
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
	  .iti-flag {
		background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags@2x.png");
	  }
  }
  