/*------------22222222222222-------------A propos-----------------2222222222222222222222222--------------------------------------2222222222222222222222222------------------------------------------22222222222---------*/

/*------------------------------------------------------------------video--------------------------------------------------------------------------*/
.video1apropos{
  position: absolute;
  min-width: 100%;
  top: 50%;
  left: 50%;
  z-index: -100;
  transform: translate(-50%, -50%);
}
/*-----------------------------------------------------------------premiere section nav voir 1 et acceuil-----------------------------------------------------*/
.topsecgnlapropos{
  position: relative;
  height: 75vh;
  width: 100%;
  overflow: hidden;
  background-color: rgba(102, 100, 100, 0.5)
}

.titreApropos{
  padding-top: 14%;
  text-align: center;
  color: #fff;
  font-size: 4vw;
  margin: 0%;
}


/*----------------------------------------------------------------------------partie2-------------------------------------------------------------------------------*/

.textbouton{
  padding-top: 5%;
  text-align: center;
}


@media screen and (min-width: 600px) {
  .bouton{
    justify-content: space-around;
    width: 50%;
    padding-left: 25%;
    display: flex;
  }
}

@media screen and (max-width: 600px) {
  .bouton{
    justify-content: space-around;
    width: 100%;
    display: flex;
  }
  
}

.boutonvideo{
  width: 25%;
  border: 0px;
  background-color: #fff;
}

.boutonvideo.active {
  background-color: #9e9e9e; /* Change la couleur de fond pour le bouton actif */
  color: #fff;
  width: 25%;
}

@media screen and (min-width: 600px) {
  .videostout{
    margin-top: 2%;
    margin-bottom: 2%;
  }  
}

@media screen and (max-width: 600px) {
  .videostout{
    margin-top: 5%;
    margin-bottom: 5%;
  }  
}

.videos{
  width: 81%;
  margin-left: 9.5%;  
}

/*---------------------------------------------------------------------section mon matos drone -------------------------------------------------------------------*/
.monmatdrone{
  display: flex;
  width: 100%;
  height: auto;
}

.monmatdroneimggnl{
  padding-left: 10%;
  width: 25%;
  height: auto;
}

.imgmatosdrone{
  height: 100%; /* Hauteur ajustée en fonction du contenu */
  min-height: 50vh;
  width: 100%;
  object-fit: cover;
}

.monmatdronetext{
  width: 53%;
  height: auto;
  padding-top: 7%;
  padding-right: 20%;
  padding-left: 2%;
}

.monmattitre::after{
  content: '';
  width: 4%;
  height: 2px;
  position: absolute;
  left: 34%;
  background-color: #f00;
  margin-top: 0%;
}

.textexplicationmotos{
  padding-top: 2%;
}

.textmonmatosdrone{
padding-left: 4%;
}

.dronestabtext::after {
  content: '';
  width: 1%;
  height: 2px;
  position: absolute;
  left: 34%;
  margin-top: 0.4%;
  background-color: #f00;
}

.dronefpvtext::after {
  content: '';
  width: 1%;
  height: 2px;
  position: absolute;
  left: 34%;
  margin-top: 0.4%;
  background-color: #f00;
}

/*-----------------------------------------------------------------section entre deux explication------------------------------------------------------------*/

.between2expli{
  padding-top: 2%;
  padding-bottom: 6%;
}

.bardeuxexpli{
  content: '';
  width: 30%;
  height: 2px;
  position: absolute;
  background-color: #f00;
  left: 35%;
}


/*------------------------------------------------------------------section mon matos au sol---------------------------------------------------------------------*/

.monmatsol{
  display: flex;
  width: 100%;
  height: auto;
}

.monmatsolimggnl{
  padding-right: 10%;
  width: 25%;
  height: auto;
}

.imgmatossol{
  height: 100%; /* Hauteur ajustée en fonction du contenu */
  min-height: 50vh;
  width: 100%;
  object-fit: cover;
}

.monmatsoltext{
  width: 53%;
  height: auto;
  padding-top: 7%;
  padding-left: 20%;
  padding-right: 2%;
}

.titremotossol{
  text-align: end;
}

.monmatsoltitre::after{
  content: '';
  width: 4%;
  height: 2px;
  position: absolute;
  right: 34%;
  background-color: #f00;
  margin-top: 0%;
}

.textexplicationmotossol{
  text-align: end;
  padding-top: 2%;
}

.textmonmatossol{
padding-left: 4%;
}

.boitiertext::before {
  content: '';
  width: 1%;
  height: 2px;
  position: absolute;
  left: 20%;
  margin-top: 0.4%;
  background-color: #f00;
}

.objectif28-70text::after {
  content: '';
  width: 1%;
  height: 2px;
  position: absolute;
  left: 20%;
  margin-top: 0.4%;
  background-color: #f00;
}

.goprotext::before {
  content: '';
  width: 1%;
  height: 2px;
  position: absolute;
  left: 20%;
  margin-top: 0.4%;
  background-color: #f00;
}

/*--------------------------------------------------------------------bar fin de page------------------------------------------------------------------*/
.barfinpageapropos{
  padding-top: 6%;
  padding-bottom: 2%;
}

.barfinpage::after{
  content: '';
  width: 30%;
  height: 2px;
  position: absolute;
  background-color: #f00;
  left: 35%;
}

/*--------------------------------------------------------------------nous contacter fin de page ---------------------------------------------------------*/

@media screen and (min-width:600px) {
  .boutonbasapropos{
    margin-bottom: 2%;
  }
  
  .lienfindepage{
    text-align: center;
    color: #fff;
    background-color: #f00;
    border-radius: 30px 30px 30px 30px;
    text-decoration: none;
    margin-left: 45%;
    margin-right: 45%;
    width: 12%;
    padding-top: 1%;
    padding-bottom: 1%;
    display: flex;
    justify-content: center; /* Centrer horizontalement */
  }
  
  .lienfindepage:hover{
    background-color: #EF1F1F78
  }  
}

@media screen and (max-width:600px) {
  .boutonbas{
    margin-top: 2%;
    margin-bottom: 4%;
  }

  .boutonbasapropos{
    margin-bottom: 2%;
  }
  
  .lienfindepage{
    text-align: center;
    color: #fff;
    background-color: #f00;
    border-radius: 30px 30px 30px 30px;
    text-decoration: none;
    margin-left: 25%;
    margin-right: 25%;
    width: 50%;
    padding-top: 1%;
    padding-bottom: 1%;
    display: flex;
    justify-content: center; /* Centrer horizontalement */
  }
  
  .lienfindepage:hover{
    background-color: #EF1F1F78
  }  
}
