@font-face {
  font-family: 'Sourcesanspro';
  src: url('/wp-content/themes/yatatheme/fonts/SourceSansPro-Regular.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('/wp-content/themes/yatatheme/fonts/SourceSansPro-Semibold.otf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Donau';
  src: url('/wp-content/themes/yatatheme/fonts/Donau Neue_Uppercase.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.archive__moteur {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 35px 0 80px;
}
.archive__moteur .moteur__item {
  margin-right: 20px;
}
.archive__moteur .moteur__item label {
  display: block;
  font-size: 1.4rem;
  line-height: 2.6rem;
}
.archive__moteur .moteur__item .select-wrapper {
  position: relative;
}
.archive__moteur .moteur__item .select-wrapper select {
  display: block;
  cursor: pointer;
  font-size: 1.6rem;
  padding: 13px 35px 14px 20px;
  border: 1px solid #3CBFB6;
  background-color: transparent;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 200px;
  outline: none;
  appearance: none;
  position: relative;
  z-index: 5;
}
.archive__moteur .moteur__item .select-wrapper i {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 1.6rem;
  transform: rotate(90deg);
  color: #3CBFB6;
}
.archive__moteur .moteur__item:last-child {
  margin-right: 0;
}
.archive__moteur .moteur__item.reset span.reset__bouton {
  display: block;
  background-color: #3CBFB6;
  border: 1px solid #3CBFB6;
  color: #ffffff;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 4px 10px;
  cursor: pointer;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  font-size: 1.4rem;
}
.archive__moteur .moteur__item.reset span.reset__bouton:hover {
  background-color: #ffffff;
  color: #3CBFB6;
}
.section-actualites-archive .bouton > div {
  text-align: center;
}
.section-actualites-archive .bouton > div .actus__bouton {
  cursor: pointer;
}
div.actualites__item.article .inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  background-color: #ffffff;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 50px;
}
div.actualites__item.article .inner .imgcropCtn {
  height: 100%;
  min-height: 240px;
  border-radius: 14px 14px 0 0;
}
div.actualites__item.article .inner .imgcropCtn img {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
div.actualites__item.article .inner .imgcropCtn a:hover img {
  transform: scale(1.1);
}
div.actualites__item.article .inner .txt {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 313px;
}
div.actualites__item.article .inner .txt .info {
  display: inline-flex;
  align-items: center;
  background-color: #3CBFB6;
  padding: 3px 12px;
  width: fit-content;
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
div.actualites__item.article .inner .txt .info i {
  font-size: 2rem;
  color: #ffffff;
  margin-right: 8px;
}
div.actualites__item.article .inner .txt h3 {
  color: #3CBFB6;
  margin: 0;
  font-family: 'Sourcesanspro', sans-serif;
  text-transform: none;
  font-size: 2.6rem;
  line-height: 3.4rem;
  font-weight: 600;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  margin-bottom: 15px;
}
div.actualites__item.article .inner .txt a:hover h3 {
  color: #2A847E;
}
div.actualites__item.article .inner .txt p {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
div.actualites__item.article .inner .txt .bouton1 {
  margin: 0;
  padding: 11px 35px;
  min-width: auto;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  div.actualites__item.article .inner .txt h3 {
    font-size: 2.1rem;
    line-height: 2.9rem;
  }
}
@media screen and (max-width: 767px) {
  .archive__moteur {
    flex-direction: column;
    align-items: center;
  }
  .archive__moteur .moteur__item.reset span.reset__bouton {
    margin-top: 20px;
  }
  div.actualites__item.article .inner .txt {
    min-height: auto;
  }
}
