
@font-face {
    font-family: 'Lora', serif;
    src: url('https://fonts.googleapis.com/css2?family=Lora:ital@1&display=swap') format('truetype');
}

.letter-spacing {
  letter-spacing: 1px;
}

a:link {
  text-decoration: none;
}

.card-img-top {
    object-fit: cover;
    min-height: 450px;
    max-height: 450px;  
}

.imgresize {
    width: 50%;
}

.resize2 {
  width: 15%;
  height: 15%;
}

body {
    background-color: gray;
    background-image: url("../background/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    min-height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr auto;
    font-family: 'Lora', serif;
}

.text-shadow {
  text-shadow: 1px 1px 2px black;
}

.annonce {
 background-color: gray;
}

.marge {
    margin-left: 10px;
}

.nav-link {
   
    color:white;
}

.nav-link:hover {
   
    background-color: black;
    color: white;
}

.nav-link[active] {
    background-color: black;
}

.nav-pills>.nav-link.active {
    background-color: black;
}

 /* on personnalise le label comme on veut */
.label-file {
    cursor: pointer;
    color: white;
    font-weight: bold;
}
.label-file:hover {
    color: white;
}

.input-file {
    display: none;
}

/* OPACITE */

.logo {
  width: 50px;
  height: 50px;
}

.logo2 {
  width: 50px;
  height: 50px;
  z-index: 50;
  left: 62.3%;
  top: 3.8%;
}

.opacity-0 {
    opacity:0!important;
  }
  .opacity-1 {
    opacity:0.2!important;
  }
  .opacity-2 {
    opacity:0.4!important;
  }
  .opacity-3 {
    opacity:0.6!important;
  }
  .opacity-4 {
    opacity:.8!important;
  }
  .opacity-5 {
    opacity:1!important;
  }
  
  /* Maybe even support hover opacity shifts */
  .opacity-0h5 {
    opacity:0!important;
    transition: opacity .25s ease-in-out!important;
    -moz-transition: opacity .25s ease-in-out!important;
    -webkit-transition: opacity .25s ease-in-out!important;
  }
  .opacity-0h5:hover {
    opacity:1!important;
  }


.vertical-lign1 {
  margin: 1em 0;
  padding: 1em 2em;
  height: 100px;
  border-left: 1px solid white;
  border-image: linear-gradient(transparent, white, transparent ) 3;
}

.vertical-lign2 {
  margin: 1em 0;
  padding: 1em 2em;
  height: 100px;
  border-right: 1px solid white;
  border-image: linear-gradient(transparent, white, transparent ) 3;
}

.adaptativetitle {
  display: none;
}

.image {
  align-self: center;
}

.adaptativeheader {
  z-index: 200;
}

/* CONTACT */

.contact {
/* position: fixed; */
bottom: 50%;
}

/*** RESPONSIVE ***/

/* Ecran */

/* Tablette */
@media screen and (max-width: 768px) {
  .adaptativetitle {
    display: initial;
  }

  .maintitle {
    display: none;
  }
}

/* Smartphone */
@media screen and (max-width:480px) {
  body {
    margin: 1;
  }

  table,th,tr,td {
    display:block;
  }

  .boardtitle {
    display: none;
  }
 
  tr {
    margin-top: 5px;
  }

  .craftsmentable {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .craftsmensearch {
    align-items: center;
    /* margin-right: 15px; */
  }

  .smallrights {
    font-size: 1em;
  }

  .admin {
    display: flex;
    flex-direction: column;
  }

  .adaptativebtn {
    margin-top: 10px;
  }

  .adaptativecard {
    display: flex;
    justify-content: center;
  }

  .imgetinfocontainer  {
    display: flex;
    flex-direction: column;
  }

}




