/*
diFusion Interactive website
*/

/* Utilities */
* {
	padding: 0;
	margin: 0;
}
:focus {
  -moz-outline-style: none;
}
html {
	margin-bottom:1px;
	font-size: 100%;
}
body {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: .8em;
	border-top: 4px solid #0072bc;
}
img {
	border: none;
	max-width: 100%;
}
a {
	text-decoration:none;
	outline: none;
}
a:hover {
	text-decoration:none;
}
h1, h2, h3 {
	font-family: 'Ubuntu', Verdana, Arial, serif;
	text-transform: none;
	font-weight: normal;
}

/* Mise en place de la structure */
#wrapper {
	background: #ffffff;
	width: 100%;
}

/* Partie en-tête avec logo et icon */
#content_header {
	width: 100%;
	background: #ffffff;
}
#content_header #header {
	width: 1000px;
	margin: 0 auto;
	padding: 26px 0 0 0;
	max-width: 100%;
}
#header #logo {
	float: left;
	padding: 0;
	margin-bottom: 20px;
}

#header #topmenu {
	float: right;
	width: 650px;
	height: 70px;
	color: #a2def9;
}
#header #topmenu ul {
	list-style: none;
	text-align: right;
}
#header #topmenu li {
	display: inline;
	padding:0 4px 0 4px;
}
#header #topmenu li.facebook {
	padding: 0 10px 0 15px;
	position: relative;
}
#header #topmenu li.facebook img {
	position: absolute;
	right: 0;
	top: -5px;
}
#header #topmenu li a {
	font-size: 1em;
	color: #838c92;
	font-weight: bold;
}
#header #topmenu li a:hover, #header #topmenu li#selected a {
	color: #0072bc;
}


#header #menu {
	float: right;
	width: 650px;
	color: #a2def9;
	max-width: 100%;
}
#header #menu ul {
	list-style: none;
	text-align: right;
}
#header #menu li {
	display: inline;
	padding:0 4px 0 4px;
}
#header #menu li a {
	font-size: 1.1em;
	color: #445058;
	font-weight: 700;
	font-family: 'Ubuntu', Verdana, Arial, serif;
	text-transform: uppercase;
}
#header #menu li a:hover, #header #menu li#selected a {
	color: #0072bc;
	background: url("../images/img/menu-bg.svg") repeat-x scroll 0 -25px transparent;
}

/* Pub accueil en loop*/
#content_stage {
	width: 100%;
	background: #054670 url(../images/design/banner_home_bg.jpg) no-repeat center top;
	height: 500px;
	position: relative;
}
#content_stage .intro_title {
	display: block;
	height: 80px;
	text-align: center;
}
#content_stage .intro_title h2 {
	font-size: 1.8em;
	text-transform: uppercase;
	color: #ffffff;
	text-shadow: 0 1px 5px #2F2F2F;
	padding-top: 50px;
}
#gallery {
	width: 876px;
	padding:10px;
	margin: 0px auto;
	margin-top: 0px;
	position: relative;
	z-index: 0;
	max-width: 90%!important;
}
#gallery .splash_left {
	position: absolute;
	z-index: 120;
	bottom: 40px;
	left: -125px;
}
#gallery .splash_right {
	position: absolute;
	z-index: 120;
	bottom: 20px;
	right: -130px;
}

/*
	Slideshow
*/

#slides {
	width: 876px;

	/*left:4px;*/
	z-index: 100;
	max-width: 100%;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width: 876px;
	overflow: hidden;
	position: relative;
	display: none;
	max-width: 100%;
	z-index: 9;
}
#slides .top_home {
	border-top: 1px solid #262324;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:9600px;
	max-width: 100%;
	height: 384px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:180px;
	width:24px;
	height:43px;
	display:block;
	z-index:1;
}

#slides .next img,#slides .prev img {
	max-width: 100000%!important;
}

#slides .prev {
	left:-23px;
}

#slides .next {
	right:-6px;
}

/*
	Pagination
*/

ul.pagination {
	margin:16px 0;
	list-style-type: none;
	text-align: center;
	padding: 0;
}

.pagination li {
	display: inline;
	/*margin:0 1px;*/
}

.pagination li a {
	display: inline-block;
	width:36px;
	height:0;
	padding-top:12px;
	background-image:url(../images/img/navigation.png);
	background-position:0 0;
	/*float:left;*/
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}


