/*---------1111111111111111111------------acceuil----------------1111111111111111111111111111111-------------------------------------1111111111111111111111111111111111--------------------------------------11111111111111-*/
body{
  margin: 0%;
}
/*------------------------------------------------------------------video--------------------------------------------------------------------------*/
.video1{
position: absolute;
min-width: 100%;
top: 50%;
left: 50%;
z-index: -100;
transform: translate(-50%, -50%);
}
/*-----------------------------------------------------------------premiere section nav et acceuil-----------------------------------------------------*/
.topsecgnl{
position: relative;
height: 100vh;
width: 100%;
overflow: hidden;
background-color: rgba(102, 100, 100, 0.5)
}
/* Style pour la barre de navigation */
nav {
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
}

/* Style pour le conteneur d'en-tête */
.nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  width: 20%;
}

/* Style pour le titre Julien Voyage */
.nav-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}    
.navgnl{
list-style-type: none;
display: flex;
justify-content: center;
width: 60%;
}

.navgnl a{
text-decoration: none;
}

.nav{
text-decoration: none;
display: flex;
color: #fff;
}
.linav{
padding-left: 5%;
padding-right: 5%;
}


/* Style pour le menu-toggle */
.menu-toggle {
  display: none; /* Masquer initialement sur les grands écrans */
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.menu-toggle .bar {
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 4px 0;
}

/* Media query pour les écrans jusqu'à 768px */
@media (max-width: 768px) {
  nav{
      flex-direction: column;
  }

  .nav-header {
      width: 100%;
  }

  .menu-toggle {
      display: flex; /* Afficher le menu-toggle */
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }

  .menu-toggle.active .bar:nth-child(1) {
      transform: translateY(8px) rotate(45deg);
  }

  .menu-toggle.active .bar:nth-child(2) {
      opacity: 0;
  }

  .menu-toggle.active .bar:nth-child(3) {
      transform: translateY(-8px) rotate(-45deg);
  }

  .navgnl {
      display: none; /* Masquer le menu principal par défaut */
      flex-direction: column;
      align-items: center;
      width: 100%;
  }

  .navgnl.active {
      display: flex; /* Afficher le menu principal lorsque le menu-toggle est activé */
      padding: 0%;
  }

  .linav {
      padding: 10px 0; /* Espacement des éléments du menu */
  }
}



.italique::after {
content: '';
width: 10%;
height: 2px;
background-color: white;
position: absolute;
left: 45%;
top: 105%;
background-color: #f00;
}
@media screen and (min-width:680px){
  .titre{
  text-align: center;
  color: #fff;
  font-size: 5rem;
  margin: 0%;
  }
}
.lientitre{
text-align: center;
color: #fff;
background-color: #EF1F1F78;
border-radius: 30px 30px 30px 30px;
text-decoration: none;
margin-left: 40%;
margin-right: 40%;
margin-top: 5%;
width: 20%;
padding-top: 1%;
padding-bottom: 1%;
display: flex;
justify-content: center; /* Centrer horizontalement */
}
@media (max-width:550px){
  .lientitre{
    text-align: center;
    color: #fff;
    background-color: #EF1F1F78;
    border-radius: 30px 30px 30px 30px;
    text-decoration: none;
    margin-left: 40%;
    margin-right: 40%;
    margin-top: 5%;
    width: 32%;
    padding-top: 1%;
    padding-bottom: 1%;
    display: flex;
    justify-content: center; /* Centrer horizontalement */
    }
}

.lientitre:hover{
background-color: #f00
}

@media screen and (max-width:550px){
  .italique{
    text-align: center;
    color: #fff;
    padding-top: 13%;
    font-size: 1.25rem;
    font-style: italic;
    position: relative;
    
    }
  .titre{
    text-align: center;
    color: #fff;
    font-size: 2.70rem;
    margin: 0%;
    }
}

@media screen and (max-width:680px) and (min-width:550px){
  .italique{
    text-align: center;
    color: #fff;
    padding-top: 13%;
    font-size: 1.5rem;
    font-style: italic;
    position: relative;
    
    }
  .titre{
    text-align: center;
    color: #fff;
    font-size: 4rem;
    margin: 0%;
    }
}

@media screen and (min-width:680px){
  .italique{
  text-align: center;
  color: #fff;
  padding-top: 13%;
  font-size: 2.5rem;
  font-style: italic;
  position: relative;
  }
}


/* ------------------------------------------------------------------cadre gris---------------------------------------------------------------------*/
@media screen and (min-width:1350px) {
  .cadre{
  width: 100%;
  background-color: rgb(124, 124, 124);
  }
}
@media screen and (max-width:1350px) {
  .cadre{
    width: 100%;
    background-color: rgb(124, 124, 124);
    height: 20vh;
  }
}

.textgris{
padding-top: 3%;
width: 100%;
text-align: center;
font-style: italic;
color: #fff;
}

.textcadregris{
margin: 0%;
}

.logo{
width: 100%;
}

.imglogo{
width: 10%;
padding-left: 45%;
}

@media screen {
  .imglogo{
    height: 15vh;
    width: 25%;
    padding-left: 37.5%;
  }
  
}

/*----------------------------------------------------------------section prestation-------------------------------------------------*/
.prestation{
height: auto; /* Hauteur ajustée en fonction du contenu */
min-height: 60vh; /* Hauteur minimale de 50% de la hauteur de la fenêtre */
}
.prestext{
text-align: center;
font-weight: bold;
font-size: 2.5rem;
}

.prestextbar::after {
content: '';
width: 10%;
height: 2px;
background-color: white;
position: absolute;
left: 45%;
background-color: #f00;
}

.troisimg{
margin-top: 5%;
padding-left: 10%;
padding-right: 10%;
width: 80%;
display: flex;
}
.troisimg > div {
position: relative;
flex: 1;
}

@media screen and (max-width: 768px) {
.troisimg {
    flex-direction: column;
    width: 70%; /* Les articles prennent toute la largeur lorsque l'écran est réduit */
    padding-left: 15%; /* Supprime le padding pour un alignement correct */
    padding-right: 15%;
    padding-top: 5%;
}
}

@media screen and (max-width: 768px) {
.drone-fpv, .realisation, .drone-stabilise {
    width: 100%; /* Les articles prennent toute la largeur lorsque l'écran est réduit */
    height: 100%;
}
}


/*------------------------------------------------------------------drone-fpv------------------------------------------------------*/
@media screen and (max-width: 768px) {
.drone-fpv {
  width: 100%;
  text-align: center;
  display: inline-block;
  position: relative;
}
}

@media screen and (min-width: 768px) {
.drone-fpv {
  width: 33%;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-right: 0.5%;
}
}

.imgdrone-fpv {
height: 100%;
width: 100%;
object-fit: cover;
top: 0; /* Ajuster ces valeurs pour déplacer l'image */
left: 0; /* Ajuster ces valeurs pour déplacer l'image */
transform: translate(0, 0);
}

@media screen and (min-width: 768.01px) {
.imgdrone-fpv {
    min-height: 50vh;
}
}

@media screen and (max-width: 768px) {
.imgdrone-fpv {
    min-height: 30vh;
}
}

.textdrone-fpv {
height: 94%;
width: 94%;
padding: 3%;
position: absolute;
top: 0;
left: 0;
display: flex;
flex-direction: column;
justify-content: space-between;
text-align: center;
color: white;
z-index: 1;
padding: 1rem; /* Optionnel : pour ajouter un peu de padding */
}

.text-content {
margin-top: 1rem; /* Optionnel : pour espacer du haut */
}

.textdrone-fpv_title {
margin: 0;
}

.textdrone-fpv_texte {
margin: 0.5rem 0; /* Optionnel : pour espacer entre le titre et le texte */
}

.textdrone-fpv_lien {
color: #f00;
text-decoration: none;
margin-bottom: 1rem; /* Optionnel : pour espacer du bas */
}




/*-------------------------------------------------------------------realisation--------------------------------------------------*/
@media screen and (max-width: 768px) {
.realisation {
  width: 100%;
  text-align: center;
  display: inline-block;
  position: relative;
}
}

@media screen and (min-width: 768px) {
.realisation {
  width: 33%;
  text-align: center;
  display: inline-block;
  position: relative;
}
}

.imgrealisation {
height: 100%;
width: 100%;
object-fit: cover;
}

@media screen and (min-width: 768.01px) {
.imgrealisation {
    min-height: 50vh;
}
}

@media screen and (max-width: 768px) {
.imgrealisation {
    min-height: 30vh;
}
}

.textrealisation {
height: 94%;
width: 94%;
padding: 3%;
position: absolute;
top: 0;
left: 0;
display: flex;
flex-direction: column;
justify-content: space-between;
text-align: center;
color: white;
z-index: 1;
padding: 1rem; /* Optionnel : pour ajouter un peu de padding */
}

.text-content {
margin-top: 1rem; /* Optionnel : pour espacer du haut */
}

.textrealisation_title {
margin: 0;
}

.textrealisation_texte {
margin: 0.5rem 0; /* Optionnel : pour espacer entre le titre et le texte */
}

.textrealisation_lien {
color: #f00;
text-decoration: none;
margin-bottom: 1rem; /* Optionnel : pour espacer du bas */
}

/*------------------------------------------------------------------drone-stabilise-----------------------------------------------*/
@media screen and (max-width: 768px) {
.drone-stabilise {
  width: 100%;
  text-align: center;
  display: inline-block;
  position: relative;
}
}

@media screen and (min-width: 768px) {
.drone-stabilise {
  width: 33%;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-left: 0.5%;
}
}

.imgdrone-stabilise {
height: 100%;
width: 100%;
object-fit: cover;
}

@media screen and (min-width: 768.01px) {
.imgdrone-stabilise {
    min-height: 50vh;
}
}

@media screen and (max-width: 768px) {
.imgdrone-stabilise {
    min-height: 30vh;
}
}

.textdrone-stabilise {
height: 94%;
width: 94%;
padding: 3%;
position: absolute;
top: 0;
left: 0;
display: flex;
flex-direction: column;
justify-content: space-between;
text-align: center;
color: white;
z-index: 1;
padding: 1rem; /* Optionnel : pour ajouter un peu de padding */
}

.text-content {
margin-top: 1rem; /* Optionnel : pour espacer du haut */
}

.textdrone-stabilise_title {
margin: 0;
}

.imgdrone-stabilise_texte {
margin: 0.5rem 0; /* Optionnel : pour espacer entre le titre et le texte */
}

.textdrone-stabilise_lien {
color: #f00;
text-decoration: none;
margin-bottom: 1rem; /* Optionnel : pour espacer du bas */
}

/*---------------------------------------------------------------------------------3 images interractive-------------------------------------*/
@media screen and (max-width:800px){
.images_3_interractive {
  padding-top: 4%;
  display: flex;
  flex-direction: column; /* Alignement vertical des images */
  height: 40vh; /* Hauteur totale de la page */
  overflow: hidden; /* Pour éviter le débordement lorsque les images sont agrandies */
}
}

@media screen and (min-width:800px){
.images_3_interractive {
padding-top: 3%;
display: flex;
width: 100%;
height: 50vh;
overflow: hidden; /* Pour éviter le débordement lorsque les images sont agrandies */
}
}

@media screen and (max-width:800px){
.image-wrapper {
  position: relative;
  overflow: hidden;
  transition: flex 0.3s; /* Transition pour le changement de hauteur */
  cursor: pointer;
  height: 33.33%;
  flex: 1; /* Chaque image prend toute la hauteur disponible */
}
}

@media screen and (min-width:800px) {
.image-wrapper {
  flex: 1;
  position: relative;
  overflow: hidden;
  transition: flex 0.3s; /* Transition pour le changement de largeur */
  cursor: pointer;
  width: 33.3%; /* Taille initiale */
}
}

@media screen and (max-width:800px){
.images_3_interractive:hover .image-wrapper {
  height: 25%;
}
}

@media screen and (min-width:800px) {
.container:hover .image-wrapper {
  width: 25%; /* Taille réduite au survol pour toutes les images */
}
}

.image-wrapper:hover {
flex: 2; /* Agrandissement de la hauteur au survol */
}


.image-wrapper img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease; /* Transition pour l'effet de zoom */
}

