@charset "UTF-8";
/******
SIDEBAR
https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_sidebar_responsive
https://bootstrapious.com/p/bootstrap-sidebar
*****/
#sidebar {
  min-width: 70px;
  max-width: 70px;
  min-height: 100vh;
  z-index: 99;
  position: fixed;
}

footer {
  margin-left: 70px;
}

@media screen and (max-width: 576px) {
  #sidebar {
    min-width: 42px;
    max-width: 42px;
  }

  #content {
    width: 100%;
    margin-left: 42px;
  }

  footer {
    margin-left: 42px;
  }
}
@media screen and (max-width: 380px) {
  #sidebar {
    min-width: 0px;
    max-width: 0px;
  }

  #content {
    width: 100%;
    margin-left: 0px;
  }

  footer {
    margin-left: 0px;
  }
}
/******
FOOTER CSS
https://www.w3schools.com/howto/howto_js_scroll_to_top.asp
*****/
footer {
  padding: 0px;
  background-color: #f1f1f1;
}
footer ul {
  margin-bottom: 0;
}

.scroll-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  text-align: center;
  color: #fff;
  background: #6c757d;
  line-height: 46px;
}
.scroll-to-top:hover, .scroll-to-top:focus {
  background-color: #3d4246;
  border-color: #3d4246;
}
.scroll-to-top i {
  font-weight: 800;
}

/* -------------------------------------
    CENTREPILOTE specifique
------------------------------------- */
.bg-cepicop {
  background-color: #799026;
  padding: 0.5rem;
}

.text-cepicop {
  color: #799026;
}

.title-esc {
  background-color: #63A537;
  padding: 0.5rem;
  font-size: larger;
  font-weight: bold;
}

.bord-esc {
  border: solid thin #63A537;
  border-radius: 0.25rem;
  padding-left: 10px;
}

.title-fro {
  background-color: #9FD37C;
  padding: 0.5rem;
  font-size: larger;
  font-weight: bold;
}

.bord-fro {
  border: solid thin #9FD37C;
  border-radius: 0.25rem;
  padding-left: 10px;
}

.title-epo {
  background-color: #99CB38;
  padding: 0.5rem;
  font-size: larger;
  font-weight: bold;
}

.bord-epo {
  border: solid thin #99CB38;
  border-radius: 0.25rem;
  padding-left: 10px;
}

.title-tri {
  background-color: #C1DF87;
  padding: 0.5rem;
  font-size: larger;
  font-weight: bold;
}

.bord-tri {
  border: solid thin #C1DF87;
  border-radius: 0.25rem;
  padding-left: 10px;
}

.title-pri {
  background-color: #ffc000;
  padding: 0.5rem;
  font-size: larger;
  font-weight: bold;
}

.bord-pri {
  border: solid thin #ffc000;
  border-radius: 0.25rem;
  padding-left: 10px;
}

.title-col {
  background-color: #ffff00;
  padding: 0.5rem;
  font-size: larger;
  font-weight: bold;
}

.bord-col {
  border: solid thin #ffff00;
  border-radius: 0.25rem;
  padding-left: 10px;
}

.title-pro {
  background-color: #cc9900;
  padding: 0.5rem;
  font-size: larger;
  font-weight: bold;
}

.bord-pro {
  border: solid thin #cc9900;
  border-radius: 0.25rem;
  padding-left: 10px;
}

.bg-vegemar {
  background-color: #009A3E;
  padding: 0.5rem;
}

.text-vegemar {
  color: #009A3E;
}

.text-cepifruit {
  color: #00A018;
}

.text-main {
  color: #6287a2;
}

.text-avert {
  color: #ce8f5a;
  text-decoration: none;
}
.text-avert :hover, .text-avert :focus {
  text-decoration: underline;
  cursor: pointer;
  color: #ce8f5a;
}

.text-comm {
  color: #6287a2;
  text-decoration: none;
}
.text-comm :hover, .text-comm :focus {
  text-decoration: underline;
  cursor: pointer;
  color: #6287a2;
}

