body {
  background-color: #f1f1f1;
  background-size: cover;
  text-decoration: none;
  overflow-x:hidden;
}

/* GPT General Responsiveness GPT */
img {
  max-width: 100%;
  height: auto;
}

/*  ---------nav 1 Hamburger------------- */
.ham {
  position: fixed;
  right: 1.25rem;
  cursor: pointer;
}

nav li {
  list-style-type: none;
}

.menu a {
  font-weight: normal;
  color: #BF003A;
  font-family: Tahoma, sans-serif;
  font-size: 1.5rem;
  text-decoration: none;
  transition-duration: 0.3s;
}

.menu a:hover {
  color: #BF003A;
  font-size: 1.2rem;
  letter-spacing: 0.5rem;
  transition-duration: 1.5s;
}

/* "MENU" */
.menu span {
  text-decoration: none;
  font-family: Tahoma, sans-serif;
  color: #BF003A;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.5rem;
}
.menu hr {
  background-color: #BF003A;
  color: #BF003A;
  width: 100%;
  height: 1px;
  border: none;
}
.menu {
  display: none;
  list-style-type: none;
  text-decoration: none;
  width: 100%;
  height: 100%;
  top: 4rem;
  left: 0%;
  line-height: 2rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-y:hidden;
}

/* "My_tel" */
.tel.show p {
text-decoration:none;
position: fixed;
color: #EFEFEF;
margin-top: 0.4rem;
}
.tel.show a {
  text-decoration:none;
  position: fixed;
  color: #EFEFEF;
}

.tel {
  display:none;  
  }

.tel.show {
  display:block;
  position: fixed;
  background-image: url(layout_building_red_body.jpg);
  height: 4.5rem;
  width: 10rem;
  margin-top: 12rem;
  right:8rem;
  border-radius: 0.5rem;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 6px 10px rgba(0, 0, 0, 0.14);
}




/* 666666666666666666666666666666" */

.show {
  display: block;
  position: fixed;
  padding: 4rem; /* Détermine la distance entre le Texte du menu et la bordure du navigateur */
  background-color: #EFEFEF;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 6px 10px rgba(0, 0, 0, 0.14);
}
/* "HEADER" */
nav {
  position: fixed;
  background-image: url(layout_building_red_NAV.jpg);
  background-size: cover;
  z-index: 99999;
  top: 0%;
  left: 0%;
  height: 4rem;
  width: 100%;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 6px 10px rgba(0, 0, 0, 0.14);
}
/* -----------------NAV 2 --------------- */

#nav2 {
  margin-top: 5.5rem;
  margin-left: 10%;
  padding-top: 1.2rem;
  width: 100%;
  height: 3.5rem;
  position: sticky;
  z-index: 99998;
  transition: top 2s;

}
#nav2 a {
  color:#BF003A;
  margin-top: 0.5rem;
  padding: 1.2rem;
  text-decoration: none;
  font-family: Tahoma, sans-serif;
  font-size: 1.3rem;
}
#nav2 a:hover {
  background-color: rgb(211, 211, 211);
  color: #BF003A;
  border-radius: 5%;
}




@media (max-width: 600px) {

#nav2 {
display: none;
}

}




/* ---------NAV 3 BULLES-------------- */
#nav3 {
  margin-top: 9rem;
  width: 5rem;
  height: 5rem;
  position: fixed;
  float: right;
  align-content: center;
  right: 1rem;
  transition: top 0.3s;
}

.BULL {
  width: 4rem;
  height: 4rem;
  background-color: #f1f1f1;
  border-radius: 45%;
  box-shadow: 5px 5px 5px 0.5px rgba(0, 0, 0, 0.432);
  transition-duration: 0.5s;
  margin-bottom: 1rem;
}

.BULL:hover {
  width: 8rem;
  height: 5rem;
  background-color: #fac4c4;
  transition-duration: 1s;
  cursor: pointer;
}

/* -----------Font type---------------- */

