@import url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.css");
/* Digest
------------------------------
    1. Mise en page
    	1.1 Titrailles
    	1.2 Espacements généraux
    	1.3 Paragraphes
    	1.4 Retour à la ligne
    	1.5 Espacement des paragraphes
    	1.6 Alignement
    	1.7 Introduction
    	1.8	Mise en avant
    	1.9	Citation
    	1.10 Liens
    	1.11 Listes
    		1.11.1 Premier niveau
    		1.11.2 Second niveau
    	1.12 Tableaux
    	1.13 Images
    	1.14 Fichiers joints
*/

/* ----------------------------------------------------------------------------*/
  /* -------------------------------------------------------------------------------------------------->>> 1. Mise en page <<<-----------*/
/* ----------------------------------------------------------*/

  /* -------------------------------------------------------------------------------------------------->>> 1.1 Titrailles <<<-----------*/

.contenu h1 {
    font-size: 2.2em;
    font-weight: normal;
    line-height: 1em;
    margin: 0 0 0 40px;
    padding: 0 0 8px;
	color:black
}

.contenu .sub {
	color: #666666;
    display: block;
    font-size: 0.9em;
    font-style: italic;
    line-height: 1.8em;
    padding: 0 0 15px;
    text-align: right;
    width: 540;
	margin:0 0 0 40px;
}

.contenu h2 {
	color: #333333;
    display: block;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.5em;
    padding: 0 0 8px;
	margin:0 0 0 40px;
}

.contenu h3 {
	color: #333333;
    display: block;
    font-size: 1.3em;
    font-weight: normal;
    line-height: 1.5em;
    padding: 0 0 8px;
	margin:0 0 0 40px;
}
.contenu h4 {
	color: #333333;
    display: block;
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1.5em;
    padding: 0 0 8px;
	margin:0 0 0 40px;
}

.contenu h5 {
	color: #333333;
    display: block;
    font-family: Georgia,serif;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.5em;
    padding: 0 0 8px;
	margin:0 0 0 40px;
}
  /* -------------------------------------------------------------------------------------------------->>> 1.2 Espacements généraux <<<-----------*/

.sans_espacement {margin:0}
.petit_espacement {margin-bottom:5px}
.grand_espacement {margin-bottom:20px}
.tres_grand_espacement {margin-bottom:30px}

  /* -------------------------------------------------------------------------------------------------->>> 1.3 Paragraphes <<<-----------*/

.contenu p {
	color: #666666;
    font-size: 0.9em;
    line-height: 1.5em;
    margin: 0 0 10px 40px;
   /* text-align: justify;*/
}

.contenu strong {
	font-weight:normal;
	color:black;
}

  /* -------------------------------------------------------------------------------------------------->>> 1.4 Retour à la ligne <<<-----------*/

.contenu p.retour_ligne {clear:both}

  /* -------------------------------------------------------------------------------------------------->>> 1.5 Espacement des paragraphes <<<-----------*/

