html {
    height: 100%;
}

body {
    background: url(../../../assets/images/serpe/FDaccueil.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

.title {
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
	width: 560px;
	color: #146132;
	font-weight: bold;
    font-size: 40px;
}

table {
    border-radius: 10px;
    border: 4px solid #146132;
    background-color: rgba(255, 255, 255, 0.8); /* Blanc avec 80% d'opacité */
}

td {
    border-radius: 5px;
    border: 1px solid #146132;
}

.totalSalaries {
    padding: 20px 0;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}