header {
    background: #fff;
}
body{
    background: #fff !important;
}
li {
    font-size: 14px;
}

li {
    list-style-position: inside !important; /* Place le point à l'intérieur de l'élément li */
}

li span {
    display: inline !important; /* Permet au texte de se comporter en ligne sans retour sous le point */
}

header img {
    height: 30px;
    filter: invert(0);
}

.header-container a {
    color: #000;
}

.burger-wrapper span {
    background-color: #000 !important;
}

.contact {
    border: 1px solid #000;
}

.global-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 20px;
}

.accueil {
    height: 40vh;
    width: 100%;
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 90px;
}

.accueil p {
    max-width: 600px;
    margin-top: 1rem;
    font-size: 18px;
    color: #fff;
}

.accueil span {
    margin-top: .5rem;
    color: var(--p-color);
    display: block;
}

.accueil img {
    position: absolute;
    right: 0;
}

main {
    background: #fff;
}

.container-sticky {
    display: flex;
    max-width: 1200px;
    padding: 0 20px;
    margin: 6rem auto;
    justify-content: space-between;
}

.content {
    width: 60%;

}

.title {
    display: flex;
    align-items: center;
    background: #f4f2f2;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 2rem;
    border: 1px solid #e4e4e4;
    margin-bottom: 1rem;
}

.title span {
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 40px;
    font-size: 20px;
}

.title h2 {
    font-size: 20px;
    color: #000 !important;
    margin-left: 30px;
    font-weight: 600;
}

h3 {
    font-weight: 600;
    font-size: 27px;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.no-m-top {
    margin-top: 0 !important;
}

section h4 {
    padding: 20px;
    background: #f4f2f2;
    font-weight: 600;
    margin-top: 2rem;
}

section p,
li {
    color: #000;
}

section li {
    margin-top: .5rem;
}

main section ul {
    list-style: none;
    padding-left: 0;
    margin-top: 2rem !important;
}

main section ul li {
    display: flex;
    align-items: flex-start;
}

main section ul li::before {
    content: "➤";
    color: #000;
    margin-right: 10px;
    font-size: 10px;
    flex-shrink: 0;
}



.exercice {
    padding: 20px;
    color: #fff;
    margin-top: 2rem;
    position: relative;
}

.exercice h5 {
    font-size: 20px;
}

.exercice p {
    color: #fff !important;
}

.icon-exercice {
    position: absolute;
    right: -20px;
    padding: 10px 14px;
    font-size: 1rem;
    top: -15px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid;
}


.right {
    width: 35%;
    background: #f4f2f2;
    position: sticky;
    border-radius: 10px;
    border-radius: 10px;
    height: fit-content;
}

.right-container {
    padding: 20px;
}

.right-container p {
    color: #000 !important;
}

.flex-content {
    display: flex;
    border-bottom: 1px solid #e4e4e4;
    padding: 15px 0;
    font-size: 1rem;
}

.right-container span {
    color: #000;
    font-weight: 600;
    margin-left: 10px;
}

.pourQui {
    padding: 50px 30px;
    background-image: url(../img/top-right4.webp);
    background-position: 100% 0;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.pourQui h4 {
    color: #fff !important;
    font-size: 18px !important;
    margin-bottom: 1rem;
}

.pourQui p, .pourQui ul li {
    color: #fff !important;

}

.pourQui ul {
    list-style: none;
}

.pourQui ul li::before {
    content: "➤";
    color: #fff;
    margin-right: 30px;
    font-size: 10px;
}
.m-top{
    margin-top: 2rem;
}

.btn-flex {
    width: 100%;
    color: #000000;
    display: flex;
    justify-content: space-between;
    border-radius: 10px 10px 0px 0px;
}

.btn-flex a {
    padding: 20px;
    width: 100%;
    text-align: center;
    border-radius: 10px 10px 0 0;
    color: #000;
}

.devis-btn {
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    width: 100%;
    margin-top: 1rem;
    background: #E63E3E;
    padding: 10px 30px;
    color: #fff;
}

.select {
    color: #fff !important;
}

.scroll {
    height: 1000000vh;
}

.journee-complete{
    height: 100%;
    width: 100%;
}

.content-wrapper {
    position: relative;
}

.demi-journee {
    height: 100%;
    width: 100%;
   
}

.active{
    display: block;

}

.inactive{
    display: none;
}





/* couleure */ 

 h3, 
 section h4, 
.icon-exercice{
    color: var(--green) !important;
}
.exercice, 
 .pourQui, 
 .select,
.accueil, 
 .title span{
    background-color: var(--green);
}

 .icon-exercice{
    color: var(--green);
}

@media (max-width: 1024px) {
    .container-sticky {
        display: flex;
        flex-direction: column-reverse;

    }


    .right {
        position: relative !important;
        top: 0 !important;
        width: 100%;
    }

    .content {
        width: 100%;
    }

    .pourQui p {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .btn-flex{
        display: block;
    }

    .pourQui{
        margin-top: 2rem;
    }

    .title{
        display: block;
        background: none;
        border: none;

        
    }
    .title h2{
        margin: 0;
    }

    .title span{
        padding: 0;
        background: transparent !important;
        color: var(--green) !important;
        display: block;
    }

    .right{
        height: auto;
    }

    .flex-content{
        border-top: 1px solid #e4e4e4;
    }
}