/*
#@0
#@1
#@2
#@3
#@4
#@5
#@6
#@7
#@8
#@9
#@10
#@11
#@12
#@13
#@14
#@15
#@16
#@17
#@18
#@19
#@20
#@21
#@22
#@23
#@24
#@25
#@26
#@27
#@28
#@29
#@30
#@31
#@32
#@33
#@34
#@35
#@36
#@37
*/
@charset "UTF-8";
/* Variables et declarations specifiques, en complement de _variables.scss */
/* feuille vide pour surcharge */
/*html { font-size: 62%; }*/
/* pour IE < 6 */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* --- GENERIC --- */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
  background-color: #fafafa;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.42857143;
}
/* Liens */
a {
  /*.transition(all .4s ease-out);*/
  transition: all 0.4s ease-out;
  color: #3c009c;
}
@media (prefers-reduced-motion: reduce) {
  a {
    transition: none;
  }
}
a:focus, a:hover, a:active {
  background-color: transparent;
  text-decoration: none;
  color: #ff0051;
}
img {
  border: 0 none;
  max-width: 100%;
  height: auto;
}
h1, .h1, .h1-like, h2, .h2, .h2-like, h3, .h3, .h3-like, h4, .h4, .h4-like, h5, .h5, .h5-like, h6, .h6, .h6-like {
  font-weight: 700;
  color: #00c9af;
  font-family: "Spartan", sans-serif;
}
h3, .h3, .h3-like {
  font-size: 1.2rem;
}
#header {
  /* --- Header buttons ------------------------------ */
  height: 110px;
  /* ajout du padding-top à #content*/
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  /*overflow: auto;*/
  background-color: #ffffff;
  /* --- Nav panel ------------------------------ */
  /* --- Nav menu ------------------------------ */
  /*.social-links-link.facebook:focus,
    .social-links-link.facebook:hover {
		border-color:#4965b5;
		color:#4965b5;
    }
    .social-links-link.intranet:focus,
    .social-links-link.intranet:hover {
		border-color:#7F7F7F;
		color:#7F7F7F;
    }*/
}
#header .header-button {
  display: block;
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 1rem;
  overflow: hidden;
  margin: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  transition: background-color 0.3s;
}
#header .header-button:focus, #header .header-button:hover {
  background-color: #00c9af;
  transition: background-color 0.1s;
}
#header .header-button-icon {
  display: block;
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  line-height: 4rem;
  font-size: 2rem;
}
#header .header-button-label {
  display: none;
}
#header #mainNavToggle .fa-bars::before {
  opacity: 1;
  transition: opacity 0.1s;
}
#header #mainNavToggle .fa-times::before {
  opacity: 0;
}
#header #mainNavToggle .glyphicon-menu-up::before {
  display: none;
}
#header #mainNavToggle.open .fa-bars::before {
  opacity: 0;
}
#header #mainNavToggle.open .fa-times::before {
  opacity: 1;
  transition: opacity 0.1s;
}
#header .row {
  margin-top: 17px;
}
#header .logo_resodys_sm img {
  margin-top: 30px;
}
#header #navPanel2 {
  width: 100%;
  transition: left 0.5s;
}
#header .container {
  position: relative;
}
#header .container .row {
  position: relative;
}
#header #navPanel {
  width: 100%;
  height: calc(100% - 6rem);
  position: fixed;
  top: 6rem;
  right: 0;
  left: 0;
  z-index: 1100;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.97);
  transition: left 0.5s;
}
#header #navPanel .nav {
  display: block;
}
#header #navPanel.offset {
  left: -2000px;
  transition: left 0.5s;
}
#header #navPanel .main-nav-link p {
  margin: 10px 0;
  padding: 10px 35px;
}
#header #navPanel .mega-menu-item.bouton {
  margin-left: 35px;
}
#header #menu .nav {
  margin-top: 40px;
  max-width: 1200px;
}
#header #menu .nav .mega-menu-item {
  margin-top: -10px;
  display: inline-block;
  margin-right: 30px;
}
#header #menu .nav .mega-menu-item .main-nav-link {
  display: block;
  /*width: 16.6%;
				max-width: 140px;*/
  position: relative;
  float: left;
  padding: 0;
  text-align: left;
  background-color: transparent !important;
  font-size: 0.8rem;
  font-weight: 500;
  color: #000000;
  white-space: normal;
  text-transform: uppercase;
}
#header #menu .nav .mega-menu-item .main-nav-link p {
  margin: 0;
}
#header #menu .nav .mega-menu-item .main-nav-link::after {
  display: block;
  content: "";
  height: 0;
  clear: both;
  overflow: hidden;
  border: 0;
}
#header #menu .nav .mega-menu-item .main-nav-link:last-child {
  margin-right: 0;
}
#header #menu .nav .mega-menu-item a.main-nav-link.on, #header #menu .nav .mega-menu-item a.main-nav-link:focus, #header #menu .nav .mega-menu-item a.main-nav-link:hover {
  text-decoration: none;
  color: #00c9af;
  background-color: transparent !important;
}
#header #menu .nav .mega-menu-item:nth-child(2) {
  margin-top: -10px;
}
#header #menu .nav .mega-menu-item:nth-child(2) a.main-nav-link.on, #header #menu .nav .mega-menu-item:nth-child(2) a.main-nav-link:focus, #header #menu .nav .mega-menu-item:nth-child(2) a.main-nav-link:hover {
  color: #3c009c;
}
#header #menu .nav .mega-menu-item:nth-child(3) {
  margin-top: -10px;
}
#header #menu .nav .mega-menu-item:nth-child(3) a.main-nav-link.on, #header #menu .nav .mega-menu-item:nth-child(3) a.main-nav-link:focus, #header #menu .nav .mega-menu-item:nth-child(3) a.main-nav-link:hover {
  /*.main-nav-link {
				max-width: 120px;
			}*/
  color: #ff0051;
}
#header #menu .nav .mega-menu-item:nth-child(4) {
  margin-top: -10px;
}
#header #menu .nav .mega-menu-item:nth-child(4) a.main-nav-link.on, #header #menu .nav .mega-menu-item:nth-child(4) a.main-nav-link:focus, #header #menu .nav .mega-menu-item:nth-child(4) a.main-nav-link:hover {
  /*.main-nav-link {
				max-width: 120px;
			}*/
  color: #ffbf00;
}
#header #menu .nav .mega-menu-item:nth-child(5) {
  margin-top: -10px;
}
#header #menu .nav .mega-menu-item:nth-child(5) a.main-nav-link.on, #header #menu .nav .mega-menu-item:nth-child(5) a.main-nav-link:focus, #header #menu .nav .mega-menu-item:nth-child(5) a.main-nav-link:hover {
  /*.main-nav-link {
				max-width: 100px;
			}*/
  color: #009aff;
}
#header #menu .nav .mega-menu-item:last-child {
  margin-right: 0;
}
#header #menu .main-nav-text {
  /*border-right: 1px solid;*/
}
#header #menu .mega-menu-item:last-child .main-nav-text {
  border: 0;
}
#header .dropdown-menu * {
  width: 100%;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
