
/* accès rapide */
#acces-rapides {
    padding:32px 0;
}

#acces-rapides .container {
    display:flex;
    justify-content: space-around;
    
    background-color:#fff;
    background-image:url('../images/assets/acces-rapides-fond.svg');
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;  
        
}

.acces-rapide {
    display:block;
    text-decoration:none;
    text-align:center;
}

.acces-rapide img {
    width:65px;
    height:65px;
    
}

.acces-rapide span {
    display:block;
    color:#000;
    font-size: 1.2rem;
    font-weight:300;
    
    text-align:center;
}

/* actus accueil */
#home-actus {
    background-color:#E7F3D8;
    padding:16px 0;
    position:relative;
    
    
}

#home-actus::before {
    content: " ";
    position:absolute;
    background-image:url('../images/assets/bg-home-actus.svg');
    background-repeat:no-repeat;
    background-size:contain;
    background-position:top left;
    left: 0;
    top: 0;    
    width:100px;
    height:100px;      
}

#home-actus::after {
    content: " ";
    position:absolute;
    background-image:url('../images/assets/bg-home-actus-right.svg');
    background-repeat:no-repeat;
    background-size:contain;
    background-position:top left;
    right: 0;
    bottom: 0;    
    width:100px;
    height:100px;      
}

#home-actus-entete {
    position: relative;
}

#home-actus h2 {
    color:#8EC549;
    text-transform:uppercase;
    font-size:1.8em;
    text-align:center;
 }
 
#home-actus .lSPrev
, #home-actus .lSNext {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width:24px;
  height:24px;
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;  
    
    cursor:pointer;  
}

#home-actus .lSPrev {
  left: 0;
  background-image:url('../images/assets/slide-left-vert.svg');
}

#home-actus .lSNext {
  right: 0;
  background-image:url('../images/assets/slide-right-vert.svg');
}

#actualites-wrapper {
  height: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0 0 0 0;
}

/* agenda */
#home-agenda {
    background-color:#FFF;
    padding:16px 0;
    position:relative;
    
    
}


#home-agenda-entete {
    position: relative;
}

#home-agenda h2 {
    color:#007FC3;
    text-transform:uppercase;
    font-size:1.8em;
    text-align:center;
 }
 
#home-agenda .lSPrev
, #home-agenda .lSNext {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width:24px;
  height:24px;
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;  
    
    cursor:pointer;  
}

#home-agenda .lSPrev {
  left: 0;
  background-image:url('../images/assets/slide-left-bleu.svg');
}

#home-agenda .lSNext {
  right: 0;
  background-image:url('../images/assets/slide-right-bleu.svg');
}

#agenda-wrapper {
  height: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0 0 0 0;
}


/* documents  accueil */
#home-documents {
    background-color:#E7F3D8;
    padding:16px 0;
    position:relative;
}
#home-documents-entete {
    position: relative;
}

#home-documents h2 {
    color:#8EC549;
    text-transform:uppercase;
    font-size:1.8em;
    text-align:center;
 }
 
#home-documents .document__list {
    background:none;
}