 @import url('https://fonts.googleapis.com/css2?family=Grandstander&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;1,300&display=swap');
 
 


:root{
  --rose-1: #E63E62;
  --rose-2: #EB6D7E;
  --rose-3: #F0979E;
  --rose-4: #F6BCBF;
  --rose-5: #FBDFDF;
  --violet-1: #6667AB;
  --violet-2: #8482BC;
  --violet-3: #A2A0CE;
  --violet-4: #C1BFE0;
  --violet-5: #F9F8FC;
  --orange-1: #E9531D;
  --bleu-1: #00A6CF;
  --bleu-foncer: #2057A4;
  --vert-1: #C0D363;
  --pop:'Poppins', sans-serif;;
  --grand:'Grandstander', cursive;
  --rouge:#FF4E4B;
}




/*********************************************************texte********************************/

header h1 {
  font-family: 'Grandstander', cursive;
  font-size: 3.2rem;
  color: var(--bleu-foncer);
  
}


header h2{
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  color: var(--rose-1);
  
}

#ancre-apropos{
  color: #ffff;
  font-family: 'Grandstander', cursive;
  font-size: 2.2rem;
  padding-bottom: 15px;
  text-align: center;
  

}

.histoire{
  font-family: var(--pop);
  font-weight: 300;
  font-size: 1.1rem;
}

.remarque{
  font-family: var(--pop);
  font-weight: 300 ;
  font-style: italic;
  font-size: 1rem;
  color: var(--violet-1);
}


.entetev h1{
  font-family: 'Grandstander', cursive;
}


.voirTheme h5{
  color: var(--orange-1);
  font-family: var(--pop);
  font-weight:500; 
  font-size: 1.1rem;
}

.card-text{
  color: var(--violet-1);
  font-family: var(--pop);
  font-weight: 400;
  font-size: 1rem;

}


/***********************************************************************TYPO*****************************************************/





/*************************** Bouton contact Nav **************************************/


.reseauBouton{
  margin-top: -15px;

}






a.telephone{
  border: 2px solid #E63E62;
  border-radius: 30px;
  color: #E63E62;
  padding: 10px 25px 10px 25px;
  
}









a.contacter {/******************************************* bouton je réserve ************************/
  font-family: var(--pop);
  font-size: 1.1rem;
  background-color: #E63E62;
  border-radius: 30px;
  color: #ffff;
  padding: 10px 25px 10px 25px;
}
/******************************************* hover bouton téléphone ************************/
a.telephone:hover,
a.telephone:active {
  color: #ffff;
  background-color: var(--rose-2);


}
/******************************************* hover bouton page contact ************************/
a.contacter:hover,
a.contacter:active{
  color: var(--rose-1);
  background-color: #ffff;
  border: 2px solid #E63E62;

}





/*************************** DÉBUT Navbar  **************************************/


.dropdown-item{
  color: var(--violet-1);
}




.ss-navbar{
  background-color: transparent;
  margin-top: 20px;

}

.nav-link{
  color: var(--violet-1);
  font-family: 'Poppins', sans-serif;
  font-weight: 400 ;
  font-size: 1.3rem; 


}


.navbar-brand{
  margin-top: -30px;
 
}

.navbar-brand img{
  width: 270px;
  transition: transform .1s;
}


.navbar-brand img:hover{
  -ms-transform:scale(1.2);
  -webkit-transform:scale(1.2);
  transform: scale(1.2);
}







.ss-navbar .nav-item :hover,
.ss-navbar .nav-item :active{
  color: var(--rose-1);
}

.dropdown-item:hover,
.dropdown-item:active{
  color: var(--rose-1);

}


.facebook img{
  width: 52px;
  transition: transform .1s;
}


.facebook img:hover{
  -ms-transform:scale(1.2);
  -webkit-transform:scale(1.2);
  transform: scale(1.2);
}



.instagram img{
  width: 52px;
  transition: transform .1s;


}


.instagram img:hover{
  -ms-transform:scale(1.2);
  -webkit-transform:scale(1.2);
  transform: scale(1.2);
}





/*************************** DÉBUT header  **************************************/

img.chateau{
  position: relative;
  z-index: -1;
  margin-top: -150px;
  padding: 0px;
 

  

}




/***************************Section à propos ************************************/

.aPropos{
  margin-bottom: 200px;
}


 



.sophie {
  
  border-radius: 200px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  max-width: 400px;
  max-height: 400px;
}

.etoileSophie{
  width: 400px;
  height: 400px;
  margin-left: 135px;
  margin-top: -470px;
  
  background-image: url(../img/svg/etoileSophie.svg);
  background-repeat: no-repeat;
  background-size: cover;

}







.aPropos img{
 margin-bottom: -60px;
}






/*************************** entête verte **************************************/
.entetev{
  width: 100%;
  height: 180px;
  background-color: #C0D363;
}

.entetev h1{
  color: white;
  text-align: center;
  
  padding-top: 20px;
}
.bandeVerte{/******************************************************bande Section à propos/éveil/sport ************************************/
 
  width: 100%;
  height: 60px;
  background-image: url(../img/svg/petiteBordure.svg) ;
  margin-top: -30px;
}



/*************************** DÉBUT 4 cartes section voir thèmes BOUTON BLEU **************************************/
.rounded{
  border-color: #E9531D;
  margin-top: 40px; 
}

