/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                 Config Généarale
 * --------------------------------------------------------------------------------------------------------------
 */
 @font-face {
    font-family: "Cormorant", sans-serif;
    src: url("../../themes/hello-elementor-child/fonts/Cormorant/Cormorant-Regular.woff") format(woff), url("../../themes/hello-elementor-child/fonts/Cormorant/Cormorant-Regular.ttf") format(ttf);
  }

/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                Card des presses 
 * --------------------------------------------------------------------------------------------------------------
 */

/* Contenue Générale des Cards */

#presses {
    width: 100%;
    position: relative;
    margin: auto;
    padding: 40px 0;
}

.presses-swiper-item {
    width: 100%;
    max-width: 330px;
    padding: 0 0 10px 0;
    margin: 10px 30px 10px 0;
    border: 2px solid #00000005;
    background-color: rgb(253, 250, 240);
}

.image-date {
    min-height: 340px;
}

.presses-swiper-item .img-presse img {
    max-width: 340px;
    max-height: 350px;
    width: 100%;
    height: 340px;
}

.presses-swiper-item .nom p{
    font-size: 20px;
    color: #000000;
    font-family: Cormorant;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 20px;
}
.presses-swiper-item .date_de_parution p,.presses-swiper-item .autre p {
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 16px;
    color: black;
    opacity: 0.4;
    text-align: left;
    padding:10px 0 0 20px;
}
.presses-swiper-item .description-presse p{
    font-size: 18px;
    color: #00000060;
    font-family: 'Raleway';
    font-weight: 400;
}

h1.title-press {
    text-align: center;
    color: #000000;
    font-family: "Cormorant", Sans-serif;
    font-size: 26px;
    font-weight: 400;
}

h2.title-press {
    text-align: center;
    color: #000000;
    font-family: "Cormorant", Sans-serif;
    font-size: 70px;
    font-weight: 500;

}


.contain-press{
    display: flex;
    flex-wrap: wrap;
}

/*Filtre*/
.filter-bar {
    width: auto !important;
}

.ul-filter-bar {
    list-style: none;
    display: flex;
    justify-content: space-around;
    width: 100%;
}

/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                 Swipper Navigation 
 * --------------------------------------------------------------------------------------------------------------
*/

.buttons {
    background-color: #CFBF8C;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    pointer-events: auto;

}


/**
 * --------------------------------------------------------------------------------------------------------------
 *                                                 Média Queries
 * --------------------------------------------------------------------------------------------------------------
 */

/* Version Tablette Allant jusqu'à 1024 */

@media screen and (max-width:1024px) {
    h2.title-press {
        font-size: 40px !important;
    }
}

/* Version Mobile Allant jusqu'à 628px*/

@media all and (max-width:628px) {
    /* .presses-swiper-item {
        padding-left: 30px;
    } */
    h2.title-press {
        font-size: 40px !important;
    }
}