/*
Theme Name: wp-bootstrap
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 2.3.1
Author: 320press
Author URI: http://320press.com
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/


/* 
  modifié le  : 2018-05-15
  par         : olivier
  Description : Suppression des 'http' dans les @font-face et autre background-images afin d'éviter les mixed-content qui ne sont plus chargés par chrome
                Et Sous Firefox, le sitre n'est pas identifié comme entièrement sécurisé 




*/



@font-face{
    font-family : "VistaSansBold";
    /* src : url('http://www.athemium.com/wp-content/plugins/cufon-fonts/VistaSansOT-Bold.otf');*/
    /* src : url('http://localhost/wordpress/wp-content/themes/athemium-responsive/images/fonts/VistaSansOT-Bold.otf');*/
    /* src : url('http://www.athemium.com/wp-content/themes/athemium-responsive/images/fonts/VistaSansOT-Bold.otf');*/
    src : url('//www.athemium.com/wp-content/themes/athemium-responsive/images/fonts/VistaSansOT-Bold.otf');
} 
@font-face{
    font-family : "Vistalig";
    /* src : url('http://www.athemium.com/wp-content/plugins/cufon-fonts/VistaSansOT-Bold.otf');*/
    /* src : url('http://localhost/wordpress/wp-content/themes/athemium-responsive/images/fonts/VistaSansOT-Bold.otf');*/
    /* src : url('http://www.athemium.com/wp-content/themes/athemium-responsive/images/fonts/vistasanlig_ne-webfont.ttf');*/
    src : url('//www.athemium.com/wp-content/themes/athemium-responsive/images/fonts/vistasanlig_ne-webfont.ttf');
}
@font-face{
    font-family : "Vistabold";
    /* src : url('http://www.athemium.com/wp-content/plugins/cufon-fonts/VistaSansOT-Bold.otf');*/
    /* src : url('http://localhost/wordpress/wp-content/themes/athemium-responsive/images/fonts/VistaSansOT-Bold.otf');*/
    /* src : url('http://www.athemium.com/wp-content/themes/athemium-responsive/images/fonts/vistasanbo_nel-webfont.ttf');*/
    src : url('//www.athemium.com/wp-content/themes/athemium-responsive/images/fonts/vistasanbo_nel-webfont.ttf');

}

/* micro clearfix: http://nicolasgallagher.com/micro-clearfix-hack/ */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}

html{
height: 100%;
}

.row-fluid .span8 {
	max-width: 100% !important;
}

/*#monheader_denav{
position: fixed;
width: 100%;
top: 27px;
background-color: #333;
opacity: 0.95;
} */
#monheader_denav{
position: relative;
z-index: 2;
}
#mon_slider_acc{
width:100%;
margin:0;
padding: 0;
}
.news_acc{
font-family: "Vistalig";
font-weight: 400;
font-size: 14pt;
line-height: 35px;
color: #333;
text-align: center;
}

#nav_tactile{
display: none;
}

.breadcrumbs{
font-family: "Vistalig";
color: grey;
line-height: 24px;
color: rgb(60, 60, 60);
text-align: left;
}
.breadcrumbs > span > a {
color: rgb(60, 60, 60);
}
.bread_content > a {
color: rgb(60, 60, 60);
text-decoration: underline;
}



.breadcrumbs_onfixed{
position: fixed;
width: 100%;
left: 0%;
top: 0%;
background-color: rgba(255,255,255,0.9);
z-index:3;
line-height: 24px;
border-bottom: 1px solid rgba(129, 129, 129, 0.19);
text-align: left;
}
@media screen and (min-width: 1px) and (max-width: 780px) {

.breadcrumbs_onfixed{
position: fixed;
width: 100%;
left: 0%;
top: 0%;
background-color: rgba(255,255,255,0.9);
z-index:3;
text-align: left;
}


}

.bread_content_onfixed{
padding-top: 1%;
padding-bottom: 1%;
max-width: 970px;
margin: 0 auto;
padding-left: 20px;
padding-right: 20px;
}
@media screen and (min-width: 980px) and (max-width: 1200px) {
.bread_content_onfixed{
padding-top: 1%;
padding-bottom: 1%;
width: 90.957%;
margin: 0 auto;
padding-left: 6%;
padding-right: 20px;
}

}
@media screen and (min-width: 780px) and (max-width: 980px) {
.bread_content_onfixed{
padding-top: 1%;
padding-bottom: 1%;
width: 65.74585635359117%;
margin-left: 14%;
}

}
@media screen and (min-width: 500px) and (max-width: 780px) {
.bread_content_onfixed{
padding-top: 1%;
padding-bottom: 1%;
margin-left: 10%;
margin-right: auto;
width: 80%;
}

}
@media screen and (min-width: 1px) and (max-width: 500px) {
.bread_content_onfixed{
padding-top: 1%;
padding-bottom: 1%;
width: 65.74585635359117%;
margin-left: 14%;
}

}

.bread_link{
cursor:pointer;
text-decoration: underline;
}


#allezonvaplusloin {
width: 33px;
height: 33px;
font-size: 50px;
font-weight: 100;
line-height: 31px;
color: #FFF;
text-align: center;
background: none repeat scroll 0% 0% #222;
    background-color: #222;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
border: 3px solid #FFF;
border-radius: 23px;
opacity: 0.5;
margin: -75px 50%;
margin-top: -75px;
margin-bottom:35px;
left: 50%;
cursor: pointer;
font-family: 'Vistalig';
transform: rotate(90deg);
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-moz-transform: rotate(90deg);
}
#allezonvaplusloin:hover {
opacity: 0.85;
transition-duration: 500ms;
-ms-transition-duration: 500ms;
-webkit-transition-duration: 500ms;
-moz-transition-duration: 500ms;
-o-transition-duration: 500ms;
}
@media screen and (min-width: 635px) and (max-width: 935px) {
#allezonvaplusloin {
width: 25px;
height: 25px;
font-size: 35px;
font-weight: 100;
line-height: 25px;
}
}
@media screen and (min-width: 1px) and (max-width: 635px) {
#allezonvaplusloin {
width: 18px;
height: 18px;
/* margin-top: -20px; */
font-size: 22px;
font-weight: 100;
line-height: 17.5px;
color: #FFF;
text-align: center;
background: none repeat scroll 0% 0% #222;
background-color: #222;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
background-clip: border-box;
background-origin: padding-box;
background-size: auto auto;
border: 1px solid #FFF;
margin: -25px 50%;
}
}


.icon_produit{
width: 102px;
height: 82px;
position: absolute;
top: 52px;
z-index: 2;
right: 16%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
.icon_produit{
width: 102px;
height: 82px;
position: absolute;
top: 6px;
z-index: 2;
right: 16%;
}
	
}

