/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */



html {
  height: 101%;
   }

body {
  margin: 0;
  padding: 0; 
 }

* {
  padding: 0;
  margin: 0; }

h1, h2, h3, h4, h5, h6, .contentheading, .componentheading {
  padding: 3px 0;
  margin: 0;
  line-height: 1.2;
  font-weight: bold;
  font-style: normal; }

h1, .componentheading {
  font-size: 1.75em; }

h2, .contentheading {
  font-size: 1.5em; }

h3 {
  font-size: 1.25em; }

h4 {
  font-size: 1em; }

ul, ol {
  padding: 0.75em 0 0.75em 0;
  margin: 0 0 0 35px; }

ul.menu {
  margin: 0; }

ul.menu li {
  list-style: none; }

p {
  padding: 5px 0; }

address {
  margin: 0.75em 0;
  font-style: normal; }


a:focus {
  outline: none; }

img {
  border: none; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

form, fieldset {
  margin: 0;
  padding: 0;
  border: none; }

input, button, select {
  vertical-align: middle; }

.clr {
  clear: both; }

#wrapper {
  margin: 0 auto; }

.full {
  width: 100%; }

.demi {
  width: 50%; }

.tiers {
  width: 33.33%; }

.quart {
  width: 25%; }

.flexiblemodule, .column, .logobloc {
  float: left; }

/* ---------------------------------------
	Sytles De bases
-----------------------------------------*/
body {
  background-attachment: fixed!important;
  color: #6C6C6C;
  text-align: left;
  font-size: 13px;
  font-family: 'Open sans'; }

a {
  text-decoration: none;
  transition:0.4; }

a:hover {
  text-decoration: none; 
  transition:0.4;}

h1, div.componentheading {
  text-align: center;
  font-size: 26px;
  margin-top: 10px; }

h2, div.contentheading {
  text-align: left;
  font-size: 23px; }

h3 {
  text-align: left;
  font-size: 18px; }

h4 {
  text-align: left; }

h5 {
  text-align: left; }

h6 {
  text-align: left; }


button {
    border-radius: 3px;
    cursor: pointer;
    font-family: 'opensans-condbold',arial;
    letter-spacing: 0.5px;
    padding: 5px 15px;
    border: 1px solid #cecece;
}


ul.pagenav li{list-style: none;}
ul.pagenav li a {
  display: block;
  border-radius: 3px;
  padding: 5px 15px;
  padding-bottom: 7px;
  text-align: center;
  line-height: 20px;
  width: 20%;
  list-style: none;
  cursor: pointer;
  font-size: 13px;
  letter-spacing: 0.5px;
  float: left;
  margin: 0 0 15px 10px;
}

ul.pagenav li a:hover {
  transition:0.4; }

.readmore a {
  padding: 5px;
  padding-bottom: 7px;
  text-align: center; }

.readmore a:hover {
  text-align: center;
  transition:0.4; }

.invalid {
  border: red; }

input.inputbox, .registration input, .login input, .contact input, .contact textarea {
  border: none;
  max-width: 80%;
  padding: 5px;
  text-align: left; }

input.inputbox:focus, .registration input:focus, .login input:focus, .contact input:focus, .contact textarea:focus {
  text-align: left; }

#wrapper {
  width: 1190px;
  position: relative;
  z-index: 1;
  text-align: left; 
  background: #fff;
  padding-bottom: 20px;
  padding-top: 40px;
  margin-top: -35px;
}

/****************************************************************************
*********** ______ ------  HEADER ------ ______ **************************/
#header {
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 100;
	height: 160px;
	width: 1190px;
}
/*.basheader{
	height: 66px;
	position: relative;
    z-index: 99;
}*/

#mainbanner {
	margin:0 auto;
	width: 1190px; }

#mainbanner div.moduletable, #mainbanner div.module, #mainbanner div.moduletable_menu, #mainbanner div.module_menu {
  text-align: left; }

#mainbanner div.moduletable h3, #mainbanner div.module h3, #mainbanner div.moduletable_menu h3, #mainbanner div.module_menu h3 {
  text-align: left; }

#logo {
  text-align: left; 
  background: url('../images/bg_logo.png') no-repeat 0 0;
  width: 162px;
  height: 179px;
  position: absolute;
}

