.logo-s-header {
  opacity: 0;
  -webkit-transition: all 1.4s;
  transition: all 1.4s;
}

.logo-s-header.scroll {
  opacity: 1;
  -webkit-transition: all 1.6s;
  transition: all 1.6s;
}

#titraille {
  opacity: 1;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}

#titraille.scroll {
  opacity: 0;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}

.degrade-haut {
  height: 10vh;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}

.degrade-haut.scroll {
  height: 20vh;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}

#edition {
  opacity: 1;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}

#edition.scroll {
  opacity: 0;
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}

#barre-haute {
  height: 80px;
}

.home #barre-haute {
  height: 141px;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}

.home #barre-haute.scroll {
  height: 80px;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}

/*BASE RULES*/
body {
  font-family: "Raleway", sans-serif;
  background-color: #e5e5e5;
}

a {
  text-decoration: none;
  line-height: 1em;
}

a:hover {
  cursor: pointer !important;
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
  text-transform: uppercase;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1em;
  position: relative;
  background-repeat: no-repeat;
}

html, body {
  font-size: 16px;
  scroll-behavior: smooth;
}

.dispa {
  display: block;
}
@media screen and (max-width: 1000px) {
  .dispa {
    display: none;
  }
}

p .dispa {
  display: inline;
}
@media screen and (max-width: 1000px) {
  p .dispa {
    display: none;
  }
}

.appa {
  display: none;
}
@media screen and (max-width: 1000px) {
  .appa {
    display: block;
  }
}

p .appa {
  display: none;
}
@media screen and (max-width: 1000px) {
  p .appa {
    display: inline;
  }
}

hr {
  margin: 40px 0;
}

@media screen and (max-width: 1000px) {
  footer {
    display: none;
  }
}

.fra, .eng, .all {
  display: none;
}

.fr .fra, .en .eng, .de .all {
  display: inline-block;
}

/* $author contact$studio-irresistible.com */
/*see .less template style files in the styles folder*/
.accordion {
  cursor: pointer;
  position: relative;
  border: none;
  background: none;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
  padding: 15px 0;
}
@media (max-width: 1000px) {
  .accordion {
    margin-left: 5px;
    margin-top: 5px;
    font-size: 0.8em;
    height: 20px;
  }
}

.remplace-accordion {
  height: 25px;
}

.acc-deploi, .acc-repli {
  background-color: #a50000;
  color: #FFF;
  font-weight: 800;
  padding: 5px;
  border-style: none;
  font-size: 0.8em;
}

.acc-deploi:hover, .acc-repli:hover {
  background-color: #000;
  color: #a50000;
}

.acc-deploi:before, .acc-deploi:after {
  content: "V";
  font-weight: 200;
}

.acc-repli:before, .acc-repli:after {
  content: "X";
  font-weight: 200;
}

/* accordeon d'items*/
div.panel {
  max-height: 0;
  overflow: hidden;
  transition: all 1s ease-in-out;
  opacity: 0;
}

div.panel-remplace {
  height: auto;
  max-height: 8000px;
  margin-left: 90px;
}
@media (max-width: 1000px) {
  div.panel-remplace {
    margin-left: 50px;
  }
}

div.panel.show {
  opacity: 1;
  max-height: 8000px;
  height: auto;
}

input {
  font-family: "Source Sans Pro", sans-serif;
  border: 1px solid #000;
  margin-bottom: 5px;
}

textarea {
  margin-top: 2px;
  font-family: "Source Sans Pro", sans-serif;
  width: 99%;
  border: 1px solid #000;
}

.flex-area-txt-xl,
.flex-separateur,
.flex-area-img-xl,
.flexible-gallery,
.flex-video {
  margin: 10px 0;
}

.flex-video {
  width: 100%;
  height: auto;
}

.flex-video iframe {
  width: 100%;
}

.flex-area-img-1-3, flex-area-txt-2-3 {
  display: inline-block;
  position: relative;
}

#conteneur-contenus .flex-area-img-1-3 {
  max-width: 30%;
  height: auto;
  float: left;
  margin: 6px 20px 10px 0;
}

.flex-area-txt-2-3 {
  max-width: 70%;
}

.flex-content {
  padding-bottom: 20px;
}

.bloc-ligne {
  margin-top: 20px;
}

.flex-content h3 {
  font-size: 4em;
}
@media screen and (max-width: 1050px) {
  .flex-content h3 {
    font-size: 9vw;
  }
}

.flex-content h4 {
  font-size: 3em;
}
@media screen and (max-width: 1050px) {
  .flex-content h4 {
    font-size: 11vw;
  }
}