.icon_produit_onfixed{
width: 102px;
height: 82px;
position: fixed;
top: 12px;
z-index: 4;
right: 16%;
}


.mon_slide_acc{
height: auto;
}
.titre_slider{
font-family: "Vistabold";
font-weight: 300;
font-size: 50pt;
line-height: 65px;
color: #333;
}
.descri_slider{
font-family: "Vistabold";
font-weight: 400;
font-size: 18pt;
line-height: 30px;
color: rgba(51, 51, 51, 0.8);
}

@media screen and (min-width: 860px) and (max-width: 1075px) {
	
.titre_slider{
font-family: "Vistalig";
font-weight: 300;
font-size: 36pt;
line-height: 65px;
color: #333;
}
.descri_slider{
font-family: "Vistalig";
font-weight: 400;
font-size: 12pt;
line-height: 30px;
color: rgba(51, 51, 51, 0.8);
}
	
}

@media screen and (min-width: 770px) and (max-width: 860px) {
	
.titre_slider{
font-family: "Vistalig";
font-weight: 300;
font-size: 31pt;
line-height: 42px;
color: #333;
}
.descri_slider{
font-family: "Vistalig";
font-weight: 400;
font-size: 11pt;
line-height: 22px;
color: rgba(51, 51, 51, 0.8);
}
	
}
@media screen and (min-width: 600px) and (max-width: 770px) {
	
.titre_slider{
font-family: "Vistalig";
font-weight: 300;
font-size: 27pt;
line-height: 35px;
color: #333;
}
.descri_slider{
font-family: "Vistalig";
font-weight: 400;
font-size: 9pt;
line-height: 17px;
color: rgba(51, 51, 51, 0.8);
}
	
}

@media screen and (min-width: 10px) and (max-width: 600px) {
	
.titre_slider{
font-family: "Vistalig";
font-weight: 300;
font-size: 16pt;
line-height: 22px;
color: #333;
}
.descri_slider{
font-family: "Vistalig";
font-weight: 400;
font-size: 7pt;
line-height: 13px;
color: rgba(51, 51, 51, 0.8);
}
	
}


.titre_actu{
font-family: "Vistalig";
font-weight: 300;
font-size: 38pt;
line-height: 50px;
color:#333;
text-align: center;
}


@media screen and (min-width: 860px) and (max-width: 1075px) {
	
.titre_actu{
font-family: "Vistalig";
font-weight: 300;
font-size: 34pt;
line-height: 50px;
color:#333;
text-align: center;
}
.news_acc{
font-family: "Vistalig";
font-weight: 400;
font-size: 13pt;
line-height: 35px;
color: #333;
text-align: center;
}

	
}

@media screen and (min-width: 600px) and (max-width: 860px) {
	
.titre_actu{
font-family: "Vistalig";
font-weight: 300;
font-size: 30pt;
line-height: 50px;
color:#333;
text-align: center;
}
.news_acc{
font-family: "Vistalig";
font-weight: 400;
font-size: 11pt;
line-height: 35px;
color: #333;
text-align: center;
}
	
}
@media screen and (min-width: 440px) and (max-width: 600px) {
	
.titre_actu{
font-family: "Vistalig";
font-weight: 300;
font-size: 36pt;
line-height: 50px;
color:#333;
text-align: center;
}
.news_acc{
font-family: "Vistalig";
font-weight: 400;
font-size: 11pt;
line-height: 35px;
color: #333;
text-align: center;
}
	
}

@media screen and (min-width: 10px) and (max-width: 440px) {
	
.titre_actu{
font-family: "Vistalig";
font-weight: 300;
font-size: 35pt;
line-height: 50px;
color:#333;
text-align: center;
}
.news_acc{
font-family: "Vistalig";
font-weight: 400;
font-size: 11pt;
line-height: 35px;
color: #333;
text-align: center;
}
	
}



#mes_actu{
    text-align: center;
}
.sstitre_line{
border-bottom: 1.5px solid rgba(66, 66, 66, 0.44);
width: 80px;
margin-left: auto;
margin-right: auto;
margin-bottom: 65px;
}


h4{
color:#8F8F8F;
}
.orc_color{
color:#AA2D1E;
}
.turquoise_color{
color: #03DBBC;
}
.emeuraude_color{
color: rgba(40, 200, 146, 1);
}

.clearfix:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/* wp-specific classes */
.wp-caption{
	
}

.wp-caption-text{
	
}

.sticky{
	
}

.gallery-caption{
	
}

input, textarea {
    width: 300px;
}

/* layout */

body{
	padding-top: 0;
	height: 100%;
}

.type_solution{
	display: inline-block;
	margin: 10px 10px 10px 10px;
	}


/* Admin Top Navigation fixes */

body.admin-bar .navbar-fixed-top{ 
	top: 28px; 
}

footer[role="contentinfo"]
{
	color : white;
	/*background-color : #363437;
	height : 300px;*/
	background: url('//www.athemium.com/wp-content/themes/athemium-responsive/images/bandeau.jpg') repeat scroll 0% 0% transparent;
}

#logo>img {
   /* height: 65px; */
   min-width: 140px;
}
/*
#newsletter {
	background-color : black;
	height: 30px;
	position: relative;
	z-index: 1;
	width: 100%;
	margin-top: -7px;
} */
#newsletter {
	/*background-color : black;*/
	background-color : rgb(47, 47, 47);
	height: 30px;
	position: relative;
	z-index: 1;
	width: 100%;
	margin-top: -7px; 
	/*margin-top: 85px;*/
  margin-bottom:30px;
}

#newsletter.newsletter_homepage{
	/*top:85px;
	position: absolute; */
	background-color: black;
	margin-bottom: 75px;
	margin-top: 85px;
}

@media screen and (min-width: 635px) and (max-width: 935px) {
#newsletter {
background-color: black;
height: 30px;
position: relative;
z-index: 1;
width: 100%;
margin-top: 102px;
}
}
@media screen and (min-width: 1px) and (max-width: 635px) {
#newsletter {
background-color: black;
height: 30px;
position: relative;
z-index: 1;
width: 100%;
margin-top: 28px;
}
	#newsletter.newsletter_homepage{
		margin-top: 28px;
	}
}



@media screen and (min-width: 1px) and (max-width: 600px) {
		.newsletter_homepage{
		top:0px;
		position: relative;
	}
}

.mini_nav_produit{
margin-bottom: 55px;
}

.titre_bandeau_photo{
text-align: left;
font-family: 'Vistalig';
font-size: 55pt;
margin-top: 48px;
margin-bottom: 20px;
font-weight: 300;
line-height: 85px;
}


