@keyframes animNote {
  0% {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    pointer-events: none;
  }
  25% {
    -webkit-transform: translate(-75px,0);
    -moz-transform: translate(-75px,0);
    -ms-transform: translate(-75px,0);
    -o-transform: translate(-75px,0);
    transform: translate(-75px,0);
    pointer-events: auto;
  }
  75% {
    -webkit-transform: translate(-75px,0);
    -moz-transform: translate(-75px,0);
    -ms-transform: translate(-75px,0);
    -o-transform: translate(-75px,0);
    transform: translate(-75px,0);
    pointer-events: auto;
  }
  100% {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    pointer-events: none;
  }
}
@keyframes animData {
  0% {
    top: -11px;
  }
  25% {
    top: -4px;
  }
  75% {
    top: -4px;
  }
  100% {
    top: -11px;
  }
}
@keyframes animNoteConsoOP {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 0;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animNoteConsoFS {
  0% {
    font-size: 13px;
  }
  15% {
    font-size: 13px;
  }
  16% {
    font-size: 0px;
  }
  84% {
    font-size: 0px;
  }
  85% {
    font-size: 13px;
  }
  100% {
    font-size: 13px;
  }
}
@keyframes animDetails {
  0% {
    font-size: 0;
    width: 116px;
    height: 116px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0);
    -o-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0);
  }
  25% {
    font-size: 0px;
    width: 267px;
    height: 267px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.26);
    -o-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.26);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.26);
  }
  26% {
    font-size: 15px;
  }
  74% {
    font-size: 15px;
  }
  75% {
    font-size: 0;
    width: 267px;
    height: 267px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.26);
    -o-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.26);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.26);
  }
  100% {
    font-size: 0;
    width: 116px;
    height: 116px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0);
    -o-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0);
  }
}
@keyframes animDetailsOP {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes animDetailsFS {
  0% {
    font-size: 0px;
  }
  24% {
    font-size: 0px;
  }
  25% {
    font-size: 14px;
  }
  75% {
    font-size: 14px;
  }
  76% {
    font-size: 0px;
  }
  100% {
    font-size: 0px;
  }
}
.home .ecowebscore-front.open.animation-home,
.ecowebscore-front.open.animation-cookie {
  pointer-events: auto;
}
.home .ecowebscore-front.open.animation-home .ecowebscore--note,
.ecowebscore-front.open.animation-cookie .ecowebscore--note {
  animation: 3s ease animNote;
}
.home .ecowebscore-front.open.animation-home .ecowebscore--note .ecowebscore--data,
.ecowebscore-front.open.animation-cookie .ecowebscore--note .ecowebscore--data {
  animation: 3s ease animData;
}
.home .ecowebscore-front.open.animation-home .ecowebscore--note .ecowebscore--noteconso,
.ecowebscore-front.open.animation-cookie .ecowebscore--note .ecowebscore--noteconso {
  animation: 3s ease animNoteConsoOP, 3s ease animNoteConsoFS;
}
.home .ecowebscore-front.open.animation-home .ecowebscore--details,
.ecowebscore-front.open.animation-cookie .ecowebscore--details {
  animation: 3s ease animDetails;
}
.home .ecowebscore-front.open.animation-home .ecowebscore--details .ecowebscore--titre,
.ecowebscore-front.open.animation-cookie .ecowebscore--details .ecowebscore--titre {
  animation: 3s ease animDetailsOP;
}
.home .ecowebscore-front.open.animation-home .ecowebscore--details .ecowebscore--conso,
.ecowebscore-front.open.animation-cookie .ecowebscore--details .ecowebscore--conso {
  animation: 3s ease animDetailsOP;
}
.home .ecowebscore-front.open.animation-home .ecowebscore--details .ecowebscore--button,
.ecowebscore-front.open.animation-cookie .ecowebscore--details .ecowebscore--button {
  animation: 3s ease animDetailsOP, 3s ease animDetailsFS;
}
.ecowebscore-front {
  font-family: 'Open Sans', sans-serif;
  top: 45vh;
  right: 20px;
}
.ecowebscore-front .ecowebscore--note {
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
  color: #ffffff;
  z-index: 3;
  top: 45vh;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  height: auto;
  position: fixed;
  cursor: pointer;
  border-radius: 100px;
}
.ecowebscore-front .ecowebscore--note .ecowebscore--data {
  z-index: 2;
  position: absolute;
  top: -11px;
  left: 50%;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0);
}
.ecowebscore-front .ecowebscore--note .ecowebscore--data .ecowebscore--feuille {
  display: inline-block;
  position: absolute;
  top: -14px;
}
.ecowebscore-front .ecowebscore--note .ecowebscore--data .ecowebscore--result {
  position: relative;
  padding: 20px;
  z-index: 5;
}
.ecowebscore-front .ecowebscore--note .ecowebscore--noteconso {
  position: relative;
  font-size: 13px;
  font-weight: 500;
  text-decoration: underline;
  line-height: 1.6;
  padding: 0 10px;
  background-color: #193B36;
  width: 116px;
  height: 116px;
  display: flex;
  align-items: center;
  border-radius: 100px;
  background-image: url("../../../../img/svg/planete-2.svg");
  background-position: center;
  background-size: contain;
  opacity: 1;
  -webkit-transition: opacity 0.1s ease 0.4s;
  -moz-transition: opacity 0.1s ease 0.4s;
  -ms-transition: opacity 0.1s ease 0.4s;
  -o-transition: opacity 0.1s ease 0.4s;
  transition: opacity 0.1s ease 0.4s;
}
.ecowebscore-front .ecowebscore--details {
  position: relative;
  font-size: 0px;
  font-weight: 400;
  color: #ffffff;
  padding: 43px 34px 28px;
  background-color: #193B36;
  width: 116px;
  height: 116px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 200px;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0);
  -o-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0);
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0);
  -webkit-transition: font-size 0s ease 0.1s, width 0.3s ease 0.1s, height 0.3s ease 0.1s, box-shadow 0.3s ease 0.1s;
  -moz-transition: font-size 0s ease 0.1s, width 0.3s ease 0.1s, heig height 0.3s ease 0.1s, box-shadow 0.3s ease 0.1s;
  -ms-transition: font-size 0s ease 0.1s, width 0.3s ease 0.1s, height 0.3s ease 0.1s, box-shadow 0.3s ease 0.1s;
  -o-transition: font-size 0s ease 0.1s, width 0.3s ease 0.1s, height 0.3s ease 0.1s, box-shadow 0.3s ease 0.1s;
  transition: font-size 0s ease 0.1s, width 0.3s ease 0.1s, height 0.3s ease 0.1s, box-shadow 0.3s ease 0.1s;
}
.ecowebscore-front .ecowebscore--details .ecowebscore--titre {
  max-width: 116px;
  color: #48BB84;
  font-weight: bold;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -ms-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.ecowebscore-front .ecowebscore--details .ecowebscore--titre a {
  color: #48BB84;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.ecowebscore-front .ecowebscore--details .ecowebscore--titre a[target="_blank"] {
  cursor: alias;
}
.ecowebscore-front .ecowebscore--details .ecowebscore--titre a:hover {
  color: #ffffff;
}
.ecowebscore-front .ecowebscore--details .ecowebscore--conso {
  display: inline-flex;
  align-items: start;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -ms-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.ecowebscore-front .ecowebscore--details .ecowebscore--conso .conso-icon {
  color: #48BB84;
  font-size: 23px;
  width: 30px;
  text-align: center;
}
.ecowebscore-front .ecowebscore--details .ecowebscore--conso .conso-icon.icon-ecowebscore-nuage {
  font-size: 30px;
}
.ecowebscore-front .ecowebscore--details .ecowebscore--conso .donnees {
  width: 64%;
  margin-left: 12px;
}
.ecowebscore-front .ecowebscore--details .ecowebscore--conso .donnees .donnees-data {
  font-weight: bold;
}
.ecowebscore-front .ecowebscore--details .ecowebscore--conso .donnees .donnees-conso {
  color: #48BB84;
  font-weight: bold;
}
.ecowebscore-front .ecowebscore--details .ecowebscore--button {
  font-size: 0px;
  opacity: 0;
  font-weight: 600;
  color: #193B36;
  background-color: #48BB84;
  padding: 8px 9px 6px;
  border-radius: 30px;
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -ms-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.ecowebscore-front.note--A .ecowebscore--note .ecowebscore--feuille path {
  fill: #18A455;
}
.ecowebscore-front.note--B .ecowebscore--note .ecowebscore--feuille path {
  fill: #56B54B;
}
.ecowebscore-front.note--C .ecowebscore--note .ecowebscore--feuille path {
  fill: #BED33F;
}
.ecowebscore-front.note--D .ecowebscore--note .ecowebscore--feuille path {
  fill: #EFE43D;
}
.ecowebscore-front.note--E .ecowebscore--note .ecowebscore--feuille path {
  fill: #FCB732;
}
.ecowebscore-front.note--F .ecowebscore--note .ecowebscore--feuille path {
  fill: #EF7130;
}
.ecowebscore-front.note--G .ecowebscore--note .ecowebscore--feuille path {
  fill: #EC1E2E;
}
.ecowebscore-front.hovered {
  transition: right 400ms ease;
  -webkit-transition: right 400ms ease;
  -moz-transition: right 400ms ease;
  -o-transition: right 400ms ease;
  right: 0;
}
.ecowebscore-front.hovered .ecowebscore--note {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ecowebscore-front.clicked .ecowebscore--note,
.ecowebscore-front.hovered .ecowebscore--note {
  -webkit-transform: translate(-75px,0);
  -moz-transform: translate(-75px,0);
  -ms-transform: translate(-75px,0);
  -o-transform: translate(-75px,0);
  transform: translate(-75px,0);
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
  cursor: auto;
}
.ecowebscore-front.clicked .ecowebscore--note .ecowebscore--data,
.ecowebscore-front.hovered .ecowebscore--note .ecowebscore--data {
  top: -4px;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
.ecowebscore-front.clicked .ecowebscore--note .ecowebscore--noteconso,
.ecowebscore-front.hovered .ecowebscore--note .ecowebscore--noteconso {
  opacity: 0;
  font-size: 0px;
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -ms-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.ecowebscore-front.clicked .ecowebscore--details,
.ecowebscore-front.hovered .ecowebscore--details {
  -webkit-transition: font-size 0s ease 0.4s, width 0.3s ease 0.1s, height 0.3s ease 0.1s, box-shadow 0.3s ease 0.1s;
  -moz-transition: font-size 0s ease 0.4s, width 0.3s ease 0.1s, heig height 0.3s ease 0.1s, box-shadow 0.3s ease 0.1s;
  -ms-transition: font-size 0s ease 0.4s, width 0.3s ease 0.1s, height 0.3s ease 0.1s, box-shadow 0.3s ease 0.1s;
  -o-transition: font-size 0s ease 0.4s, width 0.3s ease 0.1s, height 0.3s ease 0.1s, box-shadow 0.3s ease 0.1s;
  transition: font-size 0s ease 0.4s, width 0.3s ease 0.1s, height 0.3s ease 0.1s, box-shadow 0.3s ease 0.1s;
  font-size: 15px;
  z-index: 2;
  width: 267px;
  height: 267px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.26);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.26);
  -o-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.26);
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.26);
}
.ecowebscore-front.clicked .ecowebscore--details .ecowebscore--titre,
.ecowebscore-front.hovered .ecowebscore--details .ecowebscore--titre {
  opacity: 1;
  -webkit-transition: opacity 0.1s ease 0.4s;
  -moz-transition: opacity 0.1s ease 0.4s;
  -ms-transition: opacity 0.1s ease 0.4s;
  -o-transition: opacity 0.1s ease 0.4s;
  transition: opacity 0.1s ease 0.4s;
}
.ecowebscore-front.clicked .ecowebscore--details .ecowebscore--conso,
.ecowebscore-front.hovered .ecowebscore--details .ecowebscore--conso {
  opacity: 1;
  -webkit-transition: opacity 0.1s ease 0.4s;
  -moz-transition: opacity 0.1s ease 0.4s;
  -ms-transition: opacity 0.1s ease 0.4s;
  -o-transition: opacity 0.1s ease 0.4s;
  transition: opacity 0.1s ease 0.4s;
}
.ecowebscore-front.clicked .ecowebscore--details .ecowebscore--button,
.ecowebscore-front.hovered .ecowebscore--details .ecowebscore--button {
  opacity: 1;
  font-size: 14px;
  -webkit-transition: opacity 0.1s ease 0.4s;
  -moz-transition: opacity 0.1s ease 0.4s;
  -ms-transition: opacity 0.1s ease 0.4s;
  -o-transition: opacity 0.1s ease 0.4s;
  transition: opacity 0.1s ease 0.4s;
}
