* {
  box-sizing: border-box;
  font-family: Montserrat, Arial, Helvetica, sans-serif;

}

body {
  margin: 0;
}
.liburgerclose4bis{
  margin-bottom: 2rem;
}
.fa-bell{
  margin: 20px;
}

.langue-img {
  border-radius: 10px;
  width: 60px;
}
.burgerclose5>img{
  margin-top: 30px;
  width: 90px;
}
#grid2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-auto-rows: 350px;
  gap: 5px;
  height: 100%;
  padding-right: 20px;
  grid-auto-flow: dense;
  padding-left: 0px;
  overflow: hidden;
}
.align{
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
}
h3{
  color:black;
  font-size: 25px;
}
.grid-item2 {
  position: relative;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out;
}
.grid-item img{
  transition: transform 0.3s ease-in-out;
}

.grid-img2 {
  width: 100%;
  height: auto;
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease;
}

.overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: default;
}

.text-container2 {
  text-align: center;
  padding: 10px;
}

.title2 {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.description2 {
  font-size: 0.9em;
}

.grid-item2:hover .overlay2,
.grid-item2.active2 .overlay2 {
  opacity: 1;
}

header {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  align-items: center;
  position: fixed;
  z-index: 100;
  width: 100vw;
  background-color: rgba(166, 166, 166, 0.5);
  ;
  top: 0px;
  left: 0px;

}

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

.bouton-burger>span {
  margin: 4px;
  border-radius: 10px;
  z-index: 10;

  transition: transform 0.3s ease-in-out;
}


.menu-burger {
  background: #fff;
  display: flex;
  height: 100vh;
  width: 100vw;
  right: -100vw;
  top: 0px;
  position: fixed;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 3;
  transition: right ease 1.5s;
}

.menu-burger.active {
  right: 0px;

}
.photo-thumbnail{
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.photo-thumbnailtarifs{
  position: relative;
  display: inline-block;
  width: 49%;
  height: 100%;
  overflow: hidden;
}

.video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.video-thumbnail>iframe{
  width: 100%;
  height: 100%;
}
.video-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 79px;
  height: 50px;
  background-color: rgba(255, 0, 0, 0.8);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s, width 0.3s, height 0.3s;
}

.play-button:hover {
  width: 81px; /* ajustez la taille comme souhaité */
  height: 52px; /* ajustez la taille comme souhaité */
  transform: translate(-50%, -50%) scale(1.13); /* pour un effet d'agrandissement en douceur */
  background-color: rgba(255, 0, 0, 0.9);
}

.play-button svg {
  width: 48px;
  height: 48px;
  fill: white;
}
.name {
  z-index: 10;
  display: flex;
  align-items: flex-end;
}

.name-paul {
  margin-bottom: .0px;
  margin-left: 10px;
  margin-top: 0px;
}

.categorie-menu>li>a {
  text-decoration: none;
  font-size: 1.8rem;

}

.categorie-menu {
  list-style-type: none;
  padding: 0px;
}

.categorie-menu>li:first-child {
  margin-bottom: 2rem;
}

.categorie-menu>li:nth-child(2) {
  margin-bottom: 2rem;
}

.categorie-menu>li:nth-child(3) {
  margin-bottom: 2rem;
}

.categorie-menu>li:nth-child(4) {
  margin-bottom: 2rem;
}

#span2 {
  background-color: black;
  transition: background .8s cubic-bezier(.4, 0, .2, 1);
  display: block;
  height: .45rem;
  width: 3.6rem;
}

#span1 {
  top: 0;
  transform-origin: left center;
  background-color: black;
  display: block;
  height: .35rem;
  width: 2.5rem;

}

#span3 {
  top: 0;
  transform-origin: left center;
  background-color: black;
  display: block;
  height: .35rem;
  width: 2.5rem;

}

#span2.active {
  background-color: transparent;
}

#span1.active {
  transform: rotate(45deg)
}

#span3.active {
  transform: rotate(-45deg);
}


.accueil {
  display: block;
  height: 40%;
  width: 67%;
  position: relative;
  top: 50vh;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 1s ease;
}

.accueilsmall {
  width: 0vw;
  display: block;
  height: 40%;
  position: relative;
  top: 50vh;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 1s ease;

}

.image-et-texte-acceuil {
  position: relative;
  height: 100%;
  width: 100%;


}

