@import url(https://fonts.googleapis.com/css?family=Lato:400,100,300,700,900);

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-size:100%;
}
body {
	font-family: 'Lato', sans-serif;
	margin:0;
	padding:0;
}
img {
	max-width:100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
}
h2 {
	color:#000000;
	font-size:3.75em;
	font-weight:200;
	margin-bottom:40px;
}
h3 {
	color:#000000;
	font-size:2em;
	font-weight:700;
}
p {
	color:#000000;
	font-size:1.125em;
	text-align:justify;
	font-weight:400;
	line-height:1.2em;
}
a {
	outline:none;
}
/* Navigation ============================================================*/

/* Hover */

.dropdown-menu li:hover .sub-menu {
	visibility: visible;
}
.dropdown:hover .dropdown-menu {
	display: block;
}




/* header =========================================================================*/
#header {
	float:left;
	width:100%;
	background:#fff;
	z-index:99999;	
}

#header .navbar {
    border-radius: 0;
    float: right;
    margin-bottom: 0 !important;
}
#header .navbar-default {
    border: medium none;
}
#header .navbar-header {
	border: none;
	padding: 0;
}
#header .navbar-default .navbar-collapse {
	border-top: none!important;
	padding: 0!important;
	box-shadow: none;
}
#header .navbar-header .logo {
	float: left;
}
#header .navbar-header .logo img {
	float: left;
	margin:10px 0;
}

#header .navbar-nav {
    border: medium none;
    float: right;
    list-style-type: none;
    margin: 0 55px 0 0;
    text-align: center;
}
#header .navbar-nav li a {
    color: #5f0c10;
    font-family: "Lato",sans-serif;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 7px 17px;
    text-transform: uppercase;
	
	background: linear-gradient(to right, #5f0c10 49%, transparent 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    transition:all 0.2s ease;
}
#header .navbar-nav li a:hover, #header .navbar-nav li a.linkhover {
	
	text-decoration: none;
	color: #fff;
	background-position:left bottom;
}
#header .navbar-default .navbar-nav > .active > a, #header .navbar-default .navbar-nav > .active > a:hover, #header .navbar-default .navbar-nav > .active > a:focus {
   background: #5f0c10 none repeat scroll 0 0;
    color: #fff;
    text-decoration: none;
}
#header .navbar-toggle .icon-bar {
	display: block;
	height: 2px;
	width: 20px;
	margin: 0 auto;
}
#header .navbar-toggle {
	background-color: #5f0c10;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin: 10px 0;
	right: 10px;
	width: 40px;
	height: 40px;
}
#header .navbar-default .navbar-toggle .icon-bar {
}
#header .navbar-default .navbar-toggle:hover {
	background-color: #1b1f24;
}
#header .navbar-default .navbar-toggle:focus {
	background-color: #1b1f24;
}
header, #header {
    min-height: 124px;
    width: 100% !important;
}
.header_top {
	background:rgba(0, 0, 0, 0.7);
	float:left;
	width:100%;
	min-height:45px;
}
.logo {
    float: left;
    margin: 17px 0 0 20px;
}
.contactinfo {
    color: #5f0c10;
    margin-bottom: 35px;
    margin-right: 56px;
    margin-top: 16px;
    position: relative;
    z-index: 9999;
}
.contactinfo a {
    color: #5f0c10;
    font-size: 0.9em;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.contactinfo img {
    margin-left: 132px;
    margin-right: 12px;
}
.contactinfo a:hover {
    text-decoration: unset;
}
.contactinfo span {
    margin: 0 35px;
}

.header_bottom {
	float:left;
	width:100%;
}
.caption {
	position:absolute;
	top:18%;
	width:100%;
	text-align:center;
	z-index:999;
}

.nav li {
    float: left;
    margin-bottom: 0;
    margin-left: 6px;
    margin-top: 0;
}
.container {
    max-width: 1230px;
    width: 100%;
}
.dropdown-menu {
    border: medium none;
    left: -40px !important;
    min-width: 5px;
    padding: 10px 30px !important;
    top: 55px;
    width: 200px;
}
.dropdown-menu li {
    float: left;
    margin: 10px 0 10px 10px;
}
.dropdown-menu > li > a {
	margin:0;
	text-align:left;
	font-size:1em !important;
	padding:5px 0 0 !important;
	color:#626262 !important;
	height:auto !important;
	text-align:left;

}
.dropdown-menu li a:hover, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background:none !important;
	color:#5f0c10 !important;
}
.dropdown:hover .dropdown-toggle, .dropdown-toggle:active, .dropdown-toggle:focus {
	color:#5f0c10 !important;
	background:none !important
}

