/**
 * 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-wrap  {

}
#ever_subscription_form > div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.fancybox-wrap .container {
    width: 600px;
    padding: 20px;
}

.fancybox-wrap .nl-title {
    display: block;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    color:#f9b123;    
}

.fancybox-wrap .nl-title strong {
    font-size: 40px;
    font-weight: 800;
    color: #1a1e2b;
}
.nl-txt {
    font-size: 20px;
}

.fancybox-wrap .form-check-input {
    position: relative;
    margin-top: 0;
    margin-left: 0;
}

#ever_subscription_form > div {
    padding: 0;
}

@media (max-width: 800px) {
    .fancybox-wrap .container {
        width: 100%!important;
    }
}

#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;
}