@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
:root {
  --bs-body-font-family: "Montserrat", sans-serif !important;
  --bs-primary: #006c50 !important;
  --bs-modal-padding: 2rem !important;
}

body #page-fondation h2 {
  font-size: 32px;
  margin-bottom: 50px;
  font-weight: 900;
}
body #page-fondation h3 {
  font-size: 28px;
  margin-bottom: 44px;
  font-weight: 900;
  color: #007461;
}
body #page-fondation p {
  margin-bottom: 28px;
  font-size: 20px;
}
body #page-fondation .btn-ca {
  margin-top: 24px;
  display: inline-block;
  font-size: 18px;
}
body #page-fondation #la-fondation .col.image-bg, body #page-fondation #nos-actions .col.image-bg {
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 3/2;
  background-position: center;
}
body #page-fondation #la-fondation .col.content-vertically-centered, body #page-fondation #nos-actions .col.content-vertically-centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
body #page-fondation #la-fondation .col.content-vertically-centered .content, body #page-fondation #nos-actions .col.content-vertically-centered .content {
  margin: 28px 120px 28px 78px;
}
body #page-fondation #nos-actions {
  padding: 86px 0;
  background: #F7F8FA 0 0 no-repeat padding-box;
}
body #page-fondation #nos-actions h2 {
  margin-bottom: 72px;
}
body #page-fondation #nos-actions .container .row {
  display: flex;
  align-items: center;
}
body #page-fondation #nos-actions .container .row:last-child {
  margin-top: 160px;
}
body #page-fondation #nos-actions .container .row img {
  max-width: 350px;
}
body form .rouge {
  color: red;
}
body form .vert {
  color: #00bb00;
}
body form h2 {
  margin: 30px 0;
}
body form h2 span {
  background-color: red;
  color: white;
  text-transform: uppercase;
  margin-right: 15px;
  padding: 0 5px;
  font-weight: bold;
}
body form small {
  color: #737373;
  font-size: 0.875em;
}
body form input[type=radio] {
  margin: 0 0 0 10px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
}
body form label {
  margin: 0 0 0 10px;
  font-size: 17px;
}
body form textarea {
  margin: 0 0 0 10px;
}
body form .status {
  margin-bottom: 50px;
}
body form .status .etape {
  width: 20%;
  gap: 12px;
}
body form .status .etape .circle {
  font-size: 50px;
  color: #a1a1a1;
}
body form .status .etape.ok .circle::before, body form .status .etape.done .circle::before {
  content: "\f26a";
  color: green;
}
body form .status .etape.ko .circle::before {
  content: "\f622";
  color: red;
}
body form .status .etape .label {
  color: black;
}
body form .status .ligne {
  min-width: 5%;
  border-bottom: 2px dashed #a1a1a1;
}
body form .status .ligne.done, body form .status .ligne.ok {
  border: 1px solid green;
}
body form .coches {
  min-width: 25%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
body form .coches input {
  margin-left: 15px;
}
body form .coches label {
  text-transform: uppercase;
}
body form .errorContainerFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body form .errorChamp {
  background-color: red;
  padding: 5px;
  color: white;
  margin: 5px;
  display: inline-block;
}
body form div.fullLigne {
  display: flex;
  margin: 20px 0;
  align-items: center;
}
body form div.fullLigne input[type=text],
body form div.fullLigne input[type=tel],
body form div.fullLigne input[type=email],
body form div.fullLigne input[type=url],
body form div.fullLigne input[type=number],
body form div.fullLigne select,
body form div.fullLigne textarea {
  max-width: calc(100% - 20px);
  width: auto;
  margin: 0 10px;
}
body form div.fullLigne.cl {
  flex-direction: column;
  align-items: unset;
  gap: 4px;
}
body form div.fullLigne label .bottom {
  display: block;
  font-weight: normal;
  font-size: 15px;
}
body form div.doubleSemiLigne {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
body form div.doubleSemiLigne div.semiLigne {
  flex-grow: 1;
  display: inline-flex;
  align-items: center;
}
body form div.doubleSemiLigne div.semiLigne input[type=text],
body form div.doubleSemiLigne div.semiLigne input[type=tel],
body form div.doubleSemiLigne div.semiLigne input[type=email],
body form div.doubleSemiLigne div.semiLigne input[type=url],
body form div.doubleSemiLigne div.semiLigne input[type=number] {
  flex-grow: 1;
  margin-left: 10px;
}
body form .ligne-checkbox {
  display: flex;
  align-items: center;
  margin: 20px 10px;
}
body form .ligne-checkbox label .bottom {
  display: block;
  font-weight: normal;
  font-size: 15px;
}
body form .ligne-checkbox.double-inline {
  justify-content: space-between;
}
body form .ligne-checkbox.text-under {
  flex-wrap: wrap;
}
body form .ligne-checkbox.text-under textarea {
  width: 100%;
  margin: 15px 0 0 10px;
}
body form .champ .form-check {
  display: flex;
  align-items: center;
  gap: 0.7em;
}
body form .champ .form-check label small {
  display: block;
}
body form .pourquoi .projet-permet {
  margin: 30px 10px;
}
body form .pourquoi .projet-permet h4 {
  font-weight: bold;
  font-size: 20px;
}
body form .comment h5.txt-vert {
  font-size: 18px;
  color: #00bb00;
  font-weight: bold;
  margin: 40px 20px;
}
body form .pieces-jointes h2 {
  margin: 20px 0;
}
body form .pieces-jointes p {
  margin-left: 10px;
}
body form .pieces-jointes .fullLigne {
  gap: 10px;
  margin: 15px 0;
  background-color: white;
  padding: 10px 5px;
  justify-content: space-between;
}
body form .pieces-jointes .fullLigne .msgPj {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 5px;
}
body form .pieces-jointes .fullLigne .msgPj .pjButtons {
  margin-left: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
}
body form .pieces-jointes .fullLigne .msgPj .pjStatus {
  display: none;
}
body form .pieces-jointes .fullLigne .msgPj .pjStatus.show {
  display: block;
  padding: 5px;
  border-radius: 5px;
}
body form .pieces-jointes .fullLigne .msgPj .pjStatus.show.text-danger {
  background-color: #ffbdbd;
  border: 1px solid #a94442;
}
body form .pieces-jointes .fullLigne .msgPj .pjStatus.show.text-success {
  background-color: #d9ffc3;
  border: 1px solid #39833b;
}
body form .pieces-jointes .fullLigne .msgPj.multi {
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
}
body form .pieces-jointes .fullLigne .msgPj.multi .pj {
  display: flex;
  align-items: center;
  gap: 10px;
}
body form .buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}
body form .buttons button {
  padding: 6px 8px;
  font-size: 16px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
body form .buttons button[disabled] {
  cursor: not-allowed;
}
body form .buttons button:hover {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6509803922);
}
body form#editionEtatDossier {
  background-color: #f3f3f3;
  margin-top: 50px;
  width: 100%;
}
body form#editionEtatDossier .card-body .etapeStatus {
  padding: 20px;
}
body form#editionEtatDossier .card-body .etapeStatus .fullLigne {
  margin: 8px 0;
  gap: 4px;
}
body form#editionEtatDossier .card-body .etapeStatus:last-of-type {
  margin-bottom: 0;
}
body#messageConfirmSave {
  width: auto;
}
body > main {
  /*    max-width: 1400px;
      margin: 100px auto;
      display: flex;
      flex-direction: column;
      align-items: center;*/
  margin-top: 100px;
  padding: 0;
}
body > main #table-admins_wrapper {
  width: 100%;
}
body > main .dataTables_length, body > main .dataTables_info {
  display: inline-block;
}
body > main .dataTables_paginate, body > main .dataTables_filter {
  display: inline-block;
  position: absolute;
  right: 0;
}
body > main h1 {
  text-align: center;
  font-size: 28px;
  color: #009597;
}
body > main form[name=reset_password_request_form] > div {
  width: 100%;
}
body > main #loginForm {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
  margin: 0 auto;
}
body > main #loginForm .field {
  width: 100%;
}
body > main #loginForm .buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .buttons {
  text-align: right;
}
body #statusUser {
  display: none;
}
body .checkPassword {
  display: flex;
  flex-direction: column;
  gap: 1px;
  margin: 20px 0 15px;
}
body .checkPassword .d-none {
  display: none;
}

/*# sourceMappingURL=main.css.map */
