.block {
  display: block !important;
  padding-bottom: 10px;
  line-height: 1;
}
.small {
  font-size: 65% !important;
}
.height-20 {
  margin: 10px 0 !important;
}
.height-50 {
  margin: 25px 0 !important;
}
.center {
  text-align: center !important;
}
/**home**/
.masonry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  gap: 5px;
  height: 1024px;
}
.masonry-grid.meduim {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 3px;
  height: 494px;
  padding-bottom: 3px;
}
.masonry-item {
  text-align: center;
  height: 100%;
  width: 100%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.masonry-item video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.masonry-item__link {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
}
.masonry-item__link:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.masory-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.masory-item__subtitle {
  opacity: 0 !important;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  min-height: 30px;
}
.masonry-item__link:hover .masory-item__subtitle {
  opacity: 1 !important;
}
.masonry-item.large {
  grid-column: span 2;
  grid-row: span 2;
}

.masory-item__title {
  color: white;
  font-size: 2.1rem;
  text-transform: uppercase;
  line-height: 3rem;
}
.large .masory-item__title {
  font-size: 2.2rem;
}
.masory-item__subtitle {
  font-size: 20px;
  color: white;
  opacity: 1;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
}
.red {
  color: #e4103a;
}
/* Responsivité */
@media (max-width: 768px) {
  .masonry-grid {
    grid-template-columns: repeat(2, 1fr);
    height: 1324px;
  }

  .masonry-item.large {
    grid-column: span 2;
    grid-row: span 2;
  }
}
@media (max-width: 480px) {
  .masonry-grid {
    grid-template-columns: 1fr;
  }
  .hidden-xs {
    display: none !important;
  }

  .masonry-item.large {
    grid-column: span 1;
    /* grid-row: span 1;*/
  }
  .masory-item__title {
    font-size: 1rem;
  }
  .large .masory-item__title {
    font-size: 1.2rem;
  }
  .masory-item__subtitle {
    font-size: 0.3rem;
  }
}

@media (max-width: 1400px) {
  .masory-item__title {
    font-size: 1.7rem;
  }
  .large .masory-item__title {
    font-size: 1.9rem;
  }
  /*.masonry-item {
    grid-column: span 2;
    grid-row: span 2;
  }*/

  .masory-item__subtitle {
    font-size: 1rem;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg {
    display: none !important;
  }
}

/* NOS MARQUES*/
.place-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.masonry-wrapper {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 337px);
  grid-template-areas:
    "carousel carousel logo apropos"
    "carousel carousel pub apropos"
    "ingredient vimeo activite activite"
    "reseau certification activite activite";
  /* background-color: #f9f9f9; */
  background-color: #fff;
}
.masonry-items {
  overflow: hidden;
}

.masonry-items:nth-child(1) {
  grid-area: carousel;
  background-color: #e7dbc5;
}
.masonry-items:nth-child(2) {
  grid-area: logo;
}
.masonry-items:nth-child(3) {
  grid-area: apropos;
}
.masonry-items:nth-child(4) {
  grid-area: pub;
}
.masonry-items:nth-child(5) {
  grid-area: ingredient;
}
.masonry-items:nth-child(6) {
  grid-area: vimeo;
}
.masonry-items:nth-child(7) {
  grid-area: activite;
}
.masonry-items:nth-child(8) {
  grid-area: reseau;
}
.masonry-items:nth-child(9) {
  grid-area: certification;
}

.masonry--text-items-container {
  padding: 10px 33px;
  text-align: center;
  color: #232323;
}
.cadre {
  /* border: 1px solid rgba(204, 172, 129, .35); */
  border: 1px solid #e4103a;
  margin: 17px;
}
.masonry--text-items-container h2 {
  font-size: 25px;
  text-transform: uppercase;
  margin: 0% 0% 3.3% 0%;
}
.masonry-items-deco {
  /* color:#bc9d72; */
  color: #e4103a;
}
.deco-caption-line {
  display: inline-block;
  height: 1px;
  background-color: currentColor;
  vertical-align: middle;
  width: 34px;
  /* color: #bc9d72 !important; */
  color: #e4103a !important;
}
.deco-light {
  color: #fff !important;
}
.deco--left {
  margin-right: 16px;
}
.deco--right {
  margin-left: 16px;
}
.masonry-img {
  overflow: hidden;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
  bottom: 0;

  padding-inline: 2rem;
  padding-block: 1rem;
}
.deco-line {
  width: 34px;
  height: 1px;
  background-color: #bc9d72;
  display: inline-block;
  vertical-align: middle;
}
.deco-white {
  width: 34px;
  height: 1px;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
}
.line--left {
  margin-right: 16px;
}
.line--right {
  margin-left: 16px;
}
.text-color {
  color: #e4103a;
  font-weight: bold;
}

.masonry-img img {
  height: 100%;
  width: 100%;
  transform: scale(1.05);
  transition: transform 0.5s cubic-bezier(0.3, 0.85, 0.41, 0.81),
    -webkit-transform 0.5s cubic-bezier(0.3, 0.85, 0.41, 0.81);
}
.masonry-img img:hover {
  transform: scale(1);
}
/* Media query pour les écrans inférieurs à 1044px */
@media screen and (width<=1044px) {
  .masonry-wrapper {
    overflow: hidden;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas:
      "carousel carousel"
      "logo apropos"
      "pub apropos"
      "ingredient vimeo"
      "activite activite"
      "activite activite"
      "reseau certification";
  }
}

/* Media query pour les écrans inférieurs à 768px (mobile) */
@media screen and (width < 768px) {
  .masonry-wrapper {
    overflow: hidden;
    grid-template-columns: 1fr; /* Une seule colonne */
    grid-template-areas:
      "carousel"
      "logo"
      "apropos"
      "apropos"
      "pub"
      "ingredient"
      "vimeo"
      "activite"
      "reseau"
      "certification";
  }
  .masonry--text-items-container {
    padding: 25px !important;
  }
}
.btn-clignant {
  animation-duration: 0.8s;
  animation-name: clignoter;
  animation-iteration-count: infinite;
  transition: none;
}
@keyframes clignoter {
  0% {
    color: #000000;
  }
  40% {
    color: #e4103a;
  }
  100% {
    opacity: #000000;
  }
}
/*** ETHIQUE ****/
#opiwrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

#opi {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/ressources/backgroundalac.svg);
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 100%;
  margin: 0 auto;
}
.grid-container img {
  height: 100%;
  object-fit: cover;
}

