





footer {
  background-color: #333333;
}
h1{
  margin-bottom: 24px;
}
h2 {
  /*color:var(--color-rouge-plg);*/
}
h3 {
  color:var(--color-rouge-plg);
}
header .plg-menu a {
  text-decoration: none;
  color: #333333;
}
header .plg-menu li {
  margin-left: 24px;
}
header .plg-menu .row div li:first-of-type {
  margin-left: 0;
}
header .logo {
  width: 50%;
}
header.top .logo {
  width: 100%;
}
header .plg-menu  {
  width: 100%;
  background-color: white;
  position: fixed;
  top: 0;
  z-index: 500;
  border-bottom: solid 1px var(--color-gris-clair-2);
}
header .plg-menu-top {
  background-color: transparent;
  position: relative;
  top: 0;
  width: auto;
  border-bottom: solid 1px var(--color-gris-clair-2);
}
header .plg-menu-top a {
  color: #333333;
  display: inline;
}




header.top .plg-menu  {
  position: relative;
  border-bottom: none;
}
header .plg-menu  {
  font-size: 130%;
}
header .plg-menu li.social {
  font-size: 90%;
}
header .plg-menu li.social .text{
  display: none;
}
.front-slogan {
  font-size: 140%;
  margin-bottom: 12px;
}
.full-container {
  padding-top: 96px;
  padding-bottom: 96px;
}
.full-container.front-recherche {
  background-color: var(--color-gris-clair-3);
}
.full-container.front-thematiques {
  padding-bottom: 72px;
}
.full-container.front-focus {
  padding-top: 84px;
  padding-bottom: 40px;
}
/*.front-recherche button {
  background-color: var(--color-jaune-5-plg);
}*/
.front-recherche .form-control {
  font-size:180%;
}
.front-recherche form {
  margin-bottom: 24px;
}
.full-container.front-decouvrir{
  /*background-color: var(--color-gris-clair-3);*/
  background-image: url('../images/blason-deco-front-2.png');
  background-repeat: no-repeat;
  background-position: 24px center;
  /*margin-top: 96px;*/
}
.full-container.front-agenda {
  background-color: var(--color-gris-clair-3);
}
.cache-menu {
  display: block;
  background-color: transparent;
  height: 1px;
  width: 1px;
}
.theme-page-banner {
  width: 100%; 
  position: relative;
  display: block;
  margin-bottom: 24px;
  max-width: 2800px;
  margin-left: auto;
  margin-right: auto;
}
.theme-page-banner img {
  width: 100%;
  object-fit: cover;  
  object-position: center; 
  filter: brightness(65%);
}
.theme-page-banner .data {
  position: absolute;
  top: 0;
  left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 24px;
  color:white;
  text-transform: uppercase;
}
.theme-page-banner .data h1 {
  letter-spacing: 7px;
  text-align: center;
  margin-bottom: 0;
}
.theme-page-banner .data .btn {
  margin-top: 24px;
}
.theme-page-teaser {
  width: 100%; 
  position: relative;
  display: block;
  max-width: 2800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.theme-page-teaser img {
  width: 100%;
  object-fit: cover;  
  object-position: center; 
}
.theme-page-teaser .data {
  position: absolute;
  top: 0;
  left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 24px;
  color:white;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.theme-page-teaser .img {
  margin: 0;
  overflow: hidden;
  border-radius: var(--border-radius);
}
.theme-page-teaser .img img {
  -webkit-transition: all 0.5s ease; 
  -moz-transition: all 0.5s ease; 
  -ms-transition: all 0.5s ease; 
  -o-transition: all 0.5s ease; 
  transition: all 0.5s ease; 
  filter: brightness(65%);
}
.theme-page-teaser:hover .img img {
  -webkit-transform:scale(1.10); 
  -moz-transform:scale(1.10); 
  -ms-transform:scale(1.10); 
  -o-transform:scale(1.10); 
  transform:scale(1.10);
  filter: brightness(100%);
}
.theme-page-teaser .label-2 {
    display: none;
  }
#front-page .theme-page-teaser {
  font-size: 180%;
}
.all-actions .intro {
  font-size: 120%;
  margin-bottom: 24px;
}
.all-actions .part-1 .theme-page-teaser {
  font-size: 140%;
}












 .badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.badges a {
  background-color: var(--color-jaune-5-plg);
  padding: 2px;
  padding-left: 6px;
  padding-right: 6px;
  margin-right: 12px;
  margin-top: 12px;
  text-decoration: none;
  color: black;
  border-radius: var(--border-radius);
}
.badges a:hover {
  color: var(--color-rouge-plg);
}
.swiper-teasers-description {
    display: flex;
}
.swiper-teasers-description .description {
  width: 315px;
  margin-left: 132px;
  margin-right: 24px;
}
.swiper-teasers-description .slide-sw {
  flex: 1;
  overflow: hidden;
}
.swiper-teasers-description .slide-sw .swiper-buttons {
    display: flex;
    justify-content: flex-end;
    margin-right:  132px;
}
.swiper-teasers-description .slide-sw .swiper-buttons div {
    margin-bottom: 12px;
}
.swiper-teasers-description .slide-sw .swiper-buttons div:first-child {
    margin-right: 12px;
}
.front-swiper-decouvrir .swiper-slide {
  width: 315px;
}
.front-swiper-decouvrir .swiper-slide:last-of-type {
  padding-right: 132px;
  width: 447px;     
}

.actu-teaser {
  display: flex;
  flex-direction: column; 
  text-decoration: none;
  color: var(--noir-1);
}
.actu-teaser .zone-img{
  background-color: white;
  padding: 12px;
  border-radius: var(--border-radius);
  border: solid 1px var(--color-gris-clair-2);
}
.actu-teaser .img {
  overflow: hidden;
  border-radius: var(--border-radius);
  display: block;
}
.actu-teaser .img img {
  display: block;
  -webkit-transition: all 0.5s ease; 
  -moz-transition: all 0.5s ease; 
  -ms-transition: all 0.5s ease; 
  -o-transition: all 0.5s ease; 
  transition: all 0.5s ease; 
}
.actu-teaser:hover .img img {
  display: block;
  -webkit-transform:scale(1.10); 
  -moz-transform:scale(1.10); 
  -ms-transform:scale(1.10); 
  -o-transform:scale(1.10); 
  transform:scale(1.10);
}
.actu-teaser .zone-data {
  display: block;
  margin-left: 24px;
  margin-right: 24px;
  margin-top: -60px;
  z-index: 200;
  background-color: white;
  border-radius: var(--border-radius);
  padding: 12px;
  border: solid 1px var(--color-gris-clair-2);
}
.actu-teaser .zone-data span.titre {
  font-size: 100%;
  display: block;
  margin-bottom: 3px;
  font-weight: bold;
  text-transform: uppercase;
}
.actu-teaser .zone-data span.date {
  font-size: 80%;
  display: flex;
  color: var(--noir-4);
  margin-top: 6px;
}
.actu-teaser .zone-data span.date span:first-child {
  margin-right: 12px;
}
.actu-teaser .zone-data span.date span:last-child {
  margin-left: auto;
}
.teaser-actu {
  display: flex;
  flex-direction: column; 
  text-decoration: none;
  color: var(--noir-1);
  padding-bottom: 48px;
}
.teaser-actu:hover {
  color: var(--noir-2);
}
.teaser-actu span.img {
  overflow: hidden;
  border-radius: var(--border-radius);
  background-color: white;
  padding: 12px;
}
.teaser-actu span.img img {
  display: block;
  -webkit-transition: all 0.5s ease; 
  -moz-transition: all 0.5s ease; 
  -ms-transition: all 0.5s ease; 
  -o-transition: all 0.5s ease; 
  transition: all 0.5s ease; 
}
.teaser-actu:hover span.img img {
  display: block;
  -webkit-transform:scale(1.10); 
  -moz-transform:scale(1.10); 
  -ms-transform:scale(1.10); 
  -o-transform:scale(1.10); 
  transform:scale(1.10);
}
.teaser-actu span.data {
  display: block;
  margin-left: 24px;
  margin-right: 24px;
  margin-top: -60px;
  z-index: 200;
  background-color: white;
  border-radius: var(--border-radius);
  padding: 12px;
  border: solid 1px var(--noir-6);
}
.teaser-actu span.data span.titre {
  font-size: 100%;
  display: block;
  margin-bottom: 3px;
  font-weight: bold;
  text-transform: uppercase;
}
.teaser-actu span.data span.date {
  font-size: 80%;
  display: flex;
  color: var(--noir-4);
  margin-top: 6px;
}
.teaser-actu span.data span.date span:first-child {
  margin-right: 12px;
}
.teaser-actu span.data span.date span:last-child {
  margin-left: auto;
}
#video-header  {
  position: relative;
}
#video-header .en-mieux {
  position: absolute;
  right: 24px;
  bottom: 24px;
  padding: 12px;
  background-color: white;
}
#video-header .img img {
  object-fit: cover;
  top: 0;
  left: 0;
  height: 600px;
  width: 100%;
}
#video-header .video video {
  object-fit: cover;
  top: 0;
  left: 0;
  height: 600px;
  width: 100%;
}

