2017-04-12 11:12:05 +02:00
|
|
|
#modules-api-carto {
|
2015-12-08 10:11:58 +01:00
|
|
|
display: none;
|
2016-08-24 11:40:53 +02:00
|
|
|
}
|
|
|
|
|
2017-04-12 11:12:05 +02:00
|
|
|
#procedure-lien-demarche {
|
2016-08-24 11:40:53 +02:00
|
|
|
display: none;
|
2016-10-05 10:48:11 +02:00
|
|
|
}
|
|
|
|
|
2017-04-12 11:12:05 +02:00
|
|
|
#individual-with-siret {
|
2016-10-05 10:48:11 +02:00
|
|
|
display: none;
|
2017-01-31 10:46:20 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.procedure {
|
|
|
|
&-description {
|
|
|
|
img {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2018-09-26 12:49:52 +02:00
|
|
|
|
|
|
|
.procedure-lien {
|
|
|
|
align-items: center;
|
|
|
|
display: flex;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
|
|
|
|
.prefix {
|
|
|
|
flex-shrink: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
input {
|
|
|
|
margin-left: 8px;
|
|
|
|
}
|
|
|
|
}
|