







.close {
  font-size: 1.5rem;
}

.col-md-4 img {
  opacity: 0.7;
  cursor: pointer;
  margin: 2rem;
  width: 100%;
}

.col-md-4 img:hover {
  opacity: 1;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


div.text-container {
  margin: 0 auto;
  width: 75%;    
}

.hideContent {
  overflow-y: hidden;
  height: 120px;
}

.showContent {
  overflow-y: auto;
  height: auto;
}

.show-more {
  padding: 10px 0;
  text-align: center;
}


.testimonial-bg{
  background-color:#fff;
   border: 5px solid #1d8cf8;
    font-family: 'Raleway', sans-serif;
   padding: 35px 70px;
   text-align: center;
   position: relative;
}
.testimonial-bg:before{
   content: "\f10d";
   font-family: "fontawesome";
   width: 75px;
   height: 75px;
 border: 5px solid #1d8cf8;
   line-height: 75px;
   background: #fff;
   text-align: center;
   font-size: 50px;
   color: #3c414c;
   position: absolute;
   top: -40px;
   left: 2%;
}
.testimonial{
   padding: 0 15px;
}
.testimonial .description{
   font-size: 20px;
   font-weight:400;
   font-style: italic;
   color: #848484;
   line-height: 30px;
   padding-bottom: 25px;
   margin-bottom: 15px;
   position: relative;
}
.testimonial .description:before{
   content: "";
   width: 75%;
   border-top: 1px solid #1d8cf8;
   margin: 0 auto;
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
}
.testimonial .description:after{
   content: "";
   width: 20px;
   height: 20px;
   background: #fff;
   position: absolute;
   bottom: -10px;
   left: 50%;
   border-bottom: 1px solid #1d8cf8;
   border-right: 1px solid #1d8cf8;
   transform: translateX(-50%) rotate(45deg);
}
.testimonial .pic{
   width: 100px;
   height: 100px;
   border-radius: 50%;
   margin: 25px auto;
   overflow: hidden;
}
.testimonial .pic img{
   width: 100%;
   height: auto;
}
.testimonial .title{
 font-family: 'Raleway', sans-serif;
   display: inline-block;
   font-size: 24px;
   font-weight: 700;
   color: #1d8cf8;
   text-transform: capitalize;
   margin: 0;
}
.testimonial .post{
 font-family: 'Raleway', sans-serif;
   display: inline-block;
   font-size: 20px;
   color: #848484;
}
.owl-theme .owl-controls{
   margin-top: 10px;
   position: absolute;
   bottom: -20%;
   right: 0;
}
.owl-theme .owl-controls .owl-buttons div{
   width: 50px;
   height: 50px;
   line-height: 50px;
   background: #34363b;
   opacity: 1;
   padding: 0;
  display:inline-block;
  margin:0 10px; 
}
.owl-prev:before,
.owl-next:before{
   content: "\f104";
   font-family: "fontawesome";
   font-size: 23px;
   font-weight: 700;
   color: #fff;
}
.owl-next:before{
   content:"\f105";
}
@media only screen and (max-width:767px){
   .testimonial-bg{ padding: 50px 40px; }
   .owl-theme .owl-controls{ bottom: -22%; }
}
@media only screen and (max-width:480px){
   .testimonial-bg:before{
       width: 55px;
       height: 55px;
       line-height: 55px;
       font-size: 40px;
   }
   .testimonial-bg{ padding: 30px 10px; }
   .owl-theme .owl-controls{ bottom: -15%; }
}
@media only screen and (max-width:360px){
   .testimonial .title,
   .testimonial .post{
       font-size: 16px;
   }
   .owl-theme .owl-controls{ bottom: -12%; }
}


/*--------------------------------------------------------------s
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url("../img/img (12).jpg") fixed center center;
  background-size: cover;
  padding: 120px 0;
  margin-top: 130px;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  cursor: pointer;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #1d8cf8;
  border: 2px solid #1d8cf8;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}


.wrapper1 {
  position: relative;
  flex-grow: 1;
  margin: auto;
  max-width: 1200px;
  max-height: 1200px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-gap: 2vmin;
  justify-items: center;
  align-items: center;
}

.IMG1 {
  z-index: 1;
  grid-column: span 2;
  max-width: 100%;
  margin-bottom: -52%;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  transform: scale(1);
  transition: all 0.25s;
}
.IMG1:nth-child(7n+1) {
  grid-column: 2/span 2;
}
.IMG1:hover {
  z-index: 2;
  transform: scale(2);
}

.hexagone {
  position : relative;
  /* Pour rendre responsive mettre width à 100% */;
  width: 173.20508px;
  visibility: hidden;
  overflow : hidden;
  -webkit-filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.6));
  filter : drop-shadow(5px 5px 5px rgba(0,0,0,0.6));
}
.hexagone::after {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing : content-box;
  content: "";
  display: block;
  margin-top: 28.86751%;
  padding-bottom: 86.602%;
}
.hexagone .hexagonemain{
  display: block;
  position: absolute;
  width: 100%;
  padding-bottom: 115.47005%;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
  -ms-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
  transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
  z-index: 1;
}
.hexagone .hexagonemain:before{
  content: "";
  display: block;
  position: absolute;
  visibility: visible;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color : #cccccc;
  -webkit-transform : skewY(-30deg) rotate3d(0, 0, 1, 60deg);
  -ms-transform : skewY(-30deg) rotate3d(0, 0, 1, 60deg);
  transform : skewY(-30deg) rotate3d(0, 0, 1, 60deg);
}

