/* Generated by less 3.11.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;
}
@font-face {
  font-family: 'Azonix';
  src: url('../font/Azonix.otf');
}
/* ------------------------------- 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;
}
.space {
  margin-top: 100px;
}
/* ------------------------------- END RECURENTES -- */
/*--------- HEADER */
header {
  height: 100vh;
  background-image: url(../img/header.jpg);
  background-size: cover;
  background-position: center;
}
header a img {
  padding: 20px;
  width: 20%;
  position: absolute;
}
header div.burger {
  display: block;
  height: 50px;
  width: 50px;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  z-index: 4;
  top: 0;
  right: 0px;
  transition: all 0.3s ease-in-out;
}
header div.burger span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: black;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
header div.burger span:before,
header div.burger span:after {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: black;
  transition: all 0.3s ease-in-out;
}
header div.burger span:before {
  top: -10px;
}
header div.burger span:after {
  top: 10px;
}
header div.burger.burger-open span {
  background-color: rgba(0, 0, 0, 0);
}
header div.burger.burger-open span:before {
  transform: rotate(45deg);
  top: 0;
  background-color: white;
}
header div.burger.burger-open span:after {
  transform: rotate(135deg);
  top: 0;
  background-color: white;
}
header div.menu {
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  right: 0;
  z-index: 2;
  transform: translateX(100%);
  overflow-x: hidden;
  transition: all 0.3s ease-in-out;
}
header div.menu.is-open {
  transform: translateX(0);
}
header div.menu ul {
  position: absolute;
  top: 10%;
  left: 80%;
  transform: translateY(50%);
  width: 100%;
  padding-left: 50px;
}
header div.menu ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 20px;
}
header div.menu ul li a {
  color: white;
  display: block;
  font-size: 16px;
  line-height: 48px;
  padding-left: 20px;
  position: relative;
}
header div.menu ul li a:before,
header div.menu ul li a:after {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  width: 7%;
  background-color: white;
  left: 0;
}
/*--------- SECTION INTRO  */
section.intro {
  background-image: url(../img/forme.png);
  height: 427px;
}
section.intro article.text p {
  text-align: center;
  padding: 80px 40px;
  font-size: 24px;
  color: #0f3057;
}
/*----------- SECTION COURSE  */
section.course {
  background-color: #0f3057;
}
section.course h2 {
  text-align: right;
  padding-right: 60px;
  color: white;
  font-size: 5vw;
  font-family: azonix;
}
section.course article.photo {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 30px;
}
section.course article.photo img {
  width: 50%;
  padding: 10px;
}
section.course article.photo img:nth-child(4) {
  width: 50%;
}
section.course article.photo p {
  width: 50%;
  padding: 80px 60px;
  font-size: 24px;
  line-height: 40px;
  color: white;
}
/*------- SECTION PARCOURS */
section.parcours {
  background-image: url(../img/forme2.png);
  background-repeat: no-repeat;
}
section.parcours h2 {
  padding: 120px 0 50px 60px;
  color: #0f3057;
  font-size: 5vw;
  font-family: azonix;
}
section.parcours article.map p {
  font-size: 24px;
  color: #0f3057;
  padding: 20px;
}
/*-------- Section Staff*/
section.staff h2 {
  text-align: right;
  padding: 120px 60px 50px 0;
  color: #0f3057;
  font-size: 5vw;
  font-family: azonix;
}
section.staff article.staff {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
section.staff article.staff figcaption {
  color: #0f3057;
  text-align: center;
  margin: 20px;
  font-size: 26px;
}
section.staff article.staff figcaption span {
  font-size: 30px;
  font-weight: 600;
}
/*----- FOOTER */
footer {
  background-color: #0f3057;
  height: 100px;
  padding-top: 50px;
  display: flex;
  justify-content: space-around;
}
footer p {
  align-self: center;
  color: white;
}
footer a {
  align-self: center;
  color: white;
}
#scrolltop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #0f3057;
  border-radius: 10px;
  color: white;
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 1350px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 1350px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  section.course article.photo {
    width: 90%;
  }
  section.course article.photo img {
    width: 90%;
  }
  section.course article.photo img:nth-child(4) {
    width: 90%;
  }
  section.course article.photo p {
    width: 90%;
  }
  section.parcours img {
    width: 90%;
    margin: 0 auto;
  }
}
/* ----------------------------------------------MEDIA QUERIES 600px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 600px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  section.course article.photo {
    width: 90%;
  }
  section.course article.photo p {
    font-size: 16px;
    padding: 20px;
  }
  section.parcours article.map p {
    font-size: 16px;
  }
  section.staff figure img {
    width: 75%;
    margin: 0 auto;
  }
}
