.img-bloc {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    min-height: 300px;
}

.img-bloc::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    border-top: 6px solid #ff7a01;
    border-right: 6px solid #ff7a01;
}

.img-bloc::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 0;
    left: 0;
    border-bottom: 6px solid #ff7a01;
    border-left: 6px solid #ff7a01;
}

#jec .img-bloc::before {
    border-top: 6px solid #293cea;
    border-right: 6px solid #293cea;
}

#jec .img-bloc::after {
    border-bottom: 6px solid #293cea;
    border-left: 6px solid #293cea;
}

#bcr .img-bloc::before {
    border-top: 6px solid #ffb53d;
    border-right: 6px solid #ffb53d;
}

#bcr .img-bloc::after {
    border-bottom: 6px solid #ffb53d;
    border-left: 6px solid #ffb53d;
}

#bce .img-bloc::before {
    border-top: 6px solid #ff3703;
    border-right: 6px solid #ff3703;
}

#bce .img-bloc::after {
    border-bottom: 6px solid #ff3703;
    border-left: 6px solid #ff3703;
}

#ele .img-bloc::before {
    border-top: 6px solid #96c878;
    border-right: 6px solid #96c878;
}

#ele .img-bloc::after {
    border-bottom: 6px solid #96c878;
    border-left: 6px solid #96c878;
}

#sha .img-bloc::before,
#sh9 .img-bloc::before {
    border-top: 6px solid #cb2027;
    border-right: 6px solid #cb2027;
}

#sha .img-bloc::after,
#sh9 .img-bloc::after {
    border-bottom: 6px solid #cb2027;
    border-left: 6px solid #cb2027;
}

#bio .img-bloc::after {
    border-bottom: 6px solid #53c4be;
    border-left: 6px solid #53c4be;
}

#yce .img-bloc::after {
    border-bottom: 6px solid #f47920;
    border-left: 6px solid #f47920;
}

#fir .img-bloc::after {
    border-bottom: 6px solid #d70912;
    border-left: 6px solid #d70912;
}

/* Teaser */

.teaser-content .icon {
    width: 60px;
    height: 60px;
    margin: auto;
    margin-bottom: 20px;
    position: relative;
}

.teaser-content .icon img {
    width: 100%;
}

.teaser-content .icon::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background: #eee;
    top: -10px;
    left: -10px;
    border-radius: 50%;
    z-index: -1;
}

.teaser-content a {
    color: #292f33;
}

.teaser-content .teaser .icon {
    transform: scale(1,1);
    transition: .4s;
}

.teaser-content .teaser:hover .icon {
    transform: scale(1.2,1.2);
    transition: .4s;
}


/* About */

.about-content {
    background: #fff;
}

.about-content h2 {
    position: relative;
}

.about-content h2::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    top: -30px;
    left: -30px;
    background: #eee;
    z-index: -1;
}

.about-content .video-content {
    position: relative;
    width: 110%;
    margin-top: -233px;
}

.about-content .video-content::before {
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    top: -30px;
    right: -15px;
    background: rgba(41,47,51,.6);
}

.about-content .bloc-content {
    height: calc(100% - 212px);
    display: flex;
    align-items: center;
    position: absolute;
}

.about-content aside {
    background: #eee;
    padding: 25px 30px;
    padding-top: 50px;
    font-size: 18px;
    font-weight: 900;
    position: relative;
}

.about-content aside .icon {
    background: #ff7a01;
    color: #fff;
    width: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    position: absolute;
    top: -30px;
    left: 30px;
}

#jec .about-content aside .icon {
    background: #293cea;
}

#bcr .about-content aside .icon {
    background: #ffb53d;
}

#bce .about-content aside .icon {
    background: #ff3703;
}

#ele .about-content aside .icon {
    background: #96c878;
}

#sha .about-content aside .icon,
#sh9 .about-content aside .icon {
    background: #cb2027;
}

#bio .about-content aside .icon {
    background: #53c4be;
}

#yce .about-content aside .icon {
    background: #f47920;
}

#fir .about-content aside .icon {
    background: #d70912;
}

/* Section info */

.info-content .columns .inner {
    background: #fff;
    border-bottom: 3px solid #ff7a01;
    height: 100%;
    position: relative;
    top: 0;
    transition: .3s;
    box-shadow: 0 15px 25px -7px rgb(0 0 0 / 9%), 0 -12px 10px -10px rgb(0 0 0 / 4%);
}

