/* MEDIA QUERIES */
/* MINI FORMATS (Galaxy Fold new phones pliables) */
@media screen and (max-width: 399px) {
  .name__home {
    font-size: 2em;
  }
  .profil__picture__home__1 {
    width: 12rem;
  }
  .dev__junior__present__home {
    width: 8em;
  }
  .dev__junior__present__home p {
    font-size: 1.2em;
  }
  .header--black {
    min-height: 10vh;
  }
  .header__profil__picture,
  .header__profil__picture img {
    width: 3.5em;
  }
  .header__name {
    display: none;
  }
  .header__name__smallSizes {
    display: block;
    font-size: 1.4em;
  }
  .menu__deroulant {
    font-size: 1.2em;
  }
  .menu__deroulant p {
    padding: 0 8px;
  }
  .menu__deroulant .open__icone__menu__deroulant {
    width: 1.2em;
  }
  .menu__deroulant .plus__icone__menu__deroulant {
    width: 20px;
  }
  .accueil__block__cards h2 {
    font-size: 1.8em;
  }
  .block__projet,
  .lien__projet,
  .image__illustration__projet {
    width: 250px;
  }
  .grid__projets {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .presentation__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px 0;
  }
  .contact__block {
    width: auto;
  }
}

/* SMARTPHONES */
@media screen and (min-width: 400px) and (max-width: 680px) {
  .name__home {
    font-size: 2.5em;
  }
  .profil__picture__home__1 {
    width: 18rem;
  }
  .dev__junior__present__home {
    width: 12em;
  }
  .dev__junior__present__home p {
    font-size: 1.5em;
  }
  .header--black {
    min-height: 10vh;
  }
  .header__profil__picture,
  .header__profil__picture img {
    width: 3.5em;
  }
  .header__name {
    display: none;
  }
  .header__name__smallSizes {
    display: block;
    font-size: 1.4em;
  }
  .menu__deroulant {
    font-size: 1.2em;
  }
  .menu__deroulant p {
    padding: 0 10px;
  }
  .menu__deroulant .open__icone__menu__deroulant {
    width: 1.2em;
  }
  .menu__deroulant .plus__icone__menu__deroulant {
    width: 20px;
  }
  .accueil__block__cards h2 {
    font-size: 1.8em;
  }
  .block__projet,
  .lien__projet,
  .image__illustration__projet {
    width: 280px;
  }
  .grid__projets {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .presentation__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px 0;
  }
  .contact__block {
    width: auto;
  }
}

/* TABLETTES */
@media screen and (min-width: 681px) and (max-width: 1000px) {
  .name__home {
    font-size: 4em;
  }
  .profil__picture__home__1 {
    width: 20rem;
  }
  .dev__junior__present__home {
    width: 12em;
  }
  .dev__junior__present__home p {
    font-size: 1.5em;
  }
  .header--black {
    min-height: 10vh;
  }
  .header__profil__picture,
  .header__profil__picture img {
    width: 4em;
  }
  .header__name {
    display: none;
  }
  .header__name__smallSizes {
    display: block;
    font-size: 1.6em;
  }
  .menu__deroulant {
    font-size: 1.5em;
  }
  .menu__deroulant h2 {
    font-size: 1.4em;
    margin-top: 15px;
  }
  .menu__deroulant h2,
  .menu__deroulant p {
    padding: 0 10px;
  }
  .menu__deroulant .open__icone__menu__deroulant {
    width: 1.5em;
  }
  .menu__deroulant .plus__icone__menu__deroulant {
    width: 20px;
  }
  .accueil__block__cards h2 {
    font-size: 2em;
  }
  .block__projet,
  .lien__projet,
  .image__illustration__projet {
    width: 350px;
  }
  .grid__projets {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .presentation__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px 0;
  }
  .contact__block {
    width: 40%;
  }
}

