/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select {
  margin: 0;
}

button {
  border: none;
}

html {
  box-sizing: border-box;
}

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

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

a {
  text-decoration: none;
  color: black;
}

button {
  background-color: lightgray;
  width: 270px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Police maigre */
@font-face {
  font-family: "Bebas";
  src: local("Bebas-Light"), url("../fonts/Bebas-Pro-Light.otf") format("opentype");
  font-weight: light;
  font-style: normal;
}
/* Police normale */
@font-face {
  font-family: "Bebas";
  src: local("Bebas-Book"), url("../fonts/Bebas-Pro-Book.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
/* Police grasse (bold) */
@font-face {
  font-family: "Bebas";
  src: local("Bebas-Bold"), url("../fonts/Bebas-Pro-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
body {
  font-family: "Bebas", sans-serif;
  font-size: 1.25em;
}

body {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.top-header {
  background-color: lightgrey;
  text-align: center;
  padding: 30px 0 20px 0;
}
.top-header img {
  width: 40%;
}
@media screen and (max-width: 450px) {
  .top-header img {
    width: 60%;
  }
}
.top-header p {
  font-weight: light;
  font-size: 1.7em;
}
@media screen and (max-width: 700px) {
  .top-header p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 450px) {
  .top-header p {
    font-size: 1.35rem;
  }
}

.header nav {
  width: 100%;
  background-color: black;
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
}
.header nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 16px;
  height: 35px;
}
.header nav ul a {
  text-transform: uppercase;
  font-size: 1.5rem;
  color: white;
}
.header nav ul a:hover {
  color: magenta;
}
@media screen and (max-width: 450px) {
  .header nav ul a {
    font-size: 1.15rem;
  }
}

.footer {
  width: 100%;
  height: 40px;
  padding: 8px 0 8px 0;
  background-color: black;
  color: white;
  text-align: center;
}

.service {
  background-color: yellow;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 450px) {
  .service {
    flex-direction: column;
  }
}
.service .image-service {
  width: 40%;
}
@media screen and (max-width: 450px) {
  .service .image-service {
    width: 80%;
  }
}
.service .image-service img {
  display: block;
  object-fit: cover;
}
.service .textes-service {
  width: 60%;
  padding: 10px 60px 10px 60px;
}
@media screen and (max-width: 450px) {
  .service .textes-service {
    width: 80%;
    padding: 10px;
  }
}
.service .textes-service h3 {
  font-weight: bold;
  font-size: 1.2em;
}
@media screen and (max-width: 450px) {
  .service .textes-service h3 {
    text-align: center;
  }
}
.service .textes-service h2 {
  font-weight: bold;
  font-size: 3rem;
  text-transform: uppercase;
}
@media screen and (max-width: 450px) {
  .service .textes-service h2 {
    font-size: 3rem;
    line-height: 2.5rem;
    padding-bottom: 8px;
    text-align: center;
  }
}
.service .textes-service p {
  padding-right: 20%;
  font-size: 1.35rem;
}
@media screen and (max-width: 450px) {
  .service .textes-service p {
    padding-right: unset;
    font-size: 1.15rem;
  }
}
.service .textes-service .feradroite {
  text-align: right;
  padding-right: unset;
  padding-left: 25%;
}
@media screen and (max-width: 450px) {
  .service .textes-service .feradroite {
    padding-left: unset;
    text-align: center;
  }
}

.inverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 450px) {
  .inverse {
    flex-direction: column;
  }
}

.apropos {
  background-color: #16C9DE;
  display: flex;
  align-items: center;
  padding-top: 50px;
}
@media screen and (max-width: 450px) {
  .apropos {
    padding-top: 20px;
    flex-direction: column;
    padding-bottom: 20px;
  }
}
.apropos .portrait {
  width: 30%;
  display: flex;
  justify-content: end;
  align-items: end;
}
@media screen and (max-width: 450px) {
  .apropos .portrait {
    width: 60%;
    justify-content: center;
  }
}
.apropos .portrait img {
  display: block;
  width: 80%;
  padding-right: 25px;
}
@media screen and (max-width: 450px) {
  .apropos .portrait img {
    padding-right: unset;
  }
}
.apropos .textes-apropos {
  width: 70%;
}
.apropos h3 {
  font-weight: bold;
  font-size: 3em;
}
@media screen and (max-width: 450px) {
  .apropos h3 {
    font-size: 2em;
    text-align: center;
    padding-top: 8px;
  }
}
.apropos p {
  padding-right: 20%;
  font-size: 1.35rem;
}
@media screen and (max-width: 450px) {
  .apropos p {
    padding-right: unset;
    font-size: 1.15rem;
  }
}

.languages {
  background-color: lightgrey;
  height: auto;
  padding-top: 20px;
}
.languages h2 {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

.lWEB, .lPRINT {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 40px;
}
.lWEB img, .lPRINT img {
  width: 80px;
  height: 100%;
}

.logoGrand {
  width: 110px !important;
}

.lWEB {
  padding-top: 20px;
  padding-bottom: 30px;
}

.lPRINT {
  padding-bottom: 30px;
}

@media screen and (max-width: 450px) {
  .languages {
    column-gap: 20px;
  }
  .languages h2 {
    font-size: 2rem;
  }
  .lWEB, .lPRINT {
    margin: auto;
    width: 70%;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .lWEB img, .lPRINT img {
    width: 60px;
  }
}
#rea {
  background-color: grey;
}
#rea h2 {
  padding-top: 50px;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}

@media screen and (max-width: 450px) {
  #rea h2 {
    font-size: 2rem;
  }
}

.realisations {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 32px;
  column-gap: 32px;
  padding-top: 20px;
  padding-bottom: 50px;
}
@media screen and (max-width: 450px) {
  .realisations {
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    row-gap: 12px;
  }
}
.realisations .reaDiv {
  width: 28%;
  height: 250px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 450px) {
  .realisations .reaDiv {
    width: 85%;
    height: 200px;
  }
}
.realisations .reaDiv:hover .reaInfo {
  animation: boxIn 350ms both;
}
@media screen and (max-width: 450px) {
  .realisations .reaDiv:hover .reaInfo {
    animation: none;
  }
}
.realisations .reaDiv .reaInfo {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  z-index: 5;
  top: -250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.realisations .reaDiv .reaInfo h3 {
  font-weight: bold;
  font-size: 4rem;
}
.realisations .reaDiv .reaInfo p {
  width: 80%;
  text-align: center;
  font-size: 2rem;
}
.realisations .reaDiv img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.realisations .reaDiv .link {
  width: 50px;
  height: 50px;
  padding-top: 20px;
  background: url(../img/eye.svg) center center/100% 100%;
}

.titre_lien {
  display: none;
}
@media screen and (max-width: 450px) {
  .titre_lien {
    display: block;
    padding-bottom: 8px;
    font-weight: normal;
    font-size: 1.5rem;
    color: white;
  }
}
.titre_lien span {
  font-size: 1.15rem;
}

@keyframes boxIn {
  from {
    top: -250px;
  }
  to {
    top: 0px;
  }
}
.projet_container {
  width: 90%;
  margin: auto;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 450px) {
  .projet_container {
    padding-top: 25px;
    flex-direction: column;
    align-items: center;
  }
}
.projet_container .titre_mobile {
  display: none;
}
@media screen and (max-width: 450px) {
  .projet_container .titre_mobile {
    display: block;
    font-size: 3rem;
  }
}
.projet_container img {
  width: 30%;
  min-width: 300px;
  height: 100%;
  padding-right: 25px;
}
@media screen and (max-width: 450px) {
  .projet_container img {
    width: 80%;
    height: 100%;
    padding-right: unset;
  }
}
.projet_container .projet_info {
  width: 70%;
  padding-left: 35px;
  background-color: lightgrey;
}
@media screen and (max-width: 450px) {
  .projet_container .projet_info {
    margin-top: 25px;
    width: 100%;
  }
}
.projet_container .projet_info h2 {
  font-size: 6rem;
  font-weight: light;
  padding-top: 40px;
  padding-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .projet_container .projet_info h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 450px) {
  .projet_container .projet_info h2 {
    display: none;
  }
}
.projet_container .projet_info p {
  font-size: 1.25rem;
  padding-top: 10px;
  padding-right: 60px;
}
.projet_container .projet_info .github {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 15px;
}
.projet_container .projet_info .github img {
  width: 45px;
  padding-right: unset;
  min-width: unset;
}
.projet_container .projet_info .github .url {
  padding-left: 15px;
  font-weight: bold;
}
.projet_container .projet_info .titre {
  font-size: 2rem;
  font-weight: bold;
  padding-top: 20px;
}
@media screen and (max-width: 700px) {
  .projet_container .projet_info .titre {
    font-size: 1.5rem;
  }
}

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