@focus-color : #629DD1; /* Breadcrumb et mise en avant */ .color1 { color: @focus-color; } .menu_principal a, .menu_principal div { background-color: @focus-color; } .submenu a{ background-color: #fff; color: @focus-color; } .menu-button{ background: @focus-color; border-color: @focus-color; } .input-group-addon{ background-color: @focus-color; border-color: @focus-color; } .menu_principal a:hover, .menu_principal div:hover { background-color: darken(@focus-color, 25%); } legend { height: 40px !important; border-color: @focus-color; } #breadcrumbs-one a { color: black; } /* Fond de la sidebar */ .color2 { color: #5a5555; } #wrapper.toggled-2 #sidebar-wrapper { background-color: #5a5555; } .background-color2 { background-color: #5a5555; } #a-li-menu-l2-active { border-bottom-color: #5a5555; } textarea:not(:empty):not(:placeholder-shown):not(:focus)[aria-invalid='true'],input:not([value=""]):not(:placeholder-shown):not(:focus)[aria-invalid='true']{ background-color: rgba(255, 0, 0, 0.5) /*rgba(218, 18, 81, O.5)*/} input[aria-required='true'], textarea[aria-required='true'] { border-color:#f00 } .pagination { background: #eee; padding: 10px; width: 100%; text-align:center; margin:0; } .flex-list { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around; } .flex-col { display: flex; flex-direction: column; } .disabled-input-as-label { border: 0px; background: none; } label[for="recherche"]{ width: 210px; } header .search{ cursor: pointer; } h1 .sup{ font-size: 0.7em; top: -.6em; } header nav{ padding: 0 1em 0 1em; }