body {
    background-color: #eeeeee;
    font-family: "trebuchet MS", verdana;
    font-size: 10pt;
}

a {
    color: #4BA9E1;
}

#page {
    width: 900px;
    padding-bottom: 1em;
    margin-right: auto;
    margin-left: auto;
    overflow: auto;
    background-color: white;
}

#menu {
    height: 70px;
    width: 898px;
    font-size: 12pt;
    font-weight: bold;
    border: 1px solid #eee;
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
    /* IE6-9 */
    background: linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    /* W3C */;
}

#menu ul {
    list-style-type: none;
}

#menu ul li {
    float: left;
    width: 160px;
    /*width:130px; FORMAT AVEC 6 ENTREES DE MENU*/
    margin-left: 4px;
    margin-right: 4px;
    text-align: center;
}

#menu ul li a {
    text-decoration: none;
    cursor: pointer;
}

.btn {
    display: inline-block;
    background-color: #B7B7B7;
    color: white !important;
    padding: 10px;
    border-radius: 0.75em;
    margin: 5px 0 5px 5px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none !important;
    border:none;
}

.btn:hover {
    text-decoration: underline !important;
    cursor: pointer;
}

.btn.btn-standard {
    background-color: gray !important;
}

p.close {
    float: right;
    margin-top: 0px;
}

p.close a {
    text-decoration: none;
}

#liste_ets_culturels_sous_menu {
    overflow: hidden;
}

#liste_ets_culturels_sous_menu li {
    list-style-type: none;
    float: left;
}

#liste_ets_culturels_sous_menu li a {
    text-decoration: none;
    display: block;
    color: white;
    font-size: 13pt;
    width: 380px;
    height: 20px;
    border-bottom: 1px solid #fff;
    margin: 0.25em 0.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#bandeau h1 {
    display: none;
}

h2 {
    color: #12b1e4;
}

h3 {
    color: #D09CCD;
}

h4 {
    color: gray;
}

h4 img {
    vertical-align: bottom;
}

#fil_ariane {
    padding-left: 1em;
}

#contenu {
    padding: 1em;
    width: 580px;
}

#top_centre {
    width: 560px;
    background-repeat: no-repeat;
}

#middle_titre h2 img {
    vertical-align: middle;
}

#middle_centre {
    width: 540px;
    height: auto;
    background-repeat: repeat-y;
    margin: 0;
    padding: 5px 8px;
}

#bottom_centre {
    width: 560px;
    height: 35px;
    background-repeat: no-repeat;
}

#colonne_droite {
    width: 290px;
    float: right;
}

#bloc_recherche {
    background-image: url(../images/bloc_newsletter.png);
    width: 255px;
    padding: 0 10px;
    height: 161px;
    background-repeat: no-repeat;
}

#bloc_recherche select {
    width: 100%;
}

.bloc_profil {
    background-image: url(../images/bloc_profil.png);
    width: 255px;
    padding: 0 10px;
    height: 205px;
    background-repeat: no-repeat;
}

.bloc_newsletter {
    background-image: url(../images/bloc_newsletter.png);
    width: 255px;
    padding: 0 10px;
    height: 161px;
    background-repeat: no-repeat;
}

.bloc_newsletter a, .bloc_profil a{
    display: inline-block;
    padding-bottom: 5px;
}

.bloc_lien {
    background-image: url(../images/bloc_lien_accueil.png);
    width: 275px;
    height: 59px;
    background-repeat: no-repeat;
}

.bloc_connexion {
    background-image: url(../images/bloc_recherche.png);
    width: 255px;
    padding: 0 10px;
    height: 314px;
    background-repeat: no-repeat;
}

.bloc_connexion form {
    margin-left: 5px !important;
}

label {
    font-weight: bold;
}

#colonne_droite h3 {
    margin-left: 90px;
    padding-top: 15px;
    color: #c079bc;
}

select {
    margin: 5px 0;
}

div.mediateur {
    padding: 0.5em;
    margin: 3px;
    width: 240px;
    float: left;
    margin-top: 0px;
    background-color: #fafafa;
    border: 1px solid gray;
    -webkit-box-shadow: 1px 1px 2px 1px #cccccc;
    -moz-box-shadow: 1px 1px 2px 1px #cccccc;
    box-shadow: 1px 1px 2px 1px #cccccc;
}

div#document {
    padding: 0.5em;
    margin: 3px;
    float: right;
    width: 240px;
    border: 1px solid gray;
    -webkit-box-shadow: 1px 1px 2px 1px #cccccc;
    -moz-box-shadow: 1px 1px 2px 1px #cccccc;
    box-shadow: 1px 1px 2px 1px #cccccc;
}

