/*
Theme Name: Ergopix
Theme URI: https://www.ergopix.ch
Author: ergopix sàrl
Version: 1.0
*/


/* ----- NEW DEV 2025 ----- */

:root {
  --border-color: #707070;
  --primary-color: #6797A9;
  --text-color: #000;   
  --header-height: 184px;
}

.no-bottom {
  border-bottom: 0!important;
}

body {
   font-size:100%;
   background-color:#FFF;
   font-family: "SuisseWorks-Regular";
}

header {
   position: relative;
   background: #fff;
}

header .header-wrapper {
   border-bottom: solid 1px var(--border-color);
}

header .logo.logo-deskt {
   margin-left: -30px;
   max-width: 380px;
}

header .search-btn {
  color: #000;
  font-size: 1.75rem;
  line-height: 1;
}

#hamburger,
#hamburger-desk {
   display:block;
   width:62px;
   overflow:hidden;
   float:right;
}

#hamburger span,
#hamburger-desk span{
   background:#333;
   display:block;
   height:2px;
   margin:9px 0;
   position:relative;
   -webkit-transform:rotate(0);
   -ms-transform:rotate(0);
   transform:rotate(0);
   top:0;
   left:0;
   opacity:1;
   -webkit-transition:none .5s ease;
   transition:none .5s ease;
   -webkit-transition-property:-webkit-transform,top,left,opacity;
   transition-property:transform,top,left,opacity;
}

html.mm-wrapper_opened #hamburger span.top-bar,
body.menu-opened #hamburger-desk span.top-bar {
   -webkit-transform:rotate(30deg);
   -ms-transform:rotate(30deg);
   transform:rotate(30deg);
   top:12px;
}

html.mm-wrapper_opened #hamburger span.middle-bar,
body.menu-opened #hamburger-desk span.middle-bar {
   opacity:0;
   filter:alpha(opacity=0);
}

html.mm-wrapper_opened #hamburger span.bottom-bar,
body.menu-opened #hamburger-desk span.bottom-bar {
   -webkit-transform:rotate(-30deg);
   -ms-transform:rotate(-30deg);
   transform:rotate(-30deg);
   top:-10px;
}

html.mm-wrapper_opened #hamburger span.middle-bar,
body.menu-opened #hamburger-desk span.middle-bar {
   left:-40px;
}

.menu-secondaire .list-inline li a {
   display:block;
   padding:.5rem;
   color:#000;
   text-transform:uppercase;
   line-height:1;
   font-size:.975em;
}

.menu-side-panel-outside {
  position: absolute;
  top: 0;
  z-index: -1;
  transform: translateY(calc(var(--header-height) - 100%));
  width: 100%;
  color: white;
}

.menu-side-panel.open {
  transform: translateY(100%);
}

.menu-side-panel .tab-content {
   opacity: 0;
}

.menu-side-panel.open .tab-content {
   animation-name: fade-in-delay;
   animation-duration: 0.3s;
   animation-delay: 0.3s;
   animation-fill-mode: forwards;
}

@keyframes fade-in-delay {
  0%   {opacity: 0}
  100% {opacity: 1}
}

.menu-side-panel {
  transition: transform 0.4s ease-in-out;
  height: calc(100vh - var(--header-height));
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.nav-pills button.nav-link.active, 
.nav-pills .show > button.nav-link {
   color:  var(--primary-color);
   background-color: transparent;
}

#v-pills-tabContent {
   padding-left: 3rem;
   padding-top: 1.5rem;
}

.nav-pills button.nav-link {
   color: #000;
   background-color: transparent;
   text-align: left;
   text-transform: uppercase;
   font-size: 2rem;
   font-family: "Styrene B Alt Web";
   border-radius: 0;
   border: 0;
   border-top: solid 1px #000;
   padding-left: 0;
   padding-right: 3rem;
}

.nav-pills button.nav-link:first-child {
   border-top: 0;
}

.menu-category {
   min-height:24px;
   font-size: 0.975em;
}