.sstitre_bandeau_photo{
font-family: 'Vistalig';
color: #333;
opacity: 0.65;
line-height: 25px;
font-size: 20pt;
margin-bottom: -20px;
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
.sstitre_bandeau_photo {
font-family: 'Vistalig';
color: #333;
opacity: 0.65;
line-height: 25px;
font-size: 20pt;
margin-bottom: -50px;
}
}

.premier_titre_produit{
font-family: "Vistalig";
font-weight: 300;
font-size: 42pt;
line-height: 65px;
}
.premiere_description_produit{
font-family: "Vistalig";
font-size: 14pt;
font-weight: 400;
line-height: 25px;
margin-top: 30px;
margin-bottom: 142px;
}
.photo_produit_droite{
  margin:98px 0px 105px 495px;
  padding:0;
  -webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size: cover; /* pour Firefox */
  -o-background-size: cover; /* pour Opera */
  background-size: cover; /* version standardisée */
  height: 465px;
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
.photo_produit_droite{
  margin:116px 0px 25px 495px;
  padding:0;
  -webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size: cover; /* pour Firefox */
  -o-background-size: cover; /* pour Opera */
  background-size: cover; /* version standardisée */
  height: 465px;
  width: 50%;
  
}	

	
}
/*
@media screen and (min-width: 960px) and (max-width: 980px) {
.photo_produit_droite{
margin-left: auto;
margin-right: auto;
  padding:0;
  -webkit-background-size: cover; 
  -moz-background-size: cover; 
  -o-background-size: cover; 
  background-size: cover; 
  height: 465px;
  width: 50%;
  
}	
	
} */

@media screen and (min-width: 10px) and (max-width: 980px) {
.photo_produit_droite{
  padding:0;
  -webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size: cover; /* pour Firefox */
  -o-background-size: cover; /* pour Opera */
  background-size: cover; /* version standardisée */
  height: 465px;
  width: 85%;
margin: -135px auto 35px;
}	
	
}


.photo_produit_gauche{
  margin: -55px 495px 76px 0px;
  padding:0;
  -webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size: cover; /* pour Firefox */
  -o-background-size: cover; /* pour Opera */
  background-size: cover; /* version standardisée */
  height: 465px;
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
.photo_produit_gauche{
  margin:-65px 495px 42px 0px;
  padding:0;
  -webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size: cover; /* pour Firefox */
  -o-background-size: cover; /* pour Opera */
  background-size: cover; /* version standardisée */
  height: 465px;
 width: 55%;
}
}
/*
@media screen and (min-width: 960px) and (max-width: 980px) {
.photo_produit_gauche{
margin-left: auto;
margin-right: auto;
  padding:0;
  -webkit-background-size: cover; 
  -moz-background-size: cover; 
  -o-background-size: cover; 
  background-size: cover; 
  height: 465px;
    width: 50%;
  
}	
} */
@media screen and (min-width: 10px) and (max-width: 980px) {
.photo_produit_gauche{
margin-left: auto;
margin-right: auto;
  padding:0;
  -webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size: cover; /* pour Firefox */
  -o-background-size: cover; /* pour Opera */
  background-size: cover; /* version standardisée */
  height: 465px;
  width: 85%;
  margin-top: 10px;
margin-bottom: 65px;
}	
}


.photo_produit_dessous{
margin-left: auto;
padding:0;
  -webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size: cover; /* pour Firefox */
  -o-background-size: cover; /* pour Opera */
  background-size: cover; /* version standardisée */
height: 355px;
margin-top: -75px;
}


@media screen and (min-width: 980px) and (max-width: 1199px) {

.photo_produit_dessous{
margin-left: auto;
padding:0;
  -webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size: cover; /* pour Firefox */
  -o-background-size: cover; /* pour Opera */
  background-size: cover; /* version standardisée */
height: 355px;
margin-top:-115px;
}
}

#photo_produit_portails{
	background: url(//www.athemium.com/wp-content/themes/athemium-responsive/images/netanamo.jpg) no-repeat center center; 
	background-size: 185%;
}


#photo_produit_portails_horizon{
	background: url(//www.athemium.com/wp-content/themes/athemium-responsive/images/photoportail.jpg) no-repeat center center; 
	background-size: 100%;
}



@media screen and (min-width: 1px) and (max-width: 500px) {
.titre_bandeau_photo {
text-align: left;
font-family: "Vistalig";
font-size: 32pt;
margin: 16px auto 20px auto;
font-weight: 300;
line-height: 40px;
width: 80%;
}
.sstitre_bandeau_photo{
font-family: "Vistalig";
color: #333;
line-height: 26px;
font-size: 13pt;
opacity: 0.7;
width: 80%;
margin-left: auto;
margin-right: auto;
}
.premier_titre_produit {
    font-family: "Vistalig";
    font-weight: 300;
    font-size: 28pt;
    line-height: 36px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.premiere_description_produit {
    font-family: "Vistalig";
    font-size: 12pt;
    font-weight: 400;
    line-height: 25px;
    margin-top: 30px;
    margin-bottom: 65px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.photo_produit_droite {
    margin: -5px auto -20px;
    padding: 0px;
    background-size: cover;
    height: 280px;
    width: 70%;
}
.photo_produit_gauche {
    margin: 10px auto 42px;
    padding: 0px;
    background-size: cover;
    height: 280px;
    width: 70%;
}





}
/*
@media screen and (min-width: 1px) and (max-width: 500px) {
.titre_bandeau_photo {
text-align: left;
font-family: "Lato";
font-size: 32pt;
margin: 16px auto 20px auto;
font-weight: 300;
line-height: 40px;
width: 80%;
}
.sstitre_bandeau_photo{
font-family: "Lato";
color: #333;
line-height: 26px;
font-size: 13pt;
opacity: 0.7;
width: 80%;
margin-left: auto;
margin-right: auto;
}
.premier_titre_produit {
    font-family: "Lato";
    font-weight: 300;
    font-size: 28pt;
    line-height: 36px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.premiere_description_produit {
    font-family: "Lato";
    font-size: 12pt;
    font-weight: 400;
    line-height: 25px;
    margin-top: 30px;
    margin-bottom: 65px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.photo_produit_droite {
    margin: -5px auto -20px;
    padding: 0px;
    background-size: cover;
    height: 280px;
    width: 70%;
}
.photo_produit_gauche {
    margin: 10px auto -20px;
    padding: 0px;
    background-size: cover;
    height: 280px;
    width: 70%;
}





}
*/



#bandeau_portes_de_garage,
#bandeau_stores,
#bandeau_portails,
#bandeau_energie,
#bandeau_passerelle_univ,
#bandeau_appli,
#bandeau_etapes_soluce,
#bandeau_maison_conectee {
	height: 30px;
	width: 100%;
}

#bandeau_maison_conectee {
	background-color : #51CAD2;
}
#bandeau_portails {
background-color : #FF2956;
}
#bandeau_stores {
	background-color : #7C61A3;
}
#bandeau_portes_de_garage {
  background-color: #FCA63F;
}
#bandeau_passerelle_univ {
	background-color : #AA2D1E;
}
#bandeau_appli {
	background-color : #AA2D1E;
}
#bandeau_etapes_soluce {
	background-color : #AA2D1E;
}


