body {
    background-color: #FFF;
    margin: 0;
    position: relative;
}


.bandeauhight {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 80px;
    z-index: 1;
    margin-top: -25px;
    background-color: #F4F7FB;
    box-shadow: 0px 0px 20px rgb(191, 191, 191);
}

.img1 {
    position: absolute;
    width: 30px;
    z-index: 100;
    margin-left: 220px;
    margin-top: 2px;
}

.buttonhight {
    margin-top: 25px;
    margin-left: 250px;
}

.buttonhight button {
    font-size: 16px;
    background-color: transparent;
    z-index: 2;

    position: relative;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.bt1{
    position: absolute;
    top:    0px;
    border: 0px;
}


.bt2{
    position: absolute;
    top: -35px;
    margin-left: 700px;
    z-index: 999;
    border: 2px solid black;
    height: 50px;
    width: 100px;
    border-radius: 10px;
    cursor: pointer;
}

.boxvitrineplan {
    margin-top: 10px;
    margin-left: 100px;
    height: 460px;
    width: 350px;
    border: 1px solid #BDC3C7; 
    border-radius: 15px;
}

.bandeauplan2 {
    background-color: #816bda;
    width: 350px;
    height: 40px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    z-index: 999;
}

.p6 {
    font-weight: 600;
    z-index: 1000;
    color: rgb(248, 248, 248);
    font-size: 17px;
    margin-left: 90px;
    margin-top: -31px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.plan2 {
    color: #423768;
    font-weight: 600;
    margin-left:50px;
    margin-top: 30px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.p4 {
    color: #34495E;
    font-size: 16;
    margin-left: 50px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.p5 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 50px;
    font-weight: 600;
    color: #5642a4;
    margin-left: 50px;
    margin-top: -10px;
}

.img2 {
    margin-left: 50px;
    width: 10px;
    height: 10px;
}

.p1 {
    font-size: 13px;
    margin-top: -15px;
    margin-left: 80px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.buttonpay {
    margin-left: 800px;
    margin-top: -150px;
}

.btplan1 {
    background-color: transparent;
    border: 2px solid #9688cf;
    width: 250;
    height: 45px;
    border-radius: 20px;
    margin-left: 18px;
    color: rgb(77, 58, 99);
    font-size: 16;
    transition: 0.3s;
    cursor: pointer;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.btplan2 {
    background-color: #9688cf;
    cursor: pointer;
    border: 0px ;
    width: 250px;
    height: 45px;
    border-radius: 20px;
    margin-left: 18px;
    margin-top: 17.5px;
    color: rgb(255, 255, 255);
    font-size: 16;
    transition: 0.3s;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.btplan1:hover {
    transition: 0.3s;
    box-shadow: 0px 0px 15px #8761ad;
    transform: scale(1.05);
    background-color: #816bda;
    cursor: pointer;
    border: 0px;
    color: white;
}

.btplan2:hover {
    transition: 0.3s;
    box-shadow: 0px 0px 15px #8761ad;
    transform: scale(1.05);
    background-color: #816bda;
    cursor: pointer;
}

@media (max-width: 768px) {
    html, body {
        height: 700px;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden; /* Empêche le scroll horizontal */
    }

    /*----------------------- haut de page -----------------------*/
    .bandeauhight {
        height: 80px;
    }
    .img1 {
        margin-left: 0;
        margin-top: 20px;
        left: 5%;
        position: absolute;
        width: 30px;
        height: 18px;
    }
    .buttonhight {
        margin-top: 18px;
        margin-left: 15%;
        color: black;
    }
    
    .buttonhightp2{
        margin-top: 0px;
    }
    
    .buttonhightp2 button{
        cursor: pointer;
    }
    
    .buttonhight button {
        color: black;
        font-size: 13px;
        background-color: transparent;
        z-index: 2;
        border: 0px;
        position: relative;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    
    .buttonhightp2 button:hover {
        color: #6959a6;
    }

    .bt2 {
        margin-left: 60%;
        height: 20px;
        border: 2px solid black;
        height: 50px;
        width: 100px;
    }

    .boxvitrineplan {
        margin-top: 10px;
        margin-left: 0px;
        height: 360px;
        margin: 0  auto;
        width: 250px;
        border: 1px solid #BDC3C7; 
        border-radius: 15px;
    }
    
    .bandeauplan2 {
        background-color: #816bda;
        width: 250px;
        height: 40px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        z-index: 999;
    }
    
    .p6 {
        font-weight: 600;
        z-index: 1000;
        color: rgb(248, 248, 248);
        font-size: 1rem;
        margin-left: 40px;
        margin-top: -31px;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    
    .plan2 {
        color: #423768;
        font-weight: 600;
        margin-left:25px;
        margin-top: 30px;
        font-size:1rem;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    
    .p4 {
        color: #34495E;
        font-size: 0.7rem;
        margin-left: 25px;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    
    .p5 {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-size: 2rem;
        font-weight: 600;
        color: #5642a4;
        margin-left: 25px;
        margin-top: 10px;
    }
    .img2 {
        margin-left: 25px;
        width: 8px;
        height: 8px;
    }
    
    .p1 {
        font-size: 0.7rem;
        margin-top: -12px;
        margin-left: 50px;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    .buttonpay {
        margin-left: 0px;
        margin-top: -150px;
    }
    
    .btplan1 {
        background-color: transparent;
        border: 2px solid #9688cf;
        width: 50%;
        height: 37px;
        border-radius: 15px;
        margin-left: 18px;
        color: rgb(77, 58, 99);
        font-size: 16;
        transition: 0.3s;
        cursor: pointer;
        margin-left: 25%;
        margin-top: 200px;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    
    .btplan2 {
        background-color: #9688cf;
        position: relative;
        z-index: 1000;
        top: -100px;
        width: 50%;
        height: 37px;
        border-radius: 15px;
        margin-left: 25px;
        color: rgb(248, 248, 248);
        font-size: 1rem;
        margin-left: 25%;
        margin-top: 115px;
        transition: 0.3s;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }    
}