Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

150 lines
2.5KB

  1. #carto-carte {
  2. margin-top: 75px;
  3. .title-carte {
  4. color: $green;
  5. font-size: 5.0rem;
  6. font-family: FranklinGothic;
  7. text-align: center;
  8. }
  9. .row-contrib {
  10. color: $green;
  11. font-size: 2.0rem;
  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. font-size: 1.4rem;
  39. .popover-body {
  40. color: $green;
  41. font-family: dinbold;
  42. padding: 0;
  43. span {
  44. padding: 10px 0 10px 50px;
  45. display: inline-block;
  46. }
  47. a {
  48. font-family: dinbold;
  49. background-image: url($dir-img + 'Picto-Loupe.png');
  50. background-repeat: no-repeat;
  51. background-size: 20px;
  52. background-position: 15px center;
  53. color: $green;
  54. display: inline-block;
  55. width: 100%;
  56. background-color: $yellow;
  57. padding: 5px 0 5px 50px;
  58. }
  59. }
  60. .arrow {
  61. &:after {
  62. border-top-color: $green;
  63. }
  64. &:before {
  65. border-top-color: $green;
  66. }
  67. }
  68. }
  69. .img-map {
  70. display: none;
  71. img {
  72. width: 7.5rem;
  73. @include desktop-only {
  74. width: 5.8rem;
  75. }
  76. &:hover {
  77. cursor: pointer;
  78. }
  79. }
  80. }
  81. .img-vosges {
  82. display: block;
  83. position: absolute;
  84. top: 17%;
  85. left: 35%;
  86. }
  87. .img-belfort {
  88. display: block;
  89. position: absolute;
  90. top: 33%;
  91. left: 45%;
  92. width: 160px;
  93. @include desktop-only {
  94. width: 110px;
  95. }
  96. }
  97. .img-hericourt {
  98. display: block;
  99. position: absolute;
  100. top: 44%;
  101. left: 21%;
  102. width: 160px;
  103. @include desktop-only {
  104. top: 43%;
  105. left: 19%;
  106. width: 110px;
  107. }
  108. }
  109. .img-montbeliard {
  110. display: block;
  111. position: absolute;
  112. top: 69%;
  113. left: 29%;
  114. width: 160px;
  115. @include desktop-only {
  116. width: 110px;
  117. }
  118. }
  119. .img-sud_territoire {
  120. display: block;
  121. position: absolute;
  122. top: 54%;
  123. left: 67%;
  124. }
  125. }
  126. }