@charset "UTF-8";
.highlights-list .highlights-list-items, .news-list .news-list-links, .news-item.news-item-large, .pagination {
    *zoom: 1;
}

.highlights-list .highlights-list-items:before,
.news-list .news-list-links:before,
.news-item.news-item-large:before,
.pagination:before,
.highlights-list .highlights-list-items:after, .news-list .news-list-links:after, .news-item.news-item-large:after, .pagination:after {
    content: " ";
    display: table;
}

.highlights-list .highlights-list-items:after, .news-list .news-list-links:after, .news-item.news-item-large:after, .pagination:after {
    clear: both;
}

.header-links ul, .header-languages ul, .main-content .breadcrumb-container ul, .shares ul {
    margin: 0;
    padding: 0;
}

.header-links ul > li, .header-languages ul > li, .main-content .breadcrumb-container ul > li, .shares ul > li {
    display: inline-block;
}

.bodywrapper .footer ul, .sidebar-block .sidebar-block-content > ul, .shortcuts ul {
    margin: 0;
    padding: 0;
}

.bodywrapper .footer ul > li, .sidebar-block .sidebar-block-content > ul > li, .shortcuts ul > li {
    display: block;
}

.highlights-list .highlights-list-title, .tools-list .tools-list-title, .reassurances-list .reassurances-list-title {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

.btn.btn-primary, .btn.btn-secondary {
    -webkit-filter: none;
    filter: none;
    text-shadow: none;
    box-shadow: none;
    font-size: 12px;
    -webkit-transition: 200ms ease background-color, 200ms ease border-color, 200ms ease color;
    transition: 200ms ease background-color, 200ms ease border-color, 200ms ease color;
}

@font-face {
    font-family: 'titilliumweb';
    src: url("fonts/titilliumweb-regular-webfont.eot");
    src: url("fonts/titilliumweb-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/titilliumweb-regular-webfont.woff2") format("woff2"), url("fonts/titilliumweb-regular-webfont.woff") format("woff"), url("fonts/titilliumweb-regular-webfont.ttf") format("truetype"), url("fonts/titilliumweb-regular-webfont.svg#titillium_webregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'titilliumweb';
    src: url("fonts/titilliumweb-bold-webfont.eot");
    src: url("fonts/titilliumweb-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/titilliumweb-bold-webfont.woff2") format("woff2"), url("fonts/titilliumweb-bold-webfont.woff") format("woff"), url("fonts/titilliumweb-bold-webfont.ttf") format("truetype"), url("fonts/titilliumweb-bold-webfont.svg#titillium_webbold") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'dgo6-icons';
    src: url("fonts/dgo6-icons.eot");
    src: url("fonts/dgo6-icons.eot#iefix") format("embedded-opentype"), url("fonts/dgo6-icons.woff") format("woff"), url("fonts/dgo6-icons.ttf") format("truetype"), url("fonts/dgo6-icons.svg#dgo6-icons") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'dgo6-icons';
    src: url('../font/dgo6-icons.svg?93632041#dgo6-icons') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "dgo6-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-rss:before {
    content: '\e800';
}

/* '' */
[class^="icon-"], [class*=" icon-"] {
    width: auto;
    height: auto;
    background-image: none;
    margin-top: 0;
    line-height: inherit;
    vertical-align: baseline;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    box-shadow: none;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    box-shadow: none;
    border-color: #8898ac;
    outline: none;
}

input::-webkit-input-placeholder {
    color: #b2b2b2;
    font-size: 12px;
}

input::-moz-placeholder {
    color: #b2b2b2;
    font-size: 12px;
}

input:-ms-input-placeholder {
    color: #b2b2b2;
    font-size: 12px;
}

input::placeholder {
    color: #b2b2b2;
    font-size: 12px;
}

label {
    font-size: 16px;
}

.form-horizontal legend {
    color: #002d5a;
    font-size: 24px;
    line-height: 1em;
    border: 0;
    margin-bottom: 0;
}

.form-horizontal .control-group {
    margin-bottom: 10px;
}

.form-horizontal .control-label {
    width: 220px;
    font-size: 18px;
}

.form-horizontal div.control-label {
    font-weight: bold;
}

.form-horizontal .controls {
    margin-left: 240px;
}

.form-horizontal .controls .btn {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.form-horizontal .controls + .controls {
    margin-top: 10px;
}

.form-horizontal select,
.form-horizontal textarea,
.form-horizontal input[type="text"],
.form-horizontal input[type="password"],
.form-horizontal input[type="datetime"],
.form-horizontal input[type="datetime-local"],
.form-horizontal input[type="date"],
.form-horizontal input[type="month"],
.form-horizontal input[type="time"],
.form-horizontal input[type="week"],
.form-horizontal input[type="number"],
.form-horizontal input[type="email"],
.form-horizontal input[type="url"],
.form-horizontal input[type="search"],
.form-horizontal input[type="tel"],
.form-horizontal input[type="color"],
.form-horizontal .uneditable-input {
    font-size: 14px;
}

.form-search {
    position: relative;
    margin-bottom: 0;
}

.form-search input {
    border: 1px solid #e3e3e3;
    height: 35px;
    line-height: 16px;
    padding: 8px 40px 8px 10px;
    display: block;
    box-sizing: border-box;
    width: 100%;
}

.form-search button {
    background: #002d5a;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    border: 0;
    text-align: center;
    padding: 5px 0 0;
    height: 35px;
    border-radius: 0;
}

.form-search button:hover {
    background: #002d5a;
}

.control-group-address .controls {
    max-width: 300px;
}

.controls .control-street,
.controls .control-number,
.controls .control-zip,
.controls .control-city {
    box-sizing: border-box;
    float: left;
}

.controls .control-street {
    width: 75%;
}

.controls .control-number {
    width: 20%;
    margin-left: 5%;
}

.controls .control-zip {
    width: 30%;
}

.controls .control-city {
    width: 65%;
    margin-left: 5%;
}

.btn.btn-primary {
    background: #002d5a;
    color: #fff;
    border: 1px solid #002d5a;
    font-weight: bold;
}

.btn.btn-primary:hover {
    background: #d7e1ec;
    color: #002d5a;
}

.btn.btn-primary.btn-invert {
    background: #d7e1ec;
    color: #002d5a;
    border-color: #d7e1ec;
}

.btn.btn-primary.btn-invert:hover {
    background: #d7e1ec;
    border-color: #002d5a;
}

.btn.btn-secondary {
    background: #ee2837;
    color: #fff;
    border: 1px solid #ee2837;
    font-weight: bold;
}

.btn.btn-secondary:hover {
    background: #002d5a;
    border: 1px solid #002d5a;
    color:white;
    text-decoration: none;
}

body {
    padding-left: 0;
    padding-right: 0;
}

.sprite-cyberclass, .sprite-dgo6, .sprite-forms, .sprite-partners, .sprite-play-small, .sprite-play, .sprite-search, .sprite-share-email, .sprite-share-facebook, .sprite-share-linkedin, .sprite-share-print, .sprite-share-twitter, .sprite-wallex, .sprite-wallonie-small, .sprite-wallonie {
    background-image: url(../img/sprite.png);
    display: inline-block;
}

.sprite-cyberclass {
    background-position: -52px -128px;
    width: 26px;
    height: 26px;
}

.sprite-dgo6 {
    background-position: -110px -96px;
	width: 315px;
	height: 96px;
	margin-right: 120px;
}

.sprite-forms {
    background-position: 0 -128px;
    width: 26px;
    height: 26px;
}

.sprite-partners {
    background-position: -26px -128px;
    width: 26px;
    height: 26px;
}

.sprite-play-small {
    background-position: -74px -72px;
    width: 40px;
    height: 24px;
}

.sprite-play {
    background-position: 0 0;
    width: 120px;
    height: 72px;
}

.sprite-search {
    background-position: -114px -72px;
    width: 21px;
    height: 21px;
}

.sprite-share-email {
    /*background-position: -107px -107px;*/
    background-image: url(../img/mailIcon.png);
    width: 19px;
    height: 19px;
}

.sprite-share-facebook {
    background-position: -60px -107px;
    width: 19px;
    height: 19px;
}

.sprite-share-linkedin {
    background-position: -135px -72px;
    width: 19px;
    height: 19px;
}

.sprite-share-print {
    background-position: -154px -72px;
    width: 19px;
    height: 19px;
}

.sprite-share-twitter {
    background-position: -41px -107px;
    width: 19px;
    height: 19px;
}

.sprite-wallex {
    background-position: -78px -128px;
    width: 26px;
    height: 26px;
}

.sprite-wallonie-small {
    background-position: -41px -72px;
    width: 33px;
    height: 35px;
}

.sprite-wallonie {
    background-position: 0 -72px;
    width: 41px;
    height: 56px;
}

.topbar {
    border-bottom: 1px solid #3d3d3d;
    background: #262626;
    position: relative;
    font-family: "Nunito Sans", arial, sans-serif;
}

.topbar .topbar-links {
    float: left;
    margin-right: 50px;
}

.topbar .topbar-links a {
    font-size: 13px;
    color: #a2a2a2;
    padding: 2px 10px;
    margin: 5px 0;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}

.topbar .topbar-links a:nth-child(3){
   display: none;
}

.topbar .topbar-links a.is-important {
    color: #EE233A;
    display: inline-block;
}

.topbar .topbar-account {
    position:absolute;
    top:0;
    right:10px;
}

.topbar .topbar-account a {
    color: #fff;
    font-size: 12px;
    background-color: #F13646;
    border-radius: 3px;
    padding: 2px 10px;
    display: inline-block;
    margin: 5px 0;
}

.header {
    position: relative;
    background: #fff;
    padding-bottom: 16px;
}

.header-links {
    font-size: 12px;
    background: #d7e1ec;
    float: right;
}

.header-links > span {
    display: none;
}

.header-links > .navbar {
    margin-bottom: 0;
}

.header-links ul {
    padding: 0 15px;
    display: inline-block;
}

.header-links ul a {
    padding: 6px;
    line-height: 16px;
    display: inline-block;
}

.header-titles {
    clear: right;
    padding: 30px 0 15px;
    display: table;
    margin: 0 10px;
}

.header-titles .header-logo-print {
    display: none;
}

.header-titles .header-logo,
.header-titles h1 {
    display: table-cell;
    vertical-align: middle;
}

.header-titles .header-logo {
    padding-right: 20px;
}

.header-titles h1 {
    color: #002d5a;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 18px;
}

.header-languages {
    position: absolute;
    right: 10px;
    top: 100%;
}

.header-languages ul {
    font-size: 0;
}

.header-languages a {
    color: #a3a3a3;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px;
    line-height: 50px;
}

.header-languages .active a {
    color: #fff;
}

.header-languages .active a:hover {
    text-decoration: none;
    cursor: default;
}

.header-search {
    padding: 0 10px;
}

.header-search .form-search {
    margin-bottom: 0;
}

.navbar-container .navbar-static-top {
    margin-left: 0;
    margin-right: 0;
}

.navbar-static-top .navbar-inner {
    /*box-shadow: 0 1px 10px #012D5A;*/
	box-shadow:none;
}

.navbar-container .navbar-inner {
    -webkit-filter: none;
    filter: none;
    border: 0;
	background:#fff;
	border-top:1px solid #DCDCDC;
	border-bottom:3px solid #012D5A;
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-container .navbar .brand {
    text-transform: uppercase;
    color: #fff;
    text-shadow: none;
    line-height: 50px;
    padding: 0;
    font-size: 14px;
    margin-left: 10px;
    cursor: default;
}

.navbar-container .navbar .btn-navbar {
    float: left;
    background: #ee2837;
    padding: 9px 10px 10px;
    text-align: center;
    margin: 6px 0;
    border: 0;
    box-shadow: none;
    -webkit-filter: none;
    filter: none;
}

.navbar-container .navbar .btn-navbar .icon-bar {
    width: 30px;
    height: 4px;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
}

.navbar-container .navbar .btn-navbar .icon-bar + .icon-bar {
    margin-top: 3px;
}

.navbar-container .navbar .btn-navbar .icon-bar + .icon-bar + .icon-bar ~ .icon-bar {
    display: none;
}

.navbar-container .nav > li > a {
    text-shadow: none;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    padding: 15px 8px;
    border-radius: 0;
}

.navbar-container .nav > li > a:hover,
.navbar-container .nav > li > a:focus, .navbar-container .nav li.dropdown.open > .dropdown-toggle {
    color: #002d5a;
    background: #d7e1ec;
}

.navbar-container .nav > .active > a, .navbar-container .nav > .active > a:hover,
.navbar-container .nav > .active > a:focus, .navbar-container .nav li.dropdown.active > .dropdown-toggle,
.navbar-container .nav li.dropdown.open.active > .dropdown-toggle {
    box-shadow: none;
    background: #fff;
    color: #ee2837;
}

.navbar-container .nav .dropdown-menu {
    background: #d7e1ec;
    border-radius: 0;
    border: 0;
    padding: 20px 10px;
    margin-top: 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

.navbar-container .nav .dropdown-menu a {
    color: #002d5a;
}

.navbar-container .nav .dropdown-menu a:hover,
.navbar-container .nav .dropdown-menu a a:focus {
    color: #002d5a;
    background: #fff;
    -webkit-filter: none;
    filter: none;
}

.navbar-container .nav .dropdown-menu > .active > a {
    background: #ee2837;
    color: #fff;
}

.navbar-container .nav > li > .dropdown-menu:before,
.navbar-container .nav > li > .dropdown-menu:after {
    display: none;
}

.navbar-container .nav .icon-angle-down,
.navbar-container .nav .caret {
    display: none;
}

.bodywrapper .footer {
    background: #002d5a;
    font-size: 12px;
    padding: 15px 0;
}

.bodywrapper .footer .footer-logo {
    margin-left: 10px;
    float: left;
}

.bodywrapper .footer .footer-links {
    display: inline-block;
}

.bodywrapper .footer .footer-links > span {
    display: none;
}

.bodywrapper .footer ul {
    margin-left: 15px;
}

.bodywrapper .footer a {
    display: inline-block;
    color: #fff;
    padding: 2px;
}

.video-banner iframe {
    width: 100%;
}

.highlights-list {
    padding: 0 10px;
	background-color:#012D5A;
}

.highlights-list .highlights-list-title {
    margin: 0;
}

.highlights-list .highlights-list-items {
    margin-left: -5px;
    margin-right: -5px;
	padding-bottom: 20px;
}

.highlight-item {
    color: #fff;
    margin-top: 10px;
    width: 50%;
    padding: 0 5px;
    box-sizing: border-box;
    float: left;
}

.highlight-item .highlight-item-inner {
    padding: 8px 10px 10px;
    
}
.highlight-item .highlight-item-inner:hover {
	background: #D8E2EC;
	color:#000;
}
.highlight-item .highlight-item-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 16px;
    margin: 0 0 5px;
}

.highlight-item img {
    width: 100%;
    margin-bottom: 5px;
}

.highlight-item .highlight-item-description {
    margin-bottom: 10px;
}

.highlight-item .highlight-item-description p {
    margin: 0;
    text-align: left;
}

.highlight-item .btn {
    width: 100%;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
}

.news-list {
    margin: 0;
	background: #fff;
}

.news-list .container {
    background: #fff;
}

.news-list .news-list-title {
    font-size: 24px;
    text-transform: uppercase;
    color: #002d5a;
    font-weight: normal;
    margin: 5px 0 0 10px;
}

.news-list .news-list-links {
    padding: 0 10px;
}

.news-list .news-list-links .clear {
    display: none;
}

.news-list .news-list-links .btn {
    text-transform: uppercase;
}

.news-list .news-list-link-all {
    float: left;
}

.news-list .news-list-link-rss {
    float: right;
}

.news-list .news-list-items {
    padding: 0 10px 10px;
}

.news-item.news-item-small {
    font-size: 12px;
    margin-top: 20px;
}

.news-item.news-item-small .news-item-title {
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    color: #3e3e3e;
    margin: 0 0 5px;
}

.news-item.news-item-small .news-item-text {
    margin-bottom: 10px;
    line-height: 14px;
}

.news-item.news-item-small .news-item-text p {
    margin: 0;
}

.news-item.news-item-small .news-item-date {
    color: #888;
}

.news-item.news-item-large {
    font-size: 16px;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d1d1d1;
}

.news-item.news-item-large .news-item-left {
    display: none;
}

.news-item.news-item-large .news-item-right .btn {
    float: right;
    text-transform: uppercase;
}

.news-item.news-item-large .news-item-title {
    font-size: 24px;
    line-height: 1em;
    font-weight: normal;
    margin: 0 0 5px;
}

.news-item.news-item-large .news-item-date {
    margin: 0 0 4px;
    font-size: 14px;
    display: inline-block;
}

.news-details .shares--mobile {
    float: right;
}

.news-details .shares--desktop {
    margin-top: 0;
}

.news-details .news-details-date {
    font-size: 14px;
    display: inline-block;
}

.news-details .news-details-image {
    display: block;
    margin: 10px auto;
    max-width: 100%;
    clear: both;
}

.news-details .news-details-back {
    padding: 40px 0 20px;
    clear: left;
}

.news-details .news-details-back .btn {
    text-transform: uppercase;
}

.tools-list {
    margin-top: -10px;
    margin-bottom: 10px;
}

.tools-list .tools-list-title {
    margin: 0;
}

.tools-list .tools-list-items {
    padding: 0 10px;
}

.tool-item {
    margin-top: 10px;
}

.tool-item .tool-item-inner {
    padding: 8px 10px 10px;
}

.tool-item .tool-item-title {
    font-size: 21px;
    text-transform: uppercase;
    color: #002d5a;
    margin: 0 0 10px;
    line-height: inherit;
    font-weight: bold;
}

.tool-item.tool-item-informations {
    display: none;
}

.tool-item.tool-item-newsletter form {
    margin-bottom: 0;
}

.tool-item.tool-item-newsletter input {
    background: #FFF;
    border: 1px solid #d7e1ec;
}

.tool-item.tool-item-newsletter input:focus {
    border-color: #8898ac;
}

.tool-item.tool-item-newsletter label {
    font-weight: bold;
}

.tool-item.tool-item-newsletter .btn {
    text-transform: uppercase;
    margin-top: 10px;
}

.reassurances-list {
    background: #d7e1ec;
}

.reassurances-list .reassurances-list-title {
    margin: 0;
}

.reassurances-list .reassurances-list-items {
    padding: 0 10px;
    margin-bottom: 30px;
}

.reassurance-item {
    margin-top: 30px;
    color: #002d5a;
}

.reassurance-item .reassurance-item-title {
    font-size: 21px;
    margin: 0 0 5px;
    line-height: inherit;
    font-weight: bold;
    color: #002d5a;
    text-transform: uppercase;
}

.page-content {
    padding: 10px;
}

.page-content-inner {
    font-size: 16px;
}

.page-content-inner p > a {
    font-weight: bold;
}

.page-content-inner h1, .page-content-inner h2, .page-content-inner h3, .page-content-inner h4, .page-content-inner h5, .page-content-inner h6 {
    color: #002d5a;
    margin: 10px 0 15px;
    line-height: 1em;
    font-weight: bold;
}

.page-content-inner h1 {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.page-content-inner h2 {
    font-size: 22px;
}

.page-content-inner h3 {
    font-size: 20px;
}

.page-content-inner h4 {
    font-size: 19px;
}

.page-content-inner h5 {
    font-size: 18px;
}

.page-content-inner h6 {
    font-size: 17px;
}

.page-content-inner li {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

.sitemap {
    font-size: 16px;
}

.sitemap ul {
    list-style-type: disc;
}

.sitemap ul ul {
    margin-bottom: 40px;
}

.sidebar {
    padding: 10px 10px 0;
    margin-top: 30px;
}

.sidebar .demarche {
    margin: 0 0 10px;
    padding: 10px;
}
.sidebar-block {
    margin: 0 0 10px;
    padding: 10px;
	background-color:#FFF;
}

.sidebar-block .sidebar-block-title {
    font-size: 16px;
    color: #002d5a;
    line-height: 1em;
    margin: 0 0 10px;
    text-transform: uppercase;
}
#home-banner {
	background-color:#FFF;
}
.sidebar-block-shortcuts {
	background:#FFF;
}
.sidebar-block .sidebar-block-content > ul {
    margin: 10px 0;
}

.sidebar-block .sidebar-block-content > ul a {
    color: #545454;
}

.sidebar-block .sidebar-block-actions .btn {
    width: 100%;
    box-sizing: border-box;
}

.sidebar-block.sidebar-block-related {
    border-bottom: 1px solid #eaeaea;
}

.sidebar-block.sidebar-block-abc {
    background: var(--color-light-pink);
}

.shortcuts span {
    position: relative;
    top: 7px;
    margin-right: 3px;
}

.shortcuts a {
    color: #5e5e5e;
}

.contact-form {
    border: 1px solid #eaeaea;
    padding: 5px 10px 10px;
    margin-bottom: 20px;
}

.contact-form form {
    margin-bottom: 0;
}

.pagination > ul {
    display: table;
    width: 100%;
}

.pagination > ul > li {
    float: none;
    display: table-cell;
}

.pagination > ul > li > a,
.pagination > ul > li > span {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 10px 0;
}

.pagination > ul > .active > a,
.pagination > ul > .active > a:hover,
.pagination > ul > .active > a:focus,
.pagination > ul > .active > span,
.pagination > ul > .active > span:hover,
.pagination > ul > .active > span:focus {
    background: #002d5a;
    color: #fff;
    border-color: #002d5a;
}

.shares {
    line-height: 14px;
}

.shares--desktop {
    display: none;
}

.shares--mobile {
    margin-bottom: 10px;
}

.shares p {
    display: none;
}

.shares ul {
    display: inline-block;
}

.shares ul,
.shares ul li {
    vertical-align: middle;
}

.js-accordion .js-accordion-title .shares {
    display: none;
}

.js-accordion-toggle .js-accordion-title .shares {
    float: right;
    display: block;
}

.js-accordion-toggle .js-accordion-title {
    color: var(--color-pink) !important;
}

.js-accordion {
    border-bottom: 1px var(--color-grey) solid;
}

.js-accordion + .js-accordion {
    border-top: 0;
}

.js-accordion .js-accordion-title {
    display: block;
    font-weight: bold;
    color: black;
    position: relative;
    cursor: pointer;
    padding: 1rem 3rem 1rem 0rem;
    transition: all 0.3s ease;
    font-size: 1.125rem !important;
    margin: 0;
}

.js-accordion .js-accordion-content {
    display: none;
    padding: 5px 10px;
    font-size: 16px;
}

.js-accordion.js-accordion-toggle .js-accordion-title,
.js-accordion.js-accordion-toggle.js-accordion-open .js-accordion-title {
    font-weight: bold;
}

.js-accordion.js-accordion-open .js-accordion-content {
    display: block;
}

.main-content .faq-search{
    border: 1px solid #eaeaea;
    border-bottom: 0;
    padding: 5px 10px;
    font-size: 16px;
}

.main-content .faq-search .faq-search-title {
    font-size: 24px;
    line-height: 1em;
    font-weight: normal;
    margin: 0 0 15px;
}

.main-content .faq-search ul strong,
.main-content .faq-search ul a {
    font-weight: bold;
}

.main-content .faq-search ul .btn {
    position: relative;
    top: -3px;
}

.search-result {
    border-bottom: 1px solid #d1d1d1;
    padding: 10px 0 5px;
    font-size: 16px;
}

.search-result .search-result-title {
    font-size: 24px;
    font-weight: normal;
    line-height: 1em;
    margin: 0 0 10px;
}

.emploi-tag {
    background: #002d5a;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 0 8px;
    margin-left: 5px;
    font-weight: normal;
}

.tag-title {
    margin-left: 0;
    margin-bottom: 10px;
}

.emploi-tag--new {
    background: #ee2837;
}

.emploi-tag--updated {
    background: #d7e1ec;
    color: #002d5a;
}

.page-content-inner p {
    margin : 0 0 20px;
}
/*
.tooltip-emploi{
    display: inline;
    position: relative;
}

.tooltip-emploi:hover:after{
    background: #ffffff;
    border-radius: 5px;
    border: #5e5e5e 1px solid;
    top: 27px;
    color: #5e5e5e;
    content: attr(data-tooltip);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 300px;
}

.tooltip-emploi:hover:before{
    border: solid;
    border-color: #5e5e5e transparent;
    border-width: 6px 6px 0 6px;
    top: 27px;
    content: "";
    left: 18%;
    position: relative;
    z-index: 99;
}
*/

.wrapper-tooltip {
    position: relative;
}

.wrapper-tooltip .tooltip-emploi {
    background: #fff;
    top: 100%;
    color: #080642;
    display: block;
    left: 20%;
    margin-top:20px;
    margin-bottom: 15px;
    opacity: 0;
    padding: 20px;
    pointer-events: none;
    position: absolute;
    width: 195px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.28);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.28);
    border-radius:5px;
    z-index: 1;
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.wrapper-tooltip .tooltip-emploi:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}

/* CSS Triangles - see Trevor's post */
.wrapper-tooltip .tooltip-emploi:after {
    /*border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-bottom: solid #fff 10px;
    height: 0;
    width: 0;*/
    top: -20px;
    content: url(../img/sprite/arrow-top.png);
    left: 20%;
    margin-left: -13px;
    position: absolute;

}

.wrapper-tooltip:hover .tooltip-emploi {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lt-ie8 .wrapper-tooltip .tooltip-emploi,
.lt-ie9 .wrapper-tooltip .tooltip-emploi{
    display: none;
    border:1px solid #eaeaea;
}

.lt-ie8 .wrapper-tooltip:hover .tooltip-emploi,
.lt-ie9 .wrapper-tooltip:hover .tooltip-emploi {
    display: block;
}


@media screen and (max-width: 767px) {
    .tool-item .tool-item-inner,
    .news-item.news-item-small .news-item-title,
    .news-item.news-item-small .news-item-text {
        min-height: inherit !important;
    }

    .nav-collapse .nav .dropdown .dropdown-menu {
        display:none;
    }
}

@media screen and (max-width: 979px) {
    .form-horizontal .control-label {
        width: auto;
        float: none;
        text-align: left;
    }

    .form-horizontal .controls {
        margin-left: 0;
    }
}

.bodywrapper label.error{
    color: red;
}

p,ol {
    text-align: justify;
    word-break: break-word;
}

.lt-ie9 .blocIE{
    padding: 20px;
    color: #3e3e3e;
    background: #d7e1ec;
    margin-top: 20px;
    display:block;
}

.blocIE{
    display: none;
}

div.highlights-list-items div.highlight-item a {
    color: #fff;
    text-decoration: none;
}

div.highlights-list-items div.highlight-item a:HOVER {
    color: #fff;
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    .main-content .demarche a{
        word-break: break-word;
    }
    .main-content .hidden-phone{
        display: none !important;
    }
    .tool-item.tool-item-newsletter input{
        width: 100%;
    }
    .news-list .news-list-title{
        margin: 0 0 0 20px;
        padding-top: 15px;
    }
}

.main-content .pagination {
    display:block;
}

.main-content a{
    color: #002d5a;
}

.main-content a:hover{
    color:unset;
}

.main-content a:hover, .main-content a:focus{
    color:#00070e;
    text-decoration: underline;
}

.main-content a:hover, .main-content a:active{
    outline: 0;
}

.row:before, .row:after{
    display: table;
    content: "";
    line-height: 0;
}

@media screen and (min-width: 1200px){
    .span4{
        width: 370px;
    }
    [class*="span"]{
        float: left;
        min-height: 1px;
        margin-left: 30px;
    }
    .row:after{
        clear:both;
        display: table;
        content: "";
        line-height: 0;
    }
}

.demarche .row{
    padding: 20px 0;
    justify-content: center;
}

.demarche .row div{
    text-align: center;
}

.error{
    color:red;
}

.error h4{
    color: #002d5a;
}

.bodywrapper .reassurances-list{
    display: none;
}

.main-content .sidebar-block.sidebar-block-shortcuts{
    display: none;
}

.form-horizontal .control-label {
    width: 100%;
    font-size: 18px;
    text-align: left;
    float: none;
    color: #002d5a;
    font-weight: bold;
    padding-top: 15px;
    max-width: 100%;
}

input, textarea, .uneditable-input {
    width: auto;
}

input[type="radio" i] {
    margin:4px 0 0 -20px !important;
}

select {
    margin: 4px 7px 0 0px !important
}

.sidebar-block {
    border: 1px solid #d3d3d382;
    box-shadow: 10px 10px 10px lightgrey;
    background-color: var(--color-light-pink);
    border-radius: 12px;
}

.home #hero {
    position: relative;
    background: transparent url("/files/default/sites/emploi/files/emploi_home.png");
    background-image: url("/files/default/sites/emploi/files/hero_images/emploi_home.png");
    background-size: auto;
    background-size: cover;
    text-align: center;
}

.home #hero .inner {
    min-height: 250px;
}

.siteBrandText {
    white-space: break-spaces;
    line-height: 1;
}

#steps .img {
    background-image: none !important;
}

ff-logics-value-selector .standardLabel {
    text-overflow: ellipsis;
    max-width: 300px;
    position: relative;
    padding-right: 15px;
    overflow: hidden;
}

ff-logics-value-selector .cursorPointer {
    position: absolute;
    right: 3px;
}

#wizard-wallon div.form-group {
    border: none;
    background: #d7e1ec;
    color: #4a4668;
}

