/* SIDEBAR */
/* sidebar single */
#sidebar-container {
    display: none;
}
.anchor-link{
    color: var(--wp--preset--color--blanc);
}
@media (max-width: 821px) {
    .no-walk-mobile{
        display: none;
    }
}
@media (min-width: 821px) {
/* TICKETS SIDEBAR */
#sidebar-container {
    height: 50vh;
    display: flex;
    flex-direction: column;
    position: fixed;
    right: var(--container-space);
    width: calc(25% - 1rem);
}
.sidebar-wrapper{
    display: flex;
    flex-direction: column;
}
.sidebar-upcard{
    display: flex;
    flex-direction: column;
    border-radius: 5px;
}
.sidebar-upcard-img{
    height: 170px;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    transition: all 0.5s ease-in-out;
    position: relative;
}
.sidebar-upcard-img img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    vertical-align: middle;
    object-fit: cover;
}
.sidebar-upcard-label{
    background-color: var(--wp--preset--color--bleu-clair);
    font-weight: 600;
    font-size: var(--wp--preset--font-size--xs-text);
    color: var(--wp--preset--color--blanc);
    transform: rotate(45deg);
    right: -35%;
    top: 25%;
    padding: 0 20px;
    width: 100%;
    position: absolute;
    text-align: center;
    z-index: 1;
}
.sidebar-upcard-label p{
    margin: 0;
}
.sidebar-onglets{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.onglet-select li{
    align-items: center;
    display: flex;
    justify-content: center;
    font-weight: 600;
    color: var(--wp--preset--color--gris);
    font-size: var(--wp--preset--font-size--ms-text);
    background-color: var(--wp--preset--color--sable);
    padding: 0.5rem;
    margin: 0;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    width: 100%;
    position: relative;
}
.onglet-select li.active{
    color: var(--wp--preset--color--blanc);
    background-color: var(--wp--preset--color--rouge);
}
.onglet-select li::before{
	content: "";
	position: absolute;
	top: -10px;
	left: 0px;
	width: 100%;
	height: 0px;
}
.onglet-select li::after{
	content: '';
	opacity: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	position: absolute;
	top: calc(100% + -1px);
	transform: rotate(180deg) translate(-50%, 0px);
	right: 50%;
	border-radius: 3px;
	z-index: 999999;
	pointer-events: none;
    border-color: transparent transparent var(--wp--preset--color--rouge) transparent !important;
}
.onglet-select li:hover{cursor: pointer;}
.onglet-select li.active::after{
	opacity: 1;
}
.onglet-select li.active::before{
	height: 10px;
    background-color: var(--wp--preset--color--rouge);
    border-radius: 15px 15px 0 0;
}
.onglet-select li:last-child {
    border-right: 0px solid #FFF;
}
.contenu-onglet{
    background-color: var(--wp--preset--color--blanc);
    padding: 1rem;
    border-radius: 0px 0px 5px 5px;
}
.contenu-onglet > div{
	display: none;
}
.contenu-onglet > .onglet-content.active{
	display: block;
}
.contenu-onglet > .onglet-content.active h6{
    color: var(--Gris, #51545E);
    text-align: center;
    font-family: 'Poppins',sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.2px; /* 120% */
}

.contenu-onglet > .onglet-content.active *:not(h6){
   font-size: 14px;
}
.price-row-price span{
    position: relative;
}

.price-row-price span::before{
    content: '';
    width: 80%;
    height: 2px;
    background-color: red;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
    transform: rotate(-45deg) translateY(-50%);
}

.contenu-onglet > .onglet-content.active h6 strong{
   font-weight: unset;
}
.contenu-onglet h1, .contenu-onglet h2, .contenu-onglet h3, .contenu-onglet h4, .contenu-onglet h5, .contenu-onglet h6, .contenu-onglet p{
    margin: 0.5rem 0;
}
.price-rows{
    list-style: none;
    padding: 0;
    margin: 0
}
.price-row {
    display: flex;
    justify-content: space-between;
	padding: 5px 0px;
	border-top: 1px solid #E6E6E6;
    font-family: Lato;
    color: var(--wp--preset--color--gris);
}
.price-row p:first-child {
    display: flex;
    flex-direction: column;
}
.price-row p{
    margin: 0;
    padding: 0.5rem 0;
}
.price-row:last-child{
    padding-bottom: 1rem;
}
.price-row-title, .price-row-price {
    font-size: var(--wp--preset--font-size--ms-text);
    font-weight: 700;
}
.price-row-subtitle {
    font-size: var(--wp--preset--font-size--xs-text);
    font-weight: 600;
}
.onglet-content .btn-pass-wrapper.btn-pink, .link-balade-container .btn-pass-wrapper.btn-pink{
    display: flex;
    padding: 0;
    justify-content: center;
    width: 100%;
}
.onglet-content .btn-pass-wrapper.btn-pink .btn-pass, .link-balade-container .btn-pass-wrapper.btn-pink .btn-pass{
    background: none;
    color: var(--wp--preset--color--white);
    display: flex;
    background-color: var(--wp--preset--color--rouge);
    align-items: center;
    justify-content: center;
    padding: 0.7rem 1rem;
    border-radius: 5px;
    border: 1px solid var(--wp--preset--color--rouge);
    gap: 10px;
    width: 100%;
    text-transform: uppercase;
    font-size: var(--wp--preset--font-size--l-text);
    font-weight: 500;
}
#sidebar-container .art-summary-btn{
    display: flex;
    margin: 0;
    margin-top: 0.5rem;
    padding: 0.5rem 1rem;
}
.sidebar-down-card{
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease-in-out;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
.down-scroll .sidebar-down-card{
    transform: translateY(calc(-170px - 4rem));
}
.comments-icon-sticky img{
		position: absolute;
    bottom: 45px;
    right: -45px;
    width: 90px;
}
.comments-icon-sticky .count-number-ancre {
    position: absolute;
    bottom: 67px;
    right: -20px;
    text-align: center;
    color: #fff;
    font-weight: 600;
}
/* BALADE SIDEBAR */
.balade-container{

}
.balade-start {
    display: flex;
    flex-wrap: wrap;
	border-radius: 5px 5px 0px 0px;
	overflow: hidden;
    position: relative;
    background-color: var(--wp--preset--color--blanc);
}
.balade-line-start-line{
	width: 10px;
	height: calc(100% + 1px);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
    background-color: var(--wp--preset--color--rouge);
}
.balade-top{
    display: flex;
    width: 100%;
    align-items: center;
}
.balade-title{
    flex: 0 0 66.66%;
    max-width: 66.66%;
    padding-left: 3rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.balade-title h3{
    color: var(--wp--preset--color--gris);
    font-family: Lato;
    font-size: var(--wp--preset--font-size--m-title);
    font-style: normal;
    font-weight: 900;
    line-height: 26.4px; /* 120% */
}
.balade-logo{
    padding: 1rem;
    text-align: center;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.balade-icones{
    display: flex;
    width: 100%;
    justify-content: flex-start;
    padding-left: 3rem;
    padding-bottom: 1rem;
}
.balade-icone {
    display: flex;
    padding-right: 1rem;
    align-items: end;
    font-size: var(--wp--preset--font-size--xs-text);
}
.balade-anchor {
    max-height: 40vh;
    overflow: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background-color: var(--wp--preset--color--blanc);
}
.line-left-container{
    width: 100%;
    position: relative;
}
.balade-anchor .line-left-container:before {
    content: "";
    width: 10px;
    background: #F4F4F4;
    height: 100%;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
}
.balade-line-middle-line{
	width: 10px;
	height: 0%;
	min-height: 10px;
	position: absolute;
	left: 0;
	top: -1px;
	z-index: 9;
    background-color: var(--wp--preset--color--rouge);
    transition: all 0.5s ease-in-out;
}
.balade-step{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0.5rem 1rem 0.5rem 3rem;
    transition: all 0.5s ease-in-out;
}
.balade-anchor-link{
    display: flex;
    flex-direction: column;
}
.balade-anchor-link-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.step-title{
    color: var(--wp--preset--color--gris);
    font-size: var(--wp--preset--font-size--l-text);
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 0.5rem;
}
.step-subtitle{
    color: var(--wp--preset--color--gris);
    font-size: var(--wp--preset--font-size--s-text);
    font-weight: 300;
    line-height: 21px;
    margin: 0;
}
.step-timing{
    font-size: var(--wp--preset--font-size--s-text);
    font-weight: 300;
    line-height: 21px;
    color: var(--wp--preset--color--gris);
    margin: 0;
}
.balade-end{
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}
.balade-line-end-line{
	width: 10px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	border-radius: 5px 0px 0px 5px;
    background-color: var(--wp--preset--color--rouge);
}
.balade-line-end-line:before{
	content: url(../img/svg/flag.svg);
	width: 10px;
	height: 100%;
	position: absolute;
	left: 0;
	top: -5px;
}
.button-anim{
    position: relative;
    right: -15px;
    top: 50%;
    transform: translate(0px, -50%);
    height: 100%;
    width: 55px;
}
/* #sidebar-container .button-anim .particles {
    z-index: 1;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#sidebar-container .button-anim .particles .particle {
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: .1rem solid;
}
#sidebar-container .button-anim .particles .particle.red {
   border-color: var(--wp--preset--color--rouge);
}
#sidebar-container .button-anim .particles .particle.green {
    border-color: var(--wp--preset--color--rouge);
 } */
 .link-balade-container{
    background-color: var(--wp--preset--color--blanc);
    padding: 1rem 2rem;
}
.balade-anchor .balade-step > *{
	opacity: 0.5
}

.balade-anchor .active.balade-step > *{
	opacity: 1
}
.balade-step{
    position: relative;
}
.balade-step:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 20px;
    transform: translate(0px, 0%);
    background: #FFF;
    height: 10px;
    width: 15px;
    opacity: 1;
}
.balade-anchor .active{
	background: #F4F4F4;
}
.balade-anchor .active .step-title{
	color: var(--wp--preset--color--rouge);
}
.link-bottom-balade{
	border-radius: 0px 0px 5px 0px;
	overflow: hidden;
    background-color: var(--wp--preset--color--blanc);
    display: flex;
    width: 100%;
    position: relative;
    padding-left: 3rem;
}
.balade-line-middle-line:after{
	content: url(../img/svg/walk.svg);
	width: 10px;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: 0px;
	z-index: 9;
}
.link-balade-container > div:first-of-type a{
	margin-top: 15px;
	margin-bottom: 10px;
}
.link-balade-container > div:last-of-type a{
	margin-bottom: 15px;
}
}
@media (min-width: 1920px) {
    /* TICKETS SIDEBAR */
    #sidebar-container {
        right: calc(var(--container-space)*1.5);
        width: calc(15% - 1rem);
    }
}