
/* Make grid responsive on mobile devices */
@media (max-width: 1153px) {
 /* .grid-container {
    grid-template-columns: none;
  }*/

  header .navigation__logo img {
    margin-top:20px;
    width:70%;
  }

  header .navigation__logo span {
    left: 65%;
  }

  .article-section span,
  .article-accroche span {
    display:block;
    font-size: 2rem;
    margin-top:-15vh;
    padding-bottom: 15vh;
  }

  .post__content {
    display: grid;
    width:100%;
    grid-template-columns: 1fr;
    position:relative;
  }

  .article-section h1.home::before,
  .article-section h1.mh::before,
  .idee::before,
  .roulotte::before,
  .tente::before,
  .tente2::before,
  .machine::before,
  .jeux::before,
  .couverts::before,
  .piscine::before,
  .homme-couche::before {
    top:0;
    left:0;
    right: 0;
    margin:auto auto 2rem auto;
  }

  .article-section p {
    padding:2rem 0rem 4rem 0rem;
  }

  .container .post__content img {
    width: 100%;
  }

  .container h2 {
    left:10%;
  }

  .price-container {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    left: auto;
    top: 1vh;
    margin-bottom: 10px;
  }

  .price-container.mini {
    grid-template-columns: 1fr;
  }
  .price-container.mini .pricing-wrapper {
    margin-left: 10px;
  }
  .videoslide .intro__meta {
    top:15%;
  }
  .grid-item-content {
    display: block;
  }
  .medium {
    grid-column-start:1;
    grid-column-end: 3;
    grid-row-end: 1;
  }
  .presentation {
    left:0;
  }
  .posts__list .post figure {
    width: 90%;
    margin-left: 5%;
  }
  .intro .social {
    top:85%;
    left:0;
  }

  .infos p img {
    max-width: 40%;
    position: relative;
    margin:auto !important;
  }

}
@media (max-width: 960px) {
  .intro .contacts {
    top:5%;
  }
  .intro .contacts .contact {
    width: 100%;
    margin-left: 90%;
  }
  .intro .contacts .contact__title {
    width: 300px;
  }
  .article-section span,
  .article-accroche span {
    display:block;
    font-size: 2rem;
    margin-top:-10vh;
    padding-bottom: 10vh;
  }

}

@media (max-width: 307px) {

  .videoslide .intro__meta h1 {
    border:1px solid red;
    margin-top:-10%;
  }

  .videoslide .contacts {
    top:50%;
  }
}

/*////////////////////////////////////////////*/
/*//////////// TABLES       //////////////////*/
/*////////////////////////////////////////////*/

 @media only screen and (min-width: 767px) and (max-width: 959px) {
  .pricing-wrapper {
    width: 768px;
  }

  .pricing-table {
    width: 236px;
  }

  .table-list li {
    font-size: 1.3em;
  }

 }

 @media only screen and (max-width: 767px) {

  .pricing-wrapper {
    width: 420px;
  }
  .pricing-table {
    display: block;
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
  }
  .secondary-menu {
    display: none;
  }
  .resa ul {
    display: initial;
  }
  .resa .btn {
    margin-left: -20px;
  }
}

@media only screen and (max-width: 435px) {
  .pricing-wrapper {
    width: 300px;
  }
  .intro .contacts {
    top:auto;
  }
  .intro .contacts .contact {
    width: 100%;
    margin-left: 0;
  }
  .intro .contacts .contact__title {
    width: 300px;
  }
}




/****************************************************/
@media (max-width: 767px) {
  .grid-container {
    grid-template-columns: none;
   }

  .small {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
  }

  .medium {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-end: 1;
  }

  .article_medium {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 2;
    grid-row-end: 3;
  }

  .large {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 3;
  }

  .largest {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-end: 1;
  }

  .article_desc {
    grid-column-start: 1;
    grid-row: 1 / 3;
    grid-column: 1 / 1;
  }

  .presentation {
    grid-column-start: 1;
    grid-row: 1 / 3;
    grid-column: 1 / 1;
    grid-row-start: 2;
    grid-row-end: 3;
  }

  .article_desc {
    grid-column-start: 1;
  }
}

/* smaller than tablet landscape */
@media (max-width: 1023px) {

}
/* desktop and bigger */
@media (min-width: 1024px) {

  .jeux:before,
  .machine:before {
    left:23rem;
  }
  .couverts::before,
  .piscine::before {
    left:18rem;
  }

}
/* tablet landscape and smaller */
@media (min-width: 1024px) {

}
/* tablet landscape and smaller */
@media (max-width: 1024px) {

}
/* tablet landscape and smaller */
@media (max-width: 1024px) {

}
@media (max-width: 767px) {

}
/* tablet portrait and smaller */
@media (max-width: 768px) {

}
/* phone portrait and smaller */
@media (max-width: 435px) {

}
@media (max-width: 435px) {

}
/****************************************************/