@charset "UTF-8";
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* FICHIER SCSS PRINCIPAL */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* CHARSET */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* IMPORT DES FICHIERS SATTELITES */
/* ----------------------------------------------------- */
/* Variables */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* VARIABLES */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* VARIABLES */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
a {
  cursor: pointer;
}

/* ----------------------------------------------------- */
/* Couleurs */
/* ----------------------------------------------------- */
/* Specifiques au site */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* FONTS */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* FONT-SIZES */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* TRANSITIONS */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* BREAKPOINTS */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* LARGEURS */
/* ----------------------------------------------------- */
@media (min-width: 1440px) {
  .container {
    max-width: 1400px;
  }
}
@media (min-width: 1640px) {
  .container {
    max-width: 1600px;
  }
}
/* END VARIABLES ------------------------------------ */
/* Utilitaires */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* TYPOGRAPHIES */
/* ----------------------------------------------------- */
/* END TYPOGRAPHIES ------------------------------------ */
body {
  font-family: "Ubuntu", sans-serif;
}

a {
  color: #ffffff;
  transition-duration: 1s;
}

a:hover {
  text-decoration: none;
}

p {
  font-size: 17px;
}

.weightColor {
  color: #e1031c;
  font-weight: bold;
}

.textBold {
  font-weight: bold;
}

h4 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

h5 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 40px;
}

.navbar-fixed-top.scrolled {
  background: #333333 !important;
  transition: background-color 200ms linear;
}

main #buttonTop {
  display: inline-block;
  background-color: #e1031c;
  width: 50px;
  height: 50px;
  text-align: center;
  position: fixed;
  bottom: 60px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
main #buttonTop::after {
  content: "";
  position: absolute;
  background-image: url(../../template/images/arrow-up.svg);
  color: #fff;
  width: 40px;
  height: 40px;
  background-size: cover;
  background-position: center;
  left: 4px;
  top: 8px;
}
main #buttonTop:hover {
  cursor: pointer;
  background-color: #333;
}
main #buttonTop:active {
  background-color: #555;
}
main #buttonTop.show {
  opacity: 1;
  visibility: visible;
}

.csc-textpic-caption {
  text-align: center !important;
  caption-side: bottom;
}

/* ASIDE */
.site-aside {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
}

.site-aside .add-to {
	padding: .5rem;
	box-shadow: 0px -2px 6px rgba(0,0,0,0.2);
}

.site-aside .add-to a {
	color: #e1031c;
	display: block;
	font-size: 24px;
	cursor: pointer;
}

.site-aside .add-to a:hover {
	color: #000;
}

/* GESTION COOKIE ------------------------------------ */
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen {
  background-color: #e1031c !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow {
  background-color: #e1031c !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine {
  border-left: 5px solid #e1031c !important;
}

/* IE MSG ------------------------------------ */
.buorg-buttons {
  right: 15px;
  top: 7px;
  position: absolute;
}

#buorgig {
  background-color: #e1031c !important;
}

/* IE MSG ------------------------------------ */
.buorg-buttons {
  right: 15px;
  top: 7px;
  position: absolute;
}

#buorgig {
  background-color: #e1031c !important;
}

.tx-kg-notification {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999999999999999;
}

/* POP UP notification */
.bandeau-covid19 {
  background-color: #E94C4E;
  min-height: 10vh;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bandeau-covid19 .container {
  display: flex;
}
.bandeau-covid19 .container img {
  margin-left: 10px;
}
.bandeau-covid19 p {
  font-family: sans-serif;
  color: white;
  padding: 0 10px;
  margin: auto 0;
}
.bandeau-covid19 p span {
  font-weight: 600;
  text-transform: uppercase;
}
.bandeau-covid19 p a {
  font-family: sans-serif;
  color: white;
  padding: 0 10px;
  text-decoration: underline;
}

/* Layout du template */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* HEADER */
/* ----------------------------------------------------- */
.font {
  position: fixed;
  left: 5px;
  top: 5px;
}

@media (min-width: 768px) {
  .font {
    right: 20px;
    left: auto;
  }
}

/* ----------------------------------------------------- */
#navbarNav li.hasSub > ul {
  display: none;
}

.color1 {
  color: #e1031c !important;
}

header {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.95;
  position: fixed;
  z-index: 9999999;
  padding: 0 !important;
}

header .topNav {
  padding: 0px 8%;
  max-width: 100%;
}
header .topNav .topNavContent {
  justify-content: flex-end;
  align-items: center;
}
header .topNav .topNavContent .navTopColumn1 {
  border-right: 1px solid #ffffff;
  text-align: center;
}
header .topNav .topNavContent .navTopColumn1 a .ico {
  font-size: 13px;
  margin: 0 20px;
}
header .topNav .topNavContent .navTopColumn1 a .ico:hover:before {
  color: #e1031c;
  transition-duration: 1s;
}
header .topNav .topNavContent .navTopColumn2 {
  text-align: center;
  border-right: 1px solid #ffffff;
  padding: 0 18px;
}
header .topNav .topNavContent .navTopColumn2 a {
  font-weight: 100;
  font-size: 13px;
}
header .topNav .topNavContent .navTopColumn2 a .ico {
  font-size: 13px;
  margin-right: 20px;
}
header .topNav .topNavContent .navTopColumn2 a .ico:hover:before {
  color: #e1031c;
  transition-duration: 1s;
}
header .topNav .topNavContent .navTopColumn3 .form-control {
  background: transparent;
  border: none;
  color: white;
  width: 70%;
  font-size: 13px;
  justify-content: space-between;
}
header .topNav .topNavContent .navTopColumn3 .form-control::placeholder {
  color: #ffffff;
}
header .topNav .topNavContent .navTopColumn3 .btn .ico {
  font-size: 13px;
  color: #ffffff;
  transition-duration: 1s;
}
header .topNav .topNavContent .navTopColumn3 .btn .ico:hover:before {
  color: #e1031c;
  transition-duration: 1s;
}

header .navbar {
  justify-content: space-around;
  padding: 0px 8%;
  max-width: 100%;
}
header .navbar .navbar-brand {
  margin-right: 0;
  margin-top: -30px;
}
header .navbar .navbar-brand img {
  max-width: 100%;
  height: auto;
  width: 80%;
}
header .navbar #navbarNav {
  justify-content: flex-end !important;
  flex-basis: initial;
}
header .navbar #navbarNav .navbar-nav {
  font-size: 16px;
  text-transform: uppercase;
}
header .navbar #navbarNav .navbar-nav .nav-item {
  margin: 0px 20px;
  padding: 25px 5px;
  transition-duration: 1s;
}
header .navbar #navbarNav .navbar-nav .nav-item a {
  color: #ffffff;
  padding: 0;
  position: relative;
}
header .navbar #navbarNav .navbar-nav .nav-item a:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -15px;
  color: #e1031c;
  border-bottom: 2px solid #e1031c;
  width: 32px;
  transition-duration: 1s;
}
header .navbar #navbarNav .navbar-nav .nav-item a:hover:after {
  border-color: #ffffff;
  width: 100%;
}
header .navbar #navbarNav .navbar-nav .nav-item:hover {
  background: #e1031c;
}
header .navbar #navbarNav .navbar-nav .nav-item ul {
  min-height: 0px;
  top: 78px;
  left: 0px;
  right: 0;
  overflow: hidden;
  position: absolute;
  background: rgba(0, 0, 0, 0.53);
  padding: 0px 85px;
  flex-wrap: wrap;
  background-color: #333333 !important;
  transition: background-color 200ms linear;
  list-style: none;
  padding-bottom: 30px;
  display: none;
}
header .navbar #navbarNav .navbar-nav .nav-item ul li {
  width: 25%;
  text-align: left;
  display: inline-flex;
  min-height: 65px;
  margin: 25px 0;
  padding: 0 10px;
}
header .navbar #navbarNav .navbar-nav .nav-item ul li a {
  padding: 0;
  position: relative;
}
header .navbar #navbarNav .navbar-nav .nav-item ul li a:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 24px;
  color: #e1031c;
  border-bottom: 2px solid #ffffff;
  width: 32px;
  transition-duration: 1s;
}
header .navbar #navbarNav .navbar-nav .nav-item ul li a:hover {
  border-color: white;
  color: #e1031c;
}
header .navbar #navbarNav .navbar-nav .nav-item ul li a:hover:after {
  border-color: #e1031c;
}
header .navbar #navbarNav .navbar-nav .active {
  background: #e1031c;
}
header .navbar #navbarNav .navbar-nav .active a:after {
  border-color: white;
  width: 65%;
}

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* RESPONSIVE */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* PETITES HAUTEURS */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* DESKTOP : $screen-lg px */
/* ----------------------------------------------------- */
@media screen and (max-width: 1647px) {
  header .navbar #navbarNav .navbar-nav .nav-item {
    margin: 0 15px;
  }
}
@media screen and (max-width: 1440px) {
  header .container {
    max-width: 100%;
  }
}
/* ----------------------------------------------------- */
/* TABLETP : $screen-md px */
/* ----------------------------------------------------- */
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar-light .navbar-brand img {
    width: 180px;
  }
}
/* ----------------------------------------------------- */
/* TABLETP : $screen-medium px */
/* ----------------------------------------------------- */
@media (max-width: 992px) {
  header .navbar #navbarNav .navbar-nav .nav-item ul li a {
    text-align: center;
  }

  .container-fluid .container.container-social-wall-home .icons {
    top: 55%;
    width: 270px;
  }

  .container-fluid .container.container-social-wall-home h4 {
    top: 25%;
    font-size: 2rem;
  }

  header .navbar .navbar-brand {
    margin-top: 0;
    margin-left: 30px;
  }

  header .navbar .navbar-brand img {
    width: 60%;
  }

  header .navbar {
    justify-content: space-between;
  }

  .navbar-light .navbar-toggler-icon {
    background-image: url(../../template/images/bars-solid.svg);
  }

  .navbar-light .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
    margin-right: 30px;
  }

  header .navbar #navbarNav.show {
    text-align: center;
    width: 100%;
  }

  header .navbar #navbarNav .navbar-nav .active, header .navbar #navbarNav .navbar-nav .nav-item:hover {
    background: #e1031c8c !important;
  }

  header .navbar #navbarNav .navbar-nav .nav-item a:after, header .navbar #navbarNav .navbar-nav .active a:after {
    display: none;
  }

  header .navbar #navbarNav .navbar-nav .nav-item ul {
    z-index: 9;
    padding: 0px;
  }

  header .navbar #navbarNav .navbar-nav .nav-item {
    position: relative;
  }

  header .topNav .topNavContent {
    width: 100%;
  }
}
/* ----------------------------------------------------- */
/* 782px */
/* ----------------------------------------------------- */
@media screen and (max-width: 782px) {
  header .topNav .topNavContent .navTopColumn3 {
    justify-content: end;
  }
}
/* ----------------------------------------------------- */
/* TABLET : $screen-sm px */
/* ----------------------------------------------------- */
@media (max-width: 768px) {
  header {
    background: #333333 !important;
  }

  header .navbar #navbarNav .navbar-nav .nav-item ul {
    text-align: -webkit-center;
    right: 0;
  }

  header .navbar #navbarNav .navbar-nav .nav-item ul li {
    display: -webkit-box;
    width: 85%;
    text-align: left;
    display: inline-flex;
    min-height: 40px;
    margin: 10px 0;
  }

  header .topNav .topNavContent .navTopColumn3 .btn .ico, header .topNav .topNavContent .navTopColumn2 a .ico, header .topNav .topNavContent .navTopColumn1 a .ico {
    font-size: 17px;
  }

  header .topNav .topNavContent .navTopColumn3 .form-control {
    width: 75%;
  }

  header .topNav .topNavContent {
    margin: 0;
  }

  header .navbar #navbarNav .navbar-nav {
    height: 100vh;
  }

  header {
    max-height: 100vh;
    overflow: auto;
  }
}
/* ----------------------------------------------------- */
/* < 600 px */
/* ----------------------------------------------------- */
@media (max-width: 550px) {
  header .topNav .topNavContent .navTopColumn2, header .topNav .topNavContent .navTopColumn3 {
    display: flex;
    align-items: center;
  }

  header .topNav .topNavContent .navTopColumn2 a .ico {
    margin: 0;
  }

  .navbar-light .navbar-brand img {
    width: 75%;
  }

  header .topNav .topNavContent .navTopColumn2 a span {
    display: none;
  }

  header .topNav .topNavContent .navTopColumn3 {
    width: 60%;
  }
}
/* ----------------------------------------------------- */
/* TABLE : $screen-xs px */
/* ----------------------------------------------------- */
@media (max-width: 500px) {
  header .topNav .topNavContent .navTopColumn1 a .fab {
    margin: 0;
  }

  .navbar-brand {
    width: 53% !important;
  }

  header .topNav .topNavContent .navTopColumn2 {
    justify-content: center;
  }
}
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
@media (max-width: 640px) {
  header .topNav .topNavContent .navTopColumn1 a .ico {
    margin: 0 10px;
  }
}
@media (max-width: 568px) {
  header .topNav .topNavContent .navTopColumn1 a .ico {
    margin: 0 5px;
  }
}
@media (max-width: 380px) {
  header .topNav .topNavContent .navTopColumn2 {
    padding: 0 10px;
  }

  header .topNav .topNavContent .navTopColumn3 {
    width: 65%;
  }

  header .topNav .topNavContent .navTopColumn3 .btn {
    padding: 3px;
  }
}
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* FOOTER */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
footer h3 {
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 64px;
}
footer a, footer p {
  font-size: 16px;
}