div#mediation {
    padding: 0.5em;
    margin: 0.1em;
}

div#contact {
    padding: 0.5em;
    margin: 3px;
    width: 520px;
    border: 1px solid gray;
    -webkit-box-shadow: 1px 1px 2px 1px #cccccc;
    -moz-box-shadow: 1px 1px 2px 1px #cccccc;
    box-shadow: 1px 1px 2px 1px #cccccc;
}

div#mediation h4 a {
    font-size: 13pt;
    font-weight: bold !important;
    min-height: 20px;
    text-decoration: none;
}

img.duree {
    vertical-align: sub;
}

#footer {
    width: 900px;
    height: 45px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -3px;
    text-align: center;
    border-top: 2px solid #4BA9E1;
    background: rgb(237, 237, 237);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(237, 237, 237, 1) 0%, rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(237, 237, 237, 1)), color-stop(53%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(237, 237, 237, 1) 0%, rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(237, 237, 237, 1) 0%, rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
    /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(237, 237, 237, 1) 0%, rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
    /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    background: linear-gradient(top, rgba(237, 237, 237, 1) 0%, rgba(246, 246, 246, 1) 53%, rgba(255, 255, 255, 1) 100%);
    /* W3C */;
}

#etapes ul li {
    list-style-image: url(../images/etape.jpg);
    margin-bottom: 0.3em;
}

/* MEDIATION */

.sinscrire {
    float: right;
    height: 55px;
    margin: -10px 15px -30px;
    padding: 0;
    width: 120px;
    border: 1px solid gray;
    box-shadow: 1px 1px 2px 1px #CCCCCC;
}

.sinscrire a {
    font-size: 1.4em;
    font-weight: bold;
    position: relative;
    top: 15px;
    left: 20px;
}

.sinscrire a:hover {
    color: #FF1A00;
}

/* ETABLISSEMENT */

#bottom_titre {
    text-align: center;
    width: 580px;
}

.voir_les_mediations {
    font-size: 1.4em;
    margin-top: 20px;
    width: 260px;
    height: 55px;
    position: relative;
    left: 290px;
    border: 1px solid gray;
    box-shadow: 1px 1px 2px 1px #CCCCCC;
    padding-top: 20px;
}

/* LE LISTING DES INSCRIPTIONS */

#listing_inscriptions {
    width: 580px;
    border: 1px solid black;
}

#listing_inscriptions td {
    height: 65px;
    text-align: center;
    border: 1px solid black;
}

#bulk_actions_list {
    height: 2.5em;
}

.bulk-check {
    width: 20px;
}

.enseig {
    width: 120px;
}

.medi {
    width: 220px;
}

.statu {
    width: 40px;
}

.date_inscr {
    width: 160px;
}

.act {
    width: 50px;
}

.have-check:hover, .have-check>*:hover, #check-all:hover {
    cursor: pointer;
}

/* PAGINATION */

.pagination {
    width: 580px;
    margin: 0;
    padding: 15px 0;
    align-items: center;
    display: flex;
    justify-content: center;
    justify-content: space-between;
    text-align: center;
}

.pagination_list {
    padding: 0 10px;
}

.pagination_list a {
    padding: 0 4px;
}

.pagination_desc {
    width: 580px;
    text-align: center;
}

/* PURE CSS MODAL */
.modal-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;

    display: none;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 100%;

    background: #00000080;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.modal-container:target {
    display: flex;
}

.modal-content {
    width: 30rem;
    padding: 2rem 1rem;
    border-radius: .8rem;

    color: #000000;
    background: #FFFFFF;
    box-shadow: .4rem .4rem 10.2rem .2rem hsla(236, 50%, 50%, .3);;
    position: relative;

    overflow: hidden;
}

.modal-title {
    font-size: 1.5rem;
    margin-top: 0.5rem;
}

.modal-body {
    margin-top: 1rem;

    font-size: 0.8rem;
    line-height: 1;
    text-align: left;
}

.modal-close {
    width: 2rem;
    height: 2rem;
    border: 1px solid #000000;
    border-radius: 100rem;

    color: inherit;
    font-size: 2rem;
    text-decoration: none;
    line-height: 1;

    position: absolute;
    top: 0.5rem;
    right: 0.5rem;

    display: flex;
    justify-content: center;
    align-items: center;

    transition: .2s;
}

.modal-close::before {
    content: '×';
    transform: translateY(-.1rem);
}

