        .Applat {
            background-color: #E8E3DB;
            margin-top: -30px;
        }
        
        .ContenantInfoMagasin {
            display: flex;
            width: 80%;
            justify-content: space-evenly;
            align-content: center;
            background-color: white;
            margin: 0 auto;
        }
        
        .ContenantInfoPlusMagasin {
            display: flex;
            justify-content: space-evenly;
        }
        
        .H1 {
            text-align: center;
            color: grey;
            font-weight: 200;
        }
        
        .ContenuMagasin {
            width: 30%;
            padding: 10px 10px 20px 20px;
            margin-left: 10px;
            box-shadow: 0 2px 10px 0 rgb(0 0 0 / 15%);
        }
        
        .ContenuReferent {
            background-color: #E8E3DB;
            padding: 8px;
            border-radius: 5px;
            box-shadow: 0 2px 2px 0 rgb(0 0 0 / 15%);
        }
        
        .ContenuInfoPhotos {
            width: 50%;
        }
        
        .ContenuInfoTexte {
            width: 50%;
        }
        
        .ContenantBouton {
            width: 80%;
            margin: 0 auto;
            background-color: white;
            display: flex;
            justify-content: space-around;
            padding-top: 40px;
            padding-bottom: 40px;
            vertical-align: middle;
        }
        
        .ContenuBouton {
            width: 250px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            background-color: #E8E3DB;
            border-radius: 5px;
            box-shadow: 0 2px 2px 0 rgb(0 0 0 / 15%);
        }
        
        .ContenuBoutonApc {
            width: 80%;
            margin: 0 auto;
            height: 40px;
            line-height: 40px;
            text-align: center;
            background-color: #E8E3DB;
            border-radius: 5px;
            box-shadow: 0 2px 2px 0 rgb(0 0 0 / 15%);
        }
        
        .IconeBouton {
            font-size: 18px;
            display: inline;
            vertical-align: middle;
        }
        
        .ContenantActivitees {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-evenly;
        }
        
        .H2Magasin {
            font-size: 14px;
        }
        
        .Retrait {
            padding-left: 5%;
        }
        
        .DescriptionMagasin {
            width: 60%;
            margin: 0 auto;
        }
        
        .BoxStore {
            width: 30%;
            margin-bottom: 20px;
        }
        
        .Centrer {
            text-align: center;
        }
        
        .IframeCarteMagasin {
            width: 100%;
            height: 200px;
        }
        
        .ImgEntete {
            width: 100%;
        }
        
        #ContenantCarteMap {
            width: 80%;
            margin: 0 auto;
        }
        
        .ContenantPhotosEntete {
            width: 80%;
            height: auto;
            margin: 0 auto;
        }
        
        .ContenuInfoPhotosResponsive {
            display: none;
        }
        
        .ContenantReseau {
            width: 50%;
            margin: 0 auto;
            text-align: center;
        }
        
        .ContenantTitre {
            background-color: white;
            width: 80%;
            padding-bottom: 5px;
            padding-top: 5px;
            margin: 0 auto;
            margin-top: 15px;
        }
        
        .ContenantReseau i {
            padding: 20px;
        }
        
        @media screen and (max-width: 1000px) {
            .ContenantInfoPlusMagasin {
                font-size: 12px;
                display: block;
            }
            .BoxStore {
                width: 50%;
                margin-bottom: 20px;
            }
            .ContenantBouton {
                width: 95%;
                background-color: white;
                display: block;
                padding-bottom: 1px;
            }
            .ContenuBouton {
                width: 250px;
                margin: 0 auto;
                margin-bottom: 30px;
            }
            .ContenantPhotosEntete {
                width: 95%;
            }
            .ContenantInfoMagasin {
                display: flex;
                width: 95%;
                justify-content: space-evenly;
                align-content: center;
                background-color: white;
                margin: 0 auto;
            }
            .ContenuInfoTexte {
                width: 90%;
            }
            .ContenuInfoPhotos {
                display: none;
            }
            .ContenuInfoPhotosResponsive {
                display: block;
                width: 95%;
                margin: 0 auto;
            }
            .H1 {
                font-size: 20px;
                margin-top: 25px;
            }
            .ContenantTitre {
                width: 95%;
            }
            #ContenantCarteMap {
                width: 95%;
                margin: 0 auto;
            }
        }