@keyframes animPastille {
  0% {
    right: -100%;
    pointer-events: none;
  }
  25% {
    right: 0;
    pointer-events: auto;
  }
  75% {
    right: 0;
    pointer-events: auto;
  }
  100% {
    right: -100%;
    pointer-events: none;
  }
}
@keyframes animTestNote {
  14% {
    font-size: 32px;
    padding: 9px 43px;
    width: 128px;
    -webkit-clip-path: polygon(21% 0,100% 0%,100% 100%,21% 100%,0% 50%);
    clip-path: polygon(21% 0,100% 0%,100% 100%,21% 100%,0% 50%);
  }
  17% {
    font-size: 18px;
    padding: 4px 28px 3px;
    width: 83px;
    -webkit-clip-path: polygon(18% 0,100% 0%,100% 100%,18% 100%,0% 50%);
    clip-path: polygon(18% 0,100% 0%,100% 100%,18% 100%,0% 50%);
  }
  80% {
    font-size: 18px;
    padding: 4px 28px 3px;
    width: 83px;
    -webkit-clip-path: polygon(18% 0,100% 0%,100% 100%,18% 100%,0% 50%);
    clip-path: polygon(18% 0,100% 0%,100% 100%,18% 100%,0% 50%);
  }
  83% {
    font-size: 32px;
    padding: 9px 43px;
    width: 128px;
    -webkit-clip-path: polygon(21% 0,100% 0%,100% 100%,21% 100%,0% 50%);
    clip-path: polygon(21% 0,100% 0%,100% 100%,21% 100%,0% 50%);
  }
}
@keyframes animTestNoteBefore {
  14% {
    -webkit-clip-path: polygon(21% 0,100% 0%,100% 100%,21% 100%,0% 50%);
    clip-path: polygon(21% 0,100% 0%,100% 100%,21% 100%,0% 50%);
  }
  17% {
    -webkit-clip-path: polygon(12% 0,100% 0%,100% 100%,12% 100%,0% 50%);
    clip-path: polygon(12% 0,100% 0%,100% 100%,12% 100%,0% 50%);
  }
  80% {
    -webkit-clip-path: polygon(12% 0,100% 0%,100% 100%,12% 100%,0% 50%);
    clip-path: polygon(12% 0,100% 0%,100% 100%,12% 100%,0% 50%);
  }
  83% {
    -webkit-clip-path: polygon(21% 0,100% 0%,100% 100%,21% 100%,0% 50%);
    clip-path: polygon(21% 0,100% 0%,100% 100%,21% 100%,0% 50%);
  }
}
.ecowebscore-front {
  font-family: 'Open Sans', sans-serif;
  top: 35vh;
  right: -100%;
  -webkit-transition: right 0.4s ease 0.1s;
  -moz-transition: right 0.4s ease 0.1s;
  -ms-transition: right 0.4s ease 0.1s;
  -o-transition: right 0.4s ease 0.1s;
  transition: right 0.4s ease 0.1s;
}
.ecowebscore-front .ecowebscore--note {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  background-color: #ffffff;
  color: #ffffff;
  z-index: 3;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  padding: 9px 43px;
  width: 128px;
  height: auto;
  -webkit-clip-path: polygon(21% 0,100% 0%,100% 100%,21% 100%,0% 50%);
  clip-path: polygon(21% 0,100% 0%,100% 100%,21% 100%,0% 50%);
  position: fixed;
  right: 0;
  -webkit-transform: translate(0,-4px);
  -moz-transform: translate(0,-4px);
  -ms-transform: translate(0,-4px);
  -o-transform: translate(0,-4px);
  transform: translate(0,-4px);
}
.ecowebscore-front .ecowebscore--note::before {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  content: '';
  position: absolute;
  top: 1px;
  left: 2px;
  z-index: 1;
  width: 126px;
  height: calc(100% - 2px);
  -webkit-clip-path: polygon(21% 0,100% 0%,100% 100%,21% 100%,0% 50%);
  clip-path: polygon(21% 0,100% 0%,100% 100%,21% 100%,0% 50%);
}
.ecowebscore-front .ecowebscore--details {
  background-color: #ffffff;
  height: 100%;
  width: 318px;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  display: flex;
  font-size: 11px;
  position: relative;
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0,0,0,0.16);
  -moz-box-shadow: 0px 6px 20px 0px rgba(0,0,0,0.16);
  -o-box-shadow: 0px 6px 20px 0px rgba(0,0,0,0.16);
  box-shadow: 0px 6px 20px 0px rgba(0,0,0,0.16);
  padding: 20px 0;
}
.ecowebscore-front .ecowebscore--detailsinfos {
  color: #1e1e1e;
  padding: 8px 34px 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-evenly;
  width: 100%;
  line-height: 1.2;
  font-size: 16px;
}
.ecowebscore-front .ecowebscore--detailsinfos .ecowebscore--titre {
  font-weight: bold;
  max-width: 130px;
}
.ecowebscore-front .ecowebscore--detailsinfos .ecowebscore--titre a {
  color: #1e1e1e;
  text-decoration: underline;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ecowebscore-front .ecowebscore--detailsinfos .ecowebscore--titre a[target="_blank"] {
  cursor: alias;
}
.ecowebscore-front .ecowebscore--detailsinfos .ecowebscore--titre a:hover {
  color: #48BB84;
}
.ecowebscore-front .ecowebscore--detailsinfos .ecowebscore--conso {
  display: inline-flex;
  align-items: start;
}
.ecowebscore-front .ecowebscore--detailsinfos .ecowebscore--conso .conso-icon {
  color: #48BB84;
  font-size: 23px;
  width: 30px;
  text-align: center;
  margin-top: -6px;
}
.ecowebscore-front .ecowebscore--detailsinfos .ecowebscore--conso .conso-icon.icon-ecowebscore-nuage {
  font-size: 30px;
}
.ecowebscore-front .ecowebscore--detailsinfos .ecowebscore--conso .donnees {
  width: 65%;
  margin-left: 12px;
}
.ecowebscore-front .ecowebscore--detailsinfos .ecowebscore--conso .donnees .donnees-data {
  font-weight: bold;
}
.ecowebscore-front .ecowebscore--detailsinfos .ecowebscore--conso .donnees .donnees-conso {
  color: #48BB84;
  font-weight: bold;
}
.ecowebscore-front .ecowebscore--detailsinfos .ecowebscore--button {
  background-color: #1e1e1e;
  text-decoration: none;
  color: #ffffff;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  padding: 9px 18px;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 600;
  align-self: center;
}
.ecowebscore-front .ecowebscore--details .ecowebscore--classement {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.ecowebscore-front .ecowebscore--details .ecowebscore--classement .ecowebscore--fondnote {
  opacity: 0.6;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  padding: 4px 28px 3px;
  width: 58px;
  text-align: left;
  position: relative;
  height: auto;
  margin-top: 8px;
}
.ecowebscore-front .ecowebscore--details .ecowebscore--classement .ecowebscore--fondnote:before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(25% 0%,100% 0%,100% 100%,25% 100%,0% 50%);
  clip-path: polygon(25% 0%,100% 0%,100% 100%,25% 100%,0% 50%);
}
.ecowebscore-front .ecowebscore--details .ecowebscore--classement .ecowebscore--fondnote.lettre--A:before {
  background-color: #18A455;
}
.ecowebscore-front .ecowebscore--details .ecowebscore--classement .ecowebscore--fondnote.lettre--B:before {
  background-color: #56B54B;
}
.ecowebscore-front .ecowebscore--details .ecowebscore--classement .ecowebscore--fondnote.lettre--C:before {
  background-color: #BED33F;
}
.ecowebscore-front .ecowebscore--details .ecowebscore--classement .ecowebscore--fondnote.lettre--D:before {
  background-color: #EFE43D;
}
.ecowebscore-front .ecowebscore--details .ecowebscore--classement .ecowebscore--fondnote.lettre--E:before {
  background-color: #FCB732;
}
.ecowebscore-front .ecowebscore--details .ecowebscore--classement .ecowebscore--fondnote.lettre--F:before {
  background-color: #EF7130;
}
.ecowebscore-front .ecowebscore--details .ecowebscore--classement .ecowebscore--fondnote.lettre--G:before {
  background-color: #EC1E2E;
}
.ecowebscore-front .ecowebscore--details .ecowebscore--classement .ecowebscore--fondnote .ecowebscore--data {
  z-index: 2;
  position: relative;
}
.ecowebscore-front .ecowebscore--details .ecowebscore--classement .ecowebscore--fondnote > .ecowebscore--data {
  opacity: 0.6;
}
.ecowebscore-front .ecowebscore--details .ecowebscore--classement .ecowebscore--fondnote.selected {
  opacity: 1;
}
.ecowebscore-front .ecowebscore--details .ecowebscore--classement .ecowebscore--fondnote.selected:before {
  background-color: transparent;
  -webkit-clip-path: polygon(21% 0,100% 0%,100% 100%,21% 100%,0% 50%);
  clip-path: polygon(21% 0,100% 0%,100% 100%,21% 100%,0% 50%);
}
.ecowebscore-front .ecowebscore--details .ecowebscore--classement .ecowebscore--fondnote.selected > .ecowebscore--data {
  color: transparent;
}
.ecowebscore-front.note--A .ecowebscore--note::before {
  background-color: #18A455;
}
.ecowebscore-front.note--B .ecowebscore--note::before {
  background-color: #56B54B;
}
.ecowebscore-front.note--C .ecowebscore--note::before {
  background-color: #BED33F;
}
.ecowebscore-front.note--D .ecowebscore--note::before {
  background-color: #EFE43D;
}
.ecowebscore-front.note--E .ecowebscore--note::before {
  background-color: #FCB732;
}
.ecowebscore-front.note--F .ecowebscore--note::before {
  background-color: #EF7130;
}
.ecowebscore-front.note--G .ecowebscore--note::before {
  background-color: #EC1E2E;
}
.ecowebscore-front.open {
  animation: 3s ease animPastille;
}
.ecowebscore-front.open .ecowebscore--note {
  animation: 3s ease animTestNote;
}
.ecowebscore-front.open .ecowebscore--note:before {
  animation: 3s ease animTestNoteBefore;
}
.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.1s ease 0.4s;
  -moz-transition: all 0.1s ease 0.4s;
  -ms-transition: all 0.1s ease 0.4s;
  -o-transition: all 0.1s ease 0.4s;
  transition: all 0.1s ease 0.4s;
  font-size: 18px;
  width: 83px;
  padding: 4px 30px 3px;
  -webkit-clip-path: polygon(18% 0,100% 0%,100% 100%,18% 100%,0% 50%);
  clip-path: polygon(18% 0,100% 0%,100% 100%,18% 100%,0% 50%);
}
.ecowebscore-front.hovered .ecowebscore--note:before {
  -webkit-transition: all 0.1s ease 0.4s;
  -moz-transition: all 0.1s ease 0.4s;
  -ms-transition: all 0.1s ease 0.4s;
  -o-transition: all 0.1s ease 0.4s;
  transition: all 0.1s ease 0.4s;
  -webkit-clip-path: polygon(12% 0,100% 0%,100% 100%,12% 100%,0% 50%);
  clip-path: polygon(12% 0,100% 0%,100% 100%,12% 100%,0% 50%);
}
.ecowebscore-front.hovered.note--A .ecowebscore--note {
  background-color: #18A455;
}
.ecowebscore-front.hovered.note--B .ecowebscore--note {
  background-color: #56B54B;
}
.ecowebscore-front.hovered.note--C .ecowebscore--note {
  background-color: #BED33F;
}
.ecowebscore-front.hovered.note--D .ecowebscore--note {
  background-color: #EFE43D;
}
.ecowebscore-front.hovered.note--E .ecowebscore--note {
  background-color: #FCB732;
}
.ecowebscore-front.hovered.note--F .ecowebscore--note {
  background-color: #EF7130;
}
.ecowebscore-front.hovered.note--G .ecowebscore--note {
  background-color: #EC1E2E;
}
