@charset "UTF-8";
.lastmodified-24-October-2019-15h16 {
  content: "";
}

/*transverse*/
/*candidat*/
/*entreprise*/
/*particulier*/
/*conseiller*/
/* news */
/*autres*/
/*emploi store usager*/
/*emploi store dev*/
/*guso*/
/*bouton*/
/*link*/
/*font*/
/*social*/
/*accessibilité*/
.steps {
  z-index: 0;
  padding: 0;
}
.steps h1 {
  margin-bottom: 25px;
}
.steps ul {
  margin-top: 40px;
  margin-bottom: 40px;
}
.steps ul li {
  list-style: none;
  color: #a8aeb1;
}
.steps ul li .statut {
  display: none;
}
.steps ul li a {
  color: #a8aeb1;
  padding: 0;
}
.steps ul li a:hover {
  background-color: transparent;
}
.steps ul li a:hover > span:first-child {
  color: #289DBD;
}
.steps ul li a:hover .circle {
  background: #a8aeb1;
  color: white;
}
.steps ul li a:focus {
  background: none;
}
.steps ul li > span:first-child,
.steps ul li a > span:first-child {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  max-width: 70%;
}
.steps ul li .active .span {
  color: #38454d;
}
.steps ul li.active a, .steps ul li:not(.past) a {
  color: #38454d;
}
.steps ul li.active .statut, .steps ul li:not(.past) .statut {
  display: block;
}
.steps ul li.active > a .circle, .steps ul li.active:hover > a .circle, .steps ul li:not(.past) > a .circle, .steps ul li:not(.past):hover > a .circle {
  background-color: #289DBD;
  border: 2px solid #289DBD;
  color: white;
}
.steps ul li.dotted {
  display: none;
}
.steps ul li:before {
  content: '';
  display: block;
  /* border-right: 2px dotted #a8aeb1; */
  background: url(gfx/step-bg-circle.svg) repeat-y top right;
  height: 40px;
  margin-right: 17px;
  z-index: 1;
}
.steps ul li:first-child:before {
  content: none;
}
.steps ul li ul li:before {
  height: 20px;
}
.steps ul li ul li:first-child:before {
  content: '';
}
.steps ul li ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0;
}
.steps ul li ul li {
  color: #a8aeb1;
}
.steps ul li ul li .circle {
  width: 14px;
  height: 14px;
  padding: 0;
  margin-right: 11px;
  vertical-align: -2px;
  margin-left: 21px;
}
.steps ul li ul li a {
  position: relative;
  display: block;
}
.steps ul li ul li a:hover, .steps ul li ul li a:focus {
  text-decoration: none;
}
.steps ul li .circle {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 7px 0px;
  border: 1px solid #a8aeb1;
  background-color: transparent;
  color: gray;
  text-align: center;
  margin-left: 10px;
  display: inline-block;
  z-index: 2;
}
.steps ul li.past a:hover > span:first-child {
  color: #289DBD;
}
.steps ul li.past a:hover .circle {
  background-color: #289DBD;
  border: 1px solid #289DBD;
}
.steps ul ul li.past,
.steps ul li.past > a,
.steps ul ul li.past a,
.steps ul li.past > button,
.steps ul ul li.past button {
  color: #38454d;
}
.steps ul ul li.past .circle,
.steps ul li.past > a .circle,
.steps ul ul li.past a .circle,
.steps ul li.past > button .circle,
.steps ul ul li.past button .circle {
  color: white;
  background: #a7a9ac;
  border-color: transparent;
}

