/* CSS spécial pour la apge actualités */
.fc-content .fc-time {
    display: none;
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 0;
}

.heading-news {
    margin-bottom: 3rem;
}

.list-news {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.list-news>li {
    flex-grow: 1;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
}

@media (min-width: 576px) {
    .list-news>li {
        width: 50%;
    }
}

@media (min-width: 801px) {
    .list-news>li {
        width: 33.33%;
    }
}

.list-news>li.large {
    width: 100%;
}

/* On décale tous les cadres vers le bas pour s'aligner avec les images sans cadre
.list-news>li.highlight, .list-news>li.frame, .list-news>li.fb {
    padding-top: 10px;
}*/

.list-news>li.highlight article {
    height: 100%;
    padding: 20px 30px 30px;
    background-color: #e6e6e6;
}

.list-news>li.agenda article {
    background-color: #fff;
    border: solid 3px #ca6c28;
}

.list-news>li.frame article {
    padding: 0 20px 5px;
    border: solid 3px #ca6c28;
}

.list-news .actu-triple {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.list-news .actu-triple>div {
    flex-grow: 1;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
}

@media (min-width: 576px) {
    .list-news .actu-triple>div {
        width: 50%;
    }
}

@media (min-width: 801px) {
    .list-news .actu-triple>div {
        width: 33.33%;
    }
}

.list-news>li img {
    width: 100%;
}

.no-border {
    border-width: 0 !important;
}

/* AJOUTS THIBI POUR LA PRESENTATION DES TUILES */
blockquote {
    font-style: italic;
    border-left: 3px solid #a1a1a2;
    padding-left: 10px;
}

input {
    min-width: unset;
}

article li {
    list-style-type: circle;
}

li.pave {
    position: relative;
}

li.pave div.surface_inutile {
    padding: inherit;
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}

li.pave div.surface_utile {
    padding: inherit;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    display: table;
}

li.pave div.surface_utile p {
    transform: rotate(-45deg);
    color: lightgray;
    font-size: 100px;
    text-align:center; 
    vertical-align: middle;
    display: table-cell;  
}

.form.half {
    position: absolute;
    left: 0;
    right: 0;
    margin: 10px;
    z-index: 2;
    text-align: center;
}

.form.half input {
    background-color: white;
    opacity: 0.75;
}

.underline {
    text-decoration: underline;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

.form textarea,
.form select,
.form input[type=text],
.form input[type=email],
.form input[type=date],
.form input[type=password],
.form input[type=file] {
    width: 100%;
}

.help {
    font-family: monospace;
    color: #ca6c28;
}

form a input {
    cursor: pointer;
}
