body {
  margin: 0;
  font-family: arial, sans-serif;
  line-height: 1.5rem;
}

li {
  list-style: none;
}

a {
  color: white;
  text-decoration: none;
}

main a {
  color: inherit;
  text-decoration: none;
}

hr {
  border: 1.5px solid #01305b;
  max-width: 500px;
  margin-bottom: 20px;
}

.container_top {
  width: 100%;
  background: #01305b;
  color: white;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-top: 9px;
}
.container_top p {
  margin: 0;
}

#logo {
  height: 20px;
  margin-left: 30px;
  margin-bottom: 11px;
}

.logo_txt {
  margin-left: 40px;
  margin-bottom: 15px;
}

#name_company {
  /*text-transform: uppercase;*/
  font-weight: 650;
  font-size: 1.5rem;
  margin-left: 20px;
  letter-spacing: 0.1rem;
  margin-bottom: 15px;
}

nav {
  margin-left: auto;
  font-size: 1rem;
  margin-right: 70px;
}
nav ul {
  padding-left: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
}
nav ul li {
  margin-bottom: 15px;
  margin-left: 30px;
}
nav ul li a:hover {
  font-weight: 700;
}

.selected {
  font-weight: 700;
}

/* improvves user experience when an achor is reached */
#objectifs {
  scroll-margin-top: 100px;
}

#services {
  scroll-margin-top: 100px;
}

#contact {
  scroll-margin-top: 100px;
}

/************AIMS STRIP ****************/
.title {
  margin-top: 110px;
  margin-bottom: 60px;
  text-transform: uppercase;
  letter-spacing: 0.8em;
}
.title h1 {
  text-align: center;
  font-size: 1.5rem;
}

.wide_txt {
  background-color: #f5f9fd;
  font-size: 2.5 rem;
}
.wide_txt ul li {
  list-style-type: disc;
}
.wide_txt li:not(:last-child) {
  margin-bottom: 20px;
}

.big_padding {
  padding: 70px 10%;
}

.mid_padding {
  padding: 30px 10%;
}

.img_container {
  margin-top: 70px;
  height: 300px;
  background-color: #f5f9fd;
  background-image: url("./media/slim_moutains_top.jpg");
  background-repeat: no-repeat;
  border-bottom: 5px solid #01305b;
}

.mountains_top {
  text-align: center;
  min-width: 1500px;
  width: 100%;
  max-width: 5000px;
  overflow: hidden;
}

/******* SERVICES STRIP ********/
.services_box .img_box {
  align-self: center;
  padding: 40px;
}
.services_box .img_box img {
  height: 80px;
}

.txt_box {
  padding: 20px 30px 20px 0px;
}

.max_container {
  max-width: 1310px;
  margin: auto;
}

.max_container_for_boxes {
  max-width: 1430px;
  margin: auto;
}

.boxes_container {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

.services_box {
  flex-basis: 620px;
  display: flex;
  flex-direction: row;
  background: #f5f9fd;
}

.half_sb {
  margin: 0px 10px 30px 10px;
  align-items: center;
}

.half_sb:hover {
  border: 1px solid #01305b;
}

.services_title {
  flex-direction: row;
  background: #f5f9fd;
}

.services_arrow_icon {
  width: 35px;
  margin-left: auto;
  margin-right: 30px;
}

.a_around_boxes {
  flex-basis: 620px;
}

/**************** ABOUT STRIP ***********/
.name_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  grid-column-start: 2;
  justify-self: center;
}

.name_box {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.name_wrapper {
  margin-top: 15px;
  display: grid;
  grid-template-columns: auto 1fr auto;
}

.right_arrow_icon {
  width: 35px;
  align-self: end;
  margin-right: 25px;
}

.txt_separation {
  margin-left: 25px;
  margin-right: 25px;
}

.profile_icon {
  height: 50px;
  margin-right: 15px;
}
.profile_icon:hover {
  height: 70px;
}

#about_strip:hover {
  border-top: 1px solid #01305b;
  border-bottom: 1px solid #01305b;
}

/************** FOOTER ***************/
.contact_footer {
  margin-top: 115px;
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #01305b;
  color: white;
}
.contact_footer h1 {
  font-size: 1.5rem;
  text-transform: uppercase;
  text-align: center;
}
.contact_footer h1 span {
  letter-spacing: 0.8em;
}

.contact_container {
  padding-top: 50px;
  max-width: 810px;
  margin: auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.contact_container > div {
  text-align: center;
}

.contact_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 30px 10px 30px;
  flex-basis: 205px;
  /* To have same space on each side from middle*/
}

#mail_icon {
  align-self: center;
  height: 20px;
  margin-right: 15px;
}

#phone_icon {
  align-self: center;
  height: 25px;
  margin-right: 15px;
}

.name_footer {
  color: white;
  text-align: center;
  background-color: #222222;
  border-top: 1px solid grey;
  margin: 0;
  padding: 15px 0px 15px 0px;
}

.footer_only {
  margin-top: 100px;
}

/******************* PROFILES STRIP **********************/
.space_after {
  margin-bottom: 70px;
}

.profile_boxes_container {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.profile_boxes_container p {
  margin: 0;
}

.profile_boxes_container .subtitle {
  margin-top: 25px;
}

.profile_box {
  padding: 35px 35px 35px 35px;
  flex-basis: 575px;
  margin: 0px 0px 20px 0px;
  background-color: #f5f9fd;
}
.profile_box .name,
.profile_box .big_profile_icon {
  text-align: center;
}

.big_profile_icon img {
  height: 100px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.big_profile_icon img:hover {
  height: 150px;
}

.cl_txt_wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

.nb_box {
  flex-basis: 575px;
  margin: 0px 0px 20px 0px;
  padding: 0px 70px 0px 0px;
}

.linkedin_logo {
  max-height: 35px;
  border-radius: 50%;
}
.linkedin_logo:hover {
  max-height: 37px;
}

/* to place linkedin logo down */
.grid {
  display: grid;
}

.linkedin_logo_container {
  justify-self: flex-end;
  align-self: flex-end;
}

/********************* STAFF STRIP **************************/
.staff_box {
  margin-top: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f5f9fd;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.staff_box .img_box {
  padding: 0px 40px;
}
.staff_box .img_box img {
  max-height: 40px;
}

.round_img {
  padding: 10px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid black;
}

#additionnal_staff_icon, #clients_icon {
  height: 30px;
  margin-bottom: -4px;
  margin-right: 15px;
}

/************************************ SERVICES PAGE ********************************************/
.wide_sb {
  margin: 0px 30px 50px 30px;
  padding: 10px 20px 10px 0px;
}
.wide_sb ul li {
  list-style-type: disc;
}
.wide_sb p:not(:last-child) {
  margin-bottom: 30px;
}

/********************* HOW TO ORDER STRIP **************************/
.process_grid {
  display: grid;
  grid-template-columns: 50px 1fr;
  column-gap: 2%;
  align-items: center;
  grid-auto-rows: minmax(130px, auto);
}

.encircled_number {
  border-radius: 50%;
  width: 25px;
  text-align: center;
  border: 2px solid black;
  background: white;
}

/***************** LOCALISATION STRIP *********************/
.wide_box {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.wide_box .img_box {
  padding: 0px 45px 0px 0px;
}
.wide_box .img_box img {
  max-height: 140px;
}

#map_location_pin {
  height: 27px;
  margin-right: 30px;
}

/********** MEDIA QUERIES *************/
@media screen and (max-width: 570px) {
  .logo_txt {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
