_media-quieries.scss 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  1. @media screen and (max-width: 960px) {
  2. header{
  3. .logo{
  4. & > div{
  5. width: 100%;
  6. }
  7. }
  8. }
  9. #start{
  10. .section{
  11. .section-content{
  12. .content{
  13. width: 90%;
  14. }
  15. }
  16. &:not(:nth-last-child(1)){
  17. margin-bottom: 100px;
  18. }
  19. &:not(#home){
  20. .section-content{
  21. h3, p{
  22. margin: 100px auto 30px auto;
  23. }
  24. }
  25. & > .sous-section{
  26. &>section{
  27. margin: 30px 0;
  28. &:nth-last-child(1){
  29. margin-bottom: 60px;
  30. }
  31. }
  32. .no-gal{
  33. &:not(#clients){
  34. min-width: 70%;
  35. }
  36. }
  37. }
  38. }
  39. }
  40. }
  41. footer{
  42. section{
  43. width: 90%;
  44. }
  45. }
  46. }
  47. @media screen and (max-width: 700px) {
  48. Header{
  49. .title{
  50. height: 110px;
  51. padding-top: 0;
  52. }
  53. .navbar{
  54. top: 60px;
  55. left: 50px;
  56. right: 50px;
  57. ul{
  58. text-align: center;
  59. }
  60. }
  61. .logo{
  62. -webkit-box-orient: vertical;
  63. -webkit-box-direction: reverse;
  64. -ms-flex-direction: column-reverse;
  65. flex-direction: column-reverse;
  66. & > div{
  67. width: 100%;
  68. }
  69. .why_lsdo {
  70. display: none;
  71. }
  72. #user{
  73. margin-top: 50px;
  74. margin-left: 0;
  75. &>div{
  76. text-align: center;
  77. }
  78. }
  79. }
  80. }
  81. #home{
  82. min-width: 100%!important;
  83. }
  84. #start{
  85. .section{
  86. .sous-section{
  87. -webkit-box-orient: vertical;
  88. -webkit-box-direction: normal;
  89. -ms-flex-direction: column;
  90. flex-direction: column;
  91. -webkit-box-pack: center;
  92. -ms-flex-pack: center;
  93. justify-content: center;
  94. .blocks{
  95. width: 90%;
  96. margin-left: auto;
  97. margin-right: auto;
  98. }
  99. }
  100. &:not(#home){
  101. & > .sous-section{
  102. .no-gal{
  103. &:not(#clients){
  104. min-width: 90%;
  105. }
  106. }
  107. }
  108. .section-content{
  109. p{
  110. min-width: 90%;
  111. }
  112. }
  113. }
  114. }
  115. #contact{
  116. .blocks{
  117. &:nth-of-type(1){
  118. -webkit-box-align: center;
  119. -ms-flex-align: center;
  120. align-items: center;
  121. p{
  122. text-align: center!important;
  123. }
  124. }
  125. &:nth-of-type(2){
  126. -webkit-box-align: center;
  127. -ms-flex-align: center;
  128. align-items: center;
  129. .content{
  130. p{
  131. text-align: center!important;
  132. }
  133. }
  134. }
  135. }
  136. }
  137. }
  138. footer{
  139. section{
  140. width: 90%
  141. }
  142. }
  143. }
  144. @media screen and (max-width: 600px) {
  145. body{
  146. padding: 0 10px;
  147. }
  148. header{
  149. .title{
  150. padding: 0 0 0 0;
  151. h1{
  152. a{
  153. font-size: $font40;
  154. }
  155. }
  156. }
  157. }
  158. #start{
  159. margin: 0;
  160. .section{
  161. .sous-section{
  162. & > section{
  163. margin: 0 !important;
  164. padding: 0;
  165. .title{
  166. margin-bottom: 20px;
  167. }
  168. h3{
  169. white-space: nowrap!important;
  170. margin-bottom: 20px;
  171. }
  172. }
  173. }
  174. }
  175. .section:not(#home) {
  176. & > .sous-section{
  177. .no-gal:not(#clients):nth-of-type(n+3) {
  178. .title{
  179. top: -50px;
  180. left: -50px;
  181. border: 50px solid #0f265c;
  182. border-top-color: transparent;
  183. border-right-color: transparent;
  184. border-bottom-color: transparent;
  185. h3{
  186. top:-40px!important;
  187. left:-40px!important;
  188. }
  189. }
  190. .content{
  191. p,ul{
  192. width: 65%;
  193. }
  194. }
  195. }
  196. }
  197. }
  198. section{
  199. .section-content{
  200. &> p{
  201. min-width: 100%;
  202. margin-bottom: 50px;
  203. }
  204. }
  205. }
  206. .section{
  207. margin-bottom: 20px;
  208. .sous-section{
  209. &> section{
  210. margin-bottom: 20px;
  211. }
  212. }
  213. }
  214. h2{
  215. font-size: $font32;
  216. }
  217. h3{
  218. font-size: $h3;
  219. white-space: normal!important;
  220. }
  221. #m-tier{
  222. section{
  223. &:nth-of-type(n+3){
  224. h3{
  225. font-size: 1rem;
  226. white-space: nowrap!important;
  227. top: -50px!important;
  228. }
  229. }
  230. }
  231. }
  232. #r-f-rences{
  233. h3{
  234. margin-bottom: 60px;
  235. }
  236. #clients{
  237. .images{
  238. -webkit-box-pack: center;
  239. -ms-flex-pack: center;
  240. justify-content: center;
  241. img{
  242. margin:10px 10px;
  243. min-width: 70%;
  244. }
  245. }
  246. }
  247. }
  248. #recommandations{
  249. .owl-carousel{
  250. .owl-stage-outer{
  251. height: 350px!important;
  252. }
  253. .content{
  254. width: 250px!important;
  255. }
  256. }
  257. }
  258. #contact{
  259. & > div{
  260. p{
  261. min-width: 90%!important;
  262. text-align: center!important;
  263. &:not(:nth-of-type(1)){
  264. margin-top: 20px!important;
  265. }
  266. }
  267. }
  268. }
  269. }
  270. footer{
  271. margin: 0;
  272. & > section{
  273. &:last-child{
  274. p:last-child {
  275. margin-bottom: 0;
  276. }
  277. }
  278. }
  279. h3{
  280. font-size: 1.5rem;
  281. white-space: normal;
  282. }
  283. ul{
  284. -webkit-box-pack: space-evenly;
  285. -ms-flex-pack: space-evenly;
  286. justify-content: space-evenly;
  287. li{
  288. margin-left: 0;
  289. a{
  290. font-size: 1rem;
  291. }
  292. }
  293. }
  294. }
  295. }