/*
Theme Name: C3BI
Theme URI: https://c3bi.pasteur.fr/
Author: Rachel Torchet & Christophe Malabat
Description: C3BI Theme
*/

/* PAGE */

/* Nav */

.secondary-nav {
background: #F0F3F4 none repeat scroll 0% 0%;
padding: 15px 0px;
text-align: center;
border-bottom: 1px solid #AEB7C0;
}

.secondary-nav ul {
    list-style: outside none none;
    margin: 0px;
    padding: 0px;
    border: 0px none;
}

.secondary-nav ul li {
    margin: 0px 35px;
    display: inline-block;
}

.secondary-nav ul li a {
    font-size: 11px;
	font-family: "BrandonGrotesqueBlk";
	color:#414144;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 0px;
	position: relative;
	display: inline-block;
}

.secondary-nav ul li a:focus::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 2px;
	background: #414144 none repeat scroll 0% 0%;
    text-decoration: none;
}

.secondary-nav ul li a:active::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 2px;
	background: #414144 none repeat scroll 0% 0%;
    text-decoration: none;
}

.secondary-nav ul li a:hover::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 2px;
	background: #414144 none repeat scroll 0% 0%;
    text-decoration: none;
}

/* Header */
/*- Breadcrumb -*/

.inner-wrap .breadcrumb:first-child {
    margin-top: 10px;
}

.main__inner .breadcrumb {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
    color: #fff;
}

.breadcrumb {
    color: #C6C5C6;
    max-width: 1200px;
}

.breadcrumb a {
    color: #C6C5C6;
    text-decoration: underline;
}

.breadcrumb span:last-child {
    font-weight: bold;
    color: #1D1D1B;
}