.candidat .steps ul li.active > span .circle,
.candidat .steps ul li.active div > span.circle,
.candidat .steps ul li.active > a .circle,
.candidat .steps ul li.active > button .circle,
.candidat .steps ul li:not(.past) > a .circle,
.candidat .steps ul li:not(.past) > button .circle,
.candidat .steps > ul > li.active > .circle,
.candidat .panel-left .steps ul li.active:hover > a > .circle,
.candidat .panel-left .steps ul li.active:hover > button > .circle {
  background-color: #ff5950;
  border-color: #ff5950;
  color: #fff;
}
.candidat .steps ul li.active > a,
.candidat .steps ul li.active > button,
.candidat .steps ul li ul li.active a,
.candidat .steps ul li ul li.active button,
.candidat .steps ul li.active > div,
.candidat .steps ul li.active > span,
.candidat .steps ul li ul li.active a:hover > span:first-child,
.candidat .steps ul li ul li.active button:hover > span:first-child {
  color: #ff5950;
}
.candidat .steps ul li.past a:hover .circle,
.candidat .steps ul li.past button:hover .circle {
  background-color: #ff5950;
  border: 1px solid #ff5950;
}
.candidat .steps ul li.past a:hover > span:first-child,
.candidat .steps ul li a:hover > span:first-child,
.candidat .steps ul li.past button:hover > span:first-child,
.candidat .steps ul li button:hover > span:first-child {
  color: #ff5950;
}

.entreprise .steps ul li.active > .circle,
.entreprise .steps ul li:not(.past) > a .circle,
.entreprise .steps ul li:not(.past) > button .circle,
.entreprise .steps > ul > li.active > .circle,
.entreprise .panel-left .steps ul li.active:hover > a > .circle,
.entreprise .panel-left .steps ul li.active:hover > span > .circle,
.entreprise .panel-left .steps ul li.active:hover > button > .circle {
  background-color: #599d78;
  border-color: #599d78;
  color: #fff;
}
.entreprise .steps ul li ul li.active a,
.entreprise .steps ul li ul li.active a:hover > span:first-child,
.entreprise .steps ul li ul li.active span,
.entreprise .steps ul li ul li.active span:hover > span:first-child,
.entreprise .steps ul li ul li.active button,
.entreprise .steps ul li ul li.active button:hover > span:first-child {
  color: #599d78;
}
.entreprise .steps ul li.past a:hover .circle,
.entreprise .steps ul li.past button:hover .circle {
  background-color: #599d78;
  border: 1px solid #599d78;
}
.entreprise .steps ul li.past a:hover > span:first-child,
.entreprise .steps ul li a:hover > span:first-child,
.entreprise .steps ul li.past button:hover > span:first-child,
.entreprise .steps ul li button:hover > span:first-child {
  color: #599d78;
}
.entreprise .steps .active > span:first-child {
  color: #000;
  font-weight: bold;
}

.mobile-steps {
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
}
.mobile-steps .warning {
  color: #fff !important;
}
.mobile-steps ul li:before {
  content: none;
}
.mobile-steps .nav {
  display: table;
  margin: 15px 0;
  width: 100%;
}
.mobile-steps .nav a {
  top: 0px;
}
.mobile-steps .dotted {
  background: url(gfx/step-bg-circle-y.svg) repeat-x 0 0;
  position: absolute;
  width: 76%;
  height: 5px;
  left: 11%;
  top: 17px;
}
.mobile-steps.steps ul li.active > span:first-child {
  color: #fff;
}
.mobile-steps .nav > li {
  display: table-cell;
  text-align: center;
  width: auto;
}
.mobile-steps .nav > li .circle {
  display: inline-block;
  margin: 0;
  background: #fff;
  position: relative;
  vertical-align: top;
  box-shadow: 0px 0px 0px 6px #fff;
}
.mobile-steps .nav > li .circle + span {
  display: block;
  text-align: center;
  line-height: 12px;
  margin-top: 8px;
}
.mobile-steps .nav > li a:hover > span:first-child {
  color: #fff;
}

.candidat .mobile-steps ul li.active span + span {
  color: #ff5950;
}
.candidat .mobile-steps .nav > li a:hover > span:first-child,
.candidat .mobile-steps ul li.past a:hover > span:first-child,
.candidat .mobile-steps ul li.past button:hover > span:first-child {
  color: #fff;
}

.entreprise .mobile-steps ul li.active span + span {
  color: #599d78;
}
.entreprise .mobile-steps .nav > li a:hover > span:first-child,
.entreprise .mobile-steps ul li.past a:hover > span:first-child,
.entreprise .mobile-steps ul li.past button:hover > span:first-child {
  color: #fff;
}