#logodesc {
  text-align: left; }

/****---- MODULES HEADER ----****/

#banner {
 float: right; 
 max-height: 35px;
 padding-top: 10px;
 margin-right: 55px;
}

#banner div.moduletable, #banner div.module, #banner div.moduletable_menu, #banner div.module_menu {
  text-align: left; 
  float: left;}

#banner div.moduletable h3, #banner div.module h3, #banner div.moduletable_menu h3, #banner div.module_menu h3 {
  text-align: left; }
  
/* Reseaux Sociaux */
.social {
	float: left;
    margin-left: 60%;
    position: relative;
}
.social ul li{
	display: inline-block;
	margin: 0 10px ;
	min-width: 10px;
	height: 23px;
	cursor: pointer;
}
.social ul li a{
	display: block;
	text-indent: -9999px;
}


/* Mod Recherche */
#header .search input{
	background: rgba(255,255,255,0.5);
	height: 24px;
	padding: 0 5px;
}
#header .search .button {
  border: none;
  height: 24px;
  padding:0 7px;
  text-align: center;
  border-radius: 0;
  border-left: 1px #626262 solid;
}

#header .search .button:hover {
  text-align: center;
  cursor: pointer;
  transition:0.4; }


/****************************************************************************
*********** ______ ------ FIN HEADER ------ ______ **************************/
/*------------------------------------------------------------------------------------------------------------------------------*/
/****************************************************************************
*********** ______ ------ MENU PRINCIPAL ------ ______ **********************/
#nav {
  height: 35px;
  padding-top:70px;
  margin-left: 150px;

 }

#nav div.moduletable, #nav div.module, #nav div.moduletable_menu, #nav div.module_menu {
  text-align: left; }

#nav div.moduletable h3, #nav div.module h3, #nav div.moduletable_menu h3, #nav div.module_menu h3 {
  text-align: left; }

#nav a {color: #fff;}

#nav a:hover {color: #626262; }

#nav ul.menu {
  margin: 0;
  padding: 0; }

#nav ul.menu li {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  white-space: nowrap; }

#nav ul.menu li a, #nav ul.menu li span.separator {
  display: block;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 30px;
 }

#nav ul.menu li:hover > a {text-align: left; }

#nav ul.menu li.active > a {
  text-align: left;
  color: #352f28; }


/* sous menu */

#nav li ul {
    left: -999em;
    position: absolute;
    width: 100px;
    padding: 15px;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
    min-width: 0;
    width: auto;
    padding-top: 65px;
    background:transparent;
}

#nav ul li ul .separator{
    display: block !important;
    text-transform: 14px;
    padding: 0 10px!important;
    width: auto;
}
#nav li li li a {
    font-size: 13px !important;
    padding: 5px 10px!important ;
    text-transform: capitalize!important;
    font-weight: 100!important;
}
#nav ul li ul {
    display: block;
    float: left;
    height: auto;
    text-align: left;
}
#nav ul li ul li a:hover , #nav ul li ul li.current.active a{
    color: #fff!important;
    display: block;
    transition: all 0.4s ease 0s;
}

#nav ul li ul li.parent {
    display: block;
    float: left;
    height: auto;
    
}
#nav ul li ul li ul {
    display: block;
    float: none;
    background: none!important;
    margin: 0!important;
    padding: 0!important;
    position: inherit;
    width: 200px !important;
}
/* ========================================================================
   Component: Off-canvas
 ========================================================================== */


.menumobile {
  /* 1 */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 1011;
  /* 2 */
  width: 270px;
  max-width: 100%;
  background: #484848;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* 4 */
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;

}
.menumobile ul, .menumobile li {padding: 0;  margin: 0;}
.menumobile ul li li {
	background: #5A5A5A;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	}
	

.menumobile a, .menumobile span {
    display: block;
    height: 50px;
    line-height: 3.5em;
    color:rgba(255, 255, 255, 0.5);
    padding-left: 15px;
}


#hidemenu {
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:1010;
}
#hidemenu a {
	display:block;
	width:100%;
	height:100%;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
}

