body {
  padding-top: 10px;
  background-color: #fcfcfc;;
  margin-left: 5%;
  margin-right: 5%;
}

a {
  color: #7E2223;
  //font-weight: 600;
}

.somarchive > a{
  margin-left: 0.5em;
}
a:hover{
	color: #7E2223;
	
}
.actu-date{
	font-size: smaller;
}
p {
	text-align: justify;
  color: black;
}
.somarchive > a{
  margin-left: 0.5em;
}
.somarchive > p {
  text-align: none;
}

dl{
  margin-top: -1em;
}

.seminaire {
	margin-bottom: 1.1em;
}
.seminaire a{
	font-weight: normal ;
	color: black;
}
.seminaire a:hover{
	color: #7E2223;
	text-decoration:none; 
}
.corps {
	border:none;
	background-color: #fcfcfc; 
	margin-top: 2.5em;
}
@media (min-width: 1600px) {
 .corps{
	  width:1600px;
	  margin-left: auto;
    margin-right: auto;
  }
}
.entete {
	margin-bottom: 12px;
}
.entete table{
	border: 0px;
}

.content{
  margin-right: 3em;
  margin-left: 3em;
}
.pied p{
	text-align: center;
}
img {
   height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.alaune p{
	text-align: center;
}

.semjour p{
	 text-align: center;
}

#ligne-colloq{
  margin : 3em -3em 3em -3em;
}

hr{
  border-color: rgba(0, 0, 0, 0.25);
}

.nomlabo h1{
	font-family:  Verdana, Geneva, Arial;
	text-align:center;
	margin-bottom: 30px;
}
/* ---------------------------- MENU ---------------------------- */


.dropdown-item:hover, .dropdown-item:active{
  background-color: transparent;
}

#ligne-header{
  margin-top: 1em;
  margin-bottom: 1em;
}

#navhaut >li >a{ /* Texte du menu du haut*/
    font-weight: bold;
    font-size: 17px;
    color: #7b6969;
}

#navhaut > li a:hover,
#navhaut > li a:focus,
#navhaut > li a:active{
  color: #000; /* couleur des sous menus lors du hover */
  font-weight: bold;
  text-decoration: none;
}

#navbas >li >a{ /* Texte du menu du bas*/
    font-weight: bold;
    font-size: 17px;
    color: #4e0304 !important;
}

#navbas > li > a:hover,
#navbas > li > a:focus,
#navbas > li > a:active{ /* Texte du menu du bas lors du survol*/
    font-weight: bold;
    color: #9b0d0d !important;
}

#navbas > li.dropdown a{/* Texte du sous-menu du bas*/
  color: grey;
  font-weight: bold;
}

#navbas > li.dropdown a:hover{/* Texte du sous-menu du bas lors du survol*/
  color: #9b0d0d;
  font-weight: bold;
  border: none;
}


#navbarNavDropdown{
  text-align: center;
}
/* sous format mobile */
@media (max-width: 1000px) {
  .dropdown-item{
    text-align: left;
  }

  .dropdown-item:hover{
  color: initial;
  text-decoration: initial;
  background-color: initial;
  }

  .dropdown-menu{
    border: none;
  }
  #navbarNavDropdown{
    text-align: left;
  }
}

/* sous format pc */
@media (min-width: 1000px) {
  #hrmenuresponsive{
    display: none;
  }
  #navhaut >li >a{ /* Texte du menu du haut*/
      font-size: 15px;
  }
  #lemenu{
    display: inline-grid;
    margin-left: auto;
    margin-right: auto;
  }

  #navhaut > .nav-item{
    margin-right:1em;
    font-size: 15px;
  }

  #navhaut{
    display: inline-flex;
    justify-content: center;
  }

  #navbas{
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-menu{
    margin: 0rem 40rem 0rem 0rem;
  }

  .dropdown:hover>.dropdown-menu {
    display: block;
  }
}
/* ------------------------------ Sommaire ------------------------------  */

#image-presentation{
	height: 398px;
	min-width: 325px;
	overflow: hidden;
	border-bottom: 5px solid #4e0304;
}