.sub-menu li a {
   font-size: 0.975em;
}

.sub-menu li.current-menu-item a {
  color: var(--primary-color);
}

.wrapper-menu-footer {
   border-top: solid 1px #000;
}

.menu-footer {
  column-gap: 2rem;
}

.mm-navbar__title {
  padding-top: 1rem!important;
  padding-bottom: 1rem!important;
}

.mm-listitem::after {
  content: "";
  border-color: inherit;
  border-bottom-width: 0px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  inset-inline-start: 20px;
  inset-inline-end: 0;
  bottom: 0;
}

.mm-listitem__text {
  padding-top: 10px;
  padding-bottom: 10px;
}

.mm-listitem__btn:not(.mm-listitem__text) {
  border-left-width: 0;
}

.mm-btn.mm-btn--next {
  position: absolute;
  width: 100%;
  height: 100%;
}

.home-intro {
   padding-top: 1.5rem;
   padding-bottom: 3.5rem;
   border-bottom: solid 1px var(--border-color);
   font-size: 1.33rem;
}

.home-featured {
   padding-top: 4rem;
   padding-bottom: 3rem;
   border-bottom: solid 1px var(--border-color);
}

.img-featured {
   aspect-ratio: 2;
}

.img-featured img {
   object-fit: cover;
}

.grid-news-home {
   display: grid;
   grid: auto / repeat(6, 1fr);
   gap: 3rem;
   padding-block: 2rem;
   border-bottom: solid 1px var(--border-color);
}

.grid-news-home.grid-2 .grid-item {
   grid-column: span 3;
}

.grid-news-home.grid-2 .img-news {
   aspect-ratio: 1.5;
}

.grid-news-home.grid-3 .grid-item {
   grid-column: span 2;
}

.grid-news-home.grid-3 .img-news {
  aspect-ratio: 1.33;
}

.grid-news-home .grid-item {
  position: relative;
}

.grid-news-home .grid-item::after {
    position: absolute;
    top: 0;
    right: -1.5rem;
    content:"";
    width: 1px;
    height: 100%;
    background-color: var(--border-color);
}

.grid-news-home:not(.grid-project) .grid-item:last-child::after {
    width: 0px;
}

.grid-news-home.grid-project .grid-item:nth-child(3n)::after {
    width: 0;
}

.grid-news-home.grid-project:last-child {
  border-bottom: 0;
}

.container-fluid {
   max-width: 1680px;
   padding-inline: 4rem;
}

.img-news {
   max-width: 100%;
}

.img-news > img {
   object-fit: cover;
}

.news-title-menu {
    font-family: "Styrene B Alt Web";
    font-size: 1.75rem;
    line-height: 1.3;
    font-weight: 500;
    text-transform: uppercase;
    text-wrap: balance;
}

.news-subtitle {
   font-family: "Styrene B Alt Web";
    font-size: .875rem;
    line-height: 1.3;
    font-weight: 500;
    text-transform: uppercase;
}

.news-excerpt-menu{
   font-family: "SuisseWorks-Regular";
   font-size: 1.15rem;
}

 .btn-secondary{
    background-color: transparent;
    border-color: var(--primary-color);
    color: var(--primary-color);
    font-family: "Styrene B Alt Web";
    font-weight: 400;
    display: inline-flex;
}

 .btn-secondary:hover {
    background-color: #5c91a6;
    border-color: #5c91a6;
    color: #FFF;
}

 .btn-secondary i {
   font-size: 1.5em;
}

.row-footer > .col-auto {
  padding-left: 2rem;
  padding-right: 2rem;
}

.row-footer {
  margin-right: -2rem;
  margin-left: -2rem;
}

.sidebar {
  width: 250px;
}

.content-sidebar-section {
    background-color: #FFF;
    padding-top: 16px;
    padding-bottom: 32px;
    text-transform: uppercase;
    font-size: 0.875rem;
}

