/*	--------------------------------------------------
    :: Layout principal
	-------------------------------------------------- */
body { 
	font-family: Verdana; 
	/*background: url("img/body-separation.png") repeat-x scroll left 195px #FFFFFF;*/
	color: #2e2e2e;
	font-size: 13px;
    
}
p {
	font-size: 13px;
}
table {
	width:100%;	
}
table.clean tr {
	border:none;
	border-bottom:1px solid #ddd;
	border-top:1px solid #fff;
}
table tbody tr:nth-child(2n) {
    background: #f1f1f1 none repeat scroll 0 0;
}
sup {
	vertical-align: super;
	font-size: 12px;
}
.muted {
	color: #888;
}
td.hide-on-phones {
	display:table-cell!important;
}
.button.action { 
	color:#fff; 
	text-shadow:0 1px #444;
}
.button.very-big {
    font-size: 16px;
    padding: 8px 40px;
}
header {
    height: 100px;
	width:100%;
    left: 0;
    position: absolute;
    top: 4px;
    z-index: 31;	
}
hr {
    background: url("img/body-separation.png") repeat-x scroll center bottom transparent;
    border: medium none;
    height: 5px;
    margin-bottom: 25px;
    width: 100%;
}
.cite:before {
    content: "— ";
}
.cite {
    color: #999999;
    display: block;
    line-height: 20px;
}
hr.small, .three.columns hr {
	border:none;
	width:100%;
	height:35px;
}
.relative {
	position:relative!important;	
}
form.custom span.custom {
	margin-right:6px!important;	
}
h1 span {
	font-weight:normal;
	font-size:18px;
	padding-top:30px;
}
h4 {
	font-size: 18px;
}
blockquote.help {
	color:#999;
	font-size:12px;
	margin-top:20px;
}
ul.bordered li {
	padding:10px;
	margin-bottom:4px;
	border-left:5px solid #c8c8c8;
	border-bottom:1px solid #e6e6e6;
}
ul.check-list li {
    background: url("img/check.png") no-repeat scroll left center transparent;
    margin-bottom: 0;
    padding: 5px 20px;
	margin-left:20px;
}
.tabs-content p.tab-p {
	line-height:1.75;
}
.tip {
    background: none repeat scroll 0 0 #FFFFFF;
    border:1px solid #cfcfcf;
	border-left: 5px solid #2F96B4;	
    color: #666666;
    font-size: 12px;
    margin: 0;
	cursor:help;
    padding: 8px;
    width: 360px;
	box-shadow:0px 0px 3px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow:0px 0px 3px rgba(0, 0, 0, 0.15);
}
.recrutement .orbit-bullets {
	top:-35px!important;
}
form.custom div.custom.dropdown ul {
	max-height:200px;
	overflow:auto;
	border-top:3px solid #2F96B4;
}
.custom .ul-bottom div.custom.dropdown ul{
	bottom:27px!important;
	top:auto!important;
}
div.panel {
	padding:10px 20px;
}
.contact-box {
	border-right: 1px solid #bbb; 
	padding-right: 15px;
	padding-top:20px;
}
.contact-box a {
	display:block;
	background:url("img/contact-arrow.png") no-repeat left center;
	padding:8px 0 8px 22px;
}
.strong { font-weight:bold; }
.ui-box {
	padding:6px 10px;
	margin:10px 0;
	border-left:4px solid #2F96B4;
	border-bottom:1px solid #ccc;
}
.help-box {
	position: absolute;
    right: -320px;
    top: 0;
    width: 250px;
	z-index:20;
	background:#fff;
	padding:10px;
	box-shadow:0px 0px 3px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow:0px 0px 3px rgba(0, 0, 0, 0.15);
}
.icon.icon-valid {
	background: url("img/check.png") no-repeat scroll 0 2px transparent;
}
.blockquote {
	background: url("img/blockquote-bg.jpg") no-repeat left center;
	padding: 80px 100px;
	font-size: 22px;
	line-height: 24px;
}
.number {
    background: none repeat scroll 0 0 #EEEEEE;
    color: #E62247;
    float: left;
    font-size: 21px;
    margin-right: 6px;
    margin-top: 2px;
    padding: 1px 3px;
}
.color-green {
	color: #92c02e;
}
.grey-box {
    background: none repeat scroll 0 0 #F6F6F6;
    border-radius: 28px 0 28px 0;
    -moz-border-radius: 28px 0 28px 0;
    padding: 16px 14px;
}
.grey-box h5 {
	color: #E62247;
}
.blue-text {
    border-left: 4px solid #EAEAEA;
    color: #2F96B4;
    display: block;
    font-weight: normal;
    padding: 0 4px;
}
.arrow-red {
	background: url("img/arrow-red-14.png") no-repeat left 2px;
	padding-left: 18px;
}
ul.ul-arrow li {
	background: url("img/arrow-red-14.png") no-repeat left 2px;
	padding-left: 24px;
}
ul.ul-arrow-small {
	padding-left: 20px;
}
ul.ul-arrow-small li {
	background: url("img/arrow-small-right.png") no-repeat left center;
	padding-left: 22px;
	margin-bottom: 5px;
}
.text-blue-left {
    color: #0a8399;
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin: 0 4px;
    padding: 6px;
    text-align: center;
}
.marged {
	margin: 16px 0;
}
.dot-green {
	background: none repeat scroll 0 0 #bdcd00;
    border-radius: 0 30px 30px 0;
    box-shadow: 0 3px 2px #aaa;
    height: 20px;
    left: -40px;
    position: absolute;
    width: 12px;
}
.puce-green {
	background: url("img/puce-green.png") no-repeat left center;
	padding-left: 20px;
}
.nice.tabs.vertical dd a.dd-small {
    border-color: #ddd;
    color: #666;
    padding: 12px 40px;
}
.box-rounded {
	padding: 10px; 
	border-radius: 16px;
	border: 1px solid transparent;
}
.box-rounded.square {
	height: 190px;
}
.box-rounded.dark-blue {
	background-color: #405867;
	color: #fff;
}
.box-rounded.light-blue {
	background-color: #00939d;
	color: #fff;
}
.box-rounded.green {
	background-color: #bccf02;
	color: #444444;
}
.box-rounded.white {
	background-color: #fff;
	color: #444444;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	border: 1px solid #ccc;
}

