#nsp-main-menu {
  transition: all 0.5s;
}

#nsp-main-menu.fixed {
  position: fixed;
  box-shadow: 5px 5px 19px 0px rgba(0, 0, 0, 0.1);
  top: 0;
  width: 100%;
  z-index: 999;
  background: white;
}



img {
  max-width: 100%;
  height: auto
}

.site-main {
  padding: 0;
}

button {
  outline:  none!important;
}

/* GENERAL LAYOUT */

.site-main {
  background: #f5f5f5;
}


.content-area {
  padding-right: 15px;
  padding-left: 15px;
}


.navbar {
  width: 100%;
}

@media (min-width: 960px) {
  .content-area {
      max-width: 1268px;
      margin: 0 auto;
  }
}

@media (min-width: 1440px) {
  .content-area {
    @media (min-width: 1440px) {
      .content-area {
          max-width: 1200px;
          margin: 0 auto;
      }
    }
      margin: 0 auto;
  }
}



@media(min-width:1600px) {
  .content-area {
    margin: 0 auto;
    max-width: 1600px;
  }

  .navbar {
    max-width: 1600px;
    margin: 0 auto;
  }

  #nsp-baseline .baseline {
    font-weight: 600;
    width:50%; 
/*     display: none; */
  }
}


/* @media(min-width:1440px) {
  .mytheme-content {
    width: 80%;
  }
} */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #EB6C0B;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(235 108 11 / 25%);
}

.white {
  color: white!important;
}

.bg-color-line:before {
  content: "";
  position: absolute;
  background: #EB6C0B;
  width: 100%;
  height: 50px;
  top: 18%;
}

@media(min-width: 992px) {
  .bg-color-line:before {
    width: 30%;
    height: 50px;
    transform: none;
    top: 18%;
  }
}

.category-depeches-adherents .grid-container {
  justify-content: space-around;
}

/* .category-depeches-adherents .social-links a.twitter {
 background:url('img/Twitter_white.svg');
}

.category-depeches-adherents .social-links a.youtube {
  background:url('img/Youtubewhite.svg');
 }

 .category-depeches-adherents .social-links a.feed {
  background:url('img/RSS_white.svg');
  background-repeat: no-repeat;
 }

 .category-depeches-adherents .social-links a.abonnement {
  background:url('img/Newsletter_white.svg');
 } */

 .mobile-search {
   display: inline-block;
   margin-top: 2px;
   margin-right: 10px;
 }

 .navbar-brand {
   flex-grow: 1;
 }

 @media(min-width: 992px) {
  .navabr-brand {
    flex-grow: 0;
  }
 };



.template-archive-header p {
  width: 100%;
}

.template-archive-header {
  padding-top: 3em;
  padding-bottom: 3em;
}
@media(min-width: 992px) {
  .template-archive-header {
    padding: 4em 0;
  }
  .template-archive-header p {
    width: 60%;
  }
}

.template-archive-header h1 {
  color: white;
  text-transform: uppercase;
  margin-bottom:.8em;
}

.template-archive-header h1 span {
  font-weight: 700;
  display: none;
}

@media(min-width: 768px) {
  .template-archive-header h1 span {
    display: block;
  }
}

.template-archive-header p {
  color: white;
  margin-left: 0;
  padding-left: 0;
}


.archive-page-template .cat-name {
  font-size: 14px;
}

.archive-page-template .filter-container {
  padding:2em 0;
}

.archive-page-template .filter-container i:before {
  color: black;
  font-size: 30px;
}

.archive-page-template .filter-container .navbar {
  padding-left: 0;
}

.archive-page-template .filter-container .navbar-brand {
  font-weight: 700;
}



.archive-page-template .filter-container .label {
  text-transform: uppercase;
  font-weight: 500;
}

.archive-page-template .filter-container ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 3px;
  margin-bottom: 5px;
}

@media(min-width:992px) {
  .archive-page-template .filter-container ul {
    display: flex;
    align-items: center;
  }
}

/* .archive-page-template .filter-container ul li {
  margin-bottom: 10px;
} */

