@charset "utf-8";


/*----------------------------------------------------------------
    GDAgency
----------------------------------------------------------------*/

/*----------------------------------------------------------------
    Fonts
----------------------------------------------------------------*/


@font-face {
    font-family: 'din_regular';
    src: url('../font/ff_din_regular-webfont.eot');
    src: url('../font/ff_din_regular-webfont?#iefix') format('embedded-opentype'),
         url('../font/ff_din_regular-webfont.woff') format('woff'),
         url('../font/ff_din_regular-webfontt.ttf') format('truetype'),
         url('../font/ff_din_regular-webfont#din_regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Futura_Book';
    src: url('../font/futurabook_bt-webfont.eot');
    src: url('../font/futurabook_bt-webfont?#iefix') format('embedded-opentype'),
         url('../font/futurabook_bt-webfont.woff') format('woff'),
         url('../font/futurabook_bt-webfont.ttf') format('truetype'),
         url('../font/futurabook_bt-webfont#Futura_Book') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Font_Awesome';
    src: url('../font/fontawesome-webfont.eot');
    src: url('../font/fontawesome-webfont?#iefix') format('embedded-opentype'),
         url('../font/fontawesome-webfont.woff') format('woff'),
         url('../font/fontawesome-webfont.ttf') format('truetype'),
         url('../font/fontawesome-webfont#Font_Awesome') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*----------------------------------------------------------------
    Général
----------------------------------------------------------------*/

html {
	height:100%;

}

* {
    padding:0;
    margin: 0;
}
.pgs_bim .txt_bim{
	padding:20px 5%;
}
.pgs_bim .telechargements{
	float:none;
}
.txt_bim a{
	line-height:1.3em!important;
	text-decoration:underline;
}
.pgs_bim .telechargements li:before {
    content: url(../images/icone_ifc.png);
    padding: 0 15px;
	float:left;
	margin: 7px 0;
}

body {
	color: #000;
	font-size: 1em;
	line-height: 1.3;
	font-family:"din_regular", Arial, Helvetica, sans-serif;
	background-color:#FFF;
	overflow-x:hidden;
		z-index:0;
}


.border-top {
    background-color: white;
    height: 15px;
    left: 0;
    top: 0;
    width: 100%;
	position:fixed;
	z-index:3;
}

.border-right {
    background-color: white;
    float: left;
    height: 100%;
    position: fixed;
    top: 0;
    width: 15px;
	z-index:3;
	right:0;
}

.border-left {
    background-color: white;
    float: left;
    height: 100%;
    position: fixed;
    top: 0;
    width: 15px;
	z-index:3;
	left:0;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    line-height: 1.34;
    text-rendering: auto; /* Android browser */
    font-weight: 100;
    padding:0;
    margin:0;
	text-transform:uppercase;
}

a {
    text-decoration: none;
    color:#000;
}

img {
    display: block;
}

p {
    margin: 0;
    padding: 0;
}
.lien_skyfold a{
	line-height:1.3em!important;
}
.lien_skyfold{
	margin-top:15px;
}
/*----------------------------------------------------------------
    Header
----------------------------------------------------------------*/
     
header {
    background-color: rgba(255, 255, 255, 0.9);
    width: 23%;
	height:100%;
	float:left;
z-index:2;
}

.page-interne {
	position:fixed;
}

.logo {
    height:90px;
    z-index: 9999999;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	margin-bottom:10px;
}


/*----------------------------------------------------------------
    MENU
----------------------------------------------------------------*/

nav {
	padding-left:35px;
}

.menu {
	list-style:none;
	text-transform:uppercase;
	
}

.menu > li {
	padding: 10px 0;
	color:#4d4d4f;
	cursor: pointer;
    	padding-left:20px;
}

.menu a {
	display:block;
    z-index: 999;
	position: relative;
}

.menu > li > a {
	width:93%;
}

/*
.menu > li:before {
	content:'\f111 ';
	font-family:'Font_Awesome';
	font-size:4px;
	margin-top:8px;
	float:left;
	padding-right:20px;
}
.menu > li:after {
	content:'\f111 ';
	font-family:'Font_Awesome';
	font-size:4px;
	float:right;
	margin-top:-13px;
	padding-right:30px;
}


*/
/*----------------------------------------------------------------
    SOUS MENU PRODUITS
----------------------------------------------------------------*/

.menu .menu-pdts {
	background-color: rgba(255, 255, 255, 0.8);
	overflow: hidden;z-index:10000;
	border:none;
	margin:0;
	visibility:hidden;
	position:absolute;
	top:0;
	height:100%;
	transition: all 0.5s ease 0s;
	left:13%;
    opacity: 0;
	width: 11%;
	padding-top:55px;
}

.menu .menu-pdts .indentmenu {
    text-align: left;
    margin-top: -22px;
    /*padding-left: 55px;*/
    width: auto;
    /*display: inline-block;*/
    text-indent: 0px;
}



.menu li:hover .menu-pdts {
	left:23%;
	width: 14.5%;
	visibility:visible;
    opacity: 1;
}


.menu .menu-pdts h4 {
	padding: 40px 0 15px 0;
	font-weight:100;
}
.menu .menu-propos li a{
	text-transform:none;
	
}
.menu .menu-pdts h4 a{
	    margin-top: -20px;
}

 .menu .menu-propos li a{
	padding-left:0;
}

.menu .menu-propos li span{
		left:0;
	
}
.menu .menu-propos li span:before{
	content:'\f0da\f0da';
	font-family:'Font_Awesome';
    font-style: normal;
    position: absolute;
    margin-left:2px;
    font-size: 16px;
    margin-top:-4px;
	left: 0%;
	transition: all 0.2s ease-in;
} 
.menu .menu-propos li span:after{
	content:' ';
} 

.menu .menu-pdts h4:before {
   	content:' ';
	color:#000;
	background-color:rgba(164,167,168, 0.3);
    padding-left: 30px;
	margin-right:14px;
    font-size: 10px;
    line-height: 20px;
    vertical-align: top;
}

.menu .menu-pdts h4 em:before, .menu .menu-propos li em:before{
	content:'\f0da\f0da';
	font-family:'Font_Awesome';
    font-style: normal;
    position: absolute;
    margin-left:-14px;
    font-size: 20px;
    margin-top:-3px;

}
.menu .menu-pdts h4 em, .menu .menu-propos li em{
    padding-right:10px;
}

.menu .menu-pdts li {
	list-style:none;
	padding:3px 0;
	text-transform: none;

}
.menu .menu-pdts a, .menu .menu-propos a {
width:16em;
text-align:left;
	padding-left:55px;
	padding-right:20px;

}


.menu  .menu-pdts > li span:after{
    content:none;
    padding-left:0;
}
.menu  .menu-pdts > li span{
    content: none;
    opacity: 0;
    transition:all 0.2s ease-in;

}
.menu  .menu-pdts > li:hover span:after, .menu  .menu-pdts .actif span:after{
	content:'\f0da\f0da\f0da';
    font-size: 20px;
    font-family:'Font_Awesome';
    opacity: 1;
    transition:all 0.2s ease-in;
    /*width: 5px;*/
    margin-top: -7px;
    
}

.menu  .menu-pdts > li:hover span,.menu  .menu-pdts .actif  span{
	width:100%;
}

.menu  .menu-pdts > li:hover span, .menu .actif span ,.menu  .menu-pdts .actif  span,.menu .menu_apropos.actif .menu-propos li:hover span, .menu .menu_apropos.actif .menu-propos li.actif span{
    background-color:rgba(164,167,168, 0.3);
    color:#000;
	transition:all 0.2s ease-in;
	content:'\f0da\f0da';
	font-family:'Font_Awesome';
    opacity: 1;
}

.menu .menu_apropos.actif .menu-propos span{
background-color:transparent;	
}

.menu .menu-propos > li:hover span, .menu .menu_apropos.actif .menu-propos > li.actif span{
		left:0%;
			transition:all 0.2s ease-in;
}
.menu .menu-propos > li:hover span:before, .menu .menu_apropos.actif .menu-propos > li.actif span:before{
	left:99%;	
		transition:all 0.2s ease-in;
}

.menu .menu-propos > li:hover span, .menu .menu_apropos.actif .menu-propos > li.actif span{
   background-color:rgba(164,167,168, 0.3);	
       opacity: 1;
	   width: 19%;
	   	transition:all 0.8s ease;
}




/*----------------------------------------------------------------
    SOUS MENU PRODUITS HOVER
----------------------------------------------------------------*/

.survol-img {
    width: 64%;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	position:absolute;
	width:66.06%;
	right:0;
	background-size:cover;
	z-index:1;

}
.carousel {
    position: relative;
    margin-top:15px;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}
.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}
.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }
    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}
