section.scss 3.1 KB

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