/* ==================================================== */
/* = CSS             								  = */
/* ==================================================== */
/* = Version 1.5 - date : 17/06/2016				  = */
/* ==================================================== */
/* Typographie
----------------------------------------*/
h3.Debate {
  font-size: 27px !important;
  background: url(../images/icon-hemicycle.png) left 9px no-repeat;
  background-size: 30px;
  padding-left: 40px;
  margin-top: 1.5em !important; }

h4.DebateItem {
  font-size: 18px !important; }

div.DebateItemPresentationGroup h5 {
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  color: black; }

div.DebateItemPresentationGroup p {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

span.DebateNonMember {
  font-weight: bold; }

div.OJaccordion div.contentpanel {
  position: relative; }

ul.OJDebateDocs {
  padding: 10px;
  margin: 0 0 0 10px !important;
  background-color: #ffffff; }

div.OJaccordion div.contentpanel h2,
#OJtab-container div.contentpanel h2 {
  background-color: #0c3271;
  color: white;
  font-size: 15px;
  border-radius: 2px;
  text-align: right;
  padding: 10px 50px 10px 10px;
  margin: 1px 0 0; }

div.OJaccordion div.contentpanel h2 span,
#OJtab-container div.contentpanel h2 span {
  float: left; }

/*Expand button*/
div.OJaccordion span.developcontent {
  position: absolute;
  top: 10px;
  right: 10px;
  float: right;
  width: 20px;
  height: 20px;
  background: url(../images/btn-devplus-oj.png) 0 bottom;
  text-indent: -99999px;
  background-size: 20px; }

div.OJaccordion span.developcontent.fclose {
  background-position: 0 top; }

/*OJ Tabs*/
#OJtab-container ul.etabs {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  display: table; }

#OJtab-container .tab {
  list-style: none;
  text-align: center;
  font-weight: bold;
  border-style: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  display: table-cell; }

#OJtab-container li small {
  display: block;
  font-weight: normal;
  font-style: normal; }

#OJtab-container .tab a {
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  background-color: rgba(10, 50, 111, 0.7);
  height: 55px;
  margin: 0 1px 0 0;
  border-radius: 4px 4px 0 0;
  padding-top: 5px; }

#OJtab-container .tab:last-child a {
  margin-right: 0; }

#OJtab-container .tab a small {
  font-style: italic;
  font-size: 12px;
  padding: 0;
  margin: 0;
  line-height: 12px; }

#OJtab-container .tab a.OjPlanning {
  background: url(../images/icon-usergroup.png) center 29px no-repeat #3fb34f;
  background-size: 20px;
  font-weight: normal;
  font-style: normal;
  box-sizing: border-box;
  height: 60px; }

#OJtab-container .tab a.OjPlanning.active {
  background: url(../images/icon-usergroup.png) center 29px no-repeat #3fb34f;
  background-size: 20px;
  font-weight: normal;
  font-style: normal;
  box-sizing: border-box;
  height: 62px;
  border-bottom: 2px solid #3fb34f; }

.barre-planning {
  background-color: #3fb34f;
  height: 10px;
  display: block;
  position: relative;
  top: -1px; }

#OJtab-container .tab a:hover {
  color: white;
  /*	background-color: rgba(192, 192, 192, 0.2);
  	border-radius: 4px;*/ }

#OJtab-container .tab a.active {
  background-color: #0a326f;
  color: white;
  border-bottom: 2px solid #09326e; }

#OJtab-container div.panel {
  box-sizing: border-box;
  border-radius: 0 0 4px 4px;
  background-color: #f3f3f3;
  float: left;
  width: 100%; }

/*Nested Tabs*/
#OJtab-container .tab-container-nested ul.etabs {
  box-sizing: border-box;
  float: left;
  width: 100%;
  background: url(none) #0b3270;
  padding: 0 10px 5px;
  margin: 0;
  position: relative;
  top: -1px; }

#OJtab-container .tab-container-nested .tab {
  border: none;
  position: relative;
  background-color: transparent;
  color: white;
  top: 5px; }

