body {
  background-color: rgb(224, 235, 255);
}
/* Le Header*/
header {
  background-color: rgb(142, 190, 248);
  border-radius: 10px;
  margin-top: 10px;
  height: 20vh;
  padding-right: 20px;
  padding-left: 20px;
  justify-content: center;
  position: sticky;
  top: 1px;
  border:solid #000;
  box-shadow: 3px 5px 5px rgb(0, 0, 0);
}
.menuSansBurger {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.bouton_menu a {
  text-decoration: none;
  color: rgb(252, 255, 168);
}
.boutonsmenuSansBurger :hover {
  background-color:aliceblue;
  color: black;
  border-radius: 10px;
  border: solid rgb(0, 0, 0) 1px;
}
.boutonsmenuSansBurger {
  display: flex;
  gap: 30px;
}
.bouton_menu {
  background-color: transparent;
  border: solid white;
  border-radius: 10px;
  height: 5vh;
  width: 10vw;
  color: #efefef;
  background-color: #000;
}

.logogrand {
  width: 70%;
  padding-left: 10px;
}
.logogrand img {
  width: 10%;
}
/* Fin du Header*/

/*Sections*/
section {
  display: flex;
  justify-content: center;
  border: solid;
  width: 50vw;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  align-content: center;
  margin: auto;
  background-color: rgb(142, 190, 248);
  box-shadow: 3px 5px 5px rgb(0, 0, 0);
}
section img {
  width: 50vh;
  height: 50vw;
}
.imgbb div img {
  width: 30%;
  height: 30%;
  margin-bottom: 10px;
}
h1 {
  justify-content: center;
  text-align: center;
}
h2 {
  justify-content: center;
  text-align: center;
  text-decoration: none;
}

.imgbb {
  text-align: center;
}
.section_insta{
  height: 140vh;
  margin-top: 30px;
}
.fbSection{
  margin-top: 30px;
  margin-bottom: 30px;

}
.concentreSection{
  height: 90vh;
  width: 50vw;
}
.inscriptionsection{
  display: flex;
  flex-direction: column;
}

.formulaire{
  display: flex;
  flex-direction: column;
 align-items: center;
   gap: 20px;
}
.formulaire input{
  border: solid 2px;
  border-radius: 5px;
}
#nb{
  width: 10vw;
}
#inscrire{
  background-color: antiquewhite;
  width: 20vw;
    box-shadow: 3px 5px 5px rgb(0, 0, 0);
}


/*Fin de Sections*/

