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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

header {
  margin-top: 30px;
}

header nav {
  display: block;
  text-align: center;
  width: 100%;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.7);
}

header nav .logo {
  display: none;
}

header nav .hamburger {
  -ms-flex-item-align: center;
      align-self: center;
  margin: 20px;
}

header nav ul {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  background-color: rgba(255, 255, 255, 0.7);
  display: none;
}

header nav ul li {
  list-style: none;
  padding: 18px;
  width: 90%;
}

header nav ul li a {
  color: #0f252f;
  font-size: 20px;
  display: inline-block;
  width: 100%;
}

header nav ul li a:hover {
  color: white;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  nav {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  nav ul {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row !important;
        flex-direction: row !important;
    margin-top: 15px;
    background-color: transparent !important;
  }
  nav ul li {
    border: none;
    background-color: transparent;
    padding: 45px !important;
    text-align: center;
  }
  .hamburger {
    display: none;
  }
  .logo {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-item-align: center;
        align-self: center;
  }
}

body {
  background-color: #0b141e;
}

.accueil {
  background-image: url("./../img/fond_accueil.webp");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: -75px;
  height: 900px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.accueil .intro {
  text-align: center;
  color: white;
  background-color: rgba(10, 27, 45, 0.4);
  margin: 13em auto;
  padding: 20px;
}

.accueil .intro h1 {
  font-size: 2.5em;
}

.accueil .intro h2 {
  font-size: 2em;
}

.container {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 20px 0 20px;
}

.container .titre {
  margin-top: 30px;
  font-size: 2.5em;
  color: #4CCB83;
}

.container .presentation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.container .presentation .pres_texte {
  color: white;
  margin-top: 15px;
}

.container .presentation .pres_texte .bienvenue {
  font-size: 1.6em;
  margin-top: 20px;
}

.container .presentation .pres_texte .texte {
  font-size: 1.1em;
  margin-top: 25px;
}

.container .presentation .photo {
  margin-top: 30px;
  -ms-flex-item-align: center;
      align-self: center;
}

.container .presentation .photo img {
  border-radius: 4px;
}

.container .projets_recents {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}

.container .projets_recents .card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 20px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.container .projets_recents .card .card-image {
  overflow: hidden;
  height: 100%;
}

.container .projets_recents .card .card-image a {
  color: white;
  text-decoration: none;
}

.container .projets_recents .card .card-image a img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.container .projets_recents .card .card-image a span {
  display: none;
  position: relative;
  top: -100px;
}

.container .projets_recents .card .card-titre {
  background-color: #0a1b2d;
  padding: 15px;
  text-align: center;
  font-size: 1.3em;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.container .projets_recents .card .card-titre a {
  color: white;
  text-decoration: none;
}

.container .projets_recents .card:hover .card-titre a {
  color: #4ccb83;
}

.container .projets_recents .card:hover {
  box-shadow: 0px 5px 25px -10px #092121;
}

.container .projets_recents .card:hover .card-image a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.2;
}

.container .projets_recents .card:hover .card-image a span {
  /*display:initial;*/
}

.container .btn-decouvrir-projets {
  cursor: pointer;
  border: 1px solid #4CCB83;
  border-radius: 4px;
  width: 250px;
  height: 70px;
  font-size: 18px;
  padding: 6px 12px;
  background-color: transparent;
  color: #4CCB83;
  margin-left: 30px;
  margin-top: 20px;
  transition: .3s;
}

.container .btn-decouvrir-projets:hover {
  background-color: #4CCB83;
  color: #0a1b2d;
}

footer {
  margin-top: 7em;
  border-top: 2px solid #4CCB83;
  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  padding: 0 20px 0 20px;
}

footer .contact_me {
  margin-top: 15px;
  font-size: 1.7em;
}

footer .contact_me a {
  text-decoration: none;
  color: white;
}

footer .contact_me a:hover {
  color: #4CCB83;
}

footer .footer-infos {
  margin-top: 30px;
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .accueil .intro {
    width: 50%;
    margin-top: 11em;
    display: initial !important;
  }
  .presentation {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .presentation .pres_texte {
    width: 60%;
  }
  .presentation .photo {
    width: 40%;
    text-align: center;
  }
  .card {
    width: 44%;
  }
}

@media screen and (min-width: 1200px) {
  .accueil .intro {
    width: 30%;
  }
  .card {
    width: 30%;
  }
}

@media screen and (min-width: 1400px) {
  .container {
    width: 1400px;
    margin: 0 auto;
  }
}

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