@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    margin-top: 4em;
}

article {
    text-align: center;
}

#form1 {
    margin-top: 150px;
}

img {
    float: right;
}

p {
    clear: right;
}

h1 {
    color: #511D33;
}

#madero {
    margin-top: 5px;
}

/*------ Application Réservation d'une séance d'adérothérapie ---*/
#box {
    width: 450px;
    margin-top: 400px;
    border: 2px solid rgb(231, 133, 4);
    border-radius: 20px;
    padding: 15px;
    background-color: rgb(245, 218, 178);
    font-size: 17px;
    text-align: justify;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.close {
    width: 20px;
    height: 20px;
    text-align: center;
    background-color: rgb(231, 133, 4);
    border-radius: 50%;
    cursor: pointer;
}

.close:hover {
    color: rgb(245, 218, 178);

}

#text-adomicile {


    position: absolute;
    overflow: visible;
    width: 886px;

    line-height: 36px;
    margin-top: -3px;
    text-align: center;
    font-family: 'Dancing Script', cursive;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    color: rgba(242, 40, 83, 1);
}

.btslider:hover {
    color: rgba(242, 40, 83, 1);
}