/* Mieg theme */


/*
Shared properties
*/

/*
Main properties
*/

body {
    font-family: "Liberation Sans", "DejaVu Sans", Verdana,
    Arial, Helvetica, sans-serif;
    font-size: 14px;
}

hr {
    border-color: #CCCCCC;
    border-right: 0 solid #CCCCCC;
    border-style: solid;
    border-width: 1px 0 0;
    width: 80%;
    margin-top: 0;
    margin-bottom: 0;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.2em;
    font-style: italic;
}

h5 {
    font-size: 1em;
    font-weight: bold;
    font-style: italic;
}

h6 {
    font-size: 1em;
    font-weight: bold;
}


.img-center {
    display: block;
    margin: 0 auto;
}

.img-float {
    margin: 1em;
}

.pagination {
    margin: 0;
}


/*
 * navbar
 */

.navbar {
    margin-bottom: 0;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    opacity: 0.97;
}

/*
 * header
 */

#top {
    text-align: center;
    height: 20em;
    /*margin-top: 51px;*/
}

#header-carousel {
    height: 100%;
}

#header-carousel .carousel-item, #header-carousel .carousel-inner {
    height: 100%;
}

.carousel-control {
    width: 5%;
}

.carousel-indicators {
    width: auto;
    margin: 0;
    left: auto;
    top: 5em;
    right: 10%;
    opacity: 0.9;
}


/*
 * The page
*/

#main {
    border-top: solid 1px white;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}

#main>#main-container {
    margin-top: -3em;
}

.tile {
    margin: 1em;
    background: white;
    border: solid 1px white;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}

.tile:after {
    /* Prevent floating object to overflow the tile */
    clear: both;
    content: "";
    display: block;
}

.p-justify p {
    text-align: justify;
}

.date-info {
    text-align: right;
    font-size: 0.8rem;
    font-style: italic;
    color: gray;
}


/*
Le pied de la page
*/

footer {
    border-top: 1px solid white;
    clear: both;
    text-align: center;
    padding: 0.5em;
}

footer p {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