/****************************************************************************
*********** ______ ------ FIN Menu Principal ------ ______ ******************/
/*------------------------------------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------------------------------------*/
/****************************************************************************
*********** ______ ------ MODULE HAUT  ------ ______ ************************/
#modulestop > div.inner {
  background: #ffffff;

  margin-bottom: 10px;
  padding: 10px;
  text-align: left;
 }

#modulestop div.moduletable, #modulestop div.module, #modulestop div.moduletable_menu, #modulestop div.module_menu {
  text-align: left; }

#modulestop div.moduletable h3, #modulestop div.module h3, #modulestop div.moduletable_menu h3, #modulestop div.module_menu h3 {
  text-align: left; }

#moduletop1 > div.inner {
  padding: 2px;
  text-align: left; }

#moduletop1 div.moduletable, #moduletop1 div.module, #moduletop1 div.moduletable_menu, #moduletop1 div.module_menu {
  text-align: left; }

#moduletop1 div.moduletable h3, #moduletop1 div.module h3, #moduletop1 div.moduletable_menu h3, #moduletop1 div.module_menu h3 {
  text-align: left; }

#moduletop2 > div.inner {
  padding: 2px;
  text-align: left; }

#moduletop2 div.moduletable, #moduletop2 div.module, #moduletop2 div.moduletable_menu, #moduletop2 div.module_menu {
  text-align: left; }

#moduletop2 div.moduletable h3, #moduletop2 div.module h3, #moduletop2 div.moduletable_menu h3, #moduletop2 div.module_menu h3 {
  text-align: left; }

#moduletop3 > div.inner {
  padding: 2px;
  text-align: left; }

#moduletop3 div.moduletable, #moduletop3 div.module, #moduletop3 div.moduletable_menu, #moduletop3 div.module_menu {
  text-align: left; }

#moduletop3 div.moduletable h3, #moduletop3 div.module h3, #moduletop3 div.moduletable_menu h3, #moduletop3 div.module_menu h3 {
  text-align: left; }

#moduletop4 > div.inner {
  padding: 2px;
  text-align: left; }

#moduletop4 div.moduletable, #moduletop4 div.module, #moduletop4 div.moduletable_menu, #moduletop4 div.module_menu {
  text-align: left; }

#moduletop4 div.moduletable h3, #moduletop4 div.module h3, #moduletop4 div.moduletable_menu h3, #moduletop4 div.module_menu h3 {
  text-align: left; }

#main {
  text-align: left; }

#main div.moduletable, #main div.module, #main div.moduletable_menu, #main div.module_menu {
  text-align: left; }

#main div.moduletable h3, #main div.module h3, #main div.moduletable_menu h3, #main div.module_menu h3 {
  text-align: left; }

/****************************************************************************
*********** ______ ------ FIN MODULE HAUT  ------ ______ ********************/
/*------------------------------------------------------------------------------------------------------------------------------*/
/****************************************************************************
*********** ______ ------ MODULE GAUCHE  ------ ______ *********************/
#left > div.inner {
  background: #ffffff;

  zoom: 1;
  margin: 0 35px 0 25px;
  padding: 10px 0;
  text-align: left;
 }

#left div.moduletable, #left div.module, #left div.moduletable_menu, #left div.module_menu {
  text-align: left; 
  width: 230px;    margin-bottom: 20px;
  box-shadow: 0px 1px 2px #bcb5a2;
}


#left div.moduletable h3, #left div.module h3, #left div.moduletable_menu h3, #left div.module_menu h3, #left #modcontact h3 {
  display: block;
  padding: 0 0 0 10px;
  height: 42px;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 2.5em;
  text-transform: uppercase;
  text-shadow: 0px 1px 1px rgba(53,47,40,0.65);
}



#left div.moduletable .menu {padding: 0 10px;}
#left div.moduletable .menu li {
	padding:8px 0;
}
#left div.moduletable .menu li:last-child{border-bottom: none;}



/* Contact */
#left #modcontact .contact {
    margin-bottom: 25px;
    text-align: left;
    width: 230px;

}
#left #modcontact h3 {
	height: 53px;
	line-height: 3.5em;}
	
#left #modcontact span, #left #modcontact p, #left #modcontact address {
	padding: 15px 10px;
	line-height: 1em;
}

