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: .75em 0 .75em 0;
  margin: 0 0 0 35px;
}

ul.menu {
    margin: 0;
}

ul.menu li {
    list-style: none;
}

p {
  padding: 5px 10px; /*0;*/
  line-height: 1.2;/*ajout 120917*/
}

address {
  margin: .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;
}

.clearfix:after {
    content: " "; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
	font-size: 0;
}

.clearfix {
	zoom: 1;
}

/*debut personnalisation***********************************************************/

body {/*degrade gris vers noir du fond*/
    margin:1em;    
	background: #000;/*fond noir*/
    background-repeat: no-repeat;
   	background-image: url("black-gradient.svg");
	background-image: -o-linear-gradient(center top,#3c3c3c,#000 70%, #000 100%);
	background-image: -webkit-gradient(linear, left top, left bottom,from(#3c3c3c),color-stop(70%,#000), color-stop(100%, #000));
  /*background-image: -webkit-gradient(linear, left top, left bottom,from(#3c3c3c),color-stop(10%,#3c3c3c), color-stop(100%, #000));*/
	background-image: -moz-linear-gradient(center top,#3c3c3c,#000 70%, #000 100%);
	background-image: linear-gradient(center top,#3c3c3c,#000 70%, #000 100%);
	-pie-background: linear-gradient(center top,#3c3c3c,#000 70%, #000 100%);
	color: #FFF;/*ecriture blanche*/
	text-align: justify;
    font-size: 1em;
    line-height: 1em;
	font-family: Segoe UI, sans-serif;
}

a, a:visited {
	color: #fff;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

h1, div.componentheading {
	color: #fff;
	text-align: left;
	letter-spacing: -1px;
	line-height: 25px;
	font-size: 22px;
}

h2, div.contentheading {
	color: #fff;
	text-align: right;
	font-size: 20px;
}

h2 a {
    text-decoration: none;
}

h2 a:hover, div.contentheading a:hover {
	color: #fff;
}

.navbar-inner, .nav-list > .active > a, .nav-list > .active > a:hover, 
.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover, 
.nav-pills > .active > a, .nav-pills > .active > a:hover,
.btn-primary {
    color: #fff;
}

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

.rounded {
    -moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.white {
    background: #e1e1e1;
	background-image: url("white-gradient.svg");
	background-image: -o-linear-gradient(center top,#ffffff,#ffffff 40%, #e1e1e1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom,from(#ffffff),color-stop(40%,#ffffff), color-stop(100%, #e1e1e1));
	background-image: -moz-linear-gradient(center top,#ffffff,#ffffff 40%, #e1e1e1 100%);
	background-image: linear-gradient(center top,#ffffff,#ffffff 40%, #e1e1e1 100%);
	-pie-background: linear-gradient(center top,#ffffff,#ffffff 40%, #e1e1e1 100%);
	border: #ffffff 1px solid;
    box-shadow: #545454 0px 1px 1px 0px;
	-moz-box-shadow: #545454 0px 1px 1px 0px;
	-webkit-box-shadow: #545454 0px 1px 1px 0px;
    border: #eee 1px solid;
}

.wrapper {
	max-width: 1400px;/*modif*/
	margin: 0 auto;
  
}

.custom {
  border: 0;/*ajout 16-10-19*/
}

#tel {/*zone1*/
    margin: 0;
    padding: 0;
  padding-right: 10%;
padding-left: 50%;
    min-height: 50px;
  width: 20%;/*ajout*/
  float: right; /*ajout 16-10-19*/
  background: #000;/*ajout 16-10-19*/
}

/*#nav {
    margin: 0;
    padding: 0;
    min-height: 50px;
}

#nav ul.menu {
    margin: 0;
    padding: 0;
	zoom: 1;
}

#nav ul.menu:after {
    content: " "; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
	font-size: 0;
}

#nav ul.menu > li {
	margin: 0;
	padding: 0;
	list-style:none;
    border-right: 1px solid #fff;
    box-shadow: 1px 0 0 #e1e1e1;
	float: left;
}

#nav ul.menu > li > a, #nav ul.menu > li > span.separator {
    display:block;
	color: #036c9e;
	margin: 0px;
	padding: 15px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	font-size: 14px;
    text-decoration: none;
}

#nav ul.menu > li:hover > a, #nav ul.menu > li:hover > span.separator,
#nav ul.menu > li.active > a, #nav ul.menu > li.active > span.separator {
	background: #036c9e;
	background-image: url("nav-gradient.svg");
	background-image: -o-linear-gradient(center top,#036c9e, #024e73 100%);
	background-image: -webkit-gradient(linear, left top, left bottom,from(#036c9e), color-stop(100%, #024e73));
	background-image: -moz-linear-gradient(center top,#036c9e, #024e73 100%);
	background-image: linear-gradient(center top,#036c9e, #024e73 100%);
	-pie-background: linear-gradient(center top,#036c9e, #024e73 100%);
}

#nav ul.menu > li:hover > a,
#nav ul.menu > li.active > a {
    color: #fff;
}

#nav ul.menu li li a, #nav ul.menu li li span.separator {
    display:block;
	margin: 10px;
	padding: 5px;
	padding-right: 10px;
	padding-left: 10px;
    text-decoration: none;
}

#nav ul.menu li li:hover > a {
	background: #036c9e;
	background-image: url("nav-gradient.svg");
	background-image: -o-linear-gradient(center top,#036c9e, #024e73 100%);
	background-image: -webkit-gradient(linear, left top, left bottom,from(#036c9e), color-stop(100%, #024e73));
	background-image: -moz-linear-gradient(center top,#036c9e, #024e73 100%);
	background-image: linear-gradient(center top,#036c9e, #024e73 100%);
	-pie-background: linear-gradient(center top,#036c9e, #024e73 100%);
    color: #fff;
}

#nav ul.menu li li.active > a {
	text-align: left;
    color: #000;
}

#nav ul.menu li ul, #nav ul.menu li:hover ul ul, #nav ul.menu li:hover ul ul ul {
	position: absolute;
	left: -999em;
	z-index: 999;
    margin: 0;
    padding: 0;
	background: #ffffff;
	background-image: url("white-gradient.svg");
	background-image: -o-linear-gradient(center top,#ffffff,#ffffff 40%, #e1e1e1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom,from(#ffffff),color-stop(40%,#ffffff), color-stop(100%, #e1e1e1));
	background-image: -moz-linear-gradient(center top,#ffffff,#ffffff 40%, #e1e1e1 100%);
	background-image: linear-gradient(center top,#ffffff,#ffffff 40%, #e1e1e1 100%);
	-pie-background: linear-gradient(center top,#ffffff,#ffffff 40%, #e1e1e1 100%);
	border: #ffffff 1px solid;
    box-shadow: #545454 0px 1px 1px 0px;
	-moz-box-shadow: #545454 0px 1px 1px 0px;
	-webkit-box-shadow: #545454 0px 1px 1px 0px;
    border: #ccc 1px solid;
	width: 180px;
}


#nav ul.menu li:hover ul ul, #nav ul.menu li:hover li:hover ul ul, #nav ul.menu li:hover li:hover li:hover ul ul {
	left: -999em;
}

#nav ul.menu li:hover > ul, #nav ul.menu li:hover ul li:hover > ul, #nav ul.menu li:hover ul li:hover ul li:hover > ul, #nav ul.menu li:hover ul li:hover ul li:hover ul li:hover > ul {
	left: auto;
}

#nav ul.menu li:hover ul li:hover ul {
	margin-top: -45px;
	margin-left: 170px;
}

#nav ul.menu li li {
    float: none;
}*/



#headermodule {
  float: left;
    margin: 10px 0;
}
#header { /* zone 2 et 3*/
   float: left;
   margin: 0;/*supprimer 10px haut*/
   width: 80%;/*ajout*/
   background: #000;/*ajout 16-10-19*/
  
}

#slideshow {/*zone 2*/
  float: left;
  margin: 5px 0;
  padding : 0 5%;/*************************************/
  width: 40%;
  display: block;
    /*max-width:50%;ajout 16-10-19*/
}
#logo {/*zone3*/
    float: left;
    display: block;
   
}
h2, div.page-header {
  color: #fff;
  padding-top: 10x;
  font-size: 30px;
  line-height: 36px;
  text-align: right;
}

#left, #center {
    float: left;
}

#left {/*zone 0*/
    width: 20%;
  min-height:800px;
  
}
#left h3 {/*titre rubrique*/
  font-size: 18px;
  text-transform: uppercase;
  background: #474747;
  -pie-background: linear-gradient(center top,#000, #474747 100%);
 background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#474747),color-stop(1,#0E0003));
 background: -ms-linear-gradient(bottom,#474747,#0E0003);
 background: -moz-linear-gradient(center bottom,#474747 0%,#0E0003 100%);
  background: -o-linear-gradient(#0E0003,#474747);
  color: #fff;
  padding: 5px 10px;
  margin: 0px;
  font-weight: normal;
  border-bottom: 1px solid #B20026;
}
#center {
    width: 80%;
}


#left > div.inner {
	margin-right: 10px;
	padding: 15px;
	text-align: left;
}
#left ul.menu {/*ajout 201019*/
    margin: 0;
    padding: 50px 0 100px 0;/*************************************/
    font-size:1.2em;
	zoom: 1;
  /*essai*/
  /*background-image: -o-linear-gradient(center top,#3c3c3c,#000 70%, #000 100%);*/
	background: #3c3c3c;
	background-image: url("left-gradient.svg");
	background-image: -o-linear-gradient(center top,#000, #3c3c3c 100%);
	background-image: -webkit-gradient(linear, left top, left bottom,from(#000), color-stop(100%, #3c3c3c3));
	background-image: -moz-linear-gradient(center top,#000, #3c3c3c 100%);
	background-image: linear-gradient(center top,#000, #3c3c3c 100%);
	-pie-background: linear-gradient(center top,#000, #3c3c3c 100%);
}

#left ul.menu li a, #left ul.menu li span.separator {/*menu gauche****/
    display: block;
	/*border-bottom: 1px solid #e3e3e3;*/
    /*box-shadow: 0 1px 0 #fff;*/
	padding-top: 10px;
	padding-bottom: 10px;
	/*padding-left: 20px;*/
	text-decoration: none;
    text-align : center;
}

#form-login-username label, #form-login-password label {
	display: block;
}

#form-login-username input, #form-login-password input {
	padding: 3px;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#form-login-username input:focus, #form-login-password input:focus {
	border: 1px solid #036c9e;
}

#form-login-submit button {
	background: #efefef;
	border: 1px solid #c3c3c3;
	padding: 4px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}

#form-login-submit button:hover {
	background: #ccc;
}

#center > div.inner {
	padding: 10px;
}

h2.item-title, h2.item-title > a {
	padding-left: 15px;
	margin-top: 15px;
}

div.item a.btn {
	text-decoration: none;
	background: #efefef;
	border: 1px solid #c3c3c3;
	padding: 4px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	margin: 7px;
	display:inline-block;
}

div.item a.btn:after {
	content: " >";
}

ul.breadcrumb li {
	display: inline;
	list-style: none;
  padding: 1em 0 1.2em 0;/*ajout120917*/
  font-size: 90%; /*ajout120917*/
}

ul.breadcrumb li a {
	text-decoration: none;
}

ul.breadcrumb .divider {
	margin: 3px;
}

div.item-page li {
	display: inline;
	list-style: none;
}

li.next{
	float: right;
}

ul.actions li {
	float: right;
	padding: 2px 5px;
	background: #e3e3e3;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 3px;
}

ul.actions li a {
	color: #fff;
	text-decoration: none;
}

.page-header {
	border-bottom: 3px solid #e3e3e3;
}

.article-info {
	color: #c3c3c3;
	font-size: 10px;
}

.cols-1
{
        display: block;
        float: none !important;
        margin: 0 !important;
}

.cols-2 .column-1
{
        width:46%;
        float:left;
}

.cols-2 .column-2
{
        width:46%;
        float:right;
        margin:0
}

.cols-3 .column-1
{
        float:left;
        width:29%;
        padding:0px 5px;
        margin-right:4%

}
.cols-3 .column-2
{
        float:left;
        width:29%;
        margin-left:0;
        padding:0px 5px
}
.cols-3 .column-3
{
        float:right;
        width:29%;
        padding:0px 5px
}


.items-row
{
        overflow:hidden;
        margin-bottom:10px !important;
}

.column-1,
.column-2,
.column-3
{
        padding:10px 5px
}

.column-2
{
        width:55%;
        margin-left:40%;
}

.column-3
{
        width:30%
}



#body2 {/*modif070917*/
	/*background: #e3e3e3;
	border-top: 1px solid #ccc;
	margin-top: 5px;
	padding-top: 15px;*/
}


#footer { /*pied de page adresse****************************************/
/*min-height: 70px;*/
background-color: #fff;  
color: #000;
text-align:center;
margin:20px 0;
padding:20px 0;
font-family: Arial, Helvetica, sans-serif;
font-size : 20px;
clear: left;
width: 100%;
}
#menu_bas { /*ajout 16/10/19*/
background-color: #000;  
color: #fff;
text-align:center;
margin:0;
margin-top:20px;
padding:0;
font-family: Arial, Helvetica, sans-serif;
font-size : 12px;
clear: left;
width: 100%;
min-height: 50px;
}

#menu_bas ul.menu_bas {
    /*margin: 0;
    padding: 0;
	zoom: 1;*/
}

#menu_bas ul.menu_bas:after {
    content: " "; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
	font-size: 0;
}

