/*
Theme Name: Surfrider
Theme URI: http://novaldi.com
Author: Novaldi
Author URI: http://novaldi.com
Description: Thème de la fondation Surfrider (2015) 
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: surfrider

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.
*/

/* =Reset
-------------------------------------------------------------- */

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-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
    background-color: #bcbcbc;
    border: 0 none;
    height: 7px;
    margin: 24px auto 1.71429rem;
    width: 80px;
}
hr:before {
	height:1px;
	background:#bcbcbc;
	width:50%;
	left:0;
	position: absolute;
	content:'';
	margin-top:3px;
}
hr:after {
	height:1px;
	background:#bcbcbc;
	width:50%;
	right:0;
	position: absolute;
	content:'';
	margin-top:3px;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.comment-content img,
.widget img,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.site-title img.wp-post-image {
	border-radius: 0;
	box-shadow: none;
}
.wp-caption {
    left: -8%;
    max-width: 116%;
    padding: 4px;
    position: relative;
}
.single-petitions .wp-caption {
    left: 0;
    max-width: 100%;
    padding: 4px;
    position: relative;
}
.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
    color: #757575;
    font-family: Open Sans !important;
    font-size: 14px !important;
    font-style: italic;
    line-height: 2;
    text-align: right;
}
.wp-caption-text:before {
	margin-right:10px;
	content:'\f03e';
	font-family:FontAwesome;
	color:#2484c4;
	font-style:normal;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.single-post .nav-previous a,
.single-post .previous-image a {
	border:2px solid #0c3045;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}
.news-pagination {
    margin: 15px 0 0;
}
.single-blog .nav-single .nav-previous a, .single-blog .nav-single .nav-next a,
.single-post .nav-single .nav-previous a, .single-post .nav-single .nav-next a,
.single-partenaires .nav-single .nav-previous a, .single-partenaires .nav-single .nav-next a {
    border: 2px solid #2484c4;
    color: #2484c4;
    display: inline-block;
    font-family: Open sans;
    font-weight: bold;
    padding: 10px;
    transition: all 300ms linear;
}
.single-blog .nav-single span:first-child a,
.single-post .nav-single span:last-child a {
	margin-right:10px;
}
.single-blog .nav-single span:last-child a,
.single-post .nav-single span:last-child a {
	margin-left:10px;
}
.single-blog .nav-single .nav-previous a:hover, .single-blog .nav-single .nav-next a:hover,
.single-post .nav-single .nav-previous a:hover, .single-post .nav-single .nav-next a:hover,
.single-partenaires .nav-single .nav-previous a:hover, .single-partenaires .nav-single .nav-next a:hover {
	text-decoration: none;
	background:#2484c4;
	color:#fff;
}
.news-pagination .page-numbers, 
.news-pagination .page-numbers:visited,
.tribe-events-nav-previous a, 
.tribe-events-nav-previous a:visited,
#nav-below .nav-previous a,
#nav-below .nav-previous a:visited,
#nav-below .nav-next a,
#nav-below .nav-next a:visited {
    border: 1px solid #bcbcbc;
    color: #4e4e4e;
    font-weight: bold;
    margin-right: 10px;
    padding: 5px 10px;
    vertical-align: middle;
    transition: all 300ms linear;
}
.news-pagination .page-numbers:last-child {
	margin-right: 0;
}
#nav-below .nav-previous a,
#nav-below .nav-next a,
.news-pagination .prev, 
.news-pagination .next,
.tribe-events-nav-previous a {
    border: 1px solid #fff;
    color: #2383c3;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
}
#nav-below .nav-previous a:hover,
#nav-below .nav-next a:hover,
.news-pagination .page-numbers:hover,
.tribe-events-nav-previous a:hover {
    background: none repeat scroll 0 0 #2383c3;
    border: 1px solid #2383c3;
    color: #ffffff !important;
    text-decoration: none;
}
.news-pagination .prev span,
.news-pagination .next span {
	vertical-align: middle;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Open Sans, Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: Helvetica, Arial, sans-serif;
}
a, a:visited {
	outline: none;
	color: #2383C3;
}
.news-surfrider .entry-content a {
	text-decoration: underline;
}
.post-type-archive-petitions .news-surfrider .entry-content a {
	text-decoration: none;
}
.entry-content a:visited {
    color: #2383C3 !important;
}
a:hover {
	text-decoration: none;
	color: #0f3647;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	background-color: #fff;
}
.site-content {
    margin: 0;
}

/* Header */
.top-navigation {
    background: none repeat scroll 0 0 #031927;
    line-height: 35px;
    position: relative;
}
.top-navigation .menu {
	display:none !important;
}
.site-header {
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 8000;
}
.don-link,
.menu-ticker,
.menu-link {
	display: none !important;
}
#menu .entry-header {
	display: inline-block !important;
}
#mobile-menu .close, #menu .close {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    display: block !important;
    font-weight: normal;
    opacity: 1;
    text-indent: 0 !important;
    text-shadow: none;
    transition: all 300ms linear;
    position: relative;
}
#mobile-menu .close:hover, #menu .close:hover {
	color:#fff;
	opacity:0.85;	
}
#mobile-menu .head-ticker {
	text-align:center;
}
#mobile-menu .head-ticker .small-logo {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 4px 7px 13px 0 rgba(0, 0, 0, 0.35);
    display: inline-block;
    margin: 0 auto;
    padding: 10px;
}
#mobile-menu .nav-menu {
	padding:0 15px;
}
#mobile-menu .nav-menu li a {
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
    transition: all 300ms linear;
}
#mobile-menu .nav-menu li a:hover {
	color:#2383c3;
	text-decoration:none;
}
#mobile-menu .nav-menu .sub-menu li a {
	color: #fff;
    font-weight: normal;
    line-height: 20px;
    text-transform: none;
    font-size:13px;
}
#mobile-menu .nav-menu .sub-menu li a:hover {
	color:#2383c3;
}
#mobile-menu .nav-menu .sub-menu {
	margin: 0 0 20px 0;
}
.social-networks .menu-ticker {
    display: inline-block !important;
    text-align: center;
    width: 50px;
    transition: all 300ms linear;
    outline:none;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a, .site-header h2 a {
    background: none repeat scroll 0 0 #ffffff;
    box-shadow: 4px 7px 13px 0 rgba(0, 0, 0, 0.35);
    color: #515151;
    display: inline-block;
    height: 130px;
    line-height: 138px;
    text-align: center;
    text-decoration: none;
    width: 160px;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 a img {
	vertical-align:middle;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.site-header #fixed-navigation h1 a, .site-header #fixed-navigation h2 a {
        height: 90px;
        line-height: 75px;
        width: 110px;
    }
    .site-header #fixed-navigation h1 a img, .site-header #fixed-navigation h2 a img {
        width: auto;
        height: 90%;
    }
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
	text-align: center;
	background:none repeat scroll 0 0 rgba(0, 43, 69, 0.85);
	position: relative;
}
.main-navigation:before,
.main-navigation:after {
	background:none repeat scroll 0 0 rgba(0, 43, 69, 0.85);
	content:'';
	width:1000%;
	position:absolute;
}
.main-navigation li {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857;
    margin-top: 1.71429rem;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}
#fixed-navigation.main-navigation {
    height: 64px;
    line-height: 64px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 8000;
    display:none;
}

/* Credits Menu */
.site-info {
	background: none repeat scroll 0 0 #031927;
}
.nav-menu-credits {
    font-family: helvetica,arial;
    font-size: 14px;
    line-height: 70px;
}
.nav-menu-credits li {
    display: inline-block;
}
.nav-menu-credits .delimiter {
    color: #fff;
    float: right;
    font-size: 14px;
    margin: 0 10px;
}
.nav-menu-credits .last > .delimiter {
    display: none;
}
/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area .widget a:visited {
	color: #9f9f9f;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
    clear: both;
    font-size: 12px;
    line-height: 2;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.71429rem;
}
footer[role="contentinfo"] a {
    color: #fff;
    transition: all 300ms linear;
}
footer[role="contentinfo"] a:hover {
	color: #2484c4;
	text-decoration: none;
}
footer[role="contentinfo"] .logo-footer {
    margin: 20px 0 0;
    padding: 0;
}
footer[role="contentinfo"] #tertiary {
    background: none repeat scroll 0 0 #06395a;
    color: #fff;
    padding: 40px 0;
}
footer[role="contentinfo"] #tertiary a {
	color:#fff;
	transition: all 300ms linear;
	display: block;
}
footer[role="contentinfo"] #tertiary a:hover {
	color:#2383C3;
	text-decoration: none;
}
footer[role="contentinfo"] #tertiary h3 {
    font-family: uni_sansheavy_caps;
    font-size: 18px;
    font-weight: 400;
}
footer[role="contentinfo"] #tertiary .fa {
	font-size: 64px;	
}	
footer[role="contentinfo"] #tertiary .international br {
	display: none;
}

