style.css 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. @font-face {
  2. font-family: din;
  3. src: url(fonts/DIN-REGA.otf);
  4. }
  5. @font-face {
  6. font-family: din;
  7. src: url(fonts/DIN-BLAA.otf);
  8. font-weight: bold;
  9. }
  10. @font-face {
  11. font-family: fira;
  12. src: url(fonts/FiraSans-Book.otf);
  13. }
  14. @font-face {
  15. font-family: fira;
  16. src: url(fonts/FiraSans-Bold.otf);
  17. font-weight: bold;
  18. }
  19. @font-face {
  20. font-family: fira;
  21. src: url(fonts/FiraSans-ExtraBold.otf);
  22. font-weight: 900;
  23. }
  24. @font-face {
  25. font-family: fira;
  26. src: url(fonts/FiraSans-SemiBold.otf);
  27. font-weight: 600;
  28. }
  29. @font-face {
  30. font-family: fira;
  31. src: url(fonts/FiraSans-BookItalic.otf);
  32. font-style: italic;
  33. }
  34. body {
  35. margin: 0;
  36. padding: 0;
  37. }
  38. p {
  39. margin: 10px 0;
  40. }
  41. .extra-bold {
  42. font-weight: 900;
  43. }
  44. header {
  45. padding-top: 40px;
  46. background-color: #dcf094;
  47. text-align: center;
  48. font-family: din;
  49. }
  50. header h1 {
  51. color: #e7580f;
  52. margin: 15px 0 0 0;
  53. font-size: 51px;
  54. font-weight: bold;
  55. }
  56. header p {
  57. font-size: 36px;
  58. line-height: 45px;
  59. }
  60. header img {
  61. display: inline-block;
  62. vertical-align: middle;
  63. }
  64. p#date {
  65. margin-top: 30px;
  66. margin-bottom: 0px;
  67. font-weight: bold;
  68. }
  69. p#adresse {
  70. margin-top: 5px;
  71. margin-bottom: 0px;
  72. color: #e7580f;
  73. font-weight: bold;
  74. }
  75. #intro {
  76. padding: 600px 15rem 30px 8rem;
  77. background-color: #dcf094;
  78. font-size: 23px;
  79. line-height: 32px;
  80. background: no-repeat top right url("img/fond.png");
  81. background-color: #dcf094;
  82. font-family: fira;
  83. }
  84. #intro p {
  85. margin-bottom: 30px;
  86. }
  87. #programme {
  88. padding: 30px 9rem;
  89. background-color: #fff;
  90. font-family: fira;
  91. }
  92. #programme h2 {
  93. color: #e7580f;
  94. font-size: 28px;
  95. margin: 20px 0 0 0;
  96. }
  97. #programme h3 {
  98. margin: 10px 0 0px -39px;
  99. padding: 4px 0 4px 40px;
  100. font-size: 18px;
  101. line-height: 26px;
  102. font-weight: 600;
  103. }
  104. #programme p {
  105. margin: 0 0 8px 0;
  106. font-size: 18px;
  107. line-height: 23px;
  108. }
  109. #evt1 {
  110. background: no-repeat top left url("img/clock1.png");
  111. }
  112. #evt2 {
  113. background: no-repeat top left url("img/clock2.png");
  114. }
  115. #evt3 {
  116. background: no-repeat top left url("img/clock3.png");
  117. }
  118. #evt4 {
  119. background: no-repeat top left url("img/clock4.png");
  120. }
  121. #evt5 {
  122. background: no-repeat top left url("img/clock5.png");
  123. }
  124. #evt6 {
  125. background: no-repeat top left url("img/clock6.png");
  126. }
  127. #evt7 {
  128. background: no-repeat top left url("img/clock7.png");
  129. }
  130. .flex-box {
  131. display: flex;
  132. justify-content: center;
  133. }
  134. .flex-box .column {
  135. width: 50%;
  136. }
  137. .flex-box .column:first-child {
  138. padding-right: 60px;
  139. }
  140. .flex-box .column:nth-child(2) {
  141. padding-left: 60px;
  142. }
  143. #notes {
  144. margin-top: 20px;
  145. color: #6acbe8;
  146. font-style: italic;
  147. font-size: 16px;
  148. line-height: 22px;
  149. }
  150. #notes hr {
  151. border-top: 1px solid #6acbe8;
  152. width: 18%;
  153. text-align: left;
  154. margin-left: 0;
  155. margin-bottom: 14px;
  156. }
  157. #inscriptions {
  158. color: #e7580f;
  159. margin-top: 50px;
  160. }
  161. #inscriptions p {
  162. margin-bottom: 30px;
  163. font-size: 23px;
  164. line-height: 32px;
  165. }
  166. #inscriptions a {
  167. color: #e7580f;
  168. font-size: 32px;
  169. font-weight: 900;
  170. }