/* Polices utilisées */

body {
font-family: Tinos;
}

input, select, textarea {
font-family: Tinos;
}

h1, .slider-titre {
font-family: Tinos;
}

h2, .slider-baseline {
font-family: Tinos;
}

h3, h4, h5, h6 {
font-family: Tinos;
}

/* Couleurs utilisées */

.couleur-320 {
background-color: #38569E !important;
}

.couleur-320-text {
color: #38569E !important;
}

.couleur-321 {
background-color: #7FEB24 !important;
}

.couleur-321-text {
color: #7FEB24 !important;
}

/* Styles personnalisés */

/* CSS tout format */

body {
font-size: 115%;
}

nav ul a {
font-size: 1.1rem !important;
}

.slider-titre {
font-size: 2.7rem;
}

.slider-baseline {
font-size: 2rem;
}

h1 {
font-size: 2.5rem;
}

h3 {
font-size: 2.1rem;
}

.input-field > label, .input-field > .switch > label, .input-field > label.active, [type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
font-size: 1.1rem;
}

/* CSS ordinateur */

@media screen and (min-width: 1025px) {

#nav-screen .menu-parent > li:last-child a {
color: #38569E;
background-color: white;
}

#nav-screen .menu-parent > li:last-child a:hover {
color: white;
background: rgba(127,235,36,0.8);
}

}