@charset "UTF-8";
/* ==================================================== */
/* = CSS des contenus								  = */
/* ==================================================== */
/* = Version 3.0 - date : 22/06/2018				  = */
/* ==================================================== */
/* Cleaner
--------------------------------------*/
.cleaner {
  display: block;
  clear: both;
  overflow: hidden;
  width: 100%;
  font-size: 1px;
  line-height: 1px; }

a {
  color: #5B677D;
  text-decoration: underline; }

a:hover {
  /*color: #06C;*/
  text-decoration: none; }

.print {
  display: none; }

.divider {
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
  height: 1px;
  overflow: hidden;
  padding: 0 !important;
  width: 100%;
  margin: 1em 1px !important; }

.show-mobile {
  display: none !important; }

/* Breadcrumb
----------------------------------------*/
#breadcrumb {
  display: none;
  margin-top: -5px;
  margin-bottom: 15px;
  margin-left: -10px;
  color: #666;
  font-size: 10px;
  font-size: 1rem; }

#breadcrumb .breadcrumbs .first {
  display: none; }

.breadcrumbs {
  margin: 0; }

#breadcrumb li {
  display: inline-block;
  padding-right: 4px;
  list-style: none outside none; }

#breadcrumb li:after {
  content: " >"; }

#breadcrumb li.last:after {
  content: ""; }

#breadcrumb a {
  color: #666; }

/* Back to top
----------------------------------------*/
#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  background: #09316e;
  color: white;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  font-size: 20px; }

#back-to-top:hover {
  background: #e9ebec; }

#back-to-top.show {
  opacity: 1; }

/* Classes de mises en scène des contenus
----------------------------------------*/
.bordertop {
  padding-top: .5em;
  border-top: 1px solid #dcdddc; }

.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px; }

.alignright {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px; }

.hide {
  display: none; }

div.mainimage {
  text-align: center; }

span.img-legend {
  color: #2C487D;
  font-size: 10px;
  font-size: 1rem; }

a.article-back-url {
  display: inline-block;
  margin-bottom: 1em;
  padding: .3em .6em .3em 1.3em;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: url(../images/bullet-arrow-grey-inverse.png) no-repeat 0.3em center #ececec;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color,color .2s linear 0s;
  -webkit-transition: background-color,color .2s linear 0s;
  -moz-transition: background-color,color .2s linear 0s;
  -o-transition: background-color,color .2s linear 0s;
  -o-transition: background-color,color .2s linear 0s;
  transition: background-color,color .2s linear 0s; }

a.article-back-url:hover {
  background-color: #3065a3;
  color: white; }

/* clearfix : http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: 0;
  content: "\0020"; }

.clearfix {
  display: inline-table; }

/* Hides from IE-mac \*/
.clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* End hide from IE-mac */
img {
  height: auto; }

.article p.notes {
  font-size: 11px;
  font-size: 1.1rem; }

/* les boutons
----------------------------------------*/
a.readmore {
  display: inline-block;
  padding: 1px 18px 0 11px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  background: url(../images/icon-more.png) right center no-repeat #ebebeb;
  color: #757575;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.7em;
  font-size: 1rem;
  letter-spacing: 1px; }

a.readmore.allcontent {
  float: right; }

a.readmore:hover {
  color: #e1a106;
  text-decoration: none; }