footer {
  background: #333333;
  color: #ffffff;
  padding: 45px 0 45px;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #e1031c;
}
footer .footerFirstRow {
  justify-content: space-around;
  align-items: baseline;
}
footer .footerFirstRow .footerColumn3 ul {
  list-style: none;
}
footer .footerFirstRow .footerColumn3 ul li {
  position: relative;
}
footer .footerFirstRow .footerColumn3 ul li::before {
  position: absolute;
  content: ">";
  color: #e1031c;
  left: -35px;
  font-size: 20px;
  top: -3px;
}
footer .footerFirstRow .footerColumn4 {
  display: flex;
}
footer .footerFirstRow .footerColumn4 a {
  margin: 0 25px;
}
footer .footerFirstRow .footerColumn4 a i {
  font-size: 25px;
}
footer .footerFirstRow .footerColumn5 img {
  width: 338px;
  height: auto;
}
footer .footerSecondRow {
  margin-top: 45px;
  justify-content: center;
}
footer .footerSecondRow a {
  padding: 0 10px;
}

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* RESPONSIVE */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* DESKTOP : #$screen-lg px */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* 1300 px */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* TABLETP : #$screen-md px */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* TABLET : 1280px */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* TABLET : #$screen-sm px */
/* ----------------------------------------------------- */
@media (max-width: 768px) {
  footer {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  footer .footerFirstRow {
    flex-direction: column;
  }

  .footerColumn2, .footerColumn3, .footerColumn4 {
    margin-bottom: 30px;
  }

  footer .footerFirstRow .footerColumn1 a img {
    width: 70%;
  }

  footer .footerFirstRow .footerColumn5 img {
    width: 70%;
    height: auto;
  }

  footer .footerSecondRow {
    margin-top: 0;
  }

  footer h3 {
    margin-bottom: 15px;
  }
}
/* ----------------------------------------------------- */
/* TABLE : #$screen-xs px */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* MOBILEP : #$screen-xxs px */
/* ----------------------------------------------------- */
/* Style specifique par page */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* HOME PAGE */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
html {
  scroll-behavior: smooth;
}

/* ----------------------------------------------------- */
/* ENCART ACTUS */
/* ----------------------------------------------------- */
#asideActu {
  position: absolute;
  right: 0;
  top: 30vh;
  z-index: 99999;
  max-width: 350px;
  background: #e1031c;
}
#asideActu .button-close {
  width: 100%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  padding: 10px;
}
#asideActu .actu {
  background: #e1031c;
  padding: 25px;
  padding-top: 0;
}
#asideActu .actu p {
  font-size: 14px;
  font-weight: lighter;
  color: #ffffff;
  text-align: right;
  margin-right: 28px;
}
#asideActu .actu a {
  font-size: 21px;
}
#asideActu .actu a:hover {
  color: #ffffff;
}

/* ----------------------------------------------------- */
/* ENCART JE SUIS */
/* ----------------------------------------------------- */
#asideIam {
  position: absolute;
  right: 0;
  top: 51vh;
  z-index: 99999;
  max-width: 383px;
  background: #333333;
  padding-top: 0;
}
#asideIam .button-close.collapsed {
  width: 61px;
}
#asideIam .button-close {
  width: 61px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  padding: 10px;
  margin-left: auto;
}
#asideIam .aside-Iam {
  background: #333333;
  padding-top: 0;
  text-align: center;
  color: #ffffff;
  border: none;
  outline: none;
  font-size: 20px;
}
#asideIam .aside-Iam a {
  font-size: 21px;
  color: #ffffff;
  text-transform: uppercase;
}
#asideIam .aside-Iam a:hover {
  color: #e1031c;
}
#asideIam .aside-Iam #collapseIam.show {
  padding-bottom: 25px;
  width: 221px;
}
#asideIam .aside-Iam #collapseIam.show .dropdown-item {
  text-transform: initial;
}

/* GENERAL */
main {
  position: relative;
}
main section {
  padding-left: 0;
  padding-right: 0;
  margin: 50px 0;
}
main h2 {
  font-size: 32px;
  text-transform: uppercase;
}
main h3 {
  font-size: 26px;
  text-transform: uppercase;
}
main h1 {
  color: #212529;
  font-size: 38px;
  text-transform: uppercase;
  text-align: center;
}
main h1 span {
  font-size: 100px;
}
main h4 {
  font-size: 18px;
}

