header {
    width: 100%;
    margin-bottom: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../images/header/bg_header.png);
    min-height: 500px;
}

.header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    padding-top: 20px;
}

.header-right {
    height: 300px;
    max-height: 300px;
    width: 500px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}

.header-right .slogan {
    text-align: center;
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
    color: #f1f1e3;
}

.header-right .points {
    width: 100%;
    text-align: center;
    color: #f1f1e3;
}

.header-right .tags {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 15px;
    justify-content: center;
}

.header-right .tags .tag {
    background: #df5026;
    color: #f1f1e3;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 5px;
    align-items: center;
    font-size: 11px;
    font-weight: bold;
}

.header-right .logo {
    width: 100%;
    text-align: center;
}

.header-right img {
    width: 100%;
}

.header-left {
    width: 500px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    background-image: url(../../images/header/header-images.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 300px;
    padding-left: 200px;
    padding-top: 100px;
    color: #f1f1e3;
    font-size: 12px;
    line-height: 12px;
    text-align: justify;
}

.container-stats {
    width: 80%;
    margin: 50px auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    gap: 50px;
    justify-content: center;

}

.container-stats .stats {
    width: 120px;
    height: 120px;
    background: #f1f1e3;
    border: 5px solid #f1f1e3;
    color: #f1f1e3;
    border-radius: 50%;
    box-shadow: inset 1px 0px 14px 4px #c17346;
    padding-top: 20px;
    background-image: url(../../images/content/bg-orange.png);
    background-size: cover;
    background-position: left;
}

.container-stats .stats:last-child, .container-stats .stats:nth-child(2) {
    background-image: url(../../images/content/bg-bleu.png);
    box-shadow: inset 1px 0px 14px 4px #659fb1;
}

.container-stats .stats .number {
    font-size: 24px;
}

.container-stats .stats .txt {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
}
