body{
    background-color: #F3EBE5;
    font-size: clamp(1rem, 0.7693rem + 0.9464vw, 1.375rem);
    font-family: 'albert sans';
    margin: 0;
    padding: 0;
    color: #333333;
    overflow: hidden;
}

.wrap{
    margin: 60px 40px 0px 40px;
}

.title{
    font-size: 48px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 80px;
}

.sous--title{
    font-size: 24px;
    text-align: center;
    margin-bottom: 60px;
}

.p--main{
    font-size: 16px;
    text-align: center;
    margin-bottom: 100px;
}

.p--big{
    font-size: 32px;
    font-weight: 900;
    text-align: center;
}

.arrow--img{
    height: 40px;
    margin-top: 60px;
    text-align: right;
    margin-right: 20px;
}

.small--circle{
    height: 22px;
    width: 22px;
    background-color: #001625;
    border-radius: 50%;
    margin-right: 30px;
}

.white{
    background-color: white;
}

.nomargin{
    margin-right: 0px;
}

.display--smallcircle{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 100px;
    margin-left: 40px;
}

.display--circle{
    width: 100%;
    display: flex;
    justify-content: center;

}

.circle{
    width: 800px;
    height: 800px;
    border-radius: 50%;
    position: absolute;
    z-index: -10;
    top: 300px;
}

.c1{
    background-color: #E7CDBA;
}

.c2{
    background-color: #D8AB8A;
    margin-top: 150px;
}

.c3{
    background-color: #C3865A;
    margin-top: 300px;
}

.logo_réseaux{
    width: 24px;
}

.flex{
    display: flex;
    justify-content: center;
    margin-top: 130px;
 }

.nomargin{
    margin-top: 0px;
}

.email{
    height: 30px;
    width: 300px;
    margin-bottom: 30px;
    transition-duration: 300ms;
    border-radius: 5px;
}
.email:enabled + label{
    margin-top: -9px;
    border: none;
    border-top: none;
    transition-duration: 300ms;
    font-size: 14px;
}

input{
    border: 1px solid #333333;
    background-color: transparent;
    color: #333333;
}


input:enabled{
    outline: none;
    opacity: 60%;
    transition-duration: 300ms;
}

.flex__input{
    margin-top: 7px;
    position: absolute;
    margin-right: 173px;
    font-weight: bold;
    color: #001625;
    opacity: 100%;
}

.flex__input2{
    margin-right: 200px;
}

.flex__input1{
    margin-right: 190px;
}

.flex__input:enabled{
    margin-bottom: 20px;
    color: #333333;
}

.checkbox{
    display: flex;
    justify-content: center;
    flex-direction: row;
    font-size: 11px;
}

.margin-right{
    margin-right: 90px;
    margin-top: -20px;
}

.right--2{
    margin-right: 205px;
}

.margin-comm{
    margin-right: 15px;
    margin-top: -20px;
    color: rgb(29, 46, 86);
    cursor: pointer;
}

.margin{
    margin-left: 10px;
}

.top{
    margin-top: -25px;
}


.line{
    width: 100px;
    height: 2px;
    background-color: white;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 5px;
}

.display_line{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.logo_réseaux{
    height: 25px;
    width: 25px;
    margin-left: 50px;
    margin-top: 20px;
}

.r_1{
    margin-left: 0px;
}

.réseaux{
    display: flex;
    justify-content: center;
}

.txt_inscription{
    font-size: 14px;
    margin-right: 10px;
}

.display_inscription{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.inscription{
    color: rgb(29, 50, 99);;
    cursor: pointer;
    margin-top: 12px;
}

.display_button{
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.button{
    text-decoration: none;
    color: black;
    height: 50px;
    width: 300px;
    background-color: white;
    font-size: 24px;
    font-weight:600;
    border-radius: 10px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition-duration: 300ms;
}

.button:hover{
    background-color: gray;
    color: aliceblue;
    transition-duration: 300ms;
}

.p--propos{
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 250px;
}



.background--round{
    height: 340px;
    width: 340px;
    position: absolute;
    z-index: -10;
    background: #C3865A;
    border-radius: 50%;
    top: 700px;
    right: -100px;
}

.round2{
    height: 120px;
    width: 120px;
    background: #D8AB8A;
    top: 300px;
    left: -20px;
}

.round3{
    height: 230px;
    width: 230px;
    background: none;
    border: #333333 solid 2px;
    top: -50px;
    left: -20px;
}

.round4{
    height: 200px;
    width: 200px;
    background: #E7CDBA;
    top: 20px;
}

.round5{
    height: 230px;
    width: 230px;
    background: none;
    border: #C3865A solid 2px;
    top: 600px;
    left: -80px;
}













@media (min-width: 580px) {

    .circle{
        width: 1100px;
        height: 1100px;
    }

    .p--propos{
        margin-left: 160px;
        margin-right: 160px;
    }
}


@media (min-width: 1024px) {

    .circle{
        width: 2200px;
        height: 2200px;
        margin-top: 0px;
    }

    .c2{
        margin-top: 200px;
    }

    .c3{
        margin-top: 400px;
    }

    .p--propos{
        margin-left: 320px;
        margin-right: 320px;
    }

    .round2{
        height: 240px;
        width: 240px;
    }

    .round3{
        height: 460px;
        width: 460px;
        top: -300px;
    }

    .round4{
        height: 400px;
        width: 400px;
    }
}