


.path-frontpage h1{
   /* display: none;*/
}

/*************** Actualités **************/
#block-views-block-actualites-block-actualites{
    margin: 20px 0;
}

.block-views-blockactualites-block-actualites h2 {
    color: #1d6292;
    font-size: 27px;
}
.block-views-blockactualites-block-actualites h2:before {
    width: 12px;
    height: 12px;
    margin-right: 10px;
    background: #ffb51b;
    content: "";
    display: inline-block;
    vertical-align: middle;
}
.title_actu{
    margin-bottom: 4px;
    color: #1d6292;
    text-align: initial;
    /*height: 48px;*/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.title_actu a{
    color: #1d6292;
    font-weight: bold;
   text-transform: uppercase;
}
.title_actu .date_actu{
    font-size: 0.9375em;
    display: inline-block;
    font-style: italic;
}
.desc-actu{
  font-size: 0.9375em;
  font-family: "Roboto", sans-serif;
  color: #000;
  max-height: 88px;
    /*text-transform: uppercase;*/
}

.img_actu{
    float: left;
    margin-right: 10px;
}
.desc-right{
    float: left;
    overflow: hidden;
    width: calc(100% - 145px);
}
.actu{
    margin-bottom: 10px;
    padding: 8px 10px;
    transition: 0.25s;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
}
.block-views-blockactualites-block-actualites .content{
    background: #ededed;
    padding: 15px 20px;
    height: 500px;
    overflow: auto;
}
.actu:hover{
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.7);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.7);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.7);
}
.actu .overlay-container:hover .overlay-icon--button,
.actu .overlay-container .overlay-icon--button{
    display: none;
}
.actu .title_actu a:hover{
    color: #ffb51b;
}
.desc-actu a{
  color: #1d6292;
  font-size: 0.875em;
  font-family:"DINPro-Light";
  font-weight: bold;
}
.desc-actu a:hover{
  text-decoration: underline;
}
.read-more-actu a{
    color: #1d6292;
    font-size: 0.875em;
    font-family:"DINPro-Light";
    font-weight: bold;
}
.read-more-actu a:hover{
    text-decoration: underline;
}
.actu .img_actu:hover{
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.desc-actu p {
    text-indent: 12px;
    text-align: justify !important;
}
h2.block-title a:hover{
    text-decoration: none;
}
body.liste-visibilite-croissant-lunaire div#block-views-block-liste-visibilite-croissant-lunaire-block-2 {
    background-color: rgba(237,237,237,0.8);
    padding: 20px;
    position: relative;
    margin-bottom: 20px;
}
body.liste-visibilite-croissant-lunaire div.view-id-liste_visibilite_croissant_lunaire{
    padding: 10px;
    margin: 0;
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}
div#block-views-block-liste-visibilite-croissant-lunaire-block-2 .pager__items{
  margin: 0;
  text-align: center;
}
article.node--type-visibilite-du-croissant-lunaire{
    background-color: rgba(237,237,237,0.8);
    padding: 10px;
    position: relative;
    margin-bottom: 20px;
}
article.node--type-visibilite-du-croissant-lunaire .node__container{
    padding: 15px;
    margin: 10px;
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}
article.node--type-visibilite-du-croissant-lunaire p,
article.node--type-visibilite-du-croissant-lunaire strong{
    font-family: 'Roboto',Helvetica Neue,Arial,Sans-serif !important;
    color: #000;
}
article.node--type-visibilite-du-croissant-lunaire table tr th {
    background-color: #ffb51b;
}
article.node--type-visibilite-du-croissant-lunaire table tr th ,
article.node--type-visibilite-du-croissant-lunaire table tr td {
    padding: 5px;
}
article.node--type-visibilite-du-croissant-lunaire table tbody tr td {
    text-align: center;
}
article.node--type-visibilite-du-croissant-lunaire table tbody tr td:first-child{
    text-align: left;
}
article.node--type-visibilite-du-croissant-lunaire table thead tr td{
    background-color: #dddddd;
    text-align: center;
}
article.node--type-visibilite-du-croissant-lunaire table tbody tr td{
    background-color: #fff;
}
article.node--type-visibilite-du-croissant-lunaire ul li {
    color: #000;
}
:lang(ar) article.node--type-visibilite-du-croissant-lunaire table tbody tr td:first-child {
    text-align: right;
}
:lang(ar) .title_actu a{
  padding-right: 1px;
}