/*Body content  ================================================================================*/
.body_content {
    /*background: rgba(0, 0, 0, 0) url("../images/bg.jpg") repeat scroll 0 0;*/
    float: left;
    width: 100%;
}

#pagecontent .body_content {
	padding-top:60px;
}

/*apropos =======================================================================================*/

#apropos {
    float: left;
    margin: 0;
    min-height: 242px;
    padding: 50px 0 60px;
    text-align: center;
    width: 100%;
	 background: #fff none repeat scroll 0 0;
}


#apropos h2 {
    color: #5f0c10;
    font-size: 1.5em;
    font-weight: bold;
    margin: 24px auto 48px;
    text-align: center;
}
#apropos p {
    color: #3d3d3d;
    font-size: 1.35em;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin: 0 auto 15px;
    max-width: 1100px;
    padding: 0 24px;
    text-align: center;
    text-transform: none;
}
#apropos .col-xs-12 {
    padding: 0;
}


/*services ===============================================================================*/
#services {
	background: url('../images/bgServ.jpg') no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
    float: left;
    overflow: hidden;
    width: 100%;
}

#services .row{
   margin:110px 0;
}

#services .special, #realisations .special  {
padding:0;
}
#services .special > p, #realisations .special > p {
    color: #333333;
    
    font-size: 1em;
    font-weight: 300;
    line-height: 24px;
    margin: 105px 0 0;
    max-width: 550px;
    text-align: left;
}
#services .serv_cont {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.serv_text img {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    visibility: hidden;
}

.nopadding{
padding:0;	
	}



#services .serv_cont p {
    color: #fff;
    font-size: 0.75em;
    font-weight: 600;
    letter-spacing: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px !important;
    max-width: 238px;
    padding: 0 20px;
    text-align: center;
}
.serv_cont {
    background: #333 none repeat scroll 0 0;
    display: block;
    max-width: 250px;
    min-height: 270px;
    padding-bottom: 23px;
    padding-top: 35px;
}
.serv_cont:hover{
	background-color: #5f0c10;
}
#services .serv_cont a{
	display: block;
}
#services .serv_cont a:hover{
	text-decoration: none;
}
.serv-left {
	float:left;
}
.serv-right {
	float:right;
}