/*	--------------------------------------------------
    :: Pages de confirmation
	-------------------------------------------------- */
.checklist {
	background:url("img/checklist.jpg") no-repeat scroll 0 0 transparent;
	padding:50px 30px;
}
ul.checklist li {
	border-bottom:1px solid #ccc;
	font-size:13px;
	padding-left:16px;
	padding-bottom:4px;
	background:url("img/check-blue.png") no-repeat left center;
}
.bordered-green {
	background: url("img/border-green-left.jpg") no-repeat left center;
	padding-left: 36px;
}
.number-green {
	font-size: 38px;
	color: #bccf02;
}
.title-blue {
	color: #2d4654;
}	
.title-full-blue {
	background: #2d4654;
	padding: 4px 10px;
	color: #fff;
}

/*	--------------------------------------------------
    :: Page assurance mobilité
	-------------------------------------------------- */
#mobilite .row {
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px solid #bbb;
}	

/*	--------------------------------------------------
    :: Pied de page
	-------------------------------------------------- */

footer {
    margin-top: 20px;
    /*padding-top: 50px;
	background:url("img/footer-mini.jpg") repeat-x scroll center 0 #444444;*/
    background-color: #5A595A;
    
}
footer .relative {top:0;}
footer a:hover {
	color:#fff;	
}
.footer-bottom {
	padding:20px 0;
	background:#5A595A;
	margin-top:5px;
	color:#bbb;
}
footer p, footer h3, footer h2, footer h5, footer a {
	color:#fff;	
}
footer h2 {
	background-position: 62px -234px;
	padding-top:10px;
}
footer h3 {
    border-bottom: 1px solid #999999;
    font-size: 2rem;
	font-size:22px;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 10px;
}
footer .header-devis {
	position:absolute;
	top:-13px;
	left:800px;
}

.reveal-modal {
	background:#fff;
	border:1px solid #999;
	box-shadow:0 4px 16px rgba(0, 0, 0, 0.2);
	border-radius:0px;
}
.reveal-modal-bg { background:#999; }
.reveal-modal h2 { 
    background: url("img/body-separation.png") repeat-x scroll left bottom transparent;
    font-size: 26px;
    margin-bottom:9px;
    padding: 4px;
}
.breadcrumb {
	text-align:left; 
	font-size:12px; 
	color:#aaa; 
	margin-bottom: 8px;
}
.hidden { overflow:hidden; }
form.custom div.custom.dropdown a.current { width:180px; }
.field:after {
    clear: both;
    content: "";
    display: table;	
	margin-top:5px;
}
.clean {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    color: #888888;	
}
.clean:hover, .clean:active {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;	
}
blockquote, blockquote p { 
	color:#444;
}
#private-m {
	width: 800px; 
	margin-left: -400px; 
	top: 160px;
}
#top-bg {
	position:absolute;
	top:0;
	z-index:29;
	height:80px;
	width:100%;
	left:0;
	background:url("img/top-bg.png") repeat-x;
}
/*	--------------------------------------------------
    :: Home page
	-------------------------------------------------- */