#left #modcontact .conta1 {
	height: 25px;
	padding-left: 50px;

}

#left #modcontact .conta2 {
	height: 25px;
	padding-left: 50px;
	text-transform: uppercase;
}


/****************************************************************************
*********** ______ ------ FIN MODULE GAUCHE  ------ ______ ******************/
/*------------------------------------------------------------------------------------------------------------------------------*/
/****************************************************************************
*********** ______ ------ CONTENU CENTRE  ------ ______ *********************/
#center > div.inner {
  background: #ffffff;
  margin-right: 35px;
  zoom: 1;
  padding: 10px 0;
  text-align: left;
 }

#center div.moduletable, #center div.module, #center div.moduletable_menu, #center div.module_menu {
  text-align: left; }

#center div.moduletable h3, #center div.module h3, #center div.moduletable_menu h3, #center div.module_menu h3 {
  text-align: left; }

#center h2, #center h2 a{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 0px;
}

#center img {
	max-width: 865px;
}

#center h3{
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}
#center h4{
    font-size: 16px;
    font-weight: 400;

}

/* ACCUEIL ARTICLE PRINCIPAL + BLOG SUR 3 COLONES */
#center .items-leading{
	width: 100%;
	min-height: 200px;
	margin-bottom: 40px;
	
}
#center .items-leading h2 a {
	font-style: italic;
	font-weight: 100;
	font-size: 30px;
}

#center .items-leading h3{
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
}

#center .items-leading p{
	font-style: italic;
	font-size: 14px;
	line-height: 1.7em;
	text-align: justify;
	
}


#center .items-leading img {
	display: block;
	width: 265px;
	height: 162px;
	float: left;
	margin-right: 35px;
	
}


#center .cols-3 .item{
	width: 33.3%;
	max-width: 265px;
	float: left;
	margin-bottom: 35px;	
}

#center .cols-3 .item.column-1, #center .cols-3 .item.column-2{
	margin-right: 35px;
}



#center .cols-3 .item img{
	width: 265px;
	height: 162px;
	margin-bottom: 5px;
}


/****** ------ FICHE CONTACT ------- ******/
}
#center .contact .contact-address img, #container .contact .contact-contactinfo img {
    border: medium none;
    float: left;
    margin-right: 15px;
    padding: 4px;
}
##center .contact .contact-telephone {
    line-height: 35px;
}
##center .contact-form label {
    float: left;
    margin-top: 5px;
    width: 100px;
}
#center .contact-form fieldset {
    border: medium none;
    margin: 0;
    padding: 0;
}
#center .contact-form legend {
    font-size: 11px;
}
#center .contact-form input {
    border-radius: 3px;
    font-size: 14px;
    height: 20px;
    margin-bottom: 15px;
    max-width: 80%;
}
#center .contact-form textarea {
    border-radius: 3px;
    font-size: 14px;
    margin-bottom: 15px;
    max-width: 460px;
    width: 460px;
}
#center #jform_contact_email_copy-lbl {
    padding: 0 0 15px;
    width: 225px !important;
}

#center .contact-form input:hover, #container .contact-form textarea:hover {
}

#center .contact .jicons-icons{
    float: left;
    margin-right: 10px;
    width: auto;
}
/****************************************************************************
*********** ______ ------ FIN CONTENU CENTRE  ------ ______ *****************/
/*------------------------------------------------------------------------------------------------------------------------------*/
/****************************************************************************
*********** ______ ------  MODULE DROIT  ------ ______ *********************/
#right > div.inner {
  zoom: 1;
  text-align: left; }

#right div.moduletable, #right div.module, #right div.moduletable_menu, #right div.module_menu {
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 10px;
  text-align: left;
 }

#right div.moduletable h3, #right div.module h3, #right div.moduletable_menu h3, #right div.module_menu h3 {
  text-align: left; }



/****************************************************************************
*********** ______ ------ FIN MODULE DROIT  ------ ______ ******************/
/*------------------------------------------------------------------------------------------------------------------------------*/
/****************************************************************************
*********** ______ ------  MODULE CENTRE BAS  ------ ______ *****************/
#modulesbottom > div.inner {
  margin-top: 10px;
  text-align: left; }

