@charset "UTF-8";

.ma-container.maAside {
  position: relative;
  line-height: 1.3; }
  .ma-container.maAside .maAside-image img[src*=".gif"] {
    height: auto !important; }
  .ma-container.maAside .maAside-title {
    font-size: 1.6em;
    font-weight: 300;
    margin-bottom: .6em; }
  .ma-container.maAside .maAside-container {
    height: auto;
    padding: 2rem;
    padding-bottom: 4rem;
    background: #f8f8f8;
    border: 1px solid #ededed; }
  .ma-container.maAside .maAside-date {
    font-size: .75em;
    text-transform: uppercase;
    font-weight: normal;
    margin: .4em 0; }
  .ma-container.maAside .maAside-newstitle {
    margin: 0.5em 0;
    font-size: 1.2em;
    font-weight: 400; }
    .ma-container.maAside .maAside-newstitle a {
      font: inherit;
      color: currentColor;
      text-decoration: none; }
  .ma-container.maAside .maAside-resume {
    font-size: .9em;
    font-weight: normal;
    line-height: 1.4; }
  .ma-container.maAside .maAside-knowmore {
    display: inline-block;
    margin: 0.5em 0;
    font-size: .9em;
    font-weight: 600; }
    .ma-container.maAside .maAside-knowmore a {
      color: currentColor; }
  .ma-container.maAside .maAside-allnewslink {
    position: absolute;
    top: 0.6rem;
    right: 0; }
    .ma-container.maAside .maAside-allnewslink a {
      color: currentColor;
      font-size: .8em;
      font-weight: normal; }
  .ma-container.maAside .maAside-pagination {
    position: absolute;
    bottom: 2.6rem;
    left: 2rem;
    height: 1.2rem; }
    .ma-container.maAside .maAside-pagination .maAside-pager .bx-pager-item {
      display: inline-block;
      width: 1.2rem;
      height: 1.2rem;
      margin-right: .4rem; }
      .ma-container.maAside .maAside-pagination .maAside-pager .bx-pager-item a {
        display: inline-block;
        text-indent: -999rem;
        width: 1.2rem;
        height: 1.2rem;
        border-radius: 100%;
        background: #c8c8c8; }
        .ma-container.maAside .maAside-pagination .maAside-pager .bx-pager-item a.active {
          background: #2c73a9; }
  .ma-container.maAside .bx-controls-direction {
    position: absolute;
    bottom: 2rem;
    right: 2rem; }
    .ma-container.maAside .bx-controls-direction a {
      display: inline-block;
      width: 2.6rem;
      height: 2.6rem;
      margin-left: .6rem; }
      .ma-container.maAside .bx-controls-direction a::before {
        content: '';
        display: inline-block;
        width: 1rem;
        height: 1rem;
        margin: 0.7rem 0 0;
        line-height: 2.4rem;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .ma-container.maAside .bx-controls-direction a.bx-prev {
        padding-left: 0.9rem; }
        .ma-container.maAside .bx-controls-direction a.bx-prev::before {
          border-top: 1px solid #bbbbbb;
          border-left: 1px solid #bbbbbb; }
      .ma-container.maAside .bx-controls-direction a.bx-next {
        padding-left: 0.5rem; }
        .ma-container.maAside .bx-controls-direction a.bx-next::before {
          border-bottom: 1px solid #bbbbbb;
          border-right: 1px solid #bbbbbb; }
.ma-container.maAllNews ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding: 1rem 0; }
.ma-container.maAllNews .maAllNews-news {
  *zoom: 1;
  padding-left: 0;
  padding: 1rem 0;
  border-bottom: 1px solid #eee; }
  .ma-container.maAllNews .maAllNews-news:before, .ma-container.maAllNews .maAllNews-news:after {
    content: ' ';
    display: table; }
  .ma-container.maAllNews .maAllNews-news:after {
    clear: both; }
  .ma-container.maAllNews .maAllNews-news--hasPicture {
    display: flex; }
.ma-container.maAllNews .maAllNews-image {
  display: inline-block;
  vertical-align: top;
  margin: .5rem 2rem 0 0;
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 50%; }
  .ma-container.maAllNews .maAllNews-image a {
    display: block; }
    .ma-container.maAllNews .maAllNews-image a img {
      max-width: 100%; }
      .ma-container.maAllNews .maAllNews-image a img[src*=".gif"] {
        height: auto !important; }
.ma-container.maAllNews div.ma-news-right {
  display: inline-block;
  vertical-align: top;
  flex-grow: 1;
  flex-shrink: 1; }
.ma-container.maAllNews .maAllNews-date {
  font-size: .9em;
  text-transform: uppercase;
  font-weight: normal;
  margin: .4rem 0; }
.ma-container.maAllNews .maAllNews-newstitle {
  font-size: 1.4em;
  margin-bottom: 0.4em;
  line-height: 1.3; }
  .ma-container.maAllNews .maAllNews-newstitle, .ma-container.maAllNews .maAllNews-newstitle a {
    font-weight: 400;
    text-decoration: none; }
.ma-container.maAllNews .maAllNews-resume {
  font-weight: normal;
  line-height: 1.4; }
.ma-container.maAllNews .maAllNews-knowmore {
  display: inline-block;
  margin: 0.5rem 0;
  font-size: .8em;
  font-weight: 600; }
.ma-container.maAllNews .maAllNews-pagination {
  display: flex;
  align-items: baseline;
  padding: 1rem 0 0; }
.ma-container.maAllNews .maAllNews-links {
  font-size: .8em; }
  .ma-container.maAllNews .maAllNews-links a, .ma-container.maAllNews .maAllNews-links span {
    padding: .4em;
    display: inline-block; }
  .ma-container.maAllNews .maAllNews-links--prev, .ma-container.maAllNews .maAllNews-links--next {
    flex: 1 1 20%; }
  .ma-container.maAllNews .maAllNews-links--next {
    text-align: right; }
  .ma-container.maAllNews .maAllNews-links--pages {
    text-align: center;
    flex: 1 1 60%; }
    .ma-container.maAllNews .maAllNews-links--pages span, .ma-container.maAllNews .maAllNews-links--pages a {
      padding: .2em;
      font-weight: bold; }
.ma-container.maDetail .maDetail-date {
  margin: .4rem 0;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: normal; }
.ma-container.maDetail .maDetail-resume {
  margin: .6rem 0 2rem 0;
  font-weight: 600; }
.ma-container.maDetail .maDetail-image {
  margin: .5rem 3rem 1.5rem 0;
  float: left; }
  @media (max-width: 900px) {
    .ma-container.maDetail .maDetail-image {
      margin: .5rem 0 1.5rem 0;
      float: none; } }
  .ma-container.maDetail .maDetail-image img {
    max-width: 100%; }
    @media (max-width: 900px) {
      .ma-container.maDetail .maDetail-image img {
        width: 100%;
        height: auto; } }

.content ul,
.content ol {
  position: relative;
  padding: .5rem 0; }
.content ul,
.content ol {
  list-style-type: none; }
.content .cms_bloc ul.sitemap li, .content .cms_bloc.cms_bloc_form .cms_bloc_form_field_content ul li, .content .cms_bloc.cms_bloc_module .bl-product-long-description ul li, .content .cms_bloc.cms_bloc_text ul li {
  text-align: left;
  line-height: 1.4;
  padding-left: 2.4rem;
  padding-top: 2px;
  padding-bottom: 2px;
  overflow: auto; }
  .content .cms_bloc ul.sitemap li:before, .content .cms_bloc.cms_bloc_form .cms_bloc_form_field_content ul li:before, .content .cms_bloc.cms_bloc_module .bl-product-long-description ul li:before, .content .cms_bloc.cms_bloc_text ul li:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: .4rem solid transparent;
    border-bottom: .4rem solid transparent;
    border-left: 0.4rem solid #fa9e19;
    position: relative;
    left: -1.2rem;
    top: 0;
    margin: 0 -.4rem 0 0; }
.content .cms_bloc.cms_bloc_text ol {
  counter-reset: section; }
.content .cms_bloc.cms_bloc_text ol li {
  text-align: left;
  line-height: 1.4;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2.3rem;
  position: relative;
  overflow: auto; }
  .content .cms_bloc.cms_bloc_text ol li:before {
    counter-increment: section;
    content: counters(section,".") ".";
    color: #f49305;
    position: absolute;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    padding-right: 5px; }
.content a {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink; }
.content a:not(.bouton_1) {
  color: currentColor;
  font-weight: inherit;
  text-decoration: underline;
  transition: color 0.3s ease; }
  .content a:not(.bouton_1):hover {
    color: #b2ccdf; }
.prestataire .content a:not(.bouton_1):hover {
  color: #2c73a9; }

.cms_bloc_title h2 {
  overflow: initial;
  margin: .3em 0 .6em;
  font-family: "gotham_boldregular", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 3.8rem;
  font-weight: 300;
  letter-spacing: 0.1rem;
  line-height: 1.15;
  color: white; }
  @media (max-width: 900px) {
    .cms_bloc_title h2 {
      font-size: 3.66rem; } }
  @media (max-width: 600px) {
    .cms_bloc_title h2 {
      font-size: 3.35rem; } }
  @media (max-width: 440px) {
    .cms_bloc_title h2 {
      font-size: 2.5rem; } }
  .cms_bloc_title h2::after {
    content: '';
    height: .4rem;
    width: 6rem;
    background: #fa9e19;
    display: block;
    margin: 2rem 0 4rem; }

h2.contentPreviewBloc-title,
h2.Titre_H2 {
  overflow: initial;
  margin: .3em 0 .6em;
  font-family: "gotham_boldregular", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 3.8rem;
  font-weight: 300;
  letter-spacing: 0.1rem;
  line-height: 1.15;
  color: white; }
  @media (max-width: 900px) {
    h2.contentPreviewBloc-title,
    h2.Titre_H2 {
      font-size: 3.66rem; } }
  @media (max-width: 600px) {
    h2.contentPreviewBloc-title,
    h2.Titre_H2 {
      font-size: 3.35rem; } }
  @media (max-width: 440px) {
    h2.contentPreviewBloc-title,
    h2.Titre_H2 {
      font-size: 2.5rem; } }
  h2.contentPreviewBloc-title::after,
  h2.Titre_H2::after {
    content: '';
    height: .4rem;
    width: 6rem;
    background: #fa9e19;
    display: block;
    margin: 2rem 0 0; }

h2.contentPreviewBloc-title {
  color: #135080; }

.contentPreviewBloc-text h3,
h3.Titre_H3 {
  overflow: initial;
  margin: .4em 0;
  color: #135080;
  font-size: 3rem;
  font-weight: normal;
  letter-spacing: 0.1rem;
  line-height: 1.2em; }
  @media (max-width: 900px) {
    .contentPreviewBloc-text h3,
    h3.Titre_H3 {
      font-size: 2.8rem; } }
  @media (max-width: 600px) {
    .contentPreviewBloc-text h3,
    h3.Titre_H3 {
      font-size: 2.4rem; } }
  .contentPreviewBloc-text h3::before,
  h3.Titre_H3::before {
    content: "";
    display: inline-block;
    vertical-align: baseline;
    margin: 0 1rem 0 0;
    width: 0.4rem;
    height: 2.2rem;
    border-radius: 0.1rem;
    background-color: #fa9e19; }

.contentPreviewBloc-text h4,
h4.Titre_H4 {
  overflow: initial;
  margin: .4em 0;
  color: #135080;
  font-size: 2.4rem;
  font-weight: normal;
  letter-spacing: 0.1rem;
  line-height: 1.2em; }
  @media (max-width: 900px) {
    .contentPreviewBloc-text h4,
    h4.Titre_H4 {
      font-size: 2.2rem; } }
  @media (max-width: 600px) {
    .contentPreviewBloc-text h4,
    h4.Titre_H4 {
      font-size: 2rem; } }

.contentPreviewBloc-text h5,
h5.Titre_H5 {
  overflow: initial;
  margin: .4em 0;
  color: #fa9e19;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 1.2em;
  text-transform: uppercase; }
  @media (max-width: 900px) {
    .contentPreviewBloc-text h5,
    h5.Titre_H5 {
      font-size: 1.7rem; } }
  @media (max-width: 600px) {
    .contentPreviewBloc-text h5,
    h5.Titre_H5 {
      font-size: 1.6rem; } }

strong.accroche {
  color: #2c73a9;
  font-size: 2rem;
  font-weight: normal; }
  @media (max-width: 900px) {
    strong.accroche {
      font-size: 1.7rem; } }
  @media (max-width: 600px) {
    strong.accroche {
      font-size: 1.6rem; } }
  .pageType strong.accroche {
    color: white; }

strong.mise_en_avant_1 {
  color: #135080;
  font-weight: bold; }
  .pageType strong.mise_en_avant_1 {
    color: #fa9e19; }

strong.mise_en_avant_2 {
  color: #fa9e19;
  font-weight: bold; }

a.bouton_1 {
  border-radius: .5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  background: none;
  border: 0;
  outline: none;
  cursor: pointer;
  margin: 0;
  font-weight: 700;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
  padding: 1.4rem 3rem;
  background: #faa223;
  display: inline-block;
  text-transform: uppercase;
  transition: background .2s linear;
  transition: .3s ease;
  margin: 1rem 0; }
  a.bouton_1:hover {
    background: #fa9a0f; }
  @media (max-width: 900px) {
    a.bouton_1 {
      padding: 1.2rem 2.4rem; } }
  @media (max-width: 600px) {
    a.bouton_1 {
      padding: 1rem 2rem;
      font-size: 1.2rem; } }
  a.bouton_1:hover {
    color: #2c73a9;
    background: white; }

button.bouton_1 {
  border-radius: .5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  background: none;
  border: 0;
  outline: none;
  cursor: pointer;
  margin: 0;
  font-weight: 700;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
  padding: 1.4rem 3rem;
  background: #faa223;
  display: inline-block;
  text-transform: uppercase;
  transition: background .2s linear;
  transition: .3s ease;
  margin: 1rem 0; }
  button.bouton_1:hover {
    background: #fa9a0f; }
  @media (max-width: 900px) {
    button.bouton_1 {
      padding: 1.2rem 2.4rem; } }
  @media (max-width: 600px) {
    button.bouton_1 {
      padding: 1rem 2rem;
      font-size: 1.2rem; } }
  button.bouton_1:hover {
    color: #2c73a9;
    background: white; }

span.legende {
  font-size: 1.4rem;
  font-style: italic; }
  @media (max-width: 600px) {
    span.legende {
      font-size: 1.2rem; } }

blockquote.citation {
  overflow: hidden;
  margin: 1em 0;
  padding: .4em 1em;
  border-left: 0.4rem solid #135080;
  background: rgba(0, 0, 0, 0.04); }
  @media (max-width: 600px) {
    blockquote.citation {
      margin-right: 0;
      margin-left: 0; } }

strong.accroche2 {
  font-size: 2rem;
  font-weight: normal;
  color: white; }

@media (max-width: 900px) {
  body {
    display: flex;
    flex-direction: column; } }

#zone-page {
  z-index: 5;
  order: 3;
  position: relative;
  padding: 8rem 0 15rem;
  background: #d4e5f5; }
  @media (max-width: 900px) {
    #zone-page {
      padding: 3rem 0 3rem !important; } }
  .contact #zone-page {
    padding: 4rem 0 15rem;
    background: #2c73a9; }
    @media (max-width: 900px) {
      .contact #zone-page {
        padding: 3rem 0 3rem; } }
  #zone-page .page {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    @media (max-width: 1000px) {
      .contact #zone-page .page {
        display: flex;
        flex-direction: column-reverse; } }
      @media all and (max-width: 1000px) and (-ms-high-contrast: none), (max-width: 1000px) and (-ms-high-contrast: active) {
        .contact #zone-page .page {
          display: block; } }
    #zone-page .page a:not(.bouton_1):hover {
      color: #2c73a9; }
  #zone-page main {
    color: #3e414b; }
    .contact #zone-page main {
      color: white;
      background: transparent; }
      .contact #zone-page main a:not(.bouton_1):hover {
        color: #b2ccdf; }
      .contact #zone-page main .cs-form-element {
        flex-wrap: nowrap;
        align-items: center;
        width: 100%; }
        @media (max-width: 900px) {
          .contact #zone-page main .cs-form-element {
            flex-direction: column;
            align-items: flex-start; } }
      .contact #zone-page main .cs-form-element-contener {
        width: 80%; }
        @media (max-width: 900px) {
          .contact #zone-page main .cs-form-element-contener {
            width: 100%; } }
        .contact #zone-page main .cs-form-element-contener input {
          width: 100%;
          padding: 1rem 1rem; }
          .contact #zone-page main .cs-form-element-contener input:hover {
            color: #fa9e19;
            background-color: white; }
      @media (max-width: 900px) {
        .contact #zone-page main .cms_bloc_form_field {
          display: flex;
          flex-direction: column; } }
      .contact #zone-page main form label {
        max-width: 20%;
        text-align: left; }
  #zone-page aside:not(:empty) {
    width: 45rem; }
    @media (max-width: 1000px) {
      #zone-page aside:not(:empty) {
        width: 100%;
        margin-left: 0; } }
    #zone-page aside:not(:empty) + main {
      width: calc(100% - 45rem - 3rem); }
      @media (max-width: 1000px) {
        #zone-page aside:not(:empty) + main {
          width: 100%; } }