.ss-titre-exer {
  font-size: 0.8em;
  font-weight: 100;
  padding: 40px 0;
}
@media screen and (max-width: 1050px) {
  .ss-titre-exer {
    font-size: 11vw;
  }
}

.flex-content .home-link-mask {
  width: 100%;
  left: -1px;
  right: inherit;
}

.flex-content .img-txt-2-3-img .home-link-mask {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  right: -2px;
  left: inherit;
}

.flex-content:nth-child(2n+2) .img-txt-2-3-img .home-link-mask {
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  right: inherit;
  left: -1px;
}

.b-d-flex-cont p {
  margin-bottom: 10px;
}

.wpcf7-form {
  padding: 10px;
}

.wpcf7-form-control-wrap input {
  margin: 3px 0;
  line-height: 1.5em;
  font-size: 1em;
  padding-left: 5px;
}

span.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-submit {
  margin-bottom: 5px;
  padding: 5px;
  font-size: 0.8em;
  font-weight: 600;
  background-color: #a50000;
  color: #FFF;
}

.wpcf7-submit:hover {
  background-color: #000;
  color: #a50000;
}

.wpcf7-exclusive-checkbox {
  margin-bottom: 10px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: 1px solid #a50000 !important;
  padding: 10px !important;
}

.flex-area-txt-xl,
.flex-separateur,
.flex-area-img-xl,
.flexible-gallery,
.flex-video {
  margin: 10px 0;
}

.flex-video {
  width: 100%;
  height: auto;
  margin-top: 0;
}

.flex-video iframe, .flex-area-img-xl {
  width: 100%;
}

.flex-area-txt-xl p {
  margin-bottom: 40px;
}

.img-txt-2-3 {
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-flow: wrap;
}
@media screen and (max-width: 1050px) {
  .img-txt-2-3 {
    flex-direction: column;
  }
}

.flex-content:nth-child(2n+2) .img-txt-2-3 {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1050px) {
  .flex-content:nth-child(2n+2) .img-txt-2-3 {
    flex-direction: column;
  }
}

.img-txt-2-3-img, .img-txt-2-3-txt {
  flex: 1;
  position: relative;
  vertical-align: top;
  height: auto;
}
@media screen and (max-width: 1050px) {
  .img-txt-2-3-img, .img-txt-2-3-txt {
    width: 100%;
    vertical-align: top;
    display: block;
  }
}

.img-txt-2-3-img {
  width: 50%;
}
@media screen and (max-width: 1050px) {
  .img-txt-2-3-img {
    width: 100%;
  }
}

.img-txt-2-3-txt {
  width: 50%;
  font-size: 1em;
  padding-left: 20px;
}
@media screen and (max-width: 1050px) {
  .img-txt-2-3-txt {
    padding-left: 0;
    width: 100%;
  }
}

.flex-content:nth-child(2n+2) .img-txt-2-3-txt {
  padding-right: 20px;
  padding-left: inherit;
}

.img-txt-2-3-img img {
  position: relative;
  top: 0;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 1050px) {
  .img-txt-2-3-img img {
    width: 100%;
    height: auto;
    padding: 0;
    margin-left: 0;
    position: relative;
    max-height: inherit;
  }
}

.image-une {
  min-height: 200px;
}

.img-txt-ligature {
  height: 1px;
  position: relative;
  width: 160%;
  margin-left: -130%;
  margin-top: 3px;
}
@media screen and (max-width: 1050px) {
  .img-txt-ligature {
    display: none;
  }
}

.flexible-gallery {
  margin: 20px 0;
}

.flexible-gallery li {
  display: inline-block;
  width: 135px;
  height: 135px;
  margin-right: 17px;
  margin-bottom: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 50%;
}

.liste-images {
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 50%;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.04);
  background-size: cover;
  background-position: center;
}

.int-text ul li {
  font-size: 1.2em;
  list-style: disc;
  margin-bottom: 15px;
  margin-left: 15px;
}

.int-text ul li:first-line {
  margin-left: -15px;
}

.int-text ul li:first-child {
  margin-top: 10px;
}

#tao-biais {
  background-color: #FFF;
  -webkit-transform: skew(0, 5deg);
  -o-transform: skew(0, 5deg);
  -moz-transform: skew(0, 5deg);
  transform: skew(0, 5deg);
  height: 450px;
  width: 100vw;
  top: -210px;
  left: 0;
  position: fixed;
  box-shadow: 0px 5px 59px #e5e5e5;
  z-index: 8000;
}
@media screen and (max-width: 1000px) {
  #tao-biais {
    height: 390px;
  }
}

