/*PAGE ACCUEIL
/* Style pour la première section */
#blocavion {
  display: flex;
  height: 500px;
}

.listecategorie {
  display: flex;
  padding: 10px 0;
  font-family: Oswald;
  font-size: 20px;
  background-color: #DAE9EC;
  justify-content: space-around;
  list-style: none;
}
.listecategorie li {
  margin: 5px;
}
.listecategorie li a {
  text-decoration: none;
  color: black;
}



#blocavionBloc {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: white;
}

#blocavionIMG {
  width: 50%;
  background-position: center;
  background-repeat: no-repeat;
}

#Titrebloc {
  font-family: Oswald;
  font-size: 35px;
  text-align: center;
}

#SousTitrebloc {
  font-style: italic;
  padding-bottom: 25px;
  font-family: Gupter;
  text-align: center;
}

#Texte {
  color: grey;
  font-style: italic;
  text-align: center;
  font-family: Raleway;
  line-height: 1.6;
  margin: 0; 
  padding: 0 20px; 
}

/*ECRITURE ONGLET EN NOIR*/
#ONGLET > ul > li > a{
  color:black;
}

/*ECRITURE FOOTER EN NOIR*/
footer ul li a{
  color:black;
}


/* Style pour la deuxième section */
#bloglogoaero {
  display: flex;
  height: 400px;
}

#logoaeroIMG {
  width: 50%;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}



#contentBloc {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white; 
  padding: 0 20px;
}

#contentBlocEnglobe {
  max-width: 100%;
  text-align: center;
}

#TitreContent {
  font-family: Oswald;
  font-size: 35px;
  margin-bottom: 10px;
  text-align: center;
}

#SousTitreContent {
  font-style: italic;
  display: block;
  margin-bottom: 20px;
  text-align: center;
}

#TexteContent {
  font-family: Raleway;
  color: grey;
  font-style: italic;
  line-height: 1.6;
  text-align: center;
  margin: 0;
  padding: 0 20px; 
}




#ParagrapheTexte{
  padding: 6em;
  background-color: white;
}







/* SECTION GALERIE */
#GALERIE {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 400px;
}

#BLOC_IMG {
  position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
    overflow: hidden;
}

#BLOC_IMG img {
  width: 100%;
}

#BLOC_IMG img:hover {
  background-color: rgba(255, 165, 0, 0.7);
}

.EnglobeSigne {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#BLOC_IMG:hover .EnglobeSigne {
  opacity: 1;
}

.Signe {
  font-size: 2rem;
  color: white;
}




/* SERVICES */

#SERVICES{
	display: flex;
	flex-direction: row;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}

.EnglobeSERVICE {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-around;
  align-items: center; 
}

.EnglobeSERVICE a img {
  width: 100%; 
  max-width: 100px; 
  height: auto; 
  margin-bottom: 20px;
  background-color: white;
}


.EnglobeSERVICE h3{
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	font-family: Oswald;
	margin-bottom: 6px;
}

.TexteSERVICE{
	display: flex;
	flex-direction: column;
	justify-content: center;
	vertical-align: middle;
	margin-bottom: 10px;
	font-family: Gupter;
	color: grey;
	text-align: center;
}





/* MEDIAS QUERIES 1024*/

@media all and (max-width: 1024px) { 
  h4#ParagrapheTexte {
      height: auto;
      padding: 0;
      margin: 0;
  }
  #ONGLET ul li{
    color:black;
  }
}



/* MEDIAS QUERIES 768 */
@media all and (max-width: 768px) { 
  /* TOUTE LA 1ER SECTION*/
  #blocavion {
    display: block;
    height: 800px;
  }
  
  /* les blocs blanc en plein vol*/
  #blocavionBloc {
    width: 100%;
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: white;
  }

  /* IMAGES */
  #blocavionIMG {
    width: 100%;
  }

  #ParagrapheTexte{
    font-size: 16px;
  }

  /* Grosse IMAGE*/
  #GALERIE{
    display: flex;
    flex-direction: row;
    width: 100%;
  }

  #BLOC_IMG{
    width: 100%;
    display: block;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  #SERVICES{
    display: block;
    width: 100%;
  }

  footer{
    width: 100%;
    display:flex;
    justify-content: space-around;
    flex-direction: row;
  }


}














































#ONGLET {
    display: flex;
    font-size: 16px;
    color: black;
    flex-direction: row; 
    font-family:Oswald;
    width: 100%;
    background-color: #5ED9F4; 
    height: 80px;
}



html, body {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  font-family: Oswald;
}


#content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color:#DAE9EC;
}


