:root {
    --amber: #F9AF1C;
    --amber-deep: #C97F0A;
    --amber-pale: #FFDD99;
    --ink: #14110F;
    --ink-soft: #1E1A16;
    --velvet: #7A1728;
    --cream: #FBF3E7;
    --sepia-line: #E4D2AE;
    --ivory: #F6F1E6;
    --stone-line: #DCCFB2;
    --charcoal: #241F1A;
    --charcoal-70: rgba(36, 31, 26, .7);
    --font-display: "Fraunces", Georgia, serif;
    --font-body: "Inter", -apple-system, sans-serif;
    --font-mono: "IBM Plex Mono", monospace;
    --radius: 18px;
    --ease: cubic-bezier(.22, .7, .2, 1);
}


.item-desc{
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 1.02rem;
}
.sau-item-content{
    /*
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 5vw;
    */

    padding-top: 40px;
    padding-bottom: 50px;
}

.sau-item-content-wrap{
    border-radius: 10px;
    padding: 15px 40px;
}

.sau-item-content-wrap.wrap-one{
    background-color: #4f0b31;
}

.sau-item-content-wrap.wrap-two{
    background-color: transparent;
    padding: 0px;
    gap: 20px;
}

.sau-item-content-wrap.wrap-three{
    background-color: #924065;
}


.sau-item-content-wrap.wrap-four .text-box{
    max-width: 100%;
    margin: 0 auto;
    color: #000;
    max-width: 600px;
}

.sau-item-content-wrap.wrap-four .title{
    color: #000;
    font-size: 32px !important;
    font-weight: 700;
    margin-bottom: 10px;
}
.sau-item-content-wrap.wrap-four .desc{
    color: #000;
    font-size: 1.03rem !important;
    text-align: center;
}


.sau-item-content-wrap.wrap-six{
    background-color: transparent;
}

.sau-item-content-wrap .content-box{

}

.sau-item-content-wrap .title{
    color: #fff;
    font-size: 24px !important;
    font-weight: 700;
    margin-bottom: 10px;
}

.sau-item-content-wrap .title-mini{
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 10px;
}

.sau-item-content-wrap .desc{
    color: #fff;
    font-size: 1.02rem;
    font-weight: 400;
    margin-bottom: 0px;
}

.sau-item-content-wrap .location-box{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}

.box-date{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
}