.btn-style {
  background: #e1031c;
  color: white;
  border-radius: 50px;
  padding: 20px 60px 20px 20px;
  border: 1px solid #df353f;
  position: relative;
}
.btn-style::after {
  content: ">";
  position: absolute;
  right: 31px;
  border: 1px solid;
  border-radius: 50%;
  padding: 1px 7px;
  top: 15px;
}
.btn-style:hover {
  color: #e1031c;
  text-decoration: none;
  background: white;
  border: 1px solid white;
  font-weight: bold;
}

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* BANNER */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
main .homeBanner {
  height: 100vh;
  padding-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  /* pour Chrome et Safari */
  -moz-background-size: cover;
  /* pour Firefox */
  -o-background-size: cover;
  /* pour Opera */
  background-size: cover;
  /* version standardisée */
  min-width: 100vw;
}
main .homeBanner h1 {
  color: white;
}
main .homeBanner .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
main .homeBanner .container .buttonScroll {
  position: absolute;
  bottom: 0;
  margin-bottom: 80px;
}
@keyframes scrollDown {
  0% {
    top: 14px;
    opacity: 0;
  }
  15% {
    top: 14px;
    opacity: 1;
  }
  30% {
    top: 14px;
    opacity: 1;
  }
  45% {
    top: 34px;
    opacity: 1;
  }
  100% {
    top: 34px;
    opacity: 0;
  }
}
main .homeBanner .container .buttonScroll * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
main .homeBanner .container .buttonScroll body {
  background-color: #30363f;
}
main .homeBanner .container .buttonScroll .scroll__down {
  position: absolute;
  top: 50%;
  bottom: -44px;
  left: 50%;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  text-align: center;
  background-color: transparent;
  border: none;
  transform: translate(-50%, -50%);
}
main .homeBanner .container .buttonScroll .scroll__mouse {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 54px;
  margin: 0 auto;
  border: 2px solid #fff;
  border-radius: 20px;
}
main .homeBanner .container .buttonScroll .scroll__wheel {
  position: absolute;
  top: 14px;
  left: 13px;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
  animation: scrollDown 2.5s infinite;
}
main .homeBanner .navTools {
  background: rgba(51, 51, 51, 0.62);
  height: 100px;
  padding: 0;
  position: absolute;
}
main .homeBanner .navTools ul {
  justify-content: space-between;
  text-transform: uppercase;
  list-style: none;
  align-items: center;
}
main .homeBanner .navTools ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .homeBanner .navTools ul li a:hover {
  color: #e1031c;
}
main .homeBanner .navTools ul li a:hover i:before {
  color: #e1031c;
}
main .homeBanner .navTools ul li a i {
  position: relative;
  font-size: 35px;
  transition-duration: 1s;
  margin-bottom: 10px;
}
main .homeBanner .navTools ul li a i:before {
  transition-duration: 1s;
}

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ACTUS*/
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
main .homeActu .container h2 {
  position: relative;
  padding-left: 50px;
  margin-bottom: 50px;
}
main .homeActu .container h2 i {
  position: relative;
  font-size: 25px;
}
main .homeActu .container h2 i:before {
  left: -52px;
  position: absolute;
  top: 0;
}
main .homeActu .container #slider-actu .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 35%;
  z-index: 1;
}
main .homeActu .container #slider-actu .owl-nav button:focus {
  outline: none;
}
main .homeActu .container #slider-actu .owl-nav button span {
  font-size: 60px;
  background: #e1031c;
  color: white;
  display: flex;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
}
main .homeActu .container #slider-actu .carousel-content figure {
  margin: auto;
  max-height: 411px;
  overflow: hidden;
}
main .homeActu .container #slider-actu .carousel-content figure img {
  object-fit: cover;
}
main .homeActu .container #slider-actu .carousel-content .content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
main .homeActu .container #slider-actu .carousel-content .content h3 {
  margin-bottom: 50px;
}
main .homeActu .container #slider-actu .carousel-content .content p {
  font-size: 17px;
  width: 80%;
  margin-bottom: 50px;
}
main .homeActu .container #slider-actu .carousel-content .content .actuLinks {
  font-size: 17px;
  display: flex;
  flex-wrap: wrap;
}
main .homeActu .container #slider-actu .carousel-content .content .actuLinks a {
  border-left: 2px solid black;
  margin: 5px 0;
  padding-left: 15px;
  transition-duration: 1s;
  margin-right: 45px;
  color: black;
  z-index: 2;
}
main .homeActu .container #slider-actu .carousel-content .content .actuLinks a:hover {
  color: #e1031c;
  border-color: #e1031c;
}
main .homeActu .container #slider-actu .carousel-content .content .actuLinks .color1 {
  border-left: 2px solid #e1031c;
}

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* MYMONTBELIARD*/
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
main .homeMyMontbe {
  background-image: url(../../template/images/bg-girl.png);
  background-position: bottom;
  background-size: cover;
  padding: 50px 0;
  color: white;
  position: relative;
}
main .homeMyMontbe .MyMontbe-column1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 15px 0;
}
main .homeMyMontbe .MyMontbe-column1 figure img {
  max-width: 100%;
  height: auto;
}
main .homeMyMontbe .MyMontbe-column1 .btn-style {
  width: 30% !important;
}
main .homeMyMontbe .MyMontbe-column1 p {
  width: 55%;
}
main .homeMyMontbe .MyMontbe-item {
  background: white;
  padding: 0;
  position: relative;
  border-bottom-right-radius: 45px;
  transition-duration: 1s;
  margin: 15px;
}
main .homeMyMontbe .MyMontbe-item:hover {
  box-shadow: -4px 3px 8px black;
  opacity: 0.8;
}
main .homeMyMontbe .MyMontbe-item a {
  color: black;
}
main .homeMyMontbe .MyMontbe-item a figure {
  position: relative;
}
main .homeMyMontbe .MyMontbe-item a figure .img-fluid {
  width: 100%;
}
main .homeMyMontbe .MyMontbe-item a figure figcaption {
  display: block;
  width: 100%;
  height: 100%;
  background: #ff000080;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition-duration: 1s;
}
main .homeMyMontbe .MyMontbe-item a figure figcaption i {
  font-size: 40px;
  color: white;
}
main .homeMyMontbe .MyMontbe-item a figure:hover figcaption {
  opacity: 1;
}
main .homeMyMontbe .MyMontbe-item a .body-card {
  position: relative;
}
main .homeMyMontbe .MyMontbe-item a .body-card h4 {
  background: #e1031c;
  padding: 21px 40px 20px 15px;
  position: absolute;
  border-top-right-radius: 48px;
  border-bottom-right-radius: 45px;
  color: white;
  top: -50px;
}
main .homeMyMontbe .MyMontbe-item a .body-card p {
  padding-top: 20px;
  padding-left: 15px;
}

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* AGENDA*/
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
main .homeAgenda .container h2 {
  text-align: center;
}
main .homeAgenda .container .row {
  justify-content: center;
}
main .homeAgenda .container .row .nav {
  margin-top: 50px;
  margin-bottom: 30px;
}
main .homeAgenda .container .row .nav .nav-item {
  margin: 15px 10px;
}
main .homeAgenda .container .row .nav .nav-item .nav-link {
  text-transform: uppercase;
  color: #e1031c;
  transition-duration: 1s;
  border: 1px solid #e1031c;
}
main .homeAgenda .container .row .nav .nav-item .nav-link:hover {
  background: #e1031c;
  color: white;
}
main .homeAgenda .container .carousel-content {
  background: #f0f0f0;
  position: relative;
  padding: 50px;
  padding-bottom: 80px;
}
main .homeAgenda .container .carousel-content .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 45%;
}
main .homeAgenda .container .carousel-content .owl-nav .owl-prev {
  margin-left: -77px;
}
main .homeAgenda .container .carousel-content .owl-nav .owl-next {
  margin-right: -77px;
}
main .homeAgenda .container .carousel-content .owl-nav button:focus {
  outline: none;
}
main .homeAgenda .container .carousel-content .owl-nav button span {
  font-size: 60px;
  background: #e1031c;
  color: white;
  display: flex;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
}
main .homeAgenda .container .carousel-content .agendaLink {
  color: #e1031c;
  position: absolute;
  bottom: 25px;
  left: 100px;
  border-left: 1px solid;
  padding-left: 30px;
  font-size: 17px;
  font-weight: bold;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
main .homeAgenda .container .carousel-content .agendaLink:hover {
  color: #ffffff;
  background: #e1031c;
}
main .homeAgenda .container .carousel-content .itemAgenda {
  margin: 0 40px;
  border: 8px solid transparent;
  transition-duration: 1s;
  padding: 0;
}
main .homeAgenda .container .carousel-content .itemAgenda:hover {
  border-color: #e1031c;
}
main .homeAgenda .container .carousel-content .itemAgenda:hover .card-body::after {
  width: 90%;
}
main .homeAgenda .container .carousel-content .itemAgenda a:hover {
  color: white;
}
main .homeAgenda .container .carousel-content .itemAgenda a figure {
  background: white;
  margin-bottom: 0;
  position: relative;
  height: 241px;
  overflow: hidden;
}
main .homeAgenda .container .carousel-content .itemAgenda a figure img {
  object-fit: cover;
  object-fit: cover;
  height: -webkit-fill-available;
}
main .homeAgenda .container .carousel-content .itemAgenda a figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  background: #e1031c;
  padding: 10px 25px;
}
main .homeAgenda .container .carousel-content .itemAgenda a figure figcaption .date {
  text-transform: uppercase;
  font-size: 20px;
}
main .homeAgenda .container .carousel-content .itemAgenda a figure figcaption .date .day {
  font-size: 58px;
  font-weight: bold;
}
main .homeAgenda .container .carousel-content .itemAgenda a .card-body {
  background: white;
  color: black;
  font-size: 18px;
  padding: 20px;
  margin-bottom: 0;
  min-height: 155px;
  position: relative;
}
main .homeAgenda .container .carousel-content .itemAgenda a .card-body h3 {
  font-size: 20px;
}
main .homeAgenda .container .carousel-content .itemAgenda a .card-body::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #e1031c;
  left: 20px;
  bottom: 10px;
  width: 10%;
  transition-duration: 1s;
}

.container-social-wall-home{
  padding: 0;
  width: 100%;
  position: relative;
}

.container-social-wall-home .social-wall-home{
  width: 100%;
}

.container-social-wall-home{
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.45)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}


.container-social-wall-home img{
  z-index: -1;
  position: relative;
}

.container-social-wall-home .icons{
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 350px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}

.container-social-wall-home .icons a {
  width: calc(25% - 20px);
}

