.arthesis_costarica_commentaires .arthesis_costarica_commentaires_parent,
.arthesis_costarica_commentaires .arthesis_costarica_commentaires_child{
    border:1px solid var(--global-palette1);
    background-color:#fff;
    border-radius:4px;
    margin-bottom:1rem;
    padding:2rem;
    color:#333;
}

.arthesis_costarica_commentaires .arthesis_costarica_commentaires_child{
    width:90%;
    margin-left:10%;
}

.arthesis_costarica_commentaires .arthesis_costarica_commentaires_author{
    color:var(--global-palette1);
}
.arthesis_costarica_commentaires .arthesis_costarica_commentaires_date{
    font-size:0.9rem;
    color:#777;
    margin-bottom:1rem;
}


.arthesis_costarica_commentaires .arthesis_costarica_commentaires_content_container{
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-gap: 30px;
}
.arthesis_costarica_commentaires .arthesis_costarica_commentaires_attachment_left_23{
    grid-column: 1 / 2;
}
.arthesis_costarica_commentaires .arthesis_costarica_commentaires_attachment_left_full{
    grid-column: 1 / 3;
}
.arthesis_costarica_commentaires .arthesis_costarica_commentaires_attachment_right_23{
    grid-column: 2 / 3;
}
.arthesis_costarica_commentaires .arthesis_costarica_commentaires_attachment_right_full{
    grid-column: 1 / 3;
}
.arthesis_costarica_commentaires .arthesis_costarica_commentaires_attachment_right_23 img,
.arthesis_costarica_commentaires .arthesis_costarica_commentaires_attachment_right_full img{
    border-radius: 4px;
    margin:0 auto;
}
.arthesis_costarica_commentaires  .arthesis_costarica_commentaires_pagination{
    text-align:center;
}
.arthesis_costarica_commentaires  .arthesis_costarica_commentaires_pagination > * {
    display:inline-block;
}
.arthesis_costarica_commentaires  .arthesis_costarica_commentaires_pagination .arthesis_costarica_commentaires_pagination_prev img{
    transform:rotate(180deg);
}