*
{
   margin:0;
   padding:0;
   font-family: 'Spectral', serif;
}
body, html{
   height: 100%; /*Pour pleine hauteur*/
<<<<<<< HEAD
   /* 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);

  }

.container{
     /*max-width: 1000px;*/
     width: 100%;
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     background-color: white;
    
}
#presentation{
    height: 100%;
    width: 100%;
    display: flex;
 }
#presentation_images img { 
     height: 350px;
    width: 350px;
    border-radius: 50%;
     box-shadow: 1px 1px 12px #555;
     margin-left: 50px
}
.conteneur div {
     margin-top: 20px; 
     width: 100%;
}
#presentation_texte p{
     text-align: justify;
     padding: 30px;
     align-items: center;
     size: 30px;
     color: rgba(0, 0, 0, 0.555);
}
.row{
   height: 100%;
   width: 100%;
   display: flex;
    
}




@import url('https://fonts.googleapis.com/css?family=Roboto+Slab|Satisfy');


figure {
  width: 100%;
  margin: 0;
  padding: 130px 0 0 0;
  position: relative;
  left: 0;
  bottom: 0px;
  overflow: hidden;
  background-image: url(http://res.cloudinary.com/duqzvuawc/image/upload/c_scale,h_424/v1508813537/clouds_tile_efhbuh.jpg);
  animation: clouds_animation 75s linear infinite;
  background-repeat: no-repeat;
  background-size: cover;
}

@keyframes clouds_animation {
  
  0%  {background-position: 0 0;}
  100%  {background-position: -2122px 0;}
}


/* FOOTER */
.footer {
     background-color:rgba(131, 71, 102, 0.384);
     text-align: center;
     padding: 2.5em 0;
     font-size: var(--fs-h3);
     
  }
  
  .footer a { 
     color: inherit;
     text-decoration: none;
  }
  
  .footer__link {
     font-weight: var(--fw-bold);
    
  }
  
  .footer__link:hover,
  .social-list__link:hover {
     opacity: .7;
  }
  
  .footer__link:hover {
     text-decoration: underline;
  }
  
  .social-list {
     list-style: none;
     display: flex;
     justify-content: center;
     margin: 2em 0 0;
     padding: 0;
  }
  
  .social-list__item {
     margin: 0 .5em;
  }
  
  .social-list__link {
     padding: .5em;
  }
  /* Fin Footer */
  






            