#tao-droit {
  background-color: #FFF;
  position: fixed;
  height: 100vh;
  top: 0;
  right: 140px;
  width: calc((100vw - 320px) / 3);
  z-index: 8000;
}
@media screen and (max-width: 1000px) {
  #tao-droit {
    right: 0;
    width: 80px;
  }
}

#bloc-logo-base {
  width: calc((100vw - 340px) / 3 + 150px);
  height: 130px;
  position: fixed;
  top: 20px;
  max-width: 800px;
  padding-left: 60px;
  border-right: 1px solid #a6a6a6;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: baseline;
  z-index: 10000;
}
@media screen and (max-width: 1000px) {
  #bloc-logo-base {
    width: calc(100% - 80px);
    top: 10px;
    display: block;
    padding-left: 0;
  }
}

#menu-logo {
  align-self: flex-start;
}

#menu-logo:hover {
  filter: brightness(120%);
}

#menu-logo a {
  display: flex;
  flex-flow: row;
  align-items: center;
}

#logo-mmr {
  height: 130px;
  width: 70px;
  background-size: contain;
  margin-left: -10px;
}
@media screen and (max-width: 1000px) {
  #logo-mmr {
    margin-left: 20px;
  }
}

#bloc-signbase {
  display: flex;
  flex-flow: column;
}

#signature-mmr {
  height: 60px;
  width: calc((100vw - 320px) / 3);
  background-size: contain;
  margin-left: 10px;
}
@media screen and (max-width: 1000px) {
  #signature-mmr {
    width: calc(100vw - 310px);
  }
}
@media screen and (max-width: 630px) {
  #signature-mmr {
    width: calc(100vw - 210px);
  }
}

#base-line {
  padding-bottom: 12px;
  font-weight: 400;
  line-height: 1em;
  padding-left: 10px;
  font-size: 1em;
  text-transform: uppercase;
  color: #000;
}
@media screen and (max-width: 1000px) {
  #base-line {
    font-size: 0.85em;
  }
}

#base-line p {
  margin-bottom: -24px;
}

#base-line .fra, #base-line .eng, #base-line .all {
  color: #909090;
}

#conteneur {
  position: relative;
  width: calc(100vw - 270px);
  margin-top: 0;
  margin-left: 130px;
  padding: 150px 20px 50px 20px;
  min-height: 1024px;
  background-color: #cccccc;
}
@media screen and (max-width: 1000px) {
  #conteneur {
    padding-bottom: 60px;
    width: calc(100vw - 95px);
    margin-left: 0;
  }
}

#recherche-module {
  right: calc((100% - 800px) / 2);
  text-align: right;
  position: fixed;
  top: 0;
  z-index: 5000;
}

#recherche-module .search-module {
  background: none;
  border: none;
}

#recherche-module .search-go {
  padding: 3px;
  margin-right: 4px;
}

.search-input {
  border: none;
  background-color: #e5e5e5;
  margin: 4px 0 4px 4px;
  padding: 2px;
}

.search-module input {
  padding: 2px !important;
}

.search-go {
  background-color: #FFF;
  border: none;
}

.search-go:hover {
  background-color: #000;
  color: #FFF;
  cursor: pointer;
}

#menu-principal {
  width: 100%;
  height: 130px;
  z-index: 9000;
  position: fixed;
}

.menu-top {
  padding-right: 150px;
  margin-top: 20px;
  height: 100%;
  width: 100%;
}

.menu-top div:first-child {
  height: 100%;
  display: flex;
  justify-content: flex-end;
}

.menu-top ul {
  flex-flow: row;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: flex-end;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  border-right: solid 1px #a6a6a6;
  padding-right: 10px;
  width: calc((100vw - 330px) / 3 * 2);
}

.menu-top ul li {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: -2px;
  margin-top: 10px;
}

.menu-top ul li:hover {
  text-decoration: underline;
}

.menu-top ul li a {
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 10px;
  font-size: 0.8em;
}

.menu-top ul li:last-child a {
  border-right: none;
}

.menu-top ul ul {
  display: none;
  position: absolute;
  width: 200px;
  height: auto;
  top: 10px;
  border: inherit;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  flex-flow: column;
  padding: 0;
}

.menu-item-has-children:hover .sub-menu {
  display: flex;
}

.menu-bottom {
  padding-left: 130px;
  margin-top: 5px;
  margin-bottom: 15px;
  width: 100%;
}

.menu-bottom div:first-child {
  height: 100%;
  display: flex;
}

.menu-bottom ul {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  width: calc((100vw - 330px) / 3 * 2);
}

.menu-bottom ul li {
  list-style: none;
  display: flex;
  align-items: start;
  margin-bottom: -2px;
  margin-top: 10px;
}

