* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*Bannier & logos et icones */
.ImgU2projectBanner {
  box-shadow: 10px 10px 5px 0px rgba(224, 204, 23, 0.75);
}


/*Réseaux*/
.social-links a {
  font-size: 1rem;
  text-decoration: none;
  transition: color 0.3s ease;
  color: whitesmoke
}

.social-links {
  font-size: 1rem;
  text-decoration: none;
  transition: color 0.3s ease;
  color: whitesmoke
}


@media screen and (min-width: 800px) {

  .icones {
    font-size: 200%;
  }
}

.bi-envelope {
  color: #e80675;
}

.bi-facebook {
  color: #3b5998;
}

.bi-youtube {
  color: #FF0000;
}

.bi-phone {
  color: #ef7707;
}

.logoAgprod {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  animation: glow 8s infinite;
}

@keyframes glow {

  0%,
  100% {
    border-color: black;
  }

  50% {
    box-shadow: 0 0 15px #7c4dff;
  }
}


/*Presentation du groupe */

.sectionPresentation {
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(221, 233, 15, 0.3);
  padding: 2%;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
}


/*     background-image: url('../images/u2project/u2projet06.png');*/

/* Texte de présentation  */
.U2projecttexPresentation {
  font-size: clamp(0.3125rem, -0.5208rem + 6.6667vw, 1.5625rem);
  text-align: justify;
  padding: 10px;
}

.PresentationTitre {
  background-color: rgb(224, 204, 23, 0.75);
  border-radius: 5px;
  padding: 5px;
  text-justify: auto;
}

.TitresIncontournables {
  box-shadow: 0px 1px 0px 0px rgba(224, 204, 23, 0.75);
  font-size: 20px;
}


.VideoU2Project {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.VideoU2Project iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Les images */

.imgCadre {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-rows: repeat(1, 1fr);
  grid-template-columns: 2fr 1fr;
  gap: 8px;
  align-items: center;
  justify-items: center;
  overflow: hidden;
}


.imgCadre2 {
  width: 100%;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: 2fr;
  gap: 8px;
  position: relative;
}

.imgCadre2 > img{
    object-fit: cover;
}

.ImgU2projectpresentation {
  transition: .4s ease-out;
  border-radius: 5px;
  border: rgba(224, 204, 23, 0.75) 1px solid;

}

.ImgU2projectpresentation:hover {
  opacity: 0.5;
}

/*Footer*/



.footer-bottom {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.Creditphoto>a {
  text-decoration: none;
  color: red;
}