/*
Theme Name: sh (optiperf)
Theme URI: https://label-agence.fr/sh;
Author: sh
Author URI: sh
Description : Spirit Hunters;
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
  font-family: "gill_sans_bold";
  src: url("./public/fonts/gillsans-bold.woff2") format("woff2"),
    url("./public/fonts/gillsans-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

img.lozad:not([data-loaded="true"]) {
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

img.lozad[data-loaded="true"] {
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.column {
  display: block;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}

.column.is-6 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 50%;
}

@media screen and (min-width: 769px), print {
  .column.is-6-tablet {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }

  .column.is-6 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .column.is-4-desktop {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 33.33333%;
  }
}

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.columns:last-child {
  margin-bottom: -0.75rem;
}

.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}

.columns.is-multiline {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.columns.is-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 568px) {
  .column.is-12-mobile {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 100%;
  }
}

@media screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.wpml-ls-legacy-dropdown-click {
  width: auto;
}
.wpml-ls-legacy-dropdown-click a {
  border: none;
  background-color: transparent;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
  padding-right: calc(10px + 0.7em + 0.7em - 4px);
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after {
  opacity: 0.4;
  border: 0.25em solid transparent;
  border-top: 0.4em solid;
  right: 14px;
  top: calc(50% - 0.075em);
}

.medaille_text {
  color: #cfac29;
  font-family: "gill_sans_bold", BlinkMacSystemFont, -apple-system, "Segoe UI",
    "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
    "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.logo-medailles {
  text-decoration: none;
}

.medailles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.medaille {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 50px;
}

@media screen and (max-width: 900px) {
  .medaille img {
    max-width: 100%;
    height: auto;
  }

  .img-hermes {
    padding: 0 5px;
  }
  .img-ascot {
    padding: 0 0 0 12px;
  }
}

body.top:not(.overflowhidden):not(.single) .language-switcher {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

body.top.overflowhidden .language-switcher .wpml-ls-legacy-list-vertical > ul,
body.top.single .language-switcher .wpml-ls-legacy-list-vertical > ul,
body.scrolled .language-switcher .wpml-ls-legacy-list-vertical > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div.search,
div.search-input {
  margin-left: auto;
  margin-right: 1rem;
}

@media (min-width: 780px) {
  body:not(.overflowhidden) #app > header {
    padding-top: 58px;
  }

  body:not(.overflowhidden) header .menu-barre {
    background: #fff;
  }

  body.scrolled .menu-barre .logo {
    opacity: 1;
  }

  body.top .menu-barre .logo,
  body.active:not(.overflowhidden).top .menu-barre .logo {
    opacity: 0;
  }
}

@media (max-width: 649px) {
  #app > header {
    padding-top: 58px;
  }

  .menu-barre .left .search {
    opacity: 1;
  }

  body.active .menu-barre .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .menu-barre.search-deployed .logo,
  body.small_menu:not(.overflowhidden) .menu-barre.search-deployed .logo,
  body.active:not(.overflowhidden) .menu-barre.search-deployed .logo {
    opacity: 0;
  }

  .menu-barre.search-deployed .left .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  body.scrolled:not(.active) .menu-barre .left .search {
    opacity: 0;
  }
}

#app > header .logo {
  margin-top: 0;
}

header .logo a {
  margin-top: 0;
}

.menu-barre .logo a {
  margin: 0;
}

.menu-barre .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.menu-barre .logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
}

.menu-barre .searchform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-barre .searchform input,
.menu-barre .searchform button {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.menu-barre .searchform input[type="text"] {
  width: 0;
  -webkit-transition: width 100ms ease-out;
  -o-transition: width 100ms ease-out;
  transition: width 100ms ease-out;
}

.menu-barre .searchform.is-deployed input[type="text"] {
  width: 140px;
  background-color: #f5f5f5;
  margin-right: 10px;
  -webkit-transition: width 100ms ease-out;
  -o-transition: width 100ms ease-out;
  transition: width 100ms ease-out;
  padding: 5px 10px;
  border: 1px solid #e0e0e0;
}

@media (max-width: 649px) {
  .menu-barre .logo {
    position: relative;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-barre .logo img {
    width: 100% !important;
    max-width: 80px;
    margin: auto;
  }
}

.wp-caption img,
.wp-caption {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
}

.newsletter-field {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 100%;
  background: transparent;
  z-index: 99;
}

.newsletter-field::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 98;
}

.newsletter-field form {
  width: 500px;
  max-width: 100%;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  z-index: 100;
}

.newsletterpopup-title {
  font-size: 16px;
  margin-top: 0;
}

.newsletterpopup {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.newsletter-body {
  padding: 2rem;
  background: #fff;
  position: relative;
  z-index: 99;
  border-radius: 0.5rem;
  width: 500px;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
}

.newsletterpopup-header {
  margin: -2rem -2rem 1rem;
}

.newsletterpopup-header img {
  max-width: 100%;
}

.newsletter-field label {
  display: block;
  text-align: center;
  margin-top: 0.75rem;
  margin-bottom: 0.25rem;
  font-size: 14px;
}

.newsletterpopup-footer {
  margin-top: 1rem;
  opacity: 0.5;
}

.post-content .newsletter-field {
  position: relative;
  display: block;
}

.post-content .newsletter-field::before {
  display: none;
}

@media (min-width: 20px) {
  .close {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 100%;
    color: #fff;
    font-size: 2em;
    font-weight: 300;
    color: #fff;
    cursor: pointer;
    position: absolute;
    left: inherit;
    top: 1rem;
    right: 1rem;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: rgba(255, 255, 255, 0.15);
    line-height: 36px;
    z-index: 999;
  }

  .newsletter-field form input[type="email"],
  .newsletter-field form input[type="text"] {
    padding: 10px;
    width: 100%;
    border-radius: 2px;
    border: none;
    background-color: #efefef;
    height: 35px;
  }

  .mc-field-group.input-group ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .mc-field-group.input-group li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 1rem;
  }

  .mc-field-group.input-group li label {
    margin-left: 0.5rem;
  }

  .mc-field-group.input-group li:last-child {
    margin-right: 0;
  }

  .newsletter-field form input[type="submit"] {
    border: none;
    background: gold;
    padding: 10px;
    width: auto;
    height: 35px;
    margin-top: 1rem;
    border-radius: 2px;
    color: #222;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 35px;
    padding: 0 10px;
    border-radius: 4px;
    font-weight: bold;
  }

  .newsletter-field form input[type="submit"]:hover {
    cursor: pointer;
  }
}

/* SUPPRIMER LE FOND GRIS SUR UN ITEM SUR LA HOME */

