@charset "utf-8";
/* CSS Document */
/*---------------------------- BALISES MAJEURES -----------------------------------------------------------------*/

h4.billet {
    font-weight: bold;
    margin-bottom: 5px;
}

#contenutexte > ul {
    display: inline-block;
}

img {
    border: 0;
}

img.decalage {
    padding-top: 5px;
}

div {
    margin: 0;
    padding: 0;
}

/*
.vignettevideo {
    padding: 5px 5px 5px 4px;
    border: 1px solid #CCCCCC;
    opacity: 0.7;
    filter: alpha(opacity=70);
    moz-opacity: 0.7;
}

.actifvideo {
    padding: 5px 6px 5px 5px;
    border: 1px solid #999999;
    opacity: 1;
    filter: alpha(opacity=100);
    moz-opacity: 1;
}

.acc .videolecture {
    width: 485px;
    font-size: 13px;
    background-color: #FFFFFF;
    padding: 10px 10px 10px 10px;
}
*/
/*calcul de width tient compte des padding*/
/*.vignetteVideoAccueil {
    width: 78px;
    font-size: 13px;
    background-color: #FFFFFF;
    margin-bottom: 15px;
    float: right;
    clear: both;
}
*/
.suggestion {
    position: absolute;
    display: none;
    height: 300px;
    border: 1px solid #CCCCCC;
    width: 168px;
    background-color: white;
    font-size: 11px;
    overflow: auto;
}

div.suggestion div {
    padding: 2px 5px;
}

div.suggestion div:hover {
    background-color: #E5E5E5;
}

div.suggestion a {
    color: #333333;
    font-size: 11px;
    display: block;
}

div.suggestion a:hover {
    text-decoration: none
}

a {
    color: #009;
    text-decoration: none
}

/*bleu par defaut*/
a:hover {
    text-decoration: underline
}

.lienbleu {
    color: #003366;
    font-style: normal
}

.lienblanc {
    color: #FFFFFF
}

.lienblanc:hover {
    text-decoration: none
}

.lienbleu13 {
    color: #003366;
    font-size: 13px
}

.lienbleu13:hover {
    text-decoration: underline
}

img.img-shadow {
    box-shadow: 0 3px 1px rgba(0, 0, 0, 0.4)
}

.lienbleufleche {
    color: #003366;
    text-decoration: none;
    padding: 0px 13px 0px 0px;
    background-image: url(images/fleche-bleu.gif);
    background-repeat: no-repeat;
    background-position: right 59%;
}