@media(max-width: 992px) {
.archive-page-template .filter-container ul li.active {
  background-color: #EB6C0B; 
 }
}

.archive-page-template.billets .filter-container ul li {
  margin-right: 1.3em;
}

.archive-page-template.billets .filter-container ul li:first-child {
  font-size: 1.2em;
}

.archive-page-template .filter-container ul li a {
  text-transform: uppercase;
  transition: all .3s;
}

.archive-page-template:not(.billets) .filter-container ul li a {
  font-weight: bold;
}

@media(min-width: 992px) {
  .archive-page-template .filter-container ul li a:hover {
    color: #EB6C0B;
  }
}

.archive-page-template .filter-container .widget {
  background: transparent;
}

.archive-page-template .filter-container a,.archive-page-template .filter-container .widget.widget_child_categories ul li a , .widget.widget_child_categories ul li a:hover  {
  color: black;
  background-color: transparent;
  text-decoration: none;
 
  padding:5px 10px;
  transition: all .3s;
}
@media(min-width: 992px) {
  .archive-page-template .filter-container a {
    text-align: center;
  }
}
.archive-page-template .filter-container ul li a.active {
  background-color: #EB6C0B;
  color: white;

}

.archive-page-template .filter-container .widget.widget_child_categories ul li a {
  padding:0;
  margin:0 2em;
}

.archive-page-template .grid-container {
  display: flex;
  flex-wrap: wrap;
  column-gap:28px;
  row-gap: 30px;
}


.archive-page-template #widget_custom_archive-2 {
  display:none;
}

.archive-page-template .article {
  background: white;
  cursor: pointer;
  transition: all .3s;
  width: 100%
}

.archive-page-template:not(.publications) .article {
  border:2px solid #1f5579; 
}


/* .archive-page-template.publications .article .actu-thumb {
  height: 180px;
} */
.t-entry-visual {
  position: relative;
  overflow: hidden;
  text-align: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-font-smoothing: antialiased;
}

.link-img {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}


.link-img img {
  position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
}

@media(min-width:768px) {
  .archive-page-template .article {
    width: 48%;
  }
}

@media(min-width:992px) {
  .archive-page-template .article {
    width: 30%;
  }
}

@media(min-width:1280px) {
  .archive-page-template .article {
    width: 23%;
  }
}

@media(min-width:1920px) {
  .archive-page-template .article {
    width: 18%;
  }
}
/* @media(min-width:768px) {
  .archive-page-template .article {
    width: 47%;
  }
}





 */

/* @media(min-width: 768px) {
  .archive-page-template .article {
    width: 47%;
  }
}

/* @media(min-width: 992px) {
  .archive-page-template .article {
    width: 30.9%;
  }
} 
*/
@media(min-width: 1920px) {
  .archive-page-template:not(.publications) .article {
    width: 31.9%;
  }
 /*  .archive-page-template.publications .article {
    width: 18%;
  }*/
} 

.archive-page-template.billets .article:not(:first-child) {
  border-color: #00b4fc;
}

.archive-page-template .article header, .archive-page-template .article p {
  padding:1em;
  padding-bottom: 4em;
}

.grid-container.publications header {
  padding-bottom: 0;
}

.archive-page-template .article header.no-padding-bottom {
  padding-bottom: 0;
}

.archive-page-template .article header.no-padding-bottom h2 {
  margin-bottom: 0;
}
 

.archive-page-template .article .meta {
  bottom:0;
  font-size: .9rem;
}

.archive-page-template:not(.billets):not(.publications) .article .meta {
  padding-left: 1em;
}

.archive-page-template.billets .article .meta {
  padding: 1em;
}

.archive-page-template:not(.publications) .article:hover {
  background: #1f5579;
}



.archive-page-template.billets .article:first-child {
  background: #1f5579;
  border-color: #1f5579;
}
.archive-page-template.billets .article:hover {
  background: #00b4fc;
  border-color: #00b4fc;
}

.archive-page-template.billets .article:first-child *{
  color: white;
}

.archive-page-template.billets .article:first-child:hover {
  background: #00b4fc
}