/*Buttons =================================================================*/
p a.lienRea{
	display: inline-block;
	width: 170px;
    height: 50px;
    line-height: 46px;
    margin-top: 40px;
	border: 2px solid #5f0c10;
	color: #5f0c10;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all 0.35s ease;
	   -moz-transition: all 0.35s ease;
	    -ms-transition: all 0.35s ease;
	     -o-transition: all 0.35s ease;
	        transition: all 0.35s ease;
}
p a.lienRea:hover{
	background-color: #5f0c10;
	color: #FFF;
	text-decoration: none;
}
img.img-services{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.savoirplus{
text-align:center;
}

.savoirplus a{
	text-decoration: none;
	font-size: 0.875em;
	color: #333333;
	padding: 15px 20px;
	text-transform:uppercase;
	font-family: 'Lato', sans-serif;
	border:2px solid #333333;
	display: inline-block;
	
    /* Old browsers */
    background: linear-gradient(to right, #5f0c10 50%, transparent 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    transition:all 0.2s ease;
		
}

.savoirplus a:hover, .savoirplus a.linkhover{
	text-decoration: none;
	color: #fff !important;
	background-position:left bottom;
	border:2px solid #5f0c10;
}

/* annimation ====================================================================*/

.animated {
	animation-name:fadeInUp;
	animation-duration:3s;
	animation-iteration-count:1;
	animation-timing-function:ease-out;
	-webkit-animation-name:fadeInUp;
	-webkit-animation-duration:3s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-timing-function:ease-out
}
.animated2 {
	animation-name:flipInY;
	animation-duration:3s;
	animation-iteration-count:1;
	animation-timing-function:ease-out;
	-webkit-animation-name:flipInY;
	-webkit-animation-duration:3s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-timing-function:ease-out
}
.animated3 {
	animation-name:fadeInUpBig;
	animation-duration:3s;
	animation-iteration-count:1;
	animation-timing-function:ease-out;
	-webkit-animation-name:fadeInUpBig;
	-webkit-animation-duration:3s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-timing-function:ease-out
}
.animated4 {
	animation-name:slideInLeft;
	animation-duration:2s;
	animation-iteration-count:1;
	animation-timing-function:ease-out;
	-webkit-animation-name:slideInLeft;
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-timing-function:ease-out
}
.animated5 {
	animation-name:slideInRight;
	animation-duration:4s;
	animation-iteration-count:1;
	animation-timing-function:ease-out;
	-webkit-animation-name:slideInRight;
	-webkit-animation-duration:4s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-timing-function:ease-out
}
.animated-zoomIn {
	animation-name:zoomIn;
	animation-duration:3s;
	animation-iteration-count:1;
	animation-timing-function:ease-out;
	-webkit-animation-name:zoomIn;
	-webkit-animation-duration:3s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-timing-function:ease-out
}
.animated-appear1 {
	animation-name:slideInLeft;
	animation-duration:2s;
	animation-iteration-count:1;
	animation-timing-function:ease-out;
	-webkit-animation-name:slideInLeft;
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-timing-function:ease-out
}
.animated-appear2 {
	animation-name:slideInRight;
	animation-duration:2s;
	animation-iteration-count:1;
	animation-timing-function:ease-out;
	-webkit-animation-name:slideInRight;
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-timing-function:ease-out
}
.animated-bounceIn {
	animation: 5s pulse infinite linear;
	-webkit-animation: 5s pulse infinite linear;
}

/*realisation ===================================================================================*/
#realisations {
    background: #fff none repeat scroll 0 0;
    float: left;
    min-height: 411px;
    padding: 0 0 20px;
    text-align: center;
    width: 100%;
}
#realisations h2 {
    color: #8c0c04;
    font-size: 0.875em;
    font-weight: bold;
    margin: 24px auto 36px;
    padding-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
}

#pagecontent .realisation-row {
    margin: 50px 0 0 !important;
}
#realisations .col-xs-12 {
    padding: 0 10px !important;
}
.animation_container {
	position: relative;
	text-align: center;
	width: 100%;
	max-width:72px;
	height:20px;
	padding:25px 0;
	margin:0 auto;
}
.anim-img {
	z-index:999;
}
.line {
	width:48%;
	height:1px;
	background:#db1c23; /*  eeeeee   */
}
.line2 {
	width:48%;
	height:1px;
	background:#eeeeee;
}
.right_line {
	position:absolute;
	top:38px;
	right:80px;
	width:0;
}
.left_line {
	position:absolute;
	top:38px;
	left:80px;
	width:0;
}

#realisations .container {
    max-width: 1200px;
    width: 100%;
}
#realisations .ImageWrapper {
	margin: 0 auto;
	max-width: 100%;
}