.lienbleurond {
    color: #003366;
    text-decoration: none;
    padding: 0px 0px 0px 13px;
    background-image: url(images/rond-bleu.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

.lienorange,
.lienorange a {
    color: #cc6600;
    text-decoration: none;
    font-size: 9px;
    padding: 0px 13px 0px 0px;
    background-image: url(images/fleche-orange.jpg);
    background-repeat: no-repeat;
    background-position: right center;
}

.lienorange a {
    background: none;
    padding: 0
}

.lienorange:hover,
.lienorange a:hover {
    text-decoration: underline
}

/*lien orange est applique en span dans l'agenda deroulant en accueil*/
.lienorange2 {
    color: #cc6600;
    text-decoration: none;
    font-size: 9px;
    padding: 0 13px 0px 0px;
    background-image: url(images/fleche-orange.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    line-height: 1.6em;
}

/*lien voir le site de l'auteur sur 2 lignes*/
.lienblanc {
    color: white;
    text-decoration: none;
    font-size: 9px;
}

.lienblanc:hover {
    text-decoration: underline
}

/*lien blanc est applique en span dans le menu de gauche, page livre*/

.lienexterne {
    color: #cc6600;
    text-decoration: none;
    font-size: 11px;
    background: url(images/picto-lien-externe.gif) right center no-repeat;
    padding: 0 13px 0px 0px;
}

.liengris {
    color: #666666;
}

/*agenda defilant*/
.liengris:hover {
    text-decoration: underline;
}

.liengrisfonce {
    color: #333333;
}

/*agenda defilant*/

.liengrisfonce11 {
    color: #333333;
    text-decoration: none;
    font-size: 11px;
    padding: 0 13px 0px 0px;
    background-image: url(images/fleche-gris.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    line-height: 1.6em;
}

.lienbleu11 {
    color: #003366;
    text-decoration: none;
    font-size: 11px;
    padding: 0 13px 0px 0px;
    background-image: url(images/fleche-gris.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    line-height: 1.6em;
    font-family: "Stencil Std";
}

.lienrss {
    color: white;
    padding: 0 20px 0 0;
    background-image: url(images/picto-rss.gif);
    background-repeat: no-repeat;
    background-position: right center;
}

.lienEpisodeActif {
    color: #999999;
    font-weight: bold;
}

.lienFermer {
    position: relative;
    top: -15px;
    left: 15px;
    float: right;
    width: 30px;
    height: 30px;
    display: block;
    text-decoration: none;
    cursor: pointer;
    background: url(images/picto-fermer-popup.png) top left no-repeat;
}

a img.vignettevideo:hover {
    border: 1px solid #999999;
    opacity: 1;
    filter: alpha(opacity=100);
    moz-opacity: 1;
}

td {
    vertical-align: top;
}

td.centrer {
    vertical-align: middle;
}

#results p {
    margin-bottom: 7px;
}

/*tableau des resultats dans le catalogue*/

tr.entete {
    background-color: #036;
    color: white;
    font-weight: bold;
}

/*006699*/
tr.entete td {
    padding: 5px;
}

tr.fond_clair {
    background-color: #E5E5E5;
}

tr.fond_clair2 {
    background-color: #F3F3F3;
}

li {
    padding: 0;
    margin: 0;
    line-height: 1.6em;
}

ul.menugauche {
    list-style-position: inside;
}

/*l'agenda en colonne de droite (accueil) ou de gauche*/
ul.menugauche li {
    margin-left: -17px;
    padding: 0 0 7px 0;
}

ul.biblio {
    margin-bottom: 14px;
}

/*appliquer dans la fonction miseEnFormeBiblio pour page auteur,etc*/
ul.biblio li {
    padding: 0 0 0 0;
}

/*0 0 7px 0*/
ul.catalogueacc {
    color: #333333;
    font-size: 11px;
}

/*les liens du catalogue en page d'accueil*/
ul.catalogueacc li {
    margin-bottom: 12px;
    font-weight: bold
}

/*les liens du catalogue en page d'accueil*/
ul.etaussiAccueil {
    position: relative;
}

/*top:-10px;*/
ul.agendaAuteur {
    list-style-type: none;
    margin: 0;
    font-size:16px;
}

input {
    border: 0;
}

input.inputRecherche {
    width: 180px;
    height: 26px;
    padding-left: 10px;
    padding-top: 1px;
    color: #666666;
    font-size: 10px;
    font-weight: bold;
    background-image: url(images/fond-input-recherche-pol.jpg);
    overflow: hidden
}

input.inputTaggraph {
    width: 138px;
    height: 17px;
    padding-left: 5px;
    padding-top: 4px;
    color: #666666;
    font-size: 9px;
    background-image: url(images/fond-input-recherche-taggraph.jpg);
    overflow: hidden
}

input.inputRechercheCatalogue {
    width: 180px;
    height: 20px;
    padding-left: 10px;
    padding-top: 7px;
    color: #666666;
    font-size: 10px;
    font-weight: bold;
    background-image: url(images/fond-input-recherche-catalogue.jpg);
}

input.nomAbonnementTrafic {
    width: 249px;
    height: 25px;
    float: left;
    margin-right: 39px;
    overflow: hidden;
    padding-left: 10px;
    background-image: url(images/fond-nom-abonnement-trafic.jpg);
    background-repeat: no-repeat;
}

input.inputRechercheAnnee {
    width: 90px;
    height: 20px;
    padding-left: 10px;
    padding-top: 7px;
    color: #666666;
    font-size: 10px;
    font-weight: bold;
    background-image: url(images/fond-input-recherche-catalogue-annee.jpg);
    overflow: hidden
}

input.inputEmail {
    width: 80px;
    padding: 4px 0 4px 10px;
    color: #666666;
    font-size: 11px;
    background-image: url(images/fond-input-recherche-pol.jpg);
    overflow: hidden
}

input.boutonFleche {
    width: 27px;
    height: 27px;
    background-image: url(images/fleche-input-email.gif);
    cursor: pointer
}

input.boutonFlecheT {
    width: 27px;
    height: 21px;
    background-image: url(images/fleche-input-taggraph.jpg);
    cursor: pointer
}

input.inputlogin {
    background-image: url(images/fond-input-text-login-pol.jpg);
    width: 110px;
    height: 20px;
    padding-left: 5px;
    padding-top: 3px;
    background-repeat: no-repeat;
    font-size: 10px;
    color: #666666;
    font-weight: bold;
    background-repeat: no-repeat;
}

input.inputcontact {
    background-color: white;
    border: 1px solid #CCCCCC;
    width: 200px;
    overflow: hidden
}

.boutonGenerique {
    background-image: url(images/bouton-generique.jpg);
    width: 85px;
    height: 26px;
    background-repeat: no-repeat;
    border: 0;
    color: white;
    cursor: pointer;
}

.checkboxAgenda {
    width: 18px;
    height: 19px;
    background: url(images/fond-checkbox.jpg);
}

.checkboxAgendaOn {
    width: 18px;
    height: 19px;
    background: url(images/fond-checkbox-on.jpg);
}

select {
}

select.taggraph {
    height: 21px;
    font-size: 9px;
    width: 200px;
    background-color: white;
    border: 1px solid #CCCCCC;
    padding-top: 2px;
    padding-left: 5px;
    color: #666666;
}

textarea {
    border: 1px solid #CCCCCC;
    width: 200px;
    height: 150px;
}


p.titrepresse {
    font-size: 13px;
    line-height: 13pt;
    font-weight: bold;
    background-position: left top;
    vertical-align: baseline;
}

p.chapeaupresse {
    font-size: 12px;
    font-style: italic;
    font-weight: lighter;
}

p.bodypress {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14pt;
    text-align: justify;
    text-indent: 20pt;
}

p.signaturepresse {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: normal;
    text-align: right;
}


hr {
    border-top: 1px dotted #cccccc;
    height: 1px;
    margin: 5px 0 5px 0
}

.hr {
    width: auto;
    padding: 0;
}

.trait {
    border-top: 1px solid #E6E6E6;
    margin: 0;
    margin-bottom: 5px;
}

.traitAbonnement {
    border-top: 1px solid #878687;
    margin: 0;
    margin-bottom: 10px;
    margin-top: 10px
}

.uiButtonSpecial:active {
    background: none repeat scroll 0 0 #ffffff;
}

.marginBottom15 {
    margin-bottom: 15px
}

.marginTop15 {
    margin-top: 15px
}

/*---------------------------- STRUCTURE DE LA PAGE -----------------------------------------------------------------*/
#fondpopupJQuery {
    position: absolute;
    height: auto;
    left: 50%;
    margin-left: -400px;
    top: 5%;
    width: 750px;
    z-index: 110;
    display: none;
    background-color: #FFFFFF;
    border: 10px solid #003366;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
}

#popupAlerte {
    background-color: #FFFFFF;
    padding: 20px 20px 20px 80px;
    margin: auto;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.45em;
}

#masqueObscur {
    height: 100%;
    width: 100%;
    z-index: 100;
    filter: alpha(opacity=60);
    opacity: 0.60;
    -moz-opacity: 0.60;
    background-color: black;
    position: fixed;
    top: 0%;
    left: 0%;
    display: none;
}



#suggestion {
    position: absolute;
    display: none;
    height: 350px;
    border: 1px solid #999999;
    width: 188px;
    top: 27px;
    left: 0;
    background-color: white;
    font-size: 11px;
    overflow: auto;
}

