/** CSS PAGE ACCUEIL VISITEUR
 *  @author Sébastien Huguet <s.huguet@lyon.ort.asso.fr>
 *  Création :  22/03/2020
 */

.aside
{
  position: relative;
  margin-right: 0;
  margin-left: 10%;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  flex-grow: 0;
  margin: 1% 0;
}
.aside .text
{
    margin: 60px 30px 50px 30px;
    padding: 10px 10px;
    background-color: whitesmoke;
    color: #283E44;
    word-wrap: break-word;
    border-left: 6px solid #C0392B;
    border-radius: 3%; 
}
.aside .text p
{
    font-size: 20px;
    text-align: center;
    opacity: 0.75;
}
.aside .text h2
{
    font-style: italic;
    font-size: 40px;
    
}
.contenu
{
    flex-grow: 10;
    margin: 1% 0;
}
.contenu .text
{
    text-align: center;
    
}
.contenu .text h1
{
    color:#283E44;
    font-size: 70px;
    font-style: italic;
    font-weight: bold;
}
.contenu .text p
{
    color:white;
    font-size: 30px;
}

