.espoir_column {
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 959px) {
  .espoir_column {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .espoir_column {
    display: block;
  }
}
.espoir_column ._img {
  width: 33.3%;
  padding-right: 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 959px) {
  .espoir_column ._img {
    padding-right: 0;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .espoir_column ._img {
    padding-right: 0;
    width: auto;
  }
}
.espoir_column ._img img {
  border-radius: 10px;
  display: block;
  margin: auto;
  width: 100%;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  transition: 0.3s all;
}
.espoir_column ._img a {
  transition: 0.3s all;
  display: block;
}
.espoir_column ._img a:active, .espoir_column ._img a:hover {
  transform: translateY(3px);
}
.espoir_column ._img a:active img, .espoir_column ._img a:hover img {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.espoir_column ._body {
  width: 66.6%;
}
@media only screen and (max-width: 959px) {
  .espoir_column ._body {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .espoir_column ._body {
    width: auto;
  }
}
.espoir_column ._body > *:first-child {
  margin-top: 0;
}

.espoir_peryear {
  margin: 2em 0;
  display: flex;
}
@media only screen and (max-width: 959px) {
  .espoir_peryear {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .espoir_peryear {
    display: block;
  }
}
.espoir_peryear ._img {
  width: 25%;
  padding-right: 30px;
}
@media only screen and (max-width: 959px) {
  .espoir_peryear ._img {
    padding-right: 0;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .espoir_peryear ._img {
    padding-right: 0;
    width: auto;
  }
}
.espoir_peryear ._img > div {
  aspect-ratio: 450/636;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);
  margin: auto;
}
.espoir_peryear ._img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  width: 100%;
}
.espoir_peryear ._body > *:first-child {
  margin-top: 0;
}

.espoir_content ul.espoir_content_list {
  margin: 0 -20px;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.espoir_content ul.espoir_content_list li {
  margin: 0;
  padding: 20px;
  width: 50%;
  box-sizing: border-box;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .espoir_content ul.espoir_content_list li {
    width: 100%;
    display: block;
  }
}
.espoir_content ul.espoir_content_list li ._head {
  width: 40%;
  padding-right: 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .espoir_content ul.espoir_content_list li ._head {
    width: 100%;
  }
}
.espoir_content ul.espoir_content_list li ._head a {
  display: block;
}
.espoir_content ul.espoir_content_list li ._head a:active, .espoir_content ul.espoir_content_list li ._head a:hover {
  transform: translateY(3px);
}
.espoir_content ul.espoir_content_list li ._head a:active ._img, .espoir_content ul.espoir_content_list li ._head a:hover ._img {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.espoir_content ul.espoir_content_list li ._head ._img {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  transition: 0.3s all;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .espoir_content ul.espoir_content_list li ._head ._img {
    margin-bottom: 1ex;
    max-width: 50%;
  }
}
.espoir_content ul.espoir_content_list li ._head ._img img {
  display: block;
  margin: auto;
  width: 100%;
}
.espoir_content ul.espoir_content_list li ._body {
  flex-grow: 1;
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .espoir_content ul.espoir_content_list li ._body {
    width: 100%;
  }
}
.espoir_content ul.espoir_content_list li ._body > *:first-child {
  margin-top: 0;
}
.espoir_content ul.espoir_content_list li ._body th {
  min-width: 80px;
}
.espoir_content ul.espoir_content_list li ._body ._title {
  font-weight: 700;
  text-align: center;
  font-size: 21px;
}

/*# sourceMappingURL=magazine_list.css.map */