.home .recent-item.featured {
  background-color: transparent;
}

/* SELECTEURS DE LANGUES EN DESSOUS DU LOGO SUR LA HOME*/

.home .language-selector {
  text-align: center;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}

/* CORRIGER LE TEXTE DU TOP TEN SUR LA HOME */

.home .recent-item.top_ten h2 {
  width: 80%;
  margin: auto;
}

.home .language-selector a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(assets/images/lng.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.home .language-selector a.en {
  background-position: center 3px;
}

.home .language-selector a.fr {
}

.home .language-selector a.es {
  background-position: center -94px;
}

#content-725 > div {
  margin-top: 0 !important;
}

.item-thumbnail.flex.v-center {
  margin-top: 5%;
}

.imagePerso {
  height: 120px;
  max-height: 120px;
  margin: auto;
  width: auto;
  text-align: center;
  margin-top: 10%;
}

.imagePerso img {
  width: 100%;
  max-width: 100%;
  width: auto;
}

.item-details {
  width: 100%;
}

.item-wrapper .item-content a {
  color: #b88849;
}

h2 {
  font-size: 1.3rem !important;
}

#app > div.fullwidth > div > div.item-wrapper > div > h1 {
  font-size: 1.2rem !important;
}

@media screen and (max-width: 415px) {
  .item-details > h2 {
    font-size: 1rem !important;
  }
  #app > div.fullwidth > div > div.item-wrapper > div > h1 {
  }
}

/*corriger l'effet erase*/

#app
  > div:nth-child(4)
  > div.home-content.fullwidth
  > div.recent-item.brand.erase.default-image
  > div.item-thumbnail.v-center
  > div,
.single-brand [data-effect="erase-effect"],
.archive [data-effect="erase-effect"] {
  width: 100%;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  left: 0%;
}

#back {
  width: 100%;
  height: 100%;
}

[data-effect="erase-effect"],
.turntable {
  position: relative;
}

