body {
    color: rgb(43, 43, 43);
    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: flex; 
    align-items: flex-start; 
    justify-content: space-between; 
    margin: 20px 0; 
    font-family: 'Tanker';
    color: #294122;
}

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

.imagegauche, .imagedroite {
    flex-shrink: 0; 
    width: 400px; 
    height: auto; 
}

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

.imagedroite
{
    margin-right: 35px;
}
.imagegauche {
    margin-left: 35px;
}

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


.principal {
    display: inline-block;
    background-color: #FFBBA6; 
    color: #294122; 
    font-family: 'Tanker'; 
    font-size: 1.2em; 
    padding: 10px;
    border-radius: 5px; 
    text-decoration: none; 
    margin-left: 20px; 
    margin-top: 10px; 
    transition: background-color 0.3s ease; 
}

.principal:hover {
    background-color: #294122; 
    color: #FFBBA6; 
}
.lienp {
    display: inline-block;
    text-align: left;
    text-decoration: none;
    color: #EB3D00 ;
    margin: 1.5vw;
    font-size: 10vw; 
}

.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: #FFBBA6;
  }

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