body.home {
	background-position:left 470px;
}
#objects, #circles, #grass, #circles-mini {
    height: 470px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#slides {
    height: 470px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    background: url("img/fond.jpg") no-repeat scroll 0 0 transparent;
}
#slides-mini {
    background: url("img/body-fond-mini.jpg") repeat-x scroll 0 -5px transparent;
    height: 195px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
#objects {
    background: url("img/personnages.png") no-repeat scroll 0 0 transparent;
	pointer-events:none;
	z-index:9;
}
#circles {
    width:5000px;
    z-index: 8;
}
.circle {
	text-align:center;
	background:url("img/circle.png") no-repeat;
	width:292px;
	height:246px;
	padding-top:60px;
	top:120px;
	display:block;
	position:absolute;
	cursor:pointer;
}
.circle-mini {
	background:url("img/circle-mini.png") no-repeat left 16px;
    cursor: pointer;
    display: block;
    height: 139px;
    padding-top: 51px;
    position: absolute;
    text-align: center;
    top: 75px;
    width: 159px;
}
.circle-mini { color:#444; }
.c1 { left:3400px; }
.c2 { left:1080px; padding-top: 50px; }
.c3 { left:2200px; }
.c4 { left:4700px; }
.c5 { left:5800px; }
.circle h3 { 
	color:#444; 
	font-size:20px; 
}
.circle p {
	font-size:16px;
	color:#767676;
}
#badge-nouveau {
	position:absolute;
	width:106px;
	height:107px;
	bottom:30px;
	right:-40px;
	background:url("img/badge-nouveau.png") no-repeat;
}
#circles-mini {
	width:5600px;
    z-index: 8;
	height:200px;
}
.ribbon-div {
	position:relative; 
	z-index:100; 
	margin:-70px auto 5px;
}
#ribbon li {
	float:left;
	width:20%;
	text-align:center;
	cursor:pointer;
	font-size:15px;
	height:28px;
	border-bottom:2px solid #F2F2F2;
}
#ribbon li.active {
	border-bottom:2px solid #2F96B4;	
}
#preload-image {
    height: 1px;
    left: -99999px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}
#preload-image img {
    position: absolute;
    top: 0;
}
#shell {
    height: 230px;
    padding-top: 360px;
}
#shell-mini {
	height:200px; 
	overflow:hidden; 
	margin-bottom:5px; 
}
#home-square ul li {
	float:left;
	width:19%;
	margin-left:1%;
}
#home-square ul li ul { margin-left:3px; }
#home-square ul li ul li {
	float:none;
	width:auto;
}
#home-square ul li h5 {
	display:block;
	color:#fff;
	padding:6px;
}
.home-a 	{ background:#92c02c; }
.home-b 	{ background:#a3846f; }
.home-c 	{ background:#e3aeba; }
.home-d 	{ background:#fdc180; }
.home-e 	{ background:#b4d3d0; }


/* -------------------------------------------------- 
	:: Misc
---------------------------------------------------*/
.left       { float: left!important; }
.hide     	{ display: none; }
.highlight 	{ background: #ff0; }
.right { float: right!important }
.clear { clear:both; }
.tright { text-align:right; }
img.left, img.right { margin:6px; }


/*	--------------------------------------------------
    :: Header du site et menus
-------------------------------------------------- */
header .wrapper { padding:0 10px; }
.header-devis {
	float:right;
	margin-left:20px;
}
#logo {
    background:url("../images/logo-emoa-mutuelle-medium.png") no-repeat;
    float: left;
    height: 90px;
    margin: 25px 15px;
    text-indent: -9999px;
    width: 200px;
}
/*YR - 03022017 : LAJ logo 80 ans
#logo-blog {
    background:url("img/logo-mutuelle-var-blog.png") no-repeat;
    float: left;
    height: 150px;
    margin: 10px 0;
    text-indent: -9999px;
    width: 216px;
}*/

#logo-blog {
    background:url("img/logo80-EM_blog.png") no-repeat;
    float: left;
    height: 190px;
    margin: 10px 0;
    text-indent: -9999px;
    width: 350px;
}




.perso {
	text-align:center;
	font-size:18px;
	color:#fff;
}
#menubg {
    background: none repeat scroll 0 0 #f4f4f4;
    border-top: thick solid #F3F4EF;
    height: 48px;
    margin-top: -48px;
    width: 100%;
}
#secondary {
    float: right;
    margin-top: 20px;
    text-align: right;
	margin-right: 130px;
}
#secondary a.button {
	margin-top:-4px;
	color:#fff;
	padding:3px 12px 4px;
	border-radius:0px;
}
#secondary a.phone {
	background:url("img/icon-phone.png") no-repeat left center;
	padding-left:18px;
}
#primary {
	background:url("img/menu_shadow.png") no-repeat center bottom;
    float: right!important;
    height: 64px;
    margin-top: 10px;
    padding: 0 40px;
}
#primary ul li, header ul li {
    float:left;
	position:relative;
	z-index:20;
	margin-bottom:6px;
}
#primary a {
    background-image: url("img/menu_bg.png");
    background-repeat: repeat-x;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
	font-weight:bold;
    height: 34px;
    letter-spacing: 2px;
    line-height: 32px;
    padding: 0 18px;
    text-transform: lowercase;
	text-shadow:1px 1px 1px #262626;
}
#primary a.sant { 
	background-position:left -105px; 
	border-radius:4px 0 0 4px;
}
#primary a.devi{ background-position:left -105px; }
#primary a.prev { background-position:left 0; }
#primary a.epar { background-position:left -140px; }
#primary a.auto { background-position:left -35px; }
#primary a.habi { 
	background-position:left -70px; 
	border-radius:0 4px 4px 0;
}

