/**
 *  @title  Header styles
 *	@tree	#header
*/

#page {padding-top:10.5em;}

/**
 *	Contraste
 */

 .contrastBlack {
 	color: #000 !important;
 }

  .contrastWhite {
 	color: #fff !important;
 }
/**
 *	@section top layout
 */
.js #header {
	position:fixed; top:0;
}
#header {
	z-index:28;
	/*padding-top:4.6em;*/
	width:100%;
}
#header ul,
#header li {
	list-style:none;
}
#top {
	border-bottom:0;
	background:#fff;
	color:#fff;
}
#top-wrapper {
	position: relative;
	margin:0 auto; padding:0;
	width:950px;height: 10.1875rem;
	min-height: 10.1875rem;
	max-height: 10.1875rem;
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
#top-inner {
	display: flex;
	flex-direction: column;
	width: 16.25rem;
	margin-top: 3.125rem;
	position: absolute;
	right: 0;
}
#top-inner > ul,
#top-inner > div,
#top-inner > p {
	float:left;
	margin:0; padding:0; border:0;
}
#top-inner > ul {
	list-style:none;
}
#top-inner > ul > li {
	float:left;
}

/**
 *	@section top-logo
 */
#header #top-logo {
	margin:3.125rem 0 3.75rem 0;
	display: flex;
    align-items: center;
    width: 38rem;
}

.with-logo #top-logo {display:block;}
/*.with-logo #top-inner {
	border-left:1px solid #434343;
}*/
#top-logo > a,
#top-logo > a > img {
	display:inline-block;
	vertical-align:middle;
}

#top-logo > a {
	margin-left: 0.6rem;
}


#top-logo > a > img {
	height: 35px;
}

#top-logo .text-logo{
	float: left;
	height: 58px;
}

#top-logo .text-logo a {
	display: block;
	width: 100%;
	height: 56px;
}

#top-logo .text-logo img{
	height: 100%;
}

/**
 *	@section tools
*/
#tools{
	margin: 0; 
	padding-left: 0px;
}

#tools > li {
	padding:0 7px;
	/*background:url(../images/bg/list-separator.png) no-repeat 100% 50%;*/
	background-size: 1px 100%;
	display: inline-block;
	padding-left: 0;
	padding-right: 0.5rem;
}

#tools > li:nth-child(3) {
	padding-left: 0;
	padding-right: 0.625rem;
}

#tools > li > a {
	display:block;
	width: 1rem;
}
#tools > li > a > img {
	display:block;
}

/*#tools > li.contrast > a {
    max-width: 18px;
}*/

/**
 *	@section contraste
 */

 #tools .contrast {
    margin-top: 0;
    padding-left: 0;
    padding-right: 12px;
 }

 #tools .contrast a svg{
 	width: 100%;
 }

 .tools-container {
 	display: flex;
    align-items: flex-start;
    margin-top:3px;
    position: absolute;
    right: 162px;

 }

 .font-size-plus a,
 .font-size-minus a,
 .contrast a  {
	position: relative;
	transition: 0.2s;
 }

  .font-size-plus a svg,
 .font-size-minus a svg,
 .contrast a svg {
	transition: 0.1s;
 }

 .contrast:hover a svg,
 .contrast:focus a svg,
 .contrast.active a svg {
	width: 0.813rem;
	height: 0.813rem;
 }

 .font-size-plus a:hover svg,
 .font-size-plus a:focus svg {
	width: 1rem;
	height: 0.786rem;
 }

 .font-size-minus a:hover svg,
 .font-size-minus a:focus svg  {
	width: 1rem;
	height: 0.643rem;
	left: 2px;
 }

 .contrast a svg > path:first-child {
	fill:#000;
 }

 .font-size-plus a:hover svg > *,
 .contrast a:hover svg > path:first-child,
 .font-size-minus a:hover svg > *,
 .font-size-plus a:focus svg > *,
 .font-size-minus a:focus svg > *,
 .contrast.active a svg > path:first-child,
 .contrast a svg:focus > path:first-child {
	fill:#e9041e;
 }



/**
 *	@section lang
 */

 .lang-container {
 	position: absolute;
 	right: 102px;
 }

.lang-container .lang {
	margin: 0;
	position: relative;
}

.lang-container .lang:before, .lang-container .lang:after  {
	content: " ";
	position: absolute;
	display: inline-block;
	background: #000;
	height: 8px;
	width: 2px;
	top: 0.75rem;
}