#suggestion a {
    color: #333333;
    font-size: 11px;
    display: block;
}

/*il faut le remettre ici sinon c'est (#entete a) qui s'applique (blanc)*/
#suggestion div {
    padding: 2px 5px;
}

#suggestion div:hover {
    background-color: #E5E5E5;
}

#contact {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 10px;
    color: #FFFFFF;
}

#contact .picto {
    top: 6px;
}

/*plus etroit en accueil*/
#catalogue {
    background-color: white;
    padding: 10px;
    width: 950px;
}

#menugauche.acc, #col-droite-accueil.acc {
    width: 160px;
}

/*plus large en accueil*/
#menugauche.menuLivre, #col-droite-accueil.menuLivre {
    background-color: #036;
    color: white;
}

/*blanc*/
.inner-menugauche {
    margin: 0 15px;
}

#contenumenugauche.acc, #contenu-col-droite-accueil.acc {
    top: -3px;
    width: 130px;
    color: #666666;
}


#btn-partage {
    list-style: none;
    position: absolute;
    right: 0;
    top: -5px
}

#btn-partage li {
    float: left;
    margin-left: 5px;
}

#texte.acc {
    width: 526px;
}

/*plus etroit en accueil*/

#contenutexte.acc {
    width: 506px;
}

/*plus etroit en accueil*/
#conteneurtaggraph {
    position: relative;
    border: 1px solid #CCCCCC;
    padding: 2px;
    background-color: white;
    height: auto;
    width: 100px;
}

