.row-col{
    min-height: 380px !important;
}
.col-element{
    border-radius: 15px;
}
.card-basic-bg{
    border-radius: 15px;
    width: 100% !important;
}
.card-basic-infos{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    background: #fff;
    justify-content: center;
}
.container-basic-infos{
    margin-top:20px !important;
    text-align: center;
}
.infos-p{
    font-size: 1.2em !important;
}


/*container imags*/


.container-custom {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
    background: white !important;
    min-width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 180px !important;
    padding-right: 130px !important;
}

.text-section {

    max-width: 650px !important;
}

.text-section h1 {
    font-size: 2rem;
    font-weight: bold;
}

.text-section h1 span {
    color:#008081 !important;
}

.text-section ul {
    padding: 0;
    list-style: none;
}

.text-section ul li {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    margin-bottom: 15px;
}
.text-section ul li p {
    margin-top: 10px;
    margin-left: 10px;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
}

.text-section ul li img {
    margin-right: 10px;
}

.btn-primary-custom {
    background-color:#008081 !important;
    color: white;
    padding: 12px 25px;
    font-size: 1.2rem;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

.btn-primary-custom:hover {
    background-color: darkblue;
}

.image-section {
    position: relative;
    width: 500px;
    height: auto;
    top:-50px !important;
    margin-bottom: -100px !important;
}

.main-image {
    width: 100%;
    border-radius: 20px;
}

.card-image {
    position: absolute;
    width: 300px;
    border-radius: 10px;

}

.card1 {
    left: -25% !important;
    top: 35%;
    right: 10%;
}

.card2 {
    left: -25% !important;
    top: 65%;
    right: 10%;
}
.steps-container {
    justify-content: center !important;
    margin: 0 auto !important;
    display: flex;
    gap: 15px;
    padding: 10px;
}
.step-card {
    width: 250px !important;
    height: 280px !important;
    flex: 0 0 auto;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.step-icon {
    font-size: 24px;
    font-weight: bold;
    background:#008081 !important;
    color: white;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 10px;
}
.btn-primary{
    border-radius: 50px;
}
.container-compare {
    background-color: #f8f9fa;
    text-align: center;
}
.card-container-compare {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}
.card-compare {
    width: 380px !important;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: white;
}
.card-compare img {
    width: 170px;
    height: auto !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.card-compare h5{
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}
.card-compare a{
    text-decoration: none;
    color: inherit;
    font-weight: 500;
}
.btn-compare:focus{
    text-decoration: none;
    box-shadow: none;
}
.btn-compare {
    margin-top: 20px;
    border: 2px solid#008081 !important;
    color:#008081 !important;
    background-color: transparent;
    border-radius: 20px;
    padding: 10px 20px;
}
.btn-compare:hover {
    background-color:#008081 !important;
    color: white !important;
    border: none;
}
@media (max-width: 991px) {
    .card-container-compare {
        flex-direction: column !important;
        gap: 10px;
    }
    .card-compare {
        justify-content: center !important;
        margin: 0 auto !important;
        width: 90% !important;
    }
    .card-compare img {
        width: 130px !important;
        height: auto !important;
    }

    .infos-p{
        font-size: 0.7em !important;
    }
    .row-custom{
        display: flex;
        justify-content: space-between; /* Espacement uniforme */
        gap: 10px; /* Espacement entre les éléments */
    }
    .infos{
        flex:1;
    }
    .h2{
        font-size: 28px !important;
        font-weight: 900 !important;
    }
    .container-custom {
        margin-top: 30px !important;
        padding: 40px 25px 40px 25px  !important;
        text-align: start;
        min-width: 100% !important;
        justify-content: space-between;
        border-radius: 15px;

    }
    .text-section h1 span {
        font-size: 1.1em;
        display: inline-block !important;
    }
    .image-section {
        display: none;
    }
    .steps-container {
        display: flex;
        overflow-x: auto;
        justify-content: flex-start;
        gap: 15px;
        padding: 10px;
    }
}