main1.css 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336
  1. /*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
  2. html {
  3. color: #222;
  4. font-size: 1em;
  5. line-height: 1.4;
  6. }
  7. ::-moz-selection {
  8. background: #b3d4fc;
  9. text-shadow: none;
  10. }
  11. ::selection {
  12. background: #b3d4fc;
  13. text-shadow: none;
  14. }
  15. hr {
  16. display: block;
  17. height: 1px;
  18. border: 0;
  19. border-top: 1px solid #ccc;
  20. margin: 1em 0;
  21. padding: 0;
  22. }
  23. audio,
  24. canvas,
  25. iframe,
  26. img,
  27. svg,
  28. video {
  29. vertical-align: middle;
  30. }
  31. fieldset {
  32. border: 0;
  33. margin: 0;
  34. padding: 0;
  35. }
  36. textarea {
  37. resize: vertical;
  38. }
  39. .browserupgrade {
  40. margin: 0.2em 0;
  41. background: #ccc;
  42. color: #000;
  43. padding: 0.2em 0;
  44. }
  45. /* ==========================================================================
  46. Author's custom styles
  47. ========================================================================== */
  48. h1 {
  49. text-align: center;
  50. }
  51. .fonteQuestion {
  52. font-size: 32px;
  53. text-align: center;
  54. display: block;
  55. }
  56. .airedejeu {
  57. position: relative;
  58. margin: auto;
  59. width: 70%;
  60. border: 3px solid #73AD21;
  61. }
  62. .monfond {
  63. margin: auto;
  64. }
  65. #texteaera {
  66. position: absolute;
  67. top: 15%;
  68. left: 30%;
  69. width: 40%;
  70. height: 20%;
  71. background: lightgrey;
  72. border-radius: 15px;
  73. border-style: groove;
  74. border-color: white;
  75. opacity: 0.9;
  76. font-weight: bold;
  77. }
  78. button[disabled] {
  79. pointer-events: none;
  80. }
  81. #contenu {
  82. }
  83. .bouton {
  84. background:lightgrey;
  85. border-radius: 10px;
  86. border-style: groove;
  87. border-color: white;
  88. opacity: 0.9;
  89. font-size: 18px;
  90. font-weight: bold;
  91. }
  92. button:hover {
  93. background-color: #043ef9; /* Green #4CAF50;*/
  94. color: white;
  95. }
  96. #ajB1{
  97. position: absolute;
  98. top: 45%;
  99. left: 10%;
  100. width: 25%;
  101. height: 13%;
  102. }
  103. #ajB2 {
  104. position: absolute;
  105. top: 45%;
  106. left: 37.5%;
  107. width: 25%;
  108. height: 13%;
  109. }
  110. #ajB3 {
  111. position: absolute;
  112. top: 45%;
  113. left: 65%;
  114. width: 25%;
  115. height: 13%;
  116. }
  117. #ajB4 {
  118. position: absolute;
  119. top: 60%;
  120. left: 24%;
  121. width: 25%;
  122. height: 13%;
  123. }
  124. #ajB5 {
  125. position: absolute;
  126. top: 60%;
  127. left: 51%;
  128. width: 25%;
  129. height: 13%;
  130. }
  131. #ajB6 {
  132. position: absolute;
  133. top: 75%;
  134. left: 10%;
  135. width: 25%;
  136. height: 13%;
  137. }
  138. #ajB7 {
  139. position: absolute;
  140. top: 75%;
  141. left: 37.5%;
  142. width: 25%;
  143. height: 13%;
  144. }
  145. #ajB8 {
  146. position: absolute;
  147. top: 75%;
  148. left: 65%;
  149. width: 25%;
  150. height: 13%;
  151. }
  152. /* ==========================================================================
  153. Media Queries
  154. ========================================================================== */
  155. @media only screen and (min-width: 35em) {
  156. }
  157. @media print,
  158. (-o-min-device-pixel-ratio: 5/4),
  159. (-webkit-min-device-pixel-ratio: 1.25),
  160. (min-resolution: 120dpi) {
  161. }
  162. /* ==========================================================================
  163. Helper classes
  164. ========================================================================== */
  165. .hidden {
  166. display: none !important;
  167. visibility: hidden;
  168. }
  169. .visuallyhidden {
  170. border: 0;
  171. clip: rect(0 0 0 0);
  172. height: 1px;
  173. margin: -1px;
  174. overflow: hidden;
  175. padding: 0;
  176. position: absolute;
  177. width: 1px;
  178. }
  179. .visuallyhidden.focusable:active,
  180. .visuallyhidden.focusable:focus {
  181. clip: auto;
  182. height: auto;
  183. margin: 0;
  184. overflow: visible;
  185. position: static;
  186. width: auto;
  187. }
  188. .invisible {
  189. visibility: hidden;
  190. }
  191. .clearfix:before,
  192. .clearfix:after {
  193. content: " ";
  194. display: table;
  195. }
  196. .clearfix:after {
  197. clear: both;
  198. }
  199. .clearfix {
  200. *zoom: 1;
  201. }
  202. /* ==========================================================================
  203. Print styles
  204. ========================================================================== */
  205. @media print {
  206. *,
  207. *:before,
  208. *:after {
  209. background: transparent !important;
  210. color: #000 !important;
  211. box-shadow: none !important;
  212. text-shadow: none !important;
  213. }
  214. a,
  215. a:visited {
  216. text-decoration: underline;
  217. }
  218. a[href]:after {
  219. content: " (" attr(href) ")";
  220. }
  221. abbr[title]:after {
  222. content: " (" attr(title) ")";
  223. }
  224. a[href^="#"]:after,
  225. a[href^="javascript:"]:after {
  226. content: "";
  227. }
  228. pre,
  229. blockquote {
  230. border: 1px solid #999;
  231. page-break-inside: avoid;
  232. }
  233. thead {
  234. display: table-header-group;
  235. }
  236. tr,
  237. img {
  238. page-break-inside: avoid;
  239. }
  240. img {
  241. max-width: 100% !important;
  242. }
  243. p,
  244. h2,
  245. h3 {
  246. orphans: 3;
  247. widows: 3;
  248. }
  249. h2,
  250. h3 {
  251. page-break-after: avoid;
  252. }
  253. }