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

.encadre-blanc {
    background-color: #ffffff;      /* Fond blanc */
    border-radius: 12px;  					/* Coins arrondis */
 		border: 1px solid #d9d9d9;   
    box-shadow: 0 6px 18px rgba(120, 120, 120, 0.30); /* Ombre légère */
    padding: 20px;                  /* Espace intérieur */
    margin: 20px 0;                 /* Espace extérieur */
}

.image-arrondie {
    border-radius: 12px;
    border: 1px solid #dcdcdc;
     box-shadow: 0 6px 18px rgba(120, 120, 120, 0.30);
}

.encadre-transparent {
    background: transparent;                      /* Pas de fond */
    border: 1px solid #dcdcdc;                    /* Bordure gris clair */
    border-radius: 12px;                          /* Coins arrondis */
    box-shadow:
        0 4px 8px rgba(120, 120, 120, 0.18),
        0 10px 25px rgba(120, 120, 120, 0.28);    /* Ombre grisée */
    padding: 20px;
    margin: 20px 0;
}

/*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;
  }
}