*
{
   margin:0;
   padding:0;
   font-family: 'Spectral', serif;
}
body, html{
   height: 100%; /*Pour pleine hauteur*/

   /* font-size:16px;
=======
  /* font-size:16px;
   /* font-size:16px;
>>>>>>> 897f955da08aa9dde5caedf86413ba7de0661dcc
  font-family: 'Roboto Slab', serif;
  color: #fff; */
  /*margin: 0;
  padding: 0;
  background-color: #90cde3;*/
  
}
h2{
   text-align: center;
   /* text-shadow:2px 4px 2px gray;*/
    size: 70px;
    padding: 10px;
    margin: auto;
    /*text-shadow: 1px 2px 0 rgba(73, 63, 63, 0.4),
            -1px -2px 0 rgb(216, 50, 50);*/
            text-shadow: 0 1px 0 #eee,
              0 2px 0 #e5e5e5,
              -1px 3px 0 #C8C8C8,
              -1px 4px 0 #C1C1C1,
              -2px 5px 0 #B9B9B9,
              -2px 6px 0 #B2B2B2,
              -2px 7px 2px rgba(223, 213, 129, 0.37),
              -2px 7px 8px rgba(177, 74, 74, 0.2),
              -2px 7px 45px rgba(238, 56, 56, 0.4);
              color: rgb(130, 99, 132);

}
h3{
   text-align: left;
   /*text-shadow:2px 4px 2px gray;*/
   size: 40px;
   margin-left: 20%;
   padding-top: 20px;
   text-shadow: 0 1px 0 #eee,
              0 2px 0 #e5e5e5,
              -1px 3px 0 #C8C8C8,
              -1px 4px 0 #C1C1C1,
              -2px 5px 0 #B9B9B9,
              -2px 6px 0 #B2B2B2,
              -2px 7px 2px rgba(223, 213, 129, 0.37),
              -2px 7px 8px rgba(177, 74, 74, 0.2),
              -2px 7px 45px rgba(238, 56, 56, 0.4);
              color: rgb(130, 99, 132);

}
p{
   text-align: justify;
   size: 30px;
   padding: 5px;
   margin: 20px;
  
   color: rgb(47, 53, 67);
}
#deux ul{
   
   text-align: left;
   margin-left: 20%;
   list-style:circle;
   color: rgb(47, 53, 67);

}
.container-xxl{
   max-width: 1500px;
  margin: 50px auto !important;
   /*padding: 20px;*/
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   
   
}

#un {
   height: 100%;
   width: 100%;
   display: flex; 
}
#un img{
   width: 100%;
   box-shadow: -1px -2px 4px 1px grey;
}

/* seances partie 2*/

#deux {
   height: 100%;
   width: 100%;
   display: flex;
   
}
#deux img{
   width: 100%;
   box-shadow: -1px -2px 4px 1px grey;
}

#deux p{
   margin-left: 20px;
   text-align: justify;
   align-items: center;
   size: 30px;
   text-align: left;
<<<<<<< HEAD
   
=======
   color: rgb(47, 53, 67);
>>>>>>> 8d1e13be8edcb11d19b9c9a4c43e90b8187c1705
}


/* fin page seances */