#primary li:hover > ul.level1, #primary li:hover > div.arrow {
	display:block;	
}
#secondary ul li {
	border-right:1px dotted #dfdfdf;
}
#secondary ul li.contact {
	border:none;
}
#secondary ul li a {
    color: #737373;
    margin: 0 7px;
}
dl.tabs.mobile, dl.nice.tabs.mobile {
	margin:0;
}
.private {
	float:right;
	margin-top:10px;
	margin-right:-10px;
	clear:right;
}
/* Sub Level Nav */
li .arrow {
    background:url("img/arrow-menu.png") no-repeat;
    display: none;
    height: 8px;
    left: 20px;
    position: relative;
    top: 6px;
    width: 100%;
    z-index: 10000;
}
#primary li ul.level1 {
    display: none;
	background: #EDEDED;
    border: 1px solid #bbb;
    box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.2);
    padding: 3px;
    position: absolute;
    top: 47px;
	z-index: 20;
    width: 405px;
}
#primary li ul.level1.ul_1, #primary li ul.level1.ul_2 {
	width:540px;
}
#primary li ul.level1.ul_1 {
	width: 676px;
	left: -30px;
}
#primary ul.level1 li a.part {
	background:url("img/img_part.jpg") no-repeat;
	padding-top:62px;
}
#primary ul.level1 li a.ani {
	background:url("img/img_anim.jpg") no-repeat;
	padding-top:62px;
}
#primary ul.level1 li a.tns {
	background:url("img/img_tns.jpg") no-repeat;
	padding-top:62px;
}
#primary ul.level1 li a.entr {
	background:url("img/img_entr.jpg") no-repeat;
	padding-top:62px;
}
#primary ul.level1 li a.voya {
	background:url("img/img_voya.jpg") no-repeat;
	padding-top:62px;
}
#primary ul.level1 li a.collter {
	background:url("img/img_colter.jpg") no-repeat;
	padding-top:62px;
}
#primary ul.level1 li {
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    height: 95px;
    margin: 0;
    padding: 8px 10px;
    width: 115px;
}
#primary ul.level1 li a {
	background:none;
    color: #444444;
    display: block;
    font-weight: normal;
    height: auto;
    line-height: 1;
    padding: 4px;
	font-size:14px;
	text-shadow:none;
}
#devis { 
	position:absolute;
	right:-25px;
	top:5px;
}
button.green, .button.green {
    border: 1px solid #7fa629!important;
    background: #92c02c;
    background-image: none;
    filter: none;
}
button.green:hover, .button.green:hover {
    border: 1px solid #add061!important;
    background: #add061;
    background-image: none;
    filter: none;
}
.listed li {
    float: left;
    display: list-item;
    margin: 0 8px;
}

/*	--------------------------------------------------
    :: Formulaires
-------------------------------------------------- */
form label {
	margin-bottom:2px;	
}
form .clearfix {
	margin-top:8px;	
}
.label {
    float:left;
    text-align:right;
    margin-right:15px;
    line-height:26px;
    color:#0a0a0a;
	width:170px;
}
.help-block, .field span {
    display: block;
    color: #aaa;
    font-size: 12px;
    line-height: 18px;
	margin-left:185px;
    max-width: 600px;	
	margin-top:-8px;
}
.field span.custom {
	margin-left:0;
	max-width:auto;
}
input, textarea {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}
input:focus, textarea:focus {
	border-color: rgba(82, 168, 236, 0.8)!important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */
}
form input.invalid, form textarea.invalid {
	background:#FFe6e6;
	border:1px solid #DD5959!important;
	-webkit-box-shadow: inset 0 1px 1px rgba(100, 0, 0, 0.075), 0 0 8px rgba(210, 20, 20, 0.2);
	-moz-box-shadow: inset 0 1px 1px rgba(100, 0, 0, 0.075), 0 0 8px rgba(210, 20, 20, 0.2);
	box-shadow: inset 0 1px 1px rgba(100, 0, 0, 0.075), 0 0 8px rgba(240, 20, 20, 0.2);	
}
.alert {
	padding: 8px 14px;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #c09853;
	width:auto;
}
.conseil {
	padding-left:65px;
	background:#fcf8e3 url("img/emoa-conseil.png") no-repeat 8px center;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}
.alert-danger {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}
.message-box {
    background: none repeat scroll 0 0 #FCF8E3;
    border-left: 4px solid #FBB450;
    margin: 10px 4px 20px;
    padding: 6px 16px;
}

/*	--------------------------------------------------
    :: Carte des agences - Itineraire
	-------------------------------------------------- */
#map_canvas {
	width:auto;
	height:500px;
	border-style:solid;
	border-width:3px 0 3px;
	border-color:#eaeaea;
}
#map_canvas img {
	max-width: none;
}
#directionsPanel {
	display:none;
	width:100%;
	padding:10px;
	overflow:auto;
	background:#fff;
}
#directionsPanel table {
	width:100%;
}
#directionsPanel table td {
	padding:6px;	
	font-size:14px!important;
}
.pac-item {
	padding:6px;
	font-size:14px;
}