#menu_bas ul.menu_bas > li {
	/*margin: 0;
	padding: 0;*/
	list-style:none;
    float: left;
}

#menu_bas ul.menu_bas > li > a, #menu_bas ul.menu_bas > li > span.separator {
    display:block;
	color: #fff;
	margin: 0px;
	padding: 15px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	font-size: 14px;
    text-decoration: none;
}

#menu_bas ul.menu_bas> li:hover > a, #menu_bas ul.menu_bas > li:hover > span.separator,
#menu_bas ul.menu_bas > li.active > a, #menu_bas ul.menu_bas > li.active > span.separator {
	background: #6e6e6e;
}

#nav ul.menu > li:hover > a,
#nav ul.menu > li.active > a {
    color: #fff;
}

.titreperso {
	color: #036c9e;
}
.custom {/*ajout 120917*/
  margin:10px;
        padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
        color: gray;
	text-align:center;
        border: 2px solid #5A5AFF; 
  
}
@media screen and (max-width: 758px) {

#left, #center, #header, #tel, #logo, #slideshow {
	float: none !important;
	width: 100% !important;
}

#left > div.inner, #center > div.inner {
	margin: 5px 0px 5px 0px !important;
}

.items-row .item, .column, .flexiblemodule, .logobloc {
	width: auto !important;
	float: none;
	margin: 0 !important;
}

}
