main {
    padding: 66px 0;
}

.Titre {
    width: 300%;
    max-width: 1510px;
    height: 150px;
    color: #495057;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px #adb5bd;
    font-size: 50px;
    font-weight: bold;
    margin: 20px auto ;
    text-decoration: underline;
    background: linear-gradient(to bottom,  rgba(51, 206, 198, .5) 0%,rgba(86, 221, 181, .5)100%);
}

.Text {
    max-width: 1250px;
    height: 350pxpx;
    background: rgba(86, 221, 181, .5);
    padding: 20px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    margin: 20px auto 20px;
    overflow: hidden;
    box-sizing: border-box;
    padding-bottom: 20px;
}

hr {
    height: 5px;
    background-color: #000;
    border: none;
    margin: 20px 0;
}

.texte-image-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 20px;
}

.texte-container {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding-right: 20px;
}

.titre, .texte, .image-container {
    padding: 15px;
}

.titre {
    font-weight: bold;
    text-align: center;
    font-size: 1.2rem;
}

.texte {
    height: 310px;
    max-width: 800px;
}

.image-container img {
    height: 400px;
    max-width: 200px;
    height: 400px;
    padding-left: 10px;
}


.texte-droite-image-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    padding-left: 50px;
    padding-right: 50px;
}

.image-container img {
    height: 300px;
    max-width: 500px;
    padding-left: 10px;
}

.texte-container {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding-right: 20px;
}

.titre, .texte, .image-container {
    padding: 15px;
}

.titre {
    font-weight: bold;
    text-align: center;
    font-size: 1.2rem;
    background:rgba(136, 234, 157, .5);
}

.texte {
    height: 310px;
    max-width: 800px;
    background:rgba(136, 234, 157, .5);
}

.texte {
    height: 310px;
    max-width: 800px;
    background: linear-gradient rgba(136, 234, 157, .5);
}