.carousel-inner>.active {
    left: 0
}
.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}
.carousel-inner>.next {
    left: 100%
}
.carousel-inner>.prev {
    left: -100%
}
.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}
.carousel-inner>.active.left {
    left: -100%
}
.carousel-inner>.active.right {
    left: 100%
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}
.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}
.carousel-control .icon-prev:before {
    content: '\2039'
}
.carousel-control .icon-next:before {
    content: '\203a'
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}
.carousel-caption .btn {
    text-shadow: none
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

/*----------------------------------------------------------------
    MENU HOVER + ACTIF
----------------------------------------------------------------*/

.menu > li span{
    position: absolute;
    width:20%;
    height:12px;
    margin-top:4px;
    margin-left:-25px;
    	transition:all 0.2s ease-in;
        z-index: 0;
}


.menu > li span:before {
	content:'\f111';
	font-family:'Font_Awesome';
	font-size:4px;
	margin-top:2px;
	float:left;

}
.menu > li span:after {
	content:'\f111 ';
	font-family:'Font_Awesome';
	font-size:4px;
	float:right;
	margin-top:4px;
margin-right:-5px;
}


.menu > li:hover >  span:before, .menu .actif span:before {
	content:'\f0da ';
	font-family:'Font_Awesome';
	font-size:18px;
	margin-top:-5px;
	float:left;
	padding-right:20px;
}
.menu > li:hover > span:after, .menu .actif span:after {
	content:'\f0da ';
	font-family:'Font_Awesome';
	font-size:18px;
	float:right;
	margin-top:-5px;
margin-right:-6px;
}

.menu > li:hover > span, .menu_apropos.actif > span {
    background-color:rgba(164,167,168, 0.3);
    color:#000;
	transition:all 0.2s ease-in;
    
}


 /*
.menu .actif  {
    background-color:rgba(164,167,168, 0.3);
    color:#000;
	transition:all 0.2s ease-in;
    background-position: 0 100%;
    font-weight:bold;
}

.menu > .actif:before {
	content:'\f0da ';
	font-family:'Font_Awesome';
	font-size:18px;
	margin-top:-1px;
	float:left;
	padding-right:20px;
}
.menu > .actif:after {
	content:'\f0da ';
	font-family:'Font_Awesome';
	font-size:18px;
	float:right;
	margin-top:-22px;
	padding-right:30px;
}*/


/*----------------------------------------------------------------
    MENU A PROPOS
----------------------------------------------------------------*/

.menu .menu-propos {
	padding:0;
	margin:0;
	list-style:none;
	
}
/*
.menu .menu-propos a {
	margin:10px 0;
	
}
*/
.menu .menu-propos li {

    overflow: hidden;
    margin: 0;
    max-height: 0;
    visibility: hidden;
    opacity: 0;

    padding-left: 22px;
    transition: all 0.8s ease 0s;
}
/*
.menu .actif .menu-propos li:nth-child(1) a {
	margin-left:-26px;
}
*/

.menu li:hover .menu-propos li,.menu .actif .menu-propos li{	    padding-top: 10px;}


.menu li:hover li, .menu .actif .menu-propos li {
	max-height: 15em;
	visibility:visible;
	opacity:1;

  
}

.fa.fa-forward {
    background-color:rgba(164,167,168, 0.3);
    left: 0;
    padding-left: 55px;
    position: absolute;
	color:#6c6b6b;
	margin:12px 0;
}


/*----------------------------------------------------------------
    ACCUEIL > ICONES
----------------------------------------------------------------*/

#icones {
	text-align:center;
	line-height:3em;
	
}
#icones .fa {
	color:rgba(0, 93, 126, 0.4);
	padding:0 8px;
	font-size:1.3em;
	vertical-align:middle;
}

#icones .fa-search:hover,
#icones .fa-film:hover,
#icones .fa-link:hover {
	color:#005d7e;
	transition:all 0.4s ease-in;
}


#icones .fa-facebook-square {
	color:#3b5998;
}

#icones .fa-twitter-square {
	color:#56a3d9;

}
#icones .fa-instagram {
	color:#3f729b;

}
#icones .fa-google-plus-square {
	color:#dd4b39;
}

#icones .fa-linkedin-square {
	color:#0e76a8;

}

#icones img {
    display: inline-block;

}

/*----------------------------------------------------------------
    LANGUES
----------------------------------------------------------------*/

#langues {
	position:absolute;
	top:0;
	right:0;
	margin-top:30px;
	margin-right:25px;
	z-index:99999;
}
#langues a {
	color:#00b194;
	background-color:#fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
}
#langues span {
	margin:0 3px;
	text-transform:uppercase;
	
}

#langues #en a {
	padding:5px;
}
#langues #it a {
	padding:5px 9px;
}
#langues #es a {
	padding:5px 7px;
}

#langues #fr a {
	padding:5px 6px;
}


/*----------------------------------------------------------------
    ACCUEIL > CENTER
----------------------------------------------------------------*/
.rond {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position:absolute;
}
#rond {
 	background-color: #0bd6eb;
    font-size: 14px;
    margin-left: 73%;
    padding: 85px;
    width:255px;
	height:255px;
	bottom:12%;
}

#rond p {
	font-size:1em;
	line-height: 1.3em;
	color:#FFF;
	text-align:justify;
}

#rond h2 {
	text-transform:uppercase;
	margin-top: 25px;
}

#rond h2 span {
	font-size:14px;
}

#rond2 {
	background-color:#aeffe4;
	height:250px;
	width:250px;
	bottom:35%;
	margin-left:59%;
	
text-align:center;

}
#rond2 img{
	width:80%;
	margin-top:15px;
	display:inline-block;
}

#rond3 {
	background-color:#005d7e;
	height:100px;
	width:100px;
	bottom:60%;
	margin-left:51%;
}


