_start.scss 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. .arrow{
  2. width: 0!important;
  3. height: 0;
  4. top: 40px;
  5. left: 50%;
  6. right: 50%;
  7. border: 50px solid white;
  8. border-left-color: transparent;
  9. border-right-color: transparent;
  10. border-bottom-color: transparent;
  11. position: absolute;
  12. transform: translateX(-50%);
  13. }
  14. .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
  15. background-color: #964587!important;
  16. }
  17. .mCSB_scrollTools .mCSB_draggerRail{
  18. background-color: $bkg-d!important;
  19. }
  20. body{
  21. position:relative;
  22. padding-bottom: 20px;
  23. }
  24. #start{
  25. &>section:last-child{
  26. margin-bottom: 0!important;
  27. }
  28. section{
  29. position: relative;
  30. margin-top: -10px;
  31. margin-bottom: 100px;
  32. padding-top: 5px;
  33. & > h2, & > h3{
  34. text-align: center;
  35. }
  36. h3{
  37. width: 100%;
  38. }
  39. }
  40. h2{
  41. z-index: 1;
  42. margin-top: -35px;
  43. display: inline-flex;
  44. width: 100%;
  45. align-items: center;
  46. &::after{
  47. right: 0;
  48. content: " ";
  49. width: 50%;
  50. height: 0px;
  51. border: 1px solid $blue;
  52. margin-left: 20px;
  53. }
  54. &::before{
  55. left: 0;
  56. content: " ";
  57. width: 50%;
  58. height: 0px;
  59. border: 1px solid $blue;
  60. margin-right: 20px;
  61. }
  62. }
  63. #home{
  64. width: 40%;
  65. min-width: 700px;
  66. margin: 0 auto 100px auto;
  67. }
  68. #m-tier{
  69. & > div{
  70. background:$section;
  71. display: inline-flex;
  72. flex-wrap: wrap;
  73. justify-content: center;
  74. h3{
  75. text-align: center;
  76. }
  77. & > section:nth-of-type(odd){
  78. margin-right: 50px;
  79. }
  80. & > section:nth-of-type(even){
  81. margin-left: 50px;
  82. }
  83. section{
  84. width: 35%;
  85. min-width: 350px;
  86. &:nth-of-type(n+3){
  87. position: relative;
  88. .title{
  89. position: absolute;
  90. z-index: 1;
  91. transform: rotate(-135deg);
  92. width: 0;
  93. height: 0;
  94. top: -65px;
  95. left: -70px;
  96. border: 70px solid #0f265c;
  97. border-top-color: transparent;
  98. border-right-color: transparent;
  99. border-bottom-color: transparent;
  100. h3{
  101. transform: rotate(90deg);
  102. position: absolute;
  103. top: -75px;
  104. left: -50px;
  105. }
  106. }
  107. & > .content{
  108. display: none;
  109. }
  110. .images{
  111. height: auto;
  112. position: relative;
  113. .content{
  114. position: absolute;
  115. top: 0;
  116. left: 0;
  117. display: none;
  118. height: 100%;
  119. width: 100%;
  120. background: #0f265c;
  121. p,ul,li{
  122. position: absolute;
  123. top: 50%;
  124. left: 50%;
  125. transform: translateY(-55%) translateX(-50%);
  126. color: white;
  127. }
  128. }
  129. &:hover{
  130. .content{
  131. display: block;
  132. }
  133. }
  134. }
  135. }
  136. .content{
  137. p{
  138. text-align: justify;
  139. }
  140. }
  141. .filet{
  142. display: none;
  143. }
  144. }
  145. }
  146. }
  147. #r-f-rences{
  148. h3{
  149. display: inline-flex;
  150. width: 100%;
  151. align-items: center;
  152. white-space:nowrap;
  153. &::after{
  154. right: 0;
  155. content: " ";
  156. width: 50%;
  157. height: 0px;
  158. border: 2px dashed #8d2815;
  159. margin-left: 20px;
  160. }
  161. &::before{
  162. left: 0;
  163. content: " ";
  164. width: 50%;
  165. height: 0px;
  166. border: 2px dashed #8d2815;
  167. margin-right: 20px;
  168. }
  169. }
  170. & > div{
  171. background: $section;
  172. & > p{
  173. width: 50%;
  174. text-align: center;
  175. min-width: 600px;
  176. margin: 0px auto 0px auto;
  177. }
  178. .title{
  179. margin-bottom: 50px;
  180. }
  181. section{
  182. &:last-child{
  183. p{
  184. display: inline-flex;
  185. flex-wrap: wrap;
  186. align-items: center;
  187. justify-content: center;
  188. img{
  189. margin: 0 20px;
  190. width: 15%;
  191. min-width: 150px;
  192. height: 100%;
  193. }
  194. }
  195. }
  196. }
  197. #recommandations{
  198. }
  199. #clients{
  200. .images{
  201. margin: 0 50px;
  202. display: inline-flex;
  203. align-items: center;
  204. justify-content: center;
  205. margin-bottom: 50px;
  206. flex-wrap: wrap;
  207. img{
  208. width: 10%;
  209. min-width: 200px;
  210. margin-bottom: 20px;
  211. &:not(:first-child){
  212. margin-left: 20px;
  213. }
  214. }
  215. }
  216. }
  217. }
  218. }
  219. #contact{
  220. & > div {
  221. display: inline-flex;
  222. flex-wrap: wrap;
  223. justify-content: center;
  224. align-items: center;
  225. width: 100%;
  226. p{
  227. width: 40%;
  228. &:nth-of-type(1){
  229. text-align: right;
  230. margin-right: 50px;
  231. }
  232. // &:nth-of-type(2){
  233. // text-align: left;
  234. // margin-left: 20px;
  235. // }
  236. img{
  237. margin-bottom: 20px;
  238. border-radius: 150px;
  239. width: 10%;
  240. min-width: 180px;
  241. height: auto;
  242. }
  243. }
  244. section{
  245. width: 50%
  246. }
  247. }
  248. }
  249. }