@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-cartehome {
  position: relative;
}
.section-cartehome.fleche:before {
  content: "";
  position: absolute;
  width: 300px;
  height: 330px;
  top: -150px;
  left: 50px;
  background-image: url(/wp-content/themes/yatatheme-child/template-parts/gutenberg/cartehome/img/bg_cartehome.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.section-cartehome .rowcarte {
  justify-content: center;
}
.section-cartehome .col-12 h2 {
  text-align: center;
  max-width: 840px;
  margin: 0 auto 50px;
}
.section-cartehome .cartecol {
  text-align: center;
}
.section-cartehome .cartecol img.imgdesktop {
  width: 94%;
}
.section-cartehome .cartecol img.imgmobile {
  display: none;
}
.section-cartehome .flexcol {
  display: flex;
  flex-direction: column;
  row-gap: 100px;
  padding-top: 90px;
  padding-left: 5vw;
}
.section-cartehome .flexcol .info {
  display: flex;
  column-gap: 20px;
  align-items: center;
}
.section-cartehome .flexcol .info span.icone {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  border-radius: 30px;
  background-color: #fff;
  flex-shrink: 0;
}
.section-cartehome .flexcol .info span.icone i {
  font-size: 5rem;
  color: #689F7B;
}
.section-cartehome .flexcol .info span.icone i.icon-mairie {
  font-size: 6rem;
}
.section-cartehome .flexcol .info span.icone i.icon-habitants {
  font-size: 4.4rem;
}
.section-cartehome .flexcol .info span.texte span.nombre {
  font-size: 4.2rem;
  font-weight: 700;
  color: #305736;
  display: block;
}
.section-cartehome .flexcol .info span.texte span.intitule {
  font-size: 2rem;
  font-weight: 500;
  color: #305736;
  display: block;
}
@media (max-width: 1599px) {
  .section-cartehome .flexcol {
    padding-left: 3vw;
  }
}
@media (max-width: 1399px) {
  .section-cartehome .cartecol img.imgdesktop {
    width: 100%;
  }
  .section-cartehome .flexcol .info span.texte span.nombre {
    font-size: 3.2rem;
  }
  .section-cartehome .flexcol .info span.texte span.intitule {
    font-size: 1.8rem;
  }
  .section-cartehome .col-12 h2 {
    margin: 0 auto 25px;
  }
  .section-cartehome.fleche:before {
    width: 230px;
    height: 200px;
    left: -30px;
    top: -120px;
  }
}
@media (max-width: 1199px) {
  .section-cartehome .flexcol {
    flex-direction: row;
    padding-left: 0;
    padding-top: 30px;
    justify-content: space-around;
  }
  .section-cartehome .flexcol .info {
    width: 30%;
  }
  .section-cartehome .col-12 h2 {
    margin: 0 auto 15px;
  }
  .section-cartehome.fleche:before {
    width: 200px;
    height: 180px;
    top: -110px;
  }
}
@media (max-width: 991px) {
  .section-cartehome .flexcol .info span.icone i {
    font-size: 4rem;
  }
  .section-cartehome .flexcol .info span.icone i.icon-mairie {
    font-size: 5rem;
  }
  .section-cartehome .flexcol .info span.icone i.icon-habitants {
    font-size: 3.4rem;
  }
  .section-cartehome .flexcol .info span.icone {
    width: 80px;
    height: 80px;
  }
  .section-cartehome.fleche:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-cartehome .flexcol {
    flex-direction: column;
    row-gap: 15px;
    background-image: url(/wp-content/themes/yatatheme-child/template-parts/gutenberg/cartehome/img/cartefrance.svg);
    background-position: center right;
    background-repeat: no-repeat;
  }
  .section-cartehome .flexcol .info {
    width: 60%;
  }
  .section-cartehome .flexcol .info span.texte span.intitule {
    font-size: 1.6rem;
  }
  .section-cartehome .cartecol {
    order: 2;
    margin-top: 30px;
  }
  .section-cartehome .cartecol .imgdesktop {
    display: none;
  }
  .section-cartehome .cartecol img.imgmobile {
    display: inline;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .section-cartehome .flexcol {
    background-position: center right -100px;
  }
}