#OJtab-container .tab-container-nested .tab a {
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  height: 35px;
  line-height: 35px;
  letter-spacing: 2px; }

#OJtab-container .tab-container-nested .tab a span {
  font-style: italic;
  padding-left: 10px;
  font-size: 12px; }

#OJtab-container .tab-container-nested .tab a:hover {
  color: white;
  /*	background-color: rgba(192, 192, 192, 0.2);
  	border-radius: 4px;*/ }

#OJtab-container .tab-container-nested .tab a.active {
  background-color: #f2f3f2;
  color: #0a326f;
  border-bottom-style: none;
  position: relative;
  top: 1px; }

#OJtab-container .tab-container-nested div.panel {
  box-sizing: border-box;
  border-radius: 0 0 4px 4px;
  background-color: #f3f3f3;
  float: left;
  width: 100%; }

/*Menu OJ*/
ul.OjMenu {
  margin: 0 !important;
  display: table;
  width: 100%;
  float: left; }

ul.OjMenu li {
  list-style: none;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid white;
  font-weight: bold; }

ul.OjMenu li:last-child {
  border-right: none; }

ul.OjMenu li small {
  display: block;
  font-weight: normal;
  font-style: normal; }

ul.OjMenu li a {
  display: block;
  text-decoration: none;
  background-color: #0c3271;
  color: white;
  height: 60px;
  box-sizing: border-box;
  padding: 15px;
  line-height: 1.1em; }

ul.OjMenu li a.OjDay {
  opacity: .7;
  border-bottom: 1px solid white; }

ul.OjMenu li a:hover {
  opacity: .9; }

ul.OjMenu li a.active {
  opacity: 1;
  position: relative;
  top: 0;
  height: 61px; }

ul.OjMenu li a.OjPlanning {
  background: url(../images/icon-usergroup.png) center 12px no-repeat #3fb34f;
  background-size: 20px;
  text-transform: uppercase;
  font-size: 10px;
  padding-top: 40px;
  font-weight: normal;
  font-style: normal;
  border-bottom: 1px solid white; }

ul.OjMenu li a.OjFonction {
  background: url(../images/icon-printoj.png) center 8px no-repeat #8e8e8e;
  background-size: 20px;
  text-transform: uppercase;
  font-size: 10px;
  padding-top: 40px;
  font-weight: normal;
  font-style: normal;
  border-bottom: 1px solid white; }

/*Panel*/
div.OJaccordion div.panel,
#OJtab-container div.panel {
  padding: 2em 2em 1em;
  border-bottom: 10px solid #aac5f1; }

div.OJaccordion div.panel div,
#OJtab-container div.panel div {
  margin-bottom: 1em;
  padding-bottom: 0; }

div.OJaccordion div.panel div:last-child,
#OJtab-container div.panel div:last-child {
  margin-bottom: 0; }

span.OJhour {
  font-size: 18px;
  background: url(../images/icon-miniclock-blue.png) left top no-repeat;
  background-size: 18px;
  padding-left: 20px;
  margin-left: 15px; }

div.OJdiscours h3 {
  background: url(../images/icon-discours.png) left center no-repeat;
  background-size: 20px;
  padding-left: 30px; }

div.OJdebat h3 {
  background: url(../images/icon-debat.png) left center no-repeat;
  background-size: 20px;
  padding-left: 30px; }

/*Icones*/
div.OJaccordion div.panel li,
#OJtab-container div.panel li {
  list-style: none; }

li.OJquestions {
  background: url(../images/icon-questions.png) left center no-repeat;
  background-size: 14px;
  padding-left: 20px; }

li.OJlist {
  background: url(../images/icon-newspaper.png) left center no-repeat;
  background-size: 14px;
  padding-left: 20px; }

li.OJclock,
li.OJdeadline {
  background: url(../images/icon-clock-grey.png) left center no-repeat;
  background-size: 14px;
  padding-left: 20px; }

