/** CSS Easing functions */
/* cabin-regular - latin */
@font-face {
  font-family: "Cabin";
  font-style: normal;
  font-weight: 400;
  src: local(""), url(/wp-content/themes/lagardere-2022/dist/fonts/cabin-v24-latin-regular.woff2?7de32b3c7334a43f4d105be036f526e0) format("woff2"), url(/wp-content/themes/lagardere-2022/dist/fonts/cabin-v24-latin-regular.woff?38a16ff357c45eed3b247a0b364effd8) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* cabin-500 - latin */
@font-face {
  font-family: "Cabin";
  font-style: normal;
  font-weight: 500;
  src: local(""), url(/wp-content/themes/lagardere-2022/dist/fonts/cabin-v24-latin-500.woff2?487421eceec7fdfe5457a35a44317d42) format("woff2"), url(/wp-content/themes/lagardere-2022/dist/fonts/cabin-v24-latin-500.woff?3308fc6fb68a5d03ac5de3bc973cf64e) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* cabin-700 - latin */
@font-face {
  font-family: "Cabin";
  font-style: normal;
  font-weight: 700;
  src: local(""), url(/wp-content/themes/lagardere-2022/dist/fonts/cabin-v24-latin-700.woff2?f468860934f257d57694c7637540372c) format("woff2"), url(/wp-content/themes/lagardere-2022/dist/fonts/cabin-v24-latin-700.woff?9f6c1db209b100c32e2a58d80ffc1d64) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-300 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: local(""), url(/wp-content/themes/lagardere-2022/dist/fonts/poppins-v20-latin-300.woff2?39576fe9df8a22cc1bcce2646af31921) format("woff2"), url(/wp-content/themes/lagardere-2022/dist/fonts/poppins-v20-latin-300.woff?5558b04900a67eaa589e8b2bad5e409d) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-regular - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: local(""), url(/wp-content/themes/lagardere-2022/dist/fonts/poppins-v20-latin-regular.woff2?405055dd680fa1dcdfa2b35019b3849f) format("woff2"), url(/wp-content/themes/lagardere-2022/dist/fonts/poppins-v20-latin-regular.woff?f61407da33b59324fbefe468ce6917ab) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-500 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: local(""), url(/wp-content/themes/lagardere-2022/dist/fonts/poppins-v20-latin-500.woff2?08491d3f7fe7ae88ef4421711b48d3c5) format("woff2"), url(/wp-content/themes/lagardere-2022/dist/fonts/poppins-v20-latin-500.woff?8609f9c59114a158e3addf336c8c30d0) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-600 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: local(""), url(/wp-content/themes/lagardere-2022/dist/fonts/poppins-v20-latin-600.woff2?91145014c0350c248ed2489732ad6c20) format("woff2"), url(/wp-content/themes/lagardere-2022/dist/fonts/poppins-v20-latin-600.woff?25ea813988479bcb587a2505365019e3) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-700 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: local(""), url(/wp-content/themes/lagardere-2022/dist/fonts/poppins-v20-latin-700.woff2?d86662fe776dae29ea783f62ebc3225d) format("woff2"), url(/wp-content/themes/lagardere-2022/dist/fonts/poppins-v20-latin-700.woff?c54a52658bf21b37083d96210f4cbc51) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideLeft {
  0% {
    left: -17vw;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@-o-keyframes slideLeft {
  0% {
    left: -17vw;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes slideLeft {
  0% {
    left: -17vw;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@-webkit-keyframes slideRight {
  0% {
    right: -17vw;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@-o-keyframes slideRight {
  0% {
    right: -17vw;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@keyframes slideRight {
  0% {
    right: -17vw;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
/* Bulma Utilities */
.press-subtitle h1 {
  margin-bottom: 1em;
}
@media screen and (min-width: 1024px) {
  .press-subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .press-subtitle h1 {
    margin-bottom: 0;
  }
}

.press-columns {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 1024px) {
  .press-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.press-columns .theme {
  padding: 25px 0 35px;
  border-top: 1px solid var(--wp--preset--color--light-grey);
  border-bottom: 1px solid var(--wp--preset--color--light-grey);
}
@media screen and (min-width: 769px), print {
  .press-columns .theme {
    padding: 35px 0 45px;
  }
}
.press-columns .theme p {
  color: var(--wp--preset--color--grey);
}
.press-columns .relative-links {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 6px 0 10px;
  background-color: hsl(0deg, 0%, 96%);
}
@media screen and (min-width: 769px), print {
  .press-columns .relative-links {
    padding: 15px 0 20px;
  }
}
.press-columns .relative-links p {
  padding-left: 1em;
  padding-right: 1em;
  color: var(--wp--preset--color--pink);
  font-weight: 600;
}
.press-columns .relative-links a {
  color: var(--wp--preset--color--black);
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.press-columns .relative-links a .icon {
  color: var(--wp--preset--color--pink);
  width: 20px;
}

.press-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
.press-logos figure {
  margin-bottom: 15px;
}
.press-logos img {
  border: 1px solid hsl(0deg, 0%, 96%);
  width: 138px;
}

.press-documents {
  margin-top: 40px;
}
.press-documents li + li {
  margin-top: 30px;
}
.press-documents .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--wp--preset--color--black);
  font-size: var(--wp--preset--font-size--size-6);
  font-weight: 600;
  text-align: left;
}
.press-documents .button .icon {
  color: var(--wp--preset--color--pink);
}
.press-documents .button .icon svg {
  max-height: 100%;
}

.press-contacts {
  margin-top: 30px;
}
.press-contacts h3 {
  margin-top: 40px;
  margin-bottom: 10px;
}
.press-contacts .contact {
  margin-bottom: 20px;
}
.press-contacts .contact + h3:empty {
  display: none;
}
.press-contacts .contact .name {
  margin-bottom: 15px;
}
.press-contacts .contact .info {
  display: grid;
  grid-template: "phone mail" 1fr/250px 1fr;
  gap: 30px;
  row-gap: 20px;
}
@media only screen and (max-width: 449px) {
  .press-contacts .contact .info {
    grid-template: "phone" 1fr "mail" 1fr/1fr;
  }
}
.press-contacts .contact .info .icon {
  width: 24px;
  height: 24px;
  margin: 0;
}
.press-contacts .contact .info .phone {
  grid-area: phone;
}
.press-contacts .contact .info .email {
  grid-area: mail;
}
.press-contacts .contact .info .email:only-child {
  grid-area: auto/auto;
}
.press-contacts .contact .info > a {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template: "icon content" 1fr/24px 1fr;
  gap: 0.5rem;
}
.press-contacts .contact .info > a .icon {
  margin-right: 0.5em;
  grid-area: icon;
}
.press-contacts .contact .info > a .icon svg {
  min-height: 24px;
  min-width: 24px;
}
.press-contacts .contact .info > a > .span:last-of-type {
  grid-area: content;
}
.press-contacts .contact .info > a + a {
  margin-left: 0;
}

.press-notice .documents,
.gutenberg .documents {
  list-style: none;
  padding-left: 0;
}
.press-notice .documents li,
.gutenberg .documents li {
  margin-top: 1em;
}
.press-notice .documents h3 a,
.gutenberg .documents h3 a {
  font-size: var(--wp--preset--font-size--size-6);
}
.press-notice .documents a,
.gutenberg .documents a {
  padding: 0.6em 1em;
  display: inline-block;
  color: var(--wp--preset--color--black);
  background-color: hsl(0deg, 0%, 96%);
  font-weight: 600;
}
.press-notice .documents a::after,
.gutenberg .documents a::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31.151 31.147'%3E%3Cpath d='M31.112.421a.235.235,0,0,0-.023-.055.656.656,0,0,0-.121-.183.605.605,0,0,0-.187-.125.275.275,0,0,0-.05-.02A.69.69,0,0,0,30.552,0c-.012,0-.023,0-.035,0a.544.544,0,0,0-.191.031L.429,10A.627.627,0,0,0,.4,11.176l14.134,5.436,5.436,14.134a.628.628,0,0,0,.584.4h.016a.622.622,0,0,0,.58-.428L31.119.819a.786.786,0,0,0,.031-.187c0-.016,0-.027,0-.043a.7.7,0,0,0-.035-.168ZM2.481,10.634,28.207,2.06,14.867,15.4ZM20.517,28.67,15.755,16.284,29.1,2.943Z' transform='translate(0)' fill='%23E10675'/%3E%3C/svg%3E%0A");
  width: 16px;
  display: inline-block;
  margin-left: 1em;
  vertical-align: middle;
}

.press-notice {
  margin-top: 50px;
  font-size: var(--wp--preset--font-size--size-7);
  padding: 15px;
  background-color: hsl(0deg, 0%, 96%);
}
.press-notice p + p {
  margin-top: 1em;
}

.related-press-releases .wp-block-lagardere-posts-carousel {
  background-color: hsl(0deg, 0%, 96%);
  padding: 4vw 0;
}

.gutenberg img:not([class^=wp-image-]) {
  display: block;
}