/*	--------------------------------------------------
    :: Foire aux questions
	-------------------------------------------------- */
.faq-section dt {
    color: #8f9aa3;
    cursor: pointer;
    font-size: 17px;
    line-height: 20px;
    margin-top: 30px;
    padding-left: 25px;
    position: relative;
	background: url("img/expand-icon-up.png") no-repeat scroll center left transparent;
}
.faq-section dt:hover {
	color: #5f6a73;
}
.faq-section dt .icon {
	height: 12px;
	left: 0;
	position: absolute;
	top: 11px;
	width: 12px;
}
.faq-section dt.opened {
	background: url("img/expand-icon-down.png") no-repeat scroll center left transparent;
}
.faq-section dd {
	display: none;
	font-size: 14px;
	line-height: 1.5;
	padding: 20px 0 0 25px;
}

/*	--------------------------------------------------
    :: Module de partage - Share
	-------------------------------------------------- */
#sharebox{
	float:right;
	margin:20px 50px 10px 0;
}
#shareme .box{
	float:left;
	margin:5% 8% 0 8%;
	width:100%;
	border:none;
	background:none;
}
#shareme .box a{
	color:#404040;
	text-shadow: 0 1px 1px rgba(167,167,167,.4);
}
#shareme .box a:hover{
	text-decoration:none;
}
#shareme .count {
	font-weight:bold;
	font-size:50px;
	float:left;
	border-right:2px solid #57b8d1;
	line-height:40px;
	padding-right:10px
}
#shareme .share {
	float:left;
	margin-left:10px;
	font-size:20px;
	width:140px;
}
#shareme .buttons {
	position: absolute;
	width:220px;
	background-color:#fff;
	border: 1px solid #ccc;
	padding:10px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
#shareme .button {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    display: block;
    float: left;
    height: auto;
    margin: 0 10px 0 0;
    max-width: 50px;
    padding: 0 5px;
}
#shareme .facebook {
	margin:0 4px 0 0;
}

/*	--------------------------------------------------
    :: Planche et roue de déplacement
	-------------------------------------------------- */
#shelf {
	width: 990px;
	height: 85px;
	margin:auto;
	position: relative;
	top: 90px;
	z-index: 11;
	background:url("img/shelf.png") no-repeat;
}
#range {
	width: 980px;
	height: 20px;
	position: absolute;
	top:180px;
	left:50%;
	margin-left:-490px;
}
#shelf #range {
	top: 0;
	left: 10px;
	margin:0;
}
#magnify-glass, #magnify-glass-mini {
	width: 122px;
	height: 121px;
	background:url("img/magnify.png") no-repeat;
	position: absolute;
	top: -57px;
	left: 0;
	z-index: 20;
	display: block;
	cursor: move !important;
}
#magnify-glass-mini {
    height: 76px;
    left: 0;
    top: -61px;
}

/*	--------------------------------------------------
    :: Style de la publicité en bas de page
	-------------------------------------------------- */
#slidebox {
    width:450px;
    height:120px;
    padding:10px;
    background-color:#fff;
    border-top:3px solid #cbd316;   
	border-left:1px solid #bbb;
	border-left:1px solid rgba(255, 255, 255, 1);
    position:fixed;
    bottom:0px;
    right:-480px;
	-moz-box-shadow:0px 0 4px #222222;
	-webkit-box-shadow:0px 0 4px #222222;
	box-shadow:0px 0 4px #222222;
}
a.close {
    color:#aaa;
    width:13px;
    height:13px;
    position:absolute;
    cursor:pointer;
    top:10px;
    right:10px;
}

/*	--------------------------------------------------
    :: Style du blog et des articles
	-------------------------------------------------- */