.lang-container .lang:before  {
	left: 0;
}

.lang-container .lang:after  {
	right: 0;
}

.lang-container .lang > li {
	display: inline-block;

}

#top .lang {
	padding:0 .75em;
    line-height:1.8;
	background-size: 1px 50%;
}
.lang a,
.lang span{
	font-size: 0.6875rem;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.636;
}
.lang .active,
.lang span {
	color:#e9041e;
	font-size: 14px;
}
.lang .disabled {
	color:#bbbbbb;
}

/**
 *	@section profils
 */

/*	override #profiles positioning*/
#top #profiles {
	float:none; clear:both;
	text-align:left;
}
#top #profiles > li {
	display:inline-block; float:none;
	margin-right:1.5rem;
}

/*#top #profiles > li + li {
	background:url(../images/bg/list-separator.png) no-repeat 0% 50%;
	background-size: 1px 66%;
}*/
.website-list {
	margin:0;
	padding:0;
	width:110px;
	background-color:#000;
	border-top:1px solid #898989;
	border-left:2px solid #898989;
	z-index: 10;
}

.website-list a {
	color:#bbbbbb;
	font-size:1em; /* 12px */
}

.lang-access {
	display: flex;
	justify-content: flex-end;
	flex-grow:2;
	position: relative;
}

.profiles-container {
	flex-grow: 1;
	max-width: 660px;
}

.profiles-wrapper{
	width: 950px;
	max-width: 950px;
	margin:0 auto; 
	display: flex;
	justify-content: space-between;
}

#profiles{
	display: block;
	margin: 0 auto;
	padding: 0;
	text-transform: uppercase;
	font: normal .8em/1.5 'Source sans Pro', Arial, sans-serif;
}

.profiles-tools {
	width: 100%;
	margin: 0 auto; 
	background: #f1f1f1;
}


#profiles li{
	display: inline-block;
	margin-right: 1.5em;
	position: relative;
}
#profiles li a{
  font-size: 0.8125rem;
  font-family: 'Source sans Pro', Arial, sans-serif;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.385;
  text-align: center;
  display: inline-block;
  padding: 0.4rem 0.625rem 0.2rem;
  position: relative;
}


#page.home #profiles li:nth-child(1),
#page.candidates #profiles li:nth-child(1),
#page.candidats #profiles li:nth-child(1),
#page.newsroom #profiles li:nth-child(2),
#page.investors #profiles li:nth-child(3),
#page.investisseurs #profiles li:nth-child(3),
#page.shareholders #profiles li:nth-child(4),
#page.actionnaires #profiles li:nth-child(4),
#page.suppliers #profiles li:nth-child(5),
#page.fournisseurs #profiles li:nth-child(5){
	position: relative;
}

#page.home #profiles li:nth-child(1):before,
#page.candidates #profiles li:nth-child(1):before,
#page.candidats #profiles li:nth-child(1):before,
#page.newsroom #profiles li:nth-child(2):before,
#page.investors #profiles li:nth-child(3):before,
#page.investisseurs #profiles li:nth-child(3):before,
#page.shareholders #profiles li:nth-child(4):before,
#page.actionnaires #profiles li:nth-child(4):before,
#page.suppliers #profiles li:nth-child(5):before,
#page.fournisseurs #profiles li:nth-child(5):before{
	content: '';
	position: absolute;
	background:#e9041e;
	width: 100%; height: 0.188rem;
	top:0;
}



.home #remote li {display:none;}
#profiles li:hover:before{
	content: '';
	position: absolute;
	background:#e9041e;
	width: 100%; height: 0.188rem;
	top:0;
}

.home #profiles li:first-child:before {
	display: none;
}

.home #profiles li:first-child:hover:before {
	display: block;
}

.website-list-wrap {
	position:relative;
	margin-top:0.48rem;
}
.website-list li {
	line-height:1;
}
.website-list a{
	font-family: 'Source sans Pro', Arial, sans-serif;
	font-size:.75em;
	display:block;
	color:#fff;
	padding:2px;
}
.website-list a:hover,
.website-list a:focus{
	background-color:#3399ff;
}
.website-list-wrap h2 {
	font-size: 11px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

.website-list-wrap h2:after {
	position:absolute;
	right: -1.0625rem;
	top: 40%;
	width:7px;
	height:4px;
	content:"";
	background:url(../images/picto/fake-select.png) no-repeat 0 0;
}

.website-list-wrap h2.active:after {
	background-position:0% 100%;
}
/**
 *	@section	form sites-list
 */
#top #block-sites-list-form{
	padding:0 0.9375rem 0 0.75rem;
	background-size: 1px 50%;
	position:relative;
	height: 29px;
}
#block-sites-list-form .form-item {
	margin:0;
}
#block-sites-list-form .form-item .all-website {
	margin-bottom:0;
	font-size:0.6em;
	line-height:1;
	background-color:#333;
	width:139px;
	text-align:left;
	cursor:default;
}