.container-social-wall-home h4{
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    text-transform: none;
    color: white;
    font-size: 2.7rem;
    text-align: center;
    font-weight: 900;
}

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* GALLERY*/
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
main .homeTranistionBanner {
  min-height: 381px;
  text-align: center;
}
main .homeTranistionBanner h2 {
  display: -webkit-inline-box;
  text-align: center;
  border: 2px solid black;
  border-radius: 50%;
  height: 140px;
  width: 140px;
  padding: 24px;
  position: relative;
  margin-bottom: 25px;
}
main .homeTranistionBanner h2::after {
  position: absolute;
  content: "";
  height: 25px;
  border: 2px solid;
  bottom: -27px;
  left: 66px;
}
main .homeTranistionBanner .row.transition {
  margin: 0;
}
main .homeTranistionBanner .row.transition .card-item {
  padding: 0 !important;
}
main .homeTranistionBanner .row.transition .card-item figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  height: 100%;
}
main .homeTranistionBanner .row.transition .card-item figure:hover figcaption {
  background: rgba(225, 3, 28, 0.5);
  opacity: 1;
}
main .homeTranistionBanner .row.transition .card-item figure:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
main .homeTranistionBanner .row.transition .card-item figure img {
  width: 100%;
  min-height: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  object-fit: cover;
}
main .homeTranistionBanner .row.transition .card-item figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  color: white;
  background: transparent;
  transition-duration: 1s;
  opacity: 0;
}
main .homeTranistionBanner .row.transition .card-item figure figcaption::before {
  content: " ";
  position: absolute;
  width: 50px;
  height: 50px;
  border-left: 1px solid;
  border-top: 1px solid;
  top: 30px;
  left: 35px;
}
main .homeTranistionBanner .row.transition .card-item figure figcaption::after {
  content: " ";
  position: absolute;
  width: 50px;
  height: 50px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  bottom: 30px;
  right: 35px;
}

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* E-SERVICE*/
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
main .eServices .nav {
  margin-top: 50px;
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
}
main .eServices .nav .nav-item {
  background: #b5061f;
  width: 11%;
  text-align: center;
  transition-duration: 1s;
  font-size: 18px;
  display: flex;
  flex-direction: column;
/*   height: 100%; */
  line-height: 19px;
  color: white;
}
main .eServices .nav .nav-item i {
  font-size: 45px;
  margin: 15px 0;
  font-style: normal;
  height: 40px;
}
main .eServices .nav .nav-item:hover {
  background: #e1031c;
}
main .eServices .nav .nav-item .nav-link {
  font-size: 18px;
  display: flex;
  flex-direction: column;
  height: 100%;
  line-height: 19px;
  /*.ico-paiement{
    margin-top: -15px;
  }*/
}
main .eServices .nav .nav-item .nav-link i {
  font-size: 45px;
  margin: 15px 0;
  font-style: normal;
  height: 40px;
}
main .eServices .nav .nav-item .nav-link:hover {
  color: white;
}

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* KIOSQUE */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
main .kiosque .container {
  background: #f0f0f0;
  min-height: 680px;
}
main .kiosque .container h2 {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
main .kiosque .container h2 span {
  font-size: 16px;
  color: red;
  border-left: 2px solid;
  padding-left: 35px;
  margin-left: 35px;
}
main .kiosque .container h2 span a {
  text-transform: initial;
  color: #b5061f;
}
main .kiosque .container .card-item {
  max-width: 20%;
  transition-duration: 1s;
  margin-left: -90px;
}
main .kiosque .container .card-item:hover figcaption {
  background: #e1031c;
}
main .kiosque .container .card-item:hover figcaption:after {
  border-right-color: #e1031c;
}
main .kiosque .container .card-item:hover figcaption:before {
  border-bottom-color: #e1031c;
}
main .kiosque .container .card-item:hover p {
  color: white;
}
main .kiosque .container .card-item figure {
  position: relative;
}
main .kiosque .container .card-item figure figcaption {
  background: white;
  padding: 20px;
  position: absolute;
  bottom: -75px;
  left: 100px;
  width: 100%;
  transition-duration: 1s;
}
main .kiosque .container .card-item figure figcaption::after {
  transition-duration: 1s;
  position: absolute;
  content: "";
  display: inline-block;
  border-top: 28px solid transparent;
  border-right: 28px solid white;
  border-bottom: 28px solid transparent;
  left: -27px;
  top: 34px;
}
main .kiosque .container .card-item figure p {
  color: #333333;
  font-size: 18px;
  position: relative;
  transition-duration: 1s;
}
main .kiosque .container .card-item figure .weight {
  color: black;
}

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* SUIVEZ NOUS */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
main .follow .container .row .leftColumn {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
main .follow .container .row .leftColumn .social {
  display: flex;
}
main .follow .container .row .leftColumn .social a {
  color: #e1031c;
  font-size: 25px;
  border: 1px solid #e1031c;
  padding: 20px;
  margin: 0 10px;
  height: 79px;
  width: 79px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .follow .container .row .leftColumn .social a i:before {
  color: #e1031c;
  transition-duration: 1s;
}
main .follow .container .row .leftColumn .social a:hover {
  background: #e1031c;
  color: #ffffff;
}
main .follow .container .row .leftColumn .social a:hover i:before {
  color: white;
}
main .follow .container .row .fbArticle {
  display: flex;
  flex-wrap: wrap;
}
main .follow .container .row .fbArticle figure {
  width: 235px;
  height: 235px;
  position: relative;
  transition-duration: 1s;
  overflow: hidden;
}
main .follow .container .row .fbArticle figure:hover figcaption {
  height: 100%;
  background: #2864a9;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main .follow .container .row .fbArticle figure:hover figcaption span {
  display: block;
  color: white;
}
main .follow .container .row .fbArticle figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
main .follow .container .row .fbArticle figure figcaption {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 25px;
  transition-duration: 0.4s;
}
main .follow .container .row .fbArticle figure figcaption i {
  color: white;
  background: #2864a9;
  padding: 10px 15px;
  font-size: 23px;
  transition-duration: 0.1s;
}
main .follow .container .row .fbArticle figure figcaption span {
  display: none;
  transition-duration: 0.4s;
}
main .follow .container .row .fbArticle.second {
  width: 100%;
  justify-content: space-around;
}

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* RESPONSIVE */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
@media screen and (max-width: 1640px) {
  main .follow .container .row .fbArticle.second {
    justify-content: end;
  }

  main .follow .container .row .fbArticle.second a {
    margin: 0 15px;
  }
}
/* ----------------------------------------------------- */
/* DESKTOP : 1366px px */
/* ----------------------------------------------------- */
@media screen and (max-width: 1440px) {
  main .homeMyMontbe .MyMontbe-column1 .btn-style {
    width: 50% !important;
  }

  main .homeMyMontbe .MyMontbe-item a p {
    padding-top: 45px;
  }

  main .eServices .nav .nav-item {
    width: 13%;
  }
}
/* ----------------------------------------------------- */
/* TABLETP : 1200px px */
/* ----------------------------------------------------- */
@media (max-width: 1200px) {
  main .homeMyMontbe .MyMontbe-item a h4 {
    padding: 10px 40px 10px 15px;
  }

  main .eServices .nav .nav-item {
    width: 15%;
    margin: 0 5% 5% 0;
  }

  main .follow .container .row .leftColumn {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 35px;
  }

  main .follow .container .row .fbArticle {
    width: 100%;
    text-align: -webkit-center;
  }

  main .follow .container .row .fbArticle.second a {
    margin: 0 42px;
  }

  main .eServices .nav {
    justify-content: center;
  }
}
/* ----------------------------------------------------- */
/* TABLETP : 992px 992px */
/* ----------------------------------------------------- */
@media (max-width: 992px) {
  main .homeBanner .navTools ul {
    max-width: 100%;
  }

  main .homeBanner .navTools ul li i::before {
    width: 30px !important;
    height: 30px !important;
  }

  main .homeBanner .navTools ul li a {
    font-size: 12px;
  }

  main .homeMyMontbe .MyMontbe-column1 .btn-style {
    width: 30% !important;
  }

  main .kiosque .container .card-item {
    margin-left: 0;
    max-width: 36%;
  }

  main .kiosque .container .card-item figure figcaption {
    position: relative;
    bottom: 0;
    left: 0;
  }

  main .kiosque .container .card-item figure figcaption::before {
    left: 44%;
    top: -27px;
    border-right: 28px solid transparent;
    border-bottom: 28px solid white;
    border-left: 28px solid transparent;
    transition-duration: 1s;
    position: absolute;
    content: "";
    display: inline-block;
  }

  main .kiosque .container .card-item figure figcaption::after {
    display: none;
  }

  main .eServices .nav .nav-item {
    width: 25%;
  }

  main .follow .container .row .fbArticle a {
    padding: 0;
  }

  main .follow .container .row .fbArticle.second a {
    margin: 0 2px;
  }

  main .homeMyMontbe .MyMontbe-column1 p {
    width: 100%;
  }

  main .eServices .nav {
    justify-content: flex-start;
  }
}
/* ----------------------------------------------------- */
/* TABLET : 768px px */
/* ----------------------------------------------------- */
@media (max-width: 768px) {
  main h1 {
    font-size: 27px;
  }

  main h1 span {
    font-size: 50px;
  }

  main .homeBanner .navTools ul li a span {
    display: none;
  }

  main .homeActu .container .carousel-content #carouselCaptions .carousel-inner .carousel-item .flex-carousel {
    flex-direction: column;
    align-items: center;
  }

  .w-50 {
    width: 100% !important;
  }

  main .homeActu .container .carousel-content #carouselCaptions .carousel-inner .carousel-item .flex-carousel .carousel-caption {
    margin-left: 0 !important;
    display: block !important;
  }

  main .homeActu .container .carousel-content .carousel-control-next, main .homeActu .container .carousel-content .carousel-control-prev {
    top: 50px !important;
  }

  main .homeActu .container .carousel-content #carouselCaptions .carousel-inner .carousel-item .flex-carousel .carousel-caption p {
    width: 100%;
  }

  main .kiosque .container .card-item {
    margin-bottom: 100px;
    max-width: 100%;
    margin-left: 0;
  }

  main .kiosque .container .card-item figure figcaption {
    position: relative;
    bottom: 0;
    left: 0;
  }

  main .kiosque .container .card-item figure figcaption::before {
    left: 44%;
    top: -27px;
    border-right: 28px solid transparent;
    border-bottom: 28px solid white;
    border-left: 28px solid transparent;
    transition-duration: 1s;
    position: absolute;
    content: "";
    display: inline-block;
  }

  main .kiosque .container .card-item figure figcaption::after {
    display: none;
  }

  main .eServices .nav .nav-item {
    width: 45%;
  }

  main .follow .container .row .leftColumn {
    flex-direction: column;
  }

  main .follow .container .row .leftColumn .social {
    margin: 50px 0;
  }

  main .follow .container .row .leftColumn .social a {
    padding: 15px 21px;
    margin: 0 0px;
    font-size: 20px;
  }

  main .follow .container .row .fbArticle {
    text-align: -webkit-center;
  }

  main .follow .container .row .fbArticle.second {
    display: none;
  }

  main .homeMyMontbe .MyMontbe-column1 .btn-style {
    width: 55% !important;
  }

  main .aside-Iam a {
    font-size: 20px;
  }

  main .aside-Iam a i {
    position: absolute;
    bottom: -37px;
    left: 6px;
    font-size: 78px;
  }

  main .aside-actu .icon-close {
    right: 20px;
  }

  main .aside-actu a {
    font-size: 16px;
  }

  main .homeAgenda .container .carousel-content .itemAgenda a figure figcaption .date {
    font-size: 25px;
  }

  main .homeAgenda .container .carousel-content .itemAgenda a figure figcaption .date .day {
    font-size: 30px;
  }

  main .homeActu .container #slider-actu .owl-nav .owl-prev, main .homeActu .container #slider-actu .owl-nav .owl-next {
    margin: 0;
  }

  main .homeBanner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    min-height: 100vh;
  }

  main .homeActu .container #slider-actu .owl-nav button span {
    font-size: 40px;
    width: 40px;
    height: 40px;
  }

  main .homeActu .container #slider-actu .carousel-content .content h3 {
    margin-top: 25px;
  }

  main .homeAgenda .container .carousel-content .owl-nav button span {
    font-size: 40px;
    width: 40px;
    height: 40px;
  }

  main .homeAgenda .container .carousel-content {
    padding: 50px 30px;
  }

  main .homeAgenda .container .row .nav .nav-item {
    width: 47%;
    margin: 5px 5px;
  }
}
/* ----------------------------------------------------- */
/* TABLE : 500px px */
/* ----------------------------------------------------- */
@media (max-width: 500px) {
  main .kiosque .container h2 {
    display: flex;
  }

  main .aside-actu {
    display: none;
  }

  main .homeActu .container #slider-actu .owl-nav {
    top: 17%;
  }

  main .homeAgenda .container .carousel-content .itemAgenda {
    margin: 0;
  }

  main .homeBanner {
    background-attachment: scroll;
  }
}
/* ----------------------------------------------------- */
/* MOBILEP : 380px px */
/* ----------------------------------------------------- */
@media (max-width: 380px) {
  main .homeBanner .navTools ul li a i {
    font-size: 25px;
  }

  main .eServices .nav .nav-item .nav-link {
    font-size: 10px;
  }

  main .kiosque .container h2 span {
    padding-left: 20px;
  }
}
@media (orientation: landscape) and (max-device-width: 768px) {
  #asideActu {
    display: none;
  }

  main .homeMyMontbe .MyMontbe-item a figure img {
    width: 100%;
  }
}
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* PAGE.SCSS */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* NAV ARIANE*/
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
.ariane {
  display: flex !important;
  justify-content: space-between;
}
.ariane a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  margin-right: 25px;
  display: flex;
  align-items: center;
}
.ariane a i {
  padding-left: 25px;
}
.ariane a .icon-agenda {
  font-size: 30px;
  padding-right: 25px;
}
.ariane .agenda-link {
  color: #e1031c;
}
.ariane #file-ariane {
  display: flex;
  align-items: center;
  min-height: 50px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.ariane #file-ariane .fil_ariane {
  display: flex;
  list-style: none;
  align-items: center;
  padding-left: 0;
  flex-wrap: wrap;
}
.ariane #file-ariane .fil_ariane li a {
  margin-right: 25px;
  display: flex;
  align-items: center;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bolder;
  color: #929292;
}
.ariane #file-ariane span {
  margin: 0 0px 0 10px;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bolder;
}
.ariane #file-ariane span i {
  padding-left: 35px;
}
.ariane #file-ariane span a {
  font-size: 14px;
  text-transform: uppercase;
  opacity: 0.8;
  transition-duration: 1s;
}
.ariane #file-ariane span a span {
  color: gray;
  font-weight: 100;
}
.ariane #file-ariane span a:hover {
  opacity: 1;
  color: #e1031c;
}

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ASIDE */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
main .ariane {
  padding-top: 150px;
  margin-top: 0;
}
main .content-page .container .row .aside {
  color: red;
}
main .content-page .container .row .aside h2.menu_gauche_title {
  background: #e1031c;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 0;
  min-height: 73px;
  padding: 25px 11px;
  position: relative;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  width: 100%;
  box-shadow: none;
  white-space: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: auto;
}
main .content-page .container .row .aside h2.menu_gauche_title::after {
  display: none;
}
main .content-page .container .row .aside h2.menu_gauche_title i {
  padding-right: 15px;
}
main .content-page .container .row .aside .menu_gauche {
  border: none;
  border-radius: 0;
  padding: 0;
  width: 100%;
}
main .content-page .container .row .aside .menu_gauche ul {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 10px 0;
  list-style: none;
  background: #f0f0f0;
  transition-duration: 1s;
}
main .content-page .container .row .aside .menu_gauche ul li {
  padding-left: 15px !important;
  padding: 13px 0 10px 0px;
  border-left: 6px solid #cecece;
  transition-duration: 1s;
}
main .content-page .container .row .aside .menu_gauche ul li:hover {
  border-color: #e1031c;
}
main .content-page .container .row .aside .menu_gauche ul li:hover a {
  color: #e1031c;
  font-weight: bold;
}
main .content-page .container .row .aside .menu_gauche ul li a {
  color: #333333 !important;
  font-size: 17px;
  transition-duration: 1s;
  white-space: inherit;
}
main .content-page .container .row .aside .menu_gauche ul li.active {
  transition-duration: 1s;
}
main .content-page .container .row .aside .menu_gauche ul li.active a {
  color: #e1031c !important;
}
main .content-page .container .row .aside .menu_gauche ul li.active.sub-items ul {
  display: block;
}
main .content-page .container .row .aside .menu_gauche ul li.sub-items ul {
  display: none;
}

