/* MISE EN FORME DES TYPES DE CONTENUS */
.titre-h2 {
  margin: 20px 0 0 0;
}

.actualites .titre-h2 {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #444871;
  margin: 50px 0 10px 0;
}

.layout-container {
  overflow: hidden;
}

.image-window {
  width: 100%;
  text-align: center;
  height: 300px;
  max-height: 300px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.image-window-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .25);
}

.image-window h1 {
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: white;
  text-transform: none;
  z-index: 1;
}

@media screen and (max-width: 450px) {
  .image-window h1 {
    font-size: 25px;
  }
}

@media screen and (max-width: 1023px) {
  .image-window h1 {
    font-size: 35px
  }
}

.date {
  color: #7F96A6;
  font-size: 12px;
  margin: 10px 0 0 0;
}

.actualites .date {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: justify;
  color: black;
  margin: 0 0 30px 0;
}

.source {
  color: #7F96A6;
  font-size: 14px;
  margin: 10px 0 10px 0;
}

.contenu {
  margin: 30px 0 0 0;
}

.contenu img {
  max-width: 100%;
}

.contenu p {
  color: #293035;
}

.contenu p img {
  width: fit-content;
  height: auto;
}
/* END MISE EN PAGE DES CONTENUS */

/* ANNEXE UTILISEE POUR LES SECTIONS LIENS ET DOCUMENTS JOINTS */
.annexe {
  margin-top: 50px;
  margin-bottom: 50px;
}

.annexe h3 {
  font-family: Marianne;
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #444871;
}

.annexe-liste-container {
  width: 75%;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .annexe-liste-container {
    width: 100%;
  }
}

.annexe-liste, .annexe-liste-fichiers {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.annexe-liste-fichiers li {
  border-radius: 6px;
  background-color: #fafafa;
  padding: 20px 22px;
  margin-top: 20px;
}

.annexe-liste-fichiers li img {
  margin-right: 38px;
}

.annexe-liste-fichiers li .file-description h5 {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: black;
}

.annexe-liste-fichiers li .file-description p {
  margin-top: 14px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: rgba(0, 0, 0, 0.5);
  padding-right: 10px;
}

.annexe-liste-fichiers li a {
  padding: 15px;
  margin-left: auto;
  border-radius: 5px;
  background-color: #fdcf41;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #444871;
}

.annexe-liste-fichiers li a span:last-of-type {
  margin-left: 24px;
}

@media screen and (max-width: 768px) {
  .annexe-liste-fichiers li a span:last-of-type {
    margin-left: 0;
  }
}

.annexe-liste-fichiers li a:hover {
  text-decoration: none;
}

/* END SECTION LIENS */


/* BLOCK POPUP MESSAGE */

#block-message-popup {
  display: none;
}

.spb-popup-main-wrapper {
  width: 80% !important;
  max-width : 600px;
  border-radius: 5px;
  border: none;
  box-shadow: 4px 4px 10px rgba(0,0,0,0.2);
  overflow: auto;
  max-height: 80%;
}

.spb_close {
    background: transparent;
}

.spb_center {
    margin: auto;
    top: 50%;
    left: 50%;
    margin-left: 0;
    transform: translate(-50%, -50%);
}

#block-messagepopup {
  overflow-wrap:break-word;
}

#block-messagepopup img {
  max-width : 100%;
  height: auto;
}
.block-message-popup-modal-close {
  color: #194360;
}

/* END BLOCK POPUP MESSAGE */


/* TOOLTIPS */
.bs-tooltip-top .arrow::before {
  border-top-color: #194360;
}

.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #194360;
}

.bs_tooltip {
  -moz-transition: color .2s ease,border-bottom-color .2s ease;
  -webkit-transition: color .2s ease,border-bottom-color .2s ease;
  -ms-transition: color .2s ease,border-bottom-color .2s ease;
  transition: color .2s ease,border-bottom-color .2s ease;
  border-bottom: dotted 1px;
  color: inherit;
  text-decoration: none;
}

.bs_tooltip:hover {
  border-bottom-color: transparent;
}

.tooltip-inner {
  text-align: left;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  padding: 20px;
  max-width: 300px;
  background-color: #194360;
}
/* END SECTION TOOLTIPS */

/* Large format */
@media (max-width: 992px) {
  .container-lg-fullwidth {
    max-width: 100%;
  }

  .align-lg-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-lg-items-flex-end {
    -ms-flex-align: flex-end !important;
    align-items: flex-end !important;
  }
}
/* End Large format */


/* Medium format */
@media (max-width: 768px) {
  .container-md-fullwidth {
    max-width: 100%;
  }

  .image-window {
    max-height: 350px;
  }

  .image-window .image {
    height: 350px;
  }
}
/* End Medium format */


/* Small format */
@media (max-width: 576px) {
  .col-sm-nopadding {
    padding: 0;
  }

  .image-window {
    max-height: 225px;
  }

  .image-window .image {
    height: 225px;
  }
}
/* End Small format */
