/*
Theme Name: Eliaut
Theme URI: https://wordpress.org/themes/Eliaut/
Author: RICHARD Nicolas
Author URI: https://eliaut.com/
Description: Theme principal de Eliaut
Version: 1.0.0
*/
/* Importing Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Header styles */
header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    background-color: #ffffff;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.1);
}
header img {
    max-height: 40px;
    width: auto;
}

/* home styles */

.container {
    padding: 1rem 2rem;
}
.texte {
    text-align: center;
    margin-top: 11rem;
    font-family: "source sans 3", sans-serif;
    line-height: 0.9;
}
.texte p {
    margin-top: 1rem;
    line-height: 1.3;
}
span{
    text-align: center;
    display: block;
    margin-top: 5rem;
    font-family: "Raleway", sans-serif;
}