
.link-area-info a img{
    border-radius: 50%;
    background-color: white;
    height: 60px;
    width: 60px;
}
.container-top{
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}
.container-top p{
    font-family: "Merriweather Black Italic";
    color: #101c4e;
    font-size: 28px;
    margin-right: 15px;
}
.main{
    overflow: hidden;
    background-image: url("/assets/site/bg_compte.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    min-height: calc(100vh + 150px);
}
.main-flash{
    display: flex;
    justify-content: center;
    width: 100%;
}
/* ----------------------------------------- */
.container-bottom{
    margin-left: 20px;
}
.container-bottom div{
    background-color: #ffffff;
}
.container-bottom div input{
    border-left: none;
    border-right: none;
    border-bottom: none;
    border: 2px solid grey;
    height: 40px;
}
/*button{
    border: none;
    background-color: #101c4e;
    color: white;
    height: 40px;
    width: 100%;
}*/
.card-left{
    padding: 25px;
}
/* -------------------------------------- */
.card-left h3{
    color: rgb(24, 169, 228);
}
.card-right{
    margin-top: 20px;
    padding: 25px;
}
#card-right-btn{
    background-color: red;
}
@media screen and (min-width: 720px){
    .main{
        min-height: calc(100vh);
    }
    .container-bottom{
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        width: calc(300px + 50%);
    }
    .card-left form div{
        width: 100%;
    }
    .card-right form div{
        width: 100%;
    }
    .form-group{
        width: 100%;
    }
    .container-bottom div{
        width: 50%;
    }
    .container-top{
        position: relative;
        left: -100px;
        float: left;
        margin: 10 auto;
        display: flex;
        width: calc(300px + 50%);
    }
    .card-right{
        margin-top: 0px;
        margin-left: 15px;
    }
    .card-left{
        margin-right: 15px;
    }
}
