@charset "utf-8";
/* CSS Document */




/* Accordion New */



/* Core styles/functionality */
.tab {
  position: relative;

}
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
}
.tab input:checked ~ .tab__content {
  max-height: 24.6rem;
}

/* Visual styles */
.accordionreg {
  color: black;
  border: 0px solid;
  border-radius: 0;
  overflow: hidden;


}
.tab__label,
.tab__close {
  display: flex;
color: black;
  background: var(--theme);
  cursor: pointer;
	border-top: 1px solid;
  border-radius: 0px;

}
.tab__label {
  justify-content: space-between;
  padding: 1rem;
}
.tab__label::after {
content: "\002B";
color: blue;
  position: absolute;
  right: 5px;
  top: 6px;
  font-size: 28px;
  font-weight: 400;
  transition: all 0.35s;
	opacity: 1;
}
.tab input:checked + .tab__label::after {
content: "\2212";
opacity: 0;
}
.tab__content p {
  margin: 0;
  padding: 1rem;
	color: black;
}
.tab__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}


/* Arrow animation */
.tab input:not(:checked) + .tab__label:hover::after {
  animation: none .5s infinite;
}
@keyframes bounce {
  25% {
    transform: rotate(90deg) translate(.25rem);
  }
  75% {
    transform: rotate(90deg) translate(-.25rem);
  }
}

.container2025 {
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-between;
flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
		
.element_pass {
	  font-family: 'Inter', sans-serif;
width: 75%;
height: auto;
font-size: 90%;
	font-weight: 400;

	margin-left: -15px;

}

.element_pass_L {
	font-family: 'Inter', sans-serif;
width: 75%;
height: auto;
font-size: 90%;
	font-weight: 400;
letter-spacing: -1px;
	margin-bottom: 4px;
	margin-left: -15px;
}
.element_pass_2L {
	font-family: 'Open Sans', sans-serif;
width: 70%;
height: auto;
font-size: 110%;
	font-weight: 600;
	margin-bottom: 4px;
	line-height: 105%;
	letter-spacing: -0.5px;
}
		.element_register {

width: auto;
height: 0;
font-size: 110%;
	font-weight: 600;
text-align: right;
			margin-top: 10px;

}
		
.element_prix {
font-size: 95%;
width: 25%;
	height: 20px;
text-align: right;
padding-right: 15px;
	margin-top: -5px;

}
.element_detailpass {
font-size: 80%;
	width: 70%;
line-height: 110%;
	margin-bottom: -25px;
	margin-left: 12px;
	margin-top: 2px;
	

}

		


		.button_register2025{
background-color:blue;
height: 20px;
			width: auto;
font-weight: 600;
padding:0 5px;
margin: 0px 10px 0 0;
text-align:center;
text-transform: none;
color: #FFF;
text-decoration:none;
transition-duration: 0.5s;
border-radius: 0px;
border: 0px solid #000;
	opacity: 1;
}

		.button_register2025:hover{
background-color:black;

	opacity: 1;
}


@media all and (max-width: 980px)

{
	
.tab__label::after {
content: "\002B";
color: blue;
  position: absolute;
  right: 9px;
  top: 6px;
  font-size: 28px;
  font-weight: 400;
  transition: all 0.35s;
	opacity: 1;
}

	.element_pass {

width:70%;
height: 20px;
font-size: 75%;
		letter-spacing: -0.5px;
}
		.element_pass_L {
width: 70%;
line-height: 90%;
font-size: 75%;
		letter-spacing: -0.5px;
		
			margin-bottom: 4px;
}
	
		.element_pass_2L {
	font-family: 'Open Sans', sans-serif;
width: 70%;
height: 20px;
font-size: 100%;
	font-weight: 600;
		letter-spacing: -1px;
			margin-bottom: 17px;
}
		.element_register {
	
width: 100%;
height: 20px;
font-size: 100%;
	font-weight: 600;
			padding: 0;
text-align: right;
			margin-top: 20px;
			

}
		
.element_prix {
font-size: 65%;
width: 30%;
line-height: 80%;
text-align: right;
padding-right: 20px;
	margin-top: 0px;
}
.element_detailpass {
font-size: 58%;
margin-top: 5px;
	width: 80%;
		margin-left: 5px;
line-height: 120%;
}


	
			.button_register2025{

	opacity: 1;
}
	
			.button_register2025:hover{

background-color:black;

	opacity: 1;
}
}

	

@media all and (max-width: 1080px)

{

	
}