.menu-bottom ul li:hover {
  text-decoration: underline;
}

.menu-bottom ul li a {
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  padding-right: 10px;
  font-size: 0.6em;
}

.menu-bottom ul li:last-child a {
  border-right: none;
}

#navigation-langue {
  z-index: 9000;
  color: black;
  position: fixed;
  right: 20px;
  margin-top: 20px;
  width: 130px;
  height: 130px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1000px) {
  #navigation-langue {
    display: none;
  }
}

#navigation-langue ul {
  display: flex;
  flex-flow: column;
  margin-top: 5px;
  font-size: 0.7em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: -2px;
}

#navigation-langue ul li {
  list-style: none;
  padding: 0 20px;
  margin-top: 2px;
}

#navigation-langue ul li a {
  color: #000;
}

#navigation-langue ul li a:hover {
  text-decoration: underline;
}

#home-entete-vide {
  margin-top: 10vw;
}

#home-entete {
  background-size: cover;
  background-position: center;
  margin-top: 8vw;
  width: calc((100vw - 270px) / 3 * 2 - 40px);
  height: calc(((100vw - 270px) / 3 * 2 - 40px) / 2);
  border: 1px solid #000;
}
@media screen and (max-width: 1000px) {
  #home-entete {
    margin-top: 10vw;
    width: 100%;
    height: calc((100vw - 80px) / 2);
  }
}
@media screen and (max-width: 600px) {
  #home-entete {
    margin-top: 10vw;
    width: 100%;
    height: 32vh;
  }
}

a #home-entete:hover {
  border: solid 1px #FFF;
}

#home-entete-txt {
  width: calc(50% - 80px);
  height: calc(100% - 80px);
  left: 50%;
  margin: 40px;
  padding: 2px;
  background-color: #FFF;
}
@media screen and (max-width: 1000px) {
  #home-entete-txt {
    width: calc(50% - 40px);
    left: 44%;
  }
}
@media screen and (max-width: 600px) {
  #home-entete-txt {
    width: 22vh;
    height: 22vh;
    margin: 5vh;
    position: absolute;
    left: inherit;
    right: 0;
    top: 0;
  }
}

#home-entete-txt h1 {
  font-size: calc(3.5vw - 10px);
  bottom: 0;
  position: absolute;
  color: #000;
}
@media screen and (max-width: 1000px) {
  #home-entete-txt h1 {
    font-size: calc(8vw - 20px);
  }
}
@media screen and (max-width: 600px) {
  #home-entete-txt h1 {
    font-size: 3.2vh;
  }
}

.titre-fin {
  font-weight: 200;
}

.titre-gras {
  font-weight: 900;
}

#home-event, #home-focus {
  margin-top: 10vw;
}

#home-event h1, #home-focus h1 {
  font-size: calc(3.5vw - 10px);
  font-weight: 900;
  line-height: 0.7em;
  margin-left: -2px;
}
@media screen and (max-width: 1000px) {
  #home-event h1, #home-focus h1 {
    font-size: calc(8vw - 20px);
  }
}
@media screen and (max-width: 600px) {
  #home-event h1, #home-focus h1 {
    font-size: 3.2vh;
  }
}

#home-event-group, #home-focus ul {
  width: calc((100vw - 270px) / 3 * 2 - 40px);
  height: calc(((100vw - 270px) / 3 * 2 - 40px) / 2);
  background-color: #e5e5e5;
  padding-top: 20px;
  display: flex;
  flex-flow: row;
}
@media screen and (max-width: 1000px) {
  #home-event-group, #home-focus ul {
    width: 100%;
    height: calc((100vw - 120px) / 2);
  }
}
@media screen and (max-width: 600px) {
  #home-event-group, #home-focus ul {
    flex-flow: column;
    height: auto;
  }
}

#home-event-group-img, #home-event-group-txt {
  width: calc(50% - 10px);
  height: 100%;
  background-color: #FFF;
}
@media screen and (max-width: 600px) {
  #home-event-group-img, #home-event-group-txt {
    width: 100%;
    height: calc(100vw - 120px);
  }
}

#home-event-group-img {
  margin-right: 20px;
  padding: 7.5%;
}

#home-event-group-img-int {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
}

#home-event-group-txt {
  padding: 7%;
}
@media screen and (max-width: 600px) {
  #home-event-group-txt {
    margin-top: 20px;
  }
}

.event-date {
  font-size: calc(2vw - 10px);
  font-weight: 700;
  color: #a6a6a6;
}
@media screen and (max-width: 1000px) {
  .event-date {
    font-size: calc(3.4vw - 10px);
  }
}
@media screen and (max-width: 600px) {
  .event-date {
    font-size: calc(6vw - 10px);
  }
}