#rond-blanc1 {
	border:1px solid #FFF;
	height:536px;
	width:536px;
	bottom:12%;
	z-index:-1;
	left:73%;
}

#rond-blanc2 {
	border:1px solid #FFF;
	height:409px;
	width:409px;
	bottom:16%;
	z-index:-1;
	left:74%;
}

#rond-blanc3 {
	border:1px solid #FFF;
	height:409px;
	width:409px;
	bottom:10%;
	z-index:-1;
	left:73%;
}

#rond-blanc4 {
	border:1px solid #FFF;
	height:409px;
	width:409px;
	bottom:11%;
	z-index:-1;
	left:72%;
}

#nav-slider {
	bottom: 20px;
    clear: both;
    left: 27%;
    position: absolute;
	z-index:1;
}

/*----------------------------------------------------------------
    ACCUEIL > BLOCS
----------------------------------------------------------------*/

#blocs {
	padding-top:15px;
	z-index:2;
	text-align:center;
	background-color:#FFF;
	clear:both;
}

.bloc {
	border: 5px solid #fff;
    border-radius: 10px;
    display: inline-block;
    margin: 0 10px;
    text-align: left;
    width: auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-box-shadow: 3px 3px 5px 0px #9b9b9b;
	-webkit-box-shadow: 3px 3px 5px 0px #9b9b9b;
	-o-box-shadow: 3px 3px 5px 0px #9b9b9b;
	box-shadow: 3px 3px 5px 0px #9b9b9b;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#9b9b9b, Direction=135, Strength=5);
}

.bloc h2 {
	color:#fff;
	font-size:1.5em;
}

.bloc img {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;

	width:100%;
	object-fit: cover;
}

/* Bloc video  */ 

.accueil-video {
	position:relative;
}
.accueil-video h2 {
	margin-left: 50%;
    position: absolute;
    top: 41%;
	text-transform:uppercase;
}
#fa-play {
	width:130px;
	height:130px;
	background-color:#6ee0ba;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align:center;
	position:absolute;
	top:28%;
	margin-left:50px;
}
.fa-play {
	color:#FFF;
	padding-top:39%;
	padding-left: 5%;
	
}

/* Bloc produits  */ 

.accueil-produits {
	position:relative;
}

.accueil-produits h2 {
	text-align:center;
    position: absolute;
    top: 75px;
    width: 100%;
}

.accueil-produits span {
	position:absolute;
	bottom:45px;
	z-index:1;
}

#int-accueil-produits {
	min-height:100px;
	background-color:#FE866E;
	position: absolute;
	bottom:0;
	color:#FFF;
	width:100%;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

#int-accueil-produits p {
	font-size: 16px;
    margin-left: 165px;
	padding:5px 0;	
	line-height:1.4em;
	padding-right: 15px;
}

#int-accueil-produits span {
bottom: 0;
    line-height: 100px;
    font-size: 1.4em;
    width: 40%;

    vertical-align: middle;
    height: 100px;
    text-align: center;
}


/* Bloc actus */

.accueil-actus {
	position:relative;
}

.accueil-actus #titre-accueil-actus {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color:#FFF;
	height:125px;
	width:125px;
	margin-left:35%;
	text-align:center;
    position: absolute;
	top:25px;
	
}

.accueil-actus #titre-accueil-actus h2 {
line-height: 125px;
    vertical-align: middle;
	color:#6ee0ba;
	text-transform:uppercase;
	font-size:14px;
}

#int-accueil-actus {
	position:absolute;
	bottom:0;
	    width: 100%;

}

#int-accueil-actus div {
	background-color:#6ee0ba;
	color:#FFF;
	min-height:50px;
}

#int-accueil-actus span {
	float:left;
	margin:6px 30px;
	color:#4d4d4f;
	font-size:14px;
	text-align: center;
}

#int-accueil-actus p {
	font-size:16px;
	text-transform:uppercase;
	line-height:50px;
	height: 50px;
    overflow-y: hidden;
	vertical-align:middle;
}


/* Bloc réalisation  */ 

.accueil-realisations {
	position:relative;
}

.accueil-realisations h2 {
	text-align:center;
    position: absolute;
    top: 75px;
    width: 100%;
	text-transform:uppercase;
}

#rond-realisations {
	position:absolute;
	bottom:10px;
}
#rond-realisations img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height:110px;
	width:25%;
	float:left;
    filter: grayscale(1); 
	-webkit-filter: grayscale(1);
	
}

#rond-realisations .fa {
	position:absolute;
	top:-20px;
	color:#FFF;
}
/*----------------------------------------------------------------
    FOOTER
----------------------------------------------------------------*/

footer {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #afafaf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(00%,#ffffff), color-stop(100%,#afafaf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#afafaf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#afafaf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#afafaf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 7%,#afafaf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#afafaf',GradientType=0 ); /* IE6-9 */
    padding: 15px;
	height:40px;
	position:relative;
	text-transform:uppercase;
	font-size:12px;
	clear:both;
	z-index:3;
	border-top:15px solid #fff;
}


footer #gda {
	text-decoration:underline;
	font-weight:bold;
}
#liens-foot {
	float:left;
	padding: 10px 0;
}
#partenaires {
	float:right;
}
#partenaires img {
	display:inline-block;
	padding-left:20px;

}

/*----------------------------------------------------------------
    PAGE STATIQUE
----------------------------------------------------------------*/

.menu #menu-real{
	width:15%;	
}

.page-statique .menu #menu-real{
	width:70%;	
}

.page-statique .menu .menu-propos > li:hover span, .menu .menu_apropos.actif .menu-propos li.actif span {
	width:87% !important;	
}

.page-statique .menu  .menu-pdts {
	left:70%;
		width:45%;
			z-index:999999;
}

.page-statique .menu li:hover .menu-pdts,.menu .actif .menu-pdts {
	left:100%;
		width:62%;
	opacity:1;
	visibility:visible;
	}

.page-statique .menu > li span{
	width:87%;
	
}

.statique {
	background: -moz-linear-gradient(top,  rgba(11,120,118,0.8) 0%, rgba(22,96,127,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(11,120,118,0.8)), color-stop(100%,rgba(22,96,127,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(11,120,118,0.8) 0%,rgba(22,96,127,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(11,120,118,0.8) 0%,rgba(22,96,127,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(11,120,118,0.8) 0%,rgba(22,96,127,0.8) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(11,120,118,0.8) 0%,rgba(22,96,127,0.8) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0b7876', endColorstr='#cc16607f',GradientType=0 ); /* IE6-9 */
	color:#fff;
	text-align:justify;
	font-family:'Futura_Book';
	min-height:100%;
	float:right;
	width:100%;
	
}

.int-statique {
	padding:13px 56px;
	float:right;
	width:72%;
	font-family: 'Futura_Book';
	
}

.int-statique h1, .int-statique h2 {
	text-transform:uppercase;
	color:#fff;
}

.int-statique h1,h1.big {
	text-align:center;
	font-size:2em;
	line-height: 3em;
	text-transform:initial;
}

.int-statique h2 {
	color:#0bd6eb;
	padding-bottom:25px;
}

.int-statique ul {
	list-style:none;
	float:left;
}

.int-statique ul li {
	padding:5px 30px;
}

.int-statique ul li:before {
	font-family:'Font_Awesome';
	content:'\f0da';
	position:absolute;
	left:25%;
}

.int-statique p {
	padding-bottom:30px;
}

.int-statique img {
	-moz-box-shadow: 3px 3px 5px 0px #343434;
	-webkit-box-shadow: 3px 3px 5px 0px #343434;
	-o-box-shadow: 3px 3px 5px 0px #343434;
	box-shadow: 3px 3px 5px 0px #343434;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#343434, Direction=135, Strength=5);
	border:3px solid #FFF;
}

/*----------------------------------------------------------------
    PAGE STATIQUE > A PROPOS
----------------------------------------------------------------*/

#img-haut, #img-bas {
	float:right;
	margin:0 0 25px 25px;
}

#img-ronde {
	float:left;
	margin: 0 15px 15px 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

}


.rond-pic {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border:1px solid #fff;
	position:absolute;
	z-index:-1;
}

#rond-pic1 {
	height:238px;
	width:238px;
	top:476px;
	left:493px;
}
#rond-pic2 {
	height:238px;
	width:238px;
	top:450px;
	left:454px;
}
#rond-pic3 {
	height:238px;
	width:238px;
	top:449px;
	left: 471px;
}
#rond-pic4 {
	height:310px;
	width:310px;
	left:471px;
	top:417px;
}