.contenu p.sans_espacement {margin:0 0 0 40px}
.contenu p.petit_espacement {margin-bottom:5px}
.contenu p.grand_espacement {margin-bottom:20px}
.contenu p.tres_grand_espacement {margin-bottom:30px}
.contenu p.pointille {border-top: 2px dotted #4D5357;}

  /* -------------------------------------------------------------------------------------------------->>> 1.6 Alignement <<<-----------*/

.contenu p.alignement_centre {text-align:center}
.contenu p.alignement_droite {text-align:right}

  /* -------------------------------------------------------------------------------------------------->>> 1.7 Introduction <<<-----------*/

.contenu p.introduction {
	clear:both;
	/*float: left;*/
    padding-bottom: 6px;
	font-weight: bold;
	line-height:1.5em;
	font-size:0.9em;
	/*color:black;*/
	margin-left: 0;
}



  /* -------------------------------------------------------------------------------------------------->>> 1.9 Citation <<<-----------*/

.contenu p.citation {
	background: url("../images/structure/background/citation_bg.gif") no-repeat scroll left top #009AA6;
    color: white;
    float: right;
    font-family: Georgia,serif;
    font-size: 1.3em;
    line-height: 1.4em;
    margin: 0 0 8px 20px;
    padding: 0;
    text-align: center;
    text-shadow: 1px 1px 1px #005B5B;
    width: 220px;
}

.contenu p.citation span{
	display:block;
	background:url('../images/structure/background/border_citation.gif') repeat-x bottom left;
	padding:35px 10px 20px;
	width:200px;
}

  /* -------------------------------------------------------------------------------------------------->>> 1.10 Liens <<<-----------*/

.contenu a {
	color:#009aa6;
	text-decoration:none;
	font-weight: normal;
}
.contenu a:hover {text-decoration:underline}

.contenu p.lien-right a {
	color:#3fadbd;
	text-decoration:underline;
	font-weight: bold;
	float:right;
}
.contenu p.lien-right a:hover {text-decoration:underline}

.contenu p.more a {
     color: black;
	 font-weight: normal;
	 /*text-decoration: none;*/
	 }

  /* -------------------------------------------------------------------------------------------------->>> 1.11 Listes <<<-----------*/

	  /* -------------------------------------------------------------------------------------------------->>> 1.11.1 Premier Niveau <<<-----------*/

.contenu ul, .contenu ol {
	clear:both;
	padding:0 0 15px 2px;
	margin:0 0 0 40px;
}
	  /* -------------------------------------------------------------------------------------------------->>> 1.11.2 Second Niveau <<<-----------*/

.contenu ul li ul, .contenu ol li ol {padding:3px 0 0 20px}
.contenu ul li ul li, .contenu ol li ol li{font-size:1em}

  /* -------------------------------------------------------------------------------------------------->>> 1.12 Tableaux <<<-----------*/

table.tableau_donnees {
	float:left;
	width:90%;
	border-collapse:collapse;
	margin:0 0 10px 40px;
}
table.tableau_donnees tr p {
	text-align: justify;
	line-height: 1.5em;
	margin:0;
}
table.tableau_donnees tr th {
	padding:4px;
	font-family:Georgia, serif;
	color:#333;
	font-weight: normal;
}
table.tableau_donnees tr th p {
    background: #f3f3f3;
	border-collapse:collapse;
	width:100%;
	text-align: left;
	font-weight: normal;
	padding: 10px 4px;
}
table.tableau_donnees tr td {
	border:0;
	vertical-align: middle;
	background:url(../../images/structure/background/tirets.gif) repeat-x;
	padding:8px 4px 8px 10px;
}
table.tableau_donnees tr td.mis_en_avant {background:#efefef url(../../images/structure/background/tirets.gif) repeat-x;}
table.tableau_donnees tr td.alignement_centre p {text-align:center;}
table.tableau_donnees tr td.alignement_droite p {text-align:right;}
table.tableau_donnees tr td.border-left p {border-left:1px solid #f3f3f3;}
table.tableau_donnees tr th.trait-top {border-top: 2px solid #4D5357;}
table.tableau_donnees tr td.grande_cellule p{
    text-align: left;
	width: 400px;
}
table.tableau_donnees tr td.petite_cellule p{
    text-align: left;
	width: 100px;
}



  /* -------------------------------------------------------------------------------------------------->>> 1.13 Images <<<-----------*/

.contenu div.object-left {
	float:left;
	clear:left;
	margin-bottom:10px;
}
.contenu div.object-left img {
	margin:8px 10px 0 0;
	background: none repeat scroll 0 0 #BEB292;
    border: 1px solid #807760;
    padding: 3px;
}
.contenu div.object-right {
	float:right;
	clear:right;
	margin-bottom:10px;
}
.contenu div.object-right img {
	margin:0 0 0 10px;
	background: none repeat scroll 0 0 #BEB292;
    border: 1px solid #807760;
    padding: 3px;
}
.contenu div.object-right p {text-align:right}
.contenu div.object-center {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-bottom:10px;
}
.contenu div.object-center p {text-align:center}

.contenu h2 a img.rss {
	width:25px;
	height:25px;
	margin-left:10px;
}
#IE7 .contenu h2 a img.rss {
	width:32px;
	height:32px;
    margin-left:10px;
}
  /* -------------------------------------------------------------------------------------------------->>> 1.14 Fichiers joints <<<-----------*/

.contenu div.fichier_joint {
	width:100%;
	padding:0 0 5px 0;
}
.contenu div.object-right span.fichier_joint {float:right}
.contenu ul.staff_detail{padding-top:15px;}
.contenu ul.staff_detail li{ list-style-type: none;}
.discount{
	color: #666666;
    padding: 10px 40px;
}
.discount a{
	cursor: pointer;
}

  /* -------------------------------------------------------------------------------------------------->>> 1.16 Reforms-Watch <<<-----------*/

.staff-content {
	display: flex;
	background-color: #009aa6;
	height: 100px;
	width: 100%;
}

.staff-content hr {
	height: 5px;
	background-color: white;
	border: 5px;
	min-width: 100%;
	z-index: 9999;
	position: relative;
}

.staff-content hr.up{
	top: -2%;
}
.staff-content hr.down{
	top: 88%;
	right:100%;
}
.staff-content .photo{
	position: absolute;
	margin: 10px;
	border: 2px solid white;
	max-width: 76px;
	height: 76px;
	overflow: hidden;
}

.box-content > * {
	margin: auto;
}

.staff-content .details{
	position: absolute;
	display: grid;
	padding: 10px;
	margin-left: 100px;
}
.staff-content .details *{
	text-decoration: none;
	color: white;
}

dl.staff-details {
	margin: 15px 0 10px 40px;
	font-size: 0.9em;
}

dl.staff-details dt{
	width: 9em;
	float: left;
}

.contenu .pave{
	color: #666;
	line-height: 1.5em;
	margin: 0 0 10px 40px;
}


/*
*	Facts & figures
*
*/


/* Homepage */
#facts-figures {
	margin-bottom: 20px;
}

#facts-figures .contenu {
	padding: 7px 0;
}

#facts-figures .contenu p{
	margin-left: 0;
	margin-bottom: 10px;
}

