.list_messagerie{
    list-style: none;
    padding-left: 0;
}
.list_messagerie li{
  margin-bottom: 5px;
}

.modal-soin {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
    background-color: rgba(1,1,1,0.7);
}

.modal-soin .modal-body-top {
    background-color: #34abd5;
    width: 100%;
    height: 10px;
}
.modal-soin .modal-body-top {
  padding: 20px;  
}


.modal-soin button{
    border: 0;
    padding: 1rem 2rem;
    font-size: 16px;
    margin-top: 20px;
}
.modal-soin .center{
    text-align:center;
}

.modal-soin .voy-big-text{
   font-size: 22px;
}

.modal-soin .card__side--modal-content{
   max-width:600px;
   margin-top: 25px;
}

.acf-field-5c137050e0606 input[type=checkbox]{
   display: inline-block;
}