@charset "UTF-8";
.frame {
  padding: 1em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  border-radius: 5px; }
  .frame.frame-success {
    color: white;
    background-color: #619e30; }
  .frame.frame-warning {
    color: white;
    background-color: #df7d1e; }
  .frame.frame-error {
    color: white;
    background-color: #de471c; }
  .frame.frame-shadow {
    border-radius: 15px;
    border: 1px solid #aaa;
    box-shadow: 5px 5px 10px -3px rgba(0, 0, 0, 0.5); }
  .frame ul.frame-messages {
    margin-bottom: 0; }
    .frame ul.frame-messages:first-child {
      margin-top: 0;
      padding-left: 1em; }
    .frame ul.frame-messages:first-child:last-child {
      margin-left: -1em;
      list-style: none; }

.pswp .pswp__caption__center {
  text-align: center !important;
  font-size: 1.5em !important; }

.pswp .pswp__button--download {
  background-image: none !important;
  color: white; }

:root {
  --blue: $blue;
  --orange: $orange;
  --red: $red;
  --purple: $purple;
  --green: $green; }

html {
  font-size: 100%; }

body {
  font: 0.9em Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.3em;
  color: #111;
  text-align: justify; }

@font-face {
  font-family: 'font_Liniga';
  src: url("fonts/Liniga/Liniga.eot");
  src: url("fonts/Liniga/Liniga.woff") format("woff"), url("fonts/Liniga/Liniga.ttf") format("truetype"), url("fonts/Liniga/Liniga.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

.txt95 {
  font-size: .95em; }

.txt90 {
  font-size: .90em; }

.txt85 {
  font-size: .85em; }

.txt80 {
  font-size: .80em; }

.txt75 {
  font-size: .75em; }

.line1p2 {
  line-height: 1.20em; }

.line1p25 {
  line-height: 1.25em; }

.line1p3 {
  line-height: 1.30em; }

.spaced {
  padding-right: 25px; }

.spaceg {
  padding-left: 50px; }

.spacegd {
  padding-left: 25px;
  padding-right: 25px; }

.spacetop {
  padding-top: 10px;
  padding-bottom: 10px; }

.space18g {
  margin-left: 17px; }

.spacemain {
  padding: 15px 35px 30px 26px; }

.separa {
  height: 3px;
  border-bottom: #75A5B1 2px solid;
  margin: 5px 0 10px 0; }

.separa2 {
  margin: 5px 0 10px 0; }

.separa3 {
  margin: 4px 0 4px 0; }

.new-section {
  margin-top: 1.5em; }

.mini-title {
  display: inline-block;
  text-align: center;
  color: #0f7ea4;
  margin-bottom: 0.8em; }

p {
  margin: 0;
  margin-bottom: 1em;
  text-align: justify; }

h1 {
  font-family: 'font_Liniga';
  font-size: 2.8em;
  line-height: 1.15em;
  color: #0f7ea4;
  padding: 0px;
  margin-bottom: 0.5em;
  margin-top: 0; }
  h1.page-title {
    margin-bottom: 1em;
    text-align: center;
    white-space: nowrap; }
    h1.page-title:not(:first-child) {
      margin-top: 2em; }

h2 {
  font-size: 2.2em;
  font-family: 'font_Liniga';
  font-weight: 200;
  letter-spacing: 0.5px;
  line-height: 1.15em;
  color: #0f7ea4;
  padding: 0px;
  margin: 0px 0 10px 0; }

h3 {
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: underline;
  line-height: 1.15em;
  color: #2B6467;
  padding: 0px;
  margin: 0px 0 10px 0; }

a:link, a:hover, a:visited {
  color: #bc4d2c; }

a:link {
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

a img {
  border: none; }

.leaflet-control a:link, .leaflet-control a:hover, .leaflet-control a:visited {
  color: black; }

.leaflet-control a:link {
  text-decoration: none; }

.leaflet-marker-draggable {
  cursor: move !important; }

.page-command-zone {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
  margin-bottom: 2em; }

.centered {
  display: flex;
  justify-content: center;
  align-items: center; }

.ul1 {
  margin: 0px 0 0px 5px;
  padding: 0px 0 0px 5px; }
  .ul1 li {
    margin: 5px;
    padding: 0;
    line-height: 13pt; }

.ul2 {
  margin: 15px 0 8px 15px;
  padding: 0px 0 0px 5px; }
  .ul2 li {
    list-style: none;
    margin: 5px;
    padding: 0;
    line-height: 1.3em; }
    .ul2 li:before {
      content: '\f00c';
      color: green;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      font-weight: 900;
      -webkit-font-smoothing: antialiased;
      font-family: 'Font Awesome 5 Free';
      float: left;
      margin-left: -1.5em; }

ul.nice {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left; }
  ul.nice li {
    padding-left: 1em;
    text-indent: -.7em; }
  ul.nice li::before {
    content: "• ";
    font-size: 1.7em;
    color: #619e30;
    vertical-align: -15%; }
  ul.nice:not(:last-child) {
    margin-bottom: 1em; }

.txtcoul {
  color: #BC4D2C; }

.txtcoulbold {
  color: #BC4D2C;
  font-weight: bold; }

.txtptt {
  color: #3F1F00;
  font-size: .8em;
  font-weight: normal;
  line-height: 11pt; }

.txtstat {
  color: #0f7ea4;
  font-weight: bold;
  font-size: .9em; }

.flex-center-all {
  display: flex;
  justify-content: center;
  align-items: center; }

header {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 250px;
  margin: 0;
  background: url("../images/2022/entete.jpg") repeat; }
  header nav.main-menu {
    display: flex;
    align-items: flex-end;
    width: 960px;
    height: 250px;
    text-align: left;
    background: url("../images/2025/date-blanc.png") 210px 20px / 36% no-repeat, url("../images/2025/slogan-2025.png") 550px 0px / 28% no-repeat; }
    header nav.main-menu > * {
      height: 110px;
      box-sizing: border-box; }
    header nav.main-menu > .logo-menu {
      align-self: center;
      width: 210px;
      min-width: 210px;
      height: 240px;
      padding: 1.1em;
      background: url("../images/Logo-couleur-web-2025.png") center/200px no-repeat; }
    header nav.main-menu > .text-menu {
      display: flex;
      flex-direction: column; }
      header nav.main-menu > .text-menu .menu-title {
        font-size: 1.2em;
        color: #544169; 
        font-weight: bold; }
      header nav.main-menu > .text-menu .menu-details {
        padding-top: 0.5em;
        font-size: 0.85em;
        font-weight: bold;
        line-height: 0.95em;
        color: #915c08; }
        header nav.main-menu > .text-menu .menu-details div {
          white-space: nowrap; }
    header nav.main-menu #menu-phototheque {
      padding-left: 1em;
      padding-right: 1em;
      height: 110px;
      transition: transform 0.4s; }
      header nav.main-menu #menu-phototheque:hover {
        transform: rotate(-15deg) scale(1.1); }
    header nav.main-menu .menu-magnify {
      transition: transform 0.25s; }
      header nav.main-menu .menu-magnify:hover {
        transform: scale(1.1); }
    header nav.main-menu a {
      padding: 1.9em;
      padding-left: 1.1em;
      padding-right: 1.1em;
      text-decoration: none; }
      header nav.main-menu a#menu-phototheque {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 0;
        padding-bottom: 0; }
      header nav.main-menu a .menu-title, header nav.main-menu a .menu-details {
        transition: color 0.2s; }
      header nav.main-menu a:hover .menu-title {
        color: #876ca4; }
      header nav.main-menu a:hover .menu-details {
        color: #a96b09; }

#step3 {
  clear: both;
  width: 100%;
  margin-top: 3em;
  margin-bottom: 3em; }
  #step3 #step3in {
    margin: 0px auto;
    width: 960px; }
  #step3 #step3inmain {
    padding: 30px 30px 25px 35px; }

#step2 {
  clear: both;
  width: 100%;
  min-height: 35em; }
  #step2 #step2in {
    margin: 0px auto;
    width: 900px;
    padding: 30px; }

footer {
  display: flex;
  align-items: center;
  flex-direction: column;
  clear: both;
  padding-bottom: 1em;
  width: 100%;
  font-size: .85em;
  color: #ddd;
  background-color: #222; }
  footer a, footer a:visited, footer a:link {
    color: #ddd; }
  footer ul {
    list-style: none;
    padding: 0; }
  footer .footer-logo.footer-logo-rcc img {
    height: 150px; }
  footer .footer-logo.footer-logo-ademe img {
    height: 150px; }
  footer .footer-logo.footer-logo-make-org {
    text-align: right;
    margin-bottom: 2em; }
    footer .footer-logo.footer-logo-make-org img {
      width: 140px; }
  footer .footer-logo.footer-logo-fph img {
    width: 200px; }
  footer #footer-partenaires, footer #footer-links {
    display: flex;
    width: 960px; }
  footer #footer-partenaires {
    justify-content: space-around;
    margin-top: 1.5em;
    margin-bottom: 1em; }
  footer #footer-links {
    margin-top: -4em;
    flex-direction: column; }

.zone1, .zone2 {
  padding: 12px;
  padding-left: 2em; }

.zone1 {
  margin-bottom: 3em;
  border-left: 8px solid #614b79; }
  .zone1 td {
    vertical-align: top; }
  .zone1 a {
    color: #fff;
    text-decoration: underline; }
    .zone1 a:hover {
      text-decoration: none; }
  .zone1 h1 {
    padding: 0px;
    margin-bottom: 5px;
    margin-top: 0;
    font-family: 'font_Liniga';
    letter-spacing: 1px;
    line-height: 1.15em; }

.zone2 {
  margin-bottom: 3em;
  border-left: 8px solid #df7d1e; }

.zone3 {
  border: 2px solid #75A5B1;
  padding: 5px; }

input, textarea, select {
  background-color: #fff;
  border: 1px solid #999;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding: 6px;
  margin-top: 6px;
  margin-bottom: 10px;
  resize: none; }

input[type=submit], button:not(.pswp__button), a.button {
  padding: 10px;
  border: 0;
  border-radius: 5px;
  color: #fff;
  background-color: #DF571E;
  cursor: pointer; }
  input[type=submit] i.fas, button:not(.pswp__button) i.fas, a.button i.fas {
    font-size: 1.3em;
    margin-right: 0.2em; }
    input[type=submit] i.fas:last-child, button:not(.pswp__button) i.fas:last-child, a.button i.fas:last-child {
      margin-right: 0; }
  input[type=submit]:hover, button:not(.pswp__button):hover, a.button:hover {
    background-color: #E77043;
    color: #fff;
    cursor: pointer; }
  input[type=submit]:disabled, button:not(.pswp__button):disabled, a.button:disabled {
    background-color: #888;
    cursor: not-allowed; }
  input[type=submit]:not(:disabled).success, button:not(.pswp__button):not(:disabled).success, a.button:not(:disabled).success {
    background-color: #619e30; }
    input[type=submit]:not(:disabled).success:hover, button:not(.pswp__button):not(:disabled).success:hover, a.button:not(:disabled).success:hover {
      background-color: #79c43d; }
  input[type=submit]:not(:disabled).warning, button:not(.pswp__button):not(:disabled).warning, a.button:not(:disabled).warning {
    background-color: #df7d1e; }
    input[type=submit]:not(:disabled).warning:hover, button:not(.pswp__button):not(:disabled).warning:hover, a.button:not(:disabled).warning:hover {
      background-color: #e79749; }
  input[type=submit]:not(:disabled).error, button:not(.pswp__button):not(:disabled).error, a.button:not(:disabled).error {
    background-color: #de471c; }
    input[type=submit]:not(:disabled).error:hover, button:not(.pswp__button):not(:disabled).error:hover, a.button:not(:disabled).error:hover {
      background-color: #e86945; }
  input[type=submit]:not(:disabled).purple, button:not(.pswp__button):not(:disabled).purple, a.button:not(:disabled).purple {
    background-color: #614b79; }
    input[type=submit]:not(:disabled).purple:hover, button:not(.pswp__button):not(:disabled).purple:hover, a.button:not(:disabled).purple:hover {
      background-color: #876ca4; }

a.button {
  display: inline-block;
  text-decoration: none; }

form.form--flex {
  display: flex;
  flex-direction: column;
  position: relative; }

form .form--flex__field--row {
  align-items: stretch; }
  form .form--flex__field--row label, form .form--flex__field--row input, form .form--flex__field--row textarea, form .form--flex__field--row select {
    box-sizing: border-box;
    display: block;
    width: 100%; }

select.form-input-error, input[type=text].form-input-error, input[type=file].form-input-error, input[type=password].form-input-error, textarea.form-input-error {
  border-color: crimson; }

select:disabled, input[type=text]:disabled, input[type=file]:disabled, input[type=password]:disabled, textarea:disabled {
  background-color: #ddd; }

label.form-input-error {
  color: crimson; }

.command-zone {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em; }
  .command-zone > :not(:first-child) {
    margin-left: 2em; }

.home--frame {
  padding: 40px;
  border-radius: 15px;
  border: 1px solid #aaa;
  box-shadow: 5px 5px 10px -3px rgba(0, 0, 0, 0.5);
  padding: 20px; }
  .home--frame .home--inner-frame {
    display: flex;
    flex-direction: column;
    width: 100%; }

#step3 #step3inmain.home--part-intro {
  padding: 40px;
  border-radius: 15px;
  border: 1px solid #aaa;
  box-shadow: 5px 5px 10px -3px rgba(0, 0, 0, 0.5);
  padding: 20px; }
  #step3 #step3inmain.home--part-intro .home--part1-yo {
    display: flex;
    width: 100%; }
    #step3 #step3inmain.home--part-intro .home--part1-yo .home--affiche-tac-yo img {
      width: 320px; }
    #step3 #step3inmain.home--part-intro .home--part1-yo .home--presentation-yo {
      padding-left: 2em; }
      #step3 #step3inmain.home--part-intro .home--part1-yo .home--presentation-yo ul {
        padding-left: 1em; }
      #step3 #step3inmain.home--part-intro .home--part1-yo .home--presentation-yo .home--presentation--rcc-legend {
        margin-top: 2em;
        margin-bottom: 1em;
        text-align: center;
        line-height: 1.25em;
        font-weight: bold;
        font-style: italic; }
      #step3 #step3inmain.home--part-intro .home--part1-yo .home--presentation-yo .home--presentation--rcc-yo {
        display: flex;
        justify-content: space-around;
        align-items: center; }
        #step3 #step3inmain.home--part-intro .home--part1-yo .home--presentation-yo .home--presentation--rcc-yo .home--presentation--rcc-logo {
          text-align: center; }
        #step3 #step3inmain.home--part-intro .home--part1-yo .home--presentation-yo .home--presentation--rcc-yo .home--presentation--contact-us {
          text-align: center; }
          #step3 #step3inmain.home--part-intro .home--part1-yo .home--presentation-yo .home--presentation--rcc-yo .home--presentation--contact-us a {
            display: inline-block;
            color: black;
            text-decoration: none; }
            #step3 #step3inmain.home--part-intro .home--part1-yo .home--presentation-yo .home--presentation--rcc-yo .home--presentation--contact-us a i.fas {
              font-size: 3em; }
            #step3 #step3inmain.home--part-intro .home--part1-yo .home--presentation-yo .home--presentation--rcc-yo .home--presentation--contact-us a div {
              margin-top: 0.4em; }
            #step3 #step3inmain.home--part-intro .home--part1-yo .home--presentation-yo .home--presentation--rcc-yo .home--presentation--contact-us a:hover div {
              text-decoration: underline; }

