/* COULEURS */
/*
Sont définie en global, parématrables dans l'admin :
- main_color_1
- main_color_2
*/
/* RESPONSIVE */
/* je sete des variale en utilisant celles de bootstrapo */
/* HEADEER */
/* couleur des textes */
/* Les chartes ont souvent 3 couleurs principales et pas 2 */
/* Maintenant on peut, à partir de ces 3 couleurs, définir les couleurs utilisées sur les différences composants */
/* Section annuaire fond formulaire */
/* FOOTER */
/* block dateSide */
/* FOOTER */
@media (max-width: 767.98px) {
  .page-blocks .page-block.block-titre_text_cta,
  .page-blocks .page-block.block-image_link,
  .page-blocks .page-block.block-vignette {
    padding: 0 !important;
  }
}
@media (min-width: 992px) {
  .page-blocks .nogutters {
    padding-right: 0;
    padding-left: 0;
  }
  /*
  .page-blocks .nogutters:first-child {
     padding-left:15px !important;
  }
  .page-blocks .nogutters:last-child {
     padding-right:15px !important;
  }
*/
}
/* LESS_COMMON : 'fond_image_vrouge' */
.block-fond_image_vrouge {
  position: relative;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.block-fond_image_vrouge img {
  width: 100%;
}
.block-fond_image_vrouge .fill {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  background: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* For IE8 and earlier */
}
.block-fond_image_vrouge .block-soustitre {
  position: relative;
  z-index: 10;
  margin-bottom: 40px !important;
  background: #d70513;
  display: inline-block;
  padding: 2px 10px;
}
.block-fond_image_vrouge .block-titre {
  position: relative;
  z-index: 10;
}
.block-fond_image_vrouge .block-titre.marg {
  margin-bottom: 40px !important;
}
.block-fond_image_vrouge .block-text,
.block-fond_image_vrouge .block-text p {
  position: relative;
  font-size: 21px;
  z-index: 10;
  line-height: 1;
}
.block-fond_image_vrouge .block-bouton {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 50px;
}
.block-fond_image_vrouge .block-bouton .c_bouton {
  position: relative;
  border-width: 1px !important;
  z-index: 10;
}
.block-fond_image_vrouge .block-bouton .c_bouton i {
  margin-right: 5px;
}
.block-fond_image_vrouge.color_reverse {
  background: #fff;
  padding: 130px 80px 122px;
}
.block-fond_image_vrouge.color_reverse .fill {
  display: none;
}
.block-fond_image_vrouge.color_reverse .block-text:before {
  top: -54px;
}
.block-fond_image_vrouge.color_reverse .block-text,
.block-fond_image_vrouge.color_reverse .block-text p {
  color: #000;
}
.block-fond_image_vrouge.color_reverse .block-text:after {
  display: none;
}
@media (max-width: 767.98px) {
  .page-blocks .page-block.block-titre_text_cta,
  .page-blocks .page-block.block-image_link,
  .page-blocks .page-block.block-vignette {
    padding: 0 !important;
  }
}
@media (min-width: 992px) {
  .page-blocks .nogutters {
    padding-right: 0;
    padding-left: 0;
  }
  /*
  .page-blocks .nogutters:first-child {
     padding-left:15px !important;
  }
  .page-blocks .nogutters:last-child {
     padding-right:15px !important;
  }
*/
}
/* LESS_COMMON : 'groupes' */
.block-groupes .listes {
  margin-top: 30px;
  padding-bottom: 30px;
}
.block-groupes .listes .block-titre {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  margin: 0 0 50px;
  text-align: left;
}
.block-groupes .listes .block-titre:after {
  content: '';
  height: 2px;
  width: 150px;
  background: #bbbbbd;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: auto;
  bottom: -10px;
}
.block-groupes .listes .groupes-slider {
  margin-top: 30px !important;
  padding-left: 0px !important;
  margin-bottom: 30px !important;
}
.block-groupes .listes .groupes-slider .groupe-slider-arrow-left,
.block-groupes .listes .groupes-slider .groupe-slider-arrow-right {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 0 0 2px rgb(0 0 0 / 20%);
  font-size: 36px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 20px);
  z-index: 99;
}
.block-groupes .listes .groupes-slider .groupe-slider-arrow-left {
  left: -40px;
}
.block-groupes .listes .groupes-slider .groupe-slider-arrow-right {
  right: -40px;
  left: auto;
}
.block-groupes .listes .title {
  display: block;
  color: #fff;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.block-groupes .listes a {
  display: block;
  text-decoration: none;
  text-align: center;
}
.block-groupes .listes a:hover .block-image:before {
  background: #d70513;
}
.block-groupes .listes a .block-image {
  display: block;
  position: relative;
}
.block-groupes .listes a .block-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.7;
  background: #d70513;
  transition: opacity .3s;
}
.block-groupes .listes a .block-image img {
  width: 100%;
  height: auto;
}
.block-groupes .listes a .block-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 85px;
}
.block-groupes .listes a .block-image .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.block-groupes .listes .block-contenu {
  display: block;
  min-height: 150px;
  padding: 15px;
  border-width: 0 2px 2px;
  border-style: solid;
  border-color: #f1f1f1;
  text-align: center;
}
.block-groupes .listes .block-contenu .content-titre {
  display: block;
  font-size: 20px;
  font-weight: normal;
  margin: 6px 0 15px;
}
.block-groupes .listes .block-contenu .content-contenu {
  display: block;
}
.block-groupes .listes .block-contenu .content-contenu ul,
.block-groupes .listes .block-contenu .content-contenu ol {
  list-style-position: inside;
}
.block-groupes .listes .block-bouton {
  vertical-align: middle;
  height: 50px;
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border-radius: 0;
  background: #d70513;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 15px 0 auto auto;
  width: fit-content;
  transition: color 0.3s, background 0.3s, border-color 0.3s;
}
.block-groupes .listes .block-bouton .c_bouton {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 48px;
  padding: 0 37px;
  transition: .3s;
}
.block-groupes .listes .block-bouton .c_bouton:hover {
  background: rgba(0, 0, 0, 0.2) !important;
}
.block-groupes .liste_titre {
  margin-top: 0 !important;
  margin-bottom: 35px !important;
}
.block-groupes .bouton_all {
  text-align: right;
}
.block-groupes .bouton_all a {
  font-weight: 700 !important;
  padding: 12px 30px;
  font-size: 14px;
  text-transform: initial;
  display: initial !important;
}
@media (max-width: 767.98px) {
  .page-blocks .page-block.block-titre_text_cta,
  .page-blocks .page-block.block-image_link,
  .page-blocks .page-block.block-vignette {
    padding: 0 !important;
  }
}
@media (min-width: 992px) {
  .page-blocks .nogutters {
    padding-right: 0;
    padding-left: 0;
  }
  /*
  .page-blocks .nogutters:first-child {
     padding-left:15px !important;
  }
  .page-blocks .nogutters:last-child {
     padding-right:15px !important;
  }
*/
}
/* LESS_COMMON : 'breves' */
.block-breves .listes {
  margin-top: 30px;
  padding-bottom: 30px;
}
.block-breves .listes .liste_titre {
  margin-top: 0;
  margin-bottom: 35px;
}
.block-breves .listes .list_articles .container {
  width: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.block-breves .listes .list_articles .container .container_block {
  border-bottom: 2px solid #515151;
  padding-bottom: 20px;
  margin-bottom: 18px;
}
.block-breves .listes .list_articles .container .container_block .date {
  display: inline-block;
  width: 96px;
  vertical-align: top;
}
.block-breves .listes .list_articles .container .container_block .title {
  font-weight: bold;
  display: inline-block;
  font-size: 17px;
  width: calc(100% - 200px);
}
.block-breves .listes .list_articles .container .container_block a.readMore {
  font-weight: normal;
  color: #d70513;
  text-decoration: underline;
  float: right;
}
.block-breves .listes .bouton_all {
  text-align: right;
}
@media (max-width: 767.98px) {
  .block-breves .listes .bouton_all {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .page-blocks .page-block.block-titre_text_cta,
  .page-blocks .page-block.block-image_link,
  .page-blocks .page-block.block-vignette {
    padding: 0 !important;
  }
}
@media (min-width: 992px) {
  .page-blocks .nogutters {
    padding-right: 0;
    padding-left: 0;
  }
  /*
  .page-blocks .nogutters:first-child {
     padding-left:15px !important;
  }
  .page-blocks .nogutters:last-child {
     padding-right:15px !important;
  }
*/
}
/* LESS_COMMON : 'titre_page' */
.block-titre_page {
  text-align: center;
}
.block-titre_page .block-titre {
  font-size: 40px;
  font-weight: bold;
  position: relative;
}
.block-titre_page .block-titre:after {
  content: '';
  height: 2px;
  width: 150px;
  background: #bbbbbd;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: -10px;
}
.block-titre_page .block-contenu {
  line-height: 1.5;
  width: 100%;
  margin: auto;
}
.block-titre_page .block-bouton {
  position: absolute;
  bottom: 50px;
  width: 100%;
  left: 0;
  text-align: center;
}
.block-titre_page .block-bouton .c_bouton {
  position: relative;
  z-index: 10;
}
.block-titre_page .block-bouton .c_bouton i {
  margin-right: 5px;
}
@media (max-width: 1199.98px) {
  .block-titre_page {
    display: block !important;
    height: auto !important;
    padding: 30px !important;
  }
  .block-titre_page .row {
    display: block !important;
  }
  .block-titre_page .block-contenu {
    padding: 0;
    width: unset !important;
    height: auto !important;
  }
  .block-bouton {
    margin: 15px 0 !important;
    position: relative !important;
    bottom: 0 !important;
  }
}
/* LESS_SPECIFIC : 'fond_image_vrouge', #2163 */
#block-2163 {
  padding: 184px 80px 110px;
  background: transparent url('/images/carrousel/2022223357_metz-panoramique.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
}
#block-2163:before {
  content: '';
  display: block;
  width: 16px;
  height: 85px;
  background: #d70513;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 15;
  transform: skew(0, 170deg);
}
@media (max-width: 1199.98px) {
  .block-fond_image_vrouge {
    display: block !important;
    height: auto !important;
    padding: 0;
  }
  .block-fond_image_vrouge .row {
    display: block !important;
  }
  .block-fond_image_vrouge .block-contenu {
    padding: 0;
    width: unset !important;
  }
  .block-bouton {
    margin: 15px 0 !important;
    position: relative !important;
    bottom: 0 !important;
  }
}
/* LESS_SPECIFIC : 'titre_page', #2159 */
#block-2159 {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