.teaser-agenda {
  text-decoration: none;
  padding: 12px;
  display: block;
  border-radius: var(--border-radius);
  background-color: white;
  border: solid 1px var(--color-gris-clair-2);
}
.teaser-agenda .img{
  overflow: hidden;
  z-index: 200;
  border-radius: var(--border-radius);
}
.teaser-agenda .data {
  display: flex;
}
.teaser-agenda .data .texte {
 font-size: 115%;
  display: block;
  margin-bottom: 3px;
  font-weight: bold; 
  color: #333333;
  flex-grow: 1;
}
.teaser-agenda .data .texte .lieu {
  display: block; 
  text-transform: none;
  font-weight: normal;
  font-size: 80%;
}
.teaser-agenda .data .date {
  margin-left: auto;
  z-index: 200;
}
.teaser-agenda .data .date .elements {
  padding: 6px;
  margin-right: 12px;
  color: white;
  background-color: var(--color-rouge-plg);
  border-radius: var(--border-radius);
  flex-basis: auto;
  flex-grow: 0;
  margin-top: -60px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.teaser-agenda .data .date .elements .calendar {
  font-size: 130%; 
}
.teaser-agenda .data .date .elements .jour {
  font-size: 150%; 
}
.teaser-agenda .data .date .elements .mois {
  font-size: 110%; 
}
.teaser-agenda .img img {
  display: block;
  -webkit-transition: all 0.5s ease; 
  -moz-transition: all 0.5s ease; 
  -ms-transition: all 0.5s ease; 
  -o-transition: all 0.5s ease; 
  transition: all 0.5s ease; 
}
.teaser-agenda:hover .img img {
  display: block;
  -webkit-transform:scale(1.10); 
  -moz-transform:scale(1.10); 
  -ms-transform:scale(1.10); 
  -o-transform:scale(1.10); 
  transform:scale(1.10);
}
.front-swiper-agenda .swiper-slide {
  width: 315px;
}
.front-swiper-agenda  .swiper-slide:first-of-type {
  padding-left: 132px;
  width: 447px;    
}
.front-swiper-agenda  .swiper-slide:last-of-type {
  padding-right: 132px;
  width: 447px;     
}
.letter-spacing {
  letter-spacing: 2px;
}
#offcanvas-mobile-menu {
  font-size: 130%;
}
#offcanvas-mobile-menu li {
  margin-bottom: 24px;
  text-align: center;
}
#offcanvas-mobile-menu .reseaux  {
  display: flex;
  justify-content: center; 
  padding-top: 24px;
  padding-bottom: 24px;
}
#offcanvas-mobile-menu .reseaux li {
  margin-right: 24px;
}
#offcanvas-mobile-menu .reseaux li:last-child {
  margin-right: 0;
}
#offcanvas-mobile-menu .reseaux li .text {
  display: none;
}
#offcanvas-mobile-menu a {
  color: #333333;
  display: block;
}
#offcanvas-mobile-menu .langues  {
  display: flex;
  justify-content: center; 
}
#offcanvas-mobile-menu .langues li {
  margin-right: 24px;
}
#offcanvas-mobile-menu .langues li:last-child {
  margin-right: 0;
}
.breadcrumb a {
  color: #333333;
}
.text ul, .text ol {
  margin-left: 24px;
  margin-bottom: 12px;
}
.text ol li {
  list-style-type: decimal; 
}
.text ul li {
  list-style-type: disc; 
}
.text p {
  margin-bottom: 12px;
}
.text a {
  color: var(--color-rouge-plg);
  text-decoration: underline;
}
.text a:hover {
  color: var(--color-rouge-plg);
  text-decoration: none;
}
.text table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
.text table th, .text table td {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 12px;
}
.text table thead {
  background-color: #f2f2f2;
}
.text table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
.text table tbody tr:hover {
  background-color: #e0f7fa;
}
.text h2,.text h3,.text h4,.text h5,.text h5{
  margin: 0;
  padding: 0;
  padding-bottom: 12px;
  padding-top: 24px;
  color: black;
}
.plg-tile {
  text-decoration: none;
  display: block;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  color: black;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 0;
  background-color:var(--color-gris-clair);
  border-radius: var(--border-radius);
  padding-bottom: 12px;
} 
.plg-tile img{
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}
.plg-tile .img {
  display: block;
  overflow: hidden;
  margin-bottom:12px;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}
