/* Polices utilisées */

body {
font-family: Inter;
}

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

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

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

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

/* Couleurs utilisées */

.couleur-320 {
background-color: #67A5D0 !important;
}

.couleur-320-text {
color: #67A5D0 !important;
}

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

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

.couleur-323 {
background-color: #265A80 !important;
}

.couleur-323-text {
color: #265A80 !important;
}

/* Styles personnalisés */

/* CSS tout format */

h1, h2, h3, h4, h5, h6 {
font-weight: 700;
}

/* CSS ordinateur */

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

#nav-screen .brand-logo img {
max-height: 80px;
}

.cms main > .section:first-child {
margin-top: 40px;
}

.section-dyn h1 {
margin-top: 20px;
}

}

/* CSS tablette et mobile */

@media screen and (max-width: 1024px) {

.section.grey.blanc {
background-color: white !important;
}

}