@font-face {
    font-family: 'Lato-Light';
    src: url('assets/fonts/Lato-Light.ttf') format('ttf');
}

body
{
  color: #58595b;
  background-color: #f1fdfd;
  font-family: "Lato-Light", Arial, serif;
}

#bloc_page
{
  width: 50%;
  height: 100%;
  float: right;
  box-shadow: 0px 0px 20px #cfdfe5;
  margin-top: 1rem;
  margin-bottom: 1em;
  margin-right: 2em;
  padding-bottom: 2em;
  padding-top: 1em;
  padding-left: 4em;
  padding-right: 4em;
  font-family: "Lato-Light", Arial, serif;
  color: #58595b;
  background-color: white;
}

#profil_box
{
  width: 20%;
  float: left;
  box-shadow: 0px 0px 20px #cfdfe5;
  display: flex;
  flex-direction: column;
  margin-left: 9em;
  margin-top: 1rem;
  padding-left: 10px;
  padding-right: 10px;
  padding: 30px;
  background-color: white;
  font-size: 0.8em;
  position: fixed;
}

.profil_text p
{
  text-align: left;
  font-size: 1.1em;
}

.name
{
  font-size: 1.2em;
  font-weight: bold;
  color: #2AAAA8;
  border-bottom: 0.5px solid #dbdbdb;
  margin-bottom: 1em;
}

.name p
{
  margin: auto;
  padding-bottom: 0.5em;
}

.profil_text em
{
  font-weight: bold;
  font-style: normal;
}

.profil_text span
{
  padding-top: 0.5px;
  font-weight: 400;
}

.profil_img
{
  text-align: center;
}

.social_networks
{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}

.leip_img
{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  overflow: auto;
}

h1
{
  color: #2AAAA8;
  text-align: left;
  font-size: 3em;
  font-weight: 500;
}

h3
{
  font-weight: bold;
  color: #2AAAA8;
  text-align: left;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 0.5em;
}

li
{
  list-style-type: square;
}

ul li:before
{
  content:
  color: #2AAAA8;
}

@media all and (max-width: 1024px)
{

  #content
  {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  #profil_box
  {
    position: static;
    margin: auto;
    margin-top: 1em;
  }

  #bloc_page
  {
    margin: auto;
    margin-top: 2em;
  }

}
