body {

    font-size: 1.4em;
}

.grille {
    max-width: 1400px;
    width: 100%;
    height: auto;
    margin: 15px auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, 350px);
    justify-content: center;
    grid-gap: 10px;
}

.mini-gallery {
    display: grid;
    width: 98%;
    grid-template-columns: repeat(auto-fill, 125px);
    justify-content: center;
    grid-gap: 0.41em;
}

.g-item {
    width: 300px;
}

.cadre-img,
.i-h-350 {
    max-height: 350px;
}

.i-h-250 {
    max-height: 250px;
}

.post-news-body h6 a {
    color: var(--ews-title-color);
    font-size: 1.5em;
}

.p-item:hover {
    border-bottom: 1px rgb(107, 102, 102) solid;

}

.post-news {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}

.post-news-body {
    padding-left: 10px;
    padding-right: 10px;
}

.p-item {
    -webkit-box-shadow: 0 0 5px rgba(191, 185, 185, 0.8);
    -moz-box-shadow: 0 0 5px rgba(191, 185, 185, 0.8);
    box-shadow: 0 0 5px rgba(191, 185, 185, 0.8);
}

p {
    font-size: 1.4em;
    font-weight: 300;
}

li {
    font-size: 1.3em;
    font-weight: 300;
}

.team-info span {
    font-size: 1.3em;
    font-weight: 300;
}

.custom-navbar .navbar-header a.navbar-brand {
    font-size: 32px;
}

.custom-navbar .nav li a {
    line-height: 40px;
    color: #575757;
    padding-right: 12px;
    padding-left: 12px;
}
