/* On CSS update make sure required files are imported
 GENERATE SASS with this command line in public folder =>    vendor/bin/robo  sass */
.navbar {
  width: 100%;
  padding: 30px 0;
  opacity: 1;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  z-index: 9999;
  top: 0;
}
.navbar .nav-item {
  font-size: 1.2rem;
  padding-right: 20px;
}
.navbar i {
  font-size: 2rem;
}
.navbar ul li {
  cursor: pointer;
}
/* shrink class add animation on scroll for navbar */
.shrink {
  background: #fff;
  padding: 10px 0;
  box-shadow: 2px 2px 5px #3292a6;
}
.sizer {
  width: 200px;
  height: 80px;
}
.default-color {
  color: #000 !important;
}
.shrink-color {
  color: rgba(0, 0, 0, .5) !important;
}
#header-zone {
  color: #000;
  position: relative;
  height: 100%;
  background: url("/chiffresClefs/img/fond/fond.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#header-zone .extra-margin {
  margin-top: 80px;
}
#header-zone .intro-text {
  font-size: 2.73rem;
  font-weight: 300;
  line-height: 1.2;
}
#header-zone .pres {
  font-size: 1.25rem;
  font-weight: 400;
}
#header-zone .cacfont {
  font-size: 10em !important;
  margin-top: -94px;
  color: white;
}
#header-zone .bg {
  background-color: rgba(255, 255, 255, 0.30);
  border-radius: 2%;
}
/* white font color on mobile devices for  header */
@media (max-width: 640px) {
  header p, header h1 {
    color: #000;
  }
  header .col-md-6 {
    padding-top: 100px;
  }
}
p span {
  font-weight: bold;
}
.card-deck .card:nth-child(1) p span {
  color: #008c94;
}
.card-deck .card:nth-child(2) p span {
  color: #063;
}
.card-deck .card:nth-child(3) p span {
  color: rgba(231, 52, 76, 0.8);
}
.card-deck .card:nth-child(4) p span {
  color: #f90;
}
.card-deck .card:nth-child(5) p span {
  color: #f90;
}
.card-deck .card:nth-child(6) p span {
  color: #008c94;
}
.images-overflow {
  overflow: hidden !important;
}
.card {
  border: 0;
}
.card .icon {
  max-height: 90px;
  max-width: 86px;
}
.card .css-image {
  margin-top: 30px;
  text-align: center;
}
.underline {
  text-decoration: underline;
}
footer .container-fluid {
  background-color: #2e2e2e;
}
.cursor {
  cursor: pointer;
}
.custom-blue {
  background-color: #048a92;
}
.custom-font-color {
  color: #048a92;
}
.custom-blue-border {
  border-color: #048a92;
}
.img-dept {
  width: 35%;
  height: 35%;
}
.img-custom-fluid {
  max-width: 100%;
  height: 425px;
}
body {
  /* hide animated content until the appear in the viewport */
  overflow-x: hidden;
}
/* This media querie prevent weird effect on mobile devices */
@media screen and (min-width: 1400px) {
  /* font applied to mutualism and implication paragraph */
  body, html {
    height: 100%;
  }
  .font {
    font-size: 1.2rem;
  }
  .increase-img-size {
    width: 120%;
    margin-left: -96px;
  }
}