/* En-tête section avec titre*/
#content_entete {
	width: 100%;
	height: 150px;
	position: relative;
}
.banner_global {
	background: #054670 url(../images/design/banner_section_global_bg.jpg) no-repeat center top;
}
.banner_section01 {
	background: #054670 url(../images/design/banner_section_bg_01.jpg) no-repeat center top;
}
.banner_section02 {
	background: #054670 url(../images/design/banner_section_bg_02.jpg) no-repeat center top;
}
.banner_section03 {
	background: #054670 url(../images/design/banner_section_bg_03.jpg) no-repeat center top;
}
.banner_section04 {
	background: #054670 url(../images/design/banner_section_bg_04.jpg) no-repeat center top;
}
.banner_section05 {
	background: #054670 url(../images/design/banner_section_bg_05.jpg) no-repeat center top;
}
#content_entete .section_title {
	display: block;
	height: 80px;
	width: 960px;
	margin: 0 auto;
	max-width: 95%;
}
#content_entete .section_title h2 {
	font-size: 1.8em;
	text-transform: uppercase;
	color: #ffffff;
	text-shadow: 0 1px 5px #2F2F2F;
	padding-top: 50px;
}

/* Partie intégration sur fond blanc avec bg  */
#content {
	width: 100%;
	background: #fcfcfc url(../images/design/content_bg.jpg) no-repeat center top;
	position: relative;
}
#content_shadow {
	width: 100%;
	height: 25px;
	position: absolute;
	top: 0;
	background: url(../images/design/content_head_shadow.png) repeat-x 0 top;
}
#integration {
	width: 960px;
	margin: 0 auto;
	padding: 50px 5px 20px 5px;
	margin-bottom: 20px;
	color: #58585a;
	max-width: 95%;
	min-height: 280px;
}
#integration h2 {
	color: #1d5172;
	font-size: 1.4em;
	font-family: 'Ubuntu', Verdana, Arial, serif;
	margin-bottom: 10px;
	font-weight: 500;
}
#integration p {
	margin-bottom: 15px;
	line-height: 18px;
}
#integration ul {
	list-style: none;
	margin-bottom: 15px;
	line-height: 16px;
	color: #58585a;
}
#integration ul li {
	margin-bottom: 5px;
	padding: 0 0 0 15px;
	background: url(../images/img/listing_arrow.png) no-repeat left 2px;
}
#integration .cadre {
	float: right;
	padding: 8px 17px 8px 17px;
	margin: 0 0 20px 20px;
	background: url(../images/design/img_cadre_bg.png) 100%;
}
#integration .content_btn_pubs {
	display: block;
	padding: 30px 0 10px 0;
	margin: 0 0 0 -25px;
}
#integration .content_btn_pubs .bloc_pub {
	float: left;
	width: 297px;
	margin: 0 0 0 20px;
}
#integration .content_btn_pubs .bloc_pub img {
	display: block;
}
#integration .content_btn_pubs .bloc_pub img:hover {
	opacity: 0.6;
}
#integration .coordonnees {
	float: right;
	margin: 0 0 20px 20px;
	width: 400px;
}
#integration .coordonnees p {
	margin-bottom: 10px;
}
#integration .coordonnees a {
	color: #36393b;
	text-decoration: underline;
}
#integration .coordonnees a:hover {
	color: #0072bc;
}
#integration .coordonnees h5 {
	color: #0072bc;
	font-size: 1.1em;
	font-family: 'Ubuntu', Verdana, Arial, serif;
	margin-bottom: 10px;
}

/***********************  Produits  ***********************************/

.produitMenu{
	float: left;
	width: 200px;
	min-height: 100px;
	max-width: 20%;
}

.produitMenu h3{
	font-family: "Ubuntu";
	font-weight: 600;
	color: #838c92;
}


.produitMenu ul{
	margin-top: 13px;
	background-color:#eff0f0;
	padding: 10px;
}

.produitMenu ul li{
	background: transparent!important;
	padding: 0!important;
	margin: 0!important;
	font-size: 1.1em;
}

.produitMenu ul li a{
	font-family: "Ubuntu";
	font-weight: 500;
	color: #0072bc;
	display: block;
	margin: 0;
	padding: 8px 15px 5px 8px!important;
	background: url(../images/img/listProduit.png) no-repeat center right 2px!important;
}

.produitMenu ul li a:hover{
	color: #999;
	background:  url(../images/img/listProduit.png) no-repeat center right 2px!important;
}

.listeProduits{
	float: right;
	width: 77%;
}

.produit{
	margin-bottom: 45px;
}


.produit .colGauche{
	float: left;
	width: 48.5%;
	min-height: 150px;
}

.produit .colGauche img{
	border: 1px solid #ccc;
}


.produit .colDroite{
	float: right;
	width: 48.5%;
}

.produit .colDroite img{
	margin-bottom: 5px;
}