.text-event {
  color: #80c8bc;
  text-decoration: none;
}
.text-event :hover, .text-event :focus {
  text-decoration: underline;
  cursor: pointer;
  color: #80c8bc;
}

/*
style sheet base on https://flickity.metafizzy.co/
https://flickity.metafizzy.co/style.html
openHBP: 25/04/2022
*/
.carousel {
  position: relative;
  text-align: center;
  color: white;
}

.carousel-cell {
  margin-left: 10px;
}

.carousel-txt-top {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: small;
}

.carousel-txt-bottom {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: small;
}

/*
used by many2many selector picked from django
FilteredSelectMultiple
*/
.selector h2 {
  margin: 0;
  padding: 8px;
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  background: #6287A2;
  color: white;
}

.datetimeshortcuts {
  font-size: 12px;
}

/* Dropdown Button 4 account-menu
because bootstrap5 does not work @ gogocarto js load (dynamic map display)
https://www.w3schools.com/howto/howto_js_dropdown.asp
*/
.dropbtn {
  border: none;
  text-decoration: underline;
  background: #f8f9fa;
  color: #5ec0ca;
}
.dropbtn:hover, .dropbtn:focus {
  color: #6287a2;
}

/* -------------------------------------
    GLOBAL
------------------------------------- */
body {
  margin: 0;
  font: 100% Lato, sans-serif;
  color: #03161d;
}

/* --------
TABLES
----------*/
.table-cell-padding {
  width: 80%;
  margin: auto;
  border-collapse: collapse;
  border-style: hidden;
}

.table-cell-padding td {
  padding: 10px;
  border: thin solid silver;
}

.table-cell-padding td p {
  padding: 5px;
}

table {
  width: 80%;
  margin: auto;
  border-collapse: collapse;
  border-style: hidden;
}

table td {
  border: thin solid silver;
  padding: 10px 10px 0 10px;
}

a {
  color: #5ec0ca;
}

li:not([class]) {
  margin-bottom: 0.6rem;
}

/* -------------------------------------
    NAV
------------------------------------- */
#masterMenu a.nav-link {
  color: #5ec0ca;
}

.bg-menu-cepicop {
  background-color: #799026;
}

.bg-menu-vegemar {
  background-color: #009A3E;
}

.bg-menu-cepifruit {
  background-color: #00A018;
}

#detailMenu-main a.nav-link {
  color: #fff !important;
  font-stretch: expanded;
  text-transform: uppercase;
}
#detailMenu-main a.nav-link:hover, #detailMenu-main a.nav-link:focus {
  background-color: #5ec0ca;
}
#detailMenu-main ul.dropdown-menu {
  background-color: #5ec0ca;
}
#detailMenu-main ul.dropdown-menu a.nav-link:hover, #detailMenu-main ul.dropdown-menu a.nav-link:focus {
  background-color: #3DADB8;
}

#detailMenu-cepicop a.nav-link {
  color: #fff !important;
  font-stretch: expanded;
  text-transform: uppercase;
}
#detailMenu-cepicop a.nav-link:hover, #detailMenu-cepicop a.nav-link:focus {
  background-color: #b2d436;
}
#detailMenu-cepicop ul.dropdown-menu {
  background-color: #b2d436;
}
#detailMenu-cepicop ul.dropdown-menu a.nav-link:hover, #detailMenu-cepicop ul.dropdown-menu a.nav-link:focus {
  background-color: #93B126;
}

#detailMenu-vegemar a.nav-link {
  color: #fff !important;
  font-stretch: expanded;
  text-transform: uppercase;
}
#detailMenu-vegemar a.nav-link:hover, #detailMenu-vegemar a.nav-link:focus {
  background-color: #BC143B;
}
#detailMenu-vegemar ul.dropdown-menu {
  background-color: #BC143B;
}
#detailMenu-vegemar ul.dropdown-menu a.nav-link:hover, #detailMenu-vegemar ul.dropdown-menu a.nav-link:focus {
  background-color: #8E0F2D;
}

