/*!
 * Bootstrap v3.3.6 (https://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}

.panel-title a {
    border: 0;
    display: block;
    display: flex;
    justify-content: space-between;

}
.panel-title a.collapsed:after{
    content: "+";
    float: right;
    line-height: 25px;

}
.panel-title a:after {
    content: "–";
    float: right;
    padding-bottom:2px;
    background-color: white;
    border-radius: 50%;
    width: 25px;
    height:25px;
    text-align: center;
    line-height:22px;
}
.panel-body a {
    border-bottom: 1px solid;
    color: inherit;
}
.panel-body .enseignants-row {
    display: flex;
    gap: 30px;
}
.row-col {
    margin-bottom: 30px;
}
.lien-enseignant {
    margin-bottom: 5px;
    display: inline-block;
}
.row-col:nth-child(1) {
    width: 30%;
}
.row-col:nth-child(2) {
    width: 70%;
}

#accordion {
    float: left;
    width: 100%;
    margin: 0 0 60px 0;
}
.article-title img {
    margin: 0 10px 0 0;
}
.panel {
    position: relative;
}
.panel-body {
    padding: 0 0 40px 0;
    position: relative;
    max-width: 1000px;
}

.panel-body img {
    max-width: 100%;
    height: auto;
}

.panel-heading {
    border-top: 1px solid rgba(0, 0, 0, 1);
}

.panel:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 1);
}
.single .panel:last-child {
    border: 0;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
    margin: 15px 0 15px;
    color: inherit;
}
.panel-title a{
  font-weight:900;
}
li.lien-projet {
    font-size: 14px;
}

li.lien-projet a {
    margin: 0 0 0 3px;
}
ul.links-projet {
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 24px;
}


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

	
	}
	


