@charset "UTF-8";
@font-face {
  font-family: "athena";
  font-weight: 300;
  font-style: normal;
  src: local("athena");
}
@font-face {
  font-family: "athena";
  font-weight: 400;
  font-style: normal;
  src: local("athena");
}
@font-face {
  font-family: "MyWebFontNew";
  src: url("euclidflex-regular-webfont.woff2") format("woff2"), url("euclidflex-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
html,
body {
  font-family: "athena", sans-serif;
  font-weight: 300;
  font-style: normal;
  position: relative;
  overflow-x: hidden;
  margin: 0;
  color: #4A665D;
}

a {
  text-decoration: none;
  color: #4A665D;
}

hr {
  display: block;
  margin: 0.5em 20%;
  border-style: inset;
  border-width: 1px;
  color: #4A665D;
}

/* Formes haut/bas */
.upper-line,
.upper-line-left {
  width: 100%;
  padding-top: 20%;
  background-color: #4A665D;
  position: absolute;
}

.upper-line {
  margin-left: 50%;
  transform: rotate(30deg);
}

.upper-line-left {
  margin-left: -55%;
  transform: rotate(-30deg);
  display: block;
}

.upper-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 300px 200px 0;
  border-color: transparent #4A665D transparent transparent;
  margin-top: -10px;
  margin-left: 50%;
}

.lower-line {
  padding: 0.5em 0;
  background-color: #4A665D;
  margin: 0 0 0 -10%;
}

.right-line {
  transform: rotate(-30deg);
  margin-top: 0;
  width: 250%;
  padding-bottom: 200%;
  background-color: #F2B827;
}

.left-line {
  transform: rotate(60deg);
  margin-left: -150%;
  padding-bottom: 50%;
  background-color: #F2B827;
}

.left-triangle,
.left-triangle-long,
.left-triangle-long-invisible {
  width: 0;
  height: 0;
  border-style: solid;
  margin-left: -5%;
  z-index: -1;
}

.left-triangle {
  border-width: 10em 0 0 20em;
  border-color: transparent transparent transparent #F2B827;
}

.left-triangle-long {
  border-width: 80em 0 0 40em;
  border-color: transparent transparent transparent #F2B827;
}

.left-triangle-long-invisible {
  border-width: 80em 0 0 0;
  border-color: transparent transparent transparent #F2B827;
}

/* Éléments généraux */
.logo {
  width: 1.5em;
  margin-left: 10%;
  cursor: pointer;
}

.buffer {
  width: 100%;
  height: 5em;
}

.annonce {
  margin-left: -20%;
}

.main-img {
  width: 80%;
  margin-left: 10%;
}

p {
  font-family: "MyWebFontNew";
  color: #4A665D;
  font-size: 1em;
  line-height: 150%;
}

/* Header / navigation */
.header {
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  margin-top: 0.5em;
  width: 100%;
  z-index: 3;
}
.header ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.header li a {
  padding: 20px 20px 20px 20px !important;
  border-right: 1px solid #f4f4f4;
  font-family: "athena", sans-serif;
  font-weight: 400;
  font-size: 20px;
  font-style: normal;
  transition: background-color 0.3s linear;
}
.header li a:hover {
  background-color: #f4f4f4;
}
.header .logo {
  width: 8em;
  margin-left: 0%;
}

.a {
  color: #4A665D;
  text-decoration: none;
}

.titre {
  width: 16%;
  margin: 5em 0 2% 42%;
}

#footer {
  margin-bottom: 0;
  width: 110%;
  margin-left: -5%;
}

/* Sections / blocs */
.section {
  padding: 0.5rem;
  flex: 1;
  margin-left: 40%;
  margin-right: 30%;
}
.section p {
  font-size: 1.2em;
  color: #fff;
  text-align: center;
}

.WhiteBlock {
  text-align: justify;
  width: 60%;
  margin-left: 20%;
  padding: 2em 0;
}
.WhiteBlock p {
  text-align: justify;
  font-family: "MyWebFontNew";
}

/* Wrappers grille */
.wrapper-grid,
.wrapper-grid-profile,
.wrapper-grid-developement,
.wrapper-grid-developement-cv,
.wrapper-grid-contact,
.wrapper-grid-intro,
.wrapper-grid-long {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  grid-template-columns: minmax(200px, 1fr);
}

.wrapper-grid,
.wrapper-grid-intro,
.wrapper-grid-developement,
.wrapper-grid-developement-cv,
.wrapper-grid-long {
  margin-left: 10%;
  margin-right: 10%;
}

.wrapper-grid {
  padding: 3em;
  grid-gap: 5em;
  justify-content: center;
}

.wrapper-grid-profile {
  margin-left: 10%;
  margin-right: 10%;
  grid-gap: 1rem;
  justify-content: center;
}

.wrapper-grid-developement,
.wrapper-grid-developement-cv {
  grid-gap: 3em;
  justify-content: right;
}

.wrapper-grid-contact {
  grid-gap: 1em;
  justify-content: center;
}

.wrapper-grid-intro {
  grid-gap: 3em;
  justify-content: right;
  color: #4A665D;
}

.wrapper-grid-long {
  width: 80%;
  grid-gap: 4em;
}