.sidemenu-stats {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.5em; }

a.sidemenu-stats:link {
  text-decoration: none; }

.dev-flag {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0.4rem 7rem;
  font-size: 1.3rem;
  z-index: 100000;
  box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.3); }
  .dev-flag.dev-flag--maintenance {
    color: orange;
    background-color: red;
    border: 2px solid black;
    transform: translate(-7.5rem, 3rem) rotate(-45deg); }
  .dev-flag.dev-flag--dev {
    color: orange;
    background-color: green;
    border: 2px solid orange;
    transform: translate(-6rem, 1.5rem) rotate(-45deg); }

ul.diapo {
  width: 280px; }
  ul.diapo > li {
    vertical-align: middle; }
  ul.diapo img {
    display: inline-block; }
  ul.diapo.diapo-right, ul.diapo.diapo--no-margin {
    margin: 0; }

.bx-wrapper {
  box-shadow: 5px 5px 10px -3px rgba(0, 0, 0, 0.5) !important;
  border: none !important;
  background: transparent !important;
  margin-bottom: 0 !important; }
  .bx-wrapper .bx-controls-direction a {
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out; }
  .bx-wrapper:hover .bx-controls-direction a {
    opacity: 1; }

.event.clickable:hover {
  border-color: green;
  background-color: #e5fce0; }