#detailMenu-cepifruit a.nav-link {
  color: #fff !important;
  font-stretch: expanded;
  text-transform: uppercase;
}
#detailMenu-cepifruit a.nav-link:hover, #detailMenu-cepifruit a.nav-link:focus {
  background-color: #F90028;
}
#detailMenu-cepifruit ul.dropdown-menu {
  background-color: #F90028;
}
#detailMenu-cepifruit ul.dropdown-menu a.nav-link:hover, #detailMenu-cepifruit ul.dropdown-menu a.nav-link:focus {
  background-color: #C60020;
}

@media (min-width: 768px) {
  [id^="detailMenu-"] .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

/* -------------------------------------
    HEADER-CP
------------------------------------- */
.header-cp {
  font-family: sans;
  color: white;
  font-size: 5rem;
  font-weight: bold;
  text-decoration: none;
}

.header-cp:hover {
  text-decoration: none;
  color: white;
}

/* -------------------------------------
    TYPOGRAPHY
------------------------------------- */
h1 {
  font-size: 2rem;
  color: #6287a2;
  font-weight: bold;
}

h2 {
  display: block;
  margin-top: 0;
  font-size: 1.5rem;
  color: #6287a2;
  font-weight: bold;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}

h3 {
  font-size: 1.2rem;
  color: #6287a2;
  font-weight: bold;
}

h4 {
  font-size: 1.1rem;
  color: #6287a2;
  font-weight: bold;
}

h5 {
  font-size: 1rem;
  color: #6287a2;
  font-weight: 700;
}

h6 {
  font-size: 0.75rem;
  color: #6287a2;
  text-transform: uppercase;
}

/* -------------------------------------
    HOME PAGE & SIZING HEADER
------------------------------------- */
.hosted-cp {
  color: white;
}

@media screen and (max-width: 1011px) {
  .header-cp {
    font-size: 4rem;
  }

  .hosted-cp {
    display: none;
  }

  #logo-cp {
    width: 100px;
  }
}
@media screen and (max-width: 850px) {
  .header-cp {
    font-size: 3.5rem;
  }

  #logo-cp {
    width: 75px;
  }

  #logo-wallonie {
    width: 75px;
  }
}
@media screen and (max-width: 630px) {
  .header-home {
    padding: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .header-cp {
    font-size: 2.5rem;
  }

  #logo-wallonie {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .header-home {
    padding: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .header-cp {
    font-size: 2rem;
  }

  #logo-cp {
    width: 50px;
  }
}
/* -------------------------------------
    CONTAINER
------------------------------------- */
.flex-container-start {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

@media screen and (min-width: 576px) {
  .flex-container-start {
    flex-wrap: nowrap;
  }
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
}

.content {
  width: 100%;
  margin-left: 70px;
  min-height: 100vh;
  transition: all 0.3s;
}

.container-box-main {
  background: #6287a2;
  padding: 2rem;
  margin: 0 0 2rem 0;
  text-decoration: none;
  text-align: center;
}
.container-box-main a {
  color: white;
}
.container-box-main:hover, .container-box-main:focus {
  background-color: #4e6d83;
  border-color: #4e6d83;
  color: white;
}

.container-box-vegemar {
  background: #009A3E;
  padding: 2rem;
  margin: 0 0 2rem 0;
  text-decoration: none;
}
.container-box-vegemar a {
  color: white;
}
.container-box-vegemar h1, .container-box-vegemar h2, .container-box-vegemar h3, .container-box-vegemar h4, .container-box-vegemar h5, .container-box-vegemar h6 {
  color: #BC143B;
}

.container-box-cepicop {
  background: #799026;
  padding: 2rem;
  margin: 0 0 2rem 0;
  text-decoration: none;
}
.container-box-cepicop a {
  color: white;
}
.container-box-cepicop h1, .container-box-cepicop h2, .container-box-cepicop h3, .container-box-cepicop h4, .container-box-cepicop h5, .container-box-cepicop h6 {
  color: #b2d436;
}

.container-box-white {
  background: #fff;
  padding: 2rem;
  margin: 0 0 2rem 0;
  text-decoration: none;
  text-align: center;
}
.container-box-white a {
  color: white;
}

.container-box-1rem {
  background: #6287a2;
  padding: 1rem;
  margin: 0 0 1rem 0;
}

.address, .grey-box {
  background: #f1f1f1;
  border: thin silver solid;
  border-radius: 0.25rem;
  padding: 1em;
}

.address {
  margin-bottom: 1rem;
}
.address p {
  margin-bottom: 0;
}

.border-main {
  border: thin solid;
  border-color: #4e6d83;
  border-radius: 0.25rem;
}
.border-main .btn {
  border-radius: none;
}

.border-danger2 {
  border: thin solid;
  border-color: #bd7538;
  border-radius: 0.25rem;
}
.border-danger2 .btn {
  border-radius: none;
}

.border-warning2 {
  border: thin solid;
  border-color: #bfa338;
  border-radius: 0.25rem;
}
.border-warning2 .btn {
  border-radius: none;
}

.border-info2 {
  border: thin solid;
  border-color: #5cb9a9;
  border-radius: 0.25rem;
}
.border-info2 .btn {
  border-radius: none;
}

.border-comm {
  border: thin solid;
  border-color: #4e6d83;
  border-radius: 0.25rem;
}
.border-comm .btn {
  border-radius: none;
}

.border-avert {
  border: thin solid;
  border-color: #bd7538;
  border-radius: 0.25rem;
}
.border-avert .btn {
  border-radius: none;
}

.border-event {
  border: thin solid;
  border-color: #5cb9a9;
  border-radius: 0.25rem;
}
.border-event .btn {
  border-radius: none;
}

/* -------------------------------------
    PAGINATION
------------------------------------- */
.page-text {
  color: #6287a2;
  background-color: white;
  padding: 0.5rem 0rem;
}

.page-counter {
  color: #6287a2;
  background-color: white;
  border-color: #6287a2;
  border-width: thin;
  border-style: solid;
  border-radius: 0.25rem;
  border-color: #03161d;
  padding: 0.5rem 0.75rem;
  margin: 0rem 0.3rem;
}

.page-link {
  color: #6287a2;
  background-color: white;
}

.page-item.active .page-link {
  color: white;
  background-color: #6287a2;
}

/* -------------------------------------
    BUTTONS
------------------------------------- */
.btn-main {
  color: white;
  background-color: #6287a2;
  border-color: #6287a2;
  padding: 6px 14px;
}
.btn-main:hover, .btn-main:focus {
  background-color: #3b5263;
  border-color: #3b5263;
  color: white;
}

.btn-cepicop {
  color: white;
  background-color: #799026;
  border-color: #799026;
  padding: 6px 14px;
}
.btn-cepicop:hover, .btn-cepicop:focus {
  background-color: #353f11;
  border-color: #353f11;
  color: white;
}

.btn-vegemar {
  color: white;
  background-color: #009A3E;
  border-color: #009A3E;
  padding: 6px 14px;
}
.btn-vegemar:hover, .btn-vegemar:focus {
  background-color: #003415;
  border-color: #003415;
  color: white;
}

.btn-comm-bg {
  color: white;
  background-color: #6287a2;
  border-color: #6287a2;
  padding: 6px 14px;
}
.btn-comm-bg:hover, .btn-comm-bg:focus {
  background-color: #3b5263;
  border-color: #3b5263;
  color: white;
}

.btn-avert-bg {
  color: white;
  background-color: #ce8f5a;
  border-color: #ce8f5a;
  padding: 6px 14px;
}
.btn-avert-bg:hover, .btn-avert-bg:focus {
  background-color: #965c2c;
  border-color: #965c2c;
  color: white;
}

.btn-danger2 {
  color: white;
  background-color: #ce8f5a;
  border-color: #ce8f5a;
  padding: 6px 14px;
}
.btn-danger2:hover, .btn-danger2:focus {
  background-color: #965c2c;
  border-color: #965c2c;
  color: white;
}

.btn-warning2 {
  color: white;
  background-color: #CFB75B;
  border-color: #CFB75B;
  padding: 6px 14px;
}
.btn-warning2:hover, .btn-warning2:focus {
  background-color: #98812c;
  border-color: #98812c;
  color: white;
}

.btn-info2 {
  color: white;
  background-color: #80c8bc;
  border-color: #80c8bc;
  padding: 6px 14px;
}
.btn-info2:hover, .btn-info2:focus {
  background-color: #449e8f;
  border-color: #449e8f;
  color: white;
}

.btn-success2 {
  color: white;
  background-color: #5ec0ca;
  border-color: #5ec0ca;
  padding: 6px 14px;
}
.btn-success2:hover, .btn-success2:focus {
  background-color: #308992;
  border-color: #308992;
  color: white;
}

.btn-secondary2 {
  color: white;
  background-color: #6c757d;
  border-color: #6c757d;
  padding: 6px 14px;
}
.btn-secondary2:hover, .btn-secondary2:focus {
  background-color: #3d4246;
  border-color: #3d4246;
  color: white;
}

/* -------------------------------------
    BACKGROUND
------------------------------------- */
.bg-main2 {
  background-color: #6287a2;
}

.bg-warning2 {
  background-color: #6287a2;
}

.bg-danger2 {
  background-color: #6287a2;
}

.bg-success2 {
  background-color: #6287a2;
}

.bg-info2 {
  background-color: #6287a2;
}

/* -------------------------------------
  FORM
------------------------------------- */
.tab-content {
  margin-top: 0.5rem;
}

.requiredfield {
  color: red;
}

.requiredfield::after {
  content: "*";
  color: red;
}

.display-detail {
  margin-left: 1rem;
  margin-right: 1rem;
}

.form-input {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 0.75rem;
  background-color: #e9ecef;
}

.form-input:empty {
  padding: 1rem;
}

/* -------------------------------------
  MSG APP
------------------------------------- */
.btn-prev-next {
  width: 2.75rem;
  height: 2.75rem;
  margin: 0.25rem;
  padding: 0.5rem;
}

.msg-draft {
  opacity: 0.5;
}

/* -------------------------------------
  IMAGES, LOGO, FIGURES
------------------------------------- */
img {
  max-width: 100%;
}
img :not#banner {
  border-radius: 0.25rem;
}