body#blog {
	/*background:url("img/body-separation.png") repeat-x scroll left 181px #FFFFFF;*/
}
#blog #shell-mini {
	/*height:185px;*/
}
#blog #slides-mini {
	/*height:180px;*/
	background: url("img/blog-header-bg.jpg") no-repeat scroll center 0 transparent;
}
#sharecontent {
    float: right;
    margin: 30px;
}
#sharecontent #shareme .buttons {
	width:auto;
	border:none;
	position:static;
	padding:0;
}
.sharrre .button{
	float:left;
	width:60px;
}
#dsq-content h3 {
	font-size:20px;	
}#blog #slides-mini
.dsq-like, .dsq-options {
	display:none!important;	
}
#categories-blog {
	margin-top:20px;
	float:left;
	margin-left:80px;
}
#categories-blog ul {
	/*margin-bottom:10px;	*/
    background-color:#ededed;
    padding:5px;
}

@media only screen and (max-width:940px) 
{
#categories-blog {
	margin-top:20px;
	float:left;
	margin-left:16%;
}
}


#categories-blog a {
	color:#444;
	padding:5px 15px;	
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	border-right:1px dotted #aaa;
}
#categories-blog a:last-child {
	border:none;
}
.comment {
	font-style:italic;
	text-align:right;
	color:#aaa;
}
.title-bordered {
   /* background: none repeat scroll 0 0 #F1F1F1;
    border: 1px solid #DDDDDD; */
    font-size: 22px;
    padding: 6px 10px;
	color:#009240;
	
	border-bottom:1px solid #009240;
}
.title-light {
	background:#f6f6f6;
	border:1px solid #eaeaea;
	padding:4px 12px;
	margin-bottom:16px;
}
.title-green {
	background: #92C02C; 
	color: #fff;
	font-weight: bold;
}
.title-light-blue {
	background: #00939d; 
	color: #fff;
	font-weight: bold;
}
.title-light-pink {
	background: #f18473;
	padding: 4px 10px;
	color: #fff;
	margin-bottom: 10px;
}
.title-android {
	border-bottom:2px solid #F2F2F2;
	font-size:16px;
	margin-top:14px;
	padding:5px 5px 5px 12px;
}
.title-android span {
	border-bottom:2px solid #2F96B4;
	padding:5px;
}
/*.title-item {
    background: none repeat scroll 0 0 #F3F3F3;
    border-bottom: 1px solid #BBBBBB;
    color: #333333;
    margin: -9px -9px 3px;
    padding: 9px 10px;
	text-shadow:2px 2px #FFFFFF;
	font-size:22px;
}*/

.title-item, .article h4  {
    /*background: none repeat scroll 0 0 #F3F3F3;
    border-bottom: 1px solid #BBBBBB;
    text-shadow:2px 2px #FFFFFF;
    border-bottom:1px solid #5a595a;*/
    color: #333333;
    /*margin: -9px -9px 3px;
    padding: 9px 10px;*/
	font-size:18px;
    /*color:#5a595a;
    background-color: #efefef;*/
}

.main-article {
	/*background:url("img/body-separation.png") repeat-x left bottom;*/
	padding:10px 0;
	margin-bottom:15px;
	border-bottom:1px solid #a9a9a9;
}



.main-article h3 {
	padding-right: 130px;
}



.separator {
	background:url("img/body-separation.png") repeat-x left bottom;
	clear:both;
}
p.date {
	font-style:italic;
	font-size:13px;
	color:#999;
}
.button-big {
	padding:8px 20px;
}
.article {
   /* border-color: #eaeaea #E5EAED #E5EAED #eaeaea;
    border-style: solid;
    border-width: 1px;*/
    cursor: pointer;
    margin: 15px 0;
    padding: 10px;
	border-bottom:1px solid #a9a9a9;
	background-color:#eeeeee;
	
}
.article h5, .item h5 {
    font-size: 16px;
}
.box {
    margin: 10px 0;
    padding: 10px;
	
}
.categories h5 {
	margin:5px; 
	padding:6px; 
	display:block; 
	background-color:#797979;
	font-weight:bold;
}

.categories h5 a
{
	color:#ffffff;
}


#sort-by {
	margin-top:10px; 
	border-top:1px solid #bbb; 
	padding-top:10px;	
}
#sort-by h5, .search-blog h5 {
	margin-top:6px;
	margin-right:40px;
	float:left;
}
#sort-by a.button {
	margin-top:0;
	font-size:14px;
	padding:6px 10px;
}
/*.item {
    border-color: #EAEAEA #E5EAED #E5EAED #EAEAEA;
    border-style: solid;
    border-width: 1px 3px 0 1px;
    float: left;
    margin: 16px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    width: 260px;
	background:url("img/body-separation.png") repeat-x left bottom;
}
*/
.item {
    /*border-color: #EAEAEA #E5EAED #E5EAED #EAEAEA;
    border-style: solid;
    border-width: 1px 3px 0 1px;
    background:url("img/body-separation.png") repeat-x left bottom;*/
    float: left;
    margin: 10px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    width: 45%;
    height:200px;
    border-bottom:1px solid #a9a9a9;

	
}