/*----------------------------------------------------------------
    PAGE STATIQUE > TELECHARGEMENTS
----------------------------------------------------------------*/
#page-telechargements {
    width:77%;
    padding:0;
}

/*----------------------------------------------------------------
	PAGE PRODUITS
----------------------------------------------------------------*/

.produits {
	background: -moz-linear-gradient(top,  rgba(11,120,118,0.8) 0%, rgba(22,96,127,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(11,120,118,0.8)), color-stop(100%,rgba(22,96,127,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(11,120,118,0.8) 0%,rgba(22,96,127,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(11,120,118,0.8) 0%,rgba(22,96,127,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(11,120,118,0.8) 0%,rgba(22,96,127,0.8) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(11,120,118,0.8) 0%,rgba(22,96,127,0.8) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0b7876', endColorstr='#cc16607f',GradientType=0 ); /* IE6-9 */
	z-index:-3;
	float:right;
	min-height:100%;
	color:#FFF;
	width:100%;
}

.produits a {
	color:#FFF;
	line-height:28px;
	vertical-align:bottom;
}
.contact_prod{
	text-transform:uppercase;
	border:2px solid #fe866e;
	background-color:#fe866e;
	font-weight:bold;
	padding:5px 15px;
	display:inline-block;
	color:#fff!important;
}


.int-produits h1, .int-produits h2, .int-produits h4 {
	color:#FFF;
	font-family:'Futura_Book';
	font-weight:100;
}

.int-produits h3 {
	color:#0bd6eb;
	font-family:'Futura_Book';
	font-weight:100;
}
.int-produits {
	font-family:'Futura_Book';
	font-weight:100;
	padding:35px 20px;
	text-align:justify;
	float:right;
	width:64%;
}

.int-produits h1 {
	text-align:center;
}

.int-produits h2 {
	text-transform:uppercase;
	    text-align: left;
}

.colonne1{float:left;width:47%;}
.colonne2{float:left;width:40%;margin-left:10px;}


.border{
	background-color:white;	
	width:100%;
	height:10px;
	margin-top:5px;
	margin-bottom:15px;
	padding-bottom:0 !important;
}

#description, #caracteristiques, #coloris, #chantiers, #performances {
	padding:30px;
}
#description.real{
	width:80%;
    padding:30px 0px 20px 113px;
    min-height: auto;
}


#description, #caracteristiques {
	float:left;
	width:45%;
	    min-height: 364px;

}

#slider, #performances, #coloris, #chantiers {
	float:right;
	margin-right:45px;
	width:36%
}

#performances {
	border:4px solid #FFF;

}

/* Description */
#description p {
	line-height:1.5em;
}

#description li {
	list-style:none;
	padding:5px 0;
	margin-left:40px;
	line-height:22px;
	vertical-align:bottom;
}

#description li:before {
	padding:15px;
	content:url(../images/icone_pdf.png);
}



/* Caractéristiques */
#caracteristiques ul {
	margin-top:30px;
}
#caracteristiques li {
	list-style:none;
	margin-left:40px;
	padding:20px 0;
	line-height:1.5em;
}
#caracteristiques li:before {
	font-family:'Font_Awesome';
	content:'\f0da';
	position:absolute;
	left:37%;
}

#caracteristiques span {
	text-transform:uppercase;
}
#caracteristiques h2 {
	margin-bottom:10px;
}
#trait {
	position:absolute;
	left:35%;
	width:15%;
	opacity:0.3;
}

#trait-1 {
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
	-o-transform: rotate(4deg);
	transform: rotate(4deg);
	border-bottom:1px solid #fff;
}

#trait-2 {
	-webkit-transform: rotate(6deg);
	-moz-transform: rotate(6deg);
	-ms-transform: rotate(6deg);
	-o-transform: rotate(6deg);
	transform: rotate(6deg);
	border-bottom:1px solid #fff;
}
#trait-3 {
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	transform: rotate(-2deg);
	border-bottom:1px solid #fff;
}

.white{
	color:white !important;
}

.black{
	color:black !important;
}

/* Performances */ 

#performances ul {
	list-style:none;
}

#performances ul li {
	padding:5px 0;
}

#performances span, .bleuclair {
	color:#0bd6eb;
}

#performances img {
	float:left;
	padding-right:15px;
	margin: 7px 0;
}

/* Coloris */

#coloris img {
	border-radius: 50%;
    float: left;
    height: 56px;
    padding: 7px 3px;
    width: 56px;
}

/* Chantiers */

.fa.fa-caret-up, .fa.fa-caret-down {
    display: block;
    text-align: center;
	font-size: 36px;
    line-height: 0.2em;
}

.fa.fa-caret-up {
	border-bottom:10px solid #fff;
}

.fa.fa-caret-up:hover {
	border-bottom:10px solid #6bcace;
	color:#6bcace;
	transition:all 0.4s;
}

.fa.fa-caret-down {
	border-top:10px solid #fff;
}

.fa.fa-caret-down:hover {
	border-top:10px solid #6bcace;
	color:#6bcace;
	transition:all 0.4s;
}



.un-chantier:before{
	content:' ' !important;	
}

.un-chantier {
	clear:both;
	margin:10px 0;
	padding:15px 0;
}
.un-chantier figure {
	float:left;
	height:70px;
	width:145px;
	padding-bottom: 20px;
}

.un-chantier figure img {
	height:100%;
	width:auto;
	border:3px solid #fff;
	-moz-box-shadow: 2px 2px 4px 0px #000000;
	-webkit-box-shadow: 2px 2px 4px 0px #000000;
	-o-box-shadow: 2px 2px 4px 0px #000000;
	box-shadow: 2px 2px 4px 0px #000000;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=134, Strength=4);
    margin: 0 auto;
    max-width: 135px;
}

.un-chantier p {
	padding-bottom:17px;
}
.un-chantier a {
	text-transform:initial;
	font-size:14px;
	color:white;
}

.un-chantier a:before {
	content:'';
	background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    padding-left: 50px;

}

.un-chantier span {
	padding-right:5px;
}

