/* Generated by less 2.5.1 */
@charset "utf-8";
header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}
div,
header,
nav,
article,
section,
aside,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
figure,
figcaption,
class,
img {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  background-color: white;
  border: 0 solid transparent;
  font-size: 16px;
  margin: 0;
  min-height: 100%;
  padding: 0;
  width: 100%;
  display: block;
  font-family: 'Roboto', sans-serif;
}
img,
object,
embed,
canvas,
video,
audio,
picture {
  max-width: 100%;
  height: auto;
}
img {
  display: block;
}
a {
  text-decoration: none;
  color: black;
}
/* ------------------------------- RECURENTES -- */
.clear {
  display: block;
  zoom: 1;
}
.clear:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.center {
  width: 960px;
  margin: 0 auto;
}
.hide {
  display: none;
}
.gauche {
  float: left;
}
.droite {
  float: right;
}
.left {
  float: left;
  height: 100%;
  width: 60%;
  padding: 3rem 3rem 3rem 5rem;
  display: table;
}
.left > div {
  display: table-cell;
  vertical-align: middle;
}
/* ------------------------------- END RECURENTES -- */
/* ------------------------------- TOP -- */
.logo {
  width: 100%;
  height: 77px;
  padding-left: 30px;
  position: fixed;
  top: 0;
  z-index: 3;
  background-color: #f11a57;
}
.burger {
  width: 100px;
  height: 77px;
  border-left: solid 2px white;
  border-right: solid 2px white;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 1400px;
  z-index: 4;
  transition: all 0.3s ease-in-out;
}
.burger span {
  display: block;
  width: 70px;
  height: 2px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.burger span:before,
.burger span:after {
  content: '';
  position: absolute;
  display: block;
  width: 70px;
  height: 2px;
  background-color: white;
  transition: all 0.3s ease-in-out;
}
.burger span:before {
  top: -10px;
}
.burger span:after {
  top: 10px;
}
.burger.burger-open span {
  background-color: rgba(0, 0, 0, 0);
}
.burger.burger-open span:before {
  transform: rotate(45deg);
  top: 0;
}
.burger.burger-open span:after {
  transform: rotate(135deg);
  top: 0;
}
.menu {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 2;
  transform: translateX(100%);
  overflow-x: hidden;
  transition: transform 0.3s ease-in-out;
}
.menu.is-open {
  transform: translateX(0);
}
.menu ul {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding-left: 50px;
}
.menu ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 20px;
}
.menu ul li a {
  display: block;
  color: white;
  line-height: 3rem;
  font-size: 0.9rem;
  padding-left: 20px;
  position: relative;
}
.menu ul li a:before,
.menu ul li a:after {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  background-color: white;
  width: 80%;
  left: 0;
}
nav {
  position: fixed;
  height: 77px;
  z-index: 3;
  right: 50px;
}
nav ul {
  font-size: 0;
}
nav ul li {
  display: inline-block;
  font-size: 16px;
}
nav ul li a {
  display: block;
  color: white;
  font-size: 24px;
  text-align: center;
  height: 77px;
  line-height: 77px;
  padding: 0 60px;
  font-family: 'Roboto Slab', serif;
}
nav ul li a:hover {
  color: black;
}
/* -------------------------------------------------------------------- HEADER -- */
header {
  background-image: url(../imgs/header2.jpg);
  background-size: cover;
  background-position: bottom;
  height: 900px;
  padding: 120px;
  text-align: center;
}
header:hover {
  background-image: url(../imgs/header1.jpg);
  background-size: cover;
  background-position: center;
  transition: all 3s;
}
header p {
  font-size: 60px;
  color: white;
  margin-bottom: 30px;
}
/* --------------------------------------------------- PRESENTATION -- */
.propos-container {
  padding: 80px;
}
.propos-container div.propos img {
  float: left;
  border-radius: 20px;
}
.propos-container div.propos article {
  float: right;
  width: calc(50% - 20px);
}
.propos-container div.propos article h1 {
  text-transform: uppercase;
  color: #f11a57;
  margin-bottom: 30px;
  margin-top: 10px;
}
.propos-container div.propos article p {
  margin-bottom: 10px;
}
/* -------------------------------------------------------------- SEPARATION -- */
.separation {
  text-align: center;
}
.separation img {
  text-align: center;
  margin: 0 auto;
  padding: 30px;
}
/* -------------------------------------------------------------- MENU/CARTE -- */
section.carte-container {
  margin-top: 30px;
  margin-bottom: 60px;
}
section.carte-container h1 {
  text-align: center;
  margin-bottom: 30px;
}
section.carte-container p {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}
section.carte-container .carte a {
  width: calc(33.33% - 20px);
  margin: 0 10px;
}
section.carte-container .carte img {
  border-radius: 20px;
  border: solid 2px #dadada;
}
section.carte-container a.btn {
  float: right;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  margin-top: 30px;
  background-color: black;
  color: white;
  padding: 10px 0;
  transition: all 1s;
}
section.carte-container a.btn:hover {
  background-color: #f11a57;
  color: black;
}
/* -------------------------------------------------------------- HORAIRES / INFOS -- */
.horaires-container {
  background-image: url(../imgs/header2.jpg);
  background-size: cover;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 60px;
}
.horaires-container h1 {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 50px;
}
.horaires-container div.center section.horaires {
  width: calc(50% - 20px);
  height: 400px;
  margin: 10px 10px;
  float: left;
  border: solid 2px #dadada;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.5);
}
.horaires-container div.center section.horaires i {
  font-size: 60px;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  color: #f11a57;
}
.horaires-container div.center section.horaires h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #f11a57;
}
.horaires-container div.center section.horaires .jour {
  padding-left: 50px;
}
.horaires-container div.center section.horaires .heures {
  padding-right: 60px;
}
.horaires-container section.infos {
  text-align: center;
  margin-top: 450px;
}
.horaires-container section.infos i {
  font-size: 60px;
  text-align: center;
  margin-bottom: 20px;
  color: #f11a57;
}
.horaires-container section.infos h2 {
  text-align: center;
  margin-bottom: 40px;
  color: #f11a57;
}
.horaires-container section.infos p {
  margin-bottom: 20px;
  color: white;
  font-size: 20px;
}
.horaires-container section.infos span {
  color: #dadada;
  font-size: 25px;
}
section.map p {
  font-size: 20px;
}
section.map iframe {
  margin-top: 30px;
  margin-bottom: 60px;
}
footer {
  background-color: black;
  color: white;
  text-align: center;
  padding-bottom: 30px;
  padding-top: 60px;
}
footer a {
  display: block;
  margin-bottom: 40px;
}
footer a img {
  margin: 0 auto;
}
footer p {
  margin-bottom: 20px;
  font-size: 24px;
}
div.fin p {
  color: #f11a57;
  margin-bottom: 10px;
  margin-top: 20px;
  text-align: center;
}
#scrolltop {
  position: fixed;
  bottom: 10px;
  right: 10%;
  display: none;
  line-height: 50px;
  text-align: center;
  font-size: 50px;
  color: #f11a57;
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 1024px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
  .center {
    width: 100%;
    margin: 0;
  }
  .burger {
    right: 10px;
  }
  nav {
    display: none;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 912px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 912px) {
  .center {
    width: 100%;
    margin: 0;
  }
  .horaires-container div.center section.horaires .jour {
    padding-left: 0;
  }
  .horaires-container div.center section.horaires .heures {
    padding-right: 0;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 768px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .center {
    width: 100%;
    margin: 0;
  }
  header {
    height: auto;
  }
  header p {
    font-size: 60px;
    color: white;
    margin-bottom: 60px;
  }
  .propos-container div.propos img {
    float: none;
    margin: 0 auto;
  }
  .propos-container div.propos article {
    float: none;
    width: 100%;
    text-align: center;
  }
  .propos-container div.propos article h1 {
    text-transform: uppercase;
    color: #f11a57;
    margin-bottom: 30px;
    margin-top: 60px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 500px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 500px) {
  .center {
    width: 100%;
    margin: 0;
  }
  header p {
    font-size: 30px;
  }
  .carte-container .carte a {
    width: auto;
    float: none;
  }
  .carte-container .carte img {
    border-radius: 20px;
    border: solid 2px #dadada;
    width: 100%;
  }
  .carte-container a.btn {
    padding: 10px 10px;
    float: right;
  }
  .horaires-container div.center section.horaires {
    width: calc(100% - 30px);
    margin: 30px 15px;
    float: left;
    border: solid 2px #dadada;
    padding: 20px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 400px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 400px) {
  .center {
    width: 100%;
    margin: 0;
  }
  .logo img {
    width: 50%;
  }
  .burger span {
    width: 30px;
  }
  .burger span:before,
  .burger span:after {
    width: 30px;
  }
  header p {
    font-size: 30px;
  }
  .propos-container {
    padding: 40px;
  }
}
footer div.center a img {
  width: 50%;
}
footer div.center p {
  font-size: 20px;
}
div.fin p {
  font-size: 14px;
}