#wizard-wallon ff-radios-inline > div.form-group, #wizard-wallon ff-radios > div.form-group {
    padding: 25px;
    margin: 20px 0;
}

#wizard-wallon .form-horizontal .control-label {
    width: auto;
    font-size: 20px;
    text-align: left;
    float: none;
    line-height: 1.2em;
    font-weight: bold;
    padding: 5px 0px;
}

#wizard-wallon h3.contentDisplayTitle {
    display: inline-block;
    height: 10px;
    background-color: #ffffff;
    margin-left: 10px;
    font-size: 18px !important;
    padding: 10px;
    margin-top: 15px;
}

#wizard-wallon .input-wrap {
    border: none;
    background: #fff;
    border-radius: 0;
    margin-bottom: 5px;
    box-shadow: none;
    padding: 15px;
}


#wizard-wallon div > div > .btn-primary {
    display: none;
}

@media screen and (min-width: 768px) {
    #wizard-wallon div.row {
        margin-left: 0px;
    }
}

@media screen and (min-width: 1200px) {
    #wizard-wallon div.row {
        margin-left: 0px;
    }
}

#wizard-wallon input[type="radio"], #wizard-wallon input[type="checkbox"] {
    margin: 0px 0px 6px 10px;
}


#wizard-wallon ff-radios input[type="radio"], #wizard-wallon > ff-radios input[type="checkbox"] {
    margin: 4px 6px 0px 0px;
}