#realisations #galleryContainer {
	width:100%;
	margin:0 auto;
}
#realisations .container .row {
	margin:0;
}
#realisations #link-real {
	border: 2px solid #fff;
	color: #fff;
	display: inline-block;
	
	font-size: 1.125em;
	font-weight: 600;
	margin: 90px 0 0;
	padding: 20px 30px;
	text-transform: uppercase;
	transition: all 0.5s ease-in 0s;
}
#realisations #link-real:hover {
	border:2px solid #5f0c10;
	background:#db1c23;
	color:#fff;
	text-decoration:none;
}
/*.example-image {
	transition: all .2s ease-in-out;
}
.example-image:hover {
	transform: scale(1.1);
}*/
.ImageWrapper::after {
    background: rgba(229, 232, 234, 0.64) none repeat scroll 0 0;
    content: "";
    height: 0;
    left: 0;
    max-width: 640px;
    position: absolute;
    top: 0;
    transition: height 0.3s ease 0s;
    width: 100%;
}
.galleryItemplus .ImageWrapper:after, .galleryItemplus a {
	max-width:446px !important;
}
.ImageWrapper:hover:after {
	height:100%;
}
.ImageWrapper a {
	float: left;
	overflow: hidden;
	position: relative;
	width:100%;
	max-width:640px;
}
.PStyleH span {
    color: #8c0c04;
    font-size: 3.75em;
    font-weight: bold;
    left: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 35%;
    width: 100%;
}
.PStyleH b {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 1.4em;
    font-weight: 700;
    letter-spacing: 4px;
    line-height: 40px;
    padding: 13px 0;
    text-transform: uppercase;
}
.ImageWrapper .PStyleH {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

/*Gallery=========================================================================================*/

.ImageWrapper .PStyleH::before,
.ImageWrapper .PStyleH::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.ImageWrapper .PStyleH::before {
	
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

.ImageWrapper .PStyleH::after {
	
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

.ImageWrapper .PStyleH span {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

.ImageWrapper:hover .PStyleH::before,
.ImageWrapper:hover .PStyleH::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.ImageWrapper:hover .PStyleH:hover span {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


/*Title =============================================================================*/
#title {
    background: #8c0c04 none repeat scroll 0 0;
    float: left;
    margin: 0 auto;
    min-height: 160px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
#title img {
    display: inline-block;
    margin: 0 90px 0 auto;
    text-align: center;
}
#title p {
    color: white;
    display: inline-block;
    font-size: 0.875em;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 17px;
    max-width: 288px;
    text-align: center;
    text-transform: uppercase;
}

/*slider =========================================================================*/
#slider {
	background-color: #333;
    float: left;
    padding-bottom: 47px;
    width: 100%;
}


/*Parallax ===================================================================================*/

#parallax {
    background: rgba(0, 0, 0, 0) url("../images/parallax.png") no-repeat fixed center center / cover ;
    float: left;
    height: 411px;
    text-align: center;
    width: 100%;
}
#parallax div {
    height: 190px;
    line-height: 190px;
}
#parallax h2 {
    border-bottom: 2px solid #e2c2c0;
    color: #8c0c04;
    font-size: 0.875em;
    font-weight: bold;
    margin: 48px auto 24px;
    max-width: 180px;
    padding-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
}
#parallax .container {
    max-width: 850px;
}



/* soumisssion ========================================================================*/
#soumission {
    background: #fff none repeat scroll 0 0;
    float: left;
    min-height: 157px;
    padding: 67px 0 0;
    text-align: center;
    width: 100%;
}

#soumission .container {
    max-width: 770px;
}
#soumission h3 {
    display: inline-block;
    font-size: 1.125em;
    letter-spacing: 1px;
    margin: 0 40px 0 0;
    text-align: left;
	color:#ffffff;
	font-weight:300;
	text-transform:uppercase;
	line-height: 25px;
	float:left;
}

