@charset "UTF-8";
/* Variables - Couleurs */
/* Variables - Autres Propriétés */
/* Variables - Fonts */
.pagination {
  margin-bottom: 6rem;
  margin-top: 6rem;
  justify-content: center;
  border-radius: 0;
}
.pagination li {
  margin-bottom: 0;
}
.pagination .page-item {
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}
.pagination .page-item.disabled {
  opacity: 0.5;
}
.pagination .page-item.disabled .page-link {
  background-color: transparent;
  border: 0;
  color: #000000;
}
.pagination .page-item.active .page-link {
  background-color: #d90585;
  color: #ffffff;
}
.pagination .page-link {
  background-color: transparent;
  border: 0;
  border-radius: 2rem !important;
  text-transform: uppercase;
  min-width: 35px;
  min-height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
}
.pagination .page-link:focus {
  box-shadow: none;
}
.pagination .page-link:hover {
  color: #d90585;
}

/* hypothèse contribution */
p + h3 {
  padding-top: 3rem;
}

h2 {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 5.3rem;
  padding-bottom: 3rem;
  color: #d90585;
}

/* Balises */
html {
  font-size: 58%;
}

svg {
  max-width: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #000000;
  overflow-x: hidden;
}

a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none !important;
}
a.all-block {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
}
a.all-block::before {
  display: none;
}

p {
  line-height: 2.8rem;
  margin-bottom: 2.5rem;
  display: block;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 100%;
  border-radius: 0.6rem;
}

strong {
  font-weight: 700;
}

.img-zoom {
  text-align: center;
}
.img-zoom img {
  cursor: pointer;
}

.text-formatted ul {
  margin-bottom: 3.5rem;
  list-style: none;
  position: relative;
}
.text-formatted ul li {
  margin-bottom: 1.5rem;
}
.text-formatted ul li::before {
  content: "•";
  position: relative;
  color: #d90585;
  font-size: 2.5rem;
  left: 0px;
  margin-right: 10px;
}

