/**
 * 2019-2022 Team Ever
 *
 * 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.
 *
 *  @author    Team Ever <https://www.team-ever.com/>
 *  @copyright 2019-2022 Team Ever
 *  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* Webbax - Tuto 36 - Popup */
/*https://www.webbax.ch/2017/10/02/prestashop-1-7-popup-ep-36/*/
#everpspopup_block_center{
    background-size: cover;
    margin: 0;
    padding: 0;
}
#everpspopup_block_center h1, #everpspopup_block_center h2, #everpspopup_block_center span {
    text-align: center;
}
#ever_newsletter_subscribe {
    font-size: 0.9rem;
}
.fancybox-slide>*{
    /*padding:0!important;*/
    margin:0!important;
    width:100%!important;
    overflow: hidden;
}
.fancybox-slide{
    padding:0 30%!important;
}

div#everpspopup_block_center img {
    height: auto!important;
    max-width: 100%!important;
}

/* Ipad */
@media(max-width:1024px){
    .fancybox-slide{padding:0 0%!important;}
}

/* Mobile */
@media(max-width:500px){
   .fancybox-slide>*{width:80%!important;}
   .fancybox-slide{padding:0 10%!important;}
}
/*Merci Germain ! De la part de toute la Team :) */
.fancybox-inner{
    overflow: hidden!important;
}
#adult_mode_form .input-group {
    margin: 0 auto;
}
.fancybox-container *{
    margin:0;
    padding:0;
}