style.css 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292
  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: din;
  12. src: url(fonts/DIN-MEDA.otf);
  13. font-weight: 600;
  14. }
  15. @font-face {
  16. font-family: din;
  17. src: url(fonts/DIN-LIGA.otf);
  18. font-weight: 300;
  19. }
  20. @font-face {
  21. font-family: fira;
  22. src: url(fonts/FiraSans-Book.otf);
  23. }
  24. @font-face {
  25. font-family: fira;
  26. src: url(fonts/FiraSans-Bold.otf);
  27. font-weight: bold;
  28. }
  29. @font-face {
  30. font-family: fira;
  31. src: url(fonts/FiraSans-ExtraBold.otf);
  32. font-weight: 900;
  33. }
  34. @font-face {
  35. font-family: fira;
  36. src: url(fonts/FiraSans-SemiBold.otf);
  37. font-weight: 600;
  38. }
  39. @font-face {
  40. font-family: fira;
  41. src: url(fonts/FiraSans-BookItalic.otf);
  42. font-style: italic;
  43. }
  44. body {
  45. margin: 0;
  46. padding: 0;
  47. }
  48. p {
  49. margin: 10px 0;
  50. }
  51. .flex-box {
  52. display: flex;
  53. }
  54. .extra-bold {
  55. font-weight: 900;
  56. }
  57. .underline {
  58. text-decoration: underline;
  59. }
  60. header {
  61. padding: 40px 0;
  62. background-color: #dcf094;
  63. text-align: center;
  64. font-family: din;
  65. }
  66. header h1 {
  67. color: #e7580f;
  68. margin: auto;
  69. margin-top: 20px;
  70. margin-bottom: 20px;
  71. font-size: 55px;
  72. font-weight: bold;
  73. border-bottom: 2px solid #e7580f;
  74. width: fit-content;
  75. padding-bottom: 10px;
  76. }
  77. header p {
  78. font-size: 30px;
  79. line-height: 36px;
  80. font-weight: 300;
  81. }
  82. header img {
  83. display: inline-block;
  84. vertical-align: middle;
  85. }
  86. header .flex-box {
  87. justify-content: center;
  88. align-items: center;
  89. flex-wrap: wrap;
  90. padding: 0 6rem;
  91. }
  92. header .flex-box #cese {
  93. width: fit-content;
  94. text-align: right;
  95. flex-shrink: 0;
  96. margin-right: 20px;
  97. line-height: 38px;
  98. }
  99. header .flex-box #cese img {
  100. margin-bottom: 20px;
  101. }
  102. header .flex-box #ministre {
  103. text-align: left;
  104. flex-shrink: 3;
  105. width: 40%;
  106. line-height: 38px;
  107. margin-bottom: 20px;
  108. }
  109. header .flex-box #ministre span {
  110. font-weight: 600;
  111. }
  112. p#date {
  113. margin-top: 30px;
  114. margin-bottom: 0px;
  115. font-weight: bold;
  116. font-size: 36px;
  117. }
  118. p#adresse {
  119. margin-top: 5px;
  120. margin-bottom: 0px;
  121. color: #e7580f;
  122. font-weight: bold;
  123. font-size: 36px;
  124. }
  125. #intro {
  126. padding: 0 0 20px 0;
  127. background-color: #dcf094;
  128. font-size: 23px;
  129. line-height: 32px;
  130. background: no-repeat top 40px right url("img/fond.png");
  131. background-color: #dcf094;
  132. font-family: fira;
  133. letter-spacing: 1px;
  134. }
  135. .button {
  136. display: block;
  137. padding: 10px 30px;
  138. width: fit-content;
  139. background-color: #e7580f;
  140. color: #fff;
  141. text-decoration: none;
  142. border-radius: 20px;
  143. box-shadow: 0 0 2px 0 #44a4be;
  144. text-align: center;
  145. font-weight: 900;
  146. font-size: 30px;
  147. line-height: 32px;
  148. letter-spacing: 1px;
  149. }
  150. .button:hover {
  151. background-color: #e7824f;
  152. color: #fff;
  153. }
  154. .button span {
  155. font-size: 20px;
  156. line-height: 24px;
  157. font-weight: normal;
  158. }
  159. #intro .button {
  160. margin: auto;
  161. margin-bottom: 520px;
  162. }
  163. #intro p {
  164. padding: 0 13rem 0 8rem;
  165. margin-bottom: 30px;
  166. }
  167. #intro p.first {
  168. padding-right: 31rem;
  169. margin-top: 0;
  170. }
  171. #programme {
  172. padding: 40px 9rem;
  173. background-color: #fff;
  174. font-family: fira;
  175. }
  176. #programme h2 {
  177. color: #e7580f;
  178. font-size: 29px;
  179. margin: 0;
  180. letter-spacing: 1px;
  181. }
  182. #programme .clock-title {
  183. display: flex;
  184. align-items: center;
  185. margin: 10px 0 4px -40px;
  186. }
  187. #programme .clock-title img {
  188. width: 31px;
  189. height: 31px;
  190. margin-right: 8px;
  191. }
  192. #programme h3 {
  193. margin: 0;
  194. font-size: 18px;
  195. line-height: 26px;
  196. font-weight: 600;
  197. }
  198. #programme p {
  199. margin: 0 0 5px 0;
  200. font-size: 18px;
  201. line-height: 23px;
  202. }
  203. #programme p.underline {
  204. margin-bottom: 6px;
  205. }
  206. #programme .flex-box {
  207. justify-content: center;
  208. }
  209. .flex-box .column {
  210. width: 50%;
  211. }
  212. .flex-box .column:first-child {
  213. padding-right: 60px;
  214. }
  215. .flex-box .column:nth-child(2) {
  216. padding-left: 60px;
  217. }
  218. #notes {
  219. margin-top: 25px;
  220. color: #6acbe8;
  221. font-style: italic;
  222. font-size: 16px;
  223. line-height: 22px;
  224. }
  225. #notes hr {
  226. border-width: 0;
  227. height: 2px;
  228. color: #6acbe8;
  229. background-color: #6acbe8;
  230. width: 18%;
  231. text-align: left;
  232. margin-left: 0;
  233. margin-bottom: 10px;
  234. }
  235. #notes p {
  236. margin-bottom: 0;
  237. }
  238. #programme .button {
  239. margin: auto;
  240. margin-top: 30px;
  241. }
  242. #programme #inscriptions {
  243. margin-bottom: 30px;
  244. font-size: 22px;
  245. line-height: 32px;
  246. color: #e7580f;
  247. margin-top: 50px;
  248. letter-spacing: 1px;
  249. text-align: center;
  250. }