.event-lieu {
  font-weight: 900;
  font-size: calc(2.8vw - 10px);
}
@media screen and (max-width: 1000px) {
  .event-lieu {
    font-size: calc(4vw - 10px);
  }
}
@media screen and (max-width: 600px) {
  .event-lieu {
    font-size: calc(8vw - 10px);
  }
}

.event-titre {
  font-weight: 200;
  font-size: calc(2.8vw - 10px);
}
@media screen and (max-width: 1000px) {
  .event-titre {
    font-size: calc(4vw - 10px);
  }
}
@media screen and (max-width: 600px) {
  .event-titre {
    font-size: calc(8vw - 10px);
  }
}

.event-call {
  margin-top: 1vw;
}

.event-call a:before, .event-all a:before {
  content: "|| ";
}

.event-call a, .event-all a {
  font-weight: 700;
  color: #a50000;
}

.event-call a:hover, .event-all a:hover {
  color: #000;
}

.event-all {
  margin-top: 20px;
  font-weight: 700;
}

#home-focus ul {
  height: auto;
  padding-top: 0;
}
#home-focus a li {
  margin-right: 20px;
  margin-top: 20px;
}

#home-focus li {
  list-style: none;
  background-color: #FFF;
  height: calc(((100vw - 270px) / 3 * 2 - 60px) / 2);
  width: calc(((100vw - 270px) / 3 * 2 - 60px) / 2);
  padding: 15%;
}
@media screen and (max-width: 1000px) {
  #home-focus li {
    height: calc((100vw - 155px) / 2);
    width: calc((100vw - 155px) / 2);
  }
}
@media screen and (max-width: 600px) {
  #home-focus li {
    height: calc(100vw - 120px);
    width: 100%;
  }
}

#home-focus li h1 {
  bottom: 15%;
  left: 15%;
  position: absolute;
  color: #FFF;
  padding-left: 6px;
  font-size: calc(3vw - 10px);
  width: 70%;
  line-height: 1em;
}
@media screen and (max-width: 1000px) {
  #home-focus li h1 {
    font-size: calc(5vw - 10px);
  }
}
@media screen and (max-width: 1000px) {
  #home-focus li h1 {
    font-size: calc(8vw - 10px);
  }
}

#home-focus a:nth-child(2n) li {
  margin-right: 0;
}

.focus-dark {
  position: absolute;
  width: 70%;
  height: 70%;
  top: 15%;
  left: 15%;
  background-color: rgba(0, 0, 0, 0.15);
}

.home-focus-element:hover h1 {
  color: #a50000;
}

.home-focus-element:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.home-focus-element-int {
  position: absolute;
  width: 70%;
  height: 70%;
  top: 15%;
  left: 15%;
  background-size: cover;
  background-position: center;
}

#image-page-top {
  width: 100%;
  height: 300px;
  height: 40vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1000px) {
  #image-page-top {
    height: 30vh;
  }
}

#titre-page-top {
  margin-top: 1vw;
}

.page-template-page-tiroir #titre-page-top {
  margin-bottom: 10px;
  margin-top: 9vw;
}
#titre-page-top h1 {
  color: #000;
  font-size: 3vw;
  font-weight: 900;
  width: 100%;
  position: relative;
  max-width: 800px;
}
@media screen and (max-width: 1000px) {
  #titre-page-top h1 {
    padding: 0;
    font-size: 6vw;
  }
}

.titre-page-date {
  color: #000;
}

#contenu-page {
  width: calc((100vw - 270px) / 3 * 2 - 40px);
  position: relative;
}
@media screen and (max-width: 1000px) {
  #contenu-page {
    width: 100%;
  }
}

#contenu-page h1, #contenu-page h2, #contenu-page h3, #contenu-page h4 {
  padding: 2em 0 0 0;
}

#contenu-page p {
  margin-top: 20px;
  font-size: 1em;
  font-weight: 400;
}
.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}

.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
  width: calc(50% - 20px) !important;
  height: calc(((100vw - 280px) / 3 * 2 - 40px) / 2 - 10px);
  background-color: #fff;
  background-position: center;
  margin: 20px 20px 0 0 !important;
}
@media screen and (max-width: 1000px) {
  .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    width: calc((100vw - 180px) / 2) !important;
    height: calc((100vw - 180px) / 2) !important;
  }
}
@media screen and (max-width: 600px) {
  .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    width: calc(100vw - 140px) !important;
    height: calc(100vw - 140px) !important;
    margin: 20px 0 0 0 !important;
  }
}