.archive-page-template .cat-name {
  text-transform: uppercase;
  font-weight:bold;
  color: #1f5579;
}

.archive-page-template .article.border-color613 {
  border-color: #ecb244;
  transition: all .3s;
}
.archive-page-template .article.border-color613:hover {
  background-color: #ecb244;
}
.archive-page-template color613 {
  color: #ecb244;
}

.archive-page-template .article.border-color478 {
  border-color: #785da4;
  transition: all .3s;
}
.archive-page-template .article.border-color478:hover {
  background-color: #785da4;
}
.archive-page-template .color478 {
  color: #785da4;
}

.archive-page-template .read-more {
  color: white;
  background-color:#1f5579;
  text-decoration: none;
  bottom:0;
  right: 0;
}

.archive-page-template .read-more:hover {
  background-color: rgba(31,85,121, 0.8);
}

.post-date {
  font-size: 14px;
}

.archive-page-template.billets .read-more, .archive-page-template.billets .article:first-child:hover .read-more {
  background-color:#00b4fc;
}

.archive-page-template.billets .article:first-child .read-more {
  background-color:#1f5579;
}

.archive-page-template .color478 {
  color: #785da4;
}


.archive-page-template .color613 {
  color: #ecb244;
}
.archive-page-template .background-color478 {
  background-color:#785da4;
}

.archive-page-template .background-color606 {
  background-color:#1f5579;
}

.archive-page-template .background-color613 {
  background-color:#ecb244;
}

.archive-page-template:not(.publications) .article:hover * {
  color: white;
}

.archive-page-template h2 {
  line-height: 0.2;
  margin-top: 0.2em;
}

.archive-page-template h2 a{
  color:black;
  font-weight:bold;
  line-height:1.2;
  text-decoration: none;
  font-size: 1rem;
}

.archive-page-template.billets .article:not(:first-child) h2 a {
  color: #00b4fc;
}

.archive-page-template:not(.publications) .article:hover *{
  color: white!important;
}

.loadmore-btn{
  background:black;
  text-transform: uppercase;
  color:white!important;
  transition: all 0.3s;
}

.loadmore-btn:hover {
  text-decoration: none;
  background:rgba(0,0,0,0.7);
}

#last-actus {
  padding-top: 3em;
  padding-bottom: 3em;  
  position: relative;
}

#last-actus:before {
  content: "";
  background: linear-gradient(180deg, rgba(235,108,11,1) 56%, rgba(235,108,11,1) 100%);
  width: 100%;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#last-actus h2 {
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 100;
  margin-bottom: 1em;
}


#last-actus h2 span {
  font-weight: 500;
} 

#last-actus .item-container{
  background: white;
}

#last-actus .content, .publications .content {
  padding:1em;
}


#last-actus .meta .read-more {
  background-color: #EB6C0B;
  color: white;
  font-weight: bold;
  transition: all 0.5s;
}

#last-actus .meta .read-more:hover {
  background-color: rgba(235,108,11, 0.8);
}

#last-actus .title, .publications .title {
  color:black;
  font-size: 16px;
  min-height: 63px;
  font-weight: bold;
}

#last-actus a:hover {
  text-decoration:none;
}

.actu-thumb {
  height: 100%;
}

#home-actus .date {
  font-weight: 400;
  display: block;
}

#last-actus .actu-thumb, .actu-thumb, .link-img {
  transition: all .5s;
}

#last-actus a:hover .actu-thumb,  .actu-thumb:hover, .link-img:hover {
  transform: scale(1.1);
}

.meta div {
  color: black;
}