.produit .colDroite p{
	margin:0!important;
	margin-bottom: 5px!important;
}

.produit .colDroite a{
	color:#0072BC;
}


.produit ul li{
	background: transparent!important;
	list-style-type: disc;
	padding-left: 0!important;
	margin-left: 15px;
}



/* Formulaire de contact */
#integration #form {
	margin: 10px 0 20px 0;
	width: 100%;
}
#form .inputArea {
	float: left;
	font-weight: bold;
	padding: 0 10px 25px 10px;
	width: 500px;
	max-width: 95%;
}
#form .inputArea input.info_contact {
	width: 350px;
	font-size: 1.1em;
	color: #58585a;
	background-color: #f8f8f8;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #d3d3d3;
	padding: 3px;
	margin-top: 5px;
	max-width: 100%;
}
#form .inputArea select.modele {
	width: 350px;
	font-size: 1.1em;
	color: #58585a;
	background: #f8f8f8;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #d3d3d3;
	padding: 3px;
	margin-top: 5px;
	-webkit-user-select: none;
	max-width: 100%;
}
#form .inputArea textarea.info_contact {
	width: 500px;
	height: 120px;
	font-size: 1.1em;
	color: #58585a;
	background-color: #f9f9f9;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #d3d3d3;
	padding: 3px;
	margin-top: 5px;
	max-width: 100%;
}
#form .inputArea .btn_send {
	background: #054670 url(../images/img/arrow_white.png) no-repeat 120px 8px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;	
	-moz-border-radius: 2px;
	border-radius: 2px;
	behavior:url(border-radius.htc);
	padding: 5px 20px 5px 10px;
	color: #ffffff;
	display: block;
	font-size: 1em;
	border: none;
	width: 140px;
	text-align: left;
	cursor: pointer;
}
#form .inputArea .btn_send:hover {
	background: #6f6d6d url(../images/img/arrow_white.png) no-repeat 120px 8px;
} 


#content_footer {
	width: 100%;
	background: url(../images/design/footer_tiling_bg.png) repeat-x 0 bottom;
}
#content_footer #footer {
	width: 980px;
	margin: 0 auto;
	padding-bottom: 20px;
	border-top: 1px solid #e2e2e2;
	max-width: 95%;
}
#content_footer #footer .footer_colonnes {
	display: block;
	margin-top: 30px;
	color: #36393b;
}
#footer .footer_colonnes .infolettre {
	float: left;
	width: 320px;
}
#footer .footer_colonnes .infolettre div {
	margin-top: 10px;
}
#footer .footer_colonnes .infolettre .infotit {
	color: #36393b;
	font-size: 1.1em;
	font-family: 'Ubuntu', Verdana, Arial, serif;
	margin-bottom: 5px;
}
#footer .footer_colonnes .infolettre #formMailListEmail {
    background: transparent url(../images/design/bgFormMailList.png) no-repeat scroll 0 0;
    border: medium none;
    height: 17px;
    padding: 8px;
    width: 183px;
}
#footer .footer_colonnes .infolettre  #formMailListSubmit {
    background: transparent url(../images/design/buttonFormMailList.png) no-repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    height: 21px;
    text-indent: -9999px;
    width: 13px;
}
#footer .footer_colonnes .adress {
	float: left;
	width: 220px;
}
#footer .footer_colonnes .adress a {
	color: #36393b;
}
#footer .footer_colonnes .adress a:hover {
	color: #0072bc;
}
#footer .footer_colonnes .adress h5 {
	color: #0072bc;
	font-size: 1.1em;
	font-family: 'Ubuntu', Verdana, Arial, serif;
	margin-bottom: 10px;
}
#footer .menu_footer {
	float: left;
	width: 140px;
	color: #a2def9;
}
#footer .menu_footer ul {
	list-style: none;
	line-height: 20px;
}
#footer .menu_footer ul li {
	font-size: 1em;
}
#footer .menu_footer ul li a {
	color: #445058;
	font-family: 'Ubuntu', Verdana, Arial, serif;
	font-weight: 500;
	padding: 0 0 0 2px;
}
#footer .menu_footer ul li a:hover {
	color: #0072bc;
	text-decoration: none;
}

#content_footer #footer .copyright {
	display: block;
	margin-top: 10px;
	color: #36393b;
}
.copyright a {
	color: #36393b;
}
.copyright a:hover {
	color: #cf4327;
	cursor: alias;
}
#footer .palmex {
	float: left;
	width: 140px;
}
#footer .palmex .tit {
	color: #36393b;
	font-size: 1.1em;
	font-family: 'Ubuntu', Verdana, Arial, serif;
	margin-bottom: 5px;
}

