* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "aniuk", sans-serif !important;
  line-height: 125%;
}

img {
  width: 100%;
}

h1 {
  color: #00ACA4;
  font-size: 4em;
  font-weight: bold !important;
}
h1 span {
  font-size: 80%;
  color: #007A8D;
}

h2 {
  font-weight: bold !important;
}

.txt-dark {
  color: #007A8D;
}

body .header {
  background-color: #E5F7F6;
  border-radius: 0 0 5em 5em;
}
body .header .logos {
  max-width: 150px;
}
body .header .bloc-intro {
  background-color: white;
  max-width: 500px;
  border-radius: 1.5em;
}
body .header .bloc-intro .pattern {
  width: 60px;
}
body .header .bloc-intro h2 {
  color: #00ACA4;
}
body .header .bloc-intro h2 span {
  font-size: 80%;
  color: #007A8D;
}
body .hiking-aid {
  max-width: 1200px;
}
body .hiking-aid .bloc-safety {
  color: #A01E17;
  background-color: #FBE5E6;
  max-width: 500px;
  border-radius: 1.5em;
}
body .hiking-aid .toolbar {
  gap: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
body .hiking-aid .toolbar .tool {
  padding: 15px;
  width: 180px;
  border: 2px solid #CCE4E8;
  border-radius: 20px;
  flex-shrink: 0;
  transition: 0.5s cubic-bezier(0.86, -0.02, 0.21, 1);
  cursor: pointer;
}
body .hiking-aid .toolbar .tool-img img {
  height: 80px;
}
body .hiking-aid .toolbar .tool-name {
  text-align: center;
  font-weight: bold;
  color: #007A8D;
  font-size: 1.4rem;
  margin-top: 20px;
}
body .hiking-aid .toolbar .tool:hover {
  background-color: #E5F7F6;
  transform: scale(1.02);
}
body .hiking-aid .infos-sentier .card {
  background: #E5F7F6;
  border-radius: 15px;
  border: none;
}
body .hiking-aid .infos-sentier .infos-where-map img {
  border-radius: 15px;
}
body .hiking-aid .infos-sentier .infos-where-schema div {
  height: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}
body .hiking-aid .infos-sentier .infos-where-schema div img {
  height: 350px;
  width: auto;
}
body .hiking-aid .infos-sentier .infos-discover img {
  border-radius: 15px;
}
body .hiking-aid .infos-sentier .infos-discover-legend {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #007A8D;
  list-style: none;
}
body .hiking-aid .infos-sentier .infos-discover-legend ul {
  list-style: none;
  padding: 0;
}
body .hiking-aid .infos-sentier .infos-discover-legend ul li {
  margin: 10px;
  font-weight: bold;
}
body .hiking-aid .infos-sentier .infos-discover-legend ul .infos-discover-legend-active {
  color: #D9000D;
}
body .hiking-aid .infos-sentier .infos-hike-title {
  font-weight: bold;
  color: #00ACA4;
  font-size: 20px;
  border-bottom: 2px solid #97D0CC;
  margin-bottom: 10px;
}
body .hiking-aid .infos-sentier .infos-hike-title img {
  width: 20px;
  margin-right: 30px;
}
body .hiking-aid .infos-sentier .infos-hike .cont {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
body .hiking-aid .infos-sentier .infos-hike .cont .infos-hike-bloc {
  background-color: #72B8C1;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 120px;
  border-radius: 10px;
  height: 120px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body .hiking-aid .infos-sentier .infos-hike .cont .infos-hike-bloc-name {
  color: white;
  font-weight: bold;
  text-align: center;
}
body .hiking-aid .infos-sentier .infos-hike .cont .infos-hike-bloc-data {
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 24px;
}
body .history {
  align-items: stretch;
}
body .history-text, body .history-title {
  color: #007A8D;
}
body .history-title {
  font-weight: bold;
  height: 100%;
}
body .history-title h1 {
  position: sticky;
  top: 40%;
}
body .history-text {
  padding: 15px;
  max-width: 600px;
}
body .history-text h2 {
  font-size: 20px;
}
body .history-card {
  background-color: #E5F7F6;
  color: #007A8D;
  margin: 20px auto;
  padding: 20px;
  border-radius: 20px;
  transition: 0.5s;
}
body .history-card-img img {
  border-radius: 10px;
}
body .history-card-text {
  margin-top: 20px;
}
body .history-card-text-title {
  font-weight: bold;
  margin-bottom: 10px;
}
body .history-card:hover {
  transform: scale(1.02);
}
body .focus {
  overflow: visible;
  background-color: #D7DEF8;
  border-radius: 5em 5em 0 0;
}
body .focus-bg {
  background-image: url(/images/bg-focus.svg?4b62ed8e7a40bb9e87ebf24d6cc3c195);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  overflow: visible;
}
body .focus .container {
  max-width: 1000px;
  margin: 0 auto;
}
body .focus-title h1 {
  color: #6877B4;
  font-weight: bold;
}
body .focus-cards {
  justify-content: center;
}
body .focus-card {
  max-width: 450px;
  margin: 20px auto;
  padding: 20px;
  border-radius: 20px;
  transition: 0.5s;
}
body .focus-card-light {
  background-color: #F5F7FD;
  color: #6877B4;
}
body .focus-card-dark {
  background-color: #6877B4;
  color: white;
}
body .focus-card-img img {
  border-radius: 10px;
}
body .focus-card-text {
  margin-top: 20px;
}
body .focus-card-text-title {
  font-weight: bold;
  margin-bottom: 10px;
}
body .focus-card:hover {
  transform: scale(1.02);
}

@media (min-width: 992px) {
  body .header-bg {
    background: url(/images/bg-header_1.svg?f1a68db1782f0e963e3e2947a6efec07), url(/images/bg-header_2.svg?fdcd55c34ffa63e047aae35549c6671f);
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
    background-position: left, top right;
  }
  body .history {
    align-items: stretch;
  }
  body .history-bg {
    background-image: url(/images/bg-history.svg?8a3a52b6057ea8705791103c4b6231a0);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
  }
  body .focus-bg {
    background-position: right;
  }
}
@media (max-width: 576px) {
  body .hiking-aid .toolbar .tool {
    width: 100px;
  }
  body .hiking-aid .toolbar .tool-img img {
    height: 50px;
  }
  body .hiking-aid .toolbar .tool-name {
    font-size: 1rem;
  }
  body .hiking-aid .toolbar .tool:hover {
    background-color: #E5F7F6;
    transform: scale(1.02);
  }
}
