/*! Written by Haddad Richard http://richardhaddad.fr */
*:not(.diagram):not(.diag) {
  border-radius: 0px !important; }

ol {
  list-style: none; }

body {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: Open Sans, sans-serif;
  font-weight: normal;
  color: white !important; }

.a {
  /*color: inherit;*/
  background-image: linear-gradient(to right, #3498DB, #3498DB);
  background-position: 0 100%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  padding: 0 4px;
  transition: 0.4s; }
  .a:hover {
    background-size: 100% 100%; }

a, a:hover, a:focus, a:active, a.active {
  color: #62d2ff; }

.diagram {
  display: inline-block; }

.contDiag {
  text-align: center; }

.label-default {
  color: white;
  background: none;
  border: 1px solid white; }

.page {
  min-height: 100vh; }

.title::after {
  content: ' ';
  display: block;
  text-align: center;
  max-width: 250px;
  height: 5px;
  background: white;
  margin: 25px auto 30px auto; }

@keyframes name_anim_left {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    transform: translateX(-0.5em); } }
@keyframes name_anim_right {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    transform: translateX(0.5em); } }
.cv {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: top;
  border: 4px solid white; }
  .cv:after {
    content: 'CV';
    display: inline-block;
    color: white;
    width: 32px;
    line-height: 32px;
    text-align: center;
    margin-left: -4px;
    margin-top: -4px; }

header {
  position: fixed;
  min-height: 36px;
  height: 100vh;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  background: transparent;
  overflow: hidden;
  white-space: nowrap; }
  header.top {
    white-space: normal; }
    header.top #myCarousel {
      margin-top: 36px; }
    header.top .overcarousel #menu {
      width: 100%; }
      header.top .overcarousel #menu li {
        width: 26%; }
        header.top .overcarousel #menu li:first-child {
          width: 0;
          overflow: hidden; }
        header.top .overcarousel #menu li::before {
          content: none; }
        header.top .overcarousel #menu li a {
          display: inline-block;
          width: 100%; }
          header.top .overcarousel #menu li a .text {
            width: 100px;
            opacity: 1; }
    header.top .overcarousel #pres {
      text-align: center;
      -webkit-animation-name: blur;
      -moz-animation-name: blur;
      -o-animation-name: blur;
      -ms-animation-name: blur;
      animation-name: blur;
      -webkit-animation-duration: 2s;
      -moz-animation-duration: 2s;
      -o-animation-duration: 2s;
      -ms-animation-duration: 2s;
      animation-duration: 2s; }
      header.top .overcarousel #pres .liens {
        margin-top: 20px; }
      header.top .overcarousel #pres .etat {
        display: block; }
      header.top .overcarousel #pres .todown {
        position: absolute;
        display: inline-block;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        color: white;
        font-size: 2em;
        text-align: center;
        width: 50px;
        height: 50px;
        border: 1px dashed transparent;
        border-radius: 30px !important;
        transition: 0.4s; }
        header.top .overcarousel #pres .todown .glyphicon {
          vertical-align: middle;
          margin-right: -3px;
          -webkit-animation-name: todown;
          -moz-animation-name: todown;
          -o-animation-name: todown;
          -ms-animation-name: todown;
          animation-name: todown;
          -webkit-animation-duration: 0.4s;
          -moz-animation-duration: 0.4s;
          -o-animation-duration: 0.4s;
          -ms-animation-duration: 0.4s;
          animation-duration: 0.4s;
          -webkit-animation-iteration-count: infinite;
          -moz-animation-iteration-count: infinite;
          -o-animation-iteration-count: infinite;
          -ms-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
          -webkit-animation-timing-function: ease-in;
          -moz-animation-timing-function: ease-in;
          -o-animation-timing-function: ease-in;
          -ms-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
          -webkit-animation-direction: alternate-reverse;
          -moz-animation-direction: alternate-reverse;
          -o-animation-direction: alternate-reverse;
          -ms-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse; }
        header.top .overcarousel #pres .todown:hover {
          background: white;
          border-color: #484848;
          color: #484848; }
          header.top .overcarousel #pres .todown:hover .glyphicon {
            -webkit-animation-name: none;
            -moz-animation-name: none;
            -o-animation-name: none;
            -ms-animation-name: none;
            animation-name: none; }
