*{
margin:0%;
padding:0%;

}

.list-no-bullets {
  list-style-type: none;
}
.no-decorate:hover,
.no-decorate:focus {
  text-decoration: none;
}
:hover > .parent-decorate,
:focus > .parent-decorate {
  text-decoration: underline;
}
.no-js .print-link {
  display: none;
}
.break-word {
  word-wrap: break-word; /* Older, non-standard name for overflow-wrap. */
  overflow-wrap: break-word;
}

.custom-flash {
        background-color: #7a1f0d;
        color: white;
    }
    .btn-close-white {
        filter: invert(1); /* rend la croix blanche */
    }
.pre-line {
  white-space: pre-line;
}
.breadbox > .card-body > * {
  margin-top: 1rem;
}
.breadbox > .card-body > *:first-child {
  margin-top: 0;
}
@media print {
  .row {
    /*
      Fix for truncated pages in Firefox (issue with display: flex).
      Ref: https://bugzilla.mozilla.org/show_bug.cgi?id=939897
      Breaks column layouts, but we can live with that.
    */
    display: block !important;
  }
  .tab-content > .tab-pane {
    display: block;
    opacity: 1;
  }
  .text-md-right.text-print-left {
    text-align: left !important;
  }
  .breadbox a,
  .search-item a,
  .item-content a {
    text-decoration: none;
  }
}
.navbar-brand {
  white-space: normal;
}
.dropdown-width-300 {
  width: 300px;
  max-width: 90vw;
}
.dropdown-item {
  white-space: normal;
}
.btn-expand[aria-expanded="true"] {
  display: none;
}
.btn-expand[aria-expanded="true"] + .btn-collapse {
  display: inline;
}
.btn-expand[aria-expanded="false"] {
  display: inline;
}
.btn-expand[aria-expanded="false"] + .btn-collapse {
  display: none;
}
.continued-hint {
  -webkit-mask-image: linear-gradient(to top, transparent, black 2.75rem);
  mask-image: linear-gradient(to top, transparent, black 2.75rem);
}
main {
  min-height: calc(100vh - 7rem);
  padding-top: 1rem;
  padding-bottom: 3rem;
font-family:"Montserrat", sans-serif;
}

.alert{
background-color:red;
}
.btn-toggle[active] > .btn-toggle-icon-off {
  display: none;
}
.btn-toggle:not([active]) > .btn-toggle-icon-on {
  display: none;
}
.d-none-important {
  display: none !important;
}
/*
.banner {
            background: linear-gradient(90deg, #37517ef6, #1e2a47);
            color: white;
	    text-align:center;
	    font-size: 24px;
	    padding:15px;
            font-weight: bold;
            width: 100%;
            height:150px;
}

        .typing {
            overflow: hidden;
            animation: typing 3s steps(30, end) forwards, blink 0.8s infinite;
       }


*/
.hero-banner {
  position: relative;
  height: 400px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  overflow: hidden;
}

.hero-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 background: linear-gradient(90deg, #37517ef6, #1e2a47);
 opacity: 0.7;  
 z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-content h1{
 font-weight:bold;
 font-size:3rem;
}

.shadow-box {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-right: 3px solid #37517e;
  padding: 1rem;
}

.card {
    transition: box-shadow 0.3s ease;
}
.card:hover {
    box-shadow: 0 0 20px rgba(0,3,7,0.1);
}
.btn-outline-primary,
.btn-outline-success,
.btn-outline-secondary {
    border-radius: 20px;
    padding-left: 1rem;
    padding-right: 1rem;
}
