/*
   DO NOT EDIT !
   http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
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;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Fonts load and imports goes here */
/* Vars declaration go here */
/* Common CSS goes here (titles, links, buttons...) */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p, ul, li, span {
  font-family: "Roboto", sans-serif;
  color: inherit;
}

ul {
  list-style: square;
}

.strong-font {
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
}

a {
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 5px;
  color: inherit;
}
a:visited, a:hover {
  text-decoration: none;
  color: inherit;
}

.logo-text {
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  letter-spacing: 5px;
}

h1, h2, label {
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 5px;
  color: inherit;
}

button {
  border: 4px solid #ffffff;
  background: none;
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 1.5em;
  padding: 10px 20px;
  color: #ffffff;
  cursor: pointer;
}

.menu {
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-size: 1.75em;
  color: #ffffff;
  background: #1a1a1d;
  position: fixed;
  z-index: 2000;
  transition: top 0.2s, opacity 0.2s;
  box-sizing: border-box;
  padding: 20px;
}
.menu .menu-logo {
  display: inline-block;
  box-sizing: border-box;
  flex: 1;
}
.menu .menu-links {
  box-sizing: border-box;
  display: inline-block;
  margin-left: auto;
}
.menu .menu-links a {
  transition: color 0.2s, background-color 0.2s;
  text-align: center;
  padding: 5px;
  margin-left: 5px;
}
.menu .menu-links a.outside {
  background-color: #b30505;
  border: 4px solid #b30505;
  border-radius: 5px;
  color: #ffffff;
  width: auto;
}
.menu .menu-links a.current {
  color: #b30505;
}
.menu .menu-links a:hover {
  color: #b30505;
}
.menu .menu-links a:hover.outside {
  background-color: transparent;
}
.menu .open-burger-button {
  display: none;
  margin-left: auto;
  width: 50px;
  height: 50px;
  background: url(../../assets/icons/burger.png);
  background-size: contain;
  filter: invert(1);
  cursor: pointer;
}

#full-screen-menu {
  position: fixed;
  top: 0;
  left: 100%;
  height: 100vh;
  width: 100%;
  z-index: 10000;
  background: #000000;
  transition: left 0.2s;
}
#full-screen-menu.show {
  left: 0;
}
#full-screen-menu .close-burger-button {
  background: url(../../assets/icons/close-burger.png);
  background-size: contain;
  cursor: pointer;
  width: 50px;
  height: 50px;
  float: right;
  margin: 20px;
}
#full-screen-menu .links {
  width: calc(100% - 40px);
  color: #ffffff;
  padding: 100px 20px;
}
#full-screen-menu .links a {
  transition: color 0.2s, background-color 0.2s;
  display: block;
  font-size: 2em;
  text-align: center;
  padding: 5px;
  margin-top: 20px;
}
#full-screen-menu .links a.current {
  color: #b30505;
}
#full-screen-menu .links a.outside {
  background-color: #b30505;
  border: 4px solid #b30505;
  border-radius: 5px;
  color: #ffffff;
  width: auto;
}
#full-screen-menu .links a:hover {
  color: #b30505;
}
#full-screen-menu .links a:hover.outside {
  background-color: transparent;
}

