@charset "UTF-8";
.anchors-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 640px) {
  .anchors-container {
    flex-direction: row;
    align-items: flex-start;
    margin-top: 56px;
  }
}
.anchors-container .anchor {
  position: relative;
  width: 100%;
  max-width: 220px;
  text-align: center;
  margin-top: 40px;
}
@media (min-width: 640px) {
  .anchors-container .anchor {
    margin-top: 0;
    width: 33%;
  }
}
.anchors-container .anchor .svg-container {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background-color: #F7F8FA;
  flex: 1 0 auto;
  width: 170px;
  height: 170px;
  margin: auto;
  box-shadow: inset 1px 1px 6px #C6CEE2, 0px 3px 6px rgba(0, 0, 0, 0);
}
.anchors-container .anchor .text-container {
  margin-top: 10px;
}
@media (min-width: 640px) {
  .anchors-container .anchor .text-container {
    margin-top: 20px;
  }
}
.anchors-container .anchor a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  align-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #002067;
  text-decoration: none;
}
.anchors-container .anchor #icon-réseaux-des-jeunes {
  margin-left: 14px;
}