/* Petit téléphone (portrait) : jusqu'à 320px */
*{
    box-sizing: border-box;
}

section article ul {
    list-style-type: none;
    text-indent: -.8em;
 }
 section article li:before {
    content: '- ';
 }

.home-bandeau{
    margin-top: 2.1em;
    max-width: 100%;
}

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

.bandeau .text-small{
    margin-left: .5em;
    /* margin-top: -em; */
    color: var(--light-text);
    text-shadow: 2px 2px 4px #000000;
}

.text-swan{
    margin-left: 10%;
    margin-top: -1.5em;
    color: var(--light-text);
    font-size: 2.5rem;
    letter-spacing: .15rem;
    text-shadow: 2px 2px 4px #000000;
}

body {
    font-family: Arial, sans-serif;
}

main {
    margin: 0 10%;   
}

.card-text{
    font-size: 1.3rem;
    line-height: 1.5em;
    letter-spacing: .03rem;
}

.text-default{
    display: none;
}

h1 {
    font-size: 3em;     /* Définit la taille de police pour les titres h1 */
    color: var(--light-green); /* Utilise la couleur vert clair définie dans :root */
    text-align: center ; /* Centre le texte horizontalement */
    margin: .5em 0;
    word-spacing: .3rem;
    letter-spacing: .2rem;
}

header{
    z-index: 100;
}
.home-start-text{
    text-align: justify;
}

.maitres h3{
    text-decoration: none;
    font-size: 2rem;
    color: #000000;
    word-spacing: .1rem;
    letter-spacing: .1rem;
    font-weight: 300;
    padding-top: 0;
}

.featurette-divider{
    margin: 3em 0;
}
.articles h3{
    margin: 1em 0;
    font-weight: 300;
}

h3 a{
    text-decoration: none;
    font-size: 1.7rem;
    color: #000000;
    font-weight: 900;
}

p a{
    font-size: 4rem;
}

.Sutherland{
    display: block;
    padding-bottom: 1em;
}

a:hover{
    color: var(--light-green);
}

.fondateur{
    display: block;
    font-size: 1.3rem;
    margin-top: -.1em;
    margin-bottom: .2em;
    font-weight: 500;
}

/* .articles img{
    width: auto;
    height: 100%;
    object-fit: cover;
} */

.home-start-text{
    margin-top: .7em;
}

article p,
.articles p {
    text-align: justify;
    line-height: 1.7rem;
    font-size: 1.3rem;
}

.articles h2 {
    color: var(--light-green);
    text-align: center;
}

article .gear {
    height: 30%;
}

.text-small{
    margin-top: -3em;
    color: var(--light-text);
    padding-left: 1em;
}

.articles h3{
    font-weight: bold;
    color: var(--light-green);
    text-align: center;
}

.img-main-palpante{
    width: 80% !important;
    height: auto;
    border: solid .05em rgba(0, 0, 0, 0.1);
    box-shadow:  -3px 3px 3px rgba(0, 0, 0, 0.1);
    float: right;
    margin-top: 5em;
}

