@charset "UTF-8";
:root {
  --maincolor: #426ae4;
  --secondcolor: #eadf45;
  --maincolor-hover: #426ae4;
  --text: #323d45;
  /* --title: #1c83be; */
  --title: #34495c;
  --title-h1: #34495c;
  --title-alt: #34495c;
  /* --btn: #426ae4;
  --btn-hover: #eadf45; */
  /* --link: #426ae4; */
  --link-hover: #ffc107;
  /* --link-hover-rgb: 255, 193, 7; */
  --title-footer: #baceeb;
  --link-hover-footer: #eadf45;
  --bg-footer: #001a33; /* #34495c; */
  --bg-copyright: #142d4a; /* #2b4155; */
  --bg-yellow1: #ffc107;
  --bg-yellow2: #eadf45;
  --border: #e8e8e8;
  --white: #ffffff;
  --black: #000000;
}

.left-align {
  text-align: start !important;
}

.right-align {
  text-align: end !important;
}

.text-upper {
  text-transform: uppercase;
}

.mx-1024 {
  max-width: 1024px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.item-gap-15 #nav-menu > li + li {
  margin-top: 15px;
}

.item-gap-10 #nav-menu > li + li {
  margin-top: 10px;
}

.img-100 img {
  width: 100%;
}

.modal-body.img-100 img {
  margin-bottom: 1rem;
}

/* #sp-main-body #icagenda + div {
	display: none;
} */
a {
  color: var(--maincolor);
}
a:hover {
  color: var(--link-hover);
}

.btn {
  border-radius: 0px;
  padding: 10px 20px;
  font-size: 14px;
}

.btn-info,
.btn-primary, .sppb-btn-primary {
  border-color: var(--maincolor);
  background-color: var(--maincolor);
  color: var(--white);
}
.btn-info:hover,
.btn-primary:hover, .sppb-btn-primary:hover {
  border-color: var(--secondcolor);
  background-color: var(--secondcolor);
}

.article-list .article-introtext .readmore > a, .article-list .article-introtext .readmore > a:hover, .article-list .article-introtext .readmore > a:focus, .article-list .article-introtext .readmore > a:active {
  margin-top: 15px;
  border-radius: 0px;
  padding: 10px 20px;
  text-transform: uppercase;
  border-color: var(--maincolor);
  background-color: var(--maincolor);
  color: var(--white);
}
.btn:hover, .btn:focus, .btn:active, .btn:first-child:active, .btn:focus-visible, .btn:active:focus-visible, .sppb-btn:hover, .sppb-btn:focus, .sppb-btn:active, .sppb-btn:first-child:active, .sppb-btn:focus-visible, .sppb-btn:active:focus-visible {
  border-color: var(--secondcolor);
  background-color: var(--secondcolor);
  color: var(--black);
  box-shadow: unset !important;
}

body {
  color: var(--text);
  /* text-align: left; */
  font-size: 14px;
}
body .ba-form-page .ba-field-container select {
  border-radius: 0px;
  height: auto;
}
body #icagenda .ic-info {
  padding: 30px;
  /* background: none;
  background: rgba(221, 221, 221, 0.3);
  border: 0px solid #ccc;
  margin-bottom: 10px;
  border-radius: 6px;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; */
}
body #icagenda-list .ic-header-container > h1.ic-header-title {
  font-size: 25px;
  line-height: 1.2;
}
body .ic-back > .iCicon.iCicon-backic {
  display: none;
}
body .ic-back > a {
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 0px;
  padding: 10px 20px;
  font-size: 14px;
  border-color: var(--maincolor);
  background-color: var(--maincolor);
  color: var(--white);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
body .ic-back > a > .small {
  font-size: 1em;
}
body .ic-back > a:hover {
  border-color: var(--secondcolor);
  background-color: var(--secondcolor);
  color: var(--black);
}
body #ictip a.close {
  /* position: absolute;
  display: block;
  width: auto;
  top: 15px;
  right: 15px; */
  color: var(--maincolor);
  /* text-decoration: none !important; */
}
body .body-innerwrapper {
  overflow-x: visible;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  color: var(--title);
  text-transform: uppercase;
}
body h2 {
  /* font-size: 30px; */
  text-transform: uppercase;
  /* padding: 3px 0 3px 0; */
  /* margin: 0; */
  line-height: 1.2;
  /* font-weight: bold; */
  font-style: normal;
  /* font-family: 'open_sans_condensedbold'; */
  /* font-weight: 100; */
}

