tarteaucitron.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545
  1. /***
  2. * Responsive layout for the control panel
  3. */
  4. @media screen and (max-width:479px) {
  5. #tarteaucitron .tarteaucitronLine .tarteaucitronName {
  6. width: 90% !important;
  7. }
  8. #tarteaucitron .tarteaucitronLine .tarteaucitronAsk {
  9. float: left !important;
  10. margin: 10px 15px 5px;
  11. }
  12. }
  13. @media screen and (max-width:767px) {
  14. #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer, #tarteaucitron {
  15. background: #fff;
  16. border: 0 !important;
  17. bottom: 0 !important;
  18. height: 100% !important;
  19. left: 0 !important;
  20. margin: 0 !important;
  21. max-height: 100% !important;
  22. max-width: 100% !important;
  23. top: 0 !important;
  24. width: 100% !important;
  25. }
  26. #tarteaucitron .tarteaucitronBorder {
  27. border: 0 !important;
  28. }
  29. #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
  30. border: 0 !important;
  31. }
  32. #tarteaucitron #tarteaucitronServices .tarteaucitronTitle {
  33. text-align: left !important;
  34. }
  35. }
  36. @media screen and (min-width:768px) and (max-width:991px) {
  37. #tarteaucitron {
  38. border: 0 !important;
  39. left: 0 !important;
  40. margin: 0 5% !important;
  41. max-height: 80% !important;
  42. width: 90% !important;
  43. }
  44. }
  45. /***
  46. * Common value
  47. */
  48. #tarteaucitron * {
  49. zoom: 1;
  50. }
  51. #tarteaucitron .clear {
  52. clear: both;
  53. }
  54. #tarteaucitron a {
  55. color: rgb(66, 66, 66);
  56. font-size: 11px;
  57. font-weight: 700;
  58. text-decoration: none;
  59. }
  60. #tarteaucitronAlertBig a, #tarteaucitronAlertSmall a {
  61. color: #fff;
  62. }
  63. #tarteaucitron b {
  64. font-size: 22px;
  65. font-weight: 500;
  66. }
  67. /***
  68. * Root div added just before </body>
  69. */
  70. #tarteaucitronRoot {
  71. left: 0;
  72. position: absolute;
  73. right: 0;
  74. top: 0;
  75. width: 100%;
  76. }
  77. #tarteaucitronRoot * {
  78. box-sizing: initial;
  79. color: #333;
  80. font-family: sans-serif !important;
  81. font-size: 14px;
  82. line-height: normal;
  83. vertical-align: initial;
  84. }
  85. /***
  86. * Control panel
  87. */
  88. #tarteaucitronBack {
  89. background: #fff;
  90. display: none;
  91. height: 100%;
  92. left: 0;
  93. opacity: 0.7;
  94. position: fixed;
  95. top: 0;
  96. width: 100%;
  97. z-index: 2147483646;
  98. }
  99. #tarteaucitron {
  100. display: none;
  101. max-height: 80%;
  102. left: 50%;
  103. margin: 0 auto 0 -430px;
  104. padding: 0;
  105. position: fixed;
  106. top: 6%;
  107. width: 860px;
  108. z-index: 2147483647;
  109. }
  110. #tarteaucitron .tarteaucitronBorder {
  111. background: #fff;
  112. border: 2px solid #333;
  113. border-top: 0;
  114. height: auto;
  115. overflow: auto;
  116. }
  117. #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie,
  118. #tarteaucitron #tarteaucitronClosePanel {
  119. background: #333333;
  120. color: #fff;
  121. cursor: pointer;
  122. font-size: 12px;
  123. font-weight: 700;
  124. text-decoration: none;
  125. padding: 4px 0;
  126. position: absolute;
  127. right: 0;
  128. text-align: center;
  129. width: 70px;
  130. }
  131. #tarteaucitron #tarteaucitronDisclaimer {
  132. color: #555;
  133. font-size: 12px;
  134. margin: 15px auto 0;
  135. width: 80%;
  136. }
  137. #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden,
  138. #tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
  139. background: rgba(51, 51, 51, 0.07);
  140. }
  141. #tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
  142. display: none;
  143. position: relative;
  144. }
  145. #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle,
  146. #tarteaucitron #tarteaucitronServices .tarteaucitronTitle,
  147. #tarteaucitron #tarteaucitronInfo,
  148. #tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
  149. background: #333;
  150. color: #fff;
  151. display: inline-block;
  152. font-size: 14px;
  153. font-weight: 700;
  154. margin: 20px 0px 0px;
  155. padding: 5px 20px;
  156. text-align: left;
  157. width: auto;
  158. }
  159. #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a,
  160. #tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
  161. color: #fff;
  162. font-weight: 500;
  163. }
  164. #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a:hover,
  165. #tarteaucitron #tarteaucitronServices .tarteaucitronTitle a:hover {
  166. text-decoration: none !important;
  167. }
  168. #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a {
  169. font-size: 22px;
  170. }
  171. #tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
  172. font-size: 14px;
  173. }
  174. #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle {
  175. padding: 5px 10px;
  176. }
  177. #tarteaucitron #tarteaucitronInfo,
  178. #tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
  179. color: #fff;
  180. display: none;
  181. font-size: 12px;
  182. font-weight: 500;
  183. margin-top: 0;
  184. max-width: 270px;
  185. padding: 20px;
  186. position: absolute;
  187. z-index: 2147483647;
  188. }
  189. #tarteaucitron #tarteaucitronInfo a {
  190. color: #fff;
  191. text-decoration: underline;
  192. }
  193. #tarteaucitron #tarteaucitronServices .tarteaucitronLine:hover {
  194. background: rgba(51, 51, 51, 0.2);
  195. }
  196. #tarteaucitron #tarteaucitronServices .tarteaucitronLine {
  197. background: rgba(51, 51, 51, 0.1);
  198. border-left: 5px solid transparent;
  199. margin: 0;
  200. overflow: hidden;
  201. padding: 15px 5px;
  202. }
  203. #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  204. background: #333;
  205. border: 3px solid #333;
  206. border-left: 9px solid #333;
  207. border-top: 5px solid #333;
  208. margin-bottom: 0;
  209. margin-top: 21px;
  210. position: relative;
  211. }
  212. #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover {
  213. background: #333;
  214. }
  215. #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName {
  216. margin-left: 15px;
  217. margin-top: 2px;
  218. }
  219. #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName b {
  220. color: #fff;
  221. }
  222. #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk {
  223. margin-top: 0px !important;
  224. }
  225. #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName {
  226. display: inline-block;
  227. float: left;
  228. margin-left: 10px;
  229. text-align: left;
  230. width: 50%;
  231. }
  232. #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName a:hover {
  233. text-decoration: underline;
  234. }
  235. #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
  236. display: inline-block;
  237. float: right;
  238. margin: 7px 15px 0;
  239. text-align: right;
  240. }
  241. #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
  242. #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
  243. .tac_activate .tarteaucitronAllow {
  244. background: gray;
  245. border-radius: 4px;
  246. color: #fff;
  247. cursor: pointer;
  248. display: inline-block;
  249. padding: 6px 10px;
  250. text-align: center;
  251. text-decoration: none;
  252. width: auto;
  253. }
  254. #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies {
  255. color: #333;
  256. font-size: 12px;
  257. }
  258. /***
  259. * Big alert
  260. */
  261. .tarteaucitronAlertBigTop {
  262. top: 0;
  263. }
  264. .tarteaucitronAlertBigBottom {
  265. bottom: 0;
  266. }
  267. #tarteaucitronAlertBig {
  268. background: #333;
  269. color: #fff;
  270. display: none;
  271. font-size: 15px !important;
  272. left: 0;
  273. padding: 5px 5%;
  274. position: fixed;
  275. text-align: center;
  276. width: 90%;
  277. box-sizing: content-box;
  278. z-index: 2147483645;
  279. }
  280. #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
  281. #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert b {
  282. font: 15px verdana;
  283. color: #fff;
  284. }
  285. #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert b {
  286. font-weight: 700;
  287. }
  288. #tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPersonalize {
  289. background: #008300;
  290. color: #fff;
  291. cursor: pointer;
  292. display: inline-block;
  293. font-size: 16px;
  294. padding: 5px 10px;
  295. text-decoration: none;
  296. margin-left: 7px;
  297. }
  298. #tarteaucitronAlertBig #tarteaucitronCloseAlert {
  299. background: #fff;
  300. color: #333;
  301. font-size: 13px;
  302. margin-bottom: 3px;
  303. margin-left: 7px;
  304. padding: 4px 10px;
  305. }
  306. #tarteaucitronPercentage {
  307. background: #0A0;
  308. box-shadow: 0 0 2px #fff, 0 1px 2px #555;
  309. height: 5px;
  310. left: 0;
  311. position: fixed;
  312. width: 0;
  313. z-index: 2147483644;
  314. }
  315. /***
  316. * Small alert
  317. */
  318. #tarteaucitronAlertSmall {
  319. background: #333;
  320. bottom: 0;
  321. display: none;
  322. padding: 0;
  323. position: fixed;
  324. right: 0;
  325. text-align: center;
  326. width: auto;
  327. z-index: 2147483646;
  328. }
  329. #tarteaucitronAlertSmall #tarteaucitronManager {
  330. color: #fff;
  331. cursor: pointer;
  332. display: inline-block;
  333. font-size: 11px !important;
  334. padding: 8px 10px 8px;
  335. }
  336. #tarteaucitronAlertSmall #tarteaucitronManager:hover {
  337. background: rgba(255, 255, 255, 0.05);
  338. }
  339. #tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot {
  340. background-color: gray;
  341. border-radius: 5px;
  342. display: block;
  343. height: 8px;
  344. margin-bottom: 1px;
  345. margin-top: 5px;
  346. overflow: hidden;
  347. width: 100%;
  348. }
  349. #tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen,
  350. #tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow,
  351. #tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
  352. display: block;
  353. float: left;
  354. height: 100%;
  355. width: 0%;
  356. }
  357. #tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen {
  358. background-color: #1B870B;
  359. }
  360. #tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow {
  361. background-color: #FBDA26;
  362. }
  363. #tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
  364. background-color: #9C1A1A;
  365. }
  366. #tarteaucitronAlertSmall #tarteaucitronCookiesNumber {
  367. background: rgba(255, 255, 255, 0.2);
  368. color: #fff;
  369. cursor: pointer;
  370. display: inline-block;
  371. font-size: 30px;
  372. padding: 0px 10px;
  373. vertical-align: top;
  374. }
  375. #tarteaucitronAlertSmall #tarteaucitronCookiesNumber:hover {
  376. background: rgba(255, 255, 255, 0.3);
  377. }
  378. #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer {
  379. display: none;
  380. max-height: 70%;
  381. max-width: 500px;
  382. position: fixed;
  383. right: 0;
  384. width: 100%;
  385. }
  386. #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
  387. background: #fff;
  388. border: 2px solid #333;
  389. color: #333;
  390. font-size: 11px;
  391. height: auto;
  392. overflow: auto;
  393. text-align: left;
  394. }
  395. #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList b {
  396. color: #333;
  397. }
  398. #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle {
  399. background: #333;
  400. margin-top: 21px;
  401. padding: 13px 0 9px 13px;
  402. text-align: left;
  403. }
  404. #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle b {
  405. color: #fff;
  406. font-size: 16px;
  407. }
  408. #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain {
  409. background: rgba(51, 51, 51, 0.1);
  410. padding: 7px 5px 10px;
  411. word-wrap: break-word;
  412. }
  413. #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain:hover {
  414. background: rgba(51, 51, 51, 0.2);
  415. }
  416. #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain a {
  417. color: #333;
  418. text-decoration: none;
  419. }
  420. #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft {
  421. display: inline-block;
  422. width: 50%;
  423. }
  424. #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft a b {
  425. color: darkred;
  426. }
  427. #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListRight {
  428. color: #333;
  429. display: inline-block;
  430. font-size: 11px;
  431. margin-left: 10%;
  432. vertical-align: top;
  433. width: 30%;
  434. }
  435. /***
  436. * Fallback activate link
  437. */
  438. .tac_activate {
  439. background: #333;
  440. color: #fff;
  441. display: table;
  442. font-size: 12px;
  443. height: 100%;
  444. line-height: initial;
  445. margin: auto;
  446. text-align: center;
  447. width: 100%;
  448. }
  449. .tac_float {
  450. display: table-cell;
  451. text-align: center;
  452. vertical-align: middle;
  453. }
  454. .tac_activate .tac_float b {
  455. color: #fff;
  456. }
  457. .tac_activate .tac_float .tarteaucitronAllow {
  458. background-color: #1B870B;
  459. display: inline-block;
  460. }
  461. /***
  462. * CSS for services
  463. */
  464. ins.ferank-publicite, ins.adsbygoogle {
  465. text-decoration: none;
  466. }
  467. div.amazon_product {
  468. height:240px;
  469. width:120px;
  470. }