@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

img {
	max-width: 100%;
	height: auto;
}

.center {
	text-align: center;
}

.header-accueil {
	width: 100%;
	height:auto;
	padding-bottom: 80px;
	padding-top: 60px;
}

.header {
	width: 100%;
	height: 150px;
}

.header-content {
	padding-top: 47px;
	padding-top: 47px;
	text-align: center;
}

.header h1 {
	text-shadow: 1px 1px 2px #333;
	font-size: 18px;
	line-height: 1.3em;
	text-transform: uppercase;
}

.bg-contenu {
	background-color:#FFFFFF;
}

.contenu {
	padding-top: 70px;
	padding-bottom: 70px;
}

.btn-call {
	background-color: #fed100;
	margin-left: 8px;
	padding: 6px 12px 6px 12px;
	font-size: 14px;
	font-weight: 700;
	color: #000000;
	font-family: 'Oswald', sans-serif;
}

.btn-call a {
	color: #000000;
	text-decoration: none;
}

.bloc-services-accueil {
	background-color:#292929;
	border: 6px solid #FFFFFF;
	padding: 15px;
	margin-bottom: 20px;
	width: 100%;
}

.text-bloc-services-accueil {
	font-size: 14px;
	font-family: 'Questrial', sans-serif;
	color: #FFFFFF;
}

.bloc-informations {
	background-color:#0077bc;
}

.bloc-informations p  {
	color:#FFFFFF;
}

.valeurs {
	padding-bottom: 50px;
}

.tab-titre {
	height: auto;
	padding-top: 0px;
	padding-bottom: 4px;
}


.tab-text {
	height: auto;
	padding-top: 8px;
	padding-bottom: 8px;
}

/************* SLIDERS *************/

.bloc-slider {
	border: 6px solid #FFFFFF;
	background-color:rgba(0, 0, 0, 0.7)!important;
	padding: 30px;
}

.bloc-slider h1 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.3em;
}

/************* NAVBAR *************/

.bg-menu {
	background-color:rgba(0, 0, 0, 0.7)!important;
}

.ctn-menu {
	padding-right: 0px;
    padding-left: 0px;
}

.navbar-toggle {
    background-color:#fed100;
    border:0px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFF;
}

.navbar-default {
	background: none;
	border:none;
}

.navbar {
    border-radius: 0px;
    border-color:none;
    margin-bottom: 0px;
}

.navbar-brand {
	float: none;
	display: block;
	height: auto;
	padding: 8px 15px;
}

.navbar-brand img {
	height: auto;
	max-width: 60%;
}


.navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

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

.nav > li > a > img {
    max-width: 100%;
}

.menu-soumission {
	display: none;
}

.dropdown-menu > li > a {
    font-size: 14px;
    padding: 8px 20px;
    color: #FFFFFF;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.navbar-default  .navbar-nav .open .dropdown-menu > li > a {
    color: #FFF;
}

.navbar-default  .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fed100;
}

/*********************************/


/************* FORM *************/

input[type=text] {
	width:100%;
	padding:10px;
	margin:0 0 10px 0;
	border-radius: 0px;
	color: #000000;
	border: 1px solid #000000;
	font-size: 16px;
	font-family: 'Questrial', sans-serif;
}

textarea {
	width:100%;
	padding:10px;
	margin:0 0 10px 0;
	border-radius: 0px;
	border: 1px solid #000000;
	color: #000000;
	font-size: 16px;
	font-family: 'Questrial', sans-serif;
}

fieldset input[type=text] {
	width:100%;
}

.checkbox input[type=checkbox]:checked + label:after {
    font-family: 'Glyphicons Halflings';
    content: "\e013";
}
.checkbox label:after {
    padding-left: 4px;
    padding-top: 2px;
    font-size: 9px;
   font-family: 'Questrial', sans-serif;
}

.success_txt p {
	color:#000000;
	font-size: 16px;
	font-family: 'Questrial', sans-serif;
}

#errorDiv {
	font-size: 16px;
	color:red;
	font-family: 'Questrial', sans-serif;
}

.forminputl {
	padding-left: 0px;
	padding-right: 0px;
}

.forminputr {
	padding-right: 0px;
	padding-left: 0px;
}

.forminputc {
	padding-right: 0px;
	padding-left: 0px;
}

/********************************/


/************* TEXTE *************/

