


#mainNav .container .navbar-brand,
#mainNav2 .container .navbar-brand, 
#mainNav .container .navbar-brand:focus,
#mainNav2 .container .navbar-brand:focus {
  color: #6B76DD;
}

#mainNav .container .navbar-brand:hover,
#mainNav2 .container .navbar-brand:hover {
  color: #A6ADED;
}

#mainNav .container .navbar-nav .nav-item .nav-link:hover,
#mainNav2 .container .navbar-nav .nav-item .nav-link:hover {
  color: #A6ADED;
}

#mainNav .navbar-toggler,
#mainNav2 .navbar-toggler {
  background-color: #6B76DD;
}

.btn-xl, .btn-xl:focus {
  color: white;
  border-color: #6B76DD;
  background-color: #6B76DD;
}

.btn-xl:hover,
.btn-xl:active, .btn-xl.active, .open > .btn-xl.dropdown-toggle {
  color: white;
  border-color: #A6ADED;
  background-color: #A6ADED;
}

.btn-primary, .btn-primary:focus {
  color: white;
  border-color: #6B76DD;
  background-color: #6B76DD;
}

.btn-primary:hover,
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: white;
  border-color: #A6ADED;
  background-color: #A6ADED;
}

a {
  color: #6B76DD;
}

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

ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
  background-color: #A6ADED;
}

.serv-ico {
  color: #6B76DD !important;
}
/*************** DISPOSITION DES SECTIONS ****************/

@media (min-width: 768px) {
  section {
    padding: 100px 0; 
  } 
}


section h3.section-subheading {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 50px;
}


.nivoSlider img {
  width:400px !important;
  height:266px !important; 
}


h2 {
  text-transform: none;
}

h3 {
  font-weight: 400;
  font-size: 20px
}

h4 {
  font-size: 18px;
}

.text-muted {
  font-size: 14px;
}

footer {
  background-color: #F2F2F2;
}


/*************** CITATIONS ACCUEIL : MISE EN FORME ET TAILLE **************/

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 250px;
    padding-bottom: 250px; 
  }

  .citation {
    font-size: 30px;
    text-align: center;
    font-family: 'Raleway';
    width: 100%;
    height: 150px;
    margin: 50px 75px 50px 75px;
  }

  .cit-aut {
    font-size: 20px;
  }

}


@media (max-width: 768px) {

  .citation {
    font-size: 15px;
    text-align: center;
    font-family: 'Raleway';
    width: 100%;
    height: 150px;
    margin: 50px 75px 50px 75px;
  }

  .cit-aut {
    font-size: 10px;
  }
}


/*************** SCALE SUR LES VIGNETTES SERVICE AU HOVER **************/

.overlay.hover-scale {
  transition-property: transform;
  transition-duration: 0.5s;
  padding: 5px;
  margin: 10px;
}

.overlay.hover-scale:hover {
  box-shadow: 0 6px 8px 0 rgba(0,0,0,.24), 0 8px 25px 0 rgba(0,0,0,.19);
  transform: scale(1.05);
}

/* box-shadow: 0 12px 15px 0 rgba(0,0,0,.24), 0 17px 50px 0 rgba(0,0,0,.19);
transform: scale(1.05);*/


/*************** BARRE DE PROGRESSION **************/
.progress {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #F2F2F2;
}

.bar { 
  background-color: #6B76DD; 
  width:0%; 
  height:5px; 
  border-radius: 3px; 
}

.percent { 
  position:absolute; 
  display:inline-block; 
  top:3px; 
  left:48%; 
}


/*************** DISPOSITION DU PORTFOLIO (PRODUITS) **************/

@media (min-width: 768px) {

 .portfolio-item {
  right: 0;
  padding: 0 20px; 
}
}

.portfolio-item .portfolio-caption {
  /*min-height: 130px;*/
  margin: auto;
}

.portfolio-item .portfolio-caption p {
  font-size: 14px !important;
}

.item-border {
  /*box-shadow: 0 12px 15px 0 rgba(0,0,0,.24), 0 17px 50px 0 rgba(0,0,0,.19);*/

}

.portfolio-caption {
  background-color: #6B76DD !important;
  min-height: 70px;
}

.portfolio-caption h4 {
  color: white;
}

.portfolio-caption p {
  color: #C1C6F7 !important;
}

.portfolio-caption, .item-border {
  /*border-radius: 0 0 7px 7px;*/
  /*border: solid 1px;*/
}


.portfolio-link .portfolio-caption {  
  /*border: solid 1px grey;*/
  background-color: #DEDEDE;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  background-color: rgba(166,173,237,0.9);
  opacity: 1 !important; 
}


/********** PORTFOLIO MODALS **********/

@media (min-width: 768px) {

  .portfolio-modal .modal-dialog {
    margin: 2rem;
    max-width: 100vw;  
  }

  .portfolio-modal .modal-content h2 {
    font-size: 2em;
  }

  .portfolio-modal .modal-content {
    /*min-height: 100%;*/
    /*padding: 50px 0;*/
    border-radius: 10px;
  }
}



/*************** IMAGES DU PORTFOLIO ****************/

.img-fluid {
  /*border: solid 0.5px grey;*/
  width: 100%;
  height: 100%;
}

.modal-img {
  width: 100%;
  height: 100%;
  /*  border: solid 1px;
  border-color: #FCFCFC;*/
}

.portfolio-modal .modal-content img {
  margin-bottom: 0px; 
}

.modal-slider {
  border: solid 0.5px;
  border-color: #cccccc;
  box-shadow: 2px 2px 1px #888888;
}

.modal-description {
  padding-top: 25px;
}

/*************** ANIMATION DES SERVICES NIVO ****************/

.work {
  cursor: pointer;
  margin-bottom: 0;
}

.work_detail {
  display: none;
}

.work_slideshow {
  height: 220px;
  overflow: hidden;
}



/*********************** MASQUE LE PORTFOLIO AVANT CHARGEMENT **********************/

#portfolio {
  display: none;
}

.fa-4x {
  font-size: 5em;
}


.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23aaa' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23aaa' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}



.team-member img {
    width: 175px;
    height: 175px;
  }