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.

131 lines
2.2KB

  1. #carto-carte {
  2. margin-top: 75px;
  3. .title-carte {
  4. color: $green;
  5. font-size: 50px;
  6. font-family: FranklinGothic;
  7. text-align: center;
  8. }
  9. .row-contrib {
  10. color: $green;
  11. font-size: 20px;
  12. font-family: FranklinGothic;
  13. margin-top: 50px;
  14. .revolt, .dream {
  15. padding-top: 25px;
  16. padding-left: 0;
  17. }
  18. .project-boost, .project-insp {
  19. padding-top: 15px;
  20. padding-left: 0;
  21. }
  22. }
  23. .help-legend {
  24. text-align: center;
  25. color: #828282;
  26. font-family: FranklinGothic;
  27. margin-top: 50px;
  28. font-size: 20px;
  29. }
  30. .map {
  31. border: 2px solid $green;
  32. margin-top: 20px;
  33. padding: 10px 10px 40px;
  34. position: relative;
  35. .popover {
  36. border: 2px solid $green;
  37. border-radius: 0;
  38. .popover-body {
  39. color: $green;
  40. font-family: dinbold;
  41. padding: 0;
  42. span {
  43. padding: 10px 0 10px 50px;
  44. display: inline-block;
  45. }
  46. a {
  47. font-family: dinbold;
  48. background-image: url($dir-img + 'Picto-Loupe.png');
  49. background-repeat: no-repeat;
  50. background-size: 20px;
  51. background-position: 15px center;
  52. color: $green;
  53. display: inline-block;
  54. width: 100%;
  55. background-color: $yellow;
  56. padding: 5px 0 5px 50px;
  57. }
  58. }
  59. .arrow {
  60. &:after {
  61. border-top-color: $green;
  62. }
  63. &:before {
  64. border-top-color: $green;
  65. }
  66. }
  67. }
  68. .img-map {
  69. display: none;
  70. img {
  71. width: 75px;
  72. &:hover {
  73. cursor: pointer;
  74. }
  75. }
  76. }
  77. .img-vosges {
  78. display: block;
  79. position: absolute;
  80. top: 257px;
  81. left: 387px;
  82. }
  83. .img-belfort {
  84. display: block;
  85. position: absolute;
  86. top: 493px;
  87. left: 491px;
  88. width: 160px;
  89. }
  90. .img-hericourt {
  91. display: block;
  92. position: absolute;
  93. top: 639px;
  94. left: 217px;
  95. width: 160px;
  96. }
  97. .img-montbeliard {
  98. display: block;
  99. position: absolute;
  100. top: 1003px;
  101. left: 319px;
  102. width: 160px;
  103. }
  104. .img-sud_territoire {
  105. display: block;
  106. position: absolute;
  107. top: 798px;
  108. left: 746px;
  109. }
  110. }
  111. }