/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28 mars 2018, 10:55:25
    Author     : thibaud.marcoux
*/

.box-header .box-tools .btn {
    margin-bottom: 30px;
    margin-left: 25px;
}


body {
    background-color: #f2f2f2;
}

.container {
    background-color: white;
    min-height: 800px;
}

h3, h1 {
    text-align: center;
    margin-bottom: 30px;
    
}


input.btn {
    margin-bottom: 15px;
    margin-top: 30px;
}

form label {
    margin-top: 30px;
    font-size: 1.3em;
}


.box-primary {
    margin-left: 30px;
    margin-right: 30px;
}

.navbar-header img {
    height:50px;
}

body {
    background: #89B937;
}

body, html {
   height:100%
}

/*html, body{
   margin: 0px;
   padding: 0px;
   outline: 0px;
   height: 100%;
}*/

/*
.container{
   height: 100%;
}*/

footer {
    margin-top: 50px;
    
}

a.language-selector {
    display: inline !important;
}

nav li.liLocale {
    height: 100%;
    display: flex;
}

p {
    margin: 0 0px 30px;
    text-align: justify;
}

.btn-fr {
    background: url("../img/fr.png");
     background-size: cover;
    height: 25px;
    width: 35px;
}


.btn-en {
    background: url("../img/en.png");
    background-size: cover;
    height: 25px;
    width: 35px;
}



.modal-body{
    height: 500px;
    overflow-y: auto;
}

.navbar-default {
    margin-top: 8px;
}

@media (min-width: 1200px){
.container {
    width: 1370px;
}