/*
 * Stylesheet for PILoTE
 * © 2020 Planair SA
 */

@font-face {
    font-family: 'Josefin Slab';
    font-style: normal;
    src: local('Josefin Slab Regular'), url(../fonts/JosefinSlab-Regular.ttf);
}

body {
    /*font-family: 'Josefin Slab';*/
    color: #333333;
}

h2.error-page-title {
    font-size: 3rem;
}

h3 {
    border-bottom: 2px solid #2aa562;
    padding: 5px;
    color: #2aa562;
}

h4 {
    padding: 5px;
    color: #36d37c;
}

a {
    color: #2aa562;
}

footer a {
    text-decoration: none;
    color: #333333;
}

i.bigger-icon {
    font-size: larger;
}

div.row p {
    text-align: justify;
}

img.app-logo {
    max-height: 40px;
}

img.picture-thumb {
    max-width: 500px;
    height: 300px;
}

nav.pilote-navbar {
    border-bottom: 1px solid #2aa562;
    box-shadow: 0 2px 2px 1px rgba(85, 62, 102, 0.19999999999999996);
}

div.content {
    padding-top: 40px;
}

input:not([type=submit]), select, textarea {
    margin-bottom: .5rem !important;
}

.btn.btn-info {
    background-color: #1b6d40;
    color: #ffffff;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.form-text {
    display: block;
    margin-bottom: .5rem !important;
}

.error {
    color: #CC0000;
}

#image_template {
    background-image: url("../images/banner.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    font-family: "Josefin Slab";
    color: white;
    text-transform: uppercase;
    padding: 70px 0px 100px 0px;
}

#image_template span.title {
    background-color: #333333;
    padding: 10px;
}

a.title {
    color: #ffffff;
    text-decoration: none;
}

a:hover .title {
    color: #ffffff;
    text-decoration: none;
}

body > div.container-fluid, footer > div.container-fluid {
    margin-top: 3em;
}