/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2, .comment-content h2, .mu_register h2 {
    font-family: uni_sansheavy_caps;
    font-size: 30px;
    line-height: 1.6;
    text-transform: uppercase;
}
.entry-content h3,
.comment-content h3 {
	line-height: 1.846153846;
	font-family: uni_sansheavy_caps;
    font-size: 24px;
    text-transform: uppercase;
}
.entry-content .content-column h3, 
.comment-content .content-column h3 {
    font-size: 20px;
    line-height: 22px;
}
.entry-content h4,
.comment-content h4 {
	font-size: 20px;
	line-height: 1.846153846;
	font-family: uni_sansheavy_caps;
	text-transform: uppercase;
}
.entry-content .content-column h4,
.comment-content .content-column h4 {
	font-size: 18px;
	line-height: 20px;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content .source {
	font-size:12px;
	text-transform:uppercase;
	color:#041a28;
	font-style:normal;
	padding-top:10px;
	border-top:1px solid #C6C6C6;
	font-family:Open Sans;
	display: block;
	margin-top: 10px;
}
.entry-content a:visited,
.comment-content a:visited {
	color: #9f9f9f;
}
.entry-content ol, .comment-content ol, .entry-content ul, .comment-content ul, .mu_register ul {
    font-family: Georgia;
    font-size: 16px;
    line-height: 1.71429;
    margin: 0 0 1.71429rem;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.comment-content ol {
	list-style: decimal outside;
}
.entry-content ul,
.entry-content ol {
	list-style:none;
}
.entry-content ul li:before {
    color: #2484c4;
    content: "\f344";
    padding-right: 10px;
    font-weight: bold;
    font-family:Dashicons;
    vertical-align:middle;
}
.page-template-news .entry-content .news-filters ul li:before,
.tribe-events-list ul li:before {
	content:none;
}
.entry-content ol {counter-reset: compteur;} /* on initialise et nomme un compteur */
.entry-content ol li {
    list-style-type: none;
    counter-increment: compteur; /* on incrémente le compteur à chaque nouveau li */
}
.entry-content ol li:before {
    color: #2484c4;
    content: counter(compteur) ".";
    padding-right: 10px;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote, .comment-content blockquote {
    display: block;
    font-style: italic;
    left: 15%;
    margin-bottom: 1.71429rem;
    padding: 1.71429rem;
    position: relative;
    width: 85%;
}
.entry-content blockquote:before {
	content:'\f10d';
	font-family: FontAwesome;
	font-size:65px;
	color:#1B83C6;
    left: -60px;
    position: absolute;
    top: 0;
    font-style:normal;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td, .comment-content td {
    border-top: 1px solid #c7c7c7;
    padding: 6px 10px 6px 0;
}
.entry-content thead {
	border-bottom:5px solid #c7c7c7;
}
.entry-content thead td {
	color: #041927;
	font-weight: bold;
	text-align:center;
	border-top:none;
}
.site-content article {
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}

/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */
.template-front-page .about-surfrider {
    background: url("img/bg-about.jpg") no-repeat scroll 50% 50% #010207;
    height: 945px;
    padding: 240px 0;
}
.template-front-page .about-surfrider h1 {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    font-family: uni_sansheavy_caps;
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
}
.template-front-page .about-surfrider p {
    color: #fff;
    font-family: Open sans;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 40px;
}
.template-front-page .about-surfrider .btn-primary {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 2px solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 40px;
    text-transform: uppercase;
    transition: all 300ms linear;
}
.template-front-page .about-surfrider .btn-primary:hover {
	background:#2484c4;
	border: 2px solid #2484c4;
}
.subscribe-surfrider {
	background:#2383C3;
	height:70px;
	line-height:70px;
}
.subscribe-surfrider h3 {
    color: #fff;
    float: left;
    font-family: uni_sansheavy_caps;
    font-size: 24px;
    font-weight: 500;
    line-height: 70px;
    text-transform: uppercase;
}
.newsletter-fom_wrapper {
    float: right;
    margin: 17px 0 !important;
    width: 350px;
}
.newsletter-fom_wrapper input {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #063959;
    float: left;
    font-style: italic;
    line-height: 26px;
    width: 270px;
}
.subscribe-surfrider .gform_wrapper .gform_footer.right_label, 
.subscribe-surfrider .gform_wrapper .gform_footer.left_label {
	width: inherit;
}
.subscribe-surfrider .newsletter-fom_wrapper input {
	float:right;
}
body .newsletter-fom_wrapper {
	position:relative;
}
body .newsletter-fom_wrapper .validation_message {
    background: none repeat scroll 0 0 red;
    color: #fff;
    padding: 0 !important;
    text-align: center;
    top: 0 !important;
}
.newsletter-fom_wrapper .mail-subscribe input {
    font-size: 14px !important;
    height: 36px;
    line-height: 32px;
    padding: 10px !important;
}
.newsletter-fom_wrapper input[type="submit"] {
    background: none repeat scroll 0 0 #053959;
    border: medium none;
    color: #fff;
    font-size: 14px !important;
    font-style: normal;
    line-height: 24px;
    transition: all 300ms linear 0s;
    width: auto;
    position: relative;
    top: 5px;
}
.newsletter-fom_wrapper input[type="submit"]:hover {
	width: auto;
	background: #fff;
	color:#053959;
}
.newsletter-fom_wrapper label {
	display:none;
}
.newsletter-fom_wrapper li {
	margin:0 !important;
}
.newsletter-fom_wrapper .gform_body {
    float: left;
    position: absolute;
    width: 285px;
}
body .newsletter-fom .gform_confirmation_message {
    color: #fff;
    left: 180px;
    position: absolute;
    width: 500px;
}
.newsletter-fom_wrapper .right_label input.large, 
.newsletter-fom_wrapper .right_label select.large, 
.newsletter-fom_wrapper .left_label input.large, 
.newsletter-fom_wrapper .left_label select.large, 
.newsletter-fom_wrapper textarea.textarea {
	width:100% !important;	
}
.newsletter-fom_wrapper .gform_footer.right_label, .newsletter-fom_wrapper .gform_footer.left_label {
    clear: none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    right: 0 !important;
    width: inherit !important;
}
.social-networks a {
    color: #053859 !important;
    display: inline-block;
    font-size: 40px;
    padding: 0 10px;
    transition: all 300ms linear 0s;
}
.social-networks a:hover {
    background: repeat scroll 0 0;
    color: #fff !important;
    text-decoration: none;
    text-shadow: 1px 1px 2px #053859;
}
.social-networks a span {
    font-size: 32px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    width: 32px;
}
.template-front-page .news-surfrider,
.page-template-news .news-surfrider {
    padding-bottom: 20px;
    position: relative;
}
.template-front-page .news-surfrider a,
.page-template-news .news-surfrider a {
    display: inline;   
}
.page-template-news .news-surfrider .entry-header {
	margin:0;
}
.page-template-news .news-surfrider .entry-title {
	font-size: 24px;
	color:#06395a;
	font-family:uni_sansheavy_caps;
	padding:20px 0;
}
.template-front-page .news-surfrider img, .page-template-news .news-surfrider img, .post-type-archive-petitions .news-surfrider img, .tax-segments .news-surfrider img, .search .news img, .post-type-archive-blog .news img, .events-archive .type-tribe_events img {
    border-radius: 0;
    box-shadow: none;
    height: 210px;
    margin: 0;
}
.events-archive .type-tribe_events img {
	display: block;
}
.template-front-page .news-surfrider .blog-surfrider img, .page-template-news .news-surfrider .blog-surfrider img, .post-type-archive-petitions .news-surfrider .blog-surfrider img, .tax-segments .news-surfrider .blog-surfrider img {
    height: 563px;
    width: auto;
}
.template-front-page .news-surfrider .thumb, 
.page-template-news .news-surfrider .thumb, 
.post-type-archive-petitions .news-surfrider .thumb, 
.tax-segments .news-surfrider .thumb, .search .news .thumb, 
.post-type-archive-blog .news .thumb,
.events-archive .type-tribe_events .thumb {
    display: block;
    height: 100%;
    position: relative;
}
.post-type-archive-petitions .news-surfrider .thumb,
.tax-segments .news-surfrider .thumb,
.search .news .thumb {
	margin-bottom: 20px;
}
.page-template-news .news-surfrider .thumb,
.post-type-archive-blog .news-surfrider .thumb {
	margin-bottom: 10px;
}
.template-front-page .news-surfrider .news .thumb .read-more,
.page-template-news .news-surfrider .news .thumb .read-more,
.post-type-archive-petitions .news-surfrider .news .thumb .read-more,
.tax-segments .news-surfrider .news .thumb .read-more,
.search .news .thumb .read-more,
.post-type-archive-blog .thumb .read-more,
.events-archive .type-tribe_events .thumb .read-more {
    font-size: 14px;
    font-weight: bold;
    height: 100%;
    left: 0;
    line-height: 200px;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    transition: all 300ms linear 0s;
    visibility: hidden;
    width: 100%;
    z-index: 7500;
}
.template-front-page .news-surfrider .news a:hover .thumb > .read-more,
.page-template-news .news-surfrider .news a:hover .thumb > .read-more,
.post-type-archive-petitions .news-surfrider .news a:hover .thumb > .read-more,
.tax-segments .news-surfrider .news a:hover thumb > .read-more,
.search .news a.thumb:hover > .read-more,
.post-type-archive-blog  a:hover .thumb > .read-more,
.events-archive .type-tribe_events a:hover a.thumb > .read-more {
    background: none repeat scroll 0 0 rgba(35, 110, 163, 0.8);
    color: #fff;
    display: block;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    visibility: visible;
    width: 100%;
    z-index: 7000;
}
.template-front-page .news-surfrider .news a .thumb > .read-more:after,
.page-template-news .news-surfrider .news a .thumb > .read-more:after,
.post-type-archive-petitions .news-surfrider .news a .thumb > .read-more:after,
.tax-segments .news-surfrider .news a .thumb > .read-more:after,
.search .news a .thumb > .read-more:after,
.post-type-archive-blog a .thumb > .read-more:after,
.events-archive .type-tribe_events a .thumb > .read-more:after {
    border: 2px solid #fff;
    content: "";
    display: inline-block;
    height: 92%;
    left: 2%;
    position: absolute;
    top: 4%;
    width: 96%;
    transition: all 300ms linear;
}
.template-front-page .news-surfrider .news a:hover .thumb > .read-more:after,
.page-template-news .news-surfrider .news a:hover .thumb > .read-more:after,
.post-type-archive-petitions .news-surfrider .news a:hover .thumb > .read-more:after,
.tax-segments .news-surfrider .news a:hover .thumb > .read-more:after,
.search .news a:hover .thumb > .read-more:after,
.post-type-archive-blog a:hover .thumb > .read-more:after,
.events-archive .type-tribe_events a:hover .thumb > .read-more:after {
    border: 2px solid #fff;
    content: "";
    display: inline-block;
    height: 22%;
    left: 30%;
    position: absolute;
    top: 35%;
    width: 40%;
}
.template-front-page .news-surfrider .blog-surfrider .thumb .read-more,
.page-template-news .news-surfrider .blog-surfrider .thumb .read-more,
.post-type-archive-petitions .news-surfrider .blog-surfrider .thumb .read-more,
.tax-segments .news-surfrider .blog-surfrider a .thumb .read-more,
.search .blog-surfrider a .thumb .read-more,
.post-type-archive-blog .blog-surfrider a .thumb .read-more {
    font-size: 14px;
    font-weight: bold;
    height: 100%;
    left: 0;
    line-height: 910px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    transition: all 300ms linear 0s;
    width: 390px;
    z-index: 7500;
    color:#fff;
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
}
.template-front-page .news-surfrider .blog-surfrider a:hover .thumb .read-more,
.page-template-news .news-surfrider .blog-surfrider a:hover .thumb .read-more,
.post-type-archive-petitions .news-surfrider .blog-surfrider a:hover .thumb .read-more,
.tax-segments .news-surfrider .blog-surfrider a:hover .thumb .read-more,
.search .blog-surfrider a:hover .thumb .read-more,
.post-type-archive-blog .blog-surfrider a:hover .thumb .read-more {
	background: rgba(35, 110, 163, 0.8) none repeat scroll 0 0;
}
.template-front-page .news-surfrider .blog-surfrider .thumb .read-more::after, .page-template-news .news-surfrider .blog-surfrider a.thumb .read-more::after, .post-type-archive-petitions .news-surfrider .blog-surfrider a.thumb .read-more::after, .tax-segments .news-surfrider .blog-surfrider a.thumb .read-more::after, .search .blog-surfrider a.thumb .read-more::after, .post-type-archive-blog .blog-surfrider a.thumb .read-more::after {
    border: 2px solid #ffffff;
    content: "";
    display: block;
    height: 40px;
    left: 95px;
    position: absolute;
    top: 435px;
    width: 200px;
}
.template-front-page .news-surfrider .blog-surfrider a .thumb .read-more::after:hover,
.page-template-news .news-surfrider .blog-surfrider a .thumb .read-more::after:hover, 
.post-type-archive-petitions .news-surfrider .blog-surfrider a .thumb .read-more::after:hover,
.tax-segments .news-surfrider .blog-surfrider a .thumb .read-more::after:hover,
.search .blog-surfrider a .thumb .read-more::after:hover, 
.post-type-archive-blog .blog-surfrider a .thumb .read-more::after:hover {
	background: #fff;
}
.template-front-page .news-surfrider .wrap-ico-thumb, .page-template-news .news-surfrider .wrap-ico-thumb, .post-type-archive-blog .news-surfrider .wrap-ico-thumb, .search .wrap-ico-thumb {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 50%;
    display: inline-block;
    height: 45px;
    left: 0;
    margin-right: 5px;
    padding-top: 8px;
    position: relative;
    text-align: center;
    top: -80px;
    vertical-align: middle;
    width: 45px;
    z-index: 5000;
}
.template-front-page .news-surfrider .wrap-ico-thumb img,
.page-template-news .news-surfrider .wrap-ico-thumb img,
.post-type-archive-blog .news-surfrider .wrap-ico-thumb img,
.search .wrap-ico-thumb img {
    height: auto;
    width: 22px;
}
.template-front-page .about-surfrider .wrap-ico-cat {
    display: inline-block;
    position: relative;
    text-align: center;
    top: 150px;
    width:100%;
}
.template-front-page .about-surfrider .wrap-ico-cat ul {
    display: inline-block;
}
.template-front-page .about-surfrider .wrap-ico-cat li {
    background: none repeat scroll 0 0 #fff;
    border-radius: 50%;
    float: left;
    height: 78px;
    margin-right: 40px;
    width: 78px;
}
.template-front-page .about-surfrider .wrap-ico-cat li:last-child {
	margin-right:0;
}
.template-front-page .about-surfrider .wrap-ico-cat li a span {
    clear: both;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    text-align: center;
    top: 30px;
}
.template-front-page .about-surfrider .wrap-ico-cat li .ico-thumb {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    margin: 0;
    top: 15px;
}
.template-front-page .about-surfrider .wrap-ico-cat li .ico-thumb svg {
    height: 50px;
    width: 50px;
}
.template-front-page .news-surfrider .cat-post, .page-template-news .news-surfrider .cat-post, .search .news .cat-post, .post-type-archive-blog .news .cat-post {
    position: absolute;
}
.template-front-page .news-surfrider .cat-post a,
.page-template-news .news-surfrider .cat-post a,
.search .news .cat-post a,
.post-type-archive-blog .news .cat-post a {
	font-size:14px;
}
.template-front-page .news-surfrider .entry-title,
.post-type-archive-petitions .news-surfrider .entry-title,
.tax-segments .news-surfrider .entry-title,
.search .news .entry-title,
.post-type-archive-blog .news .entry-title {
    padding: 0 20px 20px 20px;
}
.template-front-page .news-surfrider .news .entry-title {
    padding: 10px 5px;
}
.page-template-news .news-surfrider .entry-content .entry-title,
.post-type-archive-petitions .news-surfrider .entry-content .entry-title,
.tax-segments .news-surfrider .entry-content .entry-title,
.search .news .entry-title,
.post-type-archive-blog .news .entry-title {
    margin: 10px 0;
    padding: 0 5px;
}
.post-type-archive-petitions .news-surfrider .entry-content .entry-title,
.tax-segments .news-surfrider .entry-content .entry-title {
	padding: 0 20px;
}
.template-front-page .news-surfrider .entry-title a, .page-template-news .news-surfrider .entry-title a, .post-type-archive-petitions .news-surfrider .entry-title a, .tax-segments .news-surfrider .entry-title a, .search .news .entry-title a, .post-type-archive-blog .news .entry-title a {
    color: #041927;
    font-family: Open Sans;
    font-size: 22px;
    font-weight: bold;
    transition: all 300ms linear 0s;
}
.template-front-page .news-surfrider .entry-title a:hover,
.page-template-news .news-surfrider .entry-title a:hover,
.post-type-archive-petitions .news-surfrider .entry-title a:hover,
.tax-segments .news-surfrider .entry-title a:hover,
.search .news .entry-title a:hover,
.post-type-archive-blog .news .entry-title a:hover {
	color:#2484c4;
}
.template-front-page .news-surfrider .blog-surfrider .entry-title,
.page-template-news .news-surfrider .blog-surfrider .entry-title {
    position: absolute;
    text-align: center;
    top: 100px;
    z-index: 7700;
}
.template-front-page .news-surfrider .blog-surfrider .entry-title a {
	color:#fff;
	font-size: 18px;
}
.template-front-page .site-content .news-surfrider .blog-surfrider .entry-content {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #ffffff;
    position: absolute;
    top: 400px;
    z-index: 7700;
}
.template-front-page .site-content .news-surfrider .blog-surfrider .entry-content p {
    font-size: 1.5em;
    line-height: 1.3em;
}
.template-front-page .news-surfrider .blog-surfrider .wrap-article {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 525px;
}
.template-front-page .news-surfrider .blog-surfrider a.thumb {
    display: inline-block;
    margin: 0;
}
.template-front-page .site-content .news-surfrider .blog-surfrider .entry-content p {
    color: #fff;
    font-family: Georgia;
    font-style: italic;
    margin: 0;
    opacity: 1;
    text-align: center;
    transform: none;
}
.template-front-page .news-surfrider .entry-content p,
.page-template-news .news-surfrider .entry-content p,
.post-type-archive-petitions .news-surfrider .entry-content p,
.tax-segments .news-surfrider .entry-content p,
.search .news .entry-content p,
.post-type-archive-blog .news .entry-content p {
    color: #4d4d4d;
    font-size: 14px;
    line-height: 24px;
    padding: 0 20px 20px;
    margin:0;
}
.post-type-archive-petitions .count-signatures,
.tax-segments .count-signatures {
    background: none repeat scroll 0 0 #ffffff;
    padding: 10px;
    position: absolute;
    right: 10px;
    bottom:7px;
    text-align: center;
    width: 110px;
}
.post-type-archive-petitions .dashicons-clipboard,
.tax-segments .dashicons-clipboard {
    display: inline;
    font-size: 20px;
    vertical-align: sub;
}
.post-type-archive-petitions .num,
.tax-segments .num {
    font-family: uni_sansheavy_caps;
    font-size: 20px;
}
.post-type-archive-petitions .desc,
.tax-segments .desc {
    color: #041a28;
    display: block;
    font-family: uni_sansheavy_caps;
    font-size: 14px;
    text-align: center;
    width: 100%;
}
.post-type-archive-petitions .fa-caret-up,
.tax-segments .fa-caret-up {
    color: #efefef;
    font-size: 40px;
    left: 45px;
    position: absolute;
    top: 50px;
}
.template-front-page .news-surfrider .all-news,
.page-template-news .news-surfrider .all-news {
    position: absolute;
    right: 15px;
    top: 90px;
	color: #212B31;
	font-size: 12px;
	font-family: Arial;
	transition: all 300ms linear;
	font-weight: bold;
}
.template-front-page .news-surfrider .all-news:hover,
.page-template-news .news-surfrider .all-news:hover {
	text-decoration: none;
	color:#1B83C6;
}
.template-front-page .news-surfrider .all-news span,
.page-template-news .news-surfrider .all-news span {
    font-size: 16px;
    margin-right: 5px;
    vertical-align: text-bottom;
}
.template-front-page .news-surfrider h2, 
.template-front-page .goodies-surfrider h2, 
.template-front-page .dons-surfrider h2 {
    border-top: 1px solid #bcbcbc;
    color: #041a28;
    font-family: uni_sansheavy_caps;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 60px;
    padding-top: 20px;
    position: relative;
    text-transform: uppercase;
}
.template-front-page .news-surfrider h2:before, .template-front-page .goodies-surfrider h2:before, .template-front-page .dons-surfrider h2:before {
    background: none repeat scroll 0 0 #bcbcbc;
    content: "";
    height: 7px;
    position: absolute;
    top: -4px;
    width: 80px;
}
.template-front-page .agir-surfrider {
    background: url("img/bg-agir.jpg") no-repeat scroll 50% 50% #011931;
    color: #fff;
    height: 650px;
    padding: 120px 0;
}
.template-front-page .agir-surfrider h2 {
    font-family: uni_sansheavy_caps;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.template-front-page .agir-surfrider h2:before,
.template-front-page .agir-surfrider h2:after {
    background: none repeat scroll 0 0 #fff;
    content: "";
    display: block;
    height: 1px;
    position: relative;
    top: 20px;
    width: 33%;
}
.template-front-page .agir-surfrider h2:before {
	float:left;
}
.template-front-page .agir-surfrider h2:after {
	float:right;
}
.template-front-page .agir-surfrider p {
	color: #fff;
    font-family: Open sans;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 40px;
    text-align: center;
}
.template-front-page .agir-surfrider h3 {
    font-family: uni_sansheavy_caps;
    font-size: 22px;
    margin-bottom: 15px;
}
.template-front-page .agir-surfrider .act span {
    background: none repeat scroll 0 0 #2484c4;
    border-radius: 50%;
    color: #fff;
    font-size: 26px;
    height: 64px;
    margin-bottom: 15px;
    padding: 20px;
    width: 64px;
}
.template-front-page .agir-surfrider .act p,
.template-front-page .goodies-surfrider p {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 20px;
}
.template-front-page .agir-surfrider .act .btn-primary,
.template-front-page .goodies-surfrider .btn-primary,
.single-tribe_events .widget-area .btn-primary {
	background: #2484c4;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: all 300ms linear 0s;
}
.template-front-page .agir-surfrider .act .btn-primary:hover,
.template-front-page .goodies-surfrider .btn-primary:hover,
.single-tribe_events .widget-area .btn-primary:hover {
	background:#fff;
	color: #2484c4;
}
.template-front-page .goodies-surfrider .container-slider-boutique {
    margin: 67px 0;
}
.template-front-page .goodies-surfrider .flex-control-nav {
    bottom: 10px;
}
.template-front-page .goodies-surfrider .flex-direction-nav a {
    color: #2a637a;
}
.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article,
.page-template-news .site-content article,
.post-type-archive-petitions .site-content article,
.tax-segments .site-content article,
.search .site-content article {
    border: 0 none;
    margin-bottom: 0;
}
.template-front-page .site-content .blog-surfrider article, 
.page-template-news .site-content article,
.post-type-archive-petitions .site-content article,
.tax-segments .site-content article,
.search .site-content article {
    margin-bottom: 20px;
    padding-bottom: 0;
}
.template-front-page .site-content .wrap-article,
.page-template-news .site-content .wrap-article,
.post-type-archive-petitions .site-content .wrap-article,
.tax-segments .site-content .wrap-article,
.search .site-content .wrap-article,
.post-type-archive-blog .site-content .wrap-article {
    background: none repeat scroll 0 0 #efefef;
    padding-top: 0;
    height:525px;
}
.template-front-page .site-content a:hover .wrap-article,
.page-template-news .site-content a:hover .wrap-article,
.post-type-archive-petitions .site-content a:hover .wrap-article,
.tax-segments .site-content a:hover .wrap-article,
.search .site-content a:hover .wrap-article,
.post-type-archive-blog .site-content a:hover .wrap-article  {
    background: #fff;
    box-shadow: 0 0 5px #e7e7e7;
}
.page-template-news .site-content .wrap-article,
.post-type-archive-petitions .site-content .wrap-article,
.tax-segments .site-content .wrap-article,
.search .site-content .wrap-article,
.post-type-archive-blog .site-content .wrap-article,
.post-type-archive-jobs .site-content .wrap-article {
	height: 550px;
}
.template-front-page .site-content .wrap-article .entry-header,
.page-template-news .site-content .wrap-article .entry-header,
.post-type-archive-petitions .site-content .wrap-article .entry-header,
.tax-segments .site-content .wrap-article .entry-header,
.search .site-content .wrap-article .entry-header,
.post-type-archive-blog .site-content .wrap-article .entry-header,
.post-type-archive-jobs .site-content .wrap-article .entry-header {
    margin: 20px 0 0;
    padding-top: 0;
    position: relative;
}
.template-front-page .site-content .wrap-article .entry-content,
.page-template-news .site-content .wrap-article .entry-content,
.post-type-archive-petitions .site-content .wrap-article .entry-content,
.tax-segments .site-content .wrap-article .entry-content,
.search .site-content .wrap-article .entry-content,
.post-type-archive-blog .site-content .wrap-article .entry-content,
.post-type-archive-jobs .site-content .wrap-article .entry-content {
    margin: 0;
    padding-top: 0;
    position: relative;
    display: inline-block;
}
.template-front-page .site-content .entry-date,
.page-template-news .site-content .entry-date,
.post-type-archive-petitions .site-content .entry-date,
.tax-segments .site-content .entry-date,
.search .site-content .entry-date,
.post-type-archive-blog .site-content .entry-date {
    color: #4d4d4d;
    display: block;
    font-size: 12px;
    position: absolute;
    right: 15px;
    text-align: right;
    top: -20px;
}
.template-front-page .site-content .entry-date .dashicons-clock,
.page-template-news .site-content .entry-date .dashicons-clock,
.post-type-archive-petitions .site-content .entry-date .dashicons-clock,
.tax-segments .site-content .entry-date .dashicons-clock,
.search .site-content .entry-date .dashicons-clock,
.post-type-archive-blog .site-content .entry-date .dashicons-clock {
    font-size: 16px;
    vertical-align: sub;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}

/* =Default page template
-------------------------------------------------------------- */
.page-template-dechets .dechets-video {
    height: 300px;
    max-height: 700px;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 0;
    min-height: 700px;
}
.page-template-default .site-content .entry-header,
.page-template-dechets .site-content .entry-header,
.post-type-archive-jobs .site-content .entry-header,
.advanced-template .site-content .entry-header,
.tax-nova_cat_jobs .site-content .entry-header,
.woocommerce #content .entry-header {
    background: url("img/bg-about.jpg") no-repeat scroll 50% 50% #010207;
    padding: 60px 0;
    margin: 0;
}
.page-template-news .news-jumbotron,
.post-type-archive-petitions .petitions-jumbotron,
.tax-segments .petitions-jumbotron,
.single-petitions .petitions-jumbotron,
.post-type-archive-blog .news-jumbotron,
.single-antennes .antennes-jumbotron,
.page-template-antennes .antennes-jumbotron,
.single-tribe_events .events-jumbotron,
.events-list .events-jumbotron,
.events-gridview .events-jumbotron,
.events-archive .events-jumbotron,
.post-type-archive-jobs .news-jumbotron,
.tax-nova_cat_jobs .news-jumbotron,
.woocommerce #content .entry-header,
.single-partenaires .partners-jumbotron,
.post-type-archive-partenaires .partenaires-jumbotron,
.single-spots .partenaires-jumbotron,
.tax-cat-partenaire .partenaires-jumbotron {
    background: url("img/bg-about.jpg") no-repeat scroll 50% 50% #010207;
    position: relative;
}
.search .post-jumbotron {
	background: url("img/bg-about.jpg") no-repeat scroll 50% 50% #010207 !important;
    position: relative;
}
.site-content .page-header,
.page-template-default .site-content .entry-header, 
.page-template-news .news-jumbotron,
.single-petitions .petitions-jumbotron,
.search .post-jumbotron,
.post-type-archive-blog .news-jumbotron,
.single-antennes .antennes-jumbotron,
.single-tribe_events .events-jumbotron,
.events-list .events-jumbotron,
.events-gridview .events-jumbotron,
.events-archive .events-jumbotron,
.post-type-archive-jobs .news-jumbotron,
.tax-nova_cat_jobs .news-jumbotron,
.woocommerce #content .entry-header,
.single-partenaires .partners-jumbotron,
.post-type-archive-partenaires .partenaires-jumbotron,
.single-spots .partenaires-jumbotron,
.tax-cat-partenaire .partenaires-jumbotron {
    background-position: 100% 80%;
    height: 410px;
}
.page-template-antennes .entry-content {
	font-size:18px;
}
.page-template-antennes .map-title {
    font-family: uni_sansheavy_caps;
    font-size: 30px;
    padding: 20px 0 30px;
}
.page-template-antennes .map-antennes #wpcloudy-detect-location {
	margin-bottom: 20px;
}
.page-template-antennes .antennes-jumbotron,
.single-tribe_events .events-jumbotron {
	background-position: 100% 80%;
	height: 510px;
}
.page-template-default .site-content .entry-header::before {
    background: none repeat scroll 0 0 rgba(0, 18, 44, 0.25);
    content: "";
    display: block;
    height: 410px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}
.post-type-archive-petitions .petitions-jumbotron,
.tax-segments .petitions-jumbotron  {
	height:500px;
}
.single-petitions .petitions-jumbotron {
	height: 700px;
}
.single-antennes .antennes-jumbotron,
.single-blog .post-jumbotron {
	height: 600px;
	background: #031927;
}
.single-antennes .wrap-comments {
	border-top: 1px solid #bcbcbc;
	border-bottom: 1px solid #bcbcbc;
	font-size:14px;
	color:#4e4e4e;
	font-family: uni_sansheavy_caps;
	line-height: 46px;
}
.single-antennes .wrap-comments span {
	margin-right:10px;
}
.page-template-dechets .site-content .entry-header {
    height: 700px;
}
.site-content .page-header .entry-title,
.page-template-default .site-content .entry-header .entry-title, 
.page-template-dechets .site-content .entry-header .entry-title, 
.page-template-news .news-jumbotron .entry-title,
.page-template-news .news-jumbotron .archive-title,
.post-type-archive-petitions .petitions-jumbotron .archive-title,
.tax-segments .petitions-jumbotron .archive-title,
.single-petitions .petitions-jumbotron .archive-title,
.single-post .news-surfrider .entry-title,
.single-blog .news-surfrider .entry-title,
.search .post-jumbotron .page-title,
.post-type-archive-blog .news-jumbotron .archive-title,
.single-antennes .antennes-jumbotron .archive-title,
.page-template-antennes .antennes-jumbotron .archive-title,
.single-tribe_events .events-jumbotron .archive-title,
.events-list .events-jumbotron .archive-title,
.events-gridview .events-jumbotron .archive-title,
.events-archive .events-jumbotron .archive-title,
.post-type-archive-jobs .archive-title,
.tax-nova_cat_jobs .archive-title,
.woocommerce .page-title,
.single-partenaires .archive-title,
.post-type-archive-partenaires .archive-title,
.tax-cat-partenaire .partenaires-jumbotron .archive-title {
    color: #fff;
    font-family: uni_sansheavy_caps;
    font-size: 48px;
    margin-bottom: 10px;
    margin-top: 150px;
    position: relative;
    text-transform: uppercase;
    z-index: 1000;
    line-height: 48px;
    font-weight: normal;
}
.single-partenaires .archive-title {
	margin-top: 0;
}
.page-template-news .news-jumbotron .entry-title,
.page-template-news .news-jumbotron .archive-title,
.search .post-jumbotron .page-header,
.post-type-archive-blog .news-jumbotron .archive-header,
.single-tribe_events .events-jumbotron .archive-header,
.events-list .events-jumbotron .archive-header,
.events-gridview .events-jumbotron .archive-header,
.events-archive .events-jumbotron .archive-header,
.post-type-archive-jobs .archive-header,
.tax-nova_cat_jobs .archive-header,
.post-type-archive-partenaires .archive-title {
	margin-top: 300px;
	border: none;
}
.single-post .news-surfrider .archive-header,
.single-blog .news-surfrider .archive-header,
.single-jobs .news-surfrider .archive-header {
	border:none;
}
.single-post .news-surfrider .entry-date,
.single-blog .news-surfrider .entry-date,
.single-jobs .news-surfrider .entry-date,
.single-blog .post-jumbotron .entry-date {
    color: #4e4e4e;
    display: inline-block;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
}
.single-blog .post-jumbotron .entry-date {
    color: #ffffff;
    font-size: 18px;
}
.single-blog .post-jumbotron .ico-thumb {
    background: #2484c4 none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 67px;
    margin-bottom: 20px;
    padding: 20px 0;
    text-align: center;
    width: 67px;
}
.single-post .news-surfrider .entry-date .dashicons,
.single-blog .news-surfrider .entry-date .dashicons,
.single-jobs .news-surfrider .entry-date .dashicons {
    font-size: 20px;
    margin-right: 5px;
    vertical-align: middle;
}
.single-post .news-surfrider .entry-title,
.single-blog .news-surfrider .entry-title,
.single-antennes .news-surfrider .entry-title,
.page-template-antennes .news-surfrider .entry-title,
.single-jobs .news-surfrider .entry-title,
.single-blog .post-jumbotron .entry-title,
.post-type-archive-partenaires .partenaires-surfrider .partenaires .entry-title,
.single-partenaires .entry-title {
	margin-top:0;
	font-family: uni_sansheavy_caps;
    font-size: 36px;
    font-weight: normal;
    line-height: 36px;
    color: #ffffff;
}
.single-blog .news-surfrider .entry-title,
.single-post .news-surfrider .entry-title,
.single-antennes .news-surfrider .entry-title,
.page-template-antennes .news-surfrider .entry-title,
.single-jobs .news-surfrider .entry-title,
.post-type-archive-partenaires .partenaires-surfrider .partenaires .entry-title,
.single-partenaires .entry-title {
	color: #041a28;
	font-size: 30px;
}
.single-post .entry-content h2,
.single-blog .entry-content h2,
.single-antennes .entry-content h2,
.page-template-antennes .entry-content h2 {
    font-family: uni_sansheavy_caps;
    font-size: 24px;
}
.post-type-archive-petitions .petitions-jumbotron .archive-title,
.tax-segments .petitions-jumbotron .archive-title,
.single-petitions .petitions-jumbotron .archive-title,
.single-blog .post-jumbotron .entry-header {
	margin-top: 350px;
}
.single-antennes .antennes-jumbotron .archive-title,
.page-template-antennes .antennes-jumbotron .archive-title {
	margin-top: 320px;
}
.page-template-dechets .site-content .entry-header .entry-title {	
	margin-top: 450px;
}
.post-type-archive-partenaires .partenaires-surfrider .partenaires img,
.single-partenaires .archive-header img {
    border-radius: 0;
    box-shadow: none;
    max-height: 140px;
    width: auto;
}
.single-partenaires .archive-header img {
	max-height:300px;
}
.page-template-default .site-content .entry-header p, 
.page-template-dechets .site-content .entry-header p,
.post-type-archive-jobs .entry-header p,
.tax-nova_cat_jobs .entry-header p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    position: relative;
    z-index: 1000;
    font-family:uni_sansthin_caps;
}
.page-template-news .news-jumbotron p,
.post-type-archive-petitions .petitions-jumbotron p,
.tax-segments .petitions-jumbotron p,
.single-petitions .petitions-jumbotron p,
.single-antennes .antennes-jumbotron p,
.page-template-antennes .antennes-jumbotron p,
.single-tribe_events .events-jumbotron p,
.events-list .events-jumbotron p,
.events-gridview .events-jumbotron p,
.events-archive .events-jumbotron p,
.post-type-archive-partenaires .partenaires-jumbotron p {
    color: #ffffff;
    font-family: uni_sansheavy_caps;
    font-size: 36px;
}
.page-template-antennes .antennes-jumbotron p,
.events-list .events-jumbotron p,
.events-gridview .events-jumbotron p,
.events-archive .events-jumbotron p {
    font-size: 30px;
}
.page-template-default .entry-breadcrumbs,
.page-template-dechets .entry-breadcrumbs,
.post-type-archive-petitions .entry-breadcrumbs,
.tax-segments .entry-breadcrumbs,
.single-petitions .entry-breadcrumbs,
.single-post .entry-breadcrumbs,
.single-blog .entry-breadcrumbs,
.search .entry-breadcrumbs,
.single-antennes .entry-breadcrumbs,
.page-template-antennes .entry-breadcrumbs,
.single-tribe_events .entry-breadcrumbs,
.events-list .entry-breadcrumbs,
.events-gridview .entry-breadcrumbs,
.events-archive .entry-breadcrumbs,
.single-jobs .entry-breadcrumbs,
.advanced-template .entry-breadcrumbs,
.post-type-archive-jobs .entry-breadcrumbs,
.tax-nova_cat_jobs .entry-breadcrumbs,
.woocommerce .entry-breadcrumbs,
.single-partenaires .entry-breadcrumbs,
.post-type-archive-partenaires .entry-breadcrumbs,
.single-spots .entry-breadcrumbs,
.tax-labos .entry-breadcrumbs {
    background: none repeat scroll 0 0 #2484c4;
    height: 70px;
    line-height: 70px;
    margin-bottom: 40px;
}
.subscribe {
    display: table;
    height: 70px;
}
.page-template-default .entry-breadcrumbs #breadcrumbs,
.page-template-dechets .entry-breadcrumbs #breadcrumbs,
.post-type-archive-petitions .entry-breadcrumbs #breadcrumbs,
.tax-segments .entry-breadcrumbs #breadcrumbs,
.single-petitions .entry-breadcrumbs #breadcrumbs,
.single-post .entry-breadcrumbs #breadcrumbs,
.single-blog .entry-breadcrumbs #breadcrumbs,
.search .entry-breadcrumbs #breadcrumbs,
.single-antennes .entry-breadcrumbs #breadcrumbs,
.page-template-antennes .entry-breadcrumbs #breadcrumbs,
.single-tribe_events .entry-breadcrumbs #breadcrumbs,
.events-list .entry-breadcrumbs #breadcrumbs,
.events-gridview .entry-breadcrumbs #breadcrumbs,
.events-archive .entry-breadcrumbs #breadcrumbs,
.single-jobs .entry-breadcrumbs #breadcrumbs,
.advanced-template .entry-breadcrumbs #breadcrumbs,
.post-type-archive-jobs .entry-breadcrumbs #breadcrumbs,
.tax-nova_cat_jobs .entry-breadcrumbs #breadcrumbs,
.woocommerce .entry-breadcrumbs #breadcrumbs,
.single-partenaires .entry-breadcrumbs #breadcrumbs,
.post-type-archive-partenaires .entry-breadcrumbs #breadcrumbs,
.single-spots .entry-breadcrumbs #breadcrumbs,
.tax-labos .entry-breadcrumbs #breadcrumbs {
	color: #ffffff;
    display: table-cell;
    line-height: 20px;
    vertical-align: middle;
}
.page-template-default .entry-breadcrumbs #breadcrumbs a,
.page-template-dechets .entry-breadcrumbs #breadcrumbs a,
.post-type-archive-petitions .entry-breadcrumbs #breadcrumbs a,
.tax-segments .entry-breadcrumbs #breadcrumbs a,
.single-petitions .entry-breadcrumbs #breadcrumbs a,
.single-post .entry-breadcrumbs #breadcrumbs a,
.single-blog .entry-breadcrumbs #breadcrumbs a,
.search .entry-breadcrumbs #breadcrumbs a,
.single-antennes .entry-breadcrumbs a,
.page-template-antennes .entry-breadcrumbs a,
.single-tribe_events .entry-breadcrumbs a,
.events-list .entry-breadcrumbs #breadcrumbs a,
.events-gridview .entry-breadcrumbs #breadcrumbs a,
.events-archive .entry-breadcrumbs #breadcrumbs a,
.single-jobs .entry-breadcrumbs #breadcrumbs a,
.advanced-template .entry-breadcrumbs #breadcrumbs a,
.post-type-archive-jobs .entry-breadcrumbs #breadcrumbs a,
.tax-nova_cat_jobs .entry-breadcrumbs #breadcrumbs a,
.woocommerce .entry-breadcrumbs #breadcrumbs a,
.single-partenaires .entry-breadcrumbs #breadcrumbs a,
.post-type-archive-partenaires .entry-breadcrumbs #breadcrumbs a,
.single-spots .entry-breadcrumbs #breadcrumbs a,
.tax-labos .entry-breadcrumbs #breadcrumbs a {
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;	
}
.page-template-default .entry-breadcrumbs #breadcrumbs .breadcrumb_last,
.page-template-dechets .entry-breadcrumbs #breadcrumbs .breadcrumb_last,
.post-type-archive-petitions .entry-breadcrumbs #breadcrumbs .breadcrumb_last,
.tax-segments .entry-breadcrumbs #breadcrumbs .breadcrumb_last,
.single-petitions .entry-breadcrumbs #breadcrumbs .breadcrumb_last,
.single-post .entry-breadcrumbs #breadcrumbs .breadcrumb_last,
.single-blog .entry-breadcrumbs #breadcrumbs .breadcrumb_last,
.search .entry-breadcrumbs #breadcrumbs .breadcrumb_last,
.single-antennes .entry-breadcrumbs #breadcrumbs .breadcrumb_last,
.page-template-antennes .entry-breadcrumbs #breadcrumbs .breadcrumb_last,
.single-tribe_events .entry-breadcrumbs #breadcrumbs .breadcrumb_last,
.events-list .entry-breadcrumbs #breadcrumbs .breadcrumb_last,
.events-gridview .entry-breadcrumbs #breadcrumbs .breadcrumb_last,
.events-archive .entry-breadcrumbs #breadcrumbs .breadcrumb_last,
.single-jobs .entry-breadcrumbs #breadcrumbs .breadcrumb_last,
.advanced-template .entry-breadcrumbs #breadcrumbs .breadcrumb_last,
.post-type-archive-jobs .entry-breadcrumbs #breadcrumbs .breadcrumb_last,
.tax-nova_cat_jobs .entry-breadcrumbs #breadcrumbs .breadcrumb_last,
.woocommerce .entry-breadcrumbs #breadcrumbs .breadcrumb_last,
.single-partenaires .entry-breadcrumbs #breadcrumbs .breadcrumb_last,
.post-type-archive-partenaires .entry-breadcrumbs #breadcrumbs .breadcrumb_last,
.single-spots .entry-breadcrumbs #breadcrumbs .breadcrumb_last,
.tax-labos .entry-breadcrumbs #breadcrumbs .breadcrumb_last {
	color: rgba(255, 255, 255, 0.80);
	font-weight:normal;
    text-transform: none;
}
.page-template-default .entry-content,
.page-template-dechets .entry-content,
.full-width .entry-content {
	margin-top:40px;
}
.page-template-default .entry-content p,
.page-template-dechets .entry-content p,
.full-width .entry-content p,
.single-post .entry-content p,
.single-blog .entry-content p,
.page-template-antennes .entry-content p,
.single-tribe_events .entry-content p,
.events-list .entry-content p,
.events-gridview .entry-content p,
.events-archive .entry-content p,
.advanced-template .entry-content p,
.post-type-archive-partenaires .entry-content p,
.single-partenaires .entry-content p {
	color:#4E4E4E;
	font-family:Georgia;
	font-size:16px;
}
.post-type-archive-partenaires article.partenaires {
    border-bottom: 1px solid #bcbcbc;
    padding: 20px 0;
}
.single-blog .entry-content {
    color: #606060;   
}
.single-blog .entry-content p, .single-blog .entry-content li {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 2em;
}
 .single-blog .entry-content h2 {
     padding-top: 30px;
     font-size: 42px; 
     color: #474747;
 }