/**
 *	@section	form search
 */
#top #block-search-form {
	padding:0 .5em 0 0;
}
#top #block-search-form {
	border-bottom: 1px solid #000;
	width: 16.5rem;
	padding: 0 0 0.4rem 0;

}
#block-search-form .search-icon {
	display: inline-block;
	text-indent: -10000px;
}

/** Handle focused/opened state*/
#top #block-search-form.opened,
#top #block-search-form.focused {
	background-color: #fff;
	border-color: #d7d7d7;
}
#block-search-form.opened .search-icon,
#block-search-form.focused .search-icon {
	background-position: -11px;
}
#top #block-search-form.opened input,
#top #block-search-form.focused input{
	color: #262626;
}
.ac_results {
    margin-top: -12px;
    margin-left: -1px;
    background-color: transparent;
    border: 1px solid #d7d7d7;
    border-top: 7px solid transparent;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.ac_results ul {
    background-color: white;
}
.ac_results li {
    padding: 0.5em;
}
.ac_results .ac_odd{
    background-color:white;
}
.ac_results .ac_over {
    background-color:#f5f5f5;
    color:#262626;
}
#block-search-form .form-item {
	margin:-2px 0 0 0;
	float:left;
}
#block-search-form .form-actions,
#block-search-form .form-input {
	float:left;
	margin:0;
}
#block-search-form .form-actions {
	margin-top:-2px;
}
#top-inner label {
	position:absolute; left:-10000px;
}
#top #block-search-form label {
	position:static;
	float:right;
	margin-right:5px;
	line-height:1.8;
}

#top #block-search-form #search-form {
  font-size: 0.9375rem;
  font-family: "Source Sans Pro",sans-serif;
  color: #999c99;
  font-style: italic;
  line-height: 1.2;
  width: 14.8rem;
  letter-spacing: 0.5px;
}
#top #block-search-form input {
    border:0;
	height:20px;
	background-color:transparent;
	background-image:none;
	color:#fff;
	font-size:.6875em; line-height:20px;
}

#top #block-search-form [type=submit] {
	margin:0;
	padding: 0;  
	width: 1.25rem;
	height: 1.25rem;
	vertical-align: text-top;
	background-image: url(/sites/all/themes/soge/images/picto/search.png);
	background-repeat: no-repeat;
	background-size: 1.25rem;
}
#top #block-search-form .form-actions input {
	cursor:pointer;
}
/**
* @section pins
*/
#top-inner #pins{
	display: inline-block;
	position: relative;
	height: 1.25em;	width: 50px;
	margin-top:8px;
	padding-left: 8px;
	background: url(../images/bg/list-separator.png) no-repeat 0 0;
	background-size: 1px 80%;
}
#top-inner .pin-link {
	width:40px;
	height:14px;
	position:absolute;
	background:url(../images/bg/pin.png) no-repeat 0 0;
	font-size: 0.70em;
	color:#fff;
	text-align:right;
	line-height: 1.2;
}
#top-inner .pin-link span {
	display:inline-block;
	width:18px;
	text-align:center;
}

/**
 *	@section stock exchange
 */
#top #stock-exchange {
	float:right;
	margin:4px 0 1px;
	line-height:24px;
	font-size:.6875em; /* 11px */
	color: #000;
	text-align: right;
}
.js #stock-exchange { visibility:visible; }

#top .bourse {
	height: 0.625rem;
	width: 1rem;
	text-align: right;
}

#top .price, #top .diff {
	font-size: 0.6875rem;
	font-family: "Source Sans Pro",sans-serif;
	color: #e9041e;
	line-height: 1.273;
	text-align: right;
}

#top .price {
	font-weight: bold;
}

/**
 *	@section logo
 */
#logo {
	display:none;
	margin:0;
	padding:20px 0;
	background:#fff;
}
.home #logo {display:block;}
#logo > a,
#logo > a > img {
	display:block;
	margin:0 auto;
    padding-left:40px;
	vertical-align:middle;
}

