/* 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 */
@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 : 'groupe_presentation' */
.block-groupe_presentation {
  display: flex;
  flex-direction: row;
  gap: 5%;
  justify-content: start;
}
@media (max-width: 1200px) {
  .block-groupe_presentation {
    flex-direction: column-reverse;
    gap: 0;
  }
}
.block-groupe_presentation .left > .content,
.block-groupe_presentation .right > .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block-groupe_presentation .left {
  margin-top: 30px;
  margin-bottom: 60px;
}
@media (min-width: 1201px) {
  .block-groupe_presentation .left {
    width: 47.5%;
  }
}
.block-groupe_presentation .left .block-titre {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  margin: 0 0 50px;
  text-align: left;
}
.block-groupe_presentation .left .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-groupe_presentation .left .btns {
  margin-top: 25px;
  display: flex;
  justify-content: start;
  flex-direction: row;
}
.block-groupe_presentation .left .btns .block-bouton {
  height: 50px;
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border-radius: 0;
  background: #00b8ee;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: fit-content;
  transition: color 0.3s, background 0.3s, border-color 0.3s;
}
.block-groupe_presentation .left .btns .block-bouton .c_btn_color1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 48px;
  padding: 0 37px;
  transition: .3s;
  text-align: center;
}
.block-groupe_presentation .left .btns .block-bouton .c_btn_color1:hover {
  background: rgba(0, 0, 0, 0.2) !important;
}
.block-groupe_presentation .left .btns .block-bouton:hover .tooltip {
  z-index: 10;
  padding: 20px 0 15px;
  border: 1px solid #d2d0d1;
  margin: 4px 0 0 -80px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  background: #fff;
  text-align: center;
  color: #4a4a4a;
  opacity: 1;
  visibility: visible;
  transition: opacity .3s, visibility .3s;
}
.block-groupe_presentation .left .btns .block-bouton:hover .tooltip:before {
  content: '';
  border-color: transparent transparent #d2d0d1;
  position: absolute;
  bottom: 100%;
  left: 50%;
  border-width: 12px;
  border-style: solid;
  margin-left: -12px;
}
.block-groupe_presentation .left .btns .block-bouton2 {
  height: 50px;
  margin-left: 25px;
  font-weight: bold;
}
.block-groupe_presentation .left .btns .block-bouton2 .c_btn_color2 {
  height: 48px;
  border: 1px solid #005da8 !important;
  color: #005da8 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 37px;
  margin-top: 1px;
  text-align: center;
}
.block-groupe_presentation .right {
  display: flex;
  justify-content: end;
  flex-direction: row;
}
@media (min-width: 1201px) {
  .block-groupe_presentation .right {
    width: 47.5%;
  }
}
@media (max-width: 1200px) {
  .block-groupe_presentation .right {
    justify-content: center;
  }
}
.block-groupe_presentation .right .content {
  width: fit-content;
}
.block-groupe_presentation .right .content img {
  width: fit-content;
  height: fit-content;
}
@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 : 'event' */
.block-event .listes {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media (min-width: 1198.98px) {
  .block-event .listes {
    height: 505px;
  }
}
.block-event .listes .block-titre {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  margin: 0 0 50px;
  text-align: left;
}
.block-event .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-event .listes .list_articles.vignette .article {
  width: 370px;
  margin-bottom: 40px;
  /*@media (max-width: 767.98px) {
						width: 100%;
					}*/
}
.block-event .listes .list_articles.vignette .article .container {
  height: 135px !important;
  max-height: 135px !important;
  width: auto;
}
.block-event .listes .list_articles.vignette .article .container .title {
  margin-top: 6px !important;
  padding: 0;
  text-align: left;
  text-transform: none !important;
  display: block !important;
  font-weight: bold;
  font-size: 19px !important;
}
.block-event .block-bouton {
  vertical-align: middle;
  height: 50px;
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border-radius: 0;
  background: #00b8ee;
  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-event .block-bouton .c_bouton {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 48px;
  padding: 0 37px;
  transition: .3s;
}
.block-event .block-bouton .c_bouton:hover {
  background: rgba(0, 0, 0, 0.2) !important;
}
.site_groupe .block-event .listes .block-titre {
  color: #fff;
}
.site_groupe .block-event .listes .block-titre:after {
  background: #fff !important;
}
.site_groupe .block-event .listes .list_articles.vignette .article .container {
  height: 175px !important;
  max-height: 175px !important;
}
.site_groupe .block-event .listes .list_articles.vignette .article .container .readMore {
  position: relative;
}
.site_groupe .block-event .listes .list_articles.vignette .article .container .readMore span {
  display: block;
  margin-top: 15px;
  color: #005da8 !important;
  font-size: 15px;
}
.site_groupe .block-event .listes .list_articles.vignette .article .container .readMore span:after {
  content: "\f178";
  font-family: 'FontAwesome';
  margin-left: 5px;
}
.site_groupe .block-event .liste_event {
  background-color: #005da8;
}
.site_groupe .block-event .liste_event:before {
  content: "";
  background-color: #005da8;
  top: 0px;
  height: 100%;
  width: 500%;
  left: -800px;
  position: absolute;
}
.site_groupe .block-event .date {
  position: absolute;
  left: 0 !important;
  right: 0;
  margin: auto;
  width: fit-content;
  font-size: 16px;
  color: #fff !important;
  background-color: #005da8 !important;
  padding: 7px 14px;
  z-index: 10;
  max-width: 90%;
  text-align: center;
  border-radius: 70px;
  top: -16px !important;
}
.site_groupe .block-event .block-bouton {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
}
.site_groupe .block-event .block-bouton .c_bouton {
  background-color: #fff !important;
  color: #005da8 !important;
}
.site_groupe .block-event .block-bouton .c_bouton:hover {
  background: rgba(0, 0, 0, 0.2) !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 : 'social_networks' */
.block-social_networks .listes {
  margin-top: 30px;
  margin-bottom: 60px;
}
.block-social_networks .listes .block-titre {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  margin: 0 0 50px;
  text-align: left;
}
.block-social_networks .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-social_networks .listes .list_social {
  display: flex;
  justify-content: center;
  width: fit-content;
  margin: auto;
  gap: 15px;
  flex-wrap: wrap;
}
.block-social_networks .listes .list_social a {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #00b8ee;
  overflow: hidden;
}
.block-social_networks .listes .list_social a i {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  height: 100%;
  transition: color 0.3s, background 0.3s, border-color 0.3s;
}
.block-social_networks .listes .list_social a i:hover {
  background: rgba(0, 0, 0, 0.2) !important;
}
.block-social_networks .block-bouton {
  vertical-align: middle;
  height: 50px;
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border-radius: 0;
  background: #00b8ee;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 15px 0 auto auto;
  width: fit-content;
}
.block-social_networks .block-bouton .c_bouton {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 48px;
  padding: 0 37px;
  transition: .3s;
}
.block-social_networks .block-bouton .c_bouton:hover {
  background: rgba(0, 0, 0, 0.2) !important;
}
.block-social_networks .listes {
  margin-top: 60px;
  display: flex;
  gap: 5%;
}
.block-social_networks .listes .block-titre {
  width: 47.5%;
  margin: auto;
}
.block-social_networks .listes .list_social {
  width: 47.5%;
  justify-content: start;
}