li.OJvote {
  background: url(../images/icon-voteoj.png) left center no-repeat;
  background-size: 14px;
  padding-left: 20px; }

/*Typography*/
div.OJaccordion div.contentpanel div.panel h3,
#OJtab-container div.panel h3 {
  margin-top: 0; }

div.OJaccordion div.contentpanel div.panel h4,
#OJtab-container div.panel h4 {
  margin-top: 10px;
  font: 1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: bold;
  color: black;
  border-top: 1px solid #dadada;
  padding-top: 10px; }

div.OJaccordion div.contentpanel div.panel h3 + h4,
#OJtab-container div.panel h3 + h4 {
  border-top: none; }

div.OJaccordion div.contentpanel div.panel p,
#OJtab-container div.panel p {
  margin: 0;
  padding-left: 20px; }

/*Doc*/
.OjDoc {
  background: url(../images/icon-doc.png) left no-repeat;
  background-size: 12px;
  padding-left: 18px;
  margin-left: 0px;
  margin-right: 0px; }

.OjComment {
  /*    background: url(../images/icon-discours.png) left no-repeat; */
  background-size: 12px;
  padding-left: 0px;
  margin-left: 0px;
  margin-right: 0px; }

.OjPara {
  background: url(../images/bullet-arrow-blue.png) left no-repeat;
  background-size: 6px;
  padding-left: 10px;
  margin-left: 0px;
  margin-right: 0px; }

/* OJ Fiche
----------------------------------------*/
.OJFiche {
  width: 30%;
  background-color: white;
  border: 1px solid #e0e0e0 !important;
  margin: 1% !important;
  padding: 0 !important;
  display: inline-block;
  vertical-align: text-top; }

.OJFiche div {
  border-style: none !important;
  font-size: 13px;
  line-height: 140%;
  box-sizing: border-box; }

.OJFiche img.alignleft {
  margin-bottom: -10px;
  margin-top: -10px;
  margin-left: -10px;
  height: 150px; }

.OJFiche .OJFicheInfos {
  margin: 0 !important;
  padding: 10px !important;
  float: left;
  width: 100%;
  background-color: white; }

.OJFiche .OJFicheDocs {
  padding: 5px !important;
  margin: 0 !important;
  background-color: #f8f8f8;
  width: 100%;
  float: left; }

.OJFiche .OJFicheDocs a {
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
  line-height: 170%; }

/* Trombinoscope
----------------------------------------*/
div.OJTrombi {
  background-color: #f5f5f5;
  border-style: none !important;
  overflow: auto;
  padding: 0 !important;
  border-radius: 2px;
  margin-left: 10px;
  margin-top: 0; }

div.OJTrombi h4 {
  border-style: none !important;
  margin: 0 0 1em !important;
  padding: 0 !important; }

div.OJTrombi p {
  padding-left: 0 !important;
  font-size: 13px; }

p.OJ {
  width: 29%;
  background-color: white;
  padding-left: 0 !important;
  font-size: 10px !important;
  padding-right: 10px;
  float: left;
  border: 1px solid #e0e0e0;
  margin: 1% !important; }

p.OJ strong {
  font-size: 13px !important;
  margin-top: 10px !important;
  display: inline-block; }

p.OJ img.alignleft {
  margin-bottom: 0;
  height: 70px; }

/*Styles divers*/
.OjComment {
  background-size: 12px;
  padding-left: 0px;
  margin-left: 0px;
  margin-right: 0px; }

.OjPara {
  background: url(../images/bullet-arrow-blue.png) left no-repeat;
  background-size: 6px;
  padding-left: 10px;
  margin-left: 0px;
  margin-right: 0px; }

p.OJNoteExplicative {
  font-style: italic !important;
  background: url(../images/icon-doc.png) left no-repeat;
  background-size: 12px;
  padding-left: 18px;
  padding-top: 5px;
  margin-right: 0px;
  margin-left: 20px !important;
  padding-bottom: 5px;
  color: #444 !important;
  text-decoration: none !important;
  display: inline-block; }

