#acs-148 .container-type-pdf {
	background-image: url('/css/theme/images/iconenovaplaine.png');
}


/*Taille pavé agenda*/
.vc-pane,
.vc-weeks {
  min-width: auto !important;
}

.charte-blanc-vert {
background-color: #757575;
color: #FFFFFF;
}


.b-beige {
background-color: #FBFBF6;
}

/* Tests UAC : */

/* Image ronde */
.rounded div img {
  width: 200px; /* largeur de l'image */
  height: auto; /* hauteur de l'image */
  -webkit-transition: .3s ease-in-out !important; 
  transition: .3s ease-in-out !important; 
}
.rounded div:hover img:hover {
  width: 150px; /* on affiche l'image au carré */
  height: 150px;
  border-radius: 50%; 
}



.titre-aplat-rouge-orange {
  display: block;
  padding: 0.5rem;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(135deg, #c0392b 0%, #f39c12 100%);
}



.encadre-rouge {
  border: 5px #DB1702 solid;
  border-radius: 30px
}


.titre-aplat-noir-blanc {
  display: block;
  padding: 0.5rem;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(135deg, #000000 0%, #ffffff 100%);
}

.titre-agenda {
  font-size: 22px;
  font-weight: bold;
  color: #7c8034;
  text-align: center;
}

.contenu-aligner-haut {
vertical-align:top
}

.taille-image {
width : 514px;
height : 317px;
}

/*CACHE LE MENU RUB PUBLIQUE*/
.sousrub43 {
	display: none;
}

/*ATOL TMP LIVRAISON 10/10/25*/
.session-consult,
.multi-sessions-consult {
  ul, ol {
    list-style: unset;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
  }
}