section.scss 2.8 KB

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