.un-chantier span:before {
	font-family:'Font_Awesome';
	content:'\f0da';
    color: #fff;
	font-size:20px;
	line-height:19px;
	vertical-align:middle;
}

.un-chantier h4 {
	padding-bottom:25px;

}

.un-chantier h4 a {
	font-size:16px;

}
.un-chantier h4 a:before, .un-chantier figure a:before {
	padding-left:0;

}

/* Carousel chantier */

.jcarousel-skin-default .jcarousel-vertical,
.jcarousel-skin-default .ver-ti-cal {
    position: relative;
    overflow: hidden;
    height: 316px;
}

.jcarousel-skin-default .jcarousel-vertical ul,
.jcarousel-skin-default .ver-ti-cal ul {
    width: 100%;
    height: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel-skin-default .jcarousel-vertical li,
.jcarousel-skin-default .ver-ti-cal li {
    margin: 10px 0 28px 0;
    padding: 0;
	height:125px;
}

.jcarousel-skin-default li img {
    display: block;
}


/* Catalogue */
#catalogue {
	padding:30px;
}
#catalogue ul {
	display:inline-block;
	
}
#catalogue li {
	margin:10px 0;
	list-style:none;
	padding:0 15px;
	width:100%;
}
#catalogue li:before {
	content:url(../images/puce_catalogue_03.png);
	margin-right:15px;
}


/*----------------------------------------------------------------
    Slider
----------------------------------------------------------------*/

#slider {
    cursor:pointer;
    position: relative; 
    margin: 32px 45px 32px 0;
    left: 0px; 
    overflow: hidden;
    height:auto;
    top: 0px;    
	border:4px solid #FFF;
}

#slider div.slides {
    position: absolute; 
    left: 0px; 
    top: 0px; 
    overflow: hidden;
}

#slider div.slides .legende{
    position: absolute; 
    height: 50px; 
    bottom: 0px; 
    left: auto;
    right: auto;
    padding-top: 15px;
    font-weight: normal;
    text-align: center; 
    color: #000;
    background:rgba(255, 255, 255, 0.6);
}
#slider div.slides .grandelegende{
    position: absolute; 
    top:0;
    left: auto;
    right: auto;
    padding-top: 15px; 
    padding-bottom: 30px; 
    font-weight: normal;
    text-align: center; 
    color: #fff;

}

#slider div.slides .legende a {
    font-weight: bold;
    color: #fff;
}



.slider-real {
		margin:0 auto !important;
		float:none !important;
	} 



.jssora21l, .jssora21r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 50px;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
}
.jssora21l { background-position: -3px center; }
.jssora21r { background-position: -63px center; }
.jssora21l:hover { background-position: -123px center; }
.jssora21r:hover { background-position: -183px center; }
.jssora21l.jssora21ldn { background-position: -243px center; }
.jssora21r.jssora21rdn { background-position: -303px center; }

.jssora21r:before{
    content: "\f0da"; 
    font-family: FontAwesome;
    color: #16607f; 
    font-size: 35px; 
    position: absolute;
    top:170px;
    right:15px;
    text-align: center;
}
.jssora21l:before {
    content: "\f0d9"; 
    font-family: FontAwesome;
    color: #16607f; 
    font-size: 35px; 
    right:15px;
    top:170px;
    position: absolute;
    text-align: center;
}

.jssora22l, .jssora22r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 40px;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
}


.slider-real .jssora21r:before{
    content: "\f0da"; 
    font-family: FontAwesome;
    color: #16607f; 
    font-size: 35px; 
    position: absolute;
    top:245px;
    right:15px;
    text-align: center;
}
.slider-real .jssora21l:before {
    content: "\f0d9"; 
    font-family: FontAwesome;
    color: #16607f; 
    font-size: 35px; 
    right:15px;
    top:245px;
    position: absolute;
    text-align: center;
}
/*----------------------------------------------------------------
    CONTACT
----------------------------------------------------------------*/

#contact {
    float: left;
}

#form-contact {
	text-align:left;
	
}

#form-contact .rouge {
	color:#C80003;
}

#form-contact div {
	margin:5px 0;
	
}

#form-contact #pro-part {
	margin:5px 0 13px 35px;
}
#form-contact #pro-part label {
	padding-right:25px;
}

#form-contact input[type=radio] {
	margin-right:10px;
}

#form-contact input[type=text].court {
	margin-left:10px;
}

#form-contact #nom-prenom p,
#form-contact #ch-mail p,
#form-contact #act-societe p,
#form-contact #numero-tel p,
#form-contact #ch-adresse p,
#form-contact #cp-ville p,
#form-contact #ch-site p {
	width:92px;
	display:inline-block;
	text-align:right;
	padding-bottom:15px;
}
#form-contact #ch-mail p, 
#form-contact #ch-adresse p,
#form-contact #ch-site p {
	padding-top:7px;
}

#form-contact #nom-prenom input,
#form-contact #act-societe input,
#form-contact #numero-tel input,
#form-contact #cp-ville input {
	width:195px;
}


#form-contact #ch-mail input,
#form-contact #ch-adresse input,
#form-contact #ch-site input {
	width:497px;
	float:right;
}


#form-contact input[type=text] {
	border:none;
	height:25px;
	margin-top:5px;
	margin-bottom:10px;	
}

#form-contact input[type=checkbox] {
	margin-left:10px;
}

#form-contact textarea {
	width:599px;
	height:150px;
	margin-top:10px;
	border:none;
}

#form-contact .btn {
	text-align:center;
	margin:20px 0 10px 0;
}
#form-contact input[type=submit] {
	border:2px solid #ffffff;
	color:#FFFFFF;
	padding:10px;
	cursor:pointer;
	background:none;
	font-family:'Futura_Book';
	font-size:1em;
}

#form-contact input[type=submit]:hover {
	background-color:#EBF2F4;	
	color:#000000;
	transition:all 0.5s;
}

#coordonnees {
    float: left;
    width: 44%;
    margin-left: 25px;
}

#coordonnees #logo-contact {
    border: none;
    box-shadow: none;
    background-color: #ffffff;
    margin-bottom: 10px;
}

#coordonnees strong {
    color:#0bd6eb;
}

#coordonnees #coord-adresse {
    float:left; 
    width:100%;
}

#coordonnees #siege-social {
    float:left;
    margin-right: 20px;
}

#coordonnees #ile-de-france {
    float:left;
}

#coordonnees #google-maps {
    float:left; 
    width:100%; 
    padding-top:20px;
}

/*----------------------------------------------------------------
    CONNEXION BIBLIO
----------------------------------------------------------------*/

#bb_login input[type=submit] {
    border: 2px solid #ffffff;
    color: #FFFFFF;
    padding: 10px;
    cursor: pointer;
    background: none;
    font-family: 'Futura_Book';
    font-size: 1em;
    margin-top: 10px;
}

#bb_login input[type=text], #bb_login input[type=password] {
    border: none;
    height: 25px;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 10px;
}

#bb_error {
    padding-bottom: 10px;
}
/*----------------------------------------------------------------
    DICTRIBUTION
----------------------------------------------------------------*/
#innerMap img:nth-child(3){
width:100%; height:auto;;	
position:relative;

}
#innerMap map{
	z-index:1000;
	position:relative;
}
#mapping {
	float:left;
	margin-right:60px;
}
#innerMap{
	position:relative;
}
.relative_click{
	position:relative;
}
#europe{
	position:relative;
}
#europe img:nth-child(2){
	position:absolute;
	top:0;
	left:70px;
}
@media screen and (max-width:1150px){
#mapping {
	width:55%;
	display:inline-block;
}
}

