@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@500&display=swap");
.sticky-thead {
  position: sticky;
  top: 0;
  z-index: 1;
}
@media all and (max-width: 700px) {
  .sticky-thead {
    margin: 0 15px;
  }
}

[data-cy=detailedStoryBody] .sticky-thead {
  top: 70px;
}
@media all and (max-width: 700px) {
  [data-cy=detailedStoryBody] .sticky-thead {
    top: 0;
  }
}

.embedded-others > div .sticky-thead {
  top: 45px;
}
@media all and (max-width: 700px) {
  .embedded-others > div .sticky-thead {
    top: 45px;
  }
}

.gros-titre {
  background: #08351D;
  border-radius: 4px;
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 28px;
  color: #00955F;
  padding: 13px 15px 17px;
  max-width: 700px;
  margin: auto;
  box-sizing: border-box;
}

.gros-titre span {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: #BCE6B6;
  display: block;
}

@media (max-width: 700px) {
  .gros-titre {
    font-size: 22px;
    line-height: 24px;
  }

  .gros-titre span {
    font-size: 16px;
    line-height: 18px;
  }
}
table.reer-vert {
  /*border: 1px solid #a3a3a3;*/
  width: 100%;
  font-family: "Barlow", sans-serif !important;
  border-collapse: collapse;
  max-width: 700px;
  margin: auto;
  cursor: pointer;
}

table.reer-vert thead {
  background-color: #fff;
  color: black;
  text-align: left;
}

table.reer-vert thead tr {
  background-color: #fff;
}

table.reer-vert thead th {
  padding: 10px 2px;
  box-sizing: border-box;
  border: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #08351D;
}

table.reer-vert thead th div.right {
  float: right;
}

table.reer-vert tr td {
  font-family: "Barlow", sans-serif;
  font-size: 18px;
}

@media (max-width: 700px) {
  table.reer-vert thead th {
    font-size: 12px;
  }

  table.reer-vert tr td {
    font-size: 15px;
    line-height: 1.1;
  }
}
/** col 1 rang **/
table.reer-vert tr th:nth-child(1),
table.reer-vert tr td:nth-child(1) {
  width: 33px;
  text-align: center;
}

table.reer-vert tr td:nth-child(1) {
  font-style: normal;
  font-weight: 500;
  color: #00955F;
  font-family: "Barlow Semi Condensed", sans-serif;
  padding: 10px 4px;
}

/** col 2 nom **/
table.reer-vert tr th:nth-child(2),
table.reer-vert tr td:nth-child(2) {
  width: auto;
  text-align: left;
  word-break: break-word;
}

table.reer-vert tr td:nth-child(2) {
  font-weight: bold;
  color: #08351D;
}

.accordion label:hover table.reer-vert tr td:nth-child(2) {
  text-decoration: underline;
}

/** col 3 total **/
table.reer-vert tr th:nth-child(3),
table.reer-vert tr td:nth-child(3) {
  width: 90px;
  text-align: center;
}
@media screen and (max-width: 500px) {
  table.reer-vert tr th:nth-child(3),
table.reer-vert tr td:nth-child(3) {
    text-align: left;
    width: 60px;
  }
}

table.reer-vert tr td:nth-child(3) {
  font-weight: 800;
  color: #00955F;
}

/** col 4 nbr **/
table.reer-vert tr th:nth-child(4),
table.reer-vert tr td:nth-child(4) {
  width: 40px;
  text-align: center;
}

table.reer-vert tr td:nth-child(4) {
  font-style: normal;
  font-weight: 600;
  color: #08351D;
}

/** col 5 details **/
table.reer-vert tr th:nth-child(5),
table.reer-vert tr td:nth-child(5) {
  width: 30px;
}

table.reer-vert tr td:nth-child(5) i:before {
  color: #00955F;
}

.accordion > input[type=checkbox] {
  position: absolute;
  left: -100vw;
}

.accordion .content {
  overflow-y: hidden;
  height: 0;
  transition: all 0.3s ease;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #08351D;
  -webkit-font-smoothing: antialiased;
  padding: 0 20px;
}
@media all {
  .accordion .content {
    font-size: 15px;
    line-height: 19px;
  }
}

.accordion > input[type=checkbox]:checked ~ .content {
  height: auto;
  overflow: visible;
  background: #E1F6DE;
  border-radius: 3px;
  margin-top: 3px;
  padding: 10px 20px;
}

.accordion,
.methodologie {
  max-width: 700px;
  margin: 0 auto 3px;
}
@media all and (max-width: 700px) {
  .accordion,
.methodologie {
    margin: 0 15px 3px;
  }
}
.accordion label,
.methodologie label {
  display: block;
}

.accordion > input[type=checkbox]:checked ~ .content {
  /*padding: 15px;*/
  /*border: 1px solid #E5F4E8;*/
  border-top: 0;
}

.accordion .handle {
  margin: 0 !important;
  font-size: 1.125em;
  line-height: 1.2em;
  border-bottom: 0;
  padding-bottom: 0 !important;
  text-transform: none;
}
@media (max-width: 700px) {
  .accordion .handle {
    padding: 0 !important;
  }
}

.embedded-others .accordion .handle {
  margin: 0 !important;
  font-size: 1.125em !important;
  line-height: 1.3 !important;
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-top: 0 !important;
  padding-top: 0 !important;
  text-transform: none !important;
}

.accordion label {
  color: black;
  cursor: pointer;
  font-weight: normal;
  padding: 0;
  background: #BCE5B6;
  border-radius: 4px 4px 0 0;
  font-family: "Barlow", sans-serif !important;
}

@media (max-width: 700px) {
  .accordion label {
    padding: 5px 0;
  }
}
.accordion label:hover,
.accordion .handle.collapsed label,
.accordion label:focus {
  background: #83D578;
}

.accordion > input[type=checkbox] ~ .handle label .fa-plus {
  transition: all ease-in-out 0.4s;
  z-index: 0;
}

.accordion > input[type=checkbox]:checked ~ .handle label .fa-plus {
  transform: rotate(45deg);
}

.filet-vert {
  height: 5px;
  width: 100%;
  border-radius: 2px;
  max-width: 700px;
  margin: 5px auto 25px;
  background-color: #08351D;
}
@media (max-width: 700px) {
  .filet-vert {
    margin: 5px 15px 25px;
    width: calc( 100% - 30px);
  }
}

.methodologie {
  font-family: "Barlow", sans-serif !important;
  line-height: 1.13;
}

/*# sourceMappingURL=top20.css.map */