.image-wrapper:hover img {
transform: scale(1); /* Annulation du zoom sur l'image au survol */
}
.text {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
text-align: center;
opacity: 0;
transition: opacity 0.3s;
z-index: 10; /* Assure que le texte est au-dessus de l'image */
}
.image-wrapper:hover .text {
opacity: 1;
}
/*------------------------------------------------------------------------------------------------------------------section realisation_cote_droite_gnl-----------*/

/*-----------realisation_cadre_photo_gnl-----*/
.index_cadre_photo_gnl{
width: 100%;
display: flex;
margin-top: 5%;
}

@media screen and (max-width: 500px){
.index_cadre_photo_gnl{
  flex-direction: column;
}

}

@media screen and (min-width: 500px) and (max-width: 768px){
.index_cadre_photo_gnl{
  flex-direction: column;
}

}
/*-----------realisation_cote_droite_gnl---ok--*/
@media screen and (max-width: 500px){
.index_cote_droite_gnl{
  flex-direction: column;
  width: 100%;
}

}

@media screen and (min-width: 500px) and (max-width: 768px){
.index_cote_droite_gnl{
  width: 100%;
  margin-top: 5%;
  display: flex;
  height: 60vh;
}
}

@media screen and (max-width: 1350px) and (min-width: 768px) {
.index_cote_droite_gnl{
  width: 60%;
  height: 60vh;
  display: flex;
}
}

