@import "node_modules/bootstrap/dist/css/bootstrap.min.css";
@import "creative.css";
@font-face {
  font-family: 'MuseoModerno';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/museomoderno/v27/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMlZFuew.ttf) format('truetype');
}
@font-face {
  font-family: 'MuseoModerno';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/museomoderno/v27/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMtZEuew.ttf) format('truetype');
}
@font-face {
  font-family: 'MuseoModerno';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/museomoderno/v27/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMmREuew.ttf) format('truetype');
}
@font-face {
  font-family: 'MuseoModerno';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/museomoderno/v27/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMv9Duew.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4n.ttf) format('truetype');
}
/* Generic Classes */
html {
  margin: auto;
  line-height: 1.75;
  font-size: 1.25em;
}
body {
  overflow-x: hidden;
  padding: 0;
  font-size: 11pt;
  /** Images **/
}
body h1,
body h2,
body h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
body h2 {
  font-size: 1.8rem;
}
body header {
  opacity: 0.5;
}
body header h1 {
  color: black;
}
body header .header-content p {
  margin-bottom: 40px !important;
}
body header .header-content .btn-primary {
  opacity: 0;
}
body header .keywords {
  line-height: 1.6rem;
  margin: 1rem auto;
}
body header .keywords span {
  transform: translateY(-1500px);
  display: inline-block;
  font-weight: bold;
  text-transform: capitalize;
  color: #FFF;
  opacity: 0.2;
}
body header .keywords span:before {
  content: " - ";
  padding: 0 5px;
  opacity: 0;
}
body header .keywords span:first-child:before {
  content: "";
}
body footer,
body #mainNav {
  opacity: 0;
}
body.loaded #content {
  max-height: 100000px;
  padding-bottom: 30px;
  transition: max-height 2s 0.5s, padding 0.2s 1s;
}
body.loaded .navbar {
  background-color: #49423FDD;
}
body.loaded .navbar li {
  display: flex;
  flex-direction: row;
}
body.loaded .navbar .navbar-right {
  padding-right: 15px;
}
body.loaded .navbar .navbar-right .icon-only a {
  padding: 0;
  margin-top: -3px;
}
body.loaded .navbar .icon-nav {
  height: 25px;
  margin: 0 10px 0 0;
  object-fit: contain;
}
body.loaded .navbar .icon-nav:before {
  align-self: center;
  justify-self: center;
}
body.loaded .navbar .navbar-collapse {
  max-height: 410px;
}
body.loaded .navbar .navbar-collapse.in {
  background-color: #49423F;
  color: #FFFFFF;
  box-shadow: #333 0px 4px 12px;
}
body.loaded .navbar .navbar-collapse.in .nav > li {
  text-align: center;
  flex-direction: column;
  margin: 1em auto;
}
body.loaded .navbar .navbar-collapse.in .nav > li > a,
body.loaded .navbar .navbar-collapse.in .nav > li > a:focus {
  color: white;
  display: flex;
  flex-direction: row;
}
@media (max-width: 991px) {
  body.loaded .navbar .navbar-collapse.in .nav > li > a,
  body.loaded .navbar .navbar-collapse.in .nav > li > a:focus {
    justify-content: center;
    align-content: center;
  }
}
body.loaded .navbar .navbar-collapse.in .navbar-right {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 991px) {
  body.loaded .navbar .navbar-collapse.in .navbar-right > li > a,
  body.loaded .navbar .navbar-collapse.in .navbar-right > li > a:focus {
    flex-direction: column;
  }
}
body.loaded .navbar .navbar-collapse.in .navbar-right .icon-nav {
  display: flex;
}
@media (max-width: 991px) {
  body.loaded .navbar .navbar-collapse.in .navbar-right .icon-nav {
    margin: 0 auto 5px;
  }
}
body.loaded header {
  opacity: 1;
  transition: opacity 3s ease 0.2s;
}
body.loaded header h1 {
  transition: color 5s;
  color: white;
}
body.loaded header .header-content .btn-primary {
  opacity: 1;
  transition: opacity 0.5s 4.8s;
}
body.loaded header .keywords {
  max-width: 590px;
}
body.loaded header .keywords span {
  transform: translateY(0);
  opacity: 1;
  color: rgba(255, 255, 255, 0.7);
  transition: transform 0.7s ease, opacity 0.5s, color 1.2s;
}
body.loaded header .keywords span:nth-child(1) {
  transition-delay: 0.5s;
}
body.loaded header .keywords span:nth-child(2) {
  transition-delay: 0.7s;
}
body.loaded header .keywords span:nth-child(3) {
  transition-delay: 0.9s;
}
body.loaded header .keywords span:nth-child(4) {
  transition-delay: 0s;
}
body.loaded header .keywords span:nth-child(5) {
  transition-delay: 1.1s;
}
body.loaded header .keywords span:nth-child(6) {
  transition-delay: 1s;
}
body.loaded header .keywords span:nth-child(7) {
  transition-delay: 0.15s;
}
body.loaded header .keywords span:nth-child(8) {
  transition-delay: 0.05s;
}
body.loaded header .keywords span:before {
  opacity: 1;
  transition: opacity 0.2s 1s;
}
body.loaded footer {
  opacity: 1;
  transition: opacity 0.6s 0s;
  transition-delay: 1.5s;
}
body.loaded footer .glyphicon {
  font-size: 24pt;
  margin: 5px 0;
}
body.loaded footer .glyphicon.glyphicon-calendar {
  color: #39c582;
}
body.loaded footer .glyphicon.glyphicon-facetime-video {
  color: #ff2858;
}
body.loaded #mainNav {
  opacity: 1;
  transition: opacity 1s 2s;
}
body #headerMenu {
  position: fixed;
  background: #FFF;
  width: 100%;
  top: 0;
  z-index: 100;
  left: 0;
}
body #headerMenu .h2 {
  margin: 15px 20px;
  font-size: 16pt;
  color: #666;
}
body #content {
  max-height: 0;
  overflow-y: hidden;
  padding: 0;
  z-index: 2;
}
body #content .part {
  margin: 15px 0 15px;
}
body #content #presentation {
  padding: 40px 50px 20px;
}
body #content #presentation .lang {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-top: 15px;
  float: right;
}
body #content #presentation .lang li {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: end;
}
body #content #presentation .lang li label {
  width: 30px;
  display: none;
  font-size: 6pt;
  color: var(--color-text);
  font-weight: normal;
  line-height: 20px;
}
body #content #presentation .lang li img {
  width: 20px;
  height: 20px;
  margin: 0 5px;
}
body #content #presentation hr {
  margin-bottom: 60px;
}
body #content #presentation .avatar {
  max-width: 100%;
  margin: 0 auto;
  max-height: 200px;
  display: block;
}
body #content #presentation .cv {
  max-width: 200px;
  margin: 30px auto;
}
body #content #presentation .panel {
  margin-top: 0;
  padding: 0;
}
body #content #presentation .panel .panel-heading {
  padding: 10px 25px;
  text-align: center;
}
body #content #presentation .panel .cols .col ul li {
  font-size: 0.8em;
  margin: 0 0 2em;
  line-height: 1.2em;
}
body #content #presentation .panel .cols .col ul li:first-line {
  font-size: 1.2em;
  line-height: 1.9em;
}
body #content #presentation .panel .cols .col ul li em {
  margin-top: 0.6em;
  display: block;
}
@media (max-width: 991px) {
  body #content #presentation {
    padding-left: 0;
    padding-right: 15px;
  }
}
body #content .cols {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
body #content .cols li {
  padding: 0;
  margin: 0;
  list-style: none;
}
body #content .cols ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body #content .cols .break {
  flex-basis: 100%;
  height: 0;
  margin: 0;
}
body #content .cols .col {
  width: 46%;
  flex-grow: 1;
  padding: 20px 2%;
  max-width: min(80%, 500px);
  margin: 20px 2%;
  border: 2px solid #f05f40;
  border-radius: 5px;
  box-sizing: border-box;
}
body #content .cols .col h3 {
  text-align: center;
  color: #f05f40;
  margin: 0;
  padding: 0 10px 15px;
}
@media (min-width: 1199px) {
  body #content .cols .col {
    width: 26%;
    padding: 10px 1.5%;
  }
}
@media (max-width: 767px) {
  body #content .cols .col {
    width: 100%;
    padding: 10px 3.5%;
    margin: 1em 0;
  }
  body #content .cols .col:first-child {
    margin-top: 2em;
  }
  body #content .cols .col:last-child {
    margin-bottom: 2em;
  }
}
body #content .blasons {
  display: flex;
  clear: both;
  background-color: transparent;
  border: none;
  padding-left: 15%;
  padding-top: 25px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
}
body #content .blasons a {
  display: flex;
  justify-content: center;
}
body #content .blasons img {
  max-width: 75%;
  max-height: 60px;
  display: block;
  height: auto;
  margin: 10px 0;
}
@media (max-width: 767px) {
  body #content .blasons {
    padding-left: 0;
  }
}
@media (max-width: 367px) {
  body #content .blasons a {
    width: 50%;
    margin-top: 1em;
  }
}
body #content .tags {
  display: block;
  width: 100%;
  margin: 3rem auto;
  max-width: 1280px;
}
body #content #publications h2 {
  font-size: 11pt;
  font-variant: small-caps;
  padding: 2px 20px 0 0;
  border-bottom: 2px solid #D4D4D4;
  margin-bottom: 2px;
  margin: 0;
}
body #content #publications a {
  float: right;
  margin: 5px 5px 5px 0;
  width: 330px;
}
body #content #publications p {
  padding: 15px 20px;
  font-size: 9pt;
}
body #content #publications .panel-body {
  max-width: 970px;
  width: 95vw;
  margin: 15px auto;
}
body #content #projets {
  color: #333;
}
body #content #projets .panel-heading {
  color: white;
}
body #content #projets .panel-body {
  max-width: 980px;
  width: 90vw;
  margin: 3em auto;
}
body #content #projets .panel-body h2 {
  font-size: 1.4em;
}
body #content #projets .logo {
  margin: 30px 0 10px;
  clear: right;
  text-align: center;
}
@media (max-width: 767px) {
  body #content #projets .logo {
    padding-top: 15px;
    padding-bottom: 10px;
  }
}
body #content #projets .logo img {
  max-height: 100px;
  margin: 0 auto;
  max-width: 220px;
}
body #content #projets .date {
  color: #666;
  margin: 10px 0 0;
  font-size: 11pt;
  text-align: left;
  border-top: 2px solid #D4D4D4;
  padding: 8px 20px 8px;
  font-weight: bold;
  font-style: italic;
}
@media (max-width: 991px) {
  body #content #projets .date {
    text-align: center;
  }
}
body #content #projets p {
  font-size: 9pt;
  margin: 2px 0 10px 15px;
  padding: 5px 0 5px 5px;
  border-left: 1px solid #EEE;
}
@media (max-width: 991px) {
  body #content #projets p {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
body #content #projets p em {
  font-size: 0.9em;
  margin: 8px 0;
  color: #333;
  display: block;
}
body #content #projets h2,
body #content #projets h3,
body #content #projets p {
  padding: 0 15px;
}
body #content #projets h2 {
  margin: 2px 0 2px 0;
}
body #content #projets h3 {
  margin: 10px 0 2px;
  font-size: 10pt;
}
body #content .panel {
  margin-top: 100px;
}
body #content .panel .panel-heading {
  padding: 50px 20px 100px;
  text-align: right;
  color: #333;
  font-size: 16pt;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  font-size: 30pt;
}
@media (max-width: 991px) {
  body #content .panel .panel-heading h2 {
    text-align: center;
  }
}
body #content .panel#publications .panel-heading {
  background: url('images/library.jpg');
  color: #CCC;
  padding: 150px 20px 250px;
  margin-bottom: 10px;
}
body #content .panel#contact {
  background: url('images/envelope.jpg');
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom: 20px;
  background-position: center;
}
body #content .panel#contact .panel-heading {
  background: none;
  padding: 50px 20px 30px;
}
body #content .panel#contact .panel-body {
  padding: 10px 50px 50px;
}
body #content .panel#contact .panel-body .qrcode {
  text-align: center;
  margin: 50px auto;
  max-width: 50%;
  width: 220px;
  font-size: 8pt;
  line-height: 8pt;
  color: #999;
}
body #content .panel#contact .panel-body .qrcode img {
  width: 100%;
  display: block;
  margin: 0 auto 5px;
}
body #content .panel#projets .panel-heading {
  padding: 150px 20px 200px;
  background: url('images/project-background.jpg');
  background-position-y: -190px;
  background-position-x: 30%;
}
body #content #contact {
  line-height: 30px;
}
body #content #contact .label {
  margin-left: 20px;
}
body #content #contact .panel-body {
  text-align: center;
}
body #content #contact .panel-footer a {
  color: #337ab7;
}
body #content #social a {
  text-decoration: none;
}
body #content #social #picto > div {
  margin: 0 auto;
  width: 270px;
}
body #content #social #picto a:hover {
  opacity: 0.9;
}
body #footer {
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  background: #FFF;
  padding-top: 5px;
  border-top: 1px solid #D4D4D4;
  background: #333;
  color: #FFF;
  z-index: 12;
  height: 50px;
}
body #footer #contacts {
  padding: 0;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}