#zone-footer {
  background: #1f6394;
  z-index: 20;
  order: 7; }
  #zone-footer .u-wrapper {
    color: #d4e5f5;
    font-size: 1.1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    #zone-footer .u-wrapper a {
      transition: 0.3s ease; }
      #zone-footer .u-wrapper a:hover {
        color: #fa9e19; }
  #zone-footer .sitemap-print a {
    text-decoration: none;
    display: inline-block;
    color: inherit;
    margin: 0 1rem 0; }
    #zone-footer .sitemap-print a i,
    #zone-footer .sitemap-print a span {
      display: inline-block;
      vertical-align: middle; }
    #zone-footer .sitemap-print a i {
      margin-right: 0.6rem; }
  #zone-footer .lastUpdate a {
    transition: .3s ease;
    color: #fa9e19;
    text-decoration: none; }
  #zone-footer .copyright a {
    text-decoration: none;
    color: inherit; }
  #zone-footer .copyright img {
    margin-bottom: -3px; }
  #zone-footer .lastUpdate {
    color: #fa9e19; }

.footer-sup {
  z-index: 15;
  order: 6; }
  @media (max-width: 900px) {
    .footer-sup {
      margin-top: -7rem; } }
  .footer-sup::after {
    background: #2c73a9; }
  .footer-sup .footer-sup-logo::before {
    background: #2c73a9; }
  @media (max-width: 900px) {
    .footer-sup .footer-sup-logo {
      margin-top: 0; } }
  .footer-sup .footer-sup-title {
    color: white; }
  .footer-sup .footer-sup-text {
    color: #d4e5f5; }
  .footer-sup .menu-list::before {
    background: #2c73a9; }
  .footer-sup .menu-item {
    border-top: 0.1rem solid rgba(212, 229, 245, 0.5); }
    .footer-sup .menu-item a {
      color: #d4e5f5; }
      .footer-sup .menu-item a::before {
        border-left-color: #fa9e19; }
      .footer-sup .menu-item a:hover {
        color: #fa9e19; }
        .footer-sup .menu-item a:hover::before {
          border-left-color: white; }
  .footer-sup .footer-sup-infos--text {
    color: rgba(212, 229, 245, 0.5); }
  .footer-sup .footer-sup-container-link .link {
    margin-top: 1.5rem;
    height: 10rem;
    text-transform: uppercase;
    color: #2c73a9;
    background: #d4e5f5; }
    .footer-sup .footer-sup-container-link .link:hover {
      color: white;
      background: #fa9e19; }
  .footer-sup .footer-sup-container-link .icon {
    background: #fa9e19; }

.footer-banner {
  position: relative;
  height: 40rem;
  z-index: 10;
  background-image: url("https://valenciennes.domicile-clean.fr/default/CMS/css/tpl5/../../images/dist/votre-prestataire-de-services-a-domicile.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  order: 5; }
  @media (max-width: 1000px) {
    .footer-banner .u-wrapper {
      max-width: 100%;
      width: 100%; } }
  .footer-banner::before {
    content: "";
    position: absolute;
    top: -9rem;
    left: 0;
    width: 50%;
    height: 17rem;
    background: #fa9e19; }
    @media (max-width: 1000px) {
      .footer-banner::before {
        content: none; } }
  .footer-banner-title {
    position: relative;
    padding-left: 2.5rem;
    font-size: 4.5rem;
    line-height: 1;
    color: white;
    font-weight: 300; }
    .footer-banner-title::before {
      content: "\00276F";
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      font-size: 3.5rem;
      color: #2c73a9; }
    @media (max-width: 600px) {
      .footer-banner-title {
        font-size: 2rem;
        margin-bottom: 1rem; } }
  .footer-banner-sub-title {
    position: relative;
    padding-left: 7rem;
    font-size: 4.5rem;
    line-height: 1;
    color: white;
    font-weight: 700; }
    @media (max-width: 700px) {
      .footer-banner-sub-title {
        font-size: 2rem;
        width: 100%;
        padding: 1rem; } }
  .footer-banner-text {
    position: relative;
    padding-left: 5.5rem;
    font-size: 4rem;
    line-height: 1.2;
    color: #2c73a9;
    font-weight: 300; }
    @media (max-width: 700px) {
      .footer-banner-text {
        font-size: 2.5rem;
        margin-bottom: 1rem;
        padding: 1rem 1rem 0 1rem;
        text-align: center; } }
  .footer-banner-sub-text {
    position: relative;
    padding-left: 30rem;
    font-size: 4rem;
    line-height: 1.2;
    font-weight: 300;
    color: #2c73a9; }
    @media (max-width: 700px) {
      .footer-banner-sub-text {
        font-size: 2.5rem;
        margin-bottom: 1rem;
        padding: 0 1rem 1rem 1rem;
        text-align: center; } }
  .footer-banner-container {
    position: relative;
    top: -9rem;
    height: 17rem;
    width: 75rem;
    padding: 3rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    background: #fa9e19;
    color: white; }
    @media (max-width: 900px) {
      .footer-banner-container {
        width: 80%; } }
    @media (max-width: 700px) {
      .footer-banner-container {
        top: 0;
        height: auto;
        width: 100%; } }

#zone-diaporama {
  position: relative;
  overflow: hidden;
  z-index: 1;
  order: 4; }
  #zone-diaporama::after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -9rem;
    right: 0;
    background: #d4e5f5;
    width: 100%;
    height: 10rem;
    -webkit-transform: skew(0, -1deg);
            transform: skew(0, -1deg); }
    .contact #zone-diaporama::after {
      background: #2c73a9; }
    @media (max-width: 900px) {
      #zone-diaporama::after {
        top: -5rem; } }
  .pageType #zone-diaporama {
    height: 50rem; }
    @media (max-width: 700px) {
      .pageType #zone-diaporama {
        height: 40rem; } }
  .pageType.accueil #zone-diaporama {
    height: 75rem; }
  .pageType.contact #zone-diaporama {
    height: 60rem; }
  #zone-diaporama .cms_bloc_media {
    height: 100%; }
    #zone-diaporama .cms_bloc_media .diaporama-item {
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      position: relative;
      z-index: 5; }
      #zone-diaporama .cms_bloc_media .diaporama-item--hasContent::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.2);
        z-index: 0; }
      #zone-diaporama .cms_bloc_media .diaporama-item .u-wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
        max-height: 100%; }
      #zone-diaporama .cms_bloc_media .diaporama-item h2 {
        color: white;
        font-size: 4rem;
        font-weight: 400; }
  #zone-diaporama .nousRecrutons {
    position: absolute;
    top: 5rem;
    right: 50%;
    z-index: 5;
    display: flex;
    max-width: 50rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (max-width: 900px) {
      #zone-diaporama .nousRecrutons {
        top: 10rem; } }
    #zone-diaporama .nousRecrutons img {
      width: 100%; }

.map-content {
  position: relative;
  height: 75rem;
  width: 100vw; }

.horaires {
  position: relative;
  z-index: 1;
  background: #d4e5f5;
  order: 2; }
  @media (max-width: 900px) {
    .horaires {
      padding-top: 16rem; }
      .contact .horaires {
        padding-top: 0; } }
  .contact .horaires {
    background: transparent; }
  .horaires .u-wrapper {
    position: relative;
    padding: 1rem; }
  .horaires a {
    text-decoration: none;
    color: white; }
  .horaires .horaires-container {
    position: absolute;
    right: 0;
    bottom: 0;
    height: auto;
    width: 45rem;
    padding: 3.5rem 7rem;
    font-size: 1.6rem;
    color: white;
    background: #2c73a9; }
    @media (max-width: 900px) {
      .horaires .horaires-container {
        position: relative;
        margin: 0 auto; } }
    @media (max-width: 1000px) {
      .horaires .horaires-container {
        width: 100%; } }
    .contact .horaires .horaires-container {
      position: relative;
      box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.3); }
    @media (max-width: 700px) {
      .horaires .horaires-container {
        position: relative;
        right: 0;
        bottom: 0;
        height: auto;
        width: 100%;
        padding: 1.5rem 2rem; } }
  .horaires .horaires-title {
    font-weight: 400;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 1rem; }
  .horaires .horaires-phone {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5rem;
    background: #fa9e19;
    margin-bottom: 1rem;
    cursor: pointer; }
    .horaires .horaires-phone svg {
      width: 3rem;
      height: 4rem;
      fill: white; }
    .horaires .horaires-phone a {
      display: none;
      justify-content: center;
      align-items: center;
      font-size: 3rem;
      font-family: "gotham_boldregular", Arial, Tahoma, Verdana, Helvetica, sans-serif;
      text-decoration: none;
      color: inherit; }
      @media (max-width: 700px) {
        .horaires .horaires-phone a {
          font-size: 2rem; } }
    .horaires .horaires-phone label {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 3rem;
      font-family: "gotham_boldregular", Arial, Tahoma, Verdana, Helvetica, sans-serif; }
    .horaires .horaires-phone input:checked + label + a {
      display: flex; }
    .horaires .horaires-phone input:checked + label {
      display: none; }
  .horaires .horaires-email {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5rem;
    background: #fa9e19;
    margin-bottom: 1rem;
    cursor: pointer; }
    .horaires .horaires-email a {
      display: block; }
    .horaires .horaires-email svg {
      width: 3rem;
      height: 4rem;
      fill: white; }
    .horaires .horaires-email span {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 3rem;
      font-family: "gotham_boldregular", Arial, Tahoma, Verdana, Helvetica, sans-serif;
      pointer-events: none; }
      @media (max-width: 700px) {
        .horaires .horaires-email span {
          font-size: 2rem; } }
  .horaires .horaires-text {
    text-align: center;
    margin: 1.5rem 0 2.5rem;
    font-size: 1.8rem; }
  .horaires .horaires-title-horaire {
    text-align: center;
    text-transform: uppercase;
    font-size: 2rem; }
  .horaires .horaires-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.5rem; }
  .horaires .horaires-item span {
    position: relative;
    display: inline-block; }
    .horaires .horaires-item span:nth-child(1) {
      width: 30%; }
    .horaires .horaires-item span:nth-child(1)::before {
      content: "";
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 0;
      width: 0.3rem;
      height: 0.5rem;
      border-left: solid 0.5rem #79b1dc;
      border-bottom: solid 0.5rem transparent;
      border-top: solid 0.5rem transparent; }
    .horaires .horaires-item span:nth-child(2) {
      width: 70%;
      text-align: right;
      font-weight: 700; }
  .horaires .nousRecrutons {
    display: block;
    width: 100%;
    margin: 0 auto;
    z-index: 5;
    background: #2c73a9;
    padding: 2rem;
    margin-bottom: 1rem;
    transition: 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
    .horaires .nousRecrutons img {
      width: 100%;
      margin: 0 auto;
      display: block; }
    .horaires .nousRecrutons:hover {
      border-top-left-radius: 1rem;
      border-top-right-radius: 1rem;
      background: #215781; }

.zoneHeader-menu .u-wrapper {
  position: relative; }
.zoneHeader-menu .menu--horizontal.menu--flex .menu-list--niv1 {
  list-style: none; }
.zoneHeader-menu .menu--horizontal.menu--flex .menu-link--niv1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center; }
.zoneHeader-menu .is-current {
  color: white !important;
  background: #2c73a9; }
.zoneHeader-menu .menu-item--niv1 {
  -webkit-transform: translateX(0) translateY(0) !important;
          transform: translateX(0) translateY(0) !important; }
  .zoneHeader-menu .menu-item--niv1:nth-child(1) .is-current:before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 50%;
    height: 100%;
    transition: 0.3s ease;
    background: transparent;
    background: #2c73a9; }
.zoneHeader-menu .city-name-container {
  position: absolute;
  left: 0;
  bottom: -3.5rem;
  width: 100%; }
  @media (max-width: 900px) {
    .zoneHeader-menu .city-name-container {
      bottom: 0rem;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      left: -10%; } }
  @media (max-width: 440px) {
    .zoneHeader-menu .city-name-container {
      display: none; } }
.zoneHeader-menu .city-name {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.7rem;
  margin-left: 7rem;
  padding: 0.3rem 0 0.3rem 5rem;
  font-family: "gotham_mediumregular", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  background: #fa9e19;
  color: white; }
  @media (max-width: 900px) {
    .zoneHeader-menu .city-name {
      padding: 0.3rem 0 0.3rem 30%;
      margin-left: 0;
      font-size: 1.25rem; } }
  .zoneHeader-menu .city-name::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 2rem;
    height: 2rem;
    border-bottom: solid 1rem transparent;
    border-right: solid 1rem transparent;
    border-left: solid 1rem #fa9e19;
    border-top: solid 1rem #fa9e19; }
  .zoneHeader-menu .city-name::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 100%;
    width: 2rem;
    height: 2rem;
    border-bottom: solid 1rem transparent;
    border-right: solid 1rem transparent;
    border-left: solid 1rem #fa9e19;
    border-top: solid 1rem #fa9e19;
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1); }
  .zoneHeader-menu .city-name h1 {
    font-size: 1em;
    font-weight: normal;
    line-height: 1;
    padding: 0;
    color: #ffffff;
    max-width: unset;
    overflow: unset;
    text-overflow: unset;
    display: inline-block; }
    @media (max-width: 900px) {
      .zoneHeader-menu .city-name h1 {
        white-space: normal; } }

