﻿@font-face {
    src: url('../fonts/bnpp_sans_cond_v2.otf');
    font-family: 'BNP_sans_cond';
    font-style: normal;
    font-weight: 400;
}

@font-face {
    src: url('../fonts/bnpp_sans_light.otf');
    font-family: 'BNP_sans_light';
    font-style: normal;
    font-weight: 400;
}

body {
    background-color: #ebecf1 !important;
}

.full-bg {
    background-color: #6bbbae;
    border-radius: 20px;
}

.border_anis {
    border: 2px solid #00816d;
    border-radius: 20px;
}
.statistics {
    height: 160px;
    width: 160px !important;
    margin-top: 5% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.font-light {
    font-family: 'BNP_sans_light', sans-serif !important;
    color: #000;
}

.font-sans {
    font-family: 'BNP_sans', sans-serif !important;
    color: #000;
}

hr {
   border-top: 1px #008d7f solid ;
}




@media (max-width: 576px) {
    .img_look {
        border-radius: 15px;
        height: 200px !important;
    }

    .zoom-img {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }
}

@media (min-width: 576px) {
    .img_look {
        border-radius: 15px;
        height: 200px !important;
    }
}

@media (min-width:992px) {
    .img_look {
        border-radius: 15px;
        height: 250px !important;
    }
}

@media (min-width: 1200px)  {
    .img_look {
        border-radius: 15px;
        height: 360px !important;
    }
}

.container_lookback{
    max-width: 900px;
}

.center{
    display: flex;
    justify-content: center;
}

.underline{
    text-decoration: underline;
}


/*PROGRAMME*/

.schedule {
    max-width: 600px;
    margin: 20px auto;
    background: white;
    padding: 20px;
}

.day-header {
    background-color: #68b2a0;
    color: #000;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 25px;
    text-align: center;
}

.event {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    margin: 10px 0;
    border-radius: 25px;
    font-weight: bold;
}

.time_green {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 25px;
    font-weight: bold;
    color: #3a3a3a;
    background-color: #e5ebe9;
    padding: 0px;
}

.time_white {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 25px;
    font-weight: bold;
    flex: 1;
    text-align: center;
    font-weight: bold;
    color: #3a3a3a;
    background-color: #fff;
    padding: 0px;
}

.description_green {
    flex: 2;
    text-align: center;
    font-weight: normal;
    color: #3a3a3a;
    background-color: #e5ebe9;
    border-radius: 25px;
    padding: 15px;
}

.description_white {
    flex: 2;
    text-align: center;
    font-weight: normal;
    color: #3a3a3a;
    background-color: #fff;
    border-radius: 25px;
    padding: 15px;
}

.time{
    text-align: center;
}


/*CONTACT*/

.font-light-green {
    font-family: 'BNP_sans', sans-serif !important;
    color: #008d7f;
}