/* Page crée par Loïc Wa Mbengi,
  le 16 Janvier 2025
   
  Cette page est la page css de 
  la page pratiques et rituels */


  h1,h2,h3,h4{

    text-align: center;
  }

h2 {
    text-align: justify;
    padding-right: 100px;
}

.content{

    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 40px;
}

.text {
    text-align: justify;
}

.image img {
   
    
    border-radius: 5px;

}

#livre-image img {
    width: 900px;
    height: 600px;
}

#image-apres img{
    width: 800px;
    height: 800px;

}



.bloc_inferieure {
    display: flex;
    gap: 100px;
  
}


.suite_texte {

    max-width: 900px;
    align-items: right;
    text-align: justify;
    flex: 1;
    /*  margin: 0 auto;
    display: flex;
    flex-wrap: wrap; */

    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}

/* Responsivité */
@media (max-width: 1700px) {

    .text {
        text-align: justify;
        max-width: 800px;
        margin-left: 5%;    
    }

    h2 {
    text-align: center;
    }

    .image img {
        width: 100%;
    margin-left: 5%;
    margin-right: 5%;
    align-items: center;
   

    

    }
    .suite_texte {
        margin-top: 10px;
        
    }

   .bloc_inferieure {

    display: block;
   }


    .content{

        padding-left: 50px;
        padding-right: 50px;
    }
}