#descriptionlabo > h3{
  font-size: 40px;
  font-weight: 600 !important;
  text-align: left;
  color: #000;
  margin: 0.5em 0em;
}

#descriptionlabo > p{
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.1px;
}

.tutelle img{
  height: 40px;
  margin-right: 0.5em;
  margin-top: 0.5em;
  float: right;
}

.partenaire img{
	width: 50%;
   margin-top: 0.5em;
}


#haut{
  margin-bottom: 8em;
}

h4.sousrubdif a{
	color: #000;
}
h3.sousrubdif a{
	color: #000;
}
p.sousrubdif a{
	color: #000;
}
h3.actuTitle{
  letter-spacing: 0.2px;
  font-weight: bold;
  font-size: 40px;
  color: #000;
  float: left;
  margin-bottom: 2em;
}

img.spip_logos, img.spip_logo{
  width: 100%;
  margin: 10px;
}

#ligne-article{
  border-color: #4e0304 !important;
  border-width: 0.2em !important;
  margin-bottom: 1em;
  margin-top: 1em;
}

/* format petit écran */
@media (max-width: 500px) {

  #image-presentation{
    width: 50%;
    min-width: 10%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  #image-accueil{
    width: 100%;
    height: 100%
  }

  .tutelle img, .partenaire img{

    margin-right: auto;
    margin-left: auto;
  }
}
/* format tablette-mobile */
@media (max-width: 1200px) and (min-width: 501px) {

  img.spip_logos, img.spip_logo{
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .actus > h3{
    text-align: center;
    display: block;
  }
  .actus{
    width:auto;
  }

 #descriptionlabo{
   margin-left: auto;
   margin-right: auto;
 }

 #image-presentation{
   width: 50%;
   min-width: 10%;
   height: 100%;
   margin-right: auto;
   margin-left: auto;
 }

 #image-accueil{
   width: 100%;
   height: 100%;
 }
 
}

@media (min-width: 1200px) {
  #descriptionlabo{
      margin-left: 2em;
  }
  #image-accueil{
    width: 100%;
   }

  .actuArticle-item{
    width: 220px;
    float: left;
  }
  .actuArticle{
    margin-left: 3.5em;
  }
 
}
/*-------------------------------------FIN sommaire -----------------------------*/
/*-------------------------------------FOOTER -----------------------------*/

footer p{

  font-weight: 600;
  text-align:center;
}
footer a{

  color:#000;
}
#ligne-pied{
  margin-top: 5em;
  padding-bottom: 1em;
}
.linkAllActus{
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px dashed #9b0d0d;
  box-shadow: none;
  padding-bottom: 10px;
  float: right;
  margin-top: 10px;
}
.actuHeader{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
/*---------------------------  Tableau Responsivité Membres------------------*/
  @media screen and (max-width: 320px) {
#tabmembres{
  margin-left: -5em;
}
}

@media screen and (min-width: 500px) {
#tabmembres{
margin: 0 auto;
}
}

table {
    border: 1px solid #ccc;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
  }

  table tr {
    border: 1px solid #ddd;
    padding: 5px;
  }

  table th, table td {
    padding: 10px;
    text-align: center;
  }

  table th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
  }

  @media screen and (max-width: 900px) {

    table {
      border: 0;
    }

    table thead {
      display: none;
    }

    table tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #ddd;
    }

    table td {
      display: block;
      text-align: right;
      font-size: 13px;
      border-bottom: 1px dotted #ccc;
    }

    table td:last-child {
      border-bottom: 0;
    }

    table td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
    }
  }
  /*---------------------------  FIN------------------*/
 /* thead > tr >th:nth-child(1){
    width: 5%;
  }
  thead > tr >th:nth-child(2){
   width: 45%;
  }*/
  /*------------------------Page Tous les Articles -------------------------*/
