/* ==========================================================================
   CSS Communicart V2 - Version mobile
   Author : Matthieu Castel -  Circulys Agency (www.circulys.com)
   E-mail : matthieu@circulys.com
   This CSS3 File is developped exclusively for Communicart Agency.
   All rights reserved.
   Year: 2017
   ========================================================================== */

@media only screen and (max-width: 320px) {
  e .recrutement-image-arrow {
    display: none !important;
  }

}


@media only screen and (max-width: 1100px) {

  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  html body.admin-menu {
    margin-top: 120px !important;
    padding-top: 100px !important;
  }

  .header-communicart {
    display: none;
  }


  .logo-mobile {
    margin: 20px 50px 0 20px;
    display: block;
    float: left;
    width: 200px;
    height: auto;
  }

  .logo-mobile img {
    width: 200px !important;
    height: auto !important;
  }

  .logo-menu {
    padding: 20px 20px 0 20px;
    float: right;
    font-size: 40px;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 0px !important;
  }

  #menu-mobile-overlay {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .98);
    text-align: center;
    padding: 20px;
    display: none;
  }

  #menu-mobile-overlay a#close-button-menu {
    font-size: 3.0em;
    position: fixed;
    right: 30px;
    top: 20px;
  }

  #menu-mobile-overlay ul {
    list-style-type: none;
    font-size: 1.7em;
    padding-left: 0px !important;
    margin-left: 0px !important;
    margin-top: 0;
    padding-top: 5px;
  }

  #menu-mobile-overlay ul li {
    font-family: "PPNeueMachina-PlainBold", "sans-serif";
    margin-bottom: 10px;
    text-transform: uppercase;
  }

  .inner-header {
    padding: 50px;
    width: 100%;
    padding-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  .header-spacer-top {
    display: none;
  }

  .header-menu ul {
    display: none;
  }

  .header-mobile-communicart {
    display: block;
    position: relative;
    background: #fff;
    z-index: 9999;
    width: 100%;
    opacity: 0.97;
    height: 120px;
  }

  .thumb img {
    width: 100%;
    margin-bottom: 25px;
  }

  .header-spacer-top {
    height: 130px;
  }

  /* DECOUVRIR */
  .container-decouvrir {
    margin-top: -50px;
  }

  img.decouvrir-button {
    width: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
  }

  /* CONTAINERS */
  .inner-container {
    padding-left: 24px;
    padding-right: 24px;
    width: auto;
    overflow-x: hidden;
    /* margin-left: 20px;
    margin-right: 20px; */
  }

  /*
  .col-xs-12, .col-sm-12 {
    padding-right: 0;
    padding-left: 0;

  }*/
  /* BLOC SUCCESS STORIES */
  /* Style pour les success stories sur mobile */
  .bloc-success-stories-mobile {
    overflow: visible;
    margin-bottom: 20px;
  }

  .bloc-success-stories-mobile .row {
    overflow: visible;
  }

  .success-story-block {
    display: block;
  }

  .success-story-block.hidden {
    display: none;
  }


  .success-story-block {
    /* padding-top: 100%; */
    /* width: 92%; */
    /* position: relative; */
    /* margin-top: 26px; */
    /* margin-left: auto;
    margin-right: auto; */
    /* margin-bottom: 0px; */
    /* height: 195px; */
  }

  .success-story-image {
    /* position: absolute; */
    /* top: 0;
    left: 0; */
    width: 95%;
    aspect-ratio: 1 / 1;
    margin-top: 10px;
    /* height: 95%; */
    /* margin: 20px; */
    display: flex;
    flex-direction: column;
    /* Empile les enfants verticalement */
    justify-content: space-between;
    /* Écarte les enfants (haut et bas) */
    position: relative;
    /* Nécessaire pour le positionnement absolu du texte du bas */
    padding-left: 10px;
    /* Espace de 20px à gauche pour les deux textes */
    background-size: cover;
  }

  .success-story-title-wrapper {
    /* position: relative; */
    /* bottom: 10px; */
    /* left: 17px; */
    margin-right: 30px;
    align-self: flex-start;
    /* Aligne à droite */
    margin-bottom: 10px;
    /* 20px au-dessus du bas */

  }


  .highlight-wrapper {
    display: inline-block;
    padding: 2px 8px;
    /* contrôle padding */
    line-height: 12px;
    /* contrôle hauteur */
  }

  .success-story-title {
    display: inline;
    background-color: black;
    color: white;
    font-weight: bold;
    font-size: 2.5vw;
    line-height: 2.9vw !important;
    /* contrôle hauteur ligne */
    box-shadow: 8px 0 0 black, -8px 0 0 black;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    font-family: 'PPNeueMachina-PlainRegular', sans-serif !important;
    padding-top: 4px;
    padding-bottom: 4px;
  }



  .success-story-number {
    /* position: absolute; */
    /* top: 1px; */
    /* left: 14px; */
    align-self: flex-start;
    color: white !important;
    font-size: 8vw;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.83);
    font-family: 'PPNeueMachina-PlainBold', sans-serif !important;

  }

  .success-story-number a {
    color: white !important;
  }

  .success-story-title a {
    color: #fff !important;
  }


  .row-success-story {
    margin-top: 26px !important;
  }

  .row-success-story .col-xs-12, .row-success-story .col-sm-6 {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-bottom: 10px;
  }

  .col-xs-12, .col-sm-12 {
    padding-right: 15px !important;
    padding-left: 15px !important;

  }

  .title-actualite-home {
    margin-top: 32px !important;
  }

  .inner-container-carrousel {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    margin-top: 30px !important;
  }

  .carrousel-mobile-image {
    /* padding: 11px; */
  }


  .carrousel-mobile-image img {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .row.hide-on-desktop img {
    max-width: 100%;
    height: auto;
  }

  .hide-on-mobile {
    display: none !important;
  }


  .bloc-notre-equipe-home {
    margin-top: 0;
  }

  .metiers-wording-page {
    margin-bottom: -10px;
  }

  .team_picture_cover {
    margin-top: 10px;
    background-size: cover;
    background-position: center center;
    height: 100%;
  }

  .row-team .hvrbox {
    height: 44vw !important;
    margin-bottom: 8px;
  }

  .row-team {
    margin-top: 20px !important;
  }

  /*  PAGE EQUIPE */
  /* .module-notrequipe-membre img {
    width: 100%;
  } */

  .module-notrequipe-membre-photo {
    /* width: 219px; */
    overflow: hidden;
    /* height: 219px; */
  }

  .module-notrequipe-membre-photo img {
    width: 100%;
  }

  .module-notrequipe-membre-phone {
    font-family: 'PPNeueMachina-PlainBold', sans-serif !important;
  }

  .module-notrequipe-membre-phone a {
    text-decoration: none;
    /* FIX FOR IPHONE AUTOCOMPLETE */
  }

  /* PAGE METIERS */
  .container-nos-metiers-desktop {
    display: none;
  }

  .bloc-metier {
    width: 100%;
    padding: 25px;
  }

  .row-team img {
    margin-top: 15px;
    margin-bottom: 15px;
    height: 190px;
  }

  .col-xs-6 img {
    width: 100%;
  }

  .col-md-6 img {
    width: 100%;
  }

  .bloc-metier-line1 {
    display: none;
  }

  .bloc-metier-line2 {
    display: block;
    padding-top: 0px;
    font-size: 32px;
    line-height: 28px;
    letter-spacing: 0px;
    font-family: "PPNeueMachina-PlainBold", "sans-serif";
    text-transform: uppercase;
  }

  .bloc-metier-description {
    padding-top: 5px;
    font-size: 24px;
  }

  .col-md-12 img {
    width: 100%;
  }


  .banner-recrutement {
    height: auto;
    margin-top: -47px;
    background: url("../images/page-metiers/banner-recrutement.jpg") no-repeat center;
    -webkit-background-size: cover;
    /* pour anciens Chrome et Safari */
    background-size: cover;
    /* version standardis�e */
  }

  .inner-recrutement {
    height: auto;
    background-color: rgba(255, 255, 255, 0.7);
    margin-top: 95px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }


  .banner-recrutement {
    height: auto;
    background: url("../images/page-metiers/banner-recrutement.jpg") no-repeat center;
    -webkit-background-size: cover;
    /* pour anciens Chrome et Safari */
    background-size: cover;
    /* version standardis�e */
  }

  .inner-recrutement {
    height: auto;
    background-color: rgba(255, 255, 255, 0.7);
    margin-top: 95px;
  }

  .inner-recrutement h2 {
    display: block;
    font-family: "PPNeueMachina-PlainBold", "sans-serif";
    text-align: center;
    font-size: 8.5vw;
    padding-top: 30px;
  }

  .inner-recrutement p {
    display: block;
    font-family: "AetherBold", "sans-serif";
    color: rgb(76, 76, 76);
    font-size: 4.5vw;
  }


  .inner-recrutement h3 {
    display: block;
    text-align: center;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
    color: rgb(55, 55, 55);
  }

  .inner-recrutement a.recrutement-offre {
    display: block;
    width: auto;
    height: 41.5vw;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8%;
    margin: 10px;
    border: 1px solid rgba(74, 74, 74, 0.52);
    background-color: white;
    text-transform: uppercase;
    font-family: "PPNeueMachina-PlainBold", "sans-serif";
    text-align: center;
    font-size: 3.2vw;
    color: #000;

  }

  .inner-recrutement a.recrutement-offre:hover {
    text-decoration: none;
  }


  .inner-recrutement a.recrutement-offre span.recrutement-contrat-type {
    text-decoration: none;
    display: block;
    clear: both;
    font-size: 3vw;
    margin: 10px;
    font-family: "PPNeueMachina-PlainBold", "sans-serif";
    /* position: absolute; */
    /* bottom: 30%; */
    /* width: 72%; */
    text-align: center;
  }

  .recrutement-contrat-metier {
    height: 19vw;
  }

  .inner-recrutement a.recrutement-offre span.recrutement-contrat-arrow {
    text-decoration: none;
    /* width: 87%; */
    color: red;
    display: block;
    clear: both;
    font-size: 1em;
    /* position: absolute; */
    /* bottom: 20%; */

  }

  .recrutement-image-arrow {
    width: 10% !important;
    height: 10% !important;
  }


  /* SLIDERS */
  .slider-carrousel {
    width: 100%;
  }

  .slider-carrousel {
    margin-top: -10px;
  }

  .slider-metiers {
    display: none !important;
  }

  /* BLOCK NEWS */
  .row-news {
    margin-top: -10px;
  }


  h2.news-title-headline1 {
    /* text-transform:capitalize; */
    font-size: 5.3vw;
    line-height: 6vw;
    margin-top: 0;
    padding-top: 0;
    text-align: left;
    text-overflow: ellipsis;
    display: block;
    height: 17vw;
    overflow: hidden;
    margin-bottom: 13px;
    font-family: "PPNeueMachina-PlainMedium", "sans-serif";
    /* letter-spacing:-1px; */
  }

  h2.news-title-headline1 b,
  h2.news-title-headline1 strong {
    font-size: 5.3;
    font-family: "AetherBold", "sans-serif";
    font-weight: 400;
  }

  h2.news-title-headline2 {
    /* text-transform: uppercase; */
    font-size: 5.3vw;
    line-height: 6vw;
    text-align: left;
    font-family: "PPNeueMachina-PlainMedium", "sans-serif";
    margin-top: 2px;
    margin-bottom: 13px;
    height: 17vw;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    /* letter-spacing:-1px; */
  }

  h2.news-title-headline1 a {
    display: inline-block;
    display: -webkit-inline-box;
    max-height: 100%;
    vertical-align: middle;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  h2.news-title-headline2 a {
    display: inline-block;
    display: -webkit-inline-box;
    max-height: 100%;
    vertical-align: middle;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }


  h2.news-title-headline1 b,
  h2.news-title-headline1 strong {
    font-weight: normal;
    font-family: "AetherBold", "sans-serif";
  }

  h2.news-title-headline2 b,
  h2.news-title-headline2 strong {
    font-weight: normal;
    font-family: "AetherBold", "sans-serif";
  }

  /* SUCCESS STORIES */
  div.container.inner-container.bloc-success-stories-mobile {
    width: auto !important;
  }

  .bloc-success-stories-mobile .col-xs-6 img {
    width: 100%;
  }

  .bloc-success-stories-mobile .col-xs-12 img {
    width: 100%;
  }

  h2.success-title-headline2 {
    display: block;
    text-transform: uppercase;
    font-size: 1.3em;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: normal;
    font-family: "PPNeueMachina-PlainBold", "sans-serif";
    margin-bottom: 20px;
  }

  h2.success-title-headline2 b,
  h2.success-title-headline2 strong {
    font-family: "PPNeueMachina-PlainBold", "sans-serif";
    font-weight: normal;
  }


  /* SOCIAL ICONS */
  .social-media-icons {
    display: block;
    color: black;
    height: 56px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .social-separator {
    float: left;
    width: 1px;
    height: 40px;
    background: #000;
  }

  a.social-icon {
    float: left;
    /*pour IE*/
    display: block;
    color: #000;
    font-size: 6.5vw;
    margin: 0 0 0 0;
    text-decoration: none;
    width: 23%;
    text-align: center;
  }

  a.social-icon:first-child {
    margin-left: -9%;
  }

  a.social-icon:last-child {
    margin-right: -9%;
  }

  a.social-icon .hidden-social-media {
    font-size: 20px;
    margin-left: -3px;
    display: none;
  }

  a.social-icon:hover .hidden-social-media {
    display: block;
  }

  a.social-icon:hover {
    color: #999;
  }


  /* FOOTER */
  #footer {
    overflow-x: hidden !important;
    margin-top: 25px;
  }

  .footer-agency-image {
    display: none;
  }

  .footer-baseline-mobile {
    color: #fff;
    margin-top: 20px;
    font-size: 3.0vw;
    line-height: 4.8vw;
    margin-left: 10px;
    font-family: "PPNeueMachina-PlainBold", "sans-serif";

  }

  .footer-contacts-mobile {
    color: #fff;
    margin-top: 15px;
    font-size: 3vw;
    line-height: 20px;
    margin-left: 15px;
    font-family: "PPNeueMachina-PlainRegular", "sans-serif";

  }

  .footer-agency-mobile {
    font-size: 16px !important;
    font-family: "PPNeueMachina-PlainBold", "sans-serif";
  }

  .footer-agency-phone {
    font-size: 24px !important;
    font-family: "AetherBold", "sans-serif" !important;
  }


  .footer-agency-values {
    color: black;
    text-transform: uppercase;
    margin-top: 15px;
    font-size: 12px;
    font-weight: 500;
    width: 90%;
    letter-spacing: 1px;
    font-family: "PPNeueMachina-PlainBold", "sans-serif";
  }

  .news-menu-list ul {
    width: 100%;
  }

  .communicart-footer-logo img {
    width: 80%;
    height: auto;
  }

  .footer-agency-contacts {
    margin-top: 0 !important;
  }

  #map-mobile {
    height: 300px;
    width: 100%;
  }

  #map {
    height: 200px;
    width: 100%;
  }

  .communicart-footer-map {
    margin-top: 25px;
    margin-left: 8px;
  }


  /* PAGE-NEWS */
  img.page-newstxt-entete {
    width: 107%;
  }

  .page-newstxt-date {
    font-size: 1.3em;
    font-weight: 400;
    display: block;
    margin-top: 20px;
    font-family: "PPNeueMachina-PlainRegular", "sans-serif";
    margin-bottom: 0px;
    color: #ff0050;


  }

  h1.page-newstxt-title {
    font-size: 6vw;
    display: block;
    margin-top: 0px;
    /* text-transform: uppercase; */
    letter-spacing: -1px;
    margin-bottom: 19px;
    font-family: "PPNeueMachina-PlainMedium", "sans-serif";
  }

  h1.page-newstxt-title strong {
    font-family: "PPNeueMachina-PlainBold", "sans-serif";
    font-weight: normal;
  }

  .page-newstxt-infos-container {
    position: relative;
    height: 350px;
  }

  .page-newstxt-infos {
    background-color: #eee;
    padding: 10px;
    width: auto;

  }

  .field-name-field-image-2 img {
    max-width: 100%;
  }

  .page-newstxt-infos-texte {
    line-height: 5.2vw;
    margin-top: 14px;
    font-size: 4vw !important;
    font-family: 'PPNeueMachina-PlainRegular', sans-serif;
  }

  .page-newstxt-infos-texte strong {
    font-family: 'PPNeueMachina-PlainBold', sans-serif;
    font-weight: 600;
  }

  .page-newstxt-infos strong {
    font-family: 'PPNeueMachina-PlainBold', sans-serif;
    font-weight: 700;
  }

  .page-newstxt-infos-legende h3 {
    font-size: 4vw;
    font-family: 'PPNeueMachina-PlainRegular', sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px;
  }

  .page-newstxt-infos-legende {
    font-size: 4vw;
    width: 50%;
    font-family: 'PPNeueMachina-PlainRegular', sans-serif;
  }

  .page-newstxt-infos-legende strong {
    font-family: 'PPNeueMachina-PlainBold', sans-serif;
  }


  .page-newstxt-infos2 {
    /* background-color: #eee; */
    /* padding: 10px; */
    margin-top: 20px;
    width: auto;
    font-family: 'PPNeueMachina-PlainRegular', sans-serif;
    font-size: 4vw;

  }

  .page-newstxt-infos2-title {
    font-family: "PPNeueMachina-PlainBold", "sans-serif";
    text-transform: uppercase;
    font-size: 16px;
  }

  .page-newstxt-infos2 {
    font-family: 'PPNeueMachina-PlainRegular', sans-serif;
    font-size: 14px;
  }

  .page-newstxt-download {
    background-color: #fff;
    padding: 10px;
    width: auto;
    /*border: solid 3px #eee;*/

  }

  .page-newstxt-download a {
    display: block;
    clear: both;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: "PPNeueMachina-PlainBold", "sans-serif";

  }

  .page-newstxt-download a .fa {
    margin: 8px;
    color: rgba(51, 51, 51, 0.54);
  }


  .share-news-on-social-media {
    clear: both;
    display: none;
    font-size: 2.0em;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .share-news-on-social-media a {
    margin: 10px;
  }

  .share-news-on-social-media a:hover {
    color: #ccc;
  }


  /* PAGE-BUSINESS CASE */
  h1.business-case-main-title {
    /* text-transform: uppercase; */
    font-size: 27px;
    font-family: "PPNeueMachina-PlainRegular", "sans-serif";
  }

  h1.business-case-main-title b,
  h1.business-case-main-title strong {
    font-family: "PPNeueMachina-PlainBold", "sans-serif";
    font-size: 27px;
    font-weight: 400;
  }

  h3.business-case-category-title {
    text-align: left;
    font-weight: bold;
    font-size: 27px;
    font-family: "PPNeueMachina-PlainBold", "sans-serif";
    /* text-transform: uppercase; */
  }

  .business-case-category-text {
    line-height: 18px;
    font-size: 16px !important;
    font-family: 'PPNeueMachina-PlainRegular', Helvetica, Arial, sans-serif;
  }

  .business-case-category-links a {
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .business-case-image {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  h1.category-title {
    text-align: center;
    margin: 30px 10px 20px 10px;
    /* text-transform: uppercase; */
    font-weight: normal;
    font-size: 8.5vw;
    line-height: 7.9vw;
    letter-spacing: 0;
    font-family: "AetherBold", "sans-serif";
  }

  .container-metierswording h1.category-title {
    margin-top: 60px;
  }

  h1.blog-title {
    text-align: center;
    margin: 10px;
    ;
    text-transform: uppercase;
    font-weight: bold;
  }


  /*
   BLOG LIST
  */
  .bloc-bloglist-description {
    text-transform: none;
    text-align: left;
    /*-webkit-hyphens: auto;
    -moz-hyphens: auto;
      hyphens: auto;
      */
    font-size: 1.7em;
    line-height: 1.3em;
    font-family: "PPNeueMachina-PlainBold", "sans-serif";
    -moz-text-align-last: left;
    /* Code for Firefox */
    text-align-last: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .bloc-bloglist-description strong {
    font-family: "PPNeueMachina-PlainBold", "sans-serif";
    font-weight: normal;
    color: #000;
  }


  .bloc-bloglist-right {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }


  .blog-logo {
    display: block;
    height: auto !important;
    width: 75% !important;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0px;
  }

  .bloc-bloglist-mobilelogo {
    padding: 15px;
    /* margin-bottom: 30px; */
    margin-top: -15px;
  }

  .bloc-bloglist-mobilelogo a img {
    width: 100%;
  }

  .bloc-bloglist-description-mobile {
    margin-top: 75px;
    font-weight: normal;
    font-size: 4.1vw;
    line-height: 4.3vw;
    letter-spacing: 0;
    font-family: "AetherBold", "sans-serif";
  }

  /*
  .container-bloglist .col-sm-3 {
    padding: 0 !important;
  }
  */
  .container-bloglist {
    padding-top: 30px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .bloc-bloglist-mobileimages {
    margin-left: 0px;
    margin-top: 18px;
  }

  .bloc-bloglist-images-img {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bloc-bloglist-images-img {
    padding-left: 5px !important;
    padding-right: 5px !important;
    text-align: center !important;
  }

  .bloc-bloglist-images-author {
    font-size: 13px;
    line-height: 13px;
    text-align: center !important;
    font-family: "PPNeueMachina-PlainBold", "sans-serif";
    margin-top: 15px;
    display: inline-block;
  }

  .bloc-bloglist-images-metier {
    font-size: 9px;
    line-height: 9px;
    text-align: center !important;
    font-family: "PPNeueMachina-PlainBold", "sans-serif";
    display: block;
    text-transform: uppercase;
  }

  .bloc-bloglist-images-title {
    font-size: 10px;
    line-height: 11px;
    text-align: center !important;
    font-family: "PPNeueMachina-PlainBoldItalic", "sans-serif";
    margin-top: 5px;
    display: inline-block;
  }


  .bloc-bloglist-images-img img {
    width: 100%;
    height: auto;
  }


  .slider-revuedepresse {
    display: none !important;
  }

  .inner-container-rdp {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: -45px;
  }

  .rdp-book {
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 5px;
  }

  .revuedepresse-mobile img {
    -moz-box-shadow: 5px 5px 5px 0px #cfcfcf;
    -webkit-box-shadow: 5px 5px 5px 0px #cfcfcf;
    -o-box-shadow: 5px 5px 5px 0px #cfcfcf;
    box-shadow: 5px 5px 5px 0px #cfcfcf;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=134, Strength=5);
  }

  .revuedepresse-mobile {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .revuedepresse-mobile h3 {
    width: 100px;
    font-family: "PPNeueMachina-PlainBold", "sans-serif";
    text-transform: uppercase;
    display: block;
    margin-bottom: 30px;
  }

  .revuedepresse-mobile a {
    font-family: "PPNeueMachina-PlainBold", "sans-serif";
    border: 1px solid black;
    text-transform: uppercase;
    padding: 5px;
    font-size: 12px;
  }


  /* PAGE REVUE DE PRESSE */
  .rdp-book {
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 5px;
  }

  .rdp-book img {
    -moz-box-shadow: 5px 5px 5px 0px #cfcfcf;
    -webkit-box-shadow: 5px 5px 5px 0px #cfcfcf;
    -o-box-shadow: 5px 5px 5px 0px #cfcfcf;
    box-shadow: 5px 5px 5px 0px #cfcfcf;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=134, Strength=5);
  }

  .rdp-book h3 {
    width: 100px;
    font-family: "PPNeueMachina-PlainBold", "sans-serif";
    text-transform: uppercase;
    display: block;
    margin-bottom: 30px;
  }

  .rdp-book a {
    font-family: "PPNeueMachina-PlainBold", "sans-serif";
    border: 1px solid black;
    text-transform: uppercase;
    padding: 5px;
    font-size: 12px;
  }


  .revuedepresse-desktop img {
    -moz-box-shadow: 5px 5px 5px 0px #cfcfcf;
    -webkit-box-shadow: 5px 5px 5px 0px #cfcfcf;
    -o-box-shadow: 5px 5px 5px 0px #cfcfcf;
    box-shadow: 5px 5px 5px 0px #cfcfcf;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=134, Strength=5);
    width: 100%;
    margin-top: 30px;
  }

  .revuedepresse-desktop {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .revuedepresse-element {
    margin-bottom: 50px;

  }

  .revuedepresse-desktop h3 {
    /* width: 200px; */
    font-family: "PPNeueMachina-PlainBold", "sans-serif";
    /* text-transform: uppercase; */
    display: block;
    margin-bottom: 10px;
    letter-spacing: 0px;
  }

  .revuedepresse-desktop a.revuedepresse-downloadlink {
    font-family: "PPNeueMachina-PlainRegular", "sans-serif";
    border: 1px solid #000;
    border-radius: 30px;
    padding: 5px 9px 4px;
    font-size: 12px;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }


  /* PAGE-METIER V2 */
  .metiers-wording p {
    text-transform: none;
    text-align: center;
    /* -webkit-hyphens: auto;
     -moz-hyphens: auto;
     -ms-hyphens: auto;
     hyphens: auto;
     */
    font-size: 5.5vw;
    letter-spacing: 0;
    line-height: 5.9vw;
    font-family: "AetherBold", "sans-serif";
    -moz-text-align-last: center;
    /* Code for Firefox */
    text-align-last: center;
    color: #636466;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0px;
  }


  .metiers-wording p a {
    color: #000;
  }


  .metierv2-leftblock {
    text-align: left;
    height: auto;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
  }

  .metierv2-rightblock {
    text-align: left;
    height: auto;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;

  }

  .metierv2-name {
    /* text-transform: uppercase; */
    font-size: 5.4vw;
    text-align: center;
    line-height: 5.5vw;
    font-family: "AetherBold", "sans-serif";
  }

  .metierv2-description {
    margin-top: 10px;
    /*font-size: 21px;
    line-height: 21px;
    letter-spacing: 1px;
    */
    font-size: 3.9vw;
    /* letter-spacing: 0px; */
    line-height: 4.1vw;
    font-family: "PPNeueMachina-PlainRegular", "sans-serif";
    color: #000;
    margin-bottom: 40px;


  }

  .metierv2-block {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }


  .metierv2-bullet {
    height: 100%;
    width: auto;
  }

  .metierv2-leftblock .metierv2-bullet {
    float: left;
    margin-right: 25px;
    display: none;
  }

  .metierv2-rightblock .metierv2-bullet {
    float: left;
    margin-right: 25px;
    display: none;

  }


  h1.category-title-page {
    text-align: center;
    margin: 10px 20px 10px 20px;
    /* text-transform: uppercase; */
    font-family: "AetherBold", "sans-serif";
    letter-spacing: 0px;
    font-size: 8.5vw;
    line-height: 7.9vw;
  }

  .view-search-art360 h1.category-title-page {
    margin-top: 40px;
  }

  /* NEWSLETTER */
  .newsletter-form {
    text-align: center;
    margin-bottom: 30px;
  }

  h2.newsletter-title-small {
    font-family: "AetherBold", "sans-serif";
    /* text-transform: uppercase; */
    /* font-weight: normal; */
    margin-top: 50px;
    font-size: 13px;
    letter-spacing: 0px;
  }

  h2.newsletter-title {
    font-family: "AetherBold", "sans-serif";
    /* text-transform: uppercase; */
    /* font-weight: normal; */
    margin-top: 50px;
    font-size: 24px;
    letter-spacing: 0px;
  }

  h2.newsletter-title-front-top {
    margin-top: 10px !important;
  }

  /* .newsletter-form input {
    width: 70%;
    color: #000;
    border: solid #000 2px;
    padding: 4px;
    background: #FFF;
    letter-spacing: 2px;
    margin: 6px 0 0 0;
    border-radius: 0;
  }
  .newsletter-form button {
    width: 20%;
    color: #FFF;
    margin-left: -5px;
    border: solid #000 2px;
    padding: 4px;
    background: #000;
    text-transform: uppercase;
  } */
  .newsletter-form input {
    width: 180px;
    /* Ajustement de la largeur pour compenser les marges */
    color: #000;
    border: solid #000 1px;
    padding: 3px 5px 1px 22px;
    background: #fff;
    letter-spacing: 1px;
    font-size: 3.5vw;
    height: 38px !important;
    margin: 10px 15px 10px 0;
    /* Marge à droite pour l'espace de 30px avec le bouton */
    font-family: 'PPNeueMachina-PlainRegular', sans-serif;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    /* Arrondi à gauche pour le champ de formulaire */
  }

  .newsletter-form button {
    width: 110px;
    color: #fff;
    border: solid #000 2px;
    padding: 3px 15px 1px 17px;
    background: #000;
    height: 38px !important;
    font-size: 3.5vw;
    letter-spacing: 0px;
    font-family: "PPNeueMachina-PlainRegular", "sans-serif";
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    /* Arrondi à droite pour le bouton */
    margin-left: 0px;
    /* Espace de 30px avec l'input */
    position: relative;
  }

  .view-remont-actus-page-details-produits {
    margin-bottom: 20px;
  }

  /* News Menu List Page Client */
  .news-menu-list-clientpage {
    display: none;
  }

  .news-menu-list-clientpage ul {
    list-style-type: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    display: inline-block;
    padding: 0;
  }

  .news-menu-list-clientpage ul li {
    display: block;
    float: left;
    list-style-type: none;
    color: #000;
    margin: 3px;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: "PPNeueMachina-PlainBold", "sans-serif";
  }

  .news-menu-list-clientpage ul li a {
    display: inline-block;
    padding: 0;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 1px !important;
    border: solid 1px #fff;
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    font-family: "Titling Gothic FB Cond Reg", "sans-serif";
  }

  .news-menu-list-clientpage ul li a:hover {
    display: inline-block;
    color: #000;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    border-bottom: 1px solid #000;
    margin-bottom: 1px !important;
    text-transform: uppercase;
    padding: 0;

  }


  .news-menu-list-categories-client {
    text-align: center;
    line-height: 25px;
  }

  .news-menu-list-categories-client a {
    display: inline-block;
    padding: 0;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 1px !important;
    border: solid 1px #fff;
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    font-family: "Titling Gothic FB Cond Reg", "sans-serif";
  }

  .news-menu-list-categories-client a:hover {
    display: inline-block;
    padding: 0;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 1px !important;
    /* border-bottom: 1px solid #000; */
    margin-bottom: 1px !important;
    color: #646464;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    font-family: "Titling Gothic FB Cond Reg", "sans-serif";
  }

  .news-menu-list-clientpage ul li:last-child {}


  .news-menu-list-clientpage ul li a.current-news-menu {
    display: block;
    color: #000;
    border-bottom: 1px solid #000;
    margin-bottom: 1px !important;
    padding: 0;
  }


  .footer-agency-contacts {
    font-family: 'Libre Franklin', sans-serif;
    margin-top: 75px;
    /*font-size: 1.1em;
    line-height: 1.4em;*/
    padding-left: 5px !important;
    padding-right: 0 !important;
    overflow: hidden;
    /*width: 150px;*/
    float: right;
  }

  /*.footer-agency-contacts a {
    font-size: 11px !important;
  }
  */
  .footer-agency-email {
    font-size: 13px !important;
  }

  .footer-agency-contacts strong {
    font-family: "PPNeueMachina-PlainBold", "sans-serif";
    font-weight: normal;
  }

  .footer-agency-phone {
    font-size: 4.9vw !important;
    letter-spacing: 0;
    display: block;
    height: 35px;
    padding-top: 23px;
    font-family: "PPNeueMachina-PlainBold", "sans-serif";
  }

  .footer-agency-phone a {
    font-size: 16px !important;
    letter-spacing: 0.1em;
    display: block;
    height: 35px;
    padding-top: 10px;
    font-family: "PPNeueMachina-PlainBold", "sans-serif";
  }


  /* News Menu List Page Home */
  form#views-exposed-form-cv2-actu-home-default.jquery-once-2-processed {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 0;
    font-size: 18px;
    margin-bottom: -35px;
    margin-top: 15px;
  }

  form#views-exposed-form-cv2-actu-home-default.jquery-once-2-processed .form-type-bef-link {
    display: inline-block;
    list-style-type: none;
    color: #000;
    margin: 2px 0px 0px 0px;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: O;
    font-family: "AetherBold", "sans-serif";
    /* border-right: #000 1px solid; */
    height: 20px;
  }

  form#views-exposed-form-cv2-actu-home-default.jquery-once-2-processed .form-type-bef-link:last-child {
    border-right: none;
  }

  form#views-exposed-form-cv2-actu-home-default.jquery-once-2-processed .form-type-bef-link a {
    display: block;
    padding: 0;
    margin: 0 4px 4px 4px !important;
    border: solid 1px #fff;
    color: #000;
    text-transform: uppercase;
    font-size: 3.7vw !important;
    font-weight: normal;
    /* letter-spacing: 1px; */
    /* font-family: "PPNeueMachina-PlainBold", "sans-serif"; */
  }

  form#views-exposed-form-cv2-actu-home-default.jquery-once-2-processed .form-type-bef-link a:hover {
    display: block;
    color: #646464;
    /* border-bottom: 1px solid #000; */
    margin-bottom: 1px !important;
    padding: 0;
  }


  form#views-exposed-form-cv2-actu-home-default.jquery-once-2-processed .form-type-bef-link a.active {
    display: block;
    color: #646464;
    /* border-bottom: 1px solid #000; */
    margin-bottom: 1px !important;
    padding: 0;
  }

  form#views-exposed-form-cv2-actu-home-default.jquery-once-2-processed div.views-exposed-widgets {
    text-align: center;
    display: inline-block;
    /* margin-top: -10px; */
  }


  #views-exposed-form-cv2-actu-home-default {
    /*display: none !important;*/
  }


  #views-exposed-form-liste-des-clients-block {
    /*display: none !important;*/
  }


  /* News Menu List Page Client */
  form#views-exposed-form-liste-des-clients-block.jquery-once-2-processed {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 0;
    font-size: 18px;
    margin-bottom: -20px;
    margin-top: -10px;
  }

  form#views-exposed-form-liste-des-clients-block.jquery-once-2-processed .form-type-bef-link {
    display: inline-block;
    list-style-type: none;
    color: #000;
    margin: 1px 0px 0px 0px;
    font-weight: normal;
    font-size: 3.7vw !important;
    /* letter-spacing: 1px; */
    text-transform: uppercase;
    font-family: "AetherBold", "sans-serif";
    /* border-right: #000 1px solid; */
    height: 20px;
  }

  form#views-exposed-form-liste-des-clients-block.jquery-once-2-processed .form-type-bef-link:last-child {
    border-right: none;
  }

  form#views-exposed-form-liste-des-clients-block.jquery-once-2-processed .form-type-bef-link a {
    display: block;
    padding: 0;
    margin: 0 3px 5px 3px;
    border: solid 1px #fff;
    color: #000;
    /* text-transform: uppercase; */
    /* font-size: 15px; */
    font-weight: normal;
    /* letter-spacing: 1px; */
    font-family: "AetherBold", "sans-serif";
  }

  form#views-exposed-form-liste-des-clients-block.jquery-once-2-processed .form-type-bef-link a:hover {
    display: block;
    color: #646464;
    /* border-bottom: 1px solid #000; */
    margin-bottom: 1px !important;
    padding: 0;
  }


  form#views-exposed-form-liste-des-clients-block.jquery-once-2-processed .form-type-bef-link a.active {
    display: block;
    color: #646464;
    /* border-bottom: 1px solid #000; */
    margin-bottom: 1px !important;
    padding: 0;
  }

  form#views-exposed-form-liste-des-clients-block.jquery-once-2-processed div.views-exposed-widgets {
    text-align: center;
    display: inline-block;
  }


  .grey-container {
    background-color: #000;
    margin-top: 10px;
    margin: 0;
    padding: 20px 0 10px 0;
  }

  #bloglist-container {
    background-color: #ededed !important;
  }


  a.link-display-more {
    border: 0 !important;
    margin-top: 8px !important;
    color: black;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: auto;
    letter-spacing: 0px;
    font-size: 4.4vw;
    /* text-transform: uppercase; */
    font-family: "AetherBold", "sans-serif";
    padding-top: 0px !important;
  }

  a.link-display-more-success {
    border: 0 !important;
    margin-top: 8px !important;
    color: black;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: auto;
    letter-spacing: 0px;
    font-size: 4.4vw;
    /* text-transform: uppercase; */
    font-family: "AetherBold", "sans-serif";
    padding-top: 0px !important;
  }


  ul.pager.pager-load-more {
    padding-top: 0px !important;
  }

  .pager-load-more {
    border: 0 !important;
    margin-top: 8px !important;
    color: black;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: auto;
    letter-spacing: 0px;
    font-size: 4.4vw;
    /* text-transform: uppercase; */
    font-family: "AetherBold", "sans-serif";
  }


  #searchFormHeaderMobile {
    bottom: 7px;
    width: 100%;
    display: none;
  }

  #searchFormHeaderMobile input {
    display: block;
    width: 100%;
    border-bottom: 1px solid #000;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    color: #333;
    text-align: center;
    font-weight: 100;
    font-family: sans-serif;
    font-size: 16pt;
    margin-bottom: 20px;
  }


  .page-client-name {
    font-size: 20px;
    display: block;
    /*border-bottom: 1px solid #000;*/
    /* text-transform: uppercase; */
    padding: 5px 0 0 0;
    /*margin-bottom: 10px;*/
    color: black;
    font-family: "AetherBold", "sans-serif";
    letter-spacing: 0px;
    font-weight: 200;
    margin-bottom: 0px;
  }

  .page-newstxt-othernews h1.category-title-page {
    display: none !important;
  }


  .category-title-spacing {
    height: 5px;
  }

  .center-on-mobile {
    text-align: center !important;
  }

  .offer-category-title {
    text-align: center !important;
  }

  .offer-category-contrat {
    text-align: center !important;
  }

  .view-c2v-offres {
    margin-top: 20px;
  }

  .news-date-home, .news-date-home-first {
    font-family: "PPNeueMachina-PlainRegular", "sans-serif";
    font-size: 4.2vw;
    padding-bottom: 2px;
    color: #ff0050;
  }

  .news-block-small {
    margin-top: 10px;
    margin-bottom: 5px;
    padding-top: 10px;
  }

  .news-block-headline {
    margin-top: 25px;
    margin-bottom: 10px;
    padding-top: 10px;
  }

  .share-news-on-social-media .social-icon-small {
    display: inline-block;
  }

}


