@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;1,300&display=swap");
@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello.eot?72584027");
  src: url("../fonts/fontello.eot?72584027#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?72584027") format("woff2"), url("../fonts/fontello.woff?72584027") format("woff"), url("../fonts/fontello.ttf?72584027") format("truetype"), url("../fonts/fontello.svg?72584027#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (min-width: 800px) {
  .hfm {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .hfl {
    display: none !important;
  }
}

@media screen and (max-width: calc(800px - 1px)) {
  .sfm {
    display: none !important;
  }
}

@media screen and (max-width: calc(1024px - 1px)) {
  .sfl {
    display: none !important;
  }
}

html {
  box-sizing: border-box;
}

.container {
  display: flex;
}

.auto {
  flex: 1 100%;
}

.shrink {
  flex-basis: auto;
}

.center {
  text-align: center;
}

a {
  color: #319a70;
  text-decoration: none;
}
a:hover {
  color: rgb(30.5344827586, 95.9655172414, 69.7931034483);
  transition: 0.3s;
}

body {
  margin: 0;
  padding: 0;
  background: #eaeaea;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: calc(800px - 1px)) {
  body {
    background: #319a70;
  }
}

footer {
  height: 60px;
  margin-top: 10px;
  background: #fff;
  display: flex;
  padding: 0 10px;
  -webkit-box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  text-align: center;
}
footer p {
  padding: 0;
  margin: 0;
  line-height: 60px;
  width: 100%;
}
@media screen and (min-width: 800px) {
  footer {
    margin-top: 30px;
    padding: 0 7vw;
    text-align: right;
  }
}
@media screen and (min-width: 1024px) {
  footer {
    padding: 0 15vw;
  }
}

.bkg {
  background: #319a70;
}

.button {
  display: block;
  background: #000;
  min-width: 80px;
  max-width: 120px;
  width: 25vw;
  line-height: 84px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-family: fontello;
  font-size: 200%;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.logo {
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: calc(800px - 1px)) {
  .logo {
    text-align: center;
    height: 64px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 800px) {
  .logo {
    height: 64px;
    padding: 18px 0;
  }
}

header {
  background: #fff;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: calc(800px - 1px)) {
  header {
    -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.3);
  }
  header a:hover {
    color: #fff;
  }
  header .small-wrapper {
    position: absolute;
    top: 83px;
    width: 100%;
    height: 283px;
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: all 0.2s;
    user-select: none;
  }
  header .small-wrapper ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
    margin: 0;
  }
  header .small-wrapper ul li {
    display: inline-block;
    text-align: center;
    width: 90%;
    margin: auto;
  }
  header .small-wrapper ul li:not(:last-child) {
    border-bottom: 1px solid #000;
  }
  header .small-wrapper ul li a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    line-height: 70px;
    font-size: 120%;
    -webkit-tap-highlight-color: transparent;
  }
  header .small-wrapper ul li a:focus {
    color: #319a70;
  }
}
@media screen and (min-width: 800px) {
  header {
    padding: 20px 7vw;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  }
  header .wrapper {
    position: absolute;
    width: 55%;
    right: 7vw;
    transform: translateY(calc(50% - 16px));
  }
  header .wrapper ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 0px;
    border-radius: 10px;
  }
  header .wrapper ul li {
    display: inline-block;
    text-align: center;
  }
  header .wrapper ul li a {
    display: inline-block;
    text-decoration: none;
    color: #333333;
    padding: 4px 0;
    transition: all 200ms;
    -webkit-tap-highlight-color: transparent;
  }
  header .wrapper ul hr {
    height: 2px;
    width: 80%;
    background: #319a70;
    border: none;
    margin-left: 10%;
    transition: all 300ms ease-in-out;
  }
}
@media screen and (min-width: 1024px) {
  header {
    padding: 20px 15vw;
  }
  header .wrapper {
    width: 40%;
    right: 15vw;
  }
}

