@charset "UTF-8";

.bandeau {
  color: #ffffff;
  padding-top: 10rem;
  height: 100%; }
  .bandeau.aos-animate .bandeau-elem {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
    .bandeau.aos-animate .bandeau-elem:nth-child(1) {
      -webkit-transition-delay: 0.08s;
              transition-delay: 0.08s;
      -webkit-transition-duration: .6s;
              transition-duration: .6s; }
    .bandeau.aos-animate .bandeau-elem:nth-child(2) {
      -webkit-transition-delay: 0.16s;
              transition-delay: 0.16s;
      -webkit-transition-duration: .6s;
              transition-duration: .6s; }
    .bandeau.aos-animate .bandeau-elem:nth-child(3) {
      -webkit-transition-delay: 0.24s;
              transition-delay: 0.24s;
      -webkit-transition-duration: .6s;
              transition-duration: .6s; }
    .bandeau.aos-animate .bandeau-elem:nth-child(4) {
      -webkit-transition-delay: 0.32s;
              transition-delay: 0.32s;
      -webkit-transition-duration: .6s;
              transition-duration: .6s; }
    .bandeau.aos-animate .bandeau-elem:nth-child(5) {
      -webkit-transition-delay: 0.4s;
              transition-delay: 0.4s;
      -webkit-transition-duration: .6s;
              transition-duration: .6s; }
    .bandeau.aos-animate .bandeau-elem:nth-child(6) {
      -webkit-transition-delay: 0.48s;
              transition-delay: 0.48s;
      -webkit-transition-duration: .6s;
              transition-duration: .6s; }
  .bandeau .bandeau-elem {
    opacity: 0;
    -webkit-transform: translateY(-2.4rem);
        -ms-transform: translateY(-2.4rem);
            transform: translateY(-2.4rem);
    -webkit-transition-duration: .4s;
            transition-duration: .4s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  @media (max-width: 1080px) {
    .bandeau {
      padding-top: 8rem; } }
  @media (max-width: 440px) {
    .bandeau {
      padding-top: 4rem; } }
  .bandeau .bandeau-title {
    font-family: "adelle", Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 5.6rem;
    font-weight: normal;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); }
    @media (max-width: 1080px) {
      .bandeau .bandeau-title {
        font-size: 4.8rem; } }
    @media (max-width: 800px) {
      .bandeau .bandeau-title {
        font-size: 3.2rem; } }
    .bandeau .bandeau-title div.cms_bloc {
      display: inline; }
    .bandeau .bandeau-title span {
      color: inherit; }
      .bandeau .bandeau-title span::before {
        background: #deb857; }

@-webkit-keyframes appearLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1.6rem);
            transform: translateX(-1.6rem); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes appearLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1.6rem);
            transform: translateX(-1.6rem); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
@-webkit-keyframes appearLeftPosa {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1.6rem) translateY(-50%);
            transform: translateX(-1.6rem) translateY(-50%); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%); } }
@keyframes appearLeftPosa {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1.6rem) translateY(-50%);
            transform: translateX(-1.6rem) translateY(-50%); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%); } }
@-webkit-keyframes appearTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1.6rem);
            transform: translateY(-1.6rem); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes appearTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1.6rem);
            transform: translateY(-1.6rem); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@-webkit-keyframes appearRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1.6rem);
            transform: translateX(1.6rem); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
@keyframes appearRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1.6rem);
            transform: translateX(1.6rem); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
@-webkit-keyframes appearBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1.6rem);
            transform: translateY(1.6rem); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes appearBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1.6rem);
            transform: translateY(1.6rem); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@media (min-width: 1081px) {
  .preheader {
    -webkit-animation-name: appearTop;
            animation-name: appearTop;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-animation-delay: 0.04s;
            animation-delay: 0.04s; }

  .header .logo {
    -webkit-animation-name: appearLeft;
            animation-name: appearLeft;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-animation-delay: 0.08s;
            animation-delay: 0.08s; }

  .header .menu-item--niv1:nth-child(1) {
    -webkit-animation-name: appearLeft;
            animation-name: appearLeft;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-animation-delay: 0.12s;
            animation-delay: 0.12s; }

  .header .menu-item--niv1:nth-child(2) {
    -webkit-animation-name: appearLeft;
            animation-name: appearLeft;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-animation-delay: 0.16s;
            animation-delay: 0.16s; }

  .header .menu-item--niv1:nth-child(3) {
    -webkit-animation-name: appearLeft;
            animation-name: appearLeft;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }

  .header .menu-item--niv1:nth-child(4) {
    -webkit-animation-name: appearLeft;
            animation-name: appearLeft;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-animation-delay: 0.24s;
            animation-delay: 0.24s; }

  .header .menu-item--niv1:nth-child(5) {
    -webkit-animation-name: appearLeft;
            animation-name: appearLeft;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-animation-delay: 0.28s;
            animation-delay: 0.28s; }

  .header .menu-item--niv1:nth-child(6) {
    -webkit-animation-name: appearLeft;
            animation-name: appearLeft;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-animation-delay: 0.32s;
            animation-delay: 0.32s; }

  .header .menu-item--niv1:nth-child(7) {
    -webkit-animation-name: appearLeft;
            animation-name: appearLeft;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-animation-delay: 0.36s;
            animation-delay: 0.36s; }

  .mcDiaporama .mcDiaporama-elem {
    -webkit-animation-name: appearLeft;
            animation-name: appearLeft;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s; } }

