/*
Theme Name: SoS Hepatites - V2 (2017)
Theme URI: https://underscores.me/
Author: Benoît ROBERT & Stan VINCENT
Author URI: https://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: soshepatites
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

SoS Hepatites is based on Underscores https://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Grid (BRo)
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/* DOC                                                          */
/*--------------------------------------------------------------*/
/*Small: 320px — 569px (249px range)
Medium: 570px–819px (249px range)
Large: 820px–1069px (249px range)
XL: 1070px-1319px (249px range)

/*color*/
/*Accueil f9d036*/
/*L'ASSOI 7cb69d*/
/*info santé 77b44d*/
/*Nos actions 3485c9*/  
/*nos actus 5a7fc9*/ 
/*color 
.loupe {background-color: #f2f0f3}
.troddy {background-color: #1f4d62}
.forum {background-color: #52b847} 
.question {background-color: #416a6c}
.loc {background-color: #5a7fc9}
.don {background-color: #047cc3}

Articles 
category-non-classe  {background-color: #1b2d42} triangle f9d036 
questions {background-color: #416a6c} triangle 7cb69d
actions {background-color: #2079c3} triangle 8cd4f2
plateforme {background-color: #1f4d62} triangle  3e96c8

*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,a:focus,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,700,900');

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Raleway',sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Raleway',sans-serif;}

p {
	margin-bottom: 1.5em;
}
a {font-family: 'Raleway',sans-serif;}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
.img-en-avant-brochures {max-width: 50%;} 
/* image en avant plus réduire dans les listes brochures*/
figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #416a6c;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	color:#FFF;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	border-color: #ccc #ccc #ccc;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
    outline-color: #416a6c;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	/*color: royalblue;*/
		 color: #000; 
}

a:visited {
	/* color: purple; */
	 color: #000; 
}

a:hover,
a:focus,
a:active {
	/*color: midnightblue;*/
	color: #777;
}

a:focus {
	/*outline: thin dotted;*/
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}
h2 a {text-decoration: none;}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	/*clear: both;*/
	display: block;
	float: left;
	width: 100%;

	padding-left: 0;padding-right: 0;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
	margin:0 1%;
}


.main-navigation a {
	display: block;
	text-decoration: none;
   
    text-transform: uppercase;font-weight: bold;text-decoration: none;color: #000; 
  font-size: 0.85rem;

}
/*sub menu*/
.main-navigation ul ul {
	
	/*float: left;*/
	position: absolute;
	top: 70px;
	max-height:0;
	left: 	-33px;
	z-index: 99999;
	text-align: center;
	overflow: hidden;
	transition: all  0.8s 0.01s;
	border:1px solid transparent;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;

}