.box-date .box-one{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.box-date .day{
    font-size: 0.75rem;
    font-weight: 400;
    margin-bottom: 0px;
}

.box-date .date{
    font-size: 28px;
    font-weight: 700;
}

.subtitle{
    color: #924065;
    font-size: 1.02rem !important;
    font-weight: 400;
}


/* Zone 2 */

.wrap-two .text-box{
    max-width: 600px;
    margin-bottom: 30px;
}


.with-margin-bottom{
    margin-bottom: 30px;
}

.wrap-two .title{
    color: #000000;
    font-size: 28px !important;
    font-weight: 700;
}

.wrap-two .desc{
    color: #000000;
    font-size: 1.02rem !important;
    font-weight: 400;
}   

.wrap-two .box-inner{
    border-radius: 20px;
    padding:0;
    overflow: hidden;
}


/* Zone 3 */

.box-inner-text{
    border-radius: 15px;
    padding: 0 30px;
    overflow: hidden;
    background-color: rgba(173, 89, 116, 0.1);
    border: 1px solid rgba(173, 89, 116, 0.3);
}


.box-inner-text.two{
    background-color: rgba(173, 89, 116, 0.05);
    border: 1px solid rgba(173, 89, 116, 0.3);
}

.box-inner-text .row{
    padding: 0 20px;
}

.box-inner-text .box-item{
    border-left: 1px solid rgba(173, 89, 116, 0.3);
    padding-left: 20px;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}

.box-inner-text .box-item::before{
    content: "";
    position: absolute;
    width: 1.02rem;
    height: 1.02rem;
    border-radius: 50%;
    background: rgba(182, 123, 67, 0.4);
    top: 50%;
    transform: translateY(-50%);
    left: -9px;
}

.box-inner-text .box-item.bi-2::before{
    display: none;
}

.box-inner-text .row> .box-item:first-of-type{
    border-left: none;
    padding-left: 0px;
}

.box-inner-text .row> .box-item:first-of-type::before{
    display: none;
}


.box-inner-text .box-item p{
    color: #000000;
    font-size: 1.02rem !important;
    font-weight: 400;
    text-align: left !important;
}

.text-tooltip{
    font-size: 14px;
    font-weight: 400;
    color: #924065;
    background-color: rgba(173, 89, 116, 0.1);
    padding: 5px 10px;
    border-radius: 25px;
    margin-top: 20px;
}


.city-from{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin-top: 10px;
    text-wrap: nowrap;
}

.text-tooltip-two{
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #924065;
    background-color: rgba(173, 89, 116, 0.1);
    padding: 5px 10px;
    border-radius: 25px;
    margin-top: 15px;
    margin-right: 15px;
    text-wrap: nowrap;
}

.city-from .text-tooltip-two:last-of-type{
    margin-right: 0px;
}


/* Zone 4 */

.recommandation-box{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 32px;
    margin-top: 22px;
    padding: 0;
}

.recommandation-box li{
    display: flex;
    gap: 12px;
    align-items: flex-start;
    font-size: .95rem;
    line-height: 1.55;
    color: #241F1A;
    font-size: 1.02rem;
    align-items: center;
}

.recommandation-box li .c-mark{
    width: 20px;
    height: 20px;
    border-radius: 6px;
    background: #F9AF1C;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.recommandation-box li .c-mark svg{
    width: 12px;
    height: 12px;
}


/* Zone 5 */
.h-tag{
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #924065;
    background-color: rgba(173, 89, 116, 0.1);
    padding: 5px 10px;
    border-radius: 25px;
    margin-right: 15px;
    text-wrap: nowrap;

}

.accordion-button:focus{
    box-shadow: none;
}

.colored-box{
    background-color: rgba(173, 89, 116, 0.1);
    border-radius: 15px;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(173, 89, 116, 0.3);
}

.box-item .question-area .accordion-item,
.box-item .question-area .accordion-header,
.box-item .question-area .accordion-button,
.box-item .question-area .accordion-collapse{
    background-color: transparent;
}

.accordion-body{
    font-weight: 400;
}

/* Zone 6 */
.wrap-six{
    border: 1px solid rgba(173, 89, 116, 0.3);
}

.wrap-six .box-inner{
    padding:20px;
    background-color: transparent;
}

.wrap-six .box-item{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.wrap-six .subtitle.data{
    color: #924065;
    font-size: 36px !important;
    font-weight: 700;
}

.wrap-six .desc{
    color: #000000;
    font-size: 1.02rem !important;
    font-weight: 400;
    text-align: center;
}

/* Zone 7 */
.wrap-seven{
    color: #000000;
}

.wrap-seven .text-box{
    color: #000000;
}

.wrap-seven .title{
    color: #000000;
    font-size: 38px !important;
    font-weight: 700;
    margin-bottom: 10px;
}

.wrap-seven .box-inner-text{
    background-color: transparent;
    border: none;
    display: inline-grid;
    gap: 10px;
}

.wrap-seven .desc{
    color: #000000;
    font-size: 1.02rem !important;
    font-weight: 400;
    text-align: left;
    max-width: 600px;
}


.box-inner-image{

}

.box-inner-image img{
    width: 100%;
    height: auto;
    border-radius: 15px;
    border: 1px solid rgba(173, 89, 116, 0.3);
}

.box-inner-table{
    background-color: rgba(173, 89, 116, 0.1);
    border-radius: 15px;
    padding: 0;
    overflow: hidden;
}

.box-inner-table table{
    width: 100%;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid rgba(173, 89, 116, 0.3);
}

.box-inner-table table td{
    padding: 20px 15px;
    border: 1px solid rgba(173, 89, 116, 0.3);
    width: 50%;
}

.text-box.mini{
    max-width: 600px !important;
    margin: 0 auto;
}

.cta-box-wrap{
    display: flex;
    gap: 20px;
    margin-top: 30px;
    padding-top: 30px;
    align-items: center;
    justify-content: center;
}

.cta-box-wrap a{
    font-size: 1.02rem;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    padding: 15px 20px;
    border-radius: 10px;
}

.cta-box-wrap .cta-button-one{
    background-color: #924065;
    color: #fff;
}

.cta-box-wrap .cta-button-one:hover{
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.cta-box-wrap .cta-button-two{
    background-color: #F9AF1C;
    color: #000;
}

.cta-box-wrap .cta-button-two:hover{
    background-color: #000;
    color: #fff;
    text-decoration: none;
}   


.no-padding{
    padding: 0 !important;
}



/* Ajustements */
.contact-sec .contact-wrap .contact-thumb-wrap{
    padding: 60px 25px !important;
}


.contact-sec .contact-wrap .contact-thumb-wrap .contact-content .desc{
    font-size: 1.02rem !important;
    font-weight: 400;
    color: #fff !important;
}


.home-cta-box{
    display: flex;
    gap: 20px;
}



/* Cotonou 2023 */
.ed-section-one .hero-slider-item{
    max-height: initial !important;
}

.ed-section-one .item-content{
    padding-top: 70px;
    padding-bottom: 30px;
    gap: 40px;
}

.ed-section-one .item-content .header-subtitle{
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.ed-section-one .item-content .item-title1{
    font-size: 52px !important;
    font-weight: 800 !important;
    line-height: 64px !important;
}
.ed-section-one .item-content .item-desc{
    font-size: 18px !important;
    font-weight: 400 !important;
}

.ed-section-one .item-content .item-title1 span{
    color: #924065;
}

.ed-section-one .theme{
    font-style: italic;
    font-weight: 700;
}

.ed-section-one .wrap-six .desc{
    /*text-transform: uppercase;*/
}

.ed-section-three .box-inner-table{
    background-color: transparent;
}

.day-strip{
    
}

.day-card{
    background: #fff;
    border: 1px solid #924065;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
}

.day-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 26px;
    background: #924065;
    color: #ffffff;
}

.day-head .d-title{
    font-weight: 600;
    font-size: 1.15rem;
}

.day-head .d-date{
    font-size: .75rem;
}

.day-body{
    display: grid;
}

.day-body .slot{
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 20px;
    padding: 18px 26px;
    align-items: center;
    border-bottom: 1px solid rgba(173, 89, 116, 0.15);
}

.day-body .slot:last-of-type{
    border-bottom: none;
}


.day-body .slot .s-time{
    font-size: .75rem;
    color: #241F1A;
    white-space: nowrap;
    padding-top: 2px;
    font-weight: 400;
}

.day-body .slot .s-title{
    font-weight: 600;
    font-size: 1.02rem;
}

.slot .s-tag{
    display: inline-block;
    margin-top: 6px;
    font-size: .65rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #924065;
    background: rgba(173, 89, 116, 0.1);
    border: 1px solid #924065;
    padding: 3px 9px;
    border-radius: 999px;
}


.ed-section-four .subtitle{
    font-size: 0.75rem !important;
    font-weight: 400 !important;
    color: #fff;
}

.ed-section-four .title{
    color: #fff;
}

.ed-section-four .desc{
    color: #fff;
}

.workshop-box{
    background: linear-gradient(135deg, #c04224, #4f0b31);
    padding-top: 30px;
    padding-bottom: 30px;
}

.ed-section-four .cta-box{
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;
    margin-bottom: 30px;
    gap: 30px;
    min-height: initial;
}

.ed-section-four .cta-box a{
    background-color: #4f0b31 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 400;
    border-radius: 8px !important;
    border-width: 0.5px !important;
}

.ed-section-four .cta-box a svg{
    width: 14px;
    height: 14px;
    margin-right: 15px;
}

.ed-section-five .title{
    color: #000000;
    font-size: 38px !important;
    font-weight: 700;
    margin-bottom: 10px;
}

.ed-section-five .box-inner-content{
    padding: 15px 20px;
    border-radius: 15px;
    overflow: hidden;
    background-color: rgba(173, 89, 116, 0.1);
    border: 1px solid rgba(173, 89, 116, 0.3);
    height: 100%;
    border-width: 1px 1px 1px 3px;
    border-left-color: #4f0b31;
}

.ed-section-five .row{
    margin-bottom: 30px;
}

.ed-section-five .box-inner-content .subtitle{
    font-size: 0.75rem !important;
    text-transform: uppercase;
}

.ed-section-five .box-inner-content .title-mini{

}

.ed-section-five .box-inner-content .desc{
    text-align: left !important;
    font-size: 1.02rem !important;
    font-weight: 400 !important;
}

.box-inner-speaker{
    border-radius: 15px;
    padding: 0 0;
    overflow: hidden;
    background-color: #782248;
    border: none;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin-top: 28px;
    overflow: hidden;
}


.box-inner-speaker .one-speaker{
    padding: 10px 25px;
    background-color: #f1f2f6;
}

.box-inner-speaker .one-speaker-name{
    font-size: 1.1rem;
    font-weight: 600;
}

.box-inner-speaker .one-speaker-role{
    font-size: 0.9rem;
    font-weight: 400;
    margin-bottom: 0 !important;
}

.ed-section-five .brand-item-bordered .brand-item .icon{
    width: 95% !important;
}

.ed-section-five .sau-gallery,
.ed-section-five .sau-gallery .container{
    padding: 0;
}


.ed-date{
    margin-top: 20px;
    border: 0.5px solid #c04224;
    border-radius: 30px;
    background-color: rgba(201, 149, 55, 0.1);
    padding: 10px 15px 10px 5px;
    width: auto;
    display: inline-flex;
    align-items: center;
}

.ed-date span{
    border: 0.5px solid #F9AF1C;
    border-radius: 20px;
    background-color: #F9AF1C;
    padding: 5px 10px;
    margin-right: 15px;
}


.cta-box-ed{
    display: flex;
    gap: 20px;
    margin-top: 30px;
    padding-top: 30px;
    align-items: center;
    justify-content: flex-start;
}

.cta-box-ed a{
    font-size: 1.02rem;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    padding: 15px 20px;
    border-radius: 10px;
}

.cta-box-ed a i{
    vertical-align: middle;
    margin-left: 15px;
}

.cta-box-ed .cta-button-one{
    background-color: #924065;
    color: #fff;
}

.cta-box-ed .cta-button-one:hover{
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.cta-box-ed .cta-button-two{
    background-color: #F9AF1C;
    color: #000;
}

.cta-box-ed .cta-button-two:hover{
    background-color: #000;
    color: #fff;
    text-decoration: none;
}   


.text-box .desc{
    margin-bottom: 10px;
    font-size: 1.02rem;
    font-weight: 400;
}


.ed-stat-box {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.sau-item-content.dark{
    background-color: rgba(120, 47, 88, 0.1);
}

.ed-stat-box .box-item{
    border: 0.5px solid #c04224;
    border-radius: 10px;
    max-width: 300px;
    padding: 15px 20px;
}

.ed-stat-box .box-item .subtitle{
    font-size: 42px !important;
    font-weight: 700;
    color: #782248;
}

.ed-stat-box .box-item .desc{
    font-size: 1.02rem;
    font-weight: 400;
}

.sau-item-content-wrap.flex{
    display: flex;
    align-items: center;
    height: 100%;
}

.theme-box{
    background-color: #4f0b31;
    border-radius: 10px;
    padding: 20px 30px;
}

.theme-box .desc{
    font-size: 1.4rem !important;
    font-weight: 600;
    width: 100%;
    max-width: initial;
    color: #ffffff;
    margin-bottom: 5px;
}

.theme-box .quote{
    font-size: 1.1rem !important;
    font-weight: 600;
    width: 100%;
    color: #F9AF1C;
    font-style: italic;
}


.sau-item-content-wrap .numbered-list {
    display: flex;
    flex-direction: column;
    gap: 1px;
    margin-top: 24px;
    background: rgba(249, 175, 28, .15);
    border-radius: 18px;
    overflow: hidden;
}

.sau-item-content-wrap .numbered-list .n-row{
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 18px;
    background: #1E1A16;
    padding: 18px 22px;
}

.sau-item-content-wrap .numbered-list .n-num {
    font-size: 1.5rem;
    font-weight: 600;
    color: #F9AF1C;
}

.sau-item-content-wrap .numbered-list .n-txt {
    font-size: .92rem;
    line-height: 1.6;
    color: rgba(246, 241, 230, .85);
    padding-top: 4px;
}

.other-themes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 28px;
}

.other-themes .ot-card {
    background: rgba(105, 31, 27, 0.2);
    border: 1px solid rgba(120, 47, 88, 0.2);
    border-radius: 15px;
    padding: 22px 24px;
}

.other-themes .ot-card h4 {
    font-weight: 600;
    font-size: 1.02rem;
    color: #4f0b31;
    margin-bottom: 8px;
}

.other-themes .ot-card p {
    font-size: .88rem;
    line-height: 1.6;
}

.cible-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin-top: 26px;
    background-color: rgba(173, 89, 116, 1);
    border-radius: 18px;
    overflow: hidden;
}

.cible-grid div {
    background: #eeefff;
    padding: 18px 20px;
    font-size: .88rem;
    line-height: 1.5;
}

.prog-strip{
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 28px;
}
.prog-row {
    display: grid;
    grid-template-columns: 210px 1fr;
    border-radius: 12px;
    overflow: hidden;
    border: 0.5px solid #782248;

}

.prog-row .p-label {
    color: #fff;
    font-weight: 600;
    font-size: 1.02rem;
    padding: 18px 22px;
    display: flex;
    align-items: center;
}
.prog-row .p-text {
    background: #fff;
    border-left: none;
    padding: 18px 22px;
    font-size: .88rem;
    color: #1E1A16;
    line-height: 1.6;
    display: flex;
    align-items: center;
}


.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 26px;
}

.why-card {
    background: #fff;
    border: 1px solid #7A1728;
    border-radius: 12px;
    padding: 22px 22px;
}

.why-card h4 {
    font-weight: 600;
    font-size: 1rem;
    color: #782248;
    margin-bottom: 8px;
}

.why-card p {
    font-size: .85rem;
    line-height: 1.55;
}

.p1 {
    background: #1E6E6B;
}
.p2 {
    background: #C97F0A;
}
.p3 {
    background: #B0342A;
}
.p4 {
    background: #7A1728;
}
.p5 {
    background: #14110F;
}
.p6 {
    background: #1E6E6B;
}

.role-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
    margin-top: 16px;
    background: rgba(76, 8, 42, 0.1);
    border-radius: 12px;
    overflow: hidden;
}

.role-card {
    background: rgba(76, 8, 42);
    color: var(--ivory);
    padding: 24px 20px;
}

.role-card h4 {
    font-weight: 600;
    font-size: 1rem;
    color: #ffffff;
    margin-bottom: 8px;
}

.role-card p {
    font-size: .82rem;
    color: rgba(246, 241, 230, .75);
    line-height: 1.55;
}


.link-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 26px;
}

.link-card {
    background: #fff;
    border: 1px solid rgba(102, 21, 24);
    border-radius: 12px;
    padding: 26px 26px;
    display: block;
    transition: transform .25s cubic-bezier(.22,.7,.2,1);
}

.link-card .l-eyebrow {
    font-size: .68rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #80142e;
    margin-bottom: 8px;
}

.link-card h4 {
    font-weight: 600;
    font-size: 1.15rem;
    margin-bottom: 8px;
    color: #430020;
}

.link-card p {
    font-size: .86rem;
    line-height: 1.55;
    color: #14110F;
}

.link-card .l-arrow {
    margin-top: 14px;
    font-size: .78rem;
    color: #80142e;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
    margin-top: 24px;
    background: #430020;
    border-radius: 12px;
    overflow: hidden;
}
.steps-grid div{
    padding: 20px;
}
.steps-grid > div {
    background: #f7f1e3;
    padding: 10px;
}

.steps-grid .s-num {
    font-size: .9rem;
    color:#1E1A16;
}
.steps-grid .s-txt {
    font-size: 1.02rem;
    margin-top: 8px;
    line-height: 1.5;
}


.check-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 32px;
    margin-top: 22px;
}

