/*
http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"],
webkit-file-upload-button,
button {
  border-radius: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*------------------------------FIN RESET MEYER------------------------------*/
/*12x70x30*/
/*------CLEARFIX-----*/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  /**
     * For IE 6/7 only
     * Include this rule to trigger hasLayout and contain floats.
     */
  font-family: 'open-sans', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #000000;
  max-width: 137.5rem;
  margin: 0 auto;
}
body .cf:before,
body .cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
body .cf:after {
  clear: both;
}
body .cf {
  clear: both;
}
body .cf {
  *zoom: 1;
}
.outliner {
  display: none;
}
a {
  text-decoration: none;
}
strong,
b {
  font-weight: bold;
}
.content {
  width: 73.125rem;
  min-width: 15.625rem;
  margin: 0 auto;
}
.bigtitle {
  position: relative;
  padding: 2rem 0;
  margin: 5rem auto 0;
  height: 37rem;
  width: 42.5rem;
}
.bigtitle .mainimg {
  margin: 0 auto;
  display: block;
}
.bigtitle .flocon {
  position: absolute;
}
.bigtitle .flocon1 {
  top: 1.5rem;
  left: 17.8rem;
  transform: rotate(-10deg);
  width: 3rem;
  height: 3rem;
}
.bigtitle .flocon2 {
  top: 14.8rem;
  left: 12.5rem;
  transform: rotate(10deg);
  width: 4rem;
  height: 4rem;
}
.bigtitle .flocon3 {
  top: 9rem;
  left: 30.3rem;
  width: 3rem;
  height: 3rem;
  transform: rotate(26deg);
}
.bigtitle .flocon4 {
  width: 5rem;
  height: 5rem;
  top: 12rem;
  right: -2rem;
}
.bigtitle .flocon4[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0) rotate(40deg);
}
.bigtitle .flocon4[data-aos^=fade][data-aos^=fade].aos-animate {
  transform: rotate(40deg);
}
.bigtitle .illu {
  position: absolute;
  left: 22.5rem;
  top: 15rem;
}
.bigtitle h2 {
  font-family: 'variex', sans-serif;
  font-size: 65px;
  color: #6b8a85;
  width: 12rem;
  text-align: right;
  top: 20rem;
  position: absolute;
  left: 9rem;
}
.bigtitle h2 span {
  font-size: 35px;
}
.bigtitle h2 span strong {
  font-size: 70px;
}
.bigtitle h2 .date1 {
  color: #ccd1d9;
}
.bigtitle h2 .date1 strong {
  color: #89391a;
}
.bigtitle h2 .date2 {
  color: #6b8a85;
}
.bigtitle h3 {
  font-family: 'open-sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 25px;
  font-weight: 800;
  width: 14rem;
  right: -6.8rem;
  position: absolute;
  top: 20rem;
}
.regions {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 3rem;
}
.regions .region {
  height: 190px;
  width: 210px;
  background-image: url('imgs/region-bg.svg');
  background-repeat: no-repeat;
  background-size: 140px 140px;
  background-position: center;
  position: relative;
  margin: 0 1rem;
  transition: all 1s;
  cursor: pointer;
}
.regions .region > h3 {
  font-size: 23px;
  text-transform: uppercase;
  color: #89391a;
  letter-spacing: 0.3rem;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  background-color: white;
  padding: 0.3rem 0;
  transition: all 0.5s;
}
.regions .region .illu-flocon {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: 1s all 0.2s;
  position: absolute;
}
.regions .region:hover {
  background-image: url('imgs/region-bg-hover.svg');
}
.regions .region:hover > h3 {
  font-size: 16px;
  letter-spacing: 0;
  background-color: transparent;
  color: white;
}
.regions .region1 {
  top: -4rem;
}
.regions .region1 .illu-flocon {
  background-image: url('imgs/flocon3.svg');
  width: 55px;
  height: 55px;
  transform: rotate(-10deg);
  left: 7.5rem;
  top: 1rem;
}
.regions .region1:hover .illu-flocon {
  background-image: url('imgs/flocon5.svg');
  left: 5.7rem;
  top: 7rem;
  width: 30px;
  height: 30px;
  transform: rotate(-30deg);
}
.regions .region2 .illu-flocon {
  background-image: url('imgs/flocon4.svg');
  width: 40px;
  height: 40px;
  transform: rotate(14deg);
  left: 3rem;
  top: 8rem;
}
.regions .region2:hover .illu-flocon {
  background-image: url('imgs/flocon5.svg');
  left: 5.7rem;
  top: 7rem;
  width: 30px;
  height: 30px;
  transform: rotate(20deg);
}
.regions .region3 {
  top: -2rem;
}
.regions .region3 .illu-flocon {
  background-image: url('imgs/flocon3.svg');
  width: 48px;
  height: 48px;
  transform: rotate(0deg);
  left: 7.5rem;
  top: 1rem;
}
.regions .region3:hover .illu-flocon {
  background-image: url('imgs/flocon5.svg');
  left: 5.7rem;
  top: 7rem;
  width: 30px;
  height: 30px;
  transform: rotate(20deg);
}
.regions .region4 {
  top: 1rem;
}
.regions .region4 .illu-flocon {
  background-image: url('imgs/flocon4.svg');
  width: 52px;
  height: 52px;
  transform: rotate(-12deg);
  left: 3rem;
  top: 0.5rem;
}
.regions .region4:hover .illu-flocon {
  background-image: url('imgs/flocon5.svg');
  left: 5.7rem;
  top: 7rem;
  width: 30px;
  height: 30px;
  transform: rotate(20deg);
}
.regions .region5 {
  top: -1rem;
  left: -4rem;
}
.regions .region5 .illu-flocon {
  background-image: url('imgs/flocon3.svg');
  width: 55px;
  height: 55px;
  transform: rotate(18deg);
  left: 5rem;
  top: 8rem;
}
.regions .region5:hover .illu-flocon {
  background-image: url('imgs/flocon5.svg');
  left: 5.7rem;
  top: 7rem;
  width: 30px;
  height: 30px;
  transform: rotate(20deg);
}
.regions .region6 {
  top: -2rem;
  right: -1rem;
}
.regions .region6 .illu-flocon {
  background-image: url('imgs/flocon4.svg');
  width: 40px;
  height: 40px;
  transform: rotate(14deg);
  left: 2rem;
  top: 2rem;
}
.regions .region6:hover .illu-flocon {
  background-image: url('imgs/flocon5.svg');
  left: 5.7rem;
  top: 7rem;
  width: 30px;
  height: 30px;
  transform: rotate(20deg);
}
.regions .region7 {
  right: -2rem;
}
.regions .region7 .illu-flocon {
  background-image: url('imgs/flocon3.svg');
  width: 45px;
  height: 45px;
  transform: rotate(-18deg);
  left: 8rem;
  top: 8rem;
}
.regions .region7:hover .illu-flocon {
  background-image: url('imgs/flocon5.svg');
  left: 5.7rem;
  top: 7rem;
  width: 30px;
  height: 30px;
  transform: rotate(-20deg);
}
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.popup .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.popup .close-pop-up {
  position: fixed;
  right: 1rem;
  top: 1rem;
  width: 3rem;
  height: 3rem;
  background: url('imgs/close.svg') no-repeat;
  background-size: 100%;
  cursor: pointer;
}
.popup .popup-content {
  background-color: #FFFFFF;
  padding: 1rem 2.5rem 2.5rem;
  max-height: 80%;
  overflow-y: scroll;
  position: relative;
  width: 80%;
  max-width: 650px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-overflow-style: none;
}
.popup .popup-content .item-header {
  display: flex;
  margin-bottom: 1rem;
  justify-content: space-between;
}
.popup .popup-content h3 {
  height: 190px;
  width: 210px;
  background-repeat: no-repeat;
  background-size: 140px 140px;
  background-position: center;
  background-image: url('imgs/region-bg-hover.svg');
  position: relative;
  margin: 0 auto;
}
.popup .popup-content h3 span {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  color: white;
  left: 0;
}
.popup .popup-content .salle {
  margin-bottom: 2rem;
}
.popup .popup-content .lieu {
  max-width: 22rem;
}
.popup .popup-content .lieu h4 {
  text-align: left;
  color: #6b8a85;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.popup .popup-content .lieu h4 em {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
}
.popup .popup-content .lieu .adresse {
  text-align: left;
  font-size: 13px;
  margin-top: 0.2rem;
}
.popup .popup-content .pictos span {
  font-size: 10px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  text-align: left;
}
.popup .popup-content .pictos span:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}
.popup .popup-content .pictos .wifi {
  padding-left: 1.8rem;
}
.popup .popup-content .pictos .wifi:before {
  background-image: url('imgs/wifi.svg');
}
.popup .popup-content .pictos .food {
  padding-left: 1.6rem;
}
.popup .popup-content .pictos .food:before {
  background-image: url('imgs/food.svg');
}
.popup .popup-content .pictos .photocopy {
  padding-left: 1.6rem;
}
.popup .popup-content .pictos .photocopy:before {
  background-image: url('imgs/photocopy.svg');
}
.popup .popup-content::-webkit-scrollbar {
  display: none;
}
.popup .item-tableau > ul > li {
  display: flex;
  align-items: flex-end;
}
.popup .item-tableau .dates {
  font-weight: bold;
  color: #89391a;
  font-size: 12px;
  border-right: 2px solid black;
  padding-right: 0.5rem;
  width: 6rem;
  text-align: right;
}
.popup .item-tableau .heures {
  width: 31.6rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.popup .item-tableau .heures h5 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  display: none;
  margin-bottom: 0.3rem;
}
.popup .item-tableau .heures li {
  border-right: 1px solid #000000;
  width: 20%;
}
.popup .item-tableau .heures li:last-of-type {
  border-right: 0;
}
.popup .item-tableau .heures span {
  font-size: 11px;
  text-transform: uppercase;
}
.popup .item-tableau .heures span em {
  text-transform: none;
  display: block;
  font-size: 10px;
  font-style: italic;
}
.popup .item-tableau .first-line h5 {
  display: block;
}
.popup .item-footer {
  margin-top: 0.5rem;
  background-color: #89391a;
  padding: 0.5rem 0.7rem;
  color: white;
  display: flex;
  justify-content: space-between;
}
.popup .item-footer a {
  color: white;
}
.popup .item-footer .attention {
  width: 26.8rem;
}
.popup .item-footer .attention p {
  line-height: 1.3em;
  text-align: left;
  font-size: 12px;
}
.popup .item-footer .attention p a {
  font-weight: bold;
}
.popup .item-footer .attention p a:hover {
  text-decoration: underline;
}
.popup .item-footer .places {
  text-align: left;
  position: relative;
  padding-left: 2.2rem;
}
.popup .item-footer .places strong {
  display: block;
}
.popup .item-footer .places:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('imgs/places.svg') no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.popup .salle-hepl .item-tableau > ul > li {
  align-items: center;
}
.popup .salle-hepl .item-tableau > ul > li.first-line {
  align-items: flex-start;
}
.popup .salle-hepl .item-tableau > ul > li.first-line .dates {
  transform: translateY(1.25rem);
}
footer {
  margin: 3rem auto 1rem;
}
footer .footer-content {
  margin-bottom: 4rem;
  display: flex;
  justify-content: center;
}
footer .footer-content div {
  width: 23rem;
  margin-left: 2rem;
  border-left: 1px solid #000000;
  padding-left: 2rem;
}
footer .footer-content div p {
  font-size: 18px;
  line-height: 1.2em;
}
footer .footer-content div p strong {
  font-style: italic;
  display: block;
  font-weight: bold;
  color: #6b8a85;
}
footer .copyright p {
  text-align: center;
  font-size: 11px;
}
footer .copyright p a {
  color: #000000;
}
footer .copyright p a:hover {
  color: #6b8a85;
}
@media screen and (max-width: 1185px) {
  .content {
    width: 58.75rem;
  }
  .regions {
    padding: 0;
  }
  .regions .region {
    margin: 0 0.5rem;
  }
}
@media screen and (max-width: 985px) {
  .content {
    width: 46rem;
  }
  .bigtitle .mainimg {
    width: 500px;
    height: auto;
  }
  .bigtitle .illu {
    width: 145px;
    height: auto;
    left: 22.2rem;
    top: 14.5rem;
  }
  .bigtitle .flocon2 {
    top: 12.8rem;
    left: 13.5rem;
  }
  .bigtitle .flocon3 {
    left: 26rem;
  }
  .bigtitle .flocon4 {
    right: 0;
  }
  .bigtitle h2 {
    font-size: 58px;
    top: 19.5rem;
  }
  .bigtitle h2 span {
    font-size: 30px;
  }
  .bigtitle h2 span strong {
    font-size: 60px;
  }
  .bigtitle h3 {
    font-size: 18px;
    width: 11rem;
    right: -1rem;
  }
  .regions .region {
    height: 190px;
    width: 165px;
  }
  .regions .region > h3 {
    font-size: 16px;
  }
  .regions .region6 {
    top: -2rem;
    right: 0.5rem;
  }
  .regions .region5 {
    top: -1rem;
    left: -3rem;
  }
  footer .footer-content img {
    width: 23rem;
    height: auto;
  }
  footer .footer-content footer .footer-content div {
    width: auto;
  }
  footer .footer-content div p {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  .popup .popup-content {
    width: 90%;
  }
}
@media screen and (max-width: 780px) {
  .content {
    width: 36rem;
  }
  .bigtitle {
    width: 36rem;
    margin: 3rem auto 1rem;
    height: 37rem;
  }
  .bigtitle h2 {
    top: 17.5rem;
    left: 6rem;
  }
  .bigtitle h3 {
    width: 100%;
    right: 0;
    text-align: center;
    top: initial;
    bottom: 5rem;
  }
  .bigtitle h3 br {
    display: none;
  }
  .bigtitle .illu {
    left: 19.2rem;
  }
  .regions .region4 {
    top: -5rem;
  }
  .regions .region5 {
    left: 2rem;
  }
  .regions .region7 {
    right: 8rem;
    top: -5rem;
  }
  .regions .region6 {
    top: 2rem;
    right: -2rem;
  }
  footer .footer-content img {
    width: 20rem;
  }
  footer .footer-content div p strong {
    display: inline;
  }
}
@media screen and (max-width: 725px) {
  .popup .popup-content {
    padding: 1rem 1.5rem 1.5rem;
  }
  .popup .item-tableau .heures h5,
  .popup .item-tableau .dates,
  .popup .item-tableau .heures span {
    font-size: 10px;
  }
  .popup .popup-content .lieu h4 {
    font-size: 16px;
  }
  .popup .popup-content .item-header {
    display: block;
  }
  .popup .popup-content .item-header .pictos {
    text-align: right;
  }
}
@media screen and (max-width: 610px) {
  .content {
    width: 27rem;
  }
  .bigtitle {
    margin: 2rem auto 2rem;
    width: 27rem;
    height: 33rem;
  }
  .bigtitle .mainimg {
    width: 27rem;
    height: auto;
  }
  .bigtitle .illu {
    width: 122px;
    left: 14.5rem;
    top: 12rem;
  }
  .bigtitle .flocon1 {
    width: 19px;
    height: 19px;
    left: 10.8rem;
  }
  .bigtitle .flocon2 {
    width: 30px;
    height: 30px;
    top: 11rem;
    left: 7rem;
  }
  .bigtitle .flocon3 {
    width: 20px;
    height: 20px;
    left: 17.7rem;
    top: 9.2rem;
  }
  .bigtitle .flocon4 {
    width: 34px;
    height: 34px;
    top: 13rem;
  }
  .bigtitle h2 {
    top: 14.5rem;
    left: 1.5rem;
    font-size: 50px;
  }
  .bigtitle h2 span {
    font-size: 25px;
  }
  .bigtitle h2 span strong {
    font-size: 50px;
  }
  .regions .region5 {
    left: 0;
  }
  .regions .region6 {
    right: 0;
  }
  .regions .region3,
  .regions .region5,
  .regions .region7 {
    top: -4rem;
  }
  .regions .region4,
  .regions .region6 {
    top: 0;
  }
  .regions .region7 {
    right: 6rem;
  }
  footer {
    margin: 0rem auto 1rem;
  }
  footer .footer-content {
    display: block;
    margin-bottom: 3rem;
  }
  footer .footer-content img {
    width: 100%;
  }
  footer .footer-content div {
    width: 100%;
    margin-top: 1.5rem;
    border-left: 0;
    padding-left: 0;
    text-align: center;
    border-top: 1px solid black;
    margin-left: 0;
    padding-top: 1.5rem;
  }
  footer .copyright p {
    font-size: 10px;
  }
  .popup .popup-content h3 span {
    font-size: 18px;
  }
  .popup .popup-content .item-header .lieu {
    margin-bottom: 1rem;
  }
  .popup .popup-content .item-header .pictos {
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .popup .item-tableau .heures span em {
    font-size: 12px;
    margin-top: 0.2rem;
  }
  .popup .item-tableau .heures,
  .popup .item-tableau > ul > li {
    justify-content: center;
    flex-direction: column;
    margin-bottom: 0.5rem;
  }
  .popup .popup-content .lieu h4 {
    font-size: 18px;
  }
  .popup .popup-content .lieu h4,
  .popup .popup-content .lieu .adresse {
    text-align: center;
  }
  .popup .item-tableau .heures h5 {
    display: block;
  }
  .popup .item-tableau .heures li {
    border-right: 0;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .popup .item-tableau .heures {
    width: 100%;
  }
  .popup .item-tableau .dates {
    width: 100%;
    text-align: center;
    border-right: 0;
    padding-right: 0;
    margin-bottom: 0.5rem;
    font-size: 16px;
  }
  .popup .item-tableau {
    border-top: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    padding-top: 1.5rem;
  }
  .popup .item-tableau .heures h5,
  .popup .item-tableau .heures span {
    font-size: 14px;
  }
  .popup .popup-content .salle {
    margin-bottom: 3rem;
  }
  .popup .item-footer {
    flex-direction: column;
    margin-top: -0.5rem;
    align-items: center;
  }
  .popup .item-footer .places {
    font-size: 18px;
    padding-left: 3.2rem;
  }
  .popup .item-footer .places:before {
    width: 40px;
    height: 40px;
  }
  .popup .item-footer .attention {
    width: 100%;
    margin-bottom: 1rem;
  }
  .popup .salle-hepl .item-tableau > ul > li.first-line .dates {
    transform: translateY(0);
  }
}
@media screen and (max-width: 465px) {
  .content {
    width: 90%;
  }
  .bigtitle {
    width: 100%;
    height: 29rem;
    margin: 0 auto 0;
    padding: 2rem 0 0;
  }
  .bigtitle .illu {
    width: 28.5%;
    left: 52%;
    top: 38%;
    min-width: 84px;
  }
  .bigtitle .mainimg {
    width: 100%;
  }
  .bigtitle .flocon1 {
    left: 40%;
  }
  .bigtitle .flocon2 {
    top: 35%;
    left: 26%;
  }
  .bigtitle .flocon3 {
    left: 67%;
    top: 31%;
  }
  .bigtitle .flocon4 {
    top: 39%;
  }
  .bigtitle h2 {
    font-size: 40px;
    width: 8rem;
    top: 46%;
    left: 14%;
  }
  .bigtitle h3 {
    bottom: 3rem;
  }
  .bigtitle .bigtitle h2 span strong {
    font-size: 40px;
  }
  .bigtitle .bigtitle h2 span {
    display: block;
  }
  .popup .popup-content {
    top: 5rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .regions {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .regions .region {
    height: 170px;
  }
  .regions .region3 .illu-flocon {
    left: 0.5rem;
  }
  .regions .region5 .illu-flocon {
    left: 1rem;
    top: 0rem;
  }
  .regions .region1,
  .regions .region3,
  .regions .region5 {
    top: 0;
    left: -2rem;
  }
  .regions .region2,
  .regions .region4,
  .regions .region6 {
    right: -2rem;
  }
  footer .copyright p {
    line-height: 1.5em;
  }
  footer .footer-content div p {
    font-size: 15px;
  }
}
@media screen and (max-width: 420px) {
  .bigtitle h3 {
    bottom: 5rem;
  }
  .regions {
    margin-top: -3rem;
  }
}
@media screen and (max-width: 412px) {
  .bigtitle h2 {
    top: 43%;
    left: 9%;
  }
}
@media screen and (max-width: 385px) {
  .bigtitle h3 {
    bottom: 6rem;
  }
  .regions {
    margin-top: -5rem;
  }
}
@media screen and (max-width: 375px) {
  .bigtitle h2 {
    width: 6rem;
    font-size: 32px;
  }
  .bigtitle h2 span strong {
    font-size: 40px;
  }
}