.image-de-acceuil {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.taille-img-accueil {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-basis: 80%;
  height: 120%;
}

.image-accueil-dimention {
  width: 100%;
  height: 100%;
}

.textinstruction {
  text-align: center;
}

.image-accueil {
  height: 100%;
  object-fit: cover;
  width: 90%;
  animation: ProjectHomePage_animation__width__1z-Lm .8s cubic-bezier(.4, 0, .2, 1) forwards;
  user-select: none;
}

.texte-accueil-alpha {
  position: absolute;
  top: 54%;
  left: 60%;
  transform: translate(-50%, -50%);
  width: 100vw;
  text-align: center;
}

.texte-accueil-taille {
  display: flex;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: 400;
  font-family: "TheNightWatch", serif;
  transition: color .4s ease;
  margin-right: 10%;
}


.texte-accueil {
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-weight: bolder;
  font-size: 75px;
}

.texte-accueil::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #080808;
  transform: translateX(-100%);
  animation: slide-in 1.3s linear forwards;
}

@keyframes slide-in {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(100%);

  }
}

.a-propos {
  padding: 50px;
  padding-bottom: 0px;
}

.a-propos>h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 2rem;
}

.image-et-texte-a-propos {
  display: flex;
  background-color: rgba(206, 206, 206, 0.53);
  border-radius: 30px;
  overflow: hidden;
  flex-direction: column;
  width: 100%;

}



.taille-img-a-propos {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-basis: 80%;
  height: 120%;
  /* width: 10%; */
}

.div-pos-text {
  margin: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12rem 2rem;
  color: black;
  background-image: linear-gradient(to bottom, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%), url('https://source.unsplash.com/random/1920x1080/?sky');
  background-blend-mode: multiply;
  background-size: cover;
}

.mouse {
  max-width: 2.5rem;
  width: 100%;
  height: auto;
  bottom: 70px;
  left: 50%;
  position: absolute;
}

.scroll {
  animation-name: scroll;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.65, -0.55, 0.25, 1.5);
  animation-iteration-count: infinite;
  transform-origin: 50% 20.5px;
  will-change: transform, opacity;
  opacity: 1;
}

.scroll-link {
  position: absolute;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 85px;
  cursor: default;

}

@keyframes scroll {

  0%,
  20% {
    transform: translateY(0) scaleY(1);
  }

  100% {
    transform: translateY(36px) scaleY(2);
    opacity: 0;
  }
}

.content {
  min-height: 100vh;
  max-width: 28rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.barre-anime {
  background: #000;
  color: #000;
  height: 100%;
  animation: ProjectHomePage_animation__width__1z-Lm .8s cubic-bezier(.4, 0, .2, 1) forwards;
}

.barre-dimension {
  background: #000000;
  color: #000;
  width: 0rem;
  margin: 0 1rem;
  height: .2rem;
  display: block;
  transition: width .4s cubic-bezier(.4, 0, .2, 1);
}

.barre-dimension-active {
  width: 7rem;
}

.position-barre {
  position: absolute;
  z-index: 10;
  top: 62%;
  left: 64%;

}


.texte-anime-active {
  opacity: 100%;
  top: 0%;
  animation-fill-mode: forwards;
}

.texte-anime {
  color: #000;
  top: 100%;
  position: absolute;
  opacity: 0%;
  transition: top 1s cubic-bezier(.4, 0, .2, 1), opacity 1s cubic-bezier(.4, 0, .2, 1);

}

.texte-anime-active {
  opacity: 100%;
  margin-top: 10px;
  left: 15%;
}

.pos-text {
  font-size: large;
  text-align: justify;

}

.competence-double {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
}


@keyframes tonext {
  75% {
    left: 0;
  }

  95% {
    left: 100%;
  }

  98% {
    left: 100%;
  }

  99% {
    left: 0;
  }
}

@keyframes tostart {
  75% {
    left: 0;
  }

  95% {
    left: -300%;
  }

  98% {
    left: -300%;
  }

  99% {
    left: 0;
  }
}

@keyframes snap {
  96% {
    scroll-snap-align: center;
  }

  97% {
    scroll-snap-align: none;
  }

  99% {
    scroll-snap-align: none;
  }

  100% {
    scroll-snap-align: center;
  }
}

.mes-projets {
  max-width: 37.5rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  font-family: 'Lato', sans-serif;
  box-sizing: border-box;
  scrollbar-color: transparent transparent;
  /* thumb and track color */
  scrollbar-width: 0px;
  -ms-overflow-style: none;
  position: relative;
  top: -200%;
  width: 100vw;
}

.parti-mes-projets {
  display: block;
  margin-top: 20%;
}

.parti-mes-projets>h1 {
  text-transform: uppercase;
  text-align: center;
}

.mes-projets::-webkit-scrollbar {
  width: 0;
}

.mes-projets::-webkit-scrollbar-track {
  background: transparent;
}

.mes-projets::-webkit-scrollbar-thumb {
  background: transparent;
  border: none;
}


ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}



