@font-face {
  font-family: 'gamay';
  src: url('/wp-content/themes/yatatheme-child/fonts/Gamay Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'gamay';
  src: url('/wp-content/themes/yatatheme-child/fonts/Gamay Light.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'gamay';
  src: url('/wp-content/themes/yatatheme-child/fonts/Gamay Book.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'gamay';
  src: url('/wp-content/themes/yatatheme-child/fonts/Gamay Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'gamay';
  src: url('/wp-content/themes/yatatheme-child/fonts/Gamay Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
.section-actualiteshome {
  position: relative;
}
.section-actualiteshome:before {
  content: "";
  display: block;
  height: 77px;
  width: 100%;
  background-image: url(/wp-content/themes/yatatheme-child/template-parts/gutenberg/actualiteshome/img/actushome_top.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section-actualiteshome:after {
  content: "";
  display: block;
  height: 67px;
  width: 100%;
  background-image: url(/wp-content/themes/yatatheme-child/template-parts/gutenberg/actualiteshome/img/actushome_bottom.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section-actualiteshome .container-fluid {
  background-color: #346F69;
  padding: 20px 50px;
}
.section-actualiteshome .container-fluid:before {
  content: "";
  width: 280px;
  height: 290px;
  position: absolute;
  background-image: url(/wp-content/themes/yatatheme-child/template-parts/gutenberg/actualiteshome/img/bg_actushome.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  top: -100px;
  right: 26%;
}
.section-actualiteshome h2 {
  color: #EEDB77 !important;
  margin-bottom: 10px;
  max-width: 900px;
}
.section-actualiteshome .intro {
  margin-bottom: 10px;
}
.section-actualiteshome .intro p {
  color: #FFF;
  max-width: 1050px;
  line-height: 1.9;
}
.section-actualiteshome .alaune {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 12%;
  background-color: #fff;
  border-radius: 22px;
  padding: 70px 60px 35px;
}
.section-actualiteshome .alaune span.tag {
  position: absolute;
  top: 16px;
  left: 26px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 8px 20px;
  background-color: #689F7B;
  color: #FFF;
  border-radius: 20px;
}
.section-actualiteshome .alaune img {
  width: 47%;
  height: auto;
}
.section-actualiteshome .alaune .texte span.cat {
  font-size: 1.4rem;
  line-height: 1;
  padding: 8px 20px;
  border: 1px solid #346F69;
  color: #346F69;
  border-radius: 20px;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.section-actualiteshome .alaune .texte h3 {
  margin: 20px 0;
}
.section-actualiteshome .alaune .texte h3 a {
  font-size: 2.4rem;
  font-weight: 700;
  color: #346F69;
}
.section-actualiteshome .alaune .texte h3 a:hover {
  color: #5B8D48;
}
.section-actualiteshome .alaune .texte span.date {
  font-size: 2rem;
  color: #D0754D;
  margin-bottom: 20px;
  display: block;
}
.section-actualiteshome .alaune .texte p.intro {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.8;
}
.section-actualiteshome .alaune .texte a.lien {
  display: block;
  text-align: right;
  font-size: 1.6rem;
  font-weight: 300;
  color: #305736;
  text-decoration: underline;
}
.section-actualiteshome .alaune .texte a.lien:hover {
  text-decoration: none;
  color: #5B8D48;
}
.section-actualiteshome .autreactus {
  padding-left: 45px;
}
.section-actualiteshome .autreactus .actu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
}
.section-actualiteshome .autreactus .actu:not(:last-child) {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid white;
}
.section-actualiteshome .autreactus .actu .contenu span.cat {
  font-size: 1.4rem;
  line-height: 1;
  padding: 8px 20px;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 20px;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.section-actualiteshome .autreactus .actu .contenu h3 {
  margin: 12px 0;
}
.section-actualiteshome .autreactus .actu .contenu h3 a {
  font-size: 2.4rem;
  color: #ffffff;
}
.section-actualiteshome .autreactus .actu .contenu h3 a:hover {
  color: #EEDB77;
}
.section-actualiteshome .autreactus .actu .contenu span.date {
  font-size: 1.8rem;
  color: #FFF;
  display: block;
  font-weight: 100;
}
.section-actualiteshome .autreactus .actu a i {
  font-size: 2.1rem;
  color: #FFF;
}
.section-actualiteshome .autreactus .actu a:hover i {
  color: #EEDB77;
}
.section-actualiteshome .bouton {
  text-align: center;
  margin-top: 40px;
}
.section-actualiteshome .bouton a.bouton1 {
  background-color: #EEDB77;
  color: #212A24;
  border-color: #EEDB77;
}
.section-actualiteshome .bouton a.bouton1:hover {
  background-color: transparent;
  color: #EEDB77;
}
@media (max-width: 1599px) {
  .section-actualiteshome .alaune {
    padding: 50px 40px 35px;
    column-gap: 7%;
  }
  .section-actualiteshome .container-fluid:before {
    width: 220px;
    height: 220px;
    top: -70px;
    right: 16%;
  }
}
@media (max-width: 1399px) {
  .section-actualiteshome .alaune .texte p.intro {
    font-size: 1.7rem;
  }
  .section-actualiteshome .alaune {
    padding: 40px 25px 25px;
    column-gap: 4%;
  }
  .section-actualiteshome .container-fluid {
    padding: 10px 25px;
  }
  .section-actualiteshome h2 {
    max-width: 770px;
  }
}
@media (max-width: 1199px) {
  .section-actualiteshome .container-fluid:before {
    width: 160px;
    height: 160px;
    top: -45px;
    right: 10%;
  }
  .section-actualiteshome h2 {
    max-width: 700px;
  }
}
@media (max-width: 991px) {
  .section-actualiteshome .alaune {
    margin-bottom: 30px;
  }
  .section-actualiteshome .autreactus {
    padding-left: 8px;
  }
  .section-actualiteshome .container-fluid {
    padding: 0 15px;
  }
  .section-actualiteshome h2 {
    max-width: 510px;
  }
}
@media (max-width: 767px) {
  .section-actualiteshome .alaune .texte h3 a,
  .section-actualiteshome .autreactus .actu .contenu h3 a {
    font-size: 2.2rem;
  }
  .section-actualiteshome .alaune .texte span.date {
    font-size: 1.8rem;
  }
  .section-actualiteshome .alaune .texte h3 {
    margin: 15px 0;
  }
  .section-actualiteshome .container-fluid:before {
    display: none;
  }
  .section-actualiteshome:before {
    height: 57px;
  }
  .section-actualiteshome:after {
    height: 52px;
  }
  .section-actualiteshome h2 {
    max-width: none;
  }
}
@media (max-width: 575px) {
  .section-actualiteshome .alaune {
    flex-direction: column;
  }
  .section-actualiteshome .alaune .texte p.intro {
    display: none;
  }
  .section-actualiteshome .alaune img {
    margin-bottom: 20px;
  }
  .section-actualiteshome .alaune .texte a.lien {
    display: none;
  }
  .section-actualiteshome .alaune .texte span.date {
    margin-bottom: 0;
  }
  .section-actualiteshome .intro {
    margin-bottom: 0;
  }
}
@media (min-width: 1920px) {
  .row {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
}