#jec .info-content .columns .inner {
    border-bottom: 3px solid #293cea;
}

#bcr .info-content .columns .inner {
    border-bottom: 3px solid #ffb53d;
}

#bce .info-content .columns .inner {
    border-bottom: 3px solid #ff3703;
}

#ele .info-content .columns .inner {
    border-bottom: 3px solid #96c878;
}

#sha .info-content .columns .inner,
#sh9 .info-content .columns .inner  {
    border-bottom: 3px solid #cb2027;
}

#bio .info-content .columns .inner {
    border-bottom: 3px solid #53c4be;
}

#yce .info-content .columns .inner {
    border-bottom: 3px solid #f47920;
}

#fir .info-content .columns .inner {
    border-bottom: 3px solid #d70912;
}

.info-content .columns .inner:hover {
    top: -10px;
    transition: .3s;
}

.info-content .columns .img {
    width: 100%;
    height: 90px;
    background: #ff7a01;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}

#jec .info-content .columns .img {
    background: #293cea;
}

#bcr .info-content .columns .img {
    background: #ffb53d;
}

#bce .info-content .columns .img {
    background: #ff3703;
}

#ele .info-content .columns .img {
    background: #96c878;
}

#sha .info-content .columns .img,
#sh9 .info-content .columns .img {
    background: #cb2027;
}

#bio .info-content .columns .img {
    background: #53c4be;
}

#yce .info-content .columns .img {
    background: #f47920;
}

#fir .info-content .columns .img {
    background: #d70912;
}

.info-content .columns .img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ff7a01;
    opacity: .1;
    z-index: 2;
}

#jec .info-content .columns .img::after {
    background: #293cea;
}

#bcr .info-content .columns .img::after {
    background: #ffb53d;
}

#bce .info-content .columns .img::after {
    background: #ff3703;
}

#ele .info-content .columns .img::after {
    background: #96c878;
}

#sha .info-content .columns .img::after,
#sh9 .info-content .columns .img::after {
    background: #cb2027;
}

#bio .info-content .columns .img::after {
    background: #53c4be;
}

#yce .info-content .columns .img::after {
    background: #f47920;
}

#fir .info-content .columns .img::after {
    background: #d70912;
}

/* Newsletter */

.newsletter-content {
    background: #ff7a01;
    position: relative;
}

#jec .newsletter-content {
    background: #293cea;
}

#bcr .newsletter-content {
    background: #ffb53d;
}

#bce .newsletter-content {
    background: #ff3703;
}

#ele .newsletter-content {
    background: #96c878;
}

#sha .newsletter-content,
#sh9 .newsletter-content {
    background: #cb2027;
}

#bio .newsletter-content {
    background: #53c4be;
}

#yce .newsletter-content {
    background: #f47920;
}

#fir .newsletter-content {
    background: #d70912;
}

.newsletter-content .banner {
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    opacity: .3;
    z-index: 1;
}

.newsletter-content form {
    position: relative;
    margin: auto;
    margin-top: 30px;
    max-width: 400px;

}

.newsletter-content input {
    margin-bottom: 0;
    border: none !important;
    padding-right: 50px;
}

.newsletter-content input[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    z-index: 1;
    outline: 0;
    border: 0;
    font-size: 24px;
    cursor: pointer;
    color: transparent;
    background: url(img/paper-plane.svg) no-repeat !important;
    background-size: 65% !important;
    background-position: center !important;
}

.newsletter-content input[type=submit]:hover {
    opacity: .8;
}

#jec .newsletter-content input[type=submit] {
    background: url(img/paper-plane-jec.svg) no-repeat !important;
    background-size: 65% !important;
    background-position: center !important;
}

#bcr .newsletter-content input[type=submit] {
    background: url(img/paper-plane-bcr.svg) no-repeat !important;
    background-size: 65% !important;
    background-position: center !important;
}

#bce .newsletter-content input[type=submit] {
    background: url(img/paper-plane-bce.svg) no-repeat !important;
    background-size: 65% !important;
    background-position: center !important;
}

#ele .newsletter-content input[type=submit] {
    background:  url(img/paper-plane-ele.svg) no-repeat !important;
    background-size: 65% !important;
    background-position: center !important;
}

#sha .newsletter-content input[type=submit],
#sh9 .newsletter-content input[type=submit] {
    background:  url(img/paper-plane-sha.svg) no-repeat !important;
    background-size: 65% !important;
    background-position: center !important;
}

