html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  /*font: inherit;*/
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 100%;
  vertical-align: baseline; }

html {
	line-height: 1; 
}

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

p {
  /*font-size: 16px;*/
  font-size: 0.9rem;
  line-height: 1.4em;
  margin-bottom: 0; }

p + p {
  /* text-indent: 2em; */
  margin-top: 0; }

a {
	color: #9E8C00;
}
a:hover, a:focus, a:active {
	color: #624D00;
}

#content,
#content20 {
  font-size: 0.9rem;
  line-height: 1.4em;
}

h1 {
  font-size: 1.5em;
  line-height: 1.7em;
  font-weight: bold;
  margin: 0;
  padding: 1.45833em 0; }

h2 {
  font-size: 1.33333em;
  line-height: 1.53333em;
  font-weight: bold;
  margin: 0;
  padding: 1em 0; }

h3 {
  font-size: 1.16667em;
  line-height: 1.36667em;
  font-weight: bold;
  margin: 0;
  padding: 1.51786em 0; }

h4 {
  font-size: 1.1em;
  line-height: 1.3em;
  font-weight: bold;
  margin: 0;
  padding: 1.21786em 0; }

#content ul,
#content20 ul {
  list-style-type: disc;
  /*margin: 20px 0 20px 40px; */
  margin: 5px 0 5px 30px; 
}
  #content ul li,
  #content20 ul li {
    line-height: 1.4em;
    /* text-indent: 0.5em; */ 
}
#content ol,
#content20 ol {
  list-style-type: decimal;
  /*margin: 20px 0 20px 40px; */
  margin: 5px 0 5px 30px;
}
  #content ol li
  #content20 ol li {
    line-height: 1.4em;
    /* text-indent: 0.5em; */ 
  }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }


/*
	Blocks principaux
*/
header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	padding: 25px 15px 20px;
}
#header2 {
	display: none;
}
	/* bug ? */
#right-sidebar {
	display: none;
}
/*#right-sidebar div {
	display: none;
}*/

#content20 > section,
#content20 > article,
#content20 > #osmap {
	margin: 0 1em;
}
footer {
	padding: 15px 0;
}

/* 
	Menus de navigation 
*/

#main_menu {
	display: none;
}
#second_menu {
	display: none;
}

#sur_menu_mobile {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	padding: 10px 0;
}
#sur_menu_mobile > li {
	background-color: #9E8C00;
	padding: 5px 10px;
	border-radius: 14px;
	min-height: 28px;
}
#sur_menu_mobile > li:hover {
	background-color: #624D00;
}
#sur_menu_mobile > li > a {
	color: #fff;
	text-decoration: none;
	font-size: 0.9rem;
}
#sur_menu_mobile > li.item-154 {
	background-color: #535355;
}
#sur_menu_mobile > li.item-154:hover {
	background-color: #9F9FA1;
}

#main_menu_mobile {}
#accesclient_menu {}

ul#footer_menu {
  list-style: none; 
  margin: 0;
}
#footer_menu {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
#footer_menu > li {
	background-color: #9E8C00;
	padding: 5px 10px;
	border-radius: 15px;
	min-height: 30px;
	margin-left: 30px;
}
#footer_menu > li:hover {
	background-color: #624D00;
}
#footer_menu > li > a {
	color: #fff;
	text-decoration: none;
	font-size: 0.8rem;
}


/*
	Styles speciaux du contenu
*/

#header1 a {
	color: #3E2412;
	font-weight: bold;
	font-size: 1.5625rem;
	text-decoration: none;
}
#header1 a .vert {
	color: #9E8C00;
}
#header1 a .petit {
	font-size: 0.95rem;
}
#header2 {
	color: #3E2412;
}
header #logo_axa {
    width: 4em;
}

#content20 > section p,
#content20 > article p {
	margin: 15px 0;
}
#content20 > section p:first-of-type,
#content20 > article p:first-of-type {
	margin-top: 0;
}

/* img fluid = pose pb avec les img dans des tables (dans les articles) */
#content20 > section img,
#content20 > article img {
	max-width: 100%;
	height: auto;
}

p.readmore a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #9E8C00;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	*background-color: #e6e6e6;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #bbb;
	*border: 0;
	border-bottom-color: #a2a2a2;
	border-radius: 14px;
	*margin-left: .3em;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	text-decoration: none;
	font-weight: bold;
}
p.readmore a:hover {
	color: #624D00;
	text-decoration: underline;
}

div.item-separator {
    border-bottom: 1px dashed lightgrey;
    padding-top: 1em;
}

#content20 ul.actions {
    list-style: none;
    margin: 0;
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
    border: 1px solid rgba(158, 140, 0, 0.3);
    border-radius: 10px;
    padding: 5px;
}
#content20 ul.actions li {}


/*
	B2J Contact (forms))
*/
#content20 > div#b2jcontainer_c155.b2jcontainer,
#content20 > div#b2jcontainer_c13.b2jcontainer {
    padding: 0 15px 15px;
    color: inherit;
    background: #ffffff;
    border: none;
}
#content20 > div#b2jcontainer_c155.b2jcontainer h2,
#content20 > div#b2jcontainer_c13.b2jcontainer h2 {
	font-size: 1.33333em;
	line-height: 1.53333em;
	font-weight: bold;
	margin: 0;
	padding: 1.25em 0;
    color: inherit;
    background: inherit;
}
#content20 > div#b2jcontainer_c13.b2jcontainer  > h1.componentheading {
    padding: 0;
}

/*
	XpertScroller (l'offre du moment)
*/
#right-sidebar > div.customoffre_du_moment_titre {
    margin-top: 2em;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 15px 15px 0 0;
    /* border-top-left-radius: 10px 10px; */
}
#right-sidebar > div.customoffre_du_moment_titre > p {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: #fff;
	font-size: 0.7em;
}
#txmod_106 > div.items > div.pane > div.item > div.padding.clearfix {
    padding: 0;
}
#txmod_106 > div.items > div.pane > div.item > div.padding.clearfix > a > img {
	width: 100%;
}