#zone-page .maAllNews-listnews {
  display: flex;
  margin: 0 -1.5% !important;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 120rem; }
  @media (max-width: 1260px) {
    #zone-page .maAllNews-listnews {
      margin: 0; } }
#zone-page .maAllNews-news {
  position: relative;
  width: 30.33%;
  padding: 0;
  margin: 0 1.5% 5rem;
  line-height: 1.3;
  background: #22262e;
  transition: .3s ease; }
  #zone-page .maAllNews-news:hover {
    -webkit-transform: translateY(-0.4rem);
            transform: translateY(-0.4rem); }
    #zone-page .maAllNews-news:hover .maAllNews-newstitle a {
      color: #deb857; }
    #zone-page .maAllNews-news:hover .maAllNews-knowmore a {
      color: white; }
  @media (max-width: 1000px) {
    #zone-page .maAllNews-news {
      width: 47%;
      margin: 0 1rem 5rem; } }
  @media (max-width: 725px) {
    #zone-page .maAllNews-news {
      width: 100%;
      margin: 0 0 2rem; } }
  #zone-page .maAllNews-news:not(.maAllNews-news--hasPicture) {
    padding-top: 22rem; }
    #zone-page .maAllNews-news:not(.maAllNews-news--hasPicture)::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 22rem;
      background: #2d323c; }
#zone-page .maAllNews-newstitle {
  margin: 0em 2rem;
  font-size: 2rem;
  color: white;
  font-weight: bold;
  transition: .3s ease; }
  #zone-page .maAllNews-newstitle a {
    color: white;
    text-decoration: none;
    transition: .3s ease; }
    #zone-page .maAllNews-newstitle a::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
#zone-page .maAllNews-image {
  position: relative;
  overflow: hidden;
  height: 22rem; }
  #zone-page .maAllNews-image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
#zone-page .maAllNews-date {
  text-transform: uppercase;
  font-weight: normal;
  margin: 2rem 2rem 3rem;
  font-size: 1.3rem;
  color: #cccccc;
  position: relative;
  padding-left: 1.5rem; }
  #zone-page .maAllNews-date::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: .6rem;
    height: .9rem;
    background: #deb857; }
#zone-page .maAllNews-resume {
  margin: 1rem 2rem 0;
  font-size: 1.3rem;
  color: #95a5a6; }
#zone-page .maAllNews-knowmore {
  margin: 1rem 2rem 0; }
  #zone-page .maAllNews-knowmore a {
    font-size: 1.3rem;
    color: #deb857;
    transition: .3s ease; }
#zone-page .maAllNews-links--pages span, #zone-page .maAllNews-links--pages a {
  position: relative;
  font-size: 1.8rem;
  text-decoration: none;
  padding: .7rem 1.5rem;
  color: white;
  border: 0.1rem solid white;
  margin-right: .5rem;
  transition: .3s ease; }
  #zone-page .maAllNews-links--pages span:hover, #zone-page .maAllNews-links--pages a:hover {
    background: #deb857;
    color: white; }
#zone-page .maAllNews-links--prev, #zone-page .maAllNews-links--next {
  display: none; }
#zone-page .maAllNews-pagination {
  margin: 0 5rem 5rem;
  text-align: center; }
#zone-page .categorieActus a {
  margin: 1.5rem 2rem 1rem;
  padding: .3rem .6rem;
  text-decoration: none;
  display: inline-block;
  border: .1rem solid black;
  color: black;
  text-decoration: none !important; }
#zone-page .categorieActus-ovhcloud a {
  border: 0.1rem solid #8e44ad;
  color: #8e44ad; }
#zone-page .categorieActus-online a {
  border: 0.1rem solid #e30513;
  color: #e30513; }
#zone-page .categorieActus-securite a {
  border: 0.1rem solid #81ad1c;
  color: #81ad1c; }
