@-webkit-keyframes rotate-spin /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-spin {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotate-spin {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.l-sitemap {
  margin-top: 50px;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-stretch: semi-condensed;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  /* MEDIA QUERIES */
}
.l-sitemap__title {
  object-fit: contain;
  font-size: 50px;
  font-family: "avenirbook", sans-serif;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 575.98px) {
  .l-sitemap__title {
    font-size: 36px;
  }
}
.l-sitemap .box {
  background: #fff;
  padding: 15px;
  margin-bottom: 30px;
}
.l-sitemap .box h2 {
  background-color: #ffc500;
  color: #fff;
  margin: 0;
  padding: 10px 20px;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "avenirbook", sans-serif;
}
.l-sitemap .box ul {
  margin: 20px 0 0 0;
}
.l-sitemap .box ul li {
  font-size: 14px;
  list-style: none;
  text-align: left;
}
.l-sitemap .box ul li a {
  color: #000;
}
.l-sitemap .box ul.categories_list, .l-sitemap .box ul.pages_list {
  list-style: none;
  padding-left: 5px;
}
.l-sitemap .box ul.categories_list li, .l-sitemap .box ul.pages_list li {
  padding: 5px 0 5px 30px;
  margin-bottom: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.l-sitemap .box ul.categories_list li:before, .l-sitemap .box ul.pages_list li:before {
  content: "";
  height: 1px;
  width: 20px;
  background-color: #ffc500;
  position: absolute;
  top: 15px;
  left: 0;
  margin: auto;
}
.l-sitemap .box ul.categories_list li:after, .l-sitemap .box ul.pages_list li:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ffc500;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.l-sitemap .box ul.categories_list li:last-child:after, .l-sitemap .box ul.pages_list li:last-child:after {
  height: 15px;
}
.l-sitemap .box ul.categories_list li ul.children, .l-sitemap .box ul.pages_list li ul.children {
  margin-top: 10px;
}
.l-sitemap .box ul.categories_list li ul.children li, .l-sitemap .box ul.pages_list li ul.children li {
  font-size: 12px;
}
.l-sitemap .box ul.sitemap_pagination {
  list-style-type: none;
}
.l-sitemap .box ul.sitemap_pagination li {
  display: inline-block;
}
.l-sitemap .box ul.sitemap_pagination li:before {
  content: " ";
  margin-left: 20px;
}
.l-sitemap .box ul.sitemap_pagination li:first-child:before {
  content: "";
  margin-left: 0;
}
.l-sitemap .bloc-button {
  background-color: #ffc500;
  color: #fff;
  margin: 30px auto;
  padding: 10px 20px;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "avenirbook", sans-serif;
  width: fit-content;
  display: block;
}
.l-sitemap .bloc-button:hover {
  text-decoration: none;
}
.l-sitemap a.btn {
  background: none;
  padding: 10px 30px;
}
@media (min-width: 1px) and (max-width: 991.98px) {
  .l-sitemap .box {
    padding: 15px;
    margin-bottom: 30px;
  }
  .l-sitemap .box h2 {
    padding: 10px 20px;
    font-size: 20px;
  }
  .l-sitemap .box ul {
    margin: 20px 0 0 0;
  }
  .l-sitemap .box ul li {
    font-size: 14px;
  }
  .l-sitemap .box ul.categories_list li, .l-sitemap .box ul.pages_list li {
    padding: 5px 0 5px 30px;
  }
  .l-sitemap .box ul.categories_list li:before, .l-sitemap .box ul.pages_list li:before {
    width: 20px;
    top: 15px;
  }
  .l-sitemap .box ul.categories_list li:last-child:after, .l-sitemap .box ul.pages_list li:last-child:after {
    height: 15px;
  }
  .l-sitemap .box ul.categories_list li ul.children, .l-sitemap .box ul.pages_list li ul.children {
    margin-top: 10px;
  }
  .l-sitemap .box ul.sitemap_pagination li:before {
    margin-left: 20px;
  }
}
