/* Styles généraux */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color:transparent;
}

/* Style pour la section */
.sec2 {
    background-color:transparent;
    padding: auto;
    margin: auto;
    border-radius: 8px;
    box-shadow: transparent;
}

/* Style pour le conteneur principal */
.main {
    max-width: 1000;
    max-height: 1200;
    margin: 0 auto;
    text-align: center;
    background-color: transparent;
}

/* Style pour le titre */
.sec2 h1 {
    font-size: 2em;
    color: #4878b3;
    margin-bottom: 20px;
    margin-left: 50%;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

/* Style pour l'image */
.image img {
    max-width: 40%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 10px;
    margin-right: 800px;
    
}

/* Style pour le paragraphe */
.sec2 p {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: em;
    line-height: 3;
    color: #555555;
    text-align: justify;
    margin-bottom:80px;
    margin-left: 52%;
    margin-top: -300px;
    
    
}
/*sec3 image1 */

/* Style pour la section */
.sec3 {
    background-color: transparent;
    padding: auto;
    margin: auto;
    border-radius: 8px;
    box-shadow: transparent;
}

/* Style pour le conteneur principal */
.main1{
    max-width: 800;
    max-height: 1000;
    margin: 0 auto;
    text-align: center;
}

/* Style pour le titre */
.sec3 h1 {
    font-size: 2em;
    color: #4878b3;
    margin-bottom: 20px;
    margin-left: 50%;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

/* Style pour l'image */
.image1 img {
    max-width: 40%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 300px;
    margin-right: 800px;
    
}

/* Style pour le paragraphe */
.sec3 p {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: em;
    line-height: 3;
    color: #555555;
    text-align: justify;
    margin-bottom:80px;
    margin-left: 52%;
    margin-top: -600px;
    
}


/*sec image2*/
/* Style pour la section */
.sec4 {
    background-color: transparent;
    padding: auto;
    margin: auto;
    border-radius: 8px;
    box-shadow: transparent;
}

/* Style pour le conteneur principal */
.main2 {
    max-width: 1000;
    max-height: 1200;
    margin: 0 auto;
    text-align: center;
}

/* Style pour le titre */
.sec4 h1 {
    font-size: 2em;
    color: #4878b3;
    margin-bottom: 30px;
    margin-left: 50%;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    margin-top: 20px;
}

/* Style pour l'image */
.image2 img {
    max-width: 35%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 300px;
    margin-right: 800px;
    
}

/* Style pour le paragraphe */
.sec4 p {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: em;
    line-height: 3;
    color: #555555;
    text-align: justify;
    margin-bottom:80px;
    margin-left: 52%;
    margin-top: -550px;
    
    
    
}