/* ----------------------------------------------------- */
/* CONTENT*/
/* ----------------------------------------------------- */
main .content-page {
  margin-bottom: 0;
}
main .content-page a {
  color: #e1031c !important;
  transition: all 0.4s ease-out;
}
main .content-page a:hover {
  color: #a50013 !important;
}
main .content-page .container .row .content h1 {
  text-align: center;
  margin-bottom: 50px;
  color: #000000 !important;
}
main .content-page .container .row .content figure {
  max-height: 567px;
  overflow: hidden;
}
main .content-page .container .row .content article h3 {
  margin-bottom: 50px;
}
main .content-page .container .row .content #carouselContenu .carousel-inner .carousel-item figure {
  max-height: 500px;
}
main .content-page .container .row .content #carouselContenu .carousel-control-prev .background, main .content-page .container .row .content #carouselContenu .carousel-control-next .background {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: #e1031c;
}
main .content-page .container .row .content .infos {
  word-break: break-word;
  background: #f0f0f0;
  padding: 45px;
  min-height: 435px;
  margin-top: 100px;
}
main .content-page .container .row .content .infos h4 {
  margin-bottom: 40px;
}
main .content-page .container .row .content .infos .columnInfo {
  border-left: 2px solid;
  padding-left: 30px;
}
main .content-page .container .row .content .infos .columnInfo div {
  display: flex;
  flex-direction: column;
}
main .content-page .container .row .content .infos .columnInfo h5 {
  display: flex;
  align-items: center;
}
main .content-page .container .row .content .infos .columnInfo h5 i {
  font-size: 25px;
}
main .content-page .container .row .content .infos .columnInfo h5 .icon-actu {
  font-size: initial;
}
main .content-page .container .row .content .infos .columnInfo ul {
  padding-left: 0;
  list-style: none;
}
main .content-page .container .row .content .infos .columnInfo ul li {
  margin: 10px 0;
}
main .content-page .container .row .content .infos .columnInfo ul li i {
  font-size: 20px;
  margin-right: 11px;
}
main .content-page .container .row .content .infos .columnInfo ul a {
  color: #e1031c;
}

/* ----------------------------------------------------- */
/* CONTENT tableau*/
/* ----------------------------------------------------- */
main .content-page .container .row .content .content-board {
  margin: 50px 0;
  background: #f0f0f0;
  padding: 25px 20px;
}
main .content-page .container .row .content .content-board .table thead th, main .content-page .container .row .content .content-board .table-bordered td {
  height: 60px;
}
main .content-page .container .row .content .content-board .table td, main .content-page .container .row .content .content-board .table thead th {
  vertical-align: middle;
  padding-left: 15px;
}
main .content-page .container .row .content .content-board .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}
main .content-page .container .row .content .content-board .thBgColor {
  background: #c1c1c1;
}
main .content-page .container .row .content .content-board .table thead th, main .content-page .container .row .content .content-board .table-bordered td, main .content-page .container .row .content .content-board .table-bordered th {
  border-color: #000000;
}
main .content-page .container .row .content .content-board .titleBoardBold {
  font-weight: bold;
}
main .content-page .container .row .content article .listeContent {
  padding-left: 0;
  list-style: none;
}
main .content-page .container .row .content article .listeContent li {
  font-weight: bold;
  font-size: 17px;
}

/* ----------------------------------------------------- */
/* CONTENT ACCORDEON*/
/* ----------------------------------------------------- */
main .openclose_titre {
  padding: 10px;
  margin: 5px;
  position: relative;
  background: #e8e8e8;
}
main .openclose_titre:after {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #e1031c;
  right: 16px;
  top: 50%;
  transform: translate(0, -50%);
}
main .openclose_titre.open:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top-color: transparent;
  transform: translate(0, -60%);
  border-bottom: 8px solid #e1031c;
}
main .openclose_contenu {
  padding: 0 20px;
}

/* ----------------------------------------------------- */
/* CONTENT MAP*/
/* ----------------------------------------------------- */
iframe {
  width: 100%;
}

main .content-page .container .row .content .map {
  margin-top: 50px;
}
main .content-page .container .row .content .map .mapSideBar {
  background: #4c6a78;
  color: white;
  padding: 20px;
}
main .content-page .container .row .content .map iframe {
  width: 100%;
}
main .content-page .container .row .content h3 {
  margin: 50px 0;
}
main .content-page .container .row .content .infosReseau {
  margin-top: 50px;
}
main .content-page .container .row .content .infosReseau .row {
  margin-bottom: 30px;
}
main .content-page .container .row .content .infosReseau .row figure {
  margin: 0 30px 0 0;
}
main .content-page .container .row .content .infosReseau .row .cardReseau {
  padding-left: 30px;
  min-height: 150px;
  position: relative;
}
main .content-page .container .row .content .infosReseau .row .cardReseau::before {
  position: absolute;
  content: "";
  height: 200px;
  border-left: 2px solid;
  left: 10px;
}
main .content-page .container .row .content .infosReseau .row .cardReseau h3 {
  margin-top: 0;
}
main .content-page .container .row .content .infos .row {
  padding-left: 15px;
}
main .content-page .container .row .content .infos .row .columnInfo {
  margin-left: 0;
  word-break: break-word;
  flex: 0 0 35%;
  max-width: 33%;
}
main .content-page .container .row .content .infos .row .columnInfo.mapinfo a {
  color: black;
}
main .content-page .container .row .content .infos .row .columnInfo.mapinfo a:hover {
  color: #e1031c;
}
main .content-page .container .row .content .infos .row .columnInfo.mapinfo2 p {
  margin-bottom: 45px;
}
main .content-page .container .row .content .infos .row .columnInfo.mapinfo2 a {
  display: inline-block;
  background: #e1031c;
  padding: 15px 15px;
  border: 1px solid;
}
main .content-page .container .row .content .infos .row .columnInfo.mapinfo2 a:hover {
  background: none;
  color: #e1031c;
}