.page-template-default .accroche > *,
.page-template-dechets .accroche  > *,
.full-width .accroche  > *,
.single-post .accroche  > *,
.single-blog .accroche  > *,
.advanced-template .accroche > * {
	font-size: 20px !important;
	font-family: Georgia !important;
	color: #474747 !important;
	margin: 20px auto 50px;
	max-width: 70%;
}
.advanced-template .accroche > * {
	max-width:inherit;
}
.fond-bleu a:hover {
	color:#2383C3;
	text-decoration: underline;
}
.page-template-default .fond-bleu, .page-template-dechets .fond-bleu, .full-width .fond-bleu, .single-post .fond-bleu, .single-blog .fond-bleu, .advanced-template .fond-bleu {
    background: none repeat scroll 0 0 #053959;
    padding-bottom: 60px;
    padding-top: 60px;
    position: relative;
    z-index: 1;
}
.page-template-default .fond-bleu:after,
.page-template-dechets .fond-bleu:after,
.full-width .fond-bleu:after,
.single-post .fond-bleu:after,
.single-blog .fond-bleu:after,
.advanced-template .fond-bleu:after {
    background: none repeat scroll 0 0 #053959;
    content: "";
    display: inline-block;
    height: 100%;
    left: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.page-template-default .fond-bleu:before,
.page-template-dechets .fond-bleu:before,
.full-width .fond-bleu:before,
.single-post .fond-bleu:before,
.single-blog .fond-bleu:before,
.advanced-template .fond-bleu:before {
    background: none repeat scroll 0 0 #053959;
    content: "";
    display: inline-block;
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.page-template-default .fond-bleu > *,
.page-template-dechets .fond-bleu > *,
.full-width .fond-bleu > *,
.advanced-template .fond-bleu > *,
.page-template-default .fond-bleu p,
.page-template-default .fond-bleu li,
.page-template-dechets .fond-bleu p,
.page-template-dechets .fond-bleu li,
.full-width .fond-bleu p,
.full-width .fond-bleu li,
.single-post .fond-bleu p,
.single-post .fond-bleu li,
.single-blog .fond-bleu p,
.single-blog .fond-bleu li,
.advanced-template .fond-bleu p,
.advanced-template .fond-bleu li {
	color:#fff !important;
}
.fond-bleu img, 
.fond-bleu .comment-content img, 
.fond-bleu .widget img, 
.fond-bleu img.header-image, 
.fond-bleu .author-avatar img, 
.fond-bleu img.wp-post-image {
    box-shadow: none;
}
.page-template-dechets .fond-bleu a:hover,
.advanced-template .fond-bleu a:hover {
	text-decoration:underline;
	color:#fff;
}
.page-template-default .fond-bleu-clair,
.page-template-dechets .fond-bleu-clair,
.full-width .fond-bleu-clair,
.single-post .fond-bleu-clair,
.single-blog .fond-bleu-clair,
.advanced-template .fond-bleu-clair {
	background:none repeat scroll 0 0 rgba(36, 129, 196, 0.80);
	padding-top:60px;
	padding-bottom:60px;
	position: relative;
	z-index:1;
}
.page-template-default .fond-bleu-clair:after,
.page-template-dechets .fond-bleu-clair:after,
.full-width .fond-bleu-clair:after,
.single-post .fond-bleu-clair:after,
.single-blog .fond-bleu-clair:after,
.advanced-template .fond-bleu-clair:after {
    background: none repeat scroll 0 0 rgba(36, 129, 196, 0.80);
    content: "";
    display: inline-block;
    height: 100%;
    left: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.page-template-default .fond-bleu-clair:before,
.page-template-dechets .fond-bleu-clair:before,
.full-width .fond-bleu-clair:before,
.single-post .fond-bleu-clair:before,
.single-blog .fond-bleu-clair:before,
.advanced-template .fond-bleu-clair:before {
    background: none repeat scroll 0 0 rgba(36, 129, 196, 0.80);
    content: "";
    display: inline-block;
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.page-template-default .fond-bleu-clair > *,
.page-template-dechets .fond-bleu-clair > *,
.full-width .fond-bleu-clair > *,
.page-template-default .fond-bleu-clair p,
.page-template-default .fond-bleu-clair li,
.page-template-dechets .fond-bleu-clair p,
.page-template-dechets .fond-bleu-clair li,
.full-width .fond-bleu-clair p,
.full-width .fond-bleu-clair li,
.single-post .fond-bleu-clair p,
.single-post .fond-bleu-clair li,
.single-blog .fond-bleu-clair p,
.single-blog .fond-bleu-clair li,
.advanced-template .fond-bleu-clair p,
.advanced-template .fond-bleu-clair li {
	color:#fff !important;
}
.fond-bleu-clair img, 
.fond-bleu-clair .comment-content img, 
.fond-bleu-clair .widget img, 
.fond-bleu-clair img.header-image, 
.fond-bleu-clair .author-avatar img, 
.fond-bleu-clair img.wp-post-image {
    box-shadow: none;
}
.page-template-default .fond-bleu-clair a:hover,
.page-template-dechets .fond-bleu-clair a:hover,
.full-width .fond-bleu-clair a:hover,
.advanced-template .fond-bleu-clair a:hover {
	text-decoration:underline;
	color:#fff;
}
.entry-content .btn-primary,
.page-template-antennes .map-antennes #wpcloudy-detect-location {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 2px solid #2484c4;
    border-radius: 0;
    color: #2484c4;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 40px;
    text-transform: uppercase;
    transition: all 300ms linear 0s;
    font-family: Open Sans;
}
.entry-content .btn-primary:hover,
.page-template-antennes .map-antennes #wpcloudy-detect-location:hover {
    background: none repeat scroll 0 0 #2484c4;
    border: 2px solid #2484c4;
    color:#fff !important;
    text-decoration: none;
}
.entry-content .fond-bleu .btn-primary {
	background: none;
	border: 2px solid #fff;
	color:#fff;
}
.entry-content .fond-bleu .btn-primary:hover {
	background: #fff;
	border: 2px solid #fff;
	color: #2484c4 !important;
}
.page-template-default .site-content,
.page-template-dechets .site-content,
.template-front-page .site-content,
.single-post .site-content,
.single-blog .site-content,
.page-template-news .site-content,
.post-type-archive-petitions .site-content,
.tax-segments .site-content,
.single-petitions .site-content {
	margin-top:0px !important;
}

/* =Single Spot 
---------------------------------------------------------------*/
.single-spots .question-link {
	color:#fff;
	transition: all 300ms linear;
}
.single-spots .question-link:hover {
	color:#fff;
	opacity:0.5;
}
.single-spots .wrap-spot-title,
.tax-labos .wrap-spot-title {
    position: absolute;
	top: 142px;
    width: 100%;
    left: 0px;
    height: 0;
}
.tax-labos .wrap-spot-title {
	top: 206px;
}
.single-spots .wrap-spot-title > *,
.single-spots .wrap-spot-title > * > *,
.single-spots .wrap-spot-title > * > * > *,
.tax-labos .wrap-spot-title > *,
.tax-labos .wrap-spot-title > * > *,
.tax-labos .wrap-spot-title > * > * > * {
	height: 0;
}
.single-spots .site-content .entry-header .entry-title,
.tax-labos .site-content .entry-header .entry-title {
    color: #fff;
    font-family: uni_sansheavy_caps;
    font-size: 48px;
    margin-bottom: 10px;
    margin-top: 75px;
    position: relative;
    text-transform: uppercase;
    z-index: 1000;
    line-height: 48px;
    font-weight: normal;
    text-shadow: 2px 2px 2px #474747;
}
.tax-labos .site-content .entry-header .entry-title {
	margin-top:65px;	
}
.single-spots .site-content .entry-header {
	position: relative;
	margin:0;
}
.single-spots .site-content .entry-header .wrap-spot-title h1 {
    position: relative;
}
.single-spots .site-content .entry-header .wrap-spot-title .spot-subtitle {
	font-size:30px;
	color:#fff;
	font-family: uni_sansheavy_caps;
    text-transform: uppercase;
    z-index: 1000;
    font-weight: normal;
    display: block;
}
.single-spots .wrap-latest-analysis,
.tax-labos .wrap-latest-analysis {
	background: #fff;
	padding: 30px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}
.single-spots .wrap-latest-analysis h2,
.tax-labos .wrap-latest-analysis h2 {
	font-family: uni_sansheavy_caps;
	color: #041A28;
	font-size: 24px;
	margin-bottom: 5px;
}
.single-spots .wrap-latest-analysis .date-latest-result,
.tax-labos .wrap-latest-analysis .date-latest-result {
    font-family: uni_sansthin_caps;
    color: #2484C4;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px;
}
.single-spots .wrap-latest-analysis ul,
.tax-labos .wrap-latest-analysis ul {
	color: #4e4e4e;
	font-family:Georgia;
	font-size: 18px;
}
.single-spots .wrap-latest-analysis ul li,
.tax-labos .wrap-latest-analysis ul li {
	margin: 0 0 5px 0;
}
.single-spots .site-content .wrap-map .mapp-layout,
.tax-labos .site-content .wrap-map .mapp-layout  {
	border:none !important
}
.single-spots .entry-content,
.tax-labos .entry-content {
	font-family: Georgia;
	font-size: 18px;
	color: #4e4e4e;
}
.single-spots #info-water .gform_body input {
	border: 1px solid #B7B7B7;
	border-radius: 0;
	font-family: Oswald;
	color: #4e4e4e;
	padding: 5px;
	margin: 0 auto;
}
.single-spots #info-water input[type="submit"],
.single-spots #info-water .btn-primary {
	background: transparent none repeat scroll 0px 0px;
	border: 2px solid #2484C4;
	border-radius: 0px;
	color: #2484C4;
	font-size: 14px;
	font-weight: 600;
	padding: 12px 40px;
	text-transform: uppercase;
	transition: all 300ms linear 0s;
	font-family: Open Sans;
}
.single-spots #info-water input[type="submit"]:hover,
.single-spots #info-water .btn-primary:hover {
	background: #2484C4 none repeat scroll 0px 0px;
	border: 2px solid #2484C4;
	color: #FFF !important;
	text-decoration: none;
}
.single-spots #info-water .gform_wrapper .gform_footer.left_label, 
.single-spots #info-water .gform_wrapper .gform_footer.right_label {
    padding: 1em 0px 0.625em;
    margin: 0 auto;
    width: 64%;
}
.single-spots #info-water .gform_wrapper form {
	text-align:center;
}
.single-spots #info-water .gform_body .gfield_label {
	display: none;
}
.single-spots #spot-description .fa-flask {
	margin-right:5px;
}
.single-spots #spot-description .entry-content h2 {
	font-size: 24px;
	margin: 0 0 10px 0;
	color:#041a28;
}
.single-spots #spot-description .wrap-average-quality {
	text-align:center;
	padding:15px;
	border:1px solid #bcbcbc;
}
.single-spots #spot-description .wrap-average-quality h2 {
	font-size: 24px;
	color: #041a28;
	font-family: uni_sansheavy_caps;
	text-transform: uppercase;
	margin: 20px 0 10px;
}
.single-spots #spot-description .wrap-average-quality .spot-quality {
	display: inline-block;
	width: 100%;
	background: #096 none repeat scroll 0% 0%;
	color: #FFF;
	padding: 10px;
	margin: 10px 0px;
	text-transform: uppercase;
	font-family: uni_sansheavy_caps;
	font-size: 18px;
}
.single-spots #spot-description {
	padding: 30px 0;
}
.single-spots .wrap-ranking-beach {
	border: 1px solid #BCBCBC;
	padding: 0px 15px;
	margin: 30px 0 0 0;
}
.single-spots .wrap-ranking-beach .label-water {
	padding: 10px 90px;
	text-transform: uppercase;
	color: #FFF;
	font-size: 18px;
	font-family: uni_sansheavy_caps;
	background: #096 none repeat scroll 0% 0%;
}
.single-spots #wrap-year-results {
	background: #041a28;	
	color:#fff;
	margin-bottom: 60px;
	padding: 30px 0;
}
.single-spots #wrap-year-results .fa-question {
	background: #FFF none repeat scroll 0% 0%;
	color: #041A28;
	border-radius: 50px;
	width: 36px;
	height: 36px;
	text-align: center;
	margin-left: 10px;
	line-height: 36px;
}
.single-spots #info-water h3 {
	font-size: 24px;
	color: #041a28;
	font-family: uni_sansheavy_caps;
	text-align: center;
	margin-bottom: 20px;
}
.single-spots #spot-description p,
.single-spots #wrap-year-results p,
.single-spots #info-water p,
.single-spots #spot-description .wrap-average-quality .spot-quality p {
	color: #4E4E4E;
	font-family: Georgia;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 15px;
}
.single-spots #wrap-year-results h2 {
	font-size: 24px;
	margin: 20px 0;
	font-family: uni_sansheavy_caps;
	text-align:center;
}
.single-spots #wrap-year-results h2 .fa-question-circle {
	margin-left:5px;	
}
.single-spots #wrap-year-results .ct-label {
	color: #FFF;
	font-family: open sans;
	font-size: 14px;
	font-weight: bold;
}
.single-spots .ct-line.ct-threshold-above, .single-spots .ct-point.ct-threshold-above, .single-spots .ct-bar.ct-threshold-above {
  stroke: #f05b4f;
}