#droite.acc {
    width: 255px;
}


/*plus etroit en accueil*/
/*
#videoAffichee {
    overflow: hidden;
}

#videoIframe {
    float: left;
}

#videosaccueil {
    float: right;
    padding-left: 15px;
    border-left: solid 2px #ccc
}

#accueil-sons .floatleft {
    margin-right: 35px;
    margin-bottom: 15px
}

#accueil-sons .floatleft.last {
    margin-right: 0
}
*/
/* ************************** PAGE VIDEOS ************************************************ */
#titrePageVideos a {
}

#titrePageVideos a:hover {
}

#titrePageVideos .actif {
    color: #FFF;
    background-image: url(images/img-bg-fond-titre-videos-sons.gif);
    background-repeat: no-repeat;
    width: 110px;
    height: 36px;
    padding-left: 5px
}

#titrePageVideos span:hover {
    color: #FFF;
    background-image: url(images/img-bg-fond-titre-videos-sons.gif);
    background-repeat: no-repeat;
    width: 110px;
    height: 36px;
    padding-left: 5px
}

#titrePageVideos a.pictovideoblanc {
    color: #FFF;
    text-decoration: none;
    padding: 5px 40px 7px 5px;
    background-image: url(images/picto-videos-blanc.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-position: 100% 50%;
    position: relative;
    top: 7px
}

#titrePageVideos a.pictovideobleu {
    text-decoration: none;
    padding: 5px 40px 7px 5px;
    background-image: url(images/picto-videos-bleu.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-position: 100% 50%;
    position: relative;
    top: 7px
}

#titrePageVideos a.pictovideobleu:hover {
    color: #FFF;
    text-decoration: none;
    padding: 5px 40px 7px 5px;
    background-image: url(images/picto-videos-blanc.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-position: 100% 50%;
    position: relative;
    top: 7px
}

#titrePageVideos a.pictosonblanc {
    color: #FFF;
    text-decoration: none;
    padding: 5px 40px 7px 5px;
    background-image: url(images/picto-sons-blanc.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-position: 100% 50%;
    position: relative;
    top: 7px
}

#titrePageVideos a.pictosonbleu {
    text-decoration: none;
    padding: 5px 40px 7px 5px;
    background-image: url(images/picto-sons-bleu.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-position: 100% 50%;
    position: relative;
    top: 7px
}

#titrePageVideos a.pictosonbleu:hover {
    color: #FFF;
    text-decoration: none;
    padding: 5px 40px 7px 5px;
    background-image: url(images/picto-sons-blanc.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-position: 100% 50%;
    position: relative;
    top: 7px
}

#titrePageVideos a span {
    position: relative;
    padding: 0 0 0 14px;
    top: 7px
}

