/*
@col1: #4bbbbf
*/
body {
	font-family: -apple-system, SF UI Text, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 16px;
}

* {
  box-shadow: none !important;
  webkit-box-shadow: none !important;
  text-shadow: none !important;
  outline: none !important;
}

*.underline {
	border-bottom: 1px solid #bcbcbc;
}

iframe {
	border: none !important;
	overflow: hidden !important;
}

img {
	max-width: 100% !important;
}

.ui-li-has-thumb img {
	max-width: 80px !important;
}

/* Colors
/* -------- */
.highlight {
	background-color: #D0BFD9;
}

.upcase {
  text-transform: uppercase;
}

/* Headlines
/* ----------- */
h1, h2, h3, h4 {
	margin: 0 0 10px 0;
	line-height: 1.1;
	font-weight: normal;
	color: #0054A1;
}

h1 {
	font-size: 2em;
}

h2, h3, h4 {
	font-size: 1.2em;
}

h2.list-divider {
	padding: 0 15px;
}

/* Listviews
/* ---------- */
.ui-listview > li {
  padding-left: 15px;
}

.ui-listview > li > a {
  background-color: #ffffff !important;
  color: #0054a1 !important;
  padding-left: 0;
}

.ui-listview > li > a,
.ui-listview > li h2,
.ui-listview > li p {
	font-size: 1em !important;
	font-weight: normal !important;
	color: inherit;
}

/* Listviews after titles
/* Control border
/* ------------------------ */
h3 + ul.ui-listview li:nth-child(1) {
	margin-top: 0;
}

h3 + ul.ui-listview li:nth-child(1) a {
	border-top: 1px solid transparent !important;
}

/* Links
/* ------- */
a {
	font-weight: normal !important;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: none;
}

li.multilines, a.multilines, a.multilines * {
	white-space: normal !important;
}

li a.ui-btn.videos {
	min-height: 0 !important;
}

li a.ui-btn.videos img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
}

/* Links with icons
/* ----------------- */
a.icon-plus {
  display: block;
  padding-right: 35px;
  position: relative;
}

a.icon-plus:after {
  bottom: 0;
  color: #ffffff;
  content: "\f067";
  font-family: FontAwesome;
  font-size: 20px;
  height: 20px;
  margin-bottom: auto;
  margin-top: auto;
  position: absolute;
  right: 0;
  top: 0;
}

a.angle-right {
  padding-right: 32px;
}
a.angle-right:after {
  color: #0054a1;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 32px;
  margin-top: -16px;
  position: absolute;
  right: 12px;
  top: 50%;
}

a.plus {
  padding-right: 32px;
}
a.plus:after {
  color: #0054a1;
  content: "\f067";
  font-family: FontAwesome;
  font-size: 18px;
  line-height: 32px;
  margin-top: -16px;
  position: absolute;
  right: 12px;
  top: 50%;
}


/* Clearfix
/* --------- */
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

.nowrap {
	white-space: nowrap;
}

/* Panels ( menu - sidebar )
/* -------------------------- */
.ui-panel {
  top: 0;
  bottom: 0;
  min-height: 1px;
}

.ui-panel .ui-btn {
  font-size: 12px;
  font-weight: normal;
}

.ui-panel li.ui-first-child a {
  border: none;
}

/* Symex panels
/* ------------- */
.symex-panel-1 {
	margin: 15px 0 0 0;
	padding: 0 15px;
}

/* Header
/* Smartphone: 58px
/* Tablet: 58px
/* ------------------ */
[data-role=header] {
  background-color: #ffffff;
}

.header-logo {
  background-color: #ffffff;
  text-align: center;
}

.header-logo .header-logo-left {
  float: left;
  padding: 5px 0 5px 15px;
}

.header-logo .header-logo-left img {
  display: block;
  /*width: 51px;*/
  height: 34px;
}

.header-logo .header-logo-right {
  float: right;
  padding: 4px 15px 4px 0;
  text-align: right;
}

.header-logo .header-logo-right a {
  display: block;
  float: left;
  margin-left: 10px;
}

.header-logo .header-logo-right img {
  display: block;
  width: 36px;
  height: 36px;
}

.header-logo .header-center {
  color: #0054a1 !important;
  display: block;
  line-height: 44px;
  margin: 0 auto;
  text-align: center;
  width: 135px;
}


/* Menu (toolbar)
/* Smartphone: 50px
/* Tablet: 82px
/* ----------------- */
.menu-toolbar a {
  background-color: #ffffff;
  color: #0054a1;
  display: block;
  float: left;
  font-size: 9px;
  padding: 0;
  text-align: center;
  width: auto; /* Will be set inline */
}

.menu-toolbar img {
  display: block;
  height: 34px;
  margin: 0 auto;
  width: 51px;
}