#bio .newsletter-content input[type=submit] {
    background:  url(img/paper-plane-bio.svg) no-repeat !important;
    background-size: 65% !important;
    background-position: center !important;
}

#yce .newsletter-content input[type=submit] {
    background:  url(img/paper-plane-yce.svg) no-repeat !important;
    background-size: 65% !important;
    background-position: center !important;
}

#fir .newsletter-content input[type=submit] {
    background:  url(img/paper-plane-fir.svg) no-repeat !important;
    background-size: 65% !important;
    background-position: center !important;
}

.newsletter-content .gdpr {
    margin-top: 15px;
}

.newsletter-content form input,
.newsletter-content form label {
    display: inline;
}

.newsletter-content form input {
    position: relative;
    top: 1px;
}


/* News */

.news-content .col-12.col-lg-9 {
    border-right: 2px solid #eee;
}

.news-content .last-news .news p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-content .news {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}

.news-content .news:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.news-content .news .date {
    font-size: 12px;
    margin-bottom: 7px;
    color: #ff7a01;
}

#jec .news-content .news .date {
    color: #293cea;
}

#bcr .news-content .news .date {
    color: #ffb53d;
}

#bce .news-content .news .date {
    color: #ff3703;
}

#ele .news-content .news .date {
    color: #96c878;
}

#sha .news-content .news .date,
#sh9 .news-content .news .date {
    color: #cb2027;
}

#bio .news-content .news .date {
    color: #53c4be;
}

#yce .news-content .news .date {
    color: #f47920;
}

#fir .news-content .news .date {
    color: #d70912;
}


/* Prefooter */

.prefooter-content {
    background: #292f33;
    position: relative;
}

.prefooter-content::before {
    content: "";
    position: absolute;
    width: 40%;
    height: 60px;
    top: -30px;
    right: 0;
    background: #ff7a01;
    z-index: 9;
    -webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.4); 
    box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.4);
}

#jec .prefooter-content::before {
    background: #293cea;
}

#bcr .prefooter-content::before {
    background: #ffb53d;
}

#bce .prefooter-content::before {
    background: #ff3703;
}

#ele .prefooter-content::before {
    background: #96c878;
}

#sha .prefooter-content::before,
#sh9 .prefooter-content::before {
    background: #cb2027;
}

#bio .prefooter-content::before {
    background: #53c4be;
}

#yce .prefooter-content::before {
    background: #f47920;
}

#fir .prefooter-content::before {
    background: #d70912;
}

.prefooter-content .logo-content {
    max-width: 220px;
    line-height: 0;
}

.prefooter-content .logo-content img {
    max-height: 80px;
}

#yce .prefooter-content .logo-content img {
    max-height: 120px;
}

.prefooter-content a {
    color: #fff !important;
}

.prefooter-content i {
    color: #ff7a01;
    width: 25px;
    text-align: center;
}

#jec .prefooter-content i {
    color: #293cea;
}

#bcr .prefooter-content i {
    color: #ffb53d;
}

#bce .prefooter-content i {
    color: #ff3703;
}

#ele .prefooter-content i {
    color: #96c878;
}

#sha .prefooter-content i,
#sh9 .prefooter-content i {
    color: #cb2027;
}

#bio .prefooter-content i {
    color: #53c4be;
}

#yce .prefooter-content i {
    color: #f47920;
}

#fir .prefooter-content i {
    color: #d70912;
}

.prefooter-content .contact p.alert {
    padding: 0;
    line-height: 45px;
    font-size: 14px;
    border: none;
    display: inline-block;
    color: #ff7a01;
}

#jec .prefooter-content .contact p.alert {
    color: #293cea;
}

#bcr .prefooter-content .contact p.alert {
    color: #ffb53d;
}

#bce .prefooter-content .contact p.alert {
    color: #ff3703;
}

#ele .prefooter-content .contact p.alert {
    color: #96c878;
}

#sha .prefooter-content .contact p.alert,
#sh9 .prefooter-content .contact p.alert {
    color: #cb2027;
}

#bio .prefooter-content .contact p.alert {
    color: #53c4be;
}

#yce .prefooter-content .contact p.alert {
    color: #f47920;
}

#fir .prefooter-content .contact p.alert {
    color: #d70912;
}

.prefooter-content .contact .submit {
    float: right;
}

.prefooter-content nav ul {
    color: #ff7a01;
    list-style: disc;
}

#jec .prefooter-content nav ul {
    color: #293cea;
}

