.std {
  max-width: 1260px;
  margin: 0 auto;
}

.std p {
  color: #636363;
}

.four_images_by_line {
  margin: 1.666rem auto 3.333rem;
  padding: 0 5%;
  max-width: none;
}

.four_images_by_line .fibl {
  display: flex;
  justify-content: space-between;
  max-width: 1650px;
  margin: 0 auto;
}

.fibl-gif {
  max-width: 1000px !important;
}

.four_images_by_line .fibl a {
  color: #777;
  text-decoration: none;
}

/*video*/
.video-block {
  padding: 0 5%;
  max-width: 1280px;
  margin: 20px auto;
  text-align: center;
  position: relative;
}

.video-block .video {
  position: relative;
  z-index: 2;
  text-align: center;
  top: 0;
  left: 0;
  height: 0;
  padding-top: 25px;
  padding-bottom: 56.25%;
}


/*title*/
.first_block {
  margin: 0 auto 1.666rem !important;
}

.new .new-bloc-title {
  text-align: center;
}

.first_block.main-title .new-bloc-title h1 {
  font-size: 3rem;
  text-align: center;
  margin-top: 3.333rem;
}

.new .new-bloc-title h1 {
  font-family: Mrs Eaves, Georgia, serif;
  font-size: 1.666rem;
  text-align: center;
  font-style: inherit;
  margin: 0;
  color: #000;
  text-transform: uppercase;
}

.lien_hover:hover {
  text-decoration: underline !important;
  color: #000 !important;
}

/*content*/
.twibl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.twibl .item1 {
  height: auto;
  width: 48.7%;
}

.reverence_link {
  font-family: Campton, Helvetica, Arial, sans-serif;
  line-height: 1.666rem;
  letter-spacing: .02em;
  font-size: 0.7rem;
  font-weight: bold;
  color: #777;
  display: inline-block;
  margin: 0 1.666rem;
  font-size: 15px;
}

.reverence_link:hover {
  text-decoration: underline;
}

.four_images_by_line .fibl .img-category:first-child .title h2 {
  margin-bottom: 1.666rem;
  font-family: Mrs Eaves, Georgia, serif;
  font-size: 2.333rem;
  margin: 18px 0;
  line-height: 1.2;
}

.title strong {
  font-family: Mrs Eaves, Georgia, serif;
  line-height: 3.5rem;
  font-weight: normal;
  text-transform: none;
  font-size: 5.2rem;
  letter-spacing: 0.2rem;
}

.four_images_by_line.reverence-content {
  margin: 3.333rem auto 6.666rem;
}

.four_images_by_line .fibl .title {
  text-align: center;
  font-size: 0.7rem;
  color: #222;
  font-family: Gotham, sans-serif;
  padding-top: 1.666rem;
  margin: 0 auto;
  text-transform: none;
  font-style: inherit;
  text-transform: uppercase;
}

.img-category .reverence-text {
  line-height: 24px;
  color: #222!important;
}

.item-texte {
  padding: 3.333rem;
}

@media screen and (max-width: 1920px){
  .video-block .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}


@media screen and (max-width: 768px) {
  .video-block {
      padding: 0;
  }

  .four_images_by_line {
    margin: 0 auto 3.333rem !important;
  }

  .twibl {
    flex-wrap: wrap;
  }

  .twibl .item1 {
    width: 100%;
    margin: 0.833rem 0;
  }

  .twibl .item1 .img-category {
    width: 100%;
    padding: 0;
  }

  .title strong {
    letter-spacing: 0.1rem;
  }

}



@media all and (max-width: 640px) {
  .first_block.main-title .new-bloc-title h1,
  .four_images_by_line .fibl .img-category:first-child .title h2,
  .title strong {
    font-size: 2.166rem;
  }
}
