/* Custom boostrap css */

body{
  padding: 0px 0px 0px 0px;
  margin: 0 0 0 0;
  font-family: 'Lato', sans-serif;
  background-color: #fff;
  padding-top: 106px;
  color: #05283f;
}

.blog{
  background-color: #f9fafb;
}

/* header navigation */

.navbar-default{
	background-color: #ffffff;
  margin-bottom: 0px;
  border-bottom: 1px solid #eeeff3;
  transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
}

.navbar-default.sticky{
  background-color:rgba(255, 255, 255, 0.9); /* changement d'opacité du header */
  margin-bottom: 0px;
}

.navbar-brand {
  height: auto;
  padding: 35px 0;
}

#headerimg {
  float: left;
  height: auto;
  margin: 12px 0px;
  width: auto;
}

#headerimg h1, .description{
  font-size: 0px;
  color: #fff;
  margin: 0px;
}

.logo-rsp{
  display: none;
}

/* fil ariane */

.home .fil-ariane {
  display: none;
}

/* menu principale */

#menu-menu-1{
  margin: 28px 0;
}

.navbar-default .navbar-nav li > a {
  color: #162255;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  padding: 15px 0px 15px 28px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navbar-default .navbar-nav li > a:hover{
  color: #2e3b8c;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background-color:inherit;
  color: #2e3b8c !important;
}

.navbar-toggle {
  border: 0 none;
  margin: 35px 15px;
}

.navbar-default .navbar-toggle .icon-bar {
  height: 3px;
  width: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #05283f;
}

/********** contact **********/

.wpcf7-form .wpcf7-form-control {
  border: 1px solid #ebebeb;
  background-color: #fbfbfc;
  box-shadow: none;
  height: 56px;
  padding: 11px
}

.btn-primary {color:#2e3b8c !important;}

.wpcf7-form p {
  letter-spacing: 1px;
  line-height: 38px;
  color: #2b3843;
  text-transform: uppercase
}

.wpb_gmaps_widget .wpb_wrapper {
  padding: 0px
}

.contact-infos, .contact-map{
  height: 460px;
}

/* Page réalisations */

.realisations {
  padding-top: 15px;
  padding-bottom: 15px;
}

.realisations img {
  display: block;
  height: auto;
  width: 100%
}

.realisations .infos {
  width: 100%;
  text-align:left;
  padding: 24px;
  margin: 0px;
  position: relative;
}


.realisations .infos .titre {
  font-size: 22px;
  color: #05283f;
  margin-bottom: 20px;
  line-height: 1.3;
  font-weight: 200;
  font-family: 'Roboto', sans-serif;
  text-transform: normal;
}


.realisations .infos .second_titre {
  font-size: 1em;
  color: #99a6b2;
  font-family: 'Open Sans', sans-serif;
  padding: 8px 0px
}

.view {
  position: relative;
  width:100%;
  height:100%
}
  
.view .mask {
  overflow: hidden;
  display:block;
  height: 100%;
  width: 100;
  background-color: rgba(25, 32, 38, 0.9);
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in 0.2s;
  -moz-transition: all 0.4s ease-in 0.2s;
  -o-transition: all 0.4s ease-in 0.2s;
  transition: all 0.4s ease-in 0.2s
}

.view:hover .mask,
.view:focus .mask {
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay:0s;
  -o-transition-delay:0s;
  transition-delay: 0s
}

/* Page article home */

.article-home {
  background-color: #ffffff;
  border: 1px solid #f3f3f3;
  margin: 15px 0px;
  -moz-box-shadow: 4px 4px 0px #f3f3f3;
  -webkit-box-shadow: 4px 4px 0px #f3f3f3;
  -o-box-shadow: 4px 4px 0px #f3f3f3;
  box-shadow: 4px 4px 0px #f3f3f3;
}

.article-home img {
  display: block;
  height: auto;
  width: 100%
}

.article-home .infos {
  width: 100%;
  text-align:left;
  padding: 15px 22px;
  margin: 0px;
  min-height: 200px;
  position: relative;

}


.article-home .infos .titre {
  font-size: 22px;
  color: #05283f;
  line-height: 1.3;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  text-transform: normal;
  margin: 10px 0 0 0;
}


.article-home .infos .second_titre {
  font-size: 1em;
  color: #99a6b2;
  font-family: 'Open Sans', sans-serif;
  padding: 8px 0px
}

/* menu isotope */

.menu-isotope {
  background-color: #fff;
  font-family: "Roboto",sans-serif;
  padding: 6px 0px;
  text-align: center;
  background-color: #f5f5f5;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
}

.menu-isotope ul li {
  padding: 12px;
  display: inline-block;
}

.menu-isotope ul li a{
  display: block;
  color: #99a6b2;
  font-size: 1.1em;
  font-weight: 200;
  display: block;
}

.menu-isotope ul li a:hover{
  color: #2b3843;
}

.menu-isotope h5 {
  font-size: 1.4em;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}


/* Page single réalisations */

#infos-bloc-right {
  background-color: #fff;
  padding: 26px;
}

#infos-bloc-right .titre {
  font-size: 1.6em;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  color: #2b3843;
}

#infos-bloc-right .second_titre {
  border-bottom: 1px solid #eee;
  color: #99a6b2;
  font-size: 1em;
  padding: 10px 0px;
}

/********** Blog ***********/