.grid-container {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 100%;
}
.ethique_button {
  left: auto;
  right: 0;
}
.image1 {
  grid-row: span 2;
  grid-column: 1;
  width: 100%;
  /*background-image: url("../images/ressources/Groupe-901-3-1.jpg");*/
  background-size: cover;
  height: 100%;
}

.image2 {
  grid-row: 1;
  grid-column: 2;
  width: 100%;
  /* background-image: url("../images/ressources/Groupe-901-3-3.jpg");*/
  background-size: cover;
  height: 100%;
}

.image3 {
  grid-row: 2;
  grid-column: 2;
  width: 100%;
}
.image3 img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .btn-one {
    font-size: 10px !important;
  }
  .grid-container {
    grid-template-rows: repeat(3, 400px);
    grid-template-columns: 1fr; /* Une seule colonne */
  }

  .image1 {
    grid-row: span 1; /* Ajuste pour ne pas occuper deux lignes */
    grid-column: 1;
  }

  .image2 {
    grid-row: 2;
    grid-column: 1;
  }

  .image3 {
    grid-row: 3;
    grid-column: 1;
  }
}
.formation {
  background-position: 0 42% !important;
}

.procedures {
  background-position: 0 56% !important;
}
.cartorisques {
  background-position: 0 70% !important;
}
.controle {
  background-position: 0 84% !important;
}
.compta {
  background-position: 0 98% !important;
}
.dispo {
  background-position: 0 28% !important;
}
.evaluation {
  background-position: 0 14% !important;
  background-color: #e9212e;
}
.arthur-two {
  display: none;
}
.hovered span {
  font-size: 14px !important;
}
.hovered span {
  font-size: 14px !important;
}
.opi::after {
  content: "";
  z-index: 100;
  background: red;
  height: 100vh;
  display: block;
  position: absolute;
  position: absolute;
}
.forminator-col-12 {
  width: 100%;
  margin: 0 10px;
}
.forminator-col-6 {
  width: 100%;
  margin: 0 10px;
}
.forminator-row.forminator-row-last {
  justify-content: flex-end !important;
}

