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.

110 lines
1.7KB

  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. .img-map {
  36. display: none;
  37. img {
  38. width: 7.5rem;
  39. @include desktop-only {
  40. width: 5.8rem;
  41. }
  42. &:hover {
  43. cursor: pointer;
  44. }
  45. }
  46. }
  47. .img-vosges {
  48. display: block;
  49. position: absolute;
  50. top: 17%;
  51. left: 35%;
  52. }
  53. .img-belfort {
  54. display: block;
  55. position: absolute;
  56. top: 33%;
  57. left: 45%;
  58. width: 160px;
  59. @include desktop-only {
  60. width: 110px;
  61. }
  62. }
  63. .img-hericourt {
  64. display: block;
  65. position: absolute;
  66. top: 44%;
  67. left: 21%;
  68. width: 160px;
  69. @include desktop-only {
  70. top: 43%;
  71. left: 19%;
  72. width: 110px;
  73. }
  74. }
  75. .img-montbeliard {
  76. display: block;
  77. position: absolute;
  78. top: 69%;
  79. left: 29%;
  80. width: 160px;
  81. @include desktop-only {
  82. width: 110px;
  83. }
  84. }
  85. .img-sud_territoire {
  86. display: block;
  87. position: absolute;
  88. top: 54%;
  89. left: 67%;
  90. }
  91. }
  92. }