/**
 *	@section	home scope event
 */
#home-scope-event {
	margin:0 auto 1em; padding-top:10em;
	width:950px; height:11.875em;
	background-repeat:no-repeat; background-position:5px 0; background-size:cover;

}
#home-scope-event .content {
	float:left;
	margin-left:-5px;
	padding:5px 30px 1em 40px
}
#home-scope-event h2 {
	margin:0;
	padding:5px 0 5px 0;
	color:#fff;
	font:normal 1.5em/1.25 'Source sans Pro', Arial, sans-serif;
}
#home-scope-event.color1 .content {background-color:#e9041e;}

#home-scope-event p a {
    display:block;
	float:none;
	margin:0 auto;
    width:390px;
	color:#2a2a2a;
    text-align:center;
}
#home-scope-event .btn-more > a:after {background-position:0 -36px;}


#home-scope-event.video{
    position: relative;
    height: 22.875em;
    padding-top: 0;
}
#home-scope-event .cta-background{
    display:block;
    position:absolute;
    width:100%; height:366px;
}
#home-scope-event.video .yt-content{
    height: 100%;
}

#home-scope-event.video .yt-content span.visual,
#home-scope-event.video .yt-content iframe{
    position: relative;top: 80px;
    display: block;
    /*margin: 0 auto;*/
    float:right;
    margin-right:10px;
    height: 230px;width: 420px;
    background: no-repeat center center;background-size: cover;
}
#home-scope-event.video .yt-content span.play{
    display: block;
    margin: 0 auto;
    height: 100%;width: 100%;
    background: url('/sites/all/themes/soge/images/picto/carousel_head_150ans-video.png') no-repeat center center;
}

#home-scope-event.video .btn-cta{
    position: absolute;left:0; bottom:10px;
    width:100%;
}
#home-scope-event.video .btn-cta a{
    font-size: .6875em; font-weight: bold;
    text-transform: uppercase; line-height: 1.4545;
}
#home-scope-event.video .btn-cta a:hover{
    text-decoration:underline;
}
/**
 *	@section	breadcrumbs
 */
#breadcrumbs {
	position:relative;
	/*top:224px; */
	z-index:20;
	margin:0 auto 0;
	width:950px;
}
#breadcrumbs ol {
	margin:0; padding:0;
	color:#757575;
	list-style:none;
	font-size:.68em;
	display:inline-block;
}
#breadcrumbs li {
	float:left;
	padding:0 5px 0 0;
}
#breadcrumbs span {
	display:inline-block;
	padding:0 0 0 5px;
	color:#757575;
}
#breadcrumbs a {
	display:inline-block;
	padding:0 0 0 5px;
	color:#757575;
	text-decoration:underline;
}
#breadcrumbs li:first-child a {padding:0;}
#breadcrumbs a:focus, #breadcrumbs a:hover {text-decoration:none;}
#breadcrumbs strong {
	display:inline-block;
	padding:0 0 0 5px;
	font-weight:normal;
}
.historyWrap {
	float:right;
	width:260px;
	text-align:right;
	line-height: 1;
}
.historyWrap button {
	background:none;
	border:none;
	text-decoration:underline;
	color:#757575;
	cursor:pointer;
	padding-right:0;
	font-size:0.68em;
}
.historyWrap button:after {
    background:transparent url(../images/picto/picto-historic.png) no-repeat 0 -15px;
    content: "";
    display: inline-block;
    height: 15px;
    margin-left: 6px;
    width: 15px;
    vertical-align:bottom;
}
.historyWrap button.active:after {
	background-position:0 0;
}
#breadcrumbs .listhistory {
	position: absolute;	top:15px; right:0;
	display:none;
	padding:15px 25px 15px 21px;
	border:1px solid #dedede;
	max-width:260px;
	background-color:#fff;
	font-size:0.75em;
	line-height:1.5;
	list-style:none;
	z-index:10;
}

#breadcrumbs .listhistory li{
	position:relative;
	padding:0;
	margin-left:10px;
	color:#e70027;
	float:none;
	text-align:left;
}
#breadcrumbs .listhistory li:before {
	content:'·';
	position:absolute; top:-14px; left:-17px;
	font-size:30px;
}
#breadcrumbs .listhistory a {
	display:inline;
	padding:0;
}

#breadcrumbs strong {
	color: #000;
}