#facts-figures .right-col{
	width: 330px;
	float: left;
	display: inline;
	margin: 53px 0 0 0;
}

#facts-figures h1{
	color: #009AA6;
	font-size: 2em;
	margin: 15px 0 5px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.1em;
}

#facts-figures h2{
	color: #009AA6;
	font-size: 1.7em;
	margin: 15px 0 5px;
	font-weight: bold;
	line-height: 1.0em;
}

#facts-figures .right-col h2{
	font-weight: normal;
	padding-left:10px;
}

#facts-figures h3{
	color: #009AA6;
	font-weight: bold;
	line-height: 1.0em;
}

#facts-figures .filter .simple-filter {
	border-top:    solid 1px #eee;
	border-bottom: solid 1px #eee;
	padding: 20px;
	margin: 15px 0;
	background-color: #fafafa;
}
#facts-figures .filter .simple-filter > * ,
#facts-figures .filter .simple-filter #simple-form > * {
	margin: 0 7px;
	font-size: 17px;
	display: inline;
}
#facts-figures .filter .simple-filter select {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color:            #fff;
	background-color: #009AA6;
	height: 27px;
}
#facts-figures .filter .simple-filter select option {
	border: solid 1px #999;
}

#facts-figures .filter .simple-filter select option:not(checked) {
	color:            #777;
	background-color: #efefef;
}

#facts-figures .filter .simple-filter .results-nbr {
	float: none;
	font-size: 12px !important;
}

#facts-figures .bordered:nth-child(3n) {
	margin: 15px 0 15px 0;
}

#facts-figures .bordered {
	margin: 15px 25px 15px 0;
	border: solid 1px #eee;
	min-height: 370px;
	max-height: 370px;
	width: 294px;
}

#facts-figures .bordered.grid_3 {
	width: 174px;
}

#facts-figures .thumb.bordered {
	min-height: unset;
}

#facts-figures .bordered .date-label{
	z-index: 999;
	color: white;
	padding: 10px;
	font-size: 18px;
	position: absolute;
	font-weight: bolder;
	background-color: #009AA6;
	top: 0;
	right: 0;
	bottom: 0;
	height: 20px;
}

#facts-figures .bordered .container {
	position: relative;
	height: 150px;
	overflow: hidden;
}

#facts-figures .bordered .container .hover-over{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	transition: .3s ease;
	background-color : rgba(0, 154, 166, .6);
}
#facts-figures .bordered .clickable .hover-over .text{
	color: white;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	font-weight: bolder;
	border: solid 1px white;
	padding: 5px;
	background-color: #009AA6;
	text-transform: uppercase;
	white-space: nowrap;
}

