








.btn100 {
    display: inline-flex;
    background: #ccfb06;
    color: #000;
    padding: 0.95rem 1.5rem;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .15rem;
    font-size: .9rem;
}








p {
    letter-spacing: .1rem;
}







.anb-1 span.mention-reserver {
    color: #fff;
}










/* ICI */  

.anb {
    position: relative;
    display: block;
}






h4 {
    font-weight: normal;
}






/* VOLET 0 */

.anb-1 a.btn10 {
    border: 2px solid #ccfb06;
    padding: 0.75rem 4rem;
    text-transform: uppercase;
    font-weight: bold;
    background: #ccfb06;
    color: #000;
    font-size: 1rem;
    cursor: pointer;
}

.anb-1 {
    padding-top: 3rem;
    /*background: url(/public/images/accueil_n/1.jpg);
    background-position: center;
    background-size: cover;*/
    height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 5dvh;
}

.anb-1  .videoAcc {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.anb-1  .videoAcc video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.anb-1 .seance-essai {
    position: relative;
}


.slogan {
    font-size: clamp(4rem, 13vw, 9rem);
    text-transform: uppercase;
    line-height: .9;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
}

.slogan div {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.slogan > div > span {
    display: inline-flex;
    align-items: baseline;
    margin-right: clamp(.5rem, 2vw,1rem);
}



.slogan-l1 {
    font-family: "abolition", sans-serif;
    font-style: normal;
    font-weight: bold;
    color: #fff;
}

.slogan-l2 {
    font-family: "abolition", sans-serif;
    font-style: italic;
    font-weight: bold;
    background: #ccfb06;
    color: #000;
    padding: 0.25rem .5rem;
}




/* PRIX */
.anb-2 {
    padding-top: 6rem;
    padding-bottom: 5rem;
    background: #000;
}

.anb-2 .t1 {
    color: #fff;
}

.anb-2 .t2 {
    background: #fff;
    color: #000;
}

.text-prix {
    text-align: center;
    padding-top: 1rem;
}

.text-prix p {
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.prix_forfait {
    display: flex;
    flex-direction: row;
    color: #000;
    align-items: center;
    justify-content: center;
}

.prix_value {
    font-size: 3rem;
    font-weight: bold;
    color: #ccfb06;
}

.prix_unit {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    margin-left: 0.45rem;
}

.prix_ttc {
    text-transform: uppercase;
    font-size: .8rem;
    text-align: left;
    color: #fff;
}

.prix_mois {
    font-size: 1rem;
    color: #fff;
}


/* === Bloc Tarifs Art'Ligne === */
.tarifs-section {
    background: #black;
    padding: 60px 0;
    text-align: center;
}

.tarifs-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}

.tarif-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    padding: 2rem;
    flex: 1 1 280px;
    max-width: 100%;
    transition: all 0.3s ease;
}

.tarif-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.tarif-card.highlight {
    background: linear-gradient(180deg,rgba(204, 251, 6, 1) 0%, rgba(178, 206, 9, 1) 100%);
    color: #000;
    transform: scale(1.05);
}

.tarif-card.highlight:hover {
    background: none;
	border:solid 2px;
	border-color:#ccfb06;
    color: #fff;
}

.tarif-card.highlight .tarif-price,
.tarif-card.highlight .tarif-inscription,
.tarif-card.highlight .tarif-conditions {
    color: #000;
}

.tarif-card.highlight:hover .tarif-price,
.tarif-card.highlight:hover .tarif-inscription,
.tarif-card.highlight:hover .tarif-conditions {
    color: #fff;
}


.tarif-title {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: 700;
    text-transform: uppercase;
}

.tarif-price {
   font-size: 3rem;
    font-family: "abolition", sans-serif;
    font-weight: 900;
    margin-bottom: 0.5rem;
	line-height:0.8;
	letter-spacing: normal;
}

.tarif-subprice {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
	line-height:0.8;
	letter-spacing: normal;
}

.tarif-price.fade {
    opacity: 0;
}

.tarif-inscription {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 1rem;
}

.tarif-conditions {
    font-size: 1rem;
    color: #999;
    margin-top: 1rem;
}

.tarif-card ul {
    list-style:none;
    padding: 0;
    margin: 1.5rem 0;
	border: solid 2px;
    border-radius: 20px;
	border-color:#ccfb06;
    padding: 15px;
	background:white;
	font-weight: bold;
}

.tarif-card li {
    margin-bottom: 0.5rem;
}

.tarif-card .btn10 {
    margin-top: 1rem;
    display: inline-block;
}

.btn-light {
    background: #fff !important;
    color: #000 !important;
}

.btn-light:hover {
    background: #ccfb06 !important;
    color: #000 !important;
}

/* --- Toggle switch --- */
.tarifs-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 3rem;
    font-size: 1rem;
    font-weight: 300;
    color: #fff;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 30px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 22px; width: 22px;
    left: 4px; bottom: 4px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #ccfb06;
}

input:checked + .slider:before {
    transform: translateX(30px);
}

@media (max-width: 768px) {
    .tarifs-cards {
        flex-direction: column;
        align-items: center;
    }

}




/* UNIVERS SPORTIF*/
.anb-3 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: #000;
    color: #fff;
}