.check-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    font-size: .95rem;
    line-height: 1.55;
    color: #241F1A;
}

.check-item .c-mark {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    background: #F9AF1C;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.check-item .c-mark svg {
    width: 12px;
    height: 12px;
}
.page_layout .hero-slider-item{
    max-height: initial !important;
}

.hero-sec.sau .item-content .item-title1{
    margin-bottom: 50px !important;
}
.sau .item-desc{
    margin-bottom: 0 !important;
}

.stat-cta {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 32px;
    background: #782248;
    border: 1px solid rgba(249, 175, 28, .25);
    border-radius: 12px;
    padding: 24px 30px;
    margin-bottom: 40px;
}

.stat-cta .s-nums {
    display: flex;
    gap: 36px;
    color: #ffffff;
}

.stat-cta .num {
    font-size: 2rem;
    font-weight: 600;
    color: var(--amber);
    color: #ffffff;
}

.stat-cta .lbl {
    font-size: .66rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    opacity: .65;
    margin-top: 2px;
    color: #ffffff;
}

.stat-cta .s-link {
    font-size: 1rem;
    border-bottom: 1px solid rgba(249, 175, 28, .4);
    padding-bottom: 2px;
    color: #ffffff;
    text-decoration: none;
}

.stat-cta .s-link:hover{
    color: #F9AF1C;
}