/*ARTICLE*/
.sidebar-wrapper h3 {
  font-weight: 500;
}
.container--beige h3 {
  font-weight: 500;
  padding: 10px 0 30px;
}
/* BLOG*/
.join-us-details {
  font-size: 0.8rem;
  padding-block: 1rem;
  background-color: #fafafa;
  padding-inline: 0.5rem;
}
.join-us-details h5 {
  font-size: 1rem;
}
.slider-nav img {
  height: 230px !important;
  object-fit: cover;
}
.tags {
  color: #e4103a;
}
.slider-nav .slick-arrow {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #e4103a;
  position: absolute;
  top: 50%;
  border: 0;
  font-size: 1px;
  color: rgba(0, 0, 0, 0);
  z-index: 10;
  cursor: pointer;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 21px auto;
}
.slick-arrow.slick-prev {
  background-image: url(assets/images/icon/arrow-left-on@2x.jpg);
}

.slick-arrow.slick-prev.slick-disabled,
.slick-arrow.slick-prev::after {
  background-image: url(assets/images/icon/arrow-left-off@2x.jpg);
}

.slick-arrow.slick-next {
  background-image: url(assets/images/icon/arrow-right-on@2x.jpg);
}
.slick-arrow.slick-next.slick-disabled,
.slick-arrow.slick-next::after {
  background-image: url(assets/images/icon/arrow-right-off@2x.jpg);
}
.slick-slide {
  padding-right: 10px;
}
.boxed_wrapper {
  overflow: unset;
}

.news-details {
  padding-top: 2.8125rem;
}
.container__inner {
  position: relative;
  margin: 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: 18.75rem;
  max-width: 90rem;
}

.news-details__date-type {
  text-transform: uppercase;
}
.news-details__date {
  padding: 0rem 0rem 0.25rem;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
  font-weight: 500;
}

.news-details__date-text::before {
  margin: 0.5em;
  content: "-";
}
.news-details h3 {
  font-size: 1.75rem;
  line-height: 1.25;
}
.action-block {
  margin: 0.9375rem -1rem;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}
.action-block__item {
  position: relative;
  margin: 0.9375rem 1rem;
}
.action-block__icon {
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  fill: #0c294e;
}
.action-block__sharing {
  position: absolute;
  padding: 0.3125rem 0rem 0rem 0rem;
  visibility: hidden;
  width: 10rem;
  opacity: 0;
  -webkit-transition: 0.3s opacity ease-out;
  transition: 0.3s opacity ease-out;
  display: flex;
}
.action-block__item:nth-child(2):hover .action-block__sharing {
  visibility: visible;
  opacity: 1;
}
.a2a_kit,
.a2a_menu,
.a2a_modal,
.a2a_overlay {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  outline: 0;
}

.addtoany_list {
  display: inline;
  line-height: 16px;
}

.action-block__sharing .social-media-links-sharing__icon {
  margin: 0rem 1.375rem 0rem 0rem;
  font-size: 0.875rem;
}

