/* Generated by less 3.11.1 */
@charset "utf-8";
/*width: calc(25% - 20px);*/
* {
  box-sizing: border-box;
}
figure img {
  width: 100%;
}
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;
}
img,
object,
embed,
canvas,
video,
audio,
picture,
svg {
  max-width: 100%;
  height: auto;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
figure img,
picture img {
  width: 100%;
}
body {
  margin: 0;
  font-family: 'Bebas Neue', cursive;
}
/*------------------------------------------------------Reset*/
.flex {
  display: flex;
  flex-wrap: wrap;
}
.center {
  width: 85%;
  margin: 0 auto;
}
section {
  min-height: 100vh;
  text-align: center;
  padding: 50px 0;
  background-attachment: fixed;
}
section i.fas {
  font-size: 120px;
  margin: 20px 0;
}
h2 {
  margin-bottom: 40px;
  text-transform: uppercase;
  font-size: 60px;
}
p {
  line-height: 50px;
  padding: 0 50px;
  margin-bottom: 30px;
  font-size: 30px;
}
.wrap {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.45);
  margin: 50px 100px;
}
.btn1 {
  display: inline-block;
  color: red;
  border: solid 3px red;
  line-height: 50px;
  font-size: 25px;
  padding: 0 80px;
  margin-bottom: 40px;
  text-transform: uppercase;
  transition: 0.25s;
}
.btn1:hover {
  transform: scale(1.1);
  background-color: red;
  color: rgba(255, 255, 255, 0.45);
  border: solid 3px rgba(255, 255, 255, 0.45);
}
.scroll_to_top {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 50px;
  right: 30px;
  background-image: url(images/logoBtn.png);
  display: none;
  cursor: pointer;
  z-index: 999;
}
/*---------------------------------------------Conteneur Design*/
nav {
  position: fixed;
  background-color: #1b262c;
  top: 0;
  left: 0;
  right: 0;
  z-index: 998;
}
nav ul {
  justify-content: center;
}
nav ul li:first-of-type {
  animation-name: animLi;
  animation-duration: 4s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
nav ul li a {
  display: block;
  line-height: 50px;
  padding: 0 40px;
  color: red;
  text-transform: uppercase;
  font-size: 20px;
}
.top {
  background-size: cover;
  background-image: url(images/header1.jpg);
  background-attachment: fixed;
  min-height: 100vh;
  padding-top: 80px;
  position: relative;
}
.top audio {
  height: 50px;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 999;
}
.top header {
  margin: 0 auto;
  padding-top: 200px;
}
.top header h1 {
  text-align: center;
  font-size: 150px;
  letter-spacing: 2px;
  margin-top: 110px;
  text-transform: uppercase;
  color: white;
  animation-name: animH1;
  animation-duration: 10s;
}
.top header h2 {
  text-align: center;
  margin-top: 20px;
  padding: 20px 210px;
  color: white;
  background-color: red;
  font-size: 45px;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.top header figure {
  width: 270px;
  height: 280px;
  position: absolute;
  top: 50px;
  left: 40px;
  background-image: url(images/logo.png);
  animation-name: animFigure;
  animation-duration: 10s;
}
.top header picture {
  position: absolute;
  right: 773px;
  bottom: 170px;
  animation: animPic;
  animation-duration: 10s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.top header picture img {
  width: 300px;
  height: 300px;
}
.inscriptions {
  background-image: url(images/inscriptions.jpg);
  background-position: center;
}
.artistes {
  background-image: url(images/artistesBG.jpg);
  background-position: center;
  color: rgba(255, 255, 255, 0.65);
}
.artistes a {
  cursor: pointer;
  transition: 0.25s;
}
.artistes a:hover img {
  transform: scale(1.1);
  border: solid 3px red;
}
.artistes a img {
  border: solid 2px rgba(255, 255, 255, 0.65);
}
.tournee {
  background-image: url(images/tourneeBG.jpg);
  background-position: center;
}
.tournee figure {
  background-image: url(images/map.jpg);
  width: 400px;
  height: 400px;
  margin: 0 auto;
  margin-bottom: 30px;
  border: solid 2px rgba(255, 255, 255, 0.65);
}
.tournee figure:hover {
  transform: scale(1.1);
  border: solid 2px red;
}
.contacts {
  background-image: url(images/contactsBG.jpg);
  background-position: center;
}
.contacts .wrap {
  padding: 0 460px;
}
.contacts .wrap form {
  width: 100%;
  margin-bottom: 40px;
  display: inline-block;
}
.contacts .wrap form input {
  font-size: 18px;
  font-weight: 600;
  display: block;
  width: 110%;
  margin: 0 auto;
  margin-bottom: 20px;
  border: 0;
  border-bottom: solid 2px red;
  color: red;
  background-color: transparent;
  text-decoration: none;
  line-height: 30px;
}
.contacts .wrap form textarea {
  display: block;
  margin: 0 auto;
  border: 0;
  background-color: transparent;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  width: 110%;
  min-height: 100px;
  resize: none;
  border-bottom: solid 2px red;
  color: black;
}
.contacts .wrap form .btn4 {
  display: block;
  border: none;
  text-transform: uppercase;
  color: red;
  background-color: rgba(255, 255, 255, 0.65);
  border: solid 1px red;
  line-height: 50px;
  margin-top: 20px;
  margin-bottom: 40px;
  transition: 0.25s;
}
.contacts .wrap form .btn4:hover {
  background-color: red;
  color: rgba(255, 255, 255, 0.65);
}
/*---------------------------------------------INDEX*/
.inscrire {
  background-image: url(images/pageInscription.jpg);
  background-size: cover;
  min-height: 100vh;
  background-attachment: fixed;
}
.inscrire .wrapper {
  padding-top: 250px;
}
.inscrire .wrapper .principal {
  width: 50%;
}
.inscrire .wrapper article {
  background-color: rgba(255, 255, 255, 0.45);
  width: 50%;
  text-align: center;
}
.inscrire .wrapper article h3 {
  font-size: 50px;
  margin: 30px 0;
}
.inscrire .wrapper article strong {
  font-size: 35px;
}
/*---------------------------------------------PAGE INSCRIPTION*/
.tourneePage {
  background-image: url(images/PageTournee.jpg);
  background-size: cover;
  min-height: 100vh;
  background-attachment: fixed;
}
.tourneePage .wrapper {
  padding-top: 250px;
}
.tourneePage .wrapper .second {
  width: 50%;
}
.tourneePage .wrapper article {
  background-color: rgba(255, 255, 255, 0.45);
  width: 50%;
  text-align: center;
}
.tourneePage .wrapper article h3 {
  font-size: 50px;
  margin: 30px 0;
}
.tourneePage .wrapper article ul li {
  font-size: 25px;
}
/*---------------------------------------------PAGE TOURNEE*/
@keyframes animFigure {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animH1 {
  0% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes animNav {
  0% {
    width: 30%;
  }
  100% {
    width: 100%;
  }
}
@keyframes animPic {
  0% {
    opacity: 0;
    transform: translateX(250px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes animLi {
  0%,
  100% {
    transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    transform: translateY(-8px);
  }
  20%,
  40%,
  60% {
    transform: translateY(8px);
  }
  80% {
    transform: translateY(6.4px);
  }
  90% {
    transform: translateY(-6.4px);
  }
}
/*---------------------------------------------Animations*/
@media screen and (max-width: 1500px) {
  .top header h2 {
    margin-bottom: 0;
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .top audio {
    top: 60px;
  }
  .artistes {
    padding: 10px 20px;
  }
  .contacts .wrap {
    padding: 0 290px;
  }
  .inscrire .wrapper .principal {
    width: 100%;
  }
  .inscrire .wrapper article {
    width: 100%;
  }
  .tourneePage .wrapper .second {
    width: 100%;
  }
  .tourneePage .wrapper article {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  .center {
    width: 100%;
  }
  section i.fas {
    font-size: 80px;
  }
  .top {
    padding-top: 0;
  }
  .top audio {
    top: 60px;
  }
  .top nav {
    position: relative;
  }
  .top nav ul li a {
    padding: 0 25px;
  }
  .top header h1 {
    margin-bottom: 25px;
  }
  .top header h2 {
    font-size: 30px;
  }
  .contacts .wrap {
    padding: 0 175px;
  }
  .contacts .wrap form {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .wrap {
    margin: 50px 0;
  }
  .top {
    background-position: center;
  }
  .top audio {
    right: 75px;
  }
  .top header h2 {
    padding: 20px 115px;
  }
  .contacts .wrap {
    padding: 0 160px;
  }
}
@media screen and (max-width: 425px) {
  .wrap {
    margin: 0;
  }
  .top {
    background-image: url(images/header1samll.jpg);
    background-position: top center;
  }
  .top audio {
    height: 20px;
    top: 100px;
  }
  .top header figure {
    top: 115px;
    left: 70px;
  }
  .top header h1 {
    font-size: 75px;
    margin-bottom: 35px;
  }
  .top header h2 {
    font-size: 33px;
    padding: 20px 75px;
  }
  .artistes img {
    width: 25%;
  }
  .tournee figure {
    width: 330px;
    height: 330px;
    background-position: center;
  }
  .contacts .wrap {
    padding: 0 50px;
  }
}
@media screen and (max-width: 375px) {
  h2 {
    padding: 0 10px;
    font-size: 25px;
  }
  section {
    padding: 0 20px;
  }
  section i.fas {
    font-size: 65px;
  }
  .wrap {
    margin: 50px 10px;
  }
  .top header figure {
    left: 45px;
  }
  .top header h1 {
    font-size: 62px;
  }
  .top header h2 {
    font-size: 28px;
  }
  .artistes img {
    width: 25%;
  }
  .tournee figure {
    width: 300px;
  }
  .contacts .wrap {
    padding: 0 20px;
  }
  .contacts .wrap form {
    width: 45%;
  }
}
@media screen and (max-width: 320px) {
  .top audio {
    right: 10px;
  }
  .top header {
    margin-top: 220px;
  }
  .top header figure {
    top: 220px;
    left: 24px;
  }
  .tournee figure {
    width: 255px;
  }
}
/*---------------------------------------------Point Break*/