.item.width2 {
	width:572px;
}

.phone-one
{
    float:left;
    max-width: 300px;
}

/*	--------------------------------------------------
    :: Style de la Isotope 
	-------------------------------------------------- */
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
background-color:#eeeeee;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
}

#badge-services {
    background: url("img/badge-services.png") no-repeat scroll 0 0 transparent;
    height: 103px;
    left: 50%;
    margin-left: -32px;
    position: absolute;
    top: -30px;
    width: 103px;
}
.loader, #loading {
    background: url("img/ajax-loading-big.gif") no-repeat scroll center 40% #FFFFFF;
    height: 100%;
    left: 0;
    opacity: 0.9;
	-ms-filter: "alpha(opacity=90)"; 
    filter : alpha(opacity=90); 	
    position: absolute;
    top: 0;
    width: 100%;
	z-index:1000;
}
#loading {
    height: 500px;
	z-index:16;
    left: 0;
    overflow: hidden;
	text-align:center;
}
#loading h2 {
	padding-top:260px;
}
.panel-max {
	background:url(img/bg-vote.jpg) no-repeat center 0px;	
}

/*	--------------------------------------------------
    :: Commun aux outils de devis en ligne
	-------------------------------------------------- */
#navigation{
	margin: auto;
	margin-top:10px;
	padding:0 5px;
	margin-bottom:20px;
	width:910px;
}
#navigation div {
	float:left;
	padding:1px 0 1px 20px;
	width:205px;
	background:url("img/devis-arrow.png") no-repeat center right;
	opacity:0.5;
	border-bottom: 2px solid #eee;
}
#navigation div.active {
	opacity:1;	
	border-bottom: 2px solid #2F96B4;
}
#navigation div:last-child {
	background:none;	
}
#navigation h5 {
	font-size:16px;
	color:#3a82c4;
	float:left;
	line-height:40px;
	margin-right:10px;
	font-weight:bold;
}
#navigation p {
	color:#3a82c4;	
	font-size:16px;
	margin:10px 0 0;
}
.alert-box {
    border-bottom: 1px solid #BBBBBB;
    margin: 5px 45px 15px;
    padding: 10px;
}
.citation {
    border-left: 4px solid #EEEEEE;
    margin: -8px 0 0;
    padding: 5px 12px;
}

/*	--------------------------------------------------
    :: Vues pour mobiles et tablettes PC
	-------------------------------------------------- */
