@font-face {
  font-family: 'Hackney';
  src: url('/wp-content/themes/yatatheme/fonts/Hackney.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Limejuice';
  src: url('/wp-content/themes/yatatheme/fonts/Limejuice.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('/wp-content/themes/yatatheme/fonts/SourceSansPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
.section-frise .partie-frise {
  position: relative;
  display: grid;
  grid-template-columns: repeat(8,1fr);
  grid-auto-rows: max-content;
  min-height: 670px;
}
.section-frise .partie-frise .frise-ligne {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
}
.section-frise .partie-frise .frise-ligne .point {
  z-index: 1;
  position: absolute;
  width: 30px;
  height: 30px;
  border: 1px solid #113751;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #ffffff;
}
.section-frise .partie-frise .frise-ligne .ligne {
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #113751;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section-frise .partie-frise .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  background-color: #E62332;
  color: #ffffff;
  font-size: 3.5rem;
}
.section-frise .partie-frise .contenu {
  padding: 40px 35px;
}
.section-frise .partie-frise .imgcropCtn {
  aspect-ratio: 1 / 1;
}
.section-frise .droite .date {
  grid-column: 5 / 6;
  grid-row: 1;
  aspect-ratio: 1 / 1;
}
.section-frise .droite .contenu {
  grid-column: 5 / 9;
  grid-row: 2;
}
.section-frise .droite .imgcropCtn {
  grid-column: 3 / 5;
  grid-row: 2;
}
.section-frise .gauche .date {
  grid-column: 4 / 5;
  grid-row: 1;
  aspect-ratio: 1 / 1;
}
.section-frise .gauche .contenu {
  grid-column: 1 / 5;
  grid-row: 2;
}
.section-frise .gauche .contenu h3,
.section-frise .gauche .contenu .texte {
  text-align: right;
}
.section-frise .gauche .imgcropCtn {
  grid-column: 5 / 7;
  grid-row: 2;
}
@media (max-width: 1600px) {
  .section-frise .partie-frise .date {
    font-size: 3rem;
  }
}
@media (max-width: 1366px) {
  .section-frise .partie-frise .date {
    font-size: 3rem;
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .section-frise .droite .date {
    grid-column: 5 / 7;
    text-align: center;
  }
  .section-frise .gauche .date {
    grid-column: 3 / 5;
    text-align: center;
  }
  .section-frise .droite .imgcropCtn {
    grid-column: 1 / 5;
  }
  .section-frise .gauche .imgcropCtn {
    grid-column: 5 / 9;
  }
}
@media (max-width: 600px) {
  .section-frise .partie-frise .date {
    font-size: 2.4rem;
  }
  .section-frise .droite .date {
    grid-column: 5 / 7;
  }
  .section-frise .gauche .date {
    grid-column: 3 / 5;
  }
  .section-frise .droite .imgcropCtn {
    grid-column: 1 / 5;
  }
  .section-frise .gauche .imgcropCtn {
    grid-column: 5 / 9;
  }
  .section-frise .partie-frise .contenu {
    padding: 15px;
  }
  .section-frise .partie-frise .contenu .texte p {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
