cd67-model.css 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601
  1. .no-print { /* Comportement défini dans le layout */ }
  2. .no-screen { /* Comportement défini dans le layout */ }
  3. .liste-principale { /* Comportement défini dans le fichier de script cd67-listes.js */ }
  4. .liste-secondaire { /* Comportement défini dans le fichier de script cd67-listes.js */ }
  5. body , html{
  6. height:100%;
  7. }
  8. #wrapper{
  9. min-height:95%;
  10. position:relative;
  11. }
  12. footer{
  13. position:relative;
  14. background-color: #ccc;
  15. text-align: center;
  16. left: 0;
  17. bottom: 0;
  18. width: 100%;
  19. }
  20. .search-form{
  21. display:inline-flex;
  22. flex-direction:row;
  23. padding-top: 10px;
  24. }
  25. label[for=recherche]{
  26. padding-right:5px;
  27. }
  28. .navbar-login {
  29. width: 300px;
  30. padding: 10px;
  31. padding-bottom: 0px;
  32. }
  33. .check-box{
  34. width: 34px;
  35. }
  36. .show-menu .main-container-cache{
  37. display: block;
  38. }
  39. .main-container-cache {
  40. position: fixed;
  41. top: 0;
  42. left: 0;
  43. z-index: 3;
  44. width: 100%;
  45. height: 100%;
  46. background: #000000;
  47. opacity: 0.2;
  48. display: none;
  49. }
  50. .navbar-collapse{
  51. position: fixed;
  52. left: 0;
  53. -webkit-transition: all 0.3s ease 0s;
  54. -moz-transition: all 0.3s ease 0s;
  55. -o-transition: all 0.3s ease 0s;
  56. -ms-transition: all 0.3s ease 0s;
  57. transition: all 0.3s ease 0s;
  58. top:0;
  59. z-index:100;
  60. padding: 0;
  61. }
  62. .navbar-collapse.collapse{
  63. display: block;
  64. }
  65. .navbar-collapse.hidden{
  66. left: -100%;
  67. }
  68. .menu_principal{
  69. margin: 0;
  70. padding: 110px 40px 40px;
  71. background-color: #fff;
  72. }
  73. .menu_principal li{
  74. list-style: none;
  75. }
  76. .menu_principal a, .menu_principal div{
  77. background-color: #DA1251;
  78. color:#fff;
  79. -webkit-transition: all 0.3s ease 0s;
  80. -moz-transition: all 0.3s ease 0s;
  81. -o-transition: all 0.3s ease 0s;
  82. -ms-transition: all 0.3s ease 0s;
  83. transition: all 0.3s ease 0s;
  84. font-size: 24px;
  85. line-height: 24px;
  86. border-bottom: 1px solid #fff;
  87. display: block;
  88. }
  89. .submenu a{
  90. padding:15px 47px;
  91. }
  92. .submenu a{
  93. background-color: #fff;
  94. color:#DA1251
  95. }
  96. .submenu li:first-child{
  97. font-weight:bolder;
  98. }
  99. .submenu li{
  100. margin-left:30px;
  101. }
  102. .menu_principal a:hover, .menu_principal div:hover{
  103. background-color: #237C4E;
  104. cursor:pointer;
  105. color:white;
  106. }
  107. .menu-button{
  108. background: #DA1251;
  109. border: medium none;
  110. color: transparent;
  111. height: 50px;
  112. padding: 0;
  113. position: fixed;
  114. text-indent: 2.5em;
  115. width: 50px;
  116. z-index: 101;
  117. left: 15px;
  118. border: 10px solid #DA1251;
  119. top: 3px;
  120. border-radius: 25px;
  121. box-shadow: 0px 1px 4px 1px #cccccc;
  122. cursor: pointer;
  123. }
  124. .menu-button:before, .menu-button:after, .menu-button span {
  125. background: #fff none repeat scroll 0 0;
  126. }
  127. .menu-button span {
  128. height: 3px;
  129. left: 0;
  130. overflow: hidden;
  131. position: absolute;
  132. text-indent: 200%;
  133. transition: opacity 0.25s ease 0s;
  134. width: 100%;
  135. top: 15px;
  136. }
  137. .menu-button:before, .menu-button:after {
  138. content: "";
  139. height: 3px;
  140. left: 0;
  141. pointer-events: none;
  142. position: absolute;
  143. top: 50%;
  144. transform-origin: 50% 50% 0;
  145. transition: transform 0.25s ease 0s;
  146. width: 100%;
  147. }
  148. .title::before{
  149. padding-right:15px;
  150. left:45px;
  151. font-family:FontAwesome;}
  152. .title{
  153. padding:0;
  154. font-family:sans-serif;
  155. }
  156. .menu-1{
  157. padding : 15px 45px;
  158. }
  159. .menu-button:after {
  160. transform: translate3d(0px, 10px, 0px) scale3d(1, 1, 1);
  161. }
  162. .menu-button:before {
  163. transform: translate3d(0px, -10px, 0px) scale3d(1, 1, 1);
  164. }
  165. .menu-button--open span {
  166. opacity: 0;
  167. }
  168. .menu-button--open:before {
  169. transform: rotate3d(0, 0, 1, 45deg);
  170. }
  171. .menu-button--open:after {
  172. transform: rotate3d(0, 0, 1, -45deg);
  173. }
  174. .navbar-login-session {
  175. padding: 10px;
  176. padding-bottom: 0px;
  177. padding-top: 0px;
  178. }
  179. .icon-size {
  180. font-size: 87px;
  181. }
  182. .navigation {
  183. /* Collapsed */
  184. width: 0;
  185. overflow: hidden;
  186. position: fixed;
  187. top: 0;
  188. left: 0;
  189. height: 100%;
  190. }
  191. .page-wrap {
  192. width: 100%;
  193. float: right;
  194. margin-top: -1px;
  195. }
  196. .navigation {
  197. transition: width 0.3s ease;
  198. }
  199. #menu-toggle-2 {
  200. margin-left: -10px;
  201. }
  202. #wrapper {
  203. padding-left: 0;
  204. padding-top: 60px;
  205. -webkit-transition: all 0.5s ease;
  206. -moz-transition: all 0.5s ease;
  207. -o-transition: all 0.5s ease;
  208. transition: all 0.5s ease;
  209. overflow: hidden;
  210. }
  211. #sidebar-wrapper {
  212. z-index: 1000;
  213. position: fixed;
  214. left: 250px;
  215. width: 0;
  216. height: 100%;
  217. margin-left: -250px;
  218. overflow-y: auto;
  219. -webkit-transition: all 0.5s ease;
  220. -moz-transition: all 0.5s ease;
  221. -o-transition: all 0.5s ease;
  222. transition: all 0.5s ease;
  223. overflow: hidden;
  224. }
  225. #wrapper.toggled #sidebar-wrapper {
  226. width: 250px;
  227. }
  228. .fixed-brand {
  229. width: auto;
  230. }
  231. .navbar {
  232. margin-bottom: 1px;
  233. }
  234. .navbar-brand {
  235. margin-top: -12px;
  236. }
  237. h1 {
  238. margin-right: 0;
  239. margin-top: 5px;
  240. font-size: 30px;
  241. padding-bottom: 5px;
  242. border-bottom: solid 1px #DA1251;
  243. }
  244. .navbar-inner ul li {
  245. float: left;
  246. display: block;
  247. }
  248. #topbar {
  249. text-align: center;
  250. }
  251. #titre {
  252. display: inline-block;
  253. }
  254. .row {
  255. margin-right: 0;
  256. }
  257. .sidebar-nav {
  258. position: absolute;
  259. top: 56px;
  260. margin: 0;
  261. padding: 0;
  262. list-style: none;
  263. margin-top: 9px;
  264. white-space:nowrap;
  265. }
  266. .sidebar-nav li a {
  267. display: block;
  268. text-decoration: none;
  269. }
  270. .active_tab {
  271. background-color: white;
  272. border-radius: 5px;
  273. padding-bottom: 1px;
  274. }
  275. .navbar-default .navbar-toggle:hover {
  276. background-color: #f8f8f8;
  277. }
  278. #tab {
  279. color: white;
  280. }
  281. #content_title {
  282. margin-bottom: 18px;
  283. padding-top: 34px;
  284. }
  285. .brand{
  286. padding-left:70px;
  287. padding-bottom : 8px;
  288. margin-top:8px;
  289. }
  290. .credentials{
  291. padding-top:24px
  292. }
  293. /*p {
  294. text-align: center;
  295. margin-top: 20px;
  296. }*/
  297. .sidebar-nav > .sidebar-brand {
  298. height: 65px;
  299. font-size: 18px;
  300. line-height: 60px;
  301. }
  302. .sidebar-nav > .sidebar-brand a {
  303. color: #999999;
  304. }
  305. .sidebar-nav > .sidebar-brand a:hover {
  306. color: #fff;
  307. background: none;
  308. }
  309. .no-margin {
  310. margin: 0;
  311. }
  312. #sidebar-wrapper {
  313. width: 50px;
  314. margin-top: 59px;
  315. }
  316. #wrapper {
  317. width: auto;
  318. }
  319. .dropdown span , .dropdown strong{
  320. color : black;
  321. white-space : nowrap
  322. }
  323. #wrapper.toggled-2 #sidebar-wrapper {
  324. width: 200px;
  325. }
  326. #wrapper.toggled-2 {
  327. padding-left: 200px;
  328. width: auto;
  329. }
  330. #page-content-wrapper {
  331. padding: 10px;
  332. position: relative;
  333. -webkit-transition: all 0.5s ease;
  334. -moz-transition: all 0.5s ease;
  335. -o-transition: all 0.5s ease;
  336. transition: all 0.5s ease;
  337. }
  338. #wrapper.toggled #page-content-wrapper {
  339. position: relative;
  340. margin-right: 0;
  341. padding-left: 250px;
  342. }
  343. #wrapper.toggled-2 #page-content-wrapper {
  344. position: relative;
  345. margin-right: 0;
  346. margin-left: -200px;
  347. -webkit-transition: all 0.5s ease;
  348. -moz-transition: all 0.5s ease;
  349. -o-transition: all 0.5s ease;
  350. transition: all 0.5s ease;
  351. width: auto;
  352. }
  353. .tabulation {
  354. text-indent: 20px;
  355. }
  356. ul {
  357. margin: 0;
  358. padding: 0;
  359. list-style: none;
  360. }
  361. #breadcrumbs-one {
  362. background: #eee;
  363. overflow: hidden;
  364. width: 100%;
  365. margin-bottom: 15px;
  366. }
  367. #breadcrumbs-one li {
  368. float: left;
  369. }
  370. #breadcrumbs-one a {
  371. padding: .7em 0.5em .7em 0.5em;
  372. float: left;
  373. color: #444;
  374. position: relative;
  375. }
  376. #breadcrumbs-one li:first-child a {
  377. padding-left: 1em;
  378. border-radius: 5px 0 0 5px;
  379. }
  380. #breadcrumbs-one a::before {
  381. border-left-color: #eeeeee;
  382. right: -1.1em;
  383. z-index: 1;
  384. }
  385. .link:hover {
  386. text-decoration:underline;
  387. }
  388. .current {
  389. background-color: transparent;
  390. }
  391. #content {
  392. padding-left: 15px;
  393. padding-right: 15px;
  394. min-height: 500px;
  395. }
  396. /*Menu de niveau 2*/
  397. #menu-l2 {
  398. text-align: center;
  399. border-top: 1px solid #e5e5e5;
  400. border-bottom: 1px solid #e5e5e5;
  401. width:auto;
  402. margin-bottom: 10px;
  403. }
  404. #li-menu-l2 {
  405. display: inline;
  406. line-height:30px;
  407. }
  408. #a-li-menu-l2-active {
  409. border-bottom: 3px solid;
  410. border-radius : 0;
  411. color: #000;
  412. color: black;
  413. margin: 0 5px;
  414. font-size : 14px;
  415. }
  416. #a-li-menu-l2 {
  417. color: black;
  418. margin: 0 5px;
  419. transition: background-color 150ms linear, color 150ms linear, border 150ms linear;
  420. font-size : 14px;
  421. }
  422. #title-l1 {
  423. text-align: center;
  424. }
  425. .flex {
  426. display: flex;
  427. flex-direction: row;
  428. }
  429. .facet{order:-1}
  430. /* Version réduite */
  431. @media(max-width:768px){
  432. #titre {
  433. display : none;
  434. }
  435. .nav {
  436. margin-bottom: 5px;
  437. }
  438. }
  439. .result {
  440. flex:1;
  441. bottom:42px;
  442. }
  443. /* Version normale */
  444. @media(min-width:768px) {
  445. #titre {
  446. display : normal;
  447. }
  448. #sidebar-wrapper:hover {
  449. width: 200px;
  450. }
  451. .nav {
  452. margin-bottom: 1px;
  453. }
  454. }
  455. .panel{
  456. border-radius:0;
  457. }
  458. .facet, .filet-right{
  459. background-color : #eee;
  460. padding-top : 8px;
  461. }
  462. .a-facet, .pagination a{
  463. color:#111
  464. }
  465. .div-resultat{
  466. clear:both
  467. }
  468. .margin-left-10{
  469. margin-left:10px
  470. }
  471. .recherche-input{
  472. margin : 0;
  473. }
  474. .input-group-addon{
  475. background-color: #DA1251;
  476. border-color:#DA1251;
  477. }
  478. .input-group{
  479. padding : 0px 10px;
  480. }