section.scss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. #start{
  2. & > div{
  3. height: 100vh;
  4. }
  5. div:nth-child(n+3){
  6. display: flex;
  7. &:nth-child(even){
  8. flex-direction: row-reverse;
  9. }
  10. & > div{
  11. width: 50%;
  12. overflow: auto;
  13. &:first-child{
  14. position: relative;
  15. display: flex;
  16. flex-direction: column;
  17. justify-content: center;
  18. background-image: linear-gradient(#98272D, #4f100B);
  19. .citation{
  20. text-align: center;
  21. position: absolute;
  22. top: 20%;
  23. width: 450px;
  24. left: 50%;
  25. margin-left: -225px;
  26. }
  27. .chap{
  28. margin: auto;
  29. text-align: center;
  30. .reso{
  31. justify-content: center;
  32. flex-direction: row;
  33. margin-top: 10px;
  34. a:nth-of-type(1){
  35. margin-right: 5px
  36. }
  37. a:nth-of-type(2){
  38. margin-left: 5px;
  39. }
  40. }
  41. }
  42. }
  43. }
  44. }
  45. .content{
  46. p{
  47. text-align: center;
  48. margin-bottom: 15px;
  49. }
  50. }
  51. .grav-youtube{
  52. margin: 0;
  53. }
  54. #home{
  55. display: flex;
  56. .visu-album{
  57. position: absolute;
  58. }
  59. .title{
  60. // z-index: 998;
  61. width: 100%;
  62. display: flex;
  63. flex-wrap: wrap;
  64. h1{
  65. width: 100vw;
  66. margin: auto;
  67. text-transform: uppercase;
  68. text-align: center;
  69. }
  70. p{
  71. position: absolute;
  72. text-align: center;
  73. width: 500px;
  74. left: 50%;
  75. margin-left: -250px;
  76. top: 77%;
  77. img{
  78. vertical-align: middle;
  79. margin-top: 8px;
  80. &:nth-of-type(1){
  81. width: 20px;
  82. margin-right: 5px;
  83. }
  84. }
  85. a{
  86. &:last-child{
  87. img{
  88. width: 28px;
  89. }
  90. }
  91. }
  92. }
  93. .reso{
  94. margin: -20px auto 0 auto;
  95. a:nth-of-type(1){
  96. margin-right: 5px
  97. }
  98. a:nth-of-type(2){
  99. margin-left: 5px;
  100. }
  101. }
  102. }
  103. }
  104. #biographie, #prochaines_dates{
  105. .content{
  106. padding: 100px;
  107. p:last-child{
  108. margin-bottom: 100px;
  109. }
  110. }
  111. }
  112. #photographie{
  113. p{
  114. margin: 0;
  115. }
  116. }
  117. #presse{
  118. #sovaj, #matriz{
  119. display: flex;
  120. flex-flow: wrap;
  121. justify-content: center;
  122. margin-bottom: 100px;
  123. p{
  124. font-size: $font14!important;
  125. line-height: 1.2rem;
  126. }
  127. p:nth-of-type(1){
  128. padding: 0 50px;
  129. margin-top: 100px;
  130. }
  131. p{
  132. &:not(:nth-of-type(1)){
  133. width: 50%;
  134. height: auto;
  135. img{
  136. width: 20%;
  137. height: auto;
  138. margin: 20px 0;
  139. }
  140. }
  141. }
  142. }
  143. }
  144. #contact{
  145. background-image: linear-gradient(#98272D, #4f100B);
  146. display: flex;
  147. width: 100%;
  148. height: 100vh;
  149. #Contact{
  150. flex-direction: column;
  151. background-image: none;
  152. height: auto!important;
  153. margin: auto;
  154. p{
  155. text-align: center;
  156. margin: 0 auto;
  157. line-height: 1.5rem;
  158. strong{
  159. line-height: 3rem;
  160. }
  161. }
  162. }
  163. }
  164. }