h1 {
	color:#FFFFFF;
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	margin: 0;
	padding: 0;
}

h2 {
	color:#292929;
	font-size: 22px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
}

h3 {
	color:#3e3e3e;
	font-size: 24px;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	line-height: 1.2em;
	margin-top: 0;
	text-transform: uppercase;
}

ul, p {
	color:#292929;
	font-size: 17px;
	line-height: 1.6em;
	font-weight: 400;
	font-family: 'Questrial', sans-serif;
}

p a {
	color:#000000;
	text-decoration: none;
}

.white {
	color: #FFFFFF;
}

.white a {
	color: #FFFFFF;
}

.yellow {
	color: #fed100;
}

.yellow a {
	color: #fed100;
}

.bloc-texte-services ul, .bloc-texte-services-last ul {
	list-style: none;
}

.bloc-texte-services ul li::before, .bloc-texte-services-last ul li::before {
	content: "\2022";
	color: #fed100;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

.textcontact {
	color:#292929;
	font-size: 20px;
	line-height: 1.6em;
	font-weight: 400;
	font-family: 'Questrial', sans-serif;
}

.textcontact a {
	color:#000000;
	text-decoration: none;
}

.sous-titre {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}

.sous-titre-jaune {
	color: #fed100;
	font-size: 12px;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}

.sous-titre-services {
	color:#3e3e3e;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}

a, a:hover {
	text-decoration: none;
}


/**********************************/

/************* SOUMISSION *************/

.bg-soumission {
	background-image:url(../images/bg-soumission.jpg);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
}

.titre-soumission {
	color: #292929;
	font-size: 30px;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}

.texte-soumission {
	color: #292929;
	font-size: 20px;
	line-height: 1.6em;
	font-family: 'Questrial', sans-serif;
	text-align: center;
}

.contenu-soumission {
	padding-top: 45px;
	padding-bottom: 45px;
}

/************* FOOTER *************/

.bg-footer {
	background-color:#292929;
}

.contenu-footer {
	padding-top: 40px;
	padding-bottom: 40px;
}

.infos-footer {
	font-size: 18px;
	color:#FFFFFF;
	font-family: 'Questrial', sans-serif;
}

.infos-footer-copyright {
	font-size: 13px;
	color:#FFFFFF;
	font-family: 'Questrial', sans-serif;
}

.infos-footer a, .infos-footer-copyright a {
	color:#FFFFFF;
	text-decoration: none;
}

.footer-links {
	font-family: 'Oswald', sans-serif;
	color:#fed100;
	font-size: 17px;
	font-weight: 400;
	line-height: 2.1em;
	text-transform: uppercase;
	display: block;
}

.footer-links a {
	color:#fed100;
	text-decoration: none;
}

.footer-links a:hover {
	color:#ffffff;
}

.content-footer-1 {
	padding-bottom: 30px;
}

/**********************************/


/**********************************/

.single-img-qui-mobile {
	background-image:url(../images/bg-single-img-qui.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	min-height: 200px;
}

.single-img-offrir-mobile {
	background-image:url(../images/bg-single-img-offrir.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	min-height: 200px;
}

.single-img-entrepreneur-general-mobile {
	background-image:url(../images/bg-single-img-entrepreneur-general.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	min-height: 200px;
}

.single-img-decontamination-mobile {
	background-image:url(../images/bg-single-img-decontamination.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	min-height: 200px;
}

.single-img-deneigement-mobile {
	background-image:url(../images/bg-single-img-deneigement.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	min-height: 200px;
}

.single-img-excavation-mobile {
	background-image:url(../images/bg-single-img-excavation.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	min-height: 200px;
}

.single-img-realisations {
	background-image:url(../images/bg-single-img-realisations.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	min-height: 200px;
}

.single-img-installation-septique {
	background-image:url(../images/bg-single-img-installation-septique.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	min-height: 200px;
}

.single-img-genie-civil {
	background-image:url(../images/bg-single-img-genie-civil.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	min-height: 200px;
}

.single-img-pourquoi {
	background-image:url(../images/bg-single-img-pourquoi.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	min-height: 200px;
}

.bloc-texte-services {
	padding-bottom: 50px;
}

.bloc-texte-l {
	padding: 30px;
	background-color: #FFFFFF;
}

.bloc-texte-r {
	padding: 30px;
	background-color: #FFFFFF;
}

.form-contact {
	border: 1px solid #000000;
	padding: 30px;
}

.section-title-container {
	margin-bottom: 30px;
}

.bloc-image {
	padding: 0 15px 15px 15px;
}

@media (min-width: 768px) {

.tab-titre, .tab-text {
	padding-top: 0px;
	padding-bottom: 0px;
}

.header {
	height: 385px;
}

.header-content {
	padding-top: 152px;
	text-align: left;
}

.header-content h1 {
	font-size: 35px;
}

/**********************************/

/************* NAVBAR *************/

.ctn-menu {
	padding-right: 15px;
    padding-left: 15px;
}

.navbar-brand {
	width: auto;
	height: 130px;
	-webkit-transition:height 0.5s linear;
	-moz-transition:height 0.5s linear;  
	-o-transition:height 0.5s linear;         
	transition:height 0.5s linear;  
}

.shrink .navbar-brand {
	width: 120px;
	height: auto;
	-webkit-transition:height 0.2s linear;
	-moz-transition:height 0.2s linear;  
	-o-transition:height 0.2s linear;         
	transition:height 0.2s linear;  
}

.navbar-brand img {
	max-width: 100%;
	height: auto;
	padding-top: 25px;
}

.navbar-default {
  border: none;
}

.navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
}

.navbar-nav > li > a {
    padding-top: 0px;
    height: 130px;
    line-height: 130px;
    -webkit-transition:height 0.5s linear;
	-moz-transition:height 0.5s linear;  
	-o-transition:height 0.5s linear;         
	transition:height 0.5s linear; 
}

.shrink .navbar-nav > li > a {
	font-size: 13px;
    padding-top: 0px;
    height: 70px;
    line-height: 70px;
    -webkit-transition:height 0.2s linear;
	-moz-transition:height 0.2s linear;  
	-o-transition:height 0.2s linear;         
	transition:height 0.2s linear;  
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.nav > li > a {
    padding: 0 0px 0px 15px;
}

.navbar-nav > li {
    height: 100%;
}

.navbar-default {
	border-color: none;
}

.nav > li > a > img {
    max-width: 58px;
}

.dropdown-menu {
	border-radius: 0px;
	border:0;
}

.dropdown-menu > li > a {
    color: #000;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color:#000;
}

.navbar-default  .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
}

.navbar-default  .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #000;
}

/*********************************/

/************* FOOTER *************/


/*********************************/

}

@media (min-width: 850px) {

/************* NAVBAR *************/

.navbar-brand {
	width: 215px;
}

.navbar-brand img {
	max-width: 100%;
}

.navbar-nav > li > a {
	font-size: 12px;
    padding-top: 0px;
    height: 130px;
    line-height: 130px;
    -webkit-transition:height 0.5s linear;
	-moz-transition:height 0.5s linear;  
	-o-transition:height 0.5s linear;         
	transition:height 0.5s linear; 
}

.shrink .navbar-nav > li > a {
	font-size: 12px;
    padding-top: 0px;
    height: 70px;
    line-height: 70px;
    -webkit-transition:height 0.2s linear;
	-moz-transition:height 0.2s linear;  
	-o-transition:height 0.2s linear;         
	transition:height 0.2s linear;  
}

.nav > li > a {
    padding: 0 7px 0px 7px;
}


.nav > li > a > img {
    max-width: 90px;
}

/*********************************/

}


@media (min-width: 992px) {

.header-accueil {
	width: 100%;
	height:530px;
	padding-top: 110px;
}

.header-content {
	padding-top: 130px;
}
	
.bloc-slider h1 {
	font-size: 28px;
	line-height: 1.4em;
}

.bloc-image {
	padding: 0 5px 10px 5px;
}

.section-title-container {
	margin-bottom: 50px;
}

.bleu3 {
	margin-top: 60px;
}

.tab-titre {
	height: 80px;
}

.tab-text {
	height: 105px;
}

.valeurs {
	padding-bottom: 0px;
}


.bloc-services-accueil {
	width: 30%;
	/*width: 23%; OlD bloc 3 colonnes*/
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 0px;
}

.bloc-informations {
	padding: 50px;
}


.bloc-texte-r {
	text-align: right;
}

.single-img-qui-mobile {
	display:none;
}

.single-img-offrir-mobile {
	display:none;
}

.single-img-entrepreneur-general-mobile {
	display:none;
}

.single-img-decontamination-mobile {
	display:none;
}

.single-img-deneigement-mobile {
	display:none;
}

.single-img-excavation-mobile {
	display:none;
}

.single-img-qui {
	background-image:url(../images/bg-single-img-qui.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 420px;
	display: block;
}

.single-img-offrir {
	background-image:url(../images/bg-single-img-offrir.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 420px;
	display: block;
}

.single-img-entrepreneur-general {
	background-image:url(../images/bg-single-img-entrepreneur-general.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 420px;
	display: block;
}

.single-img-decontamination {
	background-image:url(../images/bg-single-img-decontamination.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 420px;
	display: block;
}

.single-img-deneigement {
	background-image:url(../images/bg-single-img-deneigement.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 420px;
	display: block;
}

.single-img-excavation {
	background-image:url(../images/bg-single-img-excavation.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 420px;
	display: block;
}

.single-img-realisations {
	background-image:url(../images/bg-single-img-realisations-desktop.jpg);
	min-height: 420px;
}

.single-img-installation-septique {
	min-height: 420px;
}

.single-img-genie-civil {
	min-height: 420px;
}

.single-img-offrir {
	min-height: 420px;
}

.single-img-pourquoi {
	min-height: 420px;
}

/************ SOUMISSION ************/

.titre-soumission {
	font-size: 40px;
}

.texte-soumission {
	font-size: 20px;
}

/***********************************/

/************* FOOTER *************/

.footer-links {
	margin-left: 20px;
	display: inline-block;
}

.content-footer-1 {
	padding-bottom: 0px;
}

.content-footer-2 {
	text-align: right;
}

/**********************************/

/************* TEXTE *************/

h1 {
	font-size: 35px;
}

h2 {
	font-size: 35px;
}

/*********************************/

/************* NAVBAR *************/

.menu-soumission {
	display: block;
	position: absolute;
	right: 2%;
	top:7px;
}

.dropmenu-experiences {
	width: 100%;
}

.nav > li > a {
    padding: 0px 16px 0px 16px;
}

.navbar-nav > li > a {
    padding-top: 0px;
    height: 130px;
    line-height: 165px;
    -webkit-transition:height 0.5s linear;
	-moz-transition:height 0.5s linear;  
	-o-transition:height 0.5s linear;         
	transition:height 0.5s linear; 
}

.shrink .navbar-nav > li > a {
    padding-top: 0px;
    height: 70px;
    line-height: 70px;
    -webkit-transition:height 0.2s linear;
	-moz-transition:height 0.2s linear;  
	-o-transition:height 0.2s linear;         
	transition:height 0.2s linear;  
}

.navbar-brand {
	width: 215px;
}

.navbar-brand img {
	max-width: 100%;
}
	
.navbar-default .navbar-nav > li > a {
	font-size: 14px;
}

.navbar-default .navbar-nav > li > a:hover {
	font-size: 14px;
}

.nav > li > a > img {
    max-width: 100px;
}



/*********************************/


/************* FORM *************/

.forminputl {
	padding-left: 0px;
	padding-right: 5px;
}

.forminputr {
	padding-left: 5px;
	padding-right: 0px;
}

.forminputc {
	padding-left: 0px;
	padding-right: 0px;
}

#submit_btn{
	width: 100%;
	height: 40px;
	background-image: url(/images/btn-envoyer.png);
    background-position: center center;
    font-size: 0px;
    border: 2px solid #fed10a;
}

/*********************************/
	
}


@media (min-width: 1200px) {

.tab-text {
	height: 80px;
}

.sous-titre {
	font-size: 20px;
}

.bloc-texte-l {
	padding: 30px 40px 30px 40px;
}

.bloc-texte-r {
	padding: 30px 40px 30px 40px;
}

/************* NAVBAR *************/

.navbar-brand {
	width: 227px;
}

.ctn-menu {
	padding-left: 30px;
	padding-right: 30px;
}

.nav > li > a {
    padding: 0px 25px 0px 25px;
}

.navbar-default .navbar-nav > li > a {
	font-size: 18px;
}

.navbar-default .navbar-nav > li > a:hover {
	font-size: 18px;
}

.nav > li > a > img {
    max-width: 120px;
}

/*********************************/

}