﻿/* ce fichier sert pricipalement à corriger les bugs d'affichage la carte Google de la page magasin */

.cyb_magasin__list-mag {
    padding: 10px 30px;
}

.cyb_magasin__search {
    display: flex;
    max-width: 250px;
    margin: auto;
}

.cyb_magasin__search-bar {
    max-width: 210px;
}

/* traitement des conflits barre de recherche*/
.mag-loc #_ctl0_ContentPlaceHolder1_txt_mag_recherche {
    width: 100%;
}

@media screen and (max-width: 720px) {
    .cyb_magasin__header-section {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .cyb_magasin__list-mag,
    .cyb_magasin__map-mag {
        width: 100%;
    }

    .cyb_magasin__list-mag {
        padding: var(--val_10);
    }
}

/* Section "NOS SERVICES" */
.cyb_magasin__nos-services {
    margin-top: var(--val_30);
    margin-bottom: var(--val_5);
}

/* traitement des conflits bouton "plus d'info" */
@media screen and (max-width: 480px) {
    .mag-info {
        width: 95px;
        font-size: var(--size_p);
    }

    .mag-go li {
        margin: 0;
        padding: var(--marg_5_0);
    }
}