.burger-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 5.5rem;
  height: 6rem;
  background: #2c73a9;
  justify-content: center;
  align-items: center;
  display: none; }
  @media (max-width: 900px) {
    .burger-container {
      display: flex; } }

.burger {
  display: inline-block;
  border: 0;
  background: none;
  outline: 0;
  padding: 0;
  cursor: pointer;
  border-bottom: 4px solid currentColor;
  width: 28px;
  transition: border-bottom 1s ease-in-out; }
  .burger::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .burger:before {
    content: "";
    display: block;
    border-bottom: 4px solid currentColor;
    width: 100%;
    margin-bottom: 5px;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }
  .burger:after {
    content: "";
    display: block;
    border-bottom: 4px solid currentColor;
    width: 100%;
    margin-bottom: 5px;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }

.burger-check {
  display: none; }

.burger-check:checked ~ .burger-container .burger {
  border-bottom: 4px solid transparent;
  transition: border-bottom 0.8s ease-in-out; }
  .burger-check:checked ~ .burger-container .burger:before {
    -webkit-transform: rotate(-405deg) translateY(1px) translateX(-3px);
            transform: rotate(-405deg) translateY(1px) translateX(-3px);
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }
  .burger-check:checked ~ .burger-container .burger:after {
    -webkit-transform: rotate(405deg) translateY(-4px) translateX(-5px);
            transform: rotate(405deg) translateY(-4px) translateX(-5px);
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }

.navigation {
  overflow: hidden;
  transition: 0.3s ease-in-out; }
  @media (max-width: 900px) {
    .navigation .menu--horizontal.menu--flex,
    .navigation .menu--horizontal.menu--inline,
    .navigation .menu--horizontal.menu--table {
      position: fixed;
      top: 6rem;
      left: 0;
      width: 100%;
      opacity: 0;
      height: 0;
      transition: 0.3s ease-in-out; }
      .navigation .menu--horizontal.menu--flex .menu-item--niv1,
      .navigation .menu--horizontal.menu--inline .menu-item--niv1,
      .navigation .menu--horizontal.menu--table .menu-item--niv1 {
        opacity: 0;
        transition: 0.3s ease-in-out; } }

.burger-check:checked ~ .navigation {
  transition: 0.3s ease-in-out; }
  @media (max-width: 900px) {
    .burger-check:checked ~ .navigation .menu--horizontal.menu--flex,
    .burger-check:checked ~ .navigation .menu--horizontal.menu--inline,
    .burger-check:checked ~ .navigation .menu--horizontal.menu--table {
      position: fixed;
      top: 6rem;
      left: 0;
      width: 100%;
      opacity: 1;
      height: 100%;
      transition: 0.3s ease-in-out; }
      .burger-check:checked ~ .navigation .menu--horizontal.menu--flex .menu-item--niv1,
      .burger-check:checked ~ .navigation .menu--horizontal.menu--inline .menu-item--niv1,
      .burger-check:checked ~ .navigation .menu--horizontal.menu--table .menu-item--niv1 {
        opacity: 1;
        transition: 0.3s ease-in-out; } }