.single-spots .ct-line.ct-threshold-below, .single-spots .ct-point.ct-threshold-below, .single-spots .ct-bar.ct-threshold-below {
  stroke: #59922b;
}

.single-spots .ct-area.ct-threshold-above {
  fill: #f05b4f;
}

.single-spots .ct-area.ct-threshold-below {
  fill: #59922b;
}
.single-spots .ct-series-a .ct-bar, .single-spots .ct-series-a .ct-line, .single-spots .ct-series-a .ct-point, .single-spots .ct-series-a .ct-slice-donut {
    stroke: #ffb1a5;
}
.single-spots .ct-series-b .ct-bar, .single-spots .ct-series-b .ct-line, .single-spots .ct-series-b .ct-point, .single-spots .ct-series-b .ct-slice-donut {
	stroke: #e05c48;
}
.single-spots #wrap-year-results .wrap-graph-infos {
	color: #fff;
	font-family: uni_sansheavy_caps;
	font-size: 14px;
	border-top: 1px solid #ffffff;
	padding-top: 20px;
}
.single-spots #wrap-year-results ul {
	font-family: inherit;
	font-size: inherit;
	margin: inherit;
}
.single-spots #wrap-year-results li {
	margin: 0;
}
.single-spots #wrap-year-results li::before {
	content:none;
}
.single-spots #wrap-year-results .infos-bacteria .chart-serie-a,
.single-spots #wrap-year-results .infos-bacteria .chart-serie-b {
	width: 34px;
	height: 10px;
	display: inline-block;
	margin: 0 7px 0 0;
	vertical-align: middle;
}
.single-spots #wrap-year-results .infos-bacteria .chart-serie-a {
	background: #e05c48;
}
.single-spots #wrap-year-results .infos-bacteria .chart-serie-b {
	background: #ffb1a5;
}
.single-spots #wrap-year-results .infos-max-threshold .chart-serie-a,
.single-spots #wrap-year-results .infos-max-threshold .chart-serie-b {
	width: 34px;
	height: 1px;
	display: inline-block;
	margin: 0 7px 0 0;
	vertical-align: middle;
}
.single-spots #wrap-year-results .infos-max-threshold .chart-serie-a {
	background: #e05c48;
}
.single-spots #wrap-year-results .infos-max-threshold .chart-serie-b {
	background: #ffb1a5;
}
.single-spots #wrap-year-results .infos-seasons {
	font-size:12px;
	font-family: open sans;
}
.single-spots .wrap-latest-analysis .spot-bad,
.tax-labos .latest-spots-analysis .spot-bad,
.tax-labos .latest-results .spot-bad {
	color: #685be4;
} 
.single-spots .wrap-latest-analysis .spot-good,
.tax-labos .latest-spots-analysis .spot-good,
.tax-labos .latest-results .spot-good {
	color: #a6e134;
} 
.single-spots #wrap-year-results .wrap-list-years {
	color:#fff;
}
.single-spots #wrap-year-results .wrap-list-years li {
    display: inline-block;
    margin: 0px 18px;
    font-size: 18px;
    font-family: uni_sansheavy_caps;
    cursor: pointer;
    transition: all 300ms linear;
}
.single-spots #wrap-year-results .wrap-list-years li:hover {
	color: #2484c4;
}
.single-spots #wrap-year-results .sfe-loading-spinner {
	color:#fff;
	font-size: 40px;
}
.single-spots .threshold-spot {
	overflow: inherit !important;
}
.single-spots .threshold-spot:after {
	content: "\f024";
    font-family: FontAwesome;
	color:#685be4;
	font-size:20px;
    top: -30px;
    position: relative;
    left: -5px;
}


/* =Single Labos
---------------------------------------------------------------*/
.tax-labos .site-content article {
	padding: 0;
}
.tax-labos .latest-spots-analysis {
	background: #041a28;
	color:#fff;
	padding: 40px 0;
}
.tax-labos .latest-spots-analysis h2 {
	color:#fff;
	font-size:24px;
	font-family: uni_sansheavy_caps;
	text-align:center;
	margin-bottom: 30px;
}
.tax-labos .subscribe-analysis-form h2 {
	color: #041a28;
	font-size:24px;
	font-family: uni_sansheavy_caps;
	margin-bottom: 20px;
	line-height: 30px;
}
.tax-labos .subscribe-analysis-form p {
	color:#4e4e4e;
	font-family:Georgia;
	font-size: 18px;
	line-height: 26px;
}
.tax-labos .labo-analyse {
	padding: 40px 0;
}
.tax-labos .subscribe-analysis-form .gform_body input {
    border: 1px solid #B7B7B7;
    border-radius: 0px;
    font-family: Oswald;
    color: #4E4E4E;
    padding: 5px;
    margin: 0px auto;
}
.tax-labos .subscribe-analysis-form input[type="submit"] {
	background: transparent none repeat scroll 0px 0px;
	border: 2px solid #2484C4;
	border-radius: 0px;
	color: #2484C4;
	font-size: 14px;
	font-weight: 600;
	padding: 12px 40px;
	text-transform: uppercase;
	transition: all 300ms linear 0s;
	font-family: Open Sans;
}
.tax-labos .subscribe-analysis-form input[type="submit"]:hover {
	background: #2484C4 none repeat scroll 0px 0px;
	border: 2px solid #2484C4;
	color: #FFF !important;
	text-decoration: none;
}
.tax-labos .subscribe-analysis-form .gform_body .gfield_label {
	display: none;
}
.tax-labos .subscribe-analysis-form .gform_wrapper form {
    text-align: center;
}
.tax-labos .heading {
	background: #2484C4 none repeat scroll 0% 0%;
	color: #FFF;
	font-size: 16px;
	font-family: uni_sansheavy_caps;
	padding: 15px;
}
.tax-labos .latest-spots-analysis article {
    padding: 10px;
    line-height: 26px;
    font-family: Georgia;
    font-size: 16px;
}
.tax-labos .latest-spots-analysis article:nth-child(even) {
	background: #06395a;
}
.tax-labos .latest-spots-analysis article .entry-title {
	line-height: inherit;
}
.tax-labos .latest-spots-analysis article .entry-title a {
	text-decoration: underline;
	color:#fff;
}
.tax-labos .latest-spots-analysis article .entry-title a:hover {
	text-decoration: none;
	color:#2484C4;
}

/* =Single Events 
---------------------------------------------------------------*/
.single-tribe_events .events-jumbotron .archive-title {
	margin-bottom:0;
}
.single-tribe_events .archive-title .bg-title {
    background: #ffffff none repeat scroll 0 0;
    color: #06395a;
    display: inline-block;
    font-size: 34px;
    line-height: 70px;
    padding: 0 10px;
}
.single-tribe_events .wrap-city {
    background: #06395a none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    float: left;
    font-size: 20px;
    line-height: 31px;
    padding: 5px 10px;
    text-transform: uppercase;
}
.single-tribe_events .city {
    font-weight: bold;
}
.single-tribe_events .country {
    font-weight: normal;
}
.single-tribe_events .wrap-time {
    background: #ffffff none repeat scroll 0 0;
    color: #06395a;
    display: inline-block;
    float: left;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    text-transform: uppercase;
}
.single-tribe_events .fa-map-marker {
    font-size: 20px;
    vertical-align: baseline;
}
.single-tribe_events #date-event .fa-calendar {
    color: #2484c4;
    font-size: 18px;
}
.single-tribe_events #date-event .entry-date {
    color: #2484c4;
    font-family: uni_sansheavy_caps;
    font-size: 18px;
}
.single-tribe_events #date-event .wrap-date {
    display: block;
    margin: 25px 0;
}
.single-tribe_events #date-event .wrap-date .entry-time {
    color: #4e4e4e;
    display: block;
    font-family: open sans;
    font-size: 16px;
    margin: 8px 0 0;
}
.single-tribe_events #date-event .wrap-date .entry-time .highlight {
	font-weight: bold;
}
.single-tribe_events #map-event img {
    max-width: inherit;
    box-shadow: none;
    border-radius: 0;
}

.single-tribe_events #map-event #tribe-events-gmap-0 {
	margin-bottom:10px;
}
.single-tribe_events #map-event .venue-name {
    color: #4e4e4e;
    display: block;
    font-family: uni_sansheavy_caps;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 30px;
}
.single-tribe_events #map-event .adr,
.single-tribe_events #map-event .event-phone,
.single-tribe_events #map-event .event-email {
	font-size:16px;
	font-family:Open sans;
	display:block;
	margin-bottom: 5px;
}
.single-tribe_events #map-event .adr a, 
.single-tribe_events #map-event .event-phone a,
.single-tribe_events #map-event .event-email a {
    color: #2484c4;
    font-family: uni_sansheavy_caps;
}
.single-tribe_events #map-event .adr a:hover,
.single-tribe_events #map-event .event-phone a:hover,
.single-tribe_events #map-event .event-email a:hover {
	color:#2484c4;
	text-decoration: underline;
}
.single-tribe_events #map-event .adr {
	margin-bottom:30px;
}
.single-tribe_events #map-event .adr .street-address,
.single-tribe_events #map-event .adr .country-name {
	display:block;
}
.single-tribe_events #map-event .adr .delimiter {
	display:none;
}
.single-tribe_events .widget-area .widget {
	margin: 0 0 35px 0;
}
.single-tribe_events .widget-area .btn-primary, .single-tribe_events .widget-area .btn-primary:visited,
#become-partner .btn-primary, #become-partner .btn-primary:visited {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #2484c4;
    color: #2484c4;
    display: block;
    margin-bottom: 10px;
}
.single-tribe_events .widget-area .btn-primary:hover,
#become-partner .btn-primary:hover {
    background: #2484c4 none repeat scroll 0 0;
    border: 2px solid #2484c4;
    color: #fff;
}

