*,
::before,
::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100vh;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #212529;
  background: #fff;
}

a {
  text-decoration: none;
  color: white;
  font-weight: 300;
}

a:hover {
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
p {
  font-weight: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 1.75em;
}

h3 {
  font-size: 1.25em;
}

p {
  font-size: 1.25em;
}

figure {
  display: flex;
  flex-direction: column;
  padding: 0px;
  border: none;
  box-shadow: 10px 10px 5px -1px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 10px 10px 5px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 5px -1px rgba(0, 0, 0, 0.75);
  margin-bottom: 10px;
}
figure img {
  border: none;
  background: #000;
  padding: 5px;
}

figcaption {
  background-color: #222;
  color: #fff;
  font: italic smaller sans-serif;
  padding: 3px;
  text-align: center;
}

ul {
  display: inline-block;
}

li {
  list-style: none;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.w25 {
  width: 25%;
}

.w33 {
  width: 33%;
}

.w50 {
  width: 50%;
}

.w75 {
  width: 75%;
}

.w100 {
  width: 100%;
}

.h25 {
  height: 25%;
}

.h50 {
  height: 50%;
}

.h75 {
  height: 75% s;
}

.h100 {
  height: 100%;
}

.text-black {
  color: black;
}

.flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-around {
  justify-content: space-around;
}

.justify-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-start;
}

.text-center {
  text-align: center;
}

.text-end {
  text-align: end;
}

.text-start {
  text-align: start;
}

.text-white {
  color: white;
}

body {
  color: white;
}

#bienvenue {
  height: calc(100vh - 110px);
  background-image: url(../images/bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#bienvenue img {
  width: 15%;
  border-radius: 50%;
}

header {
  background: rgb(2, 8, 70);
  position: sticky;
  top: 0;
  z-index: 100;
}
header a {
  font-size: 1.75em;
}

#reseaux {
  background: rgb(2, 8, 70);
  padding: 0 15px;
  height: 3rem;
}

#mesRealisations h1 {
  color: black;
  margin-bottom: 60px;
}

.projet {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 15px;
}
.projet figure {
  width: 500px;
}
.projet p,
.projet a {
  color: black;
}

.a-figure {
  pointer-events: none;
}

.btn-a {
  background: rgb(42, 31, 129);
  color: silver !important;
  padding: 10px;
  border: none;
  border-radius: 10px;
  width: 25%;
  text-align: center;
}

footer {
  background: rgb(2, 8, 70);
  margin-top: 20px;
  padding: 35px 0;
}

@media all and (max-width: 1200px) {
  .container {
    width: 800px;
  }
  .container figure {
    width: 250px;
    height: 230px;
  }
  .container figure img {
    width: 250px;
    height: 230px;
  }
  .container .btn-a {
    width: 40%;
  }
}
@media all and (max-width: 950px) {
  .container {
    width: 600px;
  }

  #bien-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #bien-1 h2 {
    width: 100%;
    text-align: center;
    margin: 15px 0;
  }
  #bien-1 p {
    width: 100%;
    text-align: center;
  }

  #portfolio {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  #portfolio h1 {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 600px) {
  .container {
    width: 300px;
  }

  header {
    font-size: small;
  }

  #portfolio h1 {
    display: none;
  }
  #portfolio img {
    margin-top: 150px;
  }

  #bien-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #bien-1 h2 {
    width: 100%;
    text-align: center;
    margin: 15px 0;
  }
  #bien-1 p {
    width: 100%;
    text-align: center;
  }

  #portfolio {
    display: flex;
    flex-direction: column;
  }
  #portfolio h1 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  #portfolio img {
    width: 50%;
  }

  .projet {
    display: flex;
    flex-direction: column;
  }
  .projet .project-text {
    display: none;
  }

  .a-figure {
    display: flex;
    justify-content: center;
    pointer-events: auto;
  }
}

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