/* Polices utilisées */

body {
font-family: Epilogue;
}

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

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

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

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

/* Couleurs utilisées */

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

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

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

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

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

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

.couleur-330 {
background-color: #e8b72e !important;
}

.couleur-330-text {
color: #e8b72e !important;
}

/* Styles personnalisés */

/* CSS tout format */

.change-lang {
font-size: 1rem;
top: 9px;
}

/* CSS ordinateur */

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

#nav-screen {
box-shadow: 0px 1px 5px 0px rgba(171,171,171,0.52);
}

#nav-screen .dropdown-content {
opacity: 0.9 !important;
}

.opacite-claire .opacity {
background: rgba(0,0,0,0.2);
}

}