/* =Single Antennes 
---------------------------------------------------------------*/
.page-template-antennes .listing-antennes {
	padding:40px 0;
}
.page-template-antennes .listing-antennes h2.flags {
    border-bottom: 1px solid #bcbcbc;
    color: #041a28;
    font-family: uni_sansheavy_caps;
    font-size: 30px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.page-template-antennes .listing-antennes .flag {
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
}
.page-template-antennes .listing-antennes .antennes {
    margin: 0 0 20px;
    min-height: 240px;
    padding-bottom: 0;
}
.page-template-antennes .listing-antennes .antennes h2 a {
    color: #041a28;
    font-family: uni_sansheavy_caps;
    font-size: 24px;
    transition: all 300ms linear;
}
.page-template-antennes .listing-antennes .antennes h2 a:hover {
	color:#2383c3;
}
.page-template-antennes .listing-antennes .antennes .names .name {
	color:#4e4e4e;
	font-size:18px;
	font-family:Georgia;
	margin:0;
	padding:0;
}
.page-template-antennes .listing-antennes .antennes .link-antenne {
    display: inline-block;
    font-family: Open sans;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.page-template-antennes .listing-antennes .antennes .link-antenne .dashicons {
	vertical-align: middle;
}
.page-template-antennes .listing-antennes .antennes .link-antenne:hover > .dashicons {
	text-decoration:none;
}
.page-template-antennes .listing-antennes .antennes ul {
	margin: 0;
}
.page-template-antennes .listing-antennes .antennes li::before {
	content: none;
}
.page-template-antennes .listing-antennes .antennes .names a {
	color:#2484c4;
}
.page-template-antennes .listing-antennes .antennes .entry-header,
.tax-labos .entry-header {
	margin:0;
}
.page-template-antennes .listing-antennes .antennes .links li {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.page-template-antennes .listing-antennes .antennes .links li a {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    opacity: 1;
    transition: opacity 300ms linear 0s;
    width: 40px;
}
.page-template-antennes .listing-antennes .antennes .links li a:hover,
.page-template-antennes .listing-antennes .antennes .links li:hover {
	text-decoration: none;
	opacity:0.8;
}
.page-template-antennes .listing-antennes .antennes .links .dashicons {
    color: #ffffff;
    display: inline-block;
    font-size: 30px;
    line-height: 20px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.page-template-antennes .listing-antennes .antennes .links .don a, 
.page-template-antennes .listing-antennes .antennes .links .don a:visited {
    background: #2484c4 none repeat scroll 0 0 !important;
    color: #ffffff !important;
    font-family: uni_sansheavy_caps;
    font-size: 16px;
    line-height: 30px;
    padding: 8px 12px;
    width: inherit;
}
.page-template-antennes .listing-antennes .antennes .links .don a:hover {
	background: #10AFC6;
}
.page-template-antennes .listing-antennes .antennes .links .facebook {
	background:#3b5998;
}
.page-template-antennes .listing-antennes .antennes .links .facebook .dashicons {
	color:#fff;
}
.page-template-antennes .listing-antennes .antennes .links .twitter {
	background:#55ACEE;
}
.page-template-antennes .listing-antennes .antennes .links .email {
	background:#06395a;
}
.page-template-antennes .listing-antennes .antennes .links .website {
	background:#06395a;
}

/* =Single Post 
---------------------------------------------------------------*/
.post-jumbotron {
    background: url("img/bg-about.jpg") no-repeat scroll 50% 50% / cover rgba(0, 0, 0, 0);
    height: 200px;
}
.single-post .wp-caption,
.single-blog .wp-caption {
    left: 0;
    max-width: 100%;
    padding: 4px;
    position: relative;
}
.single-post .widget-area .widget,
.single-blog .widget-area .widget,
.single-antennes .widget-area .widget,
.single-tribe_events .widget-area {
	margin-bottom: 25px;
}
.single-post .latest-news .entry-title,
.single-blog .latest-news .entry-title,
.single-antennes .latest-news .entry-title {
	font-size:18px;
	color:#041a28;
	font-family: uni_sansheavy_caps;
}
.single-post .widget .widget-title,
.single-blog .widget .widget-title,
.single-antennes .widget .widget-title,
.single-tribe_events .widget .widget-title {
    border-top: 1px solid #bcbcbc;
    color: #041a28;
    font-family: uni_sansheavy_caps;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    margin: 0 0 15px;
    padding: 10px 0 0;
    position: relative;
    text-transform: uppercase;
}
.single-post .widget .widget-title:before,
.single-blog .widget .widget-title:before,
.single-antennes .widget .widget-title:before,
.single-tribe_events .widget .widget-title:before {
    background: none repeat scroll 0 0 #bcbcbc;
    content: "";
    display: block;
    height: 7px;
    position: absolute;
    top: -4px;
    width: 80px;
}
.single-post #secondary #newsletter-form,
.single-blog #secondary #newsletter-form,
.single-antennes #secondary #newsletter-form {
	background: #041a28;
	color:#fff;
	padding: 15px;
}
.single-post #secondary #newsletter-form p,
.single-blog #secondary #newsletter-form p,
.single-antennes #secondary #newsletter-form p {
    font-size: 14px;
    line-height: 20px;
}
.single-post #secondary .newsletter-fom_wrapper,
.single-blog #secondary .newsletter-fom_wrapper,
.single-antennes #secondary .newsletter-fom_wrapper {
    display: inline-block;
    float: none;
    margin: 0 !important;
    width: 100%;
}
.single-post #secondary .newsletter-fom_wrapper .gform_body,
.single-blog #secondary .newsletter-fom_wrapper .gform_body,
.single-antennes #secondary .newsletter-fom_wrapper .gform_body {
    float: left;
    position: inherit;
    width: 100%;
}
.single-post #newsletter-form .widget-title,
.single-blog #newsletter-form .widget-title,
.single-antennes #newsletter-form .widget-title {
    color: #ffffff;
    border:none;
    padding:0;
}
.single-post #newsletter-form .widget-title:before,
.single-blog #newsletter-form .widget-title:before,
.single-antennes #newsletter-form .widget-title:before {
	content:none;
}
.single-post #related-posts div#jp-relatedposts h3.jp-relatedposts-headline,
.single-blog #related-posts div#jp-relatedposts h3.jp-relatedposts-headline,
.single-antennes #related-posts div#jp-relatedposts h3.jp-relatedposts-headline {
	display: none;
}
.single-post #related-posts div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post,
.single-blog #related-posts div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post,
.single-antenne #related-posts div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post {
    float: none;
    margin: 0 0 30px;
    opacity: 1;
    width: 100%;
}
.single-post #related-posts div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a,
.single-blog #related-posts div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a,
.single-antennes #related-posts div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
    color: #041a28;
    text-decoration: none;
    transition: all 300ms linear;
}
.single-post #related-posts div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover,
.single-blog #related-posts div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover,
.single-antennes #related-posts div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
    color: #2484c4;
}
.single-post #related-posts div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,
.single-blog #related-posts div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,
.single-antennes #related-posts div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
	opacity:1;
	font-family: Open Sans;
	font-size: 14px;
}
.single-post #related-posts div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,
.single-post #related-posts div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post span,
.single-blog #related-posts div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,
.single-blog #related-posts div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post span,
.single-antennes #related-posts div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,
.single-antennes #related-posts div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post span {
	box-shadow: none;
	border-radius: 0;
	transition: all 300ms linear;
}
.single-post #related-posts div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img:hover,
.single-blog #related-posts div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img:hover,
.single-antennes #related-posts div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img:hover {
	opacity:0.8;
}
.single-post #related-posts div#jp-relatedposts div.jp-relatedposts-items p,
.single-post #related-posts div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
.single-blog #related-posts div#jp-relatedposts div.jp-relatedposts-items p,
.single-blog #related-posts div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	font-size: 18px;
	color: #041a28;
	font-family: uni_sansheavy_caps;
	margin-top: 5px;
}
.single-post #secondary .newsletter-fom_wrapper .right_label input.large, 
.single-post #secondary .newsletter-fom_wrapper .right_label select.large, 
.single-post #secondary .newsletter-fom_wrapper .left_label input.large, 
.single-post #secondary .newsletter-fom_wrapper .left_label select.large,
.single-post #secondary .newsletter-fom_wrapper textarea.textarea,
.single-blog #secondary .newsletter-fom_wrapper .right_label input.large, 
.single-blog #secondary .newsletter-fom_wrapper .right_label select.large, 
.single-blog #secondary .newsletter-fom_wrapper .left_label input.large, 
.single-blog #secondary .newsletter-fom_wrapper .left_label select.large,
.single-blog #secondary .newsletter-fom_wrapper textarea.textarea,
.single-antennes #secondary .newsletter-fom_wrapper .right_label input.large, 
.single-antennes #secondary .newsletter-fom_wrapper .right_label select.large, 
.single-antennes #secondary .newsletter-fom_wrapper .left_label input.large, 
.single-antennes #secondary .newsletter-fom_wrapper .left_label select.large,
.single-antennes #secondary .newsletter-fom_wrapper textarea.textarea {
    width: 82% !important;
}
.single-post #latest-news .entry-date .dashicons,
.single-blog #latest-news .entry-date .dashicons,
.single-antennes #latest-news .entry-date .dashicons {
	margin: 0 10px 0 0;
    vertical-align: middle;
}
.single-post #latest-news .entry-date,
.single-blog #latest-news .entry-date,
.single-antennes #latest-news .entry-date {
	color: #4e4e4e;
	font-size: 12px;	
}
.single-post #latest-news .entry-header .entry-title a,
.single-blog #latest-news .entry-header .entry-title a,
.single-antennes #latest-news .entry-header .entry-title a {
	font-size:16px;
	color:#041a28;
	/*font-family: uni_sansheavy_caps;*/
	transition: all 300ms linear;
}
.single-post #latest-news .entry-header .entry-title a:hover,
.single-blog #latest-news .entry-header .entry-title a:hover,
.single-antennes #latest-news .entry-header .entry-title a:hover {
	color: #2484c4;
}
.single-post #latest-news article,
.single-blog #latest-news article,
.single-antennes #latest-news article {
    border-bottom: 1px solid #bcbcbc;
    padding: 20px 0;
}
.single-post #latest-news article .entry-header,
.single-blog #latest-news article .entry-header,
.single-antennes #latest-news article .entry-header {
    margin-bottom: 0;
}
.single-post #latest-news .all-news,
.single-blog #latest-news .all-news,
.single-antennes #latest-news .all-news {
    border: 2px solid #2484c4;
    color: #2484c4;
    display: inline-block;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 600;
    margin: 20px 0 0;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    transition: all 300ms linear;
}
.single-post #latest-news .all-news:hover,
.single-blog #latest-news .all-news:hover,
.single-antennes #latest-news .all-news:hover {
	text-decoration: none;
	background: #2484c4;
	color:#fff;
}
.single-post .hi-icon-wrap .hi-icon a,
.single-blog .hi-icon-wrap .hi-icon a {
    display: block;
    height: 68px;
    line-height: 68px;
}
.single-post .hi-icon,
.single-blog .hi-icon {
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    height: 68px;
    margin: 0 15px 15px 0;
    position: relative;
    text-align: center;
    width: 68px;
    z-index: 1;
}
.single-post .hi-icon svg,
.single-blog .hi-icon svg {
    display: inline-block;
    height: 32px;
    line-height: 68px;
    overflow: hidden;
    vertical-align: middle;
    width: 68px;
}
.single-post .hi-icon:before,
.single-blog .hi-icon:before {
    line-height: 68px;
}
.single-post .hi-icon-effect-8 .hi-icon,
.single-blog .hi-icon-effect-8 .hi-icon {
    background: none repeat scroll 0 0 #2484c4;
    transition: transform 0.1s ease-out 0s, background 0.2s ease 0s;
}
.single-post .hi-icon-effect-8 .hi-icon path,
.single-post .hi-icon-effect-8 .hi-icon rect,
.single-blog .hi-icon-effect-8 .hi-icon path,
.single-blog .hi-icon-effect-8 .hi-icon rect {
    clip-path: inherit !important;
    fill: #ffffff !important;
}
.single-post .hi-icon-effect-8 .hi-icon circle,
.single-blog .hi-icon-effect-8 .hi-icon circle {
	stroke: #fff!important;	
}

/* =Single Petitions 
---------------------------------------------------------------*/
.gform_confirmation_message_8.gform_confirmation_message {
    border: 2px solid #2484c4;
    color: #2484c4;
    font-family: Georgia;
    font-size: 20px;
    margin: 20px 0;
    padding: 20px 0;
    text-align: center;
}
.single-petitions .petition-signatures,
.post-type-archive-petitions .petition-signatures,
.tax-segments .petition-signatures {
    background: none repeat scroll 0 0 #06395a;
    color: #ffffff;
    font-family: uni_sansheavy_caps;
    padding: 5px 15px;
}
.post-type-archive-petitions .petition-signatures,
.tax-segments .petition-signatures {
	background: none;
	color: #041a28;
}
.single-petitions .petition-signatures .already,
.post-type-archive-petitions .petition-signatures .already,
.tax-segments .petition-signatures .already {
	font-size:41px;
}
.single-petitions .petition-signatures .dashicons-clipboard, 
.post-type-archive-petitions .petition-signatures .dashicons-clipboard,
.tax-segments .petition-signatures .dashicons-clipboard {
    color: #2484c4;
    display: inline;
    font-size: 50px;
    position: relative;
    top: -10px;
    vertical-align: middle;
}
.single-petitions .petition-signatures .signataires,
.post-type-archive-petitions .petition-signatures .signataires,
.tax-segments .petition-signatures .signataires {
	color:#2484c4;
	font-size:41px;
}
.post-type-archive-petitions .petition-signatures .signataires,
.tax-segments .petition-signatures .signataires {
	color:#041a28;
}
.single-petitions .petition-signataires h3,
.single-petitions .petition-share h3 {
    font-family: uni_sansheavy_caps;
    font-size: 30px;
    margin: 50px 0 30px;
}
.single-petitions .petition-share h3 {
    margin: 50px 0 10px;
}
.single-petitions .petition-signataires .name {
	font-size: 18px;
	font-family: Georgia;
	font-weight:bold;
}
.single-petitions .petition-signataires .country {
	font-size:18px;
	font-family:Georgia;
	font-style:italic;
}
.single-petitions .petition-signatures .signatures,
.post-type-archive-petitions .petition-signatures .signatures,
.tax-segments .petition-signatures .signatures {
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
}
.single-petitions .vip-content {
    font-family: uni_sansheavy_caps;
    margin: 0 0 10px;
}
.single-petitions .vip-content .petition-vip-thumbnail img {
	max-width:65px;
	border-radius:0;
	box-shadow:none;
}
.single-petitions .vip-content .petition-vip-nom {
	color:#0b1a24;
	font-size:20px;
}
.single-petitions .vip-content .petition-vip-fonction {
	color:#0b1a24;
	font-size:18px;
	font-family:Georgia;
}
.single-petitions #detail-petition {
	color:#4e4e4e;
	font-size:18px;
	font-family:Georgia;
}
.single-petitions .btn-sign-petition {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 2px solid #ffffff;
    border-radius: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin: 40px 0 0;
    min-width: 160px;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    transition: all 300ms linear 0s;
}
.single-petitions .btn-sign-petition:hover {
	background:#fff;
	color:#000;
}
.single-petitions #sign-petition .gf-sign-petition_wrapper {
	max-width:100%;
}
.single-petitions #sign-petition .gf-sign-petition_wrapper .gfield_required {
    color: #e46752;
    margin-left: 0.25em;
}
.single-petitions #sign-petition .gf-sign-petition_wrapper input, .page-template-thanks .gf-send-friend_wrapper input, 
.single-petitions #sign-petition .gf-sign-petition_wrapper textarea, .page-template-thanks .gf-send-friend_wrapper textarea,
.single-petitions #sign-petition .gf-sign-petition_wrapper select, .page-template-thanks .gf-send-friend_wrapper select {
    border: 1px solid #b7b7b7;
    border-radius: 0;
    color: #4e4e4e;
    font-size: 14px;
    padding: 5px;
    width: 100%;
}
.single-petitions #sign-petition .gf-sign-petition_wrapper input {
	height:inherit;
}
.single-petitions #sign-petition .gf-sign-petition_wrapper .gform_footer input,
.page-template-thanks .gf-send-friend_wrapper .gform_footer input {
    background: none repeat scroll 0 0 #2484c4;
    border: 2px solid #2484c4;
    color: #ffffff;
    display: inherit;
    font-family: Open Sans;
    font-weight: bold;
    margin: 0 auto;
    padding: 14px 34px;
    text-align: center;
    text-transform: uppercase;
    transition: all 300ms linear 0s;
    width: auto;
    border-radius: 0;
}
.single-petitions #sign-petition .gf-sign-petition_wrapper .gform_footer input:hover,
.page-template-thanks .gf-send-friend_wrapper .gform_footer input:hover {
	background: #fff;
	color:#2484c4;
}
.single-petitions #sign-petition .gf-sign-petition_wrapper .gfield_html {
	font-size:14px;
	font-family:Georgia;
	color:#4e4e4e;
}
.single-petitions #sign-petition .gf-sign-petition_wrapper .gfield_radio label,
.single-petitions #sign-petition .gf-sign-petition_wrapper .gf-display-label .gfield_label {
    font-family: uni_sansheavy_caps;
    font-size: 14px;
    font-weight: normal;
}
.single-petitions #sign-petition .gf-sign-petition_wrapper .top_label .gfield_label {
	display:none;
}
.single-petitions #sign-petition .gf-sign-petition_wrapper .gf-display-label .gfield_label {
    display: block;
}
.single-petitions #sign-petition .gf-sign-petition_wrapper ::-webkit-input-placeholder {
	color: #4e4e4e !important;
}
.single-petitions #sign-petition .gf-sign-petition_wrapper ::-moz-placeholder {
	color: #4e4e4e !important;
}
.single-petitions #sign-petition .gf-sign-petition_wrapper :-ms-input-placeholder {  
   color: #4e4e4e !important;  
}
.single-petitions .sd-title,
.single-petitions .sharing-hidden,
.single-petitions .share-more {
	display:none !important;
}

/* =Thanks page template
-------------------------------------------------------------- */
.page-template-thanks .sd-content ul {
	text-align:center;
}
.page-template-thanks .sd-content ul li a.sd-button::before {
    font: 400 36px/1 Genericons;
}
.page-template-thanks .sd-social-icon .sd-content ul li[class*="share-"] a, 
.page-template-thanks .sd-social-icon .sd-content ul li[class*="share-"] a:hover, 
.page-template-thanks .sd-social-icon .sd-content ul li[class*="share-"] div.option a {
    border-radius: 4px;
    padding: 12px;
}
.page-template-thanks .gf-send-friend_wrapper .gform_footer {
	text-align:center;
}
.page-template-thanks .gf-send-friend_wrapper label {
	font-family: uni_sansheavy_caps;
}
.page-template-thanks .entry-content .dashicons-arrow-left-alt {
    color: #2383c3;
    font-weight: bold;
    margin-right: 5px;
    vertical-align: text-top;
}
.page-template-thanks .entry-content .back-archives {
    font-family: uni_sansheavy_caps;
}

/* =Déchets page template
-------------------------------------------------------------- */

/* =Contact page template
-------------------------------------------------------------- */