.new-timeline {
    margin-top: 34px;
    position: relative;
    padding-left: 34px;
}

.new-timeline::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 6px;
    bottom: 6px;
    width: 2px;
    background: #E4D2AE;
}

.t-item {
    position: relative;
    padding-bottom: 38px;
}
.t-item:last-child {
    padding-bottom: 0;
}

.t-item::before {
    content: "";
    position: absolute;
    left: -34px;
    top: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #FBF3E7;
    border: 2px solid #7A1728;
}

.t-item.is-next::before {
    border-color: #C97F0A;
    background: #F9AF1C;
}

.t-card {
    background: #fff;
    border: 1px solid #E4D2AE;
    border-radius: 18px;
    padding: 24px 28px;
}

.t-year-row {
    display: flex;
    align-items: baseline;
    gap: 14px;
    margin-bottom: 10px;
}

.t-year {
    font-weight: 600;
    font-size: 1.5rem;
    color: #7A1728;
}

.t-place {
    font-size: .72rem;
    letter-spacing: .03em;
    color: rgba(36,31,26,.7);
    text-transform: uppercase;
}


.t-card p {
    font-size: .94rem;
    line-height: 1.68;
    color: rgba(36,31,26,.7);
}
.t-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.t-tags span{
    font-size: .66rem;
    letter-spacing: .03em;
    background: #FBF3E7;
    border: 1px solid #E4D2AE;
    color: rgba(36,31,26,.7);
    padding: 4px 10px;
    border-radius: 999px;
}

.t-more {
    display: inline-flex;
    margin-top: 16px;
    font-size: .78rem;
    color: #7A1728;
    border-bottom: 1px solid #7A1728;
    padding-bottom: 2px;
}

