@import url("https: //fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

:root {
  --header-height: 3rem;
  --nav-width: 68px;
  --first-color: 0, 37, 30;
  --second-color: 57, 204, 147;
  --white-color: #ffffff;
  --body-font: 'Open Sans', sans-serif;
  --normal-font-size: 1rem;
  --z-fixed: 100
}

*,
::before,
::after {
  box-sizing: border-box
}

body {
  position: relative;
  margin: 0;
  font-family: 'Open Sans',
    sans-serif !important;
  font-size: var(--normal-font-size);
  color: #000;
}

a {
  text-decoration: none
}

.color-green {
  color: rgb(57, 204, 147);
}

.accordion-body {
  padding: 0;
}

.accordion-button {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  position: relative;
}

.accordion-button .score {
  position: absolute;
  right: 100px;
}

.btn-primary,
.btn-primary:active,
.btn-primary:focus {
  background-color: rgba(var(--second-color));
  border-color: rgba(var(--second-color));
  box-shadow: none;
}

.btn-primary:hover {
  background-color: rgb(0, 0, 0);
  border: 0;
}


.header {
  width: 100%;
  height: var(--header-height);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  background-color: var(--white-color);
  z-index: var(--z-fixed);
  box-shadow: box-shadow: #0000000d 0 9px 17.5px;
  -webkit-box-shadow: #0000000d 0 9px 17.5px;
  -moz-box-shadow: #0000000d 0 9px 17.5px;
}

.header h1 {
  font-size: 18px;
  font-weight: bold;
}

.l-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: var(--nav-width);
  height: 100vh;
  background-color: rgba(var(--first-color));
  z-index: var(--z-fixed)
}

.nav {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden
}

.nav_link {
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: center;
  column-gap: 1rem;
  padding: 0.7rem 0 0.6rem 0.8rem;
}

.nav img {
  width: 58px;
}

.nav_list img {
  width: 40px;
}

.nav_link {
  position: relative;
  margin-bottom: 1.5rem;
  transition: .3s
}

.active::before {
  content: '';
  position: absolute;
  left: 0;
  width: 2px;
  height: 32px;
  background-color: var(--white-color)
}

.height-100 {
  height: calc(100% - --nav-width);
}



.header {
  height: calc(var(--header-height) + 1rem);
  padding: 0 2rem 0 calc(var(--nav-width) + 2rem)
}


.header_img img {
  width: 80%;
}

.l-navbar {
  left: 0;
  padding: 1rem 0 0 0
}

.container-fluid {
  padding: 90px 20px 20px 100px;
  background-color: #F8F8F8;
  min-height: 100vh;
}

h1 {
  font-size: 24px;
  font-weight: bold;
}

h2 {
  font-size: 18px;
  font-weight: bold;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
  padding: 0;
}

.bg-A {
  background-color: #038141 !important;
}

.bg-B {
  background-color: #85BB2F !important;
}

.bg-C {
  background-color: #FFC001 !important;
}

.bg-D {
  background-color: ;
}

.bg-E {
  background-color: ;
}

.color-A {
  color: #038141 !important;
}

.color-B {
  color: #85BB2F !important;
}

.color-C {
  color: #FFC001 !important;
}

.color-D {
  color: ;
}

.color-E {
  color: ;
}

.ACVTitle {
  border: 2px solid #85BB2F;
  border-radius: 10px;
  padding: 5px 20px;
  display: flex;
  flex-direction: row;
  height: 60px;
  background-color: #ffffff;
}

.ACVTitle h1,
.ACVTitle p {
  color: #00251E;
}

.ACVTitle p {
  font-size: 16px
}

.ACVTitle p,
.ACVTitle h2 {
  line-height: 60px;
}

.ACVTitle img {
  padding-top: 13px;
  width: 39px;
  height: 48px;
}

.score {
  font-weight: bold;
}

.score span {
  font-size: 20px;
}

.filtre {
  grid-gap: 1rem;
  line-height: 40px;
}

.filtre-close span {
  font-size: 14px;
}

.choix_filtre {
  overflow-y: scroll;
}