div.actus > div.row > div.col-lg-4 >img.spip_logo.spip_logos{
  width: 250px;
  height: auto;
}
.descriptionarticle,
.logoArticle{
  text-align: center;
  justify-content: center;
  margin-top: auto;
  margin-bottom: auto;
}
/* --------------------------- FIN ----------------------*/
.partenaire h4{
	color:#eee;
}
.addr p{
	font-size: 8pt;
}
.content img{
	width: auto;
	height: auto;
max-height: 400px;
}

.content p{
	text-align : justify;
	line-height : 1.4em;
	font-size: 12  pt;
}
.content ul li{
	text-align : left;
	line-height : 2.4em;
	font-size: 10pt;
	display : block;
}
.organigramme-titre{
  background-color: #d6cacd;
}
.organigramme-soustitre{
  background-color: #f4e4cc;
}
.organigramme-col{
  background-color: #e8d1ba;
  line-height: 20px;
}
.organigramme{
  background-color: #fcd5b4;
  line-height: 20px;
}
.organigramme a{
  color: #333;
}

.content-sem p{
	text-align : justify;
	font-size: 10pt;
	line-height : 1.4em;
}
.content-centre p{
	text-align : center;
	font-size: 1.4em;
}
.content-centre img{
	width: auto;
	height: auto;
}

.btn-lg {
  width: 0px;
  height: 0px;
  background-color: none !important;
  border-color:none;
  margin: 0px;
  padding: 0px;
}

.btn-danger ,.btn-dager:focus {
	width: 100%;
	background-color:#4E0304;
	border-color:#000;
	color:#fff;
}
a.btn-danger ,a.btn-dager:focus {

	color:#fff;
}
.menu-lang{
	background-color: #fff;
	border: none;
}
h2.titre {
	color: #000;
	margin-bottom: 1em ;
	font-family:  Verdana, Geneva, Arial;
}
h2.titreinvite {
	background-color: #F0D798;
	margin-bottom: 30px;
}

.modal-header {
	border-bottom-color: #000;
}
.modal-content{
	background-color: #fff ;
}
.modal-content  a {
	color:#4E0304;
}
.modal-content a:hover, a:focus{
	color:#4E0304;
}

.modal-body {
	text-align: center;
}
.modal-footer {
	border-top-color: #000;
}


.agendaadm{
background-color: #E1C1BA ;

}
.agendaadm p{
text-align: center;
}

.somarchive {
text-align: right;
justify-content: right;
}
.adresse p{
text-align: center;
}
.spip_documents img{

	margin: 10px;
}
.nav-pills > li {
margin: 2px;
border-color: #000;

}
.nav-pills > li > a{
background-color: #9C2123;
border-color: #000;
color: #FFF;
}
.nav-pills > li > a:hover, .nav-pills > li > a:focus{
   color: #FFF;
    background-color: #D2322D;
    border-color: #AC2925;
}
.colgauche > .lead > p >.spip_documents > img {
    width: 150px;
}
.resume p{
	border: 2px;
	border-radius: 25px;
	background-color: white;
	border-color: #000;
	padding: 15px;
}

.spip_documents_center img{
	display: block;
	margin-left: auto;
	margin-right: auto;

}
.bandeau {
	height: 15em;
	// background-image: url("../images/bandeau/font-tab.jpg");	
	// width:100%;
}
#image-accueil{
	display: block;
	height: 15em;
	width:1000px;
	margin-left: auto;
	margin-right: auto;
}
#image-accueil1{
	display: block;
	height: auto;
	width:100% ;
	margin-left: auto;
	margin-right: auto;
}
.logo img{
	width:100px;
	float:left;
}
.logo_grand_public img{
	max-width:200px;
	height: auto;
	
}
.acenter p{
	text-align:center;
}

.actu a{
	color: #000;
	text-decoration:none; 
}
.actu a:hover{
	color: #7E2223;
	text-decoration:none; 
}
.actu td{
	text-align:left;
	border:none;
	padding: 0px 10px 0px 0px;
}
.actu tr{
	text-align:left;
	border:none;
}
.actu table{
	text-align:left;
	border:none;
}
td#col-logo {
	
	width:100px;
}

table.tabsem{
	font-size: 12pt;
}