@media print {
  .panel-left {
    display: none;
  }

  .form {
    padding: 0 0 10px 0;
  }
}
/* ================================================================================ */
.guso .btn-primary:hover,
.guso .btn-primary:focus,
.guso .open > .dropdown-toggle.btn-primary:focus,
.guso .open > .dropdown-toggle.btn-primary:hover {
  color: #ffffff;
  background-color: #c41149;
  border-color: #c41149;
}
.guso .btn-primary:active,
.guso .btn-primary.active,
.guso .open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #ba1045;
  border-color: #ba1045;
}
.guso .btn-primary:disabled:hover {
  color: #ffffff;
  background-color: #eb1d5d;
  border-color: #eb1d5d;
}
.guso .btn-primary {
  color: #ffffff;
  background-color: #eb1d5d;
  border-color: #eb1d5d;
}

a.text-guso, button.text-guso {
  color: #eb1d5d;
}
a.text-guso:hover, a.text-guso:active, button.text-guso:hover, button.text-guso:active {
  color: #e51656;
  /* text-decoration:none; */
}
a.text-guso:focus, button.text-guso:focus {
  color: #e51656;
}

.text-primary {
  color: #eb1d5d !important;
}

.t1, .t2, .t3, .t4, .t5, .t6, .t7 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.with-bg-primary {
  background: #eb1d5d;
}

.with-bg-purple {
  background: #25084c !important;
}

.with-bg-primary, .with-bg-purple {
  color: #fff;
}
.with-bg-primary .btn-primary:hover, .with-bg-primary .btn-primary:focus, .with-bg-purple .btn-primary:hover, .with-bg-purple .btn-primary:focus {
  color: #eb1d5d;
}

.dropdown-menu > li > button:active,
.dropdown-menu > li > a:active,
.dropdown-menu > li > .wrapper-disabled:active {
  background: #eb1d5d;
  color: #fff;
}

/* =============================================================================== */
.header .header-right .btn-search, .header .header-right .btn-account {
  border: none;
}
.header .header-right .btn-close {
  border-left: 1px solid #eee;
}
.header .header-right .btn-messages {
  border-right: 1px solid #eee;
}
.header .btn-header .badge {
  background-color: #eb1d5d;
}
.header .nav-logo img {
  height: 2.7rem;
}