@media screen and (max-width:950px){
#mapping {
	width:50%;
	position:relative;
	margin-right:2%;

}	
#distribs{
		width:100%!important;
	}
#innerMap{
	width:100%!important;
	background-size:100%!important;
	background-repeat:no-repeat;
	margin-top:70px!important;
	height:auto!important;
}
#innerMap + div img{
	margin-left:0!important;
	max-width:100%!important;
}
#innerMap > img{
	width:100%!important;
		height:auto!important;
}
}


@media screen and (min-width:750px){
	.slide-swipe{
		display:none!important;
	}
}
@media screen and (max-width:750px){
	.slide-swipe{
	 position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    cursor:pointer;
}
	#mapping {
	width:100%;
	position:relative;
	margin-right:2%;
	height:auto;

}
}
#mapping img {
	box-shadow:none;
	border:none;
}

body .facebox {
	width:34%;
	position: fixed!important;

}

.distrib {
	border:5px solid #fff;
	padding:15px;
	max-height:calc(100vh - 180px);

	overflow-y:scroll;
}
.distrib h2{
	padding-bottom:0px;
}
#distribs p, #distribs h2, #mapping h2 {
	color:#fff;
}

#distribs h3 {
	color:#fff;
}

#distribs a, #distribs h4 {
	color:#0bd6eb;
}

/*----------------------------------------------------------------
    TELECHARGEMENTS
----------------------------------------------------------------*/
.telechargements {
	width:85%;
	padding:30px;
	float:left;
	border:4px solid #fff;	
	margin: 25px 0 25px 75px;
	
}
.telechargements ul {
	list-style-type:none;
}
.telechargements ul li {
	padding:5px 0;
	
}
/*.telechargements li:before {
	
    font-family: 'Font_Awesome';
    content: '\f1c1';
    padding: 0 15px;
	float:left;
	margin: 7px 0;
}*/

.telechargements li:before {
    content: url(../images/icone_pdf.png);
    padding: 0 15px;
	float:left;
	margin: 7px 0;
}

.telechargements span, .bleuclair {
	color:#0bd6eb;
}

/*----------------------------------------------------------------
    RESULTAT RECHERCHE
----------------------------------------------------------------*/
#allcats h4, #allcats a {
	color:#fff;
	font-weight:100;
}
#allcats h2 {
	color:#ffffff;
	padding-bottom:0;
	font-weight:100;
}


/*----------------------------------------------------------------
    MENU RESPONSIVE
----------------------------------------------------------------*/

header section#responsive{
width: 12%;
    height: 115px;
    z-index: 9999999;
    float: left;
    background: rgba(11,120,118,0.4);
    text-align: center;
    line-height: 125px;
    vertical-align: middle;
    cursor: pointer;
    margin-top: 15px;
	display:none;
}


header section#responsive .fa,header section#fil .fa{
	color:white;
}

header section#fil{
	text-transform:uppercase;
width: 60%;
    height: 115px;
    float: left;
    background: rgba(11,120,118,0.8);
    text-align: center;
    line-height: 125px;
    vertical-align: middle;
    margin-top: 15px;	
	display:none;
}
header section#fil span a{
	color:white;
padding-left:20px;	
padding-right:20px;	
font-size:14px;
}
header section#fil span a .fil-h2{
	display:inline;	
	color:white;
}

@media all and (max-width: 1200px) {
	header{
		position:fixed;		
	}
	header section#responsive,header section#fil{
	display:block;
	}
	section.logo{
		width: 24%;
		float:left;
		margin-top:15px;		
		margin-bottom:25px;
		margin-left:20px;		
		margin-right:20px;		
	}
	img.logo{
		margin-top:15px;
		margin-bottom:20px;
		margin-left: auto;
		margin-right: auto;
	}
	#main{
		height:100%;		
		margin-top:200px;
	}
	#main nav{
		padding-left:41%;		
	}
	#main #icones{
		margin-top:20px;
	}
	
	
}

/*----------------------------------------------------------------
    RESPONSIVE
----------------------------------------------------------------*/


@media all and (max-width: 1750px) {
	.page-statique .menu li:hover .menu-pdts,.menu .actif .menu-pdts {
		width:55%;
	}
		.page-statique .menu #menu-real{
		width:75%;	
	}

	.menu .menu-pdts,.menu li:hover .menu-pdts{
			    width: 17.5%;	
	}
		.menu #menu-real {
    width: 20%;
	}
	
}
@media all and (max-width: 1648px) {
	.page-statique .menu li:hover .menu-pdts,.menu .actif .menu-pdts {
		width:65%;
	}
	.page-statique .menu #menu-real{
	width:80%;	
}
  
}

@media all and (max-width: 1500px) {
.page-statique .menu #menu-real{
	width:90%;	
}
.menu > li {
    padding-left: 13px;
}
.page-statique .menu .menu-propos > li:hover span, .menu .menu_apropos.actif .menu-propos li.actif span {
    width: 100% !important;
}
.menu .menu-propos > li:hover span, .menu .menu_apropos.actif .menu-propos > li.actif span {
    width: 24%;
}
	.menu .menu-pdts,.menu li:hover .menu-pdts{
			    width: 19%;	
	}
		.menu #menu-real {
    width: 23%;
	}

}

@media all and (max-width: 1350px) {
	.page-statique .menu li:hover .menu-pdts,.menu .actif .menu-pdts {
		width:65%;
	}	
	.page-statique .menu #menu-real{
	width:100%;	
}
	.menu .menu-pdts,.menu li:hover .menu-pdts{
			    width: 21%;	
	}

}





/*----------------------------------------------------------------
    RESPONSIVE
----------------------------------------------------------------*/

@media all and (max-width: 1852px) {
	/* Blocs page d'accueil */
	.bloc {
		width:23%;
	}
	#int-accueil-produits span {
		font-size:1em;
		margin-left:20px;
	}
	.accueil-video h2 {
		margin-left:52%;
	}
	.fa-play {
		padding-top:39%;
		padding-left:10%;
	}
	#int-accueil-actus p, #int-accueil-produits p {
		font-size:16px;
	}
	#int-accueil-produits p{
		margin-left:184px;
	}
}

@media all and (max-width: 1750px) {
	/* Blocs page d'accueil */
	#rond-realisations img {
		height:100px;
	}
	
	/* Page produits */
	.int-produits {
		width:62%;
	}
	#description, #caracteristiques {
		width:35%;
	}
	#performances, #coloris, #chantiers {
		width:46%;
	}
	#description li:before, #caracteristiques li:before {
		left:39%;
	}
	#rond {
		top:32%;
		z-index:1;
		margin-left:70%;
	}
	#rond2 {
		margin-left:50%;
	}
	#rond3 {
		margin-left:39%;
	}
	#rond-blanc1, #rond-blanc3 {
		left: 70%;
	}
	#rond-blanc2 {
		left:71%;
	}
	#rond-blanc4 {
		left:69%;
	}
    #slider {
		margin:32px auto;
		float:none;
	}
    
}
@media all and (max-width:1550px) {

     #slider {
        margin-left: 10% !important;
	}
}


