.navbar-brand {
  font-size: 3rem;
  padding: 0;
  margin-top: 1rem;;
  margin-bottom: 0;
}
#mainNav{
  padding: 0 !important;
}

a {
  text-decoration: none;
}

.main {
  margin: 0, 15rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gallery_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(25rem, 25rem));
  gap: 2rem;
  transition: 1s ease-in-out;
}

.gallery_flex {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-around;
  transition: 1s ease-in-out;
}

.gallery_item {
  max-width: 25rem;
  max-height: 20rem;
}

.item_link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.item_img {
  max-width: 25rem;
  max-height: 15rem;
  overflow: hidden;
  border-radius: 5px;

}

.img_source {
  width: 25rem;
  height: 15rem;
  object-fit: cover;
  object-position: center;
  transform: scale(1.3);
  transition: 1s ease-in-out;


}

.item_img:hover .img_source {
  transform: scale(1);
  transition: 1s ease-in-out
}

.item_title {
  margin-top: -1rem;
  background: #fff;
  width: 75%;
  text-align: center;
  padding: .5rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: 5px;

}

@media (width < 1290px) {
  .gallery_grid {
      grid-template-columns: repeat(2, minmax(25rem, 25rem));
  }
}

@media (width < 840px) {
  .gallery_grid{
      grid-template-columns: repeat(1, minmax(25rem, 25rem));
  }
}

.big-button {
  color: #18BC9C;
  border: 2px solid #18BC9C;
  background-color: #fff;
}
header .intro-text .name {
  font-size: 2.75em;
}

img.user_profile {
  width: 200px;
}

#button_user_pic {
  width: 51px;
  margin: -10px 10px -10px -17px;
}

.facebook_button {
  color: #3b5998;
  border: 2px solid #3b5998;
}


header img#button_user_pic {
  display: inline;
}

footer hr.star-light:after {
  background-color: #233140;
}

.small {
  max-width : 10rem;
  max-height : 10rem;
}

.medium {
  max-width : 15rem;
  max-height : 15rem;
}

.large {
  max-width : 20rem;
  max-height : 20rem;
}



.card {
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 20px;
}

 /* Style the Image Used to Trigger the Modal */
 #myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}




#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(255,255,255,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #a87652;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

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

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}















@media (min-width: 768px) {
  .card #user-name {
    margin-top: 34%;
  }
  h1 {
    margin-top: 6%;
  }
}

.blur {
   color: transparent;
   text-shadow: 0 0 10px rgba(255,255,255,1);
}

.navbar-custom {
  padding: 10px;
}

header .container {
  padding-top: 150px;
}


.thumbnail_real {
  width: 220px;
}

.droite {
  float: right;
}
.gauche {
  float:left;
}
.centre {
  float: center;
}

#mainNav {
  top:0;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1000;

}
body {
  margin-top: 3em;
}

.site-heading {
  margin-top: 7rem !important;
}



.grid_gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  grid-auto-rows: minmax(100px, auto);
}

.reno-container {
  width: 100%;
  display: inline-grid;
  grid-template-columns: 32% 32% 32%;
  grid-auto-rows: minmax(100%, auto);
  gap: 0% 2%;
  /* background-color: rgb(104, 160, 82); */
  background-color: rgba(255, 255, 255, 0.816);
  padding-left:20%;
  padding-right:20%;
}

.vignette {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.vignette a {
  text-decoration: none;
}

.reno-title-box {
  background-color: white;
  width: 80%;
  margin: 0px auto;
  border-radius: 4px;
  text-align: center;
  transform: translateY(-38px);
  border: 1px solid rgba(0, 0, 0, 0.098);
  box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 7px;
  margin-top: 1em;
}

.reno-title {
  font-family: "Montserrat", sans-serif;
  color: rgb(51, 51, 51);
  padding: 9px 10px 10px;
  font-size: 1.05em;
  line-height: 26px;
  margin: 0px;
}

.reno-title:hover {
  color: rgb(31, 31, 31);
  font-size: 1.1em;
  margin: 0px;
}


.zoom-image {overflow:hidden;width:100%; height:20em;display:block}
.zoom-image img {width:105%;height:auto;}

.zoom-image img {width:100%;-webkit-transform:scale(1.3);transform:scale(1.3);-webkit-transition:.5s ease-in-out;transition:.5s ease-in-out}
.zoom-image img:hover{width:100%;-webkit-transform:scale(1.4);transform:scale(1.4);-webkit-transition:.5s ease-in-out;transition:.5s ease-in-out}