.main-navigation ul ul a {
	line-height: 15px;padding: 10px;
	text-transform: none;
}
.main-navigation ul.sub-menu li {clear:both;white-space:nowrap;float:none;
	margin:0 30px;  /* => width submenu */
}
.main-navigation ul.sub-menu li a  {color:transparent;transition: color  1s 0.02s;}
.main-navigation li:hover ul.sub-menu a  {color:#000;transition: color  1s 0.02s;}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}
/*sub menu visible*/
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {  left: 	-50%;}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {  
	  /* where is sub menu . Todo. */
	top:70px;  /* lh + mt de a (30+30*/
	background-color: rgba(255, 255, 255, 0.8);
	border:1px solid rgba(230, 230, 230, 0.7);
	max-height: 25em; 
	overflow:visible ;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* sub-menu*/
/*.main-navigation  ul > ul.sub-menu {position:static;margin-left: auto;}*/
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul, .main-navigation.toggled ul ul,.main-navigation.toggled ul li ul{
	display: block;
	position:initial;
}

.main-navigation.toggled ul li {
	display: block;
	width:100%;
	text-align: left;
	background-color: #FFF;
	padding-right: 5px;
	padding-left: 5px;

}
.main-navigation.toggled ul li  a:after,.main-navigation.toggled ul li  a:before
{
	display: none;
}

.logomobile {display: none;}

.menu-bottom-mobil-container {display: none;}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}
/* border & triangle*/

.main-navigation ul.nav-menu > li > a {line-height: 30px;padding-top: 20px;}
.main-navigation  a:before {  
    content: "";
    position: absolute;
    width: 90%;
    height: 1px;
    bottom: 0;
    left: 5%;
    border-bottom: 3px solid #f9d036;
}
.main-navigation ul.nav-menu >li:nth-child(2)   a:before {border-color:#7cb69d;} 
.main-navigation ul.nav-menu >li:nth-child(3)   a:before {border-color:#77b44d;} 
.main-navigation ul.nav-menu >li:nth-child(4)   a:before {border-color:#7fc1df;} 
.main-navigation ul.nav-menu >li:nth-child(5)   a:before {border-color:#5a7fc9;} 
.main-navigation ul.sub-menu a:before {border-width: 1px ;}
.main-navigation ul.sub-menu li:last-child a:before {border:none;}

/*triangle*/

.main-navigation ul.nav-menu > li.current-menu-item > 
 a:after,.main-navigation  ul.nav-menu > li.current-menu-ancestor > 
 a:after {
    content:'';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 10px #f9d036;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}


.main-navigation  ul.nav-menu > li:nth-child(2) a:after {border-top-color:#7cb69d;} 
.main-navigation  ul.nav-menu > li:nth-child(3) a:after {border-top-color:#77b44d;} 
.main-navigation  ul.nav-menu > li:nth-child(4) a:after {border-top-color:#7fc1df;} 
.main-navigation  ul.nav-menu > li:nth-child(5) a:after {border-top-color:#5a7fc9;} 

.main-navigation li:hover ul.sub-menu:after {
    content:'';
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-bottom: solid 10px rgba(255, 255, 255,0.9);
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;

}
.main-navigation  li:hover ul.sub-menu:before { /*triangle's border*/
    content:'';
    position: absolute;
    top: -11px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-bottom: solid 10px  rgba(230, 230, 230, 0.7);
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;

}

/* aside left  = Menu Vertical Bro*/
 
.menu-vertical { font-weight:normal;text-transform: uppercase; }
.menu-vertical ul {margin:35px 5px;padding:25px 5px;}  		
.menu-vertical li {margin:0 5px 50px 0;list-style-type: none; padding-left: 22px;position: relative;}
.menu-vertical a {font-weight:normal;text-transform: uppercase;  line-height: 30px;font-size: 0.7rem;;color:#FFF;text-decoration: none;font-weight: bold}
.menu-vertical img.carte {position: static;}
.menu-vertical img {position: absolute;left:-30px;top:-8px;}
.menu-vertical input[type="image"] {position: absolute;left:-30px;top:-8px;}
.menu-vertical .troddy img{top:-15px;}

::-webkit-input-placeholder {font-weight:normal; line-height: 30px;font-size: 0.7rem;font-weight: bold}
::-webkit-input-placeholder {font-weight:normal; line-height: 30px;font-size: 0.7rem;font-weight: bold}
::-moz-placeholder:-ms-input-placeholder {font-weight:normal; line-height: 30px;font-size: 0.7rem;font-weight: bold}
::-moz-placeholder {font-weight:normal; line-height: 30px;font-size: 0.7rem;font-weight: bold}

/* Search Form*/
input[type="search"]  {border:none;width:100%;    background-color: #f2f0f3; outline: none;}
input[type="image"] {outline:none;} 

/*color*/ 
.loupe {background-color: #f2f0f3}
.troddy {background-color: #1f4d62}
#pf-description p {display: none;position: absolute; background-color: #1f4d62; margin-top: 0;    text-transform: none; padding: 0 5px 10px; line-height: 1.1; font-weight: normal;} 
#pf-description:hover p {display: block;z-index:10;   }
/* .forum {background-color: #78b34d} */
.forum {background-color: #52b847} 
.savoir-guerir {background-color: #00a8c8} 
.question {background-color: #416a6c}
.menu-vertical li.loc { margin-right: 0;padding-left: 0;background-color: transparent;color:#5a7fc9;text-transform: none;margin-bottom:5px;} 
.menu-vertical li.loc p { padding-left: 12px;font-size: 1.1rem; font-weight:bold;} 
.menu-vertical li.loc p span {border-bottom:4px solid #5a7fc9; font-size: 1.2rem;} 
.don {background-color: #047cc3}

/* aside right */
.aside-right> div {margin-bottom: 18px;}
.aside-right span {display: block;width:70%;margin:0 auto; border-bottom: 2px solid #3485c9; font-size:0.75rem;font-style: italic;font-weight: 600;color:#999;padding-bottom: 5px;}
.aside-right .category-du-bruit-contre-lhepatite-c span {border-color: #fb3434;}
.aside-right .du-bruit-contre-lhepatite-c span {border-color: #fb3434;}
.aside-right .category-lumiere-sur-les-hepatites-b-et-d span {border-color: #52b847;}
.aside-right .lumiere-sur-les-hepatites-b-et-d span {border-color: #52b847;}

.aside-right .blog span {border-color:#7fc1df; }
.aside-right .publications span {border-color:#597ec8; }
.aside-right h3 {font-weight:normal;text-transform: uppercase;  line-height: 30px;font-size: 0.7rem;color:#FFF;text-decoration: none;font-weight: bold;margin: 0;background-color:#5a7fc9; }
.aside-right a {display: block;font-weight:normal; font-size: 0.7rem;text-decoration: none;margin-top: 5px;}
.actions h3, .category-actions h3  {background-color:#3485c9; }
.lumiere-sur-les-hepatites-b-et-d h3, .category-lumiere-sur-les-hepatites-b-et-d h3  {background-color:#52b847; }
.blog h3 {background-color:#7fc1df; }
.publications           	h3 {background-color:#597ec8; }
.category-non-classe           	h3 {background-color:#597ec8; }

.category-actions 			h3 {background-color:#3485c9; }
.category-evenements		h3 {background-color:#3485c9; }
.category-rapport-activite			h3 {background-color:#7cb69d; }
.category-nutrition			h3 {background-color:#77b44d; }
.category-brochures			h3 {background-color:#77b44d; }
.main-title-brochures 		   {background-color:#77b44d; }

.category-actualites 		h3 {background-color:#5a7fc9; }
.category-communiques-de-presse		h3 {background-color:#5a7fc9; }
.category-le-blog-de-pascal h3 {background-color:#5a7fc9; }
.category-newsletter		h3 {background-color:#5a7fc9; }

.category-publications 		h3 {background-color:#597ec8; }

.category-archive			h3 {background-color:#5a7fc9; }
.category-questions			h3 {background-color:#5a7fc9; }
.category-temoignage		h3 {background-color:#5a7fc9; }
h3.abo-nl {background-color:#FFF; }

aside .category-actions>div,
aside .category-le-blog-de-pascal>div,
aside .category-actualites>div,
aside .category-publications>div,
aside .category-evenements>div,
aside .category-archive>div,
aside .category-communiques-de-presse>div,
aside .category-newsletter>div,
aside .category-nutrition>div,
aside .category-questions>div,
aside .category-rapport-activite>div,
aside .category-temoignage>div {padding-left: 10px;padding-right: 10px;}
/*  du bruit contre l'hepatite C*/
.col-right .h3dubruit img {max-height: 50px;}
.aside-right h3.h3dubruit  {background-color: #fb3434 ;padding-top: 5px;}

.aside-right .read-all a {display:block;font-size:0.75rem;font-style:italic;font-weight:600;color:#999;padding-bottom:15px;text-transform:initial;padding-top:5px;}
.newsletter  {position:relative;padding: 5px 0;margin-top: 45px;} /*569bd2*/
.newsletter img {position: absolute;top:-36px;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;} /*569bd2*/
.newsletter h3 {color:#1e77c4;} /*569bd2*/
.link-cat-brochure {text-transform: uppercase;padding: 5px 0;}

/* aside toc */
.aside-right-toc {position:fixed;right:0;}
.aside-right-toc span {width: 2px; height: 20px; margin: 5px auto; border-left: 2px solid #77b44d; font-style: normal; border-bottom: none; padding-bottom: 0;}
.aside-right-toc span:last-child {border-left: 2px solid #77b44d;}
.aside-right-toc span:last-child:after {content:''; position: relative;  right: 5px; top:15px;border: solid 2px #77b44d;
display: block;	border-radius: 50%;	width: 10px;height: 10px; background-color: #77b44d;}
#toc-post {padding-top: 10px;padding-bottom: 10px;text-transform: uppercase;}
#toc-post a {position: relative;line-height: 20px;padding-left:5px;padding-right: 5px}
.current-toc:before { content:''; position: absolute; left: 0;   width: 0; height: 0; border-left: solid 10px #77b44d; border-top: solid 10px transparent; border-bottom: solid 10px transparent;}
.current-toc:after { content:''; position: absolute;  right: 0;  width: 0; height: 0; border-right: solid 10px #77b44d; border-top: solid 10px transparent; border-bottom: solid 10px transparent;}
.aside-right-toc a.current-toc {font-weight: bold;}

/* aside toc colors*/
.association .aside-right-toc span, .association .current-toc:before, .association .aside-right-toc span:last-child   { border-left-color: #7cb69d;}
.association .aside-right-toc span:last-child:after {border-color: #7cb69d;background-color:#7cb69d;}
.association .current-toc:after {border-right-color:#7cb69d;}


.menu-1 .aside-right-toc span, .menu-1 .current-toc:before, .menu-1 .aside-right-toc span:last-child   { border-left-color: #7cb69d;}
.menu-1 .aside-right-toc span:last-child:after {border-color: #7cb69d;background-color:#7cb69d;}
.menu-1 .current-toc:after {border-right-color:#7cb69d;}

.menu-2 .aside-right-toc span, .menu-2 .current-toc:before, .menu-2 .aside-right-toc span:last-child   { border-left-color: #77b44d;}
.menu-2 .aside-right-toc span:last-child:after {border-color: #77b44d;background-color:#77b44d;}
.menu-2 .current-toc:after {border-right-color:#77b44d;}

.menu-3 .aside-right-toc span, .menu-3 .current-toc:before, .menu-3 .aside-right-toc span:last-child   { border-left-color: #7fc1df;}
.menu-3 .aside-right-toc span:last-child:after {border-color: #7fc1df;background-color:#7fc1df;}
.menu-3 .current-toc:after {border-right-color:#7fc1df;}

.menu-4 .aside-right-toc span, .menu-4 .current-toc:before, .menu-4 .aside-right-toc span:last-child   { border-left-color: #5a7fc9;}
.menu-4 .aside-right-toc span:last-child:after {border-color: #5a7fc9;background-color:#5a7fc9;}
.menu-4 .current-toc:after {border-right-color:#5a7fc9;}


.region .aside-right-toc span, .region .current-toc:before, .region .aside-right-toc span:last-child  
 { border-left-color: #6181c8;}
.region .aside-right-toc span:last-child:after {border-color: #6181c8;background-color:#6181c8;}
.region .current-toc:after {border-right-color:#6181c8;}




 /* article */

.borderbottom h2:before { content: "";  position: absolute; width: 100%;  height: 1px;  bottom: 0; left: 0;  border-bottom: 6px solid #f9d036;}
.triangle h2:after { content:''; position: absolute; top: 100%; left: 0; right: 0; margin: 0 auto; width: 0; height: 0; border-top: solid 10px #f9d036; border-left: solid 10px transparent; border-right: solid 10px transparent;}

/* Home*/

 .page-template-page-home article h2  {margin-top:0;position:relative; background-color: #1b2d42;color:#FFF; font-size:1rem;font-weight:bold;text-transform: uppercase;text-align: center;
 padding: 15px;}
 .page-template-page-home article  {position: relative;}
 .page-template-page-home .home_link_empty {display: inline-block; position:absolute;top:0px;left:0;right:0;bottom: 0;}
.page-template-page-home .category-questions  h2 {background-color: #416a6c;}  
.page-template-page-home .category-actions    h2 {background-color: #2079c3;}    
.page-template-page-home .category-plateforme h2 {background-color: #1f4d62;} 
.category-questions  .borderbottom h2:before, .category-questions  .triangle h2:after { border-bottom-color:#7cb69d;border-top-color: #7cb69d;}
.category-actions    .borderbottom h2:before, .category-actions    .triangle h2:after { border-bottom-color:#8cd4f2;border-top-color: #8cd4f2;}
.category-plateforme .borderbottom h2:before, .category-plateforme .triangle h2:after { border-bottom-color:#3e96c8;border-top-color: #3e96c8;}
.category-contact .borderbottom h2:before, .category-contact .triangle h2:after { border-bottom-color:#416a6c;border-top-color: #416a6c;}
/*category-non-classe*/
.page-template-page-home article {text-align: center; padding:0;}
.page-template-page-home article img {max-height: 120px;width:auto;text-align: center;}
.page-template-page-home article a {padding-bottom: 10px;padding-top: 10px;margin:auto 0;font-weight: bold;text-transform: uppercase;text-decoration: none;color:#000;}
.page-template-page-home article p{background-color: rgba(250,250,250,0.7);}
.page-template-page-home article a:hover p {color:#444;background-color: rgba(255,255,255,0.90);}

/*margin bottom qd il y a plus d article que 4 en hp*/
.page-template-page-home #primary {margin-bottom: 35px;}

/*pages*/ /* articles & comments-area*/
article,.comments-area  {padding:0 40px 20px 40px; }
article h1, article h2,.comments-area h1, .comments-area h2, .page-title {font-size: 0.85rem;position: relative; line-height: 30px;text-transform: uppercase;}
article h1, .page-title  {text-align: center;}
.page-title {padding-top: 35px;}
.hentry-category .page-title {padding-top: 0;margin-bottom: 35px;}
article h1:before, .page-title:before  { content: "";  position: absolute; width: 40%;  height: 1px;  bottom: 0; left: 30%;  border-bottom: 3px solid #5a7fc9;}
.page-title-search:before {border-bottom-color:#f9d036;}
.nb-result-search {margin-left:40px;margin-top:40px;} 
.nav-links {text-align: center;}
/*.nav-links a {text-decoration: none;}
.nav-links a:hover {text-decoration: underline;}*/
.nav-links .prev {float:left;display: none;}
.nav-links .next {float:right;display: none;}


.category-actions 			 h1:before {border-bottom-color:#3485c9; }
.category-evenements		 h1:before {border-bottom-color:#3485c9; }
.category-rapport-activite			 h1:before {border-bottom-color:#7cb69d; }
.category-nutrition			 h1:before {border-bottom-color:#77b44d; }
.category-brochures			 h1:before {border-bottom-color:#77b44d; }
/*.brochures			 h1:before {border-bottom-color:#3485c9; }*/

.category-actualites 		 h1:before {border-bottom-color:#5a7fc9; }
.category-communiques-de-presse		 h1:before {border-bottom-color:#5a7fc9; }
.category-le-blog-de-pascal  h1:before {border-bottom-color:#5a7fc9; }
.category-newsletter		 h1:before {border-bottom-color:#5a7fc9; }
.category-newsletter		 h1:before {border-bottom-color:#5a7fc9; }
.category-du-bruit-contre-lhepatite-c 	 h1:before {border-bottom-color:#FF0000; }
.category-lumiere-sur-les-hepatites-b-et-d 	 h1:before {border-bottom-color:#52b847; }
.category-publications 		 h1:before {border-bottom-color:#597ec8; }

.category-archive			 h1:before {border-bottom-color:#5a7fc9; }
.category-questions			 h1:before {border-bottom-color:#5a7fc9; }
.category-temoignage		 h1:before {border-bottom-color:#5a7fc9; }

.comment-list {margin-left: 0;padding-left: 20px;}

/*conflict with HP... article  h2:before */
.no-home article  h2:before { content:''; position: absolute; top: 0; left: -40px; right: 0;  width: 0; height: 0; border-left: solid 15px #5a7fc9; border-top: solid 15px transparent; border-bottom: solid 15px transparent;}
.no-home article.association   h2:before { border-left-color:#7cb69d;}
.no-home article.action   h2:before { border-left-color:#7cb69d;}
.no-home article.soutenez      h2:before { border-left-color:#047cc3;}
.no-home article.region        h2:before { border-left-color:#6181c8;}
.no-home article.infos-sante   h2:before { border-left-color:#77b44d;}
.no-home article.actions       h2:before { border-left-color:#3485c9;}
.no-home article.actualites    h2:before { border-left-color:#5a7fc9;}
.no-home article.contact       h2:before { border-left-color:#416a6c;}
.no-home article.du-bruit-contre-lhepatite-c       h2:before { border-left-color:#fb3434;}
.no-home article.lumiere-sur-les-hepatites-b-et-d       h2:before { border-left-color:#52b847;}

.no-home article.category-association   h2:before { border-left-color:#7cb69d;}
.no-home article.category-action   h2:before { border-left-color:#7cb69d;}
.no-home article.category-soutenez      h2:before { border-left-color:#047cc3;}
.no-home article.category-region        h2:before { border-left-color:#6181c8;}
.no-home article.category-infos-sante   h2:before { border-left-color:#77b44d;}
.no-home article.category-actions       h2:before { border-left-color:#3485c9;}
.no-home article.category-actualites    h2:before { border-left-color:#5a7fc9;}
.no-home article.category-contact       h2:before { border-left-color:#416a6c;}
.no-home article.category-du-bruit-contre-lhepatite-c       h2:before { border-left-color:#fb3434;}
.no-home article.category-lumiere-sur-les-hepatites-b-et-d       h2:before { border-left-color:#52b847;}

.no-home article.menu-1       h2:before { border-left-color:#7cb69d;}
.no-home article.menu-2       h2:before { border-left-color:#77b44d;}
.no-home article.menu-3       h2:before { border-left-color:#7fc1df;}
.no-home article.menu-4       h2:before { border-left-color:#5a7fc9;}

.no-home article.forum-et-temoignage         h2:before { border-left-color:#52b847;}

.category-actions 	.no-home article	 h2:before {border-left-color:#3485c9; }
.category-evenements		 .no-home article	 h2:before {border-left-color:#3485c9; }
.category-rapport-activite			 .no-home article	 h2:before {border-left-color:#7cb69d; }
.category-nutrition			 .no-home article	 h2:before {border-left-color:#77b44d; }
.category-brochures			 .no-home article	 h2:before {border-left-color:#77b44d; }
/*.brochures			  article	 h2:before {border-left-color:#3485c9; }*/

.category-actualites 		 .no-home article	 h2:before {border-left-color:#5a7fc9; }
.category-communiques-de-presse		 .no-home article	 h2:before {border-left-color:#5a7fc9; }
.category-le-blog-de-pascal  .no-home article	 h2:before {border-left-color:#5a7fc9; }
.category-newsletter		 .no-home article	 h2:before {border-left-color:#5a7fc9; }

.category-publications 		 .no-home article	 h2:before {border-left-color:#597ec8; }

.category-archive			 .no-home article	 h2:before {border-left-color:#5a7fc9; }
.category-questions			 .no-home article	 h2:before {border-left-color:#5a7fc9; }
.category-temoignage		 .no-home article	 h2:before {border-left-color:#5a7fc9; }









/* colors */

/*color pages */
 /* .home  h1:before {border-bottom-color: #f9d036;} */
 .association  h1:before {border-bottom-color: #7cb69d;}
 .soutenez     h1:before {border-bottom-color: #047cc3;}
 .region       h1:before {border-bottom-color: #6181c8;}
 .infos-sante  h1:before {border-bottom-color: #77b44d;}
 .action       h1:before {border-bottom-color: #3485c9;}
 .actualites   h1:before {border-bottom-color: #5a7fc9;}
 .contact      h1:before {border-bottom-color: #416a6c;}
 
 .menu-1      h1:before {border-bottom-color: #7cb69d;}
 .menu-2      h1:before {border-bottom-color: #77b44d;}
 .menu-3      h1:before {border-bottom-color: #7fc1df;}
 .menu-4      h1:before {border-bottom-color: #5a7fc9;}
 

 .forum-et-temoignage        h1:before {border-bottom-color: #52b847;}




/*Tableau*/
div.su_equipe table tbody tr td:first-child {white-space: nowrap;width:30%;}

/*icones*/
.icone {width:25px;border-radius: 20px;border: 2px solid #FFF;margin-left: 5px;}
/*Menu misc*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Grid (BRo)
--------------------------------------------------------------*/
.site {	width:100%;margin: auto;background-color: #FFF;max-width: 1440px;}
.sticky-top {position: fixed;height: 80px;background-color: #fff;top:0;left:0;right: 0; z-index: 99;}
.admin-bar .sticky-top {top:32px}
.site-header {border-bottom:2px outset #fff;  max-width: 1440px;margin: 0 auto;}
.logo   img {width: 83%;}
.logonv img {vertical-align: middle;width: 70%;}
.logo-nb,.social,.legal {text-align: center;display: inline-block;}
.legal a, .legal a:visited {color:#FFFFFF;text-decoration: none;}
.legal a:hover {color:#FFFFFF;text-decoration: underline;}
.logo-nb img,.social img {vertical-align: middle;}	
.main-navigation,.logo,.logonv {max-height: 80px; line-height: 80px; text-align: center;vertical-align: middle;display: inline-block;height: 100%;}
.col-left 	{max-width: 280px;width:19.5%;/*min-width:170px;*/ padding: 0 0 0 4.16%; float:left; }
.col-middle {max-width: 800px;width:55.5%; padding: 0 2.78%; float:left;}
.col-right 	{max-width: 400px;width:25%;   padding: 0 4.16% 0 0; float:left;}
.site-content {margin-top: 80px; background-image: url('img/fonds-02.jpg'); 
  				   background-size: cover;	background-position: 50% 50%;  }
.white {background-color: white; box-shadow: 1px 1px 3px #555;}
.fcontainer {display: -webkit-box; display: -moz-flex;   display: -o-flex;  display: -ms-flex; display: -ms-flexbox; display: flex; -ms-flex-wrap:wrap;  flex-wrap:wrap;  -webkit-box-pack:justify;   -ms-flex-pack:justify;           justify-content:space-between; -ms-flex-line-pack: stretch;     align-content: stretch; }
.fcontainerv {display: -webkit-box; display: -moz-flex;   display: -o-flex;  display: -ms-flex; display: -ms-flexbox; display: flex;-ms-flex-line-pack: stretch;align-content: stretch; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;   -webkit-flex:1 250px;flex:0 1 auto;}

.fitems {width:48%;margin-top: 35px;height: 250px;}
.site-footer {background-color: #1b2d42;vertical-align: middle;color:#FFF;max-height: 80px; line-height: 80px;vertical-align: middle;}
.aside-right {text-align: center;margin-top: 35px;}		

.contour {border: 1px solid #000;}
/*--------------------------------------------------------------
## Posts and pages 
--------------------------------------------------------------*/
.sticky {
	display: block;
}
 
.hentry, .hentry-category {
	margin: 35px 0 0 0;
}
 
.category .hentry {
	margin:  0;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/* Gestion des espaces du menu */
/*@media screen and (min-width: 570px) {.main-navigation li {margin:0 3%;}}*/
@media screen and (min-width: 820px)  {.main-navigation ul > li {margin:0 0.5%;}.main-navigation a {font-size: 0.7rem;}}
@media screen and (min-width: 945px)  {.main-navigation ul > li {margin:0 0.5%;}.main-navigation a {font-size: 0.8rem;}}
@media screen and (min-width: 1070px) {.main-navigation ul > li {margin:0 1.1%;}.main-navigation a {font-size: 0.85rem;}} 
@media screen and (min-width: 1195px) {.main-navigation ul > li {margin:0 2%;}}
@media screen and (min-width: 1320px) {.main-navigation ul > li {margin:0 2.5%;}}

/* les largeurs responsive si dessous sont à régler.*/
@media screen and (max-width: 945px) {
.col-middle,.col-right {width:75%;max-width: 100%;}
.aside-right {    padding: 0 2.78%;  }
.col-left {width:25%;}
.logonv {display: none;}
.aside-right-toc {display: none;}

}
@media screen and (max-width: 850px) {

.menu-vertical {display: none!important;}
.menu-bottom-mobil-container {display: block;}
ul#menu-mobile { margin: 0px;padding: 0;text-align: center;}
#menu-mobile li {display: inline-block;list-style-type: none; margin: 5px 12px;}
#menu-mobile li.current-menu-item {  position: relative;  top: -25px;}




footer {position: fixed;bottom: 0;}
body {padding-bottom: 70px;	}
/* .loupe {display: none!important;}
.menu-vertical-text,.carte,.site-footer  {display: none!important;}
.menu-vertical {position:fixed;bottom:0;height: 46px;left:0;right:0;background-color: red;max-width:100%; width:100%;padding: 0;z-index:20;text-align: center; }
.menu-vertical ul {padding: 0;margin: 0;height:46px;text-align: center;width:100%;max-width:100%;background-color: #172a40;}
.menu-vertical a li {padding: 0;margin: 0;width:19%;display: inline-block;text-align: center;background-color: transparent;}
.menu-vertical a {padding: 0;margin: 0;text-align: center;}
.menu-vertical li img {position: relative;top:-23px;left:initial;bottom:initial;right:initial;}
.menu-vertical li.troddy img {top:-27px;}
 */.fitems,.aside-right,.col-middle {width:100%;max-width: 100%;padding: 0;margin: 0}
/*#site-navigation {width:75%;}*/
.fitems {margin:10px;}
.aside-right> div {margin: 20px 10px;}
.aside-right > div:first-child {margin-top: 10px;}
.aside-right div.newsletter {margin-top: 50px;margin-bottom: 80px;}
.logo {display: none;}
}

@media print  {
	aside,
	#site-navigation,
	#wip,
	#dpsp-content-bottom,
	.site-footer,
	.sticky-top
	 {display: none;
	}
	#primary {width:100%;}
	
	h1, h2, h3, h4, h5 {
  		page-break-after: avoid;
	}

}
#wip:hover {background-color: #FFF;}
#wip {display: none;}