@media screen and (min-width: 1350px) {
.index_cote_droite_gnl{
  width: 40%;
  margin-right: 20%;
  height: 60vh;
  display: flex;
}
}

/*-----------realisation_cote_droite_gnl---ok--*/
@media screen and (max-width: 500px){
.index_cote_gauche_gnl{
  width: 100%;
}
}

@media screen and (min-width:500px) and (max-width: 768px){
.index_cote_gauche_gnl{
  width: 100%;
  margin-top: 5%;
  height: 60vh;
}
}

@media screen and (max-width: 1350px) and (min-width: 768px) {
.index_cote_gauche_gnl{
  width: 38%;
  height: 60vh;
  padding-right: 2%;
}
}

@media screen and (min-width: 1350px){
.index_cote_gauche_gnl{
  width: 18%;
  padding-right: 2%;
  margin-left: 20%;
  height: 60vh;
}
}

/*--------------------------------------------gauche photo----------------------------*/
@media screen and (max-width: 500px){
.index_cote_droite_cadre_gauche_gnl{
  width: 90%;
  height: 60vh;
  padding-left: 5%;
  padding-right: 5%;
}
}
@media screen and (min-width: 500px){
.index_cote_droite_cadre_gauche_gnl{
  width: 48.5%;
  height: 100%;
  padding-right: 1.5%;
}
}