#bandeau_automatismes {
	background-color : #51C6E4;
}

#bandeau_confort {
    background-color : #FAA640;
}

.bandeau_titre {
	color:white;
	font-size: 3em;
	float: left;
	text-transform:uppercase;
	margin-top: 40px;
	margin-left: 30px;
	font-family: "VistaSansBold";
}

.icon img {
	margin: 5px 5px 5px 80px;
}

.icon {
	float: left;
}

img.alignnone.img_title {
	height: 200px !important;
}

#bandeau_securite{
	background-color : #FF0057;
}

article {
	margin-top:0px;
}

article h1 {
font-family: VistaSansBold;
text-align: center;
}

article h2 {
color: #555555;
font-size: 28px;
text-align: center;
}

h4.home img {
    height: 62px !important;
    margin-right: 10px;
    font-family: "VistaSansBold";
}

.teaser img {
    height: 227px !important;
}

.securite {
	color:#FF0057;
}

#bandeau_smartcitiz{
	background-color : #57CBD2;
}

.smartcitiz{
	color : #57CBD2;
}

#bandeau_energie {
	background-color : #99C945;
}

.energie {
	color : #99C945;
}

#bandeau_confort{
	background-color : #FAA640;
}

.portes_de_garage{
	color : #FAA640;
}


.confort{
	color : #FAA640;
}

div.menu-home {
	height: 50px;
	position: relative;
	clear:both;
	padding-top: 10px;
	display: inline-block;
	width: 206px;
	text-align: left;
}

	.menu-home-icone span {
		font-size: 14px;
        display: inline-block; 
        vertical-align: middle;
	}
	
    
    .menu-home-icone img {
        margin-right: 10px;
        width: 25px;
    }
	
	div.menu-home-plus span {
		display: none;
	}

div.menu-home-icone {
	float: left;
	/*width: 400px; */
	width: 100%;
}

.menu-home-icone a {
	color:#333;
}

.menu-home-icone:hover a {
	color:#333;
}

.menu-home-icone span {
	font-family : "VistaSansBold";
}

h3.blog, h2.blog {
		font-family : "VistaSansBold";
}

div.menu-home-plus {
	float:right;
	width:30px;
	height: 30px;
	padding-top:30px;
	padding-bottom:30px;
}

div.menu-home-plus a {
	text-decoration: none;
	color: #000000;
}

#bandeau_maintien{
	background-color : #7B5DA3;
}

.maintien{
color : #7B5DA3;
}

.navbar .brand{
	color: #000;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.125);
	font-weight: bold !important;
	width: 15%;
	padding-top: 16.5px;
}

.nav-container{
	padding-left: 0;
	padding-right: 0;
}

.slider {
	display: none;
}

section img {
	margin-top: 10px;
	margin-bottom: 10px;
}

#inner-header{
	width: 100%;
    z-index: 1;
}
.inner-header-homepage{
	top:0px;
	position: absolute;
}
@media screen and (min-width: 1px) and (max-width: 600px) {
	.inner-header-homepage{
	top:0px;
	position: absolute;
}
}


input, textarea, select, .uneditable-input {
	margin-bottom: 0;
}

.navbar-form, .navbar-search {
	margin: 0 0 9px;
}

.navbar-search{
	padding-left: 0;
}

#s{
	width: 100px;
}

#content{
	padding: 10px 0 0;
	min-height: 100%;
}

.more-link{
	white-space: nowrap;
}

.footer-links{
	float: right;
	margin-bottom: 18px;
}

.footer-links .menu{
	list-style-type: none;
	margin-left: 0;
}

.footer-links .menu li{
	float: left;
	margin-left: 10px;
}

/*APROPOS*/
.apropos_titre{
font-family: "Vistalig";
font-weight: 300;
font-size: 50pt;
margin-top: 55px;
margin-bottom: 65px;
}
.apropos_descri_horizon{
font-family: "Vistalig";
text-align: center;
width: 75%;
margin-left: auto;
margin-right: auto;
font-size: 13pt;
line-height: 18pt;
}
.apropos_content{
height: 320px;
}
.apropos_collone_gauche{
width: 45%;
float: left;
text-align: center;
}
.aporpos_sstitre{
font-weight: 300;
font-family: "Vistalig";
font-size: 35pt;
line-height: 35pt;
}
.apropos_sstitre_line{
border-bottom: 1.5px solid rgba(66, 66, 66, 0.44);
width: 55px;
margin-left: auto;
margin-right: auto;
margin-bottom: 35px;
}
.apropos_sstitre_horizon{
font-weight: 300;
font-family: "Vistalig";
font-size: 35pt;
line-height: 35pt;
text-align: center;
}
.apropos_ssdescri_horizon{
font-family: "Vistalig";
font-size: 12pt;
line-height: 17pt;
text-align: center;
width: 60%;
margin-left: auto;
margin-right: auto;
}
.line_coupure{
border-bottom: 1.5px solid rgba(66, 66, 66, 0.44);
width: 42%;
margin-left: auto;
margin-right: auto;
margin-bottom: 35px;
margin-top: 55px;
}
.aporpos_ssdescri{
font-family: "Vistalig";
font-size: 12pt;
line-height: 17pt;
}
.apropos_collone_droite{
width: 45%;
float: right;
text-align: center;
}
.image_apropos{
  margin:0 0 0 0;
  padding:0;
  background: url(//www.athemium.com/wp-content/themes/athemium-responsive/images/photoportail.jpg) no-repeat center fixed; 
  -webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size: cover; /* pour Firefox */
  -o-background-size: cover; /* pour Opera */
  background-size: cover; /* version standardisée */
  height: 205px;
}
.apropos_content_recrute {
height: 805px;
}
.wpcf7-form {
  font-family: "Vistalig";
  font-size: 12pt;
  line-height: 17pt;
}


@media screen and (min-width: 865px) and (max-width: 1100px) {
	.apropos_collone_gauche{
width: 45%;
float: left;
text-align: center;
margin-right: 5%;
}

.apropos_collone_droite{
width: 45%;
float: left;
text-align: center;
}
	
}

@media screen and (min-width: 825px) and (max-width: 865px) {


.apropos_content{
height: 515px !important;
}

.apropos_content_recrute{
height: 868px !important;
}

.apropos_collone_gauche{
width: 45%;
float: left;
text-align: center;
}

.apropos_collone_droite{
width: 45%;
float: right;
text-align: center;
}
	
}

@media screen and (min-width: 1px) and (max-width: 825px) {

.apropos_content{
height: 675px;
}

footer[role="contentinfo"]{
position: inherit !important;
}

.apropos_content_recrute{
height: 1035px;
}

.apropos_collone_gauche{
width: 100%;
float: left;
text-align: center;
margin-bottom: 35px;
}

.apropos_collone_droite{
width: 100%;
float: left;
text-align: center;
margin-bottom: 35px;
}

.apropos_titre{
font-family: "Vistalig";
font-weight: 300;
font-size: 50pt;
margin-top: 55px;
margin-bottom: 65px;
line-height: 48pt;
}
	
.apropos_titre {
    font-family: "Vistalig";
    font-weight: 300;
    font-size: 44pt;
    margin-top: 55px;
    margin-bottom: 65px;
    line-height: 48pt;
}
	
}


/* post styling */

#main p.meta{
	font-style: italic;
	color: #808080;
}