#soumission p {
    color: #5f0c10;
    font-size: 1.5em;
    letter-spacing: 0.5px;
    line-height: 30px;
    text-transform: uppercase;
}
#soumission a {
    background: #5f0c10 none repeat scroll 0 0;
    border: 2px solid #5f0c10;
    color: #fff;
    display: inline;
    float: right;
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: 1px;
    margin: -65px 0 0;
    padding: 20px 15px;
    text-transform: uppercase;
    transition: all 0.5s ease-in 0s;
}
#soumission a:hover {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #5f0c10;
    color: #5f0c10;
    text-decoration: none;
}
/*contact ==============================================================================*/
#contact {
    float: left;
    width: 100%;
}
#contact h2 {
	font-size:2.4em;
	color:#fff;
	text-align:center;
	font-weight:700;
	margin:0 0 15px 0;
}
#contact .col-lg-12 p {
	font-size:1.1em;
	text-align:left;
	font-size:300;
}
#contact .col-lg-12 p {
	margin:0 0 90px 0;
}
#contact .col-lg-6 {
    margin: 0 2% 0 0;
    padding-bottom: 20px;
    padding-top: 20px;
}
#contact h3, #interne h3 {
	font-size:1.3em;
	color:#333333;
	text-transform:uppercase;
	font-size:700;
	margin:20px 0 10px;
}
#contact .col-lg-6 p, #interne .col-lg-6 p {
	font-size:1.2em;
	color:#333;
}
#contact .col-lg-6 p a, #interne .col-lg-6 p a {
	color:#333;
}
#contact .col-lg-6 p img, #interne .col-lg-6 p img {
	margin:0 8px 0 0;
}
.infos {
	margin:0 0 15px 0;
}
.text {
	background:#333;
	border:none;
	color:#fff;
	padding:13px;
	margin:0 0 20px 0;
	width:100%;
	resize:none;
	font-size:1em;
	
}
.send{
	text-decoration: none;
	font-size: 0.875em;
	color: #333333;
	padding: 12px 60px;
	text-transform:uppercase;
	font-family: 'Lato', sans-serif;
	border:2px solid #333333;
	display: inline-block;
	
    /* Old browsers */
    background: linear-gradient(to right, #5f0c10 50%, transparent 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    transition:all 0.2s ease;
		
}

.send:hover{
	text-decoration: none;
	color: #fff !important;
	background-position:left bottom;
	border:2px solid #5f0c10;
}

#form1{
text-align:center;	
	}

#message, #specifications {
	height:100px;
}
.response {
	color:red;
}
/*maps =======================================================================*/
#maps {
	float:left;
	width:100%;
	height:466px;
}
#contact-map {
	width:100%;
	float:left;
	height:450px;
}
/*Interne ====================================================================*/
#interne {
    background: white none repeat scroll 0 0;
    float: left;
    min-height: 300px;
    padding: 30px 0 60px;
    text-align: center;
    width: 100%;
	overflow: hidden;
}
#interne h1 {
    color: #8c0c04;
    font-size: 2.2em;
    font-weight: bold;
    margin: 20px auto 48px;
    text-align: center;
}
#interne h2 {
    color: #8c0c04;
    font-size: 1.5em;
    font-weight: bold;
    margin: 30px 0 10px;
    text-align: left;
}

.realisation-row  {
    margin: 0 auto;
    max-width: 900px;
}

#pagecontent .body_content h1 {
    color: #5f0c10;
    font-size: 2.5em;
    font-weight: 600;
    padding: 18px;
    text-align: center;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
}
#interne h3 {
    color: #232323;
    font-size: 1.2em;
    font-weight: 400;
    margin: 25px auto 10px;
    max-width: 600px;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
}

#interne h3 span {
	color: #ec4824;
	font-size: 0.7em;
	font-style: italic;
	font-weight: 400;
}
#interne h4 {
	text-align:center;
	font-weight:600;
	color:#333;
	margin-bottom:20px;
	font-size:1.2em;
}
#interne h5 {
	text-align:left;
	font-weight:600;
	color:#212121;
	font-size:1.3em;
}
#interne p {
    color: #626262;
    font-size: 1em;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 1em;
}
#interne a {
	margin-bottom:1em;
	color:#212121;
	font-size:1em;
	font-weight:300;
	font-family: 'Lato', sans-serif;
}
#interne ul {
    margin: 16px auto 0;
    max-width: 700px;
    text-align: left;
    width: 100%;
}
#interne li {
    color: #5f0c10;
    font-size: 1em;
    font-weight: 300;
    margin-bottom: 1em;
}

#interne .ImageWrapper, #interne .ImageWrapper a, #interne .ImageWrapper::after, #interne .galleryItem{
max-width:300px !important;	
	}

#interne .ImageWrapper a{
max-width:300px !important;	
margin:0;
	}
	
#interne .galleryItem {
    margin: 15px auto !important;
    padding: 0;
}
	
.contact-infos{
text-align:center;
margin:0 !important;
	}	

.sep{
width:100%;
clear:both;
background:#ccc;
height:1px;
	}
	
.ctn-r{
	border-right:1px solid #ccc;		
	}		
	