#modulesbottom div.moduletable, #modulesbottom div.module, #modulesbottom div.moduletable_menu, #modulesbottom div.module_menu {
  text-align: left; }

#modulesbottom div.moduletable h3, #modulesbottom div.module h3, #modulesbottom div.moduletable_menu h3, #modulesbottom div.module_menu h3 {
  text-align: left; }

#modulebottom1 > div.inner {
  margin-right: 5px;
  padding: 10px;
  text-align: left;
 }

#modulebottom1 div.moduletable, #modulebottom1 div.module, #modulebottom1 div.moduletable_menu, #modulebottom1 div.module_menu {
  text-align: left; }

#modulebottom1 div.moduletable h3, #modulebottom1 div.module h3, #modulebottom1 div.moduletable_menu h3, #modulebottom1 div.module_menu h3 {
  text-align: left; }


#modulebottom2 > div.inner {
  margin-right: 5px;
  padding: 10px;
  text-align: left;
 }

#modulebottom2 div.moduletable, #modulebottom2 div.module, #modulebottom2 div.moduletable_menu, #modulebottom2 div.module_menu {
  text-align: left; }

#modulebottom2 div.moduletable h3, #modulebottom2 div.module h3, #modulebottom2 div.moduletable_menu h3, #modulebottom2 div.module_menu h3 {
  text-align: left; }



#modulebottom3 > div.inner {
  margin-right: 5px;
  padding: 10px;
  text-align: left;
 }

#modulebottom3 div.moduletable, #modulebottom3 div.module, #modulebottom3 div.moduletable_menu, #modulebottom3 div.module_menu {
  text-align: left; }

#modulebottom3 div.moduletable h3, #modulebottom3 div.module h3, #modulebottom3 div.moduletable_menu h3, #modulebottom3 div.module_menu h3 {
  text-align: left; }



#modulebottom4 > div.inner {
  padding: 10px;
  text-align: left;
 }

#modulebottom4 div.moduletable, #modulebottom4 div.module, #modulebottom4 div.moduletable_menu, #modulebottom4 div.module_menu {
  text-align: left; }

#modulebottom4 div.moduletable h3, #modulebottom4 div.module h3, #modulebottom4 div.moduletable_menu h3, #modulebottom4 div.module_menu h3 {
  text-align: left; }


/****************************************************************************
*********** ______ ------  FIN MODULE CENTRE BAS  ------ _____**************/
/*------------------------------------------------------------------------------------------------------------------------------*/
/****************************************************************************
*********** ______ ------  FOOTER ------ _____*******************************/

.hautfooter {
	height: 54px;
	padding: 0;
	margin: -50px auto 0;
	position: relative;
	z-index: 100;
	width: 1190px
}
footer { text-align: left; }
footer #contentfooter {
	width: 1190px;
	margin: 0 auto;
}

footer div.moduletable, #footer div.module, #footer div.moduletable_menu, #footer div.module_menu {
  text-align: center;
   }

footer div.moduletable h3, #footer div.module h3, #footer div.moduletable_menu h3, #footer div.module_menu h3 {
 }

footer .social {margin-bottom: 20px; }
footer .social .menusocial{padding: 0;}
/* Recherche Footer */
footer form {
    display: block;
    height: 40px;
}
footer .search input{
	background: rgba(255,255,255,0.5);
	height: 24px;
	padding: 0 5px;
}
footer .search .button {
  border: none;
  height: 24px;
  padding:0 7px;
  text-align: center;
  border-radius: 0;
  border-left: 1px #626262 solid;
}
footer .search .button:hover {
	cursor: pointer;
}


/* MENU FOOTER */

footer .menu li, #footer .menu li a{
	display: inline-block;
	margin: 0 30px;
	font-size: 13px;
	text-transform: uppercase;
}
footer .menu li span:hover, #footer .menu li a:hover{
}



/* INFOS FOOTER 
footer .infofooter {padding-top:45px;} */
footer .infofooter p, footer .infofooter p a{
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
}
footer .infofooter p a:hover{ color: #626262;}
/****************************************************************************
*********** ______ ------  FIN FOOTER  ------ _____*************************/





