/*		 Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about-slider{
		margin-top: 196px;
	}
  .btn-relance {
    margin-bottom: 20px !important;
  }
}



/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  header {
    text-align: center;
  }
  header .navbar-default {
    padding-right: 0;
    width: 93%;
  }
  #service .heading p {
    font-size: 14px;
  }
  #about .heading p {
    font-size: 14px;
  }
  #about .bottom-text {
    padding-bottom: 20px;
  }
  #call-to-action .block p {
    padding-bottom: 20px;
  }
  #contact .heading p {
    font-size: 14px;
  }
  #contact .block input {
    width: 100%;
  }
  #contact .block textarea {
    width: 100%;
  }
  .autoconsommation{
    padding-left: 15px;
  }
  .about-slider
  {
    width: 50%;
    margin: 25px auto;
  }
  p.autoconsommation
  {
  	width: 50% !important;
  }
}
/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */
@media only screen and (max-width: 767px) {
  header {
    text-align: center;
  }
  header .navbar-default {
    padding-right: 0;
    width: 100%;
    margin-left: -15px;
  }
  header .navbar-default .navbar-toggle {
    margin-right: 10px;
    margin-top: 20px;
  }
  header .block h1 {
    font-size: 25px;
  }
  header .block p {
    padding-right: 0;
  }
  header .block .counter h2 {
    font-size: 20px;
  }
  header .block .counter ul li {
    margin-right: 5px;
    margin-bottom: 20px;
  }
  #service .heading p {
    font-size: 15px;
    padding: 0px 5px;
  }
  #about .heading p {
    font-size: 15px;
    padding: 0px 5px;
  }
  #about .bottom-text {
    padding-bottom: 20px;
  }
  #call-to-action {
    text-align: center;
  }
  #call-to-action .block h2 {
    font-size: 20px;
  }
  #call-to-action .block p {
    padding-bottom: 20px;
    padding-right: 0px;
  }
  #contact .heading p {
    font-size: 15px;
  }
  #contact .block input {
    width: 100%;
  }
  #contact .block textarea {
    width: 100%;
  }
  .autoconsommation{
    padding: 0 15px !important;
    width: 100% !important;
  }
  img.pull-right{
    padding-left: 0 !important;
  }
  #hero-area .block {
    padding-top: 30px !important;
  }
}