figure {
  border: solid thin #666;
  text-align: center;
  align-items: center;
  border-radius: 0.25rem;
  padding: 10px;
  margin: 0px 10px 10px 10px;
  background-color: whitesmoke;
}

figcaption {
  font-size: 12px;
  line-height: 1.3;
  font-style: italic;
  text-align: center;
  padding: 0 10px;
  margin-top: 10px;
}

.img-left {
  float: left;
  margin-right: 20px;
  padding: 0 10px 0 10px;
  margin-bottom: 10px;
}

.img-right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.img-center {
  float: center;
  margin: 10px;
}

.img-100 {
  width: 100px;
  height: auto;
}

.img-200 {
  width: 200px;
  height: auto;
}

.img-300 {
  width: 300px;
  height: auto;
}

.img-400 {
  width: 400px;
  height: auto;
}

.logo {
  margin: 5px;
}

/* BREADCRUMB */
.breadcrumb {
  margin: 0;
  font-size: small;
  padding: 0.5rem;
}

.banner-content {
  margin-bottom: 10px;
}

.breadcrumb:before {
  content: "Vous êtes ici: ";
  vertical-align: super !important;
}

/* -------------------------------------
    AGENDA
------------------------------------- */
.time-display {
  color: #6287a2;
  background-color: white;
  border-width: thin;
  border-style: solid;
  border-radius: 0.25rem;
  border-color: #03161d;
  padding: 0.5rem 0.5rem;
}

.container-box-day {
  background: #6287a2;
  color: white;
  padding: 0.75em;
  width: 150px;
  height: 150px;
  text-align: center;
  margin-bottom: 0.5em;
  margin-right: 1em;
}
.container-box-day p {
  margin: 5px 0px;
}

.calendar-day {
  font-size: 50px;
}

.hr-cp {
  border-top: solid 3px #6287a2;
  opacity: 1;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 576px) {
  .agenda-org {
    display: none;
  }

  .partenaires {
    display: none;
  }
}