@keyframes blur {
  0% {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px); }
  100% {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px); } }
@keyframes todown {
  0% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); } }
@keyframes opa {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  header:not(.top) #myCarousel {
    margin-left: 36px;
    -webkit-animation-name: opa;
    -moz-animation-name: opa;
    -o-animation-name: opa;
    -ms-animation-name: opa;
    animation-name: opa;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    -o-animation-duration: 0.4s;
    -ms-animation-duration: 0.4s;
    animation-duration: 0.4s; }
    header:not(.top) #myCarousel::after {
      background: #2C3E50;
      border-bottom: 1px solid #1a252f; }
  header:not(.top) .overcarousel {
    display: block;
    text-align: left;
    vertical-align: top; }
    header:not(.top) .overcarousel, header:not(.top) .overcarousel .intro-text {
      position: relative;
      height: 100%;
      overflow: hidden; }
    header:not(.top) .overcarousel #menu {
      position: absolute;
      left: 0;
      top: 0;
      width: 360px; }
    header:not(.top) .overcarousel #pres {
      display: block;
      text-align: left;
      /*width: 100%;*/
      margin-left: 400px;
      margin-right: 192px;
      -webkit-animation-name: opa;
      -moz-animation-name: opa;
      -o-animation-name: opa;
      -ms-animation-name: opa;
      animation-name: opa;
      -webkit-animation-duration: 0.4s;
      -moz-animation-duration: 0.4s;
      -o-animation-duration: 0.4s;
      -ms-animation-duration: 0.4s;
      animation-duration: 0.4s; }
      header:not(.top) .overcarousel #pres .etat {
        margin-left: 15px; }
      header:not(.top) .overcarousel #pres .noms {
        padding-bottom: 5px; }
        header:not(.top) .overcarousel #pres .noms .intro-text .title {
          display: inline-block; }
          header:not(.top) .overcarousel #pres .noms .intro-text .title::after {
            content: none; }
          header:not(.top) .overcarousel #pres .noms .intro-text .title .name {
            font-size: 26px;
            margin-right: 26px;
            margin-left: 26px; }
        header:not(.top) .overcarousel #pres .noms .skills {
          font-size: 16px; }
      header:not(.top) .overcarousel #pres .liens {
        position: absolute;
        right: 0;
        top: 0;
        width: 192px;
        text-align: right;
        padding-top: 2px; }
      header:not(.top) .overcarousel #pres .todown {
        display: none; }
  header .overcarousel {
    text-align: left; }
    header .overcarousel #menu {
      vertical-align: top;
      display: inline-block;
      position: relative;
      padding: 0px;
      left: 0;
      top: 0;
      text-align: left;
      white-space: nowrap;
      background-color: transparent;
      z-index: 1000; }
      header .overcarousel #menu, header .overcarousel #menu li, header .overcarousel #menu li::before, header .overcarousel #menu a, header .overcarousel #menu a::before, header .overcarousel #menu a::after, header .overcarousel #menu a .text {
        transition: 0.4s;
        transition-property: width, opacity, background-color, border-color; }
      header .overcarousel #menu li a .text {
        display: inline-block;
        width: 0;
        padding-left: 5px;
        opacity: 0; }
      header .overcarousel #menu li a:hover .text, header .overcarousel #menu li a.expand .text {
        width: 100px;
        opacity: 1; }
      header .overcarousel #menu li a[href="#totop"] {
        background: transparent;
        border-color: white !important;
        transition-property: width, opacity, color, background-color; }
        header .overcarousel #menu li a[href="#totop"]::before {
          border-left-color: transparent; }
        header .overcarousel #menu li a[href="#totop"]::after {
          border-left-color: white; }
        header .overcarousel #menu li a[href="#totop"]:hover {
          color: #484848;
          background: white; }
  header #myCarousel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    overflow: hidden; }
    header #myCarousel #bg_video {
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      /* For center element even if he's oversized */
      position: absolute;
      top: -9999px;
      bottom: -9999px;
      left: -9999px;
      right: -9999px;
      margin: auto; }
    header #myCarousel::after {
      content: ' ';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.25); }
  header .name {
    text-transform: none !important;
    font-weight: lighter !important; }