#interne .contact-infos h4{
text-transform:uppercase;
font-size:1em;	
color:#000000;
text-align:center;
	}	
	
.contact-infos{
text-align:center;
margin:0 !important;
	}	

.sep{
width:100%;
clear:both;
background:#ccc;
height:1px;
	}
	
.ctn-r{
	border-right:1px solid #ccc;		
	}		
	
#interne .contact-infos h4{
text-transform:uppercase;
font-size:1em;	
color:#2b2b2b;
text-align:center;
	}	
	
/*contact infos===================================================================================*/
	
.contact-infos p{
color:#6b6b6b;
text-decoration:none;
text-align:center;
font-size:0.9em;
margin-top:20px;
	}
	
.contact-infos p a{
color:#6b6b6b;
text-decoration:none;
text-align:center;
	}	
	
.contact-infos .col-lg-6{
padding:50px 0;	
	}			
	
.contact-infos p{
color:#6b6b6b;
text-decoration:none;
text-align:center;
font-size:0.9em;
margin-top:20px;
	}
	
.contact-infos p a{
color:#6b6b6b;
text-decoration:none;
text-align:center;
	}	
	
.contact-infos .col-lg-6{
padding:50px 0;	
	}		
	
.row-galerie .row{
    margin: 0 auto 60px;
    max-width: 900px;
}

.row-galerie h2{
text-align:center !important;
}			

#accordion {
	background-color: #db1c23;
	padding: 15px;
}
#accordion h3 {
	background-color: #161616;
	color: #FFF;
	margin: 0 0 10px;
	padding: 8px 10px;
	cursor: pointer;
}
.ui-accordion-content {
	background-color: #FFF;
	margin-bottom: 10px;
	padding: 20px 10px 10px 10px;
}
.gallery_holder {
	margin:0 0 50px 0;
}
.error {
	margin:140px 0 0 0 !important;
}
#interne li a {
	color:#333;
	font-size:1em;
}

.contactinfos h4 {
	color:#db1c23;
	font-size:1.8em;
}
.contactinfos p span {
	font-weight:400;
	color:#232323;
}
.contactinfos p {
	margin-top:0.5em !important;
}
.contactinfos p, .contactinfos p a {
	color:#232323 !important;
}
#form1 {
	margin-top:1em;
}
.service_row {
	margin-bottom:4em;
}
.service_row_right {
	margin-top:6em;
}
/*Footer ========================================================================*/	
footer, #footer {
    background: black url("../images/footer.png") no-repeat scroll 0 0;
    float: left;
    min-height: 353px;
    padding: 65px 0 0;
    text-align: center;
    width: 100%;
}
.footer_container p {
	font-size:0.9em;
	color:#000000;
}
.footer_container ul {
	float:left;
	margin:2em 0;
}

/*footer_top===================================================================*/
.footer_top {
    float: left;
    min-height: 262px;
    padding-bottom: 30px;
    width: 100%;
}
.footer_top h2 {
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    margin: 0;
    padding-bottom: 24px;
    text-align: left;
    text-transform: uppercase;
}

.footer_bottom {
    background: #fff none repeat scroll 0 0;
    float: left;
    min-height: 87px;
    padding-top: 27px;
    text-align: center;
    width: 100%;
}

.footer_bottom .container{
    max-width:1000px;
}
.footer_bottom p {
    color: #8c0c04;
    font-size: 0.75em;
    font-weight: bold;
    letter-spacing: 0;
    margin-top: 10px;
    text-align: left;
}
.footer_bottom p  b {
    font-weight: 800;
}
.footer_bottom p a {
    padding-left: 6px;
}


.footer_top ul{
margin:0;
padding:0;
}

.footer_top li {
    color: #fff;
    font-size: 0.75em;
    font-weight: 600;
    list-style: outside none none;
    margin-bottom: 18px;
    max-width: 292px;
    text-align: left;
}
.pages li {
    margin: 0;
}

.footer_top li a {
	color: #fff;
    width: 100%;
}
.footer_top li a:hover {
    text-decoration: underline;
}

.footer_top p {
    color: #000000;
    font-size: 0.9em;
    letter-spacing: 0.5px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
}
.footer_top p a {
	color:#000000;
}
.footer_top p b {
	font-weight:700;
	line-height:25px;
}