.voirTheme{
  
  margin-top: 10px;
  min-height: 500px;
 }
.voirTheme a{
  color: #ffff;

}



.btn-primary{
  background-color: var(--bleu-1);
  border-color: #ffff;
  border-radius: 30px;
  margin-bottom: 10px;
  max-width: 200px;
  padding: 10px;
  font-family: var(--pop);
  font-weight: 300;
  font-size: 1.2rem;
 
}






/*************************** DÉBUT section Besoin d'information **************************************/
.contact{
  min-height: 400px;
  margin-top: 10px;
  
  margin-top: 60px;
  

}

.contact h6{
  font-family: var(--pop);
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
}

.slogan{
  font-family: var(--grand);
  
  color: var(--violet-1);
  text-align: center;
}





/*************************** Bande avec fond bleu et zigzag  **************************************/


  .bandeBleu{
  width: 100%;
  height: 130px;
  background-image: url(../img/svg/bandeBleu2.svg) ;
  margin-top: -80px;

}





/*************************************** Section Pâtissier **************************************/

.patissier{
  margin-top: 40px;
}

.patissier h5{
  font-family: var(--grand);
  font-size: 2rem;
  text-align: center;
  padding-bottom: 10%;
  color: var(--orange-1);
}

.patissier img{
  width: 100%;

}


/******************************************** Bande mauve  **************************************/

.bordureMauve {
  height: 100px;
  background-image: url(../img/svg/bandeBleu2.svg);
}

/************************************** Section Ampoule Parallax  **************************************/




.parallax_wraper{
  height: 1500px;
  overflow-x: hidden;
  overflow-y: auto;
  perspective: 300px;
}

.intro_screen{
  
  height: 500px;
 
  text-align: center;
  padding-top: 10%;
  background-color:  var(--vert-1);
  
}

img.lesFilles{

  
  min-height: 350px;
  border-radius: 200px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;



}

.intro_screen h1{

  font-family: var(--pop);
  font-weight: 300;
  font-size: 2.8rem;
  color: var(--orange-1);
 

 
  
}

.intro_screen h2{

  font-family: var(--grand);
  font-weight: 300;
  font-size: 5rem;
  color: #ffff;
}


.intro_screen p{

  font-family: var(--pop);
  font-weight: 300;
  font-size: 1.7rem;
  color: var(--bleu-foncer);
}

p.lesFilles-paragraphe2{
  font-family: var(--pop);
  font-weight: 300;
  font-size: 1.4rem;
  color: var(--bleu-1);
}



.outro_screen{
  font-family: var(--grand);
  font-size: 4rem;
  color: #ffff;
  height: 100vh;
  background-color:var(--bleu-foncer);
  text-align: center;
  

 

}


/**************fond étoile ***********/

.paraetoile{

  width: 100%;
  height: 1200px;

}





.lettre img{
  margin-top:110px;
}


.outro_screen p{
  font-family: var(--pop);
  font-weight: 300;
  font-size: 3rem;
  color: #ffff;


}

.parallax_group{
  position: relative;
  height: 900px;
  transform-style: preserve-3d;

}


.parallax_layer{
  font-family: var(--grand);
  font-size: 4rem;

  position: absolute;
  width: 100%;
  height: 100vh;
  text-align: center;
  padding-top: 40%;
  
  color: #ffff;
}

/*** scale calcul: 1 + ((z transform value * -1) / perspective)**/
.base_layer{
  transform: translateZ(-300px) scale(2);
   background-color:  #E6EDC7;
   color: var(--violet-1);
   


}

.mid_layer{
  transform: translateZ(0);
  color: var(--rose-1);

 


}

.activites-3{
  font-family: var(--pop);
  font-weight: 300;
   font-size: 2.8rem;
   color: var(--rose-1);
   text-align: center;
   padding-bottom: 100px;

}




.top_layer{
  transform: translateZ(210px) scale(0.4);
  color: var(--rose-1);
  font-size: 8rem;
}


#intro{
  z-index: 0;
}



#group-1{
  z-index: -1;
}

#group-1 > .base_layer{

 
}


#group-2{}

#group-2 > .mid_layer{
  width: 100%;

  
}


.ampoule-2{
  width: 100%;
  height: 900px;
  margin-top: -700px;
  background-image: url(../img/svg/ampouleGauche.svg);
  background-repeat: no-repeat;
  background-size: contain;
  
}


#outro{}





























/************************************ Section Nancy et Edith  **************************************/



.lesIdees h1{
  font-family: var(--pop);
  font-weight: 300;
  font-size: 2rem;
  color: var(--orange-1);
  text-align: left;

}
.lesIdees h2{
  font-family: var(--grand);
  font-weight: 300;
  font-size: 3rem;
  color: var(--bleu-1);
  text-align: left;
}
.lesIdees h3{
  font-family: var(--pop);
  font-weight: 400;
  color: var(--bleu-foncer);
}


.lesIdees p{
  font-family: var(--pop);
  font-weight: 300;
  font-size: 1.1rem;
  text-align: left;
  
}

/****************************************** Section Infolettre image activités  **************************************/