.wp-block-gallery .blocks-gallery-image :nth-child(2n), .wp-block-gallery .blocks-gallery-item :nth-child(2n) {
  margin-right: 0 !important;
}
@media screen and (max-width: 1000px) {
  .wp-block-gallery .blocks-gallery-image :nth-child(2n), .wp-block-gallery .blocks-gallery-item :nth-child(2n) {
    margin-right: inherit !important;
  }
}

.wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
  width: 100%;
  padding: 15%;
}

figure a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-items: center;
}

.wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: auto;
}

.gallery img {
  background-color: #FFF;
  padding: 15%;
  width: calc(100% - 10px);
  height: auto;
}

.gallery .gallery-item:nth-child(2n) img {
  margin-right: 20px;
}

.wp-block-image {
  margin: 1em 0;
  padding: 15%;
  background-color: #FFF;
}

.wp-block-image img {
  margin-left: auto;
  margin-right: auto;
}

#contenu-page ul li {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  margin: 0.5em 0;
}

.wp-block-quote {
  padding: 0 15%;
  margin: 0.5em 0;
}

#contenu-page .wp-block-quote p {
  font-style: italic;
  font-weight: 700;
  margin-bottom: 1em;
}

.wp-block-quote p:before, .wp-block-quote p:after {
  content: '"';
}

.wp-block-quote cite {
  font-weight: 900;
}

#contenu-page iframe {
  width: 100%;
  height: 40vh;
}

.wp-block-embed {
  padding: 5%;
  background-color: #FFF;
}

.wp-block-embed figcaption {
  text-align: inherit !important;
}

.wp-block-file {
  margin: 1.5em 0;
}

#oeuvre-gd-image {
  width: 100%;
  height: calc((100vw - 280px) / 3 * 2 - 40px);
  background-color: #FFF;
  padding: 8%;
}
@media screen and (max-width: 1000px) {
  #oeuvre-gd-image {
    height: calc(100vw - 120px);
  }
}

#oeuvre-gd-image-int {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
}
#oeuvre-details {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}

#oeuvre-details a {
  height: calc(((100vw - 280px) / 3 * 2 - 40px) / 2 - 10px);
  width: calc(((100vw - 280px) / 3 * 2 - 40px) / 2 - 10px);
  background-color: #FFF;
  background-position: center;
  padding: 7.5%;
  margin: 20px 20px 0 0 !important;
}
@media screen and (max-width: 1000px) {
  #oeuvre-details a {
    height: calc((100vw - 120px) / 2 - 18px);
    width: calc((100vw - 120px) / 2 - 18px);
  }
}

.oeuvre-detail {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: contain;
  list-style: none;
}

.oeuvre-detail p {
  position: absolute;
  margin-left: 1%;
  bottom: -10%;
  font-size: 0.7em !important;
  color: #000;
}
@media screen and (max-width: 1000px) {
  .oeuvre-detail p {
    font-size: 1.5vw !important;
  }
}

#oeuvre-details a:nth-child(2n+0) {
  margin-right: 0 !important;
}

.livre-details {
  margin-bottom: -1.5vw;
}
@media screen and (max-width: 1000px) {
  .livre-details {
    margin-bottom: -2.5vw;
  }
}

#oeuvre-fiche {
  position: fixed;
  width: calc((100vw - 280px) / 3 - 50px);
  left: calc((100vw - 280px) / 3 * 2 + 155px);
  top: 28vw;
  z-index: 20000;
  height: auto;
  font-size: 0.8em;
}
@media screen and (max-width: 1000px) {
  #oeuvre-fiche {
    position: relative;
    background-color: #FFF;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    top: 0;
    left: 0;
    z-index: inherit;
    font-size: 1em;
  }
}

#oeuvre-fiche li {
  list-style: none;
}

.bloc-formulaire {
  background-color: #FFF;
  width: calc((100vw - 270px) / 3 * 2 - 40px);
  padding: 20px;
  color: black;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .bloc-formulaire {
    width: 100%;
    margin-left: 0;
    margin: 0 0 40px 0;
  }
}

.b-d-container {
  background-color: #e5e5e5;
  padding: 20px 10px;
}

.b-d-titre h2 {
  font-weight: 900;
}

.b-d-titre h3 {
  font-weight: 300;
  font-size: 1.5em;
}

.wpcf7 {
  background-color: #e5e5e5;
  padding: 10px;
}

.wpcf7-list-item-label a {
  color: #000;
  font-weight: 800;
}

.wpcf7-list-item-label a:hover {
  color: #e5e5e5;
}

.wpcf7-form-control-wrap input {
  border: solid 1px #000;
}
@media screen and (max-width: 1000px) {
  .wpcf7-form-control-wrap input {
    width: 100%;
  }
}