/*img.animation-doigt,*/
/*.post-content .item-thumbnail img.animation-doigt {*/
/*  -webkit-touch-callout: none;*/
/*  -webkit-user-select: none;*/
/*  -moz-user-select: none;*/
/*  -ms-user-select: none;*/
/*  user-select: none;*/
/*  width: auto;*/
/*  height: auto;*/
/*  display: block;*/
/*  position: absolute;*/
/*  bottom: -75px;*/
/*  left: 50%;*/
/*  z-index: 999;*/
/*  -webkit-transform-origin: 0 100%;*/
/*  -ms-transform-origin: 0 100%;*/
/*  transform-origin: 0 100%;*/
/*  opacity: 0;*/
/*  -webkit-transform: rotate(-10deg) translateX(-80%) translateY(7.5%)*/
/*    translateZ(1px);*/
/*  transform: rotate(-10deg) translateX(-80%) translateY(7.5%) translateZ(1px);*/
/*  will-change: transform;*/
/*  -webkit-animation: 3.5s infinite doigt;*/
/*  animation: 3.5s infinite doigt;*/
/*}*/

/*@-webkit-keyframes doigt {*/
/*  0% {*/
/*    opacity: 0;*/
/*    -webkit-transform: rotate(-10deg) translateX(-80%) translateY(7.5%)*/
/*      translateZ(1px);*/
/*    transform: rotate(-10deg) translateX(-80%) translateY(7.5%) translateZ(1px);*/
/*  }*/

/*  17.5% {*/
/*    opacity: 1;*/
/*    -webkit-transform: rotate(14deg) translateX(-20%) translateY(10%)*/
/*      translateZ(1px);*/
/*    transform: rotate(14deg) translateX(-20%) translateY(10%) translateZ(1px);*/
/*  }*/

/*  35% {*/
/*    opacity: 1;*/
/*    -webkit-transform: rotate(-8deg) translateX(-78%) translateY(12.5%)*/
/*      translateZ(1px);*/
/*    transform: rotate(-8deg) translateX(-78%) translateY(12.5%) translateZ(1px);*/
/*  }*/

/*  50% {*/
/*    opacity: 1;*/
/*    -webkit-transform: rotate(8deg) translateX(-25%) translateY(15%)*/
/*      translateZ(1px);*/
/*    transform: rotate(8deg) translateX(-25%) translateY(15%) translateZ(1px);*/
/*  }*/

/*  55% {*/
/*    opacity: 0;*/
/*    -webkit-transform: rotate(8deg) translateX(-25%) translateY(17.5%)*/
/*      translateZ(1px);*/
/*    transform: rotate(8deg) translateX(-25%) translateY(17.5%) translateZ(1px);*/
/*  }*/
/*}*/

/*@keyframes doigt {*/
/*  0% {*/
/*    opacity: 0;*/
/*    -webkit-transform: rotate(-10deg) translateX(-80%) translateY(7.5%)*/
/*      translateZ(1px);*/
/*    transform: rotate(-10deg) translateX(-80%) translateY(7.5%) translateZ(1px);*/
/*  }*/

/*  17.5% {*/
/*    opacity: 1;*/
/*    -webkit-transform: rotate(14deg) translateX(-20%) translateY(10%)*/
/*      translateZ(1px);*/
/*    transform: rotate(14deg) translateX(-20%) translateY(10%) translateZ(1px);*/
/*  }*/

/*  35% {*/
/*    opacity: 1;*/
/*    -webkit-transform: rotate(-8deg) translateX(-78%) translateY(12.5%)*/
/*      translateZ(1px);*/
/*    transform: rotate(-8deg) translateX(-78%) translateY(12.5%) translateZ(1px);*/
/*  }*/

/*  50% {*/
/*    opacity: 1;*/
/*    -webkit-transform: rotate(8deg) translateX(-25%) translateY(15%)*/
/*      translateZ(1px);*/
/*    transform: rotate(8deg) translateX(-25%) translateY(15%) translateZ(1px);*/
/*  }*/

/*  55% {*/
/*    opacity: 0;*/
/*    -webkit-transform: rotate(8deg) translateX(-25%) translateY(17.5%)*/
/*      translateZ(1px);*/
/*    transform: rotate(8deg) translateX(-25%) translateY(17.5%) translateZ(1px);*/
/*  }*/
/*}*/

.join-reddit {
  background: #f5f5f5;
  padding: 1rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
}

.join-reddit .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-center;
  -ms-flex-pack: flex-center;
  justify-content: flex-center;
}

