a {
  color: #00aeef;
  text-decoration: underline;
}

.section-header {
  height: 540px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url('../images/Stage-Header-Web.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url('../images/Stage-Header-Web.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-header.blackfriday {
  height: auto;
  padding-bottom: 100px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .9)), url('../images/Stage-Header-Web.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .9)), url('../images/Stage-Header-Web.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.container-header {
  height: 100%;
  padding-bottom: 50px;
  text-align: center;
}

.navbar {
  margin-top: 15px;
  margin-bottom: 50px;
  background-color: transparent;
}

.enroll-now {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 50px;
  background-color: #00aeef;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #fff;
  font-weight: 600;
}

.enroll-now:hover {
  background-color: #fff;
  color: #333;
}

.enroll-now.music-theory {
  margin-right: 10px;
  border: 1px solid #00aeef;
  background-color: #fff;
  color: #00aeef;
}

.enroll-now.music-theory:hover {
  background-color: #00aeef;
  color: #fff;
}

.enroll-now.music-theory.w--current {
  border-color: #a5a5a5;
  background-color: transparent;
  color: #a5a5a5;
}

.enroll-now.music-theory.w--current:hover {
  color: #e5e6e9;
}

.body {
  font-family: Poppins, sans-serif;
  color: #333;
}

.nav-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-weight: 500;
}

.nav-link:hover {
  color: #00aeef;
}

.first-heading {
  margin-top: 25px;
  color: #fff;
  font-size: 44px;
  line-height: 50px;
  text-shadow: 0 0 30px rgba(0, 0, 0, .9);
}

.first-heading.blackfriday {
  margin-top: 55px;
  font-family: bebas-neue, sans-serif;
  font-size: 100px;
  line-height: 100px;
  font-weight: 400;
}

.first-heading.festival {
  position: relative;
  z-index: 10;
  font-size: 48px;
}

.contextual-heading {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-shadow: 0 0 30px rgba(0, 0, 0, .9);
}

.contextual-heading.festival {
  position: relative;
  z-index: 10;
  margin-top: 5px;
  font-family: Poppins, sans-serif;
}

.play-link {
  width: 100%;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.play-link:hover {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.play-link.ajoute-margin {
  margin-top: 25px;
  margin-bottom: 200px;
}

.try-now {
  margin-top: 25px;
  padding: 12px 30px;
  border-radius: 50px;
  background-color: #00aeef;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-size: 14px;
  letter-spacing: 2px;
}

.try-now:hover {
  background-color: #fff;
  color: #333;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-addthis {
  background-color: #f3f4f5;
  text-align: center;
}

.try-section {
  background-color: #f3f3f3;
}

.text-block {
  font-weight: 300;
  text-align: center;
}

.text-block.bleu {
  color: #00aeef;
}

.text-block.add-margin-top {
  padding-top: 30px;
}

.heading-noir {
  font-size: 32px;
  text-align: center;
}

.heading-noir.mois-festival {
  margin-top: 10px;
  color: #00aeef;
}

.contextual-text {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.contextual-text.sur-festival {
  position: relative;
  z-index: 10;
  width: 90%;
  margin-bottom: 50px;
  color: #fff;
  text-shadow: 0 0 6px #000;
}

.try-it {
  color: #00aeef;
  text-align: center;
}

.texte-general {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.block-try-it {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px;
  border: 5px solid #00aeef;
  background-color: rgba(0, 174, 239, .1);
}

.text-bio {
  font-size: 15px;
  font-weight: 300;
}

.text-bio.en-francais {
  font-size: 14px;
  line-height: 18px;
}

.biographie {
  margin-top: 50px;
}

.section-niveaux {
  background-color: #f3f3f3;
}

.container-general {
  padding-top: 50px;
  padding-bottom: 70px;
  text-align: left;
}

.container-general.pas-de-bottom-padding {
  padding-bottom: 0px;
}

.block-try-blue {
  margin-top: 70px;
  margin-bottom: 50px;
  padding: 50px;
  border: 5px solid #00aeef;
  background-color: rgba(0, 174, 239, .2);
}

.section-footer {
  background-color: #333;
}

.section-footer.fond-gris {
  background-color: #979797;
}

.row {
  color: #979797;
}

.lien-footer {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #979797;
  text-decoration: none;
}

.lien-footer:hover {
  color: #00aeef;
}

.lien-footer.surligne {
  text-decoration: underline;
}

.share-text {
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  color: #7c7c7c;
  font-size: 14px;
  letter-spacing: 2px;
}

.container-share {
  padding-top: 50px;
  padding-bottom: 50px;
}

.colonne-1-footer {
  color: #979797;
  font-size: 12px;
}

.link-footer-li {
  padding-top: 0px;
  padding-bottom: 25px;
  color: #979797;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.colonne-3-footer {
  text-align: right;
}

.button {
  float: right;
  border: 1px solid #979797;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease, color 200ms ease;
  transition: border-color 200ms ease, color 200ms ease;
  color: #979797;
}

.button:hover {
  border-color: #00aeef;
  color: #00aeef;
}

.text-span {
  text-decoration: underline;
}

.slide {
  padding-top: 50px;
  padding-right: 90px;
  padding-left: 90px;
  border-radius: 5px;
  background-color: #e4e4e4;
}

.quote {
  margin-top: 20px;
  padding-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
  float: right;
  border-top: 1px solid #d6d6d6;
  border-left-style: none;
  border-left-width: 0px;
  font-size: 24px;
  line-height: 30px;
  font-style: italic;
  font-weight: 300;
}

.picture-profile {
  float: left;
  border-radius: 100%;
}

.slider {
  margin-top: 50px;
  margin-bottom: 50px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: transparent;
}

.icon {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #333;
}

.icon:hover {
  color: #00aeef;
}

.rating-texte {
  font-size: 14px;
  font-weight: 400;
}

.button-facebook {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  padding: 3px 10px;
  background-color: #3b5998;
  color: #fff;
  font-size: 10px;
}

.button-facebook:hover {
  background-color: #2b4272;
}

.ratings-text {
  margin-left: 65px;
}

.ratings-text.sans-photo {
  margin-left: 0px;
}

.left-arrow {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #e4e4e4;
}

.right-arrow {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #e4e4e4;
}

.text-span-2 {
  font-size: 12px;
  letter-spacing: 1px;
}

.ratings {
  color: #e7711b;
}

.section-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  background-color: rgba(0, 0, 0, .9);
}

.slide-nav {
  padding-top: 35px;
}

.icone-footer {
  width: 50px;
}

.link-block-footer {
  padding: 5px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.link-block-footer:hover {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.legal-notice {
  margin-top: 50px;
  padding-top: 25px;
  border-top: 1px solid #979797;
  color: #979797;
  font-size: 12px;
  text-align: center;
}

.legal-notice-text {
  float: left;
  text-align: left;
}

.text-block-david {
  width: 50%;
  padding-top: 15px;
  line-height: 20px;
}

.souligne {
  text-decoration: underline;
}

.paragraph-course {
  margin-top: 15px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

.paragraph-course.bold {
  margin-top: 35px;
  font-weight: 500;
}

.contextual-text-courses {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.heading-question-courses {
  margin-top: 40px;
  color: #00aeef;
  font-size: 20px;
}

.sign-in {
  margin-top: 10px;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #fff;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, .1);
  -webkit-transition: border-color 200ms ease, color 200ms ease;
  transition: border-color 200ms ease, color 200ms ease;
  color: #fff;
  font-weight: 600;
}

.sign-in:hover {
  border-color: #00aeef;
  color: #00aeef;
}

.citation-box-gris {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 50px;
  background-color: #e4e4e4;
}

.quote-courses-sans-slider {
  margin-top: 20px;
  padding-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
  border-top: 1px solid #d6d6d6;
  border-left-style: none;
  border-left-width: 0px;
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  font-weight: 300;
}

.ratings-text-sans-slider {
  margin-left: 65px;
  font-size: 16px;
}

.rating-texte-sans-slider {
  font-size: 16px;
  font-weight: 400;
}

.logo-mth {
  display: block;
  margin: 20px auto 40px;
}

.bouton-bf {
  display: block;
  width: 50%;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 25px;
  background-color: #00aeef;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-decoration: none;
}

.bouton-bf:hover {
  background-color: #e71b1b;
  text-decoration: none;
}

.heading-bf {
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 42px;
}

._40off {
  margin-top: 10px;
  font-family: bebas-neue, sans-serif;
  color: #00aeef;
  font-size: 120px;
  line-height: 120px;
  font-weight: 500;
}

.text-block-2 {
  font-family: proxima-nova, sans-serif;
  color: #00aeef;
  font-size: 20px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.text-block-3 {
  margin-top: 5px;
  font-family: proxima-nova, sans-serif;
  color: #646464;
  font-size: 14px;
}

.presentation-course-bf {
  width: 25%;
  margin-top: 25px;
  padding: 5px;
  float: left;
}

.imagecours {
  border: 3px solid #e5e6e9;
  border-radius: 5px;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
}

.imagecours:hover {
  border-color: #00aeef;
}

.text-block-4 {
  font-family: proxima-nova, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
}

.text-block-5 {
  margin-top: 50px;
  font-family: proxima-nova, sans-serif;
  color: #e5e6e9;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.section-header-festival {
  height: 380px;
  background-image: url('../images/Nigthsky.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-handpan-festival {
  position: relative;
  overflow: hidden;
  height: 100%;
  text-align: center;
}

.worldwide-handpan {
  position: absolute;
  left: 0px;
  top: 77px;
  right: 0px;
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.worldwidehandpanimage {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.section-festivals {
  background-color: #f3f4f5;
}

.container-festivals {
  padding-top: 20px;
  padding-bottom: 90px;
}

.box-festival {
  height: 100%;
  margin: 10px;
  border-radius: 5px;
  background-color: #fff;
}

.heading-festival {
  position: relative;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.heading-festival.hona {
  background-image: -webkit-linear-gradient(0deg, #001831, hsla(0, 0%, 100%, 0)), url('../images/HONA.jpg');
  background-image: linear-gradient(90deg, #001831, hsla(0, 0%, 100%, 0)), url('../images/HONA.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.heading-festival.berlin {
  background-image: -webkit-linear-gradient(0deg, #001831, hsla(0, 0%, 100%, 0)), url('../images/Berlin.jpg');
  background-image: linear-gradient(90deg, #001831, hsla(0, 0%, 100%, 0)), url('../images/Berlin.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.heading-festival.usa {
  background-image: -webkit-linear-gradient(0deg, #001831, hsla(0, 0%, 100%, 0)), url('../images/HOUSA.jpg');
  background-image: linear-gradient(90deg, #001831, hsla(0, 0%, 100%, 0)), url('../images/HOUSA.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.heading-festival.meze {
  background-image: -webkit-linear-gradient(0deg, #001831, hsla(0, 0%, 100%, 0)), url('../images/france.jpg');
  background-image: linear-gradient(90deg, #001831, hsla(0, 0%, 100%, 0)), url('../images/france.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.heading-festival.steel {
  background-image: -webkit-linear-gradient(0deg, #001831, hsla(0, 0%, 100%, 0)), url('../images/usa-steel.jpg');
  background-image: linear-gradient(90deg, #001831, hsla(0, 0%, 100%, 0)), url('../images/usa-steel.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.heading-festival.uk {
  background-image: -webkit-linear-gradient(0deg, #001831, hsla(0, 0%, 100%, 0)), url('../images/Hangout-Uk.jpg');
  background-image: linear-gradient(90deg, #001831, hsla(0, 0%, 100%, 0)), url('../images/Hangout-Uk.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.heading-festival.israel {
  background-image: -webkit-linear-gradient(0deg, #001831, hsla(0, 0%, 100%, 0)), url('../images/israel.jpg');
  background-image: linear-gradient(90deg, #001831, hsla(0, 0%, 100%, 0)), url('../images/israel.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.heading-festival.canada {
  background-image: -webkit-linear-gradient(0deg, #001831, hsla(0, 0%, 100%, 0)), url('../images/canada.jpg');
  background-image: linear-gradient(90deg, #001831, hsla(0, 0%, 100%, 0)), url('../images/canada.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.heading-festival.griasi {
  background-image: -webkit-linear-gradient(0deg, #001831, hsla(0, 0%, 100%, 0)), url('../images/austria-banner.jpg');
  background-image: linear-gradient(90deg, #001831, hsla(0, 0%, 100%, 0)), url('../images/austria-banner.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.heading-festival.jacksonville {
  position: relative;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-festival.barcelona {
  background-image: -webkit-linear-gradient(0deg, #001831, hsla(0, 0%, 100%, 0)), url('../images/singading-pergola.jpg');
  background-image: linear-gradient(90deg, #001831, hsla(0, 0%, 100%, 0)), url('../images/singading-pergola.jpg');
  background-position: 0px 0px, 50% 76%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.date-festival {
  padding-bottom: 30px;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 400;
}

.text-block-6 {
  padding-bottom: 10px;
  padding-left: 30px;
  font-size: 24px;
  line-height: 24px;
}

.location-festival {
  padding-left: 40px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.location-festival.au {
  margin-bottom: 20px;
  padding: 15px 30px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .5);
  font-size: 12px;
  line-height: 30px;
}

.core-festival {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #fff;
}

.checklist-li {
  padding: 20px 30px;
  border-bottom: 1px solid #e2e2e2;
  font-size: 14px;
  font-weight: 300;
}

.checklist-li.last {
  padding-bottom: 35px;
  border-bottom-style: none;
}

.checklist-li.first {
  border-top: 1px solid #e2e2e2;
}

.logo-festival {
  display: block;
  margin: 25px auto;
}

.buttons-festival {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.bouton-register {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #00aeef;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  text-align: center;
}

.bouton-register:hover {
  background-color: #0d6db8;
}

.bouton-register.facebook {
  border-bottom-left-radius: 0px;
  background-color: #3b5998;
}

.bouton-register.facebook:hover {
  background-color: #2f4779;
}

.bouton-register.email {
  border-bottom-left-radius: 0px;
  background-color: #292929;
}

.bouton-register.email:hover {
  background-color: #616161;
}

.flag {
  position: absolute;
  top: 15px;
  right: 20px;
}

.image-flag {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .5);
}

.row-festival {
  margin-top: 35px;
  margin-bottom: 35px;
}

.add-box {
  margin: 50px 10px 10px;
  padding: 40px;
  border: 5px solid #fff;
  background-color: rgba(0, 174, 239, .3);
  text-align: center;
}

.html-embed {
  text-align: center;
}

.box-like-us {
  display: block;
  width: 50%;
  margin: 50px auto;
  padding: 25px 25px 10px;
  border-radius: 5px;
  background-color: #fff;
}

.win-text {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  text-align: center;
}

.small-blue-button {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 1px solid #ddd;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #333;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.small-blue-button:hover {
  background-color: #333;
  color: #fff;
}

.small-blue-button.w--current {
  border-left: 1px none #ddd;
  background-color: #fff;
}

.small-blue-button.w--current:hover {
  color: #333;
}

.small-blue-button.student {
  padding-left: 30px;
  background-image: url('../images/iconmonstr-user-20.svg');
  background-position: 10px 47%;
  background-size: 14px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #00aeef;
}

.small-blue-button.student:hover {
  background-color: #00aeef;
  background-image: url('../images/iconmonstr-user-20-white.svg');
  background-position: 10px 47%;
  background-size: 14px;
  color: #fff;
}

.small-blue-button.home-page {
  letter-spacing: 0px;
  text-transform: none;
}

.small-blue-button.home-page.w--current {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-left: 1px solid #ddd;
  letter-spacing: 0px;
  text-transform: none;
}

.section-post-header {
  text-align: center;
}

.navbar-mth {
  background-color: transparent;
}

.navigation-link {
  font-weight: 700;
}

.section-navigation {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 -1px 14px 0 #c7c7c7;
}

.h1-mth {
  display: block;
  width: 60%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
  text-shadow: none;
}

.h1-mth.black {
  color: #333;
}

.container-video {
  margin-top: -50px;
}

.background-video-2 {
  z-index: 10;
  height: 320px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 90px;
  text-align: center;
}

.container-header-principal {
  height: 100%;
  padding-top: 50px;
  text-align: center;
}

.h2-mth {
  margin-top: 0px;
  color: #fff;
  font-size: 22px;
  line-height: 50px;
  font-weight: 500;
  text-shadow: none;
}

.container-try-it {
  padding-top: 30px;
  padding-bottom: 75px;
  text-align: center;
}

.heading-text {
  display: block;
  width: 80%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
  text-shadow: 0 0 30px rgba(0, 0, 0, .9);
}

.masterthehandpanlittletext {
  display: inline-block;
  margin-right: 12px;
  font-size: 11px;
}

.handpan-tutorials-button {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #00aeef;
  border-radius: 50px;
  background-color: #00aeef;
  -webkit-transition: background-color 200ms ease, color 200ms ease, border-color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease, border-color 200ms ease;
  color: #fff;
  font-weight: 600;
}

.handpan-tutorials-button:hover {
  border-color: #333;
  background-color: #333;
  color: #fff;
}

.handpan-tutorials-button.w--current {
  border-color: #a5a5a5;
  background-color: transparent;
  color: #a5a5a5;
}

.handpan-tutorials-button.sur-carte {
  margin-top: 0px;
  border-style: none;
  background-color: #fff;
  color: #ff6b00;
  font-size: 18px;
}

.handpan-tutorials-button.sur-carte:hover {
  border-style: none;
  background-color: #004a85;
  color: #fff;
}

.new {
  padding-left: 5px;
  color: #c7393d;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.david-charrier-handpan {
  width: 50%;
}

.container-david-charrier {
  padding-top: 50px;
  padding-bottom: 90px;
  text-align: center;
}

.biographie-david-charrier {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}

.separateur-photo-heading {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
  font-size: 32px;
  text-align: center;
}

.section-biography {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.change-langage {
  overflow: hidden;
  margin-right: 15px;
  margin-left: 10px;
  border: 2px solid #fff;
  border-radius: 50px;
}

.change-langage:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.section-post-header-mobile {
  text-align: center;
}

.french {
  width: 43px;
  height: 42px;
  margin-top: 10px;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 50px;
  background-color: #00aeef;
  background-image: url('../images/france.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease, color 200ms ease, border-color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease, border-color 200ms ease;
  color: #fff;
  font-weight: 600;
}

.french:hover {
  border-color: #004a85;
  background-color: #333;
  color: #fff;
}

.french.w--current {
  color: #fff;
}

.section-handpan {
  position: relative;
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f3f4f5;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Fond-Handpan.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Fond-Handpan.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.container-handpan {
  text-align: center;
}

.heading-mission {
  display: block;
  width: 50%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
}

.learn-fast {
  margin-top: 10px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-shadow: none;
}

.master-title {
  margin-bottom: 0px;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
}

.slide-mth {
  padding-right: 90px;
  padding-left: 90px;
  border-radius: 5px;
}

.right-arrow-mth {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.left-arrow-mth {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.container-facebook-comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 45%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #f3f4f5;
}

.container-facebook-comment._90pourcent {
  width: 100%;
}

.quote-fb {
  margin: 20px;
  padding: 0px;
  border-left-style: none;
  font-size: 15px;
  line-height: 25px;
  font-style: italic;
  font-weight: 300;
}

.quote-fb.minus-interligne {
  line-height: 22px;
}

.signature {
  position: relative;
  margin-top: auto;
  padding: 35px 20px 20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px none #ddd;
  background-color: #fff;
}

.signature.mt-comment {
  padding-top: 20px;
}

.flexbox-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.rating-stars {
  font-weight: 400;
}

.text-bold-fb {
  color: #365899;
}

.section-music-theory {
  background-color: #000;
  background-image: url('../images/Cover-MT-Web.jpg');
  background-position: 50% -300px;
  background-size: 1000px;
  background-repeat: no-repeat;
}

.container-music-theory {
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
  text-align: center;
}

.form-music-theory-container {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px;
  border: 5px solid #ff6b00;
  color: #fff;
}

.new-course {
  display: inline-block;
  padding: 6px 15px;
  border-radius: 5px;
  background-color: #ff6b00;
  font-size: 12px;
  letter-spacing: 2px;
}

.try-it-orange {
  color: #ff6b00;
  line-height: 46px;
  text-align: center;
}

.footer-mth {
  margin-bottom: 25px;
  color: #979797;
  text-align: center;
}

.link-block-logo {
  margin-right: 25px;
  padding-right: 25px;
  border-right: 1px solid #979797;
}

.footer-buttons {
  padding-top: 15px;
  padding-bottom: 15px;
  border-right: 1px solid #333;
  background-color: #979797;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #333;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-buttons:hover {
  background-color: #333;
  color: #fff;
}

.footer-buttons.w--current {
  background-color: #333;
  color: #e5e6e9;
}

.container-footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #979797;
  text-align: center;
}

.section-new-footer {
  background-color: #333;
}

.lien-dans-footer {
  margin-right: 15px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-decoration: underline;
}

.handpan-gauche {
  position: absolute;
  left: 0px;
  top: -90px;
  bottom: -60px;
}

.newbook-droite {
  position: absolute;
  top: 0px;
  right: -50px;
  bottom: 0px;
}

.flex-box-pre-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-liens-footer {
  text-align: center;
}

.flexbox-container-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.english-version {
  margin-top: 10px;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 50px;
  background-color: #00aeef;
  background-image: url('../images/gb.svg'), url('../images/france.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: background-color 200ms ease, color 200ms ease, border-color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease, border-color 200ms ease;
  color: #fff;
  font-weight: 600;
}

.english-version:hover {
  border-color: #004a85;
  background-color: #333;
  color: #fff;
}

.english-version.w--current {
  color: #fff;
}

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

.link-block-2 {
  margin-bottom: 60px;
}

.section-header-theorie-musicale {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 285px;
  background-image: url('../images/Stage-Principal-Main-BCKG.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.keyboard-droite {
  position: absolute;
  top: 25px;
  right: -90px;
  bottom: 0px;
}

.handpan-gauche-tm {
  position: absolute;
  left: -20px;
  top: -40px;
  bottom: 0px;
}

.section-profs {
  padding-top: 50px;
  background-color: #000;
  color: #fff;
}

.flex-box-container-prof {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.play-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.explications-profs {
  line-height: 30px;
  text-align: center;
}

.formulaire-music-theory-container {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px;
  border: 5px solid #c7393d;
  background-color: rgba(199, 57, 61, .1);
  color: #fff;
}

.texte-general-noir {
  color: #333;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.zero-spam {
  color: #333;
  font-weight: 300;
  text-align: center;
}

.container-music-theory-noir {
  padding-top: 80px;
  padding-bottom: 80px;
  color: #333;
  text-align: center;
}

.contextual-text-paragraphe {
  display: block;
  width: 80%;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
}

.flexbox-articles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.reasons {
  width: 33.33333333%;
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.reasons.pas-de-marge {
  padding: 0px;
  text-align: left;
}

._5-reasons {
  margin-top: 25px;
}

.section-5-raisons {
  padding-top: 40px;
  padding-bottom: 90px;
  background-image: url('../images/Stage-Principal-BCKG.jpg');
  background-position: 50% 0px;
  background-size: cover;
  text-align: center;
}

.image-2 {
  opacity: 0.8;
}

.descriptif-raisons {
  margin-top: 30px;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

.try-it-red {
  color: #c7393d;
  line-height: 46px;
  text-align: center;
}

.try-now-red {
  margin-top: 25px;
  padding: 12px 30px;
  border-radius: 50px;
  background-color: #c7393d;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-size: 14px;
  letter-spacing: 2px;
}

.try-now-red:hover {
  background-color: #fff;
  color: #333;
}

.container-call-to-action-bottom {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}

.bonne-humeur {
  background-color: #000;
}

.heading-theorie-mission-header {
  display: block;
  width: 50%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  color: #333;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
}

.heading-theorie-mission-header.dans-en {
  width: 45%;
}

.explications-profs-mobile {
  line-height: 30px;
  text-align: center;
}

.container-bonne-humeur {
  text-align: center;
}

.section-confirmation {
  background-color: #f3f4f5;
}

.container-confirmation {
  padding-top: 50px;
  padding-bottom: 120px;
  text-align: center;
}

.html-embed-2 {
  margin-top: 40px;
}

.heading-theorie-confirmation {
  display: block;
  width: 80%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  color: #333;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
}

.unordered-list {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.rouge {
  color: #c7393d;
  font-weight: 700;
}

.mythe-box-gris {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px;
  background-color: #e4e4e4;
}

.quote-mythe {
  margin-top: 20px;
  padding-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
  border-top: 1px solid #ccc;
  border-left-style: none;
  border-left-width: 0px;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
  font-weight: 300;
}

.heading {
  font-size: 20px;
}

.nouveau-cours-tm {
  display: inline-block;
  margin-bottom: 30px;
  padding: 6px 15px;
  border-radius: 5px;
  background-color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
}

.section-embed-carte {
  position: relative;
  overflow: hidden;
  height: 700px;
  background-image: url('../images/Map-Mobile.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.embed-carte-mondiale {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.container-slider {
  position: relative;
  z-index: 100;
  display: block;
  overflow: hidden;
  width: 550px;
  margin-right: auto;
  margin-left: auto;
  border: 10px solid #fff;
  box-shadow: 0 0 50px 7px #000;
}

.slide-gris {
  background-color: #ddd;
  background-image: url('../images/step-0-bckg.jpg');
  background-position: 0px 0px;
  background-size: cover;
  text-align: center;
}

.steps {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}

.explanation-step {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  background-color: #fff;
  text-align: center;
}

.petit-texte {
  font-size: 10px;
  font-weight: 700;
}

.html-embed-3 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
}

.share-the-love {
  display: block;
  width: 80%;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
}

.share-the-love.sur-carte {
  margin-top: 15px;
  color: #fff;
}

.follow-steps {
  display: block;
  width: 70%;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  text-shadow: none;
}

.handpan-players-map {
  margin-top: 55px;
  color: #fff;
}

.flexbox-container-carte {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  text-align: center;
}

.section-image-carte-mobile {
  position: relative;
  overflow: hidden;
  height: 700px;
}

.container-go-to-mobile {
  position: relative;
  z-index: 100;
  display: block;
  overflow: hidden;
  width: 550px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 25px;
  border: 10px solid #fff;
  background-image: url('../images/step-0-bckg.jpg');
  background-position: 0px 0px;
  background-size: 600px;
  box-shadow: 0 0 50px 7px #000;
}

.section-directory {
  display: none;
  background-color: #f3f4f5;
}

.container-handpan-makers {
  padding-top: 90px;
  padding-bottom: 90px;
}

.legende {
  margin-top: 10px;
  padding-left: 25px;
  color: #818181;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.legende.tagline-promo-40 {
  margin-top: 0px;
  margin-left: 25px;
  padding-left: 40px;
  background-image: url('../images/example-bg.png');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #858585;
}

.legende.experience {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

.tag-wrapper {
  margin-top: 35px;
  margin-bottom: 35px;
  padding-right: 5px;
  padding-left: 5px;
}

.maker-card-container {
  width: 33.33333333%;
  padding: 10px;
  float: left;
  border-style: none;
  border-radius: 8px;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container-maker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px;
  background-color: #fff;
  text-align: left;
}

.maker-title {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-left: 25px;
  border-top: 1px solid #ddd;
  font-size: 26px;
  line-height: 36px;
  text-align: left;
}

.sous-titre-maker {
  display: block;
  margin-top: 0px;
  padding-right: 25px;
  padding-left: 25px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.rating-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grey-scale {
  height: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0px 10px 10px 0px;
  background-color: #ccc;
}

.color-scale {
  height: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px 0px 0px 10px;
  background-color: #e7711b;
}

.color-scale._90 {
  width: 90%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.color-scale._10 {
  width: 10%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.color-scale._40 {
  width: 40%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.color-scale._70 {
  width: 70%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.color-scale._20 {
  width: 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.color-scale._60 {
  width: 60%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.color-scale._25 {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.color-scale._50 {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.color-scale._75 {
  width: 75%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.color-scale._80 {
  width: 80%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.details-maker-button {
  margin-top: 25px;
  margin-right: 25px;
  margin-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #00aeef;
  border-radius: 50px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #00aeef;
  font-weight: 600;
}

.details-maker-button:hover {
  background-color: #fff;
  color: #333;
}

.notes-maker {
  margin-top: auto;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.collection-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.overlay-bckg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-image: -webkit-linear-gradient(0deg, #000, transparent);
  background-image: linear-gradient(90deg, #000, transparent);
}

.titles-festival {
  position: relative;
  z-index: 10;
}

.paragraph-festival {
  padding: 20px 25px;
  border-top: 1px solid #ddd;
}

.paragraph-festival.first {
  border-top-style: none;
}

.title-paragraphe {
  font-weight: 700;
}

.rich-text-block-festival {
  font-weight: 300;
}

.rich-text-block-festival p {
  margin-bottom: 0px;
}

.light-text-festival {
  font-weight: 300;
}

.collection-item-festival {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.festival-list-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container-image-festival {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.image-3 {
  margin-top: 25px;
}

.section-legal-notice {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f3f4f5;
}

.rich-text-block {
  border-top: 2px solid #333;
}

.handpan-maker-map-embed {
  width: 100%;
  height: 600px;
  margin-top: -50px;
}

.section-handpan-maker-map {
  position: relative;
  overflow: hidden;
  padding-top: 0px;
}

.add-your-handpan {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 260px;
  margin-top: 25px;
  margin-right: 25px;
  padding: 15px 20px 25px;
  border-radius: 8px;
  background-color: #c7393d;
  box-shadow: 0 0 25px 0 #000;
  color: #fff;
  text-align: center;
}

.plus-button {
  padding-top: 10px;
  padding-bottom: 10px;
}

.handpan-maker-map-embed-mobile {
  width: 100%;
  height: 600px;
  margin-top: -50px;
}

.mentions-sous-form {
  color: #333;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
}

.lien-rouge {
  color: #c7393d;
}

.body-ml {
  background-color: #000;
}

.section-ml {
  height: 100vh;
}

.container-fond {
  height: 100%;
}

.container-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nouveau-ml {
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.contact-ml {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.trait-separation {
  width: 210px;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #fff;
}

html.w-mod-js *[data-ix="pop-up-initial"] {
  display: none;
  opacity: 0;
}

@media (max-width: 991px) {
  .enroll-now {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: transparent;
    color: #333;
    font-weight: 500;
  }
  .enroll-now:hover {
    color: #00aeef;
  }
  .enroll-now.music-theory {
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
  }
  .nav-link {
    color: #333;
  }
  .first-heading {
    font-size: 38px;
    line-height: 48px;
  }
  .contextual-heading {
    font-size: 22px;
    line-height: 32px;
  }
  .play-link {
    width: 80%;
  }
  .play-link.in-picture {
    width: 30%;
    padding-top: 100px;
  }
  .contextual-text {
    width: 100%;
  }
  .container-general {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .row {
    text-align: center;
  }
  .colonne-1-footer {
    text-align: center;
  }
  .colonne-3-footer {
    text-align: center;
  }
  .slide {
    padding-top: 40px;
  }
  .quote {
    border-top-color: #fff;
  }
  .menu-button {
    color: #fff;
    font-size: 40px;
  }
  .menu-button.w--open {
    background-color: #fff;
    color: #333;
  }
  .slide-nav {
    position: relative;
  }
  .david-charrier {
    max-width: 70%;
  }
  .colonne-2-bio {
    text-align: center;
  }
  .text-block-david {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    padding-bottom: 15px;
  }
  .contextual-text-courses {
    width: 100%;
  }
  .sign-in {
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-style: none;
    border-radius: 0px;
    background-color: transparent;
    color: #00aeef;
    font-weight: 500;
  }
  .sign-in:hover {
    border-style: none;
    color: #333;
    text-decoration: none;
  }
  .nav-menu {
    background-color: #fff;
  }
  .quote-courses-sans-slider {
    border-top-color: #fff;
  }
  .presentation-course-bf {
    width: 50%;
  }
  .section-header-festival {
    height: 300px;
  }
  .box-like-us {
    margin-top: 50px;
  }
  .small-blue-button {
    line-height: 12px;
    text-align: center;
  }
  .small-blue-button.w--current {
    border-left: 1px solid #ddd;
  }
  .small-blue-button.home-page {
    display: none;
  }
  .small-blue-button.home-page.w--current {
    display: none;
  }
  .navigation-link {
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
  }
  .h1-mth {
    width: 100%;
    font-size: 38px;
    line-height: 48px;
  }
  .h1-mth.black {
    width: 50%;
  }
  .background-video-2 {
    background-image: url('../images/David-Site.jpg');
    background-position: 0px 0px;
    background-size: 600px;
  }
  .h2-mth {
    font-size: 38px;
    line-height: 48px;
  }
  .heading-text {
    font-size: 22px;
    line-height: 32px;
  }
  .masterthehandpanlittletext {
    display: none;
  }
  .handpan-tutorials-button {
    margin: 0px 20px 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .david-charrier-handpan {
    width: 70%;
    max-width: 70%;
  }
  .container-david-charrier {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .biographie-david-charrier {
    width: 100%;
  }
  .french {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: transparent;
    color: #333;
    font-weight: 500;
    text-align: left;
  }
  .french:hover {
    color: #00aeef;
  }
  .section-handpan {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .heading-mission {
    width: 100%;
    font-size: 22px;
    line-height: 32px;
  }
  .learn-fast {
    font-size: 38px;
    line-height: 48px;
  }
  .slide-mth {
    padding-top: 0px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .quote-fb {
    border-top-color: #fff;
  }
  .container-pre-footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .handpan-gauche {
    display: none;
  }
  .newbook-droite {
    display: none;
  }
  .image-centre {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .menu-hamburger {
    margin-top: 20px;
    background-color: #fff;
    text-align: left;
  }
  .hamburger {
    background-color: #fff;
  }
  .hamburger.w--open {
    background-color: #00aeef;
    color: #fff;
  }
  .block-play-video {
    position: relative;
  }
  .dans-image {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .english-version {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: transparent;
    color: #333;
    font-weight: 500;
    text-align: left;
  }
  .english-version:hover {
    color: #00aeef;
  }
  .section-header-theorie-musicale {
    padding-top: 60px;
    background-position: 61% 100%;
  }
  .keyboard-droite {
    top: -30px;
    right: -90px;
    bottom: auto;
    width: 40%;
  }
  .handpan-gauche-tm {
    left: 0px;
    top: -113px;
    bottom: auto;
    width: 35%;
  }
  .contextual-text-paragraphe {
    width: 100%;
  }
  .heading-theorie-mission-header {
    width: 60%;
    font-size: 22px;
    line-height: 32px;
  }
  .heading-theorie-mission-header.dans-en {
    width: 50%;
  }
  .heading-theorie-confirmation {
    width: 60%;
    font-size: 22px;
    line-height: 32px;
  }
  .quote-mythe {
    border-top-color: #fff;
  }
  .container-slider {
    width: 80%;
  }
  .follow-steps {
    line-height: 24px;
  }
  .container-go-to-mobile {
    width: 80%;
  }
  .sous-titre-maker {
    width: 100%;
  }
  .details-maker-button {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: transparent;
    color: #333;
    font-weight: 500;
  }
  .details-maker-button:hover {
    color: #00aeef;
  }
}

@media (max-width: 767px) {
  .container-header {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .first-heading {
    font-size: 26px;
    line-height: 36px;
  }
  .contextual-heading {
    font-size: 18px;
    line-height: 28px;
  }
  .play-link.in-picture {
    padding-top: 80px;
  }
  .heading-noir {
    font-size: 26px;
    line-height: 36px;
  }
  .contextual-text {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .try-it {
    font-size: 36px;
    line-height: 36px;
  }
  .block-try-it {
    margin-right: 20px;
    margin-left: 20px;
    padding: 20px;
  }
  .text-bio {
    margin-bottom: 40px;
  }
  .container-general {
    padding: 20px;
  }
  .block-try-blue {
    padding: 20px;
  }
  .colonne-1-footer {
    text-align: center;
  }
  .colonne-3-footer {
    text-align: center;
  }
  .slide {
    padding: 20px;
  }
  .quote {
    font-size: 22px;
    line-height: 26px;
  }
  .left-arrow {
    display: none;
  }
  .right-arrow {
    display: none;
  }
  .slide-nav {
    position: relative;
    margin-top: 30px;
  }
  .colonne-2-footer {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
  }
  .david-charrier {
    max-width: 80%;
  }
  .text-block-david {
    height: auto;
    margin-bottom: 25px;
  }
  .contextual-text-courses {
    width: 100%;
  }
  .quote-courses-sans-slider {
    font-size: 22px;
    line-height: 26px;
  }
  .bouton-bf {
    width: 100%;
  }
  .presentation-course-bf {
    width: 50%;
  }
  .small-blue-button {
    padding: 8px 9px;
    line-height: 12px;
  }
  .small-blue-button.student {
    padding-left: 30px;
    background-image: url('../images/iconmonstr-user-20.svg');
    background-size: 14px;
    background-repeat: no-repeat;
  }
  .small-blue-button.student:hover {
    background-image: url('../images/iconmonstr-user-20-white.svg');
    background-size: 14px;
    background-repeat: no-repeat;
  }
  .h1-mth {
    font-size: 26px;
    line-height: 36px;
  }
  .container-header-principal {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .h2-mth {
    font-size: 26px;
    line-height: 36px;
  }
  .heading-text {
    font-size: 18px;
    line-height: 28px;
  }
  .david-charrier-handpan {
    max-width: 80%;
  }
  .container-david-charrier {
    padding: 20px;
  }
  .biographie-david-charrier {
    margin-bottom: 40px;
  }
  .separateur-photo-heading {
    font-size: 26px;
    line-height: 36px;
  }
  .heading-mission {
    font-size: 18px;
    line-height: 28px;
  }
  .learn-fast {
    font-size: 26px;
    line-height: 36px;
  }
  .master-title {
    font-size: 26px;
    line-height: 36px;
  }
  .slide-mth {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .right-arrow-mth {
    display: none;
  }
  .left-arrow-mth {
    display: none;
  }
  .quote-fb {
    line-height: 24px;
  }
  .signature {
    background-color: #fff;
  }
  .section-music-theory {
    background-position: 50% -200px;
    background-size: 800px;
  }
  .container-music-theory {
    padding-right: 20px;
    padding-left: 20px;
  }
  .form-music-theory-container {
    padding: 20px;
  }
  .try-it-orange {
    font-size: 36px;
    line-height: 36px;
  }
  .container-pre-footer {
    padding: 20px;
  }
  .flex-box-pre-menu.fr {
    display: none;
  }
  .hamburger {
    margin-right: 20px;
  }
  .explications-profs {
    font-size: 18px;
    line-height: 24px;
  }
  .section-theorie-musical {
    background-position: 50% -200px;
    background-size: 800px;
  }
  .formulaire-music-theory-container {
    padding: 20px;
  }
  .container-music-theory-noir {
    padding-right: 20px;
    padding-left: 20px;
  }
  .contextual-text-paragraphe {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .flexbox-articles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reasons {
    width: 100%;
  }
  .try-it-red {
    font-size: 36px;
    line-height: 36px;
  }
  .container-call-to-action-bottom {
    padding: 40px 20px 50px;
  }
  .heading-theorie-mission-header {
    font-size: 18px;
    line-height: 28px;
  }
  .heading-theorie-mission-header.dans-en {
    width: 50%;
  }
  .explications-profs-mobile {
    font-size: 18px;
    line-height: 24px;
  }
  .heading-theorie-confirmation {
    font-size: 18px;
    line-height: 28px;
  }
  .quote-mythe {
    font-size: 22px;
    line-height: 26px;
  }
  .container-slider {
    width: 90%;
  }
  .follow-steps {
    width: 80%;
    font-size: 20px;
    line-height: 24px;
  }
  .handpan-players-map {
    font-size: 30px;
  }
  .handpan-players-map.sur-mobile {
    font-size: 28px;
  }
  .container-go-to-mobile {
    width: 90%;
  }
  .section-directory {
    display: none;
  }
  .maker-title {
    font-size: 26px;
    line-height: 36px;
  }
  .sous-titre-maker {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .handpan-maker-map-embed {
    height: auto;
  }
  .add-your-handpan {
    position: static;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 100%;
    margin-top: 0px;
    border-radius: 0px;
  }
  .handpan-maker-map-embed-mobile {
    height: auto;
  }
}

@media (max-width: 479px) {
  .enroll-now {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 0px;
    background-color: transparent;
    color: #333;
    font-weight: 500;
  }
  .enroll-now:hover {
    background-color: transparent;
    color: #00aeef;
  }
  .enroll-now.music-theory {
    border-radius: 50px;
  }
  .nav-link {
    color: #333;
  }
  .first-heading {
    font-size: 28px;
    line-height: 34px;
  }
  .first-heading.blackfriday {
    font-size: 80px;
    line-height: 80px;
  }
  .first-heading.festival {
    font-size: 30px;
  }
  .contextual-heading {
    line-height: 24px;
  }
  .contextual-heading.festival {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 20px;
  }
  .play-link {
    width: 130px;
    max-width: 140%;
    margin-left: -10px;
  }
  .play-link.in-picture {
    padding-top: 38px;
  }
  .contextual-text {
    padding-right: 0px;
    padding-left: 0px;
  }
  .contextual-text.sur-festival {
    display: none;
  }
  .try-it {
    line-height: 40px;
  }
  .block-try-it {
    margin-right: 0px;
    margin-left: 0px;
  }
  .button {
    float: none;
  }
  .slider {
    height: 100%;
    margin-top: 0px;
  }
  .menu-button.w--open {
    background-color: #fff;
    color: #333;
  }
  .slide-nav {
    margin-top: 0px;
  }
  .david-charrier {
    max-width: 100%;
  }
  .legal-notice-text {
    margin-bottom: 35px;
    float: none;
    text-align: center;
  }
  .text-block-david {
    height: auto;
  }
  .sign-in {
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-style: none;
    background-color: transparent;
    font-weight: 500;
  }
  .sign-in:hover {
    border-style: none;
  }
  .nav-menu {
    background-color: #fff;
  }
  .heading-bf {
    font-size: 28px;
  }
  ._40off {
    font-size: 100px;
  }
  .text-block-2 {
    line-height: 22px;
  }
  .presentation-course-bf {
    width: 100%;
  }
  .section-header-festival {
    height: 200px;
  }
  .worldwide-handpan {
    width: 100%;
    margin-top: -150px;
  }
  .location-festival.au {
    line-height: 20px;
  }
  .buttons-festival {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .box-like-us {
    width: 80%;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .small-blue-button {
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 8.5px;
    line-height: 11px;
    letter-spacing: 0px;
  }
  .small-blue-button.w--current {
    padding-right: 3px;
    padding-left: 3px;
  }
  .small-blue-button.student {
    padding-top: 20px;
    padding-left: 5px;
    background-position: 50% 4px;
  }
  .h1-mth {
    font-size: 28px;
    line-height: 34px;
  }
  .h1-mth.black {
    position: relative;
    z-index: 100;
    width: 100%;
    font-size: 26px;
  }
  .h2-mth {
    font-size: 28px;
    line-height: 34px;
  }
  .container-try-it {
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }
  .heading-text {
    line-height: 24px;
  }
  .handpan-tutorials-button {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 50px;
  }
  .david-charrier-handpan {
    width: 100%;
    max-width: 100%;
  }
  .biographie-david-charrier {
    width: 100%;
  }
  .french {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #333;
    font-weight: 500;
  }
  .french:hover {
    background-color: transparent;
    color: #00aeef;
  }
  .container-handpan {
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading-mission {
    line-height: 24px;
  }
  .learn-fast {
    font-size: 20px;
    line-height: 30px;
  }
  .master-title {
    margin-bottom: 10px;
  }
  .slide-mth {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .container-facebook-comment {
    width: 100%;
    margin-bottom: 25px;
  }
  .flexbox-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-music-theory {
    background-position: 50% 79px;
    background-size: 500px;
  }
  .container-music-theory {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .link-block-logo {
    display: block;
    margin-right: 0px;
    margin-bottom: 30px;
    padding-right: 0px;
    border-right-style: none;
  }
  .footer-buttons {
    font-size: 10px;
    letter-spacing: 0px;
  }
  .footer-buttons.dernier {
    border-right-style: none;
  }
  .english-version {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #333;
    font-weight: 500;
  }
  .english-version:hover {
    background-color: transparent;
    color: #00aeef;
  }
  .section-header-theorie-musicale {
    padding-top: 245px;
    padding-bottom: 220px;
    background-image: url('../images/Stage-Principal-Main-BCKG-mobile.jpg');
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .keyboard-droite {
    top: -30px;
    right: 0px;
    width: 50%;
  }
  .handpan-gauche-tm {
    top: -107px;
    width: 50%;
  }
  .section-profs {
    padding-top: 20px;
  }
  .play-container {
    position: relative;
  }
  .explications-profs {
    display: none;
  }
  .section-theorie-musical {
    background-position: 50% 79px;
    background-size: 500px;
  }
  .container-music-theory-noir {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .contextual-text-paragraphe {
    padding-right: 0px;
    padding-left: 0px;
  }
  .flexbox-articles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reasons {
    width: 100%;
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .try-it-red {
    line-height: 40px;
  }
  .container-call-to-action-bottom {
    padding: 40px 20px 50px;
  }
  .heading-theorie-mission-header {
    width: 100%;
    line-height: 24px;
  }
  .heading-theorie-mission-header.dans-en {
    width: 100%;
  }
  .explications-profs-mobile {
    width: 100%;
  }
  .container-confirmation {
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading-theorie-confirmation {
    width: 100%;
    line-height: 24px;
  }
  .section-embed-carte {
    height: 600px;
    padding-top: 30px;
    padding-bottom: 90px;
    background-position: 50% 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slider-2 {
    background-color: #ddd;
  }
  .follow-steps {
    width: 60%;
    font-size: 15px;
    line-height: 24px;
  }
  .handpan-players-map {
    margin-top: 25px;
    line-height: 36px;
  }
  .section-image-carte-mobile {
    height: 700px;
    padding-top: 30px;
    padding-bottom: 90px;
  }
  .maker-title {
    margin-bottom: 10px;
  }
  .sous-titre-maker {
    padding-right: 0px;
    padding-left: 0px;
  }
  .details-maker-button {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 0px;
    background-color: transparent;
    color: #333;
    font-weight: 500;
  }
  .details-maker-button:hover {
    background-color: transparent;
    color: #00aeef;
  }
  .paragraph-festival {
    padding-right: 20px;
    padding-left: 20px;
  }
}

