Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

105 lines
1.8KB

  1. #app_carto_interactive, #app_carto_liste, #app_carto_carte {
  2. .bloc-carto-revo {
  3. background-color: $yellow;
  4. h1 {
  5. color: $green;
  6. font-family: FranklinGothic;
  7. font-size: 7.5rem;
  8. line-height: 67px;
  9. margin-top: 100px;
  10. margin-bottom: 75px;
  11. span {
  12. color: $orange;
  13. }
  14. }
  15. h2 {
  16. color: $green;
  17. font-family: FranklinGothic;
  18. font-size: 2.8rem;
  19. margin-bottom: 30px;
  20. }
  21. .description {
  22. color: $orange;
  23. font-style: italic;
  24. font-size: 2.0rem;
  25. margin-bottom: 50px;
  26. font-family: FranklinGothic;
  27. }
  28. @include mobile-only {
  29. .col-image-carto {
  30. text-align: center;
  31. .perso-aac {
  32. max-width: 70%;
  33. }
  34. }
  35. }
  36. .bloc-contrib {
  37. text-align: right;
  38. .nb-contrib {
  39. color: $orange;
  40. font-size: 12.6rem;
  41. font-family: FranklinGothic;
  42. height: 150px;
  43. }
  44. .contrib {
  45. color: $green;
  46. font-size: 7.0rem;
  47. font-family: FranklinGothic;
  48. }
  49. }
  50. }
  51. .bloc-carto {
  52. margin-top: 75px;
  53. .box-carto {
  54. display: inline-block;
  55. width: 100%;
  56. text-align: center;
  57. border: 2px solid $green;
  58. color: $green;
  59. font-family: FranklinGothic;
  60. font-size: 2.0rem;
  61. padding: 20px;
  62. min-height: 100%;
  63. img {
  64. margin-bottom: 20px;
  65. }
  66. }
  67. }
  68. .bloc-download {
  69. color: $green;
  70. border: 2px solid $green;
  71. margin-top: 75px;
  72. text-align: center;
  73. font-family: FranklinGothic;
  74. font-size: 2.5rem;
  75. padding-top: 15px;
  76. padding-bottom: 25px;
  77. .download {
  78. display: block;
  79. border: 2px solid $green;
  80. color: $green;
  81. margin-top: 30px;
  82. }
  83. .excel {
  84. margin-left: 50px;
  85. }
  86. .pdf {
  87. margin-right: 50px;
  88. }
  89. }
  90. }