/* < body */
#sp-header {
  /* background-color: rgba(52, 73, 92, 0.85); */
  background-color: var(--bg-footer);
  /* < .sp-megamenu-parent > .sp-menu-item > .sp-dropdown */
  /* < .sp-megamenu-parent > .sp-menu-item:last-child */
}
#sp-header #sp-menu .sp-menu-separator, #sp-header #sp-menu .image-title {
  cursor: default;
}
#sp-header .sp-column {
  position: relative;
}
#sp-header .logo-sm {
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 0px;
  left: 0px;
  /* height: 60px; */
  transition: opacity 0.3s ease, z-index 0.3s ease;
}
#sp-header .container-inner:hover #sp-logo.hovered .logo-sm {
  opacity: 1;
  z-index: 1;
}
#sp-header .logo {
  height: 200px;
  /* height: 265px; */
  opacity: 1;
  transition: opacity 0.3s ease, z-index 0.3s ease;
}
#sp-header .container-inner:hover #sp-logo.hovered .logo {
  opacity: 0;
  z-index: -1;
}
#sp-header .sp-megamenu-parent.menu-animation-fade-up .sp-has-child:hover > .sp-dropdown {
  animation: unset;
  transition: all 0.3s ease;
}
#sp-header .sp-megamenu-wrapper, #sp-header .sp-megamenu-parent {
  flex: 1;
}
#sp-header .sp-megamenu-parent > .sp-menu-item {
  width: 25%;
  text-align: center;
}
#sp-header .sp-megamenu-parent > .sp-menu-item > a, #sp-header .sp-megamenu-parent > .sp-menu-item > span {
  font-family: "Open Sans", sans-serif;
  padding: 22px 15px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--white);
}
.sp-menu-item.active #sp-header .sp-megamenu-parent > .sp-menu-item > a, .sp-menu-item.active #sp-header .sp-megamenu-parent > .sp-menu-item > span {
  color: var(--secondcolor);
}
#sp-header .sp-megamenu-parent > .sp-menu-item:hover > a, #sp-header .sp-megamenu-parent > .sp-menu-item:hover > span {
  color: var(--secondcolor);
}
#sp-header .sp-megamenu-parent > .sp-menu-item:nth-child(1) > .sp-dropdown > .sp-dropdown-inner {
  background-image: url("/images/la-mairie-a-votre-service/la-mairie-a-votre-service.jpg");
  background-size: contain;
}
#sp-header .sp-megamenu-parent > .sp-menu-item:nth-child(2) > .sp-dropdown > .sp-dropdown-inner {
  /* background-image: url('/images/decouvrir-et-bouger/decouvrir-et-bouger.png');
  background-size: auto; */
  background-image: url("/images/decouvrir-et-bouger/img-menu.jpg");
  background-size: contain;
}
#sp-header .sp-megamenu-parent > .sp-menu-item:nth-child(3) > .sp-dropdown > .sp-dropdown-inner {
  background-image: url("/images/vivez-votre-village/vivez-votre-village.png");
  background-size: auto;
}
#sp-header .sp-megamenu-parent > .sp-menu-item > .sp-dropdown {
  width: 100% !important;
}
#sp-header .sp-megamenu-parent > .sp-menu-item > .sp-dropdown .sp-dropdown {
  display: block;
  position: relative;
  left: 0px;
  top: 0px;
}
#sp-header .sp-megamenu-parent > .sp-menu-item > .sp-dropdown .sp-dropdown-items {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
#sp-header .sp-megamenu-parent > .sp-menu-item > .sp-dropdown .sp-dropdown-items > .sp-menu-item {
  flex: 0 0 auto;
  max-width: 20%;
  margin-left: 1%;
  margin-right: 4%;
  width: 100%;
}
#sp-header .sp-megamenu-parent > .sp-menu-item > .sp-dropdown .sp-dropdown-inner {
  box-shadow: unset;
}
#sp-header .sp-megamenu-parent > .sp-menu-item > .sp-dropdown > .sp-dropdown-inner .sp-dropdown-inner {
  padding: 0px;
}
#sp-header .sp-megamenu-parent > .sp-menu-item > .sp-dropdown > .sp-dropdown-inner .sp-dropdown-inner .sp-dropdown-items {
  flex-direction: column;
}
#sp-header .sp-megamenu-parent > .sp-menu-item > .sp-dropdown > .sp-dropdown-inner .sp-dropdown-inner .sp-menu-item {
  text-align: start;
  max-width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 15px;
  padding-right: 15px;
}
#sp-header .sp-megamenu-parent > .sp-menu-item > .sp-dropdown > .sp-dropdown-inner .sp-dropdown-inner .sp-menu-item > a {
  display: block;
  padding: 10px 0;
  padding-left: 0px;
  border-bottom: 1px solid var(--border);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  /* transition: all 0.3s ease 0s; */
  transition: all 0.3s ease;
}
#sp-header .sp-megamenu-parent > .sp-menu-item > .sp-dropdown > .sp-dropdown-inner .sp-dropdown-inner .sp-menu-item.current-item.active > a,
#sp-header .sp-megamenu-parent > .sp-menu-item > .sp-dropdown > .sp-dropdown-inner .sp-dropdown-inner .sp-menu-item > a:hover {
  background: var(--maincolor);
  color: var(--white);
  padding-left: 10px;
  /* font-weight: 500; */
}
#sp-header .sp-megamenu-parent > .sp-menu-item > .sp-dropdown > .sp-dropdown-inner {
  padding-left: 290px;
  margin-left: -252px;
  background-repeat: no-repeat;
  background-position: left bottom;
}
#sp-header .sp-megamenu-parent > .sp-menu-item > .sp-dropdown .sp-dropdown-items .image-title {
  color: var(--black);
  padding: 0px 5px;
  position: absolute;
  width: 172px;
  font-size: 13px;
  line-height: 20px;
  height: 24px;
  top: 75px;
  left: -10px;
  background: var(--bg-yellow2);
}
#sp-header .sp-megamenu-parent > .sp-menu-item.active > a {
  font-weight: 600;
}
#sp-header .sp-megamenu-parent > .sp-menu-item:last-child > .sp-dropdown {
  /* width: auto !important; */
  /* width: 370px !important; */
  width: 120px !important;
  /* padding: 30px 30px 15px 30px; */
  padding-top: 30px;
  left: auto;
  right: 0px;
  top: 30px;
}
#sp-header .sp-megamenu-parent > .sp-menu-item:last-child > .sp-dropdown > .sp-dropdown-inner {
  /* width: 120px !important; */
  /* padding-left: 0px; */
  /* padding: 30px; */
  /* margin-left: 0px; */
  padding: 30px 30px 15px 30px;
}
#sp-header .sp-megamenu-parent > .sp-menu-item:last-child > .sp-dropdown .sp-dropdown-items {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
#sp-header .sp-megamenu-parent > .sp-menu-item:last-child > .sp-dropdown .sp-dropdown-items > .sp-menu-item {
  flex: 0 0 auto;
  max-width: 33.33333%;
  margin-left: 0%;
  margin-right: 0%;
}
#sp-header .sp-megamenu-parent > .sp-menu-item:last-child > .sp-dropdown .sp-dropdown-items .icon {
  display: block;
  font-size: 14px;
  padding: 0px;
  width: 85px;
  height: 85px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  border: 1px solid #ced1d4;
}
#sp-header .sp-megamenu-parent > .sp-menu-item:last-child > .sp-dropdown .sp-dropdown-items .icon .pe-2 {
  padding-left: 0.5rem;
  font-size: 35px;
  display: block;
}
#sp-header .sp-megamenu-parent > li {
  position: static;
}