.join-reddit .image {
  min-width: 50px;
  margin-right: 1rem;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.join-reddit .texte {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.join-reddit .texte p {
  margin-bottom: 1rem;
}

.join-reddit .texte a.button {
  display: inline-block;
  width: auto;
  padding: 0.25rem 0.75rem;
  border: 1px solid #212121;
  text-decoration: none;
  border-radius: 0.5rem;
  background: #212121;
  color: #fff;
  margin-left: auto;
}

/* Single Product */

.title-and-buy {
  display: grid;
  grid-auto-flow: column;
  align-items: flex-start;
  grid-gap: 1.5rem;
}

.title-and-buy h1 {
  font-size: 1.2rem !important;
}

.title-and-buy a.button {
  color: #ffffff;
  background-color: #dc143c;
  border-color: #b01030;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  text-decoration: none;
}

.title-and-buy a.button span {
  color: #ffffff;
  padding: 0px 20px;
  font-size: 16px;
  line-height: 32px;
  border-color: #e75b77;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  text-shadow: none;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
}

/*modif titre portfolio*/

.recent-item.portfolio .item-title span + span {
  margin-left: 5%;
}

#content-1095 > div.item-details > h2 {
  margin-left: 5%;
}

.item-category {
  margin-left: 5%;
  margin-right: 5%;
}

.item-category p {
  font-weight: 500;
}

.item-category .wsite-content-title {
  padding-bottom: 1em;
}

.item-category a {
  text-decoration: none;
  color: #333;
}

.recent-item .item-category {
  margin-left: 5%;
  margin-right: 5%;
  font-family: "gill_sans_bold", BlinkMacSystemFont, -apple-system, "Segoe UI",
    "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
    "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0px;
  font-weight: 400;
  color: #666;
}

.recent-item .item-category a {
  text-decoration: none;
  font-family: "gill_sans_bold", BlinkMacSystemFont, -apple-system, "Segoe UI",
    "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
    "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0px;
  font-weight: 400;
  color: #666;
}

#app > div.fullwidth > div > div.item-details.item-content {
  padding-left: 5%;
  padding-right: 5%;
}

.logo {
  /*height: 80% !important;*/
  margin-bottom: 0 !important;
}

.top-ten-numbers > span {
  font-size: 6.33333rem !important;
  line-height: 0.7 !important;
  font-size: 4.33333rem !important;
}

.top-ten-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.single .top-ten-number {
  color: #b5ab9e;
  bottom: 3px;
}

.brand.turn {
  width: 100%;
}

.brand.turn .item-details {
  width: 80%;
  margin: auto;
}

.recent-item.portfolio .item-details {
  width: 80%;
}

.recent-item.portfolio .item-title span + span {
  margin-left: 0;
}

.recent-item img,
.recent-item video,
.recent-item iframe {
  max-width: 100%;
}

/*
* Mappilic
*/

.mfp-content .mapplic-lightbox-description p img {
  display: block;
  margin: auto;
}
#nav .menu-navigation-container,
.menu-menu-container {
  padding-top: 2.5em;
}

#nav #primary-menu li {
  list-style: none;
  margin-bottom: 20px;
}

#nav #primary-menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 45px;
  font-size: 3rem;
  font-family: gill_sansultra_bold, BlinkMacSystemFont, -apple-system,
    "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
    "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 1.2;
}

#nav #primary-menu li:nth-child(2n) {
  text-align: right;
  padding-right: 5%;
}

/* SME - 02102018 : Modification de la class sur le bouton pour le chargement en ajax */
.load-more-posts-ajax,
.load-more-posts {
  text-align: center;
  padding: 20px;
  position: relative;
  z-index: 999;
}

/* SME - 02102018 : Modification de la class sur le bouton pour le chargement en ajax */
.load-more-posts-ajax span.btn-container,
.load-more-posts span.btn-container {
  padding: 10px 15px;
  border: 2px solid #333;
  cursor: pointer;
  display: inline-block;
  margin: auto;
}

/* SME - 02102018 : Ajout d'un block d'info 'A lire aussi' sous les details des posts */
.read-more-single {
}
.read-more-single-title {
  text-transform: uppercase;
}
.read-more-single .read-more-single-link {
  text-align: center;
}
.read-more-single .read-more-single-link a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #666;
  font-family: "gill_sans_bold", BlinkMacSystemFont, -apple-system, "Segoe UI",
    "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
    "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.read-more-single .read-more-single-link a:hover {
  color: #424242;
}
.read-more-single img {
  display: block;
  max-width: 250px;
  height: auto;
  margin: 0 auto 1.5em;
}
/* SME - 25102018 : Ajout d'un block d'info 'A lire aussi' sous les details des posts */

.recent-item a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1;
  position: relative;
}
.recent-item a:hover {
  color: #424242;
}
.erase .item-thumbnail .container {
  background: #fff;
  border: none;
}

