/*
Theme Name: SACI INGENIERIE
Theme URI: 
Author : SACI INGENIERIE
Author URI: 
Description : Thème pour ce site fait avec Bootstrap
Version: 1.0
License: 
License URI:
*/

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 0; /* pas d'espace au dessus de navbar */
  padding-bottom: 3rem;
  color: #5a5a5a;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 5;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
  min-height: 19rem;
}

/* Pour la bannière contact */
.carousel-item-2 { 
  height: auto;
}
.carousel-item-2 > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: auto;
  min-height: 300px;
}

/* Pour les images de la page Réalisations */

.carousel-item-3 {
  height: 18rem;
}
.carousel-item-3 > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 18rem;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

.marketing .col-lg-3 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-3 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

.featurette-separateur {
  margin: 2rem 0;
  /* border-top: 5px solid #147fa9;  */
  border-top: 5px solid #844f09; 
  width: 20%; 
  margin-left: 40%;  
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

/* Style pour les icones (test) */

.showcase{
    height: 600px;
    padding: 100px 20px;
    text-align: center;
    border-bottom: #ccc 1px solid;
    margin-bottom: 30px;
    color: #fff;
    background: url('/img/showcase.jpg') no repeat center center;    
}

.showcase h1{
    font-size: 55px;
    padding-bottom: 20px;
    color: #fff;
}

.showcase p{
    font-size: 20px;
    margin-bottom: 50px;
}

.boxes{
    text-align: center;
    background: #fff;
    margin-bottom: 30px;    
}

.box .fa{
    font-size: 45px !important;
    margin-bottom: 10px;
}

.box{
    padding: 15px;
    border: #ccc 1px solid;    
}


/* Style pour les liens d'actu sur page d'accueil */
.actulink {
  display: block;
  padding: 0.5rem 1rem;
}

.actulink:hover, .actulink:focus {
  text-decoration: none;
}

.actulink.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}


.footerbox {
    position: absolute;
    width: 100%;
    background-color: #3E3C3B;
    height: 100px;
    left: 0;
}

.boutonsearch {
    background-color: transparent;
    border: 0;  
}

.iconesearch {
    color : #fff;
}

.iconesearch2 {
    /* color: #147fa9; */
    color: #844f09;
}

.barresearch {
    border: 0;
    border-radius: 0;
    /*border-bottom: 1px solid #fff;*/
    color: #fff;
}

.barresearch2 {
    border: 0;
    border-radius: 0;
    /*border-bottom: 1px solid #147fa9;*/
    /* color: #147fa9; */
    color: #844f09;
}

/* Style pour le bandeau langues sur page d'accueil */

.navbandeaulang {
  position: absolute; 
  margin-bottom: -1rem;
  background-color: transparent; 
  width: 100%;
  z-index: 200 !important;
}

.langlink {
  color: #fff
}

.langlink:hover, .nav-link:focus {
  text-decoration: none;
  /* color:#147fa9; */
  color:#844f09;
}


/* Police Swiss 721 LTBT */


@font-face {
	font-family: "SwisLTBT";
	src: local('Sw721LI'), url("../fonts/Sw721LI.ttf") format("truetype");
}