.section-bg {
  background-color: #f3f5fa;
  margin-top: -150px;
}

.clients {
  padding: 12px 0;
  text-align: center;
}

.clients img {
  max-width: 50%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}

.clients img:hover {
  filter: none;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

.background-video {
  height: 85vh;
  width: 100%;
  object-fit: cover;
  z-index: 0;
} 


#img_logo{
  width: 15%;
  border: 1px solid #FFFFFF;
  margin: 0;
  padding: 2%;
}

footer #img_logo{
  margin-top: 3em;
  width: 30%;
  border: 1px solid #FFFFFF;
  padding: 2%;
}

.banner-img {
  width: 100%;
  height: 85vh;
}

.hero { 
  width: 100%;
  height: 85vh;
  z-index: 2;
}
.hero:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 85vh;
  width: 100%;
  background-color: rgba(23, 25, 65, 0.90);
} 


.tim-row {
  margin-bottom: 20px;
}

.tim-white-buttons {
  background-color: #777777;
}

.typography-line {
  padding-left: 25%;
  margin-bottom: 35px;
  position: relative;
  display: block;
  width: 100%;
}

.typography-line span {
  bottom: 10px;
  color: #c0c1c2;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  left: 0;
  margin-left: 20px;
  position: absolute;
  width: 260px;
  text-transform: none;
}

.tim-row {
  padding-top: 60px;
}

.tim-row h3 {
  margin-top: 0;
}

.switch {
  margin-right: 20px;
}

#navbar-full .navbar {
  border-radius: 0 !important;
  margin-bottom: 15px;
  z-index: 2;
}

#menu-dropdown .navbar {
  border-radius: 3px;
}

#pagination-row .pagination-container {
  height: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
}

#icons-row i.now-ui-icons {
  font-size: 30px;
}

.space {
  height: 130px;
  display: block;
}

.space-110 {
  height: 110px;
  display: block;
}

.space-50 {
  height: 50px;
  display: block;
}

.space-70 {
  height: 70px;
  display: block;
}

.navigation-example .img-src {
  background-attachment: scroll;
}

.navigation-example {
  background-position: center center;
  background-size: cover;
  margin-top: 0;
  min-height: 740px;
  height: 100%;
}

#notifications {
  display: block;
  width: 100%;
  position: relative;
}

.tim-note {
  text-transform: capitalize;
}

#buttons .btn,
#javascriptComponents .btn {
  margin: 0 0px 10px;
  margin-right: 4px;
}

.space-100 {
  height: 100px;
  display: block;
  width: 100%;
}

.be-social {
  padding-bottom: 20px;
  /*     border-bottom: 1px solid #aaa; */
  margin: 0 auto 40px;
}

.txt-white {
  color: #FFFFFF;
}

.txt-gray {
  color: #ddd !important;
}