/* Popup MENU */

#nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url("public/images/bgmenu.jpg");
  padding: 10% 5%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

#nav .credits {
  color: #121212;
  font-size: 0.8rem;
  font-weight: 300;
  text-decoration: none;
  text-align: center;
  margin-top: 1rem;
}

#nav .credits a {
  color: inherit;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

#nav .credits a:hiver {
  color: inherit;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}

#content-menu-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(-webkit-min-content, 200px) 4rem
    minmax(-webkit-min-content, 200px);
  -ms-grid-columns: minmax(min-content, 200px) 4rem minmax(min-content, 200px);
  grid-template-columns: minmax(-webkit-min-content, 200px) minmax(
      -webkit-min-content,
      200px
    );
  grid-template-columns: minmax(-webkit-min-content, 200px) minmax(
      -webkit-min-content,
      200px
    );
  grid-template-columns: minmax(min-content, 200px) minmax(min-content, 200px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 4rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 1rem;
}

#main-menu-gauche,
#main-menu-gauche .menu-main-menu-container,
#main-menu-droite,
#main-menu-droite .menu-right-menu-container {
  height: 100%;
}

#nav #main-menu-gauche #primary-menu,
#nav #main-menu-droite #primary-menu-right {
  list-style: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#nav #main-menu-gauche #primary-menu li,
#nav #main-menu-gauche #primary-menu li:nth-child(2n) {
  margin: 0;
  text-align: left;
  padding: 0.15rem 0;
  padding-left: 1rem;
  margin-bottom: 0.25rem;
}

#nav #main-menu-gauche .menu-main-menu-container {
  padding-top: 0;
}

#nav #main-menu-droite #primary-menu-right {
  list-style: none;
}
#nav #main-menu-droite #primary-menu-right li,
#nav #main-menu-droite #primary-menu-right li:nth-child(2n) {
  padding: 0.15rem 0;
  padding-left: 1rem;
  margin-bottom: 0.25rem;
}

#nav #main-menu-gauche #primary-menu li,
#nav #main-menu-droite #primary-menu-right li {
  padding-left: 1rem;
}

#nav #main-menu-gauche #primary-menu li a,
#nav #main-menu-droite #primary-menu-right li a {
  position: relative;
}

#nav #main-menu-gauche #primary-menu li a::before,
#nav #main-menu-droite #primary-menu-right li a::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 13px;
  width: 8px;
  height: 8px;
  background-color: #121212;
}

#nav #main-menu-gauche #primary-menu li a,
#nav #main-menu-droite #primary-menu-right li a {
  color: #333;
  text-decoration: none;
  font-size: 1.5rem;
  font-family: "gill_sans_bold", BlinkMacSystemFont, -apple-system, "Segoe UI",
    "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
    "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 1.2;
}
#nav #main-menu-droite .menu-right-menu-container {
  padding-top: 0;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 20px) and (max-width: 780px) {
  #nav {
    padding: 3rem 1rem 4rem;
    overflow: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  #content-menu-content {
    grid-gap: 1.5rem;
  }

  #nav .menu li {
    margin-bottom: 12px;
  }

  /* Popup MENU */
  #nav #main-menu-gauche #primary-menu li a {
    font-size: 1.2em;
  }
  #nav #main-menu-droite #primary-menu-right li a {
    font-size: 1.2em;
  }

  #nav #main-menu-gauche #primary-menu li a::before,
  #nav #main-menu-droite #primary-menu-right li a::before {
    content: "";
    position: absolute;
    left: -8px;
    top: 12px;
    width: 4px;
    height: 4px;
    background-color: #121212;
  }
}

/*
#nav .menu-main-menu-container #primary-menu li,
#nav .menu-navigation-container #primary-menu li{ width: 75%; margin: 0 auto; padding: 0; text-align: center; }
#nav .menu-main-menu-container #primary-menu li:nth-child(2n),
#nav .menu-navigation-container #primary-menu li:nth-child(2n){ padding: 0; text-align: center; }
#nav .menu-main-menu-container #primary-menu li a,
#nav .menu-navigation-container #primary-menu li a{ font-size: 2em; }

#nav .menu-main-menu-container #primary-menu li li,
#nav .menu-navigation-container #primary-menu li li{ float: left; width: 50%; margin: 0; box-sizing: border-box; }
#nav .menu-main-menu-container #primary-menu li li a,
#nav .menu-navigation-container #primary-menu li li a{ font-size: 1.2em; }
*/

