@font-face {
  font-family: 'DK';
  src: url('/wp-content/themes/yatatheme/fonts/DK/dk_liquid_embrace-webfont.woff2') format('woff2'), url('/wp-content/themes/yatatheme/fonts/DK/dk_liquid_embrace-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Cera';
  src: url('/wp-content/themes/yatatheme/fonts/cera/CeraPro-Regular.woff2') format('woff2'), url('/wp-content/themes/yatatheme/fonts/cera/CeraPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Cera';
  src: url('/wp-content/themes/yatatheme/fonts/cera/CeraPro-Bold.woff2') format('woff2'), url('/wp-content/themes/yatatheme/fonts/cera/CeraPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
.section-barometre2 .barometre__container-wrapper {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
.section-barometre2 .barometre__container-wrapper .entete__baro {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.section-barometre2 .barometre__container-wrapper .entete__baro .entete-titre {
  margin: 0 0 20px 0;
}
.section-barometre2 .barometre__container-wrapper .entete__baro .entete-titre h1 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  color: #193B36;
  transform: rotate(0);
}
.section-barometre2 .barometre__container-wrapper .entete__baro .ensavoirplus {
  position: relative;
  flex: 0 0 240px;
}
.section-barometre2 .barometre__container-wrapper .entete__baro .ensavoirplus a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2EB685;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px 20px;
  font-weight: 500;
  color: #ffffff;
}
.section-barometre2 .barometre__container-wrapper .entete__baro .ensavoirplus a span.icon-question {
  font-size: 20px;
  display: block;
  margin: 0 0 0 10px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.section-barometre2 .barometre__container-wrapper .entete__baro .ensavoirplus a:hover {
  background: #193B36;
}
.section-barometre2 .barometre__container-wrapper select.selectcategories {
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 20px;
  height: 40px;
  padding: 0 20px;
  outline: none;
  margin: 30px 0;
}
.section-barometre2 .barometre__container-wrapper .categories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 20px;
}
.section-barometre2 .barometre__container-wrapper .categories li {
  display: block;
  margin: 0 20px 20px 0;
}
.section-barometre2 .barometre__container-wrapper .categories li:last-child {
  margin: 0 0 20px 0;
}
.section-barometre2 .barometre__container-wrapper .categories li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #1e1e1e;
  padding: 10px 15px;
  background-color: #F7F7F7;
  font-size: 1.4rem;
  -webkit-box-shadow: 0 3px 6px 0px #00000020;
  -moz-box-shadow: 0 3px 6px 0px #00000020;
  -o-box-shadow: 0 3px 6px 0px #00000020;
  box-shadow: 0 3px 6px 0px #00000020;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.section-barometre2 .barometre__container-wrapper .categories li a:hover {
  color: #ffffff;
  background-color: #2EB685;
  box-shadow: inset -1px 5px 8px 1px #00000031;
}
.section-barometre2 .barometre__container-wrapper .categories li:active a,
.section-barometre2 .barometre__container-wrapper .categories li.actif a {
  color: #ffffff;
  background-color: #2EB685;
  box-shadow: inset -1px 5px 8px 1px #00000031;
}
.section-barometre2 .barometre__container-wrapper .filtrerecherche .devicecontainer {
  display: flex;
  margin-bottom: 35px;
}
.section-barometre2 .barometre__container-wrapper .filtrerecherche .devicecontainer a {
  display: flex;
  align-items: center;
  text-align: center;
  padding: 12px 25px;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  color: #193B36;
  border-bottom: 7px solid transparent;
}
.section-barometre2 .barometre__container-wrapper .filtrerecherche .devicecontainer a span {
  font-size: 19px;
  margin: 0 12px 0 0;
}
.section-barometre2 .barometre__container-wrapper .filtrerecherche .devicecontainer a:hover {
  color: #2EB685 !important;
}
.section-barometre2 .barometre__container-wrapper .filtrerecherche .devicecontainer a.active {
  border-color: #2EB685;
}
.section-barometre2 .barometre__container-wrapper .filtrerecherche .recherchecontainer {
  position: relative;
  display: flex;
  color: #d3d3d3;
  align-items: center;
  margin: 0 0 10px;
  flex: 0 0 100%;
  flex-shrink: initial;
  margin-bottom: 50px;
}
.section-barometre2 .barometre__container-wrapper .filtrerecherche .recherchecontainer input {
  border: 0;
  -webkit-appearance: none;
  outline: 0;
}
.section-barometre2 .barometre__container-wrapper .filtrerecherche .recherchecontainer input[type="search"] {
  border: 1px solid #193B36;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 30px 0 0;
  padding: 0 30px;
  height: 60px;
  font-size: 1.8rem;
  flex: 0 0 350px;
}
.section-barometre2 .barometre__container-wrapper .filtrerecherche .recherchecontainer select {
  flex: 0 0 315px;
  height: 60px;
  border: 1px solid #193B36;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 20px;
  font-size: 2rem;
  margin: 0 30px 0 0;
}
.section-barometre2 .barometre__container-wrapper .filtrerecherche .recherchecontainer input[type="submit"] {
  margin: 0;
  border-radius: 30px;
  height: 60px;
  padding: 16px 26px;
  text-align: center;
  color: #1e1e1e;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  border: 2px solid #2EB685;
  background-color: #2EB685;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.section-barometre2 .barometre__container-wrapper .filtrerecherche .recherchecontainer input[type="submit"]:hover {
  background-color: transparent;
  color: #2EB685;
}
.section-barometre2 .barometre__container-wrapper .filtrerecherche .recherchecontainer #clear-filter {
  position: absolute;
  bottom: -25px;
  left: 0;
  color: #193B36;
  font-size: 1.5rem;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.section-barometre2 .barometre__container-wrapper .filtrerecherche .recherchecontainer #clear-filter:hover {
  color: #2EB685;
}
.section-barometre2 .barometre__container-wrapper .listeeco {
  position: relative;
  width: 100%;
}
.section-barometre2 .barometre__container-wrapper .listeeco .thead {
  z-index: 5;
  top: 80px;
  position: sticky;
  background-color: #2EB685;
}
.section-barometre2 .barometre__container-wrapper .listeeco .thead ul.tr {
  display: grid;
  grid-template-columns: 80px 2fr 0.8fr 0.7fr 0.5fr 0.6fr;
}
.section-barometre2 .barometre__container-wrapper .listeeco .thead ul.tr li.th {
  position: relative;
  display: flex;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 1rem;
  text-decoration: underline;
  text-transform: uppercase;
  align-items: center;
}
.section-barometre2 .barometre__container-wrapper .listeeco .thead ul.tr li.th:nth-child(1) {
  padding: 0 1rem 0 0.5rem;
}
.section-barometre2 .barometre__container-wrapper .listeeco .thead ul.tr li.th:nth-child(1) svg {
  width: 50px;
  height: 50px;
  fill: #ffffff;
}
.section-barometre2 .barometre__container-wrapper .listeeco .thead ul.tr li.th a,
.section-barometre2 .barometre__container-wrapper .listeeco .thead ul.tr li.th div {
  display: block;
  position: relative;
  width: max-content;
  padding: 0px 20px 0px 0px;
  color: #ffffff;
  cursor: help;
}
.section-barometre2 .barometre__container-wrapper .listeeco .thead ul.tr li.th a .tooltipbaro,
.section-barometre2 .barometre__container-wrapper .listeeco .thead ul.tr li.th div .tooltipbaro {
  display: none;
  position: absolute;
  width: max-content;
  max-width: 250px;
  top: 120%;
  left: 0;
  text-transform: initial;
  background: rgb(0 0 0 / 80%);
  padding: 10px;
  z-index: 1000;
}
.section-barometre2 .barometre__container-wrapper .listeeco .thead ul.tr li.th a:hover .tooltipbaro,
.section-barometre2 .barometre__container-wrapper .listeeco .thead ul.tr li.th div:hover .tooltipbaro {
  display: block;
}
.section-barometre2 .barometre__container-wrapper .listeeco .thead ul.tr li.th a::before {
  content: "";
  position: absolute;
  display: inline-flex;
  filter: brightness(15);
  top: 15%;
  right: 0;
  width: 10px;
  height: 6px;
  background-image: url('/wp-content/themes/yatatheme/img/svg/MiniArrow.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.section-barometre2 .barometre__container-wrapper .listeeco .thead ul.tr li.th a:after {
  content: "";
  position: absolute;
  display: inline-flex;
  filter: brightness(15);
  bottom: 15%;
  right: 0;
  width: 10px;
  height: 6px;
  background-image: url('/wp-content/themes/yatatheme/img/svg/MiniArrow.svg');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  transform: rotate(180deg);
  transform-origin: 50% 50%;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.section-barometre2 .barometre__container-wrapper .listeeco .thead ul.tr li.th[data-sort-type="ascending"] a:after {
  opacity: 0.3;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.section-barometre2 .barometre__container-wrapper .listeeco .thead ul.tr li.th[data-sort-type="descending"] a:before {
  opacity: 0.3;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr {
  display: grid;
  grid-template-columns: 80px 2fr 0.8fr 0.7fr 0.5fr 0.6fr;
  width: 100%;
}
.section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr.errortr li.nom a span:first-child {
  color: #1e1e1e;
}
.section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 15px 10px;
}
.section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li.nom {
  display: flex;
  flex-wrap: wrap;
}
.section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li.nom a {
  color: #1e1e1e;
}
.section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li.nom a span {
  display: block;
  width: 100%;
  color: #1e1e1e;
}
.section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li.nom a span:first-child {
  text-decoration: underline #1e1e1e;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li.nom a span:last-child {
  color: grey;
  font-size: 1.2rem;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li.nom a:hover span:first-child {
  color: #2EB685;
  text-decoration: underline #2EB685;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li .hiddenLabel {
  display: none;
}
.section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li:first-child {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li:first-child span {
  display: flex;
  width: 40px;
  height: 40px;
  font-weight: 400;
  align-items: center;
  justify-content: center;
  color: #1e1e1e;
  text-decoration: none;
  background-color: #F7F7F7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0px 10px 0px 0px;
}
.section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li svg {
  display: inline-block;
  width: 48px;
  height: 32px;
  margin: 0 10px 0 0px;
}
.section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li:nth-child(3)::after {
  content: " /10";
  position: relative;
  font-size: 1.4rem;
  font-weight: 300;
  left: 2.5px;
  bottom: -0.3rem;
}
.section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li:nth-child(3) .notecontainer {
  display: flex;
  position: relative;
}
.section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li:nth-child(3) .notecontainer svg.NoteA .fillNote {
  fill: #18A455;
}
.section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li:nth-child(3) .notecontainer svg.NoteB .fillNote {
  fill: #56B54B;
}
.section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li:nth-child(3) .notecontainer svg.NoteC .fillNote {
  fill: #BED33F;
}
.section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li:nth-child(3) .notecontainer svg.NoteD .fillNote {
  fill: #EFE43D;
}
.section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li:nth-child(3) .notecontainer svg.NoteE .fillNote {
  fill: #FCB732;
}
.section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li:nth-child(3) .notecontainer svg.NoteF .fillNote {
  fill: #EF7130;
}
.section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li:nth-child(3) .notecontainer svg.NoteG .fillNote {
  fill: #EC1E2E;
}
.section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li:nth-child(3) .notecontainer .contentNote {
  position: absolute;
  display: block;
  top: 50%;
  left: 8px;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 1.6rem;
  line-height: 1;
  transform: translateY(-50%);
}
.section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li:nth-child(4) svg {
  width: 18px;
  height: 18px;
  margin: 0 0 0 10px;
  stroke: #1e1e1e;
}
.section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li:nth-child(4) svg.iconDown {
  stroke: red;
}
.section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li:nth-child(4) svg.iconUp {
  stroke: #2EB685;
}
.section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr:nth-child(even) {
  background-color: #efefef;
}
.section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr:hover {
  background-color: #deffef;
}
.section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.errortr {
  background-color: #fff5e8 !important;
}
.section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.errortr li:nth-child(3) {
  grid-column: 3 / 9;
  justify-content: center;
}
.section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.errortr li:nth-child(3) a {
  margin-left: 5px;
}
.section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.errortr li:nth-child(3)::after {
  content: "";
}
.section-barometre2 .barometre__container-wrapper .listeeco .tbody.firstpage ul.tr:nth-child(1) li.classement span {
  color: #ffffff;
  background-color: #2EB685;
}
.section-barometre2 .barometre__container-wrapper .listeeco .tbody.firstpage ul.tr:nth-child(2) li.classement span {
  color: #ffffff;
  background-color: #3A966A;
}
.section-barometre2 .barometre__container-wrapper .listeeco .tbody.firstpage ul.tr:nth-child(3) li.classement span {
  color: #ffffff;
  background-color: #2B704F;
}
.section-barometre2 .barometre__container-wrapper .listeco_pagination {
  margin: 20px 0 0;
}
.section-barometre2 .barometre__container-wrapper .listeco_pagination ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.section-barometre2 .barometre__container-wrapper .listeco_pagination ul li {
  margin: 0 0 0 15px;
}
.section-barometre2 .barometre__container-wrapper .listeco_pagination ul li a,
.section-barometre2 .barometre__container-wrapper .listeco_pagination ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 7px 13px;
  color: #1e1e1e;
  background-color: #F7F7F7;
  font-size: 1.6rem;
  -webkit-box-shadow: 0 3px 6px 0px #00000020;
  -moz-box-shadow: 0 3px 6px 0px #00000020;
  -o-box-shadow: 0 3px 6px 0px #00000020;
  box-shadow: 0 3px 6px 0px #00000020;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.section-barometre2 .barometre__container-wrapper .listeco_pagination ul li span.active {
  color: #ffffff;
  background-color: #2EB685;
  box-shadow: inset -1px 5px 8px 1px #00000031;
}
.section-barometre2 .barometre__container-wrapper .listeco_pagination ul li a:hover {
  color: #ffffff;
  background-color: #193B36;
  box-shadow: inset -1px 5px 8px 1px #00000031;
}
.section-barometre2 .barometre__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: 30px 0 0 0;
}
.section-barometre2 .barometre__contact .barometre__contact--texte p {
  font-size: 1.6rem;
  margin: 0 0 15px;
  font-style: italic;
}
.section-barometre2 .barometre__contact .barometre__contact--lien {
  background-color: #193B36;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px 30px;
  font-size: 1.5rem;
}
body.darkmode main .section-barometre2 .barometre__container-wrapper .entete__baro .entete-titre h1,
body.darkmode main .section-barometre2 .barometre__container-wrapper .entete__baro .entete-contenu {
  color: #ffffff !important;
}
body.darkmode main .section-barometre2 .barometre__container-wrapper .filtrerecherche .devicecontainer a {
  color: #ffffff;
}
body.darkmode main .section-barometre2 .barometre__container-wrapper .filtrerecherche .recherchecontainer #clear-filter {
  color: #ffffff;
}
body.darkmode main .section-barometre2 .barometre__container-wrapper .filtrerecherche .recherchecontainer #clear-filter:hover {
  color: #2EB685;
}
body.darkmode main .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li.nom a span {
  color: #ffffff;
}
body.darkmode main .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li.nom a span:first-child {
  text-decoration: underline #ffffff;
}
body.darkmode main .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li.nom a span:last-child {
  color: grey;
}
body.darkmode main .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr:nth-child(even) {
  background: #2e2e2e;
}
body.darkmode main .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr:not(.errortr):hover {
  background: #3b3b3b !important;
}
body.darkmode main .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li.nom a:hover span:first-child {
  text-decoration: underline #2EB685;
}
body.darkmode main .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li.nom a:hover span:last-child {
  color: #ffffff;
}
body.darkmode main .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.errortr li:nth-child(3) {
  color: #1e1e1e;
}
@media (max-width: 1200px) {
  .section-barometre2 .barometre__container-wrapper .listeeco .thead ul.tr,
  .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr {
    grid-template-columns: 60px 2.2fr 1.2fr 1fr 0.5fr 0.8fr;
  }
  .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li {
    padding: 15px 5px;
  }
}
@media (max-width: 992px) {
  .section-barometre2 .barometre__container-wrapper .filtrerecherche .recherchecontainer {
    flex-direction: column;
  }
  .section-barometre2 .barometre__container-wrapper .filtrerecherche .recherchecontainer input[type="search"],
  .section-barometre2 .barometre__container-wrapper .filtrerecherche .recherchecontainer select {
    flex: auto;
  }
  body.darkmode main .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr {
    background: #2e2e2e !important;
  }
  .section-barometre2 .barometre__container-wrapper .entete__baro .ensavoirplus {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    margin: 5px 0 0 20px;
  }
  .section-barometre2 .barometre__container-wrapper .entete__baro .ensavoirplus a {
    width: 100%;
    height: 100%;
  }
  .section-barometre2 .barometre__container-wrapper .entete__baro .ensavoirplus a span.txt {
    display: none;
  }
  .section-barometre2 .barometre__container-wrapper .entete__baro .ensavoirplus a .icon-question {
    margin: 0 !important;
  }
  .section-barometre2 .barometre__container-wrapper .categories {
    margin: 0 0 10px;
  }
  .section-barometre2 .barometre__container-wrapper .filtrerecherche {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .section-barometre2 .barometre__container-wrapper .filtrerecherche .devicecontainer {
    width: 100%;
    order: 1;
    margin: 0 0 30px;
  }
  .section-barometre2 .barometre__container-wrapper .filtrerecherche .devicecontainer > div {
    width: 50%;
  }
  .section-barometre2 .barometre__container-wrapper .filtrerecherche .devicecontainer a {
    justify-content: center;
  }
  .section-barometre2 .barometre__container-wrapper .listeeco .thead {
    display: none;
  }
  .section-barometre2 .barometre__container-wrapper .filtrerecherche .recherchecontainer {
    width: 100%;
    order: 0;
    justify-content: space-between;
  }
  .section-barometre2 .barometre__container-wrapper .filtrerecherche .recherchecontainer input[type="search"],
  .section-barometre2 .barometre__container-wrapper .filtrerecherche .recherchecontainer select {
    width: 100%;
    margin: 0 0 10px;
  }
  .section-barometre2 .barometre__container-wrapper .filtrerecherche .recherchecontainer input[type="submit"] {
    width: 100%;
  }
  .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr {
    display: block;
    overflow: hidden;
    margin: 0 0 30px;
    padding: 40px;
    background: #ffffff !important;
    -webkit-box-shadow: 0 3px 6px 0px #00000020;
    -moz-box-shadow: 0 3px 6px 0px #00000020;
    -o-box-shadow: 0 3px 6px 0px #00000020;
    box-shadow: 0 3px 6px 0px #00000020;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li {
    padding: 0;
  }
  .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li span {
    margin: 0 !important;
  }
  .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li.nom {
    font-size: 1.8rem;
    margin: 0 0 20px;
    float: right;
    width: 90%;
  }
  .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li.classement {
    margin: 5px 0 0;
    float: left;
    width: 10%;
  }
  .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li.ecowebscore {
    float: left;
    width: 50%;
    margin: 5px 0 0 0;
  }
  .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li.poids {
    float: right;
    width: 50%;
  }
  .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li.pages {
    float: right;
    width: 50%;
  }
  .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li.date {
    float: right;
    width: 50%;
  }
  .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li .hiddenLabel {
    display: block;
    font-weight: 400;
  }
  .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li svg {
    width: 90px;
    height: 60px;
    margin: 0 20px 0 0;
  }
  .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li.ecowebscore .notecontainer .contentNote {
    font-size: 3rem;
    left: 15px;
  }
  .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li.ecowebscore span.note {
    font-size: 2.5rem;
  }
  .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li.ecowebscore::after {
    font-size: 1.8rem;
    bottom: -0.8rem;
  }
  .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li.nom a span:last-child {
    font-size: 1.4rem;
  }
  .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.errortr {
    background: #fff5e8 !important;
  }
  .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li.error {
    float: left;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .section-barometre2 .barometre__container-wrapper .entete__baro .entete-titre h1 {
    font-size: 2.8rem;
    line-height: 1.4;
  }
  .section-barometre2 .barometre__container-wrapper .categories li {
    margin: 0 15px 15px 0;
  }
  .section-barometre2 .barometre__container-wrapper .categories li:last-child {
    margin: 0 0 15px 0;
  }
  .section-barometre2 .barometre__container-wrapper .categories li a {
    font-size: 1.3rem;
    padding: 8px 12px;
  }
  .section-barometre2 .barometre__container-wrapper .filtrerecherche .recherchecontainer {
    flex-wrap: wrap;
    margin: 0 0 30px;
  }
  .section-barometre2 .barometre__container-wrapper .filtrerecherche .recherchecontainer input[type="search"] {
    height: 40px;
  }
  .section-barometre2 .barometre__container-wrapper .filtrerecherche .recherchecontainer select {
    height: 40px;
  }
  .section-barometre2 .barometre__container-wrapper .filtrerecherche .recherchecontainer input[type="submit"] {
    height: 40px;
    padding: 6px 16px;
  }
  .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr {
    padding: 20px;
  }
  .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li.classement {
    width: 18%;
  }
  .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li.nom {
    width: 82%;
    font-size: 1.4rem;
    margin: 0 0 15px;
  }
  .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li.nom a span:last-child {
    font-size: 1.2rem;
  }
  .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li.ecowebscore {
    flex-wrap: wrap;
  }
  .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li.ecowebscore .notecontainer {
    width: 100%;
    margin: 0 0 10px;
  }
  .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li svg {
    margin: 0;
  }
  .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li.ecowebscore {
    width: 33%;
  }
  .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li.classement {
    margin: 3px 0 0;
  }
  .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li.poids,
  .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li.pages,
  .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li.date {
    width: 67%;
    font-size: 1.3rem;
    margin: 0 0 10px;
  }
  .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li.date {
    margin: 0;
  }
  .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li svg {
    width: 70px;
    height: 47px;
  }
  .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li.ecowebscore .notecontainer .contentNote {
    font-size: 2.6rem;
  }
  .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li.ecowebscore span.note {
    font-size: 2rem;
  }
  .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li.ecowebscore::after {
    font-size: 1.4rem;
    bottom: -0.4rem;
  }
  .section-barometre2 .barometre__container-wrapper .listeco_pagination ul li a,
  .section-barometre2 .barometre__container-wrapper .listeco_pagination ul li span {
    font-size: 1.4rem;
    padding: 5px 10px;
  }
  .section-barometre2 .barometre__container-wrapper .listeco_pagination ul li {
    margin: 0 0 0 12px;
  }
  .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li.error {
    font-size: 1.2rem;
  }
  .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.errortr li.error a {
    flex: 0 0 auto;
  }
  .section-barometre2 .barometre__contact .barometre__contact--texte p {
    font-size: 1.4rem;
  }
}
@media (max-width: 375px) {
  .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li.ecowebscore {
    width: 30%;
  }
  .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li.poids,
  .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li.pages,
  .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li.date {
    width: 70%;
  }
  .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li.ecowebscore .notecontainer {
    margin: 0 0 5px;
  }
  .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li.nom {
    font-size: 1.2rem;
  }
  .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li.nom a span:last-child {
    font-size: 1rem;
  }
  .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li.classement {
    margin: 0;
  }
  .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li.poids,
  .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li.pages,
  .section-barometre2 .barometre__container-wrapper .listeeco .tbody ul.tr li.date {
    font-size: 1.2rem;
  }
}
