#fenetre_notification_clochette{
  position:fixed;
  left:0;
  top:40%;
}

.widget_urgentisation{
  font-family: Arial,sans-serif;
  color:#000;
  z-index:99999;
}

#fenetre_notification_clochette p{
  font-size:1rem;
  line-height: 1.3;
}

#fenetre_notification_clochette_close{
  left:-50px;
}

#fenetre_notification_clochette_close{
  width:50px;
  text-align: center;
}

#fenetre_notification_clochette_open,#fenetre_notification_clochette_close{
  position: absolute;
}

#header_notif_clochette,#header_2_notif_clochette{
  background-color:rgb(112,173,196);
  cursor:pointer;
  white-space: nowrap;
  font-weight: bold;
}

#header_notif_clochette{
  display:flex;
  justify-content: space-around;
  align-items: center;
  padding:20px;
}

#cloche_2_notif_urgentisation{
  padding:10px 4px;
}

#cloche_notif_urgentisation,#cloche_2_notif_urgentisation{
  font-size:1.2rem;
}

#titre_notif_clochette{
  margin-left:10px;
  font-size:1rem;
}

#titre_2_notif_clochette{
  transform-origin: top left;
  transform: translateY(100%) rotate(-90deg);
  top:139px;
  position: absolute;
  height:50px;
  display:flex;
  align-items: center;
  padding:0 10px;
}

#body_notif_urgentisation{
  text-align: center;
}

.body_notif_clochette{
  line-height:1.3;
  padding:10px 8px;
}

.body_notif_sticky_bar{
  padding:2px 0;
  width:80%;
}

#titre_2_notif_clochette,#body_notif_urgentisation{
  background-color:lightblue;
}

#fenetre_notification_clochette p{
  margin:0;
}

#bouton_close_urgentisation_clochette{
  position:absolute;
  top:2px;
  right:2px;
  cursor:pointer;
}

.texte_gras{
  font-weight: bold;
}

#fenetre_notification_sticky_bar{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:99999;
  display:flex;
  flex-wrap:wrap;
  justify-content: space-evenly;
  align-items:center;
  font-size:15px;
  padding:5px 0;
}

#fenetre_notification_sticky_bar p{
  margin:0;
  text-transform: uppercase;
}

.cloche_urgentisation{
  transform-origin: 50% 0%;
  -webkit-animation-name: animBell;
  animation-name: animBell;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0;
  /* Chrome, Safari, Opera */
  animation-delay: 0;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}

@keyframes animBell {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  75% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
}

@font-face {
  font-family: 'urgentisation';
  src:  url('../fonts/urgentisation.eot?b9rg5d');
  src:  url('../fonts/urgentisation.eot?b9rg5d#iefix') format('embedded-opentype'),
    url('../fonts/urgentisation.ttf?b9rg5d') format('truetype'),
    url('../fonts/urgentisation.woff?b9rg5d') format('woff'),
    url('../fonts/urgentisation.svg?b9rg5d#urgentisation') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.widget_urgentisation .cloche_urgentisation span,.widget_urgentisation .close_urgentisation span,.widget_urgentisation .icon-people-urgentisation:before{
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'urgentisation' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cloche_urgentisation span{
  font-size:1.2rem;
  font-weight: bold;
}

.close_urgentisation span{
  font-size:1.1rem;
  cursor:pointer;
}

.cloche_urgentisation span:before {
  content: "\e950";
}

.close_urgentisation span:before{
  content: "\ea0d";
}

.icon-people-urgentisation:before {
  content: "\e900";
}

.icon-people-urgentisation{
  margin-right:5px;
}

#bouton_close_sticky_bar span{
  font-size:1rem;
}

#bouton_close_sticky_bar{
  position:absolute;
  right:10px;
}