

:root {
  --couleur-principale: #4ca8b5;
  --couleur-principale-light:#f3fafd;
  --couleur-secondaire:#f19930;
}


/**MAJ V3 DEBUT**/
.container_all_pass{
	position: relative;
}
.container_all_pass .slick-list{
	padding: 0px !important;
}
.container_all_pass .slick-track{
	display: flex;
	gap: 15px;
}
.container_all_pass .single_pass.slick-current {
	transform: scale(1.1);
	z-index: 20;
}
.container_all_pass .single_pass {
	transition: all 0.6s ease-out;
	border-radius: 25px;
    height: auto;
    min-width: 17vw;
    margin-top: 35px;
    margin-bottom: 35px;
	position: relative;
    overflow: hidden;
	-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1); 
	box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1);
	border: solid 1px #00000014;
}

.container_all_pass .single_pass.pass_en_avant .header_pass {
    background-color: var(--couleur-secondaire);
    color: #ffffff;
}
.container_all_pass .single_pass .header_pass {
    background-color: var(--couleur-principale-light);
	color: #000000;
    text-align: center;
	padding: 25px 15px;
    font-size: 24px;
}
.container_all_pass .single_pass .container_pass {
	display: flex;
    background-color: #ffffff;
    position: relative;
    padding: 40px 20px;
    flex-direction: column;
    align-items: center;
	height: 100%;
}
.container_all_pass .single_pass .container_pass .prix {
	color: var(--couleur-principale);
	font-size: 22px;
}
.container_all_pass .single_pass.pass_en_avant .container_pass .prix {
	color: var(--couleur-secondaire);
}
.container_all_pass .single_pass .container_pass .prix span {
    font-weight: 700;
    font-size: 50px;
}
.container_all_pass .single_pass .container_pass .prix sup {
	font-size: 25px;
}
.container_all_pass .single_pass .container_pass .frais_inscription {
	margin-top: 7px;
    text-align: center;
    font-size: 18px;
    
}
.container_all_pass .single_pass.pass_en_avant .cta_contact {
    background-color: var(--couleur-secondaire);
}
.container_all_pass .single_pass .cta_contact {
    background-color: var(--couleur-principale);
    padding: 20px;
    color: #ffffff;
    font-size: 18px;
    border-radius: 13px;
}

/* Styles pour la liste personnalisée */
.container_all_pass .single_pass .container_pass .description ul {
	display: inline-block;
}
.container_all_pass .single_pass .container_pass .description li {
    list-style: none; /* Supprime les puces par défaut */
}
.container_all_pass .single_pass .container_pass .description li::marker {
	content: '✓';
    font-size: 18px;
}

/*TARIFS ***********************************/
.titre_tarif{
	color: var(--couleur-principale);
	font-size:26px;
	margin-bottom: 20px;
	margin-top: 20px;
    font-weight: 600;

}
.container_all_tarifs {
    background-color: var(--couleur-principale-light);
    padding: 15px;
    border-radius: 15px;
    position: relative;
}
.container_all_tarifs span.annotation_tarif {
    font-style: italic;
}
.container_all_tarifs .container_tarifs {
    margin-left: 20px;
}
.container_all_tarifs .container_tarifs .single {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    padding-top: 5px;
    padding-bottom: 5px;
}
.container_all_tarifs .container_tarifs .single .nomination {
	margin-right: 10px;
}

.container_all_tarifs .single_tarif {
    margin-bottom: 25px;
    border-bottom: 1px solid #000000;
}

.container_all_pass .slick-prev {
	top: -123px !important;
    left: 340px !important;
    z-index: 1000000001;
}
.container_all_pass .slick-next {
	top: -123px !important;
    left: 375px !important;
    z-index: 1000000001;
}

.container_all_pass .slick-prev:before {
    border-radius: 30px;
    background-color: var(--couleur-principale);
    border: 2px solid #ffffff;
    content: "" !important;
    background-image: url(../../img/left-desktop-white.webp) !important;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}
.container_all_pass .slick-next:before {
    border-radius: 30px;
    background-color: var(--couleur-principale);
    border: 2px solid #ffffff;
    content: "" !important;
    background-image: url(../../img/right-desktop-white.webp) !important;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

.close_popup_form_je_veux_etre_rappele {
    position: absolute;
    display: flex;
    right: 0px;
	top: 0px;
    cursor: pointer;
    background-color: var(--couleur-principale);
    /* padding: 10px; */
    line-height: 1em;
    border-bottom-left-radius: 8px;
    width: 25px;
    height: 25px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	color: #ffffff;
	font-size: 15px;
}
.cta_contact{
	cursor: pointer;
}
.close_popup_form_je_veux_etre_rappele i {
    /* width: 10px; */
    /* height: 10px; */
    font-size: 15px;
	color: #ffffff;
}


@media (max-width: 1025px) {
	.container_all_pass .slick-next, .container_all_pass .slick-prev {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.close_popup_form_je_veux_etre_rappele {
    	right: 30px;
    	top: -3px;
	}	
}
@media (max-width: 428px) {
	.close_popup_form_je_veux_etre_rappele {
    	right: 7px;
	}
}