/* < #sp-header */
#sp-section-1 .sp-page-title {
  background: transparent;
  /* background-size: 100%; */
  background-size: cover;
  /* padding: 350px 0 30px 0; */
  padding: 350px 0 80px 0;
}

/* < #sp-section-1 */
#sp-breadcrumb {
  /* li a span {
  	color: var(--maincolor);
  } */
}
#sp-breadcrumb .breadcrumb {
  /* padding: 100px 0px 50px 0px; */
  padding: 100px 0px 0px 0px;
  background-color: transparent;
}
#sp-breadcrumb .sp-module.only-page-title + .sp-module .breadcrumb {
  padding-top: 10px;
}
#sp-breadcrumb .sp-module.only-page-title .only-page-title {
  padding: 100px 0px 0px 0px;
}
#sp-breadcrumb li span {
  color: var(--text);
}
#sp-breadcrumb li a:hover span {
  color: var(--link-hover);
}

/* < #sp-breadcrumb */
#sp-page-builder {
  /* ul {
  	list-style: none;
  	padding-left: 0rem;

  	li {
  		position: relative;
  		padding-left: 2rem;

  		&:before {
  			content: "☑";
  			color: var(--maincolor);
  			position: absolute;
  			left: 0px;
  			top: 50%;
  			transform: translateY(-50%);
  			font-size: 16px;
  		}
  	}
  } */
}
#sp-page-builder .sp-dots ul {
  /* margin: -4px;
  padding: 0; */
  /* list-style: none; */
  /* text-align: center; */
}
#sp-page-builder .sp-dots ul li {
  background-image: unset;
  height: 4px;
  width: 30px;
  margin: 5px;
  border: 0;
  border-radius: 2px;
  position: relative;
}
#sp-page-builder .sppb-addon-title {
  /* color: var(--maincolor); */
}
#sp-page-builder h1.sppb-addon-title {
  /* color: var(--title-h1); */
}
#sp-page-builder .sppb-addon-title.sppb-feature-box-title {
  color: var(--title);
}
#sp-page-builder .conseil-municipal-feature img, #sp-page-builder .conseil-municipal-feature .sppb-img-container {
  width: 100%;
}
#sp-page-builder .conseil-municipal-feature .sppb-media {
  display: flex;
  align-items: center;
}
#sp-page-builder .conseil-municipal-feature .sppb-addon-text,
#sp-page-builder .conseil-municipal-feature .sppb-addon-text a {
  color: var(--text);
}
#sp-page-builder .conseil-municipal-feature .sppb-addon-text a:hover {
  color: var(--maincolor);
}
#sp-page-builder .agenda-manifs .sppb-addon-content {
  border: 1px solid #ced1d4;
  background: #fff;
  margin-bottom: 35px;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