.pages {
  font-weight: bold;
  text-decoration: none;
  color: #000;
  font-size: 1.2rem;
}

.pages:hover {
  color: #ffffff;
}



.passions {
  display: flex;
  flex-direction: column;
  margin-top: 15%;
}

.passions>h1 {
  text-align: center;
  text-transform: uppercase;
}


.texteslide1 {
  position: absolute;
  top: 110%;
  margin: 10px;
}

.ligne1passion {
  display: flex;
  justify-content: space-around;
  width: 100vw;
  margin-bottom: 10%;
}

.ligne2passion {
  display: flex;
  justify-content: space-around;
  width: 100vw;
}


.fa-clapperboard {
  margin: 20px;
  font-size: 2rem;
}

.passion1,
.passion2,
.passion3,
.passion4 {
  text-align: center;
  background-color: rgb(90 73 245);
  width: calc(100vw - 40px);
  border-radius: 10px;
  line-height: 20vw;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 5px;
  margin-top: 5px;
}



.textep1,
.textep2,
.textep3,
.textep4 {
  display: none;
  line-height: 1;

}

.textep1,
.textep2,
.textep3,
.textep4>h1 {
  text-align: left;
  margin-left: 10px;
}

.textep1,
.textep2,
.textep3,
.textep4>p {
  text-align: left;
  margin: 10px;
}

body>section {
  overflow: hidden;
}

.accueilalpha {
  width: 100vw;
  height: 114vh;
  overflow: hidden;
}

.logoac {
  width: 12vw;
}

.contacts {
  margin-bottom: 10px;
}

.contacts>p {
  text-align: center;
}

.contacts>h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 2rem;
}

.imgmp1 {
  height: 85%;
  width: 85%;
  object-fit: cover;
  border-radius: 30px 30px 0px 0px;
}

.texteprojet1 {
  background-color: #cccccc;
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;

}

.texteprojet1>a>div>h1 {
  margin-top: 0px;
  color: #000;
}

.texteprojet1>a>div>p:nth-child(2) {
  margin-top: 0px;
  color: #000;
}

.texteprojet1>a>div {
  width: 85%;
}

.texteprojet1>a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;

}

.projet1 {
  /* justify-content: center; */

  height: 50vh;
  border-radius: 30px;
  overflow: hidden;

  margin: 10px;
}

.colorb {
  color: #180DBF;
  text-align: end;
}

.imgarticle {
  display: flex;
  height: 50%;
  align-items: end;
  justify-content: center;
  background-color: #5a49f5;
}

.telecv {
  height: auto;
  background-color: rgb(98, 98, 202);
  border-radius: 10px;
  text-decoration: none;
  width: auto;

}

.telecv>p {

  color: #fff;
  font-size: large;
  margin: 15px;
  text-decoration: none;

}

