#block-socialnetworksblock {
  position: relative;
}
.social-networks {
  width: 100%;
}
.social-networks-container-content {
  width: 45%;
}
.social-networks-container {
  background-color: #fff;
  width: 49%;
  margin-right: -3px;
}
.social-networks .social-posts-container, .social-networks .social-networks-container {
  color: #fff;
  display: inline-block;
  vertical-align: top;
  height: 655px;
}
.social-posts-container:before {
  border-color: transparent #c6ce32 transparent transparent;
  border-style: solid;
  border-width: 11px 19px 11px 0;
  content: "";
  height: 0;
  left: -13px;
  position: absolute;
  top: 46%;
  width: 0;
}
.social-post {
  display: block;
  color: #fff;
}
.social-post:hover,
.social-post:active {
  color: #fff;
}

.social-post-date > p {
  font-family: raleway;
  padding: 19px 65px 0 0;
  text-align: right;
}
.social-post-main {
  padding: 0;
  text-align: center;
}
.social-post-logo {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px;
  border-bottom: 1px solid #FFFFFF;
  color: transparent;
  direction: ltr;
  display: inline-block;
  height: 55px;
  text-indent: -9999px;
  vertical-align: top;
  width: 55px;
}
.social-post-content {
  height: auto;
  overflow-y: hidden;
  margin-top: 5px;
  max-height: 420px;
}
.social-post-content .message {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 460px;
  overflow-y: auto;
  padding: 20px 0 0;
  text-align: center;
  width: 90%;
  height: 100%;
}
.social-networks-header {
  color: rgb(53, 53, 53);
  text-align: right;
  width: 100%;
  position: relative;
}
.social-networks-header h3 {
  font-size: 1.8em;
}
.social-networks-list-wrapper {
  width: 100%;
  text-align: right;
  padding-top: 19px;
}
.social-networks-list,
.social-networks-slider-list {
  width: 100%;
}
.social-networks-list li {
  display: inline-block;
}
.social-posts-container {
  background-color: #c6ce32;
  position: relative;
  width: 50%;
}
.social-networks-list li:first-of-type .social-networks-list-link {
  margin-left: 0;
}
.social-networks-list-link {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px;
  color: transparent;
  display: inline-block;
  width: 55px;
  height: 55px;
  vertical-align: top;
  margin-left: 20px;
  border-radius: 55px;
  border: 1px solid #ccc;
  text-indent: -9999px;
  padding: 10px;
  font-size: 0;
}
.social-networks-list-link.active {
  color: transparent;
  background-color: #c6ce32;
  border-color: #c6ce32;
}
.social-networks-list-link-linkedin {
  background-image: url(../img/picto-linkedin-gris.svg);
}
.social-networks-list-link-linkedin.active,
.social-post-logo-linkedin {
  background-image: url(../img/picto-linkedin-blanc.svg);
}
.social-networks-list-link-instagram {
  background-image: url(../img/picto-instagram-gris.svg);
}
.social-networks-list-link-instagram.active,
.social-post-logo-instagram {
  background-image: url(../img/picto-instagram-blanc.svg);
}
.social-networks-list-link-facebook {
  background-image: url(../img/picto-facebook-gris.svg);
  background-size: 16px;
}
.social-networks-list-link-facebook.active,
.social-post-logo-facebook {
  background-image: url(../img/picto-facebook-blanc.svg);
  background-size: 16px;
}
.social-networks-list-link-youtube {
  background-image: url(../img/picto-youtube-gris.svg);
}
.social-networks-list-link-youtube.active,
.social-post-logo-youtube {
  background-image: url(../img/picto-youtube-blanc.svg);
}
.social-networks-list-link-twitter {
  background-image: url(../img/picto-twitter-gris.svg);
}
.social-networks-list-link-twitter.active,
.social-post-logo-twitter {
  background-image: url(../img/picto-twitter-blanc.svg);
}
.social-posts-actions {
  text-align: center;
  margin-top: 30px;
  bottom: 3em;
  position: absolute;
  left: calc(50% - 123px);
}
.social-posts-slider.slick-slider {
  height: initial;
  min-height: 555px;
}
.social-networks-slider-link-to-posts {
  font-family: "myriadpro";
  color: #fff;
  align-items: center;
  display: inline-grid;
  text-align: center;
}
.social-posts-actions button, .social-networks-slider-link-to-posts {
  border: 1px solid #edededb8;
  width: 123px;
  height: 50px;
  margin-left: -4px;
  transition: opacity 300ms;
}
.social-networks-slider-link-to-posts:hover {
  color: #fff;
}
.social-networks-slider-nav-button {
  color: transparent;
  background-color: transparent;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center;
}
.social-networks-slider-nav-button-prev {
  background-image: url("../img/picto-fleche-gauche-blanc.svg");
  background-size: 30px;
}
.social-networks-slider-nav-button-next {
  background-image: url("../img/picto-fleche-droite-blanc.svg");
  background-size: 30px;
}
.social-networks-slider-nav-button:hover {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.social-networks-slider-nav-button.locked {
  opacity: 0.4;
}
.social-networks-slider-nav-button.locked:hover {
  animation: none;
}
.social-networks-slider-nav-button-next:hover {
  -webkit-animation-name: shakeRightTwo;
  animation-name: shakeRightTwo;
}
.social-networks-slider-nav-button-prev:hover {
  -webkit-animation-name: shakeLeftTwo;
  animation-name: shakeLeftTwo;
}
.instagram-picture-container img {
  margin: auto;
}

[data-network=youtube] .social-post-content {
  max-height: 360px;
  position: relative;
}
.social-post-content img {
  margin: 0 auto;
}

.social-post-content-wrapper {
  height: 100%;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
[data-network=youtube] .social-post-main .preview a[href*="youtube"] {
  display: block;
  margin: 0 auto;
}

[data-network=youtube] .social-post-main .message {
  position: absolute;
  width: 81%;
  left: 9.5%;
  bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 10px;
  height: 12.5%;
  line-height: 2;
  font-size: 1.3em;
}

.linkedin-picture-container {
  max-width: 460px;
  height: 275px;
  margin: 20px auto 15px;
  text-align: center;
  overflow-y: hidden;
}

.linkedin-picture-container img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

[data-network=linkedin] .social-post-main .message {
  padding: 0 0 10px;
  max-height: 110px;
}

.instagram-picture-container {
  max-width: 460px;
  height: 275px;
  margin: 20px auto 15px;
  text-align: center;
  overflow-y: hidden;
}

.instagram-picture-container img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
[data-network=instagram] .social-post-main .message {
  padding: 0 0 10px;
  max-height: 130px;
}

.facebook-picture-container {
  max-width: 460px;
  height: 275px;
  margin: 20px auto 15px;
  text-align: center;
  overflow-y: hidden;
}

.facebook-picture-container img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

[data-network=facebook] .social-post-main .message {
  padding: 0 0 10px;
  max-height: 110px;
}

[data-network=facebook] .social-post-main .message:only-child {
  margin-top: 20px;
  max-height: initial;
}

.twitter-picture-container {
  max-width: 460px;
  height: 275px;
  margin: 20px auto 15px;
  text-align: center;
  overflow-y: hidden;
}

.twitter-picture-container img {
  position: relative;
  /*top: 50%;
  transform: translateY(-50%);*/
}

[data-network=twitter] .social-post-main .message {
  padding: 0 0 10px;
  max-height: 110px;
  color: #FFFFFF;
}

/**** RESPONSIVE ****/
@media screen and (max-width: 991px) {
  .social-posts-slider.slick-slider {
    max-height: 370px;
    min-height: inherit;
  }
  .social-networks {
    clear: both;
    width: 100%;
    height: 550px;
  }
  div.social-networks .social-networks-container {
    background-color: #fff;
    width: 50%;
    float: left;
    height: 479px;
  }
  .social-networks-wrapper {
    padding: 175px 0 0 0;
  }
  div.social-networks .social-posts-container {
    color: #fff;
    height: 479px;
  }
  .social-posts-container:before {
    border-color: transparent #c6ce32 transparent transparent;
    border-style: solid;
    border-width: 11px 19px 11px 0;
    content: "";
    height: 0;
    left: -11px;
    position: absolute;
    top: 46%;
    width: 0;
  }
  .social-post-date > p {
    padding: 2vw 6vw 5px 0;
  }
  .social-post-main {
    padding: 0;
  }
  .social-post-logo {
    background-size: 20px;
    height: 47px;
    width: 47px;
  }
  .social-post-content {
    font-size: 1.2em;
  }
  .social-networks-header {
    color: rgb(53, 53, 53);
    text-align: right;
    width: 100%;
  }
  .social-networks-header h3 {
    font-size: 1.6em;
  }
  .social-networks-list-wrapper {
    width: 100%;
    padding-top: 24px;
    margin-left: 10px;
  }
  .social-networks-list-item {
    display: inline-block;
    width: 17%;
    text-align: right;
  }
  .social-networks-list,
  .social-networks-slider-list {
    width: 100%;
  }
  .social-posts-container {
    width: 50%;
    float: left;
  }

  .social-post-main .message {
    max-height: 200px;
  }

  .social-posts-actions {
    bottom: 1em;
  }

  /* FACEBOOK
     -------- */

  [data-network=facebook] .social-post-content {
    max-height: 296px;
    padding-bottom: 6px;
  }

  .facebook-picture-container {
    max-width: 300px;
    height: 180px;
    margin: 10px auto 15px;
  }

  [data-network=facebook] .social-post-main .message {
    font-size: 0.8em;
    width: 70%;
    max-height: 90px;
  }

  /* TWITTER
     ------- */
  [data-network=twitter] .social-post-content {
    max-height: 296px;
    padding-bottom: 6px;
  }

  .twitter-picture-container {
    max-width: 300px;
    height: 180px;
    margin: 10px auto 15px;
  }

  [data-network=twitter] .social-post-main .social-post-content a {
    font-size: 0.8em;
    width: 70%;
    max-height: 90px;
    color: #FFFFFF;
  }

  /* YOUTUBE
     ------- */

  [data-network=youtube] .social-post-main .preview a[href*="youtube"] {
    width: 70%;
  }

  [data-network=youtube] .social-post-main .message {
    width: 65%;
    left: 15%;
    font-size: 0.9em;
  }

  /* LINKED IN
     --------- */

  [data-network=linkedin] .social-post-content {
    max-height: 296px;
    padding-bottom: 6px;
  }

  .linkedin-picture-container {
    max-width: 300px;
    height: 180px;
    margin: 10px auto 10px;
  }


  [data-network=linkedin] .social-post-main .message {
    font-size: 0.8em;
    width: 70%;
    max-height: 95px;
  }

  /* INSTAGRAM
     --------- */

  [data-network=instagram] .social-post-content {
    max-height: 290px;
  }

  .instagram-picture-container {
    max-width: 300px;
    height: 180px;
    margin: 10px auto 10px;
  }

  [data-network=instagram] .social-post-main .message {
    font-size: 0.8em;
    width: 70%;
    max-height: 90px;
  }

  .social-networks-list-link {
    background-size: 20px;
    width: 47px;
    height: 47px;
    border-radius: 47px;
    margin-right: 0;
  }
  .social-posts-actions button {
    width: 16vw;
  }
  .social-posts-actions button, .social-networks-slider-link-to-posts {
    border: 1px solid #edededb8;
    height: 50px;
    margin-left: -4px;
  }
  .social-networks-slider-link-to-posts {
    width: 32vw;
    border-top: 0;
  }
  .social-networks-slider-link-to-posts:hover {
    color: #fff;
  }
  .social-networks-slider-nav-button-prev {
    background-size: 30px;
  }
  .social-networks-slider-nav-button-next {
    background-size: 30px;
  }
}
@media screen and (max-width: 899px) and (min-width: 774px) {
  ul li a.social-networks-list-link {
    margin-right: 9px;
    margin-left: 0px;
    width: 46px;
  }
}
@media screen and (min-width: 769px) {
  .social-networks-container-content {
    position: absolute;
    top: 43%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .social-posts-slider.slick-slider {
    max-height: 680px;
  }

  div.social-networks {
    height: auto;
  }
  div.social-networks .social-networks-container,
  div.social-networks .social-posts-container {
    width: 100%;
    height: auto;
    float: none;
  }
  .social-networks-wrapper {
    padding: 0;
  }
  .social-networks-header {
    text-align: center;
    padding: 90px 0 60px;
  }
  div.social-networks .social-networks-container-content {
    position: relative;
    top: 0;
    transform: initial;
    width: 100%;
  }
  div.social-networks .social-networks-container-content .social-networks-list-wrapper {
    text-align: center;
  }
  .social-networks-header h3 {
    font-size: 25.185px;
  }
  .social-networks-list-wrapper {
    padding: 0 0 100px 0;
    width: 100%;
    margin: 0 auto;
    overflow: visible;
  }
  .social-networks-list-item {
    display: inline-block;
    width: 19.5vw;
    text-align: center;
  }
  .social-networks-list-link {
    background-size: 33.53px;
    width: 79.0312px;
    height: 79.0312px;
    margin-right: 0;
    border-radius: 79.0312px;
    text-align: center;
  }
  .social-networks-list-link-facebook {
    background-size: 23.95px;
  }
  .social-posts-container:before {
    content: "";
    position: absolute;
    top: -20px;
    left: calc(50% - 15px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 20px 15px;
    border-color: transparent transparent #c6ce32 transparent;
  }
  .social-posts-container {
    padding-bottom: 50px;
  }
  .social-post-date > p {
    padding: 23.95px 62.27px 30px 0;
    font-size: 16.395px;
  }
  .social-post-logo {
    background-size: 35.53px;
    width: 79.0312px;
    height: 79.0312px;
  }
  .social-post-logo-facebook {
    background-size: 23.95px;
  }
  .social-post-main {
    padding: 5px 0;
  }
  .social-post-content {
    font-size: 20.79px;
    width: auto;
    line-height: 28px;
    margin: 40px auto;
    max-height: 505px;
  }

  /* FACEBOOK
     -------- */

  [data-network=facebook] .social-post-content {
    margin-top: 20px;
    padding: 0;
    height: 100%;
    max-height: 470px;
    margin-bottom: 10px;
  }

  [data-network=facebook] .social-post-main .message {
    width: 65%;
    max-width: 500px;
    max-height: 150px;
  }

  .facebook-picture-container {
    margin: 0 auto 20px;
    max-width: 500px;
    height: 280px;
  }

  /* TWITTER
     ------- */

  [data-network=twitter] .social-post-content {
    margin-top: 20px;
    padding: 0;
    height: 100%;
  }

  [data-network=twitter] .social-post-main .message {
    width: 82%;
  }

  [data-network=twitter] .twitter-picture-container {
    max-width: 300px;
    height: 180px;
    margin: 10px auto 10px;
  }


  [data-network=twitter] .social-post-main a {
    font-size: 0.8em;
    width: 70%;
    max-height: 95px;
    color: #FFFFFF;
  }

  /* YOUTUBE
     ------- */

  [data-network=youtube] .social-post-main .preview a[href*="youtube"] {
    width: 80%;
  }

  [data-network=youtube] .social-post-content-wrapper {
    max-width: 500px;
  }

  [data-network=youtube] .social-post-content {
    margin-top: 20px;
    padding: 0;
    height: 100%;
  }

  [data-network=youtube] .social-post-main .message {
    width: 62.5%;
    left: 18.75%;
    bottom: 1px;
    height: 12.2%
  }

  /* LINKED IN
     --------- */

  [data-network=linkedin] .social-post-content {
    margin-top: 20px;
    padding: 0;
    height: 100%;
    max-height: 440px;
    margin-bottom: 10px;
  }

  [data-network=linkedin] .social-post-main .message {
    width: 65%;
    max-width: 500px;
    max-height: 125px;
  }

  .linkedin-picture-container {
    margin: 0 auto 15px;
    max-width: 500px;
    height: 280px;
  }

  /* INSTAGRAM
     --------- */

  [data-network=instagram] .social-post-content {
    margin-top: 20px;
    padding: 0;
    height: 100%;
    margin-bottom: 10px;
    max-height: 440px;
  }

  [data-network=instagram] .social-post-main .message {
    font-size: 0.8em;
    width: 65%;
    max-height: 150px;
    max-width: 500px;
  }

  .instagram-picture-container {
    margin: 0 auto 20px;
    max-width: 500px;
    height: 340px;
  }

  .social-networks-slider-link-to-posts {
    width: 25.33vw;
    border-top: 1px solid #edededb8;
    height: 57.4688px;
    font-size: 19.16px;
  }
  .social-posts-actions {
    margin-top: 10px;
    bottom: 1em;
  }
  .social-posts-actions button {
    width: 25.33vw;
    height: 57.4688px;
  }
  .social-networks-slider-nav-button {
    background-size: 35.925px;
  }
}
@media screen and (max-width: 570px) {
  .social-posts-container {
    padding-bottom: 70px;
  }
  .social-posts-slider.slick-slider {
    max-height: 640px;
  }

  .social-networks-slider-link-to-posts {
    width: 76vw;
    border-top: 0;
  }
  .social-networks-slider-nav-button {
    background-size: 35.925px;
  }

  .social-post-content {
    max-height: 430px;
  }

  /* FACEBOOK
    -------- */

  .facebook-picture-container {
    max-width: 465px;
    height: 248px;
  }

  [data-network=facebook] .social-post-main .message {
    width: 80%;
    max-height: 180px;
  }

  /* TWITTER
     ------- */

  [data-network=twitter] .social-post-main .message {
    width: 80%;
  }

  /* YOUTUBE
     ------- */

  [data-network=youtube] .social-post-main .preview a[href*="youtube"] {
    width: 80%;
  }

  [data-network=youtube] .social-post-main .message {
    width: 75%;
    left: 10%;
  }

  /* LINKED IN
     --------- */

  .linkedin-picture-container {
    max-width: 465px;
    height: 248px;
  }

  [data-network=linkedin] .social-post-main .message {
    width: 80%;
  }

  /* INSTAGRAM
     --------- */

  .instagram-picture-container {
    max-width: 465px;
    height: 248px;
    margin-bottom: 10px;
  }

  [data-network=instagram] .social-post-main .message {
    padding-top: 10px;
    width: 80%;
  }

  .social-posts-actions button {
    width: 38vw;
    height: 57.4688px;
  }
}
@media screen and (max-width: 480px) {
  .social-networks-container,
  .social-posts-container {
    width: 100%;
  }

  div.social-networks .social-posts-container {
    padding-bottom: 50px;
  }

  .social-posts-slider.slick-slider {
    max-height: 530px;
  }

  .social-networks-header {
    text-align: center;
    padding: 90px 0 60px;
  }
  .social-networks-header h3 {
    font-size: calc(18px + 1.5vw);
  }

  .social-networks-list-wrapper {
    padding-bottom: 100px;
    width: 100%;
    margin: 0 auto;
    overflow: visible;
  }
  .social-networks-list-item {
    text-align: center;
  }
  .social-networks-list-link {
    background-size: 7vw;
    width: 16.5vw;
    height: 16.5vw;
    margin-right: 0;
    pointer-events: none;
    border-radius: 16.5vw;
    text-align: center;
  }
  .social-networks-list-link-facebook {
    background-size: 5vw;
  }
  .social-posts-container:before {
    content: "";
    position: absolute;
    top: -20px;
    left: calc(50% - 15px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 20px 15px;
    border-color: transparent transparent #c6ce32 transparent;
  }
  .social-posts-container {
    padding-bottom: 70px;
  }
  .social-post-date > p {
    padding: 4vw 13vw 0px 0;
    font-size: calc(14px + 0.5vw);
  }
  .social-post-logo {
    background-size: 7vw;
    width: 16.5vw;
    height: 16.5vw;
  }
  .social-post-logo-facebook {
    background-size: 5vw;
  }
  .social-post-main {
    padding: 5px 0;
  }
  .social-post-content {
    font-size: calc(16px + 1vw);
    width: auto;
    line-height: calc(16px + 2.5vw);
    margin: 0;
  }

  /* FACEBOOK
     -------- */

  .facebook-picture-container {
    max-width: 380px;
    height: 190px;
  }

  [data-network=facebook] .social-post-main .message {
    max-height: 165px;
    width: 80%;
  }

  /* TWITTER
     ------- */

  [data-network=twitter] .social-post-main .message {
    width: 80%;
  }

  /* YOUTUBE
     ------- */

  [data-network=youtube] .social-post-main .preview a[href*="youtube"] {
    width: 80%;
  }

  [data-network=youtube] .social-post-main .message {
    width: 75%;
    left: 10%;
    bottom: 1px;
    line-height: 2em;
  }

  /* LINKED IN
     --------- */

  .linkedin-picture-container {
    max-width: 380px;
    height: 190px;
  }

  [data-network=linkedin] .social-post-main .message {
    width: 80%;
  }

  /* INSTAGRAM
     --------- */

  .instagram-picture-container {
    max-width: 380px;
    height: 190px;
  }

  [data-network=instagram] .social-post-main .message {
    width: 80%;
  }

  .social-networks-slider-link-to-posts {
    width: 76vw;
    height: 12vw;
    border-top: 0;
    font-size: 4vw;
  }
  .social-networks-slider-nav-button {
    background-size: 7.5vw;
  }

  .social-posts-actions button {
    width: 38vw;
    height: 12vw;
  }
}

@media screen and (max-width: 320px) {
  div.social-networks .social-posts-container {
    padding-bottom: 30px;
  }

  .social-post-date > p {
      padding: 5vw 13vw 0 0;
      font-size: calc(14px + 0.5vw);
  }

  .social-posts-slider.slick-slider {
    max-height: 400px;
  }

  .social-post-main .message {
    max-height: 130px;
  }

  .social-posts-actions {
    margin-top: 40px;
  }

  /* FACEBOOK
     -------- */

  [data-network=facebook] .social-post-content {
    max-height: 310px;
  }

  .facebook-picture-container {
    margin-bottom: 10px;
  }

  [data-network=facebook] .social-post-main .message {
    font-size: 0.7em;
    width: 88%;
    max-height: 100px;
    padding-bottom: 15px;
  }

 /* TWITTER
     ------- */

  [data-network=twitter] .social-post-main .message {
    font-size: 0.8em;
    width: 88%;
  }

  /* YOUTUBE
     ------- */

  [data-network=youtube] .social-post-main .preview a[href*="youtube"] {
    width: 80%;
  }

  [data-network=youtube] .social-post-main .message {
    width: 75%;
    bottom: 1px;
    left: 10%;
    font-size: 0.7em;
    line-height: 1.9em;
  }

  /* LINKED IN
     --------- */

  [data-network=linkedin] .social-post-content {
    max-height: 310px;
  }

  .linkedin-picture-container {
    margin-top: 10px;
  }

  [data-network=linkedin] .social-post-main .message {
    font-size: 0.7em;
    width: 88%;
    max-height: 90px;
  }

  /* INSTAGRAM
     --------- */

  .instagram-picture-container {
    height: 180px;
    margin-bottom: 10px;
  }

  [data-network=instagram] .social-post-content {
    max-height: 310px;
  }

  [data-network=instagram] .social-post-main .message {
    font-size: 0.7em;
    width: 88%;
    max-height: 90px;
  }
}