@media (max-width: 1200px) {
  .menu .menu-links {
    display: none;
  }
  .menu .open-burger-button {
    display: inline-block;
  }
}
/* Vars declaration go here */
/* Specific CSS for page 'programmes.html' goes here */
body {
  background-color: #1a1a1d;
}
body .menu-separator {
  display: block;
  height: 8vh;
}
body .programs {
  width: 100%;
}
body .programs .program {
  display: flex;
  width: 100%;
  color: #ffffff;
  background-color: #1a1a1d;
}
body .programs .program.bis {
  color: #1a1a1d;
  background-color: #ffffff;
}
body .programs .program.bis .program-details p.program-keywords {
  font-size: 1.5em;
  padding: 0 40px 0 40px;
}
body .programs .program.bis .call-to-action:hover {
  background-color: #ffffff;
}
body .programs .program .program-half-box {
  box-sizing: border-box;
  display: inline-block;
  width: calc(100% / 2);
  vertical-align: top;
  padding-bottom: 40px;
}
body .programs .program .program-details h1 {
  text-align: left;
  font-size: 6em;
  padding: 40px 40px 0 40px;
}
body .programs .program .program-details p.program-keywords {
  font-size: 1.5em;
  padding: 0 40px 0 40px;
  text-align: left;
  line-height: 30px;
  letter-spacing: 1.5px;
}
body .programs .program .program-picture {
  background-size: cover;
  background-position: center;
}
body .programs .program.program-1 .program-picture {
  background-image: url("../../../assets/pictures/programme-01.jpg");
}
body .programs .program.program-2 .program-picture {
  background-image: url("../../../assets/pictures/programme-02.jpg");
}
body .programs .program.program-3 .program-picture {
  background-image: url("../../../assets/pictures/programme-03.jpg");
}
body .programs .program.program-4 .program-picture {
  background-image: url("../../../assets/pictures/programme-04.jpg");
}
body .programs .program .program-description {
  padding: 40px;
  line-height: 30px;
}
body .programs .program .program-exercices {
  padding: 0 40px 40px 40px;
  line-height: 30px;
}
body .programs .program .program-exercices ul {
  padding-left: 20px;
}
body .programs .program .call-to-action {
  display: block;
  color: #ffffff;
  background-color: #b30505;
  border-color: #b30505;
  bottom: 40px;
  transition: background-color 0.2s, color 0.2s;
  font-size: 1.2em;
  margin-left: 40px;
}
body .programs .program .call-to-action:hover {
  background-color: #1a1a1d;
  color: #b30505;
}

.teaser h2 {
  color: #ffffff;
  text-align: center;
  margin-top: 48px;
  font-size: 3rem;
}

p {
  color: #ffffff;
  text-align: center;
  padding: 32px 32px 16px;
  line-height: 24px;
  max-width: 750px;
  margin: 0 auto;
}

button {
  display: block;
  margin: 0 auto;
  background-color: #b30505;
  border-color: #b30505;
  transition: color 0.2s, background-color 0.2s;
}
button:hover {
  color: #b30505;
  background-color: transparent;
}

.social {
  color: #1a1a1d;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
}
.social h2 {
  text-align: center;
  padding-top: 160px;
  padding-bottom: 40px;
}
.social .social-icons {
  display: flex;
  margin: 0 auto;
  gap: 64px;
  justify-content: space-around;
}
.social .social-icons .social-icon {
  display: inline-block;
  width: 10vw;
  height: 10vw;
  filter: grayscale(1);
  transition: filter 0.2s;
  cursor: pointer;
}
.social .social-icons .social-icon .social-icon-icon {
  width: 100%;
  height: 100%;
}
.social .social-icons .social-icon .social-icon-label {
  text-align: center;
}
.social .social-icons .social-icon.facebook .social-icon-icon {
  background-image: url(../../../assets/icons/facebook.png);
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}
.social .social-icons .social-icon.instagram {
  background-image: url(../../../assets/icons/instagram.png);
  background-size: contain;
}
.social .social-icons .social-icon.tiktok {
  background-image: url(../../../assets/icons/tiktok.png);
  background-size: contain;
}
.social .social-icons .social-icon.youtube {
  background-image: url(../../../assets/icons/youtube.png);
  background-size: contain;
}
.social .social-icons .social-icon:hover {
  filter: grayscale(0);
}

/* Vars declaration go here */
/* Specific Media-Queries for page 'programmes.html' goes here */
@media (max-width: 840px) {
  body .programs .program .program-half-box {
    height: auto;
  }
  body .programs .program .program-picture {
    display: block;
    height: 200px;
    width: 100%;
  }
  body .programs .program .program-details {
    display: block;
    width: 100%;
  }
  body .programs .program .program-details .program-description {
    display: block;
  }
  body .programs .program .program-details .call-to-action {
    width: 80vw;
    margin: 20px 10vw;
  }
}

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