.telecvposition {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.meilleursprojets>h1 {
  text-align: center;
  text-transform: uppercase;
}

.meilleursprojets {
  margin: 10px;
  padding-top: 50px;

}

.titrevideos>h1 {
  font-size: 2rem;

  padding-bottom: 15px;
  text-transform: uppercase;
}

.meilleursprojets>div>h1 {
  font-size: 2rem;
  text-transform: uppercase;
}

.imagealternative1>h1 {
  font-size: 2rem;
  text-transform: uppercase;
}

.numtel {
  text-align: center;
  margin: 20px;
  background-color: #5a49f5;
  border-radius: 30px;
}

.numtel>a>p {
  line-height: 50px;
  color: #fff;
  font-size: x-large;
}

.numtel>a {
  text-decoration: none;
}

.mail>a {
  text-decoration: none;
}

.mail>a>p {
  text-align: center;
  margin: 20px;
  background-color: #5a49f5;
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}

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

.mail>a>p {
  line-height: 50px;
  color: #fff;
  font-size: x-large;
}


.insta>a {
  text-decoration: none;
}

.insta>a>p {
  text-align: center;
  margin: 20px;
  background-color: #864509;
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}

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

.insta>a>p {
  line-height: 50px;
  color: #fff;
  font-size: x-large;
}

.logofooter {
  width: 25%;
  padding: 20px;
}

footer {
  background-color: rgb(190, 190, 190);
  margin-top: 20px;
  margin: 0px;
}

.textfooter {
  padding: 10px;
  padding-bottom: 5px;
}
.textfooter>p{
  text-align: center;
}
.fa-envelope {
  margin-right: 10px;
  font-size: 2rem;
  vertical-align: middle;
}

.mention-legal {
  margin-left: 20px;
}

.fa-instagram {
  color: #000;
  font-size: 3rem;
}

.reseauxsociaux {
  position: fixed;
  top: 90%;
  right: 5%
}



.texteprojet2 {
  width: 100%;
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.imgslide1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}


.texteprojet2>a>div>h1 {
  margin-top: 0px;
  color: #000;
}

.texteprojet2>a>div>p:nth-child(2) {
  margin-top: 0px;
  color: #000;
}

.texteprojet2>a>div {
  width: 85%;
}

.texteprojet2>a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;

}

.taillescreen {
  display: none;

}

.categorie-header {
  display: none;
  width: 30vw;
  justify-content: space-around;
  width: 60%;
}

.lieux-images {
  position: absolute;
  transform: rotate(-90deg);
  top: 9%;
  left: -14%;
  display: none;
}

.lieux-images-fantome {
  width: 50vw;
  height: 50vh;
  top: -10%;
  position: absolute;
}

.competence {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}

.roue-container {
  width: 200px;
  height: 250px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}

.roue-rotation {
  transform: rotate(-90deg);
  /* Rotation de 90 degrés */
  transform-origin: center;
  /* Centre de rotation au milieu */
}

.fond {
  fill: none;
  stroke: #b9b9b9;
  stroke-width: 15;
}

.remplissage {
  fill: none;
  stroke-width: 15;
  stroke-dasharray: 0, 565;
  stroke-dashoffset: 0;
  transition: stroke-dasharray 1s ease-in-out;
}

.imagevideo2>iframe {
  width: 50%;
}

.imagevideo>iframe {
  width: 50%;
}

.remplissage1 {
  stroke: #001d34;
}

.remplissage2 {
  stroke: #2fa3f7;
}

.remplissage3 {
  stroke: #9494f7;
}

.remplissage4 {
  stroke: #ee554d;
}

.remplissage5 {
  stroke: #ff9b00;
}

.remplissage6 {
  stroke: #210146;
}

.pourcentage {
  font-family: sans-serif;
  font-size: 3rem;
  color: #333;
  z-index: 1;
  transform: rotate(90deg);
  /* Rotation inverse de -90 degrés pour le texte */
  transform-origin: center;
  /* Centre de rotation au milieu */
  transition: 1s ease;
}

.titre-competence {
  font-family: sans-serif;
  font-size: 1.2rem;
  color: #333;
  text-align: center;
  margin-top: 10px;
}

.titredroite {
  display: flex;
  justify-content: end;
  margin-right: 30px;
}

.titre {
  margin-left: 20px;
}

#grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-auto-rows: 350px;
  gap: 5px;
  height: 100%;
  padding-right: 20px;
  grid-auto-flow: dense;
  padding-left: 0px;
  overflow: hidden;
}

#grid2 ::-webkit-scrollbar {
  background-color: #dedede;
  width: 10px;
}

#grid2 ::-webkit-scrollbar-thumb {
  background-color: #757575;
}

.grid-item {
  overflow: hidden;

  transition: all 0.2s ease;
}

.grid-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.2s ease;
}

.photodevideo{
  height: 59vh;
}
.photodevideo2{
  height: 56vh;
}
.photodevideo3{
  height: 69vh;
}
.photodevideo4{
  height: 50vh;
}

/* Pour une image qui occupe 2 colonnes de large */
.grid-item2.wide {
  grid-column: span 2;
}

/* Pour une image qui occupe 2 lignes de haut */
.grid-item2.tall {
  grid-row: span 2;
}

