@font-face {
    font-family: 'merry'; /* Nom que vous allez utiliser */
    src: url('Merriweather_24pt_SemiCondensed-LightItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
:root {
    --Rose:#efdcc6b5;
    --Second-color: #bb8e7a;
}

.titlePrice{
    display: flex;
    justify-content: space-between;
}
#title{
    font-size: 30px;
    width: 50%;
    font-style: italic;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'merry';
}

#title div{
    width: 400px;
}

#priceTiming{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
#when{
    background-color: var(--Rose);
    padding: 10px 30px ;
     border-radius: 10px;
    border: 1px solid var(--Rose);
}

.text{
    display: flex;
    flex-direction: column;
    gap:40px;
    text-align: justify;
}
.secondText{
    display: flex;
    justify-content :center;
    align-items: center;
    gap: 40px;
    text-align: justify;
}

.secondText2{
    display: flex;
    justify-content :center;
    align-items: center;
    gap: 40px;
    text-align: justify;
}
.stext{
    background-color: var(--Rose);
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: center;
    padding: 20px 20px;
    border-radius: 10px;
    border: 1px solid var(--Rose);
    text-align: center;
}
.stext2{
    background-color: var(--Rose);
    display: flex;
    flex-direction: column;
    align-items:baseline;
    justify-content: center;
    padding: 20px 20px;
    border-radius: 10px;
    border: 1px solid var(--Rose);
    width: 100%;
}

.resume{
    display: flex;
    justify-content:space-around;
    align-items: stretch;
    gap: 20px;
}
.resume .left, .resume .right{
    border-radius: 10px;
    border: 2px solid var(--Rose);
    padding: 20px;  

}

.bottom{
    display: flex;
    justify-content: center;
    align-items: center;
}
#bt{
    background-color: var(--Rose);
    border-radius: 10px;
    border: 2px solid var(--Rose);
    padding: 5px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    text-align: center;
}
ul{
    margin: 0px;
    margin-top:5px;
}
li{
    padding-top: 2px;
    margin: 0px;
}
h3{
    font-size: inherit;
    font-weight: bold;
    margin: 0px;
}
p{
    font-size: inherit;
    margin: 0px;
}


/* Mobile: Adjust button size */
@media (max-width: 480px) {
 #title {
    font-size: 20px;
    line-height: 1.6;
    width: 100%; /* Take full width instead of 50% */
    text-align:center; /* Center the text */
    margin: 10px; /* Reduce margin */
    }
#title div {
    width: 100%; /* Remove fixed 350px width */
    max-width: 350px; /* Optional: limit maximum width */
    margin: 0 auto; /* Center the div */
    }
.titlePrice{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.resume{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
    width: 100%;
}
.text{
    padding: 0px 10px;
    gap: 15px;
}
.stext{
    justify-content: left;
    align-items: baseline;
    gap: 10px;
}
.secondText{
    flex-direction: column;
    gap: 10px;
}
}

@media (min-width: 480px) and (max-width: 800px) {
#title {
    line-height: 1.6;
    width: 100%; /* Take full width instead of 50% */
    text-align: center; /* Center the text */
    margin: 10px; /* Reduce margin */
    }
#title div {
    width: 100%; /* Remove fixed 350px width */
    max-width: 350px; /* Optional: limit maximum width */
    margin: 0 auto; /* Center the div */
    }
.titlePrice{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.resume{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
    width: 100%;
}

.stext{
    justify-content: left;
    align-items: baseline;
}
.secondText{
    flex-direction: column;
    gap: 40px;
}
}
