@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; } }

.discover {
  position: relative;
  margin-top: 150px;
  white-space: nowrap;
  font-size: 0px;
  background: url(../images/background.jpg);
  background-size: cover;
  background-position: center left;
  height: 600px; }
  @media screen and (max-width: 920px) {
    .discover {
      margin-top: 80px;
      height: 400px; }
      .discover h1 {
        font-size: 24px;
        line-height: 36px; } }
  .discover > div {
    position: absolute;
    text-align: center;
    left: 50%;
    top: 45%;
    max-width: 80%;
    white-space: normal;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }

.who a {
  width: auto; }

.who h2 {
  font-size: 30px;
  line-height: 48px;
  margin-top: 0; }

.who h3 {
  margin-top: 8px;
  font-size: 24px;
  color: white; }

.who h2, .who p {
  color: white; }

.who .info.desktop i {
  width: 20px;
  padding-right: 3px;
  margin-left: -23px; }

@media screen and (max-width: 1100px) {
  .who h2 {
    font-size: 24px;
    line-height: 36px; }
  .who .row {
    width: 750px; } }

@media screen and (max-width: 920px) {
  .who {
    width: 100%; }
    .who .container, .who .row {
      display: block;
      margin: 0;
      width: 100% !important; }
    .who .info.mobile {
      display: block !important;
      padding-top: 30px; }
    .who .col-3, .who .col-6 {
      display: block;
      width: 100%; }
    .who .info.desktop, .who .col-3 h3 {
      display: none; }
    .who .col-6, .who .info {
      text-align: center; }
    .who .col-6 p, .who .col-6 h3 {
      text-align: left; }
    .who .col-6 h3 {
      margin-top: 0; } }

.who .info.mobile {
  display: none; }

.who .info h3 {
  position: relative;
  text-transform: uppercase; }
  .who .info h3:after {
    content: '';
    position: absolute;
    width: 800%;
    height: 1px;
    background-color: white;
    left: -10px;
    top: 50%;
    transform: translate(-100%); }

.offres {
  text-align: center; }
  .offres .button {
    display: inline-block;
    margin: 20px 0 60px 0; }
  .offres h3 {
    position: relative;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: left; }
    .offres h3:after {
      content: '';
      position: absolute;
      width: 800%;
      height: 1px;
      background-color: #0E4142;
      left: -10px;
      top: 50%;
      transform: translate(-100%); }

.container-green {
  background-color: #0E4142;
  padding: 30px;
  box-sizing: border-box; }
  @media screen and (max-width: 920px) {
    .container-green {
      padding: 15px; } }

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