body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #e8f5e9;
    color: #555;
}

header {
    background-color: #1b5e20;
    color: white;
    padding: 5px;
    text-align: left;
    padding-left: 30px;
}

header h1 {
    margin: 0;
    font-size: 2.5em;
}

main {
    padding: 20px;
    text-align: left;
}

.logo {
    padding-top: 10%;
    width: 200px;
    transition: transform 0.2s ease;
}

.download-section {
    margin: 30px 0;
}

.download-section h2 {
    font-size: 1.8em;
    margin-bottom: 20px;
}

.download-list {
    list-style: none;
    padding: 0;
}

.download-list li {
    margin: 25px 0;

}

.download-list a {
    text-decoration: none;
    color: white;
    background-color: #43a047;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.download-list a:hover {
    background-color: #2e7d32;
}

.demo-link {
    display: inline-block;
    margin-top: 30px;
    text-decoration: none;
    color: white;
    background-color: #388e3c;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 1.2em;
    transition: background-color 0.3s;
}

.demo-link:hover {
    background-color: #2e7d32;
}

.test {
    width: 100%;
    height: 100%;
    background-color: #28a733;
}

footer {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #1b5e20;
    color: white;
    text-align: center;
    padding: 10px 0;
    margin-top: 30px;

}

.bandeau {
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #1B5E20;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    animation: slideDown 0.5s ease-out;
}

.bandeau nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.bandeau nav ul li {
    padding: 50px 0;
    margin: 0 15px;
}

.bandeau nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.bandeau nav ul li a:hover {

    text-shadow: #5CE1E6 1px 0 15px;

}

.readme {
    background: white;
    padding: 2rem;
    border: 1px solid #d0d7de;
    border-radius: 6px;
    max-width: 800px;
    margin: auto;

}

.readme p {
    text-align: justify;
    font-size: 1.2em;

}

.readme p li {
    text-align: left;
    font-size: 1.2em;

}


h1,
h2 {
    border-bottom: 1px solid #eaecef;
    padding-bottom: .3em;
}

pre {
    background-color: #f6f8fa;
    padding: 1em;
    overflow: auto;
}

code {
    background-color: #eaeaea;
    padding: 2px 4px;
    border-radius: 4px;
    font-family: monospace;
}

blockquote {
    background: #f0f0f0;
    padding: 1rem;
    border-left: 5px solid #ccc;
}

.cnrs {
    width: 100px;
    height: auto;
    margin-right: 10px;
}

.inserm {
    width: 200px;
    height: auto;

}

.restore {
    margin-right: 10px;
}

.footer-icons {
    display: flex;
    justify-content: center;
    gap: 100px;
}

.footer-icons a {
    text-decoration: none;
    color: inherit;
}

.footer-icons img {
    max-width: 250px;
    max-height: 100px;
    transition: transform 0.2s ease;
}

.footer-icons img:hover {
    transform: scale(1.2);
}

.download-icons img:hover {
    transform: scale(1.2);
}

.logo:hover {
    transform: scale(1.05);
}

.image-home-mytochondria {
    transition: transform 0.2s ease;
}

.image-home-mytochondria:hover {
    transform: scale(1.3);
}


.image-home {
    transition: transform 0.2s ease;
}

.image-home:hover {
    transform: scale(1.05);
}


a {
    color: #459598;
    font-weight: 900;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.home {
    background: white;
    padding-left: 20%;
    padding-right: 20%;
    border: 1px solid #d0d7de;
    border-radius: 1px;
    max-width: 98%;
    margin: auto;
}

.home-container {
    display: flex;
}

.blue {
    color: #0e7fab;
}

.red {
    color: #ab890e;
}

.green {
    color: #0eab7e;
}

.blue,
.red,
.green,
.other {
    font-weight: bolder;
    font-size: 1.4em;
    padding: 10px;
    text-align: left;
    margin-top: 20px;
    border-radius: 5px;
}

.home-sentence {
    font-size: 1.2em;
    margin-top: 8%;
    text-align: left;
}


.image-home-mytochondria {
    width: 90%;
    height: auto;
    margin: 0 auto;
}

.p-home {
    margin-top: 20px;
    margin-left: 8%;
    margin-right: 8%;
    text-align: center;
    color: #030403;
    font-size: 1.2em;
    font-weight: 600;

}

.home-image {
    padding-top: 5%;
    padding-left: 5%;
    max-height: 420px;
}

.home-presentation {
    width: 60%;
    font-size: 1.2em;
    margin-top: 20px;
    text-align: left;
    color: #000000;
    border: #00a491 1px solid;
    padding: 10px;
    border-radius: 15px;
}

.home-title {
    font-size: 2.5em;
    margin-top: 20px;
    text-align: left;
    color: #006c56;
}

.standard {
    font-size: 1.2em;
    margin-top: 20px;
    font-size: bolder;
    text-align: left;
    color: #018172;
    padding: 10px;

}

.faq-image {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.background {
    background-color: #fff;
}

.container {
    display: flex;
    justify-content: space-between;
    margin: 0 5%;
}

.column {
    width: 30%;
    box-sizing: border-box;
}

.objectif-home-mytochondria {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.link {
    display: block;
    background-color: #1B5E20;
    border-radius: 10px;
    border: 4px double #1B5E20;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    width: 250px;

}

.image-home-utils {
    width: auto;
    height: 100px;
    margin: 0 auto;
    text-align: center;
    margin-left: auto;
}

.container-utils {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 5%;
}

.column-utils {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
}

.warning {
 
    text-align: center;
   font-size: em;
    font-weight: bold;
}

.other {
    list-style: none;

}

.faqimage {
    width: 100%;
    height: auto;
    margin: 0 auto;
}