.plg-tile .img img {
  display: block;
  -webkit-transition: all 0.5s ease; 
  -moz-transition: all 0.5s ease; 
  -ms-transition: all 0.5s ease; 
  -o-transition: all 0.5s ease; 
  transition: all 0.5s ease; 
}
.plg-tile:hover .img img {
  display: block;
  -webkit-transform:scale(1.10); 
  -moz-transform:scale(1.10); 
  -ms-transform:scale(1.10); 
  -o-transform:scale(1.10); 
  transform:scale(1.10);
}

.text .plg-tile {
  text-decoration: none;
  color: black;
}

.teaser-focus {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;          
  text-decoration: none;
  color: #000;
  padding: 12px;
  border-radius: var(--border-radius);
}
.teaser-focus:hover {
   background-color:var(--color-gris-clair-2);
}
.teaser-focus .icon {
  flex: 0 0 auto;           
  background-color:var(--color-rouge-plg);
  color: white;
  padding: 16px;
  border-radius: var(--border-radius);
  margin-right: 12px;
  font-size: 140%;
}

.teaser-focus .texte {
flex: 1; 
}
.teaser-focus .texte .titre {
  font-size: 150%;
  display: block;
  font-weight: 500;
}
.teaser-focus .texte .description {
  margin-top: 6px;
}
.mySwiper .swiper-slide {
  width: 315px;
}
.mySwiper2 .swiper-slide {
  width: 200px;
}
.plgSwiper .swiper-slide {
  width: 230px;
}
.plgSwiper .fleches {
  display:flex;
  margin-right: 132px;
  padding-top: 24px;
}
.plgSwiper .fleches div {
  padding-bottom: 6px;
}
.plgSwiper .fleches div:first-of-type {
  margin-right: 6px;
}
input#edit-txt {
  height: 3rem;
  font-size: 1.3rem;
}
input#edit-submit-dbs-search-portail {
  height: 3rem;
  font-size: 1.3rem;
  background-color: var(--color-rouge-plg);
  color: white;
  border: none;
}
input#edit-submit-dbs-search:hover {
  background-color: var(--color-rouge-plg);
  color: white;
  opacity: 0.8;
}
.form-item, .form-actions {
     margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 1399.98px) { 
  header.top .plg-menu  {
    font-size: 110%;
  }
  header .plg-menu  {
    font-size: 110%;
  }
  header .plg-menu li.social {
  font-size: 100%;
}
  header .logo {
    width: 75%;
  }  
  #front-page .theme-page-teaser {
    font-size: 140%;
  }
  

  
}