#facts-figures .thumb.bordered .clickable .hover-over .text {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#facts-figures .bordered .clickable:hover .hover-over{
	opacity: 1;
}

#facts-figures .bordered .figure-thumb,
#facts-figures .container.figure {
	overflow: hidden;
	text-align: center;
}

#facts-figures .container.figure {
	max-height: 300px;
	position:relative;
	padding: 5px;
	border : solid 1px rgba(0,0,0,0.15);
}

#facts-figures .container.figure:after{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:inline-block;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.15)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 100%); /* W3C */
}

#facts-figures .container.figure img,
#facts-figures .bordered .figure-thumb img{
	max-width: 100%;
	height: auto;
	margin-left: 50%;
	transform: translateX(-50%);
}

#facts-figures .bordered .clickable{
	cursor: pointer;
}

#facts-figures .bordered .inner{
	margin-top : 20px;
}


#facts-figures .bordered .inner p,
#facts-figures .bordered .inner h3 {
	margin : 10px;
}

#facts-figures .facts-figures-result .bordered .label{
	color : red;
	font-weight: bolder;
	margin : 10px;
}


#facts-figures {
	margin-top : 40px;
}

#facts-figures .contenu .title {
	padding-bottom: 10px;
	padding-top: 25px;
}

#facts-figures.full .contenu section {
	border-bottom: solid 1px #eee;
	padding-bottom: 25px;
}

#facts-figures.full .contenu section.no-line {
	border-bottom: none;
}

.container-back-button {
	text-align: right;
}
.content .back,
.contenu .back{
	width: auto;
	padding: 10px;
	border-top: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5;
	font-weight: bold;
	color: #8a8a8a;
}

dl.inline {
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0
}
dl.inline dt {
	font-weight: bolder;
	float: left;
	padding: 5px 0;
	margin: 0;
	clear:left;
	padding-right : 10px;
}

dl.inline dd {
	float: left;
	padding: 5px 0;
	margin: 0;
}

dl.inline dt:after{
	content: " : "
}

.contenu .back::before,
.content .back::before {
	content: url('/extension/etui/design/workerpart/images/left-arrow-angle.png');
	width: 16px;
	height: 16px;
	margin-right: 10px;
	vertical-align: top;
}

.socials {
	display: inline-flex;
}

.socials p{
	margin-top: 5px;
}

.socials .social-button {
	margin: 0 5px;
}

.fa-facebook {
	color: hsl(221, 44%, 41%);
	border-color: hsl(221, 44%, 41%);
}

.fa-facebook:hover {
	background-color: hsl(221, 44%, 41%);
}

.fa-twitter {
	color: hsl(195, 100%, 60%);
	border-color: hsl(195, 100%, 60%);
}

.fa-twitter:hover {
	background-color: hsl(195, 100%, 60%);
}

.fa-whatsapp {
	color: hsl(7, 71%, 55%);
	border-color: hsl(7, 71%, 55%);
}

.fa-whatsapp:hover {
	background-color: hsl(7, 71%, 55%);
}

.fa-linkedin {
	color: hsl(199, 85%, 36%);
	border-color: hsl(199, 85%, 36%);
}

.fa-linkedin:hover {
	background-color: hsl(199, 85%, 36%);
}

.fa-facebook:hover, .fa-twitter:hover, .fa-google-plus:hover, .fa-linkedin:hover, .fa-whatsapp:hover {
	color: hsl(0, 0%, 100%);
}

.square {
	padding: 5px 5px;
	width: 16px;
	font-size: 16px;
	text-align: center;
	background: #fff;
}

.fa-facebook.square {
	background-color: hsl(221, 44%, 41%);
	border: 1px solid hsl(221, 44%, 41%);
	color: #fff;
}

.fa-facebook.square:hover {
	background-color: hsl(0, 0%, 100%);
	border-color: hsl(221, 44%, 41%);
	color: hsl(221, 44%, 41%);
}

.fa-twitter.square {
	background-color: hsl(195, 100%, 60%);
	border: 1px solid hsl(195, 100%, 60%);
	color: #fff;
}

.fa-twitter.square:hover {
	background-color: hsl(0, 0%, 100%);
	border-color: hsl(195, 100%, 60%);
	color: hsl(195, 100%, 60%);
}

.fa-linkedin.square {
	background-color: hsl(199, 85%, 36%);
	border: 1px solid hsl(199, 85%, 36%);
	color: #fff;
}