.breadcrumb > .breadcrumb-label {
    position: absolute !important;
    clip: rect(1px,1px,1px,1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.breadcrumb > .breadcrumb-label + div {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.main__inner .breadcrumb a {
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.breadcrumb span::before {
    content: '>';
    margin: 0 5px;
}

.main__inner .breadcrumb span:last-child {
    font-weight: bold;
    color: #fff;
}

.adv-page__header{
margin-left: -50px;
margin-right: -50px;
box-shadow: 0px 0px 0px 1500px rgba(0, 0, 0, 0.1) inset;
min-height: 260px;
line-height: 260px;
background-repeat: no-repeat;
background-size: cover;
position: relative;
text-align:center;
background-image:url("https://research.pasteur.fr/wp-content/uploads/2015/03/Facebook-offers-its-Proxygen-server-on-Open-Source-Platform-for-developers-1000x300.jpg")

}

.header__inner {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    min-width: 450px;
    font-size: 42px;
	font-family: "BrandonGrotesqueBlk";
	color:#fff;
	text-transform: uppercase;
}	

.node-fiche-page--full .node__title {
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    margin: 0px;
    font-size: 58px;
    padding-top: 150px;
    color: #FFF;
}

.node-fiche-page--full {
    background-repeat: no-repeat;
    background-position: 50% top;
    background-size: 100% auto;
    position: relative;
    background-color: #fff;
}

.header__bg {
    box-shadow: 0px 0px 0px 1500px rgba(0, 0, 0, 0.15) inset;
    background-size: 100%;
    background-repeat: no-repeat;
}

.node-fiche-page--full .header__bg {
    position: absolute;
}

.node-fiche-page--full header {
    position: relative;
    /*height: 345px;*/
    margin-bottom: 30px;
}

.node-fiche-page--full .content {
    background: #FFF none repeat scroll 0% 0%;
    padding: 15px 65px;
}

.image__datas {
    position: absolute;
    right: 10px;
    color: #FFF;
    text-align: right;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    font-weight: 300;
    font-size: 10px;
    line-height: 1.2;
}

.image__copyright {
    font-size: 10px;
}



.article__top-layout {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.article__teaser {
    width: 49.1525%;
    float: left;
    margin-right: 1.69492%;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.4;
    text-align: left;
}

.article__teaser p:first-child, .article__teaser h1 + p, .article__teaser h2 + p, .article__teaser h3 + p, .article__teaser h4 + p, .article__teaser h5 + p, .article__teaser h6 + p {
    margin-top: 0;
}

.article__teaser ul {
    margin: 1em 0px 1em 10px;
    padding: 0px;
    list-style: outside none none;
}

.article__teaser ul li {
    position: relative;
    padding-left: 20px;
}

.article__teaser ul li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0px;
    width: 7px;
    height: 7px;
    background: #2D96FA none repeat scroll 0% 0%;
    border-radius: 7px;
    display: inline-block;
}

.article__keys {
    width: 40.678%;
    float: right;
    margin-right: 0px;
}

.field-chiffres-cles {
    margin-bottom: 50px;
    padding-left: 30px;
    font-size: 18px;
    text-transform: uppercase;
    border-left: 2px solid #636060;
    color: #636060;
    text-align: left;
}

.field-chiffres-cles  a {
    color: #636060;
    text-decoration: none;
}

.field-chiffres-cles  a:hover {
    color: #636060;
    text-decoration: none;
}

.field-chiffres-cles  a:active {
    color: #636060;
    text-decoration: none;
}

.field-chiffres-cles  a:visited {
    color: #636060;
    text-decoration: none;
}

.field-chiffres-cles  a:focus {
    color: #636060;
    text-decoration: none;
}

.field-chiffres-cles :last-child {
    margin-bottom: 0;
}

.field-chiffres-cles :first-child {
    margin-top: 0;
}

.promo__help {
    background: #2D96FA none repeat scroll 0% 0%;
    padding: 45px 30px;
    color: #FFF;
}

.promo__help__title {
    float: left;
    width: 40%;
    margin: 0px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: normal;
text-align:center;

}

.block-bean .content {
    padding: 0;
}


.btn--gift {
    display: block;
    text-align: center;
    float: right;
    background: #FFF none repeat scroll 0% 0%;
    color: #414144;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px;
    margin-top: 0px;
}

.promo__help::after {
    content: "";
    display: table;
    clear: both;
}

.article__top-layout::after {
    content: " ";
    display: block;
    clear: both;
}

.article__content {
    position: relative;
}

.toc {
    list-style: outside none none;
    margin: 0px 0px 10px;
    padding: 0px;
    border: 0px none;
    background: #F0F8FA none repeat scroll 0% 0%;
    z-index: 1;
}

.toc ul {
    list-style: outside none none;
    margin: 0px 0px 10px;
    padding: 0px;
    border: 0px none;
    background: #F0F8FA none repeat scroll 0% 0%;
}

.toc a {
    display: block;
    color: #000;
    padding: 10px 20px;
    font-size: 18px;
    border-left: 5px solid #414144;
    text-decoration: none;

}

.toc ul li a:active::after  {
    border-color: #2D96FA;
    font-weight: bold;
    text-decoration: none;
}

.toc ul li a:focus::after  {
    border-color: #2D96FA;
    font-weight: bold;
    text-decoration: none;
}

.toc ul li a:hover::after  {
    border-color: #2D96FA;
    font-weight: bold;
    text-decoration: none;
}

.toc-wrap {
    float: left;
    width: 280px;
    margin-right: 70px;
    background: #FFF none repeat scroll 0% 0%;
    margin-bottom: 20px;
    z-index: 1;
}

.toc-wrap__placeholder {
    float: left;
    width: 280px;
    margin-right: 70px;
}

.fixed-element {
    position: fixed !important;
    top: 100px;
}

.fixed-element__placeholder {
    display: none;
}

.fixed-element__placeholder--is-active {
    display: block;
}

.article__content .body {
    overflow: hidden;
    font-size: 18px;
    padding-bottom: 10px;
    text-align: left;
}

.article__content .body :last-child {
    margin-bottom: 0px;
}

.article__content .body :first-child {
    margin-top: 0px;
}

.article__content .body h2 {
    font-family: "PlayfairDisplayReg","Arial","Helvetica",sans-serif;
    font-size: 28px;
    font-weight: bold;
    margin: 50px 0px 30px;
    color:#414144;
}

.pane-content {
    font-size: 18px;
	text-align: center;
}

.pane-title-wrap {
    text-align: center;
}

.pane-title-wrap .pane-title {
    margin: 60px 0px 57px;
    position: relative;
    text-transform: uppercase;
    padding: 0px 0px 10px;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
    font-size: 33px;
    color: #1D1D1B;
font-family:"BrandonGrotesqueBld";
}

.pane-title-wrap .pane-title::after {
    content: "";
    position: absolute;
	height: 3px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #1D1D1B none repeat scroll 0% 0%;
}

.mini_card_member{
	width:300px;
	display:inline-block;
}

.mini_infos_member {
	text-align:center;
}

.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* The controlsy */
.carousel-control {
	left: -12px;
    height: 40px;
	width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}
.carousel-control.right {
	right: -12px;
}
/* The indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -10px;
	margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
	background: #cecece;
}
.carousel-indicators .active {
background: #428bca;
}

li.tools-li{
    padding-bottom: 20px; 
}

span.tools-text{
    padding-left: 15px; 
}
#services_ul.service, #proj_types_ul.service{
    list-style-position: inside;
    list-style-type: square
}
ul.service li.service{
    font-size: large;
    padding-left: 0px;
    padding-bottom: 10px;
}