/* SPECIFIQUE JAHIA */
main {
  padding-top: 0px;
  /* LANDING PAGE */
  /* FIN LANDING PAGE */
  /* GABARIT LISTE COLLAPSE */
  /* AUTHENTIFICATION */
}
main > .landing-page.home .heading .heading-baseline, main > .landing-page.article .heading .heading-baseline, main > .landing-page.faq .heading .heading-baseline {
  top: 170px;
  max-width: 500px;
}
main > .landing-page.home .heading + .with-bg-purple, main > .landing-page.home .heading + .with-bg-primary, main > .landing-page.article .heading + .with-bg-purple, main > .landing-page.article .heading + .with-bg-primary, main > .landing-page.faq .heading + .with-bg-purple, main > .landing-page.faq .heading + .with-bg-primary {
  padding-top: 0;
}
main > .landing-page.home .heading .img-container .row {
  height: 707px;
  overflow: hidden;
}
main > .landing-page.home .with-bg-purple, main > .landing-page.home .with-bg-primary {
  padding-top: 60px;
}
main > .landing-page.home .img-container {
  background-position: 50% -60px !important;
}
main > .landing-page.home .baseline {
  margin-bottom: 40px;
}
main > .landing-page.home .baseline span:first-child {
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 500;
}
main > .landing-page.home .baseline span:first-child + span {
  display: block;
}
main > .landing-page.home .notification span {
  font-size: 36px;
  font-size: 2.25rem;
}
main > .landing-page.home .notification div {
  padding: 15px 0;
}
main > .landing-page.home .notification div p {
  margin: 0;
  font-weight: 400;
}
main > .landing-page.article .img-container, main > .landing-page.faq .img-container {
  background-position: 50% -40px !important;
  height: 350px;
}
main > .landing-page.article .img-full img, main > .landing-page.faq .img-full img {
  width: 100%;
}
main > .landing-page.article article > .img-full, main > .landing-page.faq article > .img-full {
  text-align: center;
  margin: 30px 0;
}
main > .landing-page.article .content .article h2 {
  padding-bottom: 0;
}
main > .landing-page.faq .heading {
  height: 350px;
}
main > .landing-page .block-article .article-content {
  padding: 80px 100px;
}
main > .landing-page .block-article:last-child {
  padding-bottom: 50px;
}
main > .landing-page .with-bg-purple .container span, main > .landing-page .with-bg-purple .container div, main > .landing-page .with-bg-primary .container span, main > .landing-page .with-bg-primary .container div, main > .landing-page .with-bg-gray .container span, main > .landing-page .with-bg-gray .container div {
  display: table-cell;
  vertical-align: middle;
}
main > .landing-page .with-bg-purple .container span, main > .landing-page .with-bg-primary .container span, main > .landing-page .with-bg-gray .container span {
  padding-right: 10px;
}
main > .landing-page .breadcrumb-wrapper {
  position: absolute;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
  width: 100%;
  margin-top: 60px;
  opacity: 1;
  transition: opacity 0.8s;
}
main > .liste {
  padding-top: 60px;
}
main > .liste.faq, main > .liste.connexion {
  padding-top: 0px;
}
main > .liste .container {
  padding-bottom: 40px;
}
main > .liste .detail-aide:nth-of-type(even) > button {
  background: inherit;
}
main > .liste .detail-aide:nth-of-type(even) > button {
  background: #FBFBFB;
}
main > .liste .detail-aide .content-aide .illustr {
  margin-bottom: 10px;
}
main > .liste .detail-aide .content-aide .illustr img {
  display: inline-block;
  max-width: 200px;
  padding: 10px 20px 10px 0;
}
main > .liste .detail-aide .content-aide ul, main > .liste .detail-aide .content-aide ol {
  margin-bottom: 10px;
  padding-left: 20px;
}
main > .liste .detail-aide .content-aide ul {
  display: inline-block;
}
main > .liste .detail-aide .content-aide ul li {
  list-style-type: disc;
}
main > .connexion {
  padding-top: 60px;
  padding-bottom: 1px;
  background: #e5e6e8;
}
main > .connexion .container {
  width: 100%;
  margin: 0;
  padding: 20px 15px;
  border-radius: 0px;
  background: #fff;
  position: relative;
}
main > .connexion .container .list {
  position: absolute;
  left: 0;
  top: -48px;
}
main > .connexion .container .list .nav-tabs li {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background: #d3d4d6;
}
main > .connexion .container .list .nav-tabs li a {
  padding: 15px 30px;
  text-transform: uppercase;
  border: none;
  color: #8e8e8e;
}
main > .connexion .container .list .nav-tabs li.active {
  background: #fff;
}
main > .connexion .container .list .nav-tabs li.active a {
  color: #3d3d3d;
}
main > .connexion .container header h1.t2 {
  font-weight: 200;
}
main > .connexion .container header h1 {
  color: #666666;
  margin-top: 30px;
  margin-bottom: 10px;
}
main > .connexion .container button.btn {
  margin-top: 30px;
  margin-bottom: 10px;
}
main > .connexion .container .btn[type='reset'] {
  margin-top: 15px;
}
main > .connexion .container form + .t4 {
  margin: 30px 0 0px 0;
}
main .section-container > ul {
  padding-left: 0px;
}

/* PAGE D'ERREUR */
.small-container.erreur header img {
  width: 150px;
}

.accessibility .small-container.erreur header a {
  display: inline-block;
  width: 150px;
  height: 68px;
  background: url(../img/logo-webguso-white.svg) no-repeat top center;
  background-size: cover;
}
.accessibility .small-container.erreur header a img {
  display: none;
}

/* FIN SPECIFIQUE JAHIA */
/* NAV BUBBLE */
.guso .modal-responsive-nav .btn-close,
.guso .modal-responsive-nav .btn-close:hover {
  color: #eb1d5d;
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: none;
}

/* FIN NAV BUBBLE */
.container-fluid:last-child .article-header {
  margin-bottom: 80px;
}
.container-fluid:nth-child(2) .container {
  padding: 10px 0;
}

