@font-face {
  font-family:'TheSeasons';
  src: url("/font/Cormorant-VariableFont_wght.ttf") format('truetype');
  font-style: normal;
  font-weight: 700;
}

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


@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;
}

.housing_container a{
  color:#FF8A5D !important;
}

a[type="button"]{
  color:#FFF !important;
}

.row.housing a{
  color:#FF8A5D;
}

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

*:focus {
  outline: none !important;
}

#mariage_font{
  font-family: "Mariage";
}

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;
  margin-left:25px !important;
}

span.no-font{
  font-family: Arial;
}

.arrow-container {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  transition: opacity 0.5s;
  z-index:9999999;
}

.arrow {
  width: 30px;
  height: 30px;
  animation: moveArrow 1s infinite alternate;
}

@keyframes moveArrow {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(20px);
  }
}

.hidden {
  opacity: 0;
}

label{
  font-family: 'TTDrugs';
}

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

div.row.limit-row{
  max-width: 100%;
  max-height: 100%;
  padding-top: 50px !important;
}

div.row.first{
  padding-top: 0 !important;
}
/*.row:nth-child(2){
  margin-top: 50px;
}*/

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

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


#program.navbar,
#housing.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 {

}

.fp-table{
  justify-content: normal !important;
}


.image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Deux colonnes */
  gap: 10px; /* Espacement entre les images */
}

.image-grid img {
  width: 100%; /* Les images occupent 100% de la largeur de leur conteneur */
  height: auto; /* Pour conserver les proportions */
}

.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;
}

.rsvp .form-left {
  background-color: #FF8A5D;
  padding-left:0;
  padding-right:0;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
}

.rsvp .form-left img{
  margin:0 auto;
  max-height: 100%;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
}

.rsvp .form-right{
  background-color: #FF8A5D;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  background-image: url('/media/water_color_flower.png');
  background-size: auto 110%;
  background-position: 190% 0%;
  background-repeat: no-repeat;
}

.form-input{
  display: flex;
  justify-content: space-evenly;
}

form p:first-child{
  margin-top:20px !important;
}

form p{
  margin-left:0 !important;
  margin-top:0 !important;
}

input[type="text"],
textarea{
  background-color: rgba(255, 255, 255, .3) !important;
}

textarea{
  resize: none;
  height:55px !important;
}


.btn-perso{
  margin-bottom: 15px;
  margin-top: 10px;
  background-color: #FF8A5D;
  font-family: "TTDrugsB";
  border: 1px solid rgb(175, 175, 175);
}

.btn-perso:hover{
  color: rgba(255, 255, 255, 0.49);
}

.rsvp .btn-perso{
  background-color: #ff9c77;
}

.radio-margin input:nth-child(3){
  margin-left: 140px;
}

.rsvp > form > label{
  margin-left: 5px;
}

.rsvp .form-right h5{
  font-family: 'TTDrugs';
  margin-top: 70px !important;
  text-align: center;
  padding: 0px 100px;
  margin-left: -50px;
}

.rsvp .form-right h6{
  color: rgba(0, 0, 0, 0.50);
  margin-top: 100px !important;
  max-width: none !important;
  margin-left: -50px !important;
  transform: rotate(0deg);
  font-size: 5rem !important;
  text-align:center;
  padding: 0 50px;
}

.itinerary img{
  max-height: 100px;
}

.itinerary p{
  max-width: 95%;
}

.itinerary span{
  font-family: "TTDrugsB";
}

.itinerary .row{
  padding-top: 0 !important;
  margin-right: 0px
}

.housing .closest_place p{
  font-family: 'TTDrugsB' !important;
  font-size: 1.5rem !important;
}

.housing .closest_place p:first-child {
  padding-bottom: 40px;
}

.housing h4{
  font-family: "serif" !important;
}

.housing .details span{
  font-family: "TTDrugsB" !important;
}

.housing .details p{
  line-height: 1;
}

.table td, .table th {
  vertical-align: middle;
}

#map {
  height: 270px;
  width: 100%;
}

.region p{
  margin-left : 0px !important;
}

.region p.descriptive_p{
  margin-left: 25px !important;
}

#housing_desktop{
  display: block;
}
#housing_mobile{
  display: none;
}

@media (max-width: 767px) {

  body.flower{
    background-image: none;
  }

  header{
    position: static !important;
  }

  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;
    font-size: 3.3rem !important;
  }

  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;
  }

  .rsvp .form-left {
    height:auto;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
  }

  .rsvp .form-left img{
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
  }

  .rsvp .form-right{
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
  }


  .rsvp .form-right{
    background-image: none;
  }

  .rsvp .form-right h5{
    margin-top: 70px !important;
    padding: 0px 50px;
    margin-left: 0px;
  }

  .rsvp .form-right h6{
    margin-top: 70px !important;
    max-width: none !important;
    margin-left: 0px !important;
    padding: 0 10px;
    padding-bottom: 30px !important;
  }

  table .image-grid{
    display: none;
  }

  table .no-show{
    display: none;
  }

  .housing_detail h5{
    margin-top: 10px;
  }
  #housing_desktop{
    display: none;
  }
  #housing_mobile{
    display: block;
  }
}





