body {
  margin: 0;
  padding: 0;
}

nav#menu {
  position: relative;
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
nav#menu ul {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  padding-right: 5%;
}
nav#menu ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
}
nav#menu ul li > a {
  text-decoration: none;
  color: black;
  font-size: 22px;
  font-weight: 600;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding: 5px 15px;
  opacity: 0.7;
}
nav#menu ul li > a:hover {
  color: blue;
}
nav#menu ul li > a:active {
  color: rgb(8, 201, 8);
}

header {
  display: flex;
  flex-direction: column;
  align-content: space-around;
  justify-content: space-evenly;
  align-items: stretch;
  flex-wrap: wrap;
}

section#footerContact {
  display: flex;
  align-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-end;
  background-color: #90aca2;
}

footer {
  text-align: center;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
  padding-left: 2%;
}

p {
  font-size: 16px;
}

section#about {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: space-around;
  justify-content: space-around;
  align-items: stretch;
  padding: 2%;
}

section#recentActivities {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: space-around;
  justify-content: space-around;
  align-items: stretch;
  padding: 2%;
}

section#testimony {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: space-around;
  justify-content: space-around;
  align-items: stretch;
  padding: 2%;
}

section#ressources {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: space-around;
  justify-content: space-around;
  align-items: stretch;
  padding: 2%;
}

section#contctsForm {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: space-around;
  justify-content: space-around;
  align-items: stretch;
  padding: 2%;
}
section#contctsForm > p {
  padding-top: 5%;
  padding-right: 3%;
}

p.textSec {
  text-align: justify;
  padding-right: 2%;
}

img.imageSec {
  height: 300px;
  width: auto;
}

h2.titre {
  padding-top: 2%;
  font-size: 30px;
  color: #ff4e00;
  text-decoration: overline;
  text-decoration-line: overline;
  text-decoration-thickness: initial;
  text-decoration-style: double;
  text-decoration-color: #3ef7b9;
}

h3.temName {
  color: #0656dd;
}

form {
  width: 80%;
}

label {
  display: block;
  width: 100%;
}

input {
  display: block;
  width: 100%;
}

textarea {
  display: block;
  width: 100%;
}

input[type=submit] {
  padding: 1%;
  font-size: 26px;
  font-weight: 600;
  background-color: #ff4b00;
  border: rosybrown;
}/*# sourceMappingURL=styleSass.css.map */