/* -------------------------------- 

MENU PRINCIPAL

-------------------------------- */
.menu {
  display: none;
  z-index: 0;
  padding: 0;
}
.menu ul {
  margin-top: 10px;
  margin-bottom: 0;
  padding: 0 20px;
}
.menu ul li {
  padding: 15px 0;
  border-bottom: 1px solid #d8d8d8;
  /************ COLAPSE ************/
}
.menu ul li span {
  color: #414141;
  display: inline-block;
}
.menu ul li span.circle {
  color: #414141;
  margin-left: 0;
  margin-right: 10px;
}
.menu ul li span.circle + span {
  max-width: 60%;
}
.menu ul li a {
  padding: 0;
  display: inline;
}
.menu ul li a:hover, .menu ul li a:focus {
  background-color: transparent;
  color: #38454d;
}
.menu ul li a:hover .circle, .menu ul li a:focus .circle {
  background-color: #fff;
  border: 1px solid #a8aeb1;
  color: #414141;
}
.menu ul li a:hover .circle + span, .menu ul li a:focus .circle + span {
  color: #eb1d5d;
  background: transparent;
}
.menu ul li a span {
  position: relative;
  vertical-align: middle;
}
.menu ul li.active .circle {
  background-color: #fff;
  border: 1px solid #a8aeb1;
  color: #414141;
}
.menu ul li.active .circle + span {
  color: #eb1d5d;
  background: transparent;
}
.menu ul li:last-child {
  border: none;
}
.menu ul li [class*="icon-"].icon-chevron-down {
  display: none;
  float: right;
}
.menu ul li [class*="icon-"].icon-chevron-up {
  float: right;
}
.menu ul li .collapsed [class*="icon-"].icon-chevron-up {
  display: none;
  float: right;
}
.menu ul li .collapsed [class*="icon-"].icon-chevron-down {
  display: inline;
  float: right;
}
.menu ul li .btn-collapse, .menu ul li .btn-collapse:hover, .menu ul li .btn-collapse:focus {
  background-color: transparent;
  border: none;
  color: white;
  border-radius: 0;
  position: absolute;
  top: 15px;
  right: 0;
  padding: 0 10px 0 10px;
}
.menu ul li .btn-collapse span, .menu ul li .btn-collapse:hover span, .menu ul li .btn-collapse:focus span {
  margin-right: 0;
}
.menu ul li.icon-chevron-down, .menu ul li.icon-chevron-up {
  font-size: 16px;
  font-size: 1rem;
  float: right;
  top: 7px;
}
.menu ul li ul {
  margin: 0 0 0 40px;
}
.menu ul li ul li {
  padding: 5px 0;
  border: none;
}
.menu ul li ul li:hover a > span:first-child {
  color: #eb1d5d;
}
.menu ul li .circle {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 2px 0px;
  border: 1px solid #a8aeb1;
  background-color: transparent;
  color: gray;
  text-align: center;
  margin-left: 10px;
  display: inline-block;
  z-index: 2;
}

.template-column-left {
  background: #f3f3f3;
}
.template-column-left .steps {
  border-right: 1px solid #D8DEE0;
  z-index: 0;
  padding: 0;
}
.template-column-left .steps h2, .template-column-left .steps h1 {
  margin: 10px 0 20px 0;
  padding: 0;
}
.template-column-left .steps ul {
  margin-top: 0;
}
.template-column-left .steps ul li {
  text-align: left;
  margin: 0 17px 40px 0;
}
.template-column-left .steps ul li a span {
  display: inline-block;
  top: -2px;
  vertical-align: middle;
}
.template-column-left .steps ul li a span:nth-of-type(2) {
  max-width: 70%;
}
.template-column-left .steps ul li a span.statut {
  display: block;
}
.template-column-left .steps ul li:before {
  display: none;
}
.template-column-left .steps ul li .circle {
  margin: 0 10px 0 0;
}
.template-column-left .steps ul li.active > a .circle, .template-column-left .steps > ul > li.active > .circle, .template-column-left .panel-left .steps ul li.active:hover > a > .circle {
  background-color: #eb1d5d;
  border-color: #eb1d5d;
}
.template-column-left .steps ul li ul li.active a, .template-column-left .steps ul li ul li.active a:hover > span:first-child {
  color: #eb1d5d;
}
.template-column-left .steps ul li.past a:hover .circle {
  background-color: #eb1d5d;
  border: 1px solid #eb1d5d;
}
.template-column-left .sticky {
  padding: 40px 40px 40px 10px;
  text-align: right;
  /*
  An affix-bottom rule must be set to position abosolute.
  It prevents jQuery offset method (which toggles a position:relative style attribute) to override Boostrap affix
  method (which toggles a position:fixed rule)
  See https://github.com/twbs/bootstrap/issues/9342 for more info on the issue
  */
}
.template-column-left .sticky.affix {
  width: 16.66666667%;
  top: 49px;
}
.template-column-left .sticky.affix-bottom {
  /*position: absolute;*/
  position: relative;
}

