/**
* 2007-2017 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-2017 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.
*/
h1 {
  font-size: 5rem;
  color:#FFFFFF;
  position: relative;
  display: inline-block;
  color: transparent;
  -webkit-text-stroke: 1px #7c00ff;
  padding-left: 1rem;
}

/*.an_modal_text p, h2, h3
{
    color: #FFF;
}
*/

.an_verification_modal-wrap{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
}
.vp-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 50;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}
.vp-open {
    overflow: hidden;
}
.vp-open .vp-menu-right {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.vp-buttons{
    display: inline-block;
    width: 203px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    padding: 14px 0px;
    border-radius: 5px;
    margin: 0 10px;
}
.vp-buttons:hover,
.vp-buttons:focus{
    color: #fff;
}
#an_verification_modal{
    display: none;
    width: 70%;
    max-width: 700px;
    padding: 48px;
    text-align: center;
    border-radius: 20px;        
    border: 1px solid #7c00ff;  
}
.an_verification_modal-image{
    width: 189px;
    height: 189px;
    margin: 0 auto 0px;
}
#an_verification_image{
    max-width: 100%;
}
.vp-content-container{
    text-align: center;
    padding-bottom: 30px;

}
.vp-content-container #titleAge{
    font-size: 5rem;
    letter-spacing: -0.5px;
    margin-bottom: 14px;
}
.an_modal_text ul {
    display: flex;
    flex-direction: column;
    list-style: disc;
    align-items: center;
}
.an_modal_text ol {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.an_modal_text li {
    padding: 0 8px;
}

p.an_modal_text{
    font-size: 15px;
    color: #FFF;
    max-width: 441px;
    line-height: 1.5;
    margin: 0 auto 42px;
}

#an_verification_yes, #an_verification_no
{
  border: 1px solid #7c00ff;
  border-radius: 15px;
  font-weight:bold;
  font-size:20px;
  width: 260px;
}

.accrocheage 
{
  font-weight:400;
  font-size:21px;
  line-height: 1.5rem;
  font-family: "Montserrat Medium", sans-serif;
  padding-bottom:30px;
  color:white;
}

.textagerequis
{
   font-family: "Montserrat light", sans-serif; 
   font-size:20px; 
   padding-top:40px;
   line-height: 1.5rem;
   color:white;
}


@media (max-width: 1024px){
    .vp-buttons {
        margin: 5px;
    }
}
@media (max-width: 768px){
    .vp-buttons {
        width: 157px;
    }
    #an_verification_modal {
        padding: 23px;
    }
    p.an_modal_text {
        margin: 0 auto 19px;
    }

.textagerequis
{
   font-family: "Montserrat light", sans-serif; 
   font-size:15px; 
   padding-top:10px;
}

.accrocheage 
{
  font-size:15px;
  padding-bottom:0px;
}

.an_verification_modal-image {
        width: 150px;
        height: 113px;
    }
}

@media (max-width: 640px){
    #an_verification_modal {
        width: 100%;
    }
    .an_verification_modal-image {
        width: 150px;
        height: 113px;
    }
    .accrocheage {
        font-size: 15px;
    }
 #an_verification_yes, #an_verification_no
{
  border: 1px solid #7c00ff;
  border-radius: 15px;
  font-weight:bold;
  font-size:15px;
}
.textagerequis
{
   font-family: "Montserrat light", sans-serif; 
   font-size:15px; 
   padding-top:10px;
}

.accrocheage 
{
  font-size:15px;
  padding-bottom:0px;
}

}