@media only screen and (max-width: 867px) {
	body, body#blog  {
		background:#fff;
	}
	body.home {
		background-position:left top;
	}
	.home .reveal-modal-bg, .home .reveal-modal {
		display:none!important;
	}
	header {
		width:100%;
		position:static!important;
		margin:0;
		height:auto!important;
	}
	hr {
		margin-bottom:5px;
	}
	object {
		display:none!important;
	}
	#primary {
		background:#fff!important;
		float: none;
		height: 100% !important;
		margin-top: 6px;
		padding: 0;
		clear:both;
		border:1px solid #BBBBBB;
		width:100%;
	}
	#primary ul { margin:0; }
	#primary ul li, header ul li {
		float:none;
		position:relative;
		z-index:20;
		margin:0;
	}
	#primary a.sant { border-radius:0 0 0 0; -webkit-border-radius:0 0 0 0;}
	#primary a.habi { border-radius: 0; }
	#primary a.devis { border-radius:0 0 0 0; -webkit-border-radius:0 0 0 0; }	
	#primary li ul.level1 {
		position:static;
		box-shadow:none;
		-webkit-box-shadow:none;
		margin:0;
		width:auto!important;
		background:transparent;
		border:none;
		display:block;
		border-radius:0;
		-webkitborder-radius:0;
	}
	#primary ul.level1 li {
		width:auto;
		height:auto;
		border-bottom:1px solid #e4e4e4;
		padding:6px 0;
	}
	#primary li .arrow {
		display:none!important;
	}
	#primary ul.level1 li a {
		background-position: -15px top !important;
		padding: 8px 8px 8px 105px !important;
		text-align: left;
	}
	#home-square ul li {
		margin: 0 0 10px 1%;
		width: 48%;	
		height:208px!important;
	}
	#home-square ul li h5 {
		padding:9px;
	}
	footer {
		overflow:hidden;	
		padding:0 20px;	
	}
	footer .columns a {
		display:block;
		padding:4px 0;
		border-bottom:1px solid #ddd;
	}
	.footer-bottom {
		margin-top:0;
		background:none;	
	}
	a.button, a.button.bright {
		display:block!important;
		float:none;
		padding:12px 4px;
		font-size:16px;
		margin-left:0!important;
		margin-right:0!important;
		text-align:center;
		width:auto;
		height:auto;
		border-radius: 4px!important;
	}	
	header a.button {
		display:inline-block;
		float:right;
		width:auto;
		text-indent:0;
		font-size:14px;
	}
	input, textarea { width:100%!important; max-width:100%!important; padding:8px 6px!important; }

	.label { 
		width:100%; 
		text-align:left; 
		margin-bottom:1px; 
		margin-top:10px; 
		float:none;
	}	
	.help-block, .field span { max-width:100%; margin:5px 0; }
	.field span { margin-top:-8px; }
	
	#categories-blog {
		margin-top:20px;
		float:none;
		clear:both;
	}
	#categories-blog ul {
		margin-bottom:10px;	
	}
	#categories-blog a {
		color:#444;
		padding:8px 15px;	
		display:block;
		font-size:24px;
		font-weight:bold;
		border-right:none;
		border-bottom:1px dotted #aaa;
	}
	#categories-blog a:last-child {
		border-bottom:1px dotted #aaa;
	}	
	.item {
		width:97%!important;
		margin:20px 0;
	}
	.right.search-blog {
		float:none!important;
		background: none repeat scroll 0 0 #F1F1F1;
		border: 1px solid #BBBBBB;
		margin: 10px 0 18px;
		padding: 15px;
	}
	.search-blog input.right {
		float:none!important;
	}
	#badge-services {
		display:none;
	}
	.breadcrumb {
		margin:10px 0!important;
	}
	.breadcrumb span {
		border:none;
		padding:0;
	}
	#slidebox {
		display:none;
	}
	.article {
		width:auto;
	}
	#navigation {
		width:100%;
		padding:10px 0;	
		background:none;
	}
	#navigation div {
		float:left;
		padding:4px 0 4px 0;
		width:25%;
		border-bottom:3px solid #EEEEEE;
		background:url("img/devis-arrow.png") no-repeat center right;
	}
	#navigation h5 {
		font-size:34px;
		padding-left:20px;
	}
	#navigation p {
		display:none;
	}	
	#navigation span {
		display:none;	
	}
	form.custom div.custom.dropdown {
		height:auto;
	}
	form.custom.nice div.custom.dropdown a.current {
		padding:4px 6px;
		background-position:right -401px;
	}
	form.custom div.custom.dropdown a.selector {
		background-position:-14px 6px;
	}
	form.custom div.custom.dropdown:hover a.selector,
	form.custom div.custom.dropdown.open a.selector { background-position: -14px -21px; }	
	form.custom div.custom.dropdown ul {
		max-height:none;
		top:35px;
	}
	select {
		padding:7px 0;
		width:98%;
	}
	.no-bg-mobile {
		background: none !important;
	}
}

@media only screen and (max-width: 520px) {
	.container {
		background:none!important;
	}
	.alert-box {
		margin:10px;
	}
	
	.main-article h3 {
	padding-right: 0 !important;
}
}

#cookie-banner {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #ddd;
    padding: 6px 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 50;

}

.button-sante
{
	background: url(http://www.mutuelle-emoa.fr/theme/assets/images/puce-infos.png) no-repeat left;
	padding:5px 20px;
	color:#009240;
	font-weight:bold;
	font-size:14px;
	display:inline-block;
}

a.button-sante:hover, a.button-sante:visited
{
	color:#009240;

}

a.btn-devis, a.btn-devis:hover
{
	background-color:#5A595A;
	padding:15px;
	text-transform:uppercase;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1.2em;
}

.title-emeraude100 a, .title-emeraude65 a, .title-anis100 a, .title-anis75 a,.title-emeraude100 a:hover, .title-emeraude65 a:hover, .title-anis100 a:hover, .title-anis75 a:hover
{
	color:#FFFFFF;
}

.title-emeraude100
{
	background:#009240;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	padding:10px 0;
	font-size:1.8em;
	margin:0;
}

.title-emeraude65
{
	background:#59B883;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	padding:10px 0;
	font-size:1.8em;
	margin:0;

}

.title-anis100
{
	background:#92C02C;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	padding:10px 0;
	font-size:1.8em;
	margin:0;

}

.title-anis75
{
	background:#ADD061;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	padding:10px 0;
	font-size:1.8em;
	margin:0;

}

.sstitre
{
	color:#5a595a;
	font-size:1.2em;

}

.img-gamme
{
	float:left;
	max-width:120px;
	margin:10px 15px 15px 5px;
}