.tablet .menu-toolbar img {
  height: 34px;
  width: 51px;
}

.menu-toolbar span {
  color: #0054a1;
  display: block;
  line-height: 18px;
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  white-space: nowrap;
}


/* -------------------- */
/* Homepage smartphone  */
/* -------------------- */
.banner-smartphone {
  display: none;
  height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.banner-smartphone .banner-smartphone-item {
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media (min-height: 550px) {
  .banner-smartphone {
    display: block;
    height: 100px;
  }
}

@media (min-height: 667px) {
  .banner-smartphone {
    display: block;
    height: 150px;
  }
}

.index-content-smartphone {
	bottom: 56px;
	left: 0;
	/* Add padding when use .index-msg */
	padding-top: 0;
	position: absolute;
	right: 0;
	top: 44px;
}

@media (min-height: 550px) {
  /* [data-role=header]:height + .smart-banner:height */
  .index-content-smartphone { top: 144px; }
}

@media (min-height: 667px) {
  /* [data-role=header]:height + .smart-banner:height */
  .index-content-smartphone { top: 194px; }
}

.index-msg-smartphone {
	align-items: center;
	justify-content: center;
	background-color: #f5f5f5;
	display: flex;
	height: 42px;
	left: 0;
	overflow: hidden !important;
	padding: 6px 0;
	position: absolute;
	right: 0;
	top: 0;
}

.index-msg-smartphone h2 {
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	padding: 0 6px;
	text-align: center;
}

@media (min-height: 617px) {
	.index-content-smartphone {
		/* Add padding when use .index-msg */
		padding-top: 0;
	}
	.index-msg-smartphone {
		height: 60px;
	}
	.index-msg-smartphone h2 {
		font-size: 14px;
		line-height: 20px;
	}
}

/* ---------------- */
/* Homepage tablet  */
/* ---------------- */
.banner-tablet,
.banner-tablet-b {
  display: none;
  height: 250px;
  position: relative;
  width: 100%;
}

.banner-tablet .banner-tablet-item,
.banner-tablet-b .banner-tablet-item-b {
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 900;
}

.index-content-tablet {
	position: absolute;
	top: 294px;
	left: 0;
	right: 0;
	bottom: 56px;
	/* Add padding top when use .index-msg */
	padding: 0 !important;
}

@media (orientation:portrait) {
  .banner-tablet { display: block; }
  .banner-tablet-b { display: none; }
}

@media (orientation:landscape) {
  .banner-tablet { display: none; }
  .banner-tablet-b {
    border-bottom: 2px solid #ffffff;
    display: block;
    height: 50%;
  }
  .index-content-tablet {
    top: 44px;
  }
}

.index-msg-table {
	align-items: center;
	justify-content: center;
	background-color: #f5f5f5;
	display: flex;
	height: 40px;
	left: 0;
	overflow: hidden !important;
	padding: 6px 0;
	position: absolute;
	right: 0;
	top: 0;
}

.index-msg-table h2 {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 0 6px;
	text-align: center;
}

/* ----------------------------------- */
/* Homepage common ( smart / tablet )  */
/* ----------------------------------- */
#index-page {
	/* Be sure .ui-page height is 100% */
	bottom: 0;
}

.index-column {
	float: left;
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.index-column .index-column-cell {
	position: relative;
	overflow: hidden;
	border: 1px solid #ffffff;
	box-sizing: border-box;
}

.index-column .index-column-cell h2 {
	margin: 0;
	padding: 15px;
	font-size: 1.1em;
	font-weight: bold;
}

.index-column .index-column-cell p {
	margin: 0 15px 15px 15px;
	padding: 0;
}

.index-column .index-column-cell-a {
  background-image: url(../img/bg-pom.jpg);
  background-repeat: repeat;
  position: relative;
}

.index-column .index-column-cell-a:after {
	content: "\f201";
	position: absolute;
	top: 5px;
	right: 5px;
	color: #0054a1;
	font-family: FontAwesome;
	font-size: 20px;
}

.index-column .index-column-cell-a * {
  color: #0054a1 !important;
}

.index-column .index-column-cell-b {
  background-color: #0054a1;
  position: relative;
}

.index-column .index-column-cell-b:after {
	content: "\f073";
	position: absolute;
	top: 5px;
	right: 5px;
	color: #ffffff;
	font-family: FontAwesome;
	font-size: 20px;
}

.index-column .index-column-cell-b * {
  color: #ffffff !important;
}

.index-column .index-column-cell-c {
  background-image: url(../img/bg-pom.jpg);
  background-repeat: repeat;
  position: relative;
}

.index-column .index-column-cell-c:after {
	content: "\f0e6";
	position: absolute;
	top: 5px;
	right: 5px;
	color: #0054a1;
	font-family: FontAwesome;
	font-size: 20px;
}

.index-column .index-column-cell-c * {
  color: #0054a1 !important;
}

.index-column .index-column-cell-c .terms {
  bottom: 0;
  left: 0;
  line-height: 30px;
  padding: 0 0 0 10px;
  position: absolute;
}

.index-column .index-column-cell-d {
  background-color: #8e98c8;
  position: relative;
}

.index-column .index-column-cell-d:after {
	content: "\f09e";
	position: absolute;
	top: 5px;
	right: 5px;
	color: #ffffff;
	font-family: FontAwesome;
	font-size: 20px;
}

.index-column .index-column-cell-d * {
  color: #ffffff !important;
}

.index-column .index-column-cell-e {
  background-color: #0054a1;
  position: relative;
}

.index-column .index-column-cell-e:after {
	content: "\f02d";
	position: absolute;
	top: 5px;
	right: 5px;
	color: #ffffff;
	font-family: FontAwesome;
	font-size: 20px;
}

.index-column .index-column-cell-e * {
  color: #ffffff !important;
}

@media only screen and (max-width:375px) {
	.index-column .index-column-cell h2 {
		padding: 5px 40px 10px 5px;
	}
	.index-column .index-column-cell p {
		margin: 0 5px 5px 5px;
	}
}

.index-column .index-column-cell-a { height: 30%; }
.index-column .index-column-cell-b { height: 40%; }
.index-column .index-column-cell-c { height: 30%; }
.index-column .index-column-cell-d { height: 100%; }

.tablet .index-column .index-column-cell-a { height: 50%; }
.tablet .index-column .index-column-cell-b { height: 25%; }
.tablet .index-column .index-column-cell-c { height: 25%; }
.tablet .index-column .index-column-cell-d { height: 100%; }

/* -------- */
/* Content  */
/* -------- */
.ui-content {
	padding: 0;
}

.ui-content .ui-listview {
	margin: 0;
}

.ui-content .ui-listview.meetings {
	margin-top: 15px;
}

.ui-content .ui-listview.meetings .ui-li-divider {
	border-top-width: 0;
}


/* Stock data
/* ----------- */
.share-date {
  float: right;
}

.share-price {
  font-size: 1.4em;
}


/* OWL carousel
/* ------------- */
.owl-carousel .owl-item img {
	width: auto !important;
	max-width: 100%;
}

.owl-theme .owl-dots .owl-dot span {
	background-color: #eceded;
}

.owl-theme .owl-dots .owl-dot.active span {
	background-color: #354b96;
}

/* Footer ( 56px )
/* --------------- */
.ui-footer {
  background-color: #f7f7f8 !important;
  border: none;
  border-bottom: 1px solid #c4c4c4;
  border-top: 1px solid #c4c4c4 !important;
  padding: 0;
}

.footer-toolbar {
  display: flex;
  align-content: stretch;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  height: 54px;
}

.footer-toolbar a {
  color: #929292 !important;
  text-align: center;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  max-width: 20%;
}

.footer-toolbar a.active {
  color: #0054a1 !important;
}

.footer-toolbar i.fa {
  color: inherit;
  font-size: 24px;
  line-height: 34px;
}

.footer-toolbar span {
  color: inherit;
  display: block;
  font-size: 11px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Toolbars
/* -------- */
.toolbar .ui-controlgroup-controls {
  display: flex !important;
  align-content: stretch;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  width: auto !important;
}

.toolbar .ui-controlgroup-controls a {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: center;
  font-size: 13px !important;
  padding: 9px 13px !important;
  min-width: 30px;
  /* padding-right: 13px !important; */
}

.toolbar .ui-controlgroup-controls label {
  text-align: center;
  font-size: 13px !important;
  padding: 9px 8px !important;
  min-width: 30px;
  line-height: 17px !important;
  font-weight: normal !important;
}

.toolbar.toolbar-pubs .ui-controlgroup-controls a {
  min-width: 90px;
}

/* Notifications form
/* -------------------- */
.ui-input-text.ajax-error,
.ui-btn.ajax-error,
.ui-btn.ajax-error:hover {
	border: 1px solid #ff0000;
}

.error-container {
	color: #ff0000;
	font-weight: bold;
}

#notifications-form .ui-field-contain {
	padding-right: 100px;
}
#notifications-form .ui-field-contain label {
	width: auto;
	white-space: normal;
}

#notifications-form .ui-field-contain div.ui-slider-switch {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -15px!important;
}

