@charset "UTF-8";
/* CSS Document */
body {
  background-color: #ebeaed;
}
@font-face {
  font-display: swap;
  font-family: 'calibri-light';
  src: local('Calibri Light'), url('../fonts/calibri_300.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'calibri-light';
  src: local('Calibri Bold'), url('../fonts/calibri_700.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'stratos';
  src: url('../fonts/stratos.eot');
  src: local('☺'), url('../fonts/stratos.woff') format('woff'), url('../fonts/stratos.ttf') format('truetype'), url('../fonts/stratos.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'stratos-light';
  src: url('../fonts/stratos-light.eot');
  src: local('☺'), url('../fonts/stratos-light.woff') format('woff'), url('../fonts/stratos-light.ttf') format('truetype'), url('../fonts/stratos-light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'stratos-medium';
  src: url('../fonts/stratos-medium.eot');
  src: local('☺'), url('../fonts/stratos-medium.woff') format('woff'), url('../fonts/stratos-medium.ttf') format('truetype'), url('../fonts/stratos-medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.f {
  display: flex !important;
}
.c {
  align-items: center !important;
  justify-content: center !important;
}
.c-x {
  justify-content: center !important;
}
.c-y {
  align-items: center !important;
}
.m-0 {
  margin: 0 !important;
}
.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0;
}
.no-padding-important {
  padding: 0 !important;
}
.no-padding-left {
  padding-left: 0;
}
.no-padding-right {
  padding-right: 0;
}
.bloc_scroll {
  overflow-y: hidden;
}
.mw100 {
  max-width: 100%;
}
.padding-left-30 {
  padding-left: 30px;
}
.bloc_scroll {
  overflow-y: hidden;
}
.nowrap {
  white-space: nowrap;
}
/* FLUID GRID SYSTEM */
.row-fluid {
  display: flex;
  /* display: -webkit-flex; */
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 30px;
}
.row-fluid.f-no-wrap {
  flex-wrap: initial;
}
.row-fluid .f-grow-1 {
  flex-grow: 1;
  flex-basis: 0;
}
.row-fluid .f-grow-2 {
  flex-grow: 2;
  flex-basis: 0;
}
.row-fluid .col {
  padding: 10px !important;
}
.row-cols-2 .col {
  width: 50%;
}
.row-cols-3 .col {
  width: 33.3333%;
}
.row-cols-4 .col {
  width: 25%;
}
.row-cols-5 .col {
  width: 20%;
}
@media (max-width: 992px) {
  .row-cols-md-1 .col {
    width: 100%;
  }
  .row-cols-md-2 .col {
    width: 50%;
  }
  .row-cols-md-3 .col {
    width: 33.3332%;
  }
  .row-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .row-cols-sm-1 .col {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .row-cols-xs-1 .col {
    width: 100%;
  }
}
/* BARRE DE SEPARATION */
.divider {
  width: 100%;
  height: 1px;
  margin: 0 auto;
  background-color: #999;
}
.divider.divider-w100 {
  width: 100%;
  margin: 0;
  opacity: 0.4;
}
/* TEXTES */
.ff-sl {
  font-family: 'stratos-light', 'arial', 'helvetica', 'sans-serif';
}
.ff-sm {
  font-family: 'stratos-medium', 'arial', 'helvetica', 'sans-serif';
}
h1:not(app-root h1),
.h1 {
  font-size: 38px;
  color: #000;
  font-family: 'stratos-medium', 'arial', 'helvetica', 'sans-serif';
}
p {
  font-family: 'calibri-light', 'arial', 'helvetica', 'sans-serif';
}
em {
  font-family: 'calibri-light', 'arial', 'sans-serif';
  font-style: italic;
}
.d-block {
  display: block !important;
}
strong {
  font-weight: bold;
}
strong > em,
em > strong {
  font-weight: bold;
  font-style: italic;
}
a,
a:focus,
a:hover {
  color: #000000;
  text-decoration: none;
}
.red-square:before {
  content: url(' data:image/svg+xml; utf8, <svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><rect fill="rgb(228,3,45)" x="0" y="0" width="100" height="100" /></svg> ');
  display: inline-block;
  background-color: #e4032d;
  width: 1em;
  height: 1em;
  transform: rotate(65deg);
}
/* CTA */
.cta,
.cta:focus {
  background-color: #ebeaed;
  color: #5e6169;
}
.cta,
[class^="cta_"],
[class*="cta_violet"],
[class*="cta_jaune"],
[class*="cta_rouge"],
[class*="cta_inverse"],
[class*="cta_blanc"] {
  display: inline-block;
  font-size: 16px;
  font-family: 'stratos-light', 'arial', 'helvetica', 'sans-serif';
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  /* -ms-transition: all ease 0.5s;
	-o-transition: all ease 0.5s; */
  height: auto;
  line-height: 1.5em;
  padding: 0.7em 1em;
}
.cta > img {
  margin-right: 10px;
}
.cta > strong {
  font-family: 'stratos-medium', 'arial', 'helvetica', 'sans-serif';
}
.cta:hover {
  color: #5e6169;
  text-decoration: none;
  background-color: #e2e2e3;
}
.cta_inverse,
.cta_inverse:focus {
  background-color: transparent;
  border: 1px solid #b0b4b6;
  color: #5e6169;
}
.cta_inverse > img {
  margin-bottom: 4px;
  margin-right: 10px;
}
.cta_inverse > strong {
  font-family: 'stratos-medium', 'arial', 'helvetica', 'sans-serif';
}
.cta_inverse:hover {
  color: #fff;
  text-decoration: none;
  background-color: #b0b4b6;
}
.cta_violet,
.cta_violet:focus {
  background-color: #59536d;
  color: #ffffff;
}
.cta_violet > img {
  margin-bottom: 4px;
  margin-right: 10px;
}
.cta_violet > strong {
  font-family: 'stratos-medium', 'arial', 'helvetica', 'sans-serif';
}
.cta_violet:hover {
  color: #fff;
  text-decoration: none;
  background-color: #6e6a81;
}
.cta_violet_inverse,
.cta_violet_inverse:focus {
  background-color: transparent;
  border: 1px solid #59536d;
  color: #59536d;
}
.cta_violet_inverse > img {
  margin-bottom: 4px;
  margin-right: 10px;
}
.cta_violet_inverse > strong {
  font-family: 'stratos-medium', 'arial', 'helvetica', 'sans-serif';
}
.cta_violet_inverse:hover {
  color: #fff;
  text-decoration: none;
  background-color: #59536d;
}
.cta_rouge,
.cta_rouge:focus,
.cta_rouge a {
  background-color: #e4032d;
  color: #ffffff;
}
.cta_jaune,
.cta_jaune:focus {
  background-color: #ffd800 !important;
  color: #0F1111 !important;
  font-family: 'stratos', 'arial', 'helvetica', 'sans-serif' !important;
}
.cta_jaune:hover {
  background-color: #fffc00 !important;
}
.cta_jaune_inverse {
  background-color: transparent !important;
  outline: solid 1px #ffef99;
  color: #ffef99 !important;
}
body .cta_jaune_inverse:hover,
body .cta_jaune_inverse:focus {
  background-color: #ffd80014 !important;
  outline: solid 1px #ffed85;
  color: #ffeb7b;
}
.cta_blanc {
  background-color: #fff;
}
.cta_blanc:hover {
  background-color: #eee;
}
.cta_rouge > img {
  margin-bottom: 4px;
  margin-right: 10px;
}
.cta_rouge > strong {
  font-family: 'stratos-medium', 'arial', 'helvetica', 'sans-serif';
}
.cta_rouge:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #bc082a;
}
.cta_rouge_inverse,
.cta_rouge_inverse:focus {
  background-color: transparent;
  border: 1px solid #e4032d;
  color: #e4032d;
}
.cta_rouge_inverse > img {
  margin-bottom: 4px;
  margin-right: 10px;
}
.cta_rouge_inverse > strong {
  font-family: 'stratos-medium', 'arial', 'helvetica', 'sans-serif';
}
.cta_rouge_inverse:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #e4032d;
}
.cta_gris {
  opacity: 0.7;
  text-transform: none;
  background-color: #dedede;
  color: #323232 !important;
  margin: 2em 0.5em 1em 0;
  transition: 0.2s ease;
  font-family: 'stratos-medium', 'arial', 'helvetica', 'sans-serif' !important;
  display: inline-block;
  height: inherit;
  padding: 0.5em 0.8em;
  width: auto;
  text-decoration: none !important;
  font-size: 0.9em;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  .cta_gris {
    margin: 1.5em 0;
    display: block;
  }
}
.cta_gris:hover {
  background-color: #f4f4f4;
}
.cta_blanc_inverse {
  color: #fff;
  border: solid 1px #fff;
}
.cta_blanc_inverse:hover {
  background: #fff;
  color: #e4032d !important;
}
.cta_gris svg {
  opacity: 0.7;
}
.cta_discreet {
  width: 100%;
  text-transform: none;
  color: #2d2d2d;
  padding: 0 1em;
  text-decoration: underline;
}
.cta_lg {
  height: auto;
  padding: 1em 1.5em;
}
.data-ico {
  display: flex;
  align-items: center;
  gap: 0 0.15rem;
  width: 4.5rem;
  height: 4.5rem;
}
.data-ico > * {
  width: 100%;
  height: 0.375rem;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}
.data-ico > *:nth-child(1) {
  background: #627999;
  padding-bottom: 0.140625rem;
  margin-bottom: 0.28125rem;
}
.data-ico > *:nth-child(2) {
  background: #ff6261;
  padding-top: 0.5625rem;
  margin-top: 0.5625rem;
  animation-delay: 250ms;
}
.data-ico > *:nth-child(3) {
  background: #87aee1;
  padding-bottom: 1.125rem;
  margin-bottom: 1.125rem;
}
.data-ico > *:nth-child(4) {
  background: #e4032d;
  padding-top: 0.75rem;
  margin-bottom: 0.28125rem;
  animation-delay: 250ms;
}
.data-ico > *:nth-child(5) {
  background: #b7ceed;
  padding-bottom: 0.28125rem;
  margin-bottom: 0.140625rem;
}
@keyframes barchart1 {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-10%);
    padding-bottom: 0.5625rem;
  }
}
@keyframes barchart2 {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(20%);
    padding-top: 0.9rem;
  }
}
@keyframes barchart3 {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(10%);
    padding-bottom: 0.75rem;
  }
}
@keyframes barchart4 {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-20%);
    padding-top: 0.375rem;
  }
}
@keyframes barchart5 {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(10%);
    padding-bottom: 0.5625rem;
  }
}
.depeche_titre_lead .h1:hover .data-ico > *:nth-child(1) {
  animation-name: barchart1;
}
.depeche_titre_lead .h1:hover .data-ico > *:nth-child(2) {
  animation-name: barchart2;
}
.depeche_titre_lead .h1:hover .data-ico > *:nth-child(3) {
  animation-name: barchart3;
}
.depeche_titre_lead .h1:hover .data-ico > *:nth-child(4) {
  animation-name: barchart4;
}
.depeche_titre_lead .h1:hover .data-ico > *:nth-child(5) {
  animation-name: barchart5;
}
.depeche_titre_lead .data-ico,
.dep-tag-wrapper .data-ico {
  max-height: 24px;
  float: left;
  margin-right: 0.8rem;
}
.bloc_depeche_recherche .data-ico {
  max-height: 32px;
}
.dep-tag-wrapper {
  display: inline-block;
  height: 22px;
}
.dep-tag-wrapper .data-ico {
  transform: scaleY(1.8);
}
.depeche-data .contenu_supplement {
  background: #e9eef1;
}
.depeche-data .contenu_supplement * {
  color: #0e3d59 !important;
}
.depeche-data .contenu_supplement .btn_show_hide {
  background-image: url(../img/picto-plus-bleu.svg) !important;
  transform: rotate(45deg);
}
.depeche-data .contenu_supplement .btn_show_hide.anim_show_content {
  transform: rotate(45deg);
}
.depeche-data .contenu_supplement .btn_show_hide.anim_hide_content {
  transform: rotate(0deg);
}
/* SECTION */
.section_blanche,
.section_grise {
  padding-bottom: 50px;
}
.section_blanche {
  background-color: #fff;
}
.section_grise {
  background-color: #f3f3f4;
}
.section_violette {
  background-color: #59536d;
}
.title_section {
  margin-top: 30px;
  margin-bottom: 30px;
}
.title_section h1,
.title_section .h1 {
  margin: 0 0 20px 0;
  color: #59536d;
  font-size: 28px;
  font-family: 'stratos-medium', 'arial', 'helvetica', 'sans-serif';
  text-transform: uppercase;
  text-align: center;
}
.title_section h1 a,
.title_section .h1 a {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  color: #999999;
  font-size: 26px;
  font-family: 'stratos-light', 'arial', 'helvetica', 'sans-serif';
  position: relative;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}