#main article{
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid #eeeeee;
	padding: 0 0 9px;
}

#main article footer{
	border-top: none;
	margin-top: 0;
	padding-top: 0;
	position: relative;
	min-height: 20px;
}

#main article footer a.edit-post{
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}

.post:hover a.edit-post{
	display: inline;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* =Aside post format
-------------------------------------------------------------- */
#main article.format-aside {
	padding: 0;
}

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
}
article.format-aside h1 a:hover {
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	border-left: 22px solid;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}
article.format-aside footer.aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	border-left: 22px solid;
}

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

article.format-link footer.entry-meta { 
	clear: both;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
}

article.format-quote .entry-content blockquote p:before {
	content: "\201C  ";
	font-size: 2rem;
}

article.format-quote .entry-content blockquote p:after {
	content: " \201D ";
	font-size: 2rem;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}

p.tags{
	line-height: 20px;
}

div[id*='attachment_']{
	max-width: 100%;
	height: 100%;
}

#credit320{
	background: url('images/320press_mini.png') no-repeat left top transparent;
	padding-left: 20px;
}

#main .hero-unit img{
	margin-bottom: 1em;
}

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

img.alignleft{
	margin-right: 10px;
	float: left;
}

img.alignright{
	margin-left: 10px;
	float: right;
}

img.aligncenter{
	display: block;
	margin: 0 auto;
}

.post header img{
	margin-bottom: 18px;
}

.archive #main .post h3{
	line-height: 24px;
	margin-bottom: 10px;
}

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

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-wrapper {
	width: 630px;
	max-width: 100%;
	margin-bottom: 18px;
}

/* page styling */

#featured-carousel .item{
	width: 970px;
	height: 600px;
}

.carousel-caption p{
	display: none;
}

.page-template-page-homepage-php #main article{
	border-bottom: none;
}

.page-template-page-homepage-php .hero-unit,
.blog .hero-unit{
	padding: 1em;
}

.hero-unit h1 {
	font-size: 3em;
}

/* comments */



#comments{
	line-height: 24px;
	margin-bottom: 18px;
}

ol.commentlist,
ol.commentlist ul.children{
	list-style-type: none;
	margin-left: 0;
}

.comment .vcard > div{
	margin-top: 8px;
	padding: 0 10px;
}

ol.commentlist time{
	font-size: .8em;
	color: #eeeeee;
}

ol.commentlist div.comment-author{
	position: relative;
}

ol.commentlist a.comment-edit-link{
	color: #ffffff;
	text-decoration: none;
	padding-left: 5px;
}

ol.commentlist span.edit-comment{
	position: absolute;
	right: 0;
	top: 8px;
}

ol.commentlist li.bypostauthor{
	background-color: #dddddd;
}

ol.commentlist ul.children li{
	background-color: #cccccc;
}

ol.commentlist ul.children li ul.children li{
	background-color: #bbbbbb;
}

ol.commentlist ul.children li ul.children li ul.children li{
	background-color: #aaaaaa;
}

ol.commentlist article{
	border-bottom: none !important;
}

a.comment-reply-link{
	position: absolute;
	right: 0;
	bottom: 0;
}

#comment-nav ul{
	list-style-type: none;
	margin: 0;
}

#comment-form-elements{
	list-style-type: none;
	margin: 0;
}

.comment .vcard .avatar{
	padding-right: 0;
}

.comment .vcard .comment-text{
	margin-left: 0;
}

img.avatar{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-left: 1px solid #ddd;
	
}

ol.commentlist li{
	padding-right: 10px;
	background-color: #F0F0F0;
}

#pings{
	margin-bottom: 9px;
}

ol.pinglist{
	list-style-type: none;
	margin: 0 0 9px 0;
}

#comment{
	width: 270px;
}

ol.commentlist #respond{
	padding: 5px 10px;
}

/* specific post-type styles */

/* image attachment */

.attachment #main .post_content img{
	max-width: 100%;
}

.ie8 #main .media-grid img{
	max-height: none !important;
	max-width: none !important;
}

.attachment-img{
	margin-bottom: 18px;
}

.metadata p.alert-message{
	margin-right: 0;
	margin-bottom: 18px;
}

#gallery-nav{
	list-style-type: none;
	margin-left: 0;
}

li.next a, li.previous a{
	position: relative;
}

li.next a:hover:before{
	content: "\2190";
	position: absolute;
	display: block;
	top: 42%;
	left: 0;
	background-color: #BFBFBF;
	color: #444;
	width: 20px;
	height: 20px;
	padding-left: 5px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

li.previous a:hover:before{
	content: "\2192";
	position: absolute;
	display: block;
	top: 42%;
	right: 0;
	background-color: #BFBFBF;
	color: #444;
	width: 20px;
	height: 20px;
	padding-left: 5px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}


/* widget styles */

.widget{
	margin-bottom: 18px;
}

.widgettitle{
	margin-bottom: 9px;
}

#tag-cloud{
	margin-bottom: 18px;
	line-height: 160%;
}

/* for some reason the bs version currently available for download doesn't have this style */
.label{
	text-transform: uppercase;
}

/* override standard link hover for the tag cloud widget */
#tag-cloud a:hover,
.tags a:hover{
	color: #ffffff;
	text-decoration: none;
}

#tag-cloud a{
	white-space: pre;
	text-transform: uppercase;
}

/* change default form padding for search */

.widget_search form{
	padding-left: 0;
}

.widget_search input{
	width: 121px;
}

/* calendar widget */

#calendar_wrap{
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
}

#wp-calendar{
	width: 100%;
	
}

#wp-calendar caption{
	font-weight: bold;
	padding: 8px;
}

#wp-calendar tr{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#wp-calendar tr:last-child{
	border-bottom: none;
}