/*Footer*/
.pied {
  display: flex;
  gap: 20px;
  justify-content: center;
  text-align: center;
  color: rgb(0, 0, 0);
}
footer {
  background-color: rgb(142, 190, 248);
  border: solid 2px;
  border-radius: 10px;
  height: 60px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border:solid #000;
  box-shadow: 3px 5px 5px rgb(0, 0, 0);
}
.reseaux {
  display: flex;
  align-items: center;
  gap: 10px;
}
.Liens {
  border: none;
}
.Liens button {
  height: 40px;
  width: 40px;
  background-color: aliceblue;
  border: solid 2px black;
    border-radius: 10px;
}
.Liens img {
  height: 25px;
  width: 25px;
}
/* Fin du Footer*/



  /*Page Blog*/
  .Blog_articles {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
  .articles2 {
    display: flex;
    flex-direction: row;
    gap: 10px;
   
  }
  article img {
    height: 40%;
   
  }
  article{
    background-color: rgb(142, 190, 248);
    text-align: center;
    width: 40vw;
    height: 50vh;
    border: solid black;
    border-radius: 10px;
    box-shadow: 3px 5px 5px rgb(0, 0, 0);
  }
  /*Fin Page Blog*/
/* Page Assos*/
  .nomsbureau {
    gap: 10px;
  }
  .boitenom{
    background-color: aliceblue;
    gap: 20px;
    display: flex;
    flex-direction: column;
     border: solid;
    border-radius: 10px;
   padding: 3px 3px 3px 3px;
   justify-content: center;
   text-align: center;
   box-shadow: 3px 5px 5px rgb(0, 0, 0);
   

  }
  .bureauSection{
  gap: 30px;
  align-items: center;
}
.bureauSection :hover{
  background-color: #000;
  color: aliceblue;
}
  /* Fin Page Assos*/
  /* Smartphone (récents)*/

/* Header Smart*/
.menuAvecBurger {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.logopetit {
  width: 75%;
}
/* Fin Header Smart*/
/* Menu Burger*/
.burger {
  display: flex;
  flex-direction: row;
  gap: 300px;
  align-items: center;
}

.boutonBurger {
  border: solid rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
}
.boutonsBurger {
  display: none;
  flex-direction: column;
  width: 20vw;
  height: 50vh;
}
nav {
  display: flex;
  justify-content: space-around;
  padding-right: 5px;
}
.nav {
  margin-right: 20px;
  position: absolute;
}

/* Sidenav menu */
nav h1 {
}
.close {
  height: 3vh;
  align-content: center;
}
.navmenu {
  height: 50%;
  width: 30%;
  border-radius: 20px;
  position: fixed;
  z-index: 1;
  top: 95px;
  right: -80%;
  padding-top: 40px;
  transition: right 0.5s ease;
  border-style: solid;
  border-color: #000000;
  background-color: rgb(142, 190, 248);
  box-shadow: 3px 5px 5px rgb(0, 0, 0);
}
.boiteBoutonCroix :hover {
  background-color: palevioletred;
  color: white;
  border-radius: 10px;
  border: solid #000;
}
.boutons :hover {
  background-color: palevioletred;
  color: white;
  border-radius: 10px;
  border: solid #000;
}

.navmenu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* Sidenav menu links */
.navmenu a {
  text-decoration: none;
  font-size: 10px;
  border: none;
  color: #000000;
  display: block;
  transition: 0.3s;
  background-color: #ffffff;
  border-radius: 5px;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 3vh;
}
.navmenu button {
  background-color: transparent;
  border: none;
  color: #000;
}

/* Active class */
.navmenu.active {
  right: 0;
}

/* Fermer btn */
.navmenu.close {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 36px;
}


/* Fin Menu Burger*/

/* Responsive Taille 1*/
@media only screen and (max-width: 320px) {
  .resp1 {
    display: none;
  }
  .resp2 {
    display: none;
  }
  .resp3 {
    display: none;
  }
  .resp4 {
    display: none;
  }
  .resp5 {
    display: none;
  }
  .menuSansBurger {
    display: none;
  }
  /* Le Header*/
  header {
    margin-top: 5px;
    height: 15vh;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* Fin du Header*/

  .boutons {
    display: flex;
    gap: 10px;
    flex-direction: column;
  }
  section .imgbb img {
    background-color: #00adfd;
  }
  section {
    display: flex;
    justify-content: center;
    border: solid;
    border-radius: 10px;
    align-content: center;
  }
  .imgbb div img {
    width: 50%;
    height: 50%;
    margin-bottom: 10px;
  }
  /* Footer*/

  footer {
    border: solid 2px;
    border-radius: 10px;
    height: 70px;
    padding-right: 5px;
  }
  .pied {
    display: flex;
    gap: 5px;
    justify-content: space-between;
    text-align: center;
  }
  .reseaux {
    display: flex;
    align-items: center;
    gap: 10px;
  }
 .Liens {
  border: none;
}
.Liens button {
  height: 40px;
  width: 40px;
  background-color: aliceblue;
  border: solid 2px black;
    border-radius: 10px;
}
  .Liens img {
    height: 15px;
    width: 15px;
  }
   .bureauSection{
  gap: 30px;
  align-items: center;
  display: flex;
    flex-direction: column;
}
.maintenance {
  width: 70vw;
}
.reseaux{
    display: flex;
  flex-direction: column;

}
.Blog_articles {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
  .articles2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
   
  }
  article img {
    height: 30%;
   
  }
  article{
    background-color: rgb(142, 190, 248);
    text-align: center;
    width: 70vw;
    height: 50vh;
    border: solid black;
    border-radius: 10px;
    box-shadow: 3px 5px 5px rgb(0, 0, 0);
  }
}
/* Fin du Footer*/
/* Fin du Responsive Smartphone Taille 6*/


/* Responsive Ordi Taille 1*/
@media only screen and (min-width: 1200px) {
  .resp6 {
    display: none;
  }
  .resp2 {
    display: none;
  }
  .resp3 {
    display: none;
  }
  .resp4 {
    display: none;
  }
  .resp5 {
    display: none;
  }
  .burger {
    display: none;
  }
  .logopetit {
    width: 105%;
  }
  .menuAvecBurger {
    display: none;
  }
  .boutonBurger {
    display: none;
  }
  .bouton_menusmart {
    display: none;
  }
  section {
    height: 45vh;
    width: 70vw;
  }
  
  .imgbb div img {
    width: 45%;
    height: 45%;
    margin-bottom: 5px;
    margin-top: 5px;
    border-radius: 10px;
  }
  .imgbb {
    width: 80%;
    height: 85%;
    align-items: center;
    margin-top: 1px;
    margin-bottom: 15px;
  }
  footer {
    margin-top: 25px;
  }
}
/* Fin Responsive Ordi Taille 1*/
/* Autres Responsive*/
@media only screen and (max-width: 710px) {
  .label2 {
    display: none;
  }
}

/* Fin Autres Responsive*/

/*
  320px : Smartphones (anciennes générations avec petits écrans).
  640px : Smartphones (récents).
  768px : Tablettes (tailles moyennes).
  1024px : Écrans d'ordinateurs portables ou tablettes en mode paysage.
  1200px et plus : Ordinateurs de bureau (écrans larges).*/


  /* Responsive Taille 5*/
@media only screen and (min-width: 320px) and (max-width: 650px) {
  .resp1 {
    display: none;
  }
  .resp2 {
    display: none;
  }
  .resp3 {
    display: none;
  }
  .resp4 {
    display: none;
  }
  .resp6 {
    display: none;
  }
  .menuSansBurger {
    display: none;
  }
  /* Le Header*/
  header {
    margin-top: 5px;
    height: 15vh;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* Fin du Header*/

  .boutons {
    display: flex;
    gap: 10px;
    flex-direction: column;
  }
  section .imgbb img {
    background-color: #00adfd;
  }
  section {
    display: flex;
    justify-content: center;
    border: solid;
    border-radius: 10px;
    align-content: center;
  }
  .imgbb div img {
    width: 50%;
    height: 50%;
    margin-bottom: 10px;
  }
  /* Footer*/

  footer {
    border: solid 2px;
    border-radius: 10px;
    height: 70px;
    padding-right: 5px;
  }
  .pied {
    display: flex;
    gap: 5px;
    justify-content: space-between;
    text-align: center;
  }
  .reseaux {
    display: flex;
    align-items: center;
    gap: 10px;
  }
.Liens {
  border: none;
}
.Liens button {
  height: 40px;
  width: 40px;
  background-color: aliceblue;
  border: solid 2px black;
    border-radius: 10px;
}
  .Liens img {
    height: 15px;
    width: 15px;
  }
   .bureauSection{
  gap: 30px;
  align-items: center;
  display: flex;
    flex-direction: column;
}
.maintenance {
  width: 70vw;
}
.reseaux{
    display: flex;
  flex-direction: column;

}
.Blog_articles {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
  }
  .articles2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
   
  }
  article img {
    height: 50%;
   
  }
  article{
    background-color: rgb(142, 190, 248);
    text-align: center;
    width: 70vw;
    height: 40vh;
    border: solid black;
    border-radius: 10px;
    box-shadow: 3px 5px 5px rgb(0, 0, 0);
  }
}
/* Fin Responsive Taille 5*/

/*Responsive Taille 4*/
@media only screen and (min-width: 650px) and (max-width: 768px) {
  .resp1 {
    display: none;
  }
  .resp2 {
    display: none;
  }
  .resp3 {
    display: none;
  }
  .resp6 {
    display: none;
  }
  .resp5 {
    display: none;
  }

  .menuSansBurger {
    display: none;
  }
  /* Le Header*/
  header {
    margin-top: 5px;
    height: 15vh;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* Fin du Header*/

  .boutons {
    display: flex;
    gap: 10px;
    flex-direction: column;
  }
  section .imgbb img {
    background-color: #00adfd;
  }
  section {
    display: flex;
    justify-content: center;
    border: solid;
    border-radius: 10px;
    align-content: center;
  }
  .imgbb div img {
    width: 50%;
    height: 50%;
    margin-bottom: 10px;
  }
  /* Footer*/

  footer {
    border: solid 2px;
    border-radius: 10px;
    height: 70px;
    padding-right: 5px;
  }
  .pied {
    display: flex;
    gap: 5px;
    justify-content: space-between;
    text-align: center;
  }
  .reseaux {
    display: flex;
     flex-direction: row;
    align-items: center;
    gap: 10px;
  }
.Liens {
  border: none;
}
.Liens button {
  height: 40px;
  width: 40px;
  background-color: aliceblue;
  border: solid 2px black;
    border-radius: 10px;
}
  .Liens img {
    height: 15px;
    width: 15px;
  }

  .bureauSection{
  gap: 30px;
  align-items: center;
  display: flex;
    flex-direction: column;
}
.maintenance {
  width: 70vw;
}
.reseaux{
    display: flex;
  flex-direction: column;

}
.Blog_articles {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
  }
  .articles2 {
    display: flex;
    flex-direction: row;
    gap: 10px;
   
  }
  article img {
    height: 60%;
   
  }
  article{
    background-color: rgb(142, 190, 248);
    text-align: center;
    width: 40vw;
    height: 20vh;
    border: solid black;
    border-radius: 10px;
  }

}

/*Fin Responsive Taille 4*/

/*Responsive Taille 3*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .resp1 {
    display: none;
  }
  .resp2 {
    display: none;
  }
  .resp6 {
    display: none;
  }
  .resp4 {
    display: none;
  }
  .resp5 {
    display: none;
  }
   header {
    height: 25vh;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 2px;
  }
 .boutonsmenuSansBurger :hover {
  background-color: rgb(255, 255, 198);
  color: #000;
  border-radius: 10px;
  border: solid rgb(0, 0, 0) 1px;
}
.boutonsmenuSansBurger {
  display: flex;
  gap: 30px;
}
.bouton_menu {
  background-color: transparent;
  border: solid white;
  border-radius: 10px;
  height: 8vh;
  width: 10vw;
  color: #efefef;
  background-color: #000;
}
  .burger {
    display: none;
  }
  .logopetit {
    width: 100%;
  }
  .menuAvecBurger {
    display: none;
  }
  .boutonBurger {
    display: none;
  }
  .bouton_menusmart {
    display: none;
  }
  section {
    height: 55vh;
    width: 70vw;
  }
  .imgbb div img {
    width: 45%;
    height: 45%;
    margin-bottom: 5px;
    margin-top: 5px;
    border-radius: 10px;
  }
  .imgbb {
    width: 80%;
    height: 85%;
    align-items: center;
    margin-top: 1px;
    margin-bottom: 15px;
  }
  footer {
    margin-top: 25px;
  }
  .Blog_articles {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
  .articles2 {
    display: flex;
    flex-direction: row;
    gap: 10px;
   
  }
  article img {
    height: 50%;
   
  }
  article{
    background-color: rgb(142, 190, 248);
    text-align: center;
    width: 40vw;
    height: 20vh;
    border: solid black;
    border-radius: 10px;
    box-shadow: 3px 5px 5px rgb(0, 0, 0);
  }
}

/*Fin Responsive Taille 3*/

/*Responsive Taille 2*/
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .resp1 {
    display: none;
  }
  .resp6 {
    display: none;
  }
  .resp3 {
    display: none;
  }
  .resp4 {
    display: none;
  }
  .resp5 {
    display: none;
  }
  .burger {
    display: none;
  }
  .logopetit {
    width: 105%;
  }
  .menuAvecBurger {
    display: none;
  }
  .boutonBurger {
    display: none;
  }
  .bouton_menusmart {
    display: none;
  }
  section {
    height: 45vh;
    width: 70vw;
  }
  section img {
  }
  .imgbb div img {
    width: 45%;
    height: 45%;
    margin-bottom: 5px;
    margin-top: 5px;
    border-radius: 10px;
  }
  .imgbb {
    width: 80%;
    height: 85%;
    align-items: center;
    margin-top: 1px;
    margin-bottom: 15px;
  }
  footer {
    margin-top: 25px;
  }
}

/*Fin Responsive Taille 2*/
