@font-face {
  font-family: 'SkirtGirl';
  src: url('../fonts/skirtgirl.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'WhimsyWischy';
  src: url('../fonts/WhimsyWischy.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Butterfly';
  src: url('../fonts/butterfly-kids.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}




html { scroll-behavior: smooth; }
  
  body {
  min-height: 100%;
  font-family: 'Times New Roman', Times, serif;
  padding: 0;
  background-color: #faf8f6;
  color: #333;
  margin: 0;
}
  
main {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}

header {
  padding: 40px 20px 20px 10px;
  text-align: center;
}

header h1 {
  margin: 0;
  font-size: 4rem;
  font-family: 'SkirtGirl', sans-serif;
}

.projets {
  text-align: left;
}

.projets h2 {
  font-family: 'WhimsyWischy', cursive;
  font-size: 3rem;
  color: #ca2c92;
  margin: 30px 10px 10px 10px;
}

.projetsv2 h2 {
  font-family: 'TimesNewRoman', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 1.5em;
  color: lightgrey;
  letter-spacing: 0.01em;
  margin: 30px 10px 10px 10px;
}


nav {
  padding: 10px;
  display: flex;
  justify-content: center; 
  gap: 15px;
}


a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s, text-shadow 0.3s;
}

a:hover {
  color: #ff007f;
  text-shadow:
    0 0 15px #fdb0c0,
    0 0 30px #ff007f;
}

footer {
  margin-top: 40px;
  padding: 10px;
  text-align: center;
  font-size: 0.9rem;
  color: #666;
}


 .infosesthetique {
  max-width: 800px;
  margin: 20px auto;
  display: flex;
  justify-content: center;
  gap: 40px;
  font-size: 1em; 
}

.colonneesthetique {  
  flex: 1 1 350px;
  padding-top: 40px;
  font-family: 'Times New Roman', serif;
  font-size: 2em;
  line-height: 1em;
  color: #ff99c8;
  text-align: center;
}

.colonnelaisserfaire {  
  flex: 1 1 350px;
  padding-top: 40px;
  font-family: 'Times New Roman', serif;
  font-size: 2em;
  line-height: 1em;
  color: #ade863;
  text-align: center;
}

.colonnechic {  
  flex: 1 1 350px;
  padding-top: 40px;
  font-family: 'Times New Roman', serif;
  font-size: 1.5em;
  line-height: 1.2em;
  margin: 0 auto;
  text-align: left;
}


.colonnespirale {  
  flex: 1 1 350px;
  padding-top: 40px;
  font-family: 'Times New Roman', serif;
  font-size: 2em;
  line-height: 1em;
  color: #b1d9e9;
  text-align: center;
}

.gallerieesthetique {
  width: 100%;
  max-width: 800px; 
  display: flex;
  justify-content: center;
  padding-top: 40px; 
  margin: 0 auto;
}

.gallerieesthetique img{
  width: 100%;
  max-width: 800px;   
  height: auto;
}

.gallerielaisserfaire {
  width: 100%;
  max-width: 800px; 
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 20px;
  padding-top: 20px; 
  padding-bottom: 20px;
  margin: 0 auto;
}
.gallerielaisserfaire img{
  max-width: 50%;
  height: auto;
  width: auto;
  object-fit: content;
}

.galleriespirale {
  width: 100%;
  max-width: 800px; 
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 20px;
  padding-top: 20px; 
  padding-bottom: 20px;
  margin: 0 auto;
}
.galleriespirale img{
  max-width: 50%;
  height: 400px;
  width: auto;
  object-fit: cover;
}

.bio {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.imagebio {
  width: 400px;
  flex-shrink: 0;
  padding: 10px;
}

.imagebio img {
  padding-top:40px;
  max-width: 100%;
  height: auto;
  display: block;
}

.textecredit{
font-family: 'Times New Roman', Times, serif; 
font-size: 0.9em; 
margin-top: 5px;
text-decoration: none;
padding: 10px;
}

.textebio{
padding-top:40px;
font-family: 'Times New Roman', Times, serif;
color: #ff99c8;      
max-width: 600px;
margin: 0 auto 20px auto;
line-height: 1.6em;  
text-align: left;
  }