.index_cote_droite_cadre_gauche_haut{
height: 25%;
padding: 0%;
}

.img_index_cote_droite_cadre_gauche_haut{
object-fit: cover;
width: 100%;
height: 100%;
}

.index_cote_droite_cadre_gauche_bas{
height: 70%;
padding-top: 5%;
}

.img_index_cote_droite_cadre_gauche_bas{
object-fit: cover;
height: 100%;
width: 100%;
}

@media screen and (width: 500px){

}

/*------------------------------------------droite photo-----------------------*/
@media screen and (max-width: 500px){
.index_cote_gauche_cadre_droite_gnl{
  width: 90%;
  height: 60vh;
  padding-left: 5%;
  padding-right: 5%;
}
}

@media screen and (min-width: 500px){
.index_cote_gauche_cadre_droite_gnl{
  width: 48.5%;
  height: 100%;
  padding-left: 1.5%;
}
}

@media screen and (max-width: 500px){
.index_cote_gauche_cadre_droite_bas{
height: 25%;
padding: 0%;
}
}

@media screen and (min-width: 500px){
.index_cote_gauche_cadre_droite_bas{
height: 25%;
padding: 0%;
}
}

.img_index_cote_gauche_cadre_droite_bas{
object-fit: cover;
width: 100%;
height: 100%;
}


@media screen and (max-width: 500px){
.realisation_cote_gauche_cadre_droite_haut{
  height: 70%;
  padding-bottom: 5%;
}
}

@media screen and (min-width: 500px){
.index_cote_gauche_cadre_droite_haut{
  height: 70%;
  padding-bottom: 5%;
}
}


.img_index_cote_gauche_cadre_droite_haut{
object-fit: cover;
height: 100%;
width: 100%;
}


/*--------------------------------------------partie--gauche---------------------------*/

.index_cote_gauche_title{
text-align: left;
font-size: 25px;
margin: 0%;
padding-bottom: 2vh;
}

.index_cote_gauche_bar{
margin: 0%;
padding-top: 2%;
padding-bottom: 2%;
}

