/*** bandeau cookies ***/
.cookies-wrapper{
  position: fixed;
  bottom: 0;
  z-index: 1200;
  width: 100%;
  padding: 42px 40px 40px;
  background: #002d55;
  visibility: hidden;
}
.text-cookies{
  display: inline-block;
  margin-right: 42px;
  font-size:  12px;
  color: #e0e8f2;
}
.text-cookies a{
  text-decoration: underline;
  color: #e0e8f2;
}
.text-cookies a:hover{
  text-decoration: none;
}
.wrapper-cta-coockies{
  float: right;
}
.wrapper-cta-coockies .btn{
  width: 171px;
  height: 41px;
}

@media (max-width: 991px){
  .cookies-wrapper{
    padding: 15px 20px 20px;
  }
  .text-cookies{
    margin: 0 0 15px 0;
  }
  .wrapper-cta-coockies{
    float: none;
    text-align: center;
  }
}

/*** bandeau urgence ***/
.urgence-wrapper{
  position: absolute;
  top: -100%;
  z-index: 1200;
  width: 100%;
  padding: 0 40px;
  background: #00adef;
  height: 123px;
  text-align: left;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
  transition: all .6s;
}
.urgence-wrapper.active{
  top: 0;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
  transition: all .6s;
}
.urgence-wrapper.affix-top.active + div{
  margin-top: 123px;
  -ms-transition: all .6s;
  -webkit-transition: all .6s;
  transition: all .6s;
}
.urgence-wrapper.affix{
  top: -100%;
}
.urgence-wrapper.affix + div{
  margin-top: 0;
}
.urgence-wrapper .title-cookies {
  font-size: 16px;
  text-transform: uppercase;
}
.urgence-wrapper .text-cookies,
.urgence-wrapper a{
  color: #fff;
}
.urgence-wrapper .icon-Bourse-3{
  font-size: 34px;
  color: #fff;
  margin-right:  15px;
}
.urgence-wrapper .fermeture{
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 20px;
}
#toolbar-administration + .dialog-off-canvas-main-canvas .urgence-wrapper.active{
  top: 79px;
}

@media (max-width: 991px){
  .urgence-wrapper{
    padding: 30px 20px 0;
  }
  .urgence-wrapper .cell{
    vertical-align: top;
  }
  .urgence-wrapper .icon-Bourse-3{
    position: absolute;
    top: 30px;
    left: 20px;
    font-size: 24px;
  }
  .urgence-wrapper .title-cookies {
    margin-left: 40px;
    margin-bottom: 10px;
  }
  .urgence-wrapper .text-cookies{
    display: block;
    margin: 0 0 10px 0;
  }
  .urgence-wrapper .wrapper-cta-coockies{
    position: absolute;
    top: 5px;
    right: 5px;
  }
}