html{
    background: url("/images/fond.jpg") no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

h1, h2, h3, p, button, a, input{
    font-family: 'Century Gothic';
}

h1{
    font-size: 3em;
    background-color: #5b7f95;
    color: white;
    margin-top: 0;
    padding: 20px !important;
}
body{
    height: 100%;
}

.nav-wrapper{
    background-color: #5b7f95;
    padding-left: 10px;
    padding-right: 10px;
}

.nav-wrapper a.btn{
    background-color: #7a99ac;
}


.container{
    height: calc(100% - 130px);
    display: flex;
    align-items: center;
}

#containerDiv{
    background-color: white;
    opacity: 0.98;
    padding: 0;
    padding-bottom: 10px;
}

.invalid-feedback{
    color: red;
}
.longNameRecipient{
    display:block;
    width: 100%;
    font-size: 12px;
    font-style:italic;
}

#div_small_screen{
    display: none;
}

.collapsible-body-content{
    display: flex;
    flex-direction: column;
}

.rowNewData{
    background-color: #dff3c9;
}

.alert-info{
    background-color: #bff0ec;
    color: #00a4d6;
    border: 1px solid #00a4d6;
    font-weight: bold;
    border-radius: 5px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media screen and (max-width: 992px) {
    a[href="/logout"]{
	position: absolute;
	right: 10px;
	top: 5px;
    }

    #div_small_screen{
	display: inline-block;
    }
}