/* l'article
----------------------------------------*/
div.article ul.content-info {
  padding-top: 1em;
  padding-bottom: 1em;
  width: 80%;
  border-top: 1px solid #dcdddc; }

div.article ul.content-info li {
  list-style: none;
  font-size: 10px;
  font-size: 1rem; }

div.article blockquote {
  margin-left: 0;
  padding-left: 1em;
  border-left: 4px solid #dcdddc;
  color: #334B7A;
  font: italic 1.6rem "Georgia Italic";
  font-size: 16px; }

div.article blockquote ul {
  margin: 0;
  padding: 0; }

div.article blockquote li {
  list-style-position: inside; }

/* l'article : les liens internes et externes
----------------------------------------*/

/*
div.article a[href*="www"] {
  padding-right: 15px;
  background: url(../images/icon-extlink.png) no-repeat right; }

div.article a[href*="coe.int"] {
  padding-right: 0px;
  background-image: none; }
*/

div.article a[href$=".pdf"] {
  padding-right: 35px;
  background: url(../images/icon-pdf-mini.png) no-repeat right; }

/* l'article : les listes
----------------------------------------*/
div.article ul {
  margin-bottom: 1.8em;
  margin-top: 0.3em; }

div.article li {
  margin-bottom: 0.3em;
  list-style-position: outside;
  list-style-image: url(../images/bullet-arrow-blue.png);
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 140%; }

div.article li li {
  list-style-image: url(../images/bullet-arrow-grey.png); }

/* l'article : les fichiers relatifs
----------------------------------------*/
div.article ul.related {
  margin: .5em 0 1em;
  padding: 0 0 .5em;
  border-bottom: 1px solid #dcdddc; }

div.article ul.related li {
  float: left;
  margin: 0 10px 10px 0;
  padding: 0 0 0 30px;
  min-height: 25px;
  width: 26%;
  list-style: none;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4em; }

div.article ul.related li.audio {
  background: url(../images/filetype-audio.png) no-repeat 0 0; }

div.article ul.related li.video {
  background: url(../images/filetype-video.png) no-repeat 0 0; }

div.article ul.related li.pdf {
  background: url(../images/filetype-pdf.png) no-repeat 0 0; }

div.article ul.related li.text {
  background: url(../images/filetype-doc.png) no-repeat 0 0; }

/* l'article : le telechargement
----------------------------------------*/
a.dlarticle {
  display: block;
  float: left;
  padding-top: 10px;
  padding-left: 55px;
  min-height: 50px;
  width: 90%;
  background: url(../images/icon-dlarticle.png) no-repeat 0 10px;
  text-decoration: none;
  font-size: 12px;
  font-size: 1.2em; }

span.filetype-pdf {
  display: block;
  padding-left: 35px;
  min-height: 16px;
  background: url(../images/icon-pdf-mini.png) no-repeat;
  text-align: left;
  text-transform: none;
  font: normal normal 10px Arial; }

/* Classes pour le Docprint
----------------------------------------*/
div.DocPrint {
  float: right;
  margin-left: 1em;
  padding: 65px 10px 10px;
  border: 1px solid #EEE;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: url(../images/icon-dlarticle.png) no-repeat center 10px #f9f9f9;
  color: #878787;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem; }

div.DocPrint.margin100 {
  margin-top: 100px; }

div.DocPrint span.filetype-pdf {
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 2px;
  text-indent: -9999px; }

div.DocPrint:hover {
  background-color: #efefef;
  cursor: pointer; }

/* l'article : le share
----------------------------------------*/
div.article div.share {
  float: right; }

div.article div.share p {
  float: left;
  margin: 0 5px 0 0;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem; }

div.article div.share ul {
  float: left;
  margin: 0;
  padding: 0; }

div.article div.share ul li {
  float: left;
  list-style: none; }

div.article div.share ul li a {
  display: block;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  background-image: url(../images/sprite-share.png);
  text-indent: -9999px; }

a.twitter {
  background-position: 0 0; }

a.facebook {
  background-position: 40px 0; }

a.youtube {
  background-position: 60px 0; }

a.linkedin {
  background-position: 100px; }

/* Le saviez vous Did you know
----------------------------------------*/
div.wrapuknow {
  margin-bottom: 2em;
  padding: 1em 2em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #eff4fb; }

div.wrapuknow h2 {
  padding-bottom: .5em;
  border-bottom: 2px solid white;
  font: 2rem Georgia, "Times New Roman", Times, serif !important;
  font-style: italic !important;
  /*color: #a5c13f;*/
  color: #3065a3; }

div.wrapuknow p,
div.wrapuknow li {
  font-style: italic;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 140%; }

/* Article : accordeon
----------------------------------------*/
ul.accordlist li {
  position: relative;
  margin-left: 15px;
  padding-right: 30px;
  list-style-position: outside !important; }

ul.accordlist li div {
  margin-top: 10px; }

ul.accordlist .boldy {
  color: black; }

span.developcontent {
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  width: 20px;
  height: 20px;
  background: url(../images/btn-devplus.png) 0 top;
  text-indent: -99999px; }

span.developcontent.fclose {
  background-position: 0 bottom; }

/* page member : Resultats
----------------------------------------*/
ul.member-results {
  margin: 0;
  font-size: 15px;
  font-size: 1.5rem; }

ul.member-results li {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e9eae9; }

ul.member-results li:last-child {
  border-bottom: none; }

ul.member-results li img.photo {
  float: left;
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 0;
  border: 1px solid #dedede;
  background-color: white; }

ul.member-results li span {
  display: block;
  padding: 1px 0;
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem; }

ul.member-results li a.name {
  display: block;
  padding-bottom: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2em; }

ul.member-results li span.fonction {
  font-weight: bold; }

ul.member-results li span.infos img {
  margin-right: 8px; }

/* page member : secretariat
----------------------------------------*/
/*
li.secretariat > .clearfix {
	border-bottom: 1px dotted #e7e7e7;
}
*/
.demicol {
  float: left;
  margin: 5px 0;
  width: 50%; }

.tierscol {
  float: left;
  margin: 5px 0;
  width: 60%; }

li.secretariat ul.demicol li {
  padding: 1px;
  border: none;
  font-size: 12px;
  font-size: 1.2rem; }

/* page recherche : Resultats
----------------------------------------*/
ul.search-results {
  margin: 0;
  font-size: 14px;
  font-size: 1.4em; }

ul.search-results li {
  float: left;
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 100%;
  border-bottom: 1px dotted #e4e4e4; }

ul.search-results li p.texts {
  float: left;
  margin: 0 20px 0 0;
  width: 460px; }

ul.search-results p.icons {
  float: left; }

/* page recherche : documents
----------------------------------------*/
.search-doc {
  margin: 0; }

ul.infosdoc {
  margin: 0;
  padding: 0; }

ul.infosdoc li {
  position: relative;
  float: left;
  margin: 0 !important;
  padding: 7px 1%;
  height: 22px;
  list-style: none !important; }

li.refdoc {
  width: 40%;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  background-color: #FF7F00;
  color: white;
  text-align: center; }

li.datedoc {
  width: 25%;
  background-color: #4069A2;
  color: white;
  text-align: center; }

li.dldoc {
  width: 29%;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  background-color: #CCCCCC; }

li.titledoc {
  width: 73%;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  background-color: #CCCCCC; }

li.titledoc span {
  float: left; }

li.titledoc a.pdflink,
li.titledoc a.htmlink {
  float: right;
  text-indent: -9999px; }

li.dldoc span {
  display: block;
  margin-top: 1px;
  width: 55%;
  text-align: center;
  font-size: 7px;
  font-size: 1.2rem; }

li.dldoc a {
  position: absolute;
  top: 5px;
  margin: 0;
  padding: 0; }

#sidebar li.dldoc a {
  top: 0px; }

li.dldoc a.pdflink {
  right: 10px; }

li.dldoc a.htmlink {
  right: 40px; }

/* Affichage des définitions
----------------------------------------*/
dl.table-display {
  margin: 20px 0;
  padding: 10px 0;
  width: 100%;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  font-size: 13px;
  font-size: 1.3em; }

.table-display dt {
  float: left;
  margin: 0 0 0 0;
  width: 16%;
  text-align: right;
  font-weight: bold; }

dt {
  clear: both; }

/* hack de commentaire avec un antislash pour ie5 mac \*/
.table-display dd {
  float: left;
  width: 66%; }

/* Affichage de la vie du doc
----------------------------------------*/
ul.lifedoc {
  margin: 0;
  padding: 0; }

ul.lifedoc li,
ul.lifedoc li li {
  position: relative;
  margin: 0;
  padding: 0;
  list-style-image: none; }

ul.lifedoc li ul {
  margin: 1px 0 2px 20px; }

ul.lifedoc li a {
  display: block;
  margin-bottom: 2px;
  padding: 4px 10px;
  height: 25px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: no-repeat 0 bottom #AAAAAA;
  color: white;
  text-decoration: none;
  font-size: 12px;
  font-size: 1.2rem; }

ul.lifedoc li ul li a {
  margin-top: 1px;
  margin-right: 0;
  margin-bottom: 2px;
  height: 20px;
  background-color: #CCCCCC;
  font-size: 12px;
  font-size: 1.2rem; }

ul.lifedoc li a span {
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 25px; }

ul.lifedoc li a:hover {
  color: black; }

ul.lifedoc li.active a {
  background-color: #ec7c27; }

ul.lifedoc li div.pointer-select {
  position: absolute;
  top: 33px;
  left: 40px;
  z-index: 2;
  width: 15px;
  height: 7px;
  background: url(../images/fleche-grisf.png) no-repeat; }

ul.lifedoc li li div.pointer-select {
  top: 28px;
  background: url(../images/fleche-gris.png) no-repeat; }

ul.lifedoc li.active div.pointer-select {
  top: 33px;
  background: url(../images/fleche-orange.png) no-repeat; }

ul.lifedoc li li.active div.pointer-select {
  top: 28px; }

ul.lifedoc li:last-child div.pointer-select {
  display: none; }

ul.lifedoc li li:last-child div.pointer-select {
  display: block; }

/* page recherche : Resultats fiche
----------------------------------------*/
div.search-desc ul {
  margin: 0;
  padding: 0; }

div.search-desc ul li {
  list-style: none; }

ul.tag {
  margin: 0;
  padding: 0; }

ul.tag li {
  float: left;
  margin: 1px 2px 4px 1px;
  padding: 4px 20px 3px 8px;
  -webkit-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
  background: url(../images/icon-tag.jpg) no-repeat right center #eeeeee;
  list-style: none;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem; }

ul.ref li {
  clear: both;
  padding-top: .4em;
  padding-bottom: .4em;
  border-bottom: 1px dotted #dcdddc; }

ul.ref li span {
  float: left;
  width: 6em;
  height: 2em;
  font-weight: bold;
  font-style: normal; }

div.search-desc ul.fileversion {
  float: right;
  width: 70px; }

div.search-desc ul.fileversion li {
  float: left; }

div.search-desc ul.lang {
  float: left;
  margin-top: 5px; }

div.search-desc ul.lang li {
  float: left; }

div.tools {
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdbdb; }

/* page recherche : Les icones
----------------------------------------*/
a.pdflink,
a.htmlink {
  bottom: 0;
  display: inline-block;
  margin-left: 4px;
  width: 24px;
  height: 25px;
  text-indent: -9999px;
  /*float: left;*/
  margin-right: 5px; }

a.pdflink {
  background-image: url(../images/icon-pdf-sml.png); }

a.htmlink {
  background-image: url(../images/icon-html-sml.png); }

.lang a.fr,
.lang a.en {
  bottom: 0;
  float: left;
  margin-right: 5px;
  margin-left: 4px;
  width: 27px;
  height: 17px;
  text-indent: -9999px; }

.lang a.fr {
  background-image: url(../images/flag-fr.jpg); }

.lang a.en {
  background-image: url(../images/flag-en.jpg); }

/* Classes du slider fiche doc
----------------------------------------*/
div.slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 170px !important; }

div.slider ul {
  margin: 0;
  padding: 0;
  height: 160px; }

div.slider li {
  float: left;
  margin: 0 5px 0 0;
  list-style: none; }

div.slider li {
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem; }

div.slider .slide {
  width: 120px;
  height: 170px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #f6f6f6; }

div.slider .slide.main {
  background-color: #e6e6e6; }

div.slider span {
  display: block; }

div.slider span.fonction {
  text-transform: uppercase;
  font-size: 8px;
  font-size: .8rem; }

div.slider a.author {
  text-decoration: none;
  font-weight: bold;
  line-height: 1em; }

div.slider a.author:hover {
  text-decoration: underline; }

div.slider span.localisation {
  font-size: 8px;
  font-size: .8rem; }

div.slider div.slide img {
  margin-top: 15px;
  margin-bottom: 5px; }

ul.controls {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center; }

ul.controls li {
  display: inline-block; }

ul.controls li a {
  display: block;
  padding: 5px 10px;
  width: 40px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: no-repeat center center #f2f3f2;
  text-indent: -9999px; }

ul.controls li a:hover {
  background-color: #e4e4e4; }

ul.controls li a.prev-page {
  background-image: url(../images/icns-fastprec.png); }

ul.controls li a.prev-slide {
  background-image: url(../images/icns-prec.png); }

ul.controls li a.next-slide {
  background-image: url(../images/icns-next.png); }

ul.controls li a.next-page {
  background-image: url(../images/icns-fastnext.png); }

/* Votes
----------------------------------------*/
ul.vote-result {
  margin: 0;
  padding: 1em !important;
  border: 1px solid #EEE;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #f9f9f9;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1em; }

ul.vote-result li {
  display: block;
  float: left;
  margin: 0 !important;
  padding: 40px 0 0;
  width: 33%;
  height: 34px;
  border: none !important;
  background-position: center top;
  background-repeat: no-repeat;
  color: #6e6e6e;
  list-style: none !important;
  font-family: 'PT Sans', sans-serif; }

ul.vote-result li span.VoteChoice {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 1em; }

ul.vote-result li span.VoteFigure {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 22px;
  line-height: 22px; }

ul.vote-result li.favour {
  background-image: url(../images/icon-vote-favour-big.png); }

ul.vote-result li.against {
  background-image: url(../images/icon-vote-against-big.png); }

ul.vote-result li.abstention {
  background-image: url(../images/icon-vote-abstention-big.png); }

ul.vote-member-list {
  margin: 0;
  padding: 0; }

ul.vote-member-list li {
  padding-left: 23px;
  height: 22px;
  border-bottom: 1px dotted #e4e4e4;
  background: no-repeat 3px 3px;
  list-style: none;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 22px; }

ul.vote-member-list li:hover {
  background-color: #f8f9f8; }

ul.vote-member-list li.favour {
  background-image: url(../images/icon-vote-favour.png); }

ul.vote-member-list li.against {
  background-image: url(../images/icon-vote-against.png); }

ul.vote-member-list li.abstention {
  background-image: url(../images/icon-vote-abstention.png); }

ul.vote-member-list li.ui-state-error {
  border: 1px solid #EEE;
  background-color: #f0f0f0;
  font-weight: bold; }

ul.vote-member-list a.membersview {
  float: left;
  width: 400px;
  text-decoration: none; }

ul.vote-member-list a.membersview:hover {
  color: black; }

ul.vote-member-list span.country {
  float: left;
  width: 40px; }

#vote-main-member {
  margin-bottom: 2em;
  padding: 2em;
  border: 1px solid #EEE;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #f9f9f9;
  font-size: 9px;
  font-size: 0.9rem; }

#vote-main-member ul {
  float: left;
  border: none; }

#vote-main-member ul.vote-result li {
  display: block;
  padding-left: 0;
  width: 100%;
  list-style: none; }

#vote-main-member p.vote-result {
  font-size: 20px;
  font-size: 2rem; }

/* Speech
----------------------------------------*/
div.journal-content-article {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 140%; }

div.speech-title {
  margin-top: 1rem;
  margin-bottom: .5rem;
  padding-bottom: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem; }

div.speech-info {
  margin-bottom: 2em;
  padding-top: .5rem;
  padding-bottom: .5rem;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  font-style: italic;
  font-size: 14px;
  font-size: 1.4rem; }

div.speech-content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -o-column-count: 2;
  -o-column-gap: 40px; }

.taglib-header {
  position: relative;
  width: 180px;
  height: 40px; }

.header-title {
  display: none; }

.header-back-to a,
.portlet-icon-back {
  float: left;
  margin-bottom: 1em;
  padding: .3em .6em .3em 1.3em;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: url(../images/bullet-arrow-grey-inverse.png) no-repeat 0.3em center #ececec;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color,color .2s linear 0s;
  -webkit-transition: background-color,color .2s linear 0s;
  -moz-transition: background-color,color .2s linear 0s;
  -o-transition: background-color,color .2s linear 0s;
  -o-transition: background-color,color .2s linear 0s;
  transition: background-color,color .2s linear 0s; }

.header-back-to a {
  position: absolute;
  bottom: 0;
  left: 0; }

.header-back-to a:hover,
.portlet-icon-back:hover {
  background-color: #3065a3;
  color: white; }

.portlet-topper {
  position: relative; }

.portlet-topper-toolbar {
  position: absolute;
  top: 3px;
  right: 3px;
  margin: 0;
  padding: 2px;
  text-align: right; }

/* Les Related News
----------------------------------------*/
ul.RelatedNews {
  margin: 0;
  padding: .5em .5em 1em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #eff4fb;
  font-size: 1.2rem; }

ul.RelatedNews li {
  margin-left: 1.5em;
  padding-top: .3em;
  list-style-position: outside;
  list-style-image: url(../images/bullet-arrow-blue.png);
  line-height: 120%; }

/* La liste des contacts
--------------------------------------*/
p.DepartmentInformations {
  padding: 5px 10px 10px;
  border-top: 1px solid #d7d8d7;
  background-color: #f5f5f5;
  text-align: right;
  border-radius: 0 0 3px 3px; }

.column-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-column-rule-width: 0px;
  -webkit-column-rule-width: 0px;
  -moz-column-rule-width: 0px;
  -moz-column-rule-width: 0px;
  column-rule-width: 0px;
  -webkit-column-rule-style: dotted;
  -webkit-column-rule-style: dotted;
  -moz-column-rule-style: dotted;
  -moz-column-rule-style: dotted;
  column-rule-style: dotted;
  -webkit-column-rule-color: #cbcefb;
  -webkit-column-rule-color: #cbcefb;
  -moz-column-rule-color: #cbcefb;
  -moz-column-rule-color: #cbcefb;
  column-rule-color: #cbcefb;
  -o-column-count: 3;
  -o-column-gap: 20px;
  -o-column-rule-width: 0px;
  -o-column-rule-color: #cbcefb;
  -o-column-rule-style: dotted; }

ul.contact-sec li {
  margin-bottom: 1em;
  list-style-image: url(../images/icon-mail.png) !important; }

div.article p a.Mail {
  padding-left: 23px;
  background: url(../images/icon-mail.png) left top no-repeat; }

div.article span.Fax {
  padding-left: 20px;
  background: url(../images/icon-fax.png) left top no-repeat;
  margin-left: 10px; }

ul.contact-sec li a {
  margin-bottom: 2px; }

ul.contact-sec li span.function {
  display: block;
  font-style: italic; }

ul.contact-sec li span.Tel {
  margin-left: 10px;
  padding-left: 18px;
  background: url(../images/icon-tel.png) no-repeat; }

ul.contact-sec li span.office {
  padding-left: 21px;
  background: url(../images/icon-office.png) no-repeat; }

a.RuleTOC.active {
  background-color: #555; }

/* Le compendium
--------------------------------------*/
span.paranum {
  display: block;
  float: left;
  margin-right: 10px;
  color: #6a6a6a;
  font-weight: bold;
  font-size: 25px;
  font-size: 2.5rem; }

.indent1 span.paranum {
  font-size: 20px;
  font-size: 2rem; }

.indent2 span.paranum {
  font-size: 15px;
  font-size: 1.5rem; }

.indent0 {
  padding-top: 10px;
  border-top: 1px dotted #E6E6E6; }

.indent1 {
  padding-left: 30px; }

.indent2 {
  padding-left: 60px; }

ul.etabs {
  margin: 0 !important;
  padding: 0 0 0 12px;
  background: url(../images/indicateur.png) 0 0 no-repeat; }

.tab-container {
  margin-top: -10px;
  padding-bottom: 40px; }

.tab {
  display: inline-block;
  margin-right: 2px;
  border: solid 1px #999;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #eee;
  zoom: 1;
  *display: inline; }

.tab a {
  display: block;
  margin-right: 2px;
  margin-left: 2px;
  padding: 0 10px;
  outline: none;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2em; }

.tab.active {
  padding-bottom: 1px;
  border-color: #666;
  border-bottom-style: none;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  background: #fff; }

div.admtdetail {
  padding: 1em;
  border-bottom: 1px solid #dbdbdb;
  background: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4em; }

div.amdttabledby {
  font-weight: bold; }

div.amdtsubtitle {
  margin-top: 1.5em;
  margin-bottom: 0;
  margin-left: 15px;
  color: #ec7c27;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 10px;
  font-size: 1rem; }

div.amdtintro {
  margin-top: .6em;
  margin-bottom: .6em;
  font-style: italic; }

a.votechoice0,
a.votechoice1,
a.votechoice2,
a.votechoice3,
a.votechoice4 {
  padding-right: 30px;
  background-position: right 5px center;
  background-repeat: no-repeat; }

a.votechoice0 {
  /*pasencorevoté*/
  background-image: url(../images/icon-vote-wait.png); }

a.votechoice1 {
  /*pour*/
  background-image: url(../images/icon-vote-favour.png); }

a.votechoice2 {
  /*contre*/
  background-image: url(../images/icon-vote-against.png); }

a.votechoice3 {
  /*abstention*/
  background-image: url(../images/icon-vote-abstention.png); }

a.votechoice4 {
  /*rejeté*/
  background-image: url(../images/icon-vote-abstention.png); }

.compendium a.RuleTOC {
  margin-right: 3px;
  font-size: 14px;
  font-size: 1.4rem; }

.compendium ul.vote-result {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: white; }

.compendium ul.vote-result li {
  margin: 0 20px 0 0 !important;
  padding: 0 0 0 20px;
  width: auto;
  height: 20px;
  background-position: left center; }

.compendium ul.vote-result li.favour {
  background-image: url(../images/icon-vote-favour.png); }

.compendium ul.vote-result li.against {
  background-image: url(../images/icon-vote-against.png); }

.compendium ul.vote-result li.notvoted {
  background-image: url(../images/icon-vote-wait.png); }

.compendium ul.vote-result li.withdrawn {
  background-image: url(../images/icon-vote-abstention.png); }

ul.etabs li.tab.gotop a {
  padding: 0;
  width: 20px;
  background: url(../images/icon-gotop.png) center center no-repeat;
  text-indent: -9999px; }

ul.etabs li.tab.gotop a:hover {
  opacity: .5; }

.amdtprintedtitle {
  display: none; }

/* Report pdf
--------------------------------------*/
div.CommitteeReports {
  font-size: 14px;
  font-size: 1.4rem; }

div.CommitteeSection {
  margin-bottom: 1em;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 1em; }

div.CommitteeRow {
  margin-top: .4em;
  display: table;
  width: 100%;
  margin-bottom: .7em; }

div.CommitteeRow.head {
  font-weight: bold; }

div.CommitteeColLeft {
  width: 25%;
  float: left;
  display: table-cell; }

div.CommitteeColRight {
  width: 75%;
  float: left;
  display: table-cell; }

/* Classes de positionnement
----------------------------------------*/
.pos-center {
  margin-right: auto;
  margin-left: auto;
  display: block; }

.margin-right {
  margin-right: 15px; }

div.jumbotron {
  padding: 40px;
  margin-bottom: 30px;
  border-radius: 5px;
  background-color: #eee; }

/* Sessions list
----------------------------------------*/
div.SessionYearList h2 {
  margin-top: 1em;
  border-top: 1px solid #dbdbdb;
  padding-top: 1em; }

div.SessionYearList ul {
  margin-left: 10px; }

div.SessionYearList li {
  border-bottom: 1px solid #dbdbdb;
  padding: 4px 0; }

div.SessionYearList li:last-child {
  border-bottom: none; }

div.SessionYearList li a {
  text-decoration: none;
  font-size: 14px; }

div.SessionYearList a.go-summary {
  background-image: url("../images/icon-summary@2x.png");
  background-size: 21px 17px;
  float: right;
  height: 17px;
  margin-left: 5px;
  margin-right: 5px;
  text-indent: -9999px;
  width: 21px; }

/* Messages d'alertes
--------------------------------------*/
.MessageInfo,
.MessageAlert,
.MessageLight {
  padding: 20px 20px 20px 65px;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  margin: 20px 0 !important;
  border-radius: 4px; }

.MessageInfo {
  background: url("../images/icon-MessageInfo.png") 20px center no-repeat #cee7f8;
  background-size: 30px;
  border: 1px solid #65cbff; }

.MessageAlert {
  background: url("../images/icon-MessageAlert.png") 20px center no-repeat #f8cdcd;
  background-size: 30px;
  border: 1px solid #ff3232; }

.MessageLight {
  background-color: #eeeeee;
  border: 1px solid #d3d3d3;
  padding: 20px; }

/* Display : flex
----------------------------------------*/
.d-flex {
  display: flex;
  align-items: stretch; }

.d-flex-col {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch; }

.muted {
  color: #adadad; }

input[type="submit"].muted {
  color: #dedede;
  background-color: #cbcbcb !important; }

.center-block {
  margin: auto auto !important; }

.cards-step {
  width: 60% !important;
  /*	float: left;*/
  border: 1px solid #eeeeee;
  border-radius: 5px;
  padding: 1em;
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.11); }

.cards-step p {
  margin: 0 !important; }

/* modal box
----------------------------------------*/
.ModalBox {
  z-index: 9999;
  position: fixed;
  left: 50%;
  bottom: 0%;
  width: 1100px;
  transform: translate(-50%, 0);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3); }

