section.scss 2.5 KB

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