reha.css 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639
  1. @charset "UTF-8";
  2. /*reha*/
  3. /*global*/
  4. /* Colors used for REHA */
  5. .field--type-link, .field--type-file, .links, .views-field-edit-node, .views-field-edit-user, .form-submit, .layout-sidebar-first #block-reha-phase1 footer, #block-reha-contenudelapageprincipale #node-operation-form #edit-field-fiche-candidature-wrapper .form-managed-file, #block-reha-contenudelapageprincipale #node-operation-form #edit-field-dossier-de-candidature-wrapper .form-managed-file {
  6. text-transform: uppercase;
  7. padding: 1rem;
  8. border: solid black 1px;
  9. margin-bottom: 1rem;
  10. background-color: white; }
  11. .field--type-link {
  12. width: fit-content; }
  13. .bouton {
  14. background-color: white !important;
  15. border: none !important;
  16. cursor: pointer; }
  17. .views-field-edit-node {
  18. width: fit-content;
  19. margin-top: 1rem; }
  20. .views-field-edit-user {
  21. width: fit-content;
  22. margin-top: 1rem; }
  23. .views-field-edit-user:hover {
  24. background-color: #fdc300; }
  25. #edit-unlock {
  26. display: none; }
  27. #edit-submit:hover {
  28. background-color: #fdc300; }
  29. .views-field-edit-node:hover {
  30. background-color: #fdc300; }
  31. .mailto {
  32. text-decoration: underline; }
  33. /*marianne*/
  34. @font-face {
  35. font-family: 'Marianne';
  36. src: url("../fonts/Marianne/Marianne-Thin.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Thin.woff") format("woff");
  37. font-weight: 300;
  38. font-style: normal; }
  39. @font-face {
  40. font-family: 'Marianne';
  41. src: url("../fonts/Marianne/Marianne-Thin_Italic.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Thin_Italic.woff") format("woff");
  42. font-weight: 300;
  43. font-style: italic; }
  44. @font-face {
  45. font-family: 'Marianne';
  46. src: url("../fonts/Marianne/Marianne-Light.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Light.woff") format("woff");
  47. font-weight: 400;
  48. font-style: normal; }
  49. @font-face {
  50. font-family: 'Marianne';
  51. src: url("../fonts/Marianne/Marianne-Light_Italic.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Light_Italic.woff") format("woff");
  52. font-weight: 400;
  53. font-style: italic; }
  54. @font-face {
  55. font-family: 'Marianne';
  56. src: url("../fonts/Marianne/Marianne-Regular.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Regular.woff") format("woff");
  57. font-weight: 600;
  58. font-style: normal; }
  59. @font-face {
  60. font-family: 'Marianne';
  61. src: url("../fonts/Marianne/Marianne-Regular_Italic.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Regular_Italic.woff") format("woff");
  62. font-weight: 600;
  63. font-style: italic; }
  64. @font-face {
  65. font-family: 'Marianne';
  66. src: url("../fonts/Marianne/Marianne-Medium.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Medium.woff") format("woff");
  67. font-weight: 800;
  68. font-style: normal; }
  69. @font-face {
  70. font-family: 'Marianne';
  71. src: url("../fonts/Marianne/Marianne-Medium_Italic.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Medium_Italic.woff") format("woff");
  72. font-weight: 800;
  73. font-style: italic; }
  74. @font-face {
  75. font-family: 'Marianne';
  76. src: url("../fonts/Marianne/Marianne-Bold.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Bold.woff") format("woff");
  77. font-weight: 900;
  78. font-style: normal; }
  79. @font-face {
  80. font-family: 'Marianne';
  81. src: url("../fonts/Marianne/Marianne-Bold_Italic.woff2") format("woff2"), url("../fonts/Marianne/Marianne-Bold_Italic.woff") format("woff");
  82. font-weight: 900;
  83. font-style: italic; }
  84. @font-face {
  85. font-family: 'Marianne';
  86. src: url("../fonts/Marianne/Marianne-ExtraBold.woff2") format("woff2"), url("../fonts/Marianne/Marianne-ExtraBold.woff") format("woff");
  87. font-weight: 1000;
  88. font-style: normal; }
  89. @font-face {
  90. font-family: 'Marianne';
  91. src: url("../fonts/Marianne/Marianne-ExtraBold_Italic.woff2") format("woff2"), url("../fonts/Marianne/Marianne-ExtraBold_Italic.woff") format("woff");
  92. font-weight: 1000;
  93. font-style: italic; }
  94. /*Font Awesome*/
  95. @font-face {
  96. font-family: 'Font Awesome';
  97. src: url("../fonts/Font Awesome/fontawesome-webfont.woff2") format("woff2");
  98. font-weight: 400;
  99. font-style: normal; }
  100. .layout-container {
  101. position: relative;
  102. width: 100vw;
  103. background-color: rgba(153, 147, 174, 0.1);
  104. font-family: 'Marianne';
  105. font-weight: 400;
  106. font-style: normal;
  107. top: 0%;
  108. left: 0%;
  109. width: 100%;
  110. overflow: hidden;
  111. display: flex;
  112. flex-flow: row wrap; }
  113. .layout-container header {
  114. flex: 0 0 100%; }
  115. .layout-container footer {
  116. flex: 0 0 100%; }
  117. .layout-content {
  118. order: 2;
  119. padding-top: 3rem;
  120. padding-bottom: 6rem;
  121. width: 70%;
  122. margin: auto; }
  123. aside {
  124. width: 20%;
  125. order: 1;
  126. margin-top: 5rem;
  127. margin-left: 10rem; }
  128. main {
  129. width: 100%;
  130. display: flex;
  131. flex-direction: row;
  132. position: relative; }
  133. .main-content {
  134. margin-top: 7rem; }
  135. ul {
  136. list-style-type: none; }
  137. a {
  138. text-decoration: none; }
  139. :link {
  140. color: black; }
  141. :visited {
  142. color: black; }
  143. html.js body {
  144. margin: 0 !important; }
  145. html.js body div.dialog-off-canvas-main-canvas div.layout-container {
  146. margin: 0 !important; }
  147. svg.mailto {
  148. display: none; }
  149. /*partials*/
  150. header {
  151. display: block;
  152. height: 150px;
  153. background-color: white;
  154. z-index: 99;
  155. width: 100vw;
  156. position: -webkit-sticky;
  157. position: sticky;
  158. top: 0;
  159. box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; }
  160. header .region-header {
  161. display: inline-grid;
  162. align-items: center;
  163. grid-template-columns: repeat(10, 1fr); }
  164. header .region-header #block-reha-logoministere {
  165. grid-column: 1;
  166. width: fit-content;
  167. padding-left: 4rem;
  168. height: 150px; }
  169. header .region-header #block-reha-logoreha {
  170. grid-column: 2;
  171. max-height: 90%;
  172. height: 150px; }
  173. header .region-header #block-reha-logoreha .field--name-field-logo {
  174. height: 150px; }
  175. header .region-header #block-reha-logoreha .field--name-field-logo .field__item {
  176. height: 150px; }
  177. header .region-header #block-reha-logoreha .field--name-field-logo .field__item img {
  178. height: 150px;
  179. width: fit-content; }
  180. header .region-header #block-reha-connexionutilisateur {
  181. grid-column: 9;
  182. display: flex;
  183. flex-direction: column;
  184. height: fit-content; }
  185. header .region-header #block-reha-connexionutilisateur .bouton-connexion {
  186. padding-right: 3rem; }
  187. header .region-header #block-reha-connexionutilisateur .bouton-connexion :before {
  188. content: url(../images/noun-contact-2495375.svg);
  189. padding-right: 1rem; }
  190. header .region-header #block-reha-connexionutilisateur .connexion {
  191. height: 0;
  192. /* Hauteur initiale à 0 pour créer l'effet de glissement vers le bas */
  193. width: 100%;
  194. position: relative; }
  195. header .region-header #block-reha-connexionutilisateur .connexion .connexion-full {
  196. display: none;
  197. right: -235px;
  198. top: 36px;
  199. position: absolute;
  200. background-color: white;
  201. width: 550px;
  202. height: 200vh;
  203. box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  204. clip-path: inset(0px -10px -10px -10px);
  205. padding: 5% 10% 5% 5%; }
  206. header .region-header #block-reha-connexionutilisateur .connexion .connexion-full .titre {
  207. width: 100%;
  208. position: relative; }
  209. header .region-header #block-reha-connexionutilisateur .connexion .connexion-full .titre ::after {
  210. position: relative;
  211. left: 430px; }
  212. header .region-header #block-reha-connexionutilisateur .connexion .connexion-full #user-login-form {
  213. width: 80%;
  214. display: flex;
  215. flex-direction: column;
  216. align-items: start;
  217. padding-left: 2.5rem; }
  218. header .region-header #block-reha-connexionutilisateur .connexion .connexion-full ul {
  219. font-size: 1.2rem;
  220. width: 70%;
  221. display: flex;
  222. flex-direction: column;
  223. margin-top: 0;
  224. margin-bottom: 4rem;
  225. padding-bottom: 4rem; }
  226. header .region-header #block-reha-connexionutilisateur .connexion .connexion-full ul .create-account-link {
  227. display: none; }
  228. header .region-header #block-reha-connexionutilisateur .connexion .connexion-full ul .request-password-link {
  229. margin-bottom: 4rem; }
  230. header .region-header #block-reha-connexionutilisateur .connexion .connexion-full ul:first-of-type {
  231. border-bottom: 1px solid black; }
  232. header .region-header #block-reha-connexionutilisateur .connexion .connexion-full ul:last-of-type a {
  233. text-transform: uppercase;
  234. padding: 1rem;
  235. border: solid black 1px;
  236. margin-bottom: 1rem;
  237. background-color: white; }
  238. header .region-header #block-reha-config-pages {
  239. grid-column: 10;
  240. display: flex;
  241. flex-direction: column;
  242. height: fit-content; }
  243. header .region-header #block-reha-config-pages .bouton-contact {
  244. padding-right: 4rem; }
  245. header .region-header #block-reha-config-pages .bouton-contact ::before {
  246. content: url(../images/noun-letter-1064628.svg);
  247. padding-right: 1rem; }
  248. header .region-header #block-reha-config-pages .contacts {
  249. height: 0;
  250. /* Hauteur initiale à 0 pour créer l'effet de glissement vers le bas */
  251. width: 100%; }
  252. header .region-header #block-reha-config-pages .contacts .contacts-full {
  253. display: none;
  254. background-color: white;
  255. position: absolute;
  256. right: 0px;
  257. top: 100%;
  258. width: 550px;
  259. padding-left: 3.5rem;
  260. padding-top: 1rem;
  261. height: 200vh;
  262. box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  263. clip-path: inset(0px -10px -10px -10px); }
  264. header .region-header #block-reha-config-pages .contacts .contacts-full .titre {
  265. padding-left: 3rem; }
  266. header .region-header #block-reha-config-pages .contacts .contacts-full .titre ::after {
  267. left: 320px; }
  268. header .region-header #block-reha-config-pages .contacts .contacts-full .field__item {
  269. display: flex;
  270. flex-direction: column;
  271. padding-left: 3rem; }
  272. header .region-header #block-reha-views-block-current-user-block-block-1 {
  273. grid-column: 9;
  274. display: flex;
  275. flex-direction: column;
  276. height: fit-content; }
  277. header .region-header #block-reha-views-block-current-user-block-block-1 .bouton-connected {
  278. padding-right: 3rem; }
  279. header .region-header #block-reha-views-block-current-user-block-block-1 .bouton-connected :before {
  280. content: url(../images/noun-contact-2495375.svg);
  281. padding-right: 1rem; }
  282. header .region-header #block-reha-views-block-current-user-block-block-1 .connected {
  283. height: 0;
  284. /* Hauteur initiale à 0 pour créer l'effet de glissement vers le bas */
  285. width: 100%;
  286. position: relative; }
  287. header .region-header #block-reha-views-block-current-user-block-block-1 .connected .connected-full {
  288. display: none;
  289. right: -267px;
  290. top: 36px;
  291. position: absolute;
  292. background-color: white;
  293. width: 550px;
  294. height: 200vh;
  295. box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  296. clip-path: inset(0px -10px -10px -10px);
  297. padding: 5% 10% 5% 45%; }
  298. header .region-header #block-reha-views-block-current-user-block-block-1 .connected .connected-full footer {
  299. font-weight: 400;
  300. font-size: 1rem;
  301. margin-top: 2rem;
  302. border-top: 1px solid black;
  303. padding-top: 1.5rem; }
  304. header .region-header #block-reha-views-block-current-user-block-block-1 .connected .connected-full footer ul {
  305. width: 45%;
  306. display: flex;
  307. flex-direction: column-reverse;
  308. padding-left: 0; }
  309. header .region-header #block-reha-views-block-current-user-block-block-1 .connected .connected-full footer ul li:first-of-type {
  310. margin-top: 4rem;
  311. border-bottom: 1px solid black; }
  312. header .region-header #block-reha-views-block-current-user-block-block-1 .connected .connected-full footer ul li {
  313. text-transform: uppercase;
  314. padding: 1rem;
  315. border: solid black 1px;
  316. margin-bottom: 1rem;
  317. background-color: white; }
  318. header .region-header #block-reha-views-block-current-user-block-block-1 .connected .connected-full footer ul li:hover {
  319. background-color: #fdc300; }
  320. header .bouton {
  321. align-self: flex-end;
  322. width: fit-content; }
  323. header .bouton h2 {
  324. text-transform: lowercase;
  325. display: inline-flex; }
  326. header .titre {
  327. display: inline-flex;
  328. font-weight: 800;
  329. font-size: 1.8rem;
  330. position: relative; }
  331. header .titre ::after {
  332. content: url(../images/noun-cross-1151731.svg);
  333. float: right;
  334. position: relative;
  335. left: 90px;
  336. cursor: pointer; }
  337. footer {
  338. background-color: white;
  339. padding-top: 3rem;
  340. font-family: "Marianne";
  341. font-weight: 800;
  342. font-size: 1.3rem;
  343. text-transform: lowercase; }
  344. footer div {
  345. display: flex;
  346. flex-direction: row; }
  347. footer h2 {
  348. font-size: 1.3rem; }
  349. footer section:not(:first-of-type) {
  350. border-left: #fdc300 solid 5px;
  351. padding-left: 2rem; }
  352. footer section:not(:last-of-type) {
  353. padding-right: 5rem; }
  354. #footer-left {
  355. margin-left: 10rem; }
  356. #footer-left div {
  357. display: flex;
  358. flex-direction: column;
  359. padding-right: 2rem; }
  360. #footer-left div #block-reha-pieddepage ul {
  361. padding-left: 0; }
  362. #footer-middle #block-reha-operateurduprogramme {
  363. display: flex;
  364. flex-direction: column; }
  365. #footer-right #block-reha-config-pages-2 {
  366. display: flex;
  367. flex-direction: column; }
  368. #footer-right #block-reha-config-pages-2 .field--name-field-partenaires .field__items {
  369. display: flex;
  370. flex-direction: row;
  371. flex-wrap: wrap; }
  372. #footer-right #block-reha-config-pages-2 .field--name-field-partenaires .field__items img {
  373. max-width: 150px;
  374. height: fit-content;
  375. padding: 1rem; }
  376. .form-item {
  377. display: flex;
  378. flex-direction: column; }
  379. label {
  380. padding-bottom: 0.5rem; }
  381. input {
  382. height: 2rem;
  383. width: 50%; }
  384. .form-submit {
  385. height: 4rem !important;
  386. margin-bottom: 1rem;
  387. font-size: 1.2rem;
  388. font-weight: 300;
  389. width: fit-content; }
  390. #user-login-form {
  391. padding-left: 2rem; }
  392. #user-login-form .form-item {
  393. flex-direction: row;
  394. padding-bottom: 1rem;
  395. padding-left: 0.2;
  396. width: 80%; }
  397. #user-login-form .form-item label {
  398. padding-right: 0.5rem;
  399. flex: 1 1 auto; }
  400. #edit-persistent-login {
  401. height: 1.5rem; }
  402. .layout-sidebar-first #block-reha-phase1 {
  403. border: solid #fdc300 1px;
  404. font-weight: 800;
  405. padding: 1rem;
  406. width: 80%; }
  407. .layout-sidebar-first #block-reha-phase1 h2 {
  408. margin-top: 0;
  409. margin-bottom: 0;
  410. text-transform: lowercase;
  411. font-weight: 1000;
  412. line-height: 1rem;
  413. font-size: 1.5rem; }
  414. .layout-sidebar-first #block-reha-phase1 p {
  415. font-size: 1.5rem;
  416. line-height: 1.8rem;
  417. margin-top: 0.8rem; }
  418. .layout-sidebar-first #block-reha-phase1 footer {
  419. width: fit-content; }
  420. /*pages*/
  421. .home-page-layout-content .layout--onecol {
  422. width: 90%;
  423. margin: auto;
  424. font-size: 1.3rem;
  425. font-weight: 400;
  426. font-style: normal; }
  427. .home-page-layout-content .layout--onecol h4 {
  428. font-size: 5rem;
  429. font-weight: normal;
  430. margin: 0; }
  431. .home-page-layout-content .layout--onecol h5 {
  432. font-size: 5rem;
  433. font-weight: 900;
  434. margin: 0;
  435. line-height: 0.6; }
  436. .home-page-layout-content .layout--onecol .block-region-content {
  437. display: grid;
  438. grid-column: repeat(2, 1fr); }
  439. .home-page-layout-content .layout--onecol .block-region-content .block-views-blockhome-block-1 {
  440. grid-column: 1 /span 2;
  441. grid-row: 1;
  442. margin-bottom: 2rem; }
  443. .home-page-layout-content .layout--onecol .block-region-content .block-block-content5ae07b35-3c0b-48f5-b51b-f0f0e4c1765f {
  444. grid-column: 1;
  445. grid-row: 2 /span 2;
  446. width: 85%;
  447. border: solid #fdc300 1px;
  448. background-color: white;
  449. font-weight: 800;
  450. padding: 2rem;
  451. margin-right: 1rem; }
  452. .home-page-layout-content .layout--onecol .block-region-content .block-block-content5ae07b35-3c0b-48f5-b51b-f0f0e4c1765f h2 {
  453. margin-top: 0;
  454. margin-bottom: 0;
  455. text-transform: lowercase;
  456. font-weight: 900;
  457. line-height: 1rem;
  458. font-size: 1.8rem; }
  459. .home-page-layout-content .layout--onecol .block-region-content .block-block-content5ae07b35-3c0b-48f5-b51b-f0f0e4c1765f .field--name-field-description {
  460. margin-top: 0;
  461. font-size: 2rem;
  462. line-height: 2.2rem; }
  463. .home-page-layout-content .layout--onecol .block-region-content .block-block-content5ae07b35-3c0b-48f5-b51b-f0f0e4c1765f .field--name-field-description p {
  464. margin-top: 0.8rem; }
  465. .home-page-layout-content .layout--onecol .block-region-content .block-block-content5ae07b35-3c0b-48f5-b51b-f0f0e4c1765f .field--type-link {
  466. padding: 0;
  467. margin: 0;
  468. border: none;
  469. font-weight: 400;
  470. background-color: inherit; }
  471. .home-page-layout-content .layout--onecol .block-region-content .block-block-content5ae07b35-3c0b-48f5-b51b-f0f0e4c1765f .field--type-link .field__item ::after {
  472. justify-self: unset;
  473. padding-left: 1rem;
  474. content: url(../images/noun-arrow-1569918.svg); }
  475. .home-page-layout-content .layout--onecol .block-region-content .block-block-content5ae07b35-3c0b-48f5-b51b-f0f0e4c1765f:hover {
  476. background-color: #fdc300; }
  477. .home-page-layout-content .layout--onecol .block-region-content .block-block-content5ae07b35-3c0b-48f5-b51b-f0f0e4c1765f:hover .field--type-link .field__item ::after {
  478. justify-self: unset;
  479. padding-left: 1rem;
  480. content: url(../images/noun-arrow-1569918_hover.svg); }
  481. .home-page-layout-content .layout--onecol .block-region-content .block-block-content08189a6a-2ca1-42c3-a780-d7ad0c65619d {
  482. margin-bottom: 1rem;
  483. grid-column: 2;
  484. grid-row: 2;
  485. width: 90%;
  486. display: flex;
  487. justify-content: flex-end;
  488. align-items: center; }
  489. .home-page-layout-content .layout--onecol .block-region-content .block-block-content08189a6a-2ca1-42c3-a780-d7ad0c65619d .field--type-file {
  490. width: 80%;
  491. margin: 0; }
  492. .home-page-layout-content .layout--onecol .block-region-content .block-block-content08189a6a-2ca1-42c3-a780-d7ad0c65619d :hover {
  493. background-color: #fdc300; }
  494. .home-page-layout-content .layout--onecol .block-region-content .block-block-content259faa3e-f66e-4776-9f4e-9a3aa26e8252 {
  495. grid-column: 2;
  496. grid-row: 3;
  497. width: 90%;
  498. display: flex;
  499. justify-content: flex-end;
  500. align-items: center; }
  501. .home-page-layout-content .layout--onecol .block-region-content .block-block-content259faa3e-f66e-4776-9f4e-9a3aa26e8252 .field--type-file {
  502. width: 80%;
  503. margin: 0; }
  504. .home-page-layout-content .layout--onecol .block-region-content .block-block-content259faa3e-f66e-4776-9f4e-9a3aa26e8252 :hover {
  505. background-color: #fdc300; }
  506. .home-page-layout-content .layout--onecol .block-region-content .block-views-blockhome-block-2 {
  507. grid-column: 1 /span 2;
  508. grid-row: 4;
  509. margin-top: 2rem; }
  510. .user--register h1 {
  511. font-size: 3rem !important;
  512. font-weight: 600; }
  513. .mes-operations .views-row {
  514. padding-bottom: 1rem;
  515. border-bottom: 1px solid black; }
  516. .mes-operations .views-row .node-type-operation footer {
  517. display: none; }
  518. .mes-operations .views-row .node-type-operation .field--label-above div:first-child {
  519. font-weight: 800; }
  520. .mes-operations .views-row .node-type-operation p {
  521. margin: 0; }
  522. .mes-operations .views-row .node-type-operation .field--label-above {
  523. margin-bottom: 1rem; }
  524. html.js body div.dialog-off-canvas-main-canvas div.layout-container main div.layout-content.mes-operations div.region.region-content div#block-reha-contenudelapageprincipale.block.block-system.block-system-main-block div.views-element-container div.js-view-dom-id-99d67e4ab1c7f832c86cb37291528444cd0b2ba82f7175e493b014e7fca57c35 footer {
  525. background-color: white;
  526. border: solid black 1px;
  527. text-transform: uppercase;
  528. padding: 1rem;
  529. width: fit-content;
  530. margin-top: 2rem;
  531. font-weight: 400; }
  532. html.js body div.dialog-off-canvas-main-canvas div.layout-container main div.layout-content.mes-operations div.region.region-content div#block-reha-contenudelapageprincipale.block.block-system.block-system-main-block div.views-element-container div.js-view-dom-id-99d67e4ab1c7f832c86cb37291528444cd0b2ba82f7175e493b014e7fca57c35 footer p {
  533. margin: 0; }
  534. html.js body div.dialog-off-canvas-main-canvas div.layout-container main div.layout-content.mes-operations div.region.region-content div#block-reha-contenudelapageprincipale.block.block-system.block-system-main-block div.views-element-container div.js-view-dom-id-99d67e4ab1c7f832c86cb37291528444cd0b2ba82f7175e493b014e7fca57c35 footer:hover {
  535. background-color: #fdc300; }
  536. #block-reha-contenudelapageprincipale #node-operation-form {
  537. width: 70%; }
  538. #block-reha-contenudelapageprincipale #node-operation-form #edit-field-fiche-candidature-wrapper {
  539. background-color: rgba(153, 147, 174, 0) !important;
  540. border: none;
  541. padding: 0; }
  542. #block-reha-contenudelapageprincipale #node-operation-form #edit-field-fiche-candidature-wrapper label {
  543. order: 1;
  544. font-weight: 800; }
  545. #block-reha-contenudelapageprincipale #node-operation-form #edit-field-fiche-candidature-wrapper .description {
  546. text-transform: lowercase;
  547. order: 2;
  548. font-style: italic; }
  549. #block-reha-contenudelapageprincipale #node-operation-form #edit-field-fiche-candidature-wrapper .form-managed-file {
  550. order: 3;
  551. margin-top: 1rem; }
  552. #block-reha-contenudelapageprincipale #node-operation-form #edit-field-dossier-de-candidature-wrapper {
  553. background-color: rgba(153, 147, 174, 0) !important;
  554. border: none;
  555. padding: 0;
  556. margin-top: 1rem; }
  557. #block-reha-contenudelapageprincipale #node-operation-form #edit-field-dossier-de-candidature-wrapper label {
  558. order: 1;
  559. font-weight: 800; }
  560. #block-reha-contenudelapageprincipale #node-operation-form #edit-field-dossier-de-candidature-wrapper .description {
  561. text-transform: lowercase;
  562. order: 2;
  563. font-style: italic; }
  564. #block-reha-contenudelapageprincipale #node-operation-form #edit-field-dossier-de-candidature-wrapper .form-managed-file {
  565. order: 3;
  566. margin-top: 1rem; }
  567. #block-reha-contenudelapageprincipale #node-operation-form label {
  568. font-weight: 800; }
  569. #block-reha-contenudelapageprincipale #node-operation-form .form-wrapper {
  570. margin-bottom: 1rem;
  571. margin-top: 1rem; }
  572. #block-reha-contenudelapageprincipale #node-operation-form #edit-field-commentaire-0-value {
  573. width: 80%; }
  574. #block-reha-contenudelapageprincipale #node-operation-form #edit-field-adresse-0-address-container2 {
  575. display: flex;
  576. flex-direction: row;
  577. width: 100%; }
  578. #block-reha-contenudelapageprincipale #node-operation-form #edit-field-adresse-0-address-container2 .form-item {
  579. display: flex;
  580. flex-direction: row; }
  581. #block-reha-contenudelapageprincipale #node-operation-form .form-item {
  582. display: flex;
  583. flex-direction: column; }
  584. #block-reha-contenudelapageprincipale #node-operation-form #edit-field-commentaire-wrapper {
  585. margin-bottom: 2rem; }
  586. #block-reha-contenudelapageprincipale #node-operation-form .counter {
  587. font-style: italic; }