.Conteneur_building_box a {
  color: #f1f1f1;
  font-family: Tahoma, sans-serif;
  font-size: 1rem;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.14), 0 2px 5px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  line-height: 2.5rem;
  margin-bottom: 1rem;
  margin-left: 15%;
  margin-right: 15%;
}

.Conteneur_building_box p {
  color: #f1f1f1;
  font-family: Tahoma, sans-serif;
  font-size: 1rem;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.14), 0 2px 5px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  line-height: 2.5rem;
  margin-bottom: 1rem;
  margin-left: 15%;
  margin-right: 15%;
}

h1 {
  color: #BF003A;
  font-family: Tahoma, sans-serif;
  font-size: 3rem;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.14), 0 2px 5px rgba(0, 0, 0, 0.15);
}

h2 {
  color: #f1f1f1;
  font-family: Tahoma, sans-serif;
  font-size: 2rem;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.14), 0 2px 5px rgba(0, 0, 0, 0.15);
  margin-right: 12%;
  margin-left: 12%;
  line-height: 2.5rem;
}


p {
  background-color: none;
  color: #a0a0a0;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  z-index: 99990;
}


ul {
  width: 100%;
  height: 100%;
  list-style-type: none;
}
li {
  padding: 0.5rem;
  cursor: grab;
  font-size: 3rem;
}

.bar1 {
  width: 3rem;
  height: 0.5rem;
  background-color: #f1f1f1;
  margin-top: 0.5rem;
  margin-right: 0rem;
  margin-left: auto;
  transition: 0.4s;
  border-radius: 0.45rem;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14), 0 6px 10px rgba(0, 0, 0, 0.432);
}

.bar3 {
  width: 1.8rem;
  height: 0.5rem;
  background-color: #f1f1f1;
  margin-top: 0.5rem;
  margin-right: 0rem;
  margin-left: auto;
  transition: 0.4s;
  border-radius: 0.45rem;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14), 0 6px 10px rgba(0, 0, 0, 0.432);
}

#menu {
  position: absolute;
  z-index: 99999;
  transition: all 0.4s ease;
}
/* -------------Conteneurs ------------------*/

.Titre_Page {
  background-color:  #f1f1f1;
  background-size: cover;
  width: 100%;
  height: 12rem;
  text-align: center;
  margin-top:6rem;
}

.Conteneur_Paragraphe {
  background-color: #f1f1f1;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 3%;
  padding-top:1rem;
  padding-bottom: 5rem;
}

.Paragraphe {
  background-color: #f1f1f1;
  align-content: left;
  margin-left: 1%;
  padding-left: 1rem;
  border-left-color: #BF003A;
  border-left-width: 0,01rem;
  border-left-style: solid;
  line-height: 1.5;
  width: 80%;
}

.Conteneur_building_box {
  background-image: url(layout_building_red_body.jpg);
  background-size: cover;
  width: 100%;
  height: auto;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-right:0.5;
  padding-left:0.5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}


.Conteneur_3_box {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 2rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.box {
  width: 20rem;
  height: 20rem;
  background-color: rgb(223, 223, 223);
  border-style:dashed;
  border-color: #BF003A;
  margin: 1rem;
  text-align: center;
  border-radius: 10%;
  align-content: center;
  transition-duration: 1s;
}

.box:hover {
  background-image: url(layout_building_red_footer.jpg);
  transition-duration: 1s;
}

.box p{
font-size: 2.2rem;
}

/* -----------IMG-------------------- */
#AANA_logo_w {
  position: fixed;
  height: 4.5rem;
  left: 0.5rem;
  top: 0.25rem;
}

#AANA_Advisory_logo_w {
  /* align-self: center; */
  height: 3rem;
  margin-left: auto;
  margin-right: auto;
  bottom: 0.5rem;
}

#icon_email_red {
  position: fixed;
  height: 4.5rem;
  object-fit: fill;
  margin-bottom: 1rem;

}

#icon_tel_red {
  position: fixed;
  height: 4.5rem;
  object-fit:cover;
  margin-bottom: 1rem;
}


#icon_linkedin_red {
  position: fixed;
  height: 4.5rem;
  object-fit:contain;
}
