/**
* 2007-2025 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2025 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

#module-ic_listepartenaires-pagepartenaires .block_pres_page, #module-ic_listepartenaires-pagesinglepartenaire .block_pres_page {
    margin-top: 70px;
    background: none;
}

#module-ic_listepartenaires-pagesinglepartenaire .bloc_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

#module-ic_listepartenaires-pagesinglepartenaire .bloc_logo img {
    max-width: 150px;
}

#module-ic_listepartenaires-pagepartenaires .block_pres_page h1 {
    text-align: center;
    margin-bottom: 30px;
}

.bloc_listing_partenaires {
    margin-bottom: 100px;
}

.bloc_listing_partenaires .partenaire_item_inner {
    text-align: center;
    border: 2px solid #eee;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
    padding: 15px 30px;
    position: relative;
    z-index: 1;
    background: #fff;
}

.bloc_listing_partenaires .partenaire_item_inner h2 {
    height: 50px;
}

.bloc_listing_partenaires .partenaire_item {
    margin-bottom: 20px;
}

.bloc_listing_partenaires .partenaire_item_inner .bloc_img {
    margin-bottom: 30px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .bloc_single_partenaires .content_line .bloc_img_inner {
        margin-bottom: 30px;
    }

    .bloc_single_partenaires .line_img_right {
        flex-direction: column-reverse;
    }
}

.bloc_listing_partenaires .partenaire_item img {
    max-height: 150px;
    max-width: 100%;
    width: auto;
}

#module-ic_listepartenaires-pagesinglepartenaire .block_pres_page {
    margin-bottom: 0;
}

.bloc_single_partenaires .content_line {
    padding: 45px 0;
    display: flex;
    flex-wrap: wrap;
}

.bloc_single_partenaires .content_line img {
    max-width: 100%;
    border-radius: 10px;
}

.bloc_single_partenaires .content_line .bloc_txt, .bloc_single_partenaires .content_line .bloc_img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bloc_single_partenaires .bloc_txt_right .bloc_txt_inner {
    padding-left: 20px;
}

.bloc_single_partenaires .bloc_txt_left .bloc_txt_inner {
    padding-right: 20px;
}

#module-ic_listepartenaires-pagesinglepartenaire .bloc_galerie {
    margin-top: 70px;
    margin-bottom: 70px;
}

#module-ic_listepartenaires-pagesinglepartenaire .bloc_galerie img {
    object-fit: cover;
    height: 270px;
    max-width: 100%;
    object-position: center;
}

#module-ic_listepartenaires-pagesinglepartenaire h2 {
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 30px;
}

#module-ic_listepartenaires-pagesinglepartenaire .bloc_galerie .slick_prev {
    left: -15px;
}

#module-ic_listepartenaires-pagesinglepartenaire .bloc_galerie .slick_next {
    right: -15px;
}

#module-ic_listepartenaires-pagesinglepartenaire .bloc_galerie .slick_arrow {
    cursor: pointer;
    position: absolute;
    top: calc(50% - 15px);
    background: #F56D8F;
    color: #fff;
    border-radius: 50%;
    z-index: 1;
    transform: scale(1);
    transition-duration: .2s;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#module-ic_listepartenaires-pagesinglepartenaire p,
#module-ic_listepartenaires-pagesinglepartenaire li {
    color: #000;
}