body {
  max-width: 900px;
  width: 100%;
  margin: auto;
  font-family: lato, sans-serif;
  font-weight: 300;
  font-size: 14px;
}
body h2 {
  font-size: 15px;
}
body a {
  color: #272727;
  text-decoration: none;
}
body a:hover {
  color: #22a6b3;
  text-decoration: underline;
}
body p {
  margin: 7px;
}

.header {
  min-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
  margin-bottom: 18px;
  background-color: #f9f9fa;
}

.header_box_name {
  margin-bottom: 0;
  color: #22a6b3;
  font-size: 26px;
}
.header_box_title {
  margin: 0;
  letter-spacing: 4.4px;
  font-size: 18px;
  text-transform: uppercase;
}
.header_box_text {
  margin: 12px 0px;
  font-size: 14px;
  color: grey;
}

.header_img {
  border-radius: 100%;
}

.box {
  padding-bottom: 54px;
}
.box > div {
  padding: 0px 8px;
}
.box__langages {
  padding: 0px 27px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.box__langages__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 4px 10px;
}
.box__langages__items i {
  width: 28px;
  font-size: 22px;
  color: #272727;
}
.box__langages__items .fas {
  font-size: 18px;
}
.box ul {
  margin: 0;
  padding: 0;
  padding-left: 10px;
}
.box li {
  line-height: 24px;
  list-style-type: none;
}

.fab {
  font-size: 1.4em;
}

.fas {
  font-size: 1.1em;
}

.fa-envelope {
  padding-right: 8px;
}

.fa-phone-square-alt {
  font-size: 1.3em;
  padding-right: 8px;
}

.contactItems i {
  width: 24px;
  color: #272727;
}
@media screen and (max-width: 686px) {
  .contactItems i {
    width: 24px;
  }
}

@media screen and (max-width: 686px) {
  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 30px;
    text-align: center;
  }
  .header_box {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 10px 0px;
  }
  .header_img {
    margin: auto;
  }
  #photo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .box {
    padding-bottom: 14px;
  }
  .box__langages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .box__langages__items {
    width: 150px;
    background-color: white;
    border-radius: 5px;
    margin: 4px auto;
    padding: 0px 0px 0px 20px;
    -webkit-box-shadow: #57606f 0px 0px 1px;
    box-shadow: #57606f 0px 0px 1px;
  }
}
#container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100%;
  margin: auto;
  color: #272727;
}
@media screen and (max-width: 686px) {
  #container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

aside {
  width: 32vw;
  padding: 0px 0px;
  position: relative;
}
@media screen and (max-width: 840px) {
  aside {
    width: 40vw;
  }
}
@media screen and (max-width: 686px) {
  aside {
    width: 100%;
  }
}
aside h2 {
  text-align: left;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0 18px;
  color: #272727;
}
@media (max-width: 686px) {
  aside h2 {
    text-align: center;
  }
}
@media screen and (max-width: 686px) {
  aside p {
    text-align: center;
  }
}

#main {
  width: 68vw;
  height: 253mm;
  padding: 0px 20px;
}
@media screen and (max-width: 840px) {
  #main {
    width: 60vw;
  }
}
@media screen and (max-width: 686px) {
  #main {
    width: 95%;
    border-right: 0px;
    padding: 0px 0px;
    border-bottom: 0px;
  }
}
#main h2 {
  border-bottom: solid 2px #22a6b3;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
}
#main p {
  margin: 0px;
}
#main a {
  font-size: 10px;
  margin: 0;
  padding: 0;
}

.main_items {
  width: 100%;
  padding: 10px 0px;
}
.main_items h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #22a6b3;
  font-weight: 300;
}
.main_items h3 {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 14px;
}
.main_items p {
  margin-top: 0px;
  margin-bottom: 2px;
}
.main_items_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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