.content {
  padding: 0 30px 100px 30px;
  background: #fff;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  position: inherit;
}
.content h1, .content h2 {
  margin-top: 30px;
}
.content h2 {
  margin-bottom: 10px;
}
.content .article li.detail-aide {
  padding-left: 0;
}
.content .article li.detail-aide:before {
  content: none;
}
.content .article h2, .content .article h3 {
  padding: 30px 0;
  margin: 0;
}
.content .article:last-child {
  padding-bottom: 50px;
}

.bloc-rubrique {
  text-align: center;
  margin: 20px auto;
  background: #e6e6e6;
  min-height: 450px;
}
.bloc-rubrique img {
  width: 100%;
}
.bloc-rubrique div {
  padding: 0 40px 40px 40px;
}
.bloc-rubrique div h3 {
  margin: 20px auto;
  font-weight: 500;
}
.bloc-rubrique div p {
  margin: 0 auto 20px auto;
}

article h2, article h3 {
  padding: 30px 0;
}

section h1, section h2, section h3, section h4 {
  padding: 0 0 30px 0;
}
section:last-child {
  padding-bottom: 50px;
}

.encart {
  background: #e6e6e6;
  margin: 0 auto;
  padding: 20px;
  margin: 0 0 30px 0;
}
.encart h4 {
  margin: 0 0 30px 0;
}
.encart ul {
  padding: 10px 0 0 0;
}
.encart.with-img {
  padding: 0px;
}
.encart .encart-img {
  padding: 0;
}
.encart .encart-img .img-full {
  max-width: 100%;
  max-height: 100%;
}
.encart .encart-texte {
  padding: 20px;
  vertical-align: middle;
}
.encart.with-bg-primary {
  background: #eb1d5d;
}

/* Tableau */
.table {
  text-transform: uppercase;
}
.table > thead {
  background: #eb1d5d;
  color: #f3f3f3;
}
.table > thead > tr > th {
  font-weight: 400;
  padding: 20px;
  border-bottom: none;
}
.table > tbody > tr > th, .table > tbody > tr > td {
  font-weight: 400;
  padding: 20px;
  border-top: none;
}
.table > tbody > tr:last-child > td {
  font-weight: 600;
}

.table-responsive {
  margin: 30px auto;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background: #fff;
}
.table-striped > tbody > tr:nth-of-type(even) {
  background: #f3f3f3;
}

/* -------------------------------- 

BLOC SOMMAIRE FIXE

-------------------------------- */
.article::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}

video, object {
  width: 100%;
  height: auto;
}

footer.footer .col-xs-6:first-child + .col-xs-6 span.border-top {
  background: #3E4249;
}
footer.footer .col-xs-6:first-child + .col-xs-6 + .col-xs-6 span.border-top {
  background: #25084c;
}
footer.footer .col-xs-6:first-child + .col-xs-6 + .col-xs-6 + .col-xs-6 span.border-top {
  background: #eb1d5d;
}

button.btn.switch-access {
  margin-top: 20px;
  margin-bottom: 30px;
}

/* ============================= ACCESSIBILITY =============================== */
.accessibility .header .header-left a.nav-logo {
  background: url(../img/logo-webguso-white.svg) no-repeat 0 0 !important;
}
.accessibility .heading nav > ul .col-nav:first-child {
  border-left: none;
}
.accessibility .baseline {
  padding: 15px;
}

