/* Relooking PCM PORC */

html,
body {
  height: 100%;
  margin: 0;
}

.container {
  height: 97%;
}

a.nav-link {
	font-weight: 350!important;
}

.navbar-brand {
	display: flex;
	align-items: center;
  font-family: 'Onest', sans-serif !important;
}

.navbar-brand::before {
		content: '';
		display: inline-block;
		background-image: url('../../images/pcmporclogo2.png');
		background-size: contain;
		background-repeat: no-repeat;
		width: 40px;
		height: 40px;
		margin-right: 20px;
		vertical-align: sub;
		border-radius: 10px;
}


a {
  color: #375367 !important;
  /*font-weight: bold!important;*/
}

.dropdown-item:focus, .dropdown-item:hover {
  color: white;
  background-color: #375367 !important;  
}

h1,
h2 {
  font-weight: 100;
}

h1 {
  color: #375367 !important;
  font-family: 'Onest', sans-serif !important;
  font-size: 55px !important;
}

h1::before {
  content: '';
  display: inline-block;
  background-image: url('../images/pcmporclogo2.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 55px;
  height: 55px;
  margin-right: 20px;
  vertical-align: sub;
  border-radius: 10px;
}

h2 {
  color: #7C7C7C !important;
  font-family: 'Questrial', sans-serif !important;
  font-size: 25px !important;
}

@media (max-width: 768px) {
  h1 {
    font-size: 45px !important;
  }
  
  h1::before {
    width: 45px;
    height: 45px;
  }

  h2 {
    font-size: 20px !important;
  }
}

/*Boutons principaux*/
.btn {
  /*background-color: #47647B !important;
  border: none !important;
  color: #fff !important;*/
  border-radius: 50px !important;
 /* padding: 5px 25px!important;*/

}



/* Boutons secondaires*/
.btn-secondary {
  color: #47647B !important;
  border: solid 1px #47647B !important;
  background-color: #fff !important;
  border-radius: 50px !important;
}

.btn-secondary:hover {
  background-color: #ececec !important;
}

.txt-blue {
  color: #375367 !important;
  text-decoration: none !important;
}

#togglePassword, #togglePasswordConfirm {
  color: #47647bbf;
  font-size: 30px;
  margin-left: -50px;
}

input, select {
  border-radius: 50px !important;
}

::placeholder {
  color: #A0AEC0 !important;
}

hr {
  color: #A0AEC0 !important;
  border: solid 1px !important;
}

/* **************************** */
form i {
  margin-left: -22px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .form {
    padding: 20px !important;
  }
}


@media screen and (max-width: 972px) {
  .form {
    width: 80%;
    padding: 75px 45px 75px 45px;
    margin: auto;
  }
}

.icon_style {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  color: white;
  cursor: pointer;
}

.form input {
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}

.form #btn_connexion {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: rgb(47, 109, 50);
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}

.form #btn_connexion:hover,
.form #btn_connexion:active,
.form #btn_connexion:focus {
  background: #245727;
}

.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}

.form .message a {
  color: #245727;
  text-decoration: none;
}

.form .register-form {
  display: none;
}

.container .info {
  margin: 50px auto;
  text-align: center;
}

.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}

.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}

.container .info span a {
  color: #000000;
  text-decoration: none;
}

.container .info span .fa {
  color: #EF3B3A;
}

body {
  background: #fff;
  /* fallback for old browsers */
}

.logo_club {
  opacity: 0.0;
  border-radius: 0px;
  cursor: pointer;
}

.check {
  opacity: 1;
  color: yellow;
  border: 1px solid white;
  cursor: pointer;
}

.title_div {
  text-align: left;
}

#title {
  font-weight: 700;
}

.input-group-text {
  border: none !important;
  background-color: #f2f2f2 !important;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #f8f9fa;
  z-index:7;
}

.choice-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.choice-box p{
  margin: 0 !important;
}

.choice-box span {
  color: rgb(184, 184, 184);
  font-weight: 500; /* Plus léger */
  font-size: 0.8em; /* Optionnel : réduire légèrement la taille */
  margin-left: 15px;
  margin-right: 15px;
}

#btn_pigconnect > .icon {
  height: 24px;
}

#btn_pigconnect > p {
  margin: 0;
  font-weight: 500;
}
#btn_pigconnect {
  display: flex;
  background-color:  rgb(184, 184, 184);
  background-color: #375367; border-color: #4f728a; color: white !important;
  padding: 12px;
  padding-left: 18px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px; /* Espace entre l'image et le texte */
  cursor: pointer;
}


.choice-box {
  width: 100%;
  height: 110px;
  border: 2px solid #ccc;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  background: #f8f9fa;    
  user-select: none;
  transition: transform 0.1s ease-in-out;

}

.choice-box:active {
  transform: translateY(0.5px);
}

.choice-box.selected {
  border-color: #375367;
  background: #e3eef7;
}

.choice-box svg {
  width: 50px;
  height: 50px;
  fill: #375367;
}

.choice-box p {
  margin-top: 10px;
  font-weight: bold;
  color: #375367;
}

#loginFormContainer {
  display: none;
}

.choice-box:active {
  transform: translateY(5px); /* Déplace vers le bas de 5px */
}
