@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caladea:ital,wght@0,400;0,700;1,400;1,700&display=swap');
* {
    font-family: "Caladea", serif;
    font-weight: 700;
    font-style: normal;
}

body,
html,
main {
    background-color: #f9f9f9 !important;
}

.bold {
    font-weight: bold;
}

header {
    height: 450px;
}

.btn-contact2 {
    color: black;
    background-color: #eebb88;
    padding: 25px;
    border-radius: 45px;
}

.row-lib {
    background-image: url('../images/fond-parapluie.webp');
    background-size: cover;
    background-position: center;
    padding-bottom: 50px;
}

.video-container {
    position: relative;
    width: 100%;
    height: 100%;
    /* Pleine hauteur */
    overflow: hidden;
}

.video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.video-container .content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: white;
}

.bg-inattendues {
    background-image: url('../images/editions-inatendues.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
}

.hidden {
    display: none;
}

.bg-synapses {
    background-image: url('../images/synapses-editions.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
}

h2 {
    font-size: 25px;
    font-weight: 100;
}

h3 {
    color: #c07830;
}

input {
    margin-bottom: 20px;
}

.is-valid {
    border-color: green;
}

.is-invalid {
    border-color: red;
}

a {
    text-decoration: none !important;
}

a:hover {
    color: #c07830 !important;
}

.w-50 {
    width: 50% !important;
}

.nav-link:hover {
    color: #c07830 !important;
}

ul li,
ol {
    font-weight: 400 !important;
}