.balise::before, .balise::after {
  display: inline-block;
  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s;
  -o-animation-duration: 4s;
  -ms-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  -ms-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }
.balise::before {
  content: '<';
  -webkit-animation-name: name_anim_left;
  -moz-animation-name: name_anim_left;
  -o-animation-name: name_anim_left;
  -ms-animation-name: name_anim_left;
  animation-name: name_anim_left; }
.balise::after {
  content: '/>';
  -webkit-animation-name: name_anim_right;
  -moz-animation-name: name_anim_right;
  -o-animation-name: name_anim_right;
  -ms-animation-name: name_anim_right;
  animation-name: name_anim_right; }

.lien {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  transition: 0.4s; }
  .lien:hover, .lien:hover:after, .lien:hover:before {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .lien img {
    margin: 0; }

.overcarousel, .overcarousel .container {
  height: 100%; }

.overcarousel .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0; }

.label-default {
  background: rgba(0, 0, 0, 0.1);
  letter-spacing: 0.5px;
  font-weight: normal; }

#programmation {
  background: #34495E; }
  #programmation .progress, #programmation .events, #programmation dt, #programmation .timeline dl::before, #programmation .jumbotron, #programmation .thumbnail {
    background: #2C3E50; }
  #programmation .circ {
    border-color: #2C3E50; }
  #programmation .timeline dl dd.pos-left .events::before {
    border-color: transparent transparent transparent #2C3E50; }
  #programmation .timeline dl dd.pos-right .events::before {
    border-color: transparent #2C3E50 transparent transparent; }
  #programmation .form-control {
    background: #2C3E50; }
  #programmation .btn {
    border-color: #2C3E50; }
    #programmation .btn:focus {
      background: #2C3E50; }

#menu a[href="#programmation"] {
  background: #34495E;
  border-color: #2C3E50; }
  #menu a[href="#programmation"]::before {
    border-left-color: #34495E; }
  #menu a[href="#programmation"]::after {
    border-left-color: #2C3E50; }
  #menu a[href="#programmation"]:hover, #menu a[href="#programmation"].expand {
    border-color: #34495E;
    background-color: #46637f; }
    #menu a[href="#programmation"]:hover::before, #menu a[href="#programmation"].expand::before {
      border-left-color: #46637f; }

#diplomes {
  background: #e74c3c; }
  #diplomes .progress, #diplomes .events, #diplomes dt, #diplomes .timeline dl::before, #diplomes .jumbotron, #diplomes .thumbnail {
    background: #C0392B; }
  #diplomes .circ {
    border-color: #C0392B; }
  #diplomes .timeline dl dd.pos-left .events::before {
    border-color: transparent transparent transparent #C0392B; }
  #diplomes .timeline dl dd.pos-right .events::before {
    border-color: transparent #C0392B transparent transparent; }
  #diplomes .form-control {
    background: #C0392B; }
  #diplomes .btn {
    border-color: #C0392B; }
    #diplomes .btn:focus {
      background: #C0392B; }

#menu a[href="#diplomes"] {
  background: #e74c3c;
  border-color: #C0392B; }
  #menu a[href="#diplomes"]::before {
    border-left-color: #e74c3c; }
  #menu a[href="#diplomes"]::after {
    border-left-color: #C0392B; }
  #menu a[href="#diplomes"]:hover, #menu a[href="#diplomes"].expand {
    border-color: #e74c3c;
    background-color: #ed7669; }
    #menu a[href="#diplomes"]:hover::before, #menu a[href="#diplomes"].expand::before {
      border-left-color: #ed7669; }

#projets {
  background: #3498db; }
  #projets .progress, #projets .events, #projets dt, #projets .timeline dl::before, #projets .jumbotron, #projets .thumbnail {
    background: #2980B9; }
  #projets .circ {
    border-color: #2980B9; }
  #projets .timeline dl dd.pos-left .events::before {
    border-color: transparent transparent transparent #2980B9; }
  #projets .timeline dl dd.pos-right .events::before {
    border-color: transparent #2980B9 transparent transparent; }
  #projets .form-control {
    background: #2980B9; }
  #projets .btn {
    border-color: #2980B9; }
    #projets .btn:focus {
      background: #2980B9; }