#sp-page-builder .agenda-manifs .sppb-addon-content:hover {
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
#sp-page-builder .agenda-manifs .sppb-addon-title {
  display: block;
  color: var(--title-alt);
  background: #dfe0e1;
  padding: 10px 28px;
  text-transform: uppercase;
  font-size: 24px;
  /* font-family: 'open_sans_condensedbold'; */
  /* font-weight: 100; */
}
#sp-page-builder .agenda-manifs .iccalendar {
  /* display: block;
  margin: auto !important; */
  padding: 18px 28px !important;
}
/* < #sp-page-builder */
#sp-right {
  position: relative;
}
#sp-right .mod-articleslatest.latestnews .is-img a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
#sp-right .mod-articleslatest.latestnews .is-img a .image {
  font-size: 85%;
  flex: 0 0 auto;
  width: 100px;
  margin-top: 0px;
}
#sp-right .mod-articleslatest.latestnews .is-img a img {
  margin: 0px;
  max-width: 100px;
  height: auto;
}
#sp-right .mod-articleslatest.latestnews .is-img a span + span {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  flex: 0 0 auto;
  margin-top: 0px;
  width: calc(100% - 115px);
}
#sp-right .mod-articleslatest.latestnews .is-img a span + span small {
  font-size: 14px;
}
#sp-right .sp-column {
  /* position: sticky;
  top: 30px; */
}
#sp-right .sp-module {
  padding: 0px;
  border: 1px solid var(--bg-copyright);
  border-radius: 0px;
}
#sp-right .sp-module ul > li {
  border: unset;
}
#sp-right .sp-module ul > li + li {
  padding-top: 28px;
}
#sp-right .sp-module ul > li a {
  padding: 0px 0;
}
#sp-right .sp-module h3.sp-module-title {
  margin: 0 0 0px;
  /* color: rgba(52, 73, 92, 1); */
  color: rgb(255, 255, 255);
  /* background: #dfe0e1; */
  background: var(--bg-copyright);
  padding: 10px 28px;
  text-transform: uppercase;
  font-size: 18px;
  /* font-weight: 500; */
  border-bottom: 1px solid var(--bg-copyright);
}
#sp-right .sp-module .sp-module-content {
  padding: 28px 28px;
}
#sp-right #icagenda_calendar .icevent {
  background-color: unset !important;
}