.single-event-dates {
  font-weight: 200;
}

.archives-titre {
  margin: 80px 0 0 0;
  font-size: 2.5em;
  padding: inherit !important;
}

.archive-article {
  display: flex;
  flex-flow: row;
  margin-bottom: 20px;
  margin-bottom: 20px;
  min-height: 150px;
  background-color: #ececec;
  align-items: stretch;
  background-color: #e5e5e5;
}

.archive-image {
  background-size: cover;
  background-position: center;
  flex: 1;
  border: 1px solid #e5e5e5;
}

.archive-article h2 {
  flex: 3;
  align-self: flex-end;
  padding-left: 20px;
  padding-bottom: 20px;
}

.archive-article:hover h2 {
  color: #FFF;
}

.archive-article-pass li {
  list-style: none;
}

.archive-article-pass li a:hover h2 {
  color: #000 !important;
}

.event-accueil h3, .event-interv h3 {
  margin: 20px 0;
}

.event-base-line {
  padding: 0 calc((100vw - 825px) / 2);
  font-size: 3em;
  margin-top: -25px;
}

#event-location {
  display: flex;
  flex-flow: row;
  background-color: #e5e5e5;
}

#event-adresse {
  flex: 1;
  font-size: 1em;
  display: flex;
  flex-flow: column;
  padding: 20px;
}

.event-nom {
  font-weight: 800;
}

#event-map {
  flex: 2;
}

.em-location-map-container {
  width: 100% !important;
}

.maj {
  text-transform: uppercase;
}

.section-attention {
  padding: 20px;
  color: #FFF;
}

.section-attention a {
  color: #FFF !important;
  text-decoration: underline;
  font-weight: 800 !important;
}

.section-attention a:hover {
  color: #000 !important;
}

.section-attention h2 {
  text-align: center;
  font-size: 2.5em;
}

.acf-map {
  width: 100%;
  height: 40vh;
  border: #ccc solid 1px;
  margin: 20px 0;
}

.acf-map img {
  max-width: inherit !important;
}

.gm-style-iw, .gm-style-iw-c {
  padding: 0 !important;
  width: 20vh !important;
  height: auto !important;
  max-width: inherit !important;
  max-height: inherit !important;
}

.gm-style-iw-d {
  overflow: hidden !important;
  width: 100% !important;
  height: 100% !important;
  max-width: inherit !important;
  max-height: inherit !important;
}

.gm-style-iw-d div {
  padding: 18px 18px 0 10px;
  height: auto;
  margin-bottom: 10px;
}

.acf-map img {
  width: 100% !important;
}

.acf-map h4 {
  text-align: center;
  margin-bottom: 10px;
}

.acf-map h4 a:hover {
  color: #000;
}

.gm-ui-hover-effect {
  top: -4px !important;
  right: 3px !important;
}

.reseau-gallery li {
  list-style-type: none;
}

#fancybox-overlay {
  z-index: 30000 !important;
}

#fancybox-outer {
  padding: 10% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

#fancybox-wrap {
  width: 98vh !important;
  height: 98vh !important;
  top: 1vh !important;
  left: calc((100vw - 98vh) / 2) !important;
  z-index: 31000 !important;
  position: fixed !important;
}
@media screen and (max-width: 1000px) and (orientation: portrait) {
  #fancybox-wrap {
    width: 98vw !important;
    height: auto !important;
    left: inherit !important;
  }
}

#fancybox-content {
  width: 100% !important;
  height: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

#fancybox-img {
  max-width: 100%;
  max-height: 100%;
  height: auto !important;
  width: auto !important;
  background-color: #FFF !important;
}
@media screen and (max-width: 1000px) and (orientation: portrait) {
  #fancybox-img {
    width: 100% !important;
    height: auto !important;
  }
}

/* $author contact$studio-irresistible.com */
/*see .less template style files in the styles folder*/
.logo-mob {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 1000px) {
  .logo-mob {
    position: fixed;
    left: calc(50vw - 10px);
    margin-top: -57px;
    z-index: 1001;
    display: none;
  }
}

#navigation-open:target .logo-mob {
  display: block;
}

#navigation-close:target .logo-mob {
  display: none;
}

.logo-s-header:hover, .logo-s-header2:hover {
  background: #FFF;
}

#top-nav {
  margin-left: -110px;
}
@media screen and (max-width: 1050px) {
  #top-nav {
    margin-left: calc(50% - 117px);
  }
}

#top-nav img {
  height: 53px;
}