@media screen and (max-width: 500px){
.index_cote_gauche_bar::after{
  content: '';
  width: 8%;
  height: 2px;
  position: absolute;
  background-color: #f00;
}
}

@media screen and (min-width: 500px){
.index_cote_gauche_bar::after{
  content: '';
  width: 3%;
  height: 2px;
  position: absolute;
  background-color: #f00;
}
}

.index_cote_gauche_text1{
text-align: left;
padding-bottom: 4%;
font-size: 18px;
padding-bottom: 2vh;
}

.index_cote_gauche_text2{
text-align: left;
padding-bottom: 4%;
font-size: 18px;
padding-bottom: 2vh;
}

.index_cote_gauche_text3{
text-align: left;
font-size: 18px;
}

.lien_fin_de_page_div_index{
margin-bottom: 2%;
}

.lien_fin_de_page_bouton{
text-align: center;
color: #fff;
background-color: #f00;
border-radius: 30px 30px 30px 30px;
text-decoration: none;
margin-left: 12.5%;
margin-right: 12.5%;
width: 70%;
padding-top: 15px;
padding-bottom: 15px;
display: flex;
justify-content: center; /* Centrer horizontalement */
}

.lien_fin_de_page_bouton:hover{
background-color: #EF1F1F78
}


/*-------------------------------------------------------------------------------------------------------------footer--------------------------------------------------------------*/
footer{
/*height: 13vh;*/
margin-top: 2%;
background-color: #9e9e9e;
}

@media screen and (max-width:768px) {
.footergnl{
  flex-direction: column;
  background-color: #9e9e9e;
  width: 80%;
  height: 125%;
  padding-left: 10%;
  padding-right: 10%; 
}
}

@media screen and (min-width:768px) {
.footergnl{
  display: flex;
  background-color: #9e9e9e;
  width: 80%;
  height: 125%;
  padding-left: 10%;
  padding-right: 10%; 
}
}

@media screen and (max-width:768px){
.reseau{
  width: 100%;
  padding-bottom: 5%;
  padding-top: 5%;
}
}


@media screen and (min-width:768px){
.reseau{
  width: 25%;
  height: auto;
}
}

@media screen and (max-width:768px){
.reseau1{
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
}
}

@media screen and (min-width:768px){
.reseau1{
  width: 50%;
  padding-left: 25%;
  padding-right: 25%;
}
}

.lienreseau{
display: flex;
text-decoration: none;
color: #e7e5e5;
}

@media screen and (max-width:768px){
.lienutile{
  width: 100%;
  padding-bottom: 5%;
  padding-top: 5%;
}
}

@media screen and (min-width:768px){
.lienutile{
  width: 25%;
}
}

@media screen and (max-width:768px){
.lienutile1{
  width: 90%;
  height: auto;
  padding-left: 5%;
  padding-right: 5%;
}
}

@media screen and (min-width:768px){
.lienutile1{
  width: 50%;
  height: auto;
  padding-left: 25%;
  padding-right: 25%;
}
}

.lienlienutile{
display: flex;
text-decoration: none;
color: #e7e5e5;
}

@media screen and (max-width:768px){
.logofooter{
  width: 50%;
  height: auto;
  padding-bottom: 5%;
  padding-top: 5%;
}
}

@media screen and (min-width:768px){
.logofooter{
  width: 25%;
  height: auto;
}
}

.imglogofooter{
width: 80%;
height: auto;
/*object-fit: cover;*/
}

@media screen and (max-width:768px){
.lienimportant{
  width: 100%;
  height: auto;
  padding-bottom: 5%;
  padding-top: 5%;
}
}

@media screen and (min-width:768px){
.lienimportant{
  width: 25%;
  height: auto;
}
}

@media screen and (max-width:768px){
.lienimportant1{
  width: 90%;
  height: auto;
  padding-left: 5%;
  padding-right: 5%;
}
}

@media screen and (min-width:768px){
.lienimportant1{
  width: 50%;
  height: auto;
  padding-left: 25%;
  padding-right: 25%;
}
}
.lienlienimportant{
text-decoration: none;
color: #e7e5e5;
}

.lienlienimportant:hover{
color: #fff;
}

.footerp{
color: #e7e5e5;
}

.footerh3{
color: #e7e5e5;
}




