/* Custom Stylesheet */
/**
 * Updating some elements
 */

body {
  font-family: Ubuntu, sans-serif;
  overflow: hidden;
}

@media only screen and (min-width: 1201px) {
  .parallax-maitrise {
    height: 600px !important;
  }
}

@media only screen and (min-width: 601px) and (max-width: 1200px) {
  .parallax-maitrise {
    height: 500px !important;
  }
}

@media only screen and (min-width: 501px) and (max-width: 600px) {
  .parallax-maitrise {
    height: 950px !important;
  }
}

@media only screen and (max-width: 500px){
  .parallax-maitrise {
    height: 950px !important;
  }
}

nav ul a,
nav .brand-logo {
  color: #444;
}

p {
  line-height: 2rem;
}

.button-collapse {
  color: #26a69a;
}

.no-top{
  min-height: 500px !important;
}

.no-top div.section{
  top: 0;
}

.parallax-container {
  min-height: 700px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 15%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

.card.h150{
  height: 150px;
}

.card.h150 .card-image,
.card.h150 .card-image img{
  height: 100%;
}

.card.h200{
  height: 200px;
}

.card.h200 .card-image,
.card.h200 .card-image img{
  height: 100%;
}


.overb{
  background-color: rgb(0, 0, 0);
  opacity: 0.6;
  position: relative;
  width: 100%;
  height: 100%;
}

.side-nav a{
  padding: 0 30px;
}

.side-nav li{
  padding: 0;
}

#comp_fire span.badgem{
  border-radius: 4px 4px 0px 0px;
  padding: 2px 3px;
  font-size: 18px;
  line-height: 10px
}

#comp_fire .card .progress{
  margin: 0;
}

#comp_fire .card .card-content {
  padding: 0px;
}

ul.fsocials li{
  display: inline-block;
  opacity: 0.8;
  transition: opacity .1s linear;
}

ul.fsocials li:hover{
  opacity: 1;
}

div.fsocial{
  background-image: url("../img/socircle.jpg");
  height: 40px;
  width: 40px;
}

div.fsocial.facebook{   background-position: -10px  -5px; }
div.fsocial.linkedin{   background-position:  51px 145px; }
div.fsocial.googleplus{ background-position:  98px 145px; }
div.fsocial.dropbox{    background-position: 145px 145px; }
div.fsocial.skype{      background-position:  97px  48px; }
div.fsocial.github{      background-position:  97px  48px; }

::selection {
  background: #9575cd;
  color: white;
}
::-moz-selection {
  background: #9575cd;
  color: white;
}

i.material-icons.f120{
  font-size: 80px;
  border: 2px solid;
  border-radius: 80px;
  padding: 30px;
}

.tt{
  text-decoration: underline dotted;
}

span.no-display{
  display: none;
}

.icon-block h2,
.icon-block h2 i,
.icon-block h4 {
  transition: all .3s;
}

.icon-block:hover h2 i{
  background-color: #7e57c2;
  font-size: 100px;
  margin-top: -20px;
}

.icon-block:hover h2{
  color: white !important;
}

.icon-block:hover h2,
.icon-block:hover h4,
.icon-block:hover h2 i{
  transition: all .3s;
  cursor: default;
}

#real_fire .card .card-image:hover{
  opacity: 0.8;
}

