
    .firstline {
        display: flex;
        /* flex-direction: column; */
        justify-content: space-around;
        padding: 0px;
        align-items: center;
        /* width: 50%; */
        height: 25vh;
    }

    .titre {
        font-size: 50px;
        color: white;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }

    .cpostale {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 35px;
        margin-top: 85px;
        margin-left: 25%;
        width: 50%;
        height: 70px;
        border-radius: 45px;
        border: 3px solid blue;
        color: black;
        background-color: white;
    }

    #backi {
        /* background-image: url("www/images/basic/terre.jpg"); */
        background: linear-gradient(69.06deg,
                #b84fdd -26.76%,
                #4965f4 44.6%,
                #2efb74 132.54%);
        background-size: cover;
        border-radius: 35px;

    }

    .email-container {
        display: flex;
        background-color: #fff;
        border-radius: 55px;
        width: 60%;
    }

    .icone-container {
        width: 80px;
        height: 75px;
        background-color: red;
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 5px;
    }
    
  
    #blanc {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 25px;
        align-items: center;
        width: 100%;
        height: 25vh;
        font-size: 18px;
        color: white;
    }

    #orange {
        background: linear-gradient(53.13deg, rgb(254, 171, 46) 10.71%, rgb(220, 76, 17));
        background-size: cover;
        border-radius: 155px;
    }


    