.section-contact .contact__container {
  margin: 0 auto;
  max-width: 1170px;
  padding: 0 40px;
}
.section-contact .contact__container span,
.section-contact .contact__container a {
  display: block;
  font-family: 'Bebas Neue Pro Expanded', sans-serif;
  color: #2A363B;
  font-size: 2.8rem;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 800;
}
.section-contact .contact__container a:hover {
  color: #E62537;
  text-decoration: none !important;
}
.section-contact .contact__container .partie1 {
  display: flex;
  column-gap: 16px;
}
.section-contact .contact__container .partie1 .adresse {
  background-color: #D9E5EC;
  border-radius: 14px;
  padding: 20px 35px;
  width: 50%;
}
.section-contact .contact__container .partie1 .adresse a {
  margin-top: 50px;
  text-decoration: underline;
}
.section-contact .contact__container .partie1 .coordonnees {
  background-color: #D9E5EC;
  border-radius: 14px;
  padding: 20px 35px;
  width: 50%;
}
.section-contact .contact__container .partie1 .coordonnees > a {
  line-height: 1.5;
}
.section-contact .contact__container .partie1 .coordonnees .reseauxsociaux {
  margin-top: 30px;
  display: flex;
  column-gap: 20px;
}
.section-contact .contact__container .partie1 .coordonnees .reseauxsociaux a {
  font-size: 3.3rem;
}
.section-contact .contact__container .partie2 {
  position: relative;
  margin-top: 16px;
  background-color: #D9E5EC;
  border-radius: 14px;
  padding: 20px 35px;
}
.section-contact .contact__container .partie2 span.titre {
  cursor: pointer;
  user-select: none;
}
.section-contact .contact__container .partie2 .texte {
  margin-top: 28px;
  display: none;
}
.section-contact .contact__container .partie2 .texte p,
.section-contact .contact__container .partie2 .texte ul,
.section-contact .contact__container .partie2 .texte ol {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #2A363B;
  margin-bottom: 10px;
}
.section-contact .contact__container .partie2 .texte p a,
.section-contact .contact__container .partie2 .texte ul a,
.section-contact .contact__container .partie2 .texte ol a {
  display: inline;
  font-family: 'Hanken Grotesk', sans-serif;
  color: #E62537;
  font-size: 1.8rem;
  line-height: 1.5;
  text-transform: none;
  font-weight: 400;
}
.section-contact .contact__container .partie2 .texte p a:hover,
.section-contact .contact__container .partie2 .texte ul a:hover,
.section-contact .contact__container .partie2 .texte ol a:hover {
  text-decoration: underline !important;
}
.section-contact .contact__container .partie2 .texte.twocolumns {
  columns: 2;
}
.section-contact .contact__container .partie2 i {
  cursor: pointer;
  position: absolute;
  font-size: 2rem;
  color: #2A363B;
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #F2F0EC;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -ms-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: -14px;
  right: -8px;
}
.section-contact .contact__container .partie2 i:hover {
  color: #164194;
}
.section-contact .contact__container .partie2.opened i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media (max-width: 1199px) {
  .section-contact .contact__container {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .section-contact .contact__container span,
  .section-contact .contact__container a {
    font-size: 2.4rem;
  }
  .section-contact .contact__container .partie1 .adresse,
  .section-contact .contact__container .partie1 .coordonnees,
  .section-contact .contact__container .partie2 {
    padding: 20px 20px;
  }
  .section-contact .contact__container .partie2 i {
    width: 46px;
    height: 46px;
    bottom: -12px;
    right: -6px;
    font-size: 1.8rem;
  }
  .section-contact .contact__container .partie1 .coordonnees .reseauxsociaux a {
    font-size: 3rem;
  }
}
@media (max-width: 767.98px) {
  .section-contact .contact__container .partie2 .texte.twocolumns {
    columns: 1;
  }
  .section-contact .contact__container .partie1 {
    flex-direction: column;
    row-gap: 16px;
  }
  .section-contact .contact__container .partie1 .adresse,
  .section-contact .contact__container .partie1 .coordonnees {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .section-contact .contact__container span,
  .section-contact .contact__container a {
    font-size: 2.2rem;
  }
  .section-contact .contact__container .partie1 .coordonnees .reseauxsociaux a {
    font-size: 2.6rem;
  }
  .section-contact .contact__container .partie1 .adresse a,
  .section-contact .contact__container .partie1 .coordonnees .reseauxsociaux {
    margin-top: 20px;
  }
  .section-contact .contact__container .partie1 .adresse,
  .section-contact .contact__container .partie1 .coordonnees,
  .section-contact .contact__container .partie2 {
    padding: 15px 15px;
  }
  .section-contact .contact__container .partie2 .texte {
    margin-top: 18px;
  }
}
@media (max-width: 399px) {
  .section-contact .contact__container {
    padding: 0 20px;
  }
}
