.nav-haut{
  z-index: 1;
  position: relative;
}

.btn-secondary {
  background-color: rgba(8, 41, 71, 1);
  color: white
}

.main_background{
  background-image: url("../img/fond.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 0;
  position: relative;
  min-height: inherit;
}

.main_background_pages{
  background-image: url("../img/fond.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  min-height: inherit;
}

.cadre-accueil{
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 17px;
  display: inline-block;
  border: 1px solid #E6E9ED;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  transition: all .2s ease
}

.cadre-accueil::before{
  content:"";
  background: #fff;
  position: absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  opacity: 0.7;
  width:auto;
  height:auto;
  z-index:-1;
}


.cadre-accueil img{
  margin-top: 20px;
  margin-bottom: 20px;
}

.imgscale {
  display: block;
  height: 200px;
  object-fit: cover;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-85 {
  width: 85% !important;
}

.w-100 {
  width: 100% !important;
}

.w-120 {
  width: 120% !important;
}

.w-auto {
  width: auto !important;
}

/* ------- menu-accueil ------- */

.menu-accueil {
  border-top: 1rem solid rgba(8, 41, 71, 1);
  transition: box-shadow 0.25s ease;
  min-height: 25rem;
  background: white;
  border-left: 0.1rem solid rgba(8, 41, 71, 1);
  border-right: 0.1rem solid rgba(8, 41, 71, 1);
  border-bottom: 0.1rem solid rgba(8, 41, 71, 1);
  margin-bottom: 10px
}

.menu-accueil:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .7);
}

.menu-accueil a {
  padding: 0.6rem;
  font-size: 0.8rem;
  letter-spacing: 0.065rem;
}

.menu-accueil h5 {
  min-height: 6.2rem;
  background: white;
  padding: 1rem
}

/* ------- title ------- */

.title-1 {
  font-size: 3rem;
  font-weight: 500;
}

.title-2 {
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 10px;
}

@media (min-width: 1290px) {
  .title-2 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 18px;
  }
}

.title-3 {
  font-size: 1.5rem;
  font-weight: 600;
}

.title-4 {
  font-size: 2rem;
  font-weight: 500;
}

/* -------- saisie ------*/
.menu-saisie {
  border-top: 1rem solid rgba(8, 41, 71, 1);
  transition: box-shadow 0.25s ease;
  min-height: 25rem;
  background: white;
  border-left: 0rem solid rgba(8, 41, 71, 1);
  border-right: 0rem solid rgba(8, 41, 71, 1);
  border-bottom: 0rem solid rgba(8, 41, 71, 1);
  margin-bottom: 10px
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

.d-none{
  display: none;
}

/* FLEXBOX solution div des memes hauteurs dans row */
.flexbox,

.flexbox > div {
  display: flex;
  flex: 1;
}

.flexbox > div {
  padding: 20px;
  margin: 10px;
}

.sanspad > div {
  padding: 0px;
  margin: 10px;
}

@media screen and (max-width:801px) {
  .flexbox,
  .flexbox > div {
    display: unset;
    padding: 20px;
    margin: 10px;
  }
}

.bordure{
  background: #fff;
  border: 1px solid #E6E9ED;
}

.select-resp{
  width: 100%;
  word-wrap: break-word;
}

.chartsize{
  height: 340px;
  width: 100%;
}

.chartsize-small{
  height: 160px;
  width: 100%;
}

.ga-charts{} /* classe fictive pour redimensionnement charts */

.custom-img-responsive {
    width: 100%;
    height: auto;
}

th.dt-center, td.dt-center { text-align: center; }

.dataTables_wrapper .dt-buttons {
  float:none;
  text-align:center;
  margin-bottom: 15px;
}
