﻿.cadreGraph {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.box{
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}

.content{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.parentGraph {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 1rem;
    width: 100%;
    height: 100%;
}

.rowGraph {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 3rem;
    justify-content: space-between;
}

.graphEco {
    border: 0.2rem solid green;
}

.graphConduite {
    border: 0.2rem solid blue;
}

.graphInvest {
    border: 0.2rem solid red;
}

.graph-green {
    border: 0.2rem solid green;
}

.graph-blue {
    border: 0.2rem solid blue;
}
