/*
 * Theme Name:  Twenty Twenty-Four child
 * Author:      Weka
 * Template:    twentytwentyfour
 * Version:     1.0.0
 */

.clearfix {
    zoom:1
}

.clearfix:after,.clearfix:before {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0
}

.clearfix:after {
    clear: both
}

.clearfix:after,.clearfix:before {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0
}

:root :where(body) {
    font-size: 16px;
    font-family: Roboto-Light, Arial, sans-serif;
    color: #404040;
    background: #dfdfdf;
    line-height: 1.5;
}
a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
}

.center {
    text-align: center;
    margin: 0 auto;
}
div.demande-information h2 {
    color: #006dad;
    padding: 5px;
    text-align: center;
    text-transform: none;
}

div.demande-information p {
    padding: 5px;
}
div.demande-information p a {
    color: #006dad;
}

div#form-content {
    margin: 0 auto !important;
}

.input-error {
    border: 1px dashed red !important;
    background: #faebe7 !important;
}

.thematics-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.thematics-list .-thematic-item {
    width: 19%;
    margin-bottom: 10px;
    min-height: 60px;
    max-height: 60px;
    text-align: center;
    color: #fff;
    font-family: SourceSansProSemiBold;
    font-weight: 600;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2
}

@media (max-width: 767px) {
    .thematics-list .-thematic-item {
        width:48%
    }
}

.thematics-list .-thematic-item:hover {
    text-decoration: none
}