/* < #sp-right */
.home #sp-main-body {
  /* .default_eventlist .ic-date-div {
  	height: 50px;
  	width: 76px;
  	text-align: center;
  	padding-top: 25%;
  	text-shadow: rgba(0, 0, 0, 0.5) 0 0 7px;
  	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	-o-border-radius: 5px;
  	border-radius: 5px;
  	box-sizing: content-box;
  } */
  /* < .icrounded_eventlist */
}
.home #sp-main-body .icrounded_eventlist {
  /* margin: 0 0 10px 0; */
  /* padding: 15px; */
  margin: 10px 0;
}
.home #sp-main-body .icrounded_eventlist > a {
  display: block;
  padding: 15px;
  /* margin: 10px 0; */
}
.home #sp-main-body .icrounded_eventlist > a:hover {
  background-color: var(--bg-footer);
}
.home #sp-main-body .icrounded_eventlist .ic-event-div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.home #sp-main-body .icrounded_eventlist .ic-event-div .ic-block {
  /* display: block; */
  margin: auto 0px;
}
.home #sp-main-body .icrounded_eventlist .ic-event-div .iceventlist-title {
  font-size: 25px;
  text-transform: uppercase;
  line-height: 1.2 !important;
  font-style: normal;
}
.home #sp-main-body .icrounded_eventlist .ic-event-div .ic-date-img-box {
  float: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: initial;
  width: 60px !important;
  height: 60px !important;
  padding: 10px;
  color: #fff;
  margin: 8px 28px 8px 8px;
  /* border-radius: 6px; */
  /* box-sizing: content-box !important; */
}
.home #sp-main-body .icrounded_eventlist .ic-event-div .ic-date-div {
  padding-top: 0px;
  color: #333 !important;
  text-shadow: unset;
}
.home #sp-main-body .icrounded_eventlist .ic-event-div .ic-date-div .ic-day {
  line-height: 30px !important;
  font-size: 30px;
  font-weight: bold;
}
.home #sp-main-body .icrounded_eventlist .ic-event-div .ic-date-div .ic-month {
  line-height: 16px !important;
  font-size: 16px;
  letter-spacing: 0px;
  margin-left: 1px;
  font-weight: normal;
}
.home #sp-main-body .icrounded_eventlist .ic-event-div .ic-date-div .ic-year {
  line-height: 11px !important;
  font-size: 11px;
  letter-spacing: 2px;
  margin-left: 2px;
  font-weight: bold;
}
.home #sp-main-body .icrounded_eventlist .ic-event-div .ic-date-div .ic-time {
  line-height: 10px !important;
  font-size: 10px;
  letter-spacing: 2px;
  margin-left: 2px;
  font-weight: bold;
}
.home #sp-main-body .sppb-addon-articles .sppb-article-img-wrap {
  /* flex: 0 0 auto;
  max-width: 30%; */
  display: block;
  height: 350px;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.home #sp-main-body .sppb-addon-articles .sppb-article-img-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.25);
  transition: transform 0.3s ease;
}
.home #sp-main-body .sppb-addon-articles .sppb-article-meta {
  margin: 0px -5px 15px;
}
.home #sp-main-body .sppb-addon-articles .sppb-readmore {
  background-color: var(--maincolor);
  color: var(--white);
  padding: 10px 20px;
  transition-duration: 0.4s;
  transition-property: color, background;
  font-size: 16px;
  /* border-radius: 0px; */
}
.home #sp-main-body .sppb-addon-articles .sppb-readmore:hover {
  background-color: var(--secondcolor);
  color: var(--black);
}
.home #sp-main-body .sppb-addon-articles .sppb-addon-article {
  /* display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 75px; */
}
.home #sp-main-body .sppb-addon-articles .sppb-addon-article:hover img {
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.3s ease;
}

