/* CSS Document */
@media screen and (max-width: 1200px) {
    .products-list {
        gap: 30px;
        margin-top: 30px;
        justify-content: center;
    }
    .products-list .product-card {
        width: calc(50% - 15px);
        max-width: 480px;
    }
    /*Fiche produit*/
    .fiche-produit .product-content .right .block-infos-prix {
        gap: 5px;
        flex-direction: column;
        align-items: flex-start;
    }
    /*Prestataires*/
    .liste-prestataires {
        gap: 30px;
    }
    .liste-prestataires .presta-card {
        width: calc(33.333333% - 20px);
    }
}
@media screen and (max-width: 1000px) {
    /*Header*/
    header .region-header {
        padding: 0 30px;
    }
    /*Form*/
    .home-form-container h1 {
        font-size: 37px;
        margin-top: 60px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .home-form-container h1 .small {
        font-size: 20px;
    }
    .home-form-container {
        max-height: none;
        padding-bottom: 50px;
        height: 532px;
    }
    .ouiresa-market-search-form {
        flex-direction: column;
        background: rgba(255, 255, 255, 0.2);
    }
    .search-form-container {
        height: auto;
        max-height: none;
    }
    .search-form-container h1 .small {
        font-size: 20px;
    }
    /*Fiche produit*/
    .fiche-produit {
        padding-top: 20px;
    }
    .fiche-produit .header-product {
        padding-bottom: 25px;
        border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    }
    .fiche-produit .header-product h1 {
        font-size: 28px;
        line-height: 32px;
    }
    .fiche-produit .product-content {
        gap: 25px;
        flex-direction: column-reverse;
    }
    .fiche-produit .product-content .left {
        width: 100%;
        max-width: none;
    }
    .fiche-produit .product-content .right {
        width: 100%;
        max-width: none;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}
@media screen and (max-width: 900px) {
    /*Prestataires*/
    .liste-prestataires {
        gap: 20px;
    }
    .liste-prestataires .presta-card {
        width: calc(50% - 10px);
    }
    /*Paragraphes*/
    .para-item-paragraphe .container-para {
        flex-direction: column-reverse;
    }
    .para-item-paragraphe .para-desc,
    .para-item-paragraphe .para-photos {
        width: 100% !important;
        margin-right: 0;
    }
    .para-item-paragraphe .para-photos,
    .para-item-paragraphe .para-desc {
        width: 100% !important;
    }
}
@media screen and (max-width: 800px) {
    /*Fiche client*/
    .fiche-client {
        padding-top: 25px;
    }
    .fiche-client .header-client .left .texte h1 {
        font-size: 24px;
        line-height: 28px;
    }
    .fiche-client .header-client {
        margin-bottom: 30px;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .fiche-client .header-client .left {
        flex-direction: column;
        align-items: flex-start;
    }
    .fiche-client .header-client .left .texte .intro-header {
        font-size: 12px;
    }
    .fiche-client .description {
        position: relative;
        max-height: 100px;
        overflow: hidden;
    }
    .fiche-client .description:after {
        content: '';
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(transparent, #fff);
    }
    .fiche-client .description.active {
        max-height: none;
    }
    .fiche-client .description.active:after {
        display: none;
    }
    .fiche-client .toggle-desciption {
        display: flex;
    }
    .fiche-client .nb-resultats {
        margin-top: 20px;
    }
    /*Paragraphes*/
    .galerie-paragraphe .grid__item {
        margin-bottom: 10px;
    }
    .galerie-paragraphe .grid__item,
    .galerie-paragraphe .grid__col-sizer {
        width: calc(50% - 5px);
    }
    .galerie-paragraphe .grid__gutter-sizer {
        width: 10px;
    }
}
@media screen and (max-width: 600px) {

    .fiche-produit .header-product .structure-lieu {
        flex-wrap: wrap;
    }

    .products-list .product-card .content .structure {
        flex-wrap: wrap;
    }

    .pager__item--first,
    .pager__item--last {
        display: none !important;
    }
    .pager a[rel=prev],
    .pager a[rel=next] {
        padding: 0 5px !important;
        font-size: 12px !important;
    }
    /*Prestataires*/
    .liste-prestataires {
        gap: 20px;
    }
    .liste-prestataires .presta-card {
        width: 100%;
    }
    .products-list .product-card {
        width: 100%;
    }
    /*Footer*/
    footer .gl-copy {
        padding: 15px 25px;
        flex-direction: column;
        gap: 15px;
    }
    /*Paragraphes*/
    .pos-photo-1 .para-photos,
    .pos-photo-2 .para-photos {
        flex-direction: column;
    }
    .pos-photo-1 .para-photos .para-photo,
    .pos-photo-2 .para-photos .para-photo {
        margin: 5px 0;
        display: flex;
    }
    .pos-photo-1 .para-photo-img,
    .pos-photo-2 .para-photo-img {
        width: 100%;
    }
    .pos-photo-1 .para-photos .para-photo a,
    .pos-photo-1 .para-photos .para-photo img,
    .pos-photo-2 .para-photos .para-photo a,
    .pos-photo-2 .para-photos .para-photo img {
        display: inline-block;
        width: auto;
        height: auto;
    }
}