#bcr .prefooter-content nav ul {
    color: #ffb53d;
}

#bce .prefooter-content nav ul {
    color: #ff3703;
}

#ele .prefooter-content nav ul {
    color: #96c878;
}

#sha .prefooter-content nav ul,
#sh9 .prefooter-content nav ul {
    color: #cb2027;
}

#bio .prefooter-content nav ul {
    color: #53c4be;
}

#yce .prefooter-content nav ul {
    color: #f47920;
}

#fir .prefooter-content nav ul {
    color: #d70912;
}

.prefooter-content nav ul li {
    margin-bottom: 10px;
}

.prefooter-content nav ul li a {
    color: #fff;
    font-weight: 600;
}


.form-contact .captcha {
    display: block;
    line-height: 0;
    text-align: -webkit-right;
    padding-bottom: 20px;
}

.form-contact .captcha.visible {
    display: block;
    margin-top: 20px;
    padding-bottom: 20px;
}

.form-contact .alert-required {
    line-height: 39px;
    font-size: 12px;
}

.form-contact .submit {
    margin-top: 0;
    float: right;
}


/* Footer */

footer a {
    color: #ff7a01;
}

#jec footer a {
    color: #293cea;
}

#bcr footer a {
    color: #ffb53d;
}

#bce footer a {
    color: #ff3703;
}

#ele footer a {
    color: #96c878;
}

#sha footer a,
#sh9 footer a {
    color: #cb2027;
}

#bio footer a {
    color: #53c4be;
}

#yce footer a {
    color: #f47920;
}

#fir footer a {
    color: #d70912;
}

/* Scroll top */

a.top-scroll {
    position: fixed;
    right: -100px;
    bottom: 30px;
    width: 46px;
    line-height: 40px;
    height: 46px;
    text-align: center;
    background: #ff7a01;
    color: #fff !important;
    text-decoration: none;
    font-size: 34px;
    border: 3px solid #ff7a01;
    z-index: 99;
}

#jec a.top-scroll {
    background: #293cea;
    border: 3px solid #293cea;
}

#bcr a.top-scroll {
    background: #ffb53d;
    border: 3px solid #ffb53d;
}

#bce a.top-scroll {
    background: #ff3703;
    border: 3px solid #ff3703;
}

#ele a.top-scroll {
    background: #96c878;
    border: 3px solid #96c878;
}

#sha a.top-scroll,
#sh9 a.top-scroll {
    background: #cb2027;
    border: 3px solid #cb2027;
}

#bio a.top-scroll {
    background: #53c4be;
    border: 3px solid #53c4be;
}

#yce a.top-scroll {
    background: #f47920;
    border: 3px solid #f47920;
}

#fir a.top-scroll {
    background: #d70912;
    border: 3px solid #d70912;
}

a.top-scroll:hover {
    color: #ff7a01;
    background: #292f33;
}

#jec a.top-scroll:hover {
    color: #fff !important;
}

#bcr a.top-scroll:hover {
    color: #fff !important;
}

#bce a.top-scroll:hover {
    color: #fff !important;
}

#sha a.top-scroll:hover,
#sh9 a.top-scroll:hover {
    color: #fff !important;
}

#bio a.top-scroll:hover {
    color: #fff !important;
}

#yce a.top-scroll:hover {
    color: #fff !important;
}

#fir a.top-scroll:hover {
    color: #fff !important;
}

a.top-scroll i {
    position: relative;
    top: 2px;
}


/* Sub page */

#sticky-div.sticky {
    position: sticky;
    top: 70px;
}

#sticky-div {
    z-index: 1;
    position: relative;
}

.bloc-news {
    background: #f8f8f8;
    padding: 20px;
    margin-bottom: 30px;
}

.bloc-news .NewsSummarySummary p {
    display: none;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bloc-news .NewsSummarySummary p:first-child {
    display: -webkit-box;
}

.bloc-contact {
    background: #f8f8f8;
    padding: 20px;
}

table {
    width: 100%;
    margin-bottom: 20px;
    display: inline-table;
}

table td {
    padding: 10px 15px;
}

table td img {
    margin-top: 15px;
}

table.table_two_columns td:first-child {
    padding: 0;
    padding-right: 15px;
}

table.table_two_columns td:last-child {
    padding: 0;
    padding-left: 15px;
}


/* Member list */

.member-list .col-12 {
    text-align: center;
}

.row.member-list .pic {
    width: 120px;
    height: 120px;
    position: relative;
    margin:  auto;
    margin-bottom: 15px;
}

.row.member-list .pic img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #ff7a01;
}