#wp-calendar td{
	text-align: center;
	padding: 8px 0;
}

blockquote.pull-left{
	padding-right: 15px;
}


/*********************************************
	Screen < 768px
***********************************************/
@media only screen and (max-width: 780px) {
	#myCarousel {
		display: none;
		width : 768px;
		margin-left: auto;
		margin-right: auto;
	}
	
	
	.carousel-caption {
		display: none;
	}
	
	.navbar-fixed-top {
		width: 100%;
		margin: 0px;
	}

	.sidebar-homepage {
		display: none;
	}

	#newsletter_inner {
		/*width: 768px;*/
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}
	
	#newsletter_img {
		position: absolute;
right: 0%;
top: -32px;
width: 102px;
height: 94px;
		background-image: url(./images/newsletter.png);
	}

	#newsletter_triangle {
position: absolute;
bottom: -18px;
right: 72px;
display: none;
	}

	#newsletter_img>a {
		width: 102px;
		height: 95px;	
	}

	#newsletter.selected {
		height: 142px;
		background-color: #e6e6e6;
	}
	
	#newsletter_form {
		display: none;
	}

	#newsletter_form {
padding-top: 8px;
padding-left: 10%;
width: 55%;
	}
	
	#newsletter_form input[type=text] {
height: 25px;
margin: 0px;
padding: 0px;
background-color: #FFF;
border: 0px none;
color: #000;
width: 90%;
border-radius: 0px;
	}

	#newsletter_form input[type=button] {
border: 1px solid #FFF;
height: 25px;
margin: 3% 0px 0px;
padding: 0px;
background-color: #FFF;
color: #333;
width: 100px;
text-transform: uppercase;
	}
	
	#newsletter.selected #newsletter_img {
		background-image: url(./images/newsletter_on.png);
	}
	
	/*#newsletter.selected #newsletter_img>a.on {
		display: none;
	}*/
    
    /*
    a.ferme {

        display: none;
	}

    #newsletter #newsletter_img>a.ferme {
		display: none;
	}

    #newsletter_img a.ferme {
        position:relative;
        top: 30px;
        left: 38px;
    }

    #newsletter.selected #newsletter_img>a.ferme {
        position:relative;
        top: 0px;
        left: 38px;
        display: inline;
    }*/
	
	#newsletter.selected #newsletter_form {
		display: block;
	}

#inner-footer
	{
		width: 88%;
		margin-left: auto;
		margin-right: auto;
	}









/* ---
		footer
	   --- */
	
	#copyright {
		float: left;
		width: 120px;
		padding-top: 10px;
		font-size : 10px;
		font-family: helvetica;
		color: #d9d9d9
	}
	
	#copyright img {
		padding-bottom: 10px;
	}
	
	
	#menu-footer {
		font-size : 10px;
		font-family: helvetica;
		color: #d9d9d9
	}
	
	.menu {
		padding-top: 10px;
	}
	
	#inner-footer-menu {
		float: right;
	}
	
	#menu-footer>li {
		margin-left: 20px;
	}
	
	
	#menu-footer>li>a {
		width: 90px;
		display: block;
		border-bottom: 1px solid white;
		font-weight: bold;
		color: white;
		text-decoration: none;
		margin-bottom: 5px;
	}
	
	#menu-footer>li>a:hover {
	}
	
	#menu-footer>li>ul {
		display: block;
		list-style-type: none;
		margin-left: 0px;
	}
	
	#menu-footer>li>ul>li {
		display: block !important;
		list-style-type: none;
		float: none;
		margin: 0px;
		line-height: 16px;
	}
	
	#menu-footer>li>ul a {
		color: white;
		text-decoration: none;
	}
	
	div#menu-footer-end {
		float: right;
				font-size : 10px;
		font-family: helvetica;
		color: #d9d9d9;
		padding: 10px;
		padding-left: 0px;
	}
	
	#menu-footer-end>ul>li>a {
		width: 90px;
		display: block;
		border-bottom: 1px solid white;
		font-weight: bold;
		color: white;
		text-decoration: none;
		margin-bottom: 5px;
	}
	
	#menu-footer-end>ul>li
	{
		list-style-type: none;
	}
	
	
	#menu-footer-end>ul>li>a:hover {
	}







}


/*********************************************
	Screen > 768px
***********************************************/

@media only screen and (min-width: 780px) {

	#myCarousel {
		display: none;
		width : 768px;
		margin-left: auto;
		margin-right: auto;
	}
	
	
	.carousel-caption {
		display: none;
	}
	
	.navbar-fixed-top {
		width: 100%;
		margin: 0px;
	}

	.span4 .sidebar-homepage {
		display: none;
	}
	
	
	#newsletter_inner {
		width: 768px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}
	
	#newsletter_img {
		position: absolute;
		right: 10%;
		top: -32px;
		width: 102px;
		height: 95px;
		background-image: url(./images/newsletter.png);
	}

	#newsletter_triangle {
position: absolute;
bottom: -10px;
right: 75px;
	}

    /*
	#newsletter_img>a {
		width: 102px;
		height: 95px;	
	}*/

	#newsletter.selected {
		height: 90px;
		background-color: #e6e6e6;
	}
	
	#newsletter_form {
		display: none;
	}
	
	#newsletter_form {
	padding-top: 12px;
	padding-left: 75px;
	width: 400px;
	}
	
	#newsletter_form input[type=text] {
		border: 1px solid #000000;
		height: 25px;
		margin: 0px;
		padding: 0px;
		// box-shadow: 1px 1px 5px #666666;
		background-color: #FFFFFF;
		border: 0px;
		color: #000000;
		width: 290px;
		border-radius: 0;
	}

	#newsletter_form input[type=button] {
		border: 1px solid #FFFFFF;
		height: 25px;
		margin:0px;
		padding:0px;
		background-color: #FFFFFF;
		color: #333;
		width: 100px;
		text-transform: uppercase;
	}
	
	#newsletter.selected #newsletter_img {
		background-image: url(./images/newsletter_on.png);
	}
	
    /*
	#newsletter.selected #newsletter_img>a {
		display: none;
	}*/
	
	#newsletter.selected #newsletter_form {
		display: block;
	}






#inner-footer
	{
		width: 88%;
		margin-left: auto;
		margin-right: auto;
	}









