

html{
    height: 100%;
    background-color: #464646;
}
main{
    background-color: #464646;
    height: 100%;
    padding-bottom: 50px;

}

.image{
  margin-top: 50px;
}

h1{
  color: white;
  margin-bottom: 0px !important;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

h2{
  color: #0093ff;
}
p, li, a, label{
  font-family: "M PLUS Rounded 1c", sans-serif;
}


/*-----------------------bouton accueil-----------------------------*/

/*élement accueil + fond pleine page sans scroll*/
.d-grid{
  display: grid !important;
  float: inline-end;
  position: fixed;
  align-content: center;
}

/*image de fond accueil*/
.fond{
  background-image: url(../images/background.jpg);
      width:100%;
  height: 100%;
}

.bouton-A{
  width: 20vw;
  height:3vw;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  outline: none;
  background: linear-gradient(45deg,#0093ff,rgb(67, 6, 82),#0093ff);
  background-size: 400% 400%;
  box-shadow: 0.5vw 0.5vw 0 #000000;
  cursor: pointer;
  transition: all 1s ease;
  font-family: "M PLUS Rounded 1c", sans-serif;
  
}

.bouton-A:hover{
  animation: gradient 10s ease infinite;
    font-size: 30px;
    box-shadow: 0.2vw 0.2vw 0 #000000;
}

@keyframes gradient {
  50% {
    background-position: 100% 0;
  }
}
/* bouton accueil pour écran inférieur a 1110px*/
@media (max-width: 1110px) {
  .bouton-A{
    width: 40vw;
    height:6vw;
    font-size: 20px;
    letter-spacing: 0.1em;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    outline: none;
    background: linear-gradient(45deg,#0093ff,rgb(67, 6, 82),#0093ff);
    background-size: 400% 400%;
    box-shadow: 0.5vw 0.5vw 0 #000000;
    cursor: pointer;
    transition: all 1s ease;
    font-family: "M PLUS Rounded 1c", sans-serif;

  }

  .bouton-A:hover{
    animation: gradient 10s ease infinite;
      font-size: 30px;
      box-shadow: 0.2vw 0.2vw 0 #000000;
  }
  
  @keyframes gradient {
    50% {
      background-position: 100% 0;
    }
  }
}
/* bouton accueil pour écran inférieur a 630px*/
@media (max-width: 630px) {
  .bouton-A{
    width: 90vw;
    height:10vw;
    font-size: 20px;
    letter-spacing: 0.1em;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    outline: none;
    background: linear-gradient(45deg,#0093ff,rgb(67, 6, 82),#0093ff);
    background-size: 400% 400%;
    box-shadow: 0.5vw 0.5vw 0 #000000;
    font-family: "M PLUS Rounded 1c", sans-serif;
  }
}

/*-----------------------------icon--------------------------------*/
/*icon page portfolio*/
.bx-iconPortfolio{
  font-size: 50px;
}
/*icon page accueil*/
.bi-iconAccueil{
  font-size: 56px;
  color: white;
  transition: color 2s;
}

a:hover .bi-iconAccueil{
  color: #0093ff;

}
/*icon page contact*/
.bi-iconContact{
  font-size: 48px;
    color: white;
}
a:hover .bi-iconContact{
  color: #0093ff;

}

/*------------------page detail portfolio-------------------*/
/*titre description*/
.Tdescription{
  color: white;
  font-weight: 600;
  font-size: 20px;
}
/*texte description projet*/
.description{
  color: white;
  font-size: 20px;
}
/*titre h1*/
.Tdetail{
  border-bottom: 5px solid #3b074e;
  font-size: 60px;
  padding-bottom: 20px;
}
/*titre le projet*/
.STdetail{
padding-bottom: 20px;
font-size: 40px;
}
/*texte commanditaire*/
.commanditaire{
  color: white;
  font-size: 20px;
}
/*lien du site*/
.liensite{
  color: white;
  text-decoration: none;
  font-size: 20px;
}
.liensite:hover{
  color: #0093ff;
  text-decoration: none;
  font-size: 20px;
}

h3{
  color: #0093ff;
  text-decoration: underline #3b074e 3px;
}
/*icon croix*/
.bi-croix{
  font-size: 48px;
    color: white;
}

/*-------------page contact-------------------------------*/
/*contact*/
.mail{
  color: white;
  text-decoration: none;
  font-size: 20px;
}

 .mail:hover{
  color: #0093ff;
 }

.Tcontact{
font-size: 40px;
}

.contact{
  width: 100%;
  height: 100%;
}
/*---------------barre de nav------------------*/
.navbar-brand{
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.navbar{
  font-size: 20px;
 }
/*logo*/
header nav span{
  font-size: 25px !important;
} 


.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.navbar-expand-lg .navbar-nav .nav-link{
color: white;
}

.navbar-expand-lg .navbar-nav .nav-link:hover{
color:#0093ff;
}

/*----------------Footer--------------------------*/
footer span{
    font-size: 20px;
    font-family: "M PLUS Rounded 1c", sans-serif;
}


/*--------------------------------------------------------------
# CSS de la partie "Mes réalisations"
--------------------------------------------------------------*/

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 15px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px 10px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  margin: 0 3px 10px 3px;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #0093ff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h3 {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #0093ff;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}
/*image carré*/
.img-thumbnail{
  aspect-ratio: 1 / 1;
}
/*visuel image carré sans déformé*/
.img-fluid{
  object-fit: cover;
}

.titreimage{
  font-size: 30px;
  color: white;
  text-decoration: underline #3b074e;
}


/*--------------------------------------------------------------
# CSS de la partie "Mes réalisations"
--------------------------------------------------------------*/

