/**
 * 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;
}

.reassure_title{
    margin: 2px 0 4px;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
}

.reassure_icon{
    color: #ff7b31;
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 16px;
}

.info_ever{
    font-size: 9px;
    margin-top:30px;
    padding:15px;
}

.btn_newsletter{
    color: #fff; 
    background-color: #343a40; 
    border-color: #343a40;
    border-radius: 3px;
    font-size: 22px;
}

.input_newsletter{
    min-height: calc(1.5em + (1rem + 2px));
    padding: .5rem 1rem;
    font-size: 2.5rem;
    border-radius: .3rem;
    border: 2px solid #ff7b31;
}

@media only screen and (max-width: 600px) {
    .btn_newsletter{
        font-size: 16px;
    }

    .text_everpop{
        font-size: 14px !important;
    }

    .input_newsletter{
        font-size: 1.8rem;
    }
  }

#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;
}