@import url("https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap");
@font-face {
  font-family: "whitney";
  src: url("../fonts/whitney_bold-webfont.woff2") format("woff2"), url("../fonts/whitney_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/**
STYLE
**/
p {
  color: #464646;
}

button {
  bottom: 30px;
  background-color: #f5991a;
  border: none;
  padding: 4px 8px;
  color: #fff;
  font-family: "PT Sans", serif;
  font-size: 1.05em;
  font-weight: bold;
}

body {
  background-color: #fff;
}

.row h2 {
  width: 100%;
  font-family: "PT Sans";
  font-weight: bold;
  color: #f5991a;
  padding: 20px 20px 0px 0px;
  padding-left: 15px;
  margin-top: 20px;
}
.row .title_inverted {
  color: white;
}

.contentRow {
  padding: 0px 20px 30px 0px;
  padding-left: 15px;
  margin-top: 10px;
}
.contentRow .contentRowParagraph {
  font-size: 1.2em;
  font-family: "PT Sans";
}
.contentRow button {
  margin-right: 10px;
  margin-bottom: 10px;
}

.navbar {
  height: 50px;
  background: rgba(255, 255, 255, 0);
  float: left;
  position: fixed;
  top: 0;
  z-index: 999;
  padding: 0;
  transition: all 0.2s;
}

.navbar-menu-ul {
  list-style-type: none;
  height: 100%;
  padding-right: 20px 20px 10px 20px10px;
}
.navbar-menu-ul .LanguageSelector {
  float: left;
  padding: 0;
  width: auto;
  list-style-type: none;
  transition: all 0.2s;
}
.navbar-menu-ul .LanguageSelector li {
  float: left;
  display: inline-block;
  height: 100%;
  padding: 1px 3px 2px 3px;
}
.navbar-menu-ul .LanguageSelector li img {
  width: 25px;
}
.navbar-menu-ul .LanguageSelector li:hover img {
  box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.8);
}
.navbar-menu-ul .LanguageSelector .lg_hidden {
  display: none;
}
.navbar-menu-ul .LanguageSelector:hover {
  border-radius: 3px;
  background: rgba(206, 206, 206, 0.5);
  transition: all 0.2s;
}
.navbar-menu-ul .LanguageSelector:hover .lg_hidden {
  display: inline-block;
}
.navbar-menu-ul li {
  padding: 0;
}
.navbar-menu-ul li a {
  color: #fff;
  font-family: "PT Sans";
  font-weight: bold;
  text-decoration: none;
}
.navbar-menu-ul li a:hover {
  color: #f5991a;
}
.navbar-menu-ul li .menu-inverted {
  color: #464646;
}

#row_carousel {
  padding-top: 0px;
  position: relative;
}

.carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
}
.carousel-indicators li.active {
  background-color: #f5991a;
}

.carousel {
  height: auto;
  padding: 0;
}

.carousel-inner {
  background: linear-gradient(90deg, rgba(245, 153, 26, 0.45), #d88483) !important;
  padding: 0;
  height: auto;
  position: relative;
  height: 400px;
}
.carousel-inner img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  width: 500vw;
  min-height: 400px;
}

.carousel-item {
  height: 100%;
  background-size: cover;
}
.carousel-item video {
  width: 200%;
}

.carousel_inner_text {
  margin-top: 60px;
  padding: 0;
  padding-left: 30px;
  padding-right: 30px;
  word-wrap: break-word;
}
.carousel_inner_text h1 {
  font-size: 2.5em;
  font-family: "PT Sans", serif;
  font-weight: bold;
  color: white;
}
.carousel_inner_text .Carousel_paragraph {
  color: #fff;
  font-size: 1.5em;
}
.carousel_inner_text .paragrap_highlight {
  background: white;
  font-family: "PT Sans";
  font-weight: bold;
  color: #f5991a;
  padding: 2px 9px 4px 7px;
  white-space: nowrap;
}

.SkillsListMenu {
  height: 100%;
  padding-bottom: 7px;
  position: absolute;
  bottom: 0;
  margin: 0;
  list-style-type: none;
  -webkit-box-shadow: inset 0px -25px 17px -2px rgba(0, 0, 0, 0.27);
  box-shadow: inset 0px -45px 30px 10px rgba(0, 0, 0, 0.2);
  visibility: hidden;
}

