/**
* 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.
*/
#popuppointrelais {
    position: fixed;
    background: rgba(0,0,0,0.75);
    top: 0;
    width: 100%;
    z-index: 99999;
    text-align: center;
    padding: 50px 0;
    height: 100%;
}
#popcontenu img {
    width: 35px;
    margin-right: 11px;
}
#firstHeading {
    margin-top: 10px;
    font-size: 1.2em;
    text-transform: uppercase;
    color: #138913;
    font-weight: bold;
}
#contentboxg {
    width: 300px;
    height: 100px;
}
#contentboxg p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 11px;
}
#bogxbutt {
    margin-top: 10px;
    float: left;
    display: block;
    width: 100%;
}
.choosepr.bttboxg {
    float: right;
}
.info.bttboxg {
    float: left;
}
.bttboxg {
    border: 1px solid #cc9900;
    background: #f4b61b;
    color: black;
    padding: 5px;
    font-family: arial;
    cursor: pointer;
    border-radius: 3px;
    font-weight: 600;
    font-family: arial;
}
#popuppointrelais > .clearfix {
    border: 1px solid #gainsboro;
    height: 542px;
    width: 100%;
    position: relative;
    background: white;
    max-width: 950px;
    margin: 0 auto;
    border-radius: 10px;
}
.prselect::before {
    font-family: fontawesome;
    content: "\f00c";
    color: green;
    font-size: 23px;
    float: right;
    margin-top: 24px;
}
#listpr {
    float: left;
    width: 38%;
    text-align: left;
    border: 1px solid gainsboro;
    height: 450px;
    overflow-x: hidden;
    overflow-y: scroll;
}
#titlepoppr {
    margin-top: 0;
    margin-bottom: 15px;
}
#closepr::before {
    font-family: fontawesome;
    content: "\f00d";
    float: right;
    font-size: 21px;
    color: #333;
    cursor: pointer;
    margin-right: 6px;
    padding-top: 6px;
}
.infosupp h5 {
    text-transform: uppercase;
    font-weight: 600;
}
.closeinfopr {
    float: right;
}
.closeinfopr::before {
    font-family: fontawesome;
    content: "\f00d";
    float: right;
    font-size: 19px;
    color: #333;
    cursor: pointer;
    margin-right: 0px;
    padding-top: 12px;
}
#closepr {
    display: block;
    float: right;
    width: 100%;
    cursor: pointer;
}

#popcontenu {

    float: left;
    width: 100%;
    padding: 20px;

}
.prrr {
    border: 1px solid gainsboro;
    padding: 0px 10px 10px 10px;
    cursor: pointer;
    transition: all 300ms ease;
    float: left;
    width: 100%;
}
.prrr:hover{
    background: gainsboro;
}
.prrr h3 {
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 13px;
    margin-bottom: 5px;
    font-weight: 600;
}
.prrr ul li {
    font-size: 11px;
    margin-top: 0;
    text-transform: uppercase;
}
.chooseotherpr.bttboxg {
    font-size: 11px;
    padding: 3px;
    float: left;
}
.choosepr.infob.bttboxg {
    float: right;
    padding: 3px;
    font-size: 11px;
}
.infosupp {
    float: left;
    display: block;
    width: 100%;
}
#pointrelaisactif {
    text-transform: uppercase;
    color: #333;
}
#pointrelaisactif h1 {
    text-transform: none;
    font-size: 18px;
    color: #333;
    font-weight: 400;
}
#pointrelaisactif #prname {
    color: #333;
    font-size: 15px;
    font-weight: 600;
}
@media (max-width:767px){
    #popuppointrelais {
    padding: 0;
}
#listpr {
    width: 100%;
}
#carte{
    display:none !important;
}
#closepr::before {
    margin-right: 14px;
}
#popuppointrelais > .clearfix {
    height: 100%;
}
#closepr {
    cursor: pointer;
}
}