.hidden {
	display: none;
}
.clear {
    clear: both;
}


#menuSelect{display: none;}

#menuSelect{
	 background-color: #0072BC;
	 background-image:url(../images/design/bg-select.png);
	 background-repeat: no-repeat;
	 background-position: center right;
	width: 100%!important;
	color: #ffffff;
	border:0!important;
	font-weight: bold;
   padding: 10px;
   font-size: 14px;
   line-height: 1;
   float: right;
   height: 50px;
   margin: 35px 0px 30px 0;
   -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';

   -webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
   }

  #menuSelect:hover{
	  
	  cursor: pointer;
   }

   #menuSelect{outline: none;}
	#menuSelect::-ms-expand {
	    display: none;
	}
   #menuSelect:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #fff;
}

/********************  MEDIA QUERIES  ***************************************/
@media only screen and (max-width: 415px) {
	#content_stage .intro_title h2 {
			font-size: 1em!important;
	}
}

@media only screen and (max-width: 550px) {
	#header #menu{
		width: 96%!important;
		margin-right: 2%!important;
		margin-left: 2%!important;
	}

	#header #topmenu{
		margin-top:10px; 
		width: 100%!important;
		position: relative!important;
	}

	#header #topmenu ul{
		text-align: center;
	}

	#header #logo{
		width: 100%!important;
		text-align: center;
	}

	#content_stage .intro_title h2 {
		font-size: 1.3em;
	}


}


@media only screen and (max-width: 600px) {

	#integration .cadre {
		width: 95%;
		background: transparent;
	}

	#integration .content_btn_pubs{
		width: 400px;
		margin: 0 auto;
		max-width: 100%;
	}

	#integration .acpq{
		text-align: center;
		margin-bottom: 10px;
		max-width: 85%;
	}

	#form .inputArea {
		padding: 0 1px 25px 1px;
		max-width: 95%;
	}

}

@media only screen and (max-width: 760px) {

	#footer .adress{
		text-align: center!important;
		width: 100%!important;
	}

	#footer .infolettre{
		text-align: center!important;
		width: 100%!important;
	}

	#header #menu ul{
		display: none!important;
	}

	#header #menu{
		width: 300px;
		margin-right: 1%;

	}

	#header #menu #menuSelect {
		display: block!important;
	}

}




@media only screen and (max-width: 987px) {
	.produitMenu{
		width: 100%;
		max-width: 95%;
		position: relative!important;
		top: 0;
	}

	.listeProduits{
		width: 100%;
		margin-top: 30px;
		text-align: center;
	}

	.listeProduits img{

		max-width: 100%;
	}

	.listeProduits p,.listeProduits ul,.listeProduits h2{
		text-align: left;
	}

	.produit{
		border-top:1px solid #eee;
		padding-top: 40px;
	}

	.produit:first-child{
		border-top:0px solid #eee;
	}

	.listeProduits .colGauche,.listeProduits .colDroite{
		float: left;
		width: 100%;
	}

	.listeProduits .colDroite{
		margin-top: 5px;
	}

}


@media only screen and (max-width: 1000px) {

	#header #logo {
		width: 40%;
	}

	#gallery .splash_left {
		position: absolute;
		z-index: 120;
		bottom: 0;
		left: 0px;
	}
	#gallery .splash_right {
		position: absolute;
		z-index: 120;
		bottom: 0;
		right: 0px;
	}

	#slides .prev {
		left:-9px;
		z-index: 10;
	}

	#slides .next {
		right:9px;
		z-index: 10;
	}

	#integration .content_btn_pubs .bloc_pub{
		margin-bottom: 17px;
	}


	#footer .menu_footer ul li{
		display: inline;
	}

	#footer .menu_footer{
		width: 100%;
		margin: 5px 0;
		text-align: center;
	}

	#footer .palmex, #footer .copyright{
		width: 100%;
		text-align: center;
		margin: 15px 0;
	}

	#footer .infolettre, #footer .adress{
		margin: 25px 0;
	}

	#footer .adress{
		float: right!important;
		text-align: right;
	}

	#header #topmenu {
		position: absolute;
		width: 100%;
		height: auto;
		right: 1%;
	}

	#header #menu ul{
		position: absolute;
		display: block;
		font-size: 0.75em;
		top: 100px;
		right: 0;
	}

	.coordonnees, #form{
		width: 100%!important;
	}

	.coordonnees iframe{
		width: 100%!important;
	}



	

}






@media only screen and (max-width: 1156px) {
	#gallery .splash_right,#gallery .splash_left {
		display: none;
	}


}
