.body {
    background-color: rgb(178, 203, 218);
}

.header {
    background-color: #F8F9FA;
    display: flex;
    justify-content: center;
}

header {
    display: flex;
}

.navbar {
    height: 100px;
    font-weight: 800;
}

.navbar .navbar-collapse {
    display: flex;
    justify-content: center;
}

.navbar .navbar-nav {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.navbar .nav-link {
    text-align: center;
}

.list1 {
    font-size: 20px;
}

.container {
    padding: 20px;
}

.contents {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.Ecole {
    padding-top: 0%;
    padding-left: 0%;
    margin-left: 0%;
    margin-top: 0%;
}

.Container {
    text-align: center;
}

.Ensitech {
    width: 300px;
    height: 200px;
}

.Imerys {
    width: 300px;
    height: 200px;
}

.Coinaute {
    width: 300px;
    height: 200px;
}

.btnEnsitech, .btnImerys, .btnCoinaute {
    width: 180px;
    height: 50px;
    border-radius: 20%;
    text-decoration-line: none;
}

.card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.card-body {
    padding: 20px;
}

.title {
    font-weight: 800;
}

.title2 {
    font-weight: 700;
}

.Textcontent {
    font-family: Inter;
    font-size: 16px;
}

.text {
    font-family: Inter;
    font-size: 16px;
}

.footer {
    background-color: #F8F9FA;
    padding: 20px 0;
    text-align: center;
    position: relative;
    bottom: 0;
    width: 100%;
}

/* Media Queries for Responsive Design */
@media (min-width: 768px) {
    .contents {
        flex-direction: row;
    }
}

@media (max-width: 767px) {
    .navbar .navbar-nav {
        flex-direction: column;
        gap: 10px;
    }

    .contents {
        flex-direction: column;
    }
}
