#me {
    display: flex;
    flex-direction: row;
    position:relative;
    top: 15em;

 
   }
    
    #me #bubble {
    display: block;
    position: absolute;
    width: 70%;
    left: 15em;
   }

    #bubble 
            {
                position: relative;
                background-color: #706b64;
                box-shadow: 0px 2px 5px #1c1a19;
                border-radius: 5px;
                padding: 10px;
                color: white;
                font-size: 1.5em;
            }
                #bubble a
                {
                    color: white;
                    text-decoration: underline;
                }
                #bubble a:hover
                {
                    color: #760001;
                    border-bottom: 3px solid #760001;
                }

                #bubble #fleche_bulle
                {
                    position: absolute;
                    top: 100px;
                    left: -12px;
                }
                
                #bubble #photo_profil
                {
                    text-align: center;
                }

                    #bubble #photo_profil img
                {
                    border: 1px solid #181818;
                }


                #bubble img
                {
                    margin-right: 5px;
                }
