/*largeur contenu site*/

.container {
  width: 95%!important;
}

/*PAGE NUMERO COURANT/*/
h2 {
  font-size: 25px!important;
}

h1 {
  font-size: 25px!important;
}

.media-heading {
  font-size:20px!important;
}


.container {
    width: 80%;
  }
.list-group, .pkp_block ul {
   font-size: 0.8em!important;
}



.btn-default {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-default:hover {
  background-color: #286090;  
}



/*Page accueil: Articles*/
.page-header small {  
  font-size: 2rem;
}

/*Page article colonne du bouton PDF et cadre publication*/

@media (min-width: 992px) {
  .col-md-4 {
    width: 28%;
  }
   
}

.list-group-item{
    border-top-width: 0px;    
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: gray;
    border-bottom-width: 0px;    
    border-left-width: 0px;
   
}



 .list-group-item:first-child {
  border-top-right-radius: 0px!important;
 
}

.list-group-item:last-child { 
  border-bottom-right-radius: 0px!important;
 
}
  
/*ZONE ARTICLES*/

a, a:hover, a:focus {
  color: #2c4294;
  text-decoration : none!important;
}

.media-heading p {
margin: 0px;
}

.meta{
font-size: 1.6rem;
}

.btn-group {
    margin-top: 10px;
}

.media {
   border-bottom: 1px dashed gray;
   padding-bottom: 10px;
}

.media-left {
  padding-bottom: 15px;
}

.page-header {
    border-bottom: 1px solid gray;
}
	
/*BANNIERE NAVIGATION SITE*/
.navbar {
  background-color: #2c4294!important;/*sinon prend la couleur du site principal*/
  height: 170px;
  background-image: url(https://publication-oa.sorbonne-universite.fr/public/journals/1/bandeau.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: top;
}

 .navbar-nav {
    float: left;    
    position: absolute;
    bottom: 0px;
	margin-left: 110px;
	background-color: #2c4294!important;/*sinon prend la couleur du site principal*/
  }


.navbar-default .nav > li > a {
  color: white;
} 
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover {
 background-color: none!important;
}

.navbar-default .nav > li > a:hover {
  color: white;
}

.navbar-default .navbar-brand {
  background-color: #2c4294!important;/*sinon prend la couleur du site principal*/
}


/*masquer la barre de recherche flottante dans le header*/
.pull-md-right {
    display: none;
  }

/*PAGE ARCHIVES/NUMERO*/
.pages:before {
	content:"page(s): ";
}
.pages {
	font-size: 1.6rem;
	margin: 5px 10px 20px 30px;
}

.media {
  margin-top: 1.5em;
}


.page-header small {
  width: 60%;
  font-size: 1.7rem;
  font-weight: normal;
  color: white;
  padding-top: 5px;
  background-color: gray;
  font-weight: normal;
  padding: 5px 30px 5px 30px;
  padding-bottom: 5px;
}
  
.btn {
  font-size: 13px;
  font-weight: 600; 
  border-radius: 5px;
  }
  

/*PAGE NOTICE DETAILLEE*/
.label{
	color:black;
}

/*AFFICHAGE DOI*/

.doiInSummary {
  font-size: 1.6rem;
}

/*FOOTER*/
.col-md-2 .img-responsive {
  height: 60px;
  margin-top: 20px;
}

/*PIED DE PAGE*/
/***************/

.infos {
		  display: grid ; 			  
		  grid-template-columns: 32% 36% 32%;
		  grid-template-rows: 150px 30px;
		  width:100%;		  
		  margin-top:30px;
		  margin-bottom :10px;
		  padding-top:8px;
		  font-size: 0.8em;		  
		}

		
				
		.footerCase1 {
		grid-column: 1;
		grid-row: 1;		
		display: flex; /* permet centrage vertical*/
		align-items: center;
		justify-content: center; 
        padding: 10px;		
		}
		
		.footerCase2 {
		grid-column: 2; 
		grid-row: 1;
		display: flex; /* permet centrage vertical*/
		align-items: center;
		justify-content: center;				
		border-left : 1px solid;
		border-right : 1px solid;
		border-color : #333;
		padding-left: 20px;
		}
		
		.footerCase3 {
		grid-column: 3;
		grid-row: 1; 		
		display: flex; /* permet centrage vertical*/
		align-items: center;
		justify-content: center; 
		padding: 10px;
		}  

/*propositions modifications*/

/*notice détaillée article*/
/*titre article*/		
		h1, .h1 {
    font-size: 25px;
}

/*Tableau Editorial Team */

.contacts {
	width:100%;
	margin-left: auto;
    margin-right: auto;
}

.contacts td {
	padding:3px 15px 3px 15px;
}

.collieu {
	
}

/*menu burger*/

.navbar-default .navbar-collapse{
  border-color: none!important;
  border-top:none!important;
  box-shadow:none!important;
 
}


.navbar-toggle {
    background-color: #e7e7e7;
  }

.icon-bar {
  background-color: black;
}
.menu-item-24 {
	margin-left:100px;
}

.navbar-header .site-name {
  margin: 15px;
}

.dropdown-menu {
  border: none!important;
}

@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
     background-color: #f5f5f5 !important;
	color: #262626!important;
     }
}

@media (max-width: 767px) {
.navbar-nav {
    position: relative!important;    
     top: 100px!important;
	z-index: 10!important;
overflow-y: hidden!important;
float: right!important;
  }
}

@media only screen and (min-width: 768px) {
  .nav li a {
    padding: 10px 10px 10px 15px;
	margin: 0px 5px;
  }
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav{
     color: #262626;
  }
}

.dropdown-menu > li > a:hover {
  color: #262626;
  background-color: #f5f5f5;
  
}

/*Article : Supprimer la bordure des cadres*/
 .panel-default {
  border : none;
box-shadow: none;
}

/*cadre titre : supprimer bordure bas*/
.panel-default > .panel-heading {
      background-color :#d2d9e1;
   border-radius : 0px;
}

/*Browse : garder uniquement bordure gauche*/
.block_browse{
  border-left: 1px solid gray !important;
  font-size: 1.1em;			   
}

/*Browse : masquer gros titre*/
.block_browse .title {
   display: none;
} 					   
/*Browse : titre (ex : categories)*/
.block_browse .has_submenu { 
  font-weight: 450;
  background-color: #f5f5f5;
}

/*Browse :liste (ex : categories)*/
.block_browse .has_submenu ul {
  font-size: 1em!important;
  font-weight: 150;  
}

/*Browse :liste (ex : categories)*/
.block_browse .has_submenu li{
  background-color: #f5f5f5!important;
}


/*page article : masquer les données section (déjà affichées haut de page)*/
.panel-default.section {
display : none; 
} 

/*page article : masquer les données issues (déjà affichées haut de page)*/
.panel-default.issue {
display : none; 
} 

/*Article cadre copyright*/ 
.copyright {
  font-size: 0.8em;

}

.copyright p {
 margin : 0px !important;
}

/*Article : réduire police des références en bas page*/
.article-references-content {
  font-size: 0.8em;
}

.pkp_block {
	border : none;
	box-shadow : none;
	border-radius : 0px;
}

.pkp_block .title {
	border:none;
	border-radius:0px;
	font-size:1em!important;					 
}

.article-details .download .btn {
  width: 150px;
  align-content: center;
  margin-right: auto;
  margin-left: auto;
 
}