.listVideos {
    border-top: 3px solid #CCC
}

.radioVideos {
    background: url("images/img-pol-btn-radio.jpg") repeat scroll 0 0 transparent;
    width: 15px;
    height: 15px;
    margin-right: 2px;
    position: relative;
    top: 2px
}

.radioVideosOn {
    background: url("images/img-pol-btn-radio-actif.jpg") repeat scroll 0 0 transparent;
    width: 15px;
    height: 15px;
    margin-right: 2px;
    position: relative;
    top: 2px
}

/* ******************* CATALOGUE *****************************************/
#maListe {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline
}

#maListe li {
    display: inline
}

#maListe-nav {
    list-style-type: none;
    margin: 0;
    margin-bottom: 40px
}

#maListe-nav li {
    display: inline;
    border-right: 1px solid #999999;
    width: 30px
}

#maListe-nav li a {
    color: #003366;
    font-size: 13px;
    text-decoration: none;
    padding: 0 4px 0 5px;
}

/* padding:0 4px 0 5px; */
#maListe-nav li a:hover {
    background-image: url(images/fonc-lettre-catalogue.gif);
    background-repeat: no-repeat;
    color: white;
    background-position: center;
}

/* background-color:#003366; */
#maListe-nav li a.actif {
    background-image: url(images/fonc-lettre-catalogue.gif);
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    width: 18px;
}

/* background-color:#003366; */
#maListe-nav li a.inactif {
    color: #999999
}

#maListe-nav li.noborder {
    border: 0
}


#photo-agenda {
    float: left;
    margin-right: 15px
}

div.vertical_scroller {
    height: 290px !important
}

/*--------------------------- formulaire admin -----------------------------------------------------------------*/
#pageadmin {
    position: relative;
    left: 10px;
    color: #666666;
    width: 790px;
    height: auto;
    z-index: 10;
    float: left;
    background-color: white;
    padding: 10px;
    min-height: 750px
}

#pageadmin input {
    background-color: white;
    border: 1px solid #CCCCCC;
    width: 400px;
    height: 20px;
    padding: 3px 0 0 3px
}

#pageadmin .boutonGenerique { /*Il faut remettre la classe ici sinon le input du dessus prend la main*/
    background-image: url(images/bouton-generique.jpg);
    width: 85px;
    height: 26px;
    background-repeat: no-repeat;
    border: 0;
    color: white;
    padding: 0;
    cursor: pointer;
}

#pageadmin .bouton_cal {
    background-image: url(images/picto-calendrier.gif);
    height: 26px;
    width: 21px;
    border: 0px;
    margin-left: 2px;
    cursor: pointer;
}

/*le calendrier*/

#pageadmin input.checkbox {
    width: 15px;
    border: 0;
    height: 15px;
    margin-right: 5px;
}

#pageadmin select {
    width: 400px;
    background-color: white;
    border: 1px solid #CCCCCC;
    padding: 3px 0 0 3px
}

#pageadmin textarea {
    width: 400px;
    height: 200px;
}

#pageadmin textarea.haut {
    height: 500px
}


#pageadmin a {
    color: #003366;
}

/*#006699*/
#pageadmin .important {
    color: #D00000;
    font-weight: bold;
    font-style: normal
}

/*remis ici car si .important applique a <a>, #pageadmin a prend le dessus*/
#pageadmin table {
    width: 98%;
}

#pageadmin td {
    padding: 5px;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    margin: 0;
    font-size: 11px;
}


/*----------------------------------------------------specifiques-----------------------------------------*/

.pol-actualites p {
    max-width: 400px;
}

/*----------------------------------------------------classes-----------------------------------------*/
.grisfonce {
    color: #333333;
}

/*a cause de l'accueil qui est plus fonce*/
.grismoyen {
    color: #666666;
    font-weight: normal;
}

.grisclair {
    color: #999999;
}

.orangemarron {
    color: #930
}

.orange {
    color: #cc6600;
}

.noir {
    color: black;
}

/*a cause du h1 de l'accueil qui est plus fonce*/
.bleu {
    color: #003366;
}

