html {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
body {
  margin: 0;
  background-color: #26262c!important;
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
  border: 5px solid #fff;
  vertical-align: top;
  -webkit-transition: opacity 350ms;
          transition: opacity 350ms;
}
.header {
  opacity:1;
  visibility: visible;
  animation: show-page 1s 5s linear forwards;
}
header h1,
header a {
  padding: 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}
header h1 {
  float: left;
  margin: 0;
}
header a {
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  float: right;
  background-color: #1a365e;
}
header a:hover {
  background-color: #1f4272;
}
figure {
  width: 33.33333333%;
  margin: 0;
  float: left;
  padding: 10px;
  position: relative;
  cursor: pointer;
}
figure:before,
figure:after {
  position: absolute;
}
figure:before {
  top: 103.5px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border: 3px solid rgba(255, 255, 255, 0.7);
  border-radius: 25px;
  background-color: rgba(204, 209, 217, 0.3);
  font-family: 'Ionicons';
  content: '\f215';
  text-align: center;
  line-height: 45px;
  font-size: 19px;
  color: #F5F7FA;
}
figure:after {
  content: 'gif';
  position: absolute;
  display: inline-block;
  width: 40px;
  text-align: center;
  top: 20px;
  right: 20px;
  font-size: 11px;
  font-weight: 600;
  padding: 5px;
  border-radius: 3px;
  color: #656D78;
  background-color: rgba(170, 178, 189, 0.1);
  text-transform: uppercase;
}
figure.play:before {
  display: none;
}
figure.play:after {
  color: #fff;
  background-color: #8CC152;
}
figcaption {
  padding-top: 15px;
  font-size: 14px;
  color: #8d9bad;
}
figcaption a {
  color: #59687b;
  text-decoration: none;
}
.demo-content {
  width: 960px;
  height: 300px;
  margin-top: 90px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: opacity 350ms;
          transition: opacity 350ms;
}
.pace {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #29d;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
.pace-running .demo-content {
  opacity: 0.5;
}
/*# sourceMappingURL=style.css.map */

.row {
  margin-left:0!important;
}

.row:before, .row:after{
  content:'';
  display: none!important;
}

.conteneurPost{
  border-radius: 10px;
  padding-left: 0!important;
  padding-right: 0!important;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: all .5s;
  text-align: center;
  /*min-height: 533px;*/
}

/*.col-sm-12 {
  border-radius: 10px;
  padding-left: 0!important;
  padding-right: 0!important;
  margin-bottom: 10px;
  transition: all .5s;
}*/

.urlstyle{
  padding-left: 0!important;
}

img{
  border-radius: 10px!important;
  transition: all .5s;
}

.card {
  margin: 1% auto;
  border: none!important;
  transition: all .5s;
  border-radius: 10px!important;
  width:18rem;
  margin-bottom: 15px;
}

.card:hover {
  box-shadow: 0px 0px 12px #000;
  border: 0px;
  transition: all .5s;
}

.defaultImg:hover, .Img:hover{
  cursor: pointer;
}


.form-control {
  padding: 3px 5px!important;
}

.listeFiltre{
  padding: 1em;
}

.listeFiltre ul a{
  border-radius: 5px;
  margin-right: 0.3%;
  margin-bottom: 10px;
}

.list-group{
  flex-wrap: wrap;
}


.imagefull {
  background-image: url("../images/4---selection-dossier-img.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 100000;
  position: fixed;
  top: 0vh;
  width: 100%;
  background-color: #000000ad;
  display: none;
}

/* Close imagefull */
.close {
  position: absolute;
  right: 2%;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff!important;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}


/* Page Connexion */
.connexion {
  float: none;
}

.connexion div input, .connexion button{
  width:100%;
}

.header h1:before{
  content: '';
  position: relative;
  display: block;
  top: 138px;
  left: 4%;
  width: 285px;
  height: 93px;
  background-image: url(../images/default.png);
  background-repeat: no-repeat;
  transform: scale(0.65);
}

.ajout-article {
  background-color: #fff;
  z-index: 2;
  border-radius: 10px;
  padding: 2% 2%;
}

.titre {
  text-align: center;
  color: #fff;
  font-size: 6.5rem;
  letter-spacing: 25px;
}

.listeFiltre h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 1em;
}

.card-body p {
  font-size: 0.8rem;
}

.card-body a {
  width: 100%;
}

.deletebutton {
  margin-top: 10px;
}

@media (max-width: 590px) { 
  .row {
    margin-right:0!important;
  }
  
  .row .card.h-100 {
    width:80%!important;
    margin-bottom: 15px;
  }

  .card p{
    font-size: 1rem;
  }

  .card a{
    font-size: 1.2rem;
  }
}

.custom-file-label::after {
  content: "Image"!important;
}

/* Loader */
/*.loader-main {
  background: #212121;
  width: 100%;
  height: 100vh;
  padding-top:40vh;
  margin-top: -60px;
  animation: after-loading 1s 5s linear forwards;
  z-index: 1;
  visibility: visible;
}
.loading2 {
  text-transform: uppercase;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: bold;
  font-size: 100pt;
  text-align: center;
  height: 120px;
  line-height: 110px;
  vertical-align: bottom;
  display: block;
}
.wave2 {
  background-image: url("https://webdevtrick.com/wp-content/uploads/water-wave.png");
  -moz-background-clip: text;
  -o-background-clip: text;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0px 0px rgba(255, 255, 255, 0.06);
  animation: wave-animation 1s infinite linear, loading-animation 4s linear;
  background-size: 200px 200px;
  background-repeat: repeat-x;
  opacity: 1;
  z-index: 2;
}

.container.loader{
  width:100%;
  text-align: center;
  margin-top: -145px;
}

@keyframes wave-animation {
  0% {
    background-position: 0 bottom;
  }
  100% {
    background-position: 200px bottom;
  }
}
@keyframes loading-animation {
  0% {
    background-size: 200px 0px;
  }
  100% {
    background-size: 200px 200px;
  }
}

@keyframes after-loading {
  0% {
    opacity: 1;
    visibility: visible;
  }
  99%{
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 0;
    margin-top: -100vh;
    visibility: hidden;
  }
}

@keyframes show-page {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 765px) {
  .loading, .loading2 {
    font-size: 50pt;
  }
}*/