/* ORDINATEURS */
@media screen and (min-width: 1001px) and (max-width: 1500px) {
  .name__home {
    font-size: 4em;
  }
  .profil__picture__home__1 {
    width: 20rem;
  }
  .dev__junior__present__home {
    width: 12em;
  }
  .dev__junior__present__home p {
    font-size: 1.5em;
  }
  .header--black {
    min-height: 10vh;
  }
  .header__profil__picture,
  .header__profil__picture img {
    width: 4em;
  }
  .header__name {
    font-size: 1.8em;
  }
  .header__name__smallSizes {
    display: none;
  }
  .menu__deroulant {
    font-size: 2em;
  }
  .menu__deroulant h2 {
    font-size: 1.5em;
    margin-top: 15px;
  }
  .menu__deroulant h2,
  .menu__deroulant p {
    padding: 0 10px;
  }
  .menu__deroulant .open__icone__menu__deroulant {
    width: 1.6em;
  }
  .menu__deroulant .plus__icone__menu__deroulant {
    width: 20px;
  }
  .accueil__block__cards h2 {
    font-size: 3em;
  }
  .block__projet,
  .lien__projet,
  .image__illustration__projet {
    width: 400px;
  }
  .grid__projets {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .presentation__contact {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px 0;
  }
  .contact__block {
    width: 40%;
  }
}

/* ORDINATEURS ++ */
@media screen and (min-width: 1501px) and (max-width: 2400px) {
  .name__home {
    font-size: 4em;
  }
  .profil__picture__home__1 {
    width: 20rem;
  }
  .dev__junior__present__home {
    width: 15em;
  }
  .dev__junior__present__home p {
    font-size: 1.8em;
  }
  .header--black {
    min-height: 10vh;
  }
  .header__profil__picture,
  .header__profil__picture img {
    width: 4em;
  }
  .header__name {
    font-size: 1.8em;
  }
  .header__name__smallSizes {
    display: none;
  }
  .menu__deroulant {
    font-size: 2em;
  }
  .menu__deroulant h2 {
    font-size: 1.6em;
    margin-top: 15px;
  }
  .menu__deroulant h2,
  .menu__deroulant p {
    padding: 0 10px;
  }
  .menu__deroulant .open__icone__menu__deroulant {
    width: 1.8em;
  }
  .menu__deroulant .plus__icone__menu__deroulant {
    width: 20px;
  }
  .accueil__block__cards h2 {
    font-size: 3em;
  }
  .block__projet,
  .lien__projet,
  .image__illustration__projet {
    width: 400px;
  }
  .grid__projets {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .presentation__contact {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px 0;
  }
  .contact__block {
    width: 40%;
  }
}

/* GRANDS ECRANS */
@media screen and (min-width: 2401px) {
  .name__home {
    font-size: 5em;
  }
  .profil__picture__home__1 {
    width: 25em;
  }
  .dev__junior__present__home {
    width: 35em;
  }
  .dev__junior__present__home p {
    font-size: 2em;
  }
  .header--black {
    min-height: 10vh;
  }
  .header__profil__picture,
  .header__profil__picture img {
    width: 4em;
  }
  .header__name {
    font-size: 1.8em;
  }
  .header__name__smallSizes {
    display: none;
  }
  .menu__deroulant {
    font-size: 1.5em;
  }
  .menu__deroulant h2 {
    font-size: 1.8em;
    margin-top: 15px;
  }
  .menu__deroulant h2,
  .menu__deroulant p {
    padding: 0 10px;
  }
  .menu__deroulant .open__icone__menu__deroulant {
    width: 1.8em;
  }
  .menu__deroulant .plus__icone__menu__deroulant {
    width: 20px;
  }
  .accueil__block__cards h2 {
    font-size: 3em;
  }
  .block__projet,
  .lien__projet,
  .image__illustration__projet {
    width: 450px;
  }
  .grid__projets {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .presentation__contact {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px 0;
  }
  .contact__block {
    width: 40%;
  }
}

/* ************************************************ */
/* BASE */
* {
  margin: 0;
  padding: 0;
}

html,
body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 16px;
}

body {
  font-family: "Libre Baskerville", serif;
  height: 100%;
}

.body {
  background: #dee5ff;
}

/* ************************************************* */
/* index.html */
.hide__title {
  display: none;
}

.name__home:hover {
  -webkit-animation: rubberBand;
          animation: rubberBand;
  -webkit-animation: infinite;
          animation: infinite;
}

.name__home {
  font-family: "Libre Baskerville", serif;
}

h2 {
  font-family: "Paytone One", sans-serif;
}

.header__black__home {
  z-index: 100;
  position: absolute;
  height: 100vh;
  width: 100%;
  background-color: black;
  text-align: center;
}

.header__black__home header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.teeth {
  display: none;
}

.text--white {
  color: white;
}

.profil__picture__home {
  text-align: center;
}

.dev__junior__present__home {
  border: 1px solid white;
  padding: 8px;
}

.enter__button {
  background-color: #003cff;
  padding: 10px 10px;
  font-size: 2rem;
  width: 85%;
  border-radius: 5px;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.enter__button a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
}

.enter__button:hover {
  width: 95%;
  padding: 12px 14px;
  overflow: hidden;
}

.header__profil__picture,
.accueil__block__cards,
.footer {
  display: none;
}

/* ************************************************* */
/* accueil.html */
.menu__icon,
.menu__icon div {
  z-index: 99;
  cursor: pointer;
  margin: 5px;
}

.menu__icon {
  position: fixed;
  top: 0;
  width: 55px;
  height: 9vh;
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu__infos {
  width: 35px;
  height: 6px;
  color: white;
}

.line__1,
.line__2,
.line__3 {
  width: 35px;
  height: 5px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.open .line__1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.open .line__2 {
  opacity: 0;
}

.open .line__3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.div__transparent__sous__menu {
  width: 55px;
}

h3 {
  font-size: 1.3em;
}

.menu__deroulant {
  display: none;
  position: absolute;
  top: 10vh;
  min-height: 100%;
  width: 100%;
  background-color: #3866ff;
  z-index: 100;
  overflow: hidden;
  text-align: center;
}

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

.menu__deroulant article span {
  color: white;
}

.Block_1 {
  margin: auto 0;
}

.hr__menu {
  height: 5px;
  background: white;
}

.header--black {
  background-color: black;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.header__black__home {
  overflow: hidden;
}

.header__profil__picture {
  cursor: pointer;
  padding-top: 5px;
}

.header__block__present {
  width: 100%;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.accueil__block__cards {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10vh;
}

.height__block__cards {
  height: 100%;
}

.height__accueil__block__cars {
  height: 100%;
}

.blocks {
  width: 100%;
  height: 25%;
  min-height: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.blocks a {
  text-decoration: none;
  height: 100%;
  width: 100%;
  display: contents;
}

.blocks h2 {
  text-decoration: none;
  height: 10vh;
  color: black;
  line-height: 10vh;
}

.grid__projets {
  display: none;
}

.grid__competences {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.icone__competences,
.icone__competences img {
  width: 80px;
  height: 80px;
  padding: 10px;
}

.competences_text {
  font-weight: bold;
  font-size: 1.2em;
}

.competences_text div {
  margin-top: 20px;
  margin-bottom: 20px;
}

.presentation {
  display: none;
  margin: 5vh 10vw 5vh 10vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.block__1 {
  background-color: #a6baff;
}

.block__1--rose {
  background-color: #efb1f3;
}

.block__2 {
  background-color: #6e90ff;
}

.block__2--rose {
  background-color: #e382eb;
}

.block__3 {
  background-color: #3866ff;
}

.block__3--rose {
  background-color: #d852e4;
}

.block__4 {
  background-color: #003cff;
}

.block__4--rose {
  background-color: #ce22dd;
}

.icone__parcours {
  height: 8em;
}

.icone__communication {
  height: 2em;
}

.icone__campagnes__travaillees {
  height: 2em;
  margin: 0 10px;
}

.block__projet {
  margin: 40px;
  position: relative;
}

.header_detail_projet {
  text-align: center;
  background-color: black;
  color: white;
  font-weight: bold;
  padding: 8px;
  border-radius: 50px 50px 0 0;
}

.en_savoir_plus {
  cursor: pointer;
  margin: 5px 0 15px 0;
  font-size: 0.9em;
}

.block_en-savoir-plus_projets {
  display: none;
}

.block__referentiel__couleurs__languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.block__referentiel__couleurs__languages p {
  margin-right: 10px;
}

.round__languages {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 5px;
}

.ensemble__block__couleur__sous__projet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  font-size: 0.9em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block__couleur__sous__projet {
  height: 100%;
  width: auto;
  padding: 4px;
  color: white;
  font-family: "Tenor Sans", sans-serif;
}

.html {
  background-color: #3c3c3c;
  border: 1px solid white;
}

.css {
  background-color: #3c3c3c;
  border: 1px solid white;
}

.scss {
  background-color: #3c3c3c;
  border: 1px solid white;
}

.bootstrap {
  background-color: #3c3c3c;
  border: 1px solid white;
}

.javascript {
  background-color: #3c3c3c;
  border: 1px solid white;
}

.sql {
  background-color: #3c3c3c;
  border: 1px solid white;
}

.symfony {
  background-color: #3c3c3c;
  border: 1px solid white;
}

.block__communication__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block__communication__items div {
  margin: 20px;
}

.presentation__blocks {
  line-height: 1.5em;
}

.presentation__blocks .presentation__p__programme {
  max-width: 796px;
}

.presentation__liste {
  text-decoration: none;
}

.point__separation__blocks__parcours {
  margin: 25px;
}

.presentation__contact {
  display: none;
}

.contact__block {
  height: 10em;
  margin: 10px 10px 20px 10px;
}

.contact__block img {
  height: 8em;
}

.block__contact__fin {
  text-align: center;
  font-weight: bold;
  margin: 10px 0;
}

.block__contact__fin .span {
  color: #003cff;
}

.footer {
  padding-top: 1.3vh;
  padding-bottom: 1.3vh;
  text-align: center;
  background-color: black;
  color: white;
  font-size: 0.8em;
}

.footer p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer img {
  cursor: pointer;
}

.footer__mystery__icon {
  width: 20px;
}
/*# sourceMappingURL=style.css.map */