.nice-select {
-webkit-tap-highlight-color: transparent;
background-color: #2bacb5;
border-radius: 10px; box-sizing: border-box;
clear: both;
cursor: pointer;
display: block;
float: left;
font-family: inherit;
font-size: 14px;
font-weight: normal;
height: 42px;
line-height: 40px;
outline: none;
padding-left: 18px;
padding-right: 30px;
position: relative;
text-align: left !important;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
width: 270px;
}
.nice-select:hover {
border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
border-color: #999;
}
.nice-select::after {
content: url(//cathoutils.be/wp-content/themes/theme-cathoutils-master/images/filters.svg);
display: block;
height: 24px;
pointer-events: none;
position: absolute;
top: 50%;
right: 30px;
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
width: 5px;
transform: translate(-50%, -50%);
}
.nice-select.open .list {
width: 270px;
opacity: 1;
pointer-events: auto;
-webkit-transform: scale(1) translateY(0);
-ms-transform: scale(1) translateY(0);
transform: scale(1) translateY(0);
}
.nice-select.open .list li {
position: relative;
}
.nice-select.disabled {
border-color: #ededed;
color: #999;
pointer-events: none;
}
.nice-select.disabled:after {
border-color: #cccccc;
}
.nice-select.wide {
width: 100%;
}
.nice-select.wide .list {
left: 0 !important;
right: 0 !important;
}
.nice-select.right {
float: right;
}
.nice-select.right .list {
left: auto;
right: 0;
}
.nice-select.small {
font-size: 12px;
height: 36px;
line-height: 34px;
}
.nice-select.small:after {
height: 4px;
width: 4px;
}
.nice-select.small .option {
line-height: 34px;
min-height: 34px;
}
.nice-select .list {
background-color: #fff;
border-radius: 10px;
box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
box-sizing: border-box;
margin-top: 4px;
opacity: 0;
overflow: hidden;
padding: 0;
pointer-events: none;
position: absolute;
top: 100%;
left: 0;
-webkit-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transform: scale(0.75) translateY(-21px);
-ms-transform: scale(0.75) translateY(-21px);
transform: scale(0.75) translateY(-21px);
-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
z-index: 9;
transition: .3s ease;
}
@media screen and (max-width: 500px) {
.nice-select .list {
left: -463%;
-webkit-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0;
}
}
.nice-select .list:hover .option:not(:hover) {
background-color: transparent !important;
}
.nice-select .option {
cursor: pointer;
font-weight: 400;
line-height: 40px;
list-style: none;
min-height: 40px;
outline: none;
padding-left: 18px;
padding-right: 29px;
text-align: left;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
background-color: #f5ecd9;
}
.nice-select .option.selected {
font-weight: bold;
}
.nice-select .option.disabled {
background-color: transparent;
color: #999;
cursor: default;
}
.no-csspointerevents .nice-select .list {
display: none;
}
.no-csspointerevents .nice-select.open .list {
display: block;
}
.nice-select .current {
color: white;
text-shadow: none;
}body,
h1 {
text-shadow: none !important;
} .header {
position: relative;
padding: 0;
}
a:active,
a:focus {
outline: hidden !important;
outline-style: none !important;
}
.container-flex {
display: flex;
justify-content: center;
align-items: center;
height: 100px;
}
.brand {
position: absolute;
top: 0;
left: 0;
padding: 30px;
}
.navbar {
margin: 0 auto;
width: max-content;
}
#nav-gen a {
display: inline-block;
padding: 30px 0 !important;
margin-right: 70px !important;
height: 100%;
position: relative;
color: #313d4f;
font-weight: 600;
}
.uk-navbar-nav:last-child a {
margin-right: 0 ;
}
#nav-gen a:hover {
color: #e94d5b !important;
}
#nav-gen .current-menu-item a {
color: #e94d5b !important;
}
#nav-gen .current-menu-item::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 3px;
width: calc(100% - 70px);
background-color: #e94d5b;
color: #e94d5b !important;
}
.filter-alpha {
width: 100%;
padding: 50px 40px 20px;
display: flex;
align-items: center;
}
.filter-count {
margin-right: auto;
font-family: 'Domine', serif;
font-weight: 400;
font-size: 30px;
color: #313d4f
}
.filter-order-wrapper {
margin-left: auto;
} .uk-navbar-toggle {
display        : flex;
flex-direction : column;
justify-content: center;
align-items    : flex-end;
height         : 40px;
cursor         : pointer;
position       : relative;
z-index        : 1;
}
.uk-navbar-toggle span {
display: block;
width: 40px;
height: 3px;
border-radius: 1.5px;
transform-origin: right;
}
.uk-navbar-toggle .span1,
.uk-navbar-toggle .span2,
.uk-navbar-toggle .span3 {
margin: 0;
background: #313d4f;
transition: .3s ease;
}
.uk-navbar-toggle .span1 {
width: 20px;
}
.uk-navbar-toggle .span2 {
margin: 7px 0;
}
.uk-navbar-toggle .span3 {
width: 32px;
} .uk-navbar-toggle.active {
outline: hidden;
}
.uk-navbar-toggle.active .span1 {
width: 28px;
transform: rotate(-45deg);
}
.uk-navbar-toggle.active .span2 {
width: 0; }
.uk-navbar-toggle.active .span3 {
width: 28px;
transform: rotate(45deg);
} .head-main {
position: relative;
min-height: 370px;
padding: 50px 100px;
text-shadow: none !important;
}
.head-main .uk-container {
padding: 0 !important;
position: relative;
}
.overlay-hero {
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: #1E2A3C;
opacity: .7;
}
.head-main .uk-page-header + p {
margin-top: 30px !important;
}
.head-main article {
font-family: 'Source Sans Pro';
} .filter-hero {
margin-top: 70px;
}
.filters-container {
background: rgba(255, 255, 255, 0.1);
padding: 40px;
}
.filters-container.sticky {
background: #313d4f !important;
margin: 0 10%;
}
.uk-button-dropdown.option-combo .filter2 {
background: transparent !important;
margin-top: 5px;
}
.home .sticky { left: 0;
right: 0;
max-width: 100% !important;
width: auto !important;
}
.page .sticky {
position: relative;
} h1.hero-title {
font-size: 50px !important;
}
.uk-page-header + p {
max-width: 55%;
font-size: 20px;
line-height: 30px;
}
.option-combo .cat .single-filter-container > ul > li > a > i {
display: none;
}
.filters-container + .uk-alert.filter-padding {
margin-top: 0 !important;
} .uk-button {
display: inline-block !important;
position: relative;
min-height: 50px !important;
border-radius: 50px;
color: #313d4f !important;
background: white !important;
padding-left: 20px !important;
border: none !important;
overflow: hidden;
}
.uk-button::placeholder {
font-family: 'Source Sans Pro', sans-serif;
font-size: 16px;
font-weight: 400;
color: #313d4f;
opacity: .7;
}
.uk-button,
.uk-button .text {
font-family: 'Source Sans Pro', sans-serif !important;
font-size: 16px !important;
font-weight: 400 !important;
color: #313d4f !important;
}
.uk-button .text {
display: inline-block;
margin-top: 2px;
opacity: .7;
}
.single-filter-container input.uk-search-field {
margin: 0 !important;
}
.single-filter-container .uk-search-field::placeholder {
color: #313d4f !important;
}
.combo-filters .uk-search::after {
top: 15px;
color: #313d4f;
}
a.uk-active {
background: #f5ecd9 !important;
} .options-set > li  {
display: flex;
justify-content: center;
align-items: center;
}
.option-set > li:first-child > a.uk-button {
border-top-left-radius: 20px !important;
border-top-right-radius: 20px !important;
}
.option-set > li:last-child > a.uk-button {
border-bottom-left-radius: 20px !important;
border-bottom-right-radius: 20px !important;
}
.option-set > li > a.uk-button {
border-radius: 0 !important;
}
.option-set > li > .uk-button:hover {
background: #f5ecd9 !important;
}
.uk-button-dropdown.option-combo[class*=uk-width-] .filter {
width: max-content;
}
.uk-button-dropdown.option-combo[class*=uk-width-] .filter > a {
padding-right: 15px;
}
.cat .uk-dropdown > li > a > span.uk-button-term {
padding-left: 0;
}
.uk-button-dropdown.option-combo .uk-dropdown-small {
min-width: 100%;
}
.uk-dropdown > li {
position: relative;
}
.uk-dropdown > li::after {
display: block;
position: absolute;
bottom: 0;
content: '';
height: 1px;
width: calc(100% - 20px);
margin: 0 10px;
background: #F5ECD9;
}
.nice-select.open .list > .option::after {
display: block;
position: absolute;
bottom: 0;
content: '';
height: 1px;
width: calc(100% - 35px);
margin-right: 10px;
background: #F5ECD9;
}
.uk-dropdown > li:last-child::after,
.nice-select.open .list > .option:last-child::after {
display: none;
}
.uk-button-term {
position: relative;
display: inline-block;
padding-top: 7px;
padding-right: 15px;
padding-left: 30px;
width: 100%;
white-space: nowrap;
} .single-filter-container > button > span {
padding: 0;
}
.single-filter-container > button > span.uk-button-term {
padding-left: 35px;
}
.single-filter-container > button > span.uk-button-term::before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
height: 100%;
width: 60px;
background: linear-gradient(to left, rgba(250, 250, 250, 1), rgba(250, 250, 250, 0));
}
.cat .single-filter-container > button > span.uk-button-term {
padding-left: 0;
}
.type .single-filter-container > button > span.uk-button-term {
width: calc(100% - 30px);
} .uk-search::after {
content: url(//cathoutils.be/wp-content/themes/theme-cathoutils-master/images/search.svg); 
top: 49% !important; 
right: 15px !important; 
height: 24px;
width: 24px;
transform: translateY(-50%);
} .combo-filters .uk-button [class^=cicon-] {
position: absolute;
top: 12px;
}
.combo-filters .uk-open .uk-button .cicon-puce-filtre {
transform-origin: center;
top: 6px;
}
.type .option-set > li > a.uk-button {
padding-left: 10px !important;
}
.type .option-set > li > a.uk-button > i {
transform: scale(.8);
}
.uk-button .cicon-puce-filtre {
top: 6px !important;
right: 10px;
background: transparent !important;
}
.uk-button .cicon-puce-filtre::before {
content: url(//cathoutils.be/wp-content/themes/theme-cathoutils-master/images/dropdown.svg);
} a.type-cont {
height: 26px !important;
width: 26px !important;
}
.type-icon i {
display: block;
height: 26px !important;
width: 26px !important;
}
a.uk-button i::before {
transform: scale(.5) ;
}
.cicon-back:before {
content: "\e60a" !important;
}
.cicon-documents-et-publications:before {
content: url(//cathoutils.be/wp-content/themes/theme-cathoutils-master/images/brochure.svg) !important;
}
.cicon-divers:before {
content: url(//cathoutils.be/wp-content/themes/theme-cathoutils-master/images/divers.svg) !important;
}
.cicon-video:before {
content: url(//cathoutils.be/wp-content/themes/theme-cathoutils-master/images/play.svg) !important;
}
.cicon-site-internet:before {
content: url(//cathoutils.be/wp-content/themes/theme-cathoutils-master/images/siteweb.svg) !important;
}
.cicon-livre:before {
content: url(//cathoutils.be/wp-content/themes/theme-cathoutils-master/images/recension.svg) !important;
} .uk-button-dropdown.option-combo .filter {
margin-top: 5px;
padding: 0;
background: white;
border-radius: 20px;
}
.uk-button-dropdown.option-combo .uk-dropdown-small {
width: max-content;
} select#filter-order {
display: none;
} @media screen and (max-width: 980px) {
.head-main {
padding: 35px;
}
}
@media screen and (max-width: 900px) {
.navbar {
margin: 0;
margin-left: auto;
margin-right: 25px;
}
}
@media screen and (max-width: 769px) { #nav-gen.open {
position: absolute;
top: 100px;
left: 0;
right: 0;
height: calc(100vh - 100px);
background: #313d4f;
overflow: hidden;
}
#nav-gen.open > .uk-navbar-nav {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: calc(100vh - 100px);
}
#nav-gen.open > .uk-navbar-nav > .menu-item > a {
padding: 30px 0 !important;
margin: 0 auto !important;
color: white !important;
font-size: 40px;
font-weight: 400;
}
#nav-gen.open > .uk-navbar-nav > .menu-item::after {
display: none;
}
h1.hero-title {
font-size: 35px !important;
}
.uk-page-header + p {
max-width: 100%;
}
.filter-hero {
margin-top: 45px !important;
}
.filter-hero > .filters-container {
padding: 20px 10px;
}
.filters-container > .uk-container {
padding: 5px 5px 10px;
}
.sticky {
position: relative !important
}
.filter-alpha {
padding: 40px 20px 20px;
display: flex;
justify-content: flex-end;
}
.single-filter-container {
padding-top: 20px;
}
.search-tool .single-filter-container {
padding-top: 0;
}
}
@media screen and (max-width: 500px) {
.head-main {
padding: 20px;
}
.nice-select {
width: min-content !important;
}
.nice-select .current {
display: none !important;
}
} .ginput_recaptcha > div {
width: auto !important;
height: auto !important;
}.wp-pagenavi {
clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
text-decoration: none;
border: 1px solid #BFBFBF;
padding: 3px 5px;
margin: 2px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
border-color: #000;
}
.wp-pagenavi span.current {
font-weight: bold;
}