.portfolio{
    display: flex;
    flex-direction: column;
    background-color: #FFFCF7;
    width: 100%;
    gap: 20px;
    align-items: center;
    padding-bottom: 20px;
}

.presentation{
    padding-top: 20px;
    width: 100%;
    color: #BF3F31;
}

.title{
    text-align: center;
    font-size: 50px;
    width: 100%;
    font-family: 'Aboreto';
}

.subTitle{
    text-align: center;
    width: 100%;
    font-size: 30px;
    font-family: 'Alex Brush';
}

.allParagraph{
    display: flex;
    flex-direction: column;
    background-color: #FFFCF7;
    justify-content:center;
    width: 100%;
    max-width: 800px;
    gap: 20px;
}

.paragraphTitle{
    text-decoration: underline;
    font-size: 30px;
    font-family: 'Aboreto';
    text-align: center;
    color: #BF3F31;
}

.priceBloc{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    z-index: 0;
}

.formulaBox{
    height: 400px ;
    width: 230px;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    gap: 10px;
    position: relative;
}

.formulaBoxC0{
    background-color: #FBEFE9;
}

.formulaBoxC1{
    background-color: #F6E1DB;
}

.formulaBoxC2{
    background-color: #EFCDC7;
}

.formulaTitle{
    font-family: 'Alex Brush';
    font-size: 30px;
    color: #C85A4D;
    text-align: center;
    background-color: transparent;
}

.line{
    height: 1px;
    width: 70px;
}

.lineC0{
    background-color: #F6E1DB;
}

.lineC1{
    background-color: #E8B9B1;
}

.lineC2{
    background-color: #DA9086;
}

.formulaText{
    font-size: 20px;
    font-family: 'Abhaya Libre';
    background-color: transparent;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.price{
    font-family: 'Aboreto';
    font-size: 30px;
    background-color: transparent;
    color: #BF3F31;
}

.formulaSubText{
    font-family: 'Abhaya Libre';
    font-size: 20px;
    color: #C85A4D;
    background-color: transparent;
    text-align: center;
}

.optionBox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: transparent;
}

.backgroundLine{
    background-color: #DA9086;
    height: 65px;
    width: 260px;
    position:absolute;
    top:130px;
    z-index: -1;
}



.sessionBackground1{
    height: 60px;
    width: 60px;
    background-color: #FBEFE9;
    position: absolute;
    top:0px;
    z-index: 0;
}

.sessionBackground2{
    height: 60px;
    width: 60px;
    background-color: #F6E1DB;
    position: absolute;
    top:20px;
    left: 20px;
    z-index: 1;
}

.number{
    font-size: 30px;
    font-family: 'Aboreto';
    background-color: transparent;
}

.sessionText{
    font-size: 16px;
    font-family: 'Abhaya Libre';
    width: 190px;
    background-color: transparent;
    z-index: 2;
    position: absolute;
    left: 10px;
    top: 10px;
}

.sessionBox{
    width: 200px;
    height: 90px;
    position: relative;
}

.sessionBloc{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    row-gap: 30px;
}