@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,400,700,900");
@font-face {
  font-family: "COCOGOOSE LETTERPRESS";
  src: url(../fonts/COCOGOOSELETTERPRESS.ttf); }
body {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  background: #1d1d1b;
  color: #fff;
  padding-top: 57px; }
  body:not(.homepage):not(.dossier) {
    padding-top: calc(57px + 4em); }
  body.homepage {
    background: #000; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

button {
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  width: 100%;
  cursor: pointer; }

.daymode {
  background: #FFF;
  color: #000; }
  .daymode a {
    color: #666; }
    .daymode a:hover {
      color: #000; }

a {
  color: #DDD; }
  a:hover {
    color: #FFF; }

.d-block {
  display: block; }

.bool .true {
  color: #00DD00; }
.bool .false {
  color: #E2001A; }

.bigger {
  font-size: 115%; }

::selection {
  background: #E2001A;
  color: #FFFFFF; }

::-moz-selection {
  background: #E2001A;
  color: #FFFFFF; }

.container {
  max-width: 1980px;
  margin: auto; }

input, textarea {
  font-family: 'Montserrat', sans-serif; }

/*Le bandeau cookie*/
.cookie-banner {
  box-sizing: border-box;
  line-height: 1.5;
  display: none;
  z-index: 19;
  position: fixed;
  bottom: 0;
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  padding: 2em .5em; }

#ga-cancel-button, #ga-confirm-button {
  margin: 1em .5em;
  color: #fff;
  width: 15em; }

.active {
  display: block; }

.make-your-choice {
  display: flex;
  justify-content: center; }

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10; }
  header a {
    text-decoration: none; }
  header .top-header-container {
    display: flex;
    justify-content: space-between;
    max-width: none; }
    header .top-header-container img {
      height: 2em; }
    header .top-header-container .header-left-part {
      margin: 0 .25em 0 0;
      padding: 1em;
      width: 70%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-flow: row wrap;
      background: #FFFFFF; }
      header .top-header-container .header-left-part .logo-and-contact {
        display: flex;
        align-items: center; }
        header .top-header-container .header-left-part .logo-and-contact .logo_rms {
          position: absolute;
          left: 1rem;
          top: 1rem;
          height: 5rem;
          width: 5rem;
          z-index: 2; }
        header .top-header-container .header-left-part .logo-and-contact .tel_picto {
          margin-right: .5rem;
          margin-left: 6rem; }
        header .top-header-container .header-left-part .logo-and-contact .phone-number {
          color: #E2001A;
          font-size: 1.4em;
          font-weight: 700;
          text-decoration: none;
          white-space: nowrap; }
      header .top-header-container .header-left-part .welcoming {
        position: relative;
        text-align: right;
        font-weight: bold;
        max-width: 70%;
        padding: 0 1rem;
        white-space: nowrap;
        color: #000; }
        header .top-header-container .header-left-part .welcoming .user-name {
          color: #E2001A; }
      header .top-header-container .header-left-part .welcoming::before {
        content: "";
        width: 1px;
        height: 20px;
        background: #707173;
        left: 0;
        position: absolute; }
    header .top-header-container .header-right-part {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 0 0 0 .25rem;
      padding: 1em;
      width: 30%;
      background: #E2001A;
      position: relative; }
      header .top-header-container .header-right-part .logo_rms_white {
        display: none; }
      header .top-header-container .header-right-part .guest_icon {
        margin-right: .5rem; }
      header .top-header-container .header-right-part .deco_and_menu {
        display: flex;
        align-items: center; }
        header .top-header-container .header-right-part .deco_and_menu a {
          color: #FFFFFF;
          font-weight: bold;
          text-decoration: none; }
        header .top-header-container .header-right-part .deco_and_menu .connect_image {
          margin: 0 1rem;
          color: transparent; }
        header .top-header-container .header-right-part .deco_and_menu .burger-icon {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          cursor: pointer;
          transition: .3s ease-in-out; }
        header .top-header-container .header-right-part .deco_and_menu .burger-line {
          margin: 2px;
          width: 30px;
          height: 5px;
          background: #FFFFFF;
          transition: all .3s ease-in-out;
          transform-origin: center bottom; }
  header .nav-container {
    position: absolute;
    right: 0;
    width: 100%;
    max-width: none; }
    header .nav-container .menu {
      position: relative;
      margin: .5rem 0;
      text-align: right; }
      header .nav-container .menu div {
        opacity: 0;
        transform: translateY(-2em);
        transition: all .3s ease-in-out; }
        header .nav-container .menu div ul {
          background: #FFFFFF;
          display: flex;
          justify-content: flex-end;
          flex-wrap: wrap;
          padding-left: 6rem; }
          header .nav-container .menu div ul li {
            padding: 1rem;
            white-space: nowrap; }
            header .nav-container .menu div ul li a {
              color: #333333;
              text-decoration: none;
              text-transform: uppercase;
              font-weight: bold;
              font-size: .9em; }
            header .nav-container .menu div ul li a:hover, header .nav-container .menu div ul li a.active {
              color: #FF0000; }
    header .nav-container .desktop-menu div {
      opacity: 1;
      transform: translateY(0); }
    header .nav-container .mobile-menu {
      position: fixed;
      top: 50px;
      display: none; }
      header .nav-container .mobile-menu ul {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        height: calc(100vh - 50px);
        width: 100vw; }

footer {
  padding: 2em 1em; }
  footer .container {
    line-height: 1.5; }
    footer .container p {
      color: #BBBBBB;
      font-weight: lighter; }
      footer .container p a {
        text-decoration: none;
        color: #BBBBBB; }
        footer .container p a:hover {
          color: #FFF; }

h4 {
  line-height: 1.2; }

.page-title {
  color: #E2001A;
  font-weight: 900;
  text-transform: uppercase;
  margin: 3em 0 2em 1em;
  letter-spacing: .15em; }
  .page-title.stone {
    padding: calc(8px + 3em) 0 2em 2%;
    background: #FC0;
    margin: -8px 0 0;
    border-bottom: 3px solid #000;
    background: url("/images/mur.jpg"); }

p {
  line-height: 1.5; }

.text-intro {
  color: #FFFFFF;
  font-weight: bold;
  margin: 2em 0; }
  .text-intro:first-child {
    margin-top: 0; }

.article-title {
  color: #E2001A;
  font-weight: bold;
  font-size: 1.2em;
  text-transform: uppercase; }

.article-content {
  color: #D8D8D8; }

.article-conclude {
  font-size: 1.2em;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 2em; }

.espaceclient .nouveau {
  padding-bottom: 2em; }
  .espaceclient .nouveau > *:not(.slider) {
    padding-left: 2em;
    padding-right: 2em; }
  .espaceclient .nouveau p {
    padding-bottom: 6px;
    line-height: 3em; }
  .espaceclient .nouveau .links p {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 2em;
    max-width: 420px; }
    .espaceclient .nouveau .links p > span {
      padding-right: 1em; }
    .espaceclient .nouveau .links p > .classic-button {
      padding: 0 2em; }
.espaceclient .container.slider {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 2px solid #AAA;
  border-width: 2px 0;
  margin-bottom: 4em;
  background: transparent url("../images/nouveau/fond.jpg") center center no-repeat;
  background-size: cover;
  height: calc(100vh - 26em); }
  .espaceclient .container.slider .slick-arrow {
    position: absolute;
    z-index: 2;
    width: 2rem;
    height: 4em;
    left: 1em;
    right: auto;
    top: calc(50% - 2em);
    cursor: pointer;
    margin: 1em 1em 10em 1em; }
    .espaceclient .container.slider .slick-arrow.slick-next {
      left: auto;
      right: 1em; }
  .espaceclient .container.slider .slick-list {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1; }
    .espaceclient .container.slider .slick-list .slick-track {
      height: 100%; }
      .espaceclient .container.slider .slick-list .slick-track .slick-slide {
        display: flex;
        height: 100%; }
        .espaceclient .container.slider .slick-list .slick-track .slick-slide > img {
          margin: auto;
          height: auto;
          width: auto;
          max-width: 85%;
          max-height: 100%; }
  .espaceclient .container.slider .slick-dots {
    position: absolute;
    top: calc(100vh - 26em);
    left: 0;
    right: 0;
    text-align: left;
    padding: 1em 2em; }
    .espaceclient .container.slider .slick-dots li {
      display: inline-block;
      border-left: 1px solid white; }
      .espaceclient .container.slider .slick-dots li:first-child {
        border: none; }
        .espaceclient .container.slider .slick-dots li:first-child button {
          padding-left: 0; }
      .espaceclient .container.slider .slick-dots li.slick-active button {
        color: #E2001A; }
      .espaceclient .container.slider .slick-dots li button {
        opacity: 1;
        border: none;
        background: transparent;
        color: #FFF;
        cursor: pointer;
        padding: 0 1em; }
    .espaceclient .container.slider .slick-dots .slick-active button::before {
      color: #E2001A; }

.slick-arrow .cls-p, .slick-arrow .cls-l {
  fill: #FFF; }
.slick-arrow .cls-le, .slick-arrow .cls-pr {
  fill: #E2001A; }
.slick-arrow:hover .cls-p, .slick-arrow:hover .cls-l, .slick-arrow:active .cls-p, .slick-arrow:active .cls-l {
  fill: #E2001A; }
.slick-arrow:hover .cls-le, .slick-arrow:hover .cls-pr, .slick-arrow:active .cls-le, .slick-arrow:active .cls-pr {
  fill: #FFF; }

.hero {
  color: #FFFFFF;
  position: relative;
  align-items: center;
  overflow: hidden; }
  .hero .container.slider {
    width: 100%;
    height: calc(100vh - 57px - 4rem - 15rem - 5rem);
    min-height: 410px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 8em;
    padding-left: 1em;
    padding-right: 1em;
    margin: auto;
    box-sizing: border-box; }
    .hero .container.slider .slick-arrow {
      width: 12em;
      height: 4em;
      margin: 1em 1em 10em 1em;
      transform: translateY(-3.5em);
      display: none;
      cursor: pointer; }
    .hero .container.slider .slick-dots {
      position: absolute;
      display: none !important;
      top: 20%;
      left: 18%; }
      .hero .container.slider .slick-dots li {
        width: 1.5em; }
        .hero .container.slider .slick-dots li button {
          opacity: 1;
          border: none;
          background: transparent;
          color: transparent;
          padding: -.5em; }
        .hero .container.slider .slick-dots li button::before {
          content: '•';
          font-size: 2em;
          color: #fff;
          height: 1em;
          width: 1em;
          transition: .3s ease-in-out; }
      .hero .container.slider .slick-dots .slick-active button::before {
        color: #E2001A; }
    .hero .container.slider h1 {
      font-size: 1.2em;
      letter-spacing: .2em;
      text-transform: uppercase;
      margin-bottom: 2em;
      line-height: 1.5em; }
    .hero .container.slider h2 {
      font-family: "COCOGOOSE LETTERPRESS", sans-serif;
      font-size: 3em;
      text-transform: uppercase;
      color: #E2001A;
      line-height: 1.2; }
      .hero .container.slider h2 span {
        color: #fff; }
    .hero .container.slider h2::before {
      content: "➜ ";
      color: #E2001A; }
    .hero .container.slider .reflexion {
      background: -webkit-linear-gradient(90deg, rgba(226, 0, 26, 0.5) 0%, black 90%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      transform: scale(1, -1);
      margin: -12px auto auto;
      line-height: 1; }
      .hero .container.slider .reflexion span {
        background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, black 70%);
        -webkit-background-clip: text; }
    .hero .container.slider .catchline {
      margin: auto;
      font-size: 1.8em;
      max-width: 38em;
      text-transform: uppercase;
      font-family: "COCOGOOSE LETTERPRESS", sans-serif;
      color: #E2001A; }
  .hero #particles-js, .hero .fond-chrome, .hero .loader {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 100%;
    height: calc(100vh - 57px - 4rem - 15rem - 5rem + 8rem + 16rem); }
  .hero .fond-chrome {
    background: url("../images/fond-metal.png") no-repeat left top;
    opacity: .7;
    background-size: 40%;
    min-height: 400px; }
  .hero .loader {
    z-index: 2;
    background: #000; }
    .hero .loader .loader-container {
      height: 100%;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .hero .loader .loader-container img {
        height: 5em;
        width: 5em;
        opacity: .7;
        transform-origin: center;
        animation: loading 4s linear infinite; }

@keyframes loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.scrolldown {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #262528;
  position: relative; }
  .scrolldown h3 {
    color: #FFFFFF;
    font-size: 1.5em;
    padding: 1.5em;
    font-weight: bold;
    text-align: center; }
  .scrolldown img {
    height: 4em;
    width: 4em;
    transition: all .2s ease-out;
    position: absolute;
    bottom: -2.2em;
    left: calc(50% - 2em); }

.contact2-hero-wrapper {
  height: 15rem;
  padding-top: 1rem;
  text-align: center; }
  .contact2-hero-wrapper p {
    font-family: "COCOGOOSE LETTERPRESS", sans-serif;
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom: 2rem; }
    .contact2-hero-wrapper p span {
      color: #E2001A; }

.contact-hero-wrapper {
  margin-bottom: 2em;
  padding: 0 1em; }
  .contact-hero-wrapper h3 {
    text-transform: uppercase;
    color: #E2001A;
    font-family: "COCOGOOSE LETTERPRESS", sans-serif;
    font-size: 1.5em;
    margin-bottom: 1em; }
  .contact-hero-wrapper .contact-hero {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap; }
    .contact-hero-wrapper .contact-hero .form-part {
      display: flex;
      flex-direction: column;
      margin: 1em 1em 0 0; }
      .contact-hero-wrapper .contact-hero .form-part label {
        color: #969696;
        margin-bottom: .5em; }
      .contact-hero-wrapper .contact-hero .form-part input {
        height: 2em;
        width: 21em;
        padding: .5em;
        border: 0; }
    .contact-hero-wrapper .contact-hero .form-phone-picto {
      height: 3em; }
    .contact-hero-wrapper .contact-hero .callmeBack {
      width: 21em;
      display: flex;
      margin: 1em 1em 0 0;
      background: none;
      border: none;
      text-align: left;
      cursor: pointer; }
      .contact-hero-wrapper .contact-hero .callmeBack .callmeback-text {
        color: #fff;
        text-transform: uppercase;
        text-decoration: underline;
        margin: 0 1em;
        font-weight: bold; }

.qualities .container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }
  .qualities .container a {
    text-align: center;
    color: #FFFFFF;
    width: 24em;
    padding: 3em 1em;
    justify-content: flex-start;
    transition: .2s ease-in-out;
    text-decoration: none; }
    .qualities .container a img {
      width: 5em;
      height: 5em;
      margin-bottom: 2em; }
    .qualities .container a h3 {
      text-transform: uppercase;
      font-family: "COCOGOOSE LETTERPRESS", sans-serif;
      color: #E2001A;
      font-size: 2em;
      margin-bottom: 1em; }
    .qualities .container a p {
      text-align: center;
      font-weight: bold; }
      .qualities .container a p strong {
        font-size: 1.1em; }
  .qualities .container a:hover {
    background: #19181A; }

.section-title {
  text-transform: uppercase;
  font-size: 1.5em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 2em;
  color: #fff;
  line-height: 1.5; }
  .section-title span {
    color: #E2001A; }

table.retractable {
  width: 100%; }
  table.retractable thead th {
    padding: 1em;
    text-align: left; }
  table.retractable tbody tr td {
    padding: 1em;
    border-top: 2px solid #AAA;
    font-weight: 500;
    vertical-align: middle; }
    table.retractable tbody tr td.confie {
      color: #E2001A; }
    table.retractable tbody tr td.recouvre {
      color: #00DD00; }
    table.retractable tbody tr td.debiteur a {
      color: #E2001A;
      text-decoration: none; }
  table.retractable tbody tr.footable-detail-row > td {
    padding: 0;
    border-top: none; }
    table.retractable tbody tr.footable-detail-row > td th {
      max-width: 20em;
      color: #8c8c8c; }
    table.retractable tbody tr.footable-detail-row > td th, table.retractable tbody tr.footable-detail-row > td td {
      background: #EEE;
      border-top: 1px solid #AAA;
      vertical-align: middle;
      text-align: left;
      padding: 1em; }
    table.retractable tbody tr.footable-detail-row > td td {
      width: 80%; }
  table.retractable .footable-first-visible {
    padding-left: 2em; }
    table.retractable .footable-first-visible:before {
      content: "+";
      display: inline-block;
      width: 3rem;
      cursor: pointer;
      font-size: 2rem;
      line-height: 1rem;
      font-weight: bold;
      vertical-align: top;
      margin-top: -0.2rem; }
  table.retractable tr[data-expanded] .footable-first-visible:before {
    content: "-"; }
  table.retractable thead tr .footable-first-visible:before {
    content: ""; }

.engagement {
  background: #2E2D31;
  padding: 4em 1em; }
  .engagement .container {
    color: #fff; }
    .engagement .container .engagement-actions {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap; }
      .engagement .container .engagement-actions article {
        text-align: center;
        max-width: 15em;
        margin: 0 1em 1em 1em; }
        .engagement .container .engagement-actions article img {
          width: 10em;
          height: 10em;
          transform: translateX(-25%); }
        .engagement .container .engagement-actions article h4 {
          text-transform: uppercase;
          font-weight: bold;
          font-size: 1.2em;
          margin-bottom: .5em;
          line-height: 1.4; }

.actualites {
  background: url("../images/mur.jpg") no-repeat center fixed;
  background-size: cover;
  padding: 0 1em; }
  .actualites .container {
    padding: 3em 0;
    color: #fff; }
    .actualites .container .actu-articles {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap; }
      .actualites .container .actu-articles article {
        display: flex;
        margin: 3em 1em;
        width: 40%; }
        .actualites .container .actu-articles article .article-illu {
          min-width: 12em;
          height: 12em;
          background: url("../images/actu_placeholder.jpg") no-repeat center;
          margin-right: 2em; }
        .actualites .container .actu-articles article .article-content {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          font-weight: bold;
          border-bottom: 2px solid #fff;
          padding-bottom: .5em;
          color: #FFFFFF; }
          .actualites .container .actu-articles article .article-content h4 {
            font-weight: bold;
            font-size: 1.4em; }
          .actualites .container .actu-articles article .article-content a {
            color: #fff;
            font-weight: bold;
            font-size: 1.2em; }
    .actualites .container .foot-wrapper {
      height: 5.2rem; }
      .actualites .container .foot-wrapper .placer {
        width: 45em; }
      .actualites .container .foot-wrapper footer {
        text-align: right;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 45%;
        max-width: 30rem;
        float: right; }
        .actualites .container .foot-wrapper footer:after {
          clear: both; }
        .actualites .container .foot-wrapper footer a {
          color: #FFFFFF;
          text-decoration: none;
          margin: .5em; }
        .actualites .container .foot-wrapper footer .next-page-arrow {
          display: block;
          width: 7em; }
        .actualites .container .foot-wrapper footer .fb {
          display: flex;
          align-items: center; }
        .actualites .container .foot-wrapper footer .fb-icon {
          font-size: 1.4em;
          font-weight: bolder;
          margin-right: 1em; }

.geography {
  background: #1D2021;
  color: #FFFFFF; }
  .geography .container {
    max-width: 1140px;
    padding: 0 1em 5em; }
    .geography .container .section-title {
      line-height: 2;
      padding-top: 4em; }
    .geography .container .geography-intro {
      color: #FFFFFF;
      max-width: 45em;
      margin: 5em 0; }
      .geography .container .geography-intro strong {
        font-weight: bold; }
    .geography .container .territories-wrapper {
      display: flex;
      justify-content: center; }
      .geography .container .territories-wrapper .drom-coms {
        width: 40em;
        height: 35em;
        padding: 2em;
        display: flex;
        flex-direction: column;
        justify-content: space-around; }
        .geography .container .territories-wrapper .drom-coms .item {
          display: flex;
          align-items: flex-end; }
          .geography .container .territories-wrapper .drom-coms .item img {
            box-sizing: border-box;
            text-align: right;
            height: 6em;
            width: 5em;
            margin-right: 2em; }
          .geography .container .territories-wrapper .drom-coms .item p {
            width: 100%;
            font-size: 1.2em;
            font-weight: bolder;
            text-transform: uppercase;
            padding-bottom: .5em;
            border-bottom: 1px solid #fff; }
      .geography .container .territories-wrapper .metropolitaine {
        width: 40em;
        padding: 2em;
        display: flex;
        align-items: center; }
        .geography .container .territories-wrapper .metropolitaine img {
          width: 100%; }

.home-contact {
  background: #fff;
  color: #000; }
  .home-contact .container {
    padding: 4em 1em; }
    .home-contact .container a {
      color: #000;
      text-decoration: none; }
    .home-contact .container .contact-title {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      margin-bottom: 6em; }
      .home-contact .container .contact-title img {
        width: 5em;
        margin-left: 2em; }
    .home-contact .container .home-contact-wrapper {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap; }
      .home-contact .container .home-contact-wrapper h4 {
        font-size: 1.2em; }
      .home-contact .container .home-contact-wrapper .home-contact-left {
        /*
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        */
        max-width: 45em;
        margin: 3em 0; }
        .home-contact .container .home-contact-wrapper .home-contact-left h4 + p {
          margin: 1em 0; }
        .home-contact .container .home-contact-wrapper .home-contact-left .bolder {
          font-weight: bold; }
        .home-contact .container .home-contact-wrapper .home-contact-left a {
          color: #000;
          text-decoration: none;
          font-weight: bold; }
      .home-contact .container .home-contact-wrapper .home-contact-right {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .home-contact .container .home-contact-wrapper .home-contact-right h4 {
          margin-bottom: 3em; }
        .home-contact .container .home-contact-wrapper .home-contact-right a {
          color: #000;
          text-decoration: none; }
        .home-contact .container .home-contact-wrapper .home-contact-right .contact-right-item {
          position: relative;
          height: 20em;
          margin: 3em 3em; }
        .home-contact .container .home-contact-wrapper .home-contact-right .contact-right-item::after {
          content: "";
          height: 1px;
          width: 4em;
          background: #000;
          position: absolute;
          bottom: 0;
          left: 0; }
        .home-contact .container .home-contact-wrapper .home-contact-right .followus ul {
          line-height: 2; }

section.page, .page-communication, .page-equipe, .page-process, .page-tarification {
  font-size: 1em; }
  section.page .page-container .page-intro, .page-communication .page-container .page-intro, .page-equipe .page-container .page-intro, .page-process .page-container .page-intro, .page-tarification .page-container .page-intro {
    font-weight: bold;
    max-width: 50em;
    font-size: 1em;
    margin: 0 0 2em 2%; }
  section.page .page-container article, .page-communication .page-container article, .page-equipe .page-container article, .page-process .page-container article, .page-tarification .page-container article {
    margin: 4em auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 90em;
    padding: 1em; }
    section.page .page-container article .article-content, .page-communication .page-container article .article-content, .page-equipe .page-container article .article-content, .page-process .page-container article .article-content, .page-tarification .page-container article .article-content {
      max-width: 35em; }
      section.page .page-container article .article-content .article-conclude, .page-communication .page-container article .article-content .article-conclude, .page-equipe .page-container article .article-content .article-conclude, .page-process .page-container article .article-content .article-conclude, .page-tarification .page-container article .article-content .article-conclude {
        margin-top: 1em; }
    section.page .page-container article ul, .page-communication .page-container article ul, .page-equipe .page-container article ul, .page-process .page-container article ul, .page-tarification .page-container article ul {
      line-height: 1.5;
      list-style-type: disc;
      list-style-position: inside; }
  section.page .page-container .illustration-article, .page-communication .page-container .illustration-article, .page-equipe .page-container .illustration-article, .page-process .page-container .illustration-article, .page-tarification .page-container .illustration-article {
    height: auto;
    max-width: 35em;
    margin-bottom: 2em; }
  section.page .page-container .illustration-article-1, .page-communication .page-container .illustration-article-1, .page-equipe .page-container .illustration-article-1, .page-process .page-container .illustration-article-1, .page-tarification .page-container .illustration-article-1 {
    background: url("../images/article_illu_1.jpg") no-repeat left center; }
  section.page .page-container .illustration-article-2, .page-communication .page-container .illustration-article-2, .page-equipe .page-container .illustration-article-2, .page-process .page-container .illustration-article-2, .page-tarification .page-container .illustration-article-2 {
    background: url("../images/article_illu_2.jpg") no-repeat left center; }
  section.page .page-container .illustration-article-3, .page-communication .page-container .illustration-article-3, .page-equipe .page-container .illustration-article-3, .page-process .page-container .illustration-article-3, .page-tarification .page-container .illustration-article-3 {
    background: url("../images/article_illu_3.jpg") no-repeat left center; }
  section.page .page-break, .page-communication .page-break, .page-equipe .page-break, .page-process .page-break, .page-tarification .page-break {
    width: 100%;
    background: url("../images/values_sep.jpg") no-repeat center fixed;
    background-size: cover;
    height: 50em; }
  section.page .page-break-process, .page-communication .page-break-process, .page-equipe .page-break-process, .page-process .page-break-process, .page-tarification .page-break-process {
    background-image: url("../images/page-break-process.jpeg"); }
  section.page .page-break-equipe, .page-communication .page-break-equipe, .page-equipe .page-break-equipe, .page-process .page-break-equipe, .page-tarification .page-break-equipe {
    background-image: url("../images/equipe-page-break.jpeg"); }
  section.page .page-break-com, .page-communication .page-break-com, .page-equipe .page-break-com, .page-process .page-break-com, .page-tarification .page-break-com {
    background-image: url("../images/page-break-tarif.jpeg"); }
  section.page .page-break-tarif, .page-communication .page-break-tarif, .page-equipe .page-break-tarif, .page-process .page-break-tarif, .page-tarification .page-break-tarif {
    background-image: url("../images/page-break-com.jpg"); }

strong {
  font-weight: bold;
  color: #fff; }

.classic-button {
  background: #E2001A;
  padding: 1em 2em;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  border: 1px solid transparent;
  transition: .2s ease-in-out;
  cursor: pointer; }

.classic-button:hover {
  background: #000;
  color: #E2001A;
  border: 1px solid #E2001A; }

.page-concept article .illustration-article-concept_1 {
  background: url("../images/art_illu_concept.jpg") no-repeat center; }
.page-concept article .article-content .article-relance-cta {
  font-size: 1.2em;
  color: #FFFFFF;
  margin: 3em 0; }
  .page-concept article .article-content .article-relance-cta a {
    color: #fff;
    font-weight: bolder; }
.page-concept article .article-content .ending-buttons {
  display: flex;
  flex-direction: column;
  margin: 4em 0; }
  .page-concept article .article-content .ending-buttons a {
    margin: 1em 0; }

section.page article .seemore, .page-process article .seemore, .page-tarification article .seemore, .page-equipe article .seemore, .page-communication article .seemore {
  color: inherit;
  line-height: 1.5; }
section.page .list-process-2, .page-process .list-process-2, .page-tarification .list-process-2, .page-equipe .list-process-2, .page-communication .list-process-2 {
  color: #E2001A;
  text-transform: uppercase; }
section.page .list-process-3, .page-process .list-process-3, .page-tarification .list-process-3, .page-equipe .list-process-3, .page-communication .list-process-3 {
  color: #E2001A;
  font-weight: bold;
  font-size: 115%; }
section.page a, .page-process a, .page-tarification a, .page-equipe a, .page-communication a {
  color: inherit; }
section.page .illustration-article-communication, .page-process .illustration-article-communication, .page-tarification .illustration-article-communication, .page-equipe .illustration-article-communication, .page-communication .illustration-article-communication {
  background: url("../images/rms-com-1.jpg") no-repeat center; }
section.page .chapeau, .page-process .chapeau, .page-tarification .chapeau, .page-equipe .chapeau, .page-communication .chapeau {
  font-size: 130%;
  max-width: 61.6em;
  padding: 1em;
  padding-bottom: calc(1em + 12px);
  margin: 2em auto 1em;
  font-weight: bold;
  line-height: 1.5em;
  background: transparent url("../images/rms-test-chapeausep.png") 1em bottom no-repeat;
  background-size: auto 6px; }
  section.page .chapeau + div > article, .page-process .chapeau + div > article, .page-tarification .chapeau + div > article, .page-equipe .chapeau + div > article, .page-communication .chapeau + div > article {
    margin-top: 1em !important; }

.espace-connexion > .container:first-child {
  padding: 0 1em; }
.espace-connexion h1 {
  padding-bottom: 1em;
  border-bottom: 1px solid #E2001A;
  margin-right: 0;
  margin-left: 1em; }
.espace-connexion .connexion-container {
  padding: 1em 2em;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .espace-connexion .connexion-container .form-wrapper {
    width: 24em; }
  .espace-connexion .connexion-container .page-intro {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em; }
  .espace-connexion .connexion-container .connexion-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .espace-connexion .connexion-container .connexion-form .form-bloc {
      margin: 1em 1em 0 0; }
    .espace-connexion .connexion-container .connexion-form .form-part {
      display: flex;
      flex-direction: column;
      width: 100%; }
      .espace-connexion .connexion-container .connexion-form .form-part label {
        color: #969696;
        margin-bottom: .5em; }
      .espace-connexion .connexion-container .connexion-form .form-part input {
        height: 2em;
        padding: .5em 1em;
        border: 0; }
      .espace-connexion .connexion-container .connexion-form .form-part .stay-checkbox {
        height: 2em;
        width: 2em;
        visibility: hidden;
        margin-right: 1em; }
      .espace-connexion .connexion-container .connexion-form .form-part .check-input {
        position: relative;
        margin: 0;
        cursor: pointer; }
      .espace-connexion .connexion-container .connexion-form .form-part .check-input::before {
        content: "";
        position: absolute;
        left: -45px;
        top: -2px;
        height: 1.5em;
        width: 1.5em;
        background: #fff; }
      .espace-connexion .connexion-container .connexion-form .form-part .stay-checkbox:checked + .check-input::after {
        content: "";
        position: absolute;
        left: -41px;
        top: 2px;
        height: 1em;
        width: 1em;
        background: #E2001A; }
    .espace-connexion .connexion-container .connexion-form .check-part {
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      margin: 1.5em 0; }
    .espace-connexion .connexion-container .connexion-form .classic-button {
      font-family: 'Montserrat', sans-serif;
      font-size: 1em;
      width: 100%; }
  .espace-connexion .connexion-container .help-links {
    margin: 2em 0; }
    .espace-connexion .connexion-container .help-links a {
      color: #C8C8C8; }
    .espace-connexion .connexion-container .help-links .forgotten, .espace-connexion .connexion-container .help-links .additionnal-form-links {
      display: flex;
      flex-direction: column;
      line-height: 1.5; }
    .espace-connexion .connexion-container .help-links .forgotten {
      margin-bottom: 2em; }
  .espace-connexion .connexion-container .additionnal-form-links {
    font-size: 1em;
    max-width: 715px;
    margin: auto; }
    .espace-connexion .connexion-container .additionnal-form-links p {
      color: #E2001A;
      margin-bottom: .5em;
      position: relative;
      font-weight: bold; }
    .espace-connexion .connexion-container .additionnal-form-links ul {
      color: #FFFFFF;
      line-height: 1.5;
      list-style: disc inside; }

.page-contact .contact-container .form-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2em;
  width: auto; }
  .page-contact .contact-container .form-wrapper .form-items {
    display: flex;
    justify-content: center; }
  .page-contact .contact-container .form-wrapper .form-bloc {
    margin: 0 1em; }
  .page-contact .contact-container .form-wrapper .form-part {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 1em 0; }
    .page-contact .contact-container .form-wrapper .form-part label {
      color: #969696;
      margin-bottom: .5em; }
      .page-contact .contact-container .form-wrapper .form-part label span {
        color: #E2001A; }
    .page-contact .contact-container .form-wrapper .form-part input {
      height: 2em;
      padding: .5em 1em;
      border: 0;
      width: 20em; }
    .page-contact .contact-container .form-wrapper .form-part textarea {
      border: none;
      height: 8em;
      padding: .5em 1em;
      width: 100%;
      box-sizing: border-box; }
    .page-contact .contact-container .form-wrapper .form-part #message {
      height: 15em; }
  .page-contact .contact-container .form-wrapper > .form-part {
    padding: 0 1em;
    box-sizing: border-box; }
  .page-contact .contact-container .form-wrapper .classic-button {
    cursor: pointer;
    display: block;
    height: 4em;
    width: 15em;
    margin: 3em auto; }
.page-contact .contact-container .mentions {
  margin-bottom: 2em;
  color: #969696;
  max-width: 70em; }
  .page-contact .contact-container .mentions span {
    color: #E2001A; }
.page-contact .contact-container .coords {
  color: #969696;
  text-align: left;
  line-height: 1.5; }
  .page-contact .contact-container .coords .coord-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  .page-contact .contact-container .coords .num {
    margin: 0 1em;
    color: #E2001A;
    text-decoration: none; }
.page-contact .newsletter {
  margin-bottom: 2em;
  text-align: center; }
  .page-contact .newsletter form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center; }
    .page-contact .newsletter form input[type="email"] {
      height: 2em;
      padding: .5em 1em;
      border: 0;
      width: 20em;
      margin: 0 1em; }

.page-liste-actus .page-title {
  padding-bottom: 1em;
  border-bottom: 1px solid #E2001A; }
.page-liste-actus .container {
  padding: 0 1em 1em; }
  .page-liste-actus .container .actu-page-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap-reverse;
    max-width: 1140px;
    margin: auto; }
    .page-liste-actus .container .actu-page-wrapper.block {
      display: block; }
    .page-liste-actus .container .actu-page-wrapper article {
      display: flex;
      margin: 3em 1em;
      max-width: 45em; }
      .page-liste-actus .container .actu-page-wrapper article .article-illu {
        min-width: 12em;
        height: 12em;
        background: url("../images/actu_placeholder.jpg") no-repeat center;
        margin-right: 2em; }
      .page-liste-actus .container .actu-page-wrapper article .article-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        font-weight: bold;
        border-bottom: 1px solid #fff;
        padding-bottom: .5em;
        color: #FFFFFF; }
        .page-liste-actus .container .actu-page-wrapper article .article-content h4 {
          font-weight: bold;
          font-size: 1.4em; }
        .page-liste-actus .container .actu-page-wrapper article .article-content a {
          color: #fff;
          font-weight: bold;
          font-size: 1.2em; }
    .page-liste-actus .container .actu-page-wrapper .articles-navigation {
      line-height: 1.5;
      max-width: 300px; }
      .page-liste-actus .container .actu-page-wrapper .articles-navigation h3 {
        font-weight: 600;
        color: #E2001A;
        margin-bottom: 1em;
        font-size: 1.3em; }
      .page-liste-actus .container .actu-page-wrapper .articles-navigation .actu-nav-list {
        text-align: left; }
        .page-liste-actus .container .actu-page-wrapper .articles-navigation .actu-nav-list ul {
          display: flex;
          flex-direction: column;
          justify-content: flex-start; }
          .page-liste-actus .container .actu-page-wrapper .articles-navigation .actu-nav-list ul li .actu-nav-item {
            color: #FFFFFF; }
          .page-liste-actus .container .actu-page-wrapper .articles-navigation .actu-nav-list ul li .is-active {
            font-weight: 900; }
  .page-liste-actus .container .pagination {
    display: flex;
    align-items: center;
    justify-content: center; }
    .page-liste-actus .container .pagination .pagination-arrow {
      max-width: 10em; }
      .page-liste-actus .container .pagination .pagination-arrow svg {
        height: 1em; }
    .page-liste-actus .container .pagination .page-numbers {
      font-weight: 500;
      display: flex;
      margin: 3em 2em;
      color: #C8C8C8;
      font-size: 1.3em;
      white-space: nowrap; }
      .page-liste-actus .container .pagination .page-numbers .page-single-number:after {
        content: " / "; }
      .page-liste-actus .container .pagination .page-numbers a {
        color: #C8C8C8;
        text-decoration: none; }
      .page-liste-actus .container .pagination .page-numbers .is-active a {
        color: #FFFFFF;
        font-weight: 900; }
    .page-liste-actus .container .pagination .page-numbers:last-child:after {
      content: "";
      color: transparent; }

.page-single-actu .container .actu-page-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  margin: auto; }
  .page-single-actu .container .actu-page-wrapper .single-article {
    display: flex;
    justify-content: space-around;
    margin: 2em 0 0 0;
    max-width: 60em; }
    .page-single-actu .container .actu-page-wrapper .single-article .single-illu-1 {
      min-width: 24em;
      height: 35em;
      background: url("../images/placeholder-actu.jpg") center top no-repeat; }
    .page-single-actu .container .actu-page-wrapper .single-article .corps-article {
      padding-left: 2em;
      max-width: 40em; }
      .page-single-actu .container .actu-page-wrapper .single-article .corps-article .date {
        color: #E2001A;
        font-size: 1.1em;
        font-weight: bold;
        margin-bottom: 1em; }
      .page-single-actu .container .actu-page-wrapper .single-article .corps-article h2 {
        font-weight: 700;
        font-size: 1.3em;
        line-height: 1.5; }
      .page-single-actu .container .actu-page-wrapper .single-article .corps-article .text-content {
        color: #C6C7C8; }
      .page-single-actu .container .actu-page-wrapper .single-article .corps-article .single-illustration-illu-2 {
        margin: 2em 0;
        min-width: 27em;
        height: 35em;
        background: url("../images/article_illu_3.jpg") no-repeat center;
        background-size: cover; }
      .page-single-actu .container .actu-page-wrapper .single-article .corps-article .article-illustration {
        display: block;
        width: 100%;
        margin: 2em 0 1em; }
      .page-single-actu .container .actu-page-wrapper .single-article .corps-article .article-illustration + p {
        padding-bottom: 2em; }
    .page-single-actu .container .actu-page-wrapper .single-article .networks {
      margin-top: 1em;
      font-size: 1.5em;
      display: flex;
      width: 100%; }
      .page-single-actu .container .actu-page-wrapper .single-article .networks li {
        margin-right: 2em; }
        .page-single-actu .container .actu-page-wrapper .single-article .networks li img {
          height: 1em; }
      .page-single-actu .container .actu-page-wrapper .single-article .networks .fb {
        font-weight: bold;
        text-decoration: none;
        color: #fff; }
  .page-single-actu .container .actu-page-wrapper .articles-navigation {
    margin-bottom: 2em; }
.page-single-actu .container .page-numbers {
  text-decoration: none; }

.recrutement .page-liste-actus {
  color: #CF0; }
  .recrutement .page-liste-actus .container .actu-page-wrapper article:first-child {
    margin-top: 0; }
  .recrutement .page-liste-actus .container .actu-page-wrapper article .article-content {
    font-weight: 400;
    padding-bottom: 2em; }
    .recrutement .page-liste-actus .container .actu-page-wrapper article .article-content h4 {
      margin-bottom: 1em; }
    .recrutement .page-liste-actus .container .actu-page-wrapper article .article-content p {
      margin-bottom: 1em; }

.file-container {
  padding: 1em; }
  .file-container .page-title {
    border-bottom: 1px solid #E2001A;
    padding-bottom: 1em;
    margin: 6em 0 6em 1em; }

.dropzone {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #808080;
  width: 23em;
  height: 10em;
  margin: 0;
  border: 3px dashed #E2001A;
  text-align: center;
  position: relative; }
  .dropzone p {
    font-size: 1em; }
  .dropzone input {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
    height: 100%; }

.top-file .file-container .page-intro {
  font-weight: 600;
  font-size: 1.2em;
  text-align: center;
  max-width: 34em;
  margin: auto; }
.top-file .file-container .actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 3em; }
  .top-file .file-container .actions img {
    height: 4em;
    width: 4em; }
  .top-file .file-container .actions .classic-button {
    width: 15em;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
  .top-file .file-container .actions .actions-item {
    box-sizing: border-box;
    width: 35em;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin: 2em 0; }
  .top-file .file-container .actions .actions-item > * {
    margin: .5em 0; }
  .top-file .file-container .actions .download {
    border-right: 2px solid #969696; }
    .top-file .file-container .actions .download .classic-button > p {
      text-transform: lowercase; }
    .top-file .file-container .actions .download .plus {
      text-align: center;
      font-size: 5em;
      width: 1em;
      height: .5em;
      font-weight: lighter;
      margin: 0;
      display: flex;
      align-items: center;
      justify-content: center; }

.error-msg {
  margin: 0 1rem 2rem;
  text-align: center; }

.bottom-file .online-file {
  display: flex; }
  .bottom-file .online-file .page-title {
    border: none;
    margin: 0 1em 2em 1em;
    color: #FFF;
    text-align: center; }
  .bottom-file .online-file .form-part input, .bottom-file .online-file .form-part textarea {
    padding: .9rem .5rem;
    margin: .5rem 1rem 1rem 0;
    width: 100%;
    font-size: 0.9rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .bottom-file .online-file .form-part textarea {
    height: 8.4rem; }
  .bottom-file .online-file .online-file-debiteur {
    width: 100%;
    margin: 1rem;
    color: #E2001A; }
    .bottom-file .online-file .online-file-debiteur .debiteur-file-fields {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
      width: 100%; }
      .bottom-file .online-file .online-file-debiteur .debiteur-file-fields .half-form {
        flex-basis: 48%;
        flex-grow: 1; }
        .bottom-file .online-file .online-file-debiteur .debiteur-file-fields .half-form:first-child {
          margin-right: 1rem; }
      .bottom-file .online-file .online-file-debiteur .debiteur-file-fields input {
        border: 1px solid #E2001A;
        background: #ffc9cf; }
  .bottom-file .online-file .online-file-creancier {
    width: 100%;
    margin: 1rem; }
    .bottom-file .online-file .online-file-creancier .creancier-file-field {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap; }
      .bottom-file .online-file .online-file-creancier .creancier-file-field .half-form {
        flex-basis: 48%;
        flex-grow: 1; }
        .bottom-file .online-file .online-file-creancier .creancier-file-field .half-form:first-child {
          margin-right: 1rem; }
      .bottom-file .online-file .online-file-creancier .creancier-file-field input, .bottom-file .online-file .online-file-creancier .creancier-file-field textarea {
        border: 1px solid transparent; }
      .bottom-file .online-file .online-file-creancier .creancier-file-field #message {
        height: 7.4em; }
.bottom-file .add-proofs {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .bottom-file .add-proofs .classic-button {
    margin: 3em 0; }
  .bottom-file .add-proofs .proofs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; }
  .bottom-file .add-proofs .proof {
    margin: 0.5rem; }
    .bottom-file .add-proofs .proof .dropzone {
      margin-top: 1em; }

.required.missing {
  background: #E2001A !important;
  border-color: #ff7c8b !important; }

.confirmation {
  padding-top: 5em;
  padding-bottom: 5em;
  color: #E2001A;
  text-align: center; }

.removeFileBtn {
  cursor: pointer; }

.espaceclient .daymode {
  margin-top: 1em;
  min-height: 10vh;
  height: auto;
  transition-property: height;
  transition-duration: 0.3s; }
  .espaceclient .daymode.loading {
    height: 10vh;
    background: #FFF url("loading_icon.gif") center center no-repeat;
    background-size: auto 8vh;
    overflow: hidden; }
    .espaceclient .daymode.loading .retractable {
      display: none; }
.espaceclient .liste-debiteurs .footable-filtering-search .input-group-btn {
  display: none; }

.client-selection-container {
  display: flex;
  justify-content: space-between; }
  .client-selection-container p:last-child {
    text-align: right; }

#cont_rapport .boites {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 -1em; }
  #cont_rapport .boites .boiteCol {
    flex-basis: 44%;
    flex-grow: 1;
    margin: 1em;
    display: flex;
    flex-direction: column; }
    #cont_rapport .boites .boiteCol .boite {
      margin: 1rem 0;
      padding: 1rem;
      background: #FFF;
      color: #000;
      font-weight: 300;
      flex-grow: 1; }
      #cont_rapport .boites .boiteCol .boite a {
        color: #666; }
        #cont_rapport .boites .boiteCol .boite a:hover {
          color: #333; }
      #cont_rapport .boites .boiteCol .boite h3 {
        color: #E2001A;
        font-weight: 600;
        padding-bottom: 1em; }
      #cont_rapport .boites .boiteCol .boite span {
        color: #666;
        font-weight: 400; }
        #cont_rapport .boites .boiteCol .boite span.true {
          color: #00DD00; }
        #cont_rapport .boites .boiteCol .boite span.false {
          color: #E2001A; }
      #cont_rapport .boites .boiteCol .boite .encadre {
        font-weight: 400;
        color: #666;
        background: #EEE;
        margin-top: 1em;
        padding: 0.5em; }
#cont_rapport .intro.boites {
  color: #000;
  margin-top: 1rem;
  margin-bottom: 0; }
  #cont_rapport .intro.boites table {
    width: 100%; }
  #cont_rapport .intro.boites h3 {
    color: #E2001A;
    font-weight: 600; }
  #cont_rapport .intro.boites .boiteCol {
    flex-direction: row;
    margin-top: 0;
    margin-bottom: 0; }
    #cont_rapport .intro.boites .boiteCol .boite {
      flex-basis: 44%;
      flex-grow: 1;
      margin: 0;
      line-height: 1.5; }
      #cont_rapport .intro.boites .boiteCol .boite .contains-float {
        clear: both; }
      #cont_rapport .intro.boites .boiteCol .boite .float-right {
        float: right; }
        #cont_rapport .intro.boites .boiteCol .boite .float-right.red span {
          color: #E2001A; }
        #cont_rapport .intro.boites .boiteCol .boite .float-right.green span {
          color: #00DD00; }

@media screen and (min-width: 769px) {
  .show-sm {
    display: none; } }
@media screen and (max-width: 768px) {
  .hide-sm {
    display: none; }

  header .top-header-container {
    flex-flow: wrap row-reverse; }
    header .top-header-container .header-left-part {
      justify-content: space-around;
      width: 100%;
      margin: 0; }
    header .top-header-container .header-right-part {
      width: 100%;
      margin: .25em 0 0 0; }
  header .nav-container .menu ul {
    justify-content: space-around;
    flex-wrap: wrap; }

  .page-title, .espace-connexion h1, .file-container .page-title {
    margin: 3rem 0 2rem; }

  .page-title.stone {
    padding-left: 1rem;
    padding-right: 1rem; }

  section.page .chapeau {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }

  .geography .container .territories-wrapper {
    flex-wrap: wrap; }

  .page-values {
    font-size: .9em; }

  .bottom-file .online-file {
    flex-wrap: wrap; }
    .bottom-file .online-file .online-file-debiteur, .bottom-file .online-file .online-file-creancier, .bottom-file .online-file .page-title {
      margin-left: 0;
      margin-right: 0; }
    .bottom-file .online-file .online-file-creancier .creancier-file-field,
    .bottom-file .online-file .online-file-debiteur .debiteur-file-fields {
      display: block; }
    .bottom-file .online-file .form-part input, .bottom-file .online-file .form-part textarea {
      margin-right: 0;
      display: block;
      width: 100%; }

  .espace-connexion > .container:first-child, .page-contact > .container:first-child {
    padding: 0; }
  .espace-connexion .container:first-child h1, .page-contact .container:first-child h1 {
    margin-left: 1rem;
    margin-right: 1rem; }
  .espace-connexion .connexion-container, .page-contact .connexion-container {
    padding-left: 1rem;
    padding-right: 1rem; }
    .espace-connexion .connexion-container .form-wrapper, .page-contact .connexion-container .form-wrapper {
      width: 100%; }

  .page-contact .contact-container {
    padding: 1em 1rem;
    display: block; }
    .page-contact .contact-container .form-wrapper {
      display: block; }
      .page-contact .contact-container .form-wrapper .form-part input, .page-contact .contact-container .form-wrapper .form-part textarea {
        width: auto; }
      .page-contact .contact-container .form-wrapper > .form-part {
        margin: 1em 0;
        padding: 0;
        width: auto; }
      .page-contact .contact-container .form-wrapper .form-items {
        display: block; }
      .page-contact .contact-container .form-wrapper .form-bloc {
        display: block;
        margin: 0; }

  section.page .page-container article, .page-communication .page-container article, .page-equipe .page-container article, .page-process .page-container article, .page-tarification .page-container article {
    margin-top: 2em; }
  section.page .page-container .illustration-article, .page-communication .page-container .illustration-article, .page-equipe .page-container .illustration-article, .page-process .page-container .illustration-article, .page-tarification .page-container .illustration-article {
    max-width: 100%; }
  section.page .page-break, .page-communication .page-break, .page-equipe .page-break, .page-process .page-break, .page-tarification .page-break {
    height: 50vh;
    background-attachment: scroll;
    background-size: cover; }

  .top-file .file-container .actions .download {
    border: none; }

  .client-selection-container {
    display: block; }

  #cont_rapport .boites {
    display: block; }
  #cont_rapport .intro.boites .boiteCol {
    display: block; }
    #cont_rapport .intro.boites .boiteCol .boite .float-right {
      float: none; }

  .page-liste-actus .container .actu-page-wrapper {
    display: block; }
  .page-liste-actus .container .pagination .pagination-arrow {
    max-width: 20vw; }
    .page-liste-actus .container .pagination .pagination-arrow svg {
      height: 1em;
      max-width: 100%; }
  .page-liste-actus .container .pagination .page-numbers {
    margin: 3em 1em; }

  .page-single-actu .container .actu-page-wrapper .single-article {
    display: block; } }
@media screen and (max-width: 1160px) {
  header .nav-container .menu div ul li {
    padding: 0.8rem 0.5rem; }

  .bottom-file .online-file .online-file-creancier .creancier-file-field {
    display: block; }
    .bottom-file .online-file .online-file-creancier .creancier-file-field .half-form:first-child {
      margin: 0; }
  .bottom-file .online-file .online-file-debiteur .debiteur-file-fields {
    display: block; }
    .bottom-file .online-file .online-file-debiteur .debiteur-file-fields .half-form:first-child {
      margin: 0; } }
@media screen and (min-width: 1069px) {
  .show-md {
    display: none; } }
@media screen and (max-width: 1068px) {
  .hide-md {
    display: none; }

  header .nav-container .menu div ul li {
    padding: 0.5rem 0.5rem; }

  .hero .container.slider {
    padding-top: 7em;
    height: calc(100vh - 75px - 175px - 9rem); }
  .hero .contact-hero-wrapper .contact-hero .callmeBack {
    width: 21em; }

  .actualites .container .actu-articles article {
    width: 90%; }

  .page-liste-actus .container .actu-page-wrapper {
    justify-content: space-between; }
  .page-liste-actus .container .pagination {
    flex-wrap: wrap; }

  .page-single-actu .container .actu-page-wrapper .single-article .corps-article {
    padding: 0; }
  .page-single-actu .container .actu-page-wrapper .single-article .single-illu-1 {
    display: none; } }
@media screen and (max-width: 768px) {
  body {
    font-size: 14px; }
    body:not(.homepage):not(.dossier) {
      padding-top: 57px; }

  header .top-header-container .header-left-part {
    display: none; }
  header .top-header-container .header-right-part {
    box-sizing: border-box;
    position: fixed;
    margin: 0;
    left: 0;
    top: 0;
    z-index: 3; }
    header .top-header-container .header-right-part .logo_rms_white {
      display: block;
      order: -1; }
  header .nav-container .menu div ul {
    font-size: 1.2em;
    justify-content: flex-start;
    padding-top: 1em;
    padding-top: 1em;
    padding-left: 0;
    padding-right: 0; }
  header .nav-container .desktop-menu {
    display: none; }
  header .nav-container .mobile-menu {
    display: block; }
    header .nav-container .mobile-menu div ul {
      justify-content: flex-start; }

  .hero {
    padding-bottom: 2em; }
    .hero .fond-chrome {
      background-size: 70%; }
    .hero .loader {
      height: 100vh; }
    .hero .container.slider {
      height: calc(100vh - 75px - 316px - 15rem);
      padding-top: 0em;
      min-height: 350px; }
      .hero .container.slider h1 {
        font-size: 1em; }
      .hero .container.slider h2 {
        font-size: 2em; }
      .hero .container.slider .reflexion {
        display: none;
        margin: -8px auto auto; }
      .hero .container.slider .catchline {
        font-size: 1em;
        margin: 0 auto; }
      .hero .container.slider .slick-dots {
        display: none !important; }
      .hero .container.slider .slick-arrow {
        display: none !important; }
    .hero #particles-js {
      display: none; }

  .contact-hero-wrapper h3 {
    font-size: 1.5em; }
  .contact-hero-wrapper .contact-hero {
    flex-direction: column;
    align-items: center; }
    .contact-hero-wrapper .contact-hero .form-part {
      margin: 1em 0 0 0; }
    .contact-hero-wrapper .contact-hero .callmeBack {
      width: 16em;
      margin: 1em 0 0 0; }

  .contact2-hero-wrapper {
    height: auto;
    padding-bottom: 5rem; }

  .home-contact .container .home-contact-wrapper .home-contact-right {
    display: block;
    width: 100%; }
    .home-contact .container .home-contact-wrapper .home-contact-right .contact-right-item {
      height: auto;
      padding-bottom: 3em;
      margin: 0 0 3em 0; }

  .qualities .container a {
    padding: 1em; }

  .scrolldown {
    display: none; }

  .actualites .container .actu-articles article, .actualites .container .actu-liste article, .page-liste-actus .container .actu-articles article, .page-liste-actus .container .actu-liste article {
    flex-wrap: wrap;
    line-height: 1.5;
    margin: 3em 0; }
    .actualites .container .actu-articles article .article-illu, .actualites .container .actu-liste article .article-illu, .page-liste-actus .container .actu-articles article .article-illu, .page-liste-actus .container .actu-liste article .article-illu {
      display: none; }
    .actualites .container .actu-articles article .article-content h4, .actualites .container .actu-liste article .article-content h4, .page-liste-actus .container .actu-articles article .article-content h4, .page-liste-actus .container .actu-liste article .article-content h4 {
      font-weight: bold;
      margin: .5em 0; }

  .actualites .container .foot-wrapper footer {
    padding: 2em 0;
    width: 100%;
    max-width: 100%;
    float: none; }
    .actualites .container .foot-wrapper footer .see-all {
      margin-left: 0; }
  .actualites .container .actu-articles article {
    width: auto; }

  .recrutement .page-liste-actus {
    color: #CF0; }
    .recrutement .page-liste-actus .container .actu-page-wrapper article:first-child {
      margin-top: 0; }
    .recrutement .page-liste-actus .container .actu-page-wrapper article .article-content {
      font-weight: 400; }
      .recrutement .page-liste-actus .container .actu-page-wrapper article .article-content h4 {
        margin-bottom: 1em; }
      .recrutement .page-liste-actus .container .actu-page-wrapper article .article-content p {
        margin-bottom: 1em; } }

/*# sourceMappingURL=stylesheet.css.map */
