@import url('https://fonts.googleapis.com/css?family=Archivo+Narrow');


section{
    
    padding-top: 50px;
}




body{
font-family: 'Archivo Narrow', sans-serif;
	
}
.mjbs_intro{
    
    
}

.fh5co-parallax2 {
    padding-top: 5em;
    padding-bottom: 5em;
    height: inherit !important;
}

.mjbs_intro h1{
    
   color: #ff2c38;
    padding: 10px;
    
   
}

.mjbs{
    background-color: white;
    padding: 10px;
    display: inline-block;
}

.mjbs_intro p{
    
    color: #fff;
    text-align: justify;
    font-size: 14px;

}


.fh5co-parallax .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3f3f40;
    opacity: 0.7;
}
.articles_recents{
    margin: 20px 0px;
}

.thumb_articl{
 
   margin: 20px 0px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    
}

.articles_recents h2{
    text-transform: uppercase;
   
}
.deatil_art{
     color: #fff;
    /* height: 150px; */
    background-color: #000;
}

.deatil_art h3{
   font-family: 'Archivo Narrow', sans-serif;
    color: #fff;
    background-color: #ff2c38;
    padding: 10px;
    /* position: absolute; */
    top: 0;
    left: 0;
    /* height: 49px; */
    font-size: 16px;
    width: 100%;
    margin: 0px;
    height: 120px;
    
    
    
}

.titel_art{
	
	text-transform: uppercase;
}

.download_icon{
    background-color: #dadada;
    padding: 5px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.download_icon i{
    
    font-size: 20px;
}

.auteur_art{
  
     
    bottom: 0px;
    background-color: #000;
    width: 100%;
    left: 0px;
    color: #fff;
    margin-bottom: 0px;
    font-size: 14px;
    padding-left: 10px;
    height: 60px;
	line-height: 20px
}

.date_art{
     
    bottom: 0;
    right: 0;
    margin: 0;
    border-bottom: 30px solid red;
    border-left: 30px solid transparent;
    /* border-right: 50px solid transparent; */
    height: 0;
   
    color: #fff;
}


#footer{
    
    padding:0px 0px 0px 0px;

    background-color: #ff2c38;
}


.wrapper {
  margin: 0 auto;
  
  max-width: 800px;
}

.table {
  margin: 0 0 40px 0;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table;
}
@media screen and (max-width: 580px) {
  .table {
    display: block;
  }
}

.row_table {
  display: table-row;
  background: #f6f6f6;
}
.row_table:nth-of-type(odd) {
  background: #e9e9e9;
}
.row_table.header {
  font-weight: 900;
  color: #ffffff;
  background: #ff2c38;
}

@media screen and (max-width: 580px) {
  .row_table {
    padding: 8px 0;
    display: block;
  }
}

.cell {
  padding: 6px 12px;
  display: table-cell;
}
@media screen and (max-width: 580px) {
  .cell {
    padding: 2px 12px;
    display: block;
  }
}


.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #b1b1b1 !important;
    border-color: #828586 !important;
}


.archive_art_box{
	
	padding: 10px;
    border-bottom: 1px #343434 solid;
}

.archive_art_title{
margin: 0px;
	
	
}

.archive_art_auteur{
margin: 0px;
	font-size: 14px;
	
}
.archive_art_date{
margin: 0px;
    font-size: 12px;
    font-style: italic;
	
}

.modal-dialog{
	
}
.modal-body p{
	font-size: 12px;
	
}

.btn-primary {
    background: #ff2c38;
    color: #fff;
    border-radius: 0px;
    border: 2px solid #ff2c38;
    padding: 5px;
}


.btn:hover, .btn:active, .btn:focus {
    box-shadow: none !important;
    outline: none !important;
    color: #f13041 !important;
}