/* ----------------------------------------------------- */
/* RECHERCHE*/
/* ----------------------------------------------------- */
main .tx-kg-sommaire {
  margin-bottom: 70px;
}
main .content .card .card-content {
  margin: 10px;
}
main .content h2 {
  text-align: center;
  width: 100%;
}
main .content .searchForm {
  min-height: 212px;
  background: #f0f0f0;
  padding: 50px 100px;
}
main .content .searchForm .form-row {
  min-height: 104px;
  align-items: center;
}
main .content .searchForm .form-row .col-md-2, main .content .searchForm .form-row .col-md-5, main .content .searchForm .form-row .col-md-3 {
  padding-right: 10px;
  padding-left: 10px;
}
main .content .searchForm .form-row label {
  font-size: 16px;
  color: #333333;
}
main .content .searchForm .form-row input::placeholder {
  color: #e1031c;
}
main .content .searchForm .form-row .form-control {
  -webkit-appearance: none;
  border-radius: 0;
  border: 2px solid #e1031c;
  height: 50px;
  background: none;
  color: #e1031c;
}
main .content .searchForm .form-row button {
  background: #e1031c;
  border: 2px solid #e1031c;
  color: white;
  text-transform: uppercase;
  border-radius: 0;
  height: 50px;
  width: 100%;
  margin-top: 31px;
  transition-duration: 1s;
}
main .content .searchForm .form-row button:hover {
  color: #e1031c;
  background: none;
}
main .content .searchForm .col-md-2, main .content .searchForm .col-md-5, main .content .searchForm .col-md-3 {
  padding-right: 10px;
  padding-left: 10px;
}
main .content .searchForm label {
  font-size: 16px;
  color: #333333;
}
main .content .searchForm input::placeholder {
  color: #e1031c;
}
main .content .searchForm .form-control {
  -webkit-appearance: none;
  border-radius: 0;
  border: 2px solid #e1031c;
  height: 50px;
  background: none;
  color: #e1031c;
}
main .content .searchForm button {
  background: #e1031c;
  border: 2px solid #e1031c;
  color: white;
  text-transform: uppercase;
  border-radius: 0;
  height: 50px;
  width: 100%;
  margin-top: 31px;
  transition-duration: 1s;
}
main .content .searchForm button:hover {
  color: #e1031c;
  background: none;
}
main .content .searchResult {
  text-align: center;
  margin: 50px 0;
}
main .content .searchResult p {
  font-size: 24px;
  text-transform: uppercase;
}
main .content .searchResult .searchSelection {
  font-size: 17px;
  color: #343434;
}
main .content nav ul {
  justify-content: center;
  flex-wrap: wrap;
}
main .content nav ul li a {
  border: none;
  font-weight: bold;
  color: black;
  text-transform: uppercase;
  font-size: 16px !important;
  padding: 3px !important;
}
main .content nav ul li .page-link:hover {
  color: #e1031c;
  background: none;
}
main .content nav ul .page-item.disabled .page-link {
  color: #e1031c;
}
main .content .result .titleResult {
  text-align: left;
  background: #e1031c;
  padding: 20px 90px 20px 50px;
  color: white;
  margin: 50px 0;
  width: 191px;
}
main .content .result ul {
  list-style: none;
  padding-left: 0;
}
main .content .result ul .ficheAssoc {
  width: 100%;
  padding: 20px 0;
  background: #f0f0f0;
}
main .content .result ul .ficheAssoc .datatFicheAssoc div {
  text-align: center;
}
main .content .result ul div {
  display: contents;
}
main .content .result ul div table {
  background: #f0f0f0;
  border: 1px solid #e1031c;
  margin-bottom: 25px;
}
main .content .result ul div table tbody tr td {
  padding: 15px;
}
main .content .result ul li {
  margin-bottom: 50px;
  min-height: 60px;
  position: relative;
}
main .content .result ul li:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -20px;
  color: #e1031c;
  border-bottom: 2px solid #e1031c;
  width: 32px;
  transition-duration: 1s;
}
main .content .result ul li:hover:after {
  width: 75%;
}
main .content .result ul li a {
  color: #e1031c !important;
  font-size: 16px;
  text-transform: uppercase;
}
main .content .result .seeMoreLink {
  text-align: center;
  margin: 50px 0 75px 0;
}
main .content .result .seeMoreLink a {
  color: black;
  text-transform: uppercase;
  font-size: 17px;
  position: relative;
}
main .content .result .seeMoreLink a:hover {
  color: #e1031c;
}
main .content .result .seeMoreLink a:after {
  position: absolute;
  content: "";
  left: 25px;
  bottom: -20px;
  color: #e1031c;
  border-bottom: 2px solid #e1031c;
  width: 32px;
}
main .infos {
  word-break: break-word;
  background: #f0f0f0;
  padding: 45px;
  min-height: 435px;
  margin-top: 100px;
}
main .infos h4 {
  margin-bottom: 40px;
}
main .infos .columnInfo {
  border-left: 2px solid;
  padding-left: 30px;
  margin-left: 15px;
}
main .infos .columnInfo h5 i {
  font-size: 25px;
  padding-right: 15px;
}
main .infos .columnInfo ul {
  padding-left: 0;
  list-style: none;
}
main .infos .columnInfo ul li {
  margin: 10px 0;
}
main .infos .columnInfo ul li a {
  color: black !important;
}
main .infos .columnInfo ul li a:hover {
  color: #e1031c !important;
}
main .infos .columnInfo a {
  color: #e1031c !important;
}
main .infos .columnInfo a:hover {
  font-weight: bold;
}

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* agenda-scolaire*/
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
main .content-page .content h2 {
  margin-bottom: 65px;
}
main .content-page .content .row .card.principal-card {
  padding: 0 15px;
  height: 464px;
}
main .content-page .content .row .card.principal-card:after {
  display: none;
}
main .content-page .content .row .card.principal-card figure {
  height: 100%;
}
main .content-page .content .row .card.principal-card figure figcaption {
  opacity: 1;
  flex-direction: column;
  padding: 90px 45px;
  justify-content: space-around;
  color: white;
}
main .content-page .content .row .card.principal-card figure figcaption .card-title {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}
main .content-page .content .row .card.principal-card figure figcaption p {
  text-align: center;
}
main .content-page .content .row .card.principal-card figure figcaption a {
  border-left: 2px solid;
  padding-left: 30px;
}
main .content-page .content .row .card.principal-card figure figcaption a:hover {
  color: initial;
}
main .content-page .content .row .card {
  margin: 15px 0;
  padding: 0;
  border-radius: 0;
  border: 0;
  position: relative;
}
main .content-page .content .row .card:hover figcaption {
  opacity: 1;
}
main .content-page .content .row .card:hover .card-content:after {
  width: 100%;
}
main .content-page .content .row .card .image {
  position: relative;
}
main .content-page .content .row .card h5.sommaire {
  width: 80%;
  background-color: white;
  margin: 0;
  text-transform: uppercase;
  font-size: 18px;
  color: #e1031c;
  min-height: 50px;
  position: absolute;
  padding: 10px;
  bottom: 0;
}
main .content-page .content .row .card figure {
  position: relative;
  margin-bottom: 0;
  min-height: auto;
  overflow: hidden;
}
main .content-page .content .row .card figure img {
  border-radius: 0;
  width: 100%;
  object-fit: cover;
  max-width: 100%;
  height: 300px;
}
main .content-page .content .row .card figure figcaption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  vertical-align: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(225, 3, 28, 0.6);
  opacity: 0;
  transition-duration: 1s;
}
main .content-page .content .row .card figure figcaption i {
  color: white;
  font-size: 65px;
}
main .content-page .content .row .card .categorie {
  margin-top: -45px;
  z-index: 2;
  background: white;
  width: 80%;
  padding: 20px 10px;
  margin-bottom: 0;
}
main .content-page .content .row .card .card-content:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -15px;
  color: #e1031c;
  border-bottom: 2px solid #e1031c;
  width: 32px;
  z-index: 2;
  transition-duration: 1s;
}
main .content-page .content .row .card .card-content p {
  min-height: 85px;
  color: black;
}

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ACTUALITES */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
main .content-page {
  /* ----------------------------------------------------- */
  /* DYNAMIC CONTENT */
  /* ----------------------------------------------------- */
}
main .content-page .content .actuForm {
  background: #f0f0f0;
  padding: 30px 75px;
  margin: 0 10%;
  margin-bottom: 50px;
}
main .content-page .content .actuForm .form-row {
  min-height: 180px;
  justify-content: flex-end;
  align-items: center;
}
main .content-page .content .actuForm .form-row .checkboxes .check-filtrer {
  margin: 20px 0;
  display: flex;
  align-items: baseline;
}
main .content-page .content .actuForm .form-row .checkboxes .check-filtrer label {
  font-size: 17px;
  margin-left: 25px;
}
main .content-page .content .actuForm .form-row .checkboxes .check-filtrer input {
  -webkit-appearance: none;
  border: 2px solid #e1031c;
  padding: 5px;
}
main .content-page .content .actuForm .form-row .checkboxes .check-filtrer input:focus {
  outline: none;
}
main .content-page .content .actuForm .form-row .checkboxes .check-filtrer input[type=radio]:checked {
  position: relative;
  background: transparent;
}
main .content-page .content .actuForm .form-row .checkboxes .check-filtrer input[type=radio]:checked:before {
  background: url(../../template/images/valid.svg);
  content: "";
  display: block;
  position: absolute;
  z-index: 999;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  left: -3px;
  top: -5px;
}
main .content-page .content .actuForm .form-row .checkboxes .check-filtrer input[type=checkbox]:checked {
  position: relative;
  background: transparent;
}
main .content-page .content .actuForm .form-row .checkboxes .check-filtrer input[type=checkbox]:checked:before {
  background: url(../../template/images/valid.svg);
  content: "";
  display: block;
  position: absolute;
  z-index: 999;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  left: -3px;
  top: -5px;
}
main .content-page .content .actuForm .form-row .date {
  text-align: center;
}
main .content-page .content .actuForm .form-row .date .date-filtrer {
  margin: 35px 0;
}
main .content-page .content .actuForm .form-row .date .date-filtrer .form-check-label {
  margin-right: 30px;
}
main .content-page .content .actuForm .form-row .btn-filtrer {
  display: flex;
  flex-direction: column;
}
main .content-page .content .actuForm .form-row .btn-filtrer .btn.annul {
  font-size: 16px;
  border-left: 2px solid;
  border-radius: 0;
  transition-duration: 1s;
}
main .content-page .content .actuForm .form-row .btn-filtrer .btn.annul:hover {
  color: #e1031c;
}
main .content-page .content .actuForm .form-row .btn-filtrer .btn.filtrer {
  font-size: 16px;
  text-transform: uppercase;
  color: white;
  background: #e1031c;
  border-radius: 0;
  border: 1px solid #e1031c;
  transition-duration: 1s;
}
main .content-page .content .actuForm .form-row .btn-filtrer .btn.filtrer:hover {
  background: transparent;
  color: #e1031c;
}
main .content-page .content .actuForm .form-row .btn-filtrer .btn {
  margin: 20px 0;
}
main .content-page .content .row {
  flex-wrap: wrap;
}
main .content-page .content .row .card:after {
  left: 0px;
  bottom: 29%;
}
main .content-page .content .row .card:hover:after {
  width: 100%;
}
main .content-page .content .row .card .card-body {
  margin-top: 0;
}
main .content-page .content .row .card .card-body .categorie {
  margin-top: -62px;
  background: white;
  padding: 15px;
  min-height: 0;
}
main .content-page .content .row .card .card-body h5 {
  margin-top: 10px;
}
main .content-page .content .row .card .card-body p {
  margin-top: 20px;
  font-size: 15px;
}
main .content-page .content .nullSearch {
  justify-content: center;
}
main .content-page .dce {
  padding: 1.5rem 0;
}
main .content-page .dce img {
  /*width: 100%;*/
  height: auto;
}
main .content-page .dce.dce-keyfigures .keyfigures {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
main .content-page .dce.dce-keyfigures .keyfigure {
    padding: 0rem 1rem;
    text-align: center;
    width: calc(100% / 3);
}
main .content-page .dce.dce-keyfigures .keyfigure .keyfigure-number{
	width: 50%;
	height: 0;
	position: relative;
	padding-top: 50%;
    text-align: center;
    margin: auto;
    margin-bottom: 2rem;
    background: #f0f0f0;
    border-radius: 100rem;
    overflow: hidden;
}

main .content-page .dce.dce-keyfigures .keyfigure .keyfigure-number p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 60px;
	line-height: 1;
    font-weight: bold;
}

main .content-page .dce.dce-keyfigures .keyfigure .keyfigure-unit{
	display: block;
	font-size: .5em;
	font-weight: normal;
}

main .content-page .dce.dce-keyfigures .keyfigure .keyfigure-text{
	font-size: 12px;
	font-style: italic;
}


