* {
  margin: 0;
  padding: 0; }

.global-pane {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
  background: inherit !important; }

.page {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4px;
  justify-content: space-around; }
  .page .sidebar {
    order: 2;
    position: fixed;
    left: 0;
    height: 80vh;
    overflow-y: scroll; }
    @media screen and (max-width: 700px) {
      .page .sidebar {
        position: inherit;
        overflow-y: auto; } }
  .page .sidebar-secondary {
    order: 3;
    position: fixed;
    right: 0;
    height: 80vh;
    overflow-y: scroll; }
    @media screen and (max-width: 700px) {
      .page .sidebar-secondary {
        position: inherit;
        overflow-y: auto; } }
  .page .footer {
    order: 4;
    height: 90px; }
  .page .body {
    order: 3;
    position: fixed;
    height: 80vh;
    overflow-y: scroll; }
    @media screen and (max-width: 700px) {
      .page .body {
        position: inherit;
        overflow-y: auto; } }

.rmm-panel {
  margin-left: 2px !important;
  border-radius: 0 !important;
  border: none !important; }
  .rmm-panel .rmm-list {
    background: transparent; }
    .rmm-panel .rmm-list .rmm-list-item {
      border-radius: 0 !important;
      border-left: 0.5em solid #0000b3 !important;
      margin-bottom: 5px  !important;
      border-right: 1px solid #0000b3 !important;
      border-top: 1px solid #0000b3 !important;
      border-bottom: 1px solid #0000b3 !important;
      background: #FFFF00; }
      .rmm-panel .rmm-list .rmm-list-item i {
        font-size: 20px !important; }
      .rmm-panel .rmm-list .rmm-list-item span {
        font-weight: bold !important;
        font-size: 0.9em !important; }

.footer {
  width: 100%;
  background-color: lightgrey;
  color: white;
  text-align: center;
  height: 40px; }

.mbottom50 {
  margin-bottom: 50px; }

.mbottom100 {
  margin-bottom: 100px; }

.comite-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0; }
  .comite-container .comite-content .comite-content-title {
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    color: steelblue;
    margin-bottom: 5px; }
    .comite-container .comite-content .comite-content-title ul {
      margin-left: 10px; }
  .comite-container .comite-content .comite-container-interne {
    margin-left: 15px !important; }
    .comite-container .comite-content .comite-container-interne .nv-2 {
      font-size: 12px !important; }
  .comite-container li {
    color: inherit;
    font-size: 12px !important; }

.informations {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap; }
  .informations h4 {
    font-size: 11px;
    font-weight: bold;
    line-height: 0.2 !important;
    margin-top: 4px;
    margin-bottom: 4px; }

.instruction-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%; }
  .instruction-container .instruction-titre {
    color: steelblue;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase; }
  .instruction-container .instruction-condition li {
    font-size: 14px;
    text-align: justify; }
  .instruction-container p {
    font-size: 14px;
    text-align: justify; }
  .instruction-container p > strong {
    color: #298985 !important;
    font-size: 14px; }
  .instruction-container .instruction-details {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%; }
    .instruction-container .instruction-details li {
      margin-left: 50px;
      font-size: 13px;
      text-align: justify; }
      .instruction-container .instruction-details li strong {
        color: #298985 !important;
        font-size: 13px; }

.root-publication article:last-of-type {
  margin-bottom: 80px; }
.root-publication article:nth-child(even) {
  background-color: white; }
.root-publication article:nth-child(odd) {
  background-color: whitesmoke; }

.publication-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  cursor: pointer;
  margin-bottom: 5px; }
  .publication-container .publication-resume {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%; }
    .publication-container .publication-resume:last-child {
      margin-bottom: 150px; }
    .publication-container .publication-resume .resume-items {
      margin-bottom: 20px;
      text-align: justify;
      font-size: 12px; }
  .publication-container .publication-titre {
    font-size: 14px;
    font-weight: bold;
    color: steelblue !important;
    margin-bottom: 2px !important; }
  .publication-container .publication-soustitre {
    font-size: 13px;
    font-weight: bold;
    color: slategray !important;
    font-style: oblique;
    margin-bottom: 2px !important;
    margin-top: 2px !important; }
  .publication-container .publication-details {
    margin-top: 10px; }
    .publication-container .publication-details * {
      font-size: 12px !important;
      color: inherit; }
    .publication-container .publication-details li {
      list-style: none;
      font-size: 13px !important; }
  .publication-container .publication-options {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    .publication-container .publication-options li {
      list-style: none;
      font-size: 12px !important; }
      .publication-container .publication-options li a {
        text-decoration: none !important; }
        .publication-container .publication-options li a i {
          font-size: 20px !important; }
      .publication-container .publication-options li:nth-child(odd) > a {
        color: green;
        margin-left: 10px; }
      .publication-container .publication-options li:nth-child(even) > a {
        color: maroon;
        margin-left: 10px; }

.archive-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around;
  padding-left: 2px !important;
  padding-right: 2px !important; }

.contact-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%; }
  .contact-container .contact-info {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%; }

.home-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  padding: 5px !important; }
  .home-container .bonjour {
    min-height: 80vh; }
    @media screen and (min-width: 769px) {
      .home-container .bonjour {
        margin-bottom: 100px !important; } }
  .home-container .home-message {
    text-align: justify;
    margin-top: 30px;
    align-items: center;
    font-weight: 200 !important;
    font-size: 16px !important; }
  .home-container .mercie {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    font-weight: 200 !important;
    font-size: 16px !important; }

#meta-header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  min-height: 150px;
  padding: 10px;
  padding-bottom: 0 !important; }
  #meta-header h5 {
    color: white;
    margin-bottom: 2px;
    font-weight: bold;
    margin-top: 2px; }
  #meta-header .photo-info {
    width: 20%;
    height: 80px; }
    @media screen and (max-width: 700px) {
      #meta-header .photo-info {
        width: 50% !important; } }
  #meta-header .site-info {
    background: rgba(255, 255, 255, 0.3) !important;
    width: calc(78% - 20px);
    margin-left: 20px;
    text-align: center; }
    #meta-header .site-info h4 {
      opacity: 1 !important;
      color: blue;
      font-weight: bold; }

.scoop-mtext {
  color: #0000b3 !important;
  font-weight: bold; }

.scoop-micon i {
  color: steelblue !important; }

.back-photo {
  min-height: 150px !important;
  background: url("../images/jono.jpg") no-repeat !important;
  background-size: 100% auto !important; }
  @media screen and (max-width: 800px) {
    .back-photo {
      max-height: 150px !important;
      background: url("../images/xxx.jpg") no-repeat !important;
      background-size: 100% auto !important; } }

/*# sourceMappingURL=layout.css.map */