.une-activite, .deux-activite, .trois-activite{
  max-width: 300px;
  height: 300px;
  padding: 0px;
  
  margin-bottom: 120px;
  
}



.une-activite{
  position: relative;
  background-image: url(../img/peche-sur-glace.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;

}

.peche{
  position: absolute;
  top:0;
  background: rgb(0,0,0);
  background: rgba(192,211,99,0.9);
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  opacity: 0;
  color: white;
  font-family: var(--grand);
  font-size: 25px;
  padding: 20px;
  text-align: center;



}

.une-activite:hover .overlay{
  opacity: 1;
}





.deux-activite{
  position: relative;
  background-image: url(../img/cadenas.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;

}


.clee{
  position: absolute;
  top:0;
  background: rgb(0,0,0);
  background: rgba(0,166,206,0.9);
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  opacity: 0;
  color: white;
  font-family: var(--grand);
  font-size: 25px;
  padding: 20px;
  text-align: center;

}
.deux-activite:hover .overlay{
  opacity: 1;
}

.trois-activite{
  position: relative;
  background-image: url(../img/svg/ficheEducative.svg);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;

}

.ficheJeux{
  position: absolute;
  top:0;
  background: rgb(0,0,0);
  background: rgba(230,62,98,0.9);
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  opacity: 0;
  color: white;
  font-family: var(--grand);
  font-size: 25px;
  padding: 20px;
  text-align: center;

}

.trois-activite:hover .overlay{
  opacity: 1;
}


/****************************************** Section Infolettre mailchimps  **************************************/


#ancre-monInfolettre{
  font-family: var(--pop);
  color: var(--orange-1);
  font-size: 2rem;
  text-align: left;
  
 } 



.mc-field-group ,input{
  width: 100%;
  height: 50px;
  margin-top: -90px;
  


}

input.required-email{
  font-family: var(--pop);
  font-weight: 400;
  font-size: 1.4rem;
  border-color: transparent;
  background-color: #ffff;
  border-radius: 22px;
  border-width: 3px;
  }


.required-email::placeholder{
  color: var(--bleu-1);
}

input.envoyer{
  font-family: var(--pop);
  font-weight: 400;
  font-size: 1.4rem;
  border-color: transparent;
  background-color: var(--bleu-1);
  color: #ffff;
  border-radius: 22px;
  border-width: 3px;
 
}






 

.mc-field-group{
  margin-bottom: 60px;
}



input#mce-EMAIL:hover,
input#mce-EMAIL:active {
  
  background-color: var(--vert-1);
  
}



input.envoyer:hover,
input.envoyer:active {
  
  background-color: var(--vert-1);
  
}








/**********************************************DEBUT FOOTER*******************************************/
/**********************************************DEBUT FOOTER*******************************************/
/**********************************************DEBUT FOOTER*******************************************/



.footer img{
  width: 100%;
  height: 80px;


}


.footer-categories li{
  text-decoration: none;


}

.footer-categories a{
  font-family: var(--pop);
  font-weight: 400;
  font-size: 1.4rem;
  color: var(--violet-1);
}




.trait{
  border-top: 4px solid var(--bleu-foncer);
  border-radius: 5px ;
  margin-top: 5px;
}




.footer-categories .nav-item a:hover,
.footer-categories .nav-item a:active{
  color: var(--rose-2);
}












/**************************************************** page éveil musical **************************************/
/**************************************************** page éveil musical **************************************/
/**************************************************** page éveil musical **************************************/
/**************************************************** page éveil musical **************************************/
/**************************************************** page éveil musical **************************************/
/**************************************************** page éveil musical **************************************/
/**************************************************** page éveil musical **************************************/
/**************************************************** page éveil musical **************************************/
/**************************************************** page éveil musical **************************************/
/**************************************************** page éveil musical **************************************/
/**************************************************** page éveil musical **************************************/
/**************************************************** page éveil musical **************************************/


 /**************************************************container image photo fond cadre haut*********/
.musique{

  max-height: 900px;
  
  padding: 0;

}


.carrou{
  position: relative;

  z-index: -1;
}


/**************************************************conteneur carré avec toute les infos *********/

.eveil{
  margin-top: 30px;
}

/*******************************************carré contenant informations éveil musical*********/
.cadreMusique{
  
  min-height: 140px;
  border: 12px solid #DAE4A8;
  border-radius: 50px;
  background-color: var(--vert-1);
  margin-top: -180px;
  background-image: url(../img/svg/themeMusique/etoileJaune.svg);

  background-size: contain;
  background-repeat: no-repeat;

   
}


.cadreMusiqueMobile{
  
  width: 100%;
  height: 100px;
  border: 8px solid #DAE4A8;
  
  background-color: var(--vert-1);
 }
.cadreMusiqueMobile h1{
  font-family: var(--grand);
  font-weight: 300;
  font-size: 2rem;
  color: var(--rose-1);
  text-align: center;
  padding-top: 10px;
  
 }
.cadreMusiqueMobile h2{
  color: #ffff;
  font-size: 2rem;
  text-align: center;
  margin-top: -10px;
  
  
 }