#real_fire .card .card-content{transition: all .2s;}
.av:hover  .card-content{background-color: #e3f2fd;}
.mi:hover  .card-content{background-color: #f1f8e9;}
.po:hover  .card-content{background-color: #fff8e1;}
.oem:hover .card-content{background-color: #e8eaf6;}
.cal:hover .card-content{background-color: #e3f2fd;}
.pfe:hover .card-content{background-color: #cfd8dc;}


footer.page-footer{
  padding-top: 0;
}

#mainemu a:hover,
#mainemu a.active{
  background-color: #673ab7;
  color: #FFF !important;
}

/***************titles section ****************/

.section-title {
    position: relative;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
}

.section-title span {
    position: relative;
    display: inline-block;
    padding-right: 1.4em;
    background: #fff;
    padding-left: 1.4em;
}

.section-title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-bottom: 4px solid #dddddd;
}

.lh {
  line-height: 40px;
}

span.nopadd{
  padding: 0;
}

.chip{
  margin-bottom: 5px;
}

.timeline_container p{
  line-height: 22px;
}

.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

.centerw{
  text-align: center;
}

.centerw .side-nav{
  text-align: left;
}

.centerw ul{
  display: inline-block;
}

.card{
  background-color: transparent;
}

ul#mainemu li a,
ul#nav-mobile li a{
  text-transform: uppercase;
}

#comp_fire .card img{
  transition: all .1s;
}

#comp_fire .card img:hover{
  -ms-transform: rotate(2deg); /* IE 9 */
  -webkit-transform: rotate(2deg); /* Chrome, Safari, Opera */
  transform: rotate(2deg);
}

@-webkit-keyframes fadein {
    from { opacity: 0.5; }
    to { opacity: 1; }
}

@-moz-keyframes fadein {
    from { opacity: 0.5; }
    to { opacity: 1; }
}

@keyframes fadein {
    from { opacity: 0.5; }
    to { opacity: 1; }
}

.fading.fs,
.fading.pod,
.fading.dev,
.fading.ot{
    -webkit-animation: fadein .8s ease-in alternate infinite;
    -moz-animation: fadein .8s ease-in alternate infinite;
    animation: fadein .8s ease-in alternate infinite;
}

.flag{
    background-image: url("../img/flags.png");
    display: inline-block;
    width: 23px;
    height: 21px;
    margin-bottom: -4px;
}

.flag-fr{
    background-position: 0px 25px;
}

.flag-en{
    background-position: 0px 1px;
}

#socicons{
    text-align: center;
}

#socicons li{
  display: inline-block;
  margin: 0 30px 10px;
  border: 3px solid #222;
  padding-top: 16px;
  border-radius: 35px;
  width: 70px;
  height: 70px;
  transition: .2s ease-in;
}

#socicons li a{ 
  color: #555;
  transition: .1s ease-in;
 }

#socicons li:hover,
#socicons li:hover a{
  color: #673ab7;
  border-color: #673ab7;
}

.spinner-deep-purple2, .spinner-deep-purple2-only{
  border-color: #9575cd;
}

.navbar-fixed nav{
  transition: all .3s;
}

.nopadding { padding: 0px !important;}
.nomargin { margin: 0px !important;}

#cult_fire .item img {
  opacity: 1;
  transition: .5s ease;
}

#cult_fire .item:hover img {
  opacity: 0.5;
}

img {
  margin: 5px;
  max-width:100%;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

img.activator {
  margin: 0px auto;
  height: 190px;
}

.gallry .card-revealp {
    font-size: 13px;
}

.gallery .card .card-title {
    font-size: 20px;
}

@media only screen and (min-width: 993px) {
  .gallery.row .col.l3 {
    width: 24% !important;
  }
}

.tech .card {
  box-shadow: none;
}

.arrow span {
  color: #f5f5f5;
  font-family: sans-serif;
  font-size: .80em;
  left: 35px;
  top: 75px;
  position: absolute;
  width: 80px;
}

.arrow {
  box-shadow: 0 0 3px 2px rgba(0,0,0,0.8);
  height: 100px;
  right: -50px;
  position: absolute;
  top: -50px;
  width: 100px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.card-images {
  position: relative;
}

.desc_me,
.desc_me .es6,
.desc_me .ionic,
.desc_me .symfony,
.desc_me .wordpress,
.desc_me .reactnative{
    padding: 0px 5px 2px;
    border-radius: 2px;
}

.desc_me .es6 {background-color: #323330; color: #F0DB4F;}
.desc_me .ionic {background-color: #498AFF; color: white;}
.desc_me .symfony {background-color: black; color: white;}
.desc_me .wordpress {background-color: #00749C; color: white;}
.desc_me .reactnative {background-color: #222; color: #61DBFB;}

.gallery_cult {
  display: grid;
  grid-template-columns: repeat(auto-fill, 80px);
  grid-auto-rows: 80px;
  grid-auto-flow: dense;
}

.item {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1;
  grid-template-rows: 1;
}

.item img {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0px;
}

.item.v2 {
  grid-row: span 2;
}

.item.v3 {
  grid-row: span 3;
}

.item.v4 {
  grid-row: span 4;
}

.item.h2 {
  grid-column: span 2;
}

.item.h3 {
  grid-column: span 3;
}

.item.h4 {
  grid-column: span 4;
}

footer.page-footer .footer-copyright {
    height: 80px;
    line-height: 30px;
}

footer.page-footer .footer-copyright .container {
  padding-top: 10px;
}