@media screen and (max-width: 920px) {
  .desktop {
    display: none; } }

@media screen and (min-width: 920px) {
  .mobile {
    display: none; } }

.offre .container-offre {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin-top: 150px;
  white-space: nowrap;
  font-size: 0px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }
  @media screen and (max-width: 920px), print {
    .offre .container-offre {
      margin-top: 80px;
      flex-direction: column; }
      .offre .container-offre .preview,
      .offre .container-offre .content {
        cursor: default !important;
        width: 100% !important; }
      .offre .container-offre .preview img {
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important; }
      .offre .container-offre .pointer {
        display: none; } }
  .offre .container-offre .content {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    float: left;
    width: 50%;
    transition: all 0.3s ease-in-out; }
  .offre .container-offre .sliderNav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 50%;
    transition: all 0.3s ease-in-out; }
    @media screen and (max-width: 920px) {
      .offre .container-offre .sliderNav {
        position: absolute;
        top: 0;
        width: 100%; } }
    .offre .container-offre .sliderNav .slideNext, .offre .container-offre .sliderNav .slidePrev {
      position: absolute;
      z-index: 800;
      top: 50%;
      padding: 20px;
      color: white;
      font-size: 20px;
      cursor: pointer;
      background-color: rgba(0, 0, 0, 0.5);
      transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%); }
    .offre .container-offre .sliderNav .slideNext {
      right: 0px; }
    .offre .container-offre .sliderNav .slidePrev {
      left: 0px; }
  .offre .container-offre .preview {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    float: left;
    width: 50%;
    background-color: #0E4142;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }
    @media screen and (max-width: 920px) {
      .offre .container-offre .preview {
        position: relative; } }
    .offre .container-offre .preview img {
      position: absolute;
      transition: opacity 0.3s ease-in-out;
      -webkit-transition: opacity 0.3s ease-in-out; }
      .offre .container-offre .preview img:not(.show) {
        opacity: 0; }
      .offre .container-offre .preview img .show {
        opacity: 1; }
    .offre .container-offre .preview img {
      -khtml-user-select: none;
      -o-user-select: none;
      -moz-user-select: none;
      -webkit-user-select: none;
      user-select: none; }
  @media screen and (min-width: 920px) {
    .offre .container-offre .pointer.open:after {
      transform: translate(-50%, -50%) rotate(0);
      -webkit-transform: translate(-50%, -50%) rotate(0); } }
  .offre .container-offre .content {
    background-color: white;
    padding: 90px; }
    @media screen and (max-width: 1100px) {
      .offre .container-offre .content {
        padding: 30px; } }
    .offre .container-offre .content h2 {
      display: flex;
      align-items: center;
      text-transform: uppercase;
      margin-top: 0;
      width: 100px; }
      .offre .container-offre .content h2 .exclu, .offre .container-offre .content h2 .vendu {
        display: inline-block;
        font-size: 14px;
        color: #85BAA0;
        border: solid 1px #85BAA0;
        padding: 3px 6px;
        margin-left: 10px; }
    .offre .container-offre .content .alur {
      width: 100%;
      white-space: normal;
      font-size: 10px; }
      @media screen and (max-width: 920px) {
        .offre .container-offre .content .alur {
          display: none; } }
    .offre .container-offre .content .pointer {
      position: absolute;
      z-index: 800;
      left: calc(50% - 45px);
      top: 0px;
      width: 45px;
      height: 45px;
      cursor: pointer;
      background-color: rgba(0, 0, 0, 0.2); }
      .offre .container-offre .content .pointer:after, .offre .container-offre .content .pointer:before {
        content: '';
        position: absolute;
        display: block;
        height: 2px;
        width: 20px;
        top: 50%;
        left: 50%;
        background-color: white;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out; }
      .offre .container-offre .content .pointer:not(.open):after {
        transform: translate(-50%, -50%) rotate(-90deg);
        -webkit-transform: translate(-50%, -50%) rotate(-90deg); }
      .offre .container-offre .content .pointer:before {
        transform: translate(-50%, -50%); }
  .offre .container-offre .content table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%; }
    .offre .container-offre .content table .ref {
      text-align: right;
      font-size: 14px !important;
      color: #0E4142 !important; }
      .offre .container-offre .content table .ref > span {
        font-size: 14px !important;
        color: #0E4142 !important; }
    .offre .container-offre .content table tr:nth-child(1) td {
      padding-bottom: 30px; }
    .offre .container-offre .content table tr:nth-child(1) td:nth-child(1) {
      color: #85BAA0;
      font-size: 24px; }
      .offre .container-offre .content table tr:nth-child(1) td:nth-child(1) span:not(#price) {
        font-size: 24px; }
    .offre .container-offre .content table tr:nth-child(1) td:nth-child(2) {
      font-size: 14px;
      text-align: right; }
    .offre .container-offre .content table tr:nth-child(n+2):not(:nth-last-child(1)) td {
      border-bottom: solid 1px #DCDFDF;
      padding: 20px 0;
      font-size: 14px; }
    .offre .container-offre .content table tr:nth-child(n+2):not(:nth-last-child(1)) td:nth-child(2) {
      color: #85BAA0;
      font-size: 14px;
      text-align: right; }
    @media screen and (max-width: 920px) {
      .offre .container-offre .content table .DPEGES {
        display: none; } }

.offre .DPEGES ul {
  padding-left: 0; }
  .offre .DPEGES ul li {
    position: relative;
    list-style-type: none;
    margin-top: 5px;
    padding: 3px;
    color: white;
    height: 20px; }
    .offre .DPEGES ul li:not(.cursor):after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: -8px;
      border-top: solid 10px transparent;
      border-bottom: solid 10px transparent; }
    .offre .DPEGES ul li span:nth-child(1) {
      float: left; }
    .offre .DPEGES ul li span {
      float: right; }

.offre .energy, .offre .ges {
  font-size: 10px;
  padding-top: 30px; }
  .offre .energy ul, .offre .ges ul {
    position: relative;
    display: inline-block; }
    .offre .energy ul .cursor, .offre .ges ul .cursor {
      position: absolute;
      width: 30px;
      background: #0E4142;
      border-bottom: solid 1px black;
      bottom: 0px;
      right: -60px;
      transition: all 0.8s ease-in-out;
      -webkit-transition: all 0.8s ease-in-out; }
      .offre .energy ul .cursor:before, .offre .ges ul .cursor:before {
        content: '';
        position: absolute;
        left: -8px;
        top: 0;
        border-top: solid 10px transparent;
        border-bottom: solid 10px transparent;
        border-right: solid 8px #0E4142; }
      .offre .energy ul .cursor .unit, .offre .ges ul .cursor .unit {
        position: absolute;
        bottom: -20px;
        width: 65px;
        right: 0;
        color: #0E4142; }
  .offre .energy p, .offre .ges p {
    margin-bottom: 0; }

.offre .DPEGES > div {
  width: 49.5%;
  display: inline-block; }
  @media screen and (max-width: 1100px) {
    .offre .DPEGES > div {
      padding: 0; }
      .offre .DPEGES > div p {
        margin: 0; } }
  @media screen and (max-width: 720px) {
    .offre .DPEGES > div {
      width: 100%;
      display: block; } }

.offre .DPEGES .energy ul li:nth-child(1) {
  width: calc(15px * 1 + 35px);
  background-color: #5b9a12;
  border-bottom: solid 1px #5b9a12; }
  .offre .DPEGES .energy ul li:nth-child(1):after {
    border-left: solid 8px #5b9a12; }

.offre .DPEGES .ges ul li:nth-child(1) {
  width: calc(15px * 1 + 25px);
  background-color: #fbe4ff;
  border-bottom: solid 1px #fbe4ff; }
  .offre .DPEGES .ges ul li:nth-child(1):after {
    border-left: solid 8px #fbe4ff; }

.offre .DPEGES .energy ul li:nth-child(2) {
  width: calc(15px * 2 + 35px);
  background-color: #84d42b;
  border-bottom: solid 1px #84d42b; }
  .offre .DPEGES .energy ul li:nth-child(2):after {
    border-left: solid 8px #84d42b; }

.offre .DPEGES .ges ul li:nth-child(2) {
  width: calc(15px * 2 + 25px);
  background-color: #e69bf6;
  border-bottom: solid 1px #e69bf6; }
  .offre .DPEGES .ges ul li:nth-child(2):after {
    border-left: solid 8px #e69bf6; }

.offre .DPEGES .energy ul li:nth-child(3) {
  width: calc(15px * 3 + 35px);
  background-color: #b4ff62;
  border-bottom: solid 1px #b4ff62; }
  .offre .DPEGES .energy ul li:nth-child(3):after {
    border-left: solid 8px #b4ff62; }

.offre .DPEGES .ges ul li:nth-child(3) {
  width: calc(15px * 3 + 25px);
  background-color: #da73f0;
  border-bottom: solid 1px #da73f0; }
  .offre .DPEGES .ges ul li:nth-child(3):after {
    border-left: solid 8px #da73f0; }

.offre .DPEGES .energy ul li:nth-child(4) {
  width: calc(15px * 4 + 35px);
  background-color: #f7e71b;
  border-bottom: solid 1px #f7e71b; }
  .offre .DPEGES .energy ul li:nth-child(4):after {
    border-left: solid 8px #f7e71b; }

.offre .DPEGES .ges ul li:nth-child(4) {
  width: calc(15px * 4 + 25px);
  background-color: #cb37e9;
  border-bottom: solid 1px #cb37e9; }
  .offre .DPEGES .ges ul li:nth-child(4):after {
    border-left: solid 8px #cb37e9; }

.offre .DPEGES .energy ul li:nth-child(5) {
  width: calc(15px * 5 + 35px);
  background-color: #f7cf1b;
  border-bottom: solid 1px #f7cf1b; }
  .offre .DPEGES .energy ul li:nth-child(5):after {
    border-left: solid 8px #f7cf1b; }

.offre .DPEGES .ges ul li:nth-child(5) {
  width: calc(15px * 5 + 25px);
  background-color: #a21cbe;
  border-bottom: solid 1px #a21cbe; }
  .offre .DPEGES .ges ul li:nth-child(5):after {
    border-left: solid 8px #a21cbe; }

.offre .DPEGES .energy ul li:nth-child(6) {
  width: calc(15px * 6 + 35px);
  background-color: #f79a1b;
  border-bottom: solid 1px #f79a1b; }
  .offre .DPEGES .energy ul li:nth-child(6):after {
    border-left: solid 8px #f79a1b; }

.offre .DPEGES .ges ul li:nth-child(6) {
  width: calc(15px * 6 + 25px);
  background-color: #8f12fd;
  border-bottom: solid 1px #8f12fd; }
  .offre .DPEGES .ges ul li:nth-child(6):after {
    border-left: solid 8px #8f12fd; }

.offre .DPEGES .energy ul li:nth-child(7) {
  width: calc(15px * 7 + 35px);
  background-color: #d0011b;
  border-bottom: solid 1px #d0011b; }
  .offre .DPEGES .energy ul li:nth-child(7):after {
    border-left: solid 8px #d0011b; }

.offre .DPEGES .ges ul li:nth-child(7) {
  width: calc(15px * 7 + 25px);
  background-color: #6613af;
  border-bottom: solid 1px #6613af; }
  .offre .DPEGES .ges ul li:nth-child(7):after {
    border-left: solid 8px #6613af; }

.offre .container-border {
  display: none; }
  @media screen and (max-width: 920px) {
    .offre .container-border {
      display: block;
      padding: 15px; } }
  .offre .container-border .alur {
    font-size: 10px;
    padding: 0 15px;
    margin: 0; }

.offre .container-green {
  background-color: #0E4142;
  box-sizing: border-box;
  padding: 30px; }
  @media screen and (min-width: 920px) {
    .offre .container-green.top {
      padding-bottom: 0; }
      .offre .container-green.top .border {
        border-bottom: none;
        padding-bottom: 30px; }
        .offre .container-green.top .border p {
          margin-bottom: 0; }
    .offre .container-green.bottom {
      padding-top: 0; }
      .offre .container-green.bottom .border {
        border-top: none;
        padding-top: 0; } }
  @media screen and (max-width: 920px) {
    .offre .container-green {
      padding: 15px; } }
  .offre .container-green p {
    color: white;
    margin-top: 0; }
  .offre .container-green .info {
    display: none;
    font-size: 14px;
    padding-top: 10px;
    margin: 0px;
    font-style: italic; }
    @media screen and (max-width: 920px) {
      .offre .container-green .info {
        text-align: center; } }
  .offre .container-green .actions {
    display: flex;
    flex-direction: row;
    font-size: 0; }
    @media screen and (max-width: 920px) {
      .offre .container-green .actions {
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .offre .container-green .actions > div {
          margin: 10px 0;
          width: 230px; }
          .offre .container-green .actions > div a {
            width: 100%;
            text-align: center; } }
    .offre .container-green .actions > div {
      font-size: 18px;
      margin-right: 20px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      border: solid 2px #85BAA0;
      transition: all .2s ease-in-out;
      color: #85BAA0;
      background-color: white; }
      .offre .container-green .actions > div p {
        font-size: 14px;
        display: none;
        margin: 0;
        color: #85BAA0; }
      .offre .container-green .actions > div #validateShare, .offre .container-green .actions > div #validatePhone {
        font-size: 14px;
        display: none;
        padding: 0 5px;
        background-color: #85BAA0;
        color: white;
        height: 34px;
        line-height: 34px; }
      .offre .container-green .actions > div:hover {
        border: solid 2px #64a887; }
      .offre .container-green .actions > div.open #validateShare, .offre .container-green .actions > div.open #validatePhone {
        display: inline;
        cursor: pointer; }
      .offre .container-green .actions > div.open p {
        display: inherit; }
      .offre .container-green .actions > div.open .button {
        color: #85BAA0;
        background-color: white;
        padding: 10px 0 10px 10px; }
      .offre .container-green .actions > div.open input {
        width: 130px;
        padding: 10px; }
    .offre .container-green .actions .button {
      height: 34px;
      box-sizing: border-box !important; }
    .offre .container-green .actions input {
      margin-left: 0;
      padding: 0;
      box-sizing: border-box !important;
      height: 34px;
      width: 0;
      border: none;
      outline: none;
      transition: width .3s ease-in-out; }
  .offre .container-green .button i {
    margin-right: 10px; }

.offre .nav {
  display: flex;
  flex-direction: row;
  white-space: nowrap;
  font-size: 0px;
  text-align: center; }
  .offre .nav .prev, .offre .nav .next {
    position: relative;
    width: 50%;
    height: 200px;
    background-size: cover;
    background-position: center; }
    .offre .nav .prev a, .offre .nav .next a {
      position: absolute;
      z-index: 100;
      top: 50%;
      left: 50%;
      margin-top: 0;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      color: white; }
      .offre .nav .prev a:hover + .overlay, .offre .nav .next a:hover + .overlay {
        background-color: rgba(0, 0, 0, 0.4); }
    .offre .nav .prev .overlay, .offre .nav .next .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out; }

@media print {
  /* All your print styles go here */
  .actions {
    display: none; }
  .preview img {
    transform: scale(0.5) !important;
    width: 700px;
    margin: 50px auto 0 auto; } }

/*# sourceMappingURL=page-offre.css.map*/