#nav .bottom-menu {
  padding: 0;
}
#nav #secondary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#nav #secondary-menu ul {
  margin: 0 auto;
  text-align: center;
}
#nav #secondary-menu li {
  display: inline-block;
  min-width: 120px;
  text-align: center;
}
#nav #secondary-menu li a {
  padding: 0 0.5em;
  color: #121212;
  font-weight: bold;
}

@media screen and (max-width: 550px) {
  #nav #secondary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* breadcrumbs */
#breadcrumbs {
  text-align: center;
  width: 100%;
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.7em;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 3rem;
}
#breadcrumbs span,
#breadcrumbs a {
  text-align: center;
  color: #000;
}

body.archive #primary .recent-item:after {
  display: none;
}
body.archive #primary .recent-item::after {
  display: none;
}
body .item-wrapper .item-content img {
  max-width: 100%;
  height: auto;
}

.powerpage-header {
  width: 80%;
  margin: auto;
  text-align: center;
}

.powerpage-header .title {
  margin-bottom: 1rem;
}

.powerpage-header .content {
  margin-bottom: 1rem;
}

.powerpage-header p {
  font-weight: 300;
  margin-bottom: 1.5rem;
  color: #212121;
}

.powerpage-header button {
  padding: 0.5rem 1rem;
  font-weight: 300;
  border: 1px solid #212121;
  border-radius: 3rem;
  margin: 0 0.5rem 0.5rem 0;
}

.powerpage-header button:hover,
.powerpage-header button.active {
  background: #212121;
  color: #fff;
  cursor: pointer;
}

.archive #primary .powerpage-item .recent-item {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.archive #primary .powerpage-item .recent-item .item-thumbnail {
  height: 180px;
}

.archive #primary .powerpage-item .recent-item .item-thumbnail.flex.v-center {
  margin-top: 0;
}

.archive #primary .powerpage-item .item-details {
  width: 100%;
  margin: 0;
  padding-bottom: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.archive #primary .powerpage-item .item-title a {
  display: block;
  line-height: 1.2;
  font-size: 1rem;
}

.hotnews {
  background: #feeeef;
  padding: 1rem 2rem;
  border-top: 3px solid;
  margin-bottom: 58px;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hotnews .title {
  font-size: 2.5rem !important;
}

.hotnews .subtitle {
  font-size: 1.5rem;
  font-weight: 500;
}

.hotnews .texte {
  width: 100%;
}

.hotnews a {
  color: #212121;
  text-decoration: none;
}

.hotnews img {
  float: right;
  width: 150px;
  height: auto;
  margin: 0 0 1rem 16px;
}

.hotnews.is-carre img {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.hotnews.is-bandeau {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hotnews.is-bandeau img {
  float: none;
  width: 100%;
  height: auto;
  margin: 0 0 1rem 0;
}

@media screen and (max-width: 500px) {
  .hotnews {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
  }

  .hotnews img.is-carre {
    float: none;
    margin: 0 auto 1rem auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .hotnews.is-bandeau {
    padding: 1rem 0;
  }
}

.item-wrapper .item-content .category-powerpage {
  background: #212121;
  color: #fff;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.item-wrapper .item-content .category-powerpage h3 {
  margin-top: 0;
}

.item-wrapper .item-content .category-powerpage a {
  text-decoration: none;
}

.item-wrapper .item-content .category-powerpage p {
  margin-bottom: 0.5rem;
}

.item-wrapper .item-content .category-powerpage a.read-more {
  display: block;
  text-align: right;
  font-style: italic;
}

#cookie-law-info-bar {
  font-size: 11pt;
  line-height: 1.2;
  padding: 2px;
}

.load-more-posts-ajax.is-loading .btn-container {
  position: relative;
}

.load-more-posts-ajax.is-loading .btn-container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #fff;
}

.load-more-posts-ajax.is-loading .btn-container::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotate(0deg);
  transform: translateY(-50%) translateX(-50%) rotate(0deg);
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-top: 0;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: 3s linear infinite rotate;
  animation: 3s linear infinite rotate;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(0deg);
    transform: translateY(-50%) translateX(-50%) rotate(0deg);
  }
  to {
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(360deg);
    transform: translateY(-50%) translateX(-50%) rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(0deg);
    transform: translateY(-50%) translateX(-50%) rotate(0deg);
  }
  to {
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(360deg);
    transform: translateY(-50%) translateX(-50%) rotate(360deg);
  }
}

.body-background-link {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}

body > #app {
  z-index: 1;
}