/**
* 2007-2024 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-2024 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-icvideolisting-pageconception #wrapper {
    padding-top: 0;
}

#module-icvideolisting-pageconception .block_pres_conception {
    margin-bottom: 40px;
}

#module-icvideolisting-pageconception .bloc_listing_video {
    margin-bottom: 130px;
}

#index .bloc_listing_video {
    margin-bottom: 80px;
}

.bloc_listing_video .item_cat_video > h2 {
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 30px;
}

.bloc_listing_video .list_videos {
    margin-left: -15px;
    margin-right: -15px;
}

.bloc_listing_video .item_video {
    padding: 0 15px;
    height: 200px;
}

.bloc_listing_video .item_video_inner {
    cursor: pointer;
    padding: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
}

.bloc_listing_video .item_video_inner p {
    color: #fff;
    text-align: center;
    line-height: 1.5;
}

.bloc_listing_video .item_video_inner span {
    color: #fff;
    font-size: 35px;
    transition-duration: .2s;
}

.bloc_listing_video .item_video_inner:hover span {
    font-size: 40px;
}

#index .bloc_listing_video .block_btn a,#index .block_prod_cat_home .block_btn a {
    opacity: 1;
    font-size: 1.4rem;
    font-weight: 600;
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #F56D8F;
    color: #fff !important;
    border-radius: 40px;
    text-transform: none;
    cursor: pointer;
    transition-duration: .2s;
}

.bloc_listing_video .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;
}

.bloc_listing_video .slick_arrow:hover {
    transform: scale(1.1);
}

.bloc_listing_video .slick_next {
    right: 0;
}

.bloc_listing_video .slick_prev {
    left: 0;
}

.item_cat_video {
    margin-bottom: 70px;
}

#module-icvideolisting-pageconception a.btn.btn-default, #index .block_pres_page a.btn.btn-default {
    opacity: 1;
    font-size: 1.4rem;
    font-weight: 600;
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #F56D8F;
    color: #fff !important;
    border-radius: 40px;
    text-transform: none;
    cursor: pointer;
    transition-duration: .2s;
}

#module-icvideolisting-pageconception a.btn.btn-default:hover, #index .block_pres_page a.btn.btn-default:hover {
    opacity: .8;
}

.block_pres_page {
    position: relative;
    margin-bottom: 130px;
    background: linear-gradient(#D2EFF4, #fff);
}

.block_pres_page .block_content_inner {
    padding-top: 110px;
    padding-right: 70px;
}
@media (min-width: 1200px) {
    .block_pres_page {
        padding-left: calc(((100% - 1140px) / 2) + 15px);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .block_pres_page {
        padding-left: calc(((100% - 960px) / 2) + 15px);
    }
    .block_pres_page .block_img {
        width: 400px!important;
        height: 400px!important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .block_pres_page {
        padding-left: calc(((100% - 720px) / 2) + 15px);
    }
    .block_pres_page .block_img {
        width: 400px!important;
        height: 400px!important;
        opacity: .6;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .block_pres_page {
        padding-left: calc(((100% - 540px) / 2) + 15px);
    }
    .block_pres_page .block_img {
        width: 400px!important;
        height: 400px!important;
        opacity: .6;

    }
}

@media (max-width: 575px){
    .block_pres_page {
        padding-left: 15px;
    }

    .block_pres_page .block_img {
        width: 300px!important;
        height: 300px!important;
        opacity: .6;

    }
}

.block_pres_page .breadcrumb {
    padding-top: 20px!important;
}

.block_pres_page h1 {
    color: #000;
    font-weight: 600;
    font-size: 38px;
}

.block_pres_page .h3 {
    text-transform: none;
    font-weight: 600;
    margin-bottom: 25px
}

.block_pres_page p {
    color: #000;
}

.block_pres_page p strong {
    font-weight: 600;
}

.block_pres_page .block_content_inner li {
    display: flex;
    align-items: center;
    line-height: 1.7;
}


.block_pres_page .block_content_inner li:before {
    content: '\e86c';
    font-family: Material Icons;
    color: #58CED4;
    margin-right: 5px;
}

.block_pres_page .block_content {
    z-index: 1;
}

.block_pres_page .block_img {
    /* width: 1000px;
    height: 1000px;
    border-radius: 50%; */
    width: 540px;
    height: 500px;
    border-radius: 0 0 0 500px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    /* top: -500px;
    right: -12%; */
    top: 0;
    right: 0;
}

.block_pres_page .block_img_inner {
    width: 100%;
    height: 100%;
}

.block_pres_page .block_img_inner img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.popup_video {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}

.popup_video .popup_video_inner {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    margin: 15px;
    position: relative;
}

.popup_video .popup_video_inner .close_popup_video {
    color: #fff;
    font-size: 35px;
    position: absolute;
    top: -40px;
    right: 0;
    cursor: pointer;
}

.block_map_conceptions {
    margin-bottom: 70px;
}

/* Category */

.block_pres_page .block_content_inner .block-category {
    padding: 0;
}

/* Home */

.block_prod_cat_home {
    margin-bottom: 80px;
}

.block_prod_cat_home h2 {
    color: #000;
    font-weight: 600;
    font-size: 38px;
    margin-bottom: 40px;
}

.block_prod_cat_home .item_prod_cat img {
    max-width: 100%;
    max-height: 68px;
}

.block_prod_cat_home .item_prod_cat a {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    height: 210px;
    border-radius: 10px;
    transform: scale(1);
    transition-duration: .2s;
}

.block_prod_cat_home .item_prod_cat a:hover {
    transform: scale(1.1);
}