@media only screen and (max-width: 1100px) {

  .container-metierswording h1.category-title {
    margin-top: 50px;
  }

  #clients-display-menu h1.category-title {
    margin: 20px 10px 0px 10px;
  }

  h1.category-title-page {
    margin: 10px 20px 10px 20px;
  }

  .title-actualite {
    margin-top: 25px !important;
  }

  .container-metierswording .category-title-page {
    margin-top: 25px !important;
  }


  .bloc-success-stories-desktop {
    display: none;
  }

  .row-business-case-center {
    width: 100%;
    text-align: center;
  }

  #creation-picture-mobile {
    margin-top: 25px !important;
  }

  #emediart-container {
    width: 86% !important;
    height: 88vw !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .emediart-text1 {
    text-transform: none;
    text-align: center;
    font-size: 5.5vw;
    letter-spacing: 0;
    line-height: 5.9vw;
    font-family: "AetherBold", "sans-serif";
    -moz-text-align-last: center;
    text-align-last: center;
    color: #636466;
    margin-bottom: 10px !important;
    padding-left: 15px;
    padding-right: 15px;

  }

  .emediart-text2 {
    font-size: 26px !important;
  }

  .emediart-title-regular {
    font-family: "Titling Gothic FB Cond Reg", "sans-serif" !important;
    position: relative;
    top: -2px;
  }

  .hero-banner-cta {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    height: 300px;
    background: url('/sites/all/themes/communicart2/images/hero-banner-cta-nobtn-mob.jpg') no-repeat center;
    background-size: cover;
  }

  #open-typeform-mob {
    display: block !important;
    width: 100% !important;
  }

  .btn-typeform button {
    font-family: 'PPNeueMachina-PlainRegular', sans-serif !important;
    width: 150px !important;
    height: 90px !important;
    text-overflow: initial !important;
    display: block !important;
    font-family: Helvetica, Arial, sans-serif;
    max-width: 100%;
    white-space: normal !important;
    overflow: auto !important;
    background-color: #000000;
    color: #fff;
    font-size: 15px;
    border-radius: 0px;
    font-weight: bold;
    cursor: pointer;
    padding: 5px 10px 5px 10px !important;
    line-height: 26px !important;
    text-align: center;
    margin: 0;
    text-decoration: none;
  }

}