.SkillItem {
  padding: 0px 10px 0px 10px;
  font-family: "PT Sans";
  font-weight: bold;
  text-align: center;
}
.SkillItem a {
  color: white;
  text-decoration: none;
}
.SkillItem a.active {
  color: #f5991a;
}

.experience {
  padding-bottom: 5px;
  overflow-y: hidden;
  width: auto !important;
}
.experience::-webkit-scrollbar {
  height: 8px;
}
.experience::-webkit-scrollbar-thumb {
  background: rgba(245, 153, 26, 0.05);
}
.experience:hover::-webkit-scrollbar-thumb {
  background: rgba(245, 153, 26, 0.5);
}

.experience_container {
  position: relative !important;
  height: 100%;
}

.experience_gradient {
  position: absolute;
  height: 100%;
  width: 120px;
  top: 0;
  display: none;
}

.gradient_left {
  left: -20px;
  background: white;
  background: linear-gradient(90deg, white 20%, rgba(255, 255, 255, 0) 80%);
}

.gradient_right {
  right: -20px;
  background: white;
  background: linear-gradient(-90deg, white 20%, rgba(255, 255, 255, 0) 80%);
}

.experience_professionnelles, .separator {
  width: 100%;
}

.separator {
  padding-top: 8px;
  padding-bottom: 8px;
}

.card-title {
  display: none;
}

.card {
  position: relative;
  height: auto;
  border: none;
  border-radius: 0px;
  padding: 20px 20px 10px 20px;
  font-family: "PT Sans";
  transition: all 0.4s;
  margin: 0;
}
.card:hover {
  transition: all 0.25s;
}
.card .job-title, .card h4 {
  font-size: 1.2em;
  font-weight: 700;
  margin: 0;
}
.card .job-location {
  margin: 0;
  font-weight: 600;
  color: rgba(70, 70, 70, 0.85);
  font-size: 1em;
}
.card .job-description {
  padding-top: 5px;
  margin: 0;
  padding-bottom: 30px;
}
.card .job-date {
  font-weight: 600;
  bottom: -10px;
  position: absolute;
}
.card .job-date.date-experience {
  color: #f5991a;
}
.card .job-date.date-formation {
  color: #d88483;
}

.card-experience {
  border-right: 2px solid rgba(245, 153, 26, 0.25);
  background: #fde5d0;
}
.card-experience h4 {
  color: #f5991a;
}
.card-experience:hover {
  background-color: rgba(253, 229, 208, 0.6);
}
.card-experience:first-child {
  background: #f5991a;
  border: none;
}
.card-experience:first-child:hover {
  border: none;
}
.card-experience:first-child h4 {
  color: #fff;
  padding-left: 20px !important;
}

.card-formation {
  border-right: 2px solid rgba(216, 132, 131, 0.25);
  background: #f6e3e1;
}
.card-formation h4 {
  color: #d88483;
}
.card-formation:hover {
  background-color: rgba(246, 227, 225, 0.6);
}
.card-formation:first-child {
  background: #d88483;
  border: none;
}
.card-formation:first-child:hover {
  border: none;
}
.card-formation:first-child h4 {
  color: #fff;
  padding-left: 20px !important;
}

.formation-continue {
  padding: 0 10px 10px 0;
  margin: 0;
}
.formation-continue * {
  margin: 0;
  font-family: "PT Sans";
}
.formation-continue .formation-continue-background {
  height: 100%;
  border: 2px solid transparent;
  position: relative;
  padding: 12px 12px 12px 16px;
  background: #fde5d0;
}
.formation-continue .formation-continue-background h4 {
  font-weight: 600;
  font-size: 1.1em;
  color: #f5991a;
}
.formation-continue .formation-continue-background .school {
  padding-bottom: 20px;
}
.formation-continue .formation-continue-background .school a {
  color: #464646;
  text-decoration: underline;
}
.formation-continue .formation-continue-background .formation-continue-date {
  position: absolute;
  bottom: 5px;
  font-weight: bold;
}
.formation-continue .formation-continue-background .formation-en-cours {
  position: absolute;
  top: -15px;
  right: -6px;
  background-color: #d88483;
  padding: 1px 4px 1px 4px;
  color: #fff;
  font-weight: 600;
}

