@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500&display=swap");
.apercu-thumbnails {
  right: 0;
  top: 0;
  padding-top: 20px;
  overflow-y: scroll;
  background: white;
  width: 100%;
  text-align: center;
  color: #696a6c;
  z-index: 1;
}

.apercu-thumbnails .button-file {
  font-size: 1.2rem;
  padding: 5px 10px;
  margin-top: 5px;
}

.apercu-thumbnails .button-file span {
  margin-top: 0;
  display: inline-block;
}

.apercu-thumbnails.thumbnails-demo {
  top: 0;
  width: 100%;
  background: transparent;
  overflow: visible;
}

.apercu-thumbnails.thumbnails-demo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.apercu-thumbnails li {
  margin: 48px auto;
  cursor: pointer;
}

.apercu-thumbnails li span {
  display: block;
  margin-top: 11px;
}

.apercu-thumbnails li figure {
  border: 1px solid #dedede;
  display: inline-block;
  margin: auto;
  background-color: white;
}

.apercu-thumbnails li figure img {
  vertical-align: middle;
  max-height: 100%;
}

.apercu-thumbnails li.active {
  color: green;
}

.apercu-thumbnails li.active span {
  padding-right: 25px;
}

.apercu-thumbnails li.active span:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0px 7.5px 10px;
  border-color: transparent transparent transparent green;
  border-radius: 5px;
  margin-right: 13px;
  display: inline-block;
  vertical-align: middle;
}

.apercu-thumbnails li.format-demo {
  margin: 9px 0;
}

.apercu-thumbnails li.format-demo figure {
  border: 0;
  width: 75px;
  height: 75px;
  line-height: 74px;
  background-size: cover;
  background-position: center;
}

.apercu-thumbnails li.un figure {
  background: black;
}

.apercu-thumbnails li.un img {
  opacity: 0.5;
}

.apercu-thumbnails li.detail-oeil, .apercu-thumbnails li.detail-livre {
  margin: 0 26px 0 0;
}

.apercu-thumbnails li.detail-oeil figure, .apercu-thumbnails li.detail-livre figure {
  position: relative;
}

.apercu-thumbnails li.detail-oeil figure:after, .apercu-thumbnails li.detail-livre figure:after {
  content: '';
  display: block;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  background: white;
  position: absolute;
  bottom: -16px;
  right: -16px;
}

.apercu-thumbnails li.detail-livre figure:after {
  background: url("assets/images/thumbnail-livre.png") no-repeat center center white;
  background-size: 16px;
}

.apercu-thumbnails li.detail-oeil figure:after {
  background: url("assets/images/thumbnail-oeil.png") no-repeat center center white;
  background-size: 16px;
}

.apercus {
  padding: 49px 0;
  margin: auto;
  position: relative;
  background: white;
}

.apercus .loading {
  display: none;
  position: absolute;
  top: 38%;
  z-index: 1;
  margin: 0;
  -webkit-transform: none;
          transform: none;
}

.apercus.apercus-load .apercu {
  opacity: 0.2;
}

.apercus.apercus-load .loading {
  display: block;
}

.apercu {
  border: 1px solid #dedede;
  display: inline-block;
  color: #8e8e8e;
  vertical-align: middle;
  position: relative;
  margin: 0 17px;
  text-align: left;
  color: #bab8b8;
  font-size: 1rem;
  line-height: 2;
}

.apercu .title {
  font-weight: normal;
  font-family: 'Oswald';
  font-size: 2rem;
  text-transform: uppercase;
  color: #696a6c;
  margin-bottom: 24px;
}

.apercu .chapeau {
  font-weight: bold;
  color: #696a6c;
  margin: 24px 0 40px;
  font-size: 1.2rem;
  line-height: 1.7;
}

.apercu .cover {
  color: white;
  font-size: 1.8rem;
  text-align: center;
  position: relative;
  margin-top: 27px;
}

.apercu img {
  display: block;
  margin: auto;
  max-height: 100%;
}

.apercu.apercu-carre {
  width: 447px;
  height: 447px;
}

.apercu .title-page {
  color: #696a6c;
  text-align: center;
  left: 0;
  width: 100%;
  position: absolute;
  bottom: -36px;
}

body {
  font-family: 'Oswald';
  font-weight: 300;
  font-size: 1.2rem;
  background-color: #f8f8f8;
}

header {
  position: relative;
  background: #26262c;
  color: white;
  padding: 14px 0 12px;
}

header .logo {
  vertical-align: bottom;
}

header .logo img {
  max-width: 73px;
}

header h1 {
  font-size: 3rem;
  font-weight: 300;
  margin: 4px auto 0;
}

@media (min-width: 992px) {
  header h1 br {
    display: none;
  }
}

header:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  display: block;
  height: 5px;
  background: #e40613;
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, #e40613), color-stop(35%, #f3bb02), color-stop(65%, #0aae96), color-stop(95%, #326eb4));
  background: linear-gradient(to right, #e40613 5%, #f3bb02 35%, #0aae96 65%, #326eb4 95%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e40613', endColorstr='#326eb4', GradientType=1);
}

ul li {
  list-style-type: none;
}

.bold {
  font-weight: 500;
}

.uppercase {
  text-transform: uppercase;
}

.reliure {
  background-size: contain;
  background-repeat: repeat-y;
  position: absolute;
  left: 50%;
  z-index: 999;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.pf-page-container img {
  width: 100%;
}

@media (min-width: 1380px) {
  .container {
    width: 1300px;
  }
}

#content {
  padding-bottom: 60px;
}

#content a,
#content .ext-link {
  color: inherit;
  display: inline-block;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  outline: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#content a:hover,
#content .ext-link:hover {
  text-decoration: none;
}

#content .button {
  text-transform: uppercase;
  border-radius: 8px;
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  text-align: center;
  padding: 8px 15px;
  cursor: pointer;
}

#content .button-red {
  background-color: #e21d1d;
  color: white;
  border: 1px solid #e21d1d;
}

#content .button-red:hover {
  background-color: #c20510;
  color: white;
  border-color: #c20510;
}

#content .title {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 2rem;
}

@media (min-width: 992px) {
  #content .title {
    font-size: 2.4rem;
  }
}

#flip {
  margin-top: -35px;
}

#image-container {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 992px) {
  #image-container {
    margin: auto;
  }
}

#image-container img {
  max-width: 100%;
}

#image-container.flipbook img {
  display: none;
}

#thumbs {
  display: table;
  margin: 20px auto 35px;
}

@media (min-width: 992px) {
  #thumbs {
    margin: 70px 0 0;
    padding: 0 30px;
  }
}

#thumbs a {
  position: relative;
  float: left;
  display: block;
  text-decoration: none;
  background-color: #fff;
  width: 75px;
  height: 75px;
}

#thumbs a:after {
  content: '';
  display: block;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  background: white;
  position: absolute;
  bottom: -16px;
  right: -16px;
  background: url("assets/images/thumbnail-oeil.png") no-repeat center center white;
  background-size: 16px;
}

#thumbs a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}

#thumbs a:not(:last-child) {
  margin-right: 26px;
}

#thumbs a:hover img {
  opacity: .8;
}

#contact {
  width: 100%;
  background-color: #fff;
  border: 1px solid #a8a8a8;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 15px;
}

@media (min-width: 992px) {
  #contact {
    padding: 30px 45px;
  }
}

#contact .agency-pretitle {
  color: #e21d1d;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}

#contact .agency-title {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 5px;
}

#contact .agency-notes-and-location-link .stars {
  position: relative;
}

#contact .agency-notes-and-location-link .stars span.bg {
  position: absolute;
  width: 99%;
  height: 97%;
  left: 1px;
  top: 1px;
  display: block;
  background-color: #dedede;
  z-index: 0;
}

#contact .agency-notes-and-location-link .stars span.rating-score {
  position: absolute;
  height: 97%;
  left: 1px;
  top: 1px;
  display: block;
  background-color: #f4b63f;
  z-index: 1;
}

#contact .agency-notes-and-location-link .stars img {
  position: relative;
  z-index: 2;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

#contact .agency-notes-and-location-link .notes-counter {
  font-size: 1.3rem;
  margin-left: 10px;
  color: #a09f9f;
  text-decoration: underline;
}

#contact .agency-notes-and-location-link .stars,
#contact .agency-notes-and-location-link .notes-counter {
  display: inline-block;
}

#contact address {
  margin-top: 25px;
}

#contact address span {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  margin-top: 8px;
  color: #b1b1b1;
}

#contact address span a:hover {
  color: #e21d1d;
}

#contact address span:last-of-type {
  margin-bottom: 25px;
}

#contact .twitter {
  margin-bottom: 15px;
  font-weight: 500;
}

@media (min-width: 992px) {
  #contact .twitter {
    width: calc(100% + 60px);
    margin-left: -30px;
    height: 45px;
  }
}

@media (min-width: 992px) {
  #contact .chief {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
}

#contact .chief img,
#contact .chief .infos {
  display: inline-block;
  vertical-align: middle;
}

#contact .chief img {
  border-radius: 50%;
  width: 45px;
  height: 45px;
}

#contact .chief .infos {
  padding-left: 15px;
}

#contact .chief .infos span {
  font-size: .875em;
  display: block;
  width: 100%;
  color: #a09f9f;
}

.error #content {
  font-weight: 800;
  font-size: 3rem;
}

.error #content h1 {
  margin-top: 120px;
  margin-bottom: 80px;
  font-size: 8rem;
}

.error #content p {
  font-weight: 500;
}
/*# sourceMappingURL=style.css.map */