/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #4E4545;
    font-size: 16px;
    line-height: 1.2;
}

/*** Loader ***/
html body {
  position:relative;
  animation-name: fondu;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-duration: 0.75s;
}

@keyframes fondu
{
  0%, 70%
  {
    opacity:0;
    background-color: #fff;
  }
  100%
  {
    opacity:1;
    background-color: #fff;
  }
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #73AA17;
    text-shadow: none;
    color: #fff;
}

::selection {
    background: #73AA17;
    text-shadow: none;
    color: #fff;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* =========================================================================
   Author's custom styles
   ========================================================================= */
body {
  font-family: 'Montserrat', sans-serif;
  background-color:#F5F5F5;
}

* {
  -webkit-tap-highlight-color: transparent;
  word-break: keep-all !important;
  -webkit-hyphens: manual !important;
  -moz-hyphens: manual !important;
  -ms-hyphens: manual !important;
  -o-hyphens: manual !important;
  hyphens: manual !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width:1500px) {
  .container {
    max-width:1420px;
  }
}
section {
  display:block;
}
a {
  transition:color 0.2s linear, background 0.2s linear, border 0.2s ease-in;
  color:#4D4D4E;
  text-decoration: underline;
}
a:visited,
a:focus,
a:link {
  color:#4D4D4E;
}
a:hover {
  color:#4D4D4E;
}

.no-outline,
.no-outline:focus,
.no-outline:hover,
.no-outline:active {
  outline:0;
}

.align-left {
  text-align:left!important;
}
.align-right {
  text-align:right!important;
}
.align-center {
  text-align:center!important;
}
.margin-top {
  margin-top:20px;
}
.margin-bottom {
  margin-bottom:20px;
}
.no-padding-left {
  padding-left:0px;
}
.no-padding-right {
  padding-right:0px;
}

img,
svg {
  max-width:100%;
  height:auto;
}
.wp-caption {
  max-width:100%;
  font-style: italic;
}
@media (max-width:767px) {
  .wp-caption {
    width:100%!important;
  }
}

/*
.message {
  position:fixed;
  top:20%;
  left:10%;
  width:80%;
  background-color:#FFF;
  color:#000;
  padding:1em;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
*/
.vertical-middle {
  position:absolute;
  left:0;
  top:50%;
  transform: translateY(-50%);
}
/*** medias ***/
.video-responsive,
.wp-block-embed__wrapper {
  width:100%;
  height:0;
  padding-bottom:56.25%;
/*  overflow:hidden;*/
  position:relative;
  max-width: 800px;
  margin: auto;
}
.video-responsive iframe, .video-responsive embed, .video-responsive object,
.wp-block-embed__wrapper iframe, .wp-block-embed__wrapper embed, .wp-block-embed__wrapper object {
  width:100%!important;
  height:100%!important;
  position:absolute!important;
  top:0;
  left:0;
}

/*** MAGNIFIC POPUP ***/
.mfp-bg {
  opacity:0.9;
}

/*** RECAPTCHA ***/
.grecaptcha-badge {
  opacity: 0;
}

body .page {
  color:#4D4D4E;
}
body .page h1,
body .page h2,
body .page h3,
body .page h4,
body .page h5,
body .page h6,
body .page .h1,
body .page .h2,
body .page .h3,
body .page .h4,
body .page .h5,
body .page .h6 {
 line-height:1em;
 font-family: 'Montserrat', sans-serif;
 font-weight:700
}
body .page h1,
body .page .h1 {
 font-size:20px;
 margin: 0 auto 30px;
}
body .page-standard h1,
body .page-standard .h1 {
  font-size:26px;
  margin:40px auto 20px;
  text-align: left;
}
body .page h2,
body .page .h2 {
  font-size:18px;
  margin-bottom: 40px;
}
body .page-standard h2,
body .page-standard .h2 {
  font-size:18px;
  margin:40px auto 20px;
}
body .page h3,
body .page .h3 {
 font-size:18px;
 font-family: 'din_bold', sans-serif;
 font-weight: normal;
 margin-bottom:15px;
 text-transform: none;
}
body .page h4,
body .page .h4 {
 font-size:1.15em;
}
body .page h5,
body .page .h5 {
 font-size:1.15em
}
body .page h6,
body .page .h6 {
 font-size:1.15em
}
.page .texte {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
}
  
/*** COOKIEBANNER **/
.cookiebanner {
  position:fixed;
  z-index:1000;
  font-family: 'Montserrat', sans-serif!important;
  margin: 15px;
  padding:40px;
  height:auto!important;
  font-size:14px!important;
  color:#626262;
  height:100%;
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 75%, rgba(226,226,226,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 75%,rgba(226,226,226,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 75%,rgba(226,226,226,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  transition:all 0.5s ease;
  opacity:0.95!important;
  border:none;
  border-radius:5px;
  top:auto!important;
  right:auto!important;
  left:0!important;
  bottom:0;
  box-shadow:1px 1px 10px rgba(0,0,0,0.25);
}
.cookiebanner:hover {
  opacity:1!important;
}
.cookiebanner a {
  display:inline-block;
  float:none;
  margin: 15px 0px 15px 0px;
  text-align:left;
  text-transform: uppercase;
  font-size: 14px;
  font-weight:700;
  width:auto;
  color: #009C3D !important;
  border-bottom:solid 2px transparent;
  padding-bottom:4px;
}
.cookiebanner a:hover {
  border-color: #009C3D !important;
}
.cookiebanner a::after {
  font-family: 'FontAwesome';
  content: "\f105";
  margin-left:5px;
}
.cookiebanner .line {
  display:inline-block;
  width:100%;
  text-align:center;
}
.cookiebanner button {
  position:relative;
  border:none;
  padding:10px 40px;
  color:#fff;
  font: 300 14px 'Montserrat';
  letter-spacing:-.15em;
  text-transform:uppercase;
  margin:0 5px 10px;
  transition: all 0.2s ease-in;
  cursor:pointer;
  background-color:transparent;
}
.cookiebanner button::after {
  content:"";
  position:absolute;
  top:0;
  left:0;
  z-index:-1;
  background-color:#009C3D;
  border-radius:5px;
  width:100%;
  height:100%;
  transition:ease-out 0.1s all;
}
.cookiebanner button:hover {
  transform: translateY(-3px);
}
#cookies-eu-reject::after {
  background-color:#626262;
}
#cookies-eu-accept::after {
  background-color:#009C3D;
}
@media (min-width: 992px) {
  .cookiebanner {
    font-size:16px!important;
    width:40%;
  }
}
@media (min-width: 1200px) {
  .cookiebanner {
    width:35%;
  }
}
@media (min-width: 1500px) {
  .cookiebanner {
    width:26%;
  }
}

.back-to-top {
  position: fixed;
  z-index: 1000;
  right: 15px;
  bottom: 115px;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  opacity: 0;
  transition: all 0.2s ease-in; 
}
.back-to-top::before {
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:-1;
  background: #003383;
  border-radius:40px;
  box-shadow:0px 0px 0px 7px rgba(0, 51, 131, .35);
}
.back-to-top:hover {
  transform:translateY(-3px);
}
.back-to-top.visible {
  opacity:0.8;
}
.back-to-top a {
  height: 40px;
  position: relative;
  width: 40px;
  display: block;  
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  transform: scale(1)
}
.back-to-top a::before {
  position:absolute;
  text-align:center;
  content:"\f077";
  font-family:"FontAwesome";
  color:#fff;
  font-size:15px;
  line-height:30px;
  left:0;
  top:0;
  width:40px;
}
.back-to-top.visible:hover {
  opacity:1;
}
@media (min-width:992px) {
  .back-to-top {
    width:60px;
    height:60px;
  }
  .back-to-top a {
    height: 60px;
    width: 60px;
  }
  .back-to-top a::before {
    font-size:20px;
    line-height:50px;
    width:60px;
  }
}
.button,
a.button {
  position:relative;
  z-index:2;
  display:inline-block;
  text-align:center;
  cursor:pointer;
  padding: 0px 30px 0px 30px;
  border-radius: 5px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  text-align: left;
  text-decoration: none;
  line-height: 48px;
  height: 48px;
  width:auto;
  cursor: pointer;  
}
.button-1,
a.button-1 {
  background-color: #003383;
  border: solid 3px #003383;
  color: #ffffff;
}
.button-2 {
  background-color: rgba(0,51,131,.2);
  border: solid 3px rgba(0,51,131,.3);
  color: #003383;
  font-weight: 500;
  padding: 0px 15px 0px 15px;
}
.button-1.invert {
  background-color: transparent;
  color: #003383;  
}
.button-1 img {
  max-height:40px;
  width:auto;
}
.button-1.ico-link::after {
  content:"\f105";
  font-family:"FontAwesome";
  color:#fff;
  margin-left:6px;
}
.button-1.ico-back::before {
  content:"\f104";
  font-family:"FontAwesome";
  color:#fff;
  margin-right:6px;
}
.button-1:hover {
  background-color: transparent;
  color: #003383;
}
.button-2:hover {
  border: solid 3px rgba(0,51,131,1);
  color: #003383;
  font-weight: 700;
}
.button-1.invert:hover {
  background-color: #003383;
  color: #fff;
}
.bt-back,
a.bt-back {
  position:relative;
  z-index:2;
  display:inline-block;
  text-align:center;
  cursor:pointer;
  padding: 0px 30px 0px 30px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  text-align: left;
  color: #4E4545;
  text-decoration: none;
  line-height: 48px;
  height: 48px;
  width:auto;
  cursor: pointer;  
}
.bt-back::before {
  content: "\f053";
  font-family: "FontAwesome";
  margin-right: 10px;
}

.hover-effect-right {
  transition:transform 0.2s ease-in;
}
.hover-effect-right:hover {
  transform:translateX(10px);
}

.call-to-action a {
  margin: 0 15px;
}

.logo-container .sitename {
  display:none;
}

.page {
  padding-bottom: 60px;
}
.page.page-questionnaire-presentation {
  padding-top: 40px;
}
.page.page-questionnaire-question {
  padding-top: 150px;
  padding-bottom: 0;
}
.page-questionnaire .texte {
  text-align: center;
}
.page-questionnaire .label-nqt {
  display: flex;
  justify-content: center;
}
.page-questionnaire .label-nqt .logo img {
  max-height: 60px;
}
.page-questionnaire .label-nqt .phrase {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 600;
  padding-left: 15px;
}
.page-questionnaire .label-nqt .phrase p {
  margin-bottom: 0;
}
.page-questionnaire .call-to-action {
  display: inline-block;
  margin: 40px auto;
}
.page-questionnaire .partenaires {
  margin: 40px auto;
  display: flex;
  justify-content: center;
}
.page-questionnaire .partenaire {
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-questionnaire .partenaire img {
  max-width: 150px;
  max-height: 70px;
  height: auto;
  width: auto;
}
.page-connexion {
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-connexion .logo {
  max-width: 180px;
  margin-bottom: 40px;
}
.page-connexion .form-connexion {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  background: #ffffff;
  border-radius: 8px;
  border: none;
  box-shadow: none;
  overflow: hidden;
  max-width: calc(100% - 30px);
  width: 380px;
  margin-bottom: 40px;
}
.form-connexion form .input {
  display: block;
  border: none;
  padding:10px 15px;
  color:#4E4545;
  background-color:#f4f4f4;
  border-radius:5px;
  box-shadow:none;
  font-weight:normal;
  font-size:14px;
  line-height:normal;
  width: 100%;
}
.form-connexion form input:focus,
.form-connexion form textarea:focus {
  overflow: hidden;
}
.form-connexion label {
  display:block;
  color: #4E4545;
  line-height: 26px;
  font-weight:normal;
  font-size:16px;
  font-weight: 600;
  text-align: left;
}
.form-connexion .button-primary {
  position:relative;
  z-index:2;
  display:inline-block;
  text-align:center!important;
  cursor:pointer;
  background-color: #003383;
  border: solid 2px #003383;
  padding: 0px 30px 0px 30px;
  border-radius: 5px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  color: #ffffff;
  text-decoration: none;
  line-height: 48px;
  height: 48px;
  width:100%;
  cursor: pointer;  
}
.form-connexion .button-primary:hover {
  background-color: transparent;
  color: #003383;
}
.navbar-questionnaire #etablissement_nom {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.1em;
}
.navbar-questionnaire .rapport {
  display: inline-block;
}
.section-question .columns-container {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  min-height: calc(100vh - 130px);
}
.section-question .left-column {
  width: 300px;
  background-color: #4E4545;
  color: #fff;
  text-align: left;
  padding: 30px;
}
.liste-chapitres-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 12px;
  font-weight: 700;
}
.liste-chapitres-container li a {
  display: flex;
  color: #fff;
  text-decoration: none;
}
.liste-chapitres-container li {
  opacity: 0.5;
}
.liste-chapitres-container li.active {
  opacity: 1;
}
.liste-chapitres-container li {
  position: relative;
  margin-bottom: 30px;
}
.liste-chapitres-container li .numero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;  
}
.liste-chapitres-container li .numero::before {
  content: attr(data-num);
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 24px;
  margin-right: 15px;
  background-color: #fff;
  color: #4E4545;
}
.liste-chapitres-container li.complet .numero::before {
  background-color: #73aa17;
  color: #fff;
}
.liste-chapitres-container li:not(:last-child) .numero::after {
  content: "";
  height: calc(100% - 28px);
  width: 4px;
  background-color: #fff;
  position: absolute;
  top: 28px;
  left: 10px;
}
.liste-chapitres-container li:not(:last-child)::after {
  content: "";
  height: 26px;
  width: 4px;
  background-color: #fff;
  position: absolute;
  bottom: -26px;
  left: 10px;
}
.liste-chapitres-container li.active:last-of-type::before {
  content: "";
  height: 13px;
  width: 4px;
  background-color: #716a6a;
  position: absolute;
  bottom: -26px;
  left: 10px;
}
.liste-chapitres-container li.active:last-child::before {
  display: none;
}
.liste-chapitres-container li .titre {
  width: calc(100% - 45px);
  line-height: 1.2em;
}
.liste-chapitres-container .legende {
  font-size: 10px;
}
.liste-chapitres-container .legende em {
  color: #73aa17;
  font-weight: 600;
}
.liste-chapitres-container li a.chapitre-titre {
  padding-bottom: 4px;
}
.liste-chapitres-container li.chapitre-close a.chapitre-titre {
  padding-bottom: 0px;
}
.liste-chapitres-container li a.voir-questions {
  font-size: 0;
  position: absolute;
  right: -20px;
  top: -8px;
}
.liste-chapitres-container li a.voir-questions::before {
  content: "\f0d7";
  font-family: "FontAwesome";
  font-size: 20px;
  transition: all .2s ease-in;
}
.liste-chapitres-container li.chapitre-open a.voir-questions::before {
  transform: rotate(-180deg);
}
.liste-chapitres-container li.chapitre-close .liste-questions-chapitre {
  display: none;
}
.liste-chapitres-container li .liste-questions-chapitre {
  background-color: rgba(255,255,255,.1);
  margin: 0 -30px;
  padding: 15px 30px;
}
.liste-chapitres-container li .liste-questions-chapitre a {
  font-weight: 300;
  line-height: 1em;
  opacity: 0.75;
}
.liste-chapitres-container li .liste-questions-chapitre a.active {
  opacity: 1;
  font-weight: 500;
}
.liste-chapitres-container li .liste-questions-chapitre .numero::before {
  background-color: transparent;
  border: solid 1px #fff;
  position: absolute;
  width: 20px;
  height: 20px;
}
.liste-chapitres-container li .liste-questions-chapitre .numero::after {
  display: none;
}
.liste-chapitres-container li .liste-questions-chapitre .numero {
  width: 20px;
  text-align: center;
  height: 20px;
  line-height: 20px;
}
.liste-chapitres-container li .liste-questions-chapitre .complet .numero {
  color: #73aa17;
}
.liste-chapitres-container li .liste-questions-chapitre .complet .numero::before {
  border-color: #73aa17;
}
.liste-chapitres-container li .liste-questions-chapitre .en-attente .numero {
  color: rgba(204, 0, 0,1);
}
.liste-chapitres-container li .liste-questions-chapitre .en-attente .numero::before {
  border-color: rgba(204, 0, 0,1);
  background-color: rgba(204, 0, 0,.25);
}
.liste-chapitres-container li .liste-questions-chapitre .intitule {
  width: calc(100% - 24px);
  padding-left: 10px;
  padding-bottom: 10px;
}
.section-question .right-column {
  text-align: left;
  width: calc(100% - 300px);
  position: relative;
  background-color: #fff;
}
.section-question .right-column .question-content {
  padding:30px 50px 110px 50px;
}
.section-question .question-content h1 {
  display: flex;
}
.question-content h1 .numero,
.question-content .h1 .numero {
  font-size: 18px;
  width: 50px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  margin-right: 15px;
  background-color: rgba(78,69,69,.15);
  border-radius: 8px;
}
.question-content h1 .titre,
.question-content .h1 .titre {
  width: calc(100% - 65px);
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.question-content h1 .titre p,
.question-content .h1 .titre p {
  margin: 0!important;
}
.question-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.question-content ul li {
  margin-bottom: 30px;
}
.question-content .data,
.section-question .liste-reponses .button,
.points-bonus .liste-reponses .button,
.points-bonus .liste-reponses .data,
.section-question .formulaire select,
.formulaire .chosen-container {
  display: inline-block;
  background-color: rgba(0,51,131,.2);
  border: solid 3px rgba(0,51,131,.3);
  color: #003383;
  font-weight: 600;
  padding: 10px 15px 10px 15px;
  border-radius: 5px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  text-align: left;
  line-height: 26px;
  min-height: 48px;
  height: auto;
}
.section-question .liste-reponses .button:hover,
.points-bonus .liste-reponses .button:hover {
  border: solid 3px rgba(0,51,131,1);
}
.section-question .liste-reponses .bt-attente {
  background-color: rgba(204, 0, 0,.2);
  border: solid 3px rgba(204, 0, 0,.3);
  color: #990000;
}
.section-question .liste-reponses .bt-attente:hover{
  border: solid 3px rgba(204, 0, 0,1);
}

.formulaire #choix_etablissement_select,
.formulaire #choix_audit_select {position: absolute;z-index: -1;}
.formulaire .select-container {
  display: inline-block;
  min-width: 50%;
}
.section-question .formulaire select > option {
  font-weight: 500!important;
  font-family: 'Montserrat', sans-serif!important;
  font-size: 16px!important;
}
.formulaire .chosen-container-single .chosen-single {
  border:none;
  height:auto;
  padding:0;
  background: transparent;
  box-shadow: none;
}
.formulaire .chosen-container-single .chosen-single::after,
.formulaire .chosen-container-multi .chosen-choices::after  {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  z-index: 2;
  font-size: 24px;
  color: #003383;
  top:0px;
  right: 0px;
  line-height: 38px;
  transition: all 0.2s ease-in;
}
.formulaire .chosen-with-drop .chosen-single::after,
.formulaire .chosen-with-drop .chosen-choices::after {
  transform:rotate(180deg);
}
.formulaire .chosen-container-single .chosen-single span {
  color:#003383;
  font-size:14px;
  font-weight: 700;
  margin-bottom:0;
  line-height: 42px;
}
.formulaire .chosen-container-single .chosen-default span {
  opacity: .5;
}
.formulaire .chosen-container-active.chosen-with-drop .chosen-single {
   border:none!important;
   background-image:none!important;
   box-shadow:none!important;
}
.formulaire .chosen-container-single .chosen-drop {
  left:0;
  border:none;
  box-shadow: 0 4px 5px rgba(0,0,0,.25);
  background-color: #ccd6e6;
  z-index: 1001;
/*  border-bottom:dashed 1px rgba(22, 22, 21, .75);*/
}
.formulaire .chosen-container .chosen-results li {
  text-align: left;
  font-size:14px;
  line-height: 24px;
  color: #003383;
  padding: 10px 15px;
  border-bottom: solid 2px rgba(0,51,131,.3);
  background-color:#ccd6e6;
  list-style: none;
  margin-bottom: 0;
}
.formulaire .chosen-container .chosen-results li::before {
  display: none;
}
.formulaire .chosen-container .chosen-results li:last-child {
  border-bottom: none;
}
.formulaire .chosen-container .chosen-results li.highlighted {
  background-color:#003383;
  background-image:none;
  color: #fff;
}
.formulaire .chosen-container-single .chosen-search input[type="text"] {
  position: relative;
  border: none;
  background-color: rgba(255,255,255,0.5);
  border-radius: 5px; 
  border: 1px solid rgba(0,51,131,.3);
  color: #003383;
}
.formulaire .chosen-container-single .chosen-search::after {
  position: absolute;
  content: "\f002";
  font-family: "FontAwesome";
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.section-question .formulaire label,
.avis .formulaire label {
  font-weight: 700;
  color: #003383;
  width: 200px;
}
.avis .formulaire label {
  width: 100%;
}
.section-question .formulaire select {
  width: 50%;
  background-color: #ccd6e6;
}
.section-question .formulaire .departement select {
  width: 100px;
}
.section-question .formulaire .departement {
  margin-top: 80px;
}
.section-question .formulaire .departement,
.section-question .formulaire .etablissement {
  margin-bottom: 40px;
}
.section-question .question-content .button,
.question-content .data {
  min-width: 300px;
}
.section-question .question-content .button strong,
.section-question .question-content .data strong {
  margin-right: 10px;
}
.question-content .active,
.points-bonus .liste-reponses .active {
  background-color: #003383!important;
  border: solid 3px #003383!important;
  color: #ffffff!important;
}
.question-content .bt-attente.active {
  background-color: rgba(204, 0, 0,1)!important;
  border: solid 3px rgba(204, 0, 0,1)!important;
}

.section-question .question-content textarea,
.section-question .question-content .textarea,
.avis .formulaire textarea,
.avis .formulaire .textarea {
  background-color: #F5F5F5;
  border: none;
  border-radius: 8px;
  color: #4E4545;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 20px;
  width: 100%;
  height: 100px;
  margin-bottom: 40px;
  text-align: left;
}
.section-question .question-content .info-bulle,
.page-rapport .question-content .info-bulle {
  display: flex;
  background-color: rgba(115,170,23,.07);
  border-radius: 8px;
  padding: 15px;
  color: #649414;
  font-style: italic;
}
.page-rapport .question-content .info-bulle {
  margin-bottom: 20px;
}
.section-question .question-content .info-bulle .texte,
.page-rapport .question-content .info-bulle .texte {
  width: calc(100% - 35px);
  text-align: left;
  font-style: italic;
  font-weight: 600;
  font-size: 14px;
}
.section-question .question-content .info-bulle::before,
.page-rapport .question-content .info-bulle::before {
  display: block;
  content: "";
  background-image: url(../img/icones/lightbulb-on-solid.png);
  width: 25px;
  background-repeat: no-repeat;
  background-position: center 5px;
  margin-right: 10px;
}
.section-question .question-content .info-bulle .texte a,
.page-rapport .question-content .info-bulle .texte a {
  color: #73AA17;
}
.section-question .question-bottom {
  position: fixed;
  z-index: 5;
  bottom: 0;
  height: 100px;
  width: calc(100% - 300px);
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 30px 50px;
  box-shadow: 0px -3px 6px rgba(0,0,0,.07);
  font-size: 20px;
  font-weight: 700;
}
.question-bottom .call-to-action {
  margin: 0;
}
section.section-interne {
  padding-top: 100px;
}
.bg-brown {
  background-color: #4E4545;
  color: #fff;
}
.bg-brown-light {
/*  background-color: #e4e3e3;*/
  background-color: rgba(78, 69, 69, 0.9);
  color: #fff;
}
.entete {
  font-weight: 700;
  text-align: left;
}
.entete .titre {
  text-align: left;
}
.entete .titre h1 {
  font-size: 24px;
}
.entete .column {
  padding: 30px;
}
.title-cols,
.three-cols {
  display: flex;
}
.title-cols .column:first-child {
  width: 80%;
  border-right: solid 1px rgba(255, 255, 255, 0.25);
}
.title-cols .column:last-child {
  width: 20%;
  border-right: none;
  text-align: right;
}
.three-cols .column {
  width: 33.3333%;
  border-top: solid 1px rgba(255, 255, 255, 0.25);
  border-right: solid 1px rgba(255, 255, 255, 0.25);
/*  box-sizing: content-box;*/
}
.three-cols .column:last-child {
  border-right: none;
}
.entete .three-cols .column:first-child {
  width: 45%;
}
.entete .three-cols .column:nth-child(2) {
  width: 35%;
}
.entete .three-cols .column:last-child {
  width: 20%;
}
.entete .phone,
.entete .mail {
  color: #fff;
  text-decoration: none!important;
}
.entete .phone::before,
.entete .mail::before {
  font-family: "FontAwesome";
  margin-right: 8px;
  font-weight: 300;
}
.entete .phone::before {
  content: "\f095";
}
.entete .mail::before {
  content: "\f0e0";
}
.entete label {
  width: 100%;
  text-align: right;
}
.note-globale .note {
  display: inline-block;
  width: 100%;
  text-align: right;
  font-size: 28px;
  line-height: 28px;
}
.liste-chapitres {
  margin-top: 1px;
}
.chapitre-entete {
  font-size: 18px;
  line-height: 1.1em;
  font-weight: 700;
  text-align: left;
  background-color: #003383;
  border-bottom: solid 1px rgba(255, 255, 255, 0.25);
  color: #ffffff;
  width: 100%;
  display: flex;
}
.chapitre-container:nth-child(even) .chapitre-entete {
  background-color: rgba(0, 51, 131, 0.9);
}
.chapitre-entete .titre-container {
  padding: 30px;
  width: 80%;
  position: relative;
}
.chapitre-entete .note-chapitre {
  position: relative;
  padding: 30px;
  width: 20%;
  background-color: rgba(255,255,255,.05);
}
.chapitre-entete .note-chapitre.non-renseigne {
  background-color: rgba(255,255,255,98);
}
.chapitre-entete .titre {
  font-size: 16px;
}

.chapitre-entete .numero {
  width: 40px!important;
  height: 40px!important;
  font-size: 16px!important;
  line-height: 40px!important;
}
.chapitre-entete .numero::before {
  width: 40px!important;
  height: 40px!important;
  line-height: 36px!important;
}
.titre-container .voir-plus {
  position: absolute;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  top: 15px;
  right: 15px;
  padding-right: 20px;
}
.titre-container .voir-plus::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "\f078";
  font-family: "FontAwesome";
  margin-left: 10px;
  transition: all .2s ease-in;
}
.titre-container .voir-plus.active::after {
  transform: rotate(180deg);
}
.note-chapitre label {
  width: 100%;
  text-align: right;
}
.note-chapitre .note {
  display: inline-block;
  width: 100%;
  text-align: right;
  font-size: 26px;
  line-height: 40px;
}
.note-chapitre .non-renseigne {
  display: inline-block;
  width: 100%;
  text-align: right;
  text-transform: uppercase;
  font-size: 12px;
  color: #d9010d; 
/*  color: #fff;*/
  line-height: 40px;
}
.note-chapitre .non-concerne {
  display: inline-block;
  width: 100%;
  text-align: right;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  line-height: 40px;
}
.note-chapitre .info {
  font-weight: 400;
  font-size: 12px;
  text-align: right;
  position: absolute;
  top: 5px;
  right: 15px;  
}
.question-content .numero::before {
  display: none;
}
.menu-rapport {
  text-align: right;
  list-style: none;
  display: flex;
  padding: 0;
  justify-content: end;
}
.menu-rapport a {
  padding: 15px 0;
  margin: 0 15px;
  color: #003383;
  text-decoration: none;
  font-weight: 600;
}
.menu-rapport li:last-child a {
  margin-right: 0;
}
.page-rapport .print::before {
  content: "\f02f";
  font-family: "FontAwesome";
  font-size: 20px;
  font-weight: lighter;
  margin-right: 6px;
}
.page-rapport .question-container {
  width: 100%;
  display: flex;  
}
.page-rapport .question-container .question-content {
  width: 80%;  
  display: flex;  
  flex-direction: column;
  background-color: rgba(255,255,255,.5);
  border-bottom: solid 1px rgba(78,69,69,.15);
}
.page-rapport .question-container:nth-child(even) .question-content {
  background-color: rgba(255,255,255,1);
}
.page-rapport .question-content .titre-container {
  padding: 30px;
}
.page-rapport .question-container .note-question {
  padding: 30px;
  width: 20%;  
  text-align: right;
  background-color: rgba(0,51,131,.1);
  color: #003383;
  font-size: 20px;
  font-weight: 700;
  border-bottom: solid 1px rgba(0,51,131,.2);
}
.page-rapport .question-content .h1 {
  margin-bottom: 0;
  text-align: left;
}
.page-rapport .question-content .h1 .titre {
  font-size: 14px;
}
.page-rapport .question-content .liste-reponses {
  padding: 0 30px;
  text-align: left;
}
.page-rapport .question-content .liste-reponses .data {
  width: auto;
  padding: 5px 10px 5px 10px;
  font-size: 12px;
  min-height: 42px;
}
.page-rapport .question-content ul li {
  margin-bottom: 20px;
}
.page-rapport .question-content .commentaire .texte {
  background-color: #F0F0F0;
  border: none;
  border-radius: 8px;
  color: #4E4545;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 15px;
  width: 100%;
  min-height: 100px;
  height: auto;
  margin-bottom: 20px;  
}
.page-rapport .avis .tous-les-commentaires,
.page-rapport .avis .reponses-en-attente {
  background-color: #fff;
  padding: 30px;
  border-bottom: solid 1px rgba(0,0,0,.15);
}
.page-rapport .avis .tous-les-commentaires .titre-principal,
.page-rapport .avis .reponses-en-attente .titre-principal {
  font-weight: 700;
  color: #003383;
}
.page-rapport .avis .reponses-en-attente .titre-principal {
  color: rgba(204, 0, 0,1);
}
.page-rapport .avis .tous-les-commentaires .voir-plus {
  color: #003383;
  font-weight: 700;
  top: 30px;
  right: 45px;
}
.page-rapport .avis .tous-les-commentaires .question-content .titre-container,
.page-rapport .avis .reponses-en-attente .question-content .titre-container {
  padding: 30px 0;
}
.page-rapport .avis .reponses-en-attente .liste-en-attente-container {
  background-color: #efefef;
  padding: 20px 10px;
  margin-top: 20px;
}
.page-rapport .avis .reponses-en-attente .liste-en-attente-container ul {
  margin: 0;
  padding: 0 0 0 20px;
  text-align: left;
  font-weight: 500;
  color: #003383;
}
.page-rapport .avis .formulaire {
  background-color: #fff;
  padding: 30px;
}
.page-rapport .points-bonus {
  padding: 30px;
  margin: -30px -30px 30px;
  width: calc(100% + 60px);
  background-color: rgba(0, 51, 131,.080);
}
.page-rapport .points-bonus .entete {
  margin-bottom: 30px;
}
.page-rapport .points-bonus label.question-bonus {
  font-weight: 500;
}
.page-rapport .points-bonus .liste-reponses {
  text-align: left;
  margin-bottom: 40px;  
}
.page-rapport .points-bonus .liste-reponses .button,
.page-rapport .points-bonus .liste-reponses .data {
  min-width: 100px;
  margin: 10px;
}
.avis label {
  text-align: left;
}
.avis textarea,
.avis .textarea {
  min-height: 300px;
}
.avis .formulaire .textarea {
  height: auto;
}
.avis .points-bonus textarea,
.avis .points-bonus .textarea {
  min-height: 150px;
  background-color: #fff;
}
.avis .bloc-1 {
  position: relative;
}
/*
.avis .bloc-1::after {
  content: "";
  position: absolute;
  right: -15px;
  width: 1px;
  height: 100%;
  background-color: rgba(0,51,131,.1);
  top: 0px;
}
*/
.choix-audit .call-to-action.text-left a {
  margin: 0;
}
.choix-audit .formulaire {
  margin-top: 40px;
}
.choix-audit .formulaire h3 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #003383;
}
.choix-audit .formulaire .liste-audits div.item-audit::before {
  content: "•";
  color: #003383;
  margin-right: 6px;
  font-size: 40px;
  display: inline-block;
  vertical-align: top;
  line-height: 25px;
  margin-top: -2px;
}
.liste-audits div.item-audit a {
  text-decoration: none;
}
.liste-audits div.item-audit {
  padding: 15px 0;
  border-bottom: solid 1px rgba(0,0,0,0.15);
  width: 100%;
}
.liste-audits div.item-audit.type-E a {
  color: #003383;
}
.liste-audits div.item-audit a:hover {
  color: #003383;
}
.liste-audits div.item-audit.type-E a:hover {
  color: #73AA17;
}
.liste-audits div.item-audit:last-child {
  border-bottom: none;
}
.liste-audits div.item-audit div.label {
  min-width: 40%;
  max-width: 500px;
  display: inline-block;
  vertical-align: top;
  line-height: 25px;
}
.liste-audits span.etat {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 3px;
  padding: 5px 15px;
  margin-bottom: 4px;
  font-size: 10px;
}
.liste-audits span.lib-I {
  background-color: rgb(255,39,39);
}
.liste-audits span.lib-T {
  background-color: #73aa17;
}
.page-rapport .submit {
  margin: 0 15px;
}
footer {
  background-color: #1f3864;
  color: #fff;
  font-size: 13px;
  text-align: left;
  padding: 40px 0 80px;
}
footer a {
  color: #fff!important;
  text-decoration: none;
}

.dialog {
  display:none;
}
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index:2000;
}
.ui-widget-overlay {
  background-color: #fff;
  opacity: .95;
  filter: Alpha(Opacity=95);
}
.mfp-bg {
  background:#fff!important;
  opacity: .95!important;
  filter: Alpha(Opacity=95)!important;
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background-color: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  outline: 0;
  z-index:3000;
  width:calc(100% - 30px)!important;
  height:auto!important;
}
.ui-widget-content {
  background:#fff!important;
  border:none!important;
  color:#4D4D4E!important;
  padding:30px;
  text-align:left;
  font-size: 14px;
  border-radius: 10px;
}
.ui-dialog {
  box-shadow: 0px 0px 6px 4px  rgba(0,0,0,.07);
}
.ui-widget-header {
  border: none!important;
  background: transparent!important;
  color: #4D4D4E!important;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 0em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  display: inline-block;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  text-overflow: ellipsis;
  line-height: 6px;
  color:#4D4D4E;
  font-size:20px;
  font-weight: 700;
  padding-left:10px;
  text-align: left;
}
.ui-dialog .ui-dialog-titlebar-close:before {
  content:"×";
  font-size:30px;
}
.ui-dialog .ui-dialog-titlebar-close:focus {
  border:none!important;
  outline: none!important;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: -20px;
  top: 10px;
  width: 30px;
  margin: -45px 0 0 0;
  height: 40px;
  padding: 0px;
  opacity: 0.85;
  filter: alpha(opacity=85);
  color: #4D4D4E;
  cursor:pointer;
  text-transform:uppercase;
  border:none;
  background:transparent;
  font-style: normal;
  font-size: 0px;
  font-weight:normal!important;
}
.ui-dialog .ui-dialog-titlebar-close:hover {
  opacity: 1;
  filter: alpha(opacity=100); 
  border:none!important;
  outline: none!important;
}
.no-close .ui-dialog-titlebar-close {
  display:none;
}
.ui-dialog .form-title > span {
  font-size: 18px !important;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  overflow: auto;
  color: #4D4D4E;
}
.ui-dialog .ui-dialog-content .form-se-connecter {
  width:60%;
  margin:0 auto;
  text-align:left;
  padding-bottom:60px;
}
.ui-dialog #dialog-erreurs {
  background-color: #474543;
  border: 1px solid #282726;
  color: #4D4D4E;
}
.ui-dialog-content {
  width:auto;
}
.ui-dialog .ui-button-text {
    display: none;
}
.ui-dialog-content {
  font-size: 16px;
}
.ui-dialog-content .content {
  background-color: transparent;
  color: #4D4D4E;
  margin-top: 0;
  min-height: auto;
  padding-top: 40px;
}
.ui-dialog-content .message span {
  color:#4D4D4e!important;
}
.ui-dialog-content .message strong {
  font-weight: normal;
}
.ui-dialog-content .content .ajax-loading {
  font-size: 40px;
  font-weight: lighter;
}
.ui-dialog-content .titre_principal h1 {
  color: #4D4D4E;
  font-size: 30px;
  font-weight: lighter;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.ui-dialog-content label {
  color: #4D4D4E;
  cursor: text;
  display: block;
  font-size: 16px;
  font-weight:normal;
  margin: 0px 0 0px 0px;
}
.ui-dialog-content input[type="text"],
.ui-dialog-content input[type="password"],
.ui-dialog-content select {
  margin-bottom: 10px;
  margin-top: 10px;
  border: none;
  background-color: #f4f4f4;
  color: #4D4D4E;
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 5px;
  text-align: left;
}
#dialog-choisir-etablissement select,
#dialog-choisir-audit select {
  width: 100%;
}
.ui-dialog-content .login-submit,
.ui-dialog-content .forget-password {
  text-align:right;
}
.ui-dialog-content .forget-password {
  margin-top:-100px;
  font-size:14px;
}
.ui-dialog-content .forget-password a {
  text-decoration: underline;
}
.ui-dialog-content .erreur {
  color: #b21212;
  display: none;
  font-size: 14px;
  font-weight: bold;
  height: 16px;
  margin: 13px 0 0 7px;
  position: absolute;
  z-index: 10;
}
.ui-dialog-content .message-error,
.formulaire .message-error {
  color:#ff1a1a;
  font-size:14px;
  font-style:italic;
  width: 100%;
  display: block;
  text-align: left;
  margin-bottom: 10px;
}
.formulaire input.error,
.formulaire textarea.error,
.formulaire .chosen-container.error,
.formulaire select.chosen.error {
  box-shadow: 0px 0px 2px 2px rgba(77, 93, 34,0.40);
}
.formulaire .site-message {
  margin-bottom:20px;
}
.ui-dialog-content input[type="submit"], 
.ui-dialog-content button,
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
  background-color: #003383;
  border: solid 3px #003383;
  padding: 0px 40px 0px 40px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.08;
  text-align: center;
  color: #ffffff;
  line-height: 40px;
  height: 40px;
  cursor: pointer;
  margin-top:20px;
  transition: all .2s ease-in;
}
.ui-dialog-content input[type="submit"]:hover, 
.ui-dialog-content button:hover,
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:hover {
  background-color: transparent;
  color: #003383;
}
.ui-dialog button.cancel {
  background-color:transparent!important;
  margin-left:15px;
  color: #003383!important;
}
.ui-dialog-content iframe,
.ui-dialog-content .video-responsive {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.9);
  background: #000;
}
.ui-dialog-content .caption {
  text-align: left;
  line-height: 18px;
  color: #EFEDE9;
  word-wrap: break-word;
  padding-right: 36px;  
  margin-top:5px;
}
.ui-dialog-content .caption small {
  color: #C4BCB0;
  display: block;
  font-size: 12px;
  line-height: 14px; 
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.ui-dialog-content .form-container {
  margin:5px 0px 5px 0px;
}
.ui-dialog-content .form-container .form-buttons-footer {
  margin-bottom:0px;
  height:10px;
}
.ui-dialog .content,
.ui-dialog .dialog-content {
  padding:0;
  overflow:visible;
}
.ui-dialog .nouvel-utilisateur {
  position:relative;
  margin-top:40px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  width: 60%;
  margin: 60px auto 0;
  text-align: left;  
}  
.ui-dialog .nouvel-utilisateur a {
  position:absolute;
  margin-left:10px;
  text-transform: uppercase;
}
.ui-dialog .nouvel-utilisateur a::before {
  content:"";
  display:inline-block;
  vertical-align: top;
  margin-top:7px;
  border-top:solid 2px #d6156c;
  width:14px;
  height:2px;
  margin-right:10px;
}
.ui-dialog .nouvel-utilisateur a::after {
  content:"\f178";
  font-family: "FontAwesome";
  color:#d6156c;
  font-size:14px;
  margin-left:10px;
}

@media only screen and (min-width: 768px) {
  .ui-dialog {
    width:80%!important;
    height:auto!important;
  }
}

@media only screen and (min-width: 992px) {
  .ui-dialog {
    width:70%!important;
    height:auto!important;
    max-width:700px;
  }
}

@media only screen and (min-width: 1200px) {
  .ui-dialog {
    width:60%!important;
    height:auto!important;
  }
}

/*** RESPONSIVE A l'ENVERS ***/
@media only screen and (max-width:1499px) {
}
@media only screen and (max-width: 1240px) {
}
@media only screen and (max-width:1199px) {
  .page.page-questionnaire-question {
    padding-top: 130px;
  }
}
@media only screen and (max-width: 1020px) {
}
@media only screen and  (max-width:991px) {
}

@media only screen and (max-width: 767px) {
  .call-to-action a {
    margin: 0 15px 20px;
  }
  .page-questionnaire .partenaires {
    flex-wrap: wrap;
  }
  .page-questionnaire .partenaire {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width:575px) {
}

@media screen and (max-width: 450px) {
}

@media (max-width:359px) {
}