#wizard-wallon label {
    display: inline-block;
    margin-bottom: 5px;
}

#wizard-wallon .form-horizontal .help-block {
    margin-bottom: 0;
    font-size: 0.8em;
    padding-top: 5px;
}

#wizard-wallon ff-content-display > br {
    display: none;
}

#wizard-wallon .radio, #wizard-wallon .checkbox {
    padding-left: 0px;
}

input, textarea, .uneditable-input {
    width: auto;
}

input[type="radio" i] {

    margin: 4px 0 0 -20px !important;
}

/*----Ajout 1.3.0------- */
@media screen and (max-width: 767px) {
    .sprite-dgo6 {
        margin-right: inherit;
        width: 310px;
    }

    .header-titles .header-logo {
        padding-right: 0;
    }
}

@media screen and (max-width: 320px) {
    .sprite-dgo6 {
        margin-right: inherit;
        width: 310px;
        transform: scale(0.8);
    }

    .header-titles .header-logo {
        padding-right: 0;
    }
}

.demarche .row {
    padding: 20px 0;
}

.demarche .row div {
    text-align: center;
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.cookieConsent.alert {
    background: black;
    border: none;
    font-size: 1em;
    line-height: 2em;
    color: white;
    opacity: 1;
    padding: 10px 0;
    margin: 0;
    text-shadow: none;
}


.form-horizontal .control-label {
    width: 100%;
    font-size: 18px;
    text-align: left;
    float: none;
    color: #002d5a;
    font-weight: bold;
    padding-top: 15px;
}

input, textarea, .uneditable-input {
    width: 100%;
    margin: 4px 7px 0 0px !important
}

select {
    margin: 4px 7px 0 0px !important
}

.highlight-item {
    margin: 20px 5px;
    border: 1px solid lightgray;
    box-shadow: 10px 10px 10px lightgray, -10px -10px 10px lightgray;
    min-height: 250px;
}

.highlight-item-inner {
    text-align: center;
}

.highlight-item-title {
    text-align: center;
    padding: 7px 0 0;
}

#hero img {
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 991px) {
    header#header #brand .visual {
        width: auto;
    }
}

.bodywrapper .reassurances-list {
    display:block;
}

.js-accordion .js-accordion-title:after{
    font-family: "Font Awesome 5 Free";
    font-size: 1rem;
    margin-right: 0.5rem;
    color: var(--color-pink);
    position: absolute;
    right: 10px;
    transition: all 0.3s ease;
    top: 1rem;
    content: "\f067";
    font-weight: 700;
}

.js-accordion-toggle .js-accordion-title:after{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.caliopeError.error-msg{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}