.text_com_event{
    overflow: hidden;
    height: 200px;
    transform: translateY(20%) ;
}
.text_com_petit_event{
    overflow: hidden;
    height: 80px;
}
.p_border{
    height:100%;
}
.picture_blue_bouton {
    background-size: 70%;
    height: 65px;
    justify-content: center;
}
.logo_droite{
    display:flex;
    justify-content:end;
}

.mot_bouton{
    font-size: 0.8em;
    margin-left: 15px;
}
.color_card_event{
    border: black 1px solid;
    background: linear-gradient(to left, #FFBDC8, white);
    max-height: 200px;
    border-radius: 25px;
}