#menu a[href="#projets"] {
  background: #3498db;
  border-color: #2980B9; }
  #menu a[href="#projets"]::before {
    border-left-color: #3498db; }
  #menu a[href="#projets"]::after {
    border-left-color: #2980B9; }
  #menu a[href="#projets"]:hover, #menu a[href="#projets"].expand {
    border-color: #3498db;
    background-color: #5faee3; }
    #menu a[href="#projets"]:hover::before, #menu a[href="#projets"].expand::before {
      border-left-color: #5faee3; }

#contact {
  background: #1abc9c; }
  #contact .progress, #contact .events, #contact dt, #contact .timeline dl::before, #contact .jumbotron, #contact .thumbnail {
    background: #16A085; }
  #contact .circ {
    border-color: #16A085; }
  #contact .timeline dl dd.pos-left .events::before {
    border-color: transparent transparent transparent #16A085; }
  #contact .timeline dl dd.pos-right .events::before {
    border-color: transparent #16A085 transparent transparent; }
  #contact .form-control {
    background: #16A085; }
  #contact .btn {
    border-color: #16A085; }
    #contact .btn:focus {
      background: #16A085; }

#menu a[href="#contact"] {
  background: #1abc9c;
  border-color: #16A085; }
  #menu a[href="#contact"]::before {
    border-left-color: #1abc9c; }
  #menu a[href="#contact"]::after {
    border-left-color: #16A085; }
  #menu a[href="#contact"]:hover, #menu a[href="#contact"].expand {
    border-color: #1abc9c;
    background-color: #28e1bd; }
    #menu a[href="#contact"]:hover::before, #menu a[href="#contact"].expand::before {
      border-left-color: #28e1bd; }

#programmation .label-title {
  font-size: 2em; }
#programmation .progress {
  margin-bottom: 5px; }
#programmation .langage {
  margin-bottom: 1em; }
  #programmation .langage .row .col-sm-12 {
    margin-top: 30px; }

#diplomes .circ {
  background-color: white; }
#diplomes .time {
  color: white; }
#diplomes .label-default {
  padding-bottom: 0.2em;
  font-size: 71%; }

#projets .thumbnail .caption {
  color: white; }
#projets .thumbnail a img {
  display: inline; }
#projets .thumbnail p {
  font-size: 14px; }
#projets .jumbotron .jumbotron-contents {
  color: white; }
#projets .jumbotron .image-sous-titre {
  text-align: center;
  font-style: italic; }
#projets .jumbotron h1 {
  padding-top: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 2em; }
#projets .jumbotron h2 {
  text-transform: none; }
#projets .links {
  margin-bottom: 15px; }
  #projets .links img {
    width: 32px;
    height: auto;
    margin-right: 5px; }
#projets .langages_used .label {
  margin-right: 5px;
  border-width: 1px;
  letter-spacing: 0.5px; }

.image-large, .carousel-inner {
  cursor: pointer;
  transition: 0.4s; }
  .image-large:hover, .carousel-inner:hover {
    -webkit-transform: scale(1.025);
    -moz-transform: scale(1.025);
    -o-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025); }

.jumbotron > .jumbotron-photo video {
  width: 100%;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0; }

#imagemodal .modal-dialog {
  max-width: 98%;
  max-height: 50%; }
#imagemodal .modal-content, #imagemodal #imagepreview {
  max-width: 100%;
  max-height: 100%; }

#contact {
  padding-bottom: 120px; }
  #contact .form-control {
    margin-bottom: 10px;
    border: 1px solid transparent;
    color: white; }
  #contact .btn {
    border-width: 2px;
    border-style: dashed;
    background: none;
    margin-top: 10px; }
    #contact .btn:hover {
      border-style: solid; }
    #contact .btn:first-child {
      margin-top: 25px;
      margin-bottom: 10px; }
  #contact label {
    display: block;
    text-align: left; }
  #contact textarea::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: rgba(255, 255, 255, 0.5); }
  #contact textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: white;
    opacity: 0.5; }
  #contact textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: white;
    opacity: 0.5; }
  #contact textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.5); }

footer {
  text-align: center; }
  footer .lien {
    margin: 5px; }

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