.container-carte{
    display : flex;
    flex-direction: row;
    align-items: stretch;
    background-color: #FFECD4;
    color: black;
    width:100%;
    height:550px;
}

.container-carte1{
    display : flex;
    text-transform: uppercase;
    flex-direction: row;
    align-items: stretch;
    background-image: url("/img/ascendance/ascendance.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: black;
    width:297mm;
    height:210mm;
}

.arriere {
    display : flex;
    flex-direction: column;
    align-items: stretch;
    margin-left:20mm;
    margin-top:5mm;
}

.grand {
    display : flex;
    flex-direction: column;
    align-items: stretch;
    margin-left:12mm;
    margin-top:12mm;
}

.parent1 {
    display : flex;
    flex-direction: column;
    align-items: stretch;
    margin-left:12mm;
    margin-top:33mm;
}



.arriereElement{
    max-width:80mm;
    max-height:17mm;
    width: 80mm;
    height: 17mm;
    padding-top:6mm;
    padding-left:3mm;
    font-size:15px;
}
.grandElement {
    max-width:80mm;
    max-height:23mm;
    width: 80mm;
    height: 23mm;
    padding-top:10mm;
    font-size:18px;
}

.parentElement {
    width:80mm;
    height: 30mm;
    display:inline-block;
    max-width: 80mm;
    max-height: 30mm;
    margin-bottom:10mm;
    padding-top:10mm;
    font-size:20px;
}
.mb14{
    margin-bottom:14mm;
}
.mb12{
    margin-bottom:12mm;
}
.mb27{
    margin-bottom:27mm;
}
.mb4{
    margin-bottom:4mm;
}.mb2{
    margin-bottom:2mm;
}

.mb19{
    margin-bottom:15mm;
}

.ml18{
    margin-left:18mm;
}



.gen {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width:100%;
}

.parent {
    text-align: center;
    border : solid 0.5px grey;
    line-weight: 2px;
}

.gen,.parent,.overflow-visible {
    /* Nécessaires pour text-overflow */
    white-space: nowrap;
    overflow: hidden;
}

.overflow-visible {
    white-space: initial;
}

span{
    color :#2570FF;
}

.asc2{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    height:100%;
}