.title-sidebar-section {
    background-color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.0rem;
    padding-bottom: 0.65rem;
    border-bottom: solid 1px var(--border-color);
    line-height: 1.33;
    color: #000;
    font-family: "Styrene B Alt Web";
}

.sidebar-section:not(:first-child) {
  padding-top: 0.65rem;
  border-top: solid 1px var(--border-color);
}

.submenu li a, .submenu li a:visited {
    color: #000;
    text-transform: uppercase;
    font-family: "Styrene B Alt Web";
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-size: 0.875rem;
}

.breadcrumb {
  background-color:transparent;
  border-radius:0;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 400;
}

.content-container .the-content {
  font-size: 1.15rem;
}

.accordion {
  margin-bottom: 4rem;
}

.accordion-item {
  border-top: solid 1px var(--border-color);
  padding-block: 0.875rem;
}

.accordion-item:last-child {
  border-bottom: solid 1px var(--border-color);
}

.accordion-heading-content {
  color:#000;
  font-weight: 400;
  font-size: 1.75rem;
}

h2.titre-actus-liees {
  font-size: 2.5rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px var(--border-color);
  margin-bottom: 0;
}

.accordion-heading-content i {
  float:right;
  position:relative;
  display:block;
  margin-top:6px;
  color: var(--primary-color);
  font-size: 1.25em;
}

.accordion-item .collapse {
  scroll-margin-top: 250px;
}

body.blog .navigation {
  padding-block: 1.5rem;
}

.wp-paginate a, 
.wp-paginate a:visited {
    background: none repeat scroll 0 0 #fff;
    margin-right: 4px;
    color: var(--primary-color);
    padding: 3px 8px 2px 8px;
    text-align: center;
    text-decoration: none;
    min-width: 25px;
    display: inline-block;
    border: solid 1px var(--primary-color);
   
}

.wp-paginate .current {
    background: none repeat scroll 0 0 var(--primary-color);
    color: #fff;
    margin-right: 4px;
    padding: 3px 8px 2px 8px;
    min-width: 25px;
    display: inline-block;
    border: solid 1px var(--primary-color);
}

/* ------------ */



.StyreneBAlt-Regular-Web, .gform_button.button {
    font-family: "Styrene B Alt Web";
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

.StyreneBAlt-Medium-Web {
    font-family: "Styrene B Alt Web";
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}

.SuisseWorks-Regular {
    font-family: "SuisseWorks-Regular";
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}

.SuisseWorks-Bold {
    font-family: "SuisseWorks-Bold";
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}

#wp-admin-bar-customize{
	display: none;
}

html {
	font-size:1em;
	-webkit-text-size-adjust:1em;
	-ms-text-size-adjust:1em;
}

.alignleft {
	float:left;
}

.h1, h1{
	font-size: 2.5rem;
	line-height: 1;
}

.alignright {
	float:right;
}

.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

body [id^="readlink"], body [id^="readlink"]:active, body [id^="readlink"]:focus{
	color: #8d8d8d;
	text-transform: uppercase;
	font-family: "Styrene B Alt Web";
}

.gform_button.button, .btn{
	text-transform: uppercase;	
	border-radius: 0;
}

figure.wp-caption.alignleft,img.alignleft {
	margin:7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin:7px 14px 7px 0;
}

figure.wp-caption.alignright,img.alignright {
	margin:7px 0 7px 24px;
}

.wp-caption.alignright {
	margin:7px 0 7px 14px;
}

img.aligncenter,.wp-caption.aligncenter {
	margin-top:7px;
	margin-bottom:7px;
}

.wp-caption {
	margin-bottom:24px;
}

.wp-caption img[class*="wp-image-"] {
	display:block;
	margin:0;
}

::-webkit-input-placeholder {
	color:#939393;
}

:-moz-placeholder {
	color:#939393;
	opacity:1;
}

:-ms-input-placeholder {
	color:#939393;
}

.wp-caption,img {
	max-width:100%;
}