.competence_row {
  background: linear-gradient(90deg, rgba(245, 153, 26, 0.45), #d88483);
  background-size: 120% 120%;
  -webkit-animation: gradientanimation 60s ease infinite;
  -moz-animation: gradientanimation 60s ease infinite;
  animation: gradientanimation 60s ease infinite;
  padding-bottom: 50px;
}
.competence_row h2 {
  color: #fff;
}
.competence_row .competence_categorie {
  margin-top: 20px;
  padding: 12px;
  height: auto;
}
.competence_row .competence_categorie .competence_categorie_inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.competence_row .competence_categorie .competence_categorie_inner .competence_categorie_foreground {
  transition: all 0.3s;
  background: #fff;
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 501;
  overflow: hidden;
}
.competence_row .competence_categorie .competence_categorie_inner .competence_categorie_foreground h4 {
  color: #d88483;
  font-weight: bold;
  font-size: 2.1vh;
  font-family: "PT Sans";
  text-align: center;
  line-height: 40px;
  white-space: nowrap;
}
.competence_row .competence_categorie .competence_categorie_inner .competence_categorie_background {
  transition: all 0.3s;
  position: absolute;
  width: 100%;
  height: 40px;
  top: -5px;
  left: -5px;
  background: #d88483;
  z-index: 0 !important;
}
.competence_row .competence_categorie .competence_categorie_inner .competence_categorie_title {
  float: left;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
}
.competence_row .competence_categorie .competence_categorie_inner .competences_list {
  width: 100%;
  float: left;
  height: auto;
}
.competence_row .competence_categorie .competence_categorie_inner .competences_list .single_competence {
  float: left;
  padding: 6px 10px 6px 10px;
  height: auto;
  background: #fff;
  margin-right: 5px;
  margin-top: 5px;
}
.competence_row .competence_categorie .competence_categorie_inner .competences_list .single_competence h5 {
  font-weight: bold;
  font-family: "PT Sans";
  color: #f5991a;
  margin: 0;
}
.competence_row .competence_categorie:hover {
  cursor: pointer;
}
.competence_row .competence_categorie:hover .competence_categorie_background {
  top: -7px;
  left: -7px;
  transition: all 0.3s;
}
.competence_row .competence_categorie:hover .competence_categorie_foreground {
  top: 2px;
  left: 2px;
  transition: all 0.3s;
}

.software_container {
  height: auto;
  float: left;
  padding: 0;
}
.software_container:nth-child(2) {
  padding-top: 30px;
}
.software_container p {
  font-family: "PT Sans";
  color: #fff;
  font-weight: 600;
}
.software_container p span {
  font-weight: 300;
}

.softwares, .languages {
  padding: 0;
  padding-right: 10px;
}
.softwares h2, .languages h2 {
  margin: 0;
  margin-bottom: 10px;
  padding-left: 0;
}
.softwares .progress_competence, .languages .progress_competence {
  margin-top: 20px;
  padding-right: 30px;
  width: 50%;
  float: left;
}
.logiciels img {
    filter: grayscale(50%);
}
.logiciels img:hover {
    filter: grayscale(0%);
    animation: 4s linear;
  }
.softwares .progress_competence h5, .languages .progress_competence h5 {
  margin-bottom: 5px;
  font-weight: bold;
  font-family: "PT Sans";
  color: #fff;
  font-size: 1.1em;
}
.softwares .progress_competence h5 span, .languages .progress_competence h5 span {
  font-weight: 300;
}
.softwares .progress_competence .progress, .languages .progress_competence .progress {
  height: 7px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.4);
}
.softwares .progress_competence .progress .progress-bar.progress-bar-software, .languages .progress_competence .progress .progress-bar.progress-bar-software {
  background: #d88483;
}
.softwares .progress_competence .progress .progress-bar.progress-bar-language, .languages .progress_competence .progress .progress-bar.progress-bar-language {
  background: #d88483;
}

.form, .social-medias {
  padding: 15px 15px 10px 0px;
}
.form p, .social-medias p {
  margin: 0;
  font-family: "PT Sans";
}
.form p a, .social-medias p a {
  color: #f5991a;
  font-weight: bold;
}
.form p span, .social-medias p span {
  font-weight: bold;
  color: rgba(70, 70, 70, 0.9);
}