@media all and (max-width: 1648px) {
	/* Blocs page d'accueil */
	.bloc {
		width:22%;
	}
	
	#rond-realisations img {
		height:88px;
	}
	#int-accueil-actus p {
		font-size:16px;
	}
	#int-accueil-produits p{display:none;}
	#int-accueil-produits span {
display: block;
margin:0;
    left: 30%;	
	}
    #coordonnees {
    width: 40%;
}
}

@media all and (max-width: 1521px) {
	/* Page produits */
	.int-produits {
		width:60%;
	}
	
	#allreal{
		width:60% !important;
	}
	
	#description, #caracteristiques {
		width:95%;
		float:none;
	}
	#performances, #coloris, #chantiers {
		width:79%;
		clear:both;
		margin:auto;
		float:none;
	}
	
	
	#trait {
		left: 38%;
		width: 18%;
	}
	#description li:before, #caracteristiques li:before {
		left:39%;
	}

}

@media all and (max-width: 1500px) {
	/* Blocs page d'accueil */
	#rond-realisations img {
		height:80px;
	}
	#int-accueil-actus {
		display:none;
	}
	/* Pae statique */
	.int-statique {
		width:71%;
	}
	#rond-pic {
		display:none;
	}
	/* Page produits */
	#trait {
		display:none;
	}
    #coordonnees {
        width: 38%;
    }
    #coordonnees #ile-de-france {
        margin-top: 10px;
    }
    
}


@media all and (max-width: 1400px) {
	/* Page produits */
	.int-produits {
		width:58%;
	}
	#description li:before, #caracteristiques li:before {
		left:41%;
	}
    #coordonnees {
    width: 35%;
}
    
}

@media all and (max-width: 1450px) {
	/* Page produits */
	.int-produits {
		width:59%;
	}
	#description li:before, #caracteristiques li:before {
		left:40%;
	}
	
	
    #coordonnees {
    width: 33%;
}
    
}

@media all and (max-width: 1350px) {
	#rond {
		margin-left:60%;
	}
	#rond2 {
		margin-left:40%;
	}
	#rond3 {
		margin-left:29%;
	}
	#rond-blanc1, #rond-blanc3 {
		left: 60%;
	}
	#rond-blanc2 {
		left:61%;
	}
	#rond-blanc4 {
		left:59%;
	}
	/* Blocs page d'accueil */
	#rond-realisations img {
		height:72px;
	}
	#int-accueil-produits, #rond-realisations, #fa-play {
		display:none;
	}
	.accueil-video h2 {
		margin-left:auto;
		margin-right:auto;
		    width: 100%;
		text-align:center;
	}
	.accueil-produits h2{top: 41%;}
	.accueil-realisations h2{top: 41%;}
	/* Page produits */
	.int-produits {
		width:57%;
	}
	#description li:before, #caracteristiques li:before {
		left:42%;
	}
	.facebox {
        width:30%;
        margin-left: 42%;	
    }
    #coordonnees {
        width: 26.5%;
    }
    #coordonnees #logo-contact {
        width: 100%;
    }
}

@media all and (max-width: 1200px) {
		#allreal{
		width:90% !important;
	}
	#rond-realisations{
		width:100%;
	}
		.accueil-video h2{    margin-left: 35%;
    width: 50%;}
		.accueil-produits h2{top: 75px;}
	.accueil-realisations h2{top: 75px;}
	#fa-play {
    display: block;}
	/* Accueil */
	header {
		height:auto;
		width:100%;
	}
	#center {
		height:600px;
	}
	#rond {
		top:20%;
		z-index:1;
		margin-left:60%;
	}
	#rond2 {
		margin-left:39%;
	}
	#rond3 {
		margin-left:26%;
	}
	#rond-blanc1, #rond-blanc2, #rond-blanc3, #rond-blanc4 {
		display:none;
	}
	#nav-slider {
		left:8%;
		top:550px;
	}
	.bloc {
		width:46%;
	}
	#int-accueil-produits, #int-accueil-actus, #rond-realisations {
		display:inherit;
	}
	#rond-realisations img {
		height:110px;
	}
	
	/* Page interne */
	header.page-interne {
		position:fixed;
		width:100%;
	}
	#main {
		display:none;
	}
	
	.page-statique .menu > li span {
    width: 20%;
}
	/* Page produits */
	.int-produits {
		margin-top:131px;
		width:95%;
		float:none;
	}

	#description li:before, #caracteristiques li:before {
		left:5%;
	}
	#trait {
		left:3%;
		width:20%;
	}
	/* Page a propos */
	.statique {
		float:none;
	}
	.int-statique {
		width:91%;
		float:none;
		padding:13px 0;
		margin:0 auto;
		padding-top:131px !important;
	}
	#img-haut, #img-bas {
		float:none;
		margin:0 auto 25px auto;
	}
	.int-statique ul li:before {
		left:5%;
	}
    /* Page distributeurs */
    #page-distri {
        min-height:1469px !important;
    }
    .facebox {
        width: 35%;
        margin-left: 52%;
    }
    /* Page téléchargements */
    #page-telechargements {
        width:100%;
    }
    #google-maps {
        display: none;
    }
    /* Coordonnees contact */
    #contact {
        width: 599px;
        margin: auto;
        float: none;
    }
    #coordonnees {
        width: 50%;
        float: none; 
        margin: auto;
    }
    
    #coordonnees #logo-contact {
        width: auto;
        margin: auto;
    }
    
    #coordonnees #coord-adresse, #coordonnees #siege-social, #coordonnees #ile-de-france {
        float: none;
        display: inline-block;
        vertical-align: top;
        text-align: center;
    }
    #coordonnees #siege-social {
        margin-top: 10px;
}
     #slider {
        margin: 0 auto !important;
	}
}
@media all and (min-width:750px) {
	.facebox{
		display:inline-block!important;

		position:relative!important;
	margin-left:0;

	display:inline-block;
	    width: 45%!important;
	}
}
@media all and (min-width: 1450px) {
body .facebox{
	width: 36%!important;
    position: fixed;
    margin-left: 36%;
    display:block!important;

}
}
#mapping > p:first-child{
	max-width:500px;
}
@media all and (max-width: 1600px) and (min-width:1400px){
	body .facebox{
	width: 32%!important;
    position: fixed;
    margin-left: 40%;
    display:block!important;

}
}
@media all and (max-width: 1400px) and (min-width:750px){
body .facebox{
	width: 32%!important;
    position: fixed;
    margin-left: 38%;
    display:block!important;

}
}
@media all and (max-width: 1350px) and (min-width:750px){
body .facebox{
	width: 30%!important;
    position: fixed;
    margin-left: 42%;
    display:block!important;

}
}
@media all and (max-width: 1251px)  and (min-width:750px){
body .facebox{
	width:32%!important;
	position:relative!important;
	margin-left:0;
	float:right;
	display:inline-block;
	position:absolute!important;
	right:20px;
	

}
}
@media all and (max-width: 950px) and (min-width:750px){
body .facebox{
	width:47%!important;
	position:relative!important;
	margin-left:0;
	float:right;
	display:inline-block;
	right:0;

}
}
@media all and (min-width:750px) {
	.resp_indication,.close{
		display:none;
	}
}

