@charset "UTF-8";
.session-contact {
  font-size: 1.4em;
  margin: 50px auto;
}

.appeler {
  color: #ef6603; }

.pricingTable > .pricingTable-title {
  text-align: center;
  color: #6e768d;
  font-size: 3em;
  font-size: 300%;
  margin-bottom: 20px; }
.pricingTable > .pricingTable-subtitle {
  text-align: center;
  color: #b4bdc6;
  font-size: 1.8em;
  margin-bottom: 30px;
}
  @media screen and (max-width: 480px) {
    .pricingTable > .pricingTable-subtitle {
      margin-bottom: 30px; } }
.pricingTable-firstTable {
  list-style: none;
  padding-left: 2em;
  padding-right: 2em;
  text-align: center; }
  .pricingTable-firstTable_table {
    vertical-align: middle;
    width: 31%;
    background-color: #ffffff;
    display: inline-block;
    padding: 0px 30px 40px;
    text-align: center;
    max-width: 320px;
    transition: all 0.3s ease;
    border-radius: 5px; }
    @media screen and (max-width: 767px) {
      .pricingTable-firstTable_table {
        display: block;
        width: 90%;
        margin: 0 auto;
        max-width: 90%;
        margin-bottom: 20px;
        padding: 10px;
        padding-left: 20px; } }
    @media screen and (max-width: 767px) {
      .pricingTable-firstTable_table > * {
        display: inline-block;
        vertical-align: middle; } }
    @media screen and (max-width: 480px) {
      .pricingTable-firstTable_table > * {
        display: block;
        float: none; } }
    @media screen and (max-width: 767px) {
      .pricingTable-firstTable_table:after {
        display: table;
        content: '';
        clear: both; } }
    .pricingTable-firstTable_table:hover {
      transform: scale(1.08); }
      @media screen and (max-width: 767px) {
        .pricingTable-firstTable_table:hover {
          transform: none; } }
    .pricingTable-firstTable_table:not(:last-of-type) {
      margin-right: 3.5%; }
      @media screen and (max-width: 767px) {
        .pricingTable-firstTable_table:not(:last-of-type) {
          margin-right: auto; } }
    .pricingTable-firstTable_table:nth-of-type(1) {
      position: relative; }
      @media screen and (max-width: 767px) {
        .pricingTable-firstTable_table:nth-of-type(1) h1 {
          padding-top: 8%; } }
      .pricingTable-firstTable_table:nth-of-type(1):before {
        content: 'VL';
        position: absolute;
        color: white;
        display: block;
        background-color: #607d8bba;
        text-align: center;
        right: 15px;
        top: -25px;
        height: 90px;
        width: 90px;
        border-radius: 50%;
        box-sizing: border-box;
        font-size: 2em;
        padding-top: 20px;
        text-transform: uppercase;
        letter-spacing: 0.13em;
        transition: all 0.5s ease; }
        @media screen and (max-width: 988px) {
          .pricingTable-firstTable_table:nth-of-type(1):before {
            font-size: 0.6em; } }
        @media screen and (max-width: 767px) {
          .pricingTable-firstTable_table:nth-of-type(1):before {
            left: 10px;
            width: 45px;
            height: 45px;
            top: -10px;
            padding-top: 13px; } }
        @media screen and (max-width: 480px) {
          .pricingTable-firstTable_table:nth-of-type(1):before {
            font-size: 0.8em; } }
      .pricingTable-firstTable_table:nth-of-type(1):hover:before {
        transform: rotate(360deg); }
    .pricingTable-firstTable_table:nth-of-type(2) {
      position: relative; }
      @media screen and (max-width: 767px) {
        .pricingTable-firstTable_table:nth-of-type(2) h1 {
          padding-top: 8%; } }
      .pricingTable-firstTable_table:nth-of-type(2):before {
        content: 'GAZ';
        position: absolute;
        color: white;
        display: block;
        background-color: #607d8bba;
        text-align: center;
        right: 15px;
        top: -25px;
        height: 90px;
        width: 90px;
        border-radius: 50%;
        box-sizing: border-box;
        font-size: 2em;
        padding-top: 20px;
        text-transform: uppercase;
        letter-spacing: 0.13em;
        transition: all 0.5s ease; }
        @media screen and (max-width: 988px) {
          .pricingTable-firstTable_table:nth-of-type(2):before {
            font-size: 0.6em; } }
        @media screen and (max-width: 767px) {
          .pricingTable-firstTable_table:nth-of-type(2):before {
            left: 10px;
            width: 45px;
            height: 45px;
            top: -10px;
            padding-top: 13px; } }
        @media screen and (max-width: 480px) {
          .pricingTable-firstTable_table:nth-of-type(2):before {
            font-size: 0.8em; } }
      .pricingTable-firstTable_table:nth-of-type(2):hover:before {
        transform: rotate(360deg); }
    .pricingTable-firstTable_table:nth-of-type(3) {
      position: relative; }
      @media screen and (max-width: 767px) {
        .pricingTable-firstTable_table:nth-of-type(3) h1 {
          padding-top: 8%; } }
      .pricingTable-firstTable_table:nth-of-type(3):before {
        content: 'PL';
        position: absolute;
        color: white;
        display: block;
        background-color: #607d8bba;
        text-align: center;
        right: 15px;
        top: -25px;
        height: 90px;
        width: 90px;
        border-radius: 50%;
        box-sizing: border-box;
        font-size: 2em;
        padding-top: 20px;
        text-transform: uppercase;
        letter-spacing: 0.13em;
        transition: all 0.5s ease; }
        @media screen and (max-width: 988px) {
          .pricingTable-firstTable_table:nth-of-type(3):before {
            font-size: 0.6em; } }
        @media screen and (max-width: 767px) {
          .pricingTable-firstTable_table:nth-of-type(3):before {
            left: 10px;
            width: 45px;
            height: 45px;
            top: -10px;
            padding-top: 13px; } }
        @media screen and (max-width: 480px) {
          .pricingTable-firstTable_table:nth-of-type(3):before {
            font-size: 0.8em; } }
      .pricingTable-firstTable_table:nth-of-type(3):hover:before {
        transform: rotate(360deg); }


        .pricingTable-firstTable_table:nth-of-type(4) {
          position: relative; }
          @media screen and (max-width: 767px) {
            .pricingTable-firstTable_table:nth-of-type(4) h1 {
              padding-top: 8%; } }
          .pricingTable-firstTable_table:nth-of-type(4):before {
            content: 'VL';
            position: absolute;
            color: white;
            display: block;
            background-color: #607d8bba;
            text-align: center;
            right: 15px;
            top: -25px;
            height: 90px;
            width: 90px;
            border-radius: 50%;
            box-sizing: border-box;
            font-size: 2em;
            padding-top: 20px;
            text-transform: uppercase;
            letter-spacing: 0.13em;
            transition: all 0.5s ease; }
            @media screen and (max-width: 988px) {
              .pricingTable-firstTable_table:nth-of-type(4):before {
                font-size: 0.6em; } }
            @media screen and (max-width: 767px) {
              .pricingTable-firstTable_table:nth-of-type(4):before {
                left: 10px;
                width: 45px;
                height: 45px;
                top: -10px;
                padding-top: 13px; } }
            @media screen and (max-width: 480px) {
              .pricingTable-firstTable_table:nth-of-type(4):before {
                font-size: 0.8em; } }
          .pricingTable-firstTable_table:nth-of-type(4):hover:before {
            transform: rotate(360deg); }


            
    .pricingTable-firstTable_table__header {
      font-size: 1.6em;
      padding: 40px 0px;
      border-bottom: 2px solid #ebedec;
      letter-spacing: 0.03em; }
      @media screen and (max-width: 1068px) {
        .pricingTable-firstTable_table__header {
          font-size: 1.45em; } }
      @media screen and (max-width: 767px) {
        .pricingTable-firstTable_table__header {
          padding: 0px;
          border-bottom: none;
          float: left;
          width: 33%;
          padding-top: 3%;
          padding-bottom: 2%; } }
      @media screen and (max-width: 610px) {
        .pricingTable-firstTable_table__header {
          font-size: 1.3em; } }
      @media screen and (max-width: 480px) {
        .pricingTable-firstTable_table__header {
          float: none;
          width: 100%;
          font-size: 1.8em;
          margin-bottom: 5px; } }
    .pricingTable-firstTable_table__pricing {
      font-size: 3em;
      padding: 30px 0px;
      border-bottom: 2px solid #ebedec;
      line-height: 0.7; }
      @media screen and (max-width: 1068px) {
        .pricingTable-firstTable_table__pricing {
          font-size: 2.8em; } }
      @media screen and (max-width: 767px) {
        .pricingTable-firstTable_table__pricing {
          border-bottom: none;
          padding: 0;
          float: left;
          clear: left;
          width: 33%; } }
      @media screen and (max-width: 610px) {
        .pricingTable-firstTable_table__pricing {
          font-size: 2.4em; } }
      @media screen and (max-width: 480px) {
        .pricingTable-firstTable_table__pricing {
          float: none;
          width: 100%;
          font-size: 3em;
          margin-bottom: 10px; } }
      .pricingTable-firstTable_table__pricing span:first-of-type {
        font-size: 0.35em;
        vertical-align: top;
        letter-spacing: 0.15em; }
        @media screen and (max-width: 1068px) {
          .pricingTable-firstTable_table__pricing span:first-of-type {
            font-size: 0.3em; } }
      .pricingTable-firstTable_table__pricing span:last-of-type {
        vertical-align: bottom;
        font-size: 0.30em;
        padding-left: 0.2em; }
        @media screen and (max-width: 1068px) {
          .pricingTable-firstTable_table__pricing span:last-of-type {
            font-size: 0.25em; } }
    .pricingTable-firstTable_table__options {
      list-style: none;
      padding: 15px;
      font-size: 0.9em;
      border-bottom: 2px solid #ebedec; }
      @media screen and (max-width: 1068px) {
        .pricingTable-firstTable_table__options {
          font-size: 0.85em; } }
      @media screen and (max-width: 767px) {
        .pricingTable-firstTable_table__options {
          border-bottom: none;
          padding: 0;
          margin-right: 10%; } }
      @media screen and (max-width: 610px) {
        .pricingTable-firstTable_table__options {
          font-size: 0.7em;
          margin-right: 8%; } }
      @media screen and (max-width: 480px) {
        .pricingTable-firstTable_table__options {
          font-size: 1.3em;
          margin-right: none;
          margin-bottom: 10px; } }
      .pricingTable-firstTable_table__options > li {
        padding: 8px 0px; }
        @media screen and (max-width: 767px) {
          .pricingTable-firstTable_table__options > li {
            text-align: left; } }
        @media screen and (max-width: 610px) {
          .pricingTable-firstTable_table__options > li {
            padding: 5px 0; } }
        @media screen and (max-width: 480px) {
          .pricingTable-firstTable_table__options > li {
            text-align: center; } }
        .pricingTable-firstTable_table__options > li:before {
          content: 'Ô£ô';
          display: inline-block;
          margin-right: 15px;
          color: white;
          background-color: #1d7db1;
          border-radius: 50%;
          width: 15px;
          height: 15px;
          font-size: 0.8em;
          padding: 2px;
          text-align: center; }
          @media screen and (max-width: 1068px) {
            .pricingTable-firstTable_table__options > li:before {
              width: 14px;
              height: 14px;
              padding: 1.5px; } }
          @media screen and (max-width: 767px) {
            .pricingTable-firstTable_table__options > li:before {
              width: 12px;
              height: 12px; } }
    .pricingTable-firstTable_table__getstart {
      color: white;
      background-color: #1d7db1;
      margin-top: 30px;
      border-radius: 5px;
      cursor: pointer;
      padding: 15px;
      box-shadow: 0px 3px 0px 0px rgba(183, 219, 189, 0.5);
      letter-spacing: 0.07em;
      transition: all 0.4s ease; }
      @media screen and (max-width: 1068px) {
        .pricingTable-firstTable_table__getstart {
          font-size: 0.95em; } }
      @media screen and (max-width: 767px) {
        .pricingTable-firstTable_table__getstart {
          margin-top: 0; } }
      @media screen and (max-width: 610px) {
        .pricingTable-firstTable_table__getstart {
          font-size: 0.9em;
          padding: 10px; } }
      @media screen and (max-width: 480px) {
        .pricingTable-firstTable_table__getstart {
          font-size: 1em;
          width: 50%;
          margin: 10px auto; } }
      .pricingTable-firstTable_table__getstart:hover {
        transform: translateY(-10px);
        box-shadow: 0px 40px 29px -19px rgba(29, 125, 177, 0.9); }
        @media screen and (max-width: 767px) {
          .pricingTable-firstTable_table__getstart:hover {
            transform: none;
            box-shadow: none; } }
      .pricingTable-firstTable_table__getstart:active {
        box-shadow: inset 0 0 10px 1px #1d7db1, 0px 40px 29px -19px rgba(29, 125, 177, 0.95);
        transform: scale(0.95) translateY(-9px); }
        @media screen and (max-width: 767px) {
          .pricingTable-firstTable_table__getstart:active {
            transform: scale(0.95) translateY(0);
            box-shadow: none; } }

* {
  padding: 0;
  box-sizing: border-box; }

.btn-floating {
  color: #fff;
  width: 80px;
  height: 45px;
  line-height: 40px;
  padding: 0;
  border-radius: 15px;
  text-align: center;
  background: #1d7db1; }

.btn-floating-complet {
  color: #fff;
  width: 150px;
  height: 45px;
  line-height: 40px;
  padding: 0;
  border-radius: 15px;
  text-align: center;
  background: #736f6f; }

.btn-floating-complet.halfway-fab {
  position: absolute;
  right: 24px;
  bottom: -20px; 
  border-radius: 50px;
}

.btn-floating-complet.halfway-fab:hover {
  color: white;
  background: #ef6603;
}

.date-range-marge {
  margin-top: 5px !important; }

.card .card-content .card-title {
  display: block;
  line-height: 32px;
  margin-bottom: 20px !important;
  font-size: 1.5rem; 
}

.card-title {
  font-weight: 600 !important; }

.complet {
  font-weight: 600;
  color: red; 
}

  .marg {
    margin-bottom: 3rem;
  }

.prerequis {
  text-align: center;
  font-style: italic;
  color: #b4bdc6;
  font-size: 1.2em;
  margin-bottom: 60px;
}
/*# sourceMappingURL=calendrier.css.map */

.test {
  visibility: hidden;
}

.btn-floating.halfway-fab {
  position: absolute;
  right: 24px;
  bottom: -20px;
  border-radius: 50px;
}
.btn-floating.halfway-fab:hover {
  color: white;
  background: #ef6603;
}

.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}