.social-medias {
  border-left: 1px solid #fde5d0;
  background: rgba(253, 229, 208, 0.3);
}
.social-medias p {
  text-align: right;
}

.wpcf7-form p {
  font-family: "PT Sans";
  font-weight: bold;
  width: 100%;
  padding: 5px 5px 0px 0px;
  float: left;
  width: 100%;
  height: auto;
}
.wpcf7-form p input {
  width: 100%;
  height: 100%;
  float: left;
  border-radius: 0px;
  background: rgba(253, 229, 208, 0.1);
  border: 1px solid #fde5d0;
}
.wpcf7-form p input::placeholder {
  font-family: "PT Sans";
  font-weight: bold;
  color: rgba(245, 153, 26, 0.7);
}
.wpcf7-form p textarea {
  width: 100%;
  min-height: 200px;
  padding: 10px;
  background: rgba(253, 229, 208, 0.1);
  border: 1px solid #fde5d0;
}
.wpcf7-form p textarea::placeholder {
  font-family: "PT Sans";
  font-weight: bold;
  color: rgba(245, 153, 26, 0.7);
}
.wpcf7-form p:nth-child(4), .wpcf7-form p:nth-child(2), .wpcf7-form p:nth-child(3), .wpcf7-form p:nth-child(6) {
  min-height: 50px;
}
.wpcf7-form p:nth-child(4) input, .wpcf7-form p:nth-child(2) input, .wpcf7-form p:nth-child(3) input, .wpcf7-form p:nth-child(6) input {
  padding: 10px;
}
.wpcf7-form p:nth-child(2), .wpcf7-form p:nth-child(3) {
  width: 50%;
  float: left;
}
.wpcf7-form p:nth-child(2) input, .wpcf7-form p:nth-child(3) input {
  width: 100%;
}
.wpcf7-form p:nth-child(6) {
  width: 30%;
  height: 40px !important;
}
.wpcf7-form p:nth-child(6) input {
  font-family: "PT Sans";
  font-weight: bold;
  background: #f5991a;
  color: #fff;
  padding: 0;
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  float: left;
  font-weight: normal !important;
  color: rgba(255, 0, 0, 0.5) !important;
  font-size: 1em !important;
}

.wpcf7-response-output {
  float: left;
  width: 100%;
  font-family: "PT Sans";
  font-weight: bold;
  color: #f5991a;
  bottom: 0;
}

.portfolio_asset {
    height: auto;
    padding-bottom: 100px;

}

.portfolio_asset div {
  width: 100%;
    height: auto;
  background-color: none;
}
.portfolio_asset img {
  width: 100%;
  height: inherit;
}

.portfolio_asset .row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column:last-of-type {
  flex: 50%;
  max-width: 50%;
  padding: 0 4px ;

}

.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img, .column video, .column iframe {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}
.column iframe {
  aspect-ratio: 16 / 9;
}
@media (min-width: 576px) {
  .carousel-item video {
    width: 150%;
  }

  .card-title {
    display: block;
  }

  .experience_gradient {
    display: block;
  }

  .contentRow, h2 {
    padding-left: 0 !important;
  }

  .SkillsListMenu {
    visibility: visible;
  }

  .carousel-indicators, .carousel-control-prev, .carousel-control-next {
    visibility: hidden;
  }

  .competence_row {
    background: linear-gradient(90deg, rgba(245, 153, 26, 0.45), #d88483);
    background-size: 120% 120%;
    -webkit-animation: gradientanimation 60s ease infinite;
    -moz-animation: gradientanimation 60s ease infinite;
    animation: gradientanimation 60s ease infinite;
  }
  .Project_Video {
    height: 200px;
    background-color: red;
  }
}
@-webkit-keyframes gradientanimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 51%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes gradientanimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 51%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradientanimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 51%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@media screen and (max-width: 800px) {
  .portfolio_asset {


  }
  .column, .column:last-of-type  {
    flex: 50%;
    max-width: 50%;

  }

}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .portfolio_asset {
    padding-left: 40px;
  }
  .column, .column:last-of-type  {
    flex: 100%;
    max-width: 100%;
    padding: 10px;
  }

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