#sti-memo {
    display: none;
    width: 220px;
    background-color: #efc0b6;
    right: 100px;
    bottom: 50px;
    padding: 5px;
    position: fixed;
    z-index: 3;
    border: 1px solid black;
}

#mot1 {
    width: 60%;
    margin: auto;
    /*border: 1px solid red;*/
}

#mot1-div {
    display: inline-block;
    /*margin: auto;*/
    width: 180px;
    height: 100%;
    border-radius: 4px;
    /*background-color: #F5871F;*/
}

#memo-closeBtn-div {
    width: 10px;
    height: 100%;
    /*background-color: #0b90a8;*/
    display: inline-block;
    /*margin: auto;*/
}

#memo-closeBtn {
    color: black;
    font-weight: bold;
    /*float: right;*/
    font-size: 15px;
    line-height: 0px;
    cursor: pointer;
    transition: 0.3s;
}

#memo-closeBtn:hover {
    color: #2b669a;
}

.image {
    display: inline-block;
    width: 238px;
    height: 150px;
}

.heading {
    width: 208px;
    /*height: 50px;*/
    padding: 5px;
    background-color: white;
    vertical-align: top;
    border: 1px solid #ff7172;
}