You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

95 lines
1.6KB

  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: 75px;
  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: 28px;
  19. margin-bottom: 30px;
  20. }
  21. p {
  22. color: $orange;
  23. font-style: italic;
  24. font-size: 20px;
  25. margin-bottom: 50px;
  26. }
  27. .bloc-contrib {
  28. text-align: right;
  29. .nb-contrib {
  30. color: $orange;
  31. font-size: 126px;
  32. font-family: FranklinGothic;
  33. height: 150px;
  34. }
  35. .contrib {
  36. color: $green;
  37. font-size: 70px;
  38. font-family: FranklinGothic;
  39. }
  40. }
  41. }
  42. .bloc-carto {
  43. margin-top: 75px;
  44. .box-carto {
  45. display: inline-block;
  46. width: 100%;
  47. text-align: center;
  48. border: 2px solid $green;
  49. color: $green;
  50. font-family: FranklinGothic;
  51. font-size: 20px;
  52. padding: 20px;
  53. height: 190px;
  54. img {
  55. margin-bottom: 20px;
  56. }
  57. }
  58. }
  59. .bloc-download {
  60. color: $green;
  61. border: 2px solid $green;
  62. margin-top: 75px;
  63. text-align: center;
  64. font-family: FranklinGothic;
  65. font-size: 25px;
  66. padding-top: 15px;
  67. padding-bottom: 25px;
  68. .download {
  69. display: block;
  70. border: 2px solid $green;
  71. color: $green;
  72. margin-top: 30px;
  73. }
  74. .excel {
  75. margin-left: 50px;
  76. }
  77. .pdf {
  78. margin-right: 50px;
  79. }
  80. }
  81. }