/* Général */
*{
	outline: none;
}
@font-face {
	font-family: 'Ethnocentric';
	src: url('../fonts/ethnocentric-rg.ttf') format("truetype");
}

body {
	font-family: 'Oswald', Arial, sans-serif;
}

p, #metier li, #texteAvantages li, address, #formulaire {
	font-family: Arial;
}

.aclNoir {
	font-family: 'Ethnocentric', Arial, sans-serif;
	color: black;
}

.acl {
	font-family: 'Ethnocentric', Arial, sans-serif;
	color: #3479c7;
}

.demarcation-grise {
	height: 1px;
	background-color: #313131;
	margin-top: 5px;
	margin-bottom: 5px;
}

.demarcation-bleue {
	height: 1px;
	background-color: #3479c7;
	margin-top: 5px;
	margin-bottom: 5px;
}

.fondBreadcrumb {
	background-color: #e8e5e5;
	border-top: 1px solid #313131;
	border-bottom: 1px solid #313131;
	padding-left: 20px;
	margin-bottom: 20px;
}

.breadcrumb {
	margin-bottom: 0px;
	background-color: transparent;
	padding-left: 0px;
}

.breadcrumb a, .breadcrumb li+li::before, .breadcrumb li {
	color: black;
}


.breadcrumb img {
	margin-right: 10px
}
.sectionImpaire h2, .sectionPaire h2 {
	padding-left: 15px;
}
.sectionImpaire {
	background-image: url('../images/texture_abeille_gris.png'); /*Ne fonctionne pas*/
	color: white;
	padding-bottom: 30px;
}

.sectionImpaire img, .sectionPaire img {
	width: 100%;
}

.sectionPaire {
	padding-bottom: 30px;
}

.sectionPaire span, .sectionImpaire span {
	margin-top: 15px;
}

.sectionImpaire span a {
	background-color: white;
	padding: 3px 10px;
}

.sectionImpaire span a:hover {
	background-color: #3479c7;
	color: white;
	text-decoration: none;
}

.sectionPaire span a {
	background-color: #313131;
	color: white; 
	padding: 3px 10px;
}

.sectionPaire span a:hover {
	background-color: #3479c7;
	text-decoration: none;
}

h2 {
	color: #3479c7;
}

h1 {
	font-size: xx-large;
	margin-bottom: 30px;
}

#contactProduction {
	background-color: #3479c7;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 15px;
	margin-bottom: 0px;
	font-weight: 5;
}

#contactProduction a {
	color: white;
	text-decoration: none;
}

/* Header */
header nav {
	margin-bottom: 20px;
}

#bandeauDate, #bandeauDate a {
	background-color: #3479c7;
	color: white;
	text-decoration: none;
}

#priseContact {
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

#priseContact img {
	padding-bottom: 3px;
}

#choixLangue {
	border-right: 1px solid white;
	text-align: right;
}

#choixLangue > div{
	float: right;
}

#choixLangue > div > div{
	float: right;
}

#choixLangue > div  .input-group-addon{
	margin-right: 20px;
}

.input-group-addon {
	background-color: transparent;
	border: none;
}

#listeLangues , #date {
	padding-top: 5px;
}

#listeLangues {
	position: relative;
	display: block;
	float: right;
}

#listeLangues .input-group-addon div {
	float: left;
	
}

.logo-header {
	margin-top: 20px;
	margin-bottom: 20px;
}

/*Footer*/
#mentionsLegales {
	background-color: #3479c7;
	color: white;
}

#mentionsLegales ul {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}

#mentionsLegales li {
	padding-left: 0px;
	padding-right: 0px;
}

/* Index */
.list-inline {
	padding-top: 40px;
	padding-bottom: 40px;
}

#asideAccueil {
	background: url('../images/texture_abeille_bleu.png'); 
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	max-height: 300px;
	height: 300px;
}

#asideAccueil > div{
	height: 100%;
}

#asideAccueil .carousel-inner{
	height: 100%;
}

#asideAccueil .carousel-inner .item {
	height: 100%;
}

#asideAccueil aside {
	padding-top: 20px;
}

#asideAccueil aside img {
	padding-bottom: 30px;
	padding-top: 30px;
}

#asideAccueil p {
	color: white;
}

.iconeAccueil {
	margin-bottom: 30px;
}

.iconeAccueil a {
	color: white;
}

.iconeAccueil img {
	padding: 10px 10px;
}

.iconeAccueil button {
	height: 150px;
	width: 150px;
	border: none;
}


.boutonImpair {
	background-color: #3479c7;
}

a:hover .boutonImpair  {
	background-color: #313131;
}

.boutonPair {
	background-color: #313131;
}

a:hover .boutonPair{
	background-color: #3479c7;
}

.containerMenu {
	margin-top: 30px;
}
.containerMenu ul {
	list-style: none;
	background-color: #e8e5e5;
	border: 1px solid #3479c7;
	padding: 0;
	margin: 0;
	height: 50px;
}

.containerMenu li {
	float: left;
	display: block;
	height: 100%;
	border-left: 1px solid white;
	width: calc(100%/9);
}

.containerMenu li a {
	display: block;
	height: 100%;
	padding: 5px 4px;
	text-align: center;
	color: #313131;
}

.containerMenu li a:hover {
	background-color: #313131;
	color: white;
	text-decoration: none;
}

.menu-toggle{
	width: 100%;
	text-align: center;
	font-size: 28px;
}

.home {
	background: url('../images/icone_home.png') no-repeat center center;
}

.home:hover {
	background: url('../images/icone_home_hover.png') no-repeat center center;
}

.containerMenu  .metier a{
	padding-top: 15px;
}

