/*
Theme Name: Documentation
Author: My Little Big Web
Description: Your description goes here
Version: 1.0
Template: MLBW

This is the child theme for My Little Big Theme theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.section-encarts-custom .encart img {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
}
.bloc--encart {
    height: 100%;
}
.bloc--encart .encart {
    height: 100%;
}
.section-encarts-custom .encart h2 a {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
.section-encarts-custom .encart h2 {
    line-height: 1.3;
    font-size: 22px;
}

.bloc--accordeon .accordeon__entete {
    font-size: 20px;
    font-weight: 500;
}

.portefeuille .item {
    background-color: #d8eaf2;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
}

.portefeuille .item .titre a {
    font-size: 24px;
    line-height: 1.2;
    color: #084a7b !important;
}

.portefeuille .item .titre {
    line-height: 1.2;
    font-size: 24px;
}

.portefeuille .item article {
    height: 100%;
}

.portefeuille .item .content {
    height: 100%;
    justify-content: space-between;
}