@media screen and (min-width: 800px) {
  .lifted {
    position: fixed;
    z-index: 0;
    top: 0;
    width: 100%;
    height: 142px;
  }
  .lifted:before, .lifted:after {
    content: "";
    position: absolute;
    z-index: -2;
  }
  .lifted:before,
  .lifted:after {
    bottom: 15px;
    left: 10px;
    width: 50%;
    height: 20%;
    max-width: 30vw;
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.3);
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  .lifted:after {
    right: 10px;
    left: auto;
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    transform: rotate(1deg);
  }
}
.main {
  /*
  height: calc(100% - 84px);
  overflow: hidden;
  @media screen and (min-width: $medium){
      height: calc(100% - 140px);
  }
  */
  background: #fff;
}
@media screen and (max-width: calc(800px - 1px)) {
  .main {
    min-height: calc(100dvh - 204px);
    margin: 10px;
    padding: 20px;
  }
}
@media screen and (min-width: 800px) {
  .main {
    min-height: calc(100dvh - 320px);
    margin: 30px 7vw 0 7vw;
    padding: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .main {
    margin: 30px 15vw 0 15vw;
  }
}
.main {
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.16), 0px 2px 3px 0px rgba(0, 0, 0, 0.12);
}
.main h1 {
  display: block;
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  text-align: center;
  background: #319a70;
  color: rgb(176.8620689655, 230.1379310345, 208.8275862069);
  margin: 50px 0 20px 0;
}
.main h1:before {
  font-family: fontello;
  margin-right: 15px;
  color: #fff;
}
.main h1.contact:before {
  content: "c";
}
.main h1.formations:before {
  content: "f";
}
.main h1.competences:before {
  content: "v";
}
.main h1.experiences:before {
  content: "e";
}
.main .form form input, .main .form form textarea {
  padding: 10px;
  background: #f8f8f8;
  font-family: "Roboto", sans-serif;
}
.main .form form input:not([type=submit]), .main .form form textarea:not([type=submit]) {
  border: 1px solid rgb(80.1379310345, 199.3620689655, 151.6724137931);
  border-radius: 3px;
  transition: 0.3s;
  outline: none;
}
.main .form form input:not([type=submit]):focus, .main .form form textarea:not([type=submit]):focus {
  border: 1px solid #319a70;
}
.main .form form input::placeholder, .main .form form textarea::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.main .form form input:not([type=submit]) {
  width: 300px;
}
@media screen and (max-width: calc(800px - 1px)) {
  .main .form form input:not([type=submit]) {
    width: calc(100% - 24px);
  }
}
.main .form form textarea {
  width: calc(100% - 24px);
}
.main .form .endform {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
}
.main .form .endform div:first-child {
  flex-grow: 1;
}
@media screen and (max-width: calc(800px - 1px)) {
  .main .form .endform div:first-child {
    text-align: center;
  }
}
@media screen and (max-width: calc(800px - 1px)) {
  .main .form .endform div:last-child {
    width: 100%;
    text-align: center;
  }
}
.main .form .submit .error {
  padding: 0 30px;
  height: 74px;
  line-height: 74px;
  border: 1px solid #aa0000;
  background: #d48383;
  color: #aa0000;
  font-size: 15px;
  border-radius: 5px;
}
@media screen and (max-width: calc(800px - 1px)) {
  .main .form .submit .error {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}
.main .form .submit .success {
  padding: 0 30px;
  height: 74px;
  line-height: 74px;
  border: 1px solid #319a70;
  background: #96e5c5;
  color: #319a70;
  font-size: 15px;
  border-radius: 5px;
}
@media screen and (max-width: calc(800px - 1px)) {
  .main .form .submit .success {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}
.main .form .submit button span:before {
  font-family: fontello;
  content: "s";
  margin-left: 10px;
}
.main .form .submit button {
  padding: 0 30px;
  height: 74px;
  line-height: 74px;
  border: 1px solid #d3d3d3;
  background: #319a70;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: calc(800px - 1px)) {
  .main .form .submit button {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}
.main .form .submit button:hover {
  box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.main .loader {
  font-weight: bold;
  font-family: monospace;
  display: inline-grid;
  font-size: 20px;
  margin-top: 20px;
  color: #319a70;
  line-height: 30px;
}
.main .loader:before,
.main .loader:after {
  content: "Envoi...";
  grid-area: 1/1;
  -webkit-mask-size: 100% 2px, 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: l35-1 1s infinite;
}
.main .loader:before {
  -webkit-mask-image: linear-gradient(#000 0 0), linear-gradient(#000 0 0);
}
.main .loader:after {
  -webkit-mask-image: linear-gradient(#000 0 0);
  animation: l35-1 1s infinite, l35-2 0.2s infinite cubic-bezier(0.5, 200, 0.5, -200);
}
@keyframes l35-1 {
  0% {
    -webkit-mask-position: 0 20px, 0 0;
  }
  20% {
    -webkit-mask-position: 0 8px, 0 0;
  }
  40% {
    -webkit-mask-position: 0 100%, 0 0;
  }
  60% {
    -webkit-mask-position: 0 3px, 0 0;
  }
  80% {
    -webkit-mask-position: 0 15px, 0 0;
  }
  100% {
    -webkit-mask-position: 0 0, 0 0;
  }
}
@keyframes l35-2 {
  100% {
    transform: translate(0.1px);
  }
}
.main .me {
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.05) inset;
}
.main .me div {
  height: 50px;
}
.main .me div.short {
  flex: 1 100%;
  padding-left: 10px;
}
.main .me div.short .me-button {
  position: absolute;
  top: 70px;
  right: 60px;
  transition: 0.5s;
}
.main .me div.short .me-button a {
  display: inline-block;
  width: 28px;
  height: 23px;
  line-height: 23px;
  color: #fff;
  background: #b0b0b0;
  border-radius: 0 0 5px 5px;
  font-size: 13px;
  cursor: pointer;
  text-align: center;
  transition: 0.3s;
}
.main .me div.short .me-button a:first-child {
  font-weight: bold;
}
.main .me div.short .me-button a:last-child {
  font-family: fontello;
}
.main .me div.short .me-button a:hover {
  background: rgb(80.1379310345, 199.3620689655, 151.6724137931);
}
@media only screen and (hover: none) and (pointer: coarse) {
  .main .me div.short .me-button a:focus {
    background: rgb(80.1379310345, 199.3620689655, 151.6724137931);
  }
  .main .me div.short .me-button a:hover {
    background: #b0b0b0;
  }
}
.main .me div img {
  border-radius: 5px;
}
.main .me div p {
  font-size: 12px;
  line-height: 14px;
  margin: 0;
}
.main .me div p:last-child {
  margin-top: 10px;
}
.main .me div #cv {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  font-size: 20px;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
  font-family: fontello;
  color: #fff;
  background: #319a70;
}
.main .me div #cv:hover {
  background: rgb(30.5344827586, 95.9655172414, 69.7931034483);
}
.main .resume {
  width: calc(100% - 20px);
  height: 0;
  overflow: hidden;
  margin: auto;
  transition: 0.5s;
}
.main .resume div {
  padding: 20px;
  font-size: 14px;
  border-radius: 0 0 5px 5px;
  background: rgb(176.8620689655, 230.1379310345, 208.8275862069);
  border: 1px solid rgb(80.1379310345, 199.3620689655, 151.6724137931);
  border-top: none;
}
.main .resume div p:first-child {
  margin-top: 0;
}
.main .resume div p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: calc(800px - 1px)) {
  .main .resume {
    text-align: justify;
  }
}
.main .line {
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 100px #f4f4f4 inset;
  -moz-box-shadow: 0 0 100px #f4f4f4 inset;
  box-shadow: 0 0 100px #f4f4f4 inset;
  padding: 5px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.main .line:not(:last-child) {
  margin-bottom: 20px;
}
.main .line div {
  padding: 0 20px;
}
.main .line div li {
  line-height: 20px;
}
@media screen and (max-width: calc(800px - 1px)) {
  .main .line div {
    width: 100%;
    text-align: justify;
  }
  .main .line div ul {
    padding-left: 15px;
  }
}
.main .line div .small-p {
  font-size: 12px;
  margin: 0 0 5px 0;
}
.main .line div:first-child {
  width: 100%;
}
@media screen and (max-width: calc(800px - 1px)) {
  .main .line div:first-child h2 {
    text-align: center;
  }
}
.main .line div:first-child h2 {
  font-size: 18px;
  border-radius: 5px;
  background: rgb(176.8620689655, 230.1379310345, 208.8275862069);
  border: 1px solid rgb(80.1379310345, 199.3620689655, 151.6724137931);
  padding: 10px;
}
.main .line div:first-child h2 span {
  font-size: 12px;
  font-weight: normal;
  color: #319a70;
}
.main .line div:not(:first-child):not(:last-child) {
  text-align: center;
}
@media screen and (max-width: calc(800px - 1px)) {
  .main .line div:not(:first-child):not(:last-child) {
    border-bottom: 1px solid rgb(176.8620689655, 230.1379310345, 208.8275862069);
    padding: 0 0 10px 0;
    margin: 0 20px;
  }
}
@media screen and (min-width: 800px) {
  .main .line div:not(:first-child):not(:last-child) {
    min-width: 220px;
  }
}
.main .line div:not(:first-child):last-child {
  font-size: 14px;
}
@media screen and (min-width: 800px) {
  .main .line div:not(:first-child):last-child {
    width: calc(100% - 300px);
  }
}
@media screen and (min-width: 800px) {
  .main .line div:not(:first-child):last-child p:first-child {
    margin-top: 0;
  }
}
.main .competence_line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-around;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 100px #f4f4f4 inset;
  -moz-box-shadow: 0 0 100px #f4f4f4 inset;
  box-shadow: 0 0 100px #f4f4f4 inset;
  padding: 5px 0 15px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.main .competence_line:not(:last-child) {
  margin-bottom: 20px;
}
.main .competence_line .domaine_name {
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width: calc(800px - 1px)) {
  .main .competence_line .domaine_name h2 {
    text-align: center;
  }
}
.main .competence_line .domaine_name h2 {
  font-size: 18px;
  border-radius: 5px;
  background: rgb(176.8620689655, 230.1379310345, 208.8275862069);
  border: 1px solid rgb(80.1379310345, 199.3620689655, 151.6724137931);
  padding: 10px;
}
.main .competence_line .comp {
  padding: 0 20px;
  display: flex;
}
@media screen and (max-width: calc(800px - 1px)) {
  .main .competence_line .comp {
    width: 100%;
    text-align: justify;
  }
}
.main .competence_line .comp .stars {
  position: relative;
  float: left;
  font-size: 20px;
}
@media screen and (max-width: calc(800px - 1px)) {
  .main .competence_line .comp .stars {
    font-size: 10px;
  }
}
.main .competence_line .comp .stars {
  height: 1em;
  line-height: 1em;
}
.main .competence_line .comp .stars:before {
  content: "●●●●●";
  float: left;
  z-index: 1;
  color: #d1d1d1;
}
.main .competence_line .comp .stars .percent {
  position: absolute;
  left: 0;
  float: left;
  overflow: hidden;
  z-index: 2;
}
.main .competence_line .comp .stars .percent:after {
  content: "●●●●●";
  color: rgb(80.1379310345, 199.3620689655, 151.6724137931);
}
.main .competence_line .comp .star-1 {
  width: 10%;
}
.main .competence_line .comp .star-2 {
  width: 20%;
}
.main .competence_line .comp .star-3 {
  width: 30%;
}
.main .competence_line .comp .star-4 {
  width: 40%;
}
.main .competence_line .comp .star-5 {
  width: 50%;
}
.main .competence_line .comp .star-6 {
  width: 60%;
}
.main .competence_line .comp .star-7 {
  width: 70%;
}
.main .competence_line .comp .star-8 {
  width: 80%;
}
.main .competence_line .comp .star-9 {
  width: 90%;
}
.main .competence_line .comp .star-10 {
  width: 100%;
}

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