/**



 * 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/*/

.fancybox-opened {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100% !important;
    bottom: 0;
    top: 0 !important;
}

.fancybox-inner {
    overflow: hidden !important;
    height: 100% !important;
}

#everpspopup_block_center{
    background: #F2C335 url(/img/cms/bg_drapeau.png) !important;
    height: 400px;
    background-size: contain !important;
}

#everpspopup_block_center .container{
        height: 100%;
}

#everpspopup_block_center .row{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; 
}

#everpspopup_block_center .rte{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

#everpspopup_block_center .title-categ {
    line-height: normal;
    text-align: center;
}

#everpspopup_block_center h1, #everpspopup_block_center h2, #everpspopup_block_center span {
    text-align: center;
}
#ever_newsletter_subscribe {
    font-size: 0.9rem;
}
div#everpspopup_block_center img {
    height: auto!important;
    max-width: 100%!important;
}

#everpspopup_block_center .fancybox-close-small{
    background: #000398;
    width: 30px;
    height: 30px;
    padding: 0;
  top: 15px;
  right: 15px;
}
#everpspopup_block_center .fancybox-button svg path{
    fill: #fff;
}

@media(max-width:991px){

    #everpspopup_block_center{
        width: 100%;
    }


}