.title_section h1 a::after,
.title_section .h1 a::after {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  background-color: #999999;
  position: absolute;
  top: -4px;
  left: 0;
}
.title_section h1 a:nth-child(1)::after,
.title_section .h1 a:nth-child(1)::after {
  display: none;
}
.title_section h1 a:hover,
.title_section .h1 a:hover {
  color: #59536d;
}
.title_section h1 .active,
.title_section .h1 .active {
  color: #59536d;
  font-size: 28px;
  font-family: 'stratos-medium', 'arial', 'helvetica', 'sans-serif';
}
/* BANDEAU VIOLET SOUS HEADER */
.bandeau_violet {
  background-color: #59536d;
}
.bandeau_violet h1,
.bandeau_violet .h1 {
  margin: 15px 0 10px -13px;
  color: #ffffff;
  font-size: 14px;
  font-family: 'stratos-light', 'arial', 'helvetica', 'sans-serif';
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.bandeau_violet h1 strong {
  font-family: 'stratos', 'arial', 'helvetica', 'sans-serif';
}
.bandeau_violet a {
  color: #ffffff;
  font-size: 14px;
  font-family: 'stratos-light', 'arial', 'helvetica', 'sans-serif';
  line-height: 14px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
}
/* BANDEAU VIOLET FOOTER TWITTER */
.bandeau_violet_twitter {
  min-height: 39px;
  padding-top: 7px;
  background-color: #59536d;
  color: #ffffff;
  font-size: 12px;
  font-family: 'stratos-light', 'arial', 'helvetica', 'sans-serif';
  line-height: 12px;
  letter-spacing: 1px;
}
.bandeau_violet_twitter img {
  margin-right: 10px;
  opacity: 0.4;
}
.bandeau_violet_twitter a {
  display: inline-block;
  margin-left: 15px;
  padding-top: 10px;
  padding-bottom: 15px;
  color: #ffffff;
  font-size: 12px;
  font-family: 'stratos-light', 'arial', 'helvetica', 'sans-serif';
  line-height: 12px;
  letter-spacing: 1px;
  opacity: 0.5;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}
.bandeau_violet_twitter a:hover {
  font-family: 'stratos', 'arial', 'helvetica', 'sans-serif';
  opacity: 1;
}
/* BANDEAU STAT */
.bandeau_stats .cta_popin_liste_ouverture,
.bandeau_stats .cta_popin_liste_site,
.bandeau_stats .cta_popin_liste_appli,
.bandeau_stats [class^='cta_popin_liste_'] {
  font-size: 10px;
  display: inline;
}
/* BANDEAU STATS */
.bandeau_stats {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ffffff;
  border-top: 2px solid #59536d;
  color: #59536d;
  font-size: 12px;
  font-family: 'calibri-light', 'arial', 'helvetica', 'sans-serif';
  position: fixed;
  bottom: 0;
  z-index: 70000;
}
.bandeau_stats strong {
  color: #e4032d;
  font-family: 'calibri-light', 'arial', 'helvetica', 'sans-serif';
  font-weight: bold;
}
.close_stats {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 75000;
  cursor: pointer;
}
/* CONTACT COMMERCIAL */
.contact_commercial p {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #5e6169;
  font-family: 'stratos-light', 'arial', 'helvetica', 'sans-serif';
  font-size: 19px;
}
.contact_commercial p strong {
  color: #000000;
  font-family: 'stratos-medium', 'arial', 'helvetica', 'sans-serif';
  font-size: 20px;
}
.contact_commercial p .numero_tel {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: -5px;
  color: #e4032d;
  font-family: 'stratos-light', 'arial', 'helvetica', 'sans-serif';
  font-size: 28px;
}
.contact_commercial p span {
  font-family: 'stratos-light', 'arial', 'helvetica', 'sans-serif';
  font-size: 16px;
}
.contact_commercial .cta_violet {
  margin-bottom: 30px;
}
.id_commercial img {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  float: left;
  border-radius: 50%;
}
.id_commercial p {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
}
.id_commercial p strong {
  font-size: 16px;
}
/* MESSAGE VALIDATION */
.message_validation {
  width: 100%;
  margin-bottom: 30px;
  padding: 10px 0 10px 40px;
  background-color: rgba(2, 158, 119, 0.1);
  background-image: url(../img/picto-valider-vert.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: left 10px center;
  color: #029e77;
  font-family: 'stratos', 'arial', 'helvetica', 'sans-serif';
  font-size: 14px;
  line-height: 14px;
}
.message_validation > p {
  margin: 0 !important;
}
/* Connection form */
#menu_connexion .row.menu_header_deroulant {
  width: 100%;
  max-width: 568px;
}
#menu_connexion .row.menu_header_deroulant .connect #close-connect {
  position: absolute;
  font-size: 1.2em;
  opacity: 0.6;
  padding: 1.5em;
  top: 0;
  right: 0;
  cursor: pointer;
}
#menu_connexion .row.menu_header_deroulant .connect #close-connect:hover {
  opacity: 1;
}
#menu_connexion .row.menu_header_deroulant .connect,
#menu_connexion .row.menu_header_deroulant .email-passe {
  padding: 0.01em 3em 2em 3em;
  position: relative;
}
#menu_connexion .row.menu_header_deroulant .email-passe {
  padding-bottom: 3em;
}
@media screen and (max-width: 992px) {
  #menu_connexion .row.menu_header_deroulant .connect {
    padding: 0.01em 1.5em 2em 1.5em;
  }
}
#menu_connexion .row.menu_header_deroulant .email-passe .inline-field {
  display: flex;
  align-items: center;
  justify-content: stretch;
  gap: 10px;
}
#menu_connexion .row.menu_header_deroulant .email-passe form input[type="email"] {
  margin: 0;
}
/* MESSAGE ERREUR CHAMPS DE SAISIE */
.message_erreur,
.message_erreurCaptcha {
  width: 100%;
  margin-bottom: 30px;
  padding: 10px 0 10px 40px;
  background-color: rgba(228, 3, 45, 0.1);
  background-image: url(../img/picto-croix-rouge.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: left 10px center;
  border-radius: 0 0 4px 4px;
  color: #e4032d;
  font-family: 'stratos', 'arial', 'helvetica', 'sans-serif';
  font-size: 14px;
  line-height: 14px;
}
.connectez-vous {
  font-size: 16px;
}
.message_erreurCaptcha {
  margin-top: 25px;
  margin-bottom: 0px;
}
.message_erreur > p {
  margin: 0 !important;
}
/* COCHE VIOLETTE INPUT NON MODIFIABLE */
.champ_non_modifiable {
  color: #000000 !important;
  font-family: 'stratos-medium', 'arial', 'helvetica', 'sans-serif' !important;
  background-image: url(../img/picto-valider-violet.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: right 15px center;
}
/* INFO CNIL */
.info_cnil {
  display: inline-block;
  margin-top: 30px !important;
  color: #999999;
  font-size: 11px !important;
  font-family: 'stratos-light', 'arial', 'helvetica', 'sans-serif';
  line-height: 16px;
}
/*CHARGEMENT FICHIER*/
.chargement_fichier {
  width: 100%;
  padding: 10px 0 10px 40px;
  background-color: rgba(2, 158, 119, 0.1);
  background-image: url(../img/picto-valider-vert.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: left 10px center;
  color: #029e77;
  font-family: 'stratos', 'arial', 'helvetica', 'sans-serif';
  font-size: 14px;
  line-height: 14px;
}
/* MEDIA QUERIES */
@media (max-width: 1200px) {
  /* TAILLE BLOCS DEPECHE */
  .bloc_video_large,
  .bloc_infographie_large {
    height: 470px;
    max-height: 470px;
  }
  /* CONTACT COMMERCIAL */
  .id_commercial p {
    margin-top: 17px;
  }
}
@media (max-width: 991px) {
  .content_une_continu .section_grise:first-child {
    background-color: transparent !important;
  }
  .bandeau_violet h1 {
    text-align: center;
  }
  /* CONTACT COMMERCIAL */
  .id_commercial p {
    margin-top: 23px;
    margin-bottom: 0;
  }
  .contact_commercial .divider:last-child {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .cta,
  .cta_inverse,
  .cta_rouge,
  .cta_rouge_inverse,
  .cta_violet,
  .cta_violet_inverse {
    height: auto;
  }
  .title_section h1 a {
    margin-bottom: 10px;
  }
  .title_section h1 a::after {
    display: none;
  }
  /* CONTACT COMMERCIAL */
  .id_commercial p {
    margin-top: 20px;
  }
}
/* Boutons Tests */
#test-zone {
  position: relative;
  background: #484d4f;
  margin: 0 auto;
  margin-top: -3.5em;
  max-width: 700px;
  padding: 2.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  z-index: 0;
  margin-bottom: 3em;
}
#test-zone:after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease-in-out;
}
#test-zone a {
  font-family: 'stratos-medium', 'arial', 'helvetica', 'sans-serif';
  margin: 0 1em;
  text-decoration: none !important;
}
@media (max-width: 600px) {
  #test-zone a {
    width: 100%;
  }
}
#test-zone:hover::after {
  opacity: 1;
}
@media (max-width: 992px) {
  #test-zone {
    padding-left: 1em;
    padding-right: 1em;
    max-width: 620px;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    margin-top: -2.5em;
  }
}
@media (max-width: 768px) {
  #test-zone {
    max-width: inherit;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}
