@font-face {
  font-family:'TheSeasons';
  src: url("/font/the_seasons.otf") format('opentype');
  font-style: normal;
  font-weight: 400;
}


@font-face {
  font-family:'BDScript';
  src: url("/font/BDScript-Bold.otf") format('opentype');
  font-style: normal;
  font-weight: 800;
}

@font-face {
  font-family:'TTDrugs';
  src: url("/font/TTDrugs_Regular.otf") format('opentype');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family:'TTDrugsB';
  src: url("/font/TTDrugs_Bold.otf") format('opentype');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family:'Coolvetica';
  src: url("/font/coolvetica_rg.otf");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family:'CoolveticaCD';
  src: url("/font/coolvetica_condensed_rg.otf");
  font-style: normal;
  font-weight: 400;
}
html{
  font-size: 16px;
}

body{
  background-color: #FFCEBB !important;
 
}

body.flower{
  background-image: url('/media/water_color_flower.png');
  background-size: auto 110%;
  background-position: 120% 0%;
  background-repeat: no-repeat;
}

nav a img{
  max-height: 150px;
}

.col-md-6 img{
  max-width:100%
}

*:focus {
  outline: none !important;
}

h1 {
  font-size: 6rem !important; /* Ajuste la taille de la police pour le titre principal */
  color:#FF8A5D;
  font-family: 'TheSeasons';
  margin-left: -80px;
}

h2{
  margin-left: 20px;
  font-size: 3.5rem !important; /* Ajuste la taille de la police pour le titre principal */
  color:#FF8A5D;
  font-family: 'TheSeasons';
}

h3{
  font-family: 'TTDrugs';
  font-size: 2rem !important;
  color: #000;
}

h4{
  font-family: 'TheSeasons';
  font-size: 2rem !important;
  color:#FF8A5D
}

h6 {
  font-size: 5rem !important; /* Ajuste la taille de la police pour le sous-titre */
  color:#FFF;
  font-family: 'BDScript';
  
  line-height: 50px !important;

  max-width: 250px !important;
  margin-left:150px !important;
  transform: rotate(-7deg); /* Correction ici */
}

p{
  font-size: 1rem !important;
  font-family: 'TTDrugs';
  margin-top: 20px !important;
  margin-left:25px !important;
  line-height: 25px !important;
}

.container.home{
  margin-top: 100px;
}

.row:nth-child(2){
  margin-top: 50px;
}

.program img {
  max-width: 100% ;
}

header nav{
  max-height:120px !important;
  z-index:10;
}

.navbar{
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1000;
}
section.program:first-child{
  /*height: calc(100vh - 120px); /*Hauteur totale de l'écran moins la hauteur de la nav*/
}

section.housing,
section.program {
  height:100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.row .description{
  margin: 0 auto;
}

.description .details{
  border-left: 1px solid #000;
}

.description .details p span.timing{
  font-family: "TTDrugsB";
}

.description .details p span.address{
  font-family: "TTDrugsB";
  text-decoration: underline;
}













@media (max-width: 767px) {

  body.flower{ 
    background-image: none;
  }

  header{
    position: static !important;
  }

  header nav{
    max-height:400px !important;
  }


.navbar{
  position: static;
}

  nav .nav-brand{
    margin:0 auto;
  }
  
  .navbar-toggler {
    position: absolute;
    top: 10px;
    right:10px
  }
  .navbar-collapse {
    position: inherit;
  }

  h1 {
    margin: 0 30px !important;
    font-size: 4em !important;
  }

  h2{
    margin: 0 auto;
  }

  h3{
    margin: 0 auto;
    margin-top:30px;
  }

  h4{
    
  }

  h6{
    margin: -10% 0px 0px 30% !important;
  }

  .container{
    margin-top: 20px !important;
  }

  /* .fp-overflow{
    margin-top:100px;
  } */
  
  section.housing,
  section.program {
    height:auto;
    display: block;
  }

}