.template-contact .nova-contact-infos {
    background: none repeat scroll 0 0 #F1F1F1;
    padding-top: 20px;
}
.template-contact .site-content,
.template-sitemap .site-content {
	margin-top: 150px;
}
/* =Full width page template
-------------------------------------------------------------- */
/*.full-width .site-content,*/
.error404 .site-content {
	margin-top: 150px;
}
.full-width .site-content .entry-header .entry-title,
.template-sitemap .site-content .entry-header .entry-title,
.single-post .site-content .entry-header .entry-title,
.error404 .site-content .entry-header .entry-title {
    color: #041a28;
    font-family: uni_sansheavy_caps;
    font-size: 48px;
    margin-top: 30px;
    padding: 0 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 100;
}
.full-width .site-content .entry-header .entry-title:before,
.template-sitemap .site-content .entry-header .entry-title:before,
.single-post .site-content .entry-header .entry-title:before,
.error404 .site-content .entry-header .entry-title:before {
    background: none repeat scroll 0 0 #a7a7a7;
    content: "";
    display: block;
    height: 1px;
    position: relative;
    top: 30px;
    width: 50%;
    z-index: 1;
}
.full-width .site-content .entry-header .entry-title:after,
.template-sitemap .site-content .entry-header .entry-title:after,
.single-post .site-content .entry-header .entry-title:after,
.error404 .site-content .entry-header .entry-title:after {
    background: none repeat scroll 0 0 #a7a7a7;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: relative;
    top: -30px;
    width: 50%;
    z-index: 1;
}
.full-width .site-content .entry-header .bg-title,
.template-sitemap .site-content .entry-header .bg-title,
.single-post .site-content .entry-header .bg-title,
.error404 .site-content .entry-header .bg-title {
    background: none repeat scroll 0 0 #fff;
    padding: 0 20px;
    position: relative;
    z-index: 1000;
}

/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}

/* =Plugins
----------------------------------------------- */
/* Tribe Events */
#tribe-events-pg-template {
	margin:inherit;
	max-width:inherit;
}
.tribe-events-list h2.tribe-events-page-title {
    color: #06395a;
    margin-bottom: 15px;
}
.tribe-events-list-separator-month {
    font-size: 20px;
    text-align: center;
    margin: 15px 15px 0;
}
.tribe-events-nav-previous a {
	font-family: Open Sans,​Helvetica,​Arial,​sans-serif;	
}
.tribe-events-nav-previous a:hover {
    color: #ffffff !important;
}
.events-archive .tribe-events-list .tribe-events-event-image {
    float: none;
    margin: 0;
    width: 100%;
}
.events-archive .tribe-events-list .tribe-events-event-image a {
    display: flex;
}
.events-archive #tribe-events .tribe-events-content p, .events-archive .tribe-events-after-html p, .events-archive .tribe-events-before-html p {
    color: #4d4d4d;
    font-family: Open Sans;
    font-size: 14px;
    line-height: 24px;
}
.tribe-events-loop .tribe-events-event-meta {
    color: #4e4e4e;
    font-family: georgia;
    font-size: 18px;
    font-weight: normal;
    margin: 10px 0;
}
.events-archive .tribe-events-list-separator-month {
    clear: both;
    font-size: 20px;
    text-align: center;
}
.events-archive .tribe-events-list .type-tribe_events {
    border-bottom: medium none;
    margin: 20px 0;
    padding: 0 15px; 
}
.events-archive .tribe-events-list .type-tribe_events .wrap-event {
    background: #f0f0f0 none repeat scroll 0 0;
    display: inline-block;
    position: relative;
    width: 100%;
    min-height: 430px;
    height: 525px;
}
.tribe-events-list h2.tribe-events-list-event-title a {
    border: medium none;
    color: #4e4e4e;
    display: inline-block;
    font-size: 24px;
    transition: all 300ms linear;
}
.tribe-events-list h2.tribe-events-list-event-title a:hover {
	color:#2484c4;
}
.tribe-events-list .tribe-events-loop .tribe-events-content {
    margin-bottom: 5px;
}
.events-archive .tribe-events-list .time-details, .events-archive #tribe-events-content .updated {
    background: #06395a none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-family: open sans;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 15px;
    text-transform: uppercase;
    width: 100%;
}
.events-archive .tribe-events-list .event-live,
.single-tribe_events .event-live {
    background: #e05c48 none repeat scroll 0 0;
    color: #ffffff;
    font-family: uni_sansheavy_caps;
    font-size: 14px;
    padding: 4px 10px;
    position: absolute;
    right: 10px;
    text-transform: uppercase;
    top: 10px;
    z-index: 500;
}
.events-archive .tribe-events-list .event-live .fa,
.single-tribe_events .event-live .fa {
	margin-right: 10px;
}
.single-tribe_events .event-live {
    display: inline-block;
    font-family: uni_sansthin_caps;
    font-size: 20px;
    font-weight: bold;
    left: 0;
    line-height: 31px;
    padding: 5px 10px;
    position: relative;
    top: 0;
}
.tribe-events-list h2.tribe-events-list-event-title {
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    margin-top: 20px;
    width: 100%;
}

/* Affix */
#affix {
    position: fixed;
    right: 160px;
    top: 40%;
    z-index: 8400;
}
#affix ul li a {
    border: medium none;
    border-radius: 0;
    color: #fff;
    display: block;
    font-family: Open Sans;
    font-size: 10px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    width: 160px;
}
#affix ul li a:active,
#affix ul li a:focus {
	background:none;
	outline:none;
}
#affix span {
    color: #041a28;
    display: block;
    float: right;
    height: 30px;
    position: relative;
    right: 0;
    text-align: center;
    text-indent: 0;
    width: auto;
    line-height: 30px;
}
#affix ul li a:hover, #affix ul li.active a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    margin: 0;
    text-indent: 0;
}
#affix .nav-tabs {
    border: medium none;
}
#affix .nav-title {
    display: none;
}
#affix .active .nav-title {
    background: none repeat scroll 0 0 #041a28;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    min-width: 160px;
    padding: 0 20px;
    position: absolute;
    right: 40px;
    text-align: right;
}
#affix .active .nav-title:after {
	content:'\f0da';
    display: block;
    font-family: FontAwesome;
    font-size: 26px;
    position: absolute;
    right: -8px;
    top: 0;
    color: #041a28;
}
/* Jetpack Gallery */
body .slideshow-window {
	border:none;
	background:none;
	border-radius: 0;
}

/* Sharedaddy */
.sharedaddy ul li:before {
	content:none;
}
#primary div.sharedaddy h3.sd-title {
	font-weight:normal;
}

/* Countdown JS */
#countdown {
    background: rgba(0, 56, 91, 0.85) none repeat scroll 0 0;
    clear: both;
    color: #ffffff;
    display: inline-block;
    float: left;
    font-size: 22px;
    padding: 10px;
    position: relative;
    width: auto;
}

/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-oscar:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-oscar:hover img {
	opacity: 0.4;
}

/* Sonar Effect */

.hi-icon {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 15px 30px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}
.page-template-news .news-surfrider .hi-icon {
	width: 68px;
	height: 68px;
	transition: all 300ms linear;
	background: #2484c4;
}
.page-template-news .news-surfrider .hi-icon:hover {
	background: #fff;
}
.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.hi-icon:before {
	speak: none;
	font-size: 48px;
	line-height: 80px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}

.hi-icon-effect-8 .hi-icon {
	background: rgba(255,255,255, 1);
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
}

.hi-icon-effect-8 .hi-icon:after {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(255,255,255,1);
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
.hi-icon-wrap .hi-icon a {
	display:block;
}
.no-touch .hi-icon-effect-8 .hi-icon:hover {
	background: rgba(255,255,255,1);
	-webkit-transform: scale(0.93);
	-moz-transform: scale(0.93);
	-ms-transform: scale(0.93);
	transform: scale(0.93);
	color: #fff;
}
.hi-icon-effect-8 .hi-icon:hover:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	-moz-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
}
.news-filters {
	margin:10px 0 40px;
}
.news-filters ul {
	margin:0;
}
.news-filters .ico-thumb svg {
    height: 38px;
    margin-top: 15px;
    overflow: hidden;
    vertical-align: middle;
    width: 38px;
}
.news-filters .ico-thumb svg path,
.single-blog .post-jumbotron .ico-thumb svg path,
.single-blog .post-jumbotron .ico-thumb svg rect {
	fill: #fff !important;
	transition: all 300ms linear;
	clip-path: inherit !important;
}
.news-filters .ico-thumb svg rect {
	fill: #fff !important;
	transition: all 300ms linear;
}
.about-surfrider .ico-thumb svg rect,
.about-surfrider .ico-thumb svg path {
	fill: #2484c4 !important;
	transition: all 300ms linear;
	clip-path: inherit !important;
}
.news-filters .hi-icon:hover .ico-thumb svg path,
.news-filters .hi-icon:hover .ico-thumb svg rect {
	fill: #2484c4 !important;
}
.news-surfrider .wrap-article .wrap-ico-thumb .ico-thumb svg,
.search .wrap-article .wrap-ico-thumb .ico-thumb svg {
	width: 26px;
	height: 26px;
}
.news-surfrider .wrap-article .wrap-ico-thumb .ico-thumb svg path,
.search .wrap-article .wrap-ico-thumb .ico-thumb svg path {
	clip-path: inherit !important;
    fill: #2484c4 !important;
    transition: all 300ms linear 0s;
}

@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #2484C4, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #003250, 0 0 0 10px rgba(255,255,255,0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #2484C4, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #003250, 0 0 0 10px rgba(255,255,255,0.5);
    -moz-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #2484C4, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #003250, 0 0 0 10px rgba(255,255,255,0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
/* Gravity Forms */
.gform_wrapper img {
	box-shadow:none;
	border-radius:0;
}
.subscribe .gform_wrapper div.validation_error {
    color: #fff;
    display: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
    margin: 0;
}
.subscribe .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label, 
.subscribe .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin-top: 0;
}
.subscribe .gform_wrapper li.gfield.gfield_error, 
.subscribe .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	border:none;
	background:none;
	padding:0 !important;
	margin:0 !important;
}
.subscribe .gfield_description validation_message {
		
}

/**** Formulaire dans colonne ****/

.content-column .gform_body .left_label  .gfield_label {
		display: block;
		float: none;
		width: auto;
}

.content-column .gform_body .gfield_description {
	margin-left: 0;
	
}
.content-column .gform_wrapper {
	padding-left: 1em;
	border-left: 1px solid #CCC;
}
/* Search */
.site-header .search-form {
    position: absolute;
    right: 20px;
    top: 1px;
}
.site-header .search-field {
    background-color: transparent;
    border: medium none;
    cursor: pointer;
    height: 37px;
    margin: 3px 0;
    padding: 0 0 0 34px;
    position: relative;
    right: -28px;
    transition: width 400ms ease 0s, background 400ms ease 0s;
    width: 1px;
    z-index: 500;
}
.site-header .search-field:focus {
    background-color: #fff;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #333;
    cursor: text;
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
    outline: 0 none;
    padding: 5px;
    right: 10px;
    width: 230px;
    margin-left: 50px;
}
.search-form .search-submit {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #fff;
    cursor: progress;
}
.search-form .fa-search {
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    position: relative;
    right: 0;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
.ui-helper-hidden-accessible {
    clip: rect(0px, 0px, 0px, 0px);
    color: #888;
    position: absolute;
}
.ui-autocomplete {
    background: none repeat scroll 0 0 #031a28;
    border: medium none;
    border-radius: 0;
    font-family: Open Sans;
    font-size: 12px;
    position: fixed !important;
    top: 50px !important;
    width: 230px;
    z-index: 9000;
}
.ui-autocomplete li {
    border-bottom: 1px dotted #ffffff;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    margin: 5px 0;
    padding: 10px;
    transition: all 300ms linear;
}
.ui-autocomplete li:hover {
	color:#fff;
	background:#2383c3;
	text-decoration: none;
	cursor:pointer;
}
.ui-autocomplete li a:focus {
	color:#fff;
	background:#2383c3;
}
.ui-autocomplete li:last-child {
	border-bottom: none;
}

/*Mappress*/
.mapp-iw,
.mapp-iw * {
	display: block !important;
}
.mapp-map-links {
	display: none;	
}
.mapp-layout {
    margin: 0;
    padding: 0;
}
.gm-style .gm-style-iw {
    padding: 10px !important;
}
#global-map {
	overflow: hidden;
}
.mapp-iw .dashicons {
	font-family: dashicons !important;
}
.mapp-iw .entry-header .entry-title {
	margin: 10px 0 !important;
}
.mapp-iw .entry-header .entry-title a {
    color: #041a28 !important;
    font-family: uni_sansheavy_caps !important;
    font-size: 24px !important;
}
.mapp-iw .entry-header .entry-title a:hover {
	color: #2484c4 !important;
	text-decoration: none !important;
}
.mapp-iw .entry-content ul li::before {
	content:none !important;
}
.mapp-iw .entry-content .names {
	margin-bottom: 10px !important;
}
.mapp-iw .entry-content .names, .mapp-iw .entry-content .name {
    color: #4e4e4e !important;
    font-family: Georgia !important;
    font-size: 18px !important;
    line-height: 22px !important;
}
.mapp-iw .entry-content .links {
	display: block !important;
}
.mapp-iw .entry-content .links li {
    display: inline-block !important;
    margin: 0 5px 0 0 !important;
    padding: 0 !important;
    vertical-align: middle !important;
}
.mapp-iw .entry-content .links li a {
    display: inline-block !important;
    height: 45px !important;
    line-height: 45px !important;
    opacity: 1 !important;
    transition: opacity 300ms linear 0s !important;
    width: 40px !important;
}
.mapp-iw .entry-content .links li a:hover,
.mapp-iw .entry-content .links li:hover {
	text-decoration: none !important;
	opacity:0.8 !important;
}
.mapp-iw .entry-content .dashicons {
    color: #ffffff !important;
    display: inline-block !important;
    font-size: 30px !important;
    line-height: 20px !important;
    margin: 0 auto !important;
    text-align: center !important;
    vertical-align: middle !important;
    width: 100% !important;
}
.mapp-iw .entry-content.links .don a, 
.mapp-iw .entry-content .links .don a:visited {
    background: #2484c4 none repeat scroll 0 0 !important;
    color: #ffffff !important;
    font-family: uni_sansheavy_caps !important;
    font-size: 16px !important;
    line-height: 30px !important;
    padding: 8px 12px !important;
    width: inherit !important;
}
.mapp-iw .entry-content .links .don a:hover {
    background: #10afc6 none repeat scroll 0 0 !important;
}
.mapp-iw .entry-content .links .dashicons {
    color: #ffffff !important;
    display: inline-block !important;
    font-size: 30px !important;
    line-height: 20px !important;
    margin: 0 auto !important;
    text-align: center !important;
    vertical-align: middle !important;
    width: 100% !important;
}
.mapp-iw .entry-content .links .facebook {
	background:#3b5998 !important;
}
.mapp-iw .entry-content .facebook .dashicons {
	color:#fff !important;
}
.mapp-iw .entry-content .links .twitter {
	background:#55ACEE !important;
}
.mapp-iw .entry-content .links .email {
	background:#06395a !important;
}
.mapp-iw .entry-content .links .website {
	background:#06395a !important;
}
.mapp-iw .entry-content .links .don a, .mapp-iw .entry-content .links .don a:visited {
    background: #2484c4 none repeat scroll 0 0 !important;
    color: #ffffff !important;
    font-family: uni_sansheavy_caps !important;
    font-size: 16px !important;
    line-height: 30px !important;
    padding: 8px 12px !important;
    width: inherit !important;
}

/*BigSlide*/

.open {
    text-indent: -999999px;
}
@media only screen and (min-width: 768px) {
    .open { display: block; }
    .navbar-toggle {
    	display: block;
    }
	.menu-link {
	    display: block !important;
	    position: absolute;
	    right: 0;
	}
    .menu-link .icon-bar {
	    background: none repeat scroll 0 0 #fff;
	    height: 2px;
	    width: 22px;
	    display: block ;
	    outline: medium none;
	    text-align: center;
	    transition: all 300ms linear 0s;
	    line-height:50px;
	}
	.menu-link > * {
		transition: all 300ms linear 0s;
	}
	.menu-link .navbar-toggle {
	    border-radius: 0;
	    color: #ffffff;
	    float: none;
	    height: 35px;
	    margin: 0;
	    padding: 0 14px;
	    position: absolute;
	    text-align: center;
	    top: -23px;
	    width: 50px;
	}
	.menu-link .navbar-toggle:hover,
	.menu-link .navbar-toggle:focus,
	.menu-link .navbar-toggle:active {
	    background: none repeat scroll 0 0 #2484c4;
	    box-shadow:none;
	}
}
@media screen and (max-width: 991px) {
	.bigslide-panel {
	    position: fixed;
	    left: -15.625em; /*left or right and the width of your navigation panel*/
	    width: 15.625em; /*should match the above value*/
	    background-color: #0b0808;
	    border-radius: 0px;
	    z-index: 99999 !important;
	}
	#page .navbar-toggle .icon-bar {
	    background: none repeat scroll 0 0 #444444;
	    border-radius: 1px;
	    display: block;
	    height: 2px;
	    width: 22px;
	}
	#page .navbar-toggle {
	    background-color: #fff;
	    border: 0 solid #ccc;
	    border-radius: 5px;
	    box-shadow: none;
	    display: inline;
	    float: left;
	    margin: 0;
	    padding: 10px 15px;
	    position: absolute;
	    right: 20px;
	    top: 80px;
	    z-index: 99999;
	}
}
.panel-ticker {
    background: none repeat scroll 0 0 #031927;
    color: #fff;
    padding: 10px 0;
    position: fixed;
    right: -19.625em;
    width: 19.625em;
    z-index: 8500;
    -webkit-overflow-scrolling: touch;
    height:auto;
    overflow: auto;
}
.panel-ticker h3 {
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
    text-transform: uppercase;
}
.panel-ticker .head-ticker {
    display: inline-block;
    margin-bottom: 13px;
    width: 100%;
    padding: 0 20px;
}
.panel-ticker .close-ticker {
    float: right;
    font-size: 20px;
}
.panel-ticker .entry-header .entry-title a {
	font-size:16px;
	font-family: Open Sans;
	font-weight: 100;
	transition: all 300ms linear;
	color:#fff;
}
.panel-ticker .entry-header .entry-title a:hover {
	color:#2383c3;
}
.panel-ticker .entry-header .entry-date {
    display: inline-block;
    float: left;
    font-family: uni_sansheavy_caps;
    font-size: 16px;
    line-height: 22px;
    margin-top: 5px;
}
.panel-ticker .entry-header {
    display: inline-block;
    margin: 0;
    padding: 10px 0;
}
.panel-ticker .all-news {
	display:inline-block;
	width:100%;
	text-align:center;
	margin-top:20px;
	color:#5F7989;
	font-size:12px;
	transition: all 300ms linear;
}
.panel-ticker .all-news span {
	color:#fff;
	font-size:16px;
	color:#5F7989;
	vertical-align:middle;
	margin-right:10px;
}
.panel-ticker article {
    background: none repeat scroll 0 0 #06395a;
    border-bottom: 1px solid #031927;
    padding: 0 5px;
}
.panel-ticker .all-news:hover, .panel-ticker .all-news:hover > span {
	text-decoration: none;
	color:#fff;
}

/*Return to top*/
#return-to-top {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    border-radius: 0;
    bottom: 0;
    display: none;
    height: 70px;
    position: fixed;
    right: 15px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    width: 50px;
    z-index: 9000;
}
#return-to-top .dashicons {
    color: #ffffff;
    font-size: 40px;
    left: inherit;
    margin: 0 auto;
    position: relative;
    top: 10px;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    width: 50px;
}
#return-to-top:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #FFFFFF;
    top: 5px;
}