.article_encart{
    padding: .3em;
    background-color: var(--bg-text);
    border-left: solid .3em var(--light-green);
    font-weight: 500;
    margin: 1em 1em;
    padding: .5em .5em;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.img-default{
    width: 60% !important;
    height: auto;
    border: solid .05em rgba(0, 0, 0, 0.1);
    box-shadow:  -3px 3px 3px rgba(0, 0, 0, 0.1);
    float: right;
}

.txt-jumeaux-valvules,
.txt-aspiration_veineuse{
    margin-top: 3em;
}

.aspiration_veineuse{
    width: 60% !important;
    height: auto;
    border: solid .05em rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.article-title{
    color: #000000 !important;
    font-weight:600;
    font-size: 2rem;
}

.lead{
    letter-spacing: .05rem;
}

.img-semelle{
    width: 100% !important;
    height: auto;
    border: solid .05em rgba(0, 0, 0, 0.1);
    box-shadow:  -3px 3px 3px rgba(0, 0, 0, 0.1);
    float: right;
}

.txt-old-newspaper{
    margin-top: 3em;
}

.img-old-newspaper{
    width: 80% !important;
    height: auto;
    border: solid .05em rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.img-retour-veineux{
    width: 90% !important;
    height: auto;
    border: solid .05em rgba(0, 0, 0, 0.1);
    box-shadow:  3px 3px 3px rgba(0, 0, 0, 0.1);
}

.green-border{
    margin-top: 2em;
    padding: 1em;
    background-color: var(--bg-text-light) ;
    border: .1em solid var(--light-green);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.green-text{
    color: var(--light-green);
}

.txt-quant{
    margin-top: 1em;
}

.img-system-gd1{
    width: 90% !important;
    height: auto;
    border: solid .05em rgba(0, 0, 0, 0.1);
    box-shadow:  3px 3px 3px rgba(0, 0, 0, 0.1);
}

.txt-balloon{
    margin-top: 1em;
}

.img-ballon{
    width: 90% !important;
    height: auto;
    border: solid .05em rgba(0, 0, 0, 0.1);
    box-shadow:  -3px 3px 3px rgba(0, 0, 0, 0.1);
    float: right;
}

.txt-durpa{
    margin-top: 2em;
}

.img-durpa{
    width: 50% !important;
    height: auto;
    border: solid .05em rgba(0, 0, 0, 0.1);
    box-shadow:  3px 3px 3px rgba(0, 0, 0, 0.1);
}

.home-first-line-p{
    margin-top: 2em;
}

.txt-vitruve{
    margin-top: 5em;
}

.img-vitruve{
    width: 60% !important;
    height: auto;
    border: solid .05em rgba(0, 0, 0, 0.1);
    box-shadow:  -3px 3px 3px rgba(0, 0, 0, 0.1);
    float: right;
    margin-top: 1em;
}

.img-horloge-mecanic{
    width: 60% !important;
    height: auto;
    border: solid .05em rgba(0, 0, 0, 0.1);
    box-shadow:  3px 3px 3px rgba(0, 0, 0, 0.1);
}

.processus-pathologiques{
    margin-top: 7em;
}

.txt-mecanic-fail{
    margin-top: 3em;
}

.img-mecanic-fail{
    width: 60% !important;
    height: auto;
    border: solid .05em rgba(0, 0, 0, 0.1);
    box-shadow:  -3px 3px 3px rgba(0, 0, 0, 0.1);
    float: right;
}

.txt-hand{
    margin-top: 1em;
}

.img-hand{
    width: 80% !important;
    height: auto;
    border: solid .05em rgba(0, 0, 0, 0.1);
    box-shadow:  3px 3px 3px rgba(0, 0, 0, 0.1);
}

.txt-tne-thinker{
    margin-top: 3em;
}

.img-the-thinker{
    width: 60% !important;
    height: auto;
    border: solid .05em rgba(0, 0, 0, 0.1);
    box-shadow:  -3px 3px 3px rgba(0, 0, 0, 0.1);
    float: right;
}

.txt-graphic-veineux{
    margin-top: 3em;
}

.img-graphic-veineux{
    width:80% !important;
    height: auto;
    border: solid .05em rgba(0, 0, 0, 0.1);
    box-shadow:  -3px 3px 3px rgba(0, 0, 0, 0.1);
}

.txt-idexa{
    font-size: 1.3em !important;
    margin-top: 2.5em;
}

.img-idexa{
    width: 70% !important;
    height: auto;
    border: solid .05em rgba(0, 0, 0, 0.1);
    box-shadow:  3px 3px 3px rgba(0, 0, 0, 0.1);
    float: right;
}

.txt-gull{
    /* margin-top: 1em; */
}

.img-gull{
    width: 100% !important;
    height: auto;
    border: solid .05em rgba(0, 0, 0, 0.1);
    box-shadow:  3px 3px 3px rgba(0, 0, 0, 0.1);
}

.txt-science{
    font-size: 1.3em !important;
    margin-top: 2.5em;
}

.img-science{
    width: 90% !important;
    height: auto;
    border: solid .05em rgba(0, 0, 0, 0.1);
    box-shadow:  -3px 3px 3px rgba(0, 0, 0, 0.1);
    float: right;
}

.txt-doctors{
    font-size: 1.3em !important;
    margin-top: 2.5em;
}

.img-doctors{
    width: 90% !important;
    height: auto;
    border: solid .05em rgba(0, 0, 0, 0.1);
    box-shadow:  3px 3px 3px rgba(0, 0, 0, 0.1);
}
.txt-feng-shui{
    font-size: 1.3em !important;
    margin-top: 2.5em;
}

.img-feng-shui{
    width: 90% !important;
    height: auto;
    border: solid .05em rgba(0, 0, 0, 0.1);
    box-shadow:  -3px 3px 3px rgba(0, 0, 0, 0.1);
    float: right;
}

.txt-mikado{
    font-size: 1.3em !important;
    margin-top: 2.5em;
}

.img-mikado{
    width: 80% !important;
    height: auto;
    border: solid .05em rgba(0, 0, 0, 0.1);
    box-shadow:  3px 3px 3px rgba(0, 0, 0, 0.1);
}

.txt-garden{
    font-size: 1.3em !important;
    margin-top: 1em;
}
.img-garden{
    width: 80% !important;
    height: auto;
    border: solid .05em rgba(0, 0, 0, 0.1);
    box-shadow:  -3px 3px 3px rgba(0, 0, 0, 0.1);
    float: right;
}

.txt-climbing{
    margin-top: 2em;
}

.img-climbing{
    width: 50% !important;
    height: auto;
    border: solid .05em rgba(0, 0, 0, 0.1);
    box-shadow:  3px 3px 3px rgba(0, 0, 0, 0.1);
}

.img-work{
    width: 70% !important;
    height: auto;
    border: solid .05em rgba(0, 0, 0, 0.1);
    box-shadow:  -3px 3px 3px rgba(0, 0, 0, 0.1);
    float: right;
}

.txt-terre-plate{
    margin-top: 2.5em;
}

.img-terre-plate{
    width: 60% !important;
    height: auto;
    border: solid .05em rgba(0, 0, 0, 0.1);
    box-shadow:  3px 3px 3px rgba(0, 0, 0, 0.1);
}

.txt-vent-en-poupe{
    margin-top: 1em;
}

.img-vent-en-poupe{
    width: 80% !important;
    height: auto;
    border: solid .05em rgba(0, 0, 0, 0.1);
    box-shadow:  -3px 3px 3px rgba(0, 0, 0, 0.1);
    float: right;
    margin-bottom: 3em;
}
 
  /* Téléphone standard (portrait) : jusqu'à 480px */
  @media (max-width: 30em) { /* max-width: 480px */
    .card-section{
        margin-bottom: 2em;
    }
  }
  
  /* Tablette (portrait) : jusqu'à 768px */
  @media (max-width: 48em) { /* max-width: 768px */
    .menu{
        display: block;
    }
  }
  
  /* Tablette (paysage) et petits écrans de bureau : jusqu'à 1024px */
  @media (max-width: 64em) { /* max-width: 1024px */
 
  }
  
  /* Ordinateur de bureau : jusqu'à 1280px */
  @media (max-width: 80em) { /* max-width: 1280px */
    
  }
  
  /* Grand écran de bureau : plus de 1280px */
  @media (min-width: 80em) { /* min-width: 1280px */
  

    body{
        height: 10vw;
        display: flex;
        flex-direction: column;
        flex: 1 0 auto;
    }
    
    main .articles img{
        width: 20%;
    }
  }
  