#estimationDeliverySection {
    border-radius: 10px;
    border: 1px solid #939393;
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); */
    background-color: white;
    padding: 0px 5px;
    margin-bottom: 10px;
}

#deliveryEstimationContent {
    transition: opacity 0.4s ease;
}

#secondSection {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.delivery_underline {
    border-bottom: solid 1px #E81D63;
}
#arrowImage {
    width: 10px;
    height: 10px;
}

.hidden {
    display: none;
}
.deliveryBestMethod {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}
.deliveryBestMethod p {
    margin: 0px;
    padding: 10px 0px;
}
.first_method_container {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 50%;
}
.delivery_estimation_note {
    padding: 10px 15px;
    margin-bottom: 0;
}
div.delivery_estimation_item {
    border-bottom: solid 1px #E81D63;
    justify-content: start;
    margin-left: 10px;
}
li.fade-in{
    padding: 10px 0px;
}
.arrow_delivery {
    transform: 0.5s ease; /* Animation ciblée */
}
.arrow_delivery:hover {
    border-bottom: solid 1px #E81D63;
}
.flag_delivery{
    padding : 0px 8px;
}