.parallax {
  width: 100%;
  height: 570px;
  display: block;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.logo-container .logo {
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #333333;
  width: 50px;
  float: left;
}

.logo-container .brand {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 18px;
  float: left;
  margin-left: 10px;
  margin-top: 7px;
  width: 70px;
  height: 40px;
  text-align: left;
}

.logo-container .brand-material {
  font-size: 18px;
  margin-top: 15px;
  height: 25px;
  width: auto;
}

.logo-container .logo img {
  width: 100%;
}

.navbar-small .logo-container .brand {
  color: #333333;
}

.fixed-section {
  top: 90px;
  max-height: 80vh;
  overflow: scroll;
  position: sticky;
}

.fixed-section ul {
  padding: 0;
}

.fixed-section ul li {
  list-style: none;
}

.fixed-section li a {
  font-size: 14px;
  padding: 2px;
  display: block;
  color: #666666;
}

.fixed-section li a.active {
  color: #00bbff;
}

.fixed-section.float {
  position: fixed;
  top: 100px;
  width: 200px;
  margin-top: 0;
}

.parallax .parallax-image {
  width: 100%;
  overflow: hidden;
  position: absolute;
}

.parallax .parallax-image img {
  width: 100%;
}

@media (max-width: 768px) {
  .parallax .parallax-image {
    width: 100%;
    height: 640px;
    overflow: hidden;
  }
  .parallax .parallax-image img {
    height: 100%;
    width: auto;
  }
}

/*.separator{
    content: "Separator";
    color: #FFFFFF;
    display: block;
    width: 100%;
    padding: 20px;
}
.separator-line{
    background-color: #EEE;
    height: 1px;
    width: 100%;
    display: block;
}
.separator.separator-gray{
    background-color: #EEEEEE;
}*/

.social-buttons-demo .btn {
  margin-right: 5px;
  margin-bottom: 7px;
}

.img-container {
  width: 100%;
  overflow: hidden;
}

.img-container img {
  width: 100%;
}

.lightbox img {
  width: 100%;
}

.lightbox .modal-content {
  overflow: hidden;
}

.lightbox .modal-body {
  padding: 0;
}

@media screen and (min-width: 991px) {
  .lightbox .modal-dialog {
    width: 960px;
  }
}

@media (max-width: 991px) {
  .fixed-section.affix {
    position: relative;
    margin-bottom: 100px;
  }
}

@media (max-width: 768px) {
  .btn,
  .btn-morphing {
    margin-bottom: 10px;
  }
  .parallax .motto {
    top: 170px;
    margin-top: 0;
    font-size: 60px;
    width: 270px;
  }
}

/*       Loading dots  */

/*      transitions */

.presentation .front,
.presentation .front:after,
.presentation .front .btn,
.logo-container .logo,
.logo-container .brand {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

#images h4 {
  margin-bottom: 30px;
}

#javascriptComponents {
  padding-bottom: 0;
}

/*      layer animation          */

.layers-container {
  display: block;
  margin-top: 50px;
  position: relative;
}

.layers-container img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  text-align: center;
}

.animate {
  transition: 1.5s ease-in-out;
  -moz-transition: 1.5s ease-in-out;
  -webkit-transition: 1.5s ease-in-out;
}

.navbar-default.navbar-small .logo-container .brand {
  color: #333333;
}

.navbar-transparent.navbar-small .logo-container .brand {
  color: #FFFFFF;
}

.navbar-default.navbar-small .logo-container .brand {
  color: #333333;
}

.sharing-area {
  margin-top: 80px;
}

.sharing-area .btn {
  margin: 15px 4px 0;
}

.section-navbars{
    padding-top: 130px;
}

#navbar .navbar {
  margin-bottom: 20px;
  z-index: 1 !important;
}

#navbar .navbar-toggler,
#menu-dropdown .navbar-toggler {
  pointer-events: none;
}

.section-download .description {
  font-size: 1.4em;
  height: 100px;
}


h4.info{
  overflow-y: hidden;
  height: 40px;
}

h4.info:hover{
  height: auto;
}

.section-examples a {
  text-decoration: none;
}

.section-examples a+a {
  margin-top: 30px;
}

.section-examples h5 {
  margin-top: 30px;
}

.components-page .wrapper>.header,
.tutorial-page .wrapper>.header {
  height: 500px;
  padding-top: 128px;
  background-size: cover;
  background-position: center center;
}

.components-page .title,
.tutorial-page .title {
  color: #FFFFFF;
}

.brand .h1-seo {
  font-size: 10em;
  text-transform: lowercase;
  line-height: 1.5em;
}

@media screen and (max-width: 1024px) {
.h1-seo {
    font-size: 1em;
  }
}

@media screen and (max-width: 991px) {
.h1-seo {
    font-size: 2em;
  }
}

@media screen and (max-width: 768px){
.h1-seo {
    font-size: 1em;
  }
}

.brand .n-logo {
  max-width: 100px;
  margin-bottom: 40px;
}

.invision-logo {
  max-width: 70px;
  top: -2px;
  position: relative;
}

.creative-tim-logo {
  max-width: 140px;
  top: -2px;
  position: relative;
}

.section-javascript .title {
  margin-bottom: 0;
}

.navbar .switch-background {
  display: block;
}

.navbar-transparent .switch-background {
  display: none;
}

.section-signup .col .btn {
  margin-top: 30px;
}

#buttons-row .btn {
  margin-bottom: 10px;
}

.section-images {
  padding-bottom: 0;
}

@media screen and (max-width: 991px) {
  .section-navbars .navbar-collapse {
    display: none !important;
  }
}

@media screen and (max-width: 576px) {
  .typography-line span {
    width: 70px;
    margin-left: 5px;
  }
}

.offline-doc .page-header:before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  content: "";
  background: rgba(0, 0, 0, .5);
}