/* ============================= HIGH RES =============================== */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .header .header-left a.nav-logo {
    width: 150px;
    height: 32px;
    margin-top: 5px;
    box-sizing: content-box;
    background: url(../img/logo-webguso.svg) no-repeat 0 0;
  }
}
/* ================================ Bloc actu ============================= */
.ipad .actu-left-box {
  -webkit-animation: none;
  animation: none;
}

.actu-left-box {
  width: 280px;
  height: 374px;
  z-index: 1000;
  background: #fff;
  position: absolute;
  top: 103px;
  box-shadow: 0px 0px 50px -3px rgba(0, 0, 0, 0.44), 0px 0px 3px 1px rgba(0, 0, 0, 0.14);
  left: 31px;
  border-radius: 9px;
  -webkit-animation: heading-form .8s ease-in-out;
  animation: heading-form .8s ease-in-out;
}
.actu-left-box:after {
  content: '';
  position: absolute;
  left: 25px;
  transform: rotate(-90deg);
  bottom: -51px;
  width: 0;
  height: 0;
  transition: all 0.2s cubic-bezier(0.46, -0.13, 0, 0.31);
  transition-delay: .1s;
  box-sizing: border-box;
  border: 1em solid black;
  border-color: #fff #fff transparent transparent;
  transform-origin: 0 0;
  box-shadow: 0px -3px 0px 0px rgba(0, 0, 0, 0.07);
}
.actu-left-box .owl-item img {
  border-radius: 9px 9px 0 0;
}
.actu-left-box .actu-bd {
  padding: 10px 20px;
}
.actu-left-box .actu-bd h2 {
  margin-bottom: 10px;
}
.actu-left-box .owl-dots {
  border-top: 1px solid #ecefef;
  text-align: center;
  padding: 9px 0px 7px 0px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.actu-left-box .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.actu-left-box .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  margin: 5px 7px;
  background: #c3c3cb;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 50%;
  cursor: pointer;
}
.actu-left-box .owl-dots .owl-dot.active span, .actu-left-box .owl-dots .owl-dot:hover span {
  background: #555556;
}

.firefox17 .actu-left-box:after {
  transform: inherit;
  transition: inherit;
  border-color: #fff  transparent transparent #fff;
  bottom: -26px;
  box-shadow: 0px -3px 0px 0px white;
}

