_themes.scss 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978
  1. .page-node-type-theme, .page-node-type-projet{
  2. ///// menu left
  3. .block-region-first{
  4. .field_programme{
  5. display: none;
  6. }
  7. #programme_toc-block_10{
  8. .views-row{
  9. padding-left: 1rem;
  10. }
  11. }
  12. // @include breakpoint(small down) {
  13. // text-align: center;
  14. // }
  15. position: absolute;
  16. top: 0;
  17. left: 0;
  18. width: 22%;
  19. padding: 1rem 1.5rem ;
  20. .prog-ressources-link{
  21. font-family: "duke";
  22. font-size: $font-large;
  23. cursor: pointer;
  24. transition: all 250ms;
  25. text-decoration: none;
  26. &:hover{
  27. padding: 0 0 0 .3rem;
  28. }
  29. }
  30. div[id=""] {
  31. @include breakpoint(small down) {
  32. //display: none;
  33. }
  34. }
  35. .views-element-container{
  36. @include breakpoint(small down) {
  37. display: block;
  38. // &:not(:first-child){
  39. // margin-left: 1rem;
  40. // }
  41. }
  42. header{
  43. font-family: "duke";
  44. font-size: $font-large;
  45. text-transform: uppercase;
  46. cursor: pointer;
  47. transition: all 250ms;
  48. line-height: 1.1;
  49. margin-bottom: .5rem;
  50. &:hover{
  51. padding: 0 0 0 .3rem;
  52. }
  53. }
  54. .views-row, .view-grouping{
  55. display: none;
  56. padding: 0 0 0 1.2rem;
  57. margin-bottom: .5rem;
  58. a{
  59. text-decoration: none;
  60. &:hover{
  61. text-decoration: underline;
  62. }
  63. }
  64. }
  65. .views-row{
  66. padding: 0;
  67. }
  68. }
  69. }
  70. /////fin menu left
  71. // couleur popsu
  72. .field_logo{
  73. display: block;
  74. }
  75. .field_programme>div{
  76. &.programme-1{
  77. background: $col-1;
  78. }
  79. &.programme-2{
  80. background: $col-2;
  81. }
  82. &.programme-3{
  83. background: $col-eur;
  84. }
  85. &.programme-4{
  86. background: $col-1;
  87. }
  88. &.programme-5{
  89. background: $col-mond;
  90. }
  91. &.programme-6{
  92. background: $col-ter;
  93. }
  94. &.programme-7{
  95. background: $col-met;
  96. }
  97. &.programme-883{
  98. background: $col-transition;
  99. }
  100. }
  101. //fin couleurp popsu
  102. // .block-region-first{
  103. // padding: 1rem;
  104. // .field_programme{
  105. // background: black !important;
  106. // font-weight: 600;
  107. // a{
  108. // text-decoration: none;
  109. // &:hover{
  110. // text-decoration: underline;
  111. // }
  112. // }
  113. // }
  114. // }
  115. //contenu
  116. .block-region-second{
  117. #node\:title:before{
  118. clear: both;
  119. display: block;
  120. width: 100%;
  121. font-size: $font-small;
  122. text-transform: uppercase;
  123. margin-bottom: .8rem;
  124. }
  125. ///
  126. .field_programme{
  127. display: flex;
  128. flex-wrap: wrap;
  129. margin-bottom: 1rem;
  130. a{
  131. text-decoration: none;
  132. }
  133. div{
  134. display: inline-block;
  135. color: white;
  136. font-weight: 600;
  137. padding: .3rem .5rem;
  138. margin-right: .5rem;
  139. margin-bottom: .5rem;
  140. }
  141. }
  142. ///
  143. #node\:title{
  144. margin: 0;
  145. font-size: $font-large;
  146. line-height: 1.3;
  147. font-weight: 600;
  148. margin-bottom: 1rem;
  149. }
  150. #node\:field_image,.field_diaporama,.field_image{
  151. width: 150%;
  152. margin-bottom: 1rem;
  153. max-height: 19rem;
  154. overflow: hidden;
  155. @include breakpoint(small down) {
  156. width: 100%;
  157. }
  158. img{
  159. width: 100%;
  160. margin-top: -10%;
  161. }
  162. }
  163. .body{
  164. font-size: $font-medium;
  165. height: 15rem;
  166. overflow: hidden;
  167. position: relative;
  168. -webkit-transition: all 250ms ease;
  169. -moz-transition: all 250ms ease;
  170. -o-transition: all 250ms ease;
  171. transition: all 250ms ease;
  172. footer{
  173. position:absolute;
  174. bottom:0;
  175. left:0;
  176. z-index: 1;
  177. width: 100%;
  178. text-align: center;
  179. a{
  180. display: inline-block;
  181. margin: 0 auto;
  182. background: black;
  183. color: white;
  184. cursor:pointer;
  185. font-family: "trueno";
  186. font-weight: 500;
  187. padding: .3rem .5rem;
  188. font-size: $font-small;
  189. text-decoration: none;
  190. text-transform: uppercase;
  191. &:hover{
  192. color:black;
  193. background: white;
  194. }
  195. }
  196. }
  197. }
  198. .body:after{
  199. content: "";
  200. opacity: 1;
  201. position: absolute;
  202. top: 0; bottom: 0; left: -15px; right: -15px;
  203. box-shadow: inset $bck-col 0 -2rem 2rem;
  204. }
  205. .body_open{
  206. height: auto !important;
  207. padding: 0 0 1.8rem 0;
  208. &:after{
  209. opacity: 0;
  210. -webkit-transition: all 250ms ease;
  211. -moz-transition: all 250ms ease;
  212. -o-transition: all 250ms ease;
  213. transition: all 250ms ease;
  214. }
  215. -webkit-transition: all 250ms ease;
  216. -moz-transition: all 250ms ease;
  217. -o-transition: all 250ms ease;
  218. transition: all 250ms ease;
  219. }
  220. .body_open:after{
  221. display: none;
  222. }
  223. .field_textes{
  224. //*****////
  225. .paragraph{
  226. // border-top: 1px solid black;
  227. border-bottom: 3px dotted gray;
  228. padding: 1rem 0;
  229. .field_titre{
  230. font-size: $font-big;
  231. font-weight: 600;
  232. text-transform: initial;
  233. cursor: pointer;
  234. display: grid;
  235. grid-template-columns: 95% 5%;
  236. align-content: center;
  237. // margin-top: 1rem;
  238. }
  239. .field_titre:after{
  240. content: '▼';
  241. -webkit-transition: all 250ms ease;
  242. -moz-transition: all 250ms ease;
  243. -o-transition: all 250ms ease;
  244. transition: all 250ms ease;
  245. align-self: center;
  246. justify-self: center;
  247. }
  248. .rotate:after{
  249. transform: rotate(180deg);
  250. -webkit-transition: all 250ms ease;
  251. -moz-transition: all 250ms ease;
  252. -o-transition: all 250ms ease;
  253. transition: all 250ms ease;
  254. }
  255. .field_texte{
  256. height: auto;
  257. position: relative;
  258. h2{
  259. text-transform: inherit;
  260. }
  261. p{
  262. margin-top: .5rem;
  263. }
  264. -webkit-transition: all 250ms ease;
  265. -moz-transition: all 250ms ease;
  266. -o-transition: all 250ms ease;
  267. transition: all 250ms ease;
  268. }
  269. .crop{
  270. height: 0;
  271. overflow: hidden;
  272. display: none;
  273. -webkit-transition: all 250ms ease;
  274. -moz-transition: all 250ms ease;
  275. -o-transition: all 250ms ease;
  276. transition: all 250ms ease;
  277. }
  278. }
  279. }
  280. .paragraph--type--equipes{
  281. .field_type_equipe{
  282. margin: .8rem 0 .3rem 0;
  283. }
  284. }
  285. .paragraph--type--personne{
  286. //background-color: red;
  287. display: flex;
  288. flex-wrap: wrap;
  289. .field_nom, .field_prenom{
  290. font-weight: 600;
  291. }
  292. .field_fonction{
  293. width: 100%;
  294. }
  295. .field_nom{
  296. margin-left: .2rem;
  297. }
  298. }
  299. }
  300. //end contenus central
  301. //menu droite
  302. .block-region-third{
  303. margin-top: 16rem;
  304. @include breakpoint(small down) {
  305. margin-top: 2rem;
  306. }
  307. #node\:field_evenements_lies{
  308. article{
  309. display: grid;
  310. >div{
  311. //vgrid-row: 1;
  312. text-transform: none;
  313. color: #fff !important;
  314. background: none;
  315. font-size: .6rem;
  316. margin: 0;
  317. padding: .1rem 1rem;
  318. }
  319. }
  320. }
  321. }
  322. // fin menu droite
  323. // gallery de projet sous contenu du théme / ville
  324. .block-region-bottom{
  325. #node\:field_projets_lies, #node\:field_themes_lies, #node\:field_comparatifs_associes{
  326. h2{
  327. text-align: center;
  328. }
  329. .field_projets_lies, .field_themes_lies, .field_comparatifs_associes {
  330. margin-top: 1rem;
  331. display: grid;
  332. grid-template-columns: repeat(5, 1fr);
  333. column-gap: 1rem;
  334. padding: 0 10%;
  335. @include breakpoint(small down) {
  336. grid-template-columns: repeat(2, 1fr);
  337. }
  338. }
  339. article{
  340. margin-bottom: 1.6rem;
  341. .body{
  342. display: none;
  343. }
  344. }
  345. }
  346. }
  347. #node\:field_partenaires{
  348. h2{
  349. // color: black;
  350. font-family: "trueno";
  351. font-size: 1rem;
  352. font-weight: 600;
  353. text-transform: initial;
  354. margin-top: 1rem;
  355. padding: .4rem 0;
  356. border-bottom: 3px dotted gray;
  357. cursor: pointer;
  358. display: grid;
  359. grid-template-columns: 95% 5%;
  360. text-transform: initial;
  361. }
  362. h2:after{
  363. content: '▼';
  364. -webkit-transition: all 250ms ease;
  365. -moz-transition: all 250ms ease;
  366. -o-transition: all 250ms ease;
  367. transition: all 250ms ease;
  368. align-self: center;
  369. justify-self: center;
  370. font-size: $font-big;
  371. }
  372. .rotate:after{
  373. transform: rotate(180deg);
  374. -webkit-transition: all 250ms ease;
  375. -moz-transition: all 250ms ease;
  376. -o-transition: all 250ms ease;
  377. transition: all 250ms ease;
  378. }
  379. .field_partenaires{
  380. display: none;
  381. align-items: center;
  382. justify-items: center;
  383. // grid-template-columns: repeat(5 , 1fr);
  384. grid-template-columns: repeat(4 , 1fr);
  385. margin-top: 0.5rem;
  386. .paragraph{
  387. .field_logo_partenaire{
  388. div:first-child{
  389. display: none;
  390. }
  391. grid-column: 1;
  392. grid-row: 1;
  393. img{
  394. max-width: 80%;
  395. }
  396. }
  397. .field_nom_partenaire{
  398. display: none;
  399. div:first-child{
  400. display: none;
  401. }
  402. grid-column: 2;
  403. grid-row: 1;
  404. }
  405. }
  406. }
  407. }
  408. &.programme-1{
  409. .block-region-second{
  410. h2,h3,h4,h5,h6,.field_titre{
  411. color: $col-1;
  412. }
  413. }
  414. }
  415. &.programme-2{
  416. .block-region-second{
  417. h2,h3,h4,h5,h6,.field_titre{
  418. color: $col-2;
  419. }
  420. }
  421. }
  422. &.programme-3{
  423. .block-region-second{
  424. h2,h3,h4,h5,h6,.field_titre{
  425. color: $col-eur;
  426. }
  427. }
  428. }
  429. &.programme-4{
  430. .block-region-second{
  431. h2,h3,h4,h5,h6,.field_titre{
  432. color: $col-1;
  433. }
  434. }
  435. }
  436. &.programme-5{
  437. .block-region-second{
  438. h2,h3,h4,h5,h6,.field_titre{
  439. color: $col-mond;
  440. }
  441. }
  442. }
  443. &.programme-6{
  444. .block-region-second{
  445. h2,h3,h4,h5,h6,.field_titre{
  446. color: $col-ter;
  447. }
  448. }
  449. }
  450. &.programme-7{
  451. .block-region-second{
  452. h2,h3,h4,h5,h6,.field_titre{
  453. color: $col-met;
  454. }
  455. }
  456. }
  457. &.programme-883{
  458. .block-region-second{
  459. h2,h3,h4,h5,h6,.field_titre{
  460. color: $col-transition;
  461. }
  462. }
  463. }
  464. // font-size: $font-small;
  465. //temp hidden
  466. .computed_projets_references, .computed_themes_references{
  467. display: none;
  468. }
  469. }
  470. .page-node-type-projet, .page-node-type-theme{
  471. #node\:field_equipes{
  472. border-bottom: 3px dotted gray;
  473. padding: 0 0 1rem 0;
  474. h2{
  475. font-family: "trueno" !important;
  476. font-size: $font-big;
  477. font-weight: 600;
  478. text-transform: initial;
  479. cursor: pointer;
  480. display: grid;
  481. grid-template-columns: 95% 5%;
  482. align-content: center;
  483. margin: 1rem 0 0 0;
  484. }
  485. h2:after{
  486. content: '▼';
  487. -webkit-transition: all 250ms ease;
  488. -moz-transition: all 250ms ease;
  489. -o-transition: all 250ms ease;
  490. transition: all 250ms ease;
  491. align-self: center;
  492. justify-self: center;
  493. }
  494. // h2:after{
  495. // transform: rotate(180deg);
  496. // -webkit-transition: all 250ms ease;
  497. // -moz-transition: all 250ms ease;
  498. // -o-transition: all 250ms ease;
  499. // transition: all 250ms ease;
  500. // }
  501. .rotate:after{
  502. transform: rotate(180deg);
  503. -webkit-transition: all 250ms ease;
  504. -moz-transition: all 250ms ease;
  505. -o-transition: all 250ms ease;
  506. transition: all 250ms ease;
  507. }
  508. .field_type_equipe{
  509. font-weight: 500;
  510. }
  511. .field_equipes{
  512. display: none;
  513. }
  514. }
  515. .field_projets_lies, .field_themes_lies, .field_comparatifs_associes{
  516. article{
  517. display: grid;
  518. min-height: 4rem;
  519. h2{
  520. grid-row: 2;
  521. text-align: left !important;
  522. text-transform: none !important;
  523. line-height: 1.3;
  524. margin: .5rem 0 0 0;
  525. font-size: $font-normal;
  526. font-weight: 400;
  527. a{
  528. text-decoration: none;
  529. &:hover{
  530. text-decoration: underline;
  531. }
  532. }
  533. }
  534. .field_diaporama,.field_image {
  535. position: relative;
  536. width: 100%;
  537. overflow: hidden;
  538. margin-top: .5rem;
  539. z-index: -1;
  540. a{
  541. position: absolute;
  542. height: 100%;
  543. width: 100%;
  544. object-fit: cover;
  545. img{
  546. height: 100% ;
  547. width: 100%;
  548. object-fit: cover;
  549. }
  550. }
  551. }
  552. .field_diaporama:after, .field_image:after {
  553. content: "";
  554. display: block;
  555. padding-top: 100%;
  556. }
  557. .field_programme{
  558. text-transform: uppercase;
  559. font-weight: 600;
  560. // grid-column: 1;
  561. // grid-row: 1;
  562. // margin-bottom: -.5rem;
  563. color: #fff;
  564. // display: grid;
  565. // grid-template-columns: 1fr;
  566. // grid-gap: 10px;
  567. z-index: 100;
  568. position: absolute;
  569. div{
  570. padding: .02rem .3rem;
  571. position: relative;
  572. float: left;
  573. clear: both;
  574. margin: .1rem 0 .1rem 0;
  575. }
  576. a{
  577. text-decoration: none;
  578. }
  579. }
  580. //// prog color
  581. &.programme-1{
  582. h2{
  583. color: $col-1 !important;
  584. }
  585. .field_programme{
  586. background: $col-1 ;
  587. }
  588. }
  589. &.programme-2{
  590. h2{
  591. color: $col-2 !important;
  592. }
  593. .field_programme{
  594. background: $col-2 ;
  595. }
  596. }
  597. &.programme-3{
  598. h2{
  599. color: $col-eur !important;
  600. }
  601. .field_programme{
  602. background: $col-eur ;
  603. }
  604. }
  605. &.programme-4{
  606. h2{
  607. color: $col-1;
  608. }
  609. .field_programme{
  610. background:$col-1 ;
  611. }
  612. }
  613. &.programme-5{
  614. h2{
  615. color: $col-mond !important;
  616. }
  617. .field_programme{
  618. background: $col-mond ;
  619. }
  620. }
  621. &.programme-6{
  622. h2{
  623. color: $col-ter !important;
  624. }
  625. .field_programme{
  626. background: $col-ter ;
  627. }
  628. }
  629. &.programme-7{
  630. h2{
  631. color: $col-met !important;
  632. }
  633. .field_programme{
  634. background: $col-met ;
  635. }
  636. }
  637. &.programme-883{
  638. h2{
  639. color: $col-transition !important;
  640. }
  641. .field_programme{
  642. background: $col-transition ;
  643. }
  644. }
  645. }
  646. }
  647. }
  648. .page-node-type-projet{
  649. .block-region-third .views-element-container div div{
  650. padding: 0;
  651. }
  652. .block-region-third{
  653. #ressources-block_1{
  654. // padding: 0.5rem 1rem;
  655. .views-field-field-ressources-liees article{
  656. margin-bottom: 0;
  657. color: black;
  658. .field-content{
  659. ul{
  660. li{
  661. margin-bottom: 1rem;
  662. }
  663. }
  664. }
  665. .field_type_de_ressource{
  666. display: none;
  667. }
  668. .field_auteurs{
  669. font-weight: 600;
  670. padding: 0;
  671. }
  672. .field_sous_titre{
  673. padding: 0;
  674. font-style: italic;
  675. }
  676. h2{
  677. font-weight: 400;
  678. font-style: italic;
  679. // grid-column: 1 / span 2;
  680. // grid-row: 1;
  681. font-size: $font-normal;
  682. background-color: transparent;
  683. padding: 0;
  684. margin-top: 0;
  685. a{
  686. text-decoration: none;
  687. }
  688. }
  689. .field_image{
  690. position: relative;
  691. padding: 0 !important;
  692. }
  693. &>div{
  694. // display: grid;
  695. // grid-template-columns: 25% auto;
  696. // align-items: center;
  697. margin: 1rem 0;
  698. // grid-column-gap: 10px;
  699. h2{
  700. grid-column: 2;
  701. margin: -.8rem 0 0 0;
  702. line-height: 1;
  703. }
  704. .field_image{
  705. width: 25%;
  706. float: left;
  707. margin: 0 10px 10px 0;
  708. }
  709. .field_sous_titre{
  710. //grid-column: 2;
  711. //margin: -0.3rem 0 0 0;
  712. }
  713. .field_auteurs{
  714. //grid-column: 2;
  715. //margin: -0.3rem 0 0 0;
  716. }
  717. }
  718. // .views-field-field-image{
  719. // grid-column: 1 / span 1;
  720. // }
  721. // .views-field-field-auteurs{
  722. // padding: 0;
  723. // grid-column: 2 / span 1;
  724. // padding: .3rem;
  725. // }
  726. }
  727. .programme-1{
  728. color: $col-1 !important;
  729. }
  730. .programme-2{
  731. color: $col-2 !important;
  732. }
  733. .programme-3{
  734. color: $col-eur !important;
  735. }
  736. .programme-4{
  737. color: $col-1;
  738. }
  739. .programme-5{
  740. color: $col-mond !important;
  741. }
  742. .programme-6{
  743. color: $col-ter !important;
  744. }
  745. .programme-7{
  746. color: $col-met !important;
  747. }
  748. .programme-883{
  749. color: $col-transition !important;
  750. }
  751. }
  752. }
  753. #node\:title:before{
  754. content: "ville";
  755. }
  756. #node\:field_ressources_liees{
  757. .field_ressources_liees{
  758. color:black ;
  759. }
  760. }
  761. }
  762. .page-node-type-theme{
  763. #node\:title:before{
  764. content: "thème";
  765. }
  766. // #node\:field_equipes{
  767. // h2{
  768. // color: white !important;
  769. // text-align: left !important;
  770. // cursor: pointer;
  771. // }
  772. // }
  773. // .block-region-third{
  774. // #node\:field_partenaires{
  775. // h2{
  776. // border:none;
  777. // font-family: trueno;
  778. // font-size: .8rem;
  779. // font-weight: 600;
  780. // margin-top: 0;
  781. // padding: .4rem 0.5rem;
  782. // display: block;
  783. // &:after{
  784. // display:none;
  785. // }
  786. // }
  787. // .field_partenaires{
  788. // display: grid;
  789. // }
  790. // }
  791. // }
  792. // si ressources affichée dans page théme
  793. #node\:field_ressources_liees{
  794. background: $trame;
  795. // h2{
  796. // text-align: center;
  797. // }
  798. &>h2{
  799. text-align: center;
  800. }
  801. // .field_ressources_liees{
  802. // background: $trame;
  803. // }
  804. article{
  805. a{
  806. text-decoration: none;
  807. }
  808. // display:grid !important;
  809. // grid-template-columns: 1fr 1fr;
  810. h2{
  811. grid-column: 2;
  812. grid-row: 1;
  813. text-align:left;
  814. }
  815. &>div{
  816. display: grid !important;
  817. grid-template-columns: 1fr 1fr;
  818. align-items: center;
  819. background: #fff;
  820. position: relative;
  821. height: auto;
  822. padding: 1rem;
  823. background-clip: content-box;
  824. }
  825. .field_type_de_ressource{
  826. grid-column: 2;
  827. }
  828. .field_sous_titre{
  829. grid-column: 2;
  830. }
  831. ///////
  832. .field_image{
  833. grid-row: 2 / span 3;
  834. // margin-top: -1.5rem;
  835. z-index: 0;
  836. padding: .5rem;
  837. }
  838. div{
  839. margin-bottom: .5rem;
  840. }
  841. h2{
  842. font-weight: 400;
  843. grid-row: 3 / span 1;
  844. grid-column: 2;
  845. font-style: italic;
  846. text-transform: none;
  847. }
  848. .field_type_de_ressource{
  849. font-weight: 400;
  850. }
  851. .field_sous_titre{
  852. grid-row: 4 / span 1;
  853. }
  854. .field_programme{
  855. &>div{
  856. display: inline-block;
  857. width: auto;
  858. padding: .3rem .5rem;
  859. }
  860. padding-left: .5rem !important;
  861. grid-row: 1 / span 1;
  862. grid-column: 1 / span 2;
  863. text-transform: uppercase;
  864. margin-top: -.5rem;
  865. &>div{
  866. font-weight: 600;
  867. display: inline-block;
  868. width: auto;
  869. color: white;
  870. padding: .02rem .3rem;
  871. // margin-bottom: 1rem;
  872. }
  873. }
  874. }
  875. }
  876. }