@media all and (max-width:750px) {
    #distribs {
        width: auto;
    clear: both;

    margin-left: 0%;
	z-index:1000;
	position:relative!important;
    }
    .close{
    	position:absolute;
    	top:-15px;
    	right:0px;
    	cursor:pointer;
    	font-size:25px;
    	display:inline-block;
    	background-color:#fff;
    	width:30px;
    	height:30px;
    	border-radius:50%;
    	text-align:center;
    	line-height:25px;
    	border:1px solid #ccc;
    }
    .facebox{
    	position:fixed!important;
    	z-index:1000;
    	left:0;
    	top:20%;
    	display:none;
    	width:500px!important;
    	left:50%;

    	margin-left:-250px;
    }
     .facebox .bg_facebox{
     	z-index:100;
     	background-color:rgba(0,0,0,0.5);
     	display:block;
     	position:fixed;
     	width:100%;
     	top:0;
     	bottom:0;
     	left:0;
     	right:0;
     	height:100%;
     }
    #distribs{
    	width:100%!important;
    	    float: none!important;
    	    box-sizing:border-box;
    	    padding:15px 0px;
    	    	background-color:#fff
    }
   
    #distribs > p:first-child{
    	display:none;
    }
    #distribs p, #distribs h2,#distribs h3,
    .facebox div{
    	color:#000;
    }
    .distrib{
    	overflow-y:scroll;
    	padding:0px;
    	margin:0 15px;
    	
    }
#distribs h2{
	padding-bottom:0px;
}
}

@media all and (max-width:550px) {
	body .facebox{
    	position:fixed!important;
    	z-index:1000;

    	top:10%;
    	display:none;
    	width:calc(100% - 20px)!important;
    	left:10px!important;
		margin-left:0;
    	
    }
}

@media all and (max-width: 911px) {
	#rond {
		margin-left:50%;
	}
	
	#rond2, #rond3 {
		display:none;
	}
	.int-statique {
		width:88%;
	}
	#img-haut {
		height:100%;
		width:100%;
	}
	footer {
		height:60px;
		text-align:center;
	}
	#partenaires, #liens-foot {
		float:none;
	}
	.int-statique ul li:before {
		left:7%;
	}
	#description li:before, #caracteristiques li:before {
		left:7%;
	}
	#nav-slider {
		display:none;
	}
	#langues{display:none;}
}

@media all and (max-width: 923px) {
	.bloc {
		width:45%;
	}
	#rond-realisations img {
		height:90px;
	}
    
    
	#main{margin-top:250px;}
	
	.menu > li span,.page-statique .menu > li span {
    width: 50%;}
	#main nav {
    padding-left: 27%;
}
}


@media all and (max-width: 800px) {
	.bloc {
		width:45%;
	}
	#int-accueil-actus {
		display:none;
	}
}

@media all and (max-width: 700px) {
	#rond {
		margin-left:33%;
	}
	#int-accueil-produits, #rond-realisations, #fa-play {
		display:none;
	}
	.int-produits {
		width:90%;
	}
	.accueil-realisations h2, .accueil-produits h2 {
		top:45%;
	}
	.accueil-actus #titre-accueil-actus {
		top:20%;
		margin-left:30%;
	
	}
	.accueil-video h2 {
		margin-left:26%;
	}
}

@media all and (max-width: 680px) { 
    #contact {
        width: 100%;
    }
    #coordonnees {
        width: 100%;
    }
    #form-contact {
		width:100%;
	}
	#form-contact #nom-prenom p,
	#form-contact #ch-mail p,
	#form-contact #act-societe p,
	#form-contact #numero-tel p,
	#form-contact #ch-adresse p,
	#form-contact #cp-ville p,
	#form-contact #ch-site p {
		width:100%;
		padding:0;
		text-align:left;
		display:block;
	}
	#form-contact #pro-part {
		margin: 10px 0;
	}
	#form-contact #nom-prenom input, 
	#form-contact #ch-mail input,
	#form-contact #act-societe input,
	#form-contact #numero-tel input,
	#form-contact #ch-adresse input,
	#form-contact #cp-ville input,
	#form-contact #ch-site input,
	#form-contact textarea {
		width:100%;
		margin-left:0;
	}
    

}

@media all and (max-width: 650px) {
	.bloc {
		width:auto;
	}
	.accueil-actus #titre-accueil-actus {
		margin-left:33%;
	
	}
	.int-statique {
		width:85%;
	}
	.int-statique ul li:before {
		left:9%;
	}
	footer {
		height:90px;
	}
}

@media all and (max-width: 600px) {
	#description li:before, #caracteristiques li:before {
		left:8%;
	}
	#center {
		display:none;
	}
	#blocs {
    padding-top: 208px;}
}

@media all and (max-width: 532px) {
	.jcarousel-skin-default .jcarousel-vertical, .jcarousel-skin-default .ver-ti-cal {
		height:350px;
	}
	
	.jcarousel-skin-default .jcarousel-vertical li, .jcarousel-skin-default .ver-ti-cal li {
		height:150px;
	}	

}

@media all and (max-width: 500px) {
	#supersized {
		visibility:hidden;
	}
	.int-statique {
		width:80%	
	}
	.int-statique ul li:before {
		left:11%;
	}
	.int-produits {
		width:84%;
	}
}

@media all and (max-width: 495px) {
	.jcarousel-skin-default .jcarousel-vertical, .jcarousel-skin-default .ver-ti-cal {
		height:373px;
	}
	
	.jcarousel-skin-default .jcarousel-vertical li, .jcarousel-skin-default .ver-ti-cal li {
		height:153px;
	}
	#performances {
		width:74%;
		margin-left:17px;
	}
	#slider {
		margin-left:27px;
	}
	#description li, #caracteristiques li {
		margin-left:15px;	
	}
	footer {
		height:130px;
	}
}

@media all and (max-width: 400px) {
	.accueil-video h2 {
		margin-left: 26%;
	}
	.int-produits {
		width:80%;
	}
	.jcarousel-skin-default .jcarousel-vertical, .jcarousel-skin-default .ver-ti-cal {
		height:410px;
	}
	
	.jcarousel-skin-default .jcarousel-vertical li, .jcarousel-skin-default .ver-ti-cal li {
		height:175px;
	}
}

@media all and (max-width: 320px) {
	/* Bloc page d'accueil */
	.accueil-actus #titre-accueil-actus {
		margin-left:28%;
	}
	.int-produits {
		width:75%;
	}
	
	#description li:before, #caracteristiques li:before {
		left:12%;
	}
	.jcarousel-skin-default .jcarousel-vertical, .jcarousel-skin-default .ver-ti-cal {
		height:511px;
	}
	
	.jcarousel-skin-default .jcarousel-vertical li, .jcarousel-skin-default .ver-ti-cal li {
		height:230px;
	}
}

@media all and (max-width: 300px) {
	.int-produits {
		width:70%;
	}
}


header #main input[type="text"] {
	display: block;
    margin: 0;
    width: 100%;
	color:rgba(164,167,168, 1);
    font-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    -ms-border-radius: none;
    -o-border-radius: none;
    border-radius: none;
  padding: 10px;
  border: none;
  background:transparent;
  border-bottom: solid 2px rgba(0, 93, 126, 0.4);
  transition: border 0.3s;
}
header #main input:focus {
 outline: 0;
  border-bottom: solid 2px #969696;

}