.anb-3 .desc {
    padding-left: 1rem;
    padding-right: 1rem;
}

.anb-3 .desc p {
    text-align: center;
    color: #000;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-transform: uppercase;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.anb-3 .btnX {
    margin-top: 3rem;
    text-align: center;
}


/**/





.anb-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: #000;
}

.anb-5 .t1 {
    color: #fff;
}

.anb-5 .t2 {
    background: #ccfb06;
}


.anb-5 img {
    height: 100%;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    position: relative;
}


.anb-5 details {
    
    cursor: pointer;
}

.anb-5 details p {
    color: #fff;
    padding-top: 1rem;
}

.anb-5 summary {
    font-family: "abolition", sans-serif;
    font-style: normal;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    font-size: 2.05rem;
    list-style: none;
    line-height: 1;
    color: #fff;
}

.anb-5  details summary:after {
    /*content: "+";
    margin-left: 4px;
    font-size: 150%;*/

    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\2b";
    margin-left: 4px;
    font-size: 80%;
    color: #ccfb06;
}

.anb-5 details[open] summary:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f068";
    margin-left: 4px;
}

.anb-5 details summary {
    align-items: center;
    text-align: left;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-bottom: solid 1px #ddd;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    cursor: pointer;
}

.anb-5 details:first-child summary {
    border-top: solid 1px #ddd;
}

.anb-5-items {
    display: grid;
    grid-gap: 2rem 2rem;
    grid-template-columns: repeat(1, 1fr);
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    align-items: flex-start;
    padding-top: 4rem;
    padding-bottom: 2rem;
}

@media screen and (min-width: 550px) {

    .anb-5 img {
        height: 100%;
        width: 100%;
        aspect-ratio: 16/12;
        object-fit: cover;
        position: relative;
    }

}



@media screen and (min-width: 961px) {

    

    .anb-5-items {
        display: grid;
        grid-gap: 2rem 2rem;
        grid-template-columns: repeat(2, 1fr);
        -moz-text-size-adjust: none;
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
        grid-auto-rows: 1fr;
        align-items: flex-start;
    }

}

@media screen and (min-width: 1200px) {

    .anb-5-items > div:last-child {
        padding-left: 2rem;
    }

}







.anb-6 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    text-align: center;
}

.abn-6 .desc, .abn-6 .desc > * {
    position: relative;
    display: block;
}


.anb-6 h2 {
    padding-bottom: 2rem;
}

.anb-6 img {
    height: 100%;
    width: 100%;
    aspect-ratio: 16/12;
    object-fit: cover;
    position: relative;
    max-height: 90dvh;
    max-width: 1400px;
}



.anb-6-items {
    display: grid;
    grid-gap: 2rem 2rem;
    grid-template-columns: repeat(1, 1fr);
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    align-items: flex-start;
    padding-top: 2rem;
    padding-bottom: 2rem;
}


.anb-6 p {
    max-width: 800px;
    color: #000;
    margin-left: auto;
    margin-right: auto;
}

.anb-6 .btnX {
    margin-top: 2rem;
    margin-bottom: 4rem;
}

@media screen and (min-width: 961px) {

    .anb-6-items {
        display: grid;
        grid-gap: 2rem 2rem;
        grid-template-columns: repeat(2, 1fr);
        -moz-text-size-adjust: none;
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
        grid-auto-rows: 1fr;
        align-items: flex-start;
    }

}














.anb-4, .anb-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.anb-4 {
    border-bottom: 1px solid #000;
}

.anb-7 {
    border-top: 1px solid #000;
}

.anb-4 h2, .anb-7 h2 {    
    text-align: center;
}

.anb-4 p, .anb-7 p {
    color: #000;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
}

.anb-4 .btnX, .anb-7 .btnX {
    text-align: center;
    padding-top: 1rem;
}

.anb-4 img, .anb-7 img  {
    height: 100%;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.anb-4-items, .anb-7-items {
    display: grid;
    grid-gap: 2rem 2rem;
    grid-template-columns: repeat(1, 1fr);
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    align-items: flex-start;
    padding-top: 2rem;
    padding-bottom: 2rem;
}


@media screen and (min-width: 550px) {

    .anb-4 img, .anb-7 img  {
        height: 100%;
        width: 100%;
        aspect-ratio: 16/10;
        object-fit: cover;
    }

}





@media screen and (min-width: 961px) {

    .anb-4 .btnX, .anb-7 .btnX {
        text-align: left;
    }

    .anb-4 img, .anb-7 img  {
        height: 100%;
        width: 100%;
        aspect-ratio: 16/12;
        object-fit: cover;
    }

    .anb-4 h2, .anb-7 h2 {
        text-align: left;
    }

    .anb-4 p, .anb-7 p {
        text-align: left;
    }

    .anb-4-items, .anb-7-items {
        display: grid;
        grid-gap: 2rem 2rem;
        grid-template-columns: repeat(2, 1fr);
        -moz-text-size-adjust: none;
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
        grid-auto-rows: 1fr;
        align-items: flex-start;
    }

    

}

@media screen and (min-width: 1200px) {

    .anb-4-items > div:last-child, .anb-7-items  > div:last-child {
        padding-left: 2rem;
    }

}