/***************************************************************/
/*                          Actualités                         */
/***************************************************************/

.slide__caption {
    text-align: center;
}

.view-id-actualites_page_d_accueil .grid__content {
    border: 2px solid #ced4da;
    height: 350px;
    padding: 1rem;
    background-color: white;
}

.view-id-actualites_page_d_accueil .group-left {
    width: 20%;
}

.view-id-actualites_page_d_accueil .group-right {
    width: 70%;
}

/* Détail d'une actualité */
.page-node.node-type-actualites #main-content {
    margin-top: 30px;
    margin-bottom: 20px;
}

div.node-actualites {
    padding: 20px;
    border: 5px solid #FFF;
    -moz-box-shadow: 1px 1px 12px #555;
    -webkit-box-shadow: 1px 1px 12px #555;
    box-shadow: 1px 1px 12px #555;
}
.node-type-actualites .group-header .field-name-title h2 {
	margin-top: 0;
}
.node-type-actualites .group-header {
    margin-bottom: 20px;
}
.node-type-actualites .field-type-image {
    padding: 0 20px 20px 0;
}
.node-type-actualites .field-name-field-site .field-item {
    float: left;
    margin-right: 5px;
}
.node-type-actualites .field-name-field-site .field-item:first-child:before,
.node-type-actualites .field-name-field-theme .field-item:first-child:before {
    content: "";
}
.node-type-actualites .field-name-field-site .field-item:before,
.node-type-actualites .field-name-field-theme .field-item:before {
	content: ", ";
}
/* Fin du détail d'une actualité */

/*Liste des actualités*/
.view-liste-des-actualites .view-content {
    min-height: 500px;
}
div.liste-des-actualites-page-item {
    /*padding: 10px;
    margin-bottom: 15px;*/
    padding: 10px;
    margin: 10px;
    background-color: white;
    border: 5px solid #FFF;
    -moz-box-shadow: 1px 1px 12px #555;
    -webkit-box-shadow: 1px 1px 12px #555;
    box-shadow: 1px 1px 12px #555;
}
.liste-des-actualites-content {
    height: 158px;
    overflow: hidden;
    margin-bottom: 10px;
}
.liste-des-actualites-title {
    max-height: 44px;
    overflow: hidden;
    margin-bottom: 5px;
}
.liste-des-actualites-title a {
    color: black;
    font-size: 18px;
    line-height: 18px;
}
.liste-des-actualites-image {
    padding: 0 5px 5px 0;
}
.liste-des-actualites-body {
    text-align: justify;
}

.field--name-node-post-date {
    margin-bottom: 0.5rem!important;
}
/*Fin liste des actualités*/

.actu_a_la_une {
    background: rgba(45, 123, 124, 0.05);
    padding: 1.5em;
    border-radius: 16px;
}
.actu_teaser_panel {
    max-width: 352px;
    height: 492px;
    background: rgba(45, 123, 124, 0.05);
    padding: 1.5em;
    border-radius: 16px;
}
.breve_teaser_panel {
    max-width: 352px;
    height: 492px;
    padding: 1.5em;
    border-radius: 16px;
    border: 1px solid #e4e1e1;
}
.actu_teaser_titre {
    font-size: 150%;
    font-weight: 700;
}
.breve_date_et_megaphone {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.breve-icon::after {
    content: url('/themes/custom/default_theme/images/megaphone-line.svg')
}
.breve-teaser {
  border-radius: 8px;
  border: 2px solid darkgray;
  display:flex;
  flex-direction:column;
  max-width: 352px ;
  height: 450px;
  padding: 32px;
  margin:15px;
}

@media (max-width: 480px) {
    .breve-teaser {
        height: auto;
    }
}

.breve-titre-teaser {
   line-height:120%;
}

.breve-description {
    max-width:550px;
    padding-top: 1em;
    line-height: 24px;
    margin-bottom:1em;
}

.breve-date {
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0%;
}


.breve-categories ul {
    display:flex;
    gap:15px;
    margin-bottom:1em;
}

.actualite-bandeau-teaser {
  border-radius: 8px;
  display:flex;
  flex-direction:column;
  max-width: 352px;
  height: 450px;
  padding: 32px;
  margin: 15px;
  transition:0.1s;
}

.actualite-bandeau-teaser.tile {
    position:relative ;
}

.actualite-bandeau-teaser.tile:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 15px;
}

.actualite-bandeau-teaser a.tile_link {
    text-decoration: none;
}

.actualite-bandeau-teaser a.tile_link:hover,.a-la-une_front_teaser_panel a.tile_link:focus,.a-la-une_front_teaser_panel a.tile_link:active {
    text-decoration: none;
    color:black;
}

.actualite-bandeau-teaser a.tile_link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.actualite-bandeau-teaser:hover .actualite-en-savoir-plus {
    background:white;
}

@media (max-width: 480px) {
    .actualite-bandeau-teaser {
        height: auto;
    }
}

.actualite-titre-teaser {
   line-height:120%;
}

.actualite-bandeau-teaser h3 {
    margin-bottom:1em;
}

.actualite-categories ul li a,
.breve-categories ul li a {
    color: var(--taxo_tag_color);
    background-color: var(--taxo_tag_bgcolor);
    position:relative;
    z-index:2;
    font-size: 80%;
    font-weight: 700;
    line-height:24px;
}

.actualite-categories ul li a:hover,
.breve-categories ul li a:hover {
    color: var(--taxo_tag_bgcolor);
    background-color: var(--taxo_tag_color);
}
