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

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

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

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

.offres a {
  position: relative;
  display: block; }
  .offres a:hover .item img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1); }
  @media screen and (max-width: 920px) {
    .offres a:hover .item img {
      -webkit-transform: translate(0%, 0%) scale(1.1);
      transform: translate(0%, 0%) scale(1.1); } }

.offres a:nth-child(even) .exclu {
  top: 50px;
  left: -20px; }
  .offres a:nth-child(even) .exclu:after {
    bottom: -10px;
    left: 0;
    border-top: solid 10px #4E7A65;
    border-left: solid 20px white; }

.offres a:nth-child(odd) .exclu {
  top: 50px;
  right: -20px; }
  .offres a:nth-child(odd) .exclu:after {
    bottom: -10px;
    right: 0;
    border-top: solid 10px #4E7A65;
    border-right: solid 20px white; }

.offres .exclu {
  background-color: #85BAA0;
  position: absolute; }
  .offres .exclu:after {
    content: '';
    position: absolute; }
  .offres .exclu p {
    padding: 10px 20px;
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    color: white; }

@media screen and (min-width: 920px) {
  .offres a:nth-child(even) .content {
    float: right;
    align-self: flex-start;
    justify-content: flex-start;
    margin-right: 100px; }
  .offres a:nth-child(odd) .content {
    float: left;
    margin-left: 100px; } }

.offres .item {
  position: relative;
  margin-bottom: 30px;
  height: 500px;
  overflow: hidden; }
  .offres .item img {
    position: absolute;
    z-index: -1;
    max-width: 960px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 1.5s ease-in-out;
    -webkit-transition: all 1.5s ease-in-out; }
  .offres .item .content {
    width: 300px;
    height: 500px;
    background-color: rgba(14, 64, 66, 0.85);
    padding: 20px;
    text-align: left;
    pointer-events: none; }
    .offres .item .content h4 {
      font-size: 18px;
      text-transform: uppercase;
      color: white; }
    .offres .item .content h5 {
      font-size: 14px;
      text-transform: uppercase;
      color: white; }
    .offres .item .content .more {
      position: relative;
      display: inline-block;
      color: #85BAA0;
      margin-top: 0;
      pointer-events: painted; }
      .offres .item .content .more:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 1px;
        background-color: #85BAA0;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out; }
      .offres .item .content .more:hover:after {
        width: 100%; }
    .offres .item .content .type {
      display: none; }
    .offres .item .content p {
      color: white;
      margin-bottom: 10px; }
      .offres .item .content p.price {
        font-size: 24px;
        color: #85BAA0; }

@media screen and (max-width: 920px) {
  .offres {
    padding: 30px; }
    .offres .container {
      width: 100%; }
    .offres .item {
      height: auto !important; }
      .offres .item img {
        vertical-align: middle;
        position: relative !important;
        top: 0%;
        left: 0%;
        transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
        width: 100%;
        height: auto !important; }
      .offres .item .content {
        width: 100% !important;
        height: auto !important;
        background-color: #0E4142; }
    .offres .exclu {
      top: 20px !important;
      margin: 0; }
      .offres .exclu p {
        padding: 7px 15px;
        font-size: 14px; } }

.offres {
  margin-top: 150px;
  padding: 30px; }
  @media screen and (max-width: 920px) {
    .offres {
      margin-top: 80px; } }
  .offres #offres a {
    display: inherit; }
    .offres #offres a.hide {
      display: none; }
  .offres .filtre {
    margin-bottom: 30px;
    text-align: left;
    clear: both;
    height: 40px; }
    .offres .filtre > div {
      display: inline;
      margin-right: 20px;
      float: left; }
    .offres .filtre > div:nth-child(4) {
      vertical-align: bottom;
      float: right; }
    @media screen and (max-width: 1100px) {
      .offres .filtre {
        height: auto; }
        .offres .filtre > div {
          float: inherit !important;
          display: block !important;
          margin-right: 0px; }
          .offres .filtre > div.filterVille {
            margin-bottom: 30px; } }
    .offres .filtre .sortBy a {
      margin: 10px 0;
      cursor: pointer; }
      .offres .filtre .sortBy a:hover {
        color: #85BAA0; }
    .offres .filtre .select {
      position: relative;
      padding: 10px; }
      @media screen and (max-width: 920px) {
        .offres .filtre .select {
          padding: 0;
          margin-bottom: 30px; } }
      .offres .filtre .select label {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        cursor: pointer; }
        .offres .filtre .select label i {
          margin-left: 30px; }
      .offres .filtre .select .options {
        position: absolute;
        display: none;
        z-index: 200;
        left: 0;
        top: 0px;
        padding-top: 40px; }
        @media screen and (min-width: 920px) {
          .offres .filtre .select .options {
            min-width: 100%; } }
        .offres .filtre .select .options.open {
          display: block; }
        .offres .filtre .select .options ul {
          margin: 0;
          padding-left: 0;
          background-color: #0E4142; }
        .offres .filtre .select .options li {
          list-style: none;
          padding: 10px;
          color: #85BAA0;
          cursor: pointer; }
          .offres .filtre .select .options li:hover, .offres .filtre .select .options li.selected {
            color: white; }
    .offres .filtre input {
      background-color: white;
      border: solid 1px #85BAA0;
      border-radius: 0;
      outline: none;
      font-size: 14px;
      margin-left: 10px;
      padding: 10px;
      font-family: 'Lustria', serif; }
  .offres h1 {
    font-weight: 300; }
    .offres h1 span {
      color: #85BAA0; }

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