@charset "UTF-8";
/* CSS Document */

.other .main_visual_img {
    margin-top: 0;
}
.other .sun_rinnen {
    width: 100%;
    align-items: center;
    padding: 0;
}
.other .tekuteku_name .main_img_name {
    margin-left: 0;
}
.other .top_main_section {
    margin-top: 0;
}
.other .junbichuu {
    margin: 0 auto;
}
.other .tekuteku_rinnen {
    padding: 0;
    margin-top: 0;
}
.pdf-link {
    text-decoration: none;
    color: #333333;
    line-height: 36px;
}

.lien_pdf_groupe {
    background-color: #a7c7e7;
    padding: 60px 0;
}
.lien_ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 45px;
}

.other .top_comment {
    padding: 60px;
    text-decoration: none;
}
.top_comment {
    font-size: 4rem;
}
@media (max-width: 960px) {
    .other .top_comment {
        padding: 40px 60px;
        margin: 60px 0;
    }
}

@media (max-width: 880px) {
    .other .top_comment {
        padding: 40px;
        margin: 40px 0;
    }
}
@media (max-width: 520px) {
    .other .top_comment {
        padding: 20px;
        margin: 10px 0;
    }
}

@media (max-width: 380px) {
    .other .top_comment {
        padding: 20px 10px;
    }
}






a.pdf-link {
      display: inline-flex;
      align-items: center;
      text-decoration: none;
     
      font-weight: 500;
      font-family: "Segoe UI", Roboto, sans-serif;
      transition: color 0.3s ease;
}
/* Icône PDF à gauche du texte */
    a.pdf-link::before {
  content: "";
  background: url('https://upload.wikimedia.org/wikipedia/commons/8/87/PDF_file_icon.svg') no-repeat center;
  background-size: 20px;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

 /* Effet au survol */
    a.pdf-link:hover {
      color: #b71c1c; /* Rouge plus foncé */
      text-decoration: underline;
    }