footer {
  display: flex;
  justify-content: space-around;
  list-style-type: none;
  background-color: #5ED9F4;
  align-items: center;
  font-size: 18px;
  left:0px;
  height: 50px;
  bottom:0px;
  width:100%;
}


footer ul {
  display: flex;
  flex-direction : row;
  width: 100%;
  height: 50px;
  justify-content: space-around;
  list-style-type: none;
  font-size: 15px;
  font-family: Oswald;
  margin-bottom: 0;
  align-items: center;
}

.fa.fa-linkedin-square:before {
  content: "\f08c";
  color: blue;
}

.hamburger {
  display: none;
  font-size: 30px;
  cursor: pointer;
  color: white;
  background-color: #5ED9F4;
  border: none;
  padding: 10px;
  margin: 10px;
  
}

.menu-toggle {
  display: none;
}

/* Toute la nav*/
.nav-links {
  display: flex;
  flex-direction: row;
  padding-left: 0;
  list-style-type: none;
  justify-content: space-around;
  margin: 0;
  align-items: center;
  width: 100%;
}

.nav-links li {
  position: relative;
}

.nav-links li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #5ED9F4;
  color:black;
  padding: 0;
  list-style-type: none;
  min-width: 150px;
}

/* Onglet au survol */
.nav-links li:hover > ul {
  display: block;
  background-color: #5ED9F4;
}

.nav-links li ul li {
  width: 100%;
}


/* Onglet dans liste déroulante dans AJOUT*/
.nav-links li ul li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: black;
}

/* SURVOL de la liste déroulante de  l'onglet AJOUT*/
.nav-links li ul li a:hover {
  background-color: #b3f0ff;
}





.listecategorie li a:hover {
  background-color: #5ED9F4;
  padding: 5px 5px;
  border-radius: 10px;
}





/* MEDIA QUERIES - de 768 pxl */

@media all and (max-width: 768px) {
  .nav-links {
      display: none;
      flex-direction: column;
      width: 100%;
      padding: 0;
      background-color: #5ED9F4;

      position: absolute;
      top: 60px;
      left: 0;
      z-index: 1;
  }

  .hamburger {
      display: block;
  }

  .menu-toggle:checked + .hamburger + .nav-links {
      display: flex;
      flex-direction: column;
  }

  .nav-links li {
      width: 100%;
      text-align: center;
      margin: 10px 0;
  }

  .nav-links li a {
    text-decoration: none;
    width: 100%;
    display: block;
}

  .nav-links li ul {
      position: relative;
      top: 0;
      left: 0;
      background-color: transparent;
  }

  .nav-links li ul li a {
      padding: 5px 10px;
  }

  .nav-links li ul li a:hover {
      background-color: transparent;
  }

}



















/* NOUVELLE AJOUT DE CATEGORIE*/

#SERVICES{
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-around;
}

#EnglobeSERVICE{
  padding-left: 5px; 
  width: 180px;
}

.titretexte{
  justify-content: center;
  text-align:center;
}

.rounded-circle{
  width:auto;
  height: 120px;
}

/* NOUVELLE AJOUT DE CATEGORIE POUR MOBILE - 600px*/
@media all and (max-width: 600px) { 
  #SERVICES{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
  }

  #EnglobeSERVICE{
    display: flex;
    height: auto;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 15px 15px;
  }

  #EnglobeSERVICE > img{
      display: flex;
      height: auto;
      width: 100%;
      justify-content: center;
      align-items: center;
  }

  .listecategorie{
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
  }
  .titretexte{
    justify-content: center;
    text-align:center;
  }

 

  
}

















/* MEDIA QUERIES - de 500 pxl de la BASE */

@media all and (max-width: 500px) {
  footer {
      display: flex;
      justify-content: center;
      flex-direction: column;
      width: 100%;
      height: 100%;
  }

  footer > ul{
      text-align: center;
      flex-direction: column;
      padding: 0;
      margin: 0;  
      height: 100%;  
  }   

  .listecategorie{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
}
.btn {
    width: 100%;
    justify-content: center;
}

  
}




/* CACHER LA PARTIE IMAGES MEDIAS QUERIES 425 */
@media all and (max-width: 425px) { 
  #blocavionIMG{
    height: auto;
  }

  #blocavionBloc{
    height: auto;
  }

  #GALERIE{
    display: flex;
    flex-direction: column;
    width: 100%;
}

#BLOC_IMG{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 10px;
}
}







/* MEDIA QUERIES - de 320 pxl de la BASE */

@media all and (max-width: 320px) {
  .listecategorie{
      display: flex;
      flex-direction: column;
      justify-content: center;
  }

  .listecategorie li a{
      flex-direction: column;
      justify-content: center;
  }

  
}



























































