


    .header1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-family: Arial, Helvetica, sans-serif;
        padding: 0 40px;
    }

    .header1 h1 {
        flex: 1;
        text-align: center;
        margin: 0;
    }

    .widthdiv {
        background-color: white;
        width: 1045px;
    }

    .navclass {
        margin: 10px;

    }

    .nav1,
    .nav2,
    .nav3 {
        margin: 3px;
        padding: 5px;
        border: 1px solid;
        background-color: rgb(187, 185, 185);
    }

    .center {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .h2color {
        background-color: brown;
        margin: 10px;
        padding: 10px;
        text-align: center;
    }



    article {

        justify-content: center;
    }



    .space-between {
        display: flex;
        justify-content: space-between;
    }

    .imageaccueil {
        display: flex;
        align-items: center;
        padding-bottom: 00px;
        margin: 20px;

    }


    .padding {
        display: flex;
        justify-content: space-evenly;
        padding-top: 3cm;

    }

    .header3 {
        text-align: center;
    font-size: 20px;
        margin-top: -10px;
    }
    .textimage {
        display: flex;
        justify-content: center;
        margin: 20px;
        width: 400px;
        height: 320px;
        margin-top: -20px;
        overflow: auto;
        text-align: center;
        font-size: 25px;
    }

    .textimage1{
        display: flex;
        justify-content: center;
        margin: 20px;
        width: 400px;
        height: 320px;
        margin-top: -20px;
        overflow: auto;
        font-size: 60px;
    align-items: center;
    text-align: center;
    }


    .sectionavecimage {
        display: flex;
        flex-direction: column;

    }

    .StructurePage2 {
        display: flex;
        flex-direction: column;
        align-items: center;

    }

    .imageEndroit {
        display: flex;
        width: 1882px;
        height: 192px;
        object-fit: cover;


    }



    .billeterie {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 240px;
        height: 451px;
        padding: 8px;
        background: #FFFFFF;
        border: 1px solid #000000;

    }

    .article1 {


        width: 980px;
    }

    .ArticleHistoire {
        display: flex;
        flex-direction: column;
        height: 100px;
        width: 980px;
        margin-bottom: 30px;
    }


    .asideDroite {
        display: flex;
        justify-content: space-between;
    }

    .videoDeEndroit {

        display: flex;
        flex-direction: column;
        align-items: center;


    }

    .StructurePage {
        display: flex;
        flex-direction: column;
        align-items: center;

    }

    .Tips1 {
        display: flex;
        flex-direction: row;
        justify-content: center;

    }

    .Tips {
        display: flex;
        align-items: center;
        flex-direction: column;
        height: 20cm;
        margin: 20px;


    }

    .imageTips {


        width: 367px;
        height: 250px;
        margin-top: -15px;

    }

    .pTips {
        text-align: center;
        width: 367px;
        height: 400px;
        margin-top: 10px;
        font-size: 20px;
        overflow: auto;
    }

    /* Conteneur principal */
    .navbox-root {
        width: 220px;
        margin: 20px;
        padding: 0;
        list-style: none;
        font-family: Arial, sans-serif;
        display: flex;
        flex-direction: column;
        /* les items s'empilent verticalement */
    }

    /* Élément principal */
    .navbox-item {
        display: flex;
        flex-direction: column;
        border: 1px solid #333;
        background-color: #ffffff;
        position: relative;
        /* nécessaire pour le hover sur le sous-menu */
    }

    /* Zone cliquable */
    .navbox-trigger {
        color: #000000;
        padding: 10px;
        cursor: default;
        user-select: none;
        display: flex;
        /* pour aligner un éventuel icône ou texte */
        align-items: center;
        justify-content: space-between;
    }

    /* Liste déroulante */
    .navbox-list {
        display: flex;
        /* flex vertical pour les liens */
        flex-direction: column;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        background-color: #ffffff;
        border: 1px solid #333;
        border-top: none;
        overflow: hidden;
        max-height: 0;
        /* menu masqué */
        transition: max-height 0.3s ease-out;
    }

    /* Liens */
    .navbox-link a {
        display: flex;
        padding: 10px;
        text-decoration: none;
        color: #000000;
        border-top: 1px solid #cccccc;
    }

    /* Hover */
    .navbox-link a:hover {
        background-color: #007BFF;
        color: #ffffff;
    }

    /* Affichage du menu */
    .navbox-item:hover .navbox-list {
        max-height: 500px;
        /* assez grand pour contenir tous les liens */
    }

    .footer {
        display: flex;
        justify-content: space-between;
    align-items: baseline;
    }

    .footerImg {
        width: 200px;
        height: auto;
        margin: 10px;
    }
    .footerP {
        font-size: 14px;
        margin: 10px;
    
    }
    .h2center {
        display: flex;
        
        text-align: center;
        justify-content: center;
        width: 350px;
        height: 50px;
    }

    .ifrane1 {
        width: 560px;
        height: 315px;
    
    }


    @media screen and (max-width: 768px) {
        .widthdiv {
            width: 100%;
        }
        .ifrane1 {
            width: 100%;
            height: auto;
        }
        

        .padding {
            padding-top: 1cm;
        }

        .center {
            display: flex;
            flex-wrap: wrap;
        }

        .sectionavecimage {
            width: 48%;
            margin-bottom: 10px;
            min-height: 250px;

        }

        .imageaccueil {
            width: 100%;
            max-width: 200px;
            height: auto;
            margin: auto;
            height: 110px;
        }

        .textimage {
            width: 175px;
            height: 150px;
            margin: 10px auto 0;
            font-size: 12px;
            text-align: center;
            overflow: auto;
        }

        .header1 {
            padding: 10px;
        }

        .header1 h1 {
            font-size: 18px;
        
        }


    .header3 {
    padding-top: 15px;
    font-size: smaller;
    margin-bottom: -10px;
    }






        /* Image endroit */
        .imageEndroit {
            width: 100%;
            height: 250px;
            overflow: hidden;
        }

        .imageEndroit img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .ImageHistoireDeLaVille {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            overflow: hidden;
        }


        .Tips1 {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .Tips {
            height: 240px;
            padding: 10px;
            padding-bottom: 50px;
            overflow-y: auto;
            border: 1px solid #ccc;
        }

        .imageTips {
            width: 100%;
            height: 110px;
            object-fit: cover;
        }

        .pTips {
            font-size: 14px;
            width: 310px;
            padding-bottom: 200px;
        }

        .ArticleHistoire {
            height: 100%;
            width: 100%;
            margin-bottom: 30px;
            overflow: auto;
        }


        .navbox-root {
            width: 150px;
            /* plus petit pour mobile */
            margin: 10px;
            padding: 0;
            list-style: none;
            font-family: Arial, sans-serif;
            display: flex;
            flex-direction: column;
            font-size: 14px;
            /* texte plus petit */
        }

        /* Élément principal */
        .navbox-item {
            display: flex;
            flex-direction: column;
            border: 1px solid #333;
            background-color: #ffffff;
            position: relative;
        }

        /* Zone cliquable */
        .navbox-trigger {
            color: #000000;
            padding: 6px 8px;
            /* padding réduit pour mobile */
            cursor: default;
            user-select: none;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        /* Liste déroulante */
        .navbox-list {
            display: flex;
            flex-direction: column;
            width: 100%;
            padding: 0;
            margin: 0;
            list-style: none;
            background-color: #ffffff;
            border: 1px solid #333;
            border-top: none;
            overflow: hidden;
            max-height: 0;
            transition: max-height 0.3s ease-out;
        }

        /* Liens */
        .navbox-link a {
            display: flex;
            padding: 6px 8px;
            /* padding réduit */
            text-decoration: none;
            color: #000000;
            border-top: 1px solid #cccccc;
        }

        /* Hover */
        .navbox-link a:hover {
            background-color: #007BFF;
            color: #ffffff;
        }

        /* Affichage du menu */
        .navbox-item:hover .navbox-list {
            max-height: 400px;
            /* adapté à mobile */
        }

        .title {
        
            margin: 15px;
            
        
        }


    .textimage1{
            width: 180px;
            height: 150px;
            margin: 10px auto;
            font-size: 25px;
            text-align: center;
            overflow: auto;
        }



    @media screen and (min-width: 1024px) and (max-width: 1920px) {

        .imageEndroit {
            width: 100%;
            height: 250px;
            overflow: hidden;
        }

        .imageEndroit img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
    }
    }