
.sbs-wrap {
    width:940px;
    margin:0 auto;
}

/* Header */

.sbs-content-header {
    background-color:#0099cc;
    height:448px;
    overflow:hidden;
    position:relative;
}

.sbs-image {
    height:467px;
/*    -webkit-background-size: cover;  pour Chrome et Safari 
    -moz-background-size: cover;  pour Firefox 
    -o-background-size: cover;  pour Opera 
    background-size: cover;  version standardisée 
    background-position:center;*/
}

.sbs-image img {
    /*display:none;*/
    position: absolute;
    width: 100%;
    
}

.sbs-infos {
    position:absolute;
    bottom:60px;
    left:0;
    right:0;
    margin:0 auto;
} 

.sbs-title {
    font-family:'Avenir LT W01 85 Heavy';
    font-size:45px;
    margin-top:30px;
    color:white;
    line-height: 1;
}

.sbs-level {
    font-family:'Avenir LT W01 85 Heavy';
    color:white;
    margin-left:6px;
    font-size:14px;
    text-transform:uppercase;
}

.sbs-summary {
    font-family:'Avenir LT W01 55 Roman';
    font-size:22px;
    color:white;
    margin-top:35px;
}

/* Menu */

#sbs-menu {
    width:100%;
    background:#014c69;
}

#sbs-menu h3 {
    height: 0;
    overflow: hidden;
    position: absolute;
}

#sbs-menu .item-list {
    width:940px;
    margin:0 auto;
    border-left:1px solid #347087;
    border-right:1px solid #347087;
}
#sbs-menu .item-list:after {
    content: "";
    display: table;
    clear: both;
}

#sbs-menu  ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding:0;
    margin:0;
    width:100%;
    list-style:none;
}


#sbs-menu  li {
    /*float: left;
    padding: 0;*/
    margin: 0 -1px 0 0;
    border-right:1px solid #347087 !important;
    border-left:1px solid #347087 !important;
    border-bottom:1px solid #347087;
    height: 72px;
    line-height: 72px;
    box-sizing: border-box;
    text-align:center;
    width: 150px
}
/*
#sbs-menu .top-menu-items-2 li {
    width: 50%;
}

#sbs-menu .top-menu-items-3 li {
    width: 33.33333333333333%;
}

#sbs-menu .top-menu-items-4 li {
    width: 25%;
}

#sbs-menu .top-menu-items-5 li {
    width: 20%;
}

#sbs-menu .top-menu-items-6 li {
    width: 16.6666666666666666%;
}
*/
#sbs-menu a {
    font-family:'Avenir LT W01 65 Medium';
    font-size:15px;
    line-height: 18px;
    color:white;
    text-decoration:none;
    display: inline-block; 
    vertical-align:middle;
    max-width: 80%;
    margin: 0 auto;
    outline: 0;

}

#sbs-menu  li:last-child {
    border-right:none;
    margin-right:0;
    padding-right:0;
}

#sbs-menu a:hover {
    text-decoration:underline;
}

.next-link {
    border-top: 1px solid #e6e6e6;
}

.next-link-inner {
    width: 940px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.next-link a,
.next-link a:visited{
    border: 1px solid #e6e6e6;
    position: absolute;
    margin-top: -12px;
    line-height: 23px;
    font-size: 15px;
    padding: 0 12px 0 37px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background-color: #fff;
    color: #000;
    background-image:url(img/arrow-bottom-link-next.png);
    background-position: 12px 8px;
    background-repeat: no-repeat;
    outline: 0;
}


.next-link a:hover {
    border: 1px solid #ddd;
    background-color: #e6e6e6;
}

.node-screen-by-screen-content {
    margin: 0;
    padding: 0;
    display: block;
}

.node-screen-by-screen-content > .inner{
    width: 940px;
    margin: 0 auto;
    padding: 48px 0 48px;
    position: relative;
}

.node-screen-by-screen-content .node-header {
    padding-bottom: 18px;
    border-bottom: 1px solid #e6e6e6;
    
}

.node-screen-by-screen-content h1 {
      font-size: 24px;
    line-height: 28px;
    margin: 0;
}
.node-screen-by-screen-content h2 {
    font-size: 20px;
    line-height: 24px;
    margin: 0;
}

.node-screen-by-screen-content .subtitle {
    font-size: 16px;
    line-height: 18px;
    color: #808080;
    font-weight: bold;
    margin-top: 12px;
}

.sbs-links {
   margin-top: 24px;
   
}



.sbs-links:after {
    content: "";
    display: table;
    clear: both;
}

.sbs-links ul:last-child {
    border-right:none;
    margin-right:0;
    padding-right:0;
}

.sbs-links li{
    display: inline-block;
    margin-right: 30px;
    line-height: 24px;
    height: 24px;
}

.sbs-links a,
.sbs-links a:visited {
    color: #0aa6d9;
    font-size: 15px;
    line-height: 16px;
    font-weight: bold;
    background-image: url(img/arrow-right-link.png);
    background-position: 0 center;
    background-repeat: no-repeat;
    padding-left: 10px;
    display: block;
        outline: 0;
}

.sbs-links a:hover {
    color: #0aa6d9;
}


/* Texte + Image */

.sbs-type-texte_image .image,
.sbs-type-texte_image_texte .image {
    float: left;
    margin-right: 30px;
    margin-bottom: 12px;
}

/* Portrait */

.node-screen-by-screen-content .node-interlocuteur {
  margin-top: 48px;
}