@media (max-width: 650px) {
  #test-zone {
    flex-wrap: wrap;
  }
  #test-zone a {
    margin: 0.5em;
  }
}
.depeche_titre_lead,
.dossier_titre_lead {
  position: relative;
}
.bloc_depeche .depeche_titre_lead::before,
.bloc_depeche_court .depeche_titre_lead::before,
.bloc_dossier .dossier_titre_lead::before,
.bloc_dossier_label_long .dossier_titre_lead::before,
.bloc_dossier_long .dossier_titre_lead::before,
.bloc_dossier_large .dossier_titre_lead::before,
.bloc_infographie .depeche_titre_lead::before,
.bloc_infographie_large .depeche_titre_lead .depeche_titre_lead::before,
.bloc_video .depeche_titre_lead::before,
.bloc_video_large .info_depeche .depeche_titre_lead::before,
.bloc_depeche_une .depeche_titre_lead::before,
.bloc_depeche_une_paysage .depeche_titre_lead::before,
.bloc_depeche_une_portrait .info_depeche_une .depeche_titre_lead::before,
.bloc_tete_page .bloc_titre .depeche_titre_lead::before,
.bloc_depeche_texte .depeche_titre_lead::before,
.bloc_texte_libre .depeche_titre_lead::before,
.bloc_trombi .depeche_titre_lead::before {
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section_grise .depeche_titre_lead::before,
.section_grise .dossier_titre_lead::before {
  background: #f3f3f4;
  background: linear-gradient(to top, #f3f3f4 0%, rgba(243, 243, 244, 0.83) 30%, rgba(255, 255, 255, 0) 100%);
  height: 40px;
}
.section_blanche .depeche_titre_lead::before,
.section_blanche .dossier_titre_lead::before {
  background: #ffffff;
  background: linear-gradient(to top, #ffffff 0%, #ffffff 30%, rgba(255, 255, 255, 0) 100%);
  height: 40px;
}
/* BTN RETOUR HAUT */
.btn_retour_top {
  display: none;
  border-radius: 50%;
  position: fixed;
  bottom: 20%;
  right: 30px;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  z-index: 2000;
}
/* APERCU DEPECHE EN MODE IP */
.apercu-ip {
  width: 100%;
}
/* PADDING LANDING JURISPRUDENCE */
.home_jur {
  padding-top: 30px;
}
/* BLOC NOS EVENEMENTS SUR PAGE GROUPE */
#nos_event + div p,
#nos_event + div ul,
#nos_event + div li {
  font-family: 'stratos-light', 'arial', 'helvetica', 'sans-serif';
  font-size: 18px;
}
#nos_event + div li {
  margin-top: 8px;
  margin-bottom: 4px;
  list-style: none;
}
#nos_event + div li::before {
  content: ">";
  margin-right: 10px;
}