#sp-main-body {
  padding: 30px 0px 100px;
  /* .com-exolegales & main {
  	ul {
  		list-style: none;
  		padding-left: 0rem;

  		li {
  			position: relative;
  			padding-left: 2rem;

  			&:before {
  				content: "☑";
  				color: var(--maincolor);
  				position: absolute;
                     left: 0px;
                     top: 50%;
                     transform: translateY(-50%);
  				font-size: 16px;
  			}
  		}
  	}
  } */
  /* < .article-list */
}
#sp-main-body main ul {
  list-style: none;
  padding-left: 0rem;
}
#sp-main-body main ul li {
  position: relative;
  padding-left: 2rem;
}
#sp-main-body main ul li:before {
  content: "☑";
  color: var(--maincolor);
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  /* margin-right: 5px; */
  font-size: 16px;
  /* line-height: inherit; */
}
#sp-main-body main ul.pagination li {
  position: static;
  padding-left: 0rem;
}
#sp-main-body main ul.pagination li:before {
  display: none;
  content: none;
}
.com-sppagebuilder #sp-main-body {
  padding: 30px 0px 100px;
}
.com-sppagebuilder.home #sp-main-body {
  padding: 0px;
}
#sp-main-body .article-list .article {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  /* position: relative; */
  padding: 0px 0px 10px 0px;
  margin-bottom: 2rem;
  border: unset;
  border-bottom: 1px solid var(--border);
  border-radius: 0px;
}
#sp-main-body .article-list .article .article-intro-image {
  padding-right: 30px;
  flex: 0 0 auto;
  width: 30%;
}
#sp-main-body .article-list .article .article-body {
  flex: 0 0 auto;
  width: 70%;
}
#sp-main-body .article-list .article-introtext img {
  padding: 0 5px 5px 0;
}
#sp-main-body .article-list .article-header h2 {
  font-size: 30px;
  text-transform: initial;
}
#sp-main-body .article-list .article .article-intro-image, #sp-main-body .article-list .article .article-featured-video, #sp-main-body .article-list .article .article-featured-audio, #sp-main-body .article-list .article .article-feature-gallery {
  margin: 0px 0px 20px 0px;
  /* border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #f5f5f5;
  overflow: hidden; */
  max-width: 100%;
}
#sp-main-body .article-list .article-body .article-introtext img {
  padding: 0px;
}
#sp-main-body .contact-feature .sppb-media .pull-left {
  width: 40px;
}
#sp-main-body .com-content-category__block.category a h3 {
  /* color: var(--title-alt); */
  color: #1c83be;
}

/* < #sp-main-body */
#contactList .cat-list-row {
  clear: both;
  margin-top: 5px;
  border-top: 1px dotted #BBBBBB;
  padding-top: 25px;
  padding-bottom: 20px;
  height: 1%;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
#contactList .cat-list-row .info-contact {
  flex: 0 0 auto;
  width: 100%;
}
#contactList .cat-list-row .see-more {
  flex: 0 0 auto;
  width: 100%;
}
#contactList .cat-list-row .btn {
  margin-top: 15px;
}

/* < #contactList */
.contact-category .cat-children {
  display: none;
}

.contact-category tbody > tr {
  clear: both;
  margin-top: 5px;
  border-top: 1px dotted #BBBBBB;
  padding-top: 5px;
  padding-bottom: 20px;
  height: 1%;
  overflow: hidden;
}

/* < .contact-category */
.com_phocadownload #phoca-dl-category-box + .pd-cb + div {
  display: none !important;
  opacity: 0 !important;
}
.com_phocadownload .pd-filenamebox-bt .pd-title {
  font-size: 16px;
}
.com_phocadownload .pagination {
  /* align-items: center; */
  justify-content: space-between;
}
.com_phocadownload .pagination > .mb-4 {
  margin-bottom: 0px !important;
}

/* < .com_phocadownload */
#sp-footer .addon-root-heading .sppb-addon-title {
  color: var(--title-footer);
}
#sp-footer #nav-menu {
  display: flex;
  flex-direction: column;
}
#sp-footer #nav-menu li {
  margin-top: 8px;
}
#sp-footer #nav-menu a {
  padding: 5px 0px;
  background-color: unset;
  color: var(--white);
}
#sp-footer #nav-menu a:hover {
  color: var(--link-hover-footer);
}

/* < sp-footer */
#copyright p {
  margin-bottom: 0px;
  line-height: 3.5em;
}
#copyright a:hover {
  color: var(--white);
  text-decoration: underline;
}