.no-padding-right {
	padding-right: 0;
}

.carousel-indicators {
	position: absolute;
	bottom: 40px;
}
/*.owl-carousel .item {
	position: relative;
}

.slider-contenu {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	color: white;
}

.owl-theme .owl-controls {
	position: absolute;
	bottom: 40px;
	width: 100%;
}*/

.sectionAccueil {
	background-image: url('../images/texture_abeille_gris.png');
	color: white;
	padding-top: 20px;
	padding-bottom: 20px;
}

#carouselAccueil {
	width: 100%;
	height: 100%;
}

#carouselAccueil img {
	width: 100%;
	height: 100%;
}

.sectionAccueil p {
	padding-top: 20px;
}



/*Clôtures et façades*/
#titreClotures h1{
	margin-bottom: 20px;
}

#titreClotures img {
	padding-bottom: 10px
}

.carousel-caption {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.5);	
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
}

.carousel-control {
	width: 25px;
	padding-top:25%;
	padding-left: 2px;
	padding-right: 2px;
}

/*Production*/
#production figcaption {
	background-color: #313131;
	color: white;
	text-align: center;
	font-size: large;
	padding-top: 5px;
	padding-bottom: 5px;
}

#production img {
	width: 100%
}

#production p {
	text-align: justify;
}

.imagesMoyensProd {
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 20px;
}

/*Métier*/
#bandeauPhotos {
	padding-top: 20px;
	padding-bottom: 20px;
}

#bandeauPhotos button {
	border: none;
	position: relative;
	padding-right: 0px;
	padding-left: 0px;
}

.iconeZoom {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.modal-body img {
	width: 100%;
}

#metier {
	margin-bottom: 15px;	
}

#metier h1 {
	margin-bottom: 15px;
	padding-left: 15px;
	margin-bottom: 30px;
}

.miniature {
	display: block;
	float: left;
	position: relative;
}

.iconeZoom {
	position: absolute;
	bottom: 5px;
	right: 5px;
}


/*Contact*/
#coordonnees {
	border-right: 1px solid #3479c7;
}

#blocContact {
	margin-bottom: 20px;
}

textarea {
	width: 100%;
	height: 100px;
	padding-left: 0;
}

#formulaire {
	margin-top: 20px;
}

#envoiFichier {
	margin-top: 15px;
	padding-left: 15px;
	padding-top: 15px;
}

.blocInput {
	margin-bottom: 15px;
}

.blocInput .form-control{
	border: 1px solid #313131;
	border-radius: 0px;
}

.btnEnvoyer {
	background-color: #3479c7;
	color: white;
	border: none;
	padding: 5px 15px;
}

#nousContacter h4 {
	padding-left: 15px;
}

#map{
	height: 300px;
	width: 100%;
}
/* CSS */
/* Extra Small Devices, .visible-xs-* */
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    #priseContact{
    	border: none;
    	border-bottom: 1px solid #FFF;
    }

    .logo-header{
    	margin: 0 auto;
    	margin-top: 20px;
    	margin-bottom: 20px;
    }
    .containerMenu{
    	display: none;
    	margin-top: 0px;
    	margin-bottom: 10px;
    }

    .containerMenu ul{
    	height: auto;
    	width: 100%:;
    }

    .containerMenu ul li{
    	float: left;
    	width: 100%;
    	height: auto;
    	border: none;
    	border-bottom: 1px solid #FFF;
    }

    .containerMenu ul li .home{
    	height: 25px;
    	margin-top: 5px;
    	margin-bottom: 5px;
    }
    .containerMenu .metier a{
    	padding-top: 4px;
    }
    header nav{
    	margin-bottom: 0px;
    }
    #asideAccueil{
    	height: auto;
    	max-height: inherit;
    }
    #asideAccueil aside img{
    	padding: 15px 0;
    }
    #asideAccueil > div{
    	padding-left: 0px;
    }
    .list-inline>li{
    	margin-bottom: 15px;
    }
    #mentionsLegales ul{
    	margin-left: 5px;
    }
    #texteAvantages ul{
    	padding-left: 10px;
    	margin-top: 10px;
    }
    #bandeauPhotos > div > div{
    	min-height: 130px;
    }
    #bandeauPhotos{
    	padding-bottom: 0px;
    }
    #production figcaption{
    	padding: 5px 10px;
    }
    .imagesMoyensProd > div{
    	margin-bottom: 15px;
    }
    #coordonnees{
    	text-align: center;
    	margin-bottom: 20px;
    	border-right: 0px;
    }
    #map{
    	height: 200px;
    }

}

/* Small Devices, .visible-sm-* */
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 992px) {
    #priseContact{
    	border: none;
    	border-bottom: 1px solid #FFF;
    }

    .logo-header{
    	margin: 0 auto;
    	margin-top: 20px;
    	margin-bottom: 20px;
    }
    .containerMenu{
    	display: none;
    	margin-top: 0px;
    	margin-bottom: 10px;
    }

    .containerMenu ul{
    	height: auto;
    	width: 100%:;
    }

    .containerMenu ul li{
    	float: left;
    	width: 100%;
    	height: auto;
    	border: none;
    	border-bottom: 1px solid #FFF;
    }

    .containerMenu ul li .home{
    	height: 25px;
    	margin-top: 5px;
    	margin-bottom: 5px;
    }
    .containerMenu .metier a{
    	padding-top: 4px;
    }
    header nav{
    	margin-bottom: 0px;
    }
    .menu-toggle{
    	display: block;
    }
}

/* Medium Devices, .visible-md-* */
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Large Devices, .visible-lg-* */
/* Large desktops and laptops */
@media (min-width: 1200px) {

}


