cd67-model.less 8.8 KB

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