Les champs marqués d’un (*) sont obligatoires.
#goDRCPs {
transition: all 0.3s ease-out;
height: auto;
}
#goDRCPs.collapsed {
overflow: hidden;
height: 0;
}
#status_goDRCPs {
transition: all 0.3s ease-out;
height: auto;
}
#status_goDRCPs.collapsed {
overflow: hidden;
height: 0;
}
.tool-container {
max-width: 500px;
}