/*
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 : 20-Mar-2018, 15:12:11
    Author     : atbr
*/


#search{
    background: rgba(128, 192, 4, 0.32);
    padding: 2%
}

#lien_acceuil{
    text-decoration: none; 
    background: rgba(201, 220, 172, 0.37);;
    width: 100%;
    text-align: left;
    color: blue;
}
#titre{
    padding: 0.5%;
    background: rgba(128, 192, 4, 0.42);
    width: 100%;
}

#rouge{
    width: 2%; 
    background: #BB1B23; 
    color: #BB1B23
}
.choix{
    width: 100%;
    padding: 1%;
    color: #159201;
    font-weight: bold;
    background: white;
}

.service{
    margin: 5px;
    background: #80c004 !important;
    color: black;
    font-weight: bold;
}

.service:hover{
    background: #ebe9fb !important;
    color: green !important;
}
.infoDetail{
    padding-left: 40px;
}

.plusInfoVue{
    display: none;
}