.offcanvas h3 {
  font-size: 16px;
}

.offcanvas .btn.dropdown-toggle {
  border: 1px solid #000000;
  background-color: #ffffff;
}

.offcanvas-body {
  position: relative;
}

.offcanvas #filtre-valider {
  bottom: 0;
  border-top: 0.0625rem groove;
  position: absolute;
  width: 92%;
  display: flex;
  justify-content: space-between;
  column-gap: 1rem;
  padding: 1rem;
}

.filter-option-inner-inner {
  color: #000000;
}

#plusFiltre {
  cursor: pointer;
}

/* Accordion */
.accordion-button,
.accordion-button:not(.collapsed) {
  color: #ffffff;
}

.accordion-button::after {
  rotate: -90deg;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-chevron-right' viewBox='0 0 16 16'%3e%3cpath d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(0deg);
  background-image: none;
}

.accordion-button:not(.collapsed)::after {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-chevron-right' viewBox='0 0 16 16'%3e%3cpath d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(90deg);
  background-image: none;
}

.accordion-item {
  border: 1px solid rgba(0, 0, 0, .1);
}


.accordion-item.first {
  margin-bottom: 20px;
  width: calc(100% - 140px);
  position: relative;
  left: 138px;
}

.accordion-item.productionMat::before {
  content: url(./images/picto1.png);
  position: absolute;
  top: 0;
  left: -143px;
  transform: scale(0.8);
}

.accordion-item.transformationMat::before {
  content: url(./images/transformation_matiere.png);
  position: absolute;
  top: 0;
  left: -143px;
  transform: scale(0.8);
}

.accordion-item.ennoblissement::before {
  content: url(./images/ennoblissement.png);
  position: absolute;
  top: 0;
  left: -143px;
  transform: scale(0.8);
}

.accordion-item.confection::before {
  content: url(./images/confection.png);
  position: absolute;
  top: 0;
  left: -143px;
  transform: scale(0.8);
}

.accordion-item.distribution::before {
  content: url(./images/distribution.png);
  position: absolute;
  top: 0;
  left: -143px;
  transform: scale(0.8);
}

.accordion-item.utilisation::before {
  content: url(./images/utilisation.png);
  position: absolute;
  top: 0;
  left: -143px;
  transform: scale(0.8);
}

.accordion-item.finDeVie::before {
  content: url(./images/fin_de_vie.png);
  position: absolute;
  top: 0;
  left: -143px;
  transform: scale(0.8);
}

.accordion-button:not(.collapsed) {
  background-color: #ffffff;
}

.timeline .line {
  position: absolute;
  width: 2px;
  display: block;
  top: 215px;
  bottom: 57px;
  margin-left: 108px;
  background: #979797;
}

.timeline .line::before,
.timeline .line::after {
  content: '';
  position: absolute;
  left: -6px;
  width: 0;
  height: 0;
  display: block;
  border-radius: 50%;
  background: #0039A6;
}

.metrique .exemple {
  border-radius: 10px;
  border: 1px solid #C2C2C2;
  padding: 20px;
  background: linear-gradient(rgba(230, 245, 255, 0.05), rgba(93, 156, 236, 0.2));
}

.metrique .title {
  text-transform: uppercase;
  width: 100% !important;
  background-color: #39CC93;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
}

.metrique h3 {
  font-size: 20px;
}

.metrique h3 {
  font-size: 18px;
}



/* page map */
.navMap ul {
  text-align: center;
}

.navMap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navMap li {
  display: inline-block;
  padding: 0 0 25px;
  width: 15%;
  cursor: pointer;
}

.navMap li h2 {
  float: left;
  font-size: 14px;
  line-height: 14px;
  width: 100%;
  min-height: 45px;
  margin-top: 10px;
  font-weight: 400;
}

.navMap li:hover .btn-picto,
.navMap li.active .btn-picto {
  background-color: #39CC93;
}

.btn-picto {
  margin: 0 auto;
  width: 60px;
  height: 60px;
  background-color: #013C31;
  border-radius: 60px;
  color: white;
  text-align: center;
  line-height: 60px;
  transition: 1;
}