.article-perso{
  background-color: #fff;
  border: 1px solid #ecf0f1
}

.article-perso .wp-post-image {
  display: block;
  height: auto;
  width: 100%
}

.time-article {
  background: none repeat scroll 0 0 rgba(5, 40, 63, 0.9);
  color: #e0dbdb;
  display: block;
  font-size: 13px;
  font-weight: 400;
  margin: -43px 0 0;
  min-width: 100px;
  overflow: hidden;
  padding: 12px 15px;
  position: absolute;
  right: 16px;
  text-align: center;
}

.article-home .infos .ensavoirplus {
  bottom: 15px;
  color: #3598db;
  font-size: 16px;
  left: 22px;
  position: absolute;
}

.article-home .infos .ensavoirplus:hover{
  padding-left: 10px;
}

.article-home .infos > p {
  padding: 14px 0 50px;
  margin: 0px;
}

.article-home .infos .ensavoirplus img {
  float: right;
  margin: 7px 0 0 8px;
  width: 6px;
  height: 11px;
}

/* section en quelques mots */

#en-quelques-mots h3{
  font-size: 2.714em;
  font-weight: 300;
  color: #2b3843;
}

#en-quelques-mots p{
  font-size: 1.2em;
  font-weight: 200;
}

#en-quelques-mots strong{
  color: #85909a
}

/* section projets récents */

.template-perso .wp-post-image {
  display: block;
  height: auto;
  width: 100%;
}

#project-recent h3 {
  margin: 0px 0px 30px 0px;
}

#project-recent {
}

/********** footer **********/

#site-footer {
  padding: 30px 0px;
  background-color: #131833;
  position: relative;
  color: #bbc0c7;
}

.copyright{
  font-size: Helvetica,Arial,sans-serif;
  font-weight: 300;
}

.copyright a{
  color: #ffffff;
  font-weight: bold;
}


/* page standard model 1 */

.banner-page-model h2 {
  color: #fff;
  font-size: 46px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}

/* style revolution slider */

.tp-bullets.simplebullets.round .bullet {
  background: url("../images/rev-slider/bullet.png") no-repeat scroll left top rgba(0, 0, 0, 0);
  cursor: pointer;
  float: left;
  height: 14px;
  margin: 0 3px 0 3px;
  margin-top: 0;
  position: relative;
  width: 14px;
}

a.btn-slide-home-blue{
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  background-color: rgb(46, 59, 140);
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 4px 4px 4px 4px;
  border: 2px solid #2e3b8c;
  padding: 16% 20% !important;
}

a.btn-slide-home-transparent{
  font-size: 12px;
  color: #2e3b8c;
  text-decoration: none;
  background-color: rgb(46, 59, 140, 0);
  background-color: rgba(46, 59, 140, 0);
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 4px 4px 4px 4px;
  border:2px solid #2e3b8c;
  padding: 16% 20% !important;
}

/* section strait services */

.titre-strait-services {
  left: 15px;
  position: absolute;
  top: 10px;
}

/* section who we are */

#who-we-are p {
  font-size: 18px;
}


/* section listes services */

#list-services p{
  color: #afb4c4;
}

#list-services .fleche-services {
  left: 15px;
  position: absolute;
  top: 1px;
}

/**********************************************************               **********************************************************/
/********************************************************** media queries **********************************************************/
/**********************************************************               **********************************************************/


@media only screen and (max-width : 1200px) {

  .article-home .infos {
    height: auto;
  }

}

@media only screen and (max-width : 991px) {

  body {
    padding: 210px 0 0;
  }

  .navbar-header {
    float: none;
  }

  #headerimg {
    float: none;
    margin: 12px 0;
    text-align: center;
  }

  .nav.navbar-nav.navbar-right {
    float: none !important;
    margin: 20px auto;
    text-align: center;
  }

  .navbar-default .navbar-nav li{
    display: inline-block;
    float: none;
  }

  .navbar-default .navbar-nav li > a {
    padding: 15px 14px 15px 14px;
  }

}

@media only screen and (max-width : 767px) {
  

  body {
    padding: 106px 0 0;
  }

  .navbar-header {
    float: none;
  }

  #headerimg {
    float: left;
    padding: 0px 10px;
    margin: 12px 15px;
  }

  .navbar-default .navbar-nav li > a {
    text-align: center;
  }

  .article-home {
    margin: 45px 0;
  }

  .article-home .infos {
    min-height: auto;
  }

  .article-home .infos p {
    margin: 4% 0 10% 0;
  }

  .article-home .infos > p {
    padding: 14px 0 48px 0;
    margin: 0px;
  }

  .time-article {
    background-color: #05283f;
    display: block;
    padding: 14px;
    right: none;
    right: inherit;
    position: relative;
    text-align: right;
    width: 100%;
    margin: 0px;
  }

}

@media only screen and (max-width : 480px) {

  body {
    padding: 58px 0 0;
  }

  .logo-rsp{
    display: block;
  }

  .logo{
    display: none;
  }

  .navbar-toggle {
    border: 0 none;
    margin: 11px 15px;
  }

}

@media only screen and (max-width : 320px) {

}


/**********************************************************                 **********************************************************/
/********************************************************** hack navigateur **********************************************************/
/**********************************************************                 **********************************************************/


@media screen and (-webkit-min-device-pixel-ratio:0) {

  .time-article {
    margin: -42px 0 0 0;
  }

}



