
.instagram_feed {
    padding-top: 0vh;
    padding-bottom: 15vh;
    position:relative;
    opacity:.7;
    /*background-color: #e0e0e0;*/
}

.instagram_feed section {
    margin-top:-10vh;
}

@media (min-width: 756px) {
  .instagram_feed section  {
    margin-top: -5vh;
  }
}

.instagram___red {
    margin-top: -8vh;
    padding-bottom: 11.7vh;
}

@media (min-width: 756px) {
  .instagram___red {
    margin-top: 10vh;
    padding-bottom: 85.5vh;
  }
}

.video-sec-wrap {
    width: 100%;
    min-height: 100vh;
}
.video-sec {
    width: 85%;
    margin: 3em auto;
    border-bottom: 2px solid #353535;
    text-align: left;
}
.video-sec-middle {
    grid-template-columns: repeat(5,1fr);
    display: grid;
    justify-content: center;
    align-content: center;
    grid-template-rows: auto;
    grid-row-gap: 0px;
    grid-column-gap: 8px;
    padding: 20px 0;
}
.thumb-wrap {
    display: inline;
    cursor: pointer;
}
.thumb {
    display: block;
    margin: .3em;
    width: 100%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    opacity: 1;
    transition: all .2s ease-in-out;
}
.thumb:hover {
    opacity: .8;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .5);
}
.thumb-info {
    display: none; /*inline-block;*/ /*AFFICHAGE D'INFO SOUS LA VIGNETTE DE LA PHOTO*/
    height: 100%;
    width: 100%;
    padding: .4em;
}
.thumb-title {
    color: #f5f5f5;
    margin: 0;
    font-size: .8em;
}
.thumb-user {
    color: #7e7e7e;
    display: block;
    margin: 0;
    font-size: .6em;
}
.thumb-text {
    color: #B7AB98;
    display: inline-block;
    margin: 0;
    font-size: .6em;
}
.video-sec-title {
    font-weight: bolder;
    font-size: 1.4em;
    color: #f5f5f5;
    margin: 5px 0 10px 10px;
}
.video-showmore {
    font-weight: bold;
    font-variant: all-petite-caps;
    display: block;
    padding: 10px;
    /*font-size: 1.2em;*/
}
@media only screen and (max-width: 1456px) {
    .video-sec-middle {
        grid-template-columns: repeat(4,1fr);
    }
}
@media only screen and (max-width: 1024px) {
    .video-sec-middle {
      grid-template-columns: repeat(4,1fr);
    }
}
@media only screen and (max-width: 756px) {
  .video-sec-middle {
   grid-template-columns: repeat(3,1fr);
  }
}
@media only screen and (max-width: 496px) {
  .video-sec-middle {
   grid-template-columns: repeat(3,1fr);
  }
  .video-sec {
    margin-left:5vw;
  }
}