/* Custom CSS model made by App'n Web for Fondation VIA */

/* Article images styling */


#header-rowcolumn2 {
    width: 60% !important;
}

.btn.btn-primary.button.subbutton {
    border: #5d9ace 2px solid;
    color: #555;
    background-color: #FFF;
    transition: 0.3s;
}

.btn.btn-primary.button.subbutton:hover {
    background-color: #dedede !important;
}

@media screen and (min-width: 650px) {
    .tck-article:has(.about-right) {
        flex-direction: row-reverse !important;
    }
    
    .about-right.item-image {
        float: right !important;
        width: 30% !important;
        margin-left: 10px;
    }
  }
  