/* 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 : 'annonce' */
.block-annonce {
  background: #42a62a;
  color: #fff;
  text-align: center;
}
.block-annonce .block-icone {
  color: #fff;
  text-align: center;
  font-size: 74px;
  margin-bottom: 30px;
}
.block-annonce .block-titre {
  font-weight: normal;
  font-size: 26px;
  line-height: 1.2;
  padding-bottom: 30px;
}
.block-annonce .block-titre:after {
  display: none;
}
.block-annonce .block-contenu {
  padding-bottom: 15px;
}
.block-annonce .block-bouton {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  margin-top: 15px;
  border: 1px solid #fff;
  line-height: 48px !important;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border-radius: 0;
  background: #42a62a;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: color 0.3s, background 0.3s, border-color 0.3s;
}
@media (max-width: 767px) {
  .block-annonce .block-bouton {
    height: auto;
    line-height: 1.6em;
  }
}
.block-annonce .block-bouton a {
  display: block;
  padding: 0 37px;
  transition: .3s;
}
.block-annonce .block-bouton a i {
  margin-right: 5px;
}
.block-annonce .block-bouton .c_bouton {
  line-height: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 48px;
}
@media (max-width: 767px) {
  .block-annonce .block-bouton .c_bouton {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.block-annonce .block-bouton .c_bouton:hover {
  background: rgba(0, 0, 0, 0.2) !important;
}
@media (max-width: 1199.98px) {
  .block-annonce {
    padding: 30px !important;
  }
  .block-annonce .block-titre {
    font-size: 22px;
  }
}
@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 : 'image_cta' */
#block-9 {
  background-image: url('/ressources/temp/images/100_800x1_3730082466_2024103454-untitled-32.webp');
}
.block-image_cta {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  text-align: center;
}
.block-image_cta .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);
}
.block-image_cta .block-icone {
  color: #fff;
  text-align: center;
  font-size: 74px;
  margin-bottom: 15px;
}
.block-image_cta .block_content {
  position: relative;
  z-index: 3;
  padding: 30px 0px !important;
}
.block-image_cta .block-titre {
  font-weight: normal;
  font-size: 26px;
  line-height: 1.2;
  padding-bottom: 15px;
}
.block-image_cta .block-titre:after {
  display: none;
}
.block-image_cta .block-contenu {
  padding-bottom: 15px;
}
.block-image_cta .block-bouton {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  margin-top: 15px;
  border: 1px solid #fff;
  line-height: 48px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border-radius: 0;
  background: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: color 0.3s, background 0.3s, border-color 0.3s;
}
@media (max-width: 767px) {
  .block-image_cta .block-bouton {
    height: auto;
    line-height: 1.6em;
  }
}
.block-image_cta .block-bouton a {
  display: block;
  padding: 0 37px;
  transition: .3s;
}
.block-image_cta .block-bouton a i {
  margin-right: 5px;
}
.block-image_cta .block-bouton .c_bouton {
  line-height: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 50px;
}
@media (max-width: 767px) {
  .block-image_cta .block-bouton .c_bouton {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.block-image_cta .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 : 'image_cta' */
#block-11 {
  background-image: url('/ressources/temp/images/100_800x1_3730082466_2024103814-untitled-34.webp');
}
.block-image_cta {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  text-align: center;
}
.block-image_cta .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);
}
.block-image_cta .block-icone {
  color: #fff;
  text-align: center;
  font-size: 74px;
  margin-bottom: 15px;
}
.block-image_cta .block_content {
  position: relative;
  z-index: 3;
  padding: 30px 0px !important;
}
.block-image_cta .block-titre {
  font-weight: normal;
  font-size: 26px;
  line-height: 1.2;
  padding-bottom: 15px;
}
.block-image_cta .block-titre:after {
  display: none;
}
.block-image_cta .block-contenu {
  padding-bottom: 15px;
}
.block-image_cta .block-bouton {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  margin-top: 15px;
  border: 1px solid #fff;
  line-height: 48px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border-radius: 0;
  background: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: color 0.3s, background 0.3s, border-color 0.3s;
}
@media (max-width: 767px) {
  .block-image_cta .block-bouton {
    height: auto;
    line-height: 1.6em;
  }
}
.block-image_cta .block-bouton a {
  display: block;
  padding: 0 37px;
  transition: .3s;
}
.block-image_cta .block-bouton a i {
  margin-right: 5px;
}
.block-image_cta .block-bouton .c_bouton {
  line-height: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 50px;
}
@media (max-width: 767px) {
  .block-image_cta .block-bouton .c_bouton {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.block-image_cta .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 : 'image_cta' */
#block-10 {
  background-image: url('/ressources/temp/images/100_800x1_3730082466_2024103647-untitled-33.webp');
}
.block-image_cta {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  text-align: center;
}
.block-image_cta .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);
}
.block-image_cta .block-icone {
  color: #fff;
  text-align: center;
  font-size: 74px;
  margin-bottom: 15px;
}
.block-image_cta .block_content {
  position: relative;
  z-index: 3;
  padding: 30px 0px !important;
}
.block-image_cta .block-titre {
  font-weight: normal;
  font-size: 26px;
  line-height: 1.2;
  padding-bottom: 15px;
}
.block-image_cta .block-titre:after {
  display: none;
}
.block-image_cta .block-contenu {
  padding-bottom: 15px;
}
.block-image_cta .block-bouton {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  margin-top: 15px;
  border: 1px solid #fff;
  line-height: 48px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border-radius: 0;
  background: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: color 0.3s, background 0.3s, border-color 0.3s;
}
@media (max-width: 767px) {
  .block-image_cta .block-bouton {
    height: auto;
    line-height: 1.6em;
  }
}
.block-image_cta .block-bouton a {
  display: block;
  padding: 0 37px;
  transition: .3s;
}
.block-image_cta .block-bouton a i {
  margin-right: 5px;
}
.block-image_cta .block-bouton .c_bouton {
  line-height: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 50px;
}
@media (max-width: 767px) {
  .block-image_cta .block-bouton .c_bouton {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.block-image_cta .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 : 'image_cta' */
#block-12 {
  background-image: url('/ressources/temp/images/100_800x1_3730082466_2024104051-untitled-35.webp');
}
.block-image_cta {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  text-align: center;
}
.block-image_cta .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);
}
.block-image_cta .block-icone {
  color: #fff;
  text-align: center;
  font-size: 74px;
  margin-bottom: 15px;
}
.block-image_cta .block_content {
  position: relative;
  z-index: 3;
  padding: 30px 0px !important;
}
.block-image_cta .block-titre {
  font-weight: normal;
  font-size: 26px;
  line-height: 1.2;
  padding-bottom: 15px;
}
.block-image_cta .block-titre:after {
  display: none;
}
.block-image_cta .block-contenu {
  padding-bottom: 15px;
}
.block-image_cta .block-bouton {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  margin-top: 15px;
  border: 1px solid #fff;
  line-height: 48px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border-radius: 0;
  background: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: color 0.3s, background 0.3s, border-color 0.3s;
}
@media (max-width: 767px) {
  .block-image_cta .block-bouton {
    height: auto;
    line-height: 1.6em;
  }
}
.block-image_cta .block-bouton a {
  display: block;
  padding: 0 37px;
  transition: .3s;
}
.block-image_cta .block-bouton a i {
  margin-right: 5px;
}
.block-image_cta .block-bouton .c_bouton {
  line-height: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 50px;
}
@media (max-width: 767px) {
  .block-image_cta .block-bouton .c_bouton {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.block-image_cta .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 : 'image_cta' */
#block-78 {
  background-image: url('/ressources/temp/images/100_800x1_3730082466_2024142721-2024104840-untitled-36.webp');
}
.block-image_cta {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  text-align: center;
}
.block-image_cta .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);
}
.block-image_cta .block-icone {
  color: #fff;
  text-align: center;
  font-size: 74px;
  margin-bottom: 15px;
}
.block-image_cta .block_content {
  position: relative;
  z-index: 3;
  padding: 30px 0px !important;
}
.block-image_cta .block-titre {
  font-weight: normal;
  font-size: 26px;
  line-height: 1.2;
  padding-bottom: 15px;
}
.block-image_cta .block-titre:after {
  display: none;
}
.block-image_cta .block-contenu {
  padding-bottom: 15px;
}
.block-image_cta .block-bouton {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  margin-top: 15px;
  border: 1px solid #fff;
  line-height: 48px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border-radius: 0;
  background: transparent;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: color 0.3s, background 0.3s, border-color 0.3s;
}
@media (max-width: 767px) {
  .block-image_cta .block-bouton {
    height: auto;
    line-height: 1.6em;
  }
}
.block-image_cta .block-bouton a {
  display: block;
  padding: 0 37px;
  transition: .3s;
}
.block-image_cta .block-bouton a i {
  margin-right: 5px;
}
.block-image_cta .block-bouton .c_bouton {
  line-height: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 50px;
}
@media (max-width: 767px) {
  .block-image_cta .block-bouton .c_bouton {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.block-image_cta .block-bouton .c_bouton:hover {
  background: rgba(0, 0, 0, 0.2) !important;
}
/* LESS_SPECIFIC : 'annonce', #14 */
#block-14 {
  height: 300px;
}
/* LESS_SPECIFIC : 'image_cta', #9 */
#block-9 {
  height: 300px;
}
#block-9 .fill {
  background-color: #000000;
  opacity: 0.1;
  filter: none;
}
#block-9.page-block:hover .fill {
  display: none !important;
}
#block-9 .block-bouton {
  border: 0 none;
}
#block-9 .bouton_lien {
  color: #e8524b;
  border: 1px solid #e8524b ;
  background: transparent;
}
#block-9 .bouton_lien:hover {
  background: #e8524b;
  color: #5b0f0c;
}
#block-9 .block-bouton {
  border: 0 none;
}
#block-9 .bouton_lien2 {
  color: #000000;
  border: 1px solid #000000 ;
  background: transparent;
}
#block-9 .bouton_lien2:hover {
  background: #000000;
  color: #000000;
}
/* LESS_SPECIFIC : 'image_cta', #11 */
#block-11 {
  height: 300px;
}
#block-11 .fill {
  background-color: #000000;
  opacity: 0.1;
  filter: none;
}
#block-11.page-block:hover .fill {
  display: none !important;
}
#block-11 .block-bouton {
  border: 0 none;
}
#block-11 .bouton_lien {
  color: #3d9383;
  border: 1px solid #3d9383 ;
  background: transparent;
}
#block-11 .bouton_lien:hover {
  background: #3d9383;
  color: #010303;
}
#block-11 .block-bouton {
  border: 0 none;
}
#block-11 .bouton_lien2 {
  color: #00519e;
  border: 1px solid #00519e ;
  background: transparent;
}
#block-11 .bouton_lien2:hover {
  background: #00519e;
  color: #000000;
}
/* LESS_SPECIFIC : 'image_cta', #10 */
#block-10 {
  height: 300px;
}
#block-10 .fill {
  background-color: #000000;
  opacity: 0.1;
  filter: none;
}
#block-10.page-block:hover .fill {
  display: none !important;
}
#block-10 .block-bouton {
  border: 0 none;
}
#block-10 .bouton_lien {
  color: #ffaa00;
  border: 1px solid #ffaa00 ;
  background: transparent;
}
#block-10 .bouton_lien:hover {
  background: #ffaa00;
  color: #332200;
}
#block-10 .block-bouton {
  border: 0 none;
}
#block-10 .bouton_lien2 {
  color: #00519e;
  border: 1px solid #00519e ;
  background: transparent;
}
#block-10 .bouton_lien2:hover {
  background: #00519e;
  color: #000000;
}
/* LESS_SPECIFIC : 'image_cta', #12 */
#block-12 {
  height: 300px;
}
#block-12 .fill {
  background-color: #000000;
  opacity: 0.1;
  filter: none;
}
#block-12.page-block:hover .fill {
  display: none !important;
}
#block-12 .block-bouton {
  border: 0 none;
}
#block-12 .bouton_lien {
  color: #b34aa6;
  border: 1px solid #b34aa6 ;
  background: transparent;
}
#block-12 .bouton_lien:hover {
  background: #b34aa6;
  color: #230e20;
}
#block-12 .block-bouton {
  border: 0 none;
}
#block-12 .bouton_lien2 {
  color: #00519e;
  border: 1px solid #00519e ;
  background: transparent;
}
#block-12 .bouton_lien2:hover {
  background: #00519e;
  color: #000000;
}
/* LESS_SPECIFIC : 'image_cta', #78 */
#block-78 {
  height: 300px;
}
#block-78 .fill {
  background-color: #000000;
  opacity: 0.1;
  filter: none;
}
#block-78.page-block:hover .fill {
  display: none !important;
}
#block-78 .block-bouton {
  border: 0 none;
}
#block-78 .bouton_lien {
  color: #86adaf;
  border: 1px solid #86adaf ;
  background: transparent;
}
#block-78 .bouton_lien:hover {
  background: #86adaf;
  color: #2a3e3f;
}
#block-78 .block-bouton {
  border: 0 none;
}
#block-78 .bouton_lien2 {
  color: #00519e;
  border: 1px solid #00519e ;
  background: transparent;
}
#block-78 .bouton_lien2:hover {
  background: #00519e;
  color: #000000;
}
