@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes scaling {
  from {
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
    color: #FBB911;
  }
}
.rotating {
  animation: rotating 2s linear infinite;
}

#head .btn {
  border: none;
  border-radius: 6.25rem;
  display: block;
  font-weight: 700;
  line-height: 1;
  padding: 1.25rem 1.875rem;
  text-decoration: none;
  justify-self: start;
  background-color: #FBB911;
  color: #4A541F;
}
#head .btn:hover {
  background-color: #4A541F;
  color: white;
}

.adherent {
  padding: 3.125rem 0;
}
.adherent h3 {
  margin-bottom: 1.25rem;
}
.adherent form {
  text-align: center;
}
.adherent form label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.3125rem;
}
.adherent form input:not([type=checkbox]) {
  border: 1px solid #4A541F;
  border-radius: 0.3125rem;
  padding: 0.3125rem;
}
.adherent form input[type=submit] {
  border: none;
  border-radius: 6.25rem;
  display: block;
  font-weight: 700;
  line-height: 1;
  padding: 1.25rem 1.875rem;
  text-decoration: none;
  justify-self: start;
  background-color: #FBB911;
  color: #4A541F;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem;
}
.adherent form input[type=submit]:hover {
  background-color: #4A541F;
  color: white;
}
.adherent form .ctmembers-link {
  color: #4A541F;
}
.adherent form .ctmembers-link:hover {
  text-decoration: unset;
}
.adherent__medias {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .adherent__medias {
    padding-left: 0;
  }
}
.adherent__medias li {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .adherent__medias li {
    flex-direction: column;
    gap: 0.625rem;
  }
}
.adherent__medias li .icon {
  display: inline-block;
  background-image: url(../../images/document.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .adherent__medias li .icon {
    margin-right: 0;
  }
}
.adherent__medias li a {
  color: #000;
  text-decoration: none;
  line-height: 1.5;
}
.adherent__medias li a:hover {
  color: #4A541F;
}
.adherent__medias li .file-infos {
  text-transform: uppercase;
  margin-left: 0.3125rem;
  opacity: 0.65;
}
@media screen and (max-width: 768px) {
  .adherent__medias li .file-infos {
    margin-left: 0;
  }
}

/*# sourceMappingURL=adherent.min.css.map */
