:root {
  --gel-color: #9cc400;
  --gel-color-light: #b7d900;
  --gel-color-very-light: #d4edda;
  --gel-color-secondary: #551768;
  --gel-color-secondary-light: #934ca3;
}
html {
    font-size: 15px;
}
body {
    background-color: #fff;
    font-family: 'Libre Franklin', sans-serif;
}
h3 {
    margin-top: 0.5em;
    text-align: center;
}

a, a:hover {
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
}

#loading {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(100,100,100,0.5);
    z-index: 1000;
    background-image: url('/img/loading.gif');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
}

.gelcolor {
    background-color: var(--gel-color);
}
.gelcolor-light {
    background-color: var(--gel-color-light);
}

form .compulsory:after {
  color: #f00;
  content: " *";
  display: inline;
}
.FormErrors {
    color: #842029;
    background-color: #f8d7da;
    border: 1px solid #f5c2c7;
    border-radius: 3px;
    padding: 1em;
    padding-left: 1em;
    margin-bottom: 1em;
}
.FormErrors p {
    margin: 0;
}
.FormSubmit input {
    width: 100%;
}
.FormSubmit .btn {
    width: 100%;
    margin-bottom: 1em;
}
.form-group {
    margin-bottom: 1em;
}
input.error, select.error, textarea.error {
    border-color: red;
}
.gmapform {
    height: 400px;
}
.searchtext-result {
    background-color: #d6e9c6 !important;
}

.bandeau {
    background-color: white;
    height: 88px;
    border-bottom: 2px solid var(--gel-color);
}
.toolbar {
    padding: 10px;
    color: #484748;
    font-size: 12px;
    text-align: center;
}
.toolbar .soustitre {
    font-size: 14px;
}

#bottom {
    text-align: center;
    height: 50px;
    background-color: white;
    border-top: 2px solid var(--gel-color);
}
#bottom img {
    height: 45px;
    margin: 2px 10px;
}

#contact {
    float: left;
    line-height: 70px;
    cursor: pointer;
}
#connected-user {
    float: right;
    height: 70px;
    margin-right: 30px;
    text-align: left;
    padding-top: 20px;
}
#deconnexion {
    text-decoration: underline;
    font-style: italic;
    cursor: pointer;
}
#to-admin {
    float: right;
    line-height: 70px;
    cursor: pointer;
}

.btn-full {
    width: 100%;
}
.btn-primary {
    background-color: var(--gel-color) !important;
    border-color: var(--gel-color-light) !important;
}
.btn-tertiary {
    background-color: var(--gel-color-secondary-light) !important;
    color: white;
}

.tooltip-inner {
    max-width: 400px;
}

.intro {
    text-align: justify;
}

#equipementmap {
    width: 100%;
    height: 100%;
    border: 1px solid black;
}
.equipement-marker {
    cursor: pointer;
}
.equipement-marker.equipement-selected {
    background-color: var(--gel-color-very-light);
}