/* WPML */
#lang_sel {
    display: inline-block;
    font-family: Open Sans;
    height: 32px;
    position: relative;
    top: 10px;
    z-index: 400;
}
#lang_sel li {
    float: left;
    position: relative;
    width: 180px;
}
#lang_sel a, #lang_sel a:visited {
    background: none repeat scroll 0 0 transparent;
    border: 0px solid #cdcdcd;
    color: #444444;
    display: block;
    font-size: 11px;
    line-height: 24px;
    padding-left: 10px;
    text-decoration: none !important;
    font-family: Open Sans;
    transition: all 300ms linear;
    text-transform:uppercase;
}
#lang_sel a.lang_sel_sel:hover {
	color:#2484c4;
}
#lang_sel ul ul {
	border:none;
	top: auto;
}
#lang_sel img.iclflag {
    height: 12px;
    margin-right: 5px;
    position: relative;
    top: 1px;
    width: 18px;
}
#lang_sel ul ul a, #lang_sel ul ul a:visited {
    background: none repeat scroll 0 0 #031927;
    border-width: 0;
    color: #fff;
    height: auto;
    line-height: 24px;
    padding: 5px 10px;
}
#lang_sel a:hover, #lang_sel ul ul a:hover {
    background: none repeat scroll 0 0 #031927;
    color: #2484c4;
}
#lang_sel a.lang_sel_sel {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    line-height: 34px;
}
#lang_sel a.lang_sel_sel:after {
	content:"\f140";
	font-family:Dashicons;
	position: absolute;
    right: 10px;
}

/**** 
JOB OFFER****/

.entry-content .jobs li {
    margin: 1em 0;
    list-style: none;
}
.entry-content .jobs li a {
    display: block;
    padding:1em;
    min-height: 150px;
    text-decoration: none;
    text-align: center;
    background: #F4F4F4;
    border-radius: 4px;
    border: 1px solid #F4F4F4;
    font-family: "Heveltica Neue",Arial,Verdana,sans-serif;
    font-weight: bold;
    color: #474747;
    overflow: hidden;
    position: relative;
}
.entry-content .jobs li a span {
    position: absolute;
    bottom: 10%;
    left: -40%;
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'uni_sansheavy_caps','sans-serif';
    font-size: .8em;
    transform: rotate(45deg);
    color: #fff;
    background: #053959;   
}
.entry-content .jobs li a .stage {
    background: #2383c3;
}
.entry-content .jobs li a .service-civique {
    background: #4db9b2;
}
.entry-content .jobs li a:hover {
    background: #fff;
}
.entry-content .jobs li::before {
    display: none;   
}

/**** Pages partenaires ***/
.partenaires-surfrider .container .partenaires {
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 1.3em;
	border-bottom: 1px solid #ccc;
}
.partenaires-surfrider .container .partenaires .attachment-post-thumbnail {
	box-shadow: none;
} 
.partenaires-surfrider .container .row .entry-header .entry-title {
	margin-top: 0;
}

/* =Media queries
-------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
	body {
		padding-top: 85px;
	}
	body > * {
		-webkit-transition: none !important;
		-moz-transition: none !important;
		-o-transition: none !important;
		-ms-transition: none !important;
		transition: none !important;
	}
	.notransition,
	.notransition > * {
		-webkit-transition: none !important;
		-moz-transition: none !important;
		-o-transition: none !important;
		-ms-transition: none !important;
		transition: none !important;
	}
	.btn {
		white-space: normal;
	}
	.site-header {
	    top: 0px;
	    width: 100%;
	    position: fixed;
	}
	#fixed-navigation.main-navigation {
		display: none !important;
	}
	#mobile-menu .head-ticker h4 {
	    clear: none;
	    display: inline-block;
	    font-family: Open sans;
	    font-size: 14px;
	    font-weight: bold;
	    line-height: 30px;
	    padding-left: 10px;
	    text-align: left;
	    text-transform: uppercase;
	    vertical-align: middle;
	    width: 80%;
	}
	#mobile-menu .nav-menu li.don a {
	    left: 0px;
	    width: 275px;
	    margin: 0;
	}
	#mobile-menu .close {
		width:100%;
	}
	#mobile-menu .nav-menu li a {
	    border-top: 1px solid #06395a;
	    display: block;
	    font-family: uni_sansheavy_caps;
	    font-size: 18px;
	    font-weight: lighter;
	    margin: 0 -15px;
	    padding: 15px;
	    position: relative;
	    text-transform: uppercase;
	}
	#mobile-menu .nav-menu li.don {
	    margin: 0 0 0 -15px;
	    text-align: center;
	}
	#mobile-menu .nav-menu li.don a {
		font-size:14px;
		background: #2484c4;
		font-family: Open sans;
		text-transform:uppercase;
		font-weight:bold;
		color:#fff;
		padding: 8px;	
		display: block !important;
	}
	#mobile-menu .nav-menu .sub-menu li {
		margin-bottom: 10px;
	}
	#mobile-menu .nav-menu .sub-menu li a {
	    border: medium none;
	    font-family: uni_sansthin_caps;
	    font-size: 12px;
	    margin: 0;
	    padding: 0;
	    text-transform: uppercase;
	}
	#mobile-menu .nav-menu .sub-menu .sub-menu {
		display:none;
	}
	#page .navbar-toggle {
	    background: transparent none repeat scroll 0px 0px;
	    border: medium none;
	    border-radius: 0px;
	    display: block;
	    float: none;
	    position: absolute;
	    right: 5px;
	    top: 5px;
	}
	#page .navbar-toggle .icon-bar {
	    background: none repeat scroll 0 0 #ffffff;
	    border-radius: 0;
	    display: block;
	    height: 3px;
	    width: 22px;
	}
	.nav-menu li a {
		color:#FFF;
		font-size:14px;
	}	
	.nav-menu li a:hover {
		color:#F1F1F1;
	}
	.nav-menu .sub-menu li a {
		color:#FFF;
		font-size:12px;
	}	
	.nav-menu .sub-menu li a:hover {
		color:#F1F1F1;
	}	
	.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
	    display: block;
	}
	.page-template-news .news-jumbotron .entry-title, .page-template-news .news-jumbotron .archive-title, .search .post-jumbotron .page-header, .post-type-archive-blog .news-jumbotron .archive-header, .single-tribe_events .events-jumbotron .archive-header, .events-list .events-jumbotron .archive-header, .events-gridview .events-jumbotron .archive-header, .events-archive .events-jumbotron .archive-header, .post-type-archive-jobs .archive-header, .tax-nova_cat_jobs .archive-header, .post-type-archive-partenaires .archive-title {
		margin-top: 150px;
	}
	.template-front-page .about-surfrider .wrap-ico-cat li {
		margin-right:20px;
	}
	#primary .subscribe-surfrider,
	#colophon .subscribe-surfrider h3,
	.template-front-page .about-surfrider p br,
	.template-front-page .site-content .entry-date, .page-template-news .site-content .entry-date, .post-type-archive-petitions .site-content .entry-date, .tax-segments .site-content .entry-date, .search .site-content .entry-date, .post-type-archive-blog .site-content .entry-date,
	#lang_sel,
	.template-front-page .site-content .wrap-article .entry-content, .page-template-news .site-content .wrap-article .entry-content, .post-type-archive-petitions .site-content .wrap-article .entry-content, .tax-segments .site-content .wrap-article .entry-content, .search .site-content .wrap-article .entry-content, .post-type-archive-blog .site-content .wrap-article .entry-content,
	.wrap-ico-thumb,
	.goodies-surfrider .dons,
	#colophon #tertiary,
	#colophon .site-info,
	.page .entry-breadcrumbs,
	.template-front-page .agir-surfrider h2 + p,
	.template-front-page .agir-surfrider .act .btn-primary,
	.template-front-page .goodies-surfrider .btn-primary,
	.template-front-page .news-surfrider .blog-surfrider a.thumb .read-more, .page-template-news .news-surfrider .blog-surfrider a.thumb .read-more, .post-type-archive-petitions .news-surfrider .blog-surfrider a.thumb .read-more, .tax-segments .news-surfrider .blog-surfrider a.thumb .read-more, .search .blog-surfrider a.thumb .read-more, .post-type-archive-blog .blog-surfrider a.thumb .read-more,
	.template-front-page .news-surfrider .news .thumb .read-more, .page-template-news .news-surfrider .news .thumb .read-more, .post-type-archive-petitions .news-surfrider .news .thumb .read-more, .tax-segments .news-surfrider .news .thumb .read-more, .search .news .thumb .read-more, .post-type-archive-blog .news .thumb .read-more,
	.events-archive .type-tribe_events .thumb .read-more	
	 {	
		display: none !important;
	}
	.site-content .entry-header .entry-title,
	.page-template-default .site-content .entry-header .entry-title, 
	.page-template-dechets .site-content .entry-header .entry-title, 
	.page-template-news .news-jumbotron .entry-title, 
	.page-template-news .news-jumbotron .archive-title, 
	.post-type-archive-petitions .petitions-jumbotron .archive-title, 
	.tax-segments .petitions-jumbotron .archive-title, 
	.single-petitions .petitions-jumbotron .archive-title, 
	.single-post .news-surfrider .entry-title, 
	.single-blog .news-surfrider .entry-title, 
	.search .post-jumbotron .page-title, 
	.post-type-archive-blog .news-jumbotron .archive-title, 
	.single-antennes .antennes-jumbotron .archive-title, 
	.page-template-antennes .antennes-jumbotron .archive-title, 
	.single-tribe_events .events-jumbotron .archive-title, 
	.events-list .events-jumbotron .archive-title, 
	.events-gridview .events-jumbotron .archive-title, 
	.events-archive .events-jumbotron .archive-title, 
	.post-type-archive-jobs .archive-title, 
	.tax-nova_cat_jobs .archive-title, 
	.woocommerce .page-title, 
	.single-partenaires .archive-title, 
	.post-type-archive-partenaires .archive-title {
		font-size: 40px;
		word-break: break-all;
	}
	.site-header h1 a, .site-header h2 a {
	    height: 100px !important;
	    line-height: 100px !important;
	    width: 110px !important;
	}
	.post-type-archive-petitions .petitions-jumbotron .archive-title, .tax-segments .petitions-jumbotron .archive-title, .single-petitions .petitions-jumbotron .archive-title {
	    margin-top: 250px;
	}
	.post-type-archive-petitions .petitions-jumbotron, .tax-segments .petitions-jumbotron {
	    height: 380px;
	}
	.post-type-archive-petitions .petitions-jumbotron .archive-title, .tax-segments .petitions-jumbotron .archive-title {
	    font-size: 24px;
	    margin-top: 200px;
	}
	.single-petitions .petitions-jumbotron .archive-title {
	    font-size: 24px;
    	line-height: 28px;
    	margin-top: 150px;
	}
	.page-template-news .news-jumbotron p, .post-type-archive-petitions .petitions-jumbotron p, .tax-segments .petitions-jumbotron p, .single-petitions .petitions-jumbotron p {
	    color: #ffffff;
	    font-family: uni_sansheavy_caps;
	    font-size: 20px;
	}
	.site-header #logo {
		position:absolute;
		top: 0px;
		left:15px;
	}
	.site-header #logo img {
	    height: auto;
	    width: 100px;
	}
	.site-header .search-field:focus {
	    background-color: #ffffff;
	    border: 1px solid #002c47;
	    font-size: 12px;
	    width: 240px;
	}
	.don-link, .menu-link {
	    display: block !important;
	}
	.menu-link {
		float: left;
		width: 60px;
		height: 45px;
		position: absolute;
		right: 0;
		z-index: 800;
	}
	.template-front-page .news-surfrider .cat-post, .page-template-news .news-surfrider .cat-post, .search .news .cat-post, .post-type-archive-blog .news .cat-post {
	    margin: 0;
	    padding: 0 15px;
	}
	.template-front-page .site-content .wrap-article .entry-header, .page-template-news .site-content .wrap-article .entry-header, .post-type-archive-petitions .site-content .wrap-article .entry-header, .tax-segments .site-content .wrap-article .entry-header, .search .site-content .wrap-article .entry-header, .post-type-archive-blog .site-content .wrap-article .entry-header {
	    margin: 0;
	    padding-top: 0;
	}
	.subscribe-surfrider {
	    height: 100%;
	    vertical-align: middle;
	}
	body .gform_wrapper label.gfield_label + div.ginput_container {
	    margin-top: 17px !important;
	}
	.newsletter-fom_wrapper input[type="submit"] {
	    top: 17px;
	}
	.antennes-jumbotron {
		background-size: cover !important;
	}
	.single-antennes .antennes-jumbotron .archive-title, .page-template-antennes .antennes-jumbotron .archive-title {
		margin-top: 30px;
	}
	.map-antennes {
		padding: 0 10px;
	}
	#colophon .subscribe-surfrider {
	    display: inline-block;
	    width: 100%;
	}
	#colophon .subscribe-surfrider .social-networks {
	    background: none repeat scroll 0 0 #06395a;
	    text-align: left;
	}
	#colophon .subscribe-surfrider .social-networks a {
	    color: #ffffff !important;
	    padding: 0 5px;
	    vertical-align: middle;
	}
	.social-networks a {
		padding: 0 6px;
	}
	.social-networks a span {
	    font-size: 32px;
	    height: 35px;
	    line-height: 30px;
	    text-align: center;
	    vertical-align: middle;
	    width: auto;
	}
	#colophon .subscribe-surfrider .social-networks a:hover {
	    background: none repeat scroll 0 0 #ffffff;
	    color: #06395a !important;
	    padding: 0 5px;
	}
	#colophon .newsletter-fom_wrapper {
	    float: none;
	    margin: 0 !important;
	    width: 100%;
	}
	#colophon .newsletter-fom_wrapper .gform_body {
	    float: none;
	    position: absolute;
	    width: 100%;
	}
	footer[role="contentinfo"] {
	    clear: both;
	    display: inline-block;
	    font-size: 12px;
	    line-height: 2;
	    margin: 0 auto;
	    width: 100%;
	}
	.entry-content li, .comment-content li, .mu_register li {
		margin: 0;
	}
	.template-front-page .about-surfrider h1 {
    	font-size: 24px;
    	margin-bottom: 20px;
	}	
	.template-front-page .about-surfrider p {
	    font-size: 12px;
	    line-height: 20px;
	    margin-bottom: 20px;
	}
	.template-front-page .about-surfrider .btn-primary {
	    font-size: 12px;
	    padding: 15px 20px;
	}
	.template-front-page .about-surfrider .wrap-ico-cat li {
	    float: none;
	    height: 64px;
	    margin-right: 0;
	    width: 64px;
	    margin-bottom: 50px;
	}
	.template-front-page .about-surfrider .wrap-ico-cat li .ico-thumb {
	    height: 50px;
	    line-height: 50px;
	    top: 15px;
	}
	.template-front-page .about-surfrider .wrap-ico-cat li .ico-thumb svg {
	    height: 36px;
	    width: 36px;
	}
	.template-front-page .about-surfrider .wrap-ico-cat {
	    display: inline-block;
	    left: -15px;
	    position: relative;
	    text-align: center;
	    top: 30px;
	    width: 100%;
	}
	.template-front-page .about-surfrider {
	    background: url("img/bg-about.jpg") no-repeat scroll 50% 90% #010207;
	    height: 680px;
	    padding: 130px 0 0;
	}
	.template-front-page .news-surfrider h2, .template-front-page .goodies-surfrider h2, .template-front-page .dons-surfrider h2 {
	    font-size: 24px;
	    margin-top: 30px;
	    margin-bottom: 10px;
	}
	.template-front-page .goodies-surfrider .container-slider-boutique {
	    margin: 30px 0;
	}
	.template-front-page .news-surfrider .blog-surfrider .wrap-article, 
	.template-front-page .site-content .wrap-article, 
	.page-template-news .site-content .wrap-article, 
	.post-type-archive-petitions .site-content .wrap-article, 
	.tax-segments .site-content .wrap-article, 
	.search .site-content .wrap-article, 
	.post-type-archive-blog .site-content .wrap-article {
	    display: inline-block;
	    height: inherit;
	    width: 100%;
	}
	.template-front-page .news-surfrider .blog-surfrider .wrap-article {
		height: 130px;
	}
	.template-front-page .news-surfrider .blog-surfrider .entry-title, .page-template-news .news-surfrider .blog-surfrider .entry-title {
	    top: 0;
	}
	.template-front-page .news-surfrider .entry-title, 
	.post-type-archive-petitions .news-surfrider .entry-title, 
	.tax-segments .news-surfrider .entry-title, 
	.search .news .entry-title, 
	.post-type-archive-blog .news .entry-title {
	    padding: 15px;
	}
	.template-front-page .news-surfrider .news .entry-title, .page-template-news .news-surfrider .news .entry-title {
	    margin: 0;
	    padding: 0 0 15px;
	}
	.news-pagination .prev, .news-pagination .next {
	    display: inline-block;
	    margin: 10px 0;
	    width: 100%;
	}
	.template-front-page .news-surfrider .all-news, 
	.page-template-news .news-surfrider .all-news {
	    bottom: -10px;
	    right: 15px;
	    top: inherit;
	    z-index: 5000;
	}
	.template-front-page .news-surfrider .blog-surfrider .all-news {
		bottom:-20px;
	}
	.template-front-page .news-surfrider .entry-title , .page-template-news .news-surfrider .entry-title , .post-type-archive-petitions .news-surfrider .entry-title a, .tax-segments .news-surfrider .entry-title a, .search .news .entry-title a, .post-type-archive-blog .news .entry-title a {
        color: #041927;
	    font-size: 16px;
	    font-weight: bold;
	    transition: all 300ms linear 0s
	}
	.template-front-page .news-surfrider .thumb, 
	.page-template-news .news-surfrider a.thumb,
	.post-type-archive-petitions .news-surfrider a.thumb, 
	.tax-segments .news-surfrider a.thumb, 
	.search .news a.thumb, 
	.post-type-archive-blog .news .thumb,
	.events-archive .type-tribe_events a.thumb {
	    display: block !important;
	    height: inherit !important;
	    margin-bottom: 0 !important;
	    position: relative !important;
	}
	.template-front-page .news-surfrider .blog-surfrider img, .page-template-news .news-surfrider .blog-surfrider img, .post-type-archive-petitions .news-surfrider .blog-surfrider img, .tax-segments .news-surfrider .blog-surfrider img {
	    clip: rect(0px, 767px, 140px, 0px);
	    display: block;
	    height: auto;
	    position: absolute;
	    width: 100%;
	}
	.page-template-news .site-content .wrap-article, .post-type-archive-petitions .site-content .wrap-article, .tax-segments .site-content .wrap-article, .search .site-content .wrap-article, .post-type-archive-blog .site-content .wrap-article {
	    height: auto;
	}
	.template-front-page .news-surfrider .cat-post a, .page-template-news .news-surfrider .cat-post a, .search .news .cat-post a, .post-type-archive-blog .news .cat-post a {
	    font-size: 12px;
	}
	.template-front-page .agir-surfrider h2 {
	    border-top: 1px solid #bcbcbc;
	    color: #041a28;
	    font-family: uni_sansheavy_caps;
	    font-size: 24px;
	    font-weight: 600;
	    margin-bottom: 10px;
	    margin-top: 15px;
	    padding-top: 20px;
	    position: relative;
	    text-transform: uppercase;
	    text-align:left;
	}
	.template-front-page .agir-surfrider h2::before {
	    background: none repeat scroll 0 0 #bcbcbc;
	    content: "";
	    height: 7px;
	    position: absolute;
	    top: -4px;
	    width: 80px;
	}
	.template-front-page .agir-surfrider {
	    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	    color: inherit;
	    height: inherit;
	    padding: 0;
	}
	.template-front-page .agir-surfrider .act p, .template-front-page .goodies-surfrider p {
	    color: inherit;
	    font-size: 12px;
	    line-height: 18px;
	    margin-top: 5px;
	}
	.template-front-page .agir-surfrider h3 {
	    font-family: uni_sansheavy_caps;
	    font-size: 22px;
	    margin-bottom: 0;
	}
	.template-front-page .agir-surfrider .act {
	    border-bottom: 1px solid #bcbcbc;
	    padding: 20px 0 0;
	}
	.template-front-page .agir-surfrider .act span {
	    height: 54px;
	    padding: 14px;
	    width: 54px;
	}
	.single-petitions .petitions-jumbotron {
	    background-size: auto 100% !important;
	    height:380px;
	}
	.single-post .post-jumbotron {
	    background-size: cover !important;
	    height: 170px;
	    margin-bottom: 15px;
	}
	.single-post .entry-breadcrumbs, .single-post #newsletter-form {
		display: none;
	}
	.page-template-default .entry-content p, .page-template-dechets .entry-content p, .full-width .entry-content p, .single-post .entry-content p, .single-blog .entry-content p {
	    color: #4e4e4e;
	    font-family: Georgia;
	    font-size: 14px;
	}
	.entry-content h3, .comment-content h3 {
	    font-size: 22px;
	    line-height: 26px;
	}
	.entry-content img, .comment-content img, .widget img {
	    display: inline-block;
	    float: none;
	    margin: 0 0 10px;
	    max-width: 100%;
	    width: 100%;
	}
	.single-post #latest-news .all-news, .single-blog #latest-news .all-news {
	    padding: 20px;
	}
	.single-post #latest-news .entry-header .entry-title a, .single-blog #latest-news .entry-header .entry-title a {
	    display: block;
	    font-size: 16px;
	    font-family:Open sans;
	}
	.entry-content blockquote::before {
	    left: -25px;
	    position: absolute;
	    top: 10px;
	    font-size: 45px;
	}
	.entry-content blockquote, .comment-content blockquote {
	    left: 8%;
	    width: 92%;
	}
	.wp-caption {
	    left: inherit;
	    max-width: 100%;
	    padding: 0;
	    position: relative;
	}
	.page-template-default .site-content .entry-header, .page-template-dechets .site-content .entry-header {
	    background: url("img/bg-about.jpg") no-repeat scroll 50% 50% #010207;
	    padding: inherit;
	}
	.page-template-default .site-content .entry-header, .page-template-dechets .site-content .entry-header {
	    background: url("img/bg-about.jpg") no-repeat scroll 50% 50% / cover #010207;
	}
	.page-template-default .site-content .entry-header p, .page-template-dechets .site-content .entry-header p {
	    color: #ffffff;
	    font-family: uni_sansthin_caps;
	    font-size: 16px;
	    line-height: 26px;
	}
	.page-template-default .fond-bleu, .page-template-dechets .fond-bleu, .full-width .fond-bleu, .single-post .fond-bleu, .single-blog .fond-bleu {
	    margin: 0 -15px;
	    padding: 15px;
	}
	.page-template-default .fond-bleu::before, .page-template-dechets .fond-bleu::before, .full-width .fond-bleu::before, .single-post .fond-bleu::before, .single-blog .fond-bleu::before,
	.page-template-default .fond-bleu::after, .page-template-dechets .fond-bleu::after, .full-width .fond-bleu::after, .single-post .fond-bleu::after, .single-blog .fond-bleu::after,
	.full-width .site-content .entry-header .entry-title::before, .template-sitemap .site-content .entry-header .entry-title::before, .single-post .site-content .entry-header .entry-title::before,
	.full-width .site-content .entry-header .entry-title::after, .template-sitemap .site-content .entry-header .entry-title::after, .single-post .site-content .entry-header .entry-title::after {
		content:none;
	}
	.full-width .site-content .entry-header .entry-title, .template-sitemap .site-content .entry-header .entry-title, .single-post .site-content .entry-header .entry-title {
	    font-size: 30px;
	    margin-top: 0;
	}	
	.don-link {
	    left: 135px;
	}
}
/* Minimum width of 768 pixels. */
@media screen and (min-width: 768px) {
	#page .navbar-toggle {
	    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	    border: medium none;
	    border-radius: 0;
	    display: block;
	    float: none;
	    position: relative;
	    right: 15px;
	    top: 0;
	}
	#page .navbar-toggle .icon-bar {
	    background: none repeat scroll 0 0 #ffffff;
	    border-radius: 0;
	    display: block;
	    height: 3px;
	    width: 22px;
	}
	#mobile-menu .head-ticker h4 {
	    clear: none;
	    display: inline-block;
	    font-family: Open sans;
	    font-size: 14px;
	    font-weight: bold;
	    line-height: 30px;
	    padding-left: 10px;
	    text-align: left;
	    text-transform: uppercase;
	    vertical-align: middle;
	    width: 80%;
	}
	#mobile-menu .nav-menu li.don a {
	    left: 0px;
	    width: 275px;
	    margin: 0;
	}
	#mobile-menu .close {
		width:100%;
	}
	#mobile-menu .nav-menu li a {
	    border-top: 1px solid #06395a;
	    display: block;
	    font-family: uni_sansheavy_caps;
	    font-size: 18px;
	    font-weight: lighter;
	    margin: 0 -15px;
	    padding: 15px;
	    position: relative;
	    text-transform: uppercase;
	}
	#mobile-menu .nav-menu li.don {
	    margin: 0 0 0 -15px;
	    text-align: center;
	}
	#mobile-menu .nav-menu li.don a {
		font-size:14px;
		background: #2484c4;
		font-family: Open sans;
		text-transform:uppercase;
		font-weight:bold;
		color:#fff;
		padding: 8px;	
		display: block !important;
	}
	#mobile-menu .nav-menu .sub-menu li {
		margin-bottom: 10px;
	}
	#mobile-menu .nav-menu .sub-menu li a {
	    border: medium none;
	    font-family: uni_sansthin_caps;
	    font-size: 12px;
	    margin: 0;
	    padding: 0;
	    text-transform: uppercase;
	}
	#mobile-menu .nav-menu .sub-menu .sub-menu {
		display:none;
	}
	/* Columns Shortcode */
	.one_half {
		width: 49% !important;
		margin-right: 2% !important;
	}
	.one_half.last_column {
		width: 49% !important;
		margin-right: 0px !important;
	}
	.one_third {
		width: 32% !important;
		margin-right: 2% !important;
	}
	.one_third.last_column {
		width: 32% !important;
		margin-right: 0px !important;
	}
	.two_third {
		width: 66% !important;
		margin-right: 2% !important;
	}
	.two_third.last_column {
		width: 66% !important;
		margin-right: 0px !important;
	}
	.one_fourth {
		width: 23.5% !important;
		margin-right: 2% !important;
	}
	.one_fourth.last_column {
		width: 23.5% !important;
		margin-right: 0px !important;
	}
	.three_fourth {
		width: 74.5% !important;
		margin-right: 2% !important;
	}
	.three_fourth.last_column {
		width: 74.5% !important;
		margin-right: 0px !important;
	}
	.one_fifth {
		width: 18.4% !important;
		margin-right: 2% !important;
	}
	.one_fifth.last_column {
		width: 18.4% !important;
		margin-right: 0px !important;
	}
	.two_fifth {
		width: 39% !important;
		margin-right: 2% !important;
	}
	.two_fifth.last_column {
		width: 39% !important;
		margin-right: 0px !important;
	}
	.three_fifth {
		width: 59% !important;
		margin-right: 2% !important;
	}
	.three_fifth.last_column {
		width: 59% !important;
		margin-right: 0px !important;
	}
	.four_fifth {
		width: 79.6% !important;
		margin-right: 2% !important;
	}
	.four_fifth.last_column {
		width: 79.6% !important;
		margin-right: 0px !important;
	}
	.one_sixth {
		width: 15% !important;
		margin-right: 2% !important;
	}
	.one_sixth.last_column {
		width: 15% !important;
		margin-right: 0px !important;
	}
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		overflow: hidden;
		position: relative;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content,
	body.template-contact .site-content,
	body.error404 .site-content {
		width: 100%;
	}
	body.full-width .site-content {
		padding:0;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
	    font-size: 1.85714rem;
	    line-height: 1.84615;
	    margin-bottom: 0;
	    position: absolute;
	    top: 0px;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: right;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a,
	#fixed-navigation.main-navigation .don-link {
	    border-bottom: 0 none;
	    color: #fff;
	    line-height: 3.69231;
	    padding: 6px 30px;
	    text-transform: uppercase;
	    white-space: nowrap;
	    transition: all 300ms linear;
	}
	.main-navigation li a:hover {
		color: #2484c4;
	}
	.main-navigation li.menu-item-has-children a:after {
		content:'\f140';
		font-family:Dashicons;
	} 
	.main-navigation li.menu-item-has-children .sub-menu a:after {
		content:none;
	} 
	.main-navigation li .sub-menu .menu-item-has-children > a:after {
	    content: '\f139';
	    font-family: Dashicons;
	    line-height: 30px;
	    position: absolute;
	    right: 5px;
	}
	.main-navigation li {
		margin: 0;
		position: relative;
	}
	.main-navigation .don-link {
		display: block !important;
	}
	.main-navigation li.don a, #fixed-navigation.main-navigation .don-link {
	    background: none repeat scroll 0 0 #2383c3;
	    color: #ffffff;
	    font-weight: bold;
	    text-decoration: none;
	}
	.main-navigation li.don a:hover,
	#fixed-navigation.main-navigation .don-link:hover {
		background:#10AFC6;
		color:#fff;
	}
	.main-navigation li:last-child {
		margin: 0;
	}
	.main-navigation li ul {
	    background: none repeat scroll 0 0 rgba(0, 43, 69, 0.85);
	    display: none;
	    margin: 0;
	    opacity: 0;
	    padding: 0;
	    position: absolute;
	    text-align: left;
	    top: 100%;
	    transition: all 300ms ease-in 0s;
	    visibility: hidden;
	    z-index: 1;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
	    border-left: 0 none;
	    display: block;
	    opacity: 1;
	    visibility: visible;
	}
	.main-navigation li ul li a {
	    display: block;
	    font-size: 12px;
	    font-weight: 600;
	    line-height: 2.18182;
	    padding: 8px 10px;
	    text-transform: uppercase;
	    white-space: normal;
	    width: 220px;
	}
	.main-navigation li ul li a:hover {
		color: #2484c4;
	}
	.main-navigation li:hover > a, .main-navigation a:focus, .main-navigation a.active {
	    color: #2484C4;
	}
	.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
	    color: #fff;
	    font-weight: bold;
	}
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even) {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}
/* =Pad
---------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 991px) {
	body {
		padding-top: 85px;
	}
	.site-header {
	    top: 0px;
	    width: 100%;
	    position: fixed;
	}
	.template-front-page .about-surfrider .wrap-ico-cat li {
		margin-right:20px;
	}
	#fixed-navigation.main-navigation {
		display: none !important;
	}
	.page-template-news .site-content .wrap-article, .post-type-archive-petitions .site-content .wrap-article, .tax-segments .site-content .wrap-article, .search .site-content .wrap-article, .post-type-archive-blog .site-content .wrap-article {
	    height: auto;
	}
	#lang_sel {
	    left: 160px;
	}
	.single-petitions .petitions-jumbotron {
    	background-size: auto 100% !important;
	}
	.page-template-default .site-content .entry-header p, .page-template-dechets .site-content .entry-header p {
	    font-family: uni_sansthin_caps;
	    font-size: 30px;
	}
	#colophon #tertiary,
	#colophon .site-info,
	.single-post .entry-breadcrumbs,
	.single-post #newsletter-form {
		display: none;
	}
	.subscribe-surfrider {
	    height: 100%;
	    vertical-align: middle;
	}
	body .gform_wrapper label.gfield_label + div.ginput_container {
	    margin-top: 17px !important;
	}
	.newsletter-fom_wrapper input[type="submit"] {
	    top: 17px;
	}
	#colophon .subscribe-surfrider {
	    display: inline-block;
	    width: 100%;
	}
	#colophon .subscribe-surfrider .social-networks {
	    background: none repeat scroll 0 0 #06395a;
	    text-align: left;
	}
	#colophon .subscribe-surfrider .social-networks a {
	    color: #ffffff !important;
	    padding: 0 5px;
	    vertical-align: middle;
	}
	.social-networks a span {
	    font-size: 38px;
	    height: 35px;
	    line-height: 30px;
	    text-align: center;
	    vertical-align: middle;
	    width: auto;
	}
	#colophon .subscribe-surfrider .social-networks a:hover {
	    background: none repeat scroll 0 0 #ffffff;
	    color: #06395a !important;
	    padding: 0 5px;
	}
	#colophon .newsletter-fom_wrapper {
	    float: none;
	    margin: 0 !important;
	    width: 100%;
	}
	#colophon .newsletter-fom_wrapper .gform_body {
	    float: none;
	    position: absolute;
	    width: 100%;
	}
	.don-link {
		left: 160px;
	}
}

/* =Mobile + Pad
----------------------------------------------- */
@media screen and (max-width: 991px) {
	.container {
		width: auto;
	}
	#fixed-navigation {
		display: none;
	}
	.top-navigation {
	    display: inline-block;
	    height: 85px;
	    overflow: hidden;
	    width: 100%;
	}
	#fixed-navigation.main-navigation {
	    left: 0;
	}
	.top-navigation .wrap-bg-first {
	    background: none repeat scroll 0 0 #041a28;
	    display: inline-block !important;
	    height: 40px;
	    left: 0;
	    position: absolute;
	    top: -1px;
	    width: 100%;
	}
	.top-navigation .wrap-bg-second {
	    background: none repeat scroll 0 0 #002c47;
	    display: inline-block;
	    height: 45px;
	    left: 0;
	    position: absolute;
	    top: 40px;
	    width: 100%;
	}
	.don-link {
	    background: none repeat scroll 0 0 #2484c4;
	    color: #ffffff !important;
	    display: inline-block !important;
	    font-size: 12px;
	    font-weight: bold;
	    height: 45px;
	    line-height: 45px;
	    position: absolute;
	    text-align: center;
	    text-indent: inherit;
	    text-transform: uppercase;
	    top: 0;
	    width: 145px;
	}
	#lang_sel, .main-navigation {
		display: none;
	}
	.single-blog .news-surfrider .entry-title, .single-post .news-surfrider .entry-title {
	    margin-top: 20px;
	}
	.slideshow-slide {
		max-width: 100% !important;
	}
}

