body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

section {
    float: left;
    padding-top: 50px;
}

main {
    flex: 1 0 auto;
}

.page-footer {
    background-color: white;
    padding-left: 0.75em;
}


/*typo footer*/

.page-footer .footer-copyright {
    color: black;
    background-color: white;
    font-size: 8px;
}


/*BOUTON flot*/

.btn-floating i {
    background-color: #0089ff;
}


/* ombres image page index*/

main .book {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.57);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24);
}

.book:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.book {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.container {
    width: 90%;
}


/*taille label AFD etc */

.label {
    height: 35px;
    margin-top: 5px;
    margin-right: 10px;
}

p {
    font-family: 'Merriweather', serif;
    color: rgba(0, 0, 0, 0.65);
    line-height:1.75em;
}

.ita {
    font-family: 'Merriweather', serif;
    font-weight: 700;
    font-style: italic;
}

.flou {
    color: transparent;
    text-shadow: 0 0 8px rgba(0, 0, 0, 1);
}

a {
    color: rgba(0, 0, 0, 1);
}

p a {
    color: rgba(0, 0, 0, 0.65);
}

.contact {
    text-decoration: none;
    transition-property: color;
    /* Active la transition sur border-color */
    transition-duration: 0.5s;
    /* La transition dure 2s */
}

.contact:hover {
    text-decoration: none;
    color: #74d3ff;
}

.navbar-fixed {
    z-index: 999;
    height: 4em;
}

nav .nav-wrapper {
    background-color: white;
    padding-left: 0.8em;
    padding-right: 5em;
}

nav a {
    color: #0089ff;
}

nav {
    height: 50px;
    line-height: 50px;
    box-shadow: none;
    border-bottom: 1px solid #0089ffbd;
  
}


/*couleur lien menu large*/

nav ul a {
    color: #0089ff;
}

nav ul a:hover {
    background-color: rgba(30, 104, 244, 0.35);
}


/*ajustement position logo*/

nav .brand-logo {
    padding-left: 10px;
    padding-top: 6px;
    padding-right: 10px;
}


/*taille humburger*/

nav .button-collapse i {
    font-size: 35px;
}


/*couleur lien menu mobile*/

.side-nav li>a {
    color: #0089ff;
    font-size: 20px;
}

.side-nav li {
    margin-top: 20px;
}

.side-nav {
    width: 200px;
}


/*correction opacité slide bar*/

#sidenav-overlay {
    background-color: rgba(0, 0, 0, 0);
}


/*modif pour un footer collé ba*/

.divider {
    height: 2px;
    background-color: #0089ff;
}

.tprojet {
    color: rgba(0, 137, 255, 0.74);
    text-transform: uppercase;
    font-size: 18px;
}

.row .col {
    padding-bottom: 20px;
}

h3 {
    font-family: Gilroy-ExtraBold;
    font-weight: normal;
    font-style: normal;
    font-size: 5em;
    margin-top: 3em;
}

h2 {
    margin: -1.22rem 0 1.424rem 0;
}

h1 {
    font-size: 1.64rem;
    line-height: 110%;
    margin: 0.82rem 0 0.656rem 0;
}

h4 {
    font-size: 1.8rem;
    color: #0089ffbd;
}

h5 {
    font-family: Gilroy-ExtraBold;
    font-size: 3em;
}
.num {
    font-family: Gilroy-ExtraBold;
    font-size: 1.5em;
    color:black;
}

@media (max-width: 850px) {
    /*.row .col.l4.s6 p{
    display: none;
}
    */
    h3 {
        margin-top: 0em;
        font-size: 4rem;
    }
    h4 {
        font-size: 1.5rem;
    }
    /*supprim illu de la page en version mobile*/
    .illu {
        display: none;
    }
}
@media (max-width: 400px) {
    /*.row .col.l4.s6 p{
    display: none;
}
    */
    h3 {
        margin-top: 0em;
        font-size: 3rem;
    }
    h4 {
        font-size: 1rem;
    }
   h5 {
        font-size: 2.2rem;
    }
    
}


/*fin @media*/





/* ---------------------- css temp ---------------------*/

/* masque nav rapide fixée en bas */

.fixed-action-btn {
  display:none;
}