/*#006699*/
.gras {
    font-weight: bold;
}

.pasgras {
    font-weight: normal;
}

.petit8 {
    font-size: 8px;
}

.petit9 {
    font-size: 9px;
}

.petit10 {
    font-size: 10px;
}

.gras10px {
    font-size: 10px;
    font-weight: bold
}

.petit11 {
    font-size: 11px;
}

.normal12 {
    font-size: 12px;
}

.normal13 {
    font-size: 13px;
}

.normal14 {
    font-size: 14px;
}

.normal17 {
    font-size: 17px;
}

.tresgrand {
    font-size: 30px;
    line-height: 1.4em;
}

.lineheightnormal p {
    line-height: 1.2em;
}

/*annulation du line-height dans les p contenu1 de l'agenda*/
.clearboth {
    clear: both;
}

/*.titrepage				{font-size:11px; margin-bottom:10px; }*/
.texteblancgras {
    color: #FFFFFF;
    font-weight: bold;
}

.marginbottom0 {
    margin-bottom: 0;
}

.marginbottom5 {
    margin-bottom: 5px;
}

.marginbottom11 {
    margin-bottom: 11px;
}

.marginbottom15 {
    margin-bottom: 15px
}

.marginbottom25 {
    margin-bottom: 25px
}

.margintop20 {
    margin-top: 20px;
}

.margintop10 {
    margin-top: 10px;
}

.margintop5 {
    margin-top: 5px;
}

.margin0 {
    margin: 0;
}

/* nouvelle classe mars 2011 */
.marginright20 {
    margin-right: 20px;
}

.marginright10 {
    margin-right: 10px;
}

.marginleft20 {
    margin-left: 20px;
}

.marginleft10 {
    margin-left: 10px;
}

.paddingtop15 {
    padding-top: 15px;
}

.picto {
    position: relative;
    top: 4px;
}

.bleu2 {
    color: #2e3192
}

.titreBleu {
    font-weight: 700;
    font-size: 14px;
    color: #043769;
    margin: 20px 0 10px 0;
    display: inline-block;
}

.CaslonPro20 {
    font-weight: normal;
    font-size: 20px;
    font-family: serif;
    font-style: italic;
    color: #666;
    margin-bottom: 10px
}

/* ****************** */
.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.flecherecherche {
    position: absolute;
    left: 200px;
    top: 7px;
}

/*par rapport a sa div*/

/*
.heightaccueiltexte		{height:795px}
.heightaccueildroite	{height:795px}
.heightaccueilmenug		{height:795px}*/
.heightextemini {
    height: 730px;
}

.espacement {
    height: 400px
}

/*gestion de la hauteur du centre de la page auteur pour eviter l'effet escalier*/

.nbPageActif {
    color: #999999;
}

.important {
    font-style: italic;
    color: #D00000;
}

/*sur les etoiles dans les formulaires*/

.actifMenuAdmin {
    background-color: #3e4435;
    color: #FFFFFF
}

.displaynone {
    display: none
}


/* ****************      GESTION DE LA LISTE ALPHABETIQUE CATALOGUE   ****************************************************************  */

/*.listNav { margin:0 0 10px 0; }
.ln-letters { overflow:hidden; }
.ln-letters a { font-size:0.9em; display:block; float:left; padding:2px 6px; border-right:1px solid #999999; text-decoration:none; color:#003366; font-size:13px }
.ln-letters a.ln-last { border:0 } /* border-right:1px solid silver; */
/*.ln-letters a:hover,
.ln-letters a.ln-selected { background-color:#003366; color:white }
.ln-letters a.ln-disabled { color:#999999; }
.ln-letter-count { text-align:center; font-size:0.8em; line-height:1; margin-bottom:3px; color:#336699; }*/


/*Style override*/
@media screen and (max-width: 992px) {

    #catalogue #results .box-formatpoche {
        flex-direction: column;
    }
}

.bloc-trafic .voir-plus{
    text-transform: inherit;
}
.accueil .conteneur-evenement .agenda .box-evenement a p{
    font-size: 0.70rem!important;
}