/* Polices utilisées */

body {
font-family: Poppins;
}

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

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

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

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

/* Couleurs utilisées */

.couleur-324 {
background-color: #BDD9F2 !important;
}

.couleur-324-text {
color: #BDD9F2 !important;
}

.couleur-325 {
background-color: #736A65 !important;
}

.couleur-325-text {
color: #736A65 !important;
}

.couleur-327 {
background-color: #2C4E94 !important;
}

.couleur-327-text {
color: #2C4E94 !important;
}

.couleur-328 {
background-color: #BDC9F2 !important;
}

.couleur-328-text {
color: #BDC9F2 !important;
}

.couleur-329 {
background-color: #607891 !important;
}

.couleur-329-text {
color: #607891 !important;
}

/* Styles personnalisés */

/* CSS tout format */

h2, h3 {
color: #736A65;
}

#nav-screen .menu-parent > li:last-child a {
border-radius: 20px;
border: 1px solid #736A65;
transition: 400ms;
}

#nav-screen .menu-parent > li:last-child a:hover {
background-color: #fff;
border-radius: 0;
border: 1px solid #607891;
color: #607891;
}

.waves-effect {
transition: 400ms;
}

footer {
box-shadow: 0px 1px 5px 0px rgba(171,171,171,0.52);
}