.modal-close:hover,
.modal-close:focus {
    background: #000000;
    transform: translateY(-.2rem);
    color: #FFFFFF;
}


/* HELPERS */
.pull-right {
    float:right;
}

.pull-left {
    float: left;
}

.full-width {
    box-sizing: border-box;
    width: 100%;
}

.d-block {
    display: block;
}

.d-inline-block {
    display: inline-block;
}

.mt-0 {
    margin-top: 0px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mt-5 {
    margin-top: 5px;
}

.mb-5 {
    margin-bottom: 5px;
}

.m-1em {
    margin: 1em;
}

.align-right {
    text-align: right;
}

.bt-dashed {
    border-top: 1px black dashed;
}

.hide {
    display: none !important;
}

.va-middle {
    vertical-align: middle;
}

.va-tbottom {
    vertical-align: text-bottom;
}

.img-rwd {
    max-width: 100%;
    width: 100%;
}

.clear-left {
    clear: left;
}

/* STATUTS */
.statut.attente-validation {
    background-color: #FE8801;
}

.statut.annule {
    background-color: #FE0000;
}

.statut.valide {
    background-color: #00CA07;
}

/* FORM */
#contenu > form input:not([type="submit"]):not([type="button"]):not([type="checkbox"]),
#contenu > form textarea,
#contenu > form select {
    box-sizing: border-box;
    width: 100%;
}

#contenu > form th {
    width: 30%;
    text-align: right;
    padding: 10px;
}

.error_list {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #D50B0B;
    color: #D50B0B;

}

#form-filters table {
    border-spacing: 10px;
    table-layout: fixed;
}

#form-filters table > tbody th,
#form-filters table > tbody td {
    padding: 5px 10px;
}

#form-filters table > tbody th,
#form-filters table > tfoot td {
    text-align: right;
}

#form-filters table > tbody th {
    width: 30%;
    border-right: 1px gray solid;
    padding-left: 0;
    color: gray;
}

#form-filters table select {
    max-width: 100%;
}

.radio_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.radio_list > li {
    display: inline-block;
    width: 100px;
}

.radio_list > li > * {
    vertical-align: middle;
}

.radio_list > li > input {
    width: auto !important;
    margin: 0;
}

/* LEGENDE */

#legende p > img {
    display: inline-block;
    vertical-align: middle;
}

/* ALERTS */
.alert {
    width: auto;
    padding: 1rem;
    border-radius: 0.5rem;
    box-sizing: border-box;
}

.alert.alert-success {
    background-color: #d4edda;
    color: #155724;
}

.alert.alert-warning {
    background-color: #fff3cd;
    color: #856404;
}

.alert.alert-info {
    background-color: #cce5ff;
    color: #004085;
}

.alert.alert-error {
    background-color: #f8d7da;
    color: #721c24;
}

#page > .alert {
    margin: 0 15px;
}

#menu + .alert {
    margin-top: 15px;
}

/* COLONNE DROITE - BLOCS */

#colonne_droite .bloc {
    box-sizing: border-box;
    width: 270px;
    padding: 15px;
    margin-bottom: 30px;

    border-radius: 0.8rem;

    box-shadow: 3px 3px 2px 0px rgba(161, 161, 161, 1);

    background: #F9F9F9;
    background: -webkit-radial-gradient(circle farthest-corner at top left, #F9F9F9 5%, #F2F3F1 100%);
    background: -moz-radial-gradient(circle farthest-corner at top left, #F9F9F9 5%, #F2F3F1 100%);
    background: radial-gradient(circle farthest-corner at top left, #F9F9F9 5%, #F2F3F1 100%);
}

#colonne_droite .bloc:first-child {
    margin-top: 1.25em;
}

#colonne_droite .bloc h3 {
    margin-left: 0;
    margin-top: 0;
    padding-top: 0;
    text-align: center;
    color: #27348B;
}

/* ETS CUTUREL */
#ets-culturel-desc {
    overflow: auto;
}

#ets-culturel-desc img {
    max-width: 100%;
    float: left;
    margin-right: 5px;
}

#ets-culturel-desc p:first-of-type {
    margin-top: 0;
}

/* BOXES */

.box-dashed {
    width: 100%;
    box-sizing: border-box;
    border: 1px black dashed;
    padding: 5px;
}

/* LABELS */

.label {
    display: inline-block;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: text-bottom;
    border-radius: .25em;
}

.label-complet {
    background-color: #d9534f;
}

.big-label {
    font-size: 125%;
}