#zone-page .categorieActus-hebergement a {
  border: 0.1rem solid #10b1e0;
  color: #10b1e0; }
#zone-page .categorieActus-emails a {
  border: 0.1rem solid #f17d21;
  color: #f17d21; }
#zone-page .categorieActus-cloud a {
  border: 0.1rem solid #f1c40f;
  color: #f1c40f; }
#zone-page .categorieActus-hosting a {
  border: 0.1rem solid #95a5a6;
  color: #95a5a6; }
#zone-page .maDetail-date {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem; }
#zone-page .maDetail-resume {
  color: white;
  margin-bottom: 2rem; }
#zone-page .maDetail-image {
  position: relative;
  float: left;
  max-width: 40%;
  margin: 0 3rem 3rem 0; }
  @media (max-width: 950px) {
    #zone-page .maDetail-image {
      float: none;
      max-width: 100%;
      margin: 0 0 3rem 0; }
      #zone-page .maDetail-image img {
        height: auto;
        width: 100%; } }

.cs-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  transition: .4s ease;
  z-index: 131313;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  visibility: visible;
  pointer-events: none; }
  .cs-popup .cms_bloc_title h2 {
    color: #deb857 !important; }
  .cs-popup.openPopup {
    opacity: 1;
    visibility: visible;
    pointer-events: all; }
  .cs-popup.closedPopup {
    opacity: 0;
    pointer-events: none; }
  .cs-popup-close::before {
    content: '\2715';
    position: absolute;
    top: -4rem;
    right: 2rem;
    cursor: pointer;
    color: white;
    background: #deb857;
    padding: 1rem 2rem;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    transition: .3s ease; }
  .cs-popup-close:hover::before {
    color: black;
    background: white; }
  .cs-popup-bloc {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
    padding: 2rem;
    text-align: left;
    font-size: 1.5rem;
    transition: .3s ease;
    background: white;
    border: 1rem solid #f2f2f2;
    color: black; }
    .cs-popup-bloc.closedBloc {
      opacity: 0;
      pointer-events: none;
      -webkit-transform: translate(-50%, -40%);
              transform: translate(-50%, -40%); }
    @media (max-width: 800px) {
      .cs-popup-bloc {
        max-width: 90%;
        width: 90%; } }
  .cs-popup-content {
    max-height: 60rem;
    overflow: auto; }
    @media (max-width: 1250px) {
      .cs-popup-content {
        max-height: 40rem; } }
  .cs-popup .cms_bloc_text {
    padding-top: 0; }
    .cs-popup .cms_bloc_text .cms_bloc_media {
      padding-bottom: 0 !important;
      position: relative;
      min-width: 30rem;
      height: 25rem; }
      .cs-popup .cms_bloc_text .cms_bloc_media .diaporama-item {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        height: 100%;
        width: 100%; }
      @media (max-width: 800px) {
        .cs-popup .cms_bloc_text .cms_bloc_media {
          min-width: 100%;
          margin: 0 !important;
          max-width: 100% !important;
          padding: 0 !important; } }
    .cs-popup .cms_bloc_text .cms_bloc_text_media_gauche .cms_bloc_media,
    .cs-popup .cms_bloc_text .cms_bloc_text_media_droite .cms_bloc_media {
      min-width: auto;
      height: auto; }
      @media (max-width: 1250px) {
        .cs-popup .cms_bloc_text .cms_bloc_text_media_gauche .cms_bloc_media,
        .cs-popup .cms_bloc_text .cms_bloc_text_media_droite .cms_bloc_media {
          margin: 0 !important;
          padding: 0 !important; } }
    @media (max-width: 1250px) {
      .cs-popup .cms_bloc_text .cms_bloc_text_media_gauche,
      .cs-popup .cms_bloc_text .cms_bloc_text_media_droite {
        display: flex;
        flex-wrap: wrap; }
        .cs-popup .cms_bloc_text .cms_bloc_text_media_gauche .media_container,
        .cs-popup .cms_bloc_text .cms_bloc_text_media_droite .media_container {
          order: 2;
          width: 100%;
          margin: 2rem 0 0 0; }
          .cs-popup .cms_bloc_text .cms_bloc_text_media_gauche .media_container img,
          .cs-popup .cms_bloc_text .cms_bloc_text_media_droite .media_container img {
            display: block;
            max-height: 100%;
            height: auto;
            width: 100%; }
        .cs-popup .cms_bloc_text .cms_bloc_text_media_gauche .text_container,
        .cs-popup .cms_bloc_text .cms_bloc_text_media_droite .text_container {
          order: 1;
          width: 100%; } }