main .content-page .dce.dce-img-txt .dce-txt {
  padding: 1.5rem 0;
}
main .content-page .dce.dce-img-txt .dce-img {
  position: relative;
  padding: 0rem 0rem 1.5rem 1.5rem;
}
main .content-page .dce.dce-img-txt .dce-img:before {
  content: "";
  display: block;
  background-color: #efefef;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  bottom: 0;
  left: 0;
}
main .content-page .dce.dce-img-txt .dce-img img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
main .content-page .dce.dce-txt-img .dce-txt {
  padding: 1.5rem 0;
}
main .content-page .dce.dce-txt-img .dce-img {
  position: relative;
  padding: 0rem 1.5rem 1.5rem 0rem;
}
main .content-page .dce.dce-txt-img .dce-img:before {
  content: "";
  display: block;
  background-color: #efefef;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  bottom: 0;
  right: 0;
}
main .content-page .dce.dce-txt-img .dce-img img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
main .content-page .dce.dce-quote {
  background-color: #F9F8F8;
  padding: 55px 0 95px 0;
  margin: 72px 0;
  position: relative;
}
main .content-page .dce.dce-quote:before {
  content: url("/fileadmin/template/images/quote.png");
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .content-page .dce.dce-quote .dce-quote-txt {
  font-size: 44px;
  color: #212529;
  text-align: center;
  font-style: italic;
  opacity: 0.48;
  line-height: 1;
  font-family: "DM Serif Display";
}
main .content-page .dce.dce-quote .dce-quote-author {
  font-size: 21px;
  color: #212529;
  text-align: right;
  font-style: italic;
  opacity: 0.48;
  line-height: 1;
  font-family: "DM Serif Display";
  margin-top: 32px;
}
main .content-page .dce.dce-video .dce-video-iframe {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
main .content-page .dce.dce-video .dce-video-iframe iframe,
main .content-page .dce.dce-video .dce-video-iframe video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
main .content-page .dce.dce-bandeau {
  position: relative;
  padding: 70px 0;
  /* bords rouges */
}
main .content-page .dce.dce-bandeau:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 42.5%;
  background-color: #5E5E5E;
  transform: translateY(-50%);
  z-index: 1;
}
main .content-page .dce.dce-bandeau .dce-bandeau-bd-1,
main .content-page .dce.dce-bandeau .dce-bandeau-bd-2,
main .content-page .dce.dce-bandeau .dce-bandeau-bd-3,
main .content-page .dce.dce-bandeau .dce-bandeau-bd-4 {
  position: absolute;
  z-index: 1;
  border-color: #E0061B;
  border-width: 16px;
  width: 6.5%;
  height: 25%;
}
main .content-page .dce.dce-bandeau .dce-bandeau-bd-1 {
  top: 0;
  left: 0;
  border-left-style: solid;
  border-top-style: solid;
}
main .content-page .dce.dce-bandeau .dce-bandeau-bd-2 {
  top: 0;
  right: 0;
  border-right-style: solid;
  border-top-style: solid;
}
main .content-page .dce.dce-bandeau .dce-bandeau-bd-3 {
  bottom: 0;
  right: 0;
  border-right-style: solid;
  border-bottom-style: solid;
}
main .content-page .dce.dce-bandeau .dce-bandeau-bd-4 {
  bottom: 0;
  left: 0;
  border-left-style: solid;
  border-bottom-style: solid;
}
main .content-page .dce.dce-bandeau .dce-bandeau-bg-inner {
  position: relative;
  z-index: 2;
  padding: 45px;
}
main .content-page .dce.dce-bandeau .dce-bandeau-bg {
  background-size: cover;
  background-position: center center;
  padding: 90px;
}
main .content-page .dce.dce-bandeau .dce-bandeau-titre {
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
}
main .content-page .dce.dce-bandeau .dce-bandeau-texte {
  color: #ffffff;
}
main .content-page .dce.dce-gallery {
  padding: 70px 0;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
}
main .content-page .dce.dce-gallery .dce-gallery-grid {
  display: grid;
  grid-gap: 16px;
  grid-auto-rows: 50px;
  grid-template-areas: "a b c" "a b c" "a b c" "a b c" "a b c" "a b c" "d b f" "d e f" "d e f" "d e f" "d e f" "d e f";
}
main .content-page .dce.dce-gallery .dce-gallery-grid .dce-gallery-grid-image {
  grid-row: span 6;
  grid-column: span 1;
}
main .content-page .dce.dce-gallery .dce-gallery-grid .dce-gallery-grid-image:nth-child(2) {
  grid-area: b;
}
main .content-page .dce.dce-gallery .dce-gallery-grid .dce-gallery-grid-image:nth-child(5) {
  grid-area: e;
}
main .content-page .dce.dce-gallery .dce-gallery-grid .dce-gallery-grid-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/*#main .content-page .dce.dce-slider {
 padding: 70px 0;
}
main .content-page .dce.dce-slider .dce-slider-container {
  overflow: hidden;
}*/
main .content-page .dce.dce-slider .dce-slider-image {
  height: 100%;
}
main .content-page .dce.dce-slider .dce-slider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
main .content-page .dce.dce-slider .owl-stage {
  display: flex;
}
main .content-page .dce.dce-slider .owl-stage .owl-item {
  float: none;
}
main .content-page .dce.dce-slider .owl-dots .owl-dot {
  width: 100px;
  height: 6px;
  background-color: #3D3D3D;
  margin: 0 12.5px;
}
main .content-page .dce.dce-slider .owl-dots .owl-dot span {
  display: none;
}
main .content-page .dce.dce-slider .owl-dots .owl-dot.active {
  background-color: #E0061B;
}

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* AGENDA */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
main .content-page .content .actuForm.agendaForm {
  margin: 0 0 50px 0;
}
main .content-page .content:hover .card-content:after {
  width: 100%;
}
main .content-page .content .card:hover .card-title {
  color: #e1031c !important;
}
main .content-page .content .card:hover .card-title:after {
  width: 100% !important;
}
main .content-page .content .card.bg-dark {
  height: 554px;
  overflow: hidden;
  border-radius: 0;
  border: none;
  margin-bottom: 50px;
  background-color: white !important;
}
main .content-page .content .card.bg-dark:hover figcaption {
  opacity: 1;
}
main .content-page .content .card.bg-dark:hover .card-img-overlay .card-title:after {
  width: 100%;
}
main .content-page .content .card.bg-dark figure {
  position: relative;
  height: 554px;
}
main .content-page .content .card.bg-dark figure img {
  object-fit: cover;
  height: auto;
  max-width: 100%;
}
main .content-page .content .card.bg-dark figure .eventDate {
  font-size: 32px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  background: #e1031c;
  padding: 10px 20px;
  z-index: 2;
  color: white;
}
main .content-page .content .card.bg-dark figure figcaption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  vertical-align: initial;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(225, 3, 28, 0.6);
  opacity: 0;
  transition-duration: 1s;
}
main .content-page .content .card.bg-dark figure figcaption i {
  font-size: 45px;
}
main .content-page .content .card.bg-dark .card-img-overlay {
  position: absolute;
  top: initial;
  right: initial;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  width: 32.5%;
  background: white;
  color: black;
  padding-left: 0;
}
main .content-page .content .card.bg-dark .card-img-overlay .categorie {
  font-size: 16px;
  display: inline;
  position: absolute;
  top: 0px;
  background: white;
  font-weight: bold;
  padding: 15px 0px 1px 10px;
  left: 0;
}
main .content-page .content .card.bg-dark .card-img-overlay .categorie i {
  font-size: 20px;
  padding-right: 10px;
}
main .content-page .content .card.bg-dark .card-img-overlay .categorie span {
  color: #e1031c;
  font-weight: bold;
}
main .content-page .content .card.bg-dark .card-img-overlay .card-title {
  font-size: 26px;
  text-transform: uppercase;
  margin: 40px 0;
  position: relative;
  padding-top: 10px;
}
main .content-page .content .card.bg-dark .card-img-overlay .card-title:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -23px;
  color: #e1031c;
  border-bottom: 2px solid #e1031c;
  width: 32px;
  z-index: 2;
  transition-duration: 1s;
}
main .content-page .content .row a {
  color: #333333 !important;
}
main .content-page .content .row .card figure {
  position: relative;
}
main .content-page .content .row .card figure .eventDate {
  font-size: 22px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  background: #e1031c;
  padding: 10px 20px;
  z-index: 2;
  color: white;
}
main .content-page .content .row .card figure .categorie {
  width: 80%;
  background-color: white;
  margin: 0;
  font-size: 18px;
  min-height: 50px;
  position: absolute;
  padding: 10px;
  bottom: 0;
}
main .content-page .content .row .card figure .categorie i {
  font-size: 20px;
  padding-right: 10px;
}
main .content-page .content .row .card figure .categorie span {
  color: #e1031c;
  font-weight: bold;
}
main .content-page .content .row .card .card-body {
  padding: 0;
}
main .content-page .content .row .card .card-body h5 {
  position: relative;
  padding-bottom: 10px;
}
main .content-page .content .row .card .card-body .card-title:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  color: #e1031c;
  border-bottom: 2px solid #e1031c;
  width: 32px;
  z-index: 2;
  transition: 1s;
}
main .content-page .content .row .card .card-body .categorie {
  font-size: 16px;
  display: inline;
  position: absolute;
  background: white;
  font-weight: bold;
  min-width: 285px;
  left: 0;
  margin-top: -65px;
  min-height: 65px;
  padding: 15px;
}
main .content-page .content .row .card .card-body .categorie i {
  font-size: 20px;
  padding-right: 10px;
}
main .content-page .content .row .card .card-body .categorie span {
  color: #e1031c;
  font-weight: bold;
}
main .content-page .content .seeMoreLink {
  text-align: center;
  margin: 50px 0 75px 0;
}
main .content-page .content .seeMoreLink a {
  color: black;
  text-transform: uppercase;
  font-size: 17px;
  position: relative;
}
main .content-page .content .seeMoreLink a:hover {
  color: #e1031c;
}
main .content-page .content .seeMoreLink a:after {
  position: absolute;
  content: "";
  left: 25px;
  bottom: -20px;
  color: #e1031c;
  border-bottom: 2px solid #e1031c;
  width: 32px;
}

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* AGENDA DETAILS */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
main .content-page .content .card.detail {
  border: none;
  margin-bottom: 50px;
}
main .content-page .content .card.detail .card-header, main .content-page .content .card.detail .card-body {
  background-color: #f0f0f0;
}
main .content-page .content .card.detail .card-header .a-group, main .content-page .content .card.detail .card-body .a-group {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
main .content-page .content .card.detail .card-header .a-group a, main .content-page .content .card.detail .card-body .a-group a {
  color: #333333;
  transition-duration: 1s;
  display: flex;
  align-items: center;
  margin: 10px 0;
}
main .content-page .content .card.detail .card-header .a-group a i, main .content-page .content .card.detail .card-body .a-group a i {
  font-size: 20px;
  margin-right: 20px;
  transition-duration: 1s;
}
main .content-page .content .card.detail .card-header .a-group a i:before, main .content-page .content .card.detail .card-body .a-group a i:before {
  color: #333333;
  transition-duration: 1s;
}
main .content-page .content .card.detail .card-header .a-group a:hover, main .content-page .content .card.detail .card-body .a-group a:hover {
  color: #e1031c;
}
main .content-page .content .card.detail .card-header .a-group a:hover i:before, main .content-page .content .card.detail .card-body .a-group a:hover i:before {
  color: #e1031c;
}
main .content-page .content .card.detail .card-header .collapse .add-to, main .content-page .content .card.detail .card-body .collapse .add-to {
  display: flex;
  padding: 20px;
  justify-content: space-around;
  border: 1px solid #cacaca;
  flex-wrap: wrap;
}
main .content-page .content .card.detail .card-header .collapse .add-to a, main .content-page .content .card.detail .card-body .collapse .add-to a {
  margin: 5px 0;
}
main .content-page .content .card.detail .card-header .collapse .add-to a:hover span, main .content-page .content .card.detail .card-body .collapse .add-to a:hover span {
  color: #e1031c;
}
main .content-page .content .card.detail .card-header .collapse .add-to a span, main .content-page .content .card.detail .card-body .collapse .add-to a span {
  font-size: 25px;
  color: black;
  transition: all 0.4s ease-out;
}
main .content-page .content .card.detail figure {
  max-height: 500px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}
main .content-page .content .card.detail figure img {
  object-fit: cover;
  max-width: 100%;
  height: auto;
}
main .content-page .content .card.detail figure .eventDate {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  background: #e1031c;
  font-weight: bold;
  padding: 25px;
  font-size: 32px;
}
main .content-page .content .card.detail figure .eventPrice {
  position: absolute;
  top: 0;
  right: 0;
  background: white;
  padding: 25px;
  font-size: 25px;
}
main .content-page .content .card.detail figure .eventPrice i {
  margin-right: 10px;
}
main .content-page .content .event-description .row ul {
  list-style: none;
  padding-left: none;
  font-size: 17px;
}
main .content-page .content .event-description .row ul li {
  display: flex;
}
main .content-page .content .event-description .row ul li span {
  margin: 0 5px;
}
main .content-page .content .event-description .row ul li .title-table {
  font-weight: bold;
  text-transform: uppercase;
  width: 200px;
  color: #e1031c;
}
main .content-page .content .event-description .row ul li .title-table span {
  font-weight: 100;
  text-transform: initial;
}
main .content-page .infos .row .columnInfo h5 i:before {
  color: black;
}
main .content-page .infos .row .columnInfo a:hover {
  color: #e1031c !important;
}

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
div.csc-textpic .csc-textpic-imagewrap img {
  max-width: 100%;
  object-fit: cover;
  height: auto;
}

/* ----------------------------------------------------- */
/* ANNUAIRE ASSO                                           */
/* ----------------------------------------------------- */
#c516 .content .searchForm .form-row {
  align-items: flex-end;
}
#c516 .content .searchForm .form-row button {
  padding: 0;
}

/* ----------------------------------------------------- */
/* PLAN DE SITE                                           */
/* ----------------------------------------------------- */
#c15259 .csc-sitemap ul li a {
  color: black !important;
  font-weight: 100;
}

