| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601 |
- .no-print { /* Comportement défini dans le layout */ }
- .no-screen { /* Comportement défini dans le layout */ }
- .liste-principale { /* Comportement défini dans le fichier de script cd67-listes.js */ }
- .liste-secondaire { /* Comportement défini dans le fichier de script cd67-listes.js */ }
- body , html{
- height:100%;
- }
- #wrapper{
- min-height:95%;
- position:relative;
- }
- footer{
- position:relative;
- background-color: #ccc;
- text-align: center;
- left: 0;
- bottom: 0;
- width: 100%;
- }
- .search-form{
- display:inline-flex;
- flex-direction:row;
- padding-top: 10px;
- }
- label[for=recherche]{
- padding-right:5px;
- }
- .navbar-login {
- width: 300px;
- padding: 10px;
- padding-bottom: 0px;
- }
- .check-box{
- width: 34px;
- }
- .show-menu .main-container-cache{
- display: block;
- }
- .main-container-cache {
- position: fixed;
- top: 0;
- left: 0;
- z-index: 3;
- width: 100%;
- height: 100%;
- background: #000000;
- opacity: 0.2;
- display: none;
- }
- .navbar-collapse{
- position: fixed;
- left: 0;
- -webkit-transition: all 0.3s ease 0s;
- -moz-transition: all 0.3s ease 0s;
- -o-transition: all 0.3s ease 0s;
- -ms-transition: all 0.3s ease 0s;
- transition: all 0.3s ease 0s;
- top:0;
- z-index:100;
- padding: 0;
- }
- .navbar-collapse.collapse{
- display: block;
- }
- .navbar-collapse.hidden{
- left: -100%;
- }
- .menu_principal{
- margin: 0;
- padding: 110px 40px 40px;
- background-color: #fff;
- }
- .menu_principal li{
- list-style: none;
- }
- .menu_principal a, .menu_principal div{
- background-color: #DA1251;
- color:#fff;
- -webkit-transition: all 0.3s ease 0s;
- -moz-transition: all 0.3s ease 0s;
- -o-transition: all 0.3s ease 0s;
- -ms-transition: all 0.3s ease 0s;
- transition: all 0.3s ease 0s;
- font-size: 24px;
- line-height: 24px;
- border-bottom: 1px solid #fff;
- display: block;
-
- }
- .submenu a{
- padding:15px 47px;
- }
- .submenu a{
- background-color: #fff;
- color:#DA1251
- }
- .submenu li:first-child{
- font-weight:bolder;
- }
- .submenu li{
- margin-left:30px;
- }
- .menu_principal a:hover, .menu_principal div:hover{
- background-color: #237C4E;
- cursor:pointer;
- color:white;
- }
- .menu-button{
- background: #DA1251;
- border: medium none;
- color: transparent;
- height: 50px;
- padding: 0;
- position: fixed;
- text-indent: 2.5em;
- width: 50px;
- z-index: 101;
- left: 15px;
- border: 10px solid #DA1251;
- top: 3px;
- border-radius: 25px;
- box-shadow: 0px 1px 4px 1px #cccccc;
- cursor: pointer;
- }
- .menu-button:before, .menu-button:after, .menu-button span {
- background: #fff none repeat scroll 0 0;
- }
- .menu-button span {
- height: 3px;
- left: 0;
- overflow: hidden;
- position: absolute;
- text-indent: 200%;
- transition: opacity 0.25s ease 0s;
- width: 100%;
- top: 15px;
- }
- .menu-button:before, .menu-button:after {
- content: "";
- height: 3px;
- left: 0;
- pointer-events: none;
- position: absolute;
- top: 50%;
- transform-origin: 50% 50% 0;
- transition: transform 0.25s ease 0s;
- width: 100%;
- }
- .title::before{
- padding-right:15px;
- left:45px;
- font-family:FontAwesome;}
- .title{
- padding:0;
- font-family:sans-serif;
- }
- .menu-1{
- padding : 15px 45px;
- }
- .menu-button:after {
- transform: translate3d(0px, 10px, 0px) scale3d(1, 1, 1);
- }
- .menu-button:before {
- transform: translate3d(0px, -10px, 0px) scale3d(1, 1, 1);
- }
- .menu-button--open span {
- opacity: 0;
- }
- .menu-button--open:before {
- transform: rotate3d(0, 0, 1, 45deg);
- }
- .menu-button--open:after {
- transform: rotate3d(0, 0, 1, -45deg);
- }
- .navbar-login-session {
- padding: 10px;
- padding-bottom: 0px;
- padding-top: 0px;
- }
- .icon-size {
- font-size: 87px;
- }
- .navigation {
- /* Collapsed */
- width: 0;
- overflow: hidden;
- position: fixed;
- top: 0;
- left: 0;
- height: 100%;
- }
- .page-wrap {
- width: 100%;
- float: right;
- margin-top: -1px;
- }
- .navigation {
- transition: width 0.3s ease;
- }
- #menu-toggle-2 {
- margin-left: -10px;
- }
- #wrapper {
- padding-left: 0;
- padding-top: 60px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- transition: all 0.5s ease;
- overflow: hidden;
- }
- #sidebar-wrapper {
- z-index: 1000;
- position: fixed;
- left: 250px;
- width: 0;
- height: 100%;
- margin-left: -250px;
- overflow-y: auto;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- transition: all 0.5s ease;
- overflow: hidden;
- }
- #wrapper.toggled #sidebar-wrapper {
- width: 250px;
- }
- .fixed-brand {
- width: auto;
- }
- .navbar {
- margin-bottom: 1px;
- }
- .navbar-brand {
- margin-top: -12px;
- }
- h1 {
- margin-right: 0;
- margin-top: 5px;
- font-size: 30px;
- padding-bottom: 5px;
- border-bottom: solid 1px #DA1251;
- }
- .navbar-inner ul li {
- float: left;
- display: block;
- }
- #topbar {
- text-align: center;
-
- }
- #titre {
- display: inline-block;
- }
- .row {
- margin-right: 0;
- }
- .sidebar-nav {
- position: absolute;
- top: 56px;
- margin: 0;
- padding: 0;
- list-style: none;
- margin-top: 9px;
- white-space:nowrap;
- }
-
- .sidebar-nav li a {
- display: block;
- text-decoration: none;
-
- }
- .active_tab {
- background-color: white;
- border-radius: 5px;
- padding-bottom: 1px;
- }
- .navbar-default .navbar-toggle:hover {
- background-color: #f8f8f8;
- }
- #tab {
- color: white;
- }
- #content_title {
- margin-bottom: 18px;
- padding-top: 34px;
- }
- .brand{
- padding-left:70px;
- padding-bottom : 8px;
- margin-top:8px;
- }
- .credentials{
- padding-top:24px
- }
- /*p {
- text-align: center;
- margin-top: 20px;
- }*/
- .sidebar-nav > .sidebar-brand {
- height: 65px;
- font-size: 18px;
- line-height: 60px;
- }
- .sidebar-nav > .sidebar-brand a {
- color: #999999;
- }
- .sidebar-nav > .sidebar-brand a:hover {
- color: #fff;
- background: none;
- }
- .no-margin {
- margin: 0;
- }
- #sidebar-wrapper {
- width: 50px;
- margin-top: 59px;
- }
- #wrapper {
- width: auto;
- }
-
- .dropdown span , .dropdown strong{
- color : black;
- white-space : nowrap
- }
- #wrapper.toggled-2 #sidebar-wrapper {
- width: 200px;
-
- }
- #wrapper.toggled-2 {
- padding-left: 200px;
- width: auto;
- }
- #page-content-wrapper {
- padding: 10px;
- position: relative;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- #wrapper.toggled #page-content-wrapper {
- position: relative;
- margin-right: 0;
- padding-left: 250px;
- }
- #wrapper.toggled-2 #page-content-wrapper {
- position: relative;
- margin-right: 0;
- margin-left: -200px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- transition: all 0.5s ease;
- width: auto;
- }
- .tabulation {
- text-indent: 20px;
- }
- ul {
- margin: 0;
- padding: 0;
- list-style: none;
- }
- #breadcrumbs-one {
- background: #eee;
- overflow: hidden;
- width: 100%;
- margin-bottom: 15px;
- }
- #breadcrumbs-one li {
- float: left;
- }
- #breadcrumbs-one a {
- padding: .7em 0.5em .7em 0.5em;
- float: left;
- color: #444;
- position: relative;
- }
- #breadcrumbs-one li:first-child a {
- padding-left: 1em;
- border-radius: 5px 0 0 5px;
- }
-
- #breadcrumbs-one a::before {
- border-left-color: #eeeeee;
- right: -1.1em;
- z-index: 1;
- }
- .link:hover {
- text-decoration:underline;
- }
- .current {
- background-color: transparent;
- }
- #content {
- padding-left: 15px;
- padding-right: 15px;
- min-height: 500px;
- }
- /*Menu de niveau 2*/
- #menu-l2 {
- text-align: center;
- border-top: 1px solid #e5e5e5;
- border-bottom: 1px solid #e5e5e5;
- width:auto;
- margin-bottom: 10px;
- }
- #li-menu-l2 {
- display: inline;
- line-height:30px;
- }
- #a-li-menu-l2-active {
- border-bottom: 3px solid;
- border-radius : 0;
- color: #000;
- color: black;
- margin: 0 5px;
- font-size : 14px;
- }
- #a-li-menu-l2 {
- color: black;
- margin: 0 5px;
- transition: background-color 150ms linear, color 150ms linear, border 150ms linear;
- font-size : 14px;
- }
- #title-l1 {
- text-align: center;
- }
- .flex {
- display: flex;
- flex-direction: row;
- }
- .facet{order:-1}
- /* Version réduite */
- @media(max-width:768px){
- #titre {
- display : none;
- }
- .nav {
- margin-bottom: 5px;
- }
- }
- .result {
- flex:1;
- bottom:42px;
- }
- /* Version normale */
- @media(min-width:768px) {
- #titre {
- display : normal;
- }
- #sidebar-wrapper:hover {
- width: 200px;
- }
- .nav {
- margin-bottom: 1px;
- }
- }
- .panel{
- border-radius:0;
- }
- .facet, .filet-right{
- background-color : #eee;
- padding-top : 8px;
-
- }
- .a-facet, .pagination a{
- color:#111
- }
- .div-resultat{
- clear:both
- }
- .margin-left-10{
- margin-left:10px
- }
- .recherche-input{
- margin : 0;
- }
- .input-group-addon{
- background-color: #DA1251;
- border-color:#DA1251;
- }
- .input-group{
- padding : 0px 10px;
- }
|