.logo-overlap {
    position: relative;
    top: -10px; /* Adjust this value based on how much overlap you want */
    z-index: 1; /* Make sure the logo appears above the banner */
}

.card-header {
    max-height: 300px; /* Adjust the height to match your banner image */
}

.company-title {
    font-size: 1.8rem;
    font-weight: bold;
}

.company-sector {
    font-size: 1.2rem;
    color: #666;
}

.description-section {
    background-color: #e0f7fa;
    border-radius: 25px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin-bottom: 40px;
}

.video-container iframe {
    width: 100%;
    height: 315px;
}

.card {
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
}

.card:hover {
    transform: scale(1.05);
}

.card-body h2 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.card-footer p {
    font-size: 0.9rem;
    color: #666;
}

@media (max-width:1200px) {
    .col-md-auto {
        width:100%;
    }
}

.ecole-infos {
    margin:auto 0;
}