_mobile.scss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. @media screen and (max-width: 1024px){
  2. body{
  3. #start{
  4. width: $Wi80-m;
  5. #text_figli{
  6. #item_list{
  7. &.figureslibres, &.logiciels-libres{
  8. width: 100%;
  9. }
  10. .card{
  11. width: $Wi33-m;
  12. #item{
  13. width: calc(300% + (.5rem * 2));
  14. .content-title{
  15. margin: 1rem auto 1rem auto;
  16. }
  17. .e-content{
  18. width: 100%;
  19. }
  20. }
  21. }
  22. }
  23. }
  24. }
  25. }
  26. }
  27. @media screen and (max-width: 1000px){
  28. .sidebar-right{
  29. .list-projets {
  30. .container{
  31. width: 100%;
  32. float: none;
  33. padding-bottom: 0;
  34. }
  35. .informations{
  36. float: none;
  37. padding-left: 0.5rem;
  38. margin-left: 10px;
  39. }
  40. }
  41. }
  42. #item_list{
  43. width: 90vw!important;
  44. }
  45. }
  46. @media screen and (max-width: 768px) {
  47. body #start #text_figli #item_list .card{
  48. width: calc((100% / 2) - .5rem);
  49. #item{
  50. width: calc(90vw - 0.5rem);
  51. }
  52. }
  53. }
  54. @media screen and (max-width: 510px) {
  55. body{
  56. #start{
  57. width: $Wi-m;
  58. margin: 0.5rem auto 2rem auto;
  59. #text_figli{
  60. p{
  61. font-size: 1.7rem;
  62. line-height: 2.3rem;
  63. }
  64. #item_list{
  65. width: 100%!important;
  66. &.figureslibres, &.logiciels-libres{
  67. min-width: 100%;
  68. }
  69. .card{
  70. width: calc(100%);
  71. margin: 0 0 0.5rem 0;
  72. #item{
  73. width: 100%;
  74. padding: 1rem;
  75. .e-content{
  76. min-width: 100%;
  77. margin: 2rem 0;
  78. }
  79. .content-title{
  80. h2{
  81. font-size: 2rem !important;
  82. line-height: 2.5rem !important;
  83. }
  84. & > div{
  85. line-height: 1rem;
  86. }
  87. }
  88. }
  89. }
  90. }
  91. }
  92. }
  93. .sidebar-right{
  94. width: 100%;
  95. right: -100%;
  96. #icone_list{
  97. z-index: 0;
  98. top: 0;
  99. .hamburger{
  100. float: right;
  101. z-index: 999;
  102. }
  103. }
  104. .list-projets{
  105. z-index: 999;
  106. .title-menu{
  107. h2{
  108. font-size: 1.7rem;
  109. line-height: 2.3rem;
  110. }
  111. }
  112. ul{
  113. li{
  114. margin-top: 0!important;
  115. display: initial!important;
  116. font-size: 1rem;
  117. line-height: 1.5rem;
  118. &::before{
  119. width: 100%;
  120. }
  121. a{
  122. display: initial!important;
  123. padding: 0rem!important;
  124. font-size: 1rem;
  125. line-height: 1.5rem;
  126. img{
  127. display: none!important;
  128. }
  129. }
  130. &> span{
  131. font-size: 1rem;
  132. line-height: 1.5rem;
  133. }
  134. }
  135. }
  136. .container-wrap{
  137. display: block;
  138. .container{
  139. &::after{
  140. height: 1px;
  141. width: 0;
  142. bottom: 0;
  143. top: auto!important;
  144. left: 0!important;
  145. }
  146. }
  147. }
  148. }
  149. &.is-active{
  150. .container{
  151. &::after{
  152. width: 100%!important;
  153. transition: 1s width 1s ease;
  154. }
  155. }
  156. }
  157. .informations{
  158. h3{
  159. font-size: 1.1rem;
  160. }
  161. }
  162. }
  163. }
  164. footer{
  165. z-index: 999;
  166. justify-content: center;
  167. width: 100%;
  168. bottom: 0!important;
  169. left: 0!important;
  170. padding: 0.5rem;
  171. background-color: #f9f9f9fe;
  172. }
  173. .circle_hover.open{
  174. width: 100px!important;
  175. height: 100px!important;
  176. }
  177. }