/* Pour une image qui occupe 2 colonnes de large et 2 lignes de haut */
.grid-item2.large {
  grid-column: span 2;
  grid-row: span 2;
}
.boutonensavoirplusphoto{
  margin-top: 30px;
}
.boutonensavoirplusphoto>a{
  border-radius: 100px;
  background-color: rgb(170, 170, 170);
  padding: 10px;
  text-decoration: none;
  color: #000000;
  width: 100%;
}
.boutonensavoirplusphoto>a:hover{
  border-radius: 100px;
  background-color: rgb(214, 214, 214);
  padding: 15px;
  text-decoration: none;
  color: #000000;

}
.formulairedecontact{
  background-color: #bebebe;
  width: 80%;
  padding: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 10px;
}
.fondettexte {
  top: -100%;
  position: relative;
  height: 100%;
  transition: opacity 0.3s ease-in-out;

}
.formnom>input{
width: 100%;
height: 40px;
}
.message {
  padding: 10px;
  margin-top: 10px;
  border-radius: 5px;
}
.success {
  background-color: #d4edda;
  color: #155724;
}
.error {
  background-color: #f8d7da;
  color: #721c24;
}
.positiondescontacts{
  display:flex;
  justify-content: space-evenly;
}
.positiondesbouttonscontacts{
  display:flex;
  flex-direction: column;
  justify-content: center;

}
.formmail>input{
  width: 100%;
  height: 40px;
}
.formtel>input{
  width: 100%;
  height: 40px;
}
.formmess>textarea{
  width: 100%;
  height: 167px;
  resize: vertical;
}
.formnom{
  width: 100%;
  margin-top: 10px;
  }
  .texteform>p:first-child{
    margin-bottom: 0px;
  font-size: 2.2rem;
  margin-top: 20px;
  }
  .formmail{
    width: 100%;
    margin-top: 10px;
  }
  .formtel{
    width: 100%;
    margin-top: 10px;
  }
  .formmess{
    width: 100%;
    margin-top: 10px;
  }
  .texteform{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .formbutton > button{
    background-color: #5a49f5;
  color: white;
  border-style: none;
  padding: 15px;
    padding-right: 15px;
    padding-left: 15px;
  margin: 10px;
  margin-top: 15px;
  margin-bottom: 5px;
  border-radius: 10px;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 1.2rem;
  }

.questionforms>form{
  display: flex;
  align-items: center;
  flex-direction: column;
}

.ensembleduformulairedecontact{
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  width: 50%;
}

.photospage {
  margin: 0px;
  padding-top: 75px;
}

.typesdephotos {
  margin: 20px;
}

.namelink {
  display: flex;
  text-decoration: none;
  color: #000;
  align-items: end;
}

.fondettexte>div {
  height: 100%;
}

.fondettexte>h2 {
  position: absolute;
  top: 0%;
  color: white;
  display: none;
  margin-top: 30px;
  margin-left: 15px;
  margin-top: 25px;
  margin-left: 20px;
  text-align: justify;
  
  margin-right: 20px;
}

.fondettexte>p:nth-child(2) {
  position: absolute;
  top: 10%;
  color: white;
  display: none;
  margin: 25px;
  padding-top: 25px;
  text-align: justify;
 
}

.fondettexte>p:nth-child(3) {
  position: absolute;
  top: 80%;
  color: white;
  display: none;
  padding-right: 40px;
  text-align: end;
  text-align: justify;
}

.fa-message {
  padding: 20px;

}

.notespersovideos {
  display: flex;
  font-size: 1.2rem;

  background-color: #6ab4f5;
  color: rgb(255, 255, 255);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 35px;
  align-items: center;
  margin: 20px;

}



.notespersophoto {
  display: flex;
  font-size: 1.2rem;
  width: 100%;
  background-color: #54cb42;
  color: rgb(255, 255, 255);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 5px;
  align-items: center;
  padding: 20px;
}

.notespersophotobis {
  display: flex;
  font-size: 1.2rem;
  overflow: hidden;
  align-items: center;
  color:#278419 ;

}

.notespersophotobistel {
  display: none;
  font-size: 1.2rem;
  overflow: hidden;
  align-items: center;
  color:#278419 ;
}




.Galleryphotos {
  padding: 0px;
}

.videosliste {
  padding: 50px;
}

.videosliste2 {
  padding: 0px;
  margin-top: 120px;
}

.video2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.ensavoirplusvideos {
  text-align: end;
  padding-right: 0px;

}

.image219 {
  width: 45vw;
}

.imagevideo,
.imagevideo2 {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}


.listedesvideos {
  margin: 20px;
}

.textedesvideos {

  padding: 25px;
  width: 50%;
  height: 100%;
  background-color: #eae8e8;
  
}

.textedesvideos>p {
  text-align: justify;
}

.fa-instagram2 {
  font-size: 40px;
  color: #fff;
  margin-right: 10px;
}



.autresphotosjournalistiques {
  text-decoration: none;
  padding: 13px;
  font-family: verdana;
  font-size: 1.2em;
  color: #FFFFFF;
  background-color: #AF1818;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  box-shadow: 3px 3px 8px #444444;
  -webkit-box-shadow: 3px 3px 8px #444444;
  -moz-box-shadow: 3px 3px 8px #444444;
  margin: 20px;
  text-align: center;
}


.autresphotosjournalistiques:hover {
  padding: 13px;
  border: 0px solid #FFFFFF;
  box-shadow: 3px 3px 8px #777777;
  -webkit-box-shadow: 3px 3px 8px #777777;
  -moz-box-shadow: 3px 3px 8px #777777;

}

.autresphotosanimalieres {
  text-decoration: none;
  padding: 13px;
  font-family: verdana;
  font-size: 1.2em;
  color: #FFFFFF;
  background-color: #4B5F26;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  box-shadow: 3px 3px 8px #444444;
  -webkit-box-shadow: 3px 3px 8px #444444;
  -moz-box-shadow: 3px 3px 8px #444444;
  margin: 20px;
  text-align: center;
}

.boutonensavoirplus:hover{
  
  padding: 13px;
  border: 0px solid #FFFFFF;
  box-shadow: 2px 2px 7px #777777;
  -webkit-box-shadow: 2px 2px 7px #777777;
  -moz-box-shadow: 2px 2px 7px #777777;
}
.posboutonensavoirplus{
  width: 100%;
  display: flex;
  justify-content: center;
}

.grid-containerbis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  width: 100%;
  height: 100%;
  gap: 10px;
  box-sizing: border-box;
}
.grid-itembis {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  overflow: hidden;
}
.grid-itembis img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid-item-verticalbis {
  grid-row: span 2;
}

