#carte-pass-table-yellow-container{
    width: 100%;
    background-color: white;
    padding: 0.5rem 2rem;
    border-radius: 15px;
}

.carte-pass-table-yellow-wysiwyg{
    margin-bottom: 1em;
}

.carte-pass-table-yellow-wrapper{
    position: relative;
    margin: 65px 0; /* Equals to the amount of px added in the absolute element */

}

.carte-pass-table-yellow-row{
    display: flex;
    width: 100%;
    align-self: center;
    background-color: rgba(249, 107, 121, 0.05);
    padding: 12px;
}

.carte-pass-table-yellow-row:nth-child(2n){
    background-color: white;
}

.carte-pass-table-yellow-row-option{
    width: 35%;
}

.carte-pass-table-yellow-row-option p{
    color: var(--wp--preset--color--gris);
    font-family: Poppins;
    font-size: var(--wp--preset--font-size--ms-text);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding-right: 1em;
}

.carte-pass-table-yellow-row-ticked-1{
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10%;
}

.carte-pass-table-yellow-row-ticked-2{
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carte-pass-table-yellow-top-elt{
    position: absolute;
    height: calc(100% + 100px);
    width: 25%;
    top: -50px; /* Half the added height in px so the div keeps centered */
    left: 35%;
    border: solid 1px #FEBF27;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.carte-pass-table-yellow-top-elt-1{
    position: absolute;
    height: calc(100% + 100px);
    width: 25%;
    top: -50px;
    left: calc(35% + 25% + 10% - 6px);/* first div width + second div width + margin left on second col - padding*/
    border: solid 1px #FEBF27;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.carte-pass-table-yellow-top-elt p{
    margin: .5em;
    text-align: center;
    color: #FEBF27;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */
    margin-bottom: auto;
}

.carte-pass-table-yellow-top-elt-1 p{
    margin: .5em;
    text-align: center;
    color: #FEBF27;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */
    margin-bottom: auto;
}

.carte-pass-table-yellow-top-elt a,.carte-pass-table-yellow-top-elt-1 a{
    text-align: center;
    margin-bottom: .5em;
    color: #FEBF27;
    text-align: center;
    font-family: 'Poppins';
    font-size: var(--wp--preset--font-size--l-text);
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
}

@media (max-width:1024px){
    #carte-pass-table-yellow-container{
        width: 100%;
    }
}

@media (max-width:576px){
    .carte-pass-table-yellow-row-option p{
        padding-right: .5em;
        font-size: var(--wp--preset--font-size--s-text);
    }

    .carte-pass-table-yellow-top-elt p,.carte-pass-table-yellow-top-elt-1 p{
        font-size: 15px;
    }

    .carte-pass-table-yellow-top-elt a, .carte-pass-table-yellow-top-elt-1 a {
        font-size: 13px;
        margin-bottom: 1em;
    }
}