.example-box{
  padding:1.25rem;
  margin-top:1.25rem;
  margin-bottom:1.25rem;
  border:1px solid #eee;
  border-left-width:.25rem;
  border-radius:.25rem
}

.example-box h4{
  margin-top:0;
  margin-bottom:.25rem
}

.example-box p:last-child{
  margin-bottom:0
}

.example-box code{
  border-radius:.25rem
}

.example-box+.example-box{
  margin-top:-.25rem
}

.example-box-info{
  border-left-color:#5bc0de
}

.example-box-info h4{
  color:#5bc0de
}

.example-box-warning{
  border-left-color:#A81313
}

.example-box-warning h4{
  color:#A81313
}

.example-box-warning h5{
  color:#A81313
}

.example-box-danger{
  border-left-color:#d9534f
}

.example-box-danger h4{
  color:#d9534f
}

.example-box-dark{
  border-left-color:#343a40
}

.example-box-dark h4{
  color:#343a40
}

.update_qgis{
  padding:1.25rem;
  margin-top:1.25rem;
  margin-bottom:1.25rem;
  border-top:1px solid #eee;
  border-left:3px solid #343a40;
  border-radius:.25rem
}

.red-bottom-line{
  border-bottom:10px solid #A81313;
}

.red-top-line{
  border-top:10px solid #A81313;
}

.icon {
    text-decoration: none;
    position: relative;
    text-decoration: none;
  }

    .icon:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-transform: none !important;
    }

    .icon > .label {
      display: none;
    }

    .icon.major {
      text-align: center;
      cursor: default;
      background-color: #A81313;
      background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
      background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
      background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
      background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url("images/bg01.png");
      color: #fff;
      border-radius: 100%;
      display: inline-block;
      width: 5em;
      height: 5em;
      line-height: 5em;
      box-shadow: 0 0 0 7px white, 0 0 0 8px #e0e0e0;
      margin: 0 0 2em 0;
    }

      .icon.major:before {
        font-size: 36px;
      }


.image-fluid {
    min-height: 10%;
    min-height: -webkit-calc(10% - 50px);
    min-height: -moz-calc(10% - 50px);
    min-height: calc(10% - 50px);
}
/*# sourceMappingURL=bootstrap.css.map */


/* fb-root */

  .fb-root {
    margin: 0 auto;
    max-width: 100%;
    width: 500px;
    min-height: 500px;
  }

    @media screen and (max-width: 1680px) {

      .fb-root {
        width: 500px;
      }

    }

    @media screen and (max-width: 1280px) {

      .fb-root {
        width: 500px;
      }

    }

    @media screen and (max-width: 980px) {

      .fb-root {
        width: 420px;
      }

    }

    @media screen and (max-width: 840px) {

      .fb-root {
        width: 350px;
      }

    }

    @media screen and (max-width: 736px) {

      .fb-root {
        width: 240px;
      }

    }

    @media screen and (max-width: 480px) {

      .fb-root {
        width: 100%;
      }

    }

.imageText{
  position: relative;
  width: 100%;
}



.imageOverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
}

.imageOverlayHov {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #333;
}

.imageText:hover .imageOverlayHov {
  opacity: 0.75;
}

.imageOverlayHov2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
}

.imageText:hover .imageOverlayHov2 {
  opacity: 1;
}


/* Diaporama */
        
  .example-image-link {
    -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
    text-decoration: none;
    outline: 0;
    display: inline-block;
    padding: 0px;
    margin: 0 0.5rem 1rem 0.5rem;
    background-color: #fff;
    line-height: 0;
    border-style: solid;
    border-radius: 6px;
    border-width: 2px 2px 2px 2px;
    color: #fff;
    text-decoration: none;
    border-style: none;
  }
  
  .example-image-link:hover {
    color: #A81313;
    text-decoration: none;
    border-style: solid;
    border-radius: 6px;
    border-width: 2px 2px 2px 2px;
  }

  .example-image {
    width: 100%;
  }


/** Espacement large **/
.p-10 {
  padding: 7rem !important;
}

.pt-10,
.py-10 {
  padding-top: 7rem !important;
}

.pr-10,
.px-10 {
  padding-right: 7rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 7rem !important;
}

.pl-10,
.px-10 {
  padding-left: 7rem !important;
}


@media (min-width: 768px) {
    .p-md-10 {
      padding: 7rem !important;
    }

    .pt-md-10,
    .py-md-10 {
      padding-top: 7rem !important;
    }

    .pr-md-10,
    .px-md-10 {
      padding-right: 7rem !important;
    }

    .pb-md-10,
    .py-md-10 {
      padding-bottom: 7rem !important;
    }

    .pl-md-10,
    .px-md-10 {
      padding-left: 7rem !important;
    }

  }

@media (min-width: 480px) {
    .p-sm-10 {
      padding: 7rem !important;
    }

    .pt-sm-10,
    .py-sm-10 {
      padding-top: 7rem !important;
    }

    .pr-sm-10,
    .px-sm-10 {
      padding-right: 7rem !important;
    }

    .pb-sm-10,
    .py-sm-10 {
      padding-bottom: 7rem !important;
    }

    .pl-sm-10,
    .px-sm-10 {
      padding-left: 7rem !important;
    }

  }


/** Visbilité en fonction de la largeur de l'écran**/

@media (min-width: 768px) {
  .visible-md {
    visibility: visible !important;
  }

  .invisible-md {
  visibility: hidden !important;
}
}

/** Bouton avec bande blanche à gauche **/

.btn-wborder-left {
  color: #fff;
  background-color:#333;
  /**border-color: #000000;**/
  border-left: 3px solid #f8f9fA;
}

.btn-wborder-left:hover {
  color: #fff;
  background-color: #777777;
  border-left: 3px solid #f8f9fA;
}

.btn-wborder-left:focus, .btn-wborder-left.focus {
  color: #fff;
  background-color: #23272b;
  border-left: 3px solid #f8f9fA;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/** Alignement du texte**/

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

/** Coloration des liens en fonction de la couleur de la police **/

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}
a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.grid {
  background: #FFF;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item--x2 {
  width: 100%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  width: 100%;
}


.static-banner {
  position: absolute;
  left: 20px;
  top: 20px;
  padding: 20px 40px;
  color: white;
  background: rgba(8,19,26,0.90);
  z-index: 2; /* above items */
}

.bg-gold {
  background-color: #EBCE01 !important;
}

.text-gold {
  color: #EBCE01 !important;
}

.bg-silver {
  background-color: #70706F !important;
}

.text-silver {
  color: #70706F !important;
}

.bg-bronze {
  background-color: #A07155 !important;
}

.text-bronze {
  color: #A07155 !important;
}

.vignette_200 {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

@media (min-width: 980px) {
  .multi_column_3 {
    column-count: 3;
  }
}

@media (min-width: 760px) and (max-width: 980px) {
  .multi_column_2 {
    column-count: 2;
  }
}



/** Image crop **/


@media screen and (max-width: 736px) {
  .imageCrop-md {
    width: 200px;
    height: 200px;
    object-fit: cover;
  }
}

@media screen and (max-width: 480px) {
  .imageCrop-sm {
    width: 200px;
    height: 200px;
    object-fit: cover;
  }
}