@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: 24rem;
}

/* 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: 2px solid;
  border-radius: 0px;
}
.tab__label {
  justify-content: space-between;
  padding: 1rem;
}
.tab__label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transform: rotate(90deg);
  transition: all 0.35s;
}
.tab input:checked + .tab__label::after {
  transform: rotate(270deg);
}
.tab__content p {
  margin: 0;
  padding: 1rem;
	color: black;
}
.tab__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}
.accordion--radio {
	--theme: var(--secondary);
}

/* Arrow animation */
.tab input:not(:checked) + .tab__label:hover::after {
  animation: bounce .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;
}
		
.element_pass {
	font-family: 'Open Sans', sans-serif;
width: 70%;
height: auto;
font-size: 110%;
	font-weight: 600;

}

.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%;
}
		.element_register {
	font-family: 'Open Sans', sans-serif;
width: 18%;
height: 0;
font-size: 110%;
	font-weight: 600;
text-align: right;
			margin-top: 10px;

}
		
.element_prix {
font-size: 120%;
width: 30%;
	height: 20px;
text-align: right;
padding-right: 15px;

}
.element_detailpass {
font-size: 90%;
	width: 80%;
line-height: 110%;
	margin-bottom: -25px;

}

		


		.button_register2025{
background-color:rgba(204,255,0,1.00);
height: 20px;
			width: auto;
font-family: 'Open Sans', sans serif;
font-weight: 600;
padding:0 5px;
margin: 0px 10px 0 0;
text-align:center;
text-transform: none;
color: #000;
text-decoration:none;
transition-duration: 0.5s;
border-radius: 0px;
border: 0px solid #000;
	opacity: 1;
}

		.button_register2025:hover{
background-color:black;
height: 20px;
font-family: 'Open Sans', sans serif;

padding:0 6px;
margin: 0px 10px 0 0;
text-align:center;

color: #FFF;
text-decoration:none;

border-radius: 0px;
border: 0px solid #000;
	opacity: 1;
}


@media all and (max-width: 980px)

{

	.element_pass {
	font-family: 'Open Sans', sans-serif;
width: 70%;
height: 20px;
font-size: 100%;
	font-weight: 600;
		letter-spacing: -1px;
}
	
		.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 {
	font-family: 'Open Sans', sans-serif;
width: 100%;
height: 20px;
font-size: 100%;
	font-weight: 600;
			padding: 0;
text-align: right;
			margin-top: 10px;
			margin-right: 0px;

}
		
.element_prix {
font-size: 100%;
width: 30%;
	height: 20px;
text-align: right;
padding-right: 10px
}
.element_detailpass {
font-size: 90%;
	width: 60%;
}


	
			.button_register2025{
background-color:rgba(204,255,0,1.00);
height: 20px;
font-family: 'Open Sans', sans serif;

padding:0 6px;
margin: 10px 1px 0 0;
text-align:center;

color: #000;
text-decoration:none;

border-radius: 0px;
border: 0px solid #000;
	opacity: 1;
}
	
			.button_register2025:hover{

background-color:black;
height: 20px;
font-family: 'Open Sans', sans serif;

padding:0 6px;
margin: 10px 1px 0 0;
text-align:center;

color: #FFF;
text-decoration:none;

border-radius: 0px;
border: 0px solid #000;
	opacity: 1;
}
}

	

@media all and (max-width: 1080px)

{

	
}
