* {
    margin: 0;
    padding: 0;
}

.presenImg {
    background-image: url(IMAGES/disney2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bandeau {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #387eb2;
    color: white;
    padding: 30px 40px;
}

.logo {
    display: flex;
    background-image: url(IMAGES/logoDisney-modified.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
}

.interface {
    font-size: 35px;
    font-family: "Dancing Script", cursive;
}

.interface ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.interface ul li {
    margin: 0 20px;
}

.interface nav a {
    text-decoration: none;
    color: white;
    font-weight: 500;
    transition: color 0.3s;
    margin-right: 40px;
}

.interface a:hover {
    color: rgb(13, 149, 233);
}

.reseaux {
    gap: 20px;
    display: flex;
    font-size: 30px;
    width: 220px;
}

.titre2 {
    padding-top: 2%;
    padding-bottom: 2%;
    text-align: center;
    font-size: 50px;
    font-family: "Dancing Script", cursive;
    color: white;
}

.titre2 i {
    color: #d8be81;
    font-size: 40px;
}

.presentation {
    border-bottom: 1px solid #5858589f;
    padding-bottom: 2%;
    display: flex;
    margin: 0;
}

.headerSection {
    margin-left: 4%;
    display: block;
    margin-right: 100px;
    font-weight: bold;
    text-align: center;
    font-family: "Dancing Script", cursive;
    font-size: 50px;
    color: white;
}

.headerBouton {
    margin-left: 25%;
    padding: 10px 10px;
    font-size: 29px;
    border-radius: 100px;
    text-decoration: none;
    color: #000000;
    display: flex;
    justify-content: center;
    width: 50%;
}

.presImg {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2%;
    margin-bottom: 2%;
    margin-left: 7%;
    border-radius: 50px;
    width: 500px;
}

.headerTexte {
    border-radius: 42px;
    margin-top: 79px;
    background-color: #f8c1da9e;
}

.headerSection i {
    color: #d8be81;
    width: 24%;
    font-size: 30px;
}

.btn {
    margin-top: 53px;
    padding: 22px 21px;
    font-size: 30px;
    border-radius: 100px;
    text-decoration: none;
    background-color: #f8c1da;
    display: flex;
    justify-content: center;
}

main {
    padding-bottom: 3%;
    display: flex;
    background-color: #f8c1da;
}

.card-container {
    margin: 0px 50px;
    display: flex;
    gap: 1.5rem;
    width: 100%;
    justify-content: space-between;
    margin-top: 5%;
}

.card {
    background: #387eb2;
    width: 22%;
    font-size: 27px;
    padding: 23px 32px;
    color: white;
    border-radius: 1rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    transition: transform 0.2s ease;
    text-align: center;
}

.card:hover {
    transform: translateY(-5px);
}

.card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

footer {
    text-align: center;
    padding: 15px;
    background-color: #ffabd2;
    color: #363636;
    font-size: 17px;
    border-top: 1px solid #5858589f;
}

.text-mention-legale {
    font-size: 25px;
}

@media (max-width: 1200px) {
    .interface {
        font-size: 28px;
    }
    .interface nav a {
        margin-right: 20px;
    }

    .presentation {
        gap: 20px;
    }

    .presImg {
        width: 380px;
    }

    .card {
        width: 28%;
    }
}

@media (max-width: 992px) {

    .bandeau {
        flex-direction: column;
        gap: 20px;
        text-align: center;
        padding: 20px;
    }

    .interface ul {
        flex-direction: column;
        gap: 10px;
    }

    .reseaux {
        justify-content: center;
    }

    .presentation {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .presImg {
        margin: 20px auto;
        width: 60%;
    }

    .headerSection {
        margin: 0;
        font-size: 40px;
    }

    .headerBouton {
        margin-left: 0;
        width: 70%;
    }

    .btn {
        font-size: 25px;
    }

    .card-container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .card {
        width: 40%;
    }
}

@media (max-width: 768px) {

    .logo {
        width: 80px;
        height: 80px;
    }

    .interface {
        font-size: 24px;
    }

    .titre2 {
        font-size: 36px;
    }

    .headerSection {
        font-size: 32px;
    }

    .headerTexte {
        margin-top: 25px;
    }

    .btn {
        padding: 18px;
        font-size: 24px;
    }

    .card {
        width: 80%;
        font-size: 24px;
    }
}

@media (max-width: 576px) {

    .presenImg {
        background-attachment: scroll;
    }

    .bandeau {
        padding: 15px;
        gap: 10px;
    }

    .interface nav ul {
        flex-direction: column;
    }

    .interface nav a {
        font-size: 20px;
        margin: 0;
    }

    .reseaux {
        font-size: 24px;
        width: auto;
    }

    .presImg {
        width: 85%;
        margin-left: 0;
    }

    .headerSection {
        font-size: 26px;
    }

    .btn {
        font-size: 20px;
        padding: 15px 12px;
    }

    .card-container {
        margin: 20px;
    }

    .card {
        width: 95%;
    }

    footer {
        font-size: 15px;
    }
}

@media (max-width: 400px) {
    .headerSection {
        font-size: 22px;
    }

    .btn {
        font-size: 18px;
    }

    .titre2 {
        font-size: 28px;
    }
}