@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

html {
  scroll-behavior: smooth;
}

body{
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
}

.home{
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}

.imghome{
	top:0;
	left: 0;
	padding-left: 15vw;
	padding-right: 15vw;
	margin-top: -3vw;
}

.parallax-item {
  font-family: "Poppins", sans-serif;
  width: 100%;
}

.parallax-item:first-child {
  background-size: cover;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.parallax-item:nth-child(2) {
/* NAVBAR NAVBAR NAVBAR NAVBAR NAVBAR NAVBAR NAVBAR NAVBAR NAVBAR NAVBAR NAVBAR NAVBAR NAVBAR NAVBAR NAVBAR*/
.topnav {
	left: 0;
	width: 100%;
	border-bottom-style:solid ;
  border-width: 0.2vw;
	background-color: white;
	margin: 0;
	padding: 0;
	z-index: 2000;
  font-family: "Poppins";
}

.categoriesnav{
	left: 0;
	margin-left: 10vw;
	margin-right: 10vw;
	margin-bottom: 1vw;
	margin-top: 1vw;
	display: flex;
  justify-content: space-evenly;
}

/* Navbar links */
.topnav a {
	color: black;
	float: left;
	text-align: center;
	lign-items: center;
	font-family: "Poppins";
	font-weight: 700;
	font-size: 1.5vw;
	text-decoration: none;
}

.dropbtn {
  color: black;
  border: none;
  cursor: pointer;
  background-color: white;
  font-family: "Poppins";
	font-weight: 700;
	font-size: 1.5vw;
}

.dropdown {
  position: relative;
}

.dropdown-content {
  display:none;
  position: absolute;
  background-color: #F88538;
  min-width: 200px;
  z-index: 3000;
  float: left;
}

.dropdown-content a {
  color: white;
  text-decoration: none;
  display: block;
  padding: 0.75vw;
  width: 100%;
  text-align: left;
}


.dropdown:hover .dropdown-content {
  display: block;
  color: white;
}

.icon{
  display: none;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}

.portraitcouple {
	flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  left: 0;
  right: 0;
}

.row{
	display: flex;
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 3vw;
}

.row div{
	display: flex;
  flex-wrap: nowrap;
  width: 50%;
  margin: 3vw;
}

.Portraitimg{
  width: 100%;
}

.portraitcouple .insta{
  display: block;
  position: relative;
  width: 3vw;
  height: 3vw;
  bottom: 0;
  float: left;
}

.portraitcouple div p{
  width: 100%;
  top: 0;
  left: right;
  margin: 0;
}

.portraitcouple > div {
	width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 1.5em;
  font-weight: 400;
  font-size: 1.75vw;  
  
}


}

.BLorange{
  position:relative; 
  width: 47%; 
  top:0; 
  margin-top: -60vw; 
  left: 0; 
  margin-left: 15.5vw; 
  margin-bottom: -11vw;
}

p.Textlola{
  padding-top: 30vw;
}


.parallax-item:nth-child(3) {}

.Lindy{
  margin: 3vw;
  display: block;
  padding-left: 40%;
  width: 55%;
  height: auto;
}

.orangeplanning{
  position: relative;
  width: 50%;
  left : 0;
  margin-left: -10vw;
  display: block;
  overflow: hidden;
  margin-bottom: -15vw;
}

h1{
  font-size: 5vw;
  line-height: 5.5vw;
}

.textCours{
  margin-top: -3vw;
  padding: 0;
  font-size: 1.75vw;
}

.programmeTitre{
 left: 0;
 top: 0;
 display: block;
 text-align: center;
 position: relative;
 margin-top: 0;
 margin-bottom: 0;
 margin-left: 15vw;
 margin-right: 15vw;
 font-size: 5vw;
  color: #F88538;
  border-style:solid ;
  border-color: #F88538;
  border-width: 0.2vw;
  padding: 1vw;
}

.containertel {
  display: none;
}

.container2tel{
  display: none;
}

.container {
  margin-top: 3vw;
  margin-bottom: 3vw;
  margin-left: 15vw;
 margin-right: 15vw;
  display: grid;
  column-gap: 2vw;
  grid-template-columns: auto auto auto auto;
}

.container2 {
  margin-top: 3vw;
  margin-bottom: 3vw;
  margin-left: 15vw;
 margin-right: 15vw;
  display: grid;
  column-gap: 3vw;
  grid-template-columns: auto auto auto;
}

.container > .jour {
  background-color: #F88538;
  padding: 20px;
  font-size: 1.75vw;
  text-align: center;
  color: white;
}

.container > .profs {
  padding: 0.75vw;
  font-size: 1vw;
  text-align: center;
  color: black;
  display: grid;
  place-items: center;
}

.container >  .coursl1, .coursl2{
  margin-bottom: 1vw;
  border-style:solid ;
  border-color: #F88538;
  border-width: 0.2vw;
  padding: 1vw;
  font-size: 1vw;
  font-weight: 700;
  text-align: center;
  color: #F88538;
  grid-row-gap: 3vw;
}

.container2 >  .cours{
  border-style:solid ;
  border-color: #F88538;
  border-width: 0.2vw;
  padding: 1vw;
  font-size: 1vw;
  font-weight: 700;
  text-align: center;
  color: #F88538;
  grid-row-gap: 3vw;
}

.cours a, .coursl1 a, .coursl2 a{
  text-decoration: none;
  color: #F88538;
}

.container2 > .jour {
  background-color: #F88538;
  padding: 20px;
  font-size: 1.75vw;
  text-align: center;
  color: white;
}

.container2 > .profs {
  padding: 0.75vw;
  font-size: 1vw;
  text-align: center;
  color: black;
  display: grid;
  place-items: center;
}

.container2 >  .coursl1, .coursl2{
  margin-bottom: 1vw;
  border-style:solid ;
  border-color: #F88538;
  border-width: 0.2vw;
  padding: 1vw;
  font-size: 1vw;
  font-weight: 700;
  text-align: center;
  color: #F88538;
  grid-row-gap: 3vw;
}

.container >  .cours{
  border-style:solid ;
  border-color: #F88538;
  border-width: 0.2vw;
  padding: 1vw;
  font-size: 1vw;
  font-weight: 700;
  text-align: center;
  color: #F88538;
  grid-row-gap: 3vw;
}

.niveau{
  font-size: 2.5vw;
  line-height: 2.5vw;
  padding-top: 1.5vw;
  padding-bottom: 1.5vw;
  color: black;
  display: grid;
  place-items: center;
  height:6vw;
}

.niveau2{
  font-size: 2.5vw;
  line-height: 2.5vw;
  padding-top: 1.5vw;
  padding-bottom: 1.5vw;
  color: black;
  display: grid;
  place-items: center;
  height:5vh;
}

.ligne1{
  margin: 3vw;
}

h3{
  background-color: black;
  color: white;
  font-size: 2.5vw;
  padding: 1vw;
  text-align: center;
  margin: 0;
}

.inscription{
  text-align: center;
  width: 100%;
  padding-top: 1.5vw;
  padding-bottom: 1.5vw;
}

.inscription a{
  color: black;
  text-decoration: none;
}

.bande{
  width: 100%;
  padding-top: 3vw;
  overflow: hidden;
  text-align: center;
}

.bande a:hover{
  opacity: 0.5;
  cursor: pointer;
}

/*PRIVATE PRIVATE PRIVATE PRIVATE PRIVATE PRIVATE PRIVATE PRIVATE PRIVATE PRIVATE PRIVATE */
.grostitre{
  font-size: 16vw;
  font-weight: 800;
  line-height: 15vw;
  padding-top: 5vw;
  padding-bottom: 1.5vw;
  padding-left: 3vw;
}

.Private{
  position: relative;
  height: auto;
  margin-left: 3vw;
  margin-right: 3vw;
  padding-bottom: 25vw;

}

.Private p{
  font-size: 1.75vw;
  width: 30%;
}

.Private a{
  text-decoration: none;
  color: black;
}

.imgPrivate{
  width: 65%;
  position: absolute;
  right: 0;
  z-index: -1000;
  margin-top: -24vw;
}

.containerPrivate {
  margin-bottom: 3vw;
  margin-left:3vw;
 margin-right:3vw;
  display: grid;
  column-gap: 3vw;
  grid-template-columns: auto auto auto;
  position: relative;
}

.containerPrivate > .profs2 {
  padding: 0.75vw;
  font-size: 2.5vw;
  text-align: center;
  color: black;
}

.containerPrivate >  .tarifsl1, .tarifsl2{
  margin-bottom: 1vw;
  border-style:solid ;
  border-color: #F88538;
  border-width: 0.2vw;
  padding: 1vw;
  font-size: 5vw;
  font-weight: 700;
  text-align: center;
  color: #F88538;
  grid-row-gap: 3vw;
}

.containerPrivate > .heures{
  padding: 1vw;
  font-size: 5vw;
  font-weight: 700;
  color: black;
  text-align: center;
}

/*FESTIVAL FESTIVAL FESTIVAL FESTIVAL FESTIVAL FESTIVAL FESTIVAL FESTIVAL FESTIVAL FESTIVAL FESTIVAL FESTIVAL FESTIVAL*/
.Festivals{
  left: 0;
  margin-left: 3vw;
  margin-right: 3vw;
  background-color: #F88538;
}

.Festivals img{
  width: 100%;
  left: 0;
  margin: 0;
}

.FestivalTitre{
  font-size: 16vw;
  font-weight: 800;
  color: white;
  line-height: 15.5vw;
  text-align: center;
  margin-top: 3vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0vw;
}

.textFestival1{
  font-style: italic;
  font-weight: 400;
  font-size: 2.5vw;
  color: white;
  margin-left: 5vw;
  margin-bottom: 12vw;
}

.textFestival2{
  font-weight: 500;
  font-size: 2.5vw;
  color: white;
  margin-left: 5vw;
  padding-bottom: 3vw
}

.textFestival2 a{
  text-decoration: none;
  color: white;
}


/*BUTTERSMOOTH BUTTERSMOOTH BUTTERSMOOTH BUTTERSMOOTH BUTTERSMOOTH BUTTERSMOOTH BUTTERSMOOTH BUTTERSMOOTH BUTTERSMOOTH BUTTERSMOOTH BUTTERSMOOTH*/
.Asso{
  margin-left: 3vw;
  margin-right: 3vw;
  padding-bottom: 3vw;
  padding-top: 5vw;
}

.textAsso{
  font-size: 1.75vw;
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.textAsso img{
  width: 12%;
  display: flex;
  align-items: center;
  margin-left: 15vw;
  margin-right: 5vw;
}

.textAsso p{
  display: flex;
  align-items: center;
}

.butterligne {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
  justify-content: space-between;
}

/* Create four equal columns that sits next to each other */
.buttercolonne {
  -ms-flex:32.5%; /* IE10 */
  flex:32.5%;
  max-width:32.5%;
  padding: 0 4px;
}

.buttercolonne img {
  margin-top: 1vw;
  vertical-align: middle;
  width: 100%;
}


/*CONTACT CONTACT CONTACT CONTACT CONTACT CONTACT CONTACT CONTACT CONTACT CONTACT CONTACT */
.section-header {
  text-align: center;
  text-transform: uppercase;
  font-size: 16vw;
  line-height: 15vw;
  font-weight: 800;
  color: #F88538;
  margin-top: 3vw;
  margin-bottom: 3vw;
}

/* Location, Phone, Email Section */
.contact-list {
  list-style-type: none;
  font-size: 1.5vw;
  margin: 0;
  padding: 0;
  width: auto;
  text-align: center;
}

.list-item {
  color: black;
  display: inline-block;
  text-align: left;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  padding-bottom: 3vw;
}

.contact-text {
  font: "Poppins";
  color: black;
}

.contact-text a {
  color: black;
  text-decoration: none;
}

@media screen and (max-width: 800px) {
  .topnav a:not(:first-child) {
    display: none;}
  .icon {
    float: left;
    display: block;
  }
}

@media screen and (max-width: 800px) {
  .topnav button {
    display: none;}
}

@media screen and (max-width: 800px) {
  .topnav.responsive {
    position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: left;
    top: 0;
  }

  .topnav.responsive.dropbtn {
    position: relative;
  }

  .topnav.responsive.dropbtn  {
    float: none;
    display: block;
    text-align: right;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: right;
  }


.topnav.responsive button{
    float: none;
    display: block;
    text-align: right;
  }

  .categoriesnav{
    float: none;
    display: block;
    text-align: right;
  }

  .icon{
    width: 10vw;
    float: left;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .parallax-item {
  font-family: "Poppins", sans-serif;
  width: 100%;
}

.imghome{
  top:0;
  left: 0;
  padding-left: 10vw;
  padding-right: 10vw;
  margin-top: 5vw;
}

.parallax-item:first-child {
  background-size: cover;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30vh;
}


  /*PORTRAIT PORTRAIT PORTRAIT PORTRAIT PORTRAIT PORTRAIT PORTRAIT PORTRAIT */
  .parallax-item:nth-child(2) {
/* NAVBAR NAVBAR NAVBAR NAVBAR NAVBAR NAVBAR NAVBAR NAVBAR NAVBAR NAVBAR NAVBAR NAVBAR NAVBAR NAVBAR NAVBAR*/
.categoriesnav{
  left: 0;
  margin-left: 3vw;
  margin-right: 3vw;
  margin-bottom: 3vw;
  margin-top: 3vw;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  align-items: left;

}

/* Navbar links */
.topnav{
  display: none;
  border-bottom-style: none;
}

.dropbtn {
  padding: 2vw;
  color: black;
  border: none;
  cursor: pointer;
  background-color: white;
  font-family: "Poppins";
  font-weight: 700;
  font-size: 8vw;
  float: right ;
}

.dropdown {
  position: relative;
}

.dropdown-content {
  display:none;
  position: absolute;
  background-color: #F88538;
  min-width: 200px;
  z-index: 3000;
  float: right;
  margin: 0;
  right: 0;
  padding: 0;
}

.dropdown-content a {
  color: white;
  text-decoration: none;
  display: block;
  padding: 1.5vw;
  width: 100%;
  text-align: right;
}


.dropdown:hover .dropdown-content {
  display: block;
}

.icon i{
  display: none;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}

.portraitcouple {
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  left: 0;
  right: 0;
}

.row{
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 3vw;
}

.row div{
  display: flex;
  flex-wrap: nowrap;
  width: 90%;
  margin-top:5vw;
}

.Portraitimg{
  width: 100%;
}

.portraitcouple .insta{
  display: block;
  position: relative;
  width: 10vw;
  height: 10vw;
  bottom: 0;
  float: right;
}

.portraitcouple div p{
  width: 95%;
  top: 0;
  left: right;
  margin: 0;
}

.portraitcouple > div {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 1.5em;
  font-weight: 400;
  font-size: 5vw;  
}

.BLorange{
  position:relative; 
  width: 80%; 
  top:0;  
  left: 0; 
  margin-left: 15vw; 
  margin-bottom: -16vw;
}

.Textlola{
  padding: 0;
}
}

 
  /*PLANNING PLANNING PLANNING PLANNING PLANNING PLANNING PLANNING PLANNING PLANNING PLANNING PLANNING PLANNING */
.orangeplanning{
  width: 75%;
}

.Lindy{
  padding-top: 10vw;
  margin: 5vw;
  display: block;
  padding-left: 0;
  width: 90%;
  height: auto;
}

h1{
  font-size: 10vw;
  line-height: 10.5vw;
}

.textCours{
  margin-top: -3vw;
  padding: 0;
  font-size: 5vw;
}

.programmeTitre{
 margin-left: 5vw;
 margin-right: 5vw;
 font-size: 10vw;
}

.container {
  display: none;
}

.containertel {
  margin-bottom: 5vw;
  margin-left: 5vw;
 margin-right: 5vw;
  display: grid;
  column-gap: 3vw;
  grid-template-columns: auto auto;
}

.container2tel {
  margin-left: 5vw;
 margin-right: 5vw;
  display: grid;
  column-gap: 3vw;
  grid-template-columns: auto auto;
}

.containertel > .jour {
  font-size: 5vw;
}

.container2tel > .jour {
  font-size: 5vw;
}

.container2{
  display: none;
}

.containertel > .jour {
  background-color: #F88538;
  padding: 1.5vw;
  font-size: 5vw;
  text-align: center;
  color: white;
}

.container2tel > .jour {
  background-color: #F88538;
  padding: 1.5vw;
  font-size: 5vw;
  text-align: center;
  color: white;
}

.containertel > .profs {
  padding: 2vw;
  font-size: 3vw;
  text-align: center;
  color: black;
  display: grid;
  place-items: center;
}

.container2tel > .profs {
  padding: 2vw;
  font-size: 3vw;
  text-align: center;
  color: black;
  display: grid;
  place-items: center;
}

.containertel >  .coursl1, .coursl2{
  margin-bottom: 3vw;
  border-style:solid ;
  border-color: #F88538;
  border-width: 0.2vw;
  padding: 1vw;
  font-size: 3vw;
  font-weight: 700;
  text-align: center;
  color: #F88538;
  grid-row-gap: 3w;
}

.container2tel >  .coursl1, .coursl2, .cours{
  margin-bottom: 3vw;
  border-style:solid ;
  border-color: #F88538;
  border-width: 0.2vw;
  padding: 1vw;
  font-size: 3vw;
  font-weight: 700;
  text-align: center;
  color: #F88538;
  grid-row-gap: 3vw;
}

.niveau{
  font-size: 7vw;
  line-height: 7.5vw;
  padding-top: 5vw;
  padding-bottom:5vw;
  color: black;
  display: grid;
  place-items: center;
  height:7vh;
}

.niveau2{
  font-size: 7vw;
  line-height: 7.5vw;
  padding-top: 5vw;
  padding-bottom: 5vw;
  color: black;
  display: grid;
  place-items: center;
  height:7vh;
}

h3{
  font-size: 7vw;
  padding: 3vw;
}

.inscription{
  text-align: center;
  width: 90%;
  font-size: 3vw;
  margin-left: 5vw;
  padding-top: 3vw;
  padding-bottom: 3vw;
}

.bande{
  padding-top: 10vw;
}

  /*PRIVATE PRIVATE PRIVATE PRIVATE PRIVATE PRIVATE PRIVATE PRIVATE PRIVATE PRIVATE PRIVATE */
.grostitre{
  font-size: 25vw;
  line-height: 25vw;
  text-align: left;
  padding-bottom: 1.5vw;
  padding-left: 5vw;
  left: 0;
}


.Private{
  position: relative;
  height: auto;
  margin-left: 5vw;
  margin-right: 5vw;
  padding-bottom: 3vw;
}

.Private p{
  font-size: 5vw;

  width: 90%;
}

.imgPrivate{
  width: 100%;
  position: relative;
  margin-top: 0vw;
}

.containerPrivate {
  margin-bottom: 10vw;
  margin-left:5vw;
 margin-right:5vw;
  display: grid;
  column-gap: 3vw;
  row-gap: 2vw;
  grid-template-columns: auto auto auto;
  position: relative;
}

.containerPrivate > .profs2 {
  padding: 0vw;
  font-size: 3vw;
  text-align: center;
  color: black;
}

.containerPrivate >  .tarifsl1, .tarifsl2{
  margin-bottom: 1vw;
  border-style:solid ;
  border-color: #F88538;
  border-width: 0.2vw;
  padding: 1vw;
  font-size: 7vw;
  font-weight: 700;
  text-align: center;
  color: #F88538;
  grid-row-gap: 3vw;
}

.containerPrivate > .heures{
  padding: 1vw;
  font-size: 7vw;
  font-weight: 700;
  color: black;
  text-align: left;
}


  /*FESTIVAL FESTIVAL FESTIVAL FESTIVAL FESTIVAL FESTIVAL FESTIVAL FESTIVAL FESTIVAL FESTIVAL FESTIVAL FESTIVAL FESTIVAL*/
  .textFestival1{
    font-style: italic;
    font-weight: 400;
    font-size: 5vw;
    color: white;
    margin-left: 5vw;
    margin-bottom: 12vw;
  }

  .textFestival2{
    width: 80%;
    font-size: 5vw;
    color: white;
    margin-left: 5vw;
    padding-bottom: 5vw
  }



  /*BUTTERSMOOTH BUTTERSMOOTH BUTTERSMOOTH BUTTERSMOOTH BUTTERSMOOTH BUTTERSMOOTH BUTTERSMOOTH BUTTERSMOOTH BUTTERSMOOTH BUTTERSMOOTH BUTTERSMOOTH*/
  .textAsso{
    font-size: 5vw;
  }

  .textAsso img{
    display: none;
  }

  .textAsso p{
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .buttercolonne {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }

  /*CONTACT CONTACT CONTACT CONTACT CONTACT CONTACT CONTACT CONTACT CONTACT CONTACT CONTACT */
  #contact{
    margin-bottom: 5vw;
  }
  .section-header {
    font-size: 18vw;
    line-height: 18vw;
    font-weight: 800;
    color: #F88538;
    margin-top: 3vw;
    margin-bottom: 3vw;
  }

  /* Location, Phone, Email Section */
  .contact-list {
    font-size: 4vw;
  }

  .list-item {
    padding-bottom: 1vw;
  }


}

