*
{
   margin:0;
   padding:0;
   font-family: 'Spectral', serif;
}
body, html{
   height: 100%; /*Pour pleine hauteur*/
<<<<<<< HEAD
   /* font-size:16px;
  font-family: 'Roboto Slab', serif;
  color: #fff; */
  /*margin: 0;
  padding: 0;
  background-color: #90cde3;*/
  
=======
>>>>>>> 897f955da08aa9dde5caedf86413ba7de0661dcc
}
/* page tarifs*/
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 #444,
             -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(47, 53, 67);

}

.container{
   background-image: url(../img/plumes.jpg);
   background-repeat:initial;
   background-size: cover;
   max-width: 100%;
   /*max-height: 100%; */
   /* width: auto; */
   height: 100%;
   flex-wrap: wrap;
   display: flex;

}



#trois{
    height: 100%;
    width: 100%;
    display: flex;
 }
 #trois p{
    padding: 5px;
    text-align: center;
    flex-wrap: wrap;
    color:rgb(47, 53, 67);
    order: 1;
    color: rgb(47, 53, 67);
 }

 .tarifs_texte{
    background-color: rgba(211, 211, 211, 0.089);
    box-shadow: -10px 5px 25px 10px rgb(235, 202, 95);

 }
 

 
 /* fin page tarif */
 /* ---------------------------------------*/