.t-item.is-next .t-year {
    color: var(--amber);
}

.t-item.is-next .t-place {
    color: rgba(246, 241, 230, .6);
}

.t-item.is-next .t-card {
    background: linear-gradient(135deg, var(--ink), #221b15);
    border-color: rgba(249, 175, 28, .3);
}

.t-item.is-next .t-card p {
    color: rgba(246, 241, 230, .78);
}

.t-item.is-next .t-more {
    color: var(--amber-pale);
    border-color: var(--amber-pale);
}

.stat-strip {
    margin-bottom: 30px;
}

.stat-strip .st {
    flex: 1 1 140px;
    padding: 20px 22px 0;
    border-right: 1px solid #4f0b31;
    border-top: 1px solid #4f0b31;
}
.stat-strip .st:first-of-type{
    border-left: 1px solid #4f0b31;
}

.stat-strip {
    margin-top: 48px;
    display: flex;
    flex-wrap: wrap;
}

.stat-strip .num {
    font-size: 1.9rem;
    font-weight: 600;
    color: #430020;
}

.stat-strip .lbl {
    font-size: .66rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    opacity: .6;
    margin-top: 4px;
}

.project-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 6vw;
    align-items: start;
    margin-top: 8px;
}

.lede {
    line-height: 1.75;
    font-size: 1.02rem;
    font-weight: 400;
    max-width: 72ch;
}

.pillar-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 36px;
}

.pillar-card {
    background: #fff;
    border: 1px solid var(--stone-line);
    border-radius: var(--radius);
    overflow: hidden;
}

.pillar-figure {
    aspect-ratio: 16 / 7;
   /* background: radial-gradient(circle at 30% 20%, rgba(249, 175, 28, .18), transparent 55%), radial-gradient(circle at 80% 80%, rgba(122, 23, 40, .3), transparent 55%), linear-gradient(135deg, var(--ink-soft), var(--ink));*/
    display: flex;
    align-items: flex-end;
}

.pillar-figure span {
    font-size: .66rem;
    color: rgba(246, 241, 230, .5);
    padding: 14px 16px;
}

.pillar-body {
    padding: 15px 15px 15px;
}

.pillar-body .p-idx {
    font-size: .68rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: var(--velvet);
    margin-bottom: 8px;

    display: none;
}

.pillar-body h3 {
    font-weight: 600;
    font-size: 1.15rem;
    margin-bottom: 8px;
}

.pillar-body p {
    font-size: .88rem;
    color: var(--charcoal-70);
    line-height: 1.55;
}

.pillar-card img{
    
}

.track-wrap {
    margin-top: 32px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 0;
    align-items: stretch;
}

.track-card {
    background: #fff;
    border: 1px solid var(--stone-line);
    border-radius: var(--radius);
    padding: 28px 30px;
}

.track-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    color: var(--velvet);
    font-size: 1.4rem;
}

.track-card .t-num {
    font-size: .72rem;
    color: var(--velvet);
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.track-card h3 {
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.track-card p {
    font-size: .92rem;
    color: var(--charcoal-70);
    line-height: 1.6;
}

.track-card .t-more {
    display: inline-flex;
    margin-top: 16px;
    font-size: .78rem;
    color: var(--velvet);
    border-bottom: 1px solid var(--velvet);
    padding-bottom: 2px;
}

.bg-dark-2{
    background-color: #782248;
}

.bg-dark-2 .title{
    color: #ffffff;
}

.bg-dark-2 .subtitle{
    color: #cd8632;
}

.bg-dark-2 .title-mini{
    color: #ffffff;
}

.bg-dark-2 .desc{
    color: #ffffff;
}

.bg-dark-2 .box-inner-content{
    border-left-color: #FFDD99;
}

.num-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
    margin-top: 26px;
    background: var(--stone-line);
    border-radius: var(--radius);
    overflow: hidden;
}

.num-grid div {
    background: #fff;
    padding: 20px 22px;
    font-size: .92rem;
    line-height: 1.5;
}



.date-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
    font-size: .78rem;
    background: var(--ink);
    color: var(--ivory);
    padding: 9px 18px;
    border-radius: 999px;
}

.date-chip b {
    color: var(--amber-pale);
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 14px 30px;
    margin-top: 26px;
}

.why-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    font-size: 1.02rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 10px;
}

.why-item .w-mark {
    width: 16px;
    height: 16px;
    border-radius: 6px;
    background: var(--amber);
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

.why-item .w-mark svg {
    width: 9px;
    height: 9px;
}

.why-item strong {
    color: var(--velvet);
}


.device-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 26px;
}

.device-card {
    background: #fff;
    border: 1px solid var(--stone-line);
    border-radius: var(--radius);
    padding: 24px 26px;
}

.device-card .d-lbl {
    font-size: .68rem;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: var(--velvet);
    margin-bottom: 10px;
}

.device-card p {
    font-size: .9rem;
    color: var(--charcoal-70);
    line-height: 1.65;
}

.pill-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.pill-list span {
    font-size: .7rem;
    letter-spacing: .02em;
    padding: 7px 13px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--stone-line);
    color: var(--charcoal-70);
}

.pavillon-card {
    margin-top: 22px;
    background: linear-gradient(135deg, var(--velvet), #681C4A);
    color: #fff;
    border-radius: var(--radius);
    padding: 30px 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.pavillon-card .devis {
    font-size: .85rem;
    background: rgba(255, 255, 255, .12);
    padding: 12px 20px;
    border-radius: 999px;
    white-space: nowrap;
}

.pavillon-card h3 {
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 8px;
    color: var(--amber-pale);
}

.pavillon-card p {
    font-size: .9rem;
    opacity: .85;
    max-width: 52ch;
    line-height: 1.6;
}

.note-box {
    margin-top: 22px;
    font-size: .9rem;
    color: var(--charcoal-70);
    background: #EDE4D1;
    border: 1px solid var(--stone-line);
    border-radius: 12px;
    padding: 16px 20px;
}

.note-box a {
    color: var(--velvet);
    border-bottom: 1px solid var(--velvet);
}

.dl-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 24px;
}

.dl-item {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(247, 241, 227, 0.3);
    border: 1px solid var(--stone-line);
    border-radius: 12px;
    padding: 16px 18px;
    transition: transform .2s var(--ease);
}

.dl-item .dl-ic {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--stone);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
}
.dl-item .dl-ic svg {
    width: 15px;
    height: 15px;
    color: var(--velvet);
}

