body {
  background-color: white;
  font-family: "Roboto";
}
img {
  border-radius: 10px;
  box-shadow: 1px 1px 12px #555;
}

@font-face {
	font-family: "Roboto";
	src: url('fonts/Roboto-Regular.ttf');
}

.boldText {
  font-weight: bold;
}

/**
/* Content
*/
#content {
  margin-top: 40px;
  height: 40%;
}

#content #infos {
  padding-top: 5vw;
}

#logoWord {
  font-weight: 500;
}
.logo {
  color: #63adc9;
  margin-right: 0px;
}

#buttonBloc {
  margin-top: 20px;
}

#buttonBloc .buttonColor {
  background-color: #63adc9;
  color: white;
  font-size: 16px;
}

#buttonBloc .buttonColor i {
  margin-right: 10px;
}

/**
/* Line
*/
#line {
  background-color: #0d569d;
  height: 8px;
}

/**
/* About bloc
*/
#about {
  margin-top: 30px;
  padding-bottom: 20px;
  background-color: #f4f4f4;
  height: 300px;
}

#about h1 {
  padding-top: 20px;
  font-weight: 500;
}

/**
/* Flex images
*/

.content-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#photos {
  margin-top: -4vw;
  padding-top: 20px;
}

.box {
  width: 250px;
  height: 200px;
  align-items: center;
  padding: 10px 10px 10px 10px;
}

.box img {
  border-radius: 5px;
  box-shadow: 1px 1px 12px #555;
}

.Ydecalage {
  margin-top: 10%;
}

.modal-content{
    padding: 15px 15px 15px 15px;
}
@media screen and (max-width: 640px) {
  #photos {
    margin-top: 0px;
  }

  .Ydecalage {
    margin-top: 0%;
  }
}