/* ---
		footer
	   --- */
	
	#copyright {
		float: left;
		width: 120px;
		padding-top: 10px;
		font-size : 10px;
		font-family: helvetica;
		color: #d9d9d9
	}
	
	#copyright img {
		padding-bottom: 10px;
	}
	
	
	#menu-footer {
		font-size : 10px;
		font-family: helvetica;
		color: #d9d9d9
	}
	
	.menu {
		padding-top: 10px;
	}
	
	#inner-footer-menu {
		float: right;
	}
	
	#menu-footer>li {
		margin-left: 20px;
	}
	
	
	#menu-footer>li>a {
		width: 90px;
		display: block;
		border-bottom: 1px solid white;
		font-weight: bold;
		color: white;
		text-decoration: none;
		margin-bottom: 5px;
	}
	
	#menu-footer>li>a:hover {
	}
	
	#menu-footer>li>ul {
		display: block;
		list-style-type: none;
		margin-left: 0px;
	}
	
	#menu-footer>li>ul>li {
		display: block !important;
		list-style-type: none;
		float: none;
		margin: 0px;
		line-height: 16px;
	}
	
	#menu-footer>li>ul a {
		color: white;
		text-decoration: none;
	}
	
	div#menu-footer-end {
		float: right;
				font-size : 10px;
		font-family: helvetica;
		color: #d9d9d9;
		padding: 10px;
	}
	
	#menu-footer-end>ul>li>a {
		width: 90px;
		display: block;
		border-bottom: 1px solid white;
		font-weight: bold;
		color: white;
		text-decoration: none;
		margin-bottom: 5px;
	}
	
	#menu-footer-end>ul>li
	{
		list-style-type: none;
	}
	
	
	#menu-footer-end>ul>li>a:hover {
	}











}


/********************************************
	Screen > 980px
**********************************************/

@media only screen and (min-width: 995px) {
	body{
		/*padding-top: 60px;*/
	}
	
	#inner-footer
	{
		width: 980px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.lead {
		margin-bottom: 10px;
	}

	
	div.menu-home-plus {
		width: 120px;
	}
	
	div.menu-home-plus span {
		display: inline;
	}
	
	
	#newsletter_inner {
		width: 980px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}
	
	#newsletter_img {
		position: absolute;
		right: 10%;
		top: -32px;
		width: 102px;
		height: 95px;
		background-image: url(./images/newsletter.png);
	}

	#newsletter_triangle {
	position: absolute;
	top: 58px;
	right: 94px;
	}

    /*
	#newsletter_img>a {
		width: 102px;
		height: 95px;	
	}*/

	#newsletter.selected {
		height: 90px;
		background-color: #e6e6e6;
	}
	
	#newsletter_form {
		display: none;
	}
	
	#newsletter_form {
padding-top: 11px;
padding-left: 120px;
width: 400px;
	}
	
	#newsletter_form input[type=text] {
		border: 1px solid #000000;
		height: 25px;
		margin: 0px;
		padding: 0px;
		background-color: #FFFFFF;
		border: 0px;
		color: #000000;
		width: 290px;
		border-radius: 0;
	}

	#newsletter_form input[type=button] {
		border: 1px solid #FFFFFF;
		height: 25px;
		margin:0px;
		padding:0px;
		background-color: #FFFFFF;
		color: #000000;		
		width: 100px;
	}
	
	#newsletter.selected #newsletter_img {
		background-image: url(./images/newsletter_on.png);
	}
	
    /*
	#newsletter.selected #newsletter_img>a {
		display: none;
	}*/
	
	#newsletter.selected #newsletter_form {
		display: block;
	}
	
	#teaser {
		height: 310px;
	}
	
	#news {
		background-color: #e6e6e6;
		height: 130px;
		padding: 10px;
		font-size: 18px;
	}
	
	#news hr {
		margin: 0;
		margin-bottom: 10px;
		margin-top: 10px;
		background-color: #363436;
		color: #363436;
		border-top: 1px solid #363436;
		border-bottom: 0px;
	}
	
	#news .widget {
		width: 80%;
		margin: 0px;
		margin-left: auto;
		margin-right: auto;
		width: 220px;
	}
	
	#news>span {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 120px;		
	}
	
	#news .widget ul {
		margin: 0;
	}
	
	#news .widget li {
		list-style-type: none;
	}
	
	#news .widget li a {
		color: #363436;
		font-size: 12px;
	}
	
	#news .widget li a:hover {
		text-decoration: none;
	}
	
	.news_date {
		font-weight: bold;
	}
	
	/* ---
		footer
	   --- */
	
	#copyright {
		float: left;
		width: 120px;
		padding-top: 10px;
		font-size : 10px;
		font-family: helvetica;
		color: #d9d9d9;
		padding-left: 12%;
	}
	
	#copyright img {
		padding-bottom: 10px;
	}
	
	
	#menu-footer {
		font-size : 10px;
		font-family: helvetica;
		color: #d9d9d9
	}
	
	.menu {
		padding-top: 10px;
	}
	
	#inner-footer-menu {
		float: right;
	}
	
	#menu-footer>li {
		margin-left: 20px;
	}
	
	
	#menu-footer>li>a {
		width: 90px;
		display: block;
		border-bottom: 1px solid white;
		font-weight: bold;
		color: white;
		text-decoration: none;
		margin-bottom: 5px;
	}
	
	#menu-footer>li>a:hover {
	}
	
	#menu-footer>li>ul {
		display: block;
		list-style-type: none;
		margin-left: 0px;
	}
	
	#menu-footer>li>ul>li {
		display: block !important;
		list-style-type: none;
		float: none;
		margin: 0px;
		line-height: 16px;
	}
	
	#menu-footer>li>ul a {
		color: white;
		text-decoration: none;
	}
	
	div#menu-footer-end {
		float: right;
				font-size : 10px;
		font-family: helvetica;
		color: #d9d9d9;
		padding: 10px;
		padding-right: 10%;
	}
	
	#menu-footer-end>ul>li>a {
		width: 90px;
		display: block;
		border-bottom: 1px solid white;
		font-weight: bold;
		color: white;
		text-decoration: none;
		margin-bottom: 5px;
	}
	
	#menu-footer-end>ul>li
	{
		list-style-type: none;
	}
	
	
	#menu-footer-end>ul>li>a:hover {
	}

	#slideshow {
		background-color : #363437;
		height : 400px;
        margin-top:-120px;
        position:relative;
        z-index:0;
      display: none;
	}
	
	#myCarousel {
		display: block;
		width : 980px;
		margin-left: auto;
		margin-right: auto;
        position: relative;
	}
    
    .carousel-inner {
        position: relative;
        left: 0px;
    }
    
    @-moz-document url-prefix()
    {
        .carousel-inner {
            left: -10px;
        }
    }
	
	.carousel-caption {
		display: none;
	}
    
    .carousel-control {
        top:60%;
    }
	
    .home .navbar-inner {
      /* background-color: rgba(51, 51, 51, 0.9); */
	 	/*background: url(./images/grand-droit.png) repeat-x center center;
		opacity: 0.87; */
		background: rgba(0,0,0,0);
		background-image: linear-gradient( rgba(9, 9, 9, 0.75), rgba(3, 3, 3, 0));
    }
	
	/***
	*	articles produits
	***/
	section header {
		width: 980px;
	}
	
	article.produit {
		width: 98%;
	}

	.article-nav>img {
		margin-right: 20px;
	}
	
	.article-nav {
		font-family: helvetica;
		font-size: 22px;
	}
		
	
	
	/*
	*/
	.caret {
		border: 0px;
	}
	
	.navbar .nav {
		margin-top: 30px;
	}
	
	.navbar .nav > li {
		border-left : solid 1px white;
		line-height: 5px;
		font-family: "VistaSansBold";
	}
	
	.navbar .nav > li > a {
		text-shadow: none;
		color: white;
		text-transform : uppercase;
	}
	
	.dropdown-menu > li > a {
		color: white;
	}
	
	.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a	{
	// font-weight: bold;
		background-color: transparent;
		background-image: none;
	}
	
	.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
		color: white;
		//background-color: #363437;