#header .nav .dropdown-menu {
  background: none;
  border: 0;
  box-shadow: none;
  min-width: 240px;
  display: block;
  opacity: 0;
  z-index: 200;
  left: 0;
  right: auto;
  visibility: hidden;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: visibility 500ms, opacity 500ms, -webkit-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
  -moz-transition: visibility 500ms, opacity 500ms, -moz-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
  -o-transition: visibility 500ms, opacity 500ms, -o-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
  -ms-transition: visibility 500ms, opacity 500ms, -ms-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
  transition: visibility 500ms, opacity 500ms, transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
}
#header .nav .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  color: #777;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#header .nav .dropdown-backdrop {
  visibility: hidden;
}
#header ul.nav .dropdown-menu li {
  background-color: white;
  margin-left: 0;
  font-size: 1rem;
  padding: 0 20px 0;
}
#header ul.nav .dropdown-menu li ul {
  margin-left: 20px;
  list-style: none;
}
#header ul.nav .dropdown-menu li ul li {
  padding: 0;
}
#header ul.nav .dropdown-menu li ul li a {
  font-size: 0.8rem;
  padding: 5px 5px;
  display: block;
  font-weight: 400;
}
#header ul.navbar-nav .dropdown-menu li a:hover, #header ul.navbar-nav .dropdown-menu li a:focus {
  background: #00c9af;
}
#header #menu ul.nav li.mega-menu-item:hover a.main-nav-link {
  color: #00c9af;
}
#header ul.nav .dropdown-menu li.on, #header ul.nav .dropdown-menu li:hover {
  background-color: #00c9af;
}
#header ul.nav .dropdown-menu li.on a, #header ul.nav .dropdown-menu li:hover a {
  color: #fff;
}
#header #menu ul.nav li.mega-menu-item:nth-child(2):hover a.main-nav-link {
  color: #3c009c;
}
#header #menu ul.nav li.mega-menu-item:nth-child(2) .dropdown-menu li.on, #header #menu ul.nav li.mega-menu-item:nth-child(2) .dropdown-menu li:hover {
  background-color: #3c009c;
}
#header #menu ul.nav li.mega-menu-item:nth-child(2) .dropdown-menu li.on a, #header #menu ul.nav li.mega-menu-item:nth-child(2) .dropdown-menu li:hover a {
  color: #fff;
}
#header #menu ul.nav li.mega-menu-item:nth-child(2) .dropdown-menu li.on ul li a, #header #menu ul.nav li.mega-menu-item:nth-child(2) .dropdown-menu li:hover ul li a {
  color: #3c009c;
}
#header #menu ul.nav li.mega-menu-item:nth-child(2) .dropdown-menu li.on ul li a:hover, #header #menu ul.nav li.mega-menu-item:nth-child(2) .dropdown-menu li:hover ul li a:hover {
  color: #fff;
}
#header #menu ul.nav li.mega-menu-item:nth-child(3):hover a.main-nav-link {
  color: #ff0051;
}
#header #menu ul.nav li.mega-menu-item:nth-child(3) .dropdown-menu li.on, #header #menu ul.nav li.mega-menu-item:nth-child(3) .dropdown-menu li:hover {
  background-color: #ff0051;
}
#header #menu ul.nav li.mega-menu-item:nth-child(3) .dropdown-menu li.on a, #header #menu ul.nav li.mega-menu-item:nth-child(3) .dropdown-menu li:hover a {
  color: #fff;
}
#header #menu ul.nav li.mega-menu-item:nth-child(4):hover a.main-nav-link {
  color: #ffbf00;
}
#header #menu ul.nav li.mega-menu-item:nth-child(4) .dropdown-menu li.on, #header #menu ul.nav li.mega-menu-item:nth-child(4) .dropdown-menu li:hover {
  background-color: #ffbf00;
}
#header #menu ul.nav li.mega-menu-item:nth-child(4) .dropdown-menu li.on a, #header #menu ul.nav li.mega-menu-item:nth-child(4) .dropdown-menu li:hover a {
  color: #fff;
}
#header #menu ul.nav li.mega-menu-item:nth-child(5):hover a.main-nav-link {
  color: #009aff;
}
#header #menu ul.nav li.mega-menu-item:nth-child(5) .dropdown-menu li.on, #header #menu ul.nav li.mega-menu-item:nth-child(5) .dropdown-menu li:hover {
  background-color: #009aff;
}
#header #menu ul.nav li.mega-menu-item:nth-child(5) .dropdown-menu li.on a, #header #menu ul.nav li.mega-menu-item:nth-child(5) .dropdown-menu li:hover a {
  color: #fff;
}
#header ul.nav .dropdown-menu li:first-child {
  border-radius: 2px 2px 0 0;
}
#header ul.nav .dropdown-menu li:last-child {
  border-radius: 0 0 2px 2px;
}
#header ul.nav .dropdown-menu > li > a {
  font-size: 0.8rem;
  padding: 10px 0;
  display: block;
  font-weight: 600;
  color: #00c9af;
  border-bottom: 1px solid #00c9af;
}
#header #menu ul.nav li.mega-menu-item:nth-child(2) .dropdown-menu > li > a {
  color: #3c009c;
  border-bottom: 1px solid #3c009c;
}
#header #menu ul.nav li.mega-menu-item:nth-child(3) .dropdown-menu > li > a {
  color: #ff0051;
  border-bottom: 1px solid #ff0051;
}
#header #menu ul.nav li.mega-menu-item:nth-child(4) .dropdown-menu > li > a {
  color: #ffbf00;
  border-bottom: 1px solid #ffbf00;
}
#header #menu ul.nav li.mega-menu-item:nth-child(5) .dropdown-menu > li > a {
  color: #009aff;
  border-bottom: 1px solid #009aff;
}
#header #menu ul.nav li.mega-menu-item .dropdown-menu > li:last-child > a {
  border-bottom: 0;
}
#header ul.nav .dropdown-menu > li > a:hover, #header ul.nav .dropdown-menu > li > a:focus, #header ul.nav .dropdown-menu > li.active > a {
  background: none !important;
  color: #ffffff !important;
}
#header .btn.nav-link {
  padding: 0.5rem;
}
#header .social-links {
  position: absolute;
  text-align: right;
  right: 0;
}
@media (max-width: 1199px) {
  #header .social-links {
    /*top:-40px;*/
  }
}
#header .social-links-link {
  display: inline-block;
  height: 1.7rem;
  vertical-align: top;
  padding: 0;
  /*.transition(background-color .3s);*/
  transition: background-color 0.3s;
  color: #ffffff;
  line-height: 1.7rem;
  font-size: 0.8rem;
  color: #ffffff;
  /*.border-radius(4rem);*/
  border-radius: 4rem;
  border: 1px solid #000000;
  width: 1.7rem;
  margin: 8px 0px 0;
  background-color: #000000;
  text-align: center;
}
@media (prefers-reduced-motion: reduce) {
  #header .social-links-link {
    transition: none;
  }
}
#header .social-links-link span {
  width: 1.6rem;
  text-align: center;
  line-height: 1.6rem;
  vertical-align: top;
}
#header .social-links-link.facebook {
  background-color: #000000;
  border-color: #000000;
}
#header .social-links-link.intranet {
  background-color: #000000;
  border-color: #000000;
}
#header .social-links-link:focus, #header .social-links-link:hover {
  background-color: #ffffff;
  /*.transition(background-color .3s);*/
  transition: background-color 0.3s;
  /*.transition(border-color .3s);*/
  transition: border-color 0.3s;
  border-color: #ff0051;
  color: #ff0051;
}
@media (prefers-reduced-motion: reduce) {
  #header .social-links-link:focus, #header .social-links-link:hover {
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  #header .social-links-link:focus, #header .social-links-link:hover {
    transition: none;
  }
}
#header .social-links-link:focus span, #header .social-links-link:hover span {
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
  /*.transition(color .3s);*/
  transition: color 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  #header .social-links-link:focus span, #header .social-links-link:hover span {
    transition: none;
  }
}
@media (max-width: 1199px) {
  #header .social-links-link {
    margin: 8px px 0;
    height: 1.4rem;
    line-height: 1.4rem;
    font-size: 0.7rem;
    width: 1.4rem;
  }
  #header .social-links-link span {
    width: 1.3rem;
    line-height: 1.3rem;
  }
  #header #menu .nav .mega-menu-item {
    margin-right: 10px;
  }
  #header #menu .nav .mega-menu-item .main-nav-link {
    /*max-width: 130px;*/
    font-size: 0.75rem;
  }
}
@media (max-width: 991px) {
  #navPanel .nav > li {
    display: block;
  }
}
/* Content */
#content {
  padding-top: 110px;
}
#content #demarrage, #content #demarrage_actu, #content #demarrage_asso, #content #actus, #content #dossier_patient, #content #quel_pole, #content #guides, #content #agenda {
  background: #fbf9f8;
  min-height: 150px;
  padding: 3rem;
}
#content #demarrage h2, #content #demarrage_actu h2, #content #demarrage_asso h2, #content #actus h2, #content #dossier_patient h2, #content #quel_pole h2, #content #guides h2, #content #agenda h2 {
  text-transform: uppercase;
}
#content #demarrage, #content #demarrage_actu, #content #demarrage_asso, #content #agenda {
  background: transparent;
  padding: 0;
}
#content #demarrage .visuel_bandeau, #content #demarrage_actu .visuel_bandeau, #content #demarrage_asso .visuel_bandeau, #content #agenda .visuel_bandeau {
  height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}
