/* widget CR*/
.widget-cr-position {
  margin-left: 115px;
  margin-right: 19px;
  position: fixed;
  right: 0;
  top: 15px;
  /*width: 550px;*/

  z-index: 9999;
}
.widget-cr-position2 {
  margin-left: 5%; /* Ajustez selon vos besoins */
   margin-right: 20%; /* Ajustez selon vos besoins */
   position: fixed;
   right: 0;
   top: 15px;
   width: 40%; /* Ajustez selon vos besoins */

   z-index: 9999;
}






/* widget CA */
.widget-ca-position {
  margin-left: 115px;
  margin-right: 40px;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
}



.widget-scroll {
  margin: 0 auto;
  outline: none;
  font: bold 6em/2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  text-align: center;
  transition: color .2s;
}



.widget-scroll.linear {
  position: relative;
  width: 100%;
  overflow: hidden;
  font-size: 30px;
  height: 60px;
  background-color: #c2e0e2;
  border-left: 6px solid #9eafb140;
  border-right: 6px solid #9eafb140;
}


.widget-ca-inline {
  float: left;
  margin: 0 15px;

}


.widget-ca-line {
  font-size: 15px;
  margin: 0 10px;
  color: #2f353b;
}


.widget-ca-name {
  color: #2f353b;
  text-align: left;
  font-size: 16px;
}

.widget-ca-money {
  color: #337ab7;
  text-align: left;
  padding-right: 5px;
  font-weight: bold;
}

@keyframes slide {
  from {
    left: 100%;
  }

  to {
    left: -100%;
  }
}

@-webkit-keyframes slide {
  from {
    left: 100%;
  }

  to {
    left: -100%;
  }
}

#scroll-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 4000px;
  height: 80px;
  animation-name: slide;
  animation-duration: 40s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: slide;
  -webkit-animation-duration: 40s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@media only screen and (max-width: 991px) {
  .widget-ca-position {
    margin-left: 25px;
    margin-right: 25px;
  }

  #scroll-text {
    width: 1000px;
    animation-duration: 8s;
    -webkit-animation-duration: 8s;
  }
}
