html,
body {
    overflow-x: hidden;
}

.container-fluid,
.navbar,
.navbar-brand,
body {
    padding: 0
}

.content,
.set>a {
    border-bottom: 1px solid #ddd
}

.content p,
.set>a {
    padding: 10px 15px
}

.conti-button,
.set>a {
    text-decoration: none
}

body {
    margin: 0;
    overflow-x: hidden
}

.fixed-top {
    background: #fff
}

.navbar-effect .nav-element {
    display: block;
    height: 100%;
    margin-right: 20px;
    position: relative;
    display: flex;
    align-items: center;
    transition: .3s cubic-bezier(.075, .82, .165, 1)
}

.navbar-effect .nav-element:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    display: block;
    transition: .3s;
    bottom: 10%
}

.navbar-effect .nav-element:hover::after {
    width: 100%;
    height: 2px;
    background-color: #32AA48
}

@media (max-width:991.98px) {
    .list-style {
        padding-left: 20px;
        background-color: #fff
    }
}

.navbar-brand img {
    max-height: 150px;
    transition: max-height .5s
}

.navbar-brand.shrink img {
    max-height: 100px;
}

.navbar {
    height: 100px
}

.social-icon {
    transition: transform .2s ease-in-out;
    border-radius: 50%;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px
}

.social-icon:hover {
    transform: scale(1.1)
}

.text-orange {
    color: #32AA48
}

.img-container {
    height: 300px;
    overflow: hidden
}

.img-container img {
    object-fit: cover;
    height: 100%;
    width: 100%
}

.set {
    cursor: pointer;
    background-color: #f5f5f5;
    height: auto
}

.set>a {
    display: block;
    color: #555;
    font-weight: 600;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    transition: .2s linear
}

.set>a i {
    float: right;
    margin-top: 2px
}

.set>a.active {
    background-color: #32AA48;
    color: #fff
}

.content {
    background-color: #fff;
    display: none;
    padding: 30px
}

.content p {
    margin: 0;
    color: #333
}

.truncate-400 {
    max-height: 600px;
    overflow: hidden
}

.v-center {
    display: flex;
    align-items: center;
    justify-content: center
}

.smaller-logo-10 {
    max-width: 100px
}

.smaller-logo-15 {
    max-width: 150px
}

.smaller-logo-20 {
    max-width: 200px
}

.conti-button {
    width: 180px;
    height: 40px;
    padding: 10px 25px;
    font-family: Lato, sans-serif;
    font-weight: 500;
    background: #e0e5ec;
    cursor: pointer;
    transition: .3s;
    position: relative;
    display: inline-block;
    border-radius: 5px;
    border: none;
    color: #000;
    z-index: 1
}

.conti-button:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: #32AA48;
    transition: .3s;
    border-radius: 5px
}

.conti-button:hover {
    color: #fff
}

.conti-button:hover:after {
    left: 0;
    width: 100%
}

.conti-button:active {
    top: 2px
}

.form-control:focus {
    border-color: #32AA48;
    box-shadow: 0 0 0 .2rem rgba(255, 175, 2, .5)
}

.big-margin-top {
    margin-top: 150px
}

.med-margin-top {
    margin-top: 100px
}

img {
    pointer-events: none;
}

.article-link {
    text-decoration: none;
}

.navbar-brand {
    margin-left: 5%;
}

.back-btn,
.set>a {
    text-decoration: none
}

.back-btn {
    width: 210px;
    height: 40px;
    padding: 10px 25px;
    font-family: Lato, sans-serif;
    font-weight: 500;
    background: #e0e5ec;
    cursor: pointer;
    transition: .3s;
    position: relative;
    display: inline-block;
    border-radius: 5px;
    border: none;
    color: #000;
    z-index: 1
}

.back-btn:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: #32AA48;
    transition: .3s;
    border-radius: 5px
}

.back-btn:hover {
    color: #fff
}

.back-btn:hover:after {
    left: 0;
    width: 100%
}

.back-btn:active {
    top: 2px
}

/* Article List style */
.article-list {
    padding: 2rem 3rem 2rem 3rem !important;
}

.contenu p img {
    max-width: 100%;
}

p {
    margin-bottom: 0.2rem;
}

/* Language selector */
.flag {
    width: 30px;
    height: 20px;
    margin-right: 5px;
    filter: grayscale(100%);
}

.selectedLang {
    filter: none;
}

.hoverEffect {
    transition: all .2s ease-in-out;
}

.hoverEffect:hover {
    transform: scale(1.1);
}