/* Containers développement / profil */
.wrapper-developement-profile a {
  text-decoration: none;
  color: #4A665D;
  font-size: 1.1em;
}

.container-developement,
.container-developement-left,
.container-developement-right,
.container-developement-image {
  overflow: hidden;
  text-align: left;
  position: relative;
  line-height: 100%;
}

.container-developement {
  width: 50em;
  padding-top: 0;
}
.container-developement h4 {
  text-align: left;
  font-family: "MyWebFontNew";
  font-weight: bold;
}

.container-developement-left,
.container-developement-right {
  width: 25em;
  padding-top: 0;
}

.container-developement-image {
  text-align: right;
  width: 20em;
}

.container-developement-title h3 {
  text-align: right;
  width: 7em;
  color: #F2B827;
  margin-top: 0.4em;
}

.container-developement-title-contact h3 {
  text-align: right;
  width: 7em;
  font-family: "MyWebFontNew";
  margin-top: 1em;
  line-height: 120%;
}

.container-developement-profile {
  overflow: hidden;
  text-align: justify;
  position: relative;
  width: 50em;
  font-weight: bold;
}
.container-developement-profile a {
  text-decoration: none;
}

/* Profils / cartes */
.container-profile,
.container-profile-long {
  overflow: hidden;
  box-shadow: 0 8px 8px 0 rgba(100, 100, 100, 0.2);
  background-color: #fff;
  position: relative;
  transition: box-shadow 0.3s ease-in-out;
}
.container-profile:hover,
.container-profile-long:hover {
  box-shadow: 0 8px 8px 0 rgba(100, 100, 100, 0.5);
}

.container-profile {
  text-align: center;
  width: 20em;
}
.container-profile a {
  width: 100%;
  height: 100%;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  padding: 0.5rem;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-align: center;
}

.container-profile-long {
  width: 100%;
  text-align: left;
}

.profile-img-long {
  float: left;
  display: inline-block;
  position: relative;
  width: min(30em, 60%);
}

.description-long {
  display: inline-block;
  text-align: left;
  margin: 1em 0 0 2em;
}

.name-long {
  font-family: "athena", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
}

.description-yellow-long {
  font-size: 1rem;
  color: #F2B827;
  font-family: "MyWebFontNew";
  font-weight: normal !important;
}

/* Contact */
.container-contact {
  margin-left: 5%;
  margin-right: 5%;
  overflow: hidden;
  background-color: #fff;
  text-align: justify;
  position: relative;
}
.container-contact a {
  font-family: "MyWebFontNew";
}

/* Images, textes */
.profile-img,
.intro-img {
  width: 100%;
}

.name {
  margin-top: 1rem;
  font-family: "athena", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
}

.description {
  margin: 1rem;
  font-size: 0.9rem;
}

.description-yellow {
  font-size: 1rem;
  color: #F2B827;
  font-family: "MyWebFontNew";
  font-weight: normal !important;
}

.CV {
  width: 8em;
  height: 1em;
  font-weight: bold !important;
  color: #4A665D !important;
  padding: 0 0.5rem 0.5rem;
  background-color: #F2B827;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-align: center;
}

.intro {
  width: 60%;
  text-align: justify;
}

.title {
  text-align: center;
  font-family: "athena";
  font-weight: 400;
  font-style: normal;
  color: #4A665D;
  font-size: 2em;
}

.subtitle h2 {
  text-align: center;
  font-family: "athena";
  font-weight: 400;
  font-style: normal;
  color: #4A665D;
  font-size: 2em;
}

/* Media queries avec les mixins Bootstrap */
@media (max-width: 767.98px) {
  .section {
    margin-left: 20%;
    margin-right: 15%;
  }
  .main-img {
    width: 100%;
    margin-left: 0%;
  }
  .maps {
    margin-left: 0%;
    width: 100%;
    margin-bottom: 0;
  }
  .wrapper-grid {
    margin-left: 0%;
    margin-right: 0%;
  }
  .WhiteBlock {
    margin-left: 10%;
    width: 80%;
  }
  .wrapper-grid-developement {
    margin-left: 10%;
    margin-right: 10%;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    grid-template-columns: minmax(200px, 1fr);
    grid-gap: 0em;
    justify-content: left;
  }
  .container-developement-title h3 {
    text-align: left;
    width: 7em;
    color: #F2B827;
    margin-top: 0.4em;
  }
  .container-developement-title-contact h3 {
    text-align: left;
    width: 7em;
    font-family: "MyWebFontNew";
    margin-top: 1em;
    line-height: 120%;
  }
}
@media (max-width: 991.98px) {
  .profile-img-long {
    width: 100%;
  }
  .description-long {
    display: inline-block;
    text-align: left;
    margin-left: 2em;
    margin-left: 2em;
    margin-bottom: 1em;
  }
}
@media (max-width: 1399.98px) {
  .wrapper-grid {
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media (max-width: 1399.98px) {
  .container-profile {
    width: 80%;
  }
}
@media (max-width: 991.98px) {
  .wrapper-grid {
    margin-left: 0%;
    margin-right: 0%;
  }
  .container-profile {
    width: 30em;
  }
}

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