body #footer #contacts > span {
  text-align: center;
  line-height: 40px;
  font-size: 9pt;
  height: 50px;
  float: left;
  vertical-align: middle;
  text-overflow: hidden;
}
body #footer #contacts > span.address {
  line-height: 20px;
}
body #footer #contacts > span a {
  text-decoration: none;
  height: 100%;
  display: block;
  color: #EEE;
}
body #footer #contacts > span a:hover {
  color: #CCC;
  text-decoration: underline;
}
body #footer #contacts > span a > span {
  vertical-align: top;
  display: inline-block;
  height: 40px;
}
@media (min-width: 1200px) {
  body #footer #contacts > span a > span.visible-lg {
    display: inline-block !important;
  }
}
body #footer #contacts > span i {
  margin-right: 12px;
}
body #social {
  padding-bottom: 80px;
  margin-bottom: 100Px;
}
body #social #twitter {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
body .icon-twitter,
body .icon-facebook,
body .icon-googleplus,
body .icon-linkedin,
body .icon-google,
body .icon-rss {
  width: 52px;
  height: 52px;
  opacity: 0.8;
}
body .icon-twitter:hover,
body .icon-facebook:hover,
body .icon-googleplus:hover,
body .icon-linkedin:hover,
body .icon-google:hover,
body .icon-rss:hover {
  opacity: 1;
}
body .icon-phone,
body .icon-address,
body .icon-discord,
body .icon-email,
body .icon-skype,
body .icon-coffee {
  width: 48px;
  height: 48px;
}
body .icon-twitter,
body .icon-skype,
body .icon-facebook,
body .icon-discord,
body .icon-googleplus,
body .icon-google,
body .icon-coffee,
body .icon-linkedin,
body .icon-rss,
body .icon-phone,
body .icon-address,
body .icon-email {
  background-image: url('images/icon.png');
  background-repeat: no-repeat;
  display: inline-block;
}
body .icon-twitter {
  background-position: -128px 0;
}
body .icon-facebook {
  background-position: 0 0;
}
body .icon-linkedin {
  background-position: -64px 0;
}
body .icon-rss {
  background-position: 0 -64px;
}
body .icon-discord {
  background-position: -72px -74px;
}
body .icon-email {
  background-position: 0 -128px;
}
body .icon-skype {
  background-position: -47px -128px;
}
body .icon-address {
  background-position: -96px -128px;
}
body .icon-phone {
  background-position: -144px -128px;
}
body .icon-coffee {
  background-position: -122px -72px;
  opacity: 0.8;
}
body .icon-coffee:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  body header {
    min-height: 100%;
    margin-bottom: 30px;
  }
  body header .gotan-member {
    position: absolute;
    visibility: hidden;
    bottom: 55px;
    height: 200px;
    right: 0;
    width: 100%;
    text-align: center;
    z-index: 3;
    transform: translateY(320px);
  }
  body header .gotan-member img {
    width: 200px;
  }
  body header .btn-primary {
    display: none;
  }
  body #headerMenu {
    width: 100%;
    top: 0;
  }
  body #headerMenu .navbar {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  body #headerMenu .navbar .navbar-inner {
    width: 100%;
    margin-top: 0;
  }
  body #social #picto {
    background: #FFF;
    position: fixed;
    top: 60px;
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #D4D4D4;
  }
  body #social #picto a {
    display: inline-table;
    float: none;
  }
  body #content {
    position: relative;
  }
  body #content #presentation {
    padding: 0;
    margin-top: 0;
  }
  body #content #presentation > .block .text .cv {
    float: none;
    height: 40px;
    line-height: 30px;
    clear: both;
    display: block;
    top: 290px;
    width: 90%;
    margin: 10px auto;
    right: 5%;
  }
  body #content #presentation .avatar {
    max-width: 50%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  body #content #presentation .panel .panel-heading {
    text-align: center;
    box-sizing: border-box;
    margin: 0;
    padding: 20px;
  }
  body #content #presentation .panel .panel-heading h2 {
    line-height: 50px;
    font-size: 16pt;
  }
  body #content #presentation .panel .panel-heading h2 {
    line-height: 50px;
  }
  body.loaded header .gotan-member {
    transition: transform 1.5s 1s, opacity 2s 3.5s;
    transform: translateY(0px);
    opacity: 1;
  }
}
@media (max-width: 991px) {
  body header .header-content {
    padding-top: 80px;
  }
  body header .header-content p {
    margin-bottom: 22px !important;
  }
  body header hr {
    margin: 20px auto;
  }
  body header .gotan-member {
    bottom: 25px;
  }
  body .panel-body,
  body .col-xs-12 {
    padding: 0;
    margin: 0;
  }
  body [data-id=mainContent] > img {
    object-fit: cover;
    min-height: 50vh;
  }
  body #content .panel#contact .panel-body {
    padding: 0;
  }
  body #content .panel#contact .panel-body h3 i {
    display: block;
    margin: 15px auto;
    color: #DDD;
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  body header {
    position: relative;
  }
  body header .header-content {
    top: 47%;
  }
  body header .gotan-member {
    position: absolute;
    bottom: 0px;
    right: 0px;
    opacity: 0;
    padding: 5px;
    margin-top: 0;
  }
  body.loaded header .gotan-member {
    transition: transform 1.5s ease 1s, opacity 2s 5s;
    transform: translateY(-52px);
    opacity: 1;
  }
}