body.home .wrapper{
/* 	opacity: 0; */
	opacity: 1;
	transition: all .2s linear;
}

body.home.scrolled .wrapper, body.home.hidden-hero .wrapper{
	opacity: 1;
}

h2,h3,h4,h5,h6{
    font-family: "Styrene B Alt Web";
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    text-transform: uppercase;
}

h2{
	font-size: 1.125rem;
	margin-bottom: 1rem;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left:15px;
}

body p strong, .name_directory_name_box strong{
	font-family: "SuisseWorks-Bold";
	font-weight: normal;
}

a {
	transition:all .2s linear;
    color: #5c91a6;
    text-decoration: none;
    background-color: transparent;
    outline: 0 none!important;
}

a:hover {
    color: #5c91a6;
    text-decoration: none;
    background-color: transparent;
}

a img{
	transition:all .2s linear;
}

a:hover img{
    opacity: .8;
}

.the-content a:hover {
    color: #5c91a6;
    background-color: transparent;
}

.header-mobile {
	padding:15px 0;
}



header {
	background-color:#FFF;
}

.logo {
	max-width:475px;
}

.dropdown-menu {
	float:left;
	padding:15px 0 0;
	margin:0;
	border:none;
	border-radius:0;
	right:0;
}

.mega-dropdown {
	position:static!important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu.mega-dropdown-menu {
	position:fixed;
	top:139px;
	width:100%;
	min-width:100%;
	background-color:#FFF;
	padding-top:30px;
}

.menu-secondaire .list-inline li:not(:last-child) {
	margin-right:0;
}

.menu-secondaire .list-inline li {
	display:inline-block;
}



.menu-secondaire .list-inline li a:hover {
	opacity:.6;
	text-decoration:none;
}

.menu-secondaire .list-inline li:last-child a {
	padding-right:0;
}

.dropdown-toggle:after {
	display:none;
}

.navbar-expand-lg .navbar-nav li:first-child a {
	padding-left:0;
}

.btn-primary {
    background-color: #5c91a6;
    border-color: #5c91a6;
}

.btn-primary:hover {
    color: #FFF;
    background-color: #8d8d8d;
    border-color: #8d8d8d;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.navbar-expand-lg .navbar-nav .nav-link, .menu-category, .sub-menu li a {
	line-height:1.2;
	text-transform:uppercase;
	color:#000;
}

.navbar-expand-lg .navbar-nav .nav-link:hover,.sub-menu li a:hover {
	color:#5c91a6;
	text-decoration:none;
}

.navbar-expand-lg .navbar-nav .nav-link.active, .content-sidebar-section .submenu li.current-menu-item a{
	color: #5c91a6;
}



.menu-category-publications{
	min-height: 0;
}

.sub-menu li {
	line-height:1;
	margin-bottom:7px;
}

.grands-projets .sub-menu li a,.grands-projets .menu-category {
	color:#5c91a6;
}

.grands-projets .sub-menu li a:hover {
	color:#000;
}



.content-wrapper {
	background-color:#FFF;
}

.the-content p:last-child {
	margin-bottom:0;
}

.accordion-item {
	background-color:#FFF;
}



.accordion-heading{
	cursor: pointer;
}



.accordion-heading-content.collapsed i {
	transform:rotate(180deg);
}

.accordion-gallery-img{
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.accordion-gallery-img img {
    -webkit-transition: -webkit-transform .4s;
    -moz-transition: -moz-transform .4s;
    transition: transform .4s;
}

.accordion-gallery-img figcaption {
	position: absolute;
    width: 100%;
    top: auto;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
	background: #F6F6F6;
	color: #000;
	line-height: 1.3;
	font-size: 0.750em;
}

.accordion-gallery-img-with-caption a:hover img {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}

.accordion-gallery-img-with-caption a:hover figcaption {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}

.table th {
	color: #5c91a6;
	font-weight: normal;
    font-family: "Styrene B Alt Web";
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    text-transform: uppercase;
    vertical-align: middle;
    font-weight: normal;
}

.table td, .table th {
	border-top: 1px solid #dee2e6;
	padding: .5rem 0.75rem;
	line-height: 1.2;
}

.table {
	border-bottom: 1px solid #dee2e6;
}

.docs .table i{
	font-size: 1.25em;
}

.docs .table > tbody > tr > td{
	cursor: pointer;
}

.docs .table > tbody > tr:hover > td {
    background-color: #f2f2f2;
}

.name_directory_total{
	display: none;
}

.name_directory_index{
	margin-bottom: 15px;	
}

.accordion-content .gallery{
	margin-top: 0;
}

.caption-publication{
	color: #000;	
	text-decoration: none!important;
}


.image-top img{
	width: 100%;
}

.submenu {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.submenu li {
    margin-bottom: 10px;
    line-height: 1.2;
}



.submenu li a:hover{
	color: #5c91a6;
}

.wp-caption-text{
	margin-top: 5px;
	line-height: 1.2;
	font-size: 0.875em;
}

.sidebar-news, .sidebar-news:visited {
    color: #000;
    display: block;
    margin-bottom: 30px;
}

.sidebar-news strong{
	font-weight: normal;
}

.sidebar .content-sidebar-section a.sidebar-news:last-child{
	margin-bottom: 0;
}

.sidebar-news h4 {
    color: #5c91a6;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;
}

a.sidebar-news:hover{
	opacity: .6;
	color: inherit;
}

.contact-btn{
	text-transform: uppercase;
	font-size: 0.875em;
}

.news {
    margin-bottom: 30px;
}

.news a, .news a:visited {
    color: #000;
}

.post-meta-date {
    color: #8d8d8d;
    margin-bottom: 10px;
    font-size: 0.8em;
}

.news a h4, .news a:visited h4 {
    color: #5c91a6;
    font-size: 1.25em;
    font-weight: normal;
}

.wp-paginate {
    margin: 0;
    padding: 0;
    font-size: 1em;
}

.wp-paginate li {
    display: inline;
    list-style: outside none none;
}





footer{
	font-size: 0.688em;
	text-transform: uppercase;	
    font-family: "Styrene B Alt Web";
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    color: #FFF;
    background-color: #000000;
}


footer a{
	color: #FFF;
}

.footer-left{
	min-width: 40px;
}





.news-block .content-sidebar-section{
	font-size: 80%;	
}

.the-content, .accordion-content{
	font-size: 1.15rem;
}

/* .btn-secondary {
    background-color: #F6F6F6;
    border-color: #F6F6F6;
    color: #000;
}

.btn-secondary:hover {
    background-color: #F6F6F6;
    border-color: #F6F6F6;
    color: #000; */
}

body.logged-in.admin-bar .hero {
    height: calc(100vh - 32px);
}

.hero {
    background-size: cover;
    position: fixed;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    z-index: 999999;
    transition: transform .4s ease-in, -webkit-transform .4s ease-in;
    display: table;
    table-layout: fixed;
}

body.logged-in.admin-bar .hero-container {
    height: calc(100vh - 32px);
}

.hero-container {
    height: 100vh;
    z-index: 2;
}

 .grid-item-home{
	margin-bottom: 45px;
}

.grid-sizer, .grid-item-small {
	width: calc((100% - 30px) / 2);
}

.grid-item-big {
	width:80%;
}



body.hidden-hero .hero {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.hero-arrow {
	bottom: 115px;
	left: 100px;
	right: 100px;
	text-align: center;
	z-index: 9999;
}

.hero-arrow .scroll-btn {
    display: inline-block;
    color: #FFF;
    font-size: 3.5em;
}

.hero-arrow .scroll-btn i{
    cursor: pointer;
}

.hero-arrow .scroll-btn i:hover{
   opacity: .6;
   transition: all .2s linear;
}

#map{
	position: absolute;
    left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 1;
}

.home .wp-mapbox-gl-js-map {
	height:100vh !important;	
}

.hero-logo {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 38vh;
}

.leaflet-marker-pane .label{
	color: #FFF;
	text-transform: uppercase;
	font-weight: normal;
	z-index: 10!important;
	cursor: grab!important;
	cursor: -webkit-grab!important;
	cursor: -moz-grab!important;
	font-family: "Styrene B Alt Web";
}

.mt-10, .my-10 {
    margin-top: 10rem !important;
}

.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-4089.mm-listitem{
	display: none;
}

.mm-listitem .mm-btn_next:before{
	display: none;
}

.mm-listview {
    margin-top: 15px;
}

.broken_link, a.broken_link {
	text-decoration:inherit !important;
}

#menu-mobile {
    font-family: "Styrene B Alt Web";
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    text-transform: uppercase;
}


@media (max-width: 1400px) {
      .nav-pills button.nav-link {
      font-size: 1.75rem;
      padding-right: 2.5rem;
   }
}

@media (max-width: 1199.98px) {
  .news-title-menu {
    font-size: 1.5rem;
  }
  
  .news-excerpt-menu {
    font-family: "SuisseWorks-Regular";
    font-size: 1.05rem;
  }
  
  
	footer .first-part ul {
	    max-width: 125px;
	}
	.h1, h1{
		font-size: 3rem;
		line-height: 1;
	}
}

@media (max-width: 991.98px) {
  

  .sidebar-section.d-none + .sidebar-section {
    border-top: 0px;
  }
  
  .grid-news-home.grid-3 .grid-item,
  .grid-news-home.grid-2 .grid-item {
     grid-column: span 6;
  }
  
  .grid-news-home .grid-item:not(:last-child)::after {
     width: 0px;
  }
  
  .sidebar {
    width: 200px;
  }
  
  .grid-news-home {
    gap: 2rem;
    padding-block: 1rem;
    border-bottom: 0;
  }
  
  .grid-item {
    border-bottom: solid 1px var(--border-color);
    padding-bottom: 2rem;
  }
  
  .grid-news-home.grid-2 .img-news {
    aspect-ratio: 1.33;
  }
  
	footer .first-part ul {
	    max-width: none;
	}	
	.h1, h1{
		font-size: 2.5rem;
	}
  
  h2.titre-actus-liees {
    font-size: 2.15rem;
  }
  
  .grid-news-home .grid-item::after {
    width: 0px;
  }
  .home-intro {
    font-size: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  
  .sidebar-section:not(:first-child) {
    padding-top: 0.65rem;
    border-top: solid 1px var(--border-color);
  }
  
  
  .sidebar {
    width: 100%;
  }
  
 .accordion-heading-content {
    font-size: 1.33rem;
  }
  
    .col-main,
    .col-sidebar {
      width: 100%!important;
    }
	footer .first-part ul {
	    max-width: 200px;
	}		
	.h1, h1{
		font-size: 2.5rem;
	}
  
  .accordion {
    margin-bottom: 2rem;
  }
  
  .content-sidebar-section {
    padding-bottom: 18px;
  }
  
  h2.titre-actus-liees {
    font-size: 1.75rem;
  }
  
  
}

@media (max-width: 575.98px) {
  
  .container-fluid {
    padding-inline: 1rem;
  }
  
  .home-intro {
    padding-top: 1.25rem;
    padding-bottom: 1.75rem;
  }
  
  .img-featured {
    aspect-ratio: 1.33;
  }
  
  .home-featured {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }
  
  .content-container .the-content,
  .news-excerpt-menu {
    font-size: 0.975rem;
  }
  
  .home-intro {
    font-size: 1.05rem;
  }
	footer .first-part ul {
	    max-width: none;
	}		
	.grid-sizer, .grid-item, .grid-item-small {
		width: 100%;
	}
	.grid-item-big {
		width: 100%;
	}
	.h1, h1{
		font-size: 2rem;
	}
  .news-title-menu {
    font-size: 1.25rem;
  }
    
}

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