.legend {
	position: relative;
	padding-left: 20px;
}

.legend:before {
	position: absolute;
	left: 0;
	content: " ";
	width: 15px;
	height: 15px;
}

.legend.color_1-0:before {
	background-color: #D9DADC;
}

.legend.color_1-1:before {
	background-color: #329495;
}

.legend.color_1-2:before {
	background-color: #53C3EB;
}

.legend.color_1-3:before {
	background-color: #59418C;
}

.legend.color_1-4:before {
	background-color: #333333;
}

.legend.color_1-5:before {
	background-color: #309595;
}

.legend.color_1-6:before {
	background-color: #555555;
}

.legend.color_1-7:before {
	background-color: #ECEDED;
}




.legend.color_2-0:before {
	background-color: #D9DADC;
}

.legend.color_2-1:before {
	background-color: #59418C;
}

.legend.color_2-2:before {
	background-color: #53C3EB;
}

.legend.color_2-3:before {
	background-color: #329495;
}

.legend.color_2-4:before {
	background-color: #2D3E8E;
}

.legend.color_2-5:before {
	background-color: #333333;
}

.legend.color_2-6:before {
	background-color: #bbbbbb;
}

.legend.color_2-7:before {
	background-color: #333333;
}

.ui-listview.ui-big-thumb .ui-li-has-thumb > .ui-btn {
	padding-left: 112px;
	min-height: 112px;
}