.cadretitrephoto{
  display: flex;
  justify-content: center;
  align-items: center;
width: 65%;
height: 55%;
background-color: #ffffffb4;
border-radius: 10px;
}
.textealternatiftarifs{
  font-size: 0.8rem;
}
.cadretitrephoto>h1{
font-size: 2.8rem;
color: rgb(27, 27, 27);
text-align: center;
}

.dimensiontitrephoto{
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.listedecategorietarifs>li{
list-style: inside;
}
.boutonensavoirplus{
  
  text-decoration: none;
  padding: 13px;
  font-family: verdana;
  font-size: 1.2em;
  color: #FFFFFF;
  background-color: #bd3f44;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  box-shadow: 2px 2px 7px #444444;
  -webkit-box-shadow: 2px 2px 7px #444444;
  -moz-box-shadow: 2px 2px 7px #444444;
  margin: 10px;
  text-align: center;
}
.autresphotosanimalieres:hover {
  padding: 13px;
  border: 0px solid #FFFFFF;
  box-shadow: 3px 3px 8px #777777;
  -webkit-box-shadow: 3px 3px 8px #777777;
  -moz-box-shadow: 3px 3px 8px #777777;

}


.autresphotosdevoayages {
  text-decoration: none;
  padding: 13px;
  font-family: verdana;
  font-size: 1.2em;
  color: #FFFFFF;
  background-color: #2B5E6E;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  box-shadow: 3px 3px 8px #444444;
  -webkit-box-shadow: 3px 3px 8px #444444;
  -moz-box-shadow: 3px 3px 8px #444444;
  margin: 20px;
  text-align: center;
}
.autresvideos{
  text-decoration: none;
  padding: 10px;
  font-family: verdana;
  font-size: 1.1em;
  color: #FFFFFF;
  background-color: #2B5E6E;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  box-shadow: 3px 3px 8px #444444;
  -webkit-box-shadow: 3px 3px 8px #444444;
  -moz-box-shadow: 3px 3px 8px #444444;
  text-align: center;
}


.autresphotosdevoayages:hover {
  padding: 13px;
  border: 0px solid #FFFFFF;
  box-shadow: 3px 3px 8px #777777;
  -webkit-box-shadow: 3px 3px 8px #777777;
  -moz-box-shadow: 3px 3px 8px #777777;

}

.ensemblecategoriesphotos {
  margin: 50px;
  display: flex;
  justify-content: space-between;
}

.photojournalismeaccueil {
  margin: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;

}

.imagephotojournalisme {
  width: 20vw;
}

.imagealternative1 {
  margin: 50px;
  padding-top: 10px;
}

.texteetfa {
  display: flex;
  align-items: center;
}

.fa-camera,
.fa-calendar-days,
.fa-building{
  margin: 15px;
  font-size: 2rem;
}

.texte-article {
  text-align: justify;
}
.videotriple{
display: flex;
width: 50%;
}
.imagepaulphoto{
  height: 100%;
  width: 60%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 750px) {

  .videosliste {
    padding: 10px;
  }

  .titrevideos {
    margin: 10px;
  }

  .a-propos {
    padding: 30px;
    padding-bottom: 0px;
  }

  .meilleursprojets {
    margin: 20px;
  }

  .roue-taille {
    width: 125px;
    height: 125px;
  }

  .competence {
    padding: 20px;
  }

  .titre-competence>h2 {
    margin: 5px;
    font-size: 25px;
  }

  .roue-container {
    height: 220px;
  }

}




@media screen and (min-width: 480px) {
  .typesdephotos {
    margin: 20px;
  }

  .logoac {
    width: 9vw;
  }

  .logofooter {
    width: 16vw;
  }

  .position-barre {
    left: 68%;
    top: 64%;
  }

  .texte-accueil-taille {
    font-size: 3rem;
  }

  .barre-dimension-active {
    width: 8rem;
  }

  .texte-anime {
    font-size: 1.2rem;
  }

  .texte-anime-active {
    left: 11%;
  }
  .grid-item:hover {
    transform: scale(1.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    z-index: 2;
  }
  
  .grid-img:hover {
    transform: scale(1.2);
  }
  .grid-img2:hover{
    transform: scale(1.2);;
  }
  .grid-item2.active img {
    transform: scale(1.2);
}

}
@media screen and (max-width:480px){
  .fondettexte>h2 {
    width: 72vw;
  }
  
  .fondettexte>p:nth-child(2) {
    width: 73vw
  }
  
  .fondettexte>p:nth-child(3) {
    width: 73vw
  }
  
}
@media screen and (min-width: 750px) {

  .competence {
    padding: 20px;
  }

  .titre-competence>h2 {
    margin: 5px;

  }

  .roue-container {
    height: 275px;
  }

  .logoac {
    width: 6vw;
  }

  .logofooter {
    width: 15vw;
  }

  .texte-accueil-taille {
    font-size: 4rem;
  }

  .position-barre {
    left: 73%;
    top: 67%;
  }

  .barre-dimension-active {
    width: 9rem;
  }

  .texte-anime {
    font-size: 1.4rem;
  }

  .barre-dimension {
    height: .3rem;
  }

  .texte-anime-active {
    left: 11%;
  }

  .competence-double {
    flex-direction: column;

  }


  .competence {
    flex-direction: row;
  }




}

@media screen and (min-width: 900px) {
  .meilleursprojets {
    margin: 50px;

  }

  .videosliste2 {
    padding: 50px;
    margin-top: 50px;
  }

  .photospage {
    margin: 50px;
  }

  #grid2 {
    padding-left: 20px;
  }

  .logoac {
    width: 40px;
  }

  .burgernav {
    display: none;
  }

  .projet1 {
    width: 30vw;
    margin-bottom: 0px;
  }

  .logofooter {
    width: 100px;
  }

  .categorie-header {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  .article-recent {
    display: flex;
    justify-content: space-between;

  }

  .Galleryphotos {
    padding: 50px;
  }

  .texte-accueil-taille {
    font-size: 5rem;
  }

  .position-barre {
    left: 69%;
    top: 69%;
  }

  .barre-dimension-active {
    width: 10rem;
  }

  .texte-anime-active {
    left: 13%;
  }

  .scroll-link {
    bottom: -318.5px;
    width: 100vw;
    height: 100vh;
    position: absolute;
  }

  .accueilalpha {
    height: 114vh;
  }

  .accueil {
    width: 50vw;
    height: 50vh;
  }

  .competence {
    margin-left: 3vw;
    margin-right: 3vw;
  }

  .a-propos {
    padding: 100px;
    padding-bottom: 0px;
  }

  .contacts>h1 {
    text-align: start;
    margin-left: 50px;
  }



}

@media screen and (min-width: 900px) {

  .logoac {
    width: 40px;
  }

  .burgernav {
    display: none;
  }

  .projet1 {
    width: 30vw;
  }

  .logofooter {
    width: 100px;
  }

  .categorie-header {
    display: flex;
  }

  .article-recent {
    display: flex;
    justify-content: space-between;

  }

  .texte-accueil-taille {
    font-size: 4rem;
  }

  .position-barre {
    left: 69%;
    top: 69%;
  }

  .barre-dimension-active {
    width: 10rem;
  }

  .texte-anime-active {
    left: 13%;
  }

  .accueilalpha {
    height: 114vh;
  }

  .accueil {
    width: 50vw;
    height: 50vh;
  }

  .competence {
    margin-left: 3vw;
    margin-right: 3vw;
  }

  .a-propos {
    padding: 100px;
    padding-bottom: 0px;
  }


}

@media screen and (min-width: 900px) and (max-width: 1100px){
  .photodevideo{
    height:70vh;
  
}
.projet1{
  height : 85vh
}
.photodevideo2{
  height: 72vh;
}
.photodevideo3{
  height: 84vh;
}
.photodevideo4{
  height: 62vh;
}
.boutonensavoirplus{
  font-size: 1rem;
}
}

@media screen and (max-width: 900px) {
  .imagevideo {
    flex-direction: column;
  }
  .photodevideo{
    height: 100%;
  }
  .photodevideo2{
    height: 100%;
  }
  .photodevideo3{
    height: 100%;
  }
  .photodevideo4{
    height: 100%;
  }
  .grid-containerbis{
    height: 45vh;
  }
  .cadretitrephoto > h1{
    font-size: 1.8rem;
    text-align: center;
  }
  .photo-thumbnailtarifs{
    width: 100%;
  }
  .video-thumbnail{
    width: 100%;
  }
  .imagevideo2 {
    flex-direction: column-reverse;
  }
  .videotriple{
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    }
  .textedesvideos {
    border-radius: 0px 0px 10px 10px;
    margin-bottom: 20px;
  }

  .ensemblecategoriesphotos {
    flex-direction: column;

  }

  .imagealternative1 {
    margin: 15px;
  }

  .ensemblecategoriesphotos {
    margin: 10px;
  }

  .textedesvideos {
    width: 100%;
  }

  .textedesvideos {
    width: 100%;
  }

  .imagevideo2>iframe {
    width: 100%;
  }

  .meilleursprojets>div>h1 {
    text-align: center;
  }

  .imagealternative1>h1 {
    text-align: center;
  }

  .titrevideos>h1 {
    text-align: center;
  }

  .imagevideo>iframe {
    width: 100%;
  }

  .imagephotojournalisme {
    width: 50vw;
  }

  .notespersophotobis {
    display: none;
    font-size: 1.2rem;
    overflow: hidden;
    align-items: center;
    color:#278419 ;
  
  }
  
  .notespersophotobistel {
    display: flex;
    font-size: 1.2rem;
    overflow: hidden;
    align-items: center;
    color:#278419 ;
  }

}

@media screen and (min-width: 1030px) {

  .image-et-texte-a-propos {
    flex-direction: row;
    height: 55vh;

  }
}


@media screen and (max-width: 1030px) {
  .imagepaulphoto {
    width: 100%;
  }
  .image-a-propos {
    height: 130%;
    width: 100%;
  }

  .categorie-header {
    width: 75%;
  }
.positiondescontacts{
  flex-direction: column;
}
.ensembleduformulairedecontact{
  width: 100%;
}


}

@media screen and (min-width: 1031px) and (max-width: 1300px) {
  .categorie-header {
    width: 70%;
  }
  .projet1{
    height: 78vh ;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1750px) {

  .projet1{
    height: 65vh ;
  }
}



@media screen and (min-width: 1300px) {
  .competence-double {
    flex-direction: row;
    width: 33.33%;
  }

  .accueil {
    width: 31vw;
  }


}

@media screen and (max-width : 1300px) {
  .imagepaulphoto{
    width: 100%;
  }
  .cadretitrephoto>h1{
    font-size: 2rem;
  }
}

@media screen and (min-width: 1660px) {
  .lieux-images {
    left: -12%;
    display: block;
  }


}

@media screen and (min-width: 1750px) {
  .lieux-images {
    left: -11%;
  }

}