/* ============================================================================== */
/* ==========================       320px               ========================= */
/* ============================================================================== */
@media only screen and (min-width: 320px) {
  main > .landing-page .heading {
    height: inherit;
  }
  main > .landing-page .heading .baseline {
    font-size: 42px;
    font-size: 2.625rem;
  }
  main > .landing-page .block-article .article-content {
    padding: 30px 20px;
  }
  main > .landing-page .text-wide {
    text-align: center;
  }
}
/* ============================================================================== */
/* ==========================       425px               ========================= */
/* ============================================================================== */
@media only screen and (min-width: 425px) {
  .header .header-right .btn-search {
    display: inline-block;
  }
  .header .header-right .btn-messages {
    border-left: 1px solid #eee;
  }

  main > .connexion > .container {
    margin: 80px auto;
    padding: 30px 45px;
    border-radius: 6px;
    box-shadow: 0px 0px 8px #ccc;
    border-top-left-radius: 0px;
  }
  main > .connexion > .container.small-container {
    width: 445px;
  }
}
/* ============================================================================== */
/* ==========================       480px               ========================= */
/* ============================================================================== */
@media only screen and (max-width: 426px) {
  .header .header-left a.nav-logo {
    width: 150px;
  }

  main > .liste .detail-aide .content-aide .illustr img {
    max-width: 100%;
    padding-right: 0;
  }
}
/* ============================================================================== */
/* ==========================       480px               ========================= */
/* ============================================================================== */
@media only screen and (min-width: 480px) {
  main > .landing-page .block-article .article-content {
    padding: 30px 40px;
  }

  .footer footer ul li {
    display: inline-block;
  }
  .footer footer ul li:after {
    display: inline-block;
    padding: 0 15px;
    content: '.';
  }
}
/* ============================================================================== */
/* ==========================       640px               ========================= */
/* ============================================================================== */
@media only screen and (max-width: 641px) {
  .header .header-left a.nav-logo {
    background: none;
  }
  .header .header-left a.nav-logo img {
    display: inline-block;
    margin-top: -5px;
  }
  .header.authent .header-left a.nav-logo {
    width: 70px;
  }

  .accessibility .header .header-left a.nav-logo {
    width: 150px;
    height: 32px;
    box-sizing: content-box;
    margin-top: 5px;
  }
}
/* ============================================================================== */
/* ==========================       640px               ========================= */
/* ============================================================================== */
@media only screen and (min-width: 640px) {
  .header .header-right .btn {
    border: none;
  }

  form .search-form .rech-avancee ul li {
    display: inline-block;
  }
  form .search-form .rech-avancee ul li.checkbox-inline + .checkbox-inline {
    margin-left: 20px;
  }
  form .search-form .rech-avancee ul li:last-child {
    display: inline-block;
    float: right;
  }

  .liste-resultats .liste-icones li {
    display: inline-block;
    width: 49%;
  }

  .accessibility .header .header-left a.nav-logo {
    width: 9rem;
    height: 2.7rem;
    margin-top: 8px;
    margin-left: 10px;
  }
}
/* ============================================================================== */
/* ==========================       768px               ========================= */
/* ============================================================================== */
@media only screen and (min-width: 768px) {
  .article::before {
    content: 'tablette';
  }
}
/* ============================================================================== */
/* ==========================       768px               ========================= */
/* ============================================================================== */
@media only screen and (max-width: 768px) {
  footer.footer .row ul {
    min-height: 130px;
  }
}
/* ============================================================================== */
/* ==========================       992px               ========================= */
/* ============================================================================== */
@media only screen and (max-width: 992px) {
  .container-fluid .content {
    padding: 5px 30px 0 30px;
  }
  .container-fluid .encart .encart-img {
    display: table;
    width: 100%;
  }

  .sticky-usefull.affix {
    top: 60px;
    background: #fff;
    padding: 15px 10px;
    z-index: 100;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
    width: 100%;
    left: 0;
    text-align: center;
  }

  .sticky-usefull.affix .sticky-hidden {
    display: none;
  }

  .sticky-usefull .sticky-hidden {
    margin: 0;
  }
}
/* ============================================================================== */
/* ========================== 		992px				========================= */
/* ============================================================================== */
@media only screen and (min-width: 992px) {
  form .search-form .col-md-6 {
    padding: 0;
  }
  form .search-form .col-md-6:first-child {
    padding-right: 5px;
  }
  form .search-form .col-md-6:last-child {
    padding-left: 5px;
  }

  .container-fluid .menu ul {
    padding: 0px 5px;
  }

  .article::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }

  .menu {
    display: block;
  }
}
/* ==================================================================@=========== */
/* ========================== 		1024px				========================= */
/* ============================================================================== */
@media only screen and (min-width: 1024px) {
  .container-fluid .bloc-rubrique {
    max-width: 485px;
  }
}
/* ============================================================================== */
/* ========================== 		1200px				========================= */
/* ============================================================================== */
@media only screen and (min-width: 1200px) {
  .container-fluid .menu ul {
    padding: 0px 15px;
  }
}
/* ============================================================================== */
/* ========================== 		1200px				========================= */
/* ============================================================================== */
/* ============================================================================== */
/* ====================== 		entre 768px et 1200px	======================== */
/* ============================================================================ */
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .landing-page .heading .heading-baseline {
    right: auto;
    left: calc(50% - 100px);
  }
}
/* ============================================================================== */
/* ========================== 		1350px				========================= */
/* ============================================================================== */
@media only screen and (max-width: 1350px) {
  .template-column-left .sticky {
    padding: 40px 5px;
  }
}
/* ============================================================================== */
/* ========================== 		1500px				========================= */
/* ============================================================================== */
@media only screen and (max-width: 1500px) {
  .template-column-left .sticky {
    padding: 40px 20px 40px 10px;
  }
}
/* ============================================================================== */
/* ========================== 		1920px				========================= */
/* ============================================================================== */
@media only screen and (min-width: 1921px) {
  .block-article .row,
  .guso .heading nav > ul {
    max-width: 1680px;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=webguso.css.map */