.zoneHeader {
  z-index: 50;
  padding: 0;
  order: 1; }
  @media (max-width: 900px) {
    .zoneHeader {
      height: 6rem; } }
  .zoneHeader-list, .zoneHeader-menu {
    width: 100%; }
  .zoneHeader-list {
    display: flex;
    justify-content: flex-start;
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    height: 6rem;
    margin-top: 1rem; }
  .zoneHeader-item:nth-child(1) {
    width: 20%; }
    @media (max-width: 900px) {
      .zoneHeader-item:nth-child(1) {
        width: 30%;
        margin-top: 0.5rem; } }
  .zoneHeader-item:nth-child(2) .zoneHeader-baseline {
    position: relative;
    display: inline-block;
    margin: 0.5rem 3.5rem 0 0;
    font-size: 2rem;
    font-weight: 300;
    padding-left: 1.5rem; }
    .zoneHeader-item:nth-child(2) .zoneHeader-baseline::before {
      content: "\00276F";
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      font-size: 1.8rem;
      color: #2c73a9; }
  @media (max-width: 900px) {
    .zoneHeader-item:nth-child(3) {
      width: 100%; } }
  .zoneHeader-menu nav {
    padding-left: 15rem;
    width: 100%; }
  @media (max-width: 900px) {
    .zoneHeader .logo {
      height: 9rem !important; } }
  .zoneHeader .logo img {
    width: 15rem;
    height: 15rem; }
    @media (max-width: 900px) {
      .zoneHeader .logo img {
        width: 9rem; } }
  .zoneHeader .logo::before {
    height: calc(14rem + 3.5rem);
    width: calc(16rem - 4.9rem); }

.pageType.contact form {
  display: block; }
  .pageType.contact form .cs-form-element {
    display: flex;
    flex-wrap: wrap;
    width: 80%; }
  .pageType.contact form .cs-form-element-contener {
    height: auto !important;
    width: 60%;
    border: 0;
    background: transparent; }
  .pageType.contact form label {
    width: 40% !important; }
  .pageType.contact form fieldset {
    position: relative;
    background: transparent;
    border: 0;
    padding: 0;
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    min-width: 0; }
    .pageType.contact form fieldset legend {
      display: none; }
    .pageType.contact form fieldset input[type="text"], .pageType.contact form fieldset textarea, .pageType.contact form fieldset select, .pageType.contact form fieldset .cs-form-element.select button {
      font-size: 1.6rem;
      line-height: 1.4;
      color: #b2ccdf;
      background: #fff;
      width: 100%;
      max-width: 100%;
      border-radius: .2rem;
      border: 1px solid rgba(0, 0, 0, 0.25);
      padding: 0.4em 0.2em;
      height: auto; }
    .pageType.contact form fieldset textarea {
      min-height: 16rem !important;
      background: white !important; }
    .pageType.contact form fieldset .recaptcha_g-recaptcha {
      display: flex;
      align-items: flex-start;
      justify-content: flex-end;
      width: 80%; }
    .pageType.contact form fieldset input[type="submit"] {
      border-radius: 0.2rem;
      padding: 0.6em 1.4em;
      font-weight: 600;
      box-shadow: none;
      cursor: pointer;
      border: 0;
      background: #fa9e19;
      color: white;
      transition: .3s ease; }
      .pageType.contact form fieldset input[type="submit"]:hover {
        background: #2c73a9; }
    .pageType.contact form fieldset .cs-form-element.submit {
      display: flex;
      justify-content: flex-end; }
      .pageType.contact form fieldset .cs-form-element.submit .cs-form-element-contener {
        width: 100%;
        text-align: center; }
  .pageType.contact form.cs-form-abstract.cardContainer {
    padding: 0;
    background: transparent;
    margin-top: 2rem; }

.contentPreviewBloc-item-custom {
  padding: 3rem;
  background: #2c73a9; }
  .contentPreviewBloc-item-custom--title {
    text-align: center;
    margin-bottom: 3rem;
    color: white; }
  .contentPreviewBloc-item-custom .swiper-slide {
    background: white; }
  .contentPreviewBloc-item-custom .es-review-background-container {
    border: 0; }

.horaires-list--reseau li span {
  background: #fa9e19;
  transition: background .3s ease; }
  .horaires-list--reseau li span:hover {
    background: #7f909e; }


/* ---------------------------------------------------------------/

/!\ Si vous appliquez des modifications CSS sur les .cms_bloc en dehors
de se fichier, cela sera répercuté sur les .cms_bloc à l'intérieur de la popup.
Dans ce cas, pour éviter les modifications non désirées, ciblé votre .cms_bloc dans la bonne section.
Exemple1 ==> #zone-page { ... }
Exemple2 ==> .cmb_bloc { @at-root #zone-page & { { ... } }

--------------------------------------------------------------- */
.vignette {
  z-index: 6;
  position: fixed;
  top: 25rem;
  right: 0.8rem;
  padding: 1.5rem 2.5rem;
  max-width: 25rem;
  border: 1px solid #dfdfdf;
  outline: 0.8rem solid white;
  background: white;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  transition: 0.3s ease; }
  @media (max-width: 900px) {
    .vignette {
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }
  .vignette .vignette {
    display: none; }
  .vignette.hidden {
    right: -10%;
    opacity: 0; }
  .vignette::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    border-bottom: 2px solid #fa9e19;
    border-left: 2px solid #fa9e19;
    transition: 0.3s ease;
    -webkit-transform: rotate(45deg) translateY(-50%) scale(0);
            transform: rotate(45deg) translateY(-50%) scale(0); }
  .vignette > p:first-child {
    padding: 0.5rem 1rem;
    border: 0.1rem solid #fa9e19;
    font-size: 1.3rem;
    font-weight: bold;
    color: #fa9e19;
    transition: 0.3s ease; }
  .vignette > p:last-child {
    margin-top: 1.2rem;
    font-size: 1.05rem;
    transition: 0.3s ease; }
  .vignette:hover {
    padding: 1.5rem 2.5rem 1.5rem 4rem;
    max-width: 27rem;
    box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.3);
    cursor: pointer; }
    .vignette:hover::after {
      border-color: #fa9e19;
      -webkit-transform: rotate(45deg) translateY(-50%) scale(1);
              transform: rotate(45deg) translateY(-50%) scale(1); }
  @media (max-width: 900px) {
    .vignette {
      max-width: 15rem;
      padding: 1rem; }
      .vignette > p:first-child {
        font-size: 1.2rem; }
      .vignette > p:last-child {
        display: none; }
      .vignette:hover {
        padding: 1rem 1rem 1rem 4rem;
        max-width: 19rem; } }
  @media (max-width: 1000px) {
    .vignette {
      right: 0;
      padding: 3rem;
      border: none;
      outline: none;
      box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3); }
      .vignette::after {
        left: 2rem;
        -webkit-transform: rotate(45deg) translateY(-50%);
                transform: rotate(45deg) translateY(-50%); }
      .vignette > p {
        display: none; }
      .vignette:hover {
        padding: 3rem 4rem 3rem 3rem; } }

.cs-popup {
  z-index: -999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: 0.8s ease; }
  .cs-popup.opened {
    z-index: 2000;
    background: rgba(0, 0, 0, 0.5); }
    .cs-popup.opened .cs-popup-bloc {
      right: 0;
      opacity: 1; }
  .cs-popup-bigClose {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer; }
  .cs-popup-close::before {
    content: '\2715';
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem 2rem;
    color: white;
    background: #fa9e19;
    transition: 0.3s ease;
    cursor: pointer; }
  .cs-popup-close:hover::before {
    background: #db8405; }
  .cs-popup-bloc {
    position: absolute;
    top: 0;
    right: -50%;
    width: 50%;
    height: 100%;
    padding: 8rem 6rem 6rem 6rem;
    text-align: left;
    font-size: 1.5rem;
    opacity: 0;
    background: #2c73a9;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.5);
    transition: 0.8s ease; }
    @media (max-width: 1500px) {
      .cs-popup-bloc {
        max-width: 65%;
        width: 65%; } }
    @media (max-width: 1100px) {
      .cs-popup-bloc {
        max-width: 75%;
        width: 75%; } }
    @media (max-width: 900px) {
      .cs-popup-bloc {
        max-width: 80%;
        width: 80%;
        padding: 8rem 4rem 4rem 4rem; } }
    @media (max-width: 900px) {
      .cs-popup-bloc {
        max-width: 90%;
        width: 90%;
        padding: 7rem 3rem 3rem 3rem; } }
    @media (max-width: 600px) {
      .cs-popup-bloc {
        max-width: 90%;
        width: 90%;
        padding: 7rem 1.5rem 3rem 1.5rem; } }
  .cs-popup-content {
    height: 100%;
    max-width: 100%;
    overflow: auto; }
    .cs-popup-content-bloc {
      max-width: calc(100% - 1.5rem); }
      .cs-popup-content-bloc > *:first-child {
        margin-top: 0; }
        .cs-popup-content-bloc > *:first-child > * {
          margin-top: 0; }
      .cs-popup-content-bloc > *:last-child {
        margin-bottom: 0; }
        .cs-popup-content-bloc > *:last-child > * {
          margin-bottom: 0; }
      .cs-popup-content-bloc > .cms_bloc:not(:last-child) {
        margin-bottom: 4rem; }
        @media (max-width: 1000px) {
          .cs-popup-content-bloc > .cms_bloc:not(:last-child) {
            margin-bottom: 4rem; } }
      .cs-popup-content-bloc > .cms_bloc iframe {
        width: 100%;
        margin: 0 auto; }
      .cs-popup-content-bloc .cms_bloc_text .cms_bloc_text_media_gauche .cms_bloc_media,
      .cs-popup-content-bloc .cms_bloc_text .cms_bloc_text_media_droite .cms_bloc_media {
        max-width: 50%; }
        @media (max-width: 1000px) {
          .cs-popup-content-bloc .cms_bloc_text .cms_bloc_text_media_gauche .cms_bloc_media,
          .cs-popup-content-bloc .cms_bloc_text .cms_bloc_text_media_droite .cms_bloc_media {
            width: 100%;
            max-width: 100%;
            padding: 0; } }
      .cs-popup-content-bloc .cms_bloc_text .cms_bloc_text_haut > *:last-child {
        margin-bottom: 0; }
        .cs-popup-content-bloc .cms_bloc_text .cms_bloc_text_haut > *:last-child > * {
          margin-bottom: 0; }
      .cs-popup-content-bloc .cms_bloc_text .cms_bloc_text_media_centre {
        margin: 2rem 0; }
      .cs-popup-content-bloc .cms_bloc_text .cms_bloc_text_bas > *:first-child {
        margin-top: 0; }
        .cs-popup-content-bloc .cms_bloc_text .cms_bloc_text_bas > *:first-child > * {
          margin-top: 0; }
      @media (max-width: 1000px) {
        .cs-popup-content-bloc .cms_bloc_text .cms_bloc_text_two_columns > div.cms_bloc_text_gauche,
        .cs-popup-content-bloc .cms_bloc_text .cms_bloc_text_two_columns > div.cms_bloc_text_droite {
          display: block;
          width: 100%;
          margin: 0; }
        .cs-popup-content-bloc .cms_bloc_text .cms_bloc_text_two_columns > div.cms_bloc_text_droite {
          margin-top: 4rem; } }