background-color: rgba(51, 51, 51, 0);
	}
	
	.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
		color: white;
	//	background-color: #363437;
	background-color: rgba(51, 51, 51, 0);
	}
	
	.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
		color: white;
	//	background-color: #363437;
	background-color: rgba(51, 51, 51, 0);
	//	font-weight: bold;
	}
	
	.dropdown-menu {
		border: 0px;
		border-left: 1px solid white;
		background-color: rgba(51, 51, 51, 0.7);
		-webkit-border-radius: 0px;
		//box-shadow: 0px 0px 0px #888888;
		margin: 0;
		margin-left: -1px;
		border-radius: 0px;
	}
	
	.navbar .nav > li > .dropdown-menu::before {
		display: none;
	}
	
	.navbar .nav > li > .dropdown-menu::after {
		display: none;
	}
	
	.container-fluid{
		max-width: 970px;
		margin: 0 auto;
		padding-left: 20px;
		padding-right: 20px;
		min-height: 100%;
	}
	
	#inner-footer{
		padding: 0;
		width: 100%;right: 10%;
		background: url('//www.athemium.com/wp-content/themes/athemium-responsive/images/bandeau.jpg') repeat scroll 0% 0% transparent;
	}
	
	#content{
		padding-left: 0;
		padding-right: 0;
	}
	
	.topbar-inner{
		padding: 0;
	}
	
	.topbar form.pull-right {
		float: right;
	}
	
	.navbar-form, .navbar-search {
		margin-top: 6px;
		margin-bottom: 0;
	}
	
	.navbar-search{
		padding-left: 0;
	}
	
	.sidebar{
		margin-top: 0 !important;
	}
	
	.widget_search input{
		width: 230px;
	}
	
	.blog .hero-unit{
		/*margin-top: 10px;*/
	}
	
	.page-template-page-homepage-php .hero-unit,
	.blog .hero-unit{
		padding: 60px;
	}
	
	.hero-unit h1 {
		font-size: 60px;
	}
	
	/* hide edit comment button and show on hover on desktop version */
	.edit-comment{
		display: none;
	}
	
	.vcard:hover .edit-comment{
		display: inline-block;
	}
	
	#s{
		width: 210px;
		margin-bottom: 6px;
	}
	
	.widget_search input{
		width: 209px;
	}
	
	.comment .vcard .comment-text{
		padding-left: 0;
		padding-right: 0;
	}
	
.colonne1 {
	float:left;
	width: 450px;
	margin-right: 30px;
	display:table-cell;
}

.colonne2 {
	display:table-cell;
	width: 550px;
	padding-top: 0px;
	min-height: 400px;
	padding-left: 30%;
}

.colonne1bis {
	margin-right: 20px;
	width:100px;
	display:table-cell;
}

.colonne2bis {
	vertical-align:bottom;
	display:table-cell;
	padding-left: 20px;
	width:300px;
}

.colonne1, .colonne2 h1 {
	font-weight: normal;
	font-size:36px;
	line-height:normal;
}

.colonne1 h2 {
	font-weight: normal;
	font-size:24px;
}

.colonne1 a, .colonne2 a, .colonne3 a {
	color: grey;
}

/*
.colonne2 h1 {
	font-weight: normal;
	font-size:36px;
}*/

.colonne2bis h1 {
	margin-bottom : 5px;
}

.colonne2 h2 {
	font-weight: normal;
	font-size:24px;
}

.colonne {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 500px;
}

.colonne480
{
	float:left;
	width: 450px;
	display:table-cell;
}
.colonne480_2
{
text-align: center;
padding-top: 25px;
margin-top: -485px;
width: 400px;
float: right;
}
.colonne480_3
{
text-align: center;
padding-top: 25px;
margin-bottom: -70px;
margin-top: -35px;
}

.colonne480 h1 {
	display:inline;
	margin-left: 20px;
}

.colonne30
{
	float:left;
	width: 30px;
	display:table-cell;
}

.colonne li {
	margin-left: 20px;
}

.colonne1, .colonne2, .colonne1bis, .colonne2bis, .colonne {
	font-size:14px;
	line-height: 20px;
}

.separation {
	width: 98%;
	height: 2px;
	border-top-color: #CCC;
	border-top-width: 1px;
	border-top-style:solid;
	margin-top: 30px;
	margin-bottom: 20px;
	clear:both;
	position: relative;
}

.separation2 {
	width: 600px;
	height: 2px;
	border-top-color: #CCC;
	border-top-width: 1px;
	border-top-style:solid;
	margin-top: 30px;
	margin-bottom: 20px;
	clear:both;
	position: relative;
	
}
	
}


@media screen and (min-width: 780px) and (max-width: 950px) {
.colonne2 {	
display: table-cell;
width: 550px;
padding-top: 0px;
min-height: 400px;
padding-left: 19%;
	
}
}

@media screen and (min-width: 1px) and (max-width: 500px) {
input, textarea {
    width: 205px;
}
}


#main_category{
width: 65.74585635359117%;
}
@media screen and (min-width: 785px) and (max-width: 980px){
#main_category{
width: 45.74585635359117%;
}

}

.mon_slide_acc.metaslider .caption-wrap {
	top:25%;
	background:transparent;
	text-align: center;
	opacity:1;
}

.paragraphe_cmi {
text-align: left;
float: left;
width: 450px;
padding-bottom: 80px;
padding-top: 0px;

}

.titre_cmi {
font-family: "Vistalig";
magin-left: 0px;
display: inline;
font-weight: 300;
font-size: 42pt;
line-height: 65px;

}

.description_cmi {
font-family: "Vistalig";
font-size: 14pt;
font-weight: 400;
line-height: 25px;
margin-top: 30px;

}

.photo_cmi {
margin: 0px 0px 80px 495px;
height: 316px;

}