/* < copyright */
@media (max-width: 1399px) {
  #sp-header .sp-megamenu-parent > .sp-menu-item > a, #sp-header .sp-megamenu-parent > .sp-menu-item > span {
    padding: 22px 5px;
    font-size: 13px;
    letter-spacing: 0.5px;
    /* text-transform: uppercase;
    color: #ffffff; */
  }
  #sp-header .sp-megamenu-parent > .sp-menu-item > .sp-dropdown > .sp-dropdown-inner .sp-dropdown-inner .sp-menu-item > a {
    display: block;
    padding: 10.5px 0;
    border-bottom: 1px solid var(--border);
    transition: all 0.4s ease 0s;
  }
}
@media (max-width: 1199px) {
  .left-xl-align {
    text-align: start !important;
  }
  .right-xl-align {
    text-align: end !important;
  }
  #copyright p {
    /* margin-bottom: 0px; */
    line-height: 2.5em;
  }
  .body-wrapper {
    overflow-x: hidden;
  }
  #sp-header #offcanvas-toggler {
    position: relative;
  }
  #sp-header #offcanvas-toggler:before {
    content: "Menu";
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    /* line-height: 60px; */
    color: var(--white);
    position: absolute;
    left: -70px;
  }
  #sp-header .burger-icon {
    width: 30px;
    cursor: pointer;
  }
  #sp-header .burger-icon > span {
    display: block;
    height: 2px;
    background-color: var(--white);
    margin: 5px 0;
    transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
  }
  /* #sp-title,
  #sp-footer1 {
  	overflow-x: hidden;
  } */
  .offcanvas-menu {
    /* .menu .menu-child > li > .menu-separator {
    	position: relative;
    } */
    /* < .offcanvas-inner ul.menu > li.menu-parent li.menu-parent */
    /* < .offcanvas-inner ul.menu > li:last-child */
  }
  body.offcanvas-active .offcanvas-menu {
    width: 320px;
  }
  .offcanvas-menu a.close-offcanvas {
    right: 25px;
  }
  .offcanvas-menu .close-offcanvas:before {
    content: "Fermer";
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 30px;
    color: var(--black);
    position: absolute;
    left: -90px;
  }
  .offcanvas-menu .offcanvas-inner ul.menu > li > .menu-child {
    margin-left: 0px !important;
  }
  .offcanvas-menu .offcanvas-inner ul.menu li {
    padding: 0px 0px 10px;
    margin: 0px 0px 10px;
    border-bottom: 1px solid var(--border);
  }
  .offcanvas-menu .offcanvas-inner ul.menu li:first-child {
    padding-top: 10px;
    border-top: 1px solid var(--border);
  }
  .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent .menu-toggler {
    display: block;
    width: 100%;
    text-align: end;
  }
  .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent li.menu-parent {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border);
  }
  .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent li.menu-parent .menu-separator {
    position: relative;
    display: block;
  }
  .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent li.menu-parent .menu-separator img {
    width: 100%;
  }
  .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent li.menu-parent .menu-image-title {
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent li.menu-parent .menu-toggler {
    display: block;
    width: 100%;
    text-align: end;
    position: absolute;
    /* top: auto;
    left: auto; */
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    cursor: pointer;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    padding: 2px 10px;
    align-content: end;
  }
  .offcanvas-menu .offcanvas-inner ul.menu > li:last-child .menu-child {
    margin-left: 0px;
  }
  .offcanvas-menu .offcanvas-inner ul.menu > li:last-child a.icon {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 0px;
    margin: 5px 0px;
    border-bottom: 1px solid var(--border);
  }
  li:first-child .offcanvas-menu .offcanvas-inner ul.menu > li:last-child a.icon {
    border-top: 1px solid var(--border);
  }
  .offcanvas-menu .offcanvas-inner ul.menu > li:last-child a.icon > span {
    flex: 0 0 auto;
    width: 40px;
    text-align: center;
    font-size: 30px;
  }
  /* < .offcanvas-menu */
}
@media (min-width: 992px) and (max-width: 1199px) {
  #sp-right .mod-articleslatest.latestnews .is-img a {
    flex-direction: column;
    align-items: flex-start;
  }
  #sp-right .mod-articleslatest.latestnews .is-img a [itemprop=name] {
    width: 100%;
  }
}
@media (min-width: 991px) and (max-width: 992px) {
  #sp-header .logo {
    height: auto;
  }
  #sp-header .logo-image {
    height: 200px;
  }
}
@media (max-width: 991px) {
  .left-lg-align {
    text-align: start !important;
  }
  .right-lg-align {
    text-align: end !important;
  }
  #sp-header .logo {
    height: auto;
  }
  #sp-header .logo-image {
    height: 200px;
  }
  #sp-right {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .left-md-align {
    text-align: start !important;
  }
  .right-md-align {
    text-align: end !important;
  }
  #sp-section-1 .sp-page-title {
    /* background: transparent;
    background-size: cover; */
    padding: 200px 0 80px 0;
  }
  #sp-breadcrumb .sp-module.only-page-title .only-page-title {
    padding: 50px 0px 0px 0px;
  }
  #sp-main-body .article-list .article {
    /* display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap; */
    padding: 0px 0px 30px 0px;
    /* margin-bottom: 2rem;
    border: unset;
    border-bottom: 1px solid var(--border);
    border-radius: 0px; */
  }
}
@media (max-width: 575px) {
  .left-sm-align {
    text-align: start !important;
  }
  .right-sm-align {
    text-align: end !important;
  }
  body #icagenda .ic-info {
    padding: 15px;
  }
  #sp-header #sp-logo {
    padding-left: 0px;
    padding-right: 0px;
  }
  #sp-header #offcanvas-toggler {
    height: 50px;
    line-height: 50px;
  }
  #sp-main-body {
    padding: 30px 0px 80px;
  }
  .com-sppagebuilder #sp-main-body {
    padding: 30px 15px 80px;
  }
  #sp-main-body .article-list .article {
    /* display: flex; */
    flex-direction: column;
    align-items: flex-start;
    /* flex-wrap: wrap; */
    /* padding: 0px 0px 30px 0px; */
    /* margin-bottom: 2rem;
    border: unset;
    border-bottom: 1px solid var(--border);
    border-radius: 0px; */
  }
  #sp-main-body .article-list .article .article-intro-image {
    padding-right: 0px;
    width: 250px;
    height: auto;
  }
  #sp-main-body .article-list .article .article-body {
    width: 100%;
  }
  #sp-right .sp-column {
    /* padding-left: 15px;
    padding-right: 15px; */
  }
  #copyright .legales p {
    color: transparent;
    line-height: 18px;
    margin-top: 14px;
    margin-bottom: 18px;
  }
  #copyright .legales p a {
    display: block;
  }
}
@media (max-width: 480px) {
  /* .left-align {text-align: start !important;}
  .right-align {text-align: end !important;} */
  #sp-header .logo-image {
    height: 150px;
  }
}
@media (max-width: 375px) {
  #sp-right .mod-articleslatest.latestnews .is-img a {
    flex-direction: column;
    align-items: flex-start;
  }
  #sp-right .mod-articleslatest.latestnews .is-img a [itemprop=name] {
    width: 100%;
  }
}
/* ******************************************************************************************************************************* */
/* *********************************************************** ADD CSS *********************************************************** */
/* ******************************************************************************************************************************* */
#sp-left .sp-module ul>li>a, #sp-right .sp-module ul>li>a {
	/* display: block;
	padding: 5px 0; */
	line-height: 22px;
	/* padding: 2px 0; */
}
.home .ic_eventlist > .ic-section {
	display: flex;
	flex-direction: row;
	/* justify-content: space-between; */
	justify-content: flex-start;
}
.home .ic_eventlist > .ic-section > .icrounded_eventlist {
	background: transparent;
	margin: 0px !important;
	padding: 0px 15px;
}
.home .ic_eventlist > .ic-section > .icrounded_eventlist .ic-event-div {
	flex-direction: column;
	justify-content: center;
}
.home #sp-main-body .ic_eventlist > .ic-section > .icrounded_eventlist .ic-event-div > .ic-date-img-box {
	background-size: 100% !important;
	/* flex: 0 0 auto; */
	width: 100% !important;
	height: 250px !important;
	margin: 0px;
	transition: background-size 0.3s ease;
}
.home .icrounded_eventlist .iceventlist-title {
	padding-top: 15px;
}
/* .home .home #sp-main-body .icrounded_eventlist .ic-event-div .ic-block + .ic-block {
	display: none;
} */
.home .icrounded_eventlist .ic-event-div .ic-blocks {
	width: 100%;
	text-align: center;
}
.home .icrounded_eventlist .ic-event-div .ic-blocks .ic-datetime-div {
	margin-bottom: 10px !important;
}
.home #sp-main-body .icrounded_eventlist > a {
	border: 1px solid #f9f9f9;
	background-color: #f9f9f9;
}
.home #sp-main-body .icrounded_eventlist > a:hover {
	/* background-color: var(--bg-footer); */
	background-color: transparent;
	color: var(--maincolor);
}
.home #sp-main-body .ic_eventlist > .ic-section > .icrounded_eventlist > a:hover .ic-event-div > .ic-date-img-box {
	background-size: 110% !important;
}
.home #sp-main-body .icrounded_eventlist .ic-event-div .ic-date-div {
	/* width: 75px !important;
	padding: 10px;
	background-color: rgba(255 255 255 / 90%); */
	display: none;
}