.cadreMusique h1{
  font-family: var(--grand);
  font-weight: 300;
  font-size: 4rem;
  color: var(--rose-1);
  text-align: center;
  padding-top: 10px;


}
.cadreMusique p{
  padding-left: 4px;
  font-family: var(--pop);
  font-weight: 300;
  font-size: 1.4rem;
  text-align: center;

}
.cadreMusique h2{
  color: #ffff;
  font-size: 2.8rem;
  text-align: center;
  margin-top: -20px;
}

.list-group-horizontal{
  margin-left: 4px;
  margin-bottom: 5px;
}
/*****************************************************************image notes de musiques*********/
.notes{
  display: block;
  
  min-height: 300px;
  background-image: url(../img/svg/themeMusique/gammeDo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -20px;


}

 /*****************************************************************témoignages*********/
  
.caroline{
  font-family: var(--pop);
  font-style: italic;

}
.coeurCaroline{
  
}

.coeur{
  width: 50px;
  height: 50px;
  margin-right: -30px;
  
  background-image: url(../img/svg/coeur.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

/********************************************************************************Cartes prix*********/

.cart{
  border: 1px solid black;
}


.cart-header{
  background-color: var(--violet-1);
  color: #ffff;
  font-family: var(--grand);
  font-size: 2rem;
  text-align: center;

}

.list-group-item a{
  text-decoration: none;
  font-family: var(--pop);
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--bleu-1);
}

.list-group-item  a:hover,
.list-group-item a:active{
  color: var(--rose-2);
}

/*************************************************************Besoin d'informations*********/

.des-questions{
  margin-top: 150px;
}

.des-questions h3{
  font-family: var(--pop);
  font-weight: 500;
  font-size: 34px;
  text-transform: uppercase;

}

.des-questions p{
  font-family: var(--pop);
  font-weight: 300;
  font-size: 24px;
}


/*************************************************************Entete verte musique*********/

.entetev-musique{
  width: 100%;
  height: 180px;
  background-color: #C0D363;
  margin-top: 25px;
}

.entetev-musique h4{
  color: white;
  text-align: center;
  font-family: var(--grand);
  font-size: 44px; 
  
  
  
}
.bandeVerte-musique{
 
  width: 100%;
  height: 60px;
  background-image: url(../img/svg/petiteBordure.svg) ;
  

  margin-top: -30px;
}
/*************************************************************titre les thèmes*********/

.lesThemes h5{
  font-family: var(--grand);
  font-size: 90px;
  color: var(--bleu-1);
  text-align: center;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 50px;

}




/*************************************************************flip cartes****************************************/
/*************************************************************flip cartes****************************************/
/*************************************************************flip cartes****************************************/






.cc{
 
  max-width: 400px;
  height: 500px;
  perspective: 1000px;
  text-align: center;

}

.card-inner{
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.card:hover .card-inner {
  transform: rotateY(180deg);
}


.card-front, .card-back{
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 16px;
  border-radius: 2px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);



}


.card-front {
 align-items: center;
  overflow: hidden;

}

.card-front:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%
  background: linear-gradient(0deg, black, transparent);
}

.card-front .card-content {
  z-index: 1;
  color: white;
}

.card-content h2{
  font-family: var(--grand);
  font-weight: 400;
  color: var(--bleu-foncer);
  font-size: 38px;

}

.card-top p{
  text-align: left;

}



.card-back {
  transform: rotateY(180deg);
  background: white;
  
  text-align: left;

}

/*************************************************************flip back liste font****************************************/
ul.d-bal{
  padding-left: 12px;
  font-family: var(--pop);
  font-size: 1rem;
  
}



/*************************************************************flip images****************************************/
/*************************************************************flip images****************************************/



.curseurabeille{

  cursor: url(../img/svg/curseur/abeille.svg), auto;

}









.imgPrincesse{
  
  height: 300px;
  background-image: url(../img/svg/themeMusique/garderie-princesse-chevalier.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; 
  
}


  



.imgSorciere{
  
  height: 300px;
  background-image: url(../img/svg/themeMusique/garderie-sorciere.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; 
}



.imgRock{
  
  height: 300px;
  background-image: url(../img/svg/themeMusique/garderie-rockk.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; 
}

.imgNoel{
  
  height: 300px;
  background-image: url(../img/svg/themeMusique/garderie-pere-noel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; 
}


.imgChine{
  
  height: 300px;
  background-image: url(../img/svg/themeMusique/garderie-asiatique.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; 
}


.imgBresil{
  
  height: 300px;
  background-image: url(../img/svg/themeMusique/garderie-bresil.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; 
}


.imgCabane{
  
  height: 300px;
  background-image: url(../img/svg/themeMusique/garderie-cabane-a-sucre.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; 
}


.imgPirate{
  
  height: 300px;
  background-image: url(../img/svg/themeMusique/garderie-pirates.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; 
}


.imgHeros{
  
  height: 300px;
  background-image: url(../img/svg/themeMusique/garderie-super-heros.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; 
}


.imgHawai{
  
  height: 300px;
  background-image: url(../img/svg/themeMusique/garderie-hawaienne.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; 
}


.imgPowow{
  
  height: 300px;
  background-image: url(../img/svg/themeMusique/garderie-pow-wow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; 
}


.imgDisco{
  
  height: 300px;
  background-image: url(../img/svg/themeMusique/garderie-disco.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; 
}


.imgAfrique{
  
  height: 300px;
  background-image: url(../img/svg/themeMusique/garderie-afrique.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; 
}


.imgMexique{
  
  height: 300px;
  background-image: url(../img/svg/themeMusique/garderie-mexique.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; 
}


.imgCowboy{
  
  height: 300px;
  background-image: url(../img/svg/themeMusique/garderie-cowboy.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; 
}






/************************************************************* mobile flip carte ****************************************/
/************************************************************* mobile flip carte ****************************************/

.mobile-carte{
  
  width: 100%;
  height: 400px;
  border-radius: 8px;
}

  
.bordure-flipMusique{
  border: 6px solid var(--bleu-1);
}





.mobile-carte h2{
  font-family: var(--grand);
  color: var(--bleu-foncer);
  font-size: 40px;
  text-align: center;
  padding: 2px 30px 0px 30px;
}


.carte-deroulement{
  
  width: 100%;
  min-height: 200px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--bleu-1);
  border-radius: 8px;
  padding: 5px;
  margin-top: 1px;
  margin-bottom: 40px;
}

.carte-deroulement p{
  font-family: var(--pop);
  font-weight: 300px;
  font-size: 1rem;
  text-align: left;
  padding-left: 5px;
}


.carte-deroulement h3{
  font-family: var(--pop);
  padding-top: 3px;
  padding-left: 5px;

}





.aimeraussi h4{
  font-family: var(--grand);
  font-size: 3rem;
  color: var(--vert-1);
}

/**************************************************** page Sport motricité **************************************/
/**************************************************** page Sport motricité **************************************/
/**************************************************** page Sport motricité **************************************/
/**************************************************** page Sport motricité **************************************/
/**************************************************** page Sport motricité **************************************/
/**************************************************** page Sport motricité **************************************/
/**************************************************** page Sport motricité **************************************/
/**************************************************** page Sport motricité **************************************/
/**************************************************** page Sport motricité **************************************/
/**************************************************** page Sport motricité **************************************/
/**************************************************** page Sport motricité **************************************/
/**************************************************** page Sport motricité **************************************/
/**************************************************** page Sport motricité **************************************/
/**************************************************** page Sport motricité **************************************/


.cadresport{

  width: 50%;
  height: 100px;
  border: 8px solid #DAE4A8;
  
  background-color: var(--vert-1);

}



#ballons{
  display: block;
  min-height: 400px;
  background-image: url(../img/svg/pageSport/garderie-ballons.svg);
  background-repeat: no-repeat;
  background-size: contain;

}


.cadresport h1{
  font-family: var(--grand);
  font-weight: 300;
  color: var(--bleu-1);
  text-align: center;
  padding-top: 10px;

}

.cadresport h2{
  color: var(--orange-1);
  font-size: 2.7rem;
  text-align: center;
}





.bandeBleu{/******************************************************bande bleu haut du carroussel ************************************/
 
  width: 100%;
  height: 60px;
  background-image: url(../img/svg/pageSport/bordureBleu.svg) ;
  margin-top: -30px;
}






/**************************************************************************************   Cartes prix **************************/




.header-sport{
  background-color: var(--orange-1);
  color: #ffff;
  font-family: var(--grand);
  font-size: 2rem;
  text-align: center;
}



.entetev-sport{
  width: 100%;
  height: 180px;
  background-color: var(--bleu-foncer);
  margin-top: 150px;

}



.entetev-sport h4{
  color: white;
  text-align: center;
  font-family: var(--grand);
  font-size: 44px; 
  
  
  
}


.bandeBleu-sport{
 
  width: 100%;
  height: 60px;
  background-image: url(../img/svg/pageSport/bordureBleu.svg) ;
  

  margin-top: -30px;
}

/************************************************************************************** Flip carte image sport ********************************/
/************************************************************************************** Flip carte image sport ********************************/
/************************************************************************************** Flip carte image sport ********************************/
/************************************************************************************** Flip carte image sport ********************************/
/************************************************************************************** Flip carte image sport ********************************/



.imgAlimentation{
  
  height: 250px;
  background-image: url(../img/svg/pageSport/garderie-alimentation.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; 
  
}


  



.imgHockey{
  
  height: 250px;
  background-image: url(../img/svg/pageSport/garderie-hockey.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; 
}



.imgCirque{
  
  height: 250px;
  background-image: url(../img/svg/pageSport/garderie-cirque.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; 
}

.imgSoccer{
  
  height: 250px;
  background-image: url(../img/svg/pageSport/garderie-motricite-soccer.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; 
}


.imgBasket{
  
  height: 250px;
  background-image: url(../img/svg/pageSport/garderie-basketball.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; 
}


.imgGolf{
  
  height: 250px;
  background-image: url(../img/svg/pageSport/garderie-golf.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; 
}


.imgQuille{
  
  height: 250px;
  background-image: url(../img/svg/pageSport/garderie-quilles.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; 
}


.imgSauts{
  
  height: 250px;
  background-image: url(../img/svg/pageSport/garderie-sauts.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; 
}


.imgTennis{
  
  height: 250px;
  background-image: url(../img/svg/pageSport/garderie-tennis.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; 
}


.imgOlympiade{
  
  height: 250px;
  background-image: url(../img/svg/pageSport/garderie-olympiade.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; 
}


.imgMonstre{
  
  height: 250px;
  background-image: url(../img/svg/pageSport/garderie-monstre.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; 
}


.imgPnoel{
  
  height: 250px;
  background-image: url(../img/svg/pageSport/garderie-noel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; 
}







/************************************************************* mobile flip carte sport ****************************************/
/************************************************************* mobile flip carte sport ****************************************/
/************************************************************* mobile flip carte sport ****************************************/
/************************************************************* mobile flip carte sport ****************************************/







.aimeraussi h4{
  font-family: var(--grand);
  font-size: 3rem;
  color: var(--vert-1);
}








/************************************************************* Page Contact ****************************************/
/************************************************************* Page Contact ****************************************/
/************************************************************* Page Contact ****************************************/
/************************************************************* Page Contact ****************************************/
/************************************************************* Page Contact ****************************************/
/************************************************************* Page Contact ****************************************/
/************************************************************* Page Contact ****************************************/
/************************************************************* Page Contact ****************************************/
/************************************************************* Page Contact ****************************************/
/************************************************************* Page Contact ****************************************/
/************************************************************* Page Contact ****************************************/
/************************************************************* Page Contact ****************************************/
/************************************************************* Page Contact ****************************************/
/************************************************************* Page Contact ****************************************/




.pageContact h1{
  font-family: var(--pop);
  color: var(--orange-1);


}


.pageContact p{
  font-family: var(--pop);
  color: var(--bleu-foncer);
  font-weight: 500;
  font-size: 1.4rem;
}


.pageContact{
  margin-top: 40px;
}





.fondContact{
  height: 100px;

  background-image: url(../img/svg/bandeBleu2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  

}


 
.pagecc + button{
  font-family: var(--pop);
  font-size: 1.3rem;
  margin-top: 40px;
  border-radius: 22px;
  border-color: transparent;
  padding: 5px 15px 5px 15px;
  background-color: var(--bleu-1);
  color: #ffff;

}
  
.form-control{
  border: 1px solid var(--bleu-1);
  margin-top: 20px;
}

.pagec input {
  border-color: var(--bleu-1);
}





button.contactBouton:hover,
button.contactBouton:active {
  
  background-color: var(--bleu-1);
  opacity: 0.6; 
}








.pagec{
  font-family: var(--pop);


}



.pagecc ,textarea{
  border-color: var(--bleu-foncer);
}


/************************************************************* Page fête ****************************************/
/************************************************************* Page fête ****************************************/
/************************************************************* Page fête ****************************************/
/************************************************************* Page fête ****************************************/
/************************************************************* Page fête ****************************************/
/************************************************************* Page fête ****************************************/
/************************************************************* Page fête ****************************************/
/************************************************************* Page fête ****************************************/
/************************************************************* Page fête ****************************************/
/************************************************************* Page fête ****************************************/
/************************************************************* Page fête ****************************************/
/************************************************************* Page fête ****************************************/
/************************************************************* Page fête ****************************************/


.personnages{
  width: 100%;
  min-height: 250px;
  background-color: #E6EDC1;
  background-image: url(../img/svg/pageFete/fondEtoile.svg);
  background-repeat: no-repeat;
  background-size: cover;

}










.entetev-fete{
  width: 100%;
  max-height: 160px;
  background-color: var(--vert-1);
  margin-top: 80px;

}



.entetev-fete h1{
  font-family: var(--grand);
  font-size: 2.8rem;
  color: #ffff;
  text-align: center;
}

.entetev-fete p{
  font-family: var(--pop);
  font-size: 1.2rem;
  color: var(--violet-1);
  text-align: center;
  margin-top: -10px;
}


.lesThemesFete{
  margin-top: 50px;
}

.lesThemesFete h2{

  font-family: var(--grand);
  font-weight: 400;
  font-size: 90px;
  color: var(--violet-1);
  text-align: center;
  text-transform: uppercase;
  margin-top: 60px;
}


/*****************************************************************tête couleurs cards infos *******************/

.tete-fete{
  background-color: var(--bleu-1);
}

.infos-fete li{
  font-family: var(--pop);
  font-weight: 400;
  font-size: 1.1rem;
  color: var(--bleu-foncer);
}





/*****************************************************************Infos sacs surprises*******************/

.sac-surprise{
  min-height: 100px;
  background-image: url(../img/svg/pageFete/fondEtoile.svg);
  background-size: contain;
  margin-top: 10px;
}
.sac-surprise p{
  font-family: var(--grand);
  font-weight: 400;
  font-size: 2.4rem;
  color: var(--orange-1);
  text-align: center;

}
.sac-surprise a{
  margin: 0 auto;
}






/*****************************************************************flip card fête*******************/


.card-front .card-content {
  z-index: 1;
  color: white;


}

.card-content-fete h2{
  font-family: var(--grand);
  font-weight: 400;
  color: #ffff;
  font-size: 30px;
  padding-top: 10px;

}







  
/************************************************************* image fond couleur Flipcard Fete descktop fête****************************************/
/************************************************************* image fond couleur Flipcard Fete descktop fête****************************************/
/************************************************************* image fond couleur Flipcard Fete descktop fête****************************************/
/************************************************************* image fond couleur Flipcard Fete descktop fête****************************************/
 .chevalier h2{
  color: #ffff;
 } 
.chevalier{
  background-color: var(--rose-1);
}
.fete-princesse-chevalier{
  
  height: 280px;
  background-image: url(../img/svg/pageFete/couronne.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; 

}

.photoBas img{
  border-radius: 120px;
  }
 

/************************************************************* Flip fete Pirate ****************************************/



 .fetePirate h2{
  color: #ffff;
 } 

.fetePirate{
  background-color: var(--bleu-1);
}
.imgFetePirate{
  
  height: 280px;
  background-image: url(../img/svg/pageFete/pirate.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; 

}

/************************************************************* Flip fete Hawai ****************************************/

.hawaienneFete h2{
  color: #ffff;
}
.hawaienneFete{
  background-color: var(--orange-1);
}
.imgFeteHawai{
  
  height: 280px;
  background-image: url(../img/svg/pageFete/tortue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; 
}


/************************************************************* Flip fete patissier ****************************************/


.patissierFete h2{
  color: #ffff;
}
.patissierFete{
  background-color: #783CBD;
}
.imgFetePatissier{
  
  height: 250px;
  background-image: url(../img/svg/pageFete/patissier.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; 
}


/************************************************************* Flip fete Science****************************************/



.scienceFete h2{
  color: #ffff;
}
.scienceFete{
  background-color: #70BF66;
}
.imgFeteScience{
  
  height: 250px;
  background-image: url(../img/svg/pageFete/science.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; 
}



/************************************************************* Flip fete japonaise ****************************************/



.japonaiseFete h2{
  color: #ffff;
}
.japonaiseFete{
  background-color: #E63036;
}
.imgJaponaiseFete{
  
  height: 250px;
  background-image: url(../img/svg/pageFete/japonaise.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; 
}

/*********************************************************************page KERMESSE ************************/
/*********************************************************************page KERMESSE ************************/
/*********************************************************************page KERMESSE ************************/
/*********************************************************************page KERMESSE ************************/
/*********************************************************************page KERMESSE ************************/
/*********************************************************************page KERMESSE ************************/
/*********************************************************************page KERMESSE ************************/
/*********************************************************************page KERMESSE ************************/
/*********************************************************************page KERMESSE ************************/
/*********************************************************************page KERMESSE ************************/


/********************************************************************* Entête ************************/


.entete-fanion{
  
 
  min-height: 140px;
  background-image: url(../img/svg/pageKermesse/garderie-fanion.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px;
  margin-top: 30px;

}



.fondRouge{
  position: relative;
  margin-top: -100px;
  background-color: #FF4E4B;
  min-height: 300px;
  z-index: -1;
  padding: 0px;

}





.fondRouge h1{
  font-family: var(--grand);
  font-weight: 300;
  font-size: 6rem;
  color: #ffff;
  text-align: center;
  padding-top: 80px;
}

.fondRouge p{
  font-family: var(--pop);
  font-weight: 400;
  font-size: 2rem;
  color: #ffff;
  text-align: center;
  margin-top: -30px;
 
}
/********************************************************************* image entete ************************/

.soleil{
 
  height: 300px;
  
  background-image: url(../img/svg/pageKermesse/soleil.svg);
  
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -100px;
}

.melon{
  
  height: 300px;
  
  background-image: url(../img/svg/pageKermesse/melon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -120px;

}

.poissonKermesse{

  height: 300px;
  
  background-image: url(../img/svg/pageKermesse/poisson.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -120px;


}

/********************************************************************* titre 9 station de jeux************************/


.lesThemesKermesse h2{

  font-family: var(--grand);
  font-weight: 400;
  font-size: 90px;
  color: var(--bleu-1);
  text-align: center;
  text-transform: uppercase;
  margin-top: 60px;
}

/************************************************************* Flip Desktop kermesse ****************************************/
/************************************************************* Chamboule tout****************************************/
/************************************************************* Chamboule tout****************************************/

.fondcouleurFlip h2{
  color: var(--bleu-foncer);
 } 
.fondcouleurFlip{
  background-color: #F5DF4D;
}
.chamboule-tout{
  
  height: 300px;
  background-image: url(../img/pageKermesse/chambouleTout.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; 


}

.photoBas img{
  width: 50%;
  border-radius: 120px;
  margin-top: 40px;
  }
 

/************************************************************* Flip Cerceaux****************************************/




.imgCerceaux{
  
  height: 300px;
  background-image: url(../img/pageKermesse/cerceaux.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; 

}

/************************************************************* Flip basketball ****************************************/


.imgBasket{
  
  height: 300px;
  background-image: url(../img/pageKermesse/basketball.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; 
}


/************************************************************* Flip flechette ****************************************/



.imgFlechette{
  
  height: 300px;
  background-image: url(../img/pageKermesse/flechette.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; 
}


/************************************************************* Flip peche****************************************/



.imgPeche{
  
  height: 300px;
  background-image: url(../img/pageKermesse/peche.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; 
}



/************************************************************* Flip jeu gonflable****************************************/




.imgGonflable{
  
  height: 300px;
  background-image: url(../img/pageKermesse/gonflable.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; 
}



/************************************************************* Flip Equilibre****************************************/



.imgEquilibre{
  
  height: 300px;
  background-image: url(../img/pageKermesse/equilibre.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; 
}


/************************************************************* Corde à suçon  ****************************************/




.imgSucon{
  
  height: 300px;
  background-image: url(../img/pageKermesse/sucon.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; 
}



/*************************************************************jeu de poche ****************************************/




.imgPoche{
  
  height: 300px;
  background-image: url(../img/pageKermesse/poche.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; 
}




/******************************************************** titre Pique Nique *****************************************/


.piqueNique{
  position: relative;
  font-family: var(--grand);
  font-weight: 400;
  font-size: 3rem;
  color: var(--rouge);
  text-align: center;
}


.pommeCarotte{
  
 
  height: 300px;
  background-image: url(../img/svg/pageKermesse/pommeCarotte.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

  
 
}

/******************************************************** titre menu *****************************************/


.menu{

  color: var(--rouge);
  font-family: var(--pop);
  font-weight: 500;
  font-size: 5rem;
  text-transform: uppercase;
  text-align: center;
  

}
/******************************************************** le menu  *****************************************/


.menukermesse{
  position: relative;

  min-height: 550px;
  background-color: var(--bleu-foncer);
  
  z-index: -1;
}

.cadreMenu{
  
  max-width: 900px; 
  min-height: 400px;
  border: 10px solid var(--vert-1);
  background-color: #DFE9B1;
  
}

.cadreMenu h1 ,h2{
  font-family: var(--pop);
  font-weight: 400;
  color: var(--orange-1);
  padding-left: 10px;
}

.cadreMenu p{
  font-family: var(--pop);
  font-weight: 400;
  font-size: 1.2rem;
  padding-left: 10px;
  color: var(--bleu-foncer);
  


}

.cadreMenu li{
  font-family: var(--pop);
  font-weight: 300;
  font-size: 1.1rem;
  padding-left: 5px;
  color: black;
}





/**************************************************** Page PRODUITS *****************************************************/
/**************************************************** Page PRODUITS *****************************************************/
/**************************************************** Page PRODUITS *****************************************************/
/**************************************************** Page PRODUITS *****************************************************/
/**************************************************** Page PRODUITS *****************************************************/
/**************************************************** Page PRODUITS *****************************************************/
/**************************************************** Page PRODUITS *****************************************************/
/**************************************************** Page PRODUITS *****************************************************/
/**************************************************** Page PRODUITS *****************************************************/
/**************************************************** Page PRODUITS *****************************************************/
/**************************************************** Page PRODUITS *****************************************************/
/**************************************************** Page PRODUITS *****************************************************/
/**************************************************** Page PRODUITS *****************************************************/



.bandeRoseProduit{
  position: relative;
  width: 100%;
  height: 60px;
  background-image: url(../img/svg/pageProduit/bordureGriffonnageRose.svg) ;
  margin-top: 10px;
  


}





.bannerProduit{
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../img/pageProduit/fond-produit.jpg) center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 600px;
  margin-top: -10px;
  z-index: -1;

}

.bannerProduit h1{

  font-family: var(--pop);
  font-weight: 500;
  font-size: 2.9rem;
  
  color: #ffff;
  
}

.sac-surprises{
 
  min-height: 900px;
}


section.sac-surprises p {
  font-family: var(--pop);
  font-weight: 400;
  font-size: 1.4rem;
  color: var(--bleu-foncer);
}

section.sac-surprises a {
  font-family: var(--pop);
  font-weight: 400;
  font-size: 1.4rem;
  color: var(--rose-1);
}


.souhait-menu{
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../img/pageProduit/fond-carte-souhait.jpg) center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 1200px;
  margin-top: -10px;
  z-index: -1;
  border: 2px solid red;
  
  



}

.souhait-menu h3{
  font-family: var(--pop);
  font-weight: 500;
  font-size: 2.9rem;
  
  color: #ffff;
  padding-bottom: 30px;
}

.souhait-menu h5{
  font-family: var(--pop);
  font-weight: 500;
  font-size: 1.9rem;
  
  color: #ffff;
  padding-bottom: 30px;
}





.produitBody p{
  font-family: var(--pop);
  font-weight: 300;
  font-size: 1.6rem;
  color: #ffff;

}



.menuTexte{
  font-family: var(--pop);
  font-weight: 300;
  font-size: 2rem;
  color: #ffff;


}


.fondTransparant{

  background: linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.0));


}




.carte-souhait{

  height: 1200px;
}


.bannerHistoire{

  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../img/pageProduit/fond-lune.jpg) center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 600px;
  margin-top: -10px;
  z-index: -1;

}

.bannerHistoire h1{

  font-family: var(--pop);
  font-weight: 500;
  font-size: 2.9rem;
  
  color: #ffff;
  
}



.bannerCarte{

  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../img/pageProduit/fond-carte-souhait.jpg) center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 600px;
  margin-top: -10px;
  z-index: -1;

}

.bannerCarte h1{

  font-family: var(--pop);
  font-weight: 500;
  font-size: 2.9rem;
  
  color: #ffff;
  
}


.bannerGilet{

  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../img/svg/pageProduit/gilet-chouchou.svg) center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 600px;
  margin-top: -10px;
  z-index: -1;

}

.bannerGilet h1{

  font-family: var(--pop);
  font-weight: 500;
  font-size: 2.9rem;
  
  color: #ffff;
  
}












































::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