.a2a_kit a {
  cursor: pointer;
  transition: none;
}
.action-block__sharing a {
  display: inline-block;
  font-size: 0.875rem;
  cursor: pointer;
}
.addtoany_list > a {
  border: 0;
  display: inline-block;
  font-size: 16px;
  padding: 0 4px;
}
.addtoany_list > a,
.addtoany_list a img,
.addtoany_list a > span {
  vertical-align: middle;
}
.social-media-links__icon {
  display: block;
  color: #0c294e;
}
.text-media.container--pb-medium {
  padding-bottom: 3.375rem;
}
.text-media img {
  max-width: 100%;
  height: auto;
}
.news-details__right-column {
  padding: 1.875rem 0rem 0rem 0rem;
}
.people-content__headline {
  margin: 0rem 0rem 0.6875rem 0rem;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.people-content__tag-list {
  margin: 0rem -0.75rem;
  padding: 0rem 0rem 1.875rem 0rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style-type: none;
}
.news-teaser__tag-list-item {
  padding: 0rem 0.75rem 0.625rem 0.75rem;
}
.people-content__tag {
  padding: 0.3125rem 0.625rem;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #222d38;
  border: 1px solid rgba(34, 45, 56, 0.5);
}
.same-topic {
  padding: 0.9375rem 0rem 0rem 0rem;
}
.same-topic__headline {
  margin: 0rem 0rem 0.6875rem 0rem;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.same-topic__list {
  margin: 0rem 0rem 0.9375rem 0rem;
  padding: 0;
  list-style-type: none;
}
.same-topic__list-item:first-child {
  padding-top: 0;
}
.same-topic__list-item {
  padding: 1.3125rem 0rem 1.5rem 0rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid rgba(34, 45, 56, 0.2);
}
.same-topic__title {
  font-size: 1.125rem;
}
.same-topic__description {
  font-size: 0.875rem;
  line-height: 1.5;
}

.same-topic__more {
  margin: 0.9375rem 0rem 0rem 0rem;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #222d38;
}

.container--pb-small {
  padding-bottom: 3.375rem;
}

.container__inner {
  position: relative;
  margin: 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: 18.75rem;
  max-width: 90rem;
}
.custom-block__title {
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.custom-block__content {
  font-size: 1rem;
}
.container--pt-small {
  padding-top: 3.375rem;
}

.title-contact {
  font-size: 2.125rem;
  margin-bottom: 0.5rem;
}

.line-delimiter {
  margin: 0;
  padding: 0;
}
.line-delimiter:nth-child(2) {
  padding-inline: 1px;
}
.contact-item__block {
  margin-top: 0.9375rem;
}
.contact-item__block .field__item {
  height: 100%;
}
.contact-item {
  padding: 2.8125rem 0.9375rem;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #e4103a;
}
.contact-item__title {
  font-size: 0.875rem;
  margin-bottom: 0.3125rem;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
}
.contact-item__info {
  margin: 0 auto;
  max-width: 13rem;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.7px;
}
.contact-item__info a {
  text-decoration: none;
  color: #fff;
}

@media (min-width: 1024px) {
  .contact-item__title {
    font-size: 1.125rem;
  }
  .contact-item {
    min-height: 13rem;
  }
  .contact-item__block {
    margin-top: 2.1875rem;
  }

  .title-contact {
    font-size: 2.625rem;
  }
  .custom-block__title {
    margin-bottom: 1.125rem;
  }
  .container--pt-small {
    padding-top: 5.625rem;
  }
  .container--pb-small {
    padding-bottom: 5.625rem;
  }
  .news-details__right-column {
    position: -webkit-sticky;
    position: sticky !important;
    top: 1.25rem !important;
  }
  .news-details {
    padding-top: 5.9375rem;
  }
  .container__inner {
    padding-right: 3.4375rem;
    padding-left: 3.4375rem;
  }
  .news-details h3 {
    font-size: 1.75rem;
  }
  .action-block__item {
    margin: 1.5625rem 1rem;
  }
  .text-media.container--pb-medium {
    padding-bottom: 5.625rem;
  }
}

@media (min-width: 768px) {
  .contact-item__title {
    font-size: 1rem;
  }

  .contact-item__block {
    margin-top: 1.5625rem;
  }
  .row.line-delimiter {
    margin-right: -0.03125rem;
    margin-left: -0.03125rem;
  }
  .title-contact {
    font-size: 2.375rem;
  }
  .custom-block__title {
    margin-bottom: 0.875rem;
  }
  .container--pt-small {
    padding-top: 4.375rem;
  }
  .container--pb-small {
    padding-bottom: 4.375rem;
  }
  .news-details__right-column {
    padding: 0;
  }
  .text-media.container--pb-medium {
    padding-bottom: 4.375rem;
  }
  .news-details {
    padding-top: 3.4375rem;
  }
  .container__inner {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
  .news-details h3 {
    font-size: 1.75rem;
  }
  .action-block__item {
    margin: 1.25rem 1rem;
  }
}
@media (min-width: 1200px) {
  .inner-content-box {
    max-width: 1200px;
  }
}
@media (max-width: 992px) {
  .inner-content-box {
    max-width: 960px;
  }
}
@media (max-width: 768px) {
  .inner-content-box {
    max-width: 720px;
  }
}
@media (max-width: 576px) {
  .inner-content-box {
    max-width: 540px;
  }
}

.single-blog-post.style3 .post-date {
  position: absolute;
  top: 20px;
  right: 20px;
  width: auto;
  height: auto;
  text-align: center;
  background: #e9212e;
  display: block;
  padding: 0.3125rem 0.625rem;
  transition: all 700ms ease 500ms;
  z-index: 3;
}

.filters,
.filters-search {
  padding: 1.25rem 0rem 0.875rem;
}
.container--dark-blue {
  background-color: #e9212e;
}
.container__inner {
  position: relative;
  margin: 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: 18.75rem;
  max-width: 90rem;
}
.filters__wrapper,
.filters-search__wrapper {
  color: #fff;
}
.filters__list-wrapper,
.filters-search__list-wrapper {
  position: relative;
  padding: 0.25rem 0rem 0rem 0rem;
}
.filters__list,
.filters-search__list {
  position: relative;
  margin: 0;
  padding: 0;
  height: 2rem;
  list-style-type: none;
}
.tabs-slider {
  position: relative;
  overflow-x: scroll;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
}
.filters__list-item,
.filters-search__list-item {
  margin: 0;
  list-style: none;
}
.tabs-slider__item {
  padding: 0rem 1.75rem 0rem 0rem;
  display: inline-block;
  max-width: 100%;
}
.tabs-slider__item a,
.tabs-slider__item label {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.filters__list-link,
.filters-search__list-link {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.5;
  text-decoration: none;
  color: #fff;
  border-bottom: 0.125rem solid transparent;
  padding-bottom: 0.5625rem;
  cursor: pointer;
}
.news-list {
  padding: 2.4375rem 0rem;
}
.container--beige {
  background-color: #f9f8f7;
}

.single-blog-colum-style1:before,
.single-blog-post.style3 .text-holder:before,
.single-blog-post .meta-box .meta-info li:before,
.single-blog-post.style3 .text-holder:after {
  content: none !important;
}
.single-blog-post .meta-box .meta-info li {
  padding: 0rem 0.75rem 0.625rem 0.75rem;
}
.single-blog-post .meta-box .meta-info {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  justify-content: flex-end;
  list-style-type: none;
}

.single-blog-post .meta-box .meta-info li a {
  padding: 0.3125rem 0.625rem;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #e9212e;
  border: 1px solid #e9212e;
}
.single-blog-post.style3 .meta-box {
  margin: 0 !important;
}
.single-blog-post.style3 .text-holder {
  padding: 1.5625rem 1.4375rem 1.25rem;
  background-color: #fff;
  border: solid 1px #eee;
  border-top: none;
}
.single-blog-colum-style1 {
  padding-left: 0;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
}
.project-filter li .filter-text,
.project-filter li .filter-text:hover {
  all: unset;
  cursor: pointer;
}
.project-filter li.active .filter-text {
  all: unset;
  border-bottom: 1px solid#fff;
  padding-bottom: 0.5625rem;
}
.single-blog-post .text-holder .blog-title a {
  font-weight: 600;
}
.blog-title,
.blog-text {
  /*text-align: justify;*/
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .container__inner {
    padding-right: 3.4375rem;
    padding-left: 3.4375rem;
  }
  .filters__list-wrapper,
  .filters-search__list-wrapper {
    width: calc(100% - 11.25rem);
  }
  .tabs-slider {
    overflow-x: visible;
  }
  .tabs-slider__item {
    padding: 0rem 2.375rem 0rem 0rem;
  }
  .single-blog-post.style3 .text-holder {
    padding: 1.875rem 1.5625rem;
  }
}
@media (min-width: 768px) {
  .container__inner {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
  .filters__wrapper,
  .filters-search__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .filters,
  .filters-search {
    padding: 0.625rem 0rem;
  }
  .filters__list-wrapper,
  .filters-search__list-wrapper {
    width: calc(100% - 8.75rem);
  }

  .news-list {
    padding: 4rem 0rem;
  }

  .single-blog-post.style3 .text-holder {
    padding: 1.25rem 2.0625rem 2.75rem 1.875rem;
  }
}
/*Actionnaires*/

.event h3,
.event a {
  transition: all 0.8s;
  transition-timing-function: cubic-bezier(0.69, 0, 0.34, 1);
  cursor: pointer;
}
.event h3:hover,
.event a:hover {
  color: #e9212e;
}
a {
  text-decoration: none;
  color: inherit;
}
.millions::before {
  content: "-";
  position: absolute;
  top: -1rem;
  left: 30%;
}
.about-style2-image-box .image {
  max-width: 100%;
}
.single-fact-counter .count-box:before {
  content: none;
}
.single-team-member .name a {
  position: relative;
  display: block;
  background: #fff;
  color: #27282c;
}
.single-team-member .name a:hover {
  color: #e4103a;
}
.share-price__item {
  padding: 3.125rem 0rem;
  text-align: center;
  background-color: #f9f8f7;
  border-bottom: 1px solid #ebeced;
}
@media screen and (min-width: 769px) {
  .single-history-content img {
    max-width: 100% !important;

    object-fit: cover;
  }
  .about-style2-image-box .image {
    max-width: 600px;
  }
}
.background--grey {
  background-color: #fafafa;
}
@media (min-width: 1024px) {
  .container--pb-small {
    padding-bottom: 5.625rem;
  }
  .container--pt-small {
    padding-top: 5.625rem;
  }
  .share-price__item {
    margin: 0rem 0rem 0rem -0.0625rem;
    padding: 5.625rem 0rem 6.25rem 0rem;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: stretch;
    align-items: stretch;
    border: 1px solid #ebeced;
  }
  .wysiwyg p {
    font-size: 1.25rem;
  }
  .text-media.container .wysiwyg h2 {
    font-size: 2.875rem;
  }
  .text-media.container--pb-medium {
    padding-bottom: 5.625rem;
  }
  .text-media.container--pt-medium {
    padding-top: 5.625rem;
  }
  .container__inner {
    padding-right: 3.4375rem;
    padding-left: 3.4375rem;
  }
  .container--bg-image {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 38.5625rem;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .share-price__headline {
    padding: 5.625rem 3.4375rem 5.9375rem !important;
    height: 100%;
  }
}

@media (min-width: 768px) {
  .container--pb-small {
    padding-bottom: 4.375rem;
  }
  .container--pt-small {
    padding-top: 4.375rem;
  }
  .wysiwyg p {
    font-size: 1.1875rem;
  }
  .text-media.container .wysiwyg h2 {
    font-size: 2.625rem;
  }
  .text-media.container--pb-medium {
    padding-bottom: 4.375rem;
  }
  .text-media.container--pt-medium {
    padding-top: 4.375rem;
  }
  .container__inner {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
  .share-price__headline {
    padding: 3.5625rem 1.875rem 4rem;
  }
}

.container--pb-small {
  padding-bottom: 3.375rem;
}
.container--pt-small {
  padding-top: 3.375rem;
}
.share-price__data {
  display: block;

  font-size: 2.375rem;
  line-height: 1.4;
  font-weight: normal;
  color: #ff687c;
}
.share-price__action {
  font-size: 4.375rem;
  color: #ff687c;
}

.share-price__date {
  margin: 0rem 0rem 1.25rem 0rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.share-price__headline {
  padding: 3.375rem 0.9375rem 2.75rem;
  background-color: #f9f8f7;
  border-bottom: 1px solid #ebeced;
}
.wysiwyg p {
  line-height: 1.5;
}
.container--reverse-color {
  color: #fff;
}
.container__inner {
  position: relative;
  margin: 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: 18.75rem;
  max-width: 90rem;
}
.text-media.container--pt-medium {
  padding-top: 3.375rem;
}
.text-media.container--pb-medium {
  padding-bottom: 3.375rem;
}
.container__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.container--bg-image .container__bg::after {
  display: block;
  content: "";
  background: rgba(34, 45, 56, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.container__bg .media-image,
.container__bg .field,
.container__bg .field__item {
  height: 100%;
}
.media-image figure {
  margin: 0;
  padding: 0;
  display: block;
}

.container__bg .media-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.text-media.container .wysiwyg h2 {
  margin-bottom: 0.625rem;
}
.row.collapse {
  margin-right: 0;
  margin-left: 0;
}