.ui-listview.ui-big-thumb .ui-li-has-thumb > .ui-btn > img:first-child {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	max-width: 112px !important;
	max-height: 112px;
}

.ui-listview.ui-big-thumb .ui-li-has-thumb > .ui-btn > h2 {
	display: table-cell;
	margin: 0;
	height: 112px;
	vertical-align: middle;
}

/* Stock page
/* ------------ */
.td33 {
	display: block;
	float: left;
	width: 33%;
	text-align: right;
}


.ui-collapsible:not(:first-of-type) .ui-collapsible-heading .ui-btn { border-top-width: 0 !important; }
.ui-select span { white-space: normal !important; }

.ui-slider {
  width: 4em !important;
}
.ui-slider, .ui-slider * {
  background: none !important;
  border: none !important;
}
.ui-slider.ui-slider-switch {
  border-radius: 16px !important;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4) !important; */
  border: 1px solid #e5e5e5 !important;
  overflow: hidden;
}
.ui-slider-handle {
  background: #ffffff !important;
  border: 1px solid #f7f7f8 !important;
  border-radius: 50% !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4) !important;
}
.ui-slider-label.ui-slider-label-a {
  background-color: #40b754 !important;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4) !important; */
}
.ui-slider-label.ui-slider-label-b {
  background-color: #ffffff !important;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4) !important; */
}
.ui-slider-inneroffset {
  background: none !important;
}

video, audio,
audio::-webkit-media-controls-panel,
video::-webkit-media-controls-panel,
video::-webkit-media-controls-enclosure,
video::-webkit-media-controls-overlay-enclosure,
audio::-webkit-media-controls,
video::-webkit-media-controls {
	opacity: 1 !important;
	/* z-index: 2147483648 !important; */
}

video::-webkit-media-controls-fullscreen-button {
    display: none;
}

.index-msg-smartphone h2, .index-msg-table h2{
  text-align : center;
  font-size: 1.05em;
  color: white;
}

.index-msg-smartphone, .index-msg-table {
  background-color: #f47f7f;
}



.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  visibility: visible;
  opacity: 1;
  z-index: 999;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 0px;
  right: 15px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 40%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}

.news_view {
  margin: 15px;
}

.news_view tr, #newsColDroite{
  display: block;
  width: auto !important;  
}

.news_view .news_date{
  font-family: Georgia,"Times New Roman",Times,serif;
  color: #0055a1;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
}

.news_view a.retour, a.retour:visited {
    display: inline-block;
    border: 1px solid;
    border-radius: 7px;
    width: auto;
    text-decoration: none;
    padding: 10px 19px 10px 49px;
    font-size: 14px;
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    background: url("https://www.plasticomnium.com/images/retour-transparent.png") no-repeat scroll 19px 10px;
    color: #0055a1;
    margin-top: 15px;
}

.news_view a.play.texte_bleu.fnd_blanc {
    background: url(https://www.plasticomnium.com/images/play_texte_bleu.png) no-repeat 15px center;
}

.news_view a.play, .news_view a.play:visited {
    display: inline-block;
    border: 1px solid;
    border-radius: 7px;
    width: auto;
    text-decoration: none;
    padding: 10px 19px 10px 49px;
    font-size: 14px;
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 14px;
}

#publications-investors-page .main, #publications-shareholders-page .main{
	background-color: #0054A1;
	color:  #fff;
	margin-top: 0px; 
	padding: 10px 15px;
}

#publications-investors-page .ui-listview li:first-child a.ui-btn, #publications-shareholders-page .ui-listview li:first-child a.ui-btn{
	border-top: 0px;
}

#publications-investors-page .ui-listview li:last-child a.ui-btn, #publications-shareholders-page .ui-listview li:last-child a.ui-btn{
	border-bottom: 0px;
}

#profile-page p{
	text-align: justify;
	line-height: 1.8;
}