/**
* 2007-2020 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-2020 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.
*/
#iziavisproduct_block {
    display: block;
    padding: .5rem 1px;
    text-align: center;
}
#iziavisproduct_modal_container {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8000;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    display: none;
}
#iziavisproduct_modal_container.open {
    visibility: visible;
    opacity: 1;
    display: block;
}
#iziavisproduct_modal_container .modal-block {
    position: absolute;
    top: 10%;
    bottom: 0;
    left: 25%;
    /*max-width: 35%;*/
    width: 50%;
    background-color: #fefefe;
    padding: 0 0 2em;
    z-index: 9999;
    overflow: hidden;
    max-height: 70%;
    padding: 1rem;
    overflow: auto;
}
#iziavisproduct_modal_container .modal-block .close {
    font-size: 40px;
    line-height: 20px;
    font-weight: normal;
}
#iziavisproduct_modal_container .modal-header {
    
}
#iziavisproduct_modal_container .modal-header .header-center {
    font-weight: bold;
    font-size: 22px;
    margin: 10px auto;
}
#iziavisproduct_modal_container .modal-block .modal-body {
    max-height: 85%;
    overflow: auto;
    margin-top: .15rem;
}
#iziavisproduct_list {
    padding: 1rem;
}
#iziavisproduct_list li.list-item {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
#iziavisproduct_list li.hidden {
    display: none;
    visibility: hidden;
}
#iziavisproduct_list li.list-item:nth-child(1) {
    border-top: 1px solid #e4e4e4;
}
#iziavisproduct_list li.list-item p.date_avis, #iziavisproduct_list li.list-item p.author {
    color: #919191;
}
#iziavisproduct_list li.list-item div.align_justify {
    color: #333333;
}
#iziavisproduct_list li.list-item p.date_avis {
    text-align: right;
}
#iziavisproduct_list li.list-item p.author {
    font-weight: normal;
    font-size: 12px;
    margin-top: 9px;
}
#iziavisproduct_list li.list-item p.author span {
    display: inline-block;
    padding-right: 1rem;
}
#iziavisproduct_list li.list-item p.author span:nth-child(n+2) {
    padding-left: 1rem;
    border-left: 1px solid #aaa;
}
#iziavisproduct_list .list-item div>span {
    color: transparent;
    text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
}