.display-grid-container {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.left, .left-right,.right-right, .bottom-right{
  height: 250px;
  cursor: pointer;
}

.left .title {
  font-size: 1.5rem;
}

@media(min-width:992px) {
  .display-grid-container {
    display: grid; 
    grid-template-columns: 2fr 1fr 1fr; 
    grid-template-rows: 1fr 1fr; 
    gap: 10px 10px; 
    grid-template-areas: 
      "left left-right right-right"
      "left bottom-right bottom-right"; 
   /*  width: 77%;  */
    height: 100%; 
    margin: 0  auto;
  }

  .left { grid-area: left; height: 385px; }
  .left-right { grid-area: left-right; height: auto;}
  .right-right { grid-area: right-right;  height: 187px;}
  .bottom-right { grid-area: bottom-right;  height: 187px;}
}

@media(min-width:1600px) {
  .left { height: 510px; }
  .bottom-right { grid-area: bottom-right;  height: 250px;}
  .right-right { grid-area: right-right;  height: 250px;}
}

.actu-date {z-index: 11;}
.left .actu-date {background: #eb6c0b;}
.right-right .actu-date {background: #1f5579;}

.display-grid-container .title {
  position: absolute;
  bottom: 0;
  color:white;
  margin:15px;
  font-weight:bold;
}


.with-overlay:before {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  background: linear-gradient(180deg, rgba(255,255,255,0) 56%, rgba(0,0,0,0.5) 100%);
}

.o-hidden {
  overflow:hidden;
}


#modern-footer {
  background: #102a3b;
}

#modern-footer li:first-child {
  margin-top: auto!important;
}

#modern-footer .col{
  width:25%;
}

#modern-footer .widgettitle {
  margin-bottom: 7px!important;
}

#modern-footer .widgettitle:after {
  content:"";
  background: #6a8ea6;
  width: 15%;
  display: block;
  height:5px;
  margin-top:15px;
}

#modern-footer .widget {
 float:none; 
 color: #c0d2de;
 font-size: 16px;
}

#modern-footer .widget li {
  margin-bottom: .5em;
}

#modern-footer .widget a {
  color: #c0d2de;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  transition: all 0.3s;
}

#modern-footer .widget a:hover {
  color: white;
}

/* #modern-footer .col:nth-child(2) div:not(:first-child) {
  display: inline-block;
} */

/* #modern-footer .col:nth-child(2) #nav_menu-12 {
  margin-left: 5em;;
} */

#modern-footer .col:nth-child(2) #nav_menu-12
{
  margin-left: 0;
}

#modern-footer .col:last-child
{
  display: none;
}



@media(min-width: 480px) {
  #modern-footer .col:last-child
  {
    display: block;
  }

}

@media(min-width: 768px) {
  #modern-footer .col:nth-child(2) #nav_menu-12
  {
    margin-left: 5em;
  }

  #modern-footer .col:nth-child(2) .widget_nav_menu
  {
    float: left;
  }
} 

#modern-footer i {
  font-size: 20px;
  margin-right: 10px;
}

#modern-footer strong {
  font-weight: 900;
}

#modern-footer .line-bottom {
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #29485e
}

#modern-footer .social-list {
  padding-left: 0;
  margin-top: 1em;
}

#modern-footer .social-list li {
  margin-bottom: 0;
  margin-right: 2px;
}

#modern-footer .social-list a i {
  color: #6a8ea6;
  font-size: 22px;
  transition: all 0.3s; 
  border: 1px solid #6a8ea6;
  padding: 20px;
  border-radius: 50%;
  width:30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#modern-footer .social-list a:hover i {
  color: white;
}

#custom_html-4 {
  width:80%;
}
#modern-footer #subfooter span {
  display: block;
}

#modern-footer #subfooter {
  color: #6a8ea6;
  font-size:18px;
}

#modern-footer #subfooter a {
  color: #6a8ea6;
  font-weight: 400;
  font-size: 16px;
  text-transform: none;
  margin: 0;
  padding:0;
}


#modern-footer #subfooter li {
  margin: 0;
  padding:0;
}

#modern-footer #subfooter a:after {
  content: " | ";
  display: inline-block;
  margin:0 5px;
}

#modern-footer #subfooter a:hover {
  color: white;
}

#modern-footer  .widgettitle {
  font-size: 18px;
  font-weight: 500!important;
  margin-top: 1em;
  margin-bottom: 1em;
}

@media(min-width: 992px) {
  #modern-footer  .widgettitle {
    margin-top: 0m;
  }
}

/***********************************
NAVIGATION
***********************************/

/*  DROPDOWNS */
/* .navbar .menu-item-has-children {
  display: flex;
  align-items: center;
} */

