
* {
  margin: 0;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  background-color: #070728ff;
}

a {
  color: #242424;
  text-decoration: none;
}

em {
  color: #61a0e5ff;
  font-style: normal;
}

h1 {
  font-size: 3.5em;
  color: #61a0e5ff;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

h2 {
  font-size: 2.5em;
  color: #8fcafeff;
  margin-bottom: 30px;
  margin-top:30px;
  text-align: center;
}

p,
li {
  font-size: 1.1em;
  color: #f9f8ff;
  margin-bottom:20px;
}

header,
footer {
  background-color: white;
  padding: 20px 50px;
}

nav img, footer img {
  max-width: 50px;
}

.cta {
  display: block;
  background: linear-gradient(#61a0e5ff, #8fcafeff);
  color: white;
  border-radius: 50px;
  padding: 20px 30px;
  margin-top: 40px;
  text-align: center;
}

a:hover {
  text-decoration: underline;
}

.cta:hover {
  background: linear-gradient(#729ddfff, #83bcfdff);
  text-decoration: none;
  box-shadow: 0px 5px 15px rgba(0,0,0,0.3);
}


.lien-icone:hover {
  opacity: 0.5;
}
.mentionslegales {
  font-style: italic;
  font-size: 0.8em ;
}

.mentionslegales p{
  color:#242424;
  text-align: center;
  }

section {
  padding: 80px;
}

footer,
nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

nav a {
  margin-left: 30px;
}

@media screen and (max-width:996px) {
  h1, h2 {
    font-size: 2em;
  }
  header, footer, section {
    padding:20px;
  }
  nav, footer {
    flex-direction:column;
    justify-content:center;
    align-items:center;
    align-content:space-around;
  }
  nav img {
    margin-bottom:15px;
  }
  nav a {
    margin-left:10px;
    margin-right: 10px;
  }

}


.mareconversion {
  background-color: white;
  padding: 80px;
}

.mareconversion h2 {
  color: #242424;
  text-align: center;
  margin-bottom: 80px;
}

.colonne-reconversion {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  max-width: 250px;
 }

.colonne-reconversion p{
  color: #242424;
  text-align: center;
}

.colonne-reconversion img{
  width: 150px;

}

.ligne-reconversion, .ligne-portfolio {
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:75px;
  justify-content: space-around;
  

}

.colonne-portfolio {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: start;
  max-width: 275px;
 }
.colonne-portfolio p {
  align-self: center;
  text-align: center;
  width: 250px;

}

.colonne-portfolio img{
  width: 250px;
}

.intro {
  display: flex;
  flex-direction: row-reverse;
  width: 80%;
  align-items: flex-start;
  margin: auto;
  line-height: 1.6
}

.intro h1 {
  margin-bottom: 15px;
}

/* .intro div {
  padding-right: 80px;
} */

.intro img {
  margin-right: 50px;
  margin-bottom:50px;
}

.section-contact h2 {
  color: #8fcafeff;
  text-align: center;
  margin-bottom: 50px;
}

@media  (max-width:996px) {
  .intro {
    max-width: 1000px;
  }

/*  .accueil-photos div {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    margin-bottom: 15px;
  }*/
  
  .intro {
    display: flex;
    flex-direction: column-reverse;
    width: 60%;
    justify-content: center;
    margin: auto;
  }
  .intro img {
    width:80% ;
    margin:auto;
    margin-bottom:30px;
  }
}

.portfolio a{
  color: white  ;
}

.titre-projet{
  height: 40px;
}
