/**
* 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.
*/

/**.bandeau p {
    transform: translateY(30%);
} */

.fade-in {
  opacity: 1 !important;
}

.fade-out {
  opacity: 0 !important;
}

#bandeauMobile {
  background-color: #193157;
  text-align: center;
  width: 100%;
  height: 30px;
  padding: 5px 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  font-weight: bold;

  &.above_slider {
    margin-bottom: 15px;
  }

  &.jnr {
    background: linear-gradient(90deg, rgba(144, 210, 230, 1) 20%, rgba(164, 217, 231, 1) 50%, rgba(144, 210, 230, 1) 80%) !important;
  }
}

#bandeauMobile img {
  margin-right: 10px;
}

.div-text-bandeau {
}

#bandeauMobile p {
  /*display: flex;*/
  /*white-space: nowrap;*/
  justify-content: center;
  align-items: center;
  margin: 0px auto;
  padding: 0;
  overflow: hidden;
  height: auto;
  font-size: 14px;
  width: 100%;
  position: absolute;
  opacity: 0;
  transition: opacity 1s;
  transform: translate(-50%, 0px);
}

#bandeauMobile p:first-child {
  opacity: 1;
}

@media (max-width: 544px) {
  #bandeauPC {
  display : none;
}
}
@media (max-width: 1199px) {
  #bandeauMobile {
    height: 50px;
  }
}
@media (max-width: 569px) {
  #bandeauMobile p {
    font-size: 13px;
    line-height: 14px;
  }
}