#jec .row.member-list .pic img {
    border: 3px solid #293cea;
}

#ele .row.member-list .pic img {
    border: 3px solid #96c878;
}

#sha .row.member-list .pic img,
#sh9 .row.member-list .pic img {
    border: 3px solid #cb2027;
}

#bio .row.member-list .pic img {
    border: 3px solid #53c4be;
}

#yce .row.member-list .pic img {
    border: 3px solid #f47920;
}

#fir .row.member-list .pic img {
    border: 3px solid #d70912;
}

.row.member-list .txt {
    font-size: 14px;
}

.row.col-labo .col-12 {
    padding: 0;
}

.row.member-list .txt.labo-list {
    font-size: 14px;
    max-height: 65px;
    overflow: hidden;
    transition: .2s;
}

.row.member-list .txt.labo-list.active {
    max-height: 100%;
    transition: .4s;
}

.row.member-list .txt p {
    margin-bottom: 0;
}

.row.member-list .txt.labo-list a {
    color: #292F34;
}

.row.member-list .txt.labo-list p {
    display: inline-block;
    padding: 0 5px;
}

.row.member-list .txt.labo-list p i {
    color: #ff7a01;
}

span.bt-more-labo-list {
    color: #ff7a01;
    display: none;
    margin-top: 10px;
    cursor: pointer;
    opacity: 1;
    visibility: visible;
    transition: .2s;
}

span.bt-more-labo-list:hover {
    text-decoration: underline;
}

span.bt-more-labo-list.view {
    display: inline-block;
}

span.bt-more-labo-list.fx-opacity {
    opacity: 0;
    visibility: hidden;
    margin-top: -60px;
    position: absolute;
    transition: .2s;
}

.member-list-vertical .col-12 {
    display: flex;
    align-items: center;
    text-align: left;
}

.member-list-vertical .pic {
    width: 120px;
    height: 120px;
    position: relative;
    flex: inherit;
    margin: inherit !important;
    margin-right: 20px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}


.NewsSummary.news {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}

.alert-info {
    display: none;
}

.laboratory-file-content h3 {
    font-weight: 800;
}

.laboratory-file-content ul {
    padding-left: 30px;
}

.research-topic,
.exceptional-facilities,
.financial-support,
.other-information {
    background: #eee;
    padding: 20px;
    padding-top: 20px;
    padding-bottom: 5px;
    margin-top: 20px;
}

.title h1 {
    position: relative;
}

.title h1:after {
    position: absolute;
    content: "";
    width: 90px;
    height: 8px;
    bottom: -25px;
    left: calc(50% - 45px);
    background: #cb2027;
}

#sha h1.sepa::before, #sha h2.sepa::before,
#sha h1.sepa::after, #sha h2.sepa::after,
#sh9 h1.sepa::before, #sh9 h2.sepa::before,
#sh9 h1.sepa::after, #sh9 h2.sepa::after {
    background: #cb2027;
}

#sha .newsletter-content  h1.sepa::before, #sha .newsletter-content h2.sepa::before,
#sha .newsletter-content h1.sepa::after, #sha .newsletter-content h2.sepa::after,
#sh9 .newsletter-content  h1.sepa::before, #sh9 .newsletter-content h2.sepa::before,
#sh9 .newsletter-content h1.sepa::after, #sh9 .newsletter-content h2.sepa::after {
    background: #fff;
}

section.organisers_content img {
    margin: 15px 20px;
}

#sha .bloc-news,
#sh9 .bloc-news {
    background: #eee;
}

#sha .bloc-news img,
#sh9 .bloc-news img {
    max-width: 280px;
    height: auto !important;
    margin: 10px;
}

/* Counter */

.counter-content {
    background: #eee;
    position: relative;
    -webkit-box-shadow: 0px -10px 14px 2px rgb(0 0 0 / 14%);
    box-shadow: 0px -10px 14px 2px rgb(0 0 0 / 14%);
}

.countdown-section {
    display: inline-block;
    text-align: center;
    margin: 0 40px;
}

.countdown-amount {
    display: inline-block;
    font-size: 60px;
    font-weight: 800;
    color: #cb2027;
    text-align: center;
    line-height: 1;
    letter-spacing: 1px;
}

.countdown-period {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 15px;
    font-weight: 700;
}