@media(min-width: 992px) {
  .navbar .menu-item-has-children:hover  .dropdown-menu{
    display: block;
  }
  .filter-container .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 5px!important;
    padding-left: 5px!important;
    font-size: 0.7rem;
  }

}

@media(min-width: 1280px) {
 
  .filter-container .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px!important;
    padding-left: 10px!important;
    font-size: 0.9rem;
  }

}

@media(min-width: 1600px) {
 
  .filter-container .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 1rem;
  }

}




.navbar .dropdown-menu {
  padding:5px;
  margin-top: 0;
  margin-left: 7px;
  border:none!important;
  
  min-width: auto;
  border-radius: 0;
}

.navbar .dropdown-menu li {
  margin-left: 0;
}

.navbar .dropdown-menu li a {
  line-height:21px;
  padding: 15px;
}
.navbar-toggler {
   background: transparent!important;
}

.site-header .navbar-toggler {
  border-color: #eb6c0b!important;
}

@media(min-width: 1200px) {
  .site-header li a {
    padding: 0 21px!important;
  }
}


.navbar-toggler-icon {
  background-image: url(img/toggle.svg);
}

.button-container {
  margin-top: 25px;
}

@media(max-width: 768px) {

  .slide-button {
    display: flex;
    justify-content: center;
    margin: 20px 0;
  }

  .navbar {
    background: #f5f5f5; 
  }

  .navbar ul {
    margin-top: 15px;
  }

  
  .navbar ul li {
    padding: 5px 0;
  }

  .site-header .navbar a {
    line-height: 1.2;
    padding-left: 1rem;
  }
}



@media(max-width: 992px) {
  .collapse.show li {
    border-bottom: 1px solid #cbcbcb;
    transition: all 0.5s;
  }

  .collapse.show li:first-child {
    border-top: 1px solid #cbcbcb;
  }

  .collapse.show li:hover {
    background: #eb6c0b;
  }
  
  body .dropdown-menu li:hover .dropdown-item {
	color: #cf5e00 !important;
	}
	
	 body .menu-item:hover .dropdown-menu li .dropdown-item {
	color: #cf5e00 !important;
	}

  .collapse.show li:hover  a {
    color: white;
  }
}


.team-container .d-flex {
  column-gap: 20px;
  flex-wrap: wrap;
}

.team-container .item, .team-container .grid-item {
  width: 100%
}

@media(min-width: 768px) {
  .team-container .item, .team-container .grid-item {
    width: 31%;
  }
}

@media(min-width: 1200px) {
  .team-container .item, .team-container .grid-item {
    width: 18%;
  }
}

.team-container .portrait{
  height:340px;
}

@media(min-width: 768px) {
  .team-container .portrait{
    height:272px;
  }
}



.team-container .bottom-name {
  color: #14557f;
  padding: 7px 0;
  text-align: center;
  width:100%;
  font-weight: 700;
  bottom: 0;
  opacity: 1;
  transition: opacity 0.5s;
}

.team-container .infos-hover {
  background: rgba(20, 85 , 127, 0.8);
  color: white;
  width: 100%;
  height: 100%;
  text-align: center;
  display:none;
  opacity: 0;
  transition: opacity 0.5s;
}

.team-container .infos-hover a {
  color: white;
} 

.team-container .item:hover .infos-hover {
  display: block;
  opacity: 1;
}

.team-container .item:hover .bottom-name {
 opacity: 0; 
 display: none; 
}

.bg-color {
  background: #eb6c0b;
}

#billet {
  color: white;
  margin-top: 4em;
  padding: 2em 0;
}

#billet .title {
  font-size: 2em;
  text-transform : uppercase;
}

#billet .title strong {
  font-weight: 900;
}

#billet .post-title {
  font-size: 1.2em;
  font-weight: bold;
}

#billet a {
  background: white;
  padding: 15px 20px;
  color: #eb6c0b;
  text-transform: uppercase;
  font-weight: bold;
}

#billet a:hover {
  text-decoration: none;
}

.page-template-contact .infos i {
  color: #eb6c0b;
  font-size: 60px;
}