@media (max-width: 1199.98px) { 
  .swiper-teasers-description .description {
    margin-left:  24px;
  }
  .swiper-teasers-description .slide-sw .swiper-buttons {
    margin-right:  24px;
  }
  .front-swiper-decouvrir .swiper-slide:last-of-type {
    padding-right: 24px;
    width: 339px;     
  }
  .plgSwiper .fleches {
    margin-right: 24px;
  }


  
  
}

@media (max-width: 991.98px) {  
  .plg-menu-top {
    display: none;
  }
  .container-fluid.plg-container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .plg-menu .row div:first-of-type li:last-of-type {
    display: block;
  }
  .plg-menu .row div:nth-of-type(2) {
   display: none;
  }
  .plg-menu .row div:nth-of-type(3) {
   display: none;
  }
  header.top  .logo {
    max-width: 35%;
  }
  header .logo {
    width: 25%;
  }
 .swiper-teasers-description {
    flex-direction: column;
  }
  .swiper-teasers-description .description {
    width: calc(100% - 24px); 
    margin-bottom: 12px;
  }
  .front-swiper-decouvrir .swiper-slide:first-of-type {
    padding-left: 24px;
    width: 339px;     
  }
  .theme-page-banner .data .btn {
  font-size: 90%;
    margin-top: 12px;
}
  #front-page .theme-page-teaser {
    font-size: 140%;
}

  

  
  

}
  @media (max-width: 767.98px) { 
        #front-page .theme-page-teaser {
    font-size: 115%;
}
  .all-actions .part-1 .theme-page-teaser {
  font-size: 115%;
}
    
}


@media (max-width: 575.98px) { 
    #front-page .theme-page-teaser {
    font-size: 180%;
  }
  .all-actions .part-1 .theme-page-teaser {
  font-size: 90%;
}
  .theme-page-teaser .label-1 {
    display: none;
  }
  .theme-page-teaser .label-2 {
    display: block;
  }
  
  #front-page .theme-page-teaser .label-1 {
    display: block;
  }
  #front-page .theme-page-teaser .label-2 {
    display: none;
  }

  
  
}