/* =Bureau
----------------------------------------------- */
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.template-front-page .news-surfrider .news .thumb:hover > .read-more::after, .page-template-news .news-surfrider .news .thumb:hover > .read-more::after, .post-type-archive-petitions .news-surfrider .news .thumb:hover > .read-more::after, .tax-segments .news-surfrider .news a.thumb:hover > .read-more::after, .search .news a.thumb:hover > .read-more::after, .post-type-archive-blog .news a.thumb:hover > .read-more::after {
	    top: 45%;
	}
	.template-front-page .news-surfrider .blog-surfrider a.thumb .read-more::after, .page-template-news .news-surfrider .blog-surfrider a.thumb .read-more::after, .post-type-archive-petitions .news-surfrider .thumb .read-more::after, .tax-segments .news-surfrider .blog-surfrider a.thumb .read-more::after, .search .blog-surfrider a.thumb .read-more::after, .post-type-archive-blog .blog-surfrider a.thumb .read-more::after { 
	    left: 110px;
	    width: 160px;
	}
	.template-front-page .news-surfrider .blog-surfrider a.thumb .read-more, .page-template-news .news-surfrider .blog-surfrider a.thumb .read-more, .post-type-archive-petitions .news-surfrider .thumb .read-more, .tax-segments .news-surfrider .blog-surfrider a.thumb .read-more, .search .blog-surfrider a.thumb .read-more, .post-type-archive-blog .blog-surfrider a.thumb .read-more {
	    left: -30px;
	}
	.template-front-page .agir-surfrider h2::before, .template-front-page .agir-surfrider h2::after {
	    width: 23%;
	}
	.template-front-page .news-surfrider img, .page-template-news .news-surfrider img, .post-type-archive-petitions .news-surfrider img, .tax-segments .news-surfrider img, .search .news img, .post-type-archive-blog .news img, .events-archive .type-tribe_events img {
	    height: 180px;
	}
	.single-post #secondary .newsletter-fom_wrapper .right_label input.large, 
	.single-post #secondary .newsletter-fom_wrapper .right_label select.large, 
	.single-post #secondary .newsletter-fom_wrapper .left_label input.large, 
	.single-post #secondary .newsletter-fom_wrapper .left_label select.large,
	.single-post #secondary .newsletter-fom_wrapper textarea.textarea,
	.single-blog #secondary .newsletter-fom_wrapper .right_label input.large, 
	.single-blog #secondary .newsletter-fom_wrapper .right_label select.large, 
	.single-blog #secondary .newsletter-fom_wrapper .left_label input.large, 
	.single-blog #secondary .newsletter-fom_wrapper .left_label select.large,
	.single-blog #secondary .newsletter-fom_wrapper textarea.textarea,
	.single-antennes #secondary .newsletter-fom_wrapper .right_label input.large, 
	.single-antennes #secondary .newsletter-fom_wrapper .right_label select.large, 
	.single-antennes #secondary .newsletter-fom_wrapper .left_label input.large, 
	.single-antennes #secondary .newsletter-fom_wrapper .left_label select.large,
	.single-antennes #secondary .newsletter-fom_wrapper textarea.textarea {
	    width: 77% !important;
	}
}

/* =Bureau + iMac
----------------------------------------------- */
@media screen and (min-width: 992px) {
	#page .navbar-toggle {
		display: none;
	}
	#fixed-navigation.main-navigation .navbar-toggle {
		display: block;
	}
	#fixed-navigation.main-navigation #lang_sel {
	    left: 180px;
	    position: absolute;
	    top: 10px;
	    z-index: 400;
	}
	#fixed-navigation .don-link, #fixed-navigation .menu-ticker, #fixed-navigation .menu-link {
	    display: inline-block !important;
	    top: 12px;
	}
	#fixed-navigation.main-navigation .menu-link {
		position: relative;
	}
	#fixed-navigation.main-navigation .search-form {
	    display: inline-block;
	    position: relative;
	    right: 20px;
	    top: 1px;
	}
}

/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}