#content #demarrage .presentation, #content #demarrage_actu .presentation, #content #demarrage_asso .presentation, #content #agenda .presentation {
  text-align: center;
  padding-bottom: 60px;
}
#content #demarrage .presentation h2, #content #demarrage_actu .presentation h2, #content #demarrage_asso .presentation h2, #content #agenda .presentation h2 {
  margin-top: 60px;
}
#content #demarrage .presentation h2 span:after, #content #demarrage_actu .presentation h2 span:after, #content #demarrage_asso .presentation h2 span:after, #content #agenda .presentation h2 span:after {
  margin: 20px auto;
}
@media (max-width: 767px) {
  #content #demarrage .visuel_bandeau {
    height: 250px;
    min-height: 250px;
  }
}
#content #demarrage_actu, #content #agenda {
  min-height: auto;
}
#content #demarrage_actu .presentation, #content #agenda .presentation {
  padding-bottom: 0px;
}
#content #demarrage_actu .presentation h2, #content #agenda .presentation h2 {
  margin-top: 2rem;
}
#content #demarrage_actu .item_actu, #content #agenda .item_actu {
  padding-bottom: 40px;
}
#content #demarrage_actu .item_actu .titre, #content #agenda .item_actu .titre {
  font-size: 1.5rem;
}
#content #demarrage_actu .item_actu .logo, #content #agenda .item_actu .logo {
  text-align: center;
}
#content #demarrage_actu .item_actu .logo img, #content #agenda .item_actu .logo img {
  border-radius: 50%;
}
#content #demarrage_actu .item_actu .descriptif, #content #agenda .item_actu .descriptif {
  color: #000000;
}
#content #demarrage_actu .item_actu a, #content #agenda .item_actu a {
  color: #3c009c;
}
#content #demarrage_actu .item_actu a:hover .titre, #content #demarrage_actu .item_actu a:focus .titre, #content #demarrage_actu .item_actu a:active .titre, #content #agenda .item_actu a:hover .titre, #content #agenda .item_actu a:focus .titre, #content #agenda .item_actu a:active .titre {
  color: #ff0051;
}
#content #demarrage_actu .item_actu a:hover .descriptif, #content #demarrage_actu .item_actu a:focus .descriptif, #content #demarrage_actu .item_actu a:active .descriptif, #content #agenda .item_actu a:hover .descriptif, #content #agenda .item_actu a:focus .descriptif, #content #agenda .item_actu a:active .descriptif {
  color: #000000;
}
#content #actus, #content #agenda {
  background: #3c009c;
}
#content #actus h2, #content #agenda h2 {
  color: #ffffff;
}
#content #actus h2 span:after, #content #agenda h2 span:after {
  border-bottom: 2px solid #ffffff;
}
#content #actus .card a .card-body, #content #agenda .card a .card-body {
  flex-flow: column;
  padding: 0.55rem;
}
#content #actus .card a .card-body .card-title, #content #agenda .card a .card-body .card-title {
  color: #3c009c;
}
#content #actus .card a .card-body .card-text, #content #agenda .card a .card-body .card-text {
  color: #000000;
}
#content #actus .card a:hover .card-body .card-title, #content #actus .card a:focus .card-body .card-title, #content #actus .card a:active .card-body .card-title, #content #agenda .card a:hover .card-body .card-title, #content #agenda .card a:focus .card-body .card-title, #content #agenda .card a:active .card-body .card-title {
  color: #ff0051;
}
#content #actus .card a:hover .card-body .card-text, #content #actus .card a:focus .card-body .card-text, #content #actus .card a:active .card-body .card-text, #content #agenda .card a:hover .card-body .card-text, #content #agenda .card a:focus .card-body .card-text, #content #agenda .card a:active .card-body .card-text {
  color: #000000;
}
#content #actus .card .jour, #content #agenda .card .jour {
  font-weight: 700;
}
#content #actus .btn-primary, #content #agenda .btn-primary {
  color: #3c009c;
  background-color: #ffffff;
  border-color: #ffffff;
}
#content #actus .btn-primary:hover, #content #actus .btn-primary:focus, #content #actus .btn-primary:active, #content #agenda .btn-primary:hover, #content #agenda .btn-primary:focus, #content #agenda .btn-primary:active {
  color: #ffffff;
  background-color: #3c009c;
  border-color: #ffffff;
}
#content #actus #myCarousel .titre, #content #actus #myCarousel a, #content #agenda #myCarousel .titre, #content #agenda #myCarousel a {
  color: #ffffff;
  font-size: 1.5rem;
}
#content #actus #myCarousel .logo, #content #agenda #myCarousel .logo {
  text-align: center;
}
#content #actus #myCarousel .logo img, #content #agenda #myCarousel .logo img {
  border-radius: 50%;
}
#content #actus #myCarousel .descriptif, #content #agenda #myCarousel .descriptif {
  color: #ffffff;
}
#content #actus #myCarousel .carousel-item, #content #agenda #myCarousel .carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#content #actus #myCarousel .carousel-control-prev, #content #actus #myCarousel carousel-control-next, #content #agenda #myCarousel .carousel-control-prev, #content #agenda #myCarousel carousel-control-next {
  font-size: 2rem;
}
#content #actus #myCarousel .carousel-indicators, #content #agenda #myCarousel .carousel-indicators {
  position: relative;
}
#content #actus #myCarousel .carousel-indicators li, #content #agenda #myCarousel .carousel-indicators li {
  background-color: #ffffff;
}
#content #dossier_patient, #content #guides {
  background: #00c9af;
}
#content #dossier_patient h2, #content #guides h2 {
  color: #ffffff;
}
#content #dossier_patient h2 span:after, #content #guides h2 span:after {
  border-bottom: 2px solid #ffffff;
  margin: 20px auto;
}
#content #quel_pole h2 span:after {
  margin: 20px auto;
}
#content #dossier_patient {
  text-align: center;
}
#content #dossier_patient a {
  background: #ff0051;
  border: 1px solid #ff0051;
  color: #ffffff;
  font-size: 4rem;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  display: inline-block;
  line-height: 6rem;
}
#content #dossier_patient a:hover, #content #dossier_patient a:focus {
  background: #ffffff;
  color: #ff0051;
}
#content #guides {
  text-align: center;
}
#content #guides .titre {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  color: #ffffff;
}
#content #guides .titre a {
  color: #ffffff;
}
#content #guides .bloc_cliquable:hover .titre a {
  color: #000000;
}
#content h2 {
  font-family: "Raleway", sans-serif;
  color: #000000;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.1rem;
  font-weight: 400;
}
#content h2 span {
  display: inline-block;
}
#content h2 span:after {
  content: "";
  border-bottom: 2px solid #000000;
  display: block;
  clear: both;
  position: relative;
  box-sizing: border-box;
  width: 20px;
  margin: 20px 0;
}
#alpes_maritime circle, #alpes_maritime text, #etang_de_berre circle, #etang_de_berre text, #toulon circle, #toulon text, #aix_en_provence circle, #aix_en_provence text, #marseille circle, #marseille text, #avignon circle, #avignon text {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 23px;
}
#alpes_maritime:hover circle, #alpes_maritime:focus circle, #toulon:hover circle, #toulon:focus circle, #aix_en_provence:hover circle, #aix_en_provence:focus circle, #marseille:hover circle, #marseille:focus circle, #avignon:hover circle, #avignon:focus circle {
  fill: #000;
  stroke: #000;
  cursor: pointer;
}
#alpes_maritime:hover text, #alpes_maritime:focus text {
  fill: #009AFF;
  cursor: pointer;
}
#toulon:hover text, #toulon:focus text {
  fill: #3C009C;
  cursor: pointer;
}
#aix_en_provence:hover text, #aix_en_provence:focus text {
  fill: #FFBF00;
  cursor: pointer;
}
#marseille:hover text, #marseille:focus text {
  fill: #E51E47;
  cursor: pointer;
}
#avignon:hover text, #avignon:focus text {
  fill: #333438;
  cursor: pointer;
}
#dept_04:hover path, #dept_04:hover polygon, #dept_04:hover stroke, #dept_04:focus path, #dept_04:focus polygon, #dept_04:focus stroke, #dept_05:hover path, #dept_05:hover polygon, #dept_05:hover stroke, #dept_05:focus path, #dept_05:focus polygon, #dept_05:focus stroke, #dept_06:hover path, #dept_06:hover polygon, #dept_06:hover stroke, #dept_06:focus path, #dept_06:focus polygon, #dept_06:focus stroke, #dept_13:hover path, #dept_13:hover polygon, #dept_13:hover stroke, #dept_13:focus path, #dept_13:focus polygon, #dept_13:focus stroke, #dept_83:hover path, #dept_83:hover polygon, #dept_83:hover stroke, #dept_83:focus path, #dept_83:focus polygon, #dept_83:focus stroke, #dept_84:hover path, #dept_84:hover polygon, #dept_84:hover stroke, #dept_84:focus path, #dept_84:focus polygon, #dept_84:focus stroke {
  fill: #000;
  stroke: #000;
  cursor: pointer;
}
#dept_corse:hover, #dept_corse:focus {
  fill: #000;
  stroke: #000;
  cursor: pointer;
}
.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  /*-webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    -o-background-size: auto 100%;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
}
#content .rubrique {
  margin-top: 40px;
}
#content .rubrique h1 {
  font-family: "Spartan", sans-serif;
  color: #000000;
  text-align: left;
  font-size: 2.5rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
}
#content .rubrique h1:after {
  content: "";
  border-bottom: 5px solid #000000;
  display: block;
  clear: both;
  position: relative;
  box-sizing: border-box;
  width: 30px;
  margin: 20px 0 0;
}
.rubrique .intro_rubrique {
  margin-top: 1.5rem;
}
.rubrique .logo_rubrique img {
  border-radius: 50%;
}
.rubrique .descriptif_rubrique {
  font-family: "Spartan", sans-serif;
  font-size: 1.5rem;
  color: #6f7271;
  font-weight: 600;
}
.rubrique h2 {
  margin-top: 1.5rem;
}
.rubrique .liste_rubriques .box.special {
  margin-top: 2rem;
}
.rub2 h2, .rub2 .h2, .rub2 .h2-like, .rub2 h3, .rub2 .h3, .rub2 .h3-like, .rub2 h4, .rub2 .h4, .rub2 .h4-like, .rub2 h5, .rub2 .h5, .rub2 .h5-like, .rub2 h6, .rub2 .h6, .rub2 .h6-like, .rub2 .cms-dl-icon, .rub149 h2, .rub149 .h2, .rub149 .h2-like, .rub149 h3, .rub149 .h3, .rub149 .h3-like, .rub149 h4, .rub149 .h4, .rub149 .h4-like, .rub149 h5, .rub149 .h5, .rub149 .h5-like, .rub149 h6, .rub149 .h6, .rub149 .h6-like, .rub149 .cms-dl-icon {
  color: #3c009c;
}
.rub2 .h6-like, .rub149 .h6-like {
  margin-bottom: 0;
}
.rub2 .box.special:hover, .rub149 .box.special:hover {
  background: #3c009c;
}
.rub2 .box.special:hover a, .rub149 .box.special:hover a {
  color: #ffffff;
}
.rub2 .navbarcontent .texte, .rub149 .navbarcontent .texte {
  font-weight: 300;
}
.rub2 .conteneur_art h2, .rub149 .conteneur_art h2 {
  background-color: #3c009c;
  color: #ffffff;
  text-align: center;
  padding: 5px;
  margin-top: 0;
}
.rub2 .conteneur_art a:focus, .rub2 .conteneur_art a:hover, .rub2 .conteneur_art a:active, .rub149 .conteneur_art a:focus, .rub149 .conteneur_art a:hover, .rub149 .conteneur_art a:active {
  color: #3c009c;
}
.rub2 .badge-secondary, .rub149 .badge-secondary {
  color: #fff;
  background-color: #00c9af;
}
.rub2 #accordion, .rub149 #accordion {
  margin-bottom: 80px;
}
.rub2 #accordion .conteneur_art, .rub149 #accordion .conteneur_art {
  margin: 0;
}
.rub2 #accordion .conteneur_art button h3, .rub149 #accordion .conteneur_art button h3 {
  margin: 0;
  text-align: left;
}
.rub2 #accordion .conteneur_art button h3 .fas, .rub149 #accordion .conteneur_art button h3 .fas {
  border-radius: 50%;
  background-color: #3c009c;
  color: #ffffff;
  width: 1.2rem;
  height: 1.2rem;
  text-align: center;
}
.rub2 #footer, .rub2 #newsletter, .rub149 #footer, .rub149 #newsletter {
  border-top: 2px solid #3c009c;
}
.rub2 .col_petite .liste.documents, .rub149 .col_petite .liste.documents {
  padding: 0.5rem;
  border: 1px solid #00c9af;
  margin-bottom: 0.5rem;
}
.rub2 .col_petite .liste.documents h3, .rub149 .col_petite .liste.documents h3 {
  color: #00c9af;
}
.rub2 .col_petite .cms-dl, .rub149 .col_petite .cms-dl {
  padding: 0.5rem 0.5rem 0.5rem 2.5rem;
  margin: 1rem 0 0;
}
.rub2 .col_petite .cms-dl-icon, .rub149 .col_petite .cms-dl-icon {
  height: 2rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.8rem;
  font-size: 1rem;
  color: #00c9af;
}
.rub2 .col_petite .cms-dl-link, .rub149 .col_petite .cms-dl-link {
  font-size: 0.8rem;
}
.rub2 .col_petite .cms-dl-infos, .rub149 .col_petite .cms-dl-infos {
  font-size: 0.7rem;
}
.rub48 h2, .rub48 .h2, .rub48 .h2-like, .rub48 h3, .rub48 .h3, .rub48 .h3-like, .rub48 h4, .rub48 .h4, .rub48 .h4-like, .rub48 h5, .rub48 .h5, .rub48 .h5-like, .rub48 h6, .rub48 .h6, .rub48 .h6-like, .rub48 .cms-dl-icon {
  color: #ff0051;
}
.rub48 .box.special:hover {
  background: #ff0051;
}
.rub48 .box.special:hover a {
  color: #ffffff;
}
.rub48 .conteneur_art a:focus, .rub48 .conteneur_art a:hover, .rub48 .conteneur_art a:active {
  color: #ff0051;
}
.rub48 #footer, .rub48 #newsletter {
  border-top: 2px solid #ff0051;
}
.rub48 .filtres .englobant .dropdown-menu-left li label:hover {
  color: #ff0051;
}
.rub48 .filtres .btn-primary {
  color: #000000;
  background-color: #ff0051;
  border-color: #ff0051;
}
.rub48 .filtres .btn-primary:hover, .rub48 .filtres .btn-primary:focus, .rub48 .filtres .btn-primary:active {
  color: #ff0051;
  background-color: #000000;
  border-color: #000000;
}
.rub48 .pagination .page-link {
  border: 1px solid #ff0051;
  color: #ff0051;
}
.rub48 .pagination .page-link:hover, .rub48 .pagination .page-link:focus, .rub48 .pagination .page-link:active {
  background-color: #ff0051;
}
.rub48 .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #ff0051;
  border: 1px solid #ff0051;
}
.rub53 h2, .rub53 .h2, .rub53 .h2-like, .rub53 h3, .rub53 .h3, .rub53 .h3-like, .rub53 h4, .rub53 .h4, .rub53 .h4-like, .rub53 h5, .rub53 .h5, .rub53 .h5-like, .rub53 h6, .rub53 .h6, .rub53 .h6-like, .rub53 .cms-dl-icon {
  color: #ffbf00;
}
.rub53 .box.special:hover {
  background: #ffbf00;
}
.rub53 .box.special:hover a {
  color: #ffffff;
}
.rub53 .conteneur_art a:focus, .rub53 .conteneur_art a:hover, .rub53 .conteneur_art a:active {
  color: #ffbf00;
}
.rub53 #footer, .rub53 #newsletter {
  border-top: 2px solid #ffbf00;
}
.rub82 h2, .rub82 .h2, .rub82 .h2-like, .rub82 h3, .rub82 .h3, .rub82 .h3-like, .rub82 h4, .rub82 .h4, .rub82 .h4-like, .rub82 h5, .rub82 .h5, .rub82 .h5-like, .rub82 h6, .rub82 .h6, .rub82 .h6-like, .rub82 .cms-dl-icon {
  color: #009aff;
}
.rub82 .box.special:hover {
  background: #009aff;
}
.rub82 .box.special:hover a {
  color: #ffffff;
}
.rub82 .conteneur_art a:focus, .rub82 .conteneur_art a:hover, .rub82 .conteneur_art a:active {
  color: #009aff;
}
.rub82 #footer, .rub82 #newsletter {
  border-top: 2px solid #009aff;
}
.rub82 .pagination .page-link {
  border: 1px solid #009aff;
  color: #009aff;
}
.rub82 .pagination .page-link:hover, .rub82 .pagination .page-link:focus, .rub82 .pagination .page-link:active {
  background-color: #009aff;
}
.rub82 .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #009aff;
  border: 1px solid #009aff;
}
.conteneur_art {
  margin-bottom: 80px;
}
.conteneur_art .logo_texte {
  float: right;
}
.conteneur_art dl.spip_documents dt {
  margin-top: 0.5rem;
}
.conteneur_art a {
  color: #000000;
  font-weight: 600;
}
.conteneur_art a:focus, .conteneur_art a:hover, .conteneur_art a:active {
  color: #00c9af;
}
.box.special {
  background-color: #e2eceb;
  text-align: center;
  padding: 20px 10px;
  margin-bottom: 10px;
}
.box.special a {
  color: #000000;
}
.box.special:hover {
  background: #00c9af;
  color: #000000;
}
.box.special:hover a {
  color: #ffffff;
}
.cms-dl {
  position: relative;
  margin: 2rem 0;
  padding: 2rem 2rem 2rem 8.5rem;
  background-color: #eeefef;
}
.cms-dl-icon {
  display: block;
  height: 5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2rem;
  margin: auto;
  font-size: 3rem;
  color: #00c9af;
}
.cms-dl-desc {
  margin: 0;
}
.cms-dl-link {
  display: block;
  font-size: 1.2rem;
  color: #00c9af;
}
.cms-dl-link:focus, .cms-dl-link:hover {
  color: #00c9af;
}
.cms-dl-infos {
  display: block;
  color: #666;
}
.ligne_cercles {
  align-items: center;
  justify-content: center;
}
.postblog {
  position: relative;
  display: inline-block;
  text-align: center;
}
.postblog a {
  padding: 2rem 2rem 1rem;
  display: block;
}
.postblog img {
  border-radius: 50%;
}
.postblog .postblog-titre {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin: 1rem auto 2rem;
  display: block;
  font-size: 0.8rem;
}
@media (max-width: 767px) {
  .postblog a {
    padding: 1rem 1rem 1rem;
  }
}
/*-- Newsletter --*/
#newsletter {
  position: relative;
  padding: 1rem 0;
  border-top: 2px solid #00c9af;
  /*top: -45px;*/
}
#newsletter h2 {
  font-family: "Raleway", sans-serif;
  color: #000000;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.1rem;
  font-weight: 400;
  text-transform: uppercase;
}
#newsletter h2 span {
  display: inline-block;
}
#newsletter h2 span:after {
  content: "";
  border-bottom: 2px solid #000000;
  display: block;
  clear: both;
  position: relative;
  box-sizing: border-box;
  width: 20px;
  margin: 20px auto;
}
#newsletter .formulaire_spip {
  margin: 0;
  padding: 0;
  background: transparent;
}
#newsletter .formulaire_spip .editer {
  margin: 0;
  padding: 0;
}
#newsletter label {
  display: none;
}
#newsletter .form-control {
  background: rgba(0, 0, 0, 0.55);
  border: 0;
  border-radius: 0;
  height: 45px;
  padding: 10px 20px;
  width: 100%;
  color: #ffffff;
}
#newsletter .btn-lg {
  padding: 10px 51px;
  line-height: 1.4;
  margin-left: -15px;
  font-weight: 300;
  font-size: 18px;
}
#newsletter .btn.btn-primary {
  background: #00c9af;
  border: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#newsletter .btn.btn-primary:hover {
  background: #000;
  color: #fff;
}
@media (max-width: 1199px) {
  #newsletter .btn-lg {
    padding: 10px 8px;
  }
}
@media (max-width: 576px) {
  /* Newsletter */
  #newsletter {
    /*display: none;*/
  }
  #newsletter .btn-lg {
    padding: 10px 18px;
    margin-left: 15px;
  }
}
/* Footer */
#footer {
  background-color: #000000;
  color: #ffffff;
  /*background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url('https://www.neurodyspaca.org/squelettes/img/fond_pieddepage.jpg');*/
  text-align: center;
  padding: 50px 0 50px;
  z-index: 40;
  position: relative;
  border-top: 2px solid #00c9af;
}
#footer .row .coordonnees {
  font-weight: 600;
  line-height: 1.8em;
}
#footer .row .coordonnees p {
  margin: 0;
}
#footer .row img.logo_resodys_sm {
  background: #ff0051;
  padding: 5px 10px;
}
#footer .row .liens {
  margin-top: 0;
  font-size: 0.87em;
  line-height: 1.8em;
}
#footer .row .liens span {
  /*margin-left: 10px;*/
  /*padding-left: 10px;*/
  padding: 0 10px;
  display: block;
  /*border-left:2px solid #ffffff;
				background:$rougeColor;*/
  /*width:32%;
				text-align:left;*/
}
#footer .row .liens span:first-child {
  margin-left: 0;
  border: 0;
}
#footer .row .liens span a {
  color: #ffffff;
  background: 0 0;
  line-height: 15px;
  font-weight: 600;
}
#footer .row .liens span a:hover, #footer .row .liens span a:focus {
  color: #00c9af;
}
#footer .row .social-links {
  position: relative;
  text-align: center;
  /*.social-links-link.facebook:focus,
			.social-links-link.facebook:hover {
				border-color:#4965b5;
				color:#4965b5;
			}
			.social-links-link.intranet:focus,
			.social-links-link.intranet:hover {
				border-color:#7F7F7F;
				color:#7F7F7F;
			}*/
}
#footer .row .social-links .social-links-link {
  display: inline-block;
  height: 2.8rem;
  vertical-align: top;
  padding: 0;
  /*.transition(background-color .3s);*/
  transition: background-color 0.3s;
  color: #ffffff;
  line-height: 2.8rem;
  font-size: 1.2rem;
  color: #ffffff;
  /*.border-radius(4rem);*/
  border-radius: 4rem;
  border: 1px solid #000000;
  width: 2.8rem;
  margin: 10px 5px 0;
  background-color: #000000;
  text-align: center;
}
@media (prefers-reduced-motion: reduce) {
  #footer .row .social-links .social-links-link {
    transition: none;
  }
}
#footer .row .social-links .social-links-link span {
  width: 2.6rem;
  text-align: center;
  line-height: 2.6rem;
  vertical-align: top;
}
#footer .row .social-links .social-links-link.facebook {
  background-color: #000000;
  border-color: #000000;
}
#footer .row .social-links .social-links-link.intranet {
  background-color: #000000;
  border-color: #000000;
}
#footer .row .social-links .social-links-link:focus, #footer .row .social-links .social-links-link:hover {
  background-color: #ffffff;
  /*.transition(background-color .3s);*/
  transition: background-color 0.3s;
  /*.transition(border-color .3s);*/
  transition: border-color 0.3s;
  border-color: #00c9af;
  color: #00c9af;
}
@media (prefers-reduced-motion: reduce) {
  #footer .row .social-links .social-links-link:focus, #footer .row .social-links .social-links-link:hover {
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  #footer .row .social-links .social-links-link:focus, #footer .row .social-links .social-links-link:hover {
    transition: none;
  }
}
#footer .row .social-links .social-links-link:focus span, #footer .row .social-links .social-links-link:hover span {
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
  /*.transition(color .3s);*/
  transition: color 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  #footer .row .social-links .social-links-link:focus span, #footer .row .social-links .social-links-link:hover span {
    transition: none;
  }
}
@media (max-width: 767px) {
  #footer .row .liens span {
    display: block;
    width: 100%;
    padding: 0;
    /*text-align:left;*/
  }
}
.ligne_pieces {
  text-align: center;
  /* flip the pane when hovered */
  /* flip speed goes here */
  /* hide back of pane during swap */
  /* front pane, placed above back */
  /* back, initially hidden pane */
  /*        Style       */
  /*       Fix bug for IE      */
}
.ligne_pieces .card-container {
  /* entire container, keeps perspective */
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -o-perspective: 800px;
  perspective: 800px;
  margin-bottom: 30px;
}
.ligne_pieces .card-container .back {
  display: none;
}
.ligne_pieces .card-container:not(.manual-flip):hover .card, .ligne_pieces .card-container.hover.manual-flip .card {
  /*	-webkit-transform: rotateY( 180deg );
-moz-transform: rotateY( 180deg );
 -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );*/
  cursor: pointer;
}
.ligne_pieces .card-container:not(.manual-flip):hover .card a, .ligne_pieces .card-container:not(.manual-flip):hover .card a.pieces:hover, .ligne_pieces .card-container:not(.manual-flip):hover .card a.pieces:focus, .ligne_pieces .card-container.hover.manual-flip .card a, .ligne_pieces .card-container.hover.manual-flip .card a.pieces:hover, .ligne_pieces .card-container.hover.manual-flip .card a.pieces:focus {
  background: #ff0051;
  color: #ffffff;
  cursor: pointer;
}
.ligne_pieces .card-container:not(.manual-flip):hover .card .front, .ligne_pieces .card-container.hover.manual-flip .card .front {
  display: none;
}
.ligne_pieces .card-container.static:hover .card, .ligne_pieces .card-container.static.hover .card {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
}
.ligne_pieces .card {
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
}
.ligne_pieces .front, .ligne_pieces .back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  /*background-color: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);*/
}
.ligne_pieces .front {
  z-index: 2;
}
.ligne_pieces .card-container:hover .card .back {
  display: block;
}
.ligne_pieces .back {
  /*		-webkit-transform: rotateY( 180deg );
   -moz-transform: rotateY( 180deg );
     -o-transform: rotateY( 180deg );
        transform: rotateY( 180deg );*/
  z-index: 3;
}
.ligne_pieces .card {
  /*background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px;
    color: #444444;*/
  border: none;
}
.ligne_pieces .card-container, .ligne_pieces .front, .ligne_pieces .back {
  width: 100%;
  height: 200px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ligne_pieces .front, .ligne_pieces .back {
    -ms-backface-visibility: visible;
    backface-visibility: visible;
  }
  .ligne_pieces .back {
    visibility: hidden;
    -ms-transition: all 0.2s cubic-bezier(0.92, 0.01, 0.83, 0.67);
  }
  .ligne_pieces .front {
    z-index: 4;
  }
  .ligne_pieces .card-container:not(.manual-flip):hover .back, .ligne_pieces .card-container.manual-flip.hover .back {
    z-index: 5;
    visibility: visible;
  }
}
.ligne_pieces .bloc_piece {
  display: inline-block;
  margin: 20px 0;
  /*max-width:14%;
				width:130px;
				margin:20px 10px;*/
  position: relative;
}
.ligne_pieces .bloc_piece img {
  /*max-width:250px;*/
  /*margin: 5px 0;*/
  border-radius: 50%;
}
.ligne_pieces .bloc_piece .table {
  display: table;
}
.ligne_pieces .bloc_piece .table-row {
  display: table-row;
  height: 150px;
}
.ligne_pieces .bloc_piece span {
  position: relative;
  display: table-cell;
  /*height:137px;*/
  vertical-align: bottom;
}
.ligne_pieces .bloc_piece span.superpose {
  /*background: $rougeColor26;*/
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-weight: 400;
  padding: 0px 10px 20px;
}
.ligne_pieces .bloc_piece span.superpose span.titre {
  line-height: 1.1rem;
  font-size: 1.1rem;
  display: block;
  margin-top: 60%;
  font-weight: 500;
}
.ligne_pieces .bloc_piece span.superpose span.descriptif {
  font-size: 0.85rem;
  display: block;
  font-family: "Spartan", sans-serif;
}
.ligne_pieces .bloc_piece .back span.superpose {
  background: transparent;
  top: 50%;
  color: #00c9af;
}
.ligne_pieces .bloc_piece a.pieces {
  border-radius: 50%;
  background: #ffffff;
  display: inline-block;
  color: #ff0051;
  border: 1px solid #ff0051;
  width: 36px;
  height: 36px;
  line-height: 34px;
  font-weight: 300;
  font-size: 32px;
  position: absolute;
  right: 10%;
  bottom: 0;
}
.ligne_pieces .bloc_piece a.pieces:hover, .ligne_pieces .bloc_piece a.pieces:focus {
  background: #ff0051;
  color: #ffffff;
  cursor: pointer;
}
@media (max-width: 767px) {
  .ligne_pieces .card-container, .ligne_pieces .front, .ligne_pieces .back {
    height: 240px;
  }
}
/* navbarcontent */
.navbarcontent {
  z-index: 1;
  font-size: 0.92em;
  font-weight: 600;
  font-family: "Spartan", sans-serif;
  padding-right: 15px;
  /*.nav.nav-pills.nav-stacked.affix*/
  /* BORDERS AND BULLETS */
}
.navbarcontent .nav {
  background-color: #eeefef;
  display: inline-block;
  padding: 30px 0;
  width: 100%;
}
.navbarcontent .nav.affix {
  top: 130px;
  /*width:20%;*/
}
.navbarcontent .nav-pills > li > a {
  background: none;
  color: #00c9af;
  border-radius: 0;
  padding: 10px 20px 10px 40px;
  display: block;
}
.navbarcontent .nav-pills > li.active > a {
  background: none;
  color: #00c9af;
}
.navbarcontent .nav-pills > li > a:hover, .navbarcontent .nav-pills > li > a:focus {
  background: #00c9af;
  color: #ffffff;
}
.navbarcontent .nav-pills li {
  position: relative;
  margin: 0;
  /* so that pseudoelements are positioned relatively to their "li"s*/
  /* use padding-bottom instead of margin-bottom.*/
  /*padding-bottom: 2.5em;*/
}
.navbarcontent .nav-pills li:after {
  /* bullets */
  content: "";
  font-family: "Font Awesome 5 Free";
  color: #ffffff;
  position: absolute;
  left: 0;
  /*adjust manually*/
  top: 10px;
  padding-left: 15px;
}
.navbarcontent .nav-pills li .nav-link.active {
  background: #00c9af;
  color: #ffffff;
}
.navbarcontent .nav-pills li.active:after {
  color: #ffffff;
}
.navbarcontent .nav-pills li:before {
  /* lines */
  content: "";
  position: absolute;
  left: 21px;
  /* adjust manually */
  border-left: 1px solid #ffffff;
  height: 100%;
  width: 1px;
}
.navbarcontent .nav-pills li:first-child:before {
  /* first li's line */
  top: 20px;
  /* moves the line down so that it disappears under the bullet. Adjust manually */
}
.navbarcontent .nav-pills li:last-child:before {
  /* last li's line */
  height: 20px;
  /* shorten the line so it goes only up to the bullet. Is equal to first-child:before's top */
}
.rubrique.rub149 .navbarcontent .nav-pills > li > a {
  color: #3c009c;
}
.rubrique.rub149 .navbarcontent .nav-pills > li.active > a {
  color: #3c009c;
}
.rubrique.rub149 .navbarcontent .nav-pills > li > a:hover, .rubrique.rub149 .navbarcontent .nav-pills > li > a:focus {
  background: #3c009c;
  color: #ffffff;
}
.rubrique.rub149 .navbarcontent .nav-pills li .nav-link.active {
  background: #3c009c;
  color: #ffffff;
}
.rubrique.rub48 .navbarcontent .nav-pills > li > a {
  color: #ff0051;
}
.rubrique.rub48 .navbarcontent .nav-pills > li.active > a {
  color: #ff0051;
}
.rubrique.rub48 .navbarcontent .nav-pills > li > a:hover, .rubrique.rub48 .navbarcontent .nav-pills > li > a:focus {
  background: #ff0051;
  color: #ffffff;
}
.rubrique.rub48 .navbarcontent .nav-pills li .nav-link.active {
  background: #ff0051;
  color: #ffffff;
}
.rubrique.rub53 .navbarcontent .nav-pills > li > a {
  color: #ffbf00;
}
.rubrique.rub53 .navbarcontent .nav-pills > li.active > a {
  color: #ffbf00;
}
.rubrique.rub53 .navbarcontent .nav-pills > li > a:hover, .rubrique.rub53 .navbarcontent .nav-pills > li > a:focus {
  background: #ffbf00;
  color: #ffffff;
}
.rubrique.rub53 .navbarcontent .nav-pills li .nav-link.active {
  background: #ffbf00;
  color: #ffffff;
}
.rubrique.rub82 .navbarcontent .nav-pills > li > a {
  color: #009aff;
}
.rubrique.rub82 .navbarcontent .nav-pills > li.active > a {
  color: #009aff;
}
.rubrique.rub82 .navbarcontent .nav-pills > li > a:hover, .rubrique.rub82 .navbarcontent .nav-pills > li > a:focus {
  background: #009aff;
  color: #ffffff;
}
.rubrique.rub82 .navbarcontent .nav-pills li .nav-link.active {
  background: #009aff;
  color: #ffffff;
}
@media (min-width: 1300px) {
  .navbarcontent {
    /*.nav.affix {width:16%;}/*
	}
}
@media (min-width: 1700px) {
	.navbarcontent {
		/*.nav.affix {width:12%;}*/
  }
}
.journee_20ans {
  background-color: #fcf6e1;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 300px;
  background-image: url('https://www.neurodyspaca.org/squelettes/img/fond_header_journee_20ans.svg');
  background-attachment: fixed;
  color: #998469;
}
.journee_20ans .page {
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 700px;
  background-image: url('https://www.neurodyspaca.org/squelettes/img/fond_footer_journee_20ans.svg');
  background-attachment: fixed;
}
.journee_20ans #content_journee_20ans {
  margin-top: 110px;
}
.journee_20ans .logo_article {
  display: inline-block;
  position: fixed;
  left: 34px;
  top: 190px;
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.journee_20ans .titre {
  font-family: "Quicksand", sans-serif;
  font-size: 2.05rem;
  letter-spacing: 0.15rem;
  font-weight: 700;
}
.journee_20ans .titre h1 {
  font-size: 3rem;
  color: #998469;
  padding-right: 200px;
  margin: 0;
  letter-spacing: 0.25rem;
  font-family: "Quicksand", sans-serif;
}
.journee_20ans .titre h1::after {
  content: "";
  border: none;
  display: none;
  width: 0;
  margin: 0;
}
.journee_20ans h2 {
  font-weight: 700;
  color: #998469;
  margin-top: 80px;
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 2.85rem;
  font-family: "Quicksand", sans-serif;
  border-top: 1px solid #998469;
}
.journee_20ans .filet {
  border-bottom: 1px solid #998469;
}
.journee_20ans .collapse.show + .collapse + .filet, .journee_20ans .collapse.show + .filet {
  border-top: 1px solid #998469;
  padding-top: 2.25rem !important;
  margin-top: 2.25rem !important;
}
.journee_20ans .chapo, .journee_20ans .texte {
  margin-top: 40px;
  font-weight: 400;
}
.journee_20ans .texte {
  border-top: 1px solid #998469;
  margin-top: 20px;
  padding-top: 20px;
  color: #74695e;
  line-height: 1.8rem;
  font-size: 1.1rem;
}
.journee_20ans h3, .journee_20ans h4 {
  font-weight: 400;
  color: #998469;
  margin: 0;
  font-family: "Quicksand", sans-serif;
}
.journee_20ans h3 {
  font-size: 2.6rem;
}
.journee_20ans h4 {
  font-size: 1.7rem;
}
.journee_20ans .btn {
  letter-spacing: 0.15rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
}
.journee_20ans .btn-primary {
  background-color: white;
  border: 1px solid white;
  color: #998469;
}
.journee_20ans .btn-primary:hover, .journee_20ans .btn-primary:focus, .journee_20ans .btn-primary:active {
  background-color: #74695e;
  border: 1px solid white;
  color: white;
}
.journee_20ans .btn-secondary {
  background-color: #998469;
  border: 1px solid #998469;
  color: white;
}
.journee_20ans .btn-secondary:hover, .journee_20ans .btn-secondary:focus, .journee_20ans .btn-secondary:active {
  background-color: white;
  border: 1px solid #998469;
  color: #74695e;
}
@media (max-width: 1499px) {
  .journee_20ans .col-12 {
    padding-left: 15%;
  }
}
@media (max-width: 1199px) {
  .journee_20ans .col-12 {
    padding-left: 21%;
  }
}
@media (max-width: 991px) {
  .journee_20ans .col-12 {
    padding-left: 16%;
  }
  .journee_20ans .logo_article {
    position: relative;
    left: auto;
    top: auto;
  }
  .journee_20ans .titre h1 {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .journee_20ans .col-12 {
    padding-left: 0;
  }
  .journee_20ans .logo_article {
    position: relative;
    left: auto;
    top: auto;
  }
  .journee_20ans .titre h1 {
    padding-right: 0;
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #000000;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.formulaire_recherche {
  /*max-height: 40px;
	overflow:hidden;*/
  margin: 0;
}
.formulaire_recherche form .editer-groupe {
  width: 70%;
  background: #ffffff;
  margin-bottom: 0;
  border-radius: 4px;
  border: 1px solid #00c9af;
}
.formulaire_recherche form .editer-groupe label {
  display: none;
}
.formulaire_recherche form .editer-groupe input.search {
  display: inline-block;
  width: calc(100% - 60px);
  background: transparent;
  border: none;
  color: #000000;
  padding: 5px 0 5px 15px;
  border-radius: 0;
}
.formulaire_recherche form .editer-groupe input.search input::placeholder {
  color: #000000;
}
.formulaire_recherche form .editer-groupe .btn {
  display: inline-block;
  width: 40px;
  padding: 0;
  background: #00c9af;
  border: none;
  height: 100%;
  border-radius: 0;
}
.formulaire_recherche form .editer-groupe .btn .fa {
  font-size: 1.2rem;
  color: #000000;
  vertical-align: middle;
  padding: 0;
}
.formulaire_recherche form .editer-groupe .btn:hover, .formulaire_recherche form .editer-groupe .btn:focus, .formulaire_recherche form .editer-groupe .btn:active {
  color: #00c9af;
  background: #000000;
}
.formulaire_recherche form .editer-groupe .btn:hover .fa, .formulaire_recherche form .editer-groupe .btn:focus .fa, .formulaire_recherche form .editer-groupe .btn:active .fa {
  color: #00c9af;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
  z-index: 1200;
  border: 1px solid #333438;
  font-family: "Spartan", sans-serif;
  border-radius: 0 0 4px 4px;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front li.ui-menu-item:first-child:before {
  content: "Contenus suggérés";
  display: block;
  padding: 3px 1em 3px 0.4em;
  background-color: #333438;
  color: #ffffff;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front .ui-menu-item-wrapper {
  display: block;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front .ui-state-active, .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front .ui-widget-content .ui-state-active, .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front .ui-widget-header .ui-state-active, .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front a.ui-button:active, .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front .ui-button:active, .ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front .ui-button.ui-state-active:hover {
  border: 1px solid #333438;
  background: #00c9af;
  font-weight: normal;
  color: #00c9af;
  border-radius: 0 0 4px 4px;
}
.pagination {
  border-radius: 4px;
  padding: 4px;
  background: transparent;
}
.pagination .pagination-label {
  display: none;
}
.pagination .page-link {
  border-radius: 4px;
  border: 1px solid #00c9af;
  background: transparent;
  color: #00c9af;
  margin: 0 2px;
}
.pagination .page-link:hover, .pagination .page-link:focus, .pagination .page-link:active {
  color: #ffffff;
  background-color: #00c9af;
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  border-radius: 4px;
  /*padding: 0.5rem 0.45rem;*/
}
.pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #00c9af;
  border: 1px solid #00c9af;
}
.pagination .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: transparent;
}
.modal.modal-fullscreen .modal-dialog {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  max-width: none;
  background-color: #000000;
}
.modal.modal-fullscreen .modal-dialog .modal-content {
  height: 100vh;
  border-radius: 0;
  border: none;
  background: transparent;
}
.modal.modal-fullscreen .modal-dialog .modal-content .modal-header {
  color: #00c9af;
  border: 0;
}
.modal.modal-fullscreen .modal-dialog .modal-content .modal-header .close {
  color: #00c9af;
  text-shadow: none;
}
.modal.modal-fullscreen .modal-dialog .modal-content .modal-header .close:hover, .modal.modal-fullscreen .modal-dialog .modal-content .modal-header .close:focus, .modal.modal-fullscreen .modal-dialog .modal-content .modal-header .close:active {
  color: #ffffff;
}
.modal.modal-fullscreen .modal-dialog .modal-content .modal-body {
  overflow-y: auto;
  color: #00c9af;
  text-align: center;
}
.modal.modal-fullscreen .modal-dialog .modal-content .modal-footer {
  color: #00c9af;
  border: 0;
}
.btn-primary {
  color: #000000;
  background-color: #00c9af;
  border-color: #00c9af;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #00c9af;
  background-color: #000000;
  border-color: #000000;
}
.btn-secondary {
  color: #000000;
  background-color: #3c009c;
  border-color: #3c009c;
}
.btn-secondary .icli {
  color: #3c009c;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  color: #3c009c;
  background-color: #000000;
  border-color: #000000;
}
/*-- Blog category widget --*/
.widget-categories .formulaire_spip.formulaire_recherche {
  margin: 0 0 15px;
}
.widget-categories .formulaire_spip.formulaire_recherche form .editer-groupe {
  margin-bottom: 0;
}
.widget-categories .formulaire_spip.formulaire_recherche form .editer-groupe div {
  border: 1px solid #323232;
}
.widget-categories .formulaire_spip.formulaire_recherche form .editer-groupe label {
  font-size: 24px;
  font-weight: 500;
}
.widget-categories .formulaire_spip.formulaire_recherche form .editer-groupe input.search {
  display: inline-block;
  width: calc(100% - 54px);
  background: transparent;
  border: none;
  color: #000000;
  padding: 5px 0 5px 15px;
}
.widget-categories .formulaire_spip.formulaire_recherche form .editer-groupe input.search::placeholder {
  color: #999999;
}
.widget-categories .formulaire_spip.formulaire_recherche form .editer-groupe .fa-search {
  font-size: 1.8rem;
  color: #999999;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  padding: 5px;
  margin-left: 0;
}
.widget-categories .formulaire_spip.formulaire_recherche form .editer-groupe .search-field-button {
  display: inline-block;
  width: 50px;
  padding: 7px 5px;
  background: white;
  border: none;
  color: #ffffff;
}
.widget-categories .formulaire_spip.formulaire_recherche form .editer-groupe .search-field-button .fa {
  font-size: 1.5rem;
  border-radius: 0;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  padding: 0;
}
.widget-categories .formulaire_spip.formulaire_recherche form .editer-groupe .search-field-button:hover {
  color: #ffffff;
  background: #00c9af;
}
.widget-categories .formulaire_spip.formulaire_recherche form .editer-groupe .search-field-button:hover .fa {
  color: #ffffff;
}
.widget-categories .englobant {
  position: relative;
  margin-bottom: 30px;
}
.widget-categories .englobant h3 {
  margin-bottom: 0;
}
.widget-categories .englobant .dropdown-toggle {
  color: #323232;
  background: #ffffff;
  border: 1px solid #323232;
  width: 100%;
  height: 40px;
  text-align: left;
  border-radius: 0;
  font-weight: 600;
}
.widget-categories .englobant .dropdown-toggle::after {
  border: 0;
}
.widget-categories .englobant .dropdown-menu-left {
  left: 15px;
  width: calc(100% - 30px);
  background: #ffffff;
  border-radius: 0;
}
.widget-categories .englobant .dropdown-menu-left li > a {
  color: #323232;
}
.widget-categories .englobant .dropdown-menu-left li > a:hover {
  color: #00c9af !important;
}
.widget-categories .englobant .dropdown-menu-left li > a:hover .badge {
  background: #00c9af;
}
.widget-categories .englobant .dropdown-menu-left li > a {
  white-space: normal;
  padding: 5px 20px;
  line-height: 1.2rem;
}
.widget-categories .englobant .dropdown-menu-left .badge {
  width: auto;
}
.widget-categories ul.category-list {
  list-style: none;
}
.widget-categories ul.category-list li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #cecece;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget-categories ul.category-list li:hover {
  padding-left: 10px;
}
.widget-categories ul.category-list li:hover a {
  color: #00c9af;
}
.widget-categories ul.category-list li a {
  color: #323232;
}
.widget-categories ul.category-list li.on {
  font-weight: 700;
}
.widget-categories ul.category-list li.on a {
  color: #00c9af;
}
.widget-categories ul.category-list li:last-child {
  border-bottom: 0;
}
.widget-categories ul.category-list li .posts-count {
  margin-left: 20px;
  font-size: 10px;
  background: #00c9af;
  color: #fff;
  padding: 3px;
  border-radius: 100%;
}
.filtres .englobant {
  position: relative;
  margin-bottom: 30px;
}
.filtres .englobant .contenu_detail {
  margin-bottom: 2rem;
}
.filtres .englobant .dropdown-menu-left {
  /*left:15px;*/
  left: 0;
  width: 100%;
  border-radius: 0;
  /*calc(~"100% - 30px");*/
  margin: 0 0 20px;
  padding: 0;
}
.filtres .englobant .dropdown-menu-left li {
  font-size: 0.9rem;
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  min-width: 150px;
}
.filtres .englobant .dropdown-menu-left li input[type=checkbox] {
  display: none;
}
.filtres .englobant .dropdown-menu-left li span {
  width: auto;
  margin-right: 10px;
}
.filtres .englobant .dropdown-menu-left li label {
  font-weight: 400;
  color: #323232;
  white-space: normal;
  padding: 0.2rem;
  line-height: 1.2rem;
}
.filtres .englobant .dropdown-menu-left li label.on {
  font-weight: 700;
}
.filtres .englobant .dropdown-menu-left li label:hover {
  color: #009aff;
  cursor: pointer;
}
.filtres .englobant .dropdown-menu-left .badge {
  width: auto;
}
.filtres .btn-primary {
  color: #000000;
  background-color: #009aff;
  border-color: #009aff;
}
.filtres .btn-primary:hover, .filtres .btn-primary:focus, .filtres .btn-primary:active {
  color: #009aff;
  background-color: #000000;
  border-color: #000000;
}