/* ----------------------------------------------------- */
/* KIOSQUE                                         */
/* ----------------------------------------------------- */
#c18239 .container .row .bodytext {
  display: none;
}
#c18239 .container .row figure {
  width: 26%;
  margin: auto;
}
#c18239 .container .row a figure {
  width: 85%;
  margin: auto;
}

@media (max-width: 768px) {
  #c18239 .container .row figure {
    width: 100%;
  }
}
/* ----------------------------------------------------- */
/* DIAPO PHOTO                                           */
/* ----------------------------------------------------- */
.my_diapo_photo {
  margin-left: auto;
  margin-right: auto;
}

/* ----------------------------------------------------- */
/* POWERMAIL                                             */
/* ----------------------------------------------------- */
.powermail_fieldwrap .powermail_field .radio {
  padding-top: 15px;
}

/* ----------------------------------------------------- */
/* SOUS NAV                                             */
/* ----------------------------------------------------- */
main .content-page .container .row .aside .menu_gauche ul li a {
  color: #000000;
}
main .content-page .container .row .aside .menu_gauche ul li a:hover {
  color: #e1031c !important;
}

main .content-page .container .row .aside .menu_gauche ul li ul li {
  border-left: none;
}

main .content-page .container .row .aside .menu_gauche ul li ul li ul li {
  border-left: none;
}

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* RESPONSIVE */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
@media (max-width: 1640px) {
  main .content-page .container .row .aside .dropdown-menu ul li {
    padding: 15px 0 20px 0px;
  }

  main .content .searchForm {
    padding: 50px 60px;
  }
}
@media (max-width: 1440px) {
  main .content-page .content .actuForm {
    padding: 30px 30px;
  }
}
/* ----------------------------------------------------- */
/* DESKTOP : 1366px px */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* 1300px */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* TABLETP : 1200px px */
/* ----------------------------------------------------- */
@media (max-width: 1200px) {
  main .content-page .container .row .aside button i {
    padding-right: 20px;
  }

  main .content-page .container .row .aside button {
    padding: 25px 0px 25px;
  }

  main .content-page .content .actuForm .form-row .checkboxes .check-filtrer {
    padding: 0;
  }

  main .content-page .content .actuForm .form-row .checkboxes .check-filtrer label {
    margin-left: 0;
  }

  main .content-page .content .actuForm {
    margin: 0 5%;
  }
}
/* ----------------------------------------------------- */
/* TABLETP : 992px px */
/* ----------------------------------------------------- */
@media (max-width: 992px) {
  .ariane #file-ariane span a, .ariane #file-ariane span {
    font-size: 11px;
  }

  .ariane #file-ariane span {
    margin: 0 6px;
  }

  .ariane #file-ariane span a:after {
    top: 0;
  }

  main .content-page .content .card.bg-dark .card-img-overlay {
    width: 100%;
  }

  main .content-page .content .actuForm .form-row .checkboxes .checkboxes1, main .content-page .content .actuForm .form-row .checkboxes .checkboxes2 {
    margin-left: 30%;
  }

  main .content-page .content .actuForm.agendaForm .form-row .checkboxes .checkboxes1, main .content-page .content .actuForm.agendaForm .form-row .checkboxes .checkboxes2 {
    margin-left: 15%;
  }

  main .card-img-top {
    height: auto;
  }

  main .content-page .content .card.bg-dark figure {
    height: auto;
  }

  main .content-page .dce.dce-gallery .dce-gallery-grid {
    grid-auto-rows: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  main .content-page .container .row .aside button {
    margin-left: -45px;
    width: 130%;
  }

  main .content-page .container .row .content .infos {
    width: 100%;
    margin-left: 0;
  }

  main .content-page .content .actuForm .form-row {
    flex-direction: column;
  }

  main .content-page .content .actuForm .form-row .checkboxes {
    max-width: 100%;
    justify-content: center;
  }

  main .content-page .content .actuForm .form-row .date {
    display: flex;
    max-width: 100%;
    justify-content: center;
  }

  main .content-page .content .actuForm .form-row .btn-filtrer {
    flex-direction: row;
    max-width: 100%;
    justify-content: space-evenly;
  }

  main .content-page .content .event-description .row ul li .title-table {
    width: initial;
    margin-right: 15px;
  }

  .content {
    order: 1;
  }

  main .content-page .container .row .aside {
    order: 2;
  }
}
/* ----------------------------------------------------- */
/* TABLET : 768px px */
/* ----------------------------------------------------- */
@media (max-width: 768px) {
  main .ariane {
    flex-wrap: wrap;
  }

  .ariane #file-ariane {
    width: 100%;
  }

  .content {
    margin-bottom: 50px;
    order: 1;
  }

  main .content-page .container .row .aside {
    margin-top: 0;
    order: 2;
  }

  main .content-page .container .row .aside {
    text-align: center;
  }

  main .content-page .container .row .content .infosReseau .row .cardReseau {
    margin: 30px 0;
  }

  main .content .searchForm {
    padding: 50px;
  }

  main .content .searchForm .form-row .col-md-2, main .content .searchForm .form-row .col-md-5, main .content .searchForm .form-row .col-md-3 {
    margin: 15px 0;
  }

  main .content-page .content .actuForm {
    padding: 30px 30px;
  }

  main .content-page .content .actuForm .form-row .date {
    display: flex;
  }

  main .content-page .content .actuForm .form-row .date .date-filtrer {
    display: flex;
    flex-direction: column;
    width: 45%;
    margin: 35px 10px;
  }

  main .content-page .content .actuForm .form-row .btn-filtrer {
    flex-direction: unset;
    justify-content: space-between;
  }

  main .content .result .titleResult {
    text-align: center;
    margin: auto;
    margin-bottom: 25px;
    padding: 20px;
  }

  main .content-page .content .card.bg-dark .card-img-overlay .categorie {
    width: 60%;
    top: -40px;
  }

  main .content-page .content .actuForm .form-row .checkboxes {
    justify-content: center;
    padding: 0;
  }

  main .content-page .content .actuForm .form-row .checkboxes .checkboxes1, main .content-page .content .actuForm .form-row .checkboxes .checkboxes2 {
    justify-content: center;
    padding: 0;
  }

  main .content-page .content .actuForm .form-row .checkboxes .check-filtrer {
    flex: 0 0 50%;
    max-width: 50%;
  }

  main .content-page .content .actuForm .form-row .checkboxes .checkboxes1, main .content-page .content .actuForm .form-row .checkboxes .checkboxes2 {
    margin-left: 20%;
  }

  main .content-page .content .card.detail .card-header .a-group a span {
    display: none;
  }

  main .content-page .content .card.detail figure .eventDate, main .content-page .content .card.detail figure .eventPrice {
    padding: 10px;
    width: 100%;
    font-size: 20px;
  }

  main .content-page .content .event-description .row ul li .title-table {
    width: initial;
  }

  main .content-page .container .row .content .infos .row .columnInfo {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #recaptchaf130 {
    transform-origin: 0;
    transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform: scale(0.77);
    transform: scale(0.77);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  /* ----------------------------------------------------- */
  /* ACTUALITE : contenu dynamique */
  /* ----------------------------------------------------- */
  main .content-page .dce.dce-quote .dce-quote-txt {
    font-size: 32px;
  }
  main .content-page .dce.dce-gallery .dce-gallery-grid {
    grid-auto-rows: 16px;
  }
  main .content-page .dce.dce-bandeau .dce-bandeau-bg {
    padding: 32px;
  }
}
@media (max-width: 440px) {
  main .content-page .content .actuForm .form-row .checkboxes .checkboxes1, main .content-page .content .actuForm .form-row .checkboxes .checkboxes2 {
    margin-left: 0%;
  }

  /* ----------------------------------------------------- */
  /* ACTUALITE : contenu dynamique */
  /* ----------------------------------------------------- */
  main .content-page .dce.dce-quote {
    padding-bottom: 55px;
    margin: 32px 0;
  }
  main .content-page .dce.dce-quote .dce-quote-txt {
    font-size: 24px;
  }
  main .content-page .dce.dce-gallery .dce-gallery-grid {
    grid-auto-rows: 6px;
  }
  main .content-page .dce.dce-bandeau .dce-bandeau-bd-1,
main .content-page .dce.dce-bandeau .dce-bandeau-bd-2,
main .content-page .dce.dce-bandeau .dce-bandeau-bd-3,
main .content-page .dce.dce-bandeau .dce-bandeau-bd-4 {
    width: 25%;
    height: 13%;
  }
  main .content-page .dce.dce-bandeau .dce-bandeau-bg {
    padding: 16px;
  }
  main .content-page .dce.dce-bandeau .dce-bandeau-bg-inner {
    padding: 32px;
  }
}
/* ----------------------------------------------------- */
/* TABLE : 500px px */
/* ----------------------------------------------------- */
@media (max-width: 500px) {
  main .content-page .content .actuForm .form-row .checkboxes {
    flex-direction: column;
    text-align: -webkit-auto;
    margin-left: 31%;
  }

  main .content-page .content .actuForm .form-row .checkboxes .checkboxes1, main .content-page .content .actuForm .form-row .checkboxes .checkboxes2 {
    flex-direction: column;
  }

  main .content-page .content .actuForm.actuForm.agendaForm .form-row .checkboxes {
    flex-direction: initial;
    text-align: initial;
    margin-left: 0%;
  }

  main .content-page .content .actuForm.actuForm.agendaForm .form-row .checkboxes .checkboxes1, main .content-page .content .actuForm.actuForm.agendaForm .form-row .checkboxes .checkboxes2 {
    flex-direction: initial;
  }
}
/* ----------------------------------------------------- */
/* MOBILEP : 380px px */
/* ----------------------------------------------------- */
@media (max-width: 380px) {
  .ariane #file-ariane span {
    margin: 0 0;
  }

  main .content-page .container .row .aside .dropdown-menu ul li a {
    font-size: 13px;
  }

  main .content-page .container .row .aside .dropdown-menu ul li {
    padding: 15px 0 20px 0px;
  }

  main .content-page .content .card.bg-dark .card-img-overlay .categorie {
    width: 100%;
  }
}
@media (max-width: 380px) {
  main .content-page .content .row .card .card-body .categorie, main .content-page .content .row .card figure .categorie {
    width: 100%;
    margin-top: -79px;
    position: initial;
    display: table-cell;
  }

  #recaptchaf130 {
    transform-origin: 0;
    transform: scale(0.57);
    transform-origin: 0 0;
    -webkit-transform: scale(0.57);
    transform: scale(0.57);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

@media (max-width: 450px) {
  main .content-page .dce.dce-keyfigures .keyfigures {
    flex-direction: column !important;
  }
  main .content-page .dce.dce-keyfigures .keyfigure {
    width: 100% !important;
    margin-bottom: 2.5rem !important;
  }
  main .content-page .dce.dce-keyfigures .keyfigure .keyfigure-number p {
    font-size: 42px !important;
  }
}
@media (min-width: 451px) and (max-width: 767px) {
  main .content-page .dce.dce-keyfigures .keyfigure .keyfigure-number p {
    font-size: 27px !important;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .keyfigure-number p {
    font-size: 38px !important;
  }
}

/*# sourceMappingURL=main.css.map */