.fa-linkedin.square:hover {
	background-color: hsl(0, 0%, 100%);
	border-color: hsl(199, 85%, 36%);
	color: hsl(199, 85%, 36%);
}

.fa-whatsapp.square {
	background-color: hsl(123, 50%, 53%);
	border: 1px solid hsl(123, 50%, 53%);
	color: #fff;
}

.fa-whatsapp.square:hover {
	background-color: hsl(0, 0%, 100%);
	border-color: hsl(123, 50%, 53%);
	color: hsl(123, 50%, 53%);
}

.search-filters {
	margin-bottom: 20px;
}

.search-filters h3 {
	margin-bottom: 10px;
}

.search-filters .filter,
.search-filters .query {
	margin-bottom: 10px;
}

.search-filters .query input {
	width: 200px;
	height: 17px;
	padding: 1px 5px;
}

.search-filters .left {
	width: calc(50% - 5px) !important;
	margin-right: 5px;
}

.search-filters .right {
	width: calc(50% - 5px) !important;
	margin-left: 5px;
}

.search-filters .block.bottom {
	width: 100%;
}

.search-filters .noline-block,
.search-filters .block {
	margin-top: 10px;
}

.search-filters label input[type="checkbox"] {
	vertical-align: top;
}

.search-filters label span {
	display: inline-block;
	width: 90%;
}

.search-filters .languages label {
	float: left;
	width: 33%;
}

.search-filters .noline-block:nth-child(-n+2),
.search-filters .block:nth-child(-n+2) {
	margin-top: 0;
}

#facts-figures .blue-button.results-nbr {
	float: left;
	color: #009AA6;
	background: transparent;
	border: solid 1px #009AA6;
	margin-top: 10px;
	padding-right: 7px;
}

#facts-figures  .blue-button.all-courses {
	margin-right: 10px;
}

#facts-figures .blue-button.results-nbr input[type="reset"] {
	background-image: url(/extension/etui/design/workerpart/images/blue-cross.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 14px;
	width: 16px;
	height: 14px;
	border: none;
	margin-left: 5px;
	cursor: pointer;
}

.search-filters .date .month,
.search-filters .date .year {
	display: inline-block;
}

.search-filters input[type="submit"],
.search-filters input[type="button"] {
	margin-top: 10px;
	border: solid 1px #009AA6;
	cursor: pointer;
}



.noline-block,
.block {
	float: left;
	width: 100%;
	padding: 10px !important;
	box-sizing: border-box;
}

.block{
	border: solid 1px #D0D0D0;
}

.block.gray{
	background-color: #ECECEC;
}

#advanced-filter {
	display : none;
}

#advanced-filter.open {
	display : block;
}

.blue-button.back {
	padding-left: 5px;
}

.blue-button {
	background-color: #009AA6;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	padding: 10px 20px 10px 20px;
	float: right;
	box-sizing: border-box;
	border: 0;
}

.blue-button.more {
	padding-right: 5px;
}

.clearfix:after {
	clear: both;
}

.clearfix:before, .clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#facts-figures label {
	font-weight: normal;
	display: unset;
}

#col-blocs.right-col {
	margin-top : 0;
	margin-bottom: 20px;
	background: none repeat scroll 0 0 #ECECEC;
	border: 5px solid white;
	box-shadow: 0 0 4px #ccc;
	-o-box-shadow: 0 0 4px #ccc;
	-webkit-box-shadow: 0 0 4px #ccc;
	-moz-box-shadow: 0 0 4px #ccc;
	float: left;
	/* IE ... */
	behavior: url(/extension/www/design/www/stylesheets/PIE.htc);
}


.right-col ul {
	margin: 0;
}

.right-col ul li {
	list-style-type: none;
	background-image: none;
}

.right-col ul li span
{ color: grey}

.right-col .bloc-embed > div.last {
	margin: 10px 0;
}

.right-col .bloc-embed ul li h3 a{
	margin-left: 10px;
	color: black;
	font-weight: normal;
}

.right-col .bloc-embed ul li {
	display: block;
	width: 100%;
	float: left;
	padding: 10px 0;
	margin: 0;
}

.right-col .bloc-embed ul li:not(.last) {
	background: url(../images/tirets.gif) repeat-x bottom left;
}

