﻿@import url('https://fonts.googleapis.com/css2?family=Playball&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');

:root {
    font-size: 100%;
}

body {
    font-size: 1rem;
    font-family: 'Nunito', 'Segoe UI', sans-serif;
    font-weight: 400 !important;
}

.btn {
    font-weight: 500;
}

.btn-onglet {
    font-size: 0.95rem;
	font-weight: 500;
    font-style: italic;
}

#lblNombreDocuments {
    font-size: 1.2rem;
    font-weight: 700;
    font-family: inherit;
    word-break: break-word;
}

#hidePopWindow {
    font-size: 1.5rem;
    font-weight: 800;
}

#nom-ecole {
    font-size: 1.2rem;
    font-family: 'Courgette','Playball', cursive;
}

#footer {
    font-size: 0.9rem;
    font-weight: 400;
}

#listKeyWords {
    font-weight: 500;
}

#enteteMotsCles {
    font-size: 1rem;
}

.id-document {
    font-family: 'Courier New', Courier, monospace;
    font-weight: 700;
}

.pdfMemoire, ToggleDetails {
    font-weight: 500;
}

h4 {
    font-size: 1.3rem;
    font-family: inherit;
    font-style:italic;
}

.show-type-document {
    font-weight: 500;
}

.auteur-annee-label {
    font-weight: 500;
}

#txtMotsCles {
    font-weight: 500;
    font-size : 1.05rem;
}

.document p {
    font-weight : 600;
    font-size : 1.15rem;
    line-height : 1.6;
}


@media (min-width: 576px) {
    #nom-ecole {
        font-size: 1.4rem;
    }
}