.dl-item .dl-txt {
    font-size: 1.01rem;
    font-weight: 600;
    color: #4f0b31;
}

.dl-item .dl-sub {
    font-size: .9rem;
    color: var(--charcoal-70);
    margin-top: 2px;
}

.price-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.price-card {
    background: #fff;
    border: 1px solid var(--stone-line);
    border-radius: var(--radius);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.price-head {
    padding: 22px 24px 0;
}

.price-head .size {
    font-weight: 600;
    font-size: 1.3rem;
}

.price-figure {
    margin: 16px 24px 0;
    aspect-ratio: 16 / 10;
    border-radius: 12px;
    background: repeating-linear-gradient(45deg, var(--stone) 0 2px, #fff 2px 18px);
    border: 1px solid var(--stone-line);
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-body {
    padding: 18px 24px;
    flex: 1;
}

.price-body .p-lbl {
    font-size: .66rem;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: var(--velvet);
    margin-bottom: 8px;
}
.price-body ul {
    list-style: none;
}
.price-body li {
    position: relative;
    padding-left: 18px;
    font-size: .86rem;
    color: var(--charcoal-70);
    line-height: 1.6;
}
.price-body li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--amber-deep);
}
.price-foot {
    background: var(--ink);
    color: var(--ivory);
    padding: 18px 24px;
}
.price-foot .f-lbl {
    font-size: .66rem;
    letter-spacing: .04em;
    text-transform: uppercase;
    opacity: .6;
}

.price-foot .f-eur {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--amber-pale);
    margin-top: 4px;
}
.price-foot .f-fcfa {
    font-size: .78rem;
    opacity: .7;
    margin-top: 2px;
}
.price-card.featured {
    border-color: var(--amber-deep);
    box-shadow: 0 18px 40px -22px rgba(201, 127, 10, .4);
    position: relative;
}

