/**
* 2007-2019 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.
* CALULCUTILE ECONOMIE
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2019 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.
*/


.page-content-wrapper{

  background-repeat: repeat;

}

.deb{
  display: flex;
  margin-top: 2em;
}

.erreur{
  background: red; width: 80%; margin: 5px auto; border-radius: 5px; color: white;display:none;
}
.deb .col-md-6{
  font-size: 16px;
  color: #333;
}

.d50{
    display: block;
    width:50%;
    background: #F4DEC2;
    }

input#cig,input#price,input#nb_cig_paquet{
    border:0;
    border-radius: 5px;
    padding-left: 10px;
    width: 15%;
    text-align: center;
    margin: auto;
    }

    #btn{

    color:#333;
    background-color: white;
    padding:15px;
    display: block;
    border:0;
    border-radius:5px;
    margin-top: 30px;

  }

    .bobo{
    margin: auto;
    text-align: center;
    background-color:#F4DEC2!important;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
    /*width:50vw;*/
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 1.2em !important;
    }
    .form{
      margin: auto;
    }

    div.bobo > div.form > ul >  li{ display: flex;
      justify-content: space-around;
    flex-direction: column;
   /* width:50%;*/
    margin:auto;
    list-style: none;
    }

    #btn{
      margin-top: 30px;
    }
    div.bobo > div.form > ul > li> label, div.bobo > div.form > ul > li> p{
    color: white !important;
    font-weight:500!important;
    }
    .d50>div>p {
      background: rgb(255,255,255,0.2);
      border: 1px solid rgb(0,0,0,0.4);
      margin: 0;
      color: white;
    }
    .d50>div>p.res {
      background: rgb(0,0,0,0.2);
      border: 1px dotted rgb(0,0,0,0.4);
        background: rgb(255,255,255,0.6);
      color: black !important;

    }
    div#jour, div#mois, div#sem, div#annee {
      padding: 20px;
    }
    div.d50>div#annee,div.d50>div#jour,div.d50>div#mois,div.d50>div#sem{
      display: none;

    }

    @media screen and (max-width:768px){
    .deb{
      flex-direction: column-reverse;
    }
    }