.ul-none {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ul-none li {
  margin-bottom: inherit;
}
.ul-none li::before {
  display: none;
}

ol {
  list-style: none;
  counter-reset: li;
  margin-bottom: 3rem;
}
ol li {
  position: relative;
  margin-bottom: 1.5rem;
}

blockquote, q {
  font-size: 3.2rem;
  line-height: 4.4rem;
  letter-spacing: 0.2rem;
  margin: 0 0 4rem;
  display: block;
  position: relative;
}
blockquote .field--name-field-testimony-content, q .field--name-field-testimony-content {
  padding-left: 5px;
}
blockquote::before, blockquote::after, q::before, q::after {
  position: absolute;
  content: "";
  width: 34px;
  height: 34px;
  content: "";
  background-image: url("../images/sprites.png");
  background-repeat: no-repeat;
  background-position: left -287px top -3px;
}
blockquote::before, q::before {
  left: -7rem;
  top: -2.5rem;
}
blockquote::after, q::after {
  right: -5rem;
  bottom: -2.5rem;
  transform: rotate(180deg);
}

select {
  width: 300px;
  margin-right: 2rem;
  padding: 1rem;
  cursor: pointer;
  border-radius: 0.6rem;
  border: none;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background-image: url("../images/arrow-select.svg");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 15px;
  background-size: 15px;
}

.layout-main-wrapper div .row-offcanvas {
  margin: 0 !important;
}
.layout-main-wrapper div .row-offcanvas .main-content {
  padding: 0 !important;
}

/* max-width */
.container-strate {
  margin: 0 auto;
  padding-left: 5rem;
  padding-right: 5rem;
  max-width: 1500px;
}

.mw-650 {
  max-width: 650px;
}

.block-page-title-block {
  margin: 0 auto;
  padding-left: 5rem;
  padding-right: 5rem;
  max-width: 1500px;
}

/* Class */
.underline {
  text-decoration: underline;
}

.chapeau {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 3.2rem;
  margin-bottom: 4.5rem;
}

.uppercase {
  text-transform: uppercase;
}

.hide {
  display: none;
}

.h-all {
  height: 100%;
}

.ul-none {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* text-align */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/* Padding */
.p-standard {
  padding-top: 4rem;
  padding-bottom: 1rem;
}

.p-none {
  padding-right: 0;
  padding-left: 0;
}

.pr-none {
  padding-right: 0;
}

.pl-none {
  padding-left: 0;
}

.pt-25 {
  padding-top: 2.5rem;
}

/* Marge */
.m-none {
  margin-right: 0;
  margin-left: 0;
}

.mr-none {
  margin-right: 0;
}

.ml-none {
  margin-left: 0;
}

.ml-40 {
  margin-left: 4rem;
}

.mr-40 {
  margin-right: 4rem;
}

.ml--8 {
  margin-left: -0.8rem;
}

.mb-30 {
  margin-bottom: 3rem;
}

.mt-20 {
  margin-top: 2rem;
}

.degrade-bg {
  background: linear-gradient(22deg, #8e25b6 0%, #d90585 85%);
}
.degrade-bg h2 {
  color: #ffffff;
}
.degrade-bg h2::before {
  background-position: left -12px top -85px;
}

.grey-bg {
  background-color: #f0f1f4;
}

.topPage-edito {
  background: linear-gradient(22deg, #8e25b6 0%, #d90585 85%);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.topPage-edito h1 {
  text-align: left;
  padding-left: 0;
  color: #ffffff;
}
.topPage-edito .container-strate {
  position: relative;
  padding-top: 12rem;
  padding-bottom: 12rem;
  z-index: 5;
}
.topPage-edito-Actus {
  padding-bottom: 60px;
}
.topPage-edito-Actus .filters {
  padding-top: 30px;
}
.topPage-edito-Actus .filters label {
  position: absolute;
  top: -999px;
}
.topPage-edito-Actus .filters input.button {
  padding: 1rem 3.5rem;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 700;
  margin: 0.2rem;
  background-color: #d90585;
  color: #ffffff;
  border: none;
  border-radius: 10rem;
  letter-spacing: 0.08rem;
  text-align: center;
  display: inline-block;
  height: auto;
  width: auto;
}
.topPage-edito-Actus .filters input.button:hover {
  background-color: #ffffff;
  color: #d90585;
  border: none;
}
.topPage-edito-Actus .filters input.button:focus {
  border: none;
  box-shadow: none;
}
.topPage-edito-Actus .filters input .form-actions:first-child {
  background-color: #ffffff;
  color: #d90585;
}
.topPage-edito-Actus .filters input .form-actions:first-child:hover {
  background-color: #d90585;
  color: #ffffff;
}

.c-actus {
  padding-bottom: 8rem;
}
.c-actus-content {
  position: relative;
  z-index: 5;
  margin-top: -100px;
}
.c-actus .c-card-content {
  min-height: 140px;
}

.accordeon {
  padding: 0 0 5rem;
}
.accordeon .card {
  border: 0;
  border-radius: 0;
  margin-bottom: 1rem;
}
.accordeon .card:last-child .card-header.collapsed {
  border-bottom: 1px solid;
  border-bottom-color: rgba(240, 241, 244, 0.2);
}
.accordeon .card-header {
  border-top-left-radius: 0.6rem;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.6rem;
  border-bottom-right-radius: 0;
  border: 0;
  background-color: #8e25b6;
  color: #ffffff;
  font-size: 1.6rem;
  padding: 1.2rem 4rem 1.2rem 1.5rem;
  text-align: left;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.accordeon .card-header::before {
  position: absolute;
  content: "-";
  right: 1.8rem;
  top: calc(50% - 9px);
  color: #ffffff;
  line-height: 2rem;
  font-size: 2rem;
  transition: all 0.4s ease-in-out;
}
.accordeon .card-header.collapsed {
  border-radius: 0.6rem;
}
.accordeon .card-header.collapsed::before {
  content: "+";
  top: calc(50% - 10px);
}
.accordeon .card-body {
  padding: 3rem 4rem;
  position: relative;
  box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0.6rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0.6rem;
}

.paragraph .nav-pills {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  border: none;
}
.paragraph .nav-pills .nav-item {
  background-color: transparent;
  margin: 0 20px;
}
.paragraph .nav-pills .nav-item .nav-link {
  border: none;
  color: #8e25b6;
}
.paragraph .nav-pills .nav-item .nav-link.active {
  background-color: inherit;
  font-weight: 700;
  position: relative;
}
.paragraph .nav-pills .nav-item .nav-link.active::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #8e25b6;
  position: absolute;
  bottom: 0;
  left: 0;
}
.paragraph .tab-content {
  margin: 0;
  padding: 40px 40px 30px 40px;
  box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  border-bottom-left-radius: 0.6rem;
  border-bottom-right-radius: 0.6rem;
}

.c-chiffre {
  position: relative;
  height: 100%;
  border-radius: 2rem;
  color: #ffffff;
  padding: 8rem 4rem;
  text-align: center;
  font-size: 1.6rem;
}
.c-chiffre span {
  display: block;
}
.c-chiffre-number {
  font-size: 5rem;
  font-weight: 600;
  line-height: 5rem;
  margin-bottom: 2.5rem;
  white-space: nowrap;
}
.c-chiffre.option-01 {
  background-color: #8e25b6;
}
.c-chiffre.option-02 {
  background-color: #d90585;
}
.c-chiffre.option-03 {
  background: linear-gradient(22deg, #8e25b6 0%, #d90585 85%);
}
.c-chiffre.option-04 {
  background-color: #000000;
}

.paragraph--type--slider {
  position: relative;
}
.paragraph--type--slider .carousel-control {
  top: calc(50% - 20px);
  background-color: #d90585;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.4s ease-in-out;
  border-radius: 0.6rem;
}
.paragraph--type--slider .carousel-control.carousel-control-prev {
  left: -10%;
}
.paragraph--type--slider .carousel-control.carousel-control-next {
  right: -10%;
}
.paragraph--type--slider .carousel-control svg {
  fill: #ffffff;
  padding: 5px;
}
.paragraph--type--slider .carousel-indicators {
  margin-top: 3rem;
  bottom: 15px;
}
.paragraph--type--slider .btn-carousel {
  position: absolute;
  right: 25%;
  bottom: 35px;
}
.paragraph--type--slider .btn-carousel .btn {
  border-color: #d90585;
}
.paragraph--type--slider .btn-carousel .btn svg {
  fill: #d90585;
}
.paragraph--type--slider .btn-carousel .btn.active {
  border-color: #d90585;
  background-color: #d90585;
}
.paragraph--type--slider .btn-carousel .btn.active svg {
  fill: #ffffff;
}
.paragraph--type--slider .btn-carousel .btn.active:focus {
  box-shadow: none !important;
}
.paragraph--type--slider .btn-carousel .btn:focus {
  box-shadow: none !important;
}
.paragraph--type--slider .btn-carousel .btn:hover {
  background-color: #d90585;
}
.paragraph--type--slider .btn-carousel .btn:hover svg {
  fill: #ffffff;
}
.paragraph--type--slider::before {
  z-index: -1;
  position: absolute;
  background-color: #f0f1f4;
  opacity: 0.4;
  content: "";
  left: 0;
  bottom: 0;
  height: calc(250px + 8rem);
  width: 100%;
}

.carousel-indicators {
  position: inherit;
}
.carousel-indicators li {
  background-color: #ffffff;
  border: 1px #d90585 solid;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.4s ease-in-out;
  border-radius: 0.3rem;
  height: 10px;
  width: 10px;
}
.carousel-indicators li.active {
  background-color: #ffffff;
}

.c-card {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  height: 100%;
  background-color: #ffffff;
}
.c-card-img {
  background-color: #000000;
  max-height: 110px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.c-card-img img {
  border-radius: 0;
}
.c-card-img img.documents-card-img {
  padding: 15px;
  max-height: 100px;
}
.c-card-content {
  padding: 4rem 3rem 7rem;
}
.c-card-txt {
  font-size: 1.4rem;
  line-height: 2rem;
  margin-bottom: 1.5rem;
  max-height: 35px;
  overflow: hidden;
}
.c-card-title {
  font-size: 2rem;
  line-height: 2.5rem;
  color: #8e25b6;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.c-card-infos {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  line-height: 2rem;
}
.c-card-infos span {
  font-weight: 600;
  text-transform: uppercase;
}
.c-card .effect-moema-hover {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
}
.c-card:hover .effect-moema-hover .effect-moema {
  transition: background-color 0.1s 0.3s;
  -webkit-animation: effect-moema-1 0.3s;
          animation: effect-moema-1 0.3s;
}
.c-card:hover .effect-moema-hover .effect-moema::before {
  -webkit-animation: effect-moema-2 0.3s 0.3s;
          animation: effect-moema-2 0.3s 0.3s;
}
.c-card-horizontal {
  display: flex;
  align-items: center;
}
.c-card-horizontal .c-card-img {
  width: 120px;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  max-height: inherit;
}
.c-card-horizontal .c-card-img img {
  height: 100%;
  width: auto;
  max-width: inherit;
}
.c-card-horizontal .c-card-img img.documents-card-img {
  padding: 15px;
  max-width: 100px;
}
.c-card-horizontal .c-card-content {
  padding: 4rem 10rem 4rem 4rem;
  width: calc(100% - 120px);
  margin-left: 120px;
}
.c-card-horizontal .c-card-title {
  margin-bottom: 0;
}
.c-card-horizontal .effect-moema-hover {
  top: 2rem;
}

.c-suggestion {
  position: relative;
}
.c-suggestion::before {
  z-index: -1;
  position: absolute;
  background-color: #f0f1f4;
  content: "";
  left: 0;
  bottom: 0;
  height: 120px;
  width: 100%;
}
.c-suggestion-content {
  padding-left: 5rem;
  padding-right: 5rem;
}
.c-suggestion .c-card {
  box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.1);
}
.c-suggestion .c-card-content {
  min-height: 150px;
}
.c-suggestion .c-card-img {
  max-height: inherit;
}

.paragraph--type--testimonials .c-temoignage {
  display: flex;
  align-items: flex-start;
  padding: 0 10px;
}
.paragraph--type--testimonials .c-temoignage-txt {
  border-radius: 2rem;
  padding: 9rem 16rem 7rem 16rem;
  background-color: #d90585;
  position: relative;
  z-index: 1;
  margin-bottom: 3rem;
  margin-top: 5rem;
  color: #ffffff;
  width: 100%;
}
.paragraph--type--testimonials .c-temoignage-txt .author {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.8rem;
  margin: 0;
}

.c-standard {
  position: relative;
}
.c-standard-img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.c-standard-columnTwo {
  align-items: center;
  padding-right: 3rem;
}
.c-standard-columnTwo p {
  margin-bottom: 0;
}
.c-standard-info {
  background-color: #8e25b6;
  color: #ffffff;
  padding: 8rem 0;
}
.c-standard-info .title-important {
  margin-bottom: 2.5rem;
  font-weight: 700;
}

.cta {
  background-color: #ffffff;
  padding: 1rem 3.5rem;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 700;
  margin: 0.2rem;
  background-color: #d90585;
  color: #000000;
  border-radius: 10rem;
  letter-spacing: 0.08rem;
  text-align: center;
  display: inline-block;
}
.cta:hover {
  color: #000000;
}
.cta-icon {
  height: 40px;
  width: 40px;
  min-width: 40px;
  min-height: 40px;
  background-color: #8e25b6;
  border-radius: 50%;
  margin: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #000000;
  font-size: 2.2rem;
}
.cta-icon.icon-more {
  color: #ffffff;
  background-color: #d90585;
  background-image: none;
  height: 36px;
  width: 36px;
  min-height: 36px;
  min-width: 36px;
}

.cta-tag {
  font-size: 1.6rem;
  color: #8e25b6;
  font-weight: 600;
  padding: 0.5rem 1.8rem;
  border-radius: 0.6rem;
  border: 2px solid;
  border-color: #8e25b6;
  transition: all 0.4s ease-in-out;
  margin: 0.4rem;
}
.cta-tag:hover {
  color: #d90585;
  border-color: #d90585;
  text-decoration: none;
}

.paragraph--type--buttons .buttons-row .effect-moema-hover {
  margin-bottom: 4rem;
  justify-content: center;
}
.paragraph--type--buttons .buttons-row .effect-moema-hover span {
  padding: 1.5rem 4.5rem;
}

.paragraph--type--documents .c-card .c-card-img .documents-card-img {
  width: 100%;
}

/* Moema */
.effect-moema {
  position: relative;
  z-index: 1;
}
.effect-moema::before {
  position: absolute;
  content: "";
  top: -10px;
  left: -10px;
  bottom: -10px;
  right: -10px;
  background-color: inherit;
  border-radius: 50px;
  z-index: -1;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.effect-moema-hover {
  display: flex;
  align-items: center;
}
.effect-moema-hover.btn-option-01 span {
  color: #ffffff;
  background-color: #8e25b6;
}
.effect-moema-hover.btn-option-02 span {
  color: #ffffff;
  background-color: #d90585;
}
.effect-moema-hover.btn-option-03 span {
  color: #ffffff;
  background: linear-gradient(22deg, #8e25b6 0%, #d90585 85%);
}
.effect-moema-hover.btn-option-04 span {
  color: #ffffff;
  background-color: #000000;
}
.effect-moema-hover:hover {
  text-decoration: none;
}
.effect-moema-hover:hover .effect-moema {
  transition: background-color 0.1s 0.3s;
  -webkit-animation: effect-moema-1 0.3s;
          animation: effect-moema-1 0.3s;
}
.effect-moema-hover:hover .effect-moema::before {
  -webkit-animation: effect-moema-2 0.3s 0.3s;
          animation: effect-moema-2 0.3s 0.3s;
}

@-webkit-keyframes effect-moema-1 {
  60% {
    transform: scale3d(0.9, 0.9, 1);
  }
  85% {
    transform: scale3d(1.05, 1.05, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes effect-moema-1 {
  60% {
    transform: scale3d(0.9, 0.9, 1);
  }
  85% {
    transform: scale3d(1.05, 1.05, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes effect-moema-2 {
  0% {
    opacity: 0.6;
    transform: scale3d(0.5, 0.5, 0.5);
  }
  100% {
    opacity: 0;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes effect-moema-2 {
  0% {
    opacity: 0.6;
    transform: scale3d(0.5, 0.5, 0.5);
  }
  100% {
    opacity: 0;
    transform: scale3d(1, 1, 1);
  }
}
@media (max-width: 1400px) {
  .topPage-edito-Actus {
    padding-bottom: 20px;
  }
  .c-actus-content {
    margin-top: -70px;
  }
}
@media (max-width: 1300px) {
  .topPage-edito .container-strate {
    padding-bottom: 12rem;
    padding-top: 12rem;
  }
}
@media (min-width: 1199.98px) and (max-width: 1300px) {
  .c-chiffre {
    padding: 8rem 3rem;
  }
}
@media (max-width: 1199.98px) {
  h1 {
    font-size: 5.5rem;
    line-height: 6.5rem;
  }
  h2 {
    font-size: 4rem;
    line-height: 4.5rem;
    padding-bottom: 2.8rem;
  }
  h3 {
    font-size: 3rem;
    line-height: 3.4rem;
  }
  h4 {
    font-size: 2.6rem;
    line-height: 3rem;
    font-weight: 600;
  }
  h5 {
    font-size: 2.2rem;
    line-height: 2.6rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.8rem;
    line-height: 2.4rem;
    text-transform: uppercase;
    font-weight: 500;
  }
  body {
    font-size: 1.8rem;
  }
  blockquote, q {
    font-size: 2.6rem;
    line-height: 4rem;
    margin-bottom: 3rem;
  }
  blockquote::before, q::before {
    left: -5rem;
    top: -2rem;
  }
  blockquote::after, q::after {
    right: -4rem;
    bottom: -2rem;
  }
  .paragraph--type--slider .btn-carousel {
    right: 17%;
  }
  .chapeau {
    line-height: 3rem;
    font-size: 2rem;
  }
  .degrade-bg h2::before {
    background-position: left -10px top -73px;
  }
  .c-chiffre {
    padding: 8rem 6rem;
  }
  .c-suggestion-content {
    padding-left: 0;
    padding-right: 0;
  }
  .paragraph--type--testimonials .c-temoignage-txt {
    padding: 7rem;
    margin-top: 3rem;
  }
  .paragraph--type--testimonials .c-temoignage-txt .author {
    font-size: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  .paragraph--type--slider .btn-carousel {
    right: 0;
  }
  .paragraph--type--slider .carousel-control.carousel-control-prev {
    left: 0;
  }
  .paragraph--type--slider .carousel-control.carousel-control-next {
    right: 0;
  }
  .container-strate {
    padding-left: 5rem;
  }
  .topPage-edito .container-strate {
    padding-bottom: 8rem;
    padding-top: 8rem;
    position: initial;
  }
  .topPage-edito-Actus {
    padding-bottom: 140px;
  }
}
@media (max-width: 767.98px) {
  .block-page-title-block {
    padding-left: 0;
    padding-right: 0;
  }
  h1 {
    font-size: 4.5rem;
    line-height: 5.5rem;
  }
  h2 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
  h3, h4 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  h5 {
    font-weight: 700;
    text-transform: uppercase;
  }
  h6 {
    text-transform: uppercase;
    font-weight: 500;
  }
  blockquote, q {
    line-height: 3.5rem;
  }
  blockquote::before, q::before {
    left: -4rem;
    top: -1.5rem;
  }
  blockquote::after, q::after {
    bottom: -1.5rem;
  }
  .p-standard {
    padding-top: 2rem;
    padding-bottom: 0;
  }
  .c-chiffre {
    padding: 6rem 4rem;
  }
  .c-standard-info {
    margin-bottom: 7rem;
  }
  .c-suggestion {
    background-color: #f0f1f4;
  }
  .c-suggestion::before {
    display: none;
  }
  .paragraph--type--testimonials .c-temoignage {
    flex-direction: column;
    align-items: center;
  }
  .paragraph--type--testimonials .c-temoignage-txt {
    padding: 7rem;
    margin-left: 0;
    width: 100%;
  }
  .c-actus {
    padding-bottom: 5rem;
  }
  .c-actus-content {
    margin-top: -50px;
  }
}
@media (max-width: 575.98px) {
  h1 {
    font-size: 4.5rem;
    line-height: 5.5rem;
    padding: 0 1rem;
  }
  blockquote, q {
    font-size: 2rem;
    line-height: 3rem;
  }
  .paragraph--type--slider .btn-carousel {
    right: 40%;
    bottom: 0;
  }
  .container-strate {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .block-page-title-block h1 {
    font-size: 4rem;
  }
  .paragraph--type--testimonials .c-temoignage-txt {
    padding: 5rem 5rem 5rem;
    margin-top: 0;
  }
  .paragraph--type--testimonials .c-temoignage-txt .author {
    font-size: 1.4rem;
  }
}
body {
  background: black;
}

.field--name-field-media-video-file {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding: 15px;
}
.field--name-field-media-video-file video {
  min-height: 200px;
  margin: 40px auto;
  max-width: 100%;
  height: auto;
}/*# sourceMappingURL=editorial.css.map */