.footer_top p span {
    letter-spacing: 3.5px;
}

.footer_top p b {
    letter-spacing: 2.5px;
	font-weight:600;
}

.ft-footer{
max-width: 220px;	
	}


/** sociallogo **/

.socaillogo {
    float: right;
}

.socaillogo a{
    margin-right: 20px;
}
.facebook{
	background:url("../images/facebook.png");
	width:38px;
	height:38px;
	display:inline-block;

}
.facebook:hover{
	background:url("../images/facebook_hover.png");
}
.twitter{
	background:url("../images/twitter.png");
	width:38px ;
	height:38px ;
	display:inline-block;
}
.twitter:hover{
    background:url("../images/twitter_hover.png");
}
.google{
	background:url("../images/google.png");
	display:inline-block;
	width:38px;
	height:38px;
}
.google:hover{
    background:url("../images/google_hover.png");
}





		
/* Media Queries ============================================================*/

 /*Large desktop */

@media (max-width: 1300px) {


}
 @media (max-width: 1200px) {
  .contactinfo img {
    margin-left: 54px;
    margin-right: 12px;
  }
  #header .navbar-nav {
    margin: 0 13px 0 0;
  }
  #realisations .flex-direction-nav .flex-next {
    right: 0% !important;
  }
  #realisations .flex-direction-nav .flex-prev {
    left: 0% !important;
  }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1050px) {
.slidercontenu h2 {
    font-size: 2em !important;
    margin: 0 0 20px !important;
}
.slidercontenu p {
    font-size: 1em !important;
}

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
.logo {
    float: left;
    margin: 17px auto 10px;
    text-align: center;
    width: 100%;
}
#header .navbar {
    border-radius: 0;
    float: none;
    margin-bottom: 0 !important;
    text-align: center;
}
.contactinfo {
    margin-right: 0;
	margin-bottom: 10px;
}
.contactinfo img {
    margin-left: 10px;
    margin-right: 10px;
}
#header .navbar-nav {
    margin: 0 auto;
    width: 100%;
}
.nav li {
    float: none;
    margin: 0 auto;
    width: 100%;
}
#soumission {
    padding: 43px 0 0;
	margin-bottom:25px;
}
#soumission p {
    font-size: 1.2em;
    margin: 0 auto 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

#soumission a {
    display: block;
    float: none;
    font-size: 1.2em;
    margin: 0 auto;
    max-width: 200px;
    padding: 11px 20px;
    text-align: center;
    width: 100%;
}
.ft-footer {
    max-width: 100%;
	text-align:center;
}
.pages li {
    margin: 0;
    text-align: center;
    width: 100%;
}
.footer_top h2{
    margin: 20px 0 10px;
    padding: 0;
    text-align: center;
}
.footer_top li {
   text-align: center;
}
.footer_top ul {
    display: block;
    margin: 0 auto;
    max-width: 290px;
    padding: 0;
    text-align: center;
    width: 100%;
}
.socaillogo {
    float: none;
}
.slidercontenu h2 {
    font-size: 1.8em !important;
    margin: 0 0 18px !important;
}
.slidercontenu p {
    font-size: 1em !important;
}

footer, #footer {
	background: rgba(0, 0, 0, 0) url("../images/footer.png") no-repeat fixed center center / cover ;
}


}
@media (max-width: 480px) {

.flex-control-nav, .flex-direction-nav, .slidercontenu{
display:none;	
	}

#soumission p {
    font-size: 0.8em;
    max-width: 299px;
}
#header .navbar{
float:left;	
width:100%;
	}
	
#soumission a {
    font-size: 1em;
    margin: 10px auto;
    max-width: 200px;
    padding: 10px 15px;
}
.contactinfo {
    line-height: 30px;
    margin-bottom: 10px;
    margin-right: 0;
    width: 235px;
}
.tel{
	position:relative;
	left: -15px;
	}
.slidercontenu h2 {
    font-size: 1.5em !important;
	   margin: 0 0 15px !important;
}
.slidercontenu p {
    font-size: 0.8em !important;
}

}
