#content .sticky-section {
top:0 !important;
padding-left:16px !important;
padding-right:16px !important;
z-index:99999 !important;
overflow: visible;
}
@media screen and (max-width:699px) {
#content .sticky-section { top: 100px !important;
padding-top:15px !important;
height:initial !important;
}
#content .sticky-section .text h3 {
display: none;
}
}
#articles_filtre .section-switch {padding-bottom:0;}
#articles_filtre .section-switch .mobile {padding-bottom:0;}
#articles_filtre #switch {
line-height: 0;
position:relative;
padding: 0.8rem 0.5rem 0.8rem 1rem;
display: flex;
align-items: center;
justify-content: space-between;
background-color: #f2f2f7;
} #articles_filtre #switch:hover {
cursor:pointer;
}
#articles_filtre #switch .icon {
transform: scale(1.1);
}
#articles_filtre #switch h3 {
margin-bottom: 0;
text-transform: uppercase;
} #articles_filtre .section-toggle {
height:100%;
visibility:visible;
transition:all 0.111s ease-in;
}
#articles_filtre label {
margin: 0;
margin-bottom: -4px;
}
#articles_filtre input[type="checkbox"] {
margin: 0;
display: inline-block;
font-size: 16px;
margin-right: 10px;
appearance: none;
width: 20px;
min-width: 20px;
height: 20px;
min-height: 20px;
border: 1px solid #333;
cursor: pointer;
}
#articles_filtre input[type="checkbox"]:checked + label::after {
content: "✖";
position: absolute;
top: 1px;
left: 4px;
font-size: 16px;
color: #333;
}
#articles_filtre .section-toggle h3 {
font-size: 1.25em;
}
#articles_filtre .section-toggle[data-panel="closed"] {
height:0;
padding:0;
visibility:hidden;
}
#articles_filtre .section-social {
display: none;
}
@media (min-width: 700px) {
#articles_filtre .section-toggle[data-panel="closed"] {
height:auto;
padding: 0 15px 30px;
visibility:visible;
}
#articles_filtre .section-social {
display: block;
}
}
#articles_filtre .col.custom-padding {
padding-bottom:0;
}
#articles_filtre form, #articles_filtre fieldset {
margin-bottom:0;
}
#articles_filtre ul {
margin:0; padding:0;
list-style:none;
}
#articles_filtre .icon {
display:inline-block;
margin:0; margin-right:8px;
}
#articles_filtre .icon .close {
display: none;
}
#articles_filtre [data-panel="open"] .icon .close {
display: inline-block;
}
#articles_filtre [data-panel="open"] .icon .default {
display: none;
}
#articles_filtre .icon a {}
#articles_filtre .icon i {
color:#293042;
}
#articles_filtre .border-top {
border-top: 1px solid #000;
padding-top: 24px;
margin-top: 0;
}
@media (min-width: 700px) {
#articles_filtre .border-top {
padding-top: 24px;
margin-top: 24px;
}
}
#articles_filtre .section-toggle .row .col:first-child .border-top {
border: 0;
padding: 0;
margin: 0;
}
@media screen and (min-width:700px) {
#articles_filtre .section-toggle .row .col:first-child .border-top {
border-top: 1px solid #000;
padding-top: 24px;
margin-top: 24px;
}
}
#articles_filtre .choices[data-type*=select-one] .choices__input {
border: 0;
box-shadow: none;
width: 100% !important;
}
#articles_filtre .choices .choices__inner {
min-height: 1px;
background-color: transparent;
border-radius: 0;
border-color: #000;
padding: 1rem 0.7rem;
padding-right: 3rem;
}
#articles_filtre .choices .choices__list--dropdown, #articles_filtre .choices .choices__list[aria-expanded] {
border-color: #000;
border-radius: 0;
}
#articles_filtre .choices .choices__item {
font-weight: bold;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
margin-bottom: -5px;
}
#articles_filtre .choices[data-type*=select-one]::after {
content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMzZweCIgdmlld0JveD0iMCAtOTYwIDk2MCA5NjAiIHdpZHRoPSIzNnB4IiBmaWxsPSIjMWYxZjFmIj48cGF0aCBkPSJNNDgwLTM0NCAyNDAtNTg0bDU2LTU2IDE4NCAxODQgMTg0LTE4NCA1NiA1Ni0yNDAgMjQwWiIvPjwvc3ZnPg==");
width: 50px;
line-height: 0;
height: 100%;
margin: 0;
background-color: #f2f2f7;
top: 0;
right: 0;
border: 1px solid #000;
border-left: 0;
display: flex;
justify-content: center;
align-items: center;
}
#articles-categories fieldset > div {
display: flex;
align-items: center;
margin-bottom: 16px;
position: relative;
}
#articles-categories fieldset div:last-child input[name="categories[]"] {
margin-bottom: 0;
}
@media screen and (min-width:699px) {
#content .sticky-section {
top: 3rem !important;
}
}
#articles_filtre .col {
padding-block: 0 !important;
}
.mobile {
display:block;
}
@media screen and (min-width:700px) {
.mobile {
display:none;
}
}
.webzine-search{
display: flex;
flex-flow: row nowrap;
justify-content: center;
margin-bottom: 16px;
}
@media screen and (max-width:699px) {
.webzine-search{
margin-top: 32px;
}
}
.webzine-search input[type=search]{
border: 1px solid #293042;
border-right:none;
box-shadow: none;
height: 43px;
padding-left: 20px;
max-width: 500px;
}
@media screen and (max-width:699px) {
.webzine-search input[type=search] {
border: 0;
padding-left: 10px;
border-bottom: 1px solid #293042;
}
}
.webzine-search button[type=submit]{
border: 1px solid #293042;
border-left:none;
height: 43px;
margin-left: 0px;
background-color: white;
padding-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 15px;
}
@media screen and (max-width:699px) {
.webzine-search button[type=submit]{
border: 0;
border-bottom: 1px solid #293042;
padding-right: 3px;
}
}
.webzine-top-section {
margin-top: -80px;
}
@media (min-width: 699px) {
.webzine-top-section {
margin-top: 0;
}
}