/*
#@0
#@1
#@2
*/
@charset "UTF-8";
/* --------------------------------------------------------------

   reset.css
   Reinitialise les balises HTML
   License: none (public domain) - v2.0 | 20110126 - http://meyerweb.com/eric/tools/css/reset/

-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Print styles from HTML5 Boilerplate */
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
}
button {
  font-size: 100%;
}
/* --------------------------------------------------

   clear.css
   Aides a la composition
  (c) 2010-2016 Tiny Typo v1.3 - MIT License - tinytypo.tetue.net

 ----------------------------------------------------- */
/* Modele de boite
[fr] http://blog.goetter.fr/post/27612618411/box-sizing-et-pourquoi-pas
[en] http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form {
  padding: 0.5em 1em;
  margin: 1em 0;
}
form fieldset {
  padding: 0.5em;
}
form fieldset legend {
  font-family: "robotocondensedbold";
  padding: 0.5em;
}
form label {
  font-family: "robotocondensedbold";
  display: block;
  margin: 1em 0 0.5em 0;
}
form input[type=text], form input[type=email], form select {
  font-size: 1em;
  border: 1px solid #c2c1c1;
  padding: 0.3em 1em;
}
@media screen and (max-width: 800px) {
  form input[type=text], form input[type=email], form select {
    width: 100%;
  }
}
form label.inline_norm, form .saisie_radio .choix label, form .saisie_case .choix label {
  display: inline-block;
  font-family: "robotoregular";
  margin: 0.8em 0 0.1em 0;
}
form .saisie_sujet_message_auteur, form .saisie_age_message_auteur, form .saisie_radio, form .saisie_fichiers, form .saisie_case {
  border: 1px solid white;
  padding: 0 0 0.3em 1em;
  margin: 0.2em 0;
}
form textarea {
  width: 80%;
  border: 1px solid #c2c1c1;
}
@media screen and (max-width: 800px) {
  form textarea {
    width: 100%;
  }
}
.reponse_formulaire_erreur {
  color: red;
  display: block;
  font-weight: bold;
  font-size: 1.3em;
}
.erreur_message {
  color: #FF0606;
  display: block;
  margin-bottom: 0.4em;
}
.erreur input, .erreur textarea {
  background-color: #fcb5b5;
}
#main article p.reponse_formulaire_ok {
  background-color: #EFEEC6;
  display: block;
  font-weight: bold;
  font-size: 1.3em;
  padding: 0.5em 1em;
}
.avertissement {
  border: 1px solid #c2c1c1;
  font-size: 0.8em;
  padding: 1em;
}
.formulaire_formidable .afficher_input_4, .formulaire_formidable-2 .editer_input_4 {
  display: none;
}
.formulaire_formidable p.boutons button {
  background-color: #5b3160;
  border: 1px solid #ece4e8;
  border-radius: 20px;
  box-shadow: 5px 5px 5px rgba(91, 49, 96, 0.5);
  color: #fff;
  display: block;
  margin: 1em auto;
  padding: 8px 10px;
}
.formulaire_formidable p.boutons button:focus, .formulaire_formidable-2 p.boutons button:hover {
  box-shadow: 2px 2px 2px rgba(91, 49, 96, 0.5);
}
.formulaire_formidable div.fieldset {
  border: 1px dashed #000;
}
/* fin */
/* style de la MDPH */
@font-face {
  font-family: "robotoregular";
  src: url('https://www.place-handicap.fr/squelettes/fonts/roboto-regular-webfont.woff') format("woff"), url('https://www.place-handicap.fr/squelettes/fonts/roboto-regular-webfont.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotocondensedbold";
  src: url('https://www.place-handicap.fr/squelettes/fonts/robotocondensed-bold-webfont.woff') format("woff"), url('https://www.place-handicap.fr/squelettes/fonts/robotocondensed-bold-webfont.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}
#tarteaucitronAlertBig {
  display: none !important;
}
body {
  overflow-y: scroll;
}
a {
  color: #008080;
  text-decoration: none;
}
a:hover, a:focus {
  color: #9C8512;
  text-decoration: underline;
}
hr {
  color: #ddd;
}
body {
  margin-bottom: 3em;
  font-family: robotoregular, Fallback, sans-serif;
  word-wrap: break-word;
  hyphens: manual;
}
h1, h2, h3, h4, h5, h6 {
  word-wrap: normal;
  hyphens: manual;
}
h1 {
  font-family: "robotocondensedbold";
  font-size: 1.8em;
  max-width: 100%;
  color: #613665;
  margin: 0.5em 0;
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 1.5em;
    margin-top: 1em;
  }
}
body {
  background: transparent url('https://www.place-handicap.fr/squelettes/images/back2.svg') no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  body {
    background: transparent url('https://www.place-handicap.fr/squelettes/images/back_mobile.svg') no-repeat center;
    background-size: cover;
  }
}
@media screen and (max-width: 600px) {
  #intro_head p {
    margin-right: -20px;
    font-size: 1.2em;
  }
}
#menu_ferme {
  z-index: 15;
}
div.direct a {
  display: inline-block;
  position: absolute;
  left: -467em;
  z-index: 1000;
  height: 0;
}
div.direct a:focus {
  position: relative;
  left: 0.8em;
  background-color: #4A4A4A;
  color: #fff;
  top: 0.6em;
  min-height: 2em;
}
@media screen and (min-width: 800px) {
  div.direct a:focus {
    left: 18em;
  }
}
#main .flash_info {
  margin: 2em 0;
  text-align: justify;
  font-size: 0.85em;
  line-height: 1.2em;
  font-size-adjust: 0.6;
  width: 115%;
  gap: 15px;
}
#main .flash_info h2 {
  text-align: center;
  color: #5C3261;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: bold;
}
#main .flash_info ul {
  margin: 0.5em;
  list-style-type: disc;
}
#hoverlay {
  width: 100%;
  height: 0px;
  background-color: #fff;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#main.conteneur {
  transition: all 0.2s ease-in;
  position: relative;
  left: 0;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #main.conteneur {
    margin: 0.3em 0;
    padding: 0;
  }
}
@media screen and (min-width: 800px) {
  #main.sommaire {
    margin: 0 auto;
  }
}
header.conteneur {
  display: flex;
  margin-top: 0;
}
.conteneur {
  display: flex;
  flex-direction: column;
  padding-bottom: 3em;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 800px) {
  .conteneur {
    max-width: 53em;
  }
}
@media screen and (min-width: 800px) {
  .conteneur {
    display: block;
  }
}
.conteneur.sommaire {
  display: flex;
  background: none;
  align-items: center;
}
@media screen and (min-width: 800px) {
  .conteneur.sommaire {
    margin: 0 auto;
  }
}
h1.logoMDPH img {
  width: 100%;
  max-width: 350px;
  padding: 2.4em 1em 0.07em 1em;
}
@media screen and (max-width: 800px) {
  h1.logoMDPH img {
    max-width: 275px;
    padding: 0 1em 0.07em 1em;
  }
}
@media screen and (max-width: 800px) {
  #fil_ariane .logoMDPH {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  header .entete {
    width: 100% !important;
  }
}
header .entete {
  position: fixed;
  width: 100%;
  background-color: #d4cb13 !important;
  min-height: 3em;
  z-index: 2;
  align-items: center;
}
header .entete span.textheader {
  font-size: 1.2em;
}
header.sommaire .entete {
  position: fixed;
  float: left;
  left: 0px;
  background-color: rgba(0, 0, 0, 0);
}
a.logoMDPHmin {
  padding: 0.4em 0.6em 0 0;
  color: #000;
  float: right;
  display: flex;
  align-items: center;
}
a.logoMDPHmin span {
  margin-right: 0.7em;
  font-family: robotocondensedbold;
}
#nav-toggle {
  position: relative;
  padding: 0.7em 0 0 0.3em;
  left: 0;
  float: left;
  align-items: center;
}
#nav-toggle span {
  margin-left: 0.5em;
  position: relative;
  bottom: 0.35em;
  font-family: robotocondensedbold;
}
#nav-toggle:focus, #nav-toggle:hover {
  text-decoration: underline;
}
#fermer_menu {
  position: relative;
  color: #FFFFFF;
  align-items: center;
  padding: 0.3em 0.3em;
  float: right;
}
#fermer_menu span {
  margin-right: 0.5em;
  bottom: 0.2em;
  position: relative;
}
#fermer_menu:hover, #fermer_menu:focus {
  color: #D0C813;
  text-decoration: underline;
}
#nav-collapse {
  z-index: 4;
  overflow: auto;
  width: 18em;
  background-color: #4A4A4A;
  height: 100%;
  position: fixed;
  top: 0;
  left: -18.6em;
  /* dialog bg: */
  box-shadow: 0 0 0.6em 0 rgba(0, 0, 0, 0.22), 0 0.6em 0.6em 0 rgba(0, 0, 0, 0.3);
  z-index: 12;
}
#nav-collapse .titre_menu {
  margin: 2em 1.3em;
  border: none;
  border-top: 0.07em solid #fff;
}
#nav-collapse .titre_menu_summ.premier {
  margin-top: 3em;
}
#nav-collapse ul li {
  list-style-type: none;
  margin: 1.3em;
}
#nav-collapse ul li a {
  color: #fff;
  font-family: "robotocondensedbold";
  font-size: 1.1em;
  display: flex;
  align-items: center;
  line-height: 1.2em;
}
#nav-collapse ul li a img {
  margin-right: 0.5em;
  display: inline-block;
}
#nav-collapse ul li a:hover, #nav-collapse ul li a:focus {
  color: #D0C813;
  text-decoration: underline;
}
.titre_menu_summ {
  margin-left: 10px;
}
@media only screen and (max-width: 600px) {
  .titre_menu_summ {
    display: none;
  }
}
.entete_somm {
  display: flex;
  flex-direction: column;
  width: 115%;
  height: 300px;
  align-items: center;
  justify-content: center;
  padding-bottom: 125px;
}
.entete_somm img {
  height: 130px;
}
@media only screen and (max-width: 1000px) {
  .entete_somm img {
    height: 115px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1000px) {
  .entete_somm img {
    height: 130px;
  }
}
.header_somm {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header_somm h1 {
  text-align: center;
}
.header_somm #intro_head {
  color: #613665;
  font-weight: bold;
}
.section_somm {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
@media screen and (max-width: 1000px) {
  .section_somm {
    flex-wrap: wrap;
  }
}
.info_somm {
  position: relative;
}
@media screen and (max-width: 700px) {
  .info_somm h2 {
    width: 85%;
    padding-left: 85px !important;
  }
}
.breve_info {
  display: flex;
  background-color: #FBD1D5;
  height: 70%;
  width: 81%;
}
.breve_info p {
  line-height: 1.3;
  word-break: break-word;
  padding: 0.6em 10px !important;
}
@media screen and (max-width: 1000px) {
  .breve_info {
    height: 99px;
    width: 345px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  .breve_info {
    margin-top: -35px;
    height: 99px;
    width: 590px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  .breve_info p {
    font-size: 1.3em;
  }
}
.agendaBlock {
  display: flex;
  flex-direction: column;
  width: 45%;
}
@media screen and (max-width: 1000px) {
  .agendaBlock {
    width: 100%;
    align-items: center;
  }
}
.agenda_info .agenda_info_titre {
  background-color: #5D3560;
  color: white;
  display: flex;
  padding: 19px;
}
.agenda_info_titre p {
  display: inline;
  padding-top: 13px !important;
  font-size: 1.4em;
}
.agenda_info_liste {
  padding-top: -1px;
}
.agenda_info_liste a {
  cursor: pointer !important;
  hyphens: auto;
  word-break: keep-all;
}
.agenda_info_titre .icon_agenda {
  content: url('https://www.place-handicap.fr/squelettes/images/agenda.svg');
  height: 40px;
  width: 40px;
  color: white;
}
.agenda_info ul {
  list-style-type: none !important;
}
.agenda_info ul li {
  background-color: #5D3560;
  border: 1px solid #5D3560;
  color: white;
  margin-top: -5px;
  margin-bottom: 8px;
  margin-left: -7px;
  padding: 11px;
  width: 107%;
}
.breveAndAgenda {
  display: flex;
  gap: 23px;
}
@media screen and (max-width: 1000px) {
  .breveAndAgenda {
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .agenda_info {
    width: 80%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  .agenda_info {
    width: 80%;
    margin-right: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .agenda_info .agenda_info_titre {
    width: 102%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  .agenda_info .agenda_info_titre {
    width: 104%;
  }
}
.li-agenda {
  padding-bottom: 25px !important;
  background-repeat: no-repeat;
  background-position: bottom;
  /*background-position-y: 65px !important;*/
}
.li-agenda2 {
  padding-bottom: 25px !important;
  background-repeat: no-repeat;
  background-position: bottom;
  /*background-position-y: 55px;*/
}
.li-agenda3 {
  padding-bottom: 25px !important;
  background-repeat: no-repeat;
  background-position: bottom;
  /*background-position-y: 50px ;*/
}
#bg-info p {
  display: contents;
  word-break: keep-all;
  hyphens: auto;
  padding: 0.6em 150px !important;
}
#bg-info2 p {
  display: contents;
  word-break: keep-all;
  hyphens: auto;
  padding: 0.6em 150px !important;
}
#bg-info3 p {
  display: contents;
  word-break: keep-all;
  hyphens: auto;
  padding: 0.6em 150px !important;
}
#alertetexte p {
  padding: 10px;
  margin: 10px auto;
  text-justify: auto;
  line-height: 1.5;
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  #alertetexte {
    margin: 24px;
    font-size: 1.3em;
  }
}
@media screen and (max-width: 1000px) {
  #alertetexte p {
    margin: 13px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  #alertetexte p {
    margin: 40px;
  }
}
.menu_searchbtn {
  display: flex;
  flex-direction: column;
  margin-bottom: -110px;
}
.menu_searchbtn li {
  background-color: #ECE4E8;
  display: inline;
  border: 1px solid #ECE4E8;
  border-radius: 20px;
  padding: 8px 10px 8px 10px;
  margin-left: 5px;
  font-size: 14px;
}
.menu_searchbtn li a {
  color: #2F2D2F;
}
@media screen and (max-width: 700px) {
  .menu_searchbtn {
    margin-left: 64px;
  }
}
@media screen and (max-width: 700px) {
  .menu_searchbtn #search {
    width: 80%;
  }
}
.menu_footer {
  margin-right: 10%;
  margin-top: 10%;
  padding-bottom: 150px;
}
.menu_footer li {
  margin-bottom: -20%;
}
.menu_footer li a {
  color: black;
}
.menu_footer .marginB {
  margin-bottom: 30px;
}
.menu_footer .ligne3 {
  display: grid;
  grid-gap: 130px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.menu_footer .max_largeur {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 30px;
}
.menu_footer .max_largeur .image_responsive {
  width: 360px;
  height: 200px;
}
@media screen and (min-width: 300px) and (max-width: 750px) {
  .menu_footer {
    padding-bottom: 65px;
  }
}
@media screen and (min-width: 300px) and (max-width: 750px) {
  .menu_footer .max_largeur .image_responsive {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  .menu_footer .max_largeur {
    padding: 0 76px;
    grid-gap: 100px;
  }
}
@media screen and (min-width: 300px) and (max-width: 750px) {
  .menu_footer .max_largeur {
    padding: 0 400px;
    grid-gap: 55px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  .menu_footer .max_largeur img {
    width: 260px;
    height: 200px;
  }
}
@media screen and (min-width: 300px) and (max-width: 750px) {
  .menu_footer .max_largeur img {
    width: 160px;
    height: 40px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  .menu_footer .ligne3 {
    display: grid;
    grid-gap: 100px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
@media screen and (min-width: 300px) and (max-width: 750px) {
  .menu_footer .ligne3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 2fr));
  }
}
.menu_central li a {
  background-color: white !important;
  font-size: 1.25em;
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: center;
  text-transform: uppercase;
  color: #613665;
  width: 100%;
  text-align: center;
  padding: 80px 30px 80px;
  margin: 0.3em 0;
}
.menu_central li a img {
  margin: 0 2em;
}
@media screen and (max-width: 360px) {
  .menu_central li a img {
    margin: 0 1.4em;
  }
}
@media screen and (max-width: 600px) {
  .menu_central li a {
    padding: 30px 30px 30px;
    margin-top: -65px;
  }
}
.menu_central li:first-child a {
  background-color: #D4CB13;
}
.menu_central li:last-child a {
  background-color: #EFEEC6;
}
.menu_central li a:hover, .menu_central li a:focus {
  background-color: #c8c12b;
}
/* J'ai une question: */
.question {
  align-items: center;
  color: #5b3160;
  display: flex;
  flex-direction: row-reverse;
  font-family: "robotocondensedbold", sans-serif;
  font-size: 1em;
  line-height: 1.7em;
  margin: 1.6em 1em 0.3em;
  text-align: center;
  gap: 10px;
  justify-content: center;
  width: 70%;
  background-color: white;
  border-radius: 20px;
}
.btnaction {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 0.3em 0;
}
.question:hover, .question:focus {
  color: #C8C12B;
}
p#lienpartage {
  display: none;
}
button {
  border: none;
  background: transparent;
}
footer {
  position: fixed;
  background-color: #4A4A4A;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  width: 100%;
  font-style: italic;
  font-size: 0.75em;
}
footer ul {
  display: flex;
  align-items: center;
}
footer ul li {
  padding: 0.75em 0;
}
footer ul li a {
  color: #FFF;
  align-items: stretch;
  justify-content: center;
  margin: 1em 0;
}
footer ul li span {
  align-items: stretch;
  justify-content: center;
  padding: 0 0.5em;
  content: " −";
  color: #FFF;
}
footer ul li span.dernier {
  display: none;
}
footer ul li a:hover, footer ul li a:focus {
  color: #C8C12B;
}
@media screen and (min-width: 300px) and (max-width: 750px) {
  footer {
    font-size: 0.624em;
    justify-content: start;
  }
}
#main_bloc p, #main p {
  padding: 0.6em 30px;
  font-size: 1em;
}
#main_bloc header h3, #main header h3 {
  font-family: "robotoregular";
  font-size: 1.4em;
  padding: 1.4em 0;
}
#main_bloc h1.cadre, #main h1.cadre {
  font-family: "robotoregular", sans-serif;
  border: 1px solid #613665;
  font-size: 1.25em;
  display: flex;
  justify-content: left;
  align-items: center;
  text-transform: uppercase;
  color: #613665;
  background-color: #fff;
  width: 100%;
  text-align: center;
  padding: 0.6em 0.6em 0.6em 0;
  border-radius: 20px;
  margin: 0em;
}
#main_bloc h1.cadre img, #main h1.cadre img {
  margin: 0 1em;
}
#main_bloc .petites_rub, #main .petites_rub {
  font-family: "robotoregular", sans-serif;
  display: inline-block;
  font-weight: bold;
  font-size: 1em;
  color: #613665;
  line-height: 1.5em;
  margin: 0.6em 0;
}
#main_bloc .grandes_rub a, #main .grandes_rub a {
  font-family: "robotoregular", sans-serif;
  border: 1px solid #613665;
  font-size: 1.25em;
  display: flex;
  justify-content: left;
  align-items: center;
  text-transform: uppercase;
  color: #613665;
  background-color: #fff;
  width: 100%;
  text-align: center;
  padding: 0.6em 1em;
  border-radius: 20px;
}
#main_bloc .grandes_rub a img, #main .grandes_rub a img {
  margin: 0 0.7em 0 0;
}
.nav_rub {
  width: 100%;
  margin: 0.6em 0;
}
.nav_rub_second, .nav_rub_second_visible {
  padding: 0.3em 1em 0.3em 0;
  margin-left: 2.6em;
  margin-bottom: 1.4em;
}
.nav_rub_second li a, .nav_rub_second_visible li a {
  display: block;
  font-family: "robotocondensedbold", sans-serif;
  font-size: 1.1em;
  color: #5C3261;
  line-height: 1.3em;
  padding: 0.5em 0;
}
@media screen and (min-width: 800px) {
  .nav_rub_second li a, .nav_rub_second_visible li a {
    min-width: 700px;
  }
}
.nav_rub_second li a:hover, .nav_rub_second li a:focus, .nav_rub_second_visible li a:hover, .nav_rub_second_visible li a:focus {
  color: #d4cb13;
}
.editer-groupe {
  display: flex;
}
article .editer-groupe {
  display: flex;
  flex-direction: column;
}
.icon-search {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iMjYiIGhlaWdodD0iMjYiCnZpZXdCb3g9IjAgMCAxMjggMTI4IgpzdHlsZT0iIGZpbGw6IzAwMDAwMDsiPiAgICA8cGF0aCBkPSJNIDU2LjU5OTYwOSAyMS41OTk2MDkgQyAzNC4wOTk2MDkgMjEuNTk5NjA5IDE1LjgwMDc4MSA0MC4xMDA3ODEgMTUuODAwNzgxIDYyLjgwMDc4MSBDIDE1LjgwMDc4MSA4NS42MDA3ODEgMzQuMDk5NjA5IDEwNCA1Ni41OTk2MDkgMTA0IEMgNjYuODk5NjA5IDEwNCA3Ni4zIDEwMC4wOTkyMiA4My41IDkzLjY5OTIxOSBMIDg1LjgwMDc4MSA5NiBMIDgzLjY5OTIxOSA5OC4xOTkyMTkgQyA4Mi40OTkyMTkgOTkuMzk5MjE5IDgyLjQ5OTIxOSAxMDEuMyA4My42OTkyMTkgMTAyLjUgTCAxMDEuNjk5MjIgMTIwLjY5OTIyIEMgMTAyLjI5OTIyIDEyMS4yOTkyMiAxMDMuMDAwNzggMTIxLjU5OTYxIDEwMy44MDA3OCAxMjEuNTk5NjEgQyAxMDQuNjAwNzggMTIxLjU5OTYxIDEwNS40MDAzOSAxMjEuMjk5MjIgMTA1LjkwMDM5IDEyMC42OTkyMiBMIDExMy45MDAzOSAxMTIuNTk5NjEgQyAxMTUuMDAwMzkgMTExLjM5OTYxIDExNS4wMDA3OCAxMDkuNTAwMzkgMTEzLjgwMDc4IDEwOC40MDAzOSBMIDk1LjgwMDc4MSA5MC4xOTkyMTkgQyA5NS4yMDA3ODEgODkuNTk5MjE5IDk0LjQ5OTIxOSA4OS4zMDA3ODEgOTMuNjk5MjE5IDg5LjMwMDc4MSBDIDkyLjg5OTIxOSA4OS4zMDA3ODEgOTIuMDk5NjA5IDg5LjU5OTIxOSA5MS41OTk2MDkgOTAuMTk5MjE5IEwgODkuNSA5Mi40MDAzOTEgTCA4Ny4xOTkyMTkgOTAgQyA5My40OTkyMTkgODIuNyA5Ny40MDAzOTEgNzMuMjAwNzgxIDk3LjQwMDM5MSA2Mi44MDA3ODEgQyA5Ny40MDAzOTEgNDAuMTAwNzgxIDc5LjA5OTYwOSAyMS41OTk2MDkgNTYuNTk5NjA5IDIxLjU5OTYwOSB6IE0gNTYuNTk5NjA5IDI3LjY5OTIxOSBDIDc1Ljc5OTYwOSAyNy42OTkyMTkgOTEuNDAwMzkxIDQzLjUwMDM5MSA5MS40MDAzOTEgNjIuOTAwMzkxIEMgOTEuNDAwMzkxIDgyLjMwMDM5MSA3NS43OTk2MDkgOTggNTYuNTk5NjA5IDk4IEMgMzcuMzk5NjA5IDk4IDIxLjgwMDc4MSA4Mi4zMDAzOTEgMjEuODAwNzgxIDYyLjkwMDM5MSBDIDIxLjgwMDc4MSA0My41MDAzOTEgMzcuMzk5NjA5IDI3LjY5OTIxOSA1Ni41OTk2MDkgMjcuNjk5MjE5IHogTSA1Ni42OTkyMTkgNDAuMTk5MjE5IEMgNDcuMTk5MjE5IDQwLjE5OTIxOSAzOC43IDQ2LjMwMDc4MSAzNS41IDU1LjMwMDc4MSBDIDM1IDU2LjYwMDc4MSAzNS42OTk2MDkgNTguMTk5NjA5IDM3LjA5OTYwOSA1OC41OTk2MDkgQyAzNy4zOTk2MDkgNTguNjk5NjA5IDM3LjcgNTguODAwNzgxIDM4IDU4LjgwMDc4MSBDIDM5LjEgNTguODAwNzgxIDQwLjEgNTguMSA0MC41IDU3IEMgNDIuOSA1MC4xIDQ5LjQ5OTIxOSA0NS40MDAzOTEgNTYuNjk5MjE5IDQ1LjQwMDM5MSBDIDU4LjA5OTIxOSA0NS40MDAzOTEgNTkuMzAwNzgxIDQ0LjIwMDc4MSA1OS4zMDA3ODEgNDIuODAwNzgxIEMgNTkuMzAwNzgxIDQxLjQwMDc4MSA1OC4wOTkyMTkgNDAuMTk5MjE5IDU2LjY5OTIxOSA0MC4xOTkyMTkgeiBNIDM3LjY5OTIxOSA2NC45MDAzOTEgQyAzNi4yOTkyMTkgNjQuOTAwMzkxIDM1LjA5OTYwOSA2NiAzNS4wOTk2MDkgNjcuNSBMIDM1LjA5OTYwOSA2Ny45MDAzOTEgQyAzNS4xOTk2MDkgNjkuMzAwMzkxIDM2LjMwMDc4MSA3MC41IDM3LjgwMDc4MSA3MC41IEMgMzkuMjAwNzgxIDcwLjUgNDAuNDAwMzkxIDY5LjMwMDM5MSA0MC40MDAzOTEgNjcuOTAwMzkxIEwgNDAuNDAwMzkxIDY3LjU5OTYwOSBDIDQwLjQwMDM5MSA2Ni4wOTk2MDkgMzkuMzAwNzgxIDY0LjkwMDM5MSAzNy44MDA3ODEgNjQuOTAwMzkxIEwgMzcuNjk5MjE5IDY0LjkwMDM5MSB6IE0gOTMuODAwNzgxIDk2LjU5OTYwOSBMIDEwNy41OTk2MSAxMTAuNTk5NjEgTCAxMDMuODAwNzggMTE0LjQwMDM5IEwgOTAgMTAwLjQwMDM5IEwgOTMuODAwNzgxIDk2LjU5OTYwOSB6Ij48L3BhdGg+PC9zdmc+") 50% 50% no-repeat;
  background-size: 100%;
}
#search {
  display: flex;
  justify-content: center;
}
#form_question {
  display: flex;
  flex-direction: row;
  max-width: 33em;
}
#form_question input#message {
  width: 100%;
  font-size: 1em;
  height: 2.5em;
  margin-top: 0.9em;
  border: none;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: white;
  padding: 0.5em 0.1em 0.5em 1.5em;
  font-family: "robotoregular";
  color: #000;
  opacity: 1;
}
#form_question input#message:-moz-placeholder, #form_question input#message:-ms-input-placeholder, #form_question input#message::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
#form_question label {
  font-family: "robotoregular", sans-serif;
  font-size: 1.4em;
  color: #613665;
  line-height: 1.8em;
  padding: 0.7em 0;
}
.btnviolet {
  background-color: #fff;
  border: none;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-top: 14px;
  color: #C3B6C3;
  font-family: "robotoregular", sans-serif;
  font-size: 1em;
  cursor: pointer;
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  .btnviolet {
    margin-top: 14.5px;
    margin-left: -1px;
  }
}
@media screen and (min-width: 300px) and (max-width: 750px) {
  .btnviolet {
    margin-top: 14.5px;
    margin-left: -1px;
  }
}
h2.liste_reponse {
  font-family: "robotoregular", sans-serif;
  font-size: 1.4em;
  color: #613665;
  line-height: 1.5em;
  padding: 0.6em 1em;
}
ul.liste_reponse {
  padding: 0 2em;
}
ul.liste_reponse hr {
  border: 0.07em solid #D2C800;
  border-bottom: none;
}
ul.liste_reponse li.niv1 {
  margin: 1em 0 2em 0;
}
ul.liste_reponse li a {
  word-wrap: normal;
  hyphens: manual;
  font-family: "robotocondensedbold", sans-serif;
  font-size: 1.2em;
  line-height: 1.44em;
  color: #5C3261;
  display: block;
}
ul.liste_reponse li div.texte {
  color: #545454;
  font-size: 1em;
  line-height: 1.4em;
}
ul.liste_reponse li p {
  font-size: 1em;
}
ul.liste_reponse li .rechprinc {
  font-size: 1.1em;
  color: #006621;
  line-height: 1.23em;
}
ul.liste_reponse li ul {
  padding: 0 1em;
}
ul.liste_reponse li ul li {
  margin-top: 0.1em;
  padding: 0.4em 0.4em 0.2em 0.3em;
}
ul.liste_reponse li em a {
  font-family: "robotoregular", sans-serif;
  display: inline-block;
  font-size: 1.1em;
}
ul.liste_reponse li .btnblanc {
  background: #fff;
  color: #5C3261;
  font-family: "robotoregular";
  border: 0.07em solid #D2C800;
  font-size: 1em;
  display: inline-block;
  float: right;
  margin-top: 1em;
  align-self: flex-end;
  border-radius: 1.2em;
  padding: 0 0.6em 0.2em 0.6em;
  cursor: pointer;
}
ul.liste_reponse li:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.btnviolet:hover, .btnviolet:focus {
  background: #6c6700;
}
a.btnviolet {
  padding: 0.14em 0.5em;
}
.btnviolet:hover, .btnviolet:focus {
  background: white;
}
#minifil {
  padding: 0.5em 30px;
  background-color: #FFF;
  width: 100%;
}
#fil_ariane {
  background-color: #F3F3F3;
  padding: 0.6em 30px;
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
#fil_ariane .logoMDPH {
  border-radius: 5px;
}
#fil_ariane .logoMDPH img {
  width: 445px;
  height: 8em;
}
@media screen and (max-width: 800px) {
  #fil_ariane {
    flex-direction: row;
    margin-top: 0.4em;
  }
}
a.ariane {
  margin: 0.6em 1em;
  padding: 0 1em;
  color: #5C3261;
}
.chapo {
  font-family: robotoregular;
  font-size: 1.2em;
  color: #613665;
  margin-bottom: 1em;
  font-weight: bold;
  hyphens: none;
  line-height: 1.35em;
}
@media screen and (max-width: 53em) {
  .chapo {
    font-size: 1.1em;
  }
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
#main {
  max-width: 60em;
}
#main .pliage {
  padding: 0.6em 0;
  text-align: right;
}
#main .pliage .btn-collapse-up {
  display: none;
}
#main button.btn-collapse {
  padding-right: 2em;
}
#main button.btn-collapse-up {
  background: #FFFFFF url('https://www.place-handicap.fr/squelettes/images/fhaut.png') right center no-repeat;
}
#main button.btn-collapse-down {
  background: #FFFFFF url('https://www.place-handicap.fr/squelettes/images/fbas.png') right center no-repeat;
}
#main h2 button:hover, #main h2 button:focus, #main h2 button.active {
  background: #EFEEC6 url('https://www.place-handicap.fr/squelettes/images/fbas.png') right center no-repeat;
  text-decoration: underline;
  cursor: pointer;
}
#main .cartouche h1 {
  padding-left: 30px;
}
#main h1 {
  padding-left: 0;
  margin: 0;
}
#main h2 {
  font-size: 1.2em;
  color: #5c3261;
  margin: 0;
  padding: 0;
}
#main h2 button {
  width: 100%;
  text-align: left;
  font-family: "robotocondensedbold";
  font-size: 1em;
  color: #5c3261;
  display: inline-block;
  background: #FFFFFF url('https://www.place-handicap.fr/squelettes/images/fbas.png') right center no-repeat;
  padding: 0.5em 30px 0.5em 30px;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  margin-bottom: -1px;
  border-radius: 0;
}
#main article h2:first-child button, #main ul li:first-child h2 button {
  border-top: none;
}
#main article {
  /* habillage article */
  padding: 0em 0em;
  position: relative;
}
#main article .chargerfichier {
  margin-bottom: 1.5em;
}
#main article .chargerfichier p {
  margin-bottom: 0.2em;
}
#main article .chargerfichier a {
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 1em;
}
#main article .chargerfichier .source {
  font-size: 1em;
  color: #6e6e6e;
}
#main article p.qr {
  margin-left: 30px;
  margin-top: 1em;
  font-weight: bold;
  font-size: 1.2em;
}
#main article header {
  position: relative;
  width: 100%;
}
#main article header .titre {
  position: relative;
  z-index: 3;
}
#main article header .titre.fix-titre {
  top: 0.3em;
  width: 100%;
  position: fixed;
}
@media screen and (max-width: 800px) {
  #main article header .titre.fix-titre {
    display: none;
  }
}
@media screen and (max-width: 1150px) {
  #main article header .titre.fix-titre {
    margin-left: 100px;
  }
  #main article header .titre.fix-titre h1 {
    margin-left: 0;
  }
}
#main article header .titre.fix-titre h1 {
  width: 100%;
}
#main article header h1 {
  margin: 0.5em 30px 0.5em;
  position: relative;
  z-index: 3;
}
#main article header .chapo {
  margin: 1em 30px 0.5em;
}
#main article header .chapo.fix-titre {
  margin: 2.3em 30px 0.5em;
}
#main article p {
  margin: 0 0 1em 0;
  padding: 0;
}
#main article ol {
  margin: 1.2em 2em;
}
#main article ol li {
  list-style-type: decimal;
}
#main article hr {
  width: 20%;
  margin: 1.5em auto;
  border: 1px solid #000;
  border-bottom: none;
}
#main article ul {
  margin: 0.7em 2em 1.2em 2em;
}
#main article ul li {
  list-style-type: square;
}
#main article ul li ul {
  margin: 0.4em 0.8em;
}
#main article ul li ul li {
  list-style-type: circle;
}
#main article ul.plan {
  margin: 0;
}
#main article ul.plan li {
  list-style-type: none;
}
#main article ul.plan h3 {
  margin: 0;
}
#main article ul.plan h2 {
  border-top: 1px solid #000000;
}
#main article ul.plan ul.nav_rub_second {
  padding: 0.3em 1em 0.3em 0;
  margin-left: 2.6em;
  margin-bottom: 1.4em;
}
#main article ul.plan ul.nav_rub_second li a {
  display: block;
  font-family: "robotocondensedbold", sans-serif;
  text-decoration: none;
  font-size: 1em;
  color: #5C3261;
  line-height: 1em;
  padding: 0.5em 0;
}
#main article ul.plan ul.nav_rub_second li a:hover {
  text-decoration: underline;
  color: #008080;
}
#main article a {
  color: #008080;
  text-decoration: underline;
}
#main article a:hover, #main article a:focus {
  color: #9C8512;
}
#main article h3:first-child {
  margin-top: O;
}
#main article h3 {
  font-family: "robotocondensedbold", sans-serif;
  margin: 1.5em 0 0.5em 0;
  font-size: 1.2em;
}
#main article h4, #main article h5, #main article h6 {
  font-family: "robotocondensedbold", sans-serif;
  margin-top: 0.3em;
  font-size: 1.1em;
}
#main article blockquote h3 {
  font-size: 1.3em;
}
#main article blockquote h2 button {
  background-color: #E4F2F2;
}
#main article .texteencadre-spip {
  padding: 0.5em 1em;
  margin: 1em 0;
  background-color: #E4F2F2;
}
#main article .texteencadre-spip p {
  margin-bottom: 0.5em;
}
#main article .texteencadre-spip h3 {
  margin-top: 0.5em;
}
#main article sup {
  vertical-align: super;
  font-size: 0.8em;
}
#main article div.paragraphe, #main article div.paragraphe_seul {
  margin-top: 1em;
  padding: 0.6em 30px 1em 30px;
  word-wrap: normal;
  hyphens: manual;
  line-height: 1.35em;
  font-size: 1em;
}
@media screen and (min-width: 800px) {
  #main article div.paragraphe, #main article div.paragraphe_seul {
    hyphens: none;
    background-color: rgba(255, 255, 255, 0.6);
    font-family: arial;
  }
}
#main div.paragraphe_seul p {
  margin-bottom: 1em;
}
.margeseul {
  margin-top: 1em;
  padding: 0.6em 30px 1em 30px;
  line-height: 1.35em;
}
#sondage_form {
  display: inline-block;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  max-width: 30em;
  /* Effet lorsque une note est cochée */
  /* Effet lorsque une note est tabulée au clavier */
}
#sondage_form fieldset {
  border: 1px solid #C8C12B;
  padding: 10px;
  background-color: #fff;
  margin: 10px 0;
}
#sondage_form legend {
  font-family: robotocondensedbold;
  font-size: 1.2em;
  background-color: #fff;
  padding: 5px;
}
#sondage_form .avis.js input {
  position: absolute;
  left: -999%;
}
#sondage_form .avis .choix input.note-checked {
  font-weight: bold;
}
#sondage_form .avis.js .choix.note-focus {
  outline: 1px dotted #000;
}
#sondage_form .choix {
  display: inline-block;
  min-width: 20px;
  min-height: 20px;
  margin-left: 20px;
}
#sondage_form .choix label {
  display: block;
  text-align: center;
  line-height: 20px;
  font-size: 0.8em;
  background: url('https://www.place-handicap.fr/squelettes/images/etoiles.gif') center top no-repeat;
  cursor: pointer;
}
#sondage_form .choix.note-off label {
  background-position: center -60px;
}
#sondage_form .boutons input.submit {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "robotocondensedbold", sans-serif;
  font-size: 1em;
  color: #5B3160;
  line-height: 1.2em;
  margin: 0.6em 1em 0.3em 1em;
  text-align: center;
}
#sondage_form .boutons input.submit:hover, #sondage_form .boutons input.submit:focus {
  color: #C8C12B;
}
#sondage_form h2 button {
  width: 100%;
  text-align: left;
  font-family: "robotocondensedbold";
  font-size: 1em;
  color: #5c3261;
  display: inline-block;
  background: #FFFFFF url('https://www.place-handicap.fr/squelettes/images/fbas.png') right center no-repeat;
  padding: 0.5em 30px;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  margin-bottom: -1px;
  border-radius: 0;
}
#sondage_form h2:first-child button {
  border: none;
}
#sondage_form button.btn-collapse {
  padding-right: 2em;
}
#sondage_form button.btn-collapse-up {
  background: #FFFFFF url('https://www.place-handicap.fr/squelettes/images/fhaut.png') right center no-repeat;
}
#sondage_form button.btn-collapse-down {
  background: #FFFFFF url('https://www.place-handicap.fr/squelettes/images/fbas.png') right center no-repeat;
}
#sondage_form h2 button:hover, #sondage_form h2 button:focus, #sondage_form h2 button:active {
  background-color: #EFEEC6 right center no-repeat;
  text-decoration: underline;
}
.caractencadre-spip {
  color: red !important;
}
@page {
  size: A4 portrait;
  margin: 25pt;
}
@media print {
  body {
    font-size: 1em;
    background: none;
  }
  .chapo {
    font-weight: normal;
    line-height: 1.2em;
    font-size: 1em;
  }
  footer#footer, header.conteneur, div.direct a, #hoverlay, .spip-admin-bloc, .spip-admin-float, header.conteneur .entete, .btnaction, #fil_ariane .chemin, .pliage, #main h2 button.titrepara[aria-expanded="false"] {
    display: none;
  }
  #main h2 button.titrepara[aria-expanded="true"] {
    border: none;
    font-size: 1.3em;
  }
  #main article header .titre.fix-titre {
    position: relative;
  }
  #main article div.paragraphe {
    page-break-after: auto;
    margin-top: 0;
  }
  #main article p {
    orphans: 3;
    widows: 3;
    page-break-inside: avoid;
    page-break-before: avoid;
  }
  #main article h3 {
    margin-top: 0;
    page-break-after: avoid;
    page-break-before: auto;
  }
  #main.conteneur {
    display: block;
    transition: none;
  }
}