.page-template-contact .infos .head {
  font-weight: 700;
  text-transform:uppercase;
}

.page-template-contact .infos a {
  color: black;
}

.page-template-contact #section1, .page-template-contact #section2 {
    position: relative;
}

.page-template-contact #section1 {
  position: relative;
  z-index: 10;
}

.page-template-contact #section2 {
  margin-top : -140px;
  z-index: -1;
}

.item.expert, .item.conseil, .grid-item {
  background: white;
  border: 1px solid #102a3b;
}

.grid-item.expert .titre {
  color: #14557f;
  margin-bottom: 1rem;
}

.item.conseil .titre {
  color: #14557f;
  margin-bottom: 1rem;
}

.grid-item.conseil .fonction {
  margin-bottom: 1rem;
  color: #14557f;
}

.grid-item.conseil .clinique a {
  color: #eb6c0b;
  text-decoration: underline;
}


.grid-item.expert .infos {
  font-size: 13px;
}

.hide {
  display: none;
}

.grid-item { margin-bottom:10px; }

.signature {
  font-family: 'Marck Script', cursive!important;
  font-size: 1.5em;
}

.color-accent {
  fill: #eb6c0b;
}

.wpcf7-not-valid-tip, .wpcf7-response-output {
  color: #F9E0CF;
}

.wpcf7 form .wpcf7-response-output {
  margin-top: 1em;
}

@media screen and (max-width: 375px) {
  /* .footer .mytheme-content > div {
      width: auto;
  } */
}

footer .mytheme-content {
  max-width:1000px;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* @media screen and (max-width: 480px) {
  footer .push .desc {
      font-size: 18px;
  }
} */

@media screen and (max-width: 768px) {
  footer  .mytheme-content {
      padding: 20px 2% !important;
      padding-top: 20px !important;
      padding-right: 2% !important;
      padding-bottom: 20px !important;
      padding-left: 2% !important;
  }
}

.site-header {
  -webkit-box-shadow: 5px 5px 8px 5px rgba(158,158,158,0.12); 
  box-shadow: 5px 5px 8px 5px rgba(158,158,158,0.12);
}

footer h2 {
  margin: 0;
  padding: 0;
  padding-bottom: 15px!important;
/*   font-size: 25px; */
}

#primary.content-area {
  /* float: right; */
  position: relative;
  width: 73%;
  overflow: hidden;
}

.publications h2 {
  margin-bottom:20px;
}

.publications .article img {
  -webkit-box-shadow: 5px 5px 8px 5px rgba(158,158,158,0.12); 
  box-shadow: 5px 5px 8px 5px rgba(158,158,158,0.12);
}


/******************************/
 
/* @media(min-width:1200px) {
  .container {
    max-width: 1444px;
  }
} */





/*

               _  ____  _    _ _______ _____    _____ _____  _____  ________     __
     /\       | |/ __ \| |  | |__   __/ ____|  / ____|  __ \|  __ \|  ____\ \   / /
    /  \      | | |  | | |  | |  | | | (___   | (___ | |__) | |__) | |__   \ \_/ / 
   / /\ \ _   | | |  | | |  | |  | |  \___ \   \___ \|  ___/|  _  /|  __|   \   /  
  / ____ \ |__| | |__| | |__| |  | |  ____) |  ____) | |    | | \ \| |____   | |   
 /_/    \_\____/ \____/ \____/   |_| |_____/  |_____/|_|    |_|  \_\______|  |_|   
                                                                                   
                                                                                   
*/



.nav-bar {
	background-color: white !important;
}

.archive-page-template .d-lg-block #billet .container .post a.more-link {
	display: none;
}



p#breadcrumbs {
	background-color: #f5f5f5;
	max-width: 1600px;
	margin: 0 auto !important;
	padding: 10px 35px;
}

.archive-page-template .filter-container {
	padding: 0;
}

.archive-page-template .content-area .filter-container ul {
	padding: 20px;
}

.cmplz-buttons > button {
  background: unset;
}


@media(max-width: 960px) {
  #primary.content-area {
    width: unset;
  }
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-deny {
  order: 3;
}



