/**
* 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.
*
*  @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: url(/img/cms/back.png);
background-repeat: repeat;
}

body {
    background: #eee;
    font-family: 'Roboto', sans-serif;
  }
  #range {
    width: 680px;
    height: 4px;
    border: 0;
    border-radius: 100px;
    background: rgba(0,0,0,0.2);
    outline: none;
    margin-bottom:5px;
  }
  #range .ui-slider-handle {
    position: aboslute;
    margin: -6px 0 0 -17px;
    border-radius: 100px;
    background: #158789;
    color: #fff;
    border: 0;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 60px;
    outline: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.1s ease;
    -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;

  }
  #range .ui-slider-handle:hover {
    transform: scale(1.1);
    cursor: grab;
  }
  #range .ui-slider-range {
    background: #69b6b5;
        margin-bottom: 10px;
  }
  .cntr {
    position: relative;
    margin-left: 50%;
    transform: translate(-50%, -50%);
  }
  .erreur{
    background: red; width: 80%; margin: 5px auto; border-radius: 5px; color: white;display:none;
  }
  .diy{
    text-align: center;
    font-weight:500px;
    width:80%;
    margin:auto;
    background:rgba(255, 255, 255, 0.80);
    padding:10px;
        margin-top: 2%;
      position: relative;
      transition: transform 0.1s ease;
        border-bottom: 0 none;
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
  }

  select#taux_nico{
       color:white;
      background:#F4DEC2;
      margin: auto;
      width: auto;

  }

  #quantity{
    padding: 5px;
    width:50px;
  }

  #btn{
    cursor: pointer;
    margin:auto;
    margin-top:5px;
    background:#eee;
  }
  #ratio{
    color:#158789;

  }
  #aff_base,#aff_nico,#aff_arome{
      font-weight: 800;
  }

  #enbas > div > div{
    display:flex;
    flex-direction : column;
  }

  #arome{

      padding-left: 0px;
  }

  input{
      border: 0;
      border-radius: 5px;
      padding-left: 10px;
      width: 25%;
      text-align: center;
      margin: auto;
      padding: 5px;
      width: 50px;
      color:white;
      background:#F4DEC2;
  }

  #enbas{
    /*display:none;*/
  }
  #btn {
    cursor: pointer;
    margin: auto;
    margin-top: 5px;
    background: #eee;
    color: #333;
    background-color: #eee;
    padding: 15px;
    display: block;
    border: 0;
    border-radius: 5px;
    margin: auto;
}

/**
* 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.
*
*  @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.
*/
body {
  background: #eee;
  font-family: 'Roboto', sans-serif;
}

.cntr_prnico {
  position: relative;
  margin-left: 50%;
  transform: translate(-50%, -50%);
}
.diy_prnico{
  text-align: center;
  font-weight:500px;
  width:80%;
  margin:auto;
  background:rgba(255, 255, 255, 0.80);
  padding:10px;
      margin-top: 2%;
    position: relative;
    transition: transform 0.1s ease;
      border-bottom: 0 none;
      box-shadow: 0 0 1px rgba(34, 25, 25, 0.4);
         }

select#taux_nico_prnico,select#taux_booster_prnico{
     color:white;
    background:#F4DEC2;
    margin: auto;
    width: auto;

}

#quantity{
  padding: 5px;
  width:50px;
}

#btn{
  cursor: pointer;
  margin:auto;
  margin-top:5px;
  background:#eee;
}
#ratio{
  color:#158789;

}
#aff_base_prnico,#aff_nico_prnico,#aff_quantite_prnico{
    font-weight: 800;
}

#enbas_prnico > div > div{
  display:flex;
  flex-direction : column;
}

#arome_prnico{

    padding-left: 0px;
}

input{
    border: 0;
    border-radius: 5px;
    padding-left: 10px;
    width: 25%;
    text-align: center;
    margin: auto;
    padding: 5px;
    width: 50px;
    color:white;
    background:#F4DEC2;
}

#enbas_prnico{
  /*display:none ;*/
  margin: 0;
}

#btn_prnico {
  cursor: pointer;
  margin: auto;
  background: #eee;
  color: #333;
  background-color: #eee;
  padding: 15px;
  display: block;
  border: 0;
  border-radius: 5px;
  margin: auto;
  margin-top: 15px !important;

}

#erreur_prnico{
background: red;
width: 80%;
margin: 5px auto;
border-radius: 5px;
color: white;
display: none;
}
#module-calculatrice-diy.page-content-wrapper {
  background: url(/img/cms/back.png);
  background-repeat: repeat;
}

/****************** cbd **/

body {
  background: #eee;
  font-family: 'Roboto', sans-serif;
}
.bo{
        border: 1px solid #F4DEC2;
    border-radius: 5px;
}
#erreurCBD{
      background: red;
    color: white;
    font-weight: 600;
    width: 80%;
    margin: auto;
    margin-bottom: 1em;
    border-radius: 10px;
}
.bo>.h3{
  background:#F4DEC2;
  margin:0;
  padding:2%;
  color:white;
  padding-left:  5em;
    padding-right:  5em;

font-size: 1.5em;
}

.bo>div{
flex-direction: row;
    display: flex;
  margin:auto;
    justify-content: space-evenly;
}
#range {
  width: 80%;
  height: 4px;
  border: 0;
  border-radius: 100px;
  background: rgba(0,0,0,0.2);
  outline: none;
  margin-bottom:5px;
}
#range .ui-slider-handle {
  position: aboslute;
  margin: -6px 0 0 -17px;
  border-radius: 100px;
  background: #158789;
  color: #fff;
  border: 0;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 60px;
  outline: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.1s ease;
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;

}
#range .ui-slider-handle:hover {
  transform: scale(1.1);
  cursor: grab;
}
#range .ui-slider-range {
  background: #69b6b5;
  margin-bottom: 10px;
}
.cntr {
  position: relative;
  margin-left: 50%;
  transform: translate(-50%, -50%);
}
.diy{
  text-align: center;
  font-weight:500px;
  width:80%;
  margin:auto;
  background:rgba(255, 255, 255, 0.80);
  padding:10px;
      margin-top: 2%;
    position: relative;
    transition: transform 0.1s ease;
      border-bottom: 0 none;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
}

select#taux_nico{
     color:white;
    background:#158789!important;
    margin: auto;
    width: auto;
}

#quantity{
  padding: 5px;
  width:50px;
}

#btnCBD,#vd{

    cursor: pointer;
    margin: auto;
    background: #eee;
    border: none;
    padding: 10px;
    font-size: 18px;
    margin-top: 1em;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
}
#ratio{
  color:#158789;

}
#aff_base,#aff_nico,#aff_arome{
  font-weight: 800;
}

#enbas > div > div{
  display:flex;
  flex-direction : column;
}

#arome{

  padding-left: 0px;
}

input{
  border: 0;
  border-radius: 5px;
  padding-left: 10px;
  width: 25%;
  text-align: center;
  margin: auto;
  padding: 5px;
  width: 50px;
  color:white;
  background:#158789!important;
}

#enbasCBD,#enbas2{
  display:none;
}

input {
  border: 5px solid #F4DEC2;
    border-top: none;
    border-left: none;
    border-right: none;
  background:#ededed!important;
  color: black!important;
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
}

#res2 {
    font-size: 20px;
    font-weight: 600;
    color: #F4DEC2;
}
input#CinitialeCBD, input#Cinitiale2 {
    WIDTH: 6EM;
}
@media screen and (max-width:768px){


.mm{
  flex-direction: column;
}

}
