body {
   
    line-height: 1.6;
    margin: 0;
    font-size: 1.15em;
    display: flex;
    flex-direction: column;  
}


.grilleprincipale {
    
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px;
}

.élémentsgrille {
    padding: 15px;
    text-align: left;
    font-family: 'Tanker';
}


.responsive-image {
    width: 100%; 
    height: auto; 
    margin: 0;
    display: block
}

.soustitre {
    font-size: 1.5em;
    text-align: center;
    color:#294122;
    font-family: 'Tanker';
    
}
h2 {
    color: #294122;
    font-size: 3em;
    margin-bottom: 5px;
}

.author {
    font-size: 1.2em;
    color: #FFBBA6;
    margin-top: 1em;
}

.couleur1 {
  color:#EB3D00 ;   
}

.couleur2 {
    color:#294122 ;
}

.firstletter {
    font-weight: bold;
    float: left;
    font-size: 7.25em;
    line-height: .9;
    margin: -.02em .04em -.2em -.07em;
}
p:first-child::first-line { 
    font-weight: bold;
    font-variant: small-caps;
}

.couleur3
{
    color: #FFBBA6;
}

header {
    position: relative; 
    
}

h1 {
    position: relative;  
    color:#FFBBA6 ; 
    font-size: 6vw;
    font-family: "Tanker", sans-serif;
   
}


h1, h2 {
    text-align: center; 
}

.toggle-text
{
cursor: pointer;
}
    
.header-container {
    position: relative; 
    display: inline-block; 
}
.fond {
    color: #294122;
    font-size: 1em;
     
   
}
.resume3
{
    color: #FFBBA6;
}

.resume2 {
    color: #EB3D00;
}
p {
    font-family: 'Raleway';
}
a {
    font-family: 'Tanker';
}

.capsule1 {
  display: grid; 
  grid-template-columns: 1fr 2fr 1fr; 
  gap: 20px; 
  margin: 20px 0;
  font-family: 'Tanker';
  color: #294122;
}

.encart {
  background-color: #fdeae4;
  border-radius: 10px;
  padding: 15px;
  font-family: 'Tanker';
  max-width: 600px;
  margin: 0 auto; 
}

.imagegauche,
.imagedroite {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.imagegauche img,
.imagedroite img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
}

.imagegauche {
  margin-left: 5%; 
  
}

.imagedroite {
  margin-right: 5%; 
  
}

@media (max-width: 768px) {
  .capsule1 {
      grid-template-columns: 1fr; 
      text-align: center; 
  }

  .imagegauche,
  .imagedroite {
      width: 90%; 
      margin: 10px 0;
  }
}

.a3 {
    text-align: center; 
    margin-top: 2px; 
    color: #294122; 
    font-family: 'Tanker';
    font-size: 8em;
}

.pmb {
    text-align: center; 
    margin-top: -18px; 
    color: #294122; 
    font-family: 'Tanker';
    font-size: 8em;
}

#bisa3 {
    position: relative;
    text-align: center;
    font-size: 4em;
    top: -0.25em;  
    font-family: 'Tanker';
    color: #FFBBA6;
    height: auto;
}

.article {
font-family: 'Tanker';
font-size: 2em
}

.grid {
    display: grid; 
    grid-template-columns: 1fr 1fr 1fr
}
.couleurr 
{
    color: #FFBBA6;

}
.pagedaccueil { 
    padding: 20px;
    margin-left: 50px;
    
    h1 {
        text-align: left;
        color:#294122 ;
        font-size: 20vw;; 
        margin: 0;
        position: relative;
        
    }
    a:hover { color:#FFBBA6;  }
    
    
}

.a3 a {
    color: #294122;
    text-decoration: none;
    
}
.pmb a {
    color: #294122;
    text-decoration: none;
}

 .a3 a:hover {
    color: #EB3D00;
 }
 .pmb a:hover {
    color: #EB3D00;
 }
 
.asia {
  font-family: 'Raleway', sans-serif;
  color: rgb(43, 43, 43);
  line-height: 1.6;
  background-color: #ffedd2 ;
  padding: 50px;
  margin: 0 auto;
  max-width: 800px;

h1 {
    font-family: 'Tanker', sans-serif;
    font-size: 5rem;
    color: #FF8A5C;
  }
h2 {
  font-family: 'Tanker';
}
  
img {
  width: 100%;
  max-width: 600px; 
  height: auto;
  display: block;
  margin: 20px auto;
}
blockquote {
  background-color: #f4c7b9;
  color: #fff;
  padding: 15px;
  border-left: 5px solid #FF8A5C;
  margin-bottom: 20px;
  font-style: italic;
  border-radius: 5px;
}


img {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
  margin: 20px auto;
  border-radius: 10px;
}

p {
  margin-bottom: 20px;
  font-size: 1.1rem;
}

a {
  color: #FF8A5C;
  text-decoration: none;
}

a:hover {
  text-decoration:underline wavy;
}

h3 {
  font-size: 1.4rem;
  color: #FF8A5C;
  margin-top: 30px;
}

hr {
  margin-top: 30px;
  border: 1px solid #FF8A5C;
}

em {
  color: #777;
  font-style: italic;
}

.this-is-fine {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Tanker', sans-serif;
  color: #FF8A5C;
  letter-spacing: 2px;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  white-space: nowrap;
  z-index: 1;
  font-size: 10em;
}
}
.what-is-this- {
  color: #EB3D00;
}
.responsive-image {
  max-width: 100%;
  height: auto;
}


.circle-text-container {
    position: relative;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.circle-text {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3em;
    color: #333;
    animation: rotate 10s infinite linear;
}

.circle-text a {
    text-decoration: none;
    color: #FF8A5C;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.écriture {
  font-family: 'Tanker';

}
.tt {
  font-size: 16px;

}
.ttt {
   font-size: 4em;
   
}