#menu-call {
  position: absolute;
  right: -147px;
  top: 15px;
}
@media screen and (max-width: 1000px) {
  #menu-call {
    right: calc(50% - 154px);
  }
}
@media screen and (max-width: 450px) {
  #menu-call {
    right: calc(50% - 145px);
  }
}

#menu-call ul li {
  display: inline-block;
}

#menu-call ul li a:hover {
  color: #FFF;
}

#menu-call ul li:first-child {
  padding: 3px;
  border: solid 2px;
  font-weight: 900;
}

#menu-call ul li:first-child:hover {
  border: solid 2px #FFF;
}

#menu-call ul li:nth-child(2) {
  margin-left: 15px;
}
@media screen and (max-width: 1050px) {
  #menu-call ul li:nth-child(2) {
    margin-left: 5px;
  }
}

#nav-fond {
  position: fixed;
  width: 45px;
  height: 45px;
  top: 95px;
  right: 17px;
  background: #FFF;
  z-index: 30000;
  -ms-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

#navigation-mob {
  top: 95px;
  right: 17px;
  width: 45px;
  height: 45px;
  position: fixed;
  z-index: 50000;
  overflow: hidden;
  -ms-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

#navigation-open:target #navigation-mob {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  right: 0;
  top: 0;
}

#navigation-open:target #nav-fond {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #FFF;
  position: fixed;
}

#navigation-close:target #navigation-mob {
  width: 45px;
  height: 45px;
  overflow-y: hidden;
  margin-right: 0;
  right: 15px;
  top: 95px;
}

#navigation-close:target #nav-fond {
  width: 45px;
  height: 45px;
  top: 95px;
  right: 15px;
  background: #FFF;
  margin-left: 0;
}

#burger {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 15px;
  top: 100px;
  z-index: 50000;
  display: block;
  padding: 4px;
  -ms-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.burger-bar {
  position: relative;
  background-color: #a6a6a6;
  max-width: 100%;
  height: 1px;
  margin-bottom: 6px;
  margin-top: 2px;
}

.burger-bar:nth-child(2) {
  margin-bottom: 10px;
  margin-top: 10px;
}

.burger-txt {
  font-size: 0.85em;
  font-weight: 400;
  margin-top: 0px;
  color: #a6a6a6;
  text-transform: uppercase;
}

#navigation-open:target #burger {
  display: none;
}

#navigation-close:target #burger {
  display: block;
}

#burger:hover .burger-bar {
  background-color: #a50000;
}

#burger:hover .burger-txt {
  color: #a50000;
}

#menu-mobile img {
  height: 130px;
}

#menu-mobile {
  width: auto;
  height: auto;
  padding: 0 20px;
  position: absolute;
  padding-top: 160px;
}

#menu-mobile ul li {
  list-style: none;
  text-transform: uppercase;
}

#mob-menu-principal li, #mob-menu-footer li {
  margin-bottom: 5px;
}

#menu-mobile li a, #menu-mobile li a {
  color: #a6a6a6;
  font-weight: 400;
}

#menu-mobile li a:hover, #menu-mobile li a:hover {
  color: #a50000;
}

.mob-separateur {
  width: 50%;
  margin: 20px 0 20px 0;
  height: 2px;
  background: #a6a6a6;
}

#navigation-open:target #burger {
  overflow: auto;
}

#navigation-close:target #burger {
  display: hidden;
}

.menu-mob-carre {
  height: 25px;
  margin-top: 5px;
}

#menu-mob-close {
  position: absolute;
  top: 20px;
  rught: 20px;
  z-index: 1001;
}

#fond-close {
  background: #000;
  width: 100%;
  height: 80px;
  top: 0;
  position: fixed;
  left: 0;
  z-index: 1000;
  display: none;
}

#navigation-open:target #fond-close {
  display: block;
}

#navigation-close:target #fond-close {
  display: none;
}

.bouton-fermer {
  border: solid 1px #a6a6a6;
  position: fixed;
  right: 20px;
  font-size: 2.3em;
  top: 100px;
  width: 40px;
  height: 40px;
  padding: 2px 4px;
  color: #a6a6a6;
  text-align: center;
  font-weight: 200;
  display: none;
}

.bouton-fermer:hover {
  border: solid 1px #a50000;
  color: #a50000;
}

#navigation-open:target .bouton-fermer {
  display: block;
}

#navigation-close:target .bouton-fermer {
  display: none;
}

.menu-mini {
  font-size: 0.6em;
}

.sub-menu {
  padding-left: 20px;
  font-size: 0.8em;
}

#mob-menu-footer {
  margin-bottom: 50px;
}

.search-module input {
  padding: 6px;
}

/*# sourceMappingURL=main.css.map */