.pavillon-card {
    margin-top: 22px;
    background: linear-gradient(135deg, var(--velvet), #681C4A);
    color: #fff;
    border-radius: var(--radius);
    padding: 30px 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.pavillon-card .devis {
    font-size: .85rem;
    background: rgba(255, 255, 255, .12);
    padding: 12px 20px;
    border-radius: 999px;
    white-space: nowrap;
}

.pavillon-card h3 {
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 8px;
    color: var(--amber-pale);
}

.pavillon-card p {
    font-size: .9rem;
    opacity: .85;
    max-width: 52ch;
    line-height: 1.6;
}


.form-wrap {
    background: #fff;
    border: 1px solid var(--stone-line);
    border-radius: var(--radius);
    padding: 34px 36px;
    margin-top: 26px;
}


.form-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px;
    max-width: 100%;
    width: 100%;
}

.f-consent {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-legal {
    font-size: .78rem;
    color: var(--charcoal-70);
    line-height: 1.6;
    margin-top: 18px;
}

.f-field.full {
    grid-column: 1 / -1;
}
.f-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-submit {
    margin-top: 22px;
}

.f-field label {
    font-size: .7rem;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: var(--charcoal-70);
}
.f-field label .req {
    color: var(--velvet);
}
.f-radio-row {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.f-radio-row label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .88rem;
    text-transform: none;
    color: var(--charcoal);
}

.f-field input, .f-field select, .f-field textarea {
    font-size: .92rem;
    padding: 12px 14px;
    border-radius: 4px;
    border: 1px solid var(--stone-line);
    background: var(--ivory);
    color: var(--charcoal);
}

.f-field input{
    height: 37px;
}

.f-consent label {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: .82rem;
    color: var(--charcoal-70);
    line-height: 1.5;
}

.f-consent input {
    margin-top: 3px;
}

section.pg + section.pg {
    border-top: 1px dashed var(--stone-line);
}

.reveal.in {
    opacity: 1;
    transform: translateY(0);
}
section.pg {
    padding: 9vh 0;
}

.newsletter {
    background: #681C4A;
    color: var(--ivory);
    border-radius: var(--radius);
    padding: 40px 42px;
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    align-items: center;
    justify-content: space-between;
}
.newsletter h3 {
    font-weight: 600;
    font-size: 1.4rem;
    color: var(--amber-pale);
    margin-bottom: 8px;
}
.newsletter p {
    max-width: 46ch;
    font-size: 1rem;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.6;
}

.nl-form {
    display: flex;
    gap: 10px;
    flex: none;
}
.nl-form input {
    font-size: .85rem;
    padding: 13px 16px;
    border-radius: 8px;
    border: 1px solid rgba(249, 175, 28, .3);
    background: rgba(255, 255, 255, .05);
    color: #fff;
    min-width: 220px;
}



.nice-select span{
    text-wrap: auto;
    height: 100%;
    display: block;
    overflow: hidden;
}





#page-accueil{
    margin-bottom: 50px;
}

.page.is-active {
    display: block;
    animation: fadeIn .5s var(--ease);
    background-color: #ffffff;
}

.dk {
    background: #ffffff;
    color: var(--ivory);
}

.p-hero{ 
    padding:6vh 0 7vh; 
}

.p-hero.hero-slideshow {
    position: relative;
    overflow: hidden;
    padding-top: 250px;
}

.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-bg .slide {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 30% 20%, rgba(249, 175, 28, .22), transparent 55%),
        radial-gradient(circle at 80% 75%, rgba(122, 23, 40, .42), transparent 55%),
        linear-gradient(135deg, #221b15, #14110f);
    opacity: 0;
    animation: heroFade 20s infinite;
    background-repeat: no-repeat !important;

    background-size: 100% 85% !important;
    background-position: top center !important;
}

.hero-bg .slide span {
    position: absolute;
    bottom: 18px;
    left: 24px;
    font-size: .6rem;
    color: rgba(246, 241, 230, .35);
}

.hero-bg .slide.s1 {
    animation-delay: 0s;
    background:
        radial-gradient(circle at 25% 25%, rgba(249, 175, 28, .26), transparent 55%),
        radial-gradient(circle at 80% 20%, rgba(30, 110, 107, .35), transparent 55%),
        linear-gradient(135deg, #1c2321, #14110f);
    background-image: url('/assets/2023/12.jpg');
}

.hero-bg .slide.s2 {
    animation-delay: 5s;
    background:
        radial-gradient(circle at 75% 30%, rgba(122, 23, 40, .4), transparent 55%),
        radial-gradient(circle at 20% 80%, rgba(249, 175, 28, .2), transparent 55%),
        linear-gradient(135deg, #241016, #14110f);
    background-image: url('/assets/2023/24.jpg');
}

.hero-bg .slide.s3 {
    animation-delay: 10s;
    background:
        radial-gradient(circle at 30% 75%, rgba(249, 175, 28, .3), transparent 55%),
        radial-gradient(circle at 80% 25%, rgba(122, 23, 40, .3), transparent 55%),
        linear-gradient(135deg, #201a10, #14110f);
    background-image: url('/assets/2023/21.jpg');
}

.hero-bg .slide.s4 {
    animation-delay: 15s;
    background:
        radial-gradient(circle at 60% 60%, rgba(30, 110, 107, .32), transparent 55%),
        radial-gradient(circle at 15% 20%, rgba(249, 175, 28, .22), transparent 55%),
        linear-gradient(135deg, #161c1c, #14110f); 
    background-image: url('/assets/2023/15.jpg');
}

@keyframes heroFade {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(20, 17, 15, .55) 0%, rgba(20, 17, 15, .82) 65%, var(--ink) 100%);
    opacity: 0.6;
    height: 85%;
}

.p-hero.hero-slideshow .wrap {
    position: relative;
    z-index: 2;
}

.hero-source-note {
    position: absolute;
    z-index: 3;
    bottom: 14px;
    right: 5vw;
    font-size: .6rem;
    color: rgba(246, 241, 230, .35);
}

@media (prefers-reduced-motion: reduce) {
    .hero-bg .slide {
        animation: none;
        opacity: 0;
    }

    .hero-bg .slide.s1 {
        opacity: 1;
    }
}

.p-hero h1 {
    font-weight: 600;
    font-size: clamp(2.1rem, 4.6vw, 3.6rem);
    line-height: 1.05;
    letter-spacing: -.01em;
    max-width: 22ch;
    margin-top: 16px;
}

.p-hero .sub {
    margin-top: 18px;
    font-size: 1.04rem;
    max-width: 68ch;
    line-height: 1.7;
    color: var(--charcoal-70);
}

.dk .p-hero .sub {
    color: rgba(246, 241, 230, .78);
}

.date-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
    font-size: .78rem;
    background: #924065;
    color: var(--ivory);
    padding: 9px 18px;
    border-radius: 999px;
}

.date-chip b {
    color: var(--amber-pale);
}
.hero-source-note {
    position: absolute;
    z-index: 3;
    bottom: 14px;
    right: 5vw;
    font-size: .6rem;
    color: rgba(246, 241, 230, .35);
}

.p-hero.hero-slideshow .wrap {
    position: relative;
    z-index: 2;
}

.dk .eyebrow {
    color: var(--amber);
}

.eyebrow {
    font-size: .72rem;
    letter-spacing: .16em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
}

.p-hero h1 {
    font-weight: 600;
    font-size: clamp(2.1rem, 4.6vw, 3.6rem);
    line-height: 1.05;
    letter-spacing: -.01em;
    max-width: 22ch;
    margin-top: 16px;
}

.p-hero h1 span{
    color: #F9AF1C;
    font-size: 110%;
    font-weight: 800;
}

.p-hero .sub {
    margin-top: 18px;
    font-size: 1.04rem;
    max-width: 68ch;
    line-height: 1.7;
    color: #ffffff;
}


.stat-strip {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid rgba(249, 175, 28, .2);
    margin-top: 40px;
}

.stat-strip .st {
    flex: 1 1 130px;
    padding: 18px 20px 0;
    border-right: 1px solid rgba(249, 175, 28, .14);
}
.stat-strip .num {
    font-size: 2.3rem;
    font-weight: 800;
    color: var(--amber);
}
.stat-strip .lbl {
    font-size: 1.01rem;
    letter-spacing: .04em;
    text-transform: uppercase;
    opacity: .95;
    margin-top: 4px;
}

.teaser-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 30px;
}


.img-slot.r-4-3 {
    aspect-ratio: 4 / 3;
}

.img-slot.r-9-5 {
    aspect-ratio: 9 / 5;
}
.dk .img-slot, .img-slot.on-dark {
    background: radial-gradient(circle at 30% 20%, rgba(249, 175, 28, .18), transparent 55%), radial-gradient(circle at 80% 80%, rgba(122, 23, 40, .35), transparent 55%), linear-gradient(135deg, #221b15, #14110f);
    border-color: rgba(249, 175, 28, .2);
}
.img-slot {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    background: radial-gradient(circle at 30% 20%, rgba(249, 175, 28, .16), transparent 55%), radial-gradient(circle at 80% 80%, rgba(122, 23, 40, .28), transparent 55%), linear-gradient(135deg, #efe4cd, #e2d3ae);
    border: 1px solid var(--stone-line);
}

.dk .img-slot .tag, .img-slot.on-dark .tag {
    color: rgba(246, 241, 230, .55);
}

.img-slot .tag {
    position: relative;
    z-index: 2;
    font-size: .64rem;
    letter-spacing: .02em;
    color: var(--charcoal-70);
    padding: 12px 14px;
    line-height: 1.5;
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 28px;
}
.card {
    background: #fff;
    border: 1px solid var(--stone-line);
    border-radius: var(--radius);
    padding: 24px 26px;
}

.card .card-img {
    margin: -24px -26px 16px;
    border-radius: var(--radius) var(--radius) 0 0;
}

.img-slot.r-16-9 {
    aspect-ratio: 16 / 9;
}

.card h3 {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.card p {
    font-size: .88rem;
    color: var(--charcoal-70);
    line-height: 1.6;
}





.kicker {
    display: flex;
    align-items: baseline;
    gap: 14px;
    margin-bottom: 16px;
}

h2.pg-title {
    font-weight: 600;
    font-size: clamp(1.5rem, 2.6vw, 2.1rem);
    letter-spacing: -.01em;
}

.split-media {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6vw;
    align-items: center;
    margin-top: 8px;
}





.btn {
    font-size: 1.01rem;
    letter-spacing: .05em;
    padding: 15px 28px;
    border-radius: 12px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: transform .25s var(--ease);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-primary {
    background: var(--amber);
    color: var(--ink);
    font-weight: 400;
}

.btn-primary:hover{
    background-color: #430020;
    color: #ffffff;
    border-color: #430020;
}
.btn-ghost-dark {
    border-color: rgba(249, 175, 28, .4);
    color: var(--amber-pale);
}

.btn-ghost-dark:hover {
    border-color: #430020;
    color: rgba(249, 175, 28, 1);
}
.btn-ghost {
    border-color: var(--velvet);
    color: var(--velvet);
}

.btn-ghost:hover {
    color: var(--velvet);
    border-color: var(--velvet);
}


.btn-white {
    border-color: #ffffff;
    color: #782248;
    background-color: #ffffff;
}

.btn-white:hover {
    color: #ffffff;
    background-color: #782248;
    border-color: #782248;
}


.bg-none-white{
    background-color: rgba(173, 89, 116, 0.05);
}

.wrap {
    max-width: 1180px;
    margin: 0 auto;
    /*padding: 0 6vw;*/
}

@media (min-width: 1000px) {
    .wrap {
        /*padding: 0 5vw;*/
    }
}

@media (max-width: 560px) {
    .sau-item-content{
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .cta-box-ed{
        flex-direction: column !important;
    }

    .sau-item-content-wrap{
        padding: 15px 10px !important;
    }

    .wrap-six .box-inner{
        padding: 10px;
    }

    .wrap-six .subtitle.data{
        font-size: 34px !important;
    }

    .wrap-six .box-item{
        margin-bottom: 20px;
    }

    .wrap-six .desc{
        text-align: left !important;
    }
    
    .sau-item-content-wrap.flex{
        padding-left: 5px;
        padding-right: 5px;
    }

    .ed-stat-box{
        flex-direction: row;
    }
    
    .ed-section-four .workshop-box .cta-box{
        flex-direction: column;
    }

    .teaser-grid {
        grid-template-columns: 1fr;
    }

    .device-grid {
        grid-template-columns: 1fr;
    }

    .dl-grid {
        grid-template-columns: 1fr;
    }

    .box-inner-speaker {
        grid-template-columns: 1fr;
    }

    .other-themes {
        grid-template-columns: 1fr;
    }

    .cible-grid {
        grid-template-columns: 1fr;
    }

    .price-grid {
        grid-template-columns: 1fr;
    }

    .prog-row {
        grid-template-columns: 1fr;
    }

    .why-grid {
        grid-template-columns: 1fr;
    }

    .role-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .link-grid {
        grid-template-columns: 1fr;
    }

    .steps-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .check-grid {
        grid-template-columns: 1fr;
    }

    .pillar-grid {
        grid-template-columns: 1fr;
    }

    .track-wrap {
        grid-template-columns: 1fr;
    }

    .num-grid {
        grid-template-columns: 1fr;
    }

    .track-arrow {
        padding: 14px 0;
        transform: rotate(90deg);
    }

    .cta-box-wrap{
        flex-direction: column;
    }

    .box-date{
        justify-content: flex-start;
    }

    .wrap-two .box-inner-text{
        padding-left: 0;
        padding-right: 0;
    }

    .box-inner-text {
        padding: 0 20px !important;
    }

    .wrap-seven .box-inner-text{
        padding: 0 !important;
    }

    .box-inner-text .row{
        padding: 0 !important;
    }

    .box-inner-text .box-item{
        border: none !important;
        padding: 20px 25px;
        border-top: 1px dotted rgba(173, 89, 116, 0.3);
    }

    .ed-section-five .row{
        margin-bottom: 0;
    }

    .box-item{
        margin-bottom: 10px;
    }
    

    .box-inner-text .row> .box-item:first-of-type{
        border-left: none;
        padding-left: 25px;
    }

    .box-inner-text .row> .box-item:first-of-type::before{
        display: none;
    }

    .box-inner-text .box-item::before{
        display: none;
    }

    .box-inner-text .box-item::after{
        top: auto;
        bottom: -9px;
        transform: translateX(-50%);
        left: 50%;
        right: auto;
    }
    
    .city-from{
        flex-wrap: wrap;
    }

    .text-tooltip-two{
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .text-center, .text-center p{
        text-align: left !important;
    }

    .sau-item-content-wrap.wrap-four .title{
        font-size: 23px !important;
    }

    .stat-strip .st{
        flex: 1 1 50%;
        border: none;
    }
    .stat-strip .st:first-of-type{
        border: none;
    }


    .p-hero.hero-slideshow{
        padding-top: 185px;
    }

    
}