/*!
Theme Name: Apprenti
Theme URI: 
Author: apprenti
Author URI:
Description: Apprenti is based on wisteria and modified by La Quadrature du Net.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: apprenti
Domain Path: /languages/

This theme, like WordPress, is licensed under the GPL v2 or later.
Use it to make something cool, have fun, and share what you've learned with others.
www.laquadrature.net
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Fontface
2.0 - Normalize
3.0 - Fonts
	3.1 - Global
	3.2 - Paragraph
	3.3 - Headings
	3.4 - Links
	3.5 - Blockquote
	3.6 - General
4.0 - Elements
	4.1 - HR
	4.2 - List
	4.3 - Table
	4.4 - Image
	4.5 - HTML5 Elements
	4.6 - Forms
5.0 - Accessibility
6.0 - Alignments
7.0 - Clearings
8.0 - Navigation Menus
	8.1 - Main Navigation
	8.2 - Header Menu
	8.3 - Header Menu Responsive
9.0 - Navigation Misc
	9.1 - Navigation Archives
	9.2 - Navigation Post
	9.3 - Navigation Comments
	9.4 - Navigation Attachments
	9.5 - Navigation Common Styles: Comments, Attachments
10.0 - Skeleton
	10.1 - Site Wrapper
	10.2 - Site Header
	10.3 - Site Branding Wrapper
	10.4 - Site Custom Logo
	10.5 - Site Branding
	10.6 - Site Content
	10.7 - Sidebar
	10.8 - Footer
11.0 - Content
	11.1 - HEntry
	11.2 - Page Links
	11.3 - More Link
	11.4 - Entry Meta
	11.5 - Author Info
	11.6 - Comments
	11.7 - Pages uniques
12.0 - Widgets
	12.1 - Search Form Widget
	12.2 - Tag Cloud Widget
13.0 - Media
	13.1 - Captions
	13.2 - Galleries
	13.3 - Media Elements
14.0 - Utilities
	14.1 - Overlay Effect
	14.2 - Misc
15.0 - Admin Bar
16.0 - Jetpack
	16.1 - WP Stats
17.0 - Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 - Fontface
--------------------------------------------------------------*/
/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('webfonts/roboto-v18-latin-100.eot'); /* IE9 Compat Modes */
  src: local('Roboto Thin'), local('Roboto-Thin'),
       url('webfonts/roboto-v18-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/roboto-v18-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfonts/roboto-v18-latin-100.woff') format('woff'), /* Modern Browsers */
       url('webfonts/roboto-v18-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('webfonts/roboto-v18-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-100italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: url('webfonts/roboto-v18-latin-100italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'),
       url('webfonts/roboto-v18-latin-100italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/roboto-v18-latin-100italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfonts/roboto-v18-latin-100italic.woff') format('woff'), /* Modern Browsers */
       url('webfonts/roboto-v18-latin-100italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('webfonts/roboto-v18-latin-100italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('webfonts/roboto-v18-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
       url('webfonts/roboto-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/roboto-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfonts/roboto-v18-latin-300.woff') format('woff'), /* Modern Browsers */
       url('webfonts/roboto-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('webfonts/roboto-v18-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-300italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('webfonts/roboto-v18-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'),
       url('webfonts/roboto-v18-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/roboto-v18-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfonts/roboto-v18-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('webfonts/roboto-v18-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('webfonts/roboto-v18-latin-300italic.svg#Roboto') format('svg'); /* Legacy iOS */
}


/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  src: url('webfonts/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('webfonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfonts/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('webfonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('webfonts/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: normal;
  src: url('webfonts/roboto-v18-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Italic'), local('Roboto-Italic'),
       url('webfonts/roboto-v18-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/roboto-v18-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfonts/roboto-v18-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('webfonts/roboto-v18-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('webfonts/roboto-v18-latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('webfonts/roboto-v18-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('webfonts/roboto-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/roboto-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfonts/roboto-v18-latin-700.woff') format('woff'), /* Modern Browsers */
       url('webfonts/roboto-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('webfonts/roboto-v18-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('webfonts/roboto-v18-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'),
       url('webfonts/roboto-v18-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/roboto-v18-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfonts/roboto-v18-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('webfonts/roboto-v18-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('webfonts/roboto-v18-latin-700italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('webfonts/roboto-v18-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Roboto Black'), local('Roboto-Black'),
       url('webfonts/roboto-v18-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/roboto-v18-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfonts/roboto-v18-latin-900.woff') format('woff'), /* Modern Browsers */
       url('webfonts/roboto-v18-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('webfonts/roboto-v18-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-900italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: url('webfonts/roboto-v18-latin-900italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Black Italic'), local('Roboto-BlackItalic'),
       url('webfonts/roboto-v18-latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/roboto-v18-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfonts/roboto-v18-latin-900italic.woff') format('woff'), /* Modern Browsers */
       url('webfonts/roboto-v18-latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('webfonts/roboto-v18-latin-900italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/*--------------------------------------------------------------
2.0 - Normalize
--------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #fff;
	overflow-x: hidden;
  /* Fallback for when there is no custom background color defined. */
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

ol,
ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

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

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

blockquote,
q {
  quotes: "" "";
}

a {
  background-color: transparent;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* Forms */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  line-height: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}
/*--------------------------------------------------------------
3.0 Fonts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.1 Global
--------------------------------------------------------------*/
html {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
}

body {
  background: white;
  color: #3d3d3d;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*--------------------------------------------------------------
3.2 Paragraph
--------------------------------------------------------------*/
p {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

p.lead {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.3;
}

p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
3.3 Headings
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #020202;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 900;
  line-height: 1.3;
}

h1 {
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

h2 {
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  margin-top: 3em;
}

h3 {
  font-size: 23px;
  font-size: 1.4375rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

h4 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

h5 {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  -webkit-text-stroke: .35px;
  /* Hack to fix thin text in Windows */
}

h6 {
  font-size: 10px;
  font-size: 0.625rem;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  -webkit-text-stroke: .35px;
  /* Hack to fix thin text in Windows */
}

/*--------------------------------------------------------------
3.4 Links
--------------------------------------------------------------*/
a, a:visited {
  color: #487ED6;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  color: #487ED6;
opacity:0.95;
}
.entry-title a, .entry-title a:focus, .entry-title a:active, .entry-title a:hover {
	color:black;
}
/*--------------------------------------------------------------
3.5 Blockquote
--------------------------------------------------------------*/
blockquote {
  color: #555;
  border-left: 8px solid #555;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.3;
  margin: 0 auto 26px;
  margin: 0 auto 1.625rem;
	padding: 0 1.25rem;
  position: relative;
}

blockquote blockquote {
  margin: 15px;
  margin: 0.9375rem;
}

blockquote p {
  margin: 0;
}

blockquote cite {
  color: #cccccc;
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-style: normal;
  margin: 15px 0 0;
  margin: 0.9375rem 0 0;
  text-transform: uppercase;
}

blockquote cite a, blockquote cite a:visited {
  color: #cccccc;
}

blockquote cite a:hover, blockquote cite a:focus, blockquote cite a:active {
  color: #999999;
}

blockquote.alignright, blockquote.alignleft {
  display: block;
  float: none;
  margin: 0 0 26px;
  margin: 0 0 1.625rem;
}

blockquote:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
3.6 General
--------------------------------------------------------------*/
b, strong {
  font-weight: bold;
}

dfn, cite, em, i {
  font-style: italic;
}

abbr, acronym {
  border-bottom: 1px dotted #ebebeb;
  cursor: help;
}

mark {
  background: #fcf8e3;
  padding: 2px 4px;
  padding: 0.125rem 0.25rem;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

cite {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  text-transform: uppercase;
}

address {
  font-style: italic;
  margin: 0 0 26px;
  margin: 0 0 1.625rem;
}

address:last-child {
  margin-bottom: 0;
}

code, kbd, samp, tt, var {
  font-size: 12px;
  font-size: 0.75rem;
}

kbd {
  background-color: #020202;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 90%;
  padding: 2px 4px;
  padding: 0.125rem 0.25rem;
}

kbd kbd {
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 100%;
  font-weight: bold;
  padding: 0;
}

pre {
  background: #fafafa;
  border: 1px dashed #ebebeb;
  color: #020202;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 0 26px;
  margin: 0 0 1.625rem;
  max-width: 100%;
  overflow: auto;
  padding: 15px;
  padding: 0.9375rem;
}

pre:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
4.0 Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
4.1 HR
--------------------------------------------------------------*/
hr {
  background-color: #ebebeb;
  border: 0;
  height: 1px;
  margin: 0 auto 26px;
  margin: 0 auto 1.625rem;
  width: 80%;
}

/*--------------------------------------------------------------
4.2 List
--------------------------------------------------------------*/
ul, ol {
  margin: 0 0 26px 26px;
  margin: 0 0 1.625rem 1.625rem;
}

ul:last-child, ol:last-child {
  margin-bottom: 0;
}

ul {
  list-style: disc;
}

ul ul {
  list-style: circle;
}

ul ul ul {
  list-style: square;
}

ol {
  list-style: decimal;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 26px;
  margin-left: 1.625rem;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 26px 26px;
  margin: 0 1.625rem 1.625rem;
}

/*--------------------------------------------------------------
4.3 Table
--------------------------------------------------------------*/
/* Table Reboot */
table {
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
}

/* Table Styles */
table {
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
  min-width: 100%;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

table caption {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

table th,
table td {
  padding: 8px;
  padding: 0.5rem;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #ebebeb;
}

table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #ebebeb;
  font-weight: 700;
}

table tbody + tbody {
  border-top: 2px solid #ebebeb;
}

table table {
  background-color: #fafafa;
}

table:last-child {
  margin-bottom: 0;
}

/* Table Small */
.table-sm th,
.table-sm td {
  padding: 5px;
}

/* Table Bordered */
.table-bordered {
  border: 1px solid #ebebeb;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #ebebeb;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* Table Zebra Striping */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f3f3f3;
}

/* Table Hover Effect */
.table-hover tbody tr:hover {
  background-color: #f3f3f3;
}

/* Table Active */
.table-active,
.table-active > th,
.table-active > td {
  background-color: #f5f5f5;
}

.table-hover .table-active:hover {
  background-color: #e8e8e8;
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #e8e8e8;
}

/* Table Success */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #5cb85c;
}

.table-hover .table-success:hover {
  background-color: #4cae4c;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #4cae4c;
}

/* Table Info */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #5bc0de;
}

.table-hover .table-info:hover {
  background-color: #46b8da;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #46b8da;
}

/* Table Warning */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #f0ad4e;
}

.table-hover .table-warning:hover {
  background-color: #eea236;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #eea236;
}

/* Table Danger */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #d9534f;
}

.table-hover .table-danger:hover {
  background-color: #d43f3a;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #d43f3a;
}

/* Table Responsive */
.table-responsive {
  display: block;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  width: 100%;
  overflow-x: auto;
}

.table-responsive:last-child {
  margin-bottom: 0;
}

/* Thead Inverse */
.thead-inverse th {
  color: #fff;
  background-color: #3d3d3d;
}

/* Thead Default */
.thead-default th {
  color: #3d3d3d;
  background-color: #ebebeb;
}

/* Table Inverse */
.table-inverse {
  color: #fff;
  background-color: #3d3d3d;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-inverse caption {
  color: #020202;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #999999;
}

.table-inverse a, .table-inverse a:visited {
  color: #ccc;
}

.table-inverse a:hover, .table-inverse a:focus, .table-inverse a:active {
  color: #fff;
}

/* Table Reflow */
.table-reflow thead {
  float: left;
}

.table-reflow tbody {
  display: block;
  white-space: nowrap;
}

.table-reflow th,
.table-reflow td {
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}

.table-reflow th:last-child,
.table-reflow td:last-child {
  border-right: 1px solid #ebebeb;
}

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #ebebeb;
}

.table-reflow tr {
  float: left;
}

.table-reflow tr th,
.table-reflow tr td {
  display: block !important;
  border: 1px solid #ebebeb;
}

/*--------------------------------------------------------------
4.4 Image
--------------------------------------------------------------*/
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle;
}

img.alignright, img.alignleft {
  max-width: 110px;
}

img.alignright {
  margin: 0 0 15px 20px;
  margin: 0 0 0.9375rem 1.25rem;
}

img.alignleft {
  margin: 0 20px 15px 0;
  margin: 0 1.25rem 0.9375rem 0;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

/*--------------------------------------------------------------
4.5 HTML5 Elements
--------------------------------------------------------------*/
figure {
  margin: 0;
}

embed,
iframe,
object,
audio,
canvas,
progress,
video {
  max-width: 100%;
}

/*--------------------------------------------------------------
4.6 Forms
--------------------------------------------------------------*/
/* Form Reboot */
button,
input,
select,
textarea {
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  max-width: 100%;
}

input,
textarea {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

input:focus,
textarea:focus {
  outline: 0;
}

input[type="search"] {
  -webkit-appearance: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  white-space: normal;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999;
}

/* Form Styles */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #487ED6;
/* border: 1px solid #c9a0dc;
  border-bottom: 3px solid #c9a0dc;*/
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: normal;
  padding: 12px 24px;
  padding: 0.75rem 1.5rem;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-appearance: button;
}

button:hover, button:focus, button:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
  background: #487ED6;
	opacity:0.8;
  outline: none;
}

button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  bottom: -2px;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
select,
textarea {
  color: #020202;
  border: 1px solid #ebebeb;
  border-radius: 2px;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
select:focus,
textarea:focus {
  color: #020202;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 8px 10px;
  padding: 0.5rem 0.625rem;
}

select {
  padding: 8px 10px;
  padding: 0.5rem 0.625rem;
  width: 98%;
}

textarea {
  padding: 8px 10px;
  padding: 0.5rem 0.625rem;
  resize: vertical;
  vertical-align: top;
  width: 98%;
}

/*--------------------------------------------------------------
5.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  padding: 0.9375rem 1.4375rem 0.875rem;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
  background-color: #f1f1f1;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  padding: 0.9375rem 1.4375rem 0.875rem;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}

.logged-in .site .skip-link {
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}

.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}

/*--------------------------------------------------------------
6.0 Alignments
--------------------------------------------------------------*/
.alignright {
  display: inline;
  float: right;
  margin: 0 0 15px 15px;
  margin: 0 0 0.9375rem 0.9375rem;
}

.alignleft {
  display: inline;
  float: left;
  margin: 0 15px 15px 0;
  margin: 0 0.9375rem 0.9375rem 0;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/*--------------------------------------------------------------
7.0 Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after,
.site-wrapper:before,
.site-wrapper:after,
.site-header:before,
.site-header:after,
.site-branding:before,
.site-branding:after,
.main-navigation:before,
.main-navigation:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.site-content:before,
.site-content:after,
.site-content-inside:before,
.site-content-inside:after,
.site-main:before,
.site-main:after,
.post-wrapper:before,
.post-wrapper:after,
.hentry:before,
.hentry:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.sidebar:before,
.sidebar:after,
.widget:before,
.widget:after,
.site-footer:before,
.site-footer:after,
.site-info:before,
.site-info:after,
.site-info-inside:before,
.site-info-inside:after,
.comment-body:before,
.comment-body:after,
.comment-meta:before,
.comment-meta:after,
.comment-content:before,
.comment-content:after {
  content: " ";
  display: table;
}

.clear:after,
.site-wrapper:after,
.site-header:after,
.site-branding:after,
.main-navigation:after,
.navigation:after,
.nav-links:after,
.site-content:after,
.site-content-inside:after,
.site-main:after,
.post-wrapper:after,
.hentry:after,
.entry-content:after,
.page-content:after,
.sidebar:after,
.widget:after,
.site-footer:after,
.site-info:after,
.site-info-inside:after,
.comment-body:after,
.comment-meta:after,
.comment-content:after {
  clear: both;
}

.pagination .nav-links {
	margin-bottom:4em;
}
/*--------------------------------------------------------------
8.0 - Navigation Menus
--------------------------------------------------------------*/
/*--------------------------------------------------------------
8.1 - Main Navigation
--------------------------------------------------------------*/
/* Main navigation */
.main-navigation {
  background-color: #020202;
  display: block;
  margin: 0;
  padding: 0 5px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 100;
}

.main-navigation .main-navigation-inside {
  position: relative;
}

.main-navigation.stuck {
  opacity: 0.9;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99950;
}

/*--------------------------------------------------------------
8.2 - Header Menu
--------------------------------------------------------------*/
/* Menu mobile caché */
#menumobile {
	display:none;
}
/*Menu desktop */
#menu-item-11761, 
#menu-item-416,
#menu-item-418{
	flex-grow:3;
}

#menu-1:last-child(-1), #menu-1:last-child {
	position:absolute;
	margin-right:0;
}

#menu-item-9 > a, #menu-item-220 > a,#menu-item-226 > a {
	padding-right:0;
}
#menu-item-219 a, #menu-item-219 a:visited, #menu-item-219 a:hover,
#menu-item-225 a, #menu-item-225 a:visited, #menu-item-225 a:hover{
	color: white;
}
#menu-item-11765 a, #menu-item-11765 a:visited, #menu-item-11765 a:hover{
	color:black;
	font-weight:bold;
}
/* Menu langues */
/* ne pas affiche l'allemand */ .lang-item-de {display:none !important;}

#menu-item-11768 ul, #menu-item-228 ul, #menu-item-227 ul {
	width:auto;
	min-width:auto;
	background-color:black;
	padding: 0 1em;
	right: -5px;
	margin-top: -12px;
}
#menu-item-11768 ul li, #menu-item-228 ul li,  #menu-item-227 ul li {
	background-color:black;
	width:auto;
}
#menu-item-11768 a, #menu-item-11768 a:visited, #menu-item-228 a, #menu-item-228 a:visited, #menu-item-227 a, #menu-item-227 a:visited {
	color:white;
}
.lang-item.lang-item-30.menu-item-192-es a, .lang-item.lang-item-30.menu-item-227-es a, .lang-item.lang-item-21.menu-item-228-en a {
padding: 0.0rem 0 0.5rem 0;
}
#menu-item-11768 .sub-menu li:last-child, #menu-item-228 .sub-menu li:last-child, #menu-item-227 .sub-menu li:last-child   {
	margin-top: -14px;
}
/* picto maison */
#menu-item-11764 span:first-child, #menu-item-163 span:first-child, #menu-item-206 span:first-child{
width: 12px;
height: 8px;
background: white;
position: relative;
	margin-top: 12px;
	padding:0
}
#menu-item-11764:hover, #menu-item-12001:hover, #menu-item-163:hover, #menu-item-206:hover {
opacity:0.6;
}
#menu-item-11764 span:first-child:before, #menu-item-12001 span:first-child:before, #menu-item-163 span:first-child:before, #menu-item-206  span:first-child:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 6.25px solid transparent;
    border-right: 6.25px solid transparent;
    border-bottom: 6.3px solid white;
}
#menu-item-11764 span:last-child, #menu-item-12001 span:last-child, #menu-item-163 span:last-child, #menu-item-206 span:last-child{
display:none;
}
#menu-item-11764 a, #menu-item-12001 a, #menu-item-163 a, #menu-item-206 a{ 
	width: 43px;
    height: 44px; 
    display: block;
    margin-top: -14px;
    padding-top: 14px;
    margin-left: -14px;
    padding-left: 14px;
}

/* searchicon */
#menu-item-11773, #menu-item-257, #menu-item-256 {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 1281.1' style='enable-background:new 0 0 512 1281.1;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} %3C/style%3E%3Cpath class='st0' d='M505,811.1l-99.7-99.7c-4.5-4.5-10.6-7-17-7H372c27.6-35.3,44-79.7,44-128c0-114.9-93.1-208-208-208 S0,461.5,0,576.4s93.1,208,208,208c48.3,0,92.7-16.4,128-44v16.3c0,6.4,2.5,12.5,7,17l99.7,99.7c9.4,9.4,24.6,9.4,33.9,0l28.3-28.3 C514.3,835.7,514.3,820.5,505,811.1z M208,704.4c-70.7,0-128-57.2-128-128c0-70.7,57.2-128,128-128c70.7,0,128,57.2,128,128 C336,647.1,278.8,704.4,208,704.4z'/%3E%3C/svg%3E");

	background-repeat:no-repeat;
	background-position: center;
	min-width: 60px;
}
#menu-item-12006 a span, #menu-item-57 a span{
	display:none;
}
#menu-item-257 a, #menu-item-11773 a, #menu-item-256 a {
	height:100%;
}
#menu-item-256 button {
	display:none;
}
#search, #search-3, #search-4 {
	display:none;
}
#search:target, #search-3:target, #search-4:target {
	display:block;
}
#search, #search-3, #search-4  {
	position:absolute;
	padding:0;
	margin: -37px 0 0 46px;
	padding-top: 9px;
    background-color: black;
}
#search  input, #search-3  input, #search-4  input  {
	width:100px;
	padding:0;
	height : 25px;
	border-radius: 0;
	padding: 0 6px;
}
#inputmob {
	display:none;
}
#search  button, #search-3  button {
display:none;
} 

/* Calendrier */
#amr-ical-upe-3 {
    position: absolute;
    top: 10px;
    right: 0;
	background-color : black;
	color : white;
    margin: 30px 0 0 0;
	padding: 10px 15px 15px 15px;
	display:none;
	z-index: 999;
	text-align:left;
	max-width: 40%;
}
#amr-ical-upe-3.widget::before {
	top:-10px;
	height:10px;
	background:transparent;
}
#amr-ical-upe-3 * {
display: block
}

#amr-ical-upe-3 h2 {
	display:none;
}
#amr-ical-upe-3 .enddate, #amr-ical-upe-3 .endtime {
	display:none;
}
#amr-ical-upe-3 .starttime {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 900;
	border-style: solid none none none;
	border-width : 3px;
	display:inline-block;
	padding-top:0.7em;
	margin-top:0.7em;
}

#amr-ical-upe-3 .location {
	font-size:0.7em;
	margin-bottom: 0.5em;
}

#menu-item-11767, #menu-item-12004{
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 158.3 197' style='enable-background:new 0 0 158.3 197;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} %3C/style%3E%3Crect x='39.4' y='106.1' class='st0' width='19.3' height='19.3'/%3E%3Crect x='68.9' y='106.1' class='st0' width='19.3' height='19.3'/%3E%3Crect x='69.4' y='77.3' class='st0' width='19.3' height='19.3'/%3E%3Crect x='98.1' y='106.1' class='st0' width='19.3' height='19.3'/%3E%3Crect x='98.6' y='77.3' class='st0' width='19.3' height='19.3'/%3E%3Cg%3E%3Cpath class='st0' d='M119.8,38v9.9c0,4.5-3.6,8.1-8.1,8.1h-0.5c-4.5,0-8.1-3.6-8.1-8.1V38h-50v9.9c0,4.5-3.6,8.1-8.1,8.1h-0.5 c-4.5,0-8.1-3.6-8.1-8.1V38h-18v106.6h119.4V38H119.8z M128.6,135.5H28.5V68.1h100.1V135.5z'/%3E%3C/g%3E%3Cpath class='st0' d='M111.7,24.2c3,0,5.4,2.4,5.4,5.4v17.6c0,3-2.4,5.4-5.4,5.4h-0.4c-3,0-5.4-2.4-5.4-5.4V29.6c0-3,2.4-5.4,5.4-5.4 L111.7,24.2'/%3E%3Cpath class='st0' d='M45.2,24.2c3,0,5.4,2.4,5.4,5.4v17.6c0,3-2.4,5.4-5.4,5.4h-0.4c-3,0-5.4-2.4-5.4-5.4V29.6c0-3,2.4-5.4,5.4-5.4 L45.2,24.2'/%3E%3C/svg%3E");
	background-repeat:no-repeat;
	background-position: center;
	min-width: 60px;
}
#menu-item-11767:hover, #menu-item-12004:hover{
	opacity:0.6;
}
#menu-item-11767:hover + li + li +#amr-ical-upe-3, #menu-item-12004:hover + li + li +#amr-ical-upe-3{ 
	display:block;
}
#amr-ical-upe-3:hover { 
	display:block;
}

#menu-item-11767 .menu-image-title, 
#menu-item-12004 .menu-image-title  {
	display:none;
}
#menu-item-11767 .menu-image-title-after,
#menu-item-12004 .menu-image-title-after {
display: block;
    width: 100%;
    height: 100%;
	min-width: 30px;
    min-height: 30px;
}
#wcalprop1 {
	display:none;
}
.ical > tbody > tr > th:first-child {
	    border-top: none;
}
#don {
    position: absolute;
   /* z-index: 9999999999;*/
	margin-top: 2vw;
    margin-left: 2vw;
    width: 15vw;
}
a > #don, a:hover > #don, a:visited > #don{
	display:block;
}

/* Page Calendrier */

#wcalprop2 {
display:none}

#amr-ical-upe-4 .widget-title {
display:none;
}

#amr-ical-upe-4:before, #amr-ical-upe-4:after {
    display: none;
}

#amr-ical-upe-4 table th, #amr-ical-upe-4 table td {
padding: 1rem 0 1rem 1.8rem;
}
#amr-ical-upe-4 tr > th:first-child {
padding-left: 0px;
}
#amr-ical-upe-4 tr.level0 {
	background-color:transparent;
}

#amr-ical-upe-4 h2 {
color: white;
background-color: black;
padding: 0.3em 1Em;
margin-top: 1em;
}

#amr-ical-upe-4 table {
border-collapse: separate;
}
#amr-ical-upe-4 h4 {
margin-bottom: 1rem;
}
#amr-ical-upe-4 .description {
font-size: 0.8em;
}


/*--------------------------------------------------------------
9.0 Navigation Misc
--------------------------------------------------------------*/
/*--------------------------------------------------------------
9.1 Navigation Archives
--------------------------------------------------------------*/
.pagination {
  font-size: 0px;
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
  overflow: hidden;
  text-align: center;
}

.pagination .page-numbers {
  background: #fff;
  border: 1px solid #f0f0f0;
  color: #3d3d3d;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 2px 1px;
  margin: 0.125rem 0.0625rem;
  padding: 9px 14px;
  padding: 0.5625rem 0.875rem;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.pagination .page-numbers:hover {
  background: black;
  color: #fff;
opacity:0.8;
}

.pagination .current.page-numbers {
  background: black;
  color: #fff;
  font-weight: 700;
}

.pagination .prev.page-numbers:before {
	/*  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 116 81' style='enable-background:new 0 0 116 81;' xml:space='preserve'%3E%3Cpolygon points='0,40.5 117,81 117,0 '/%3E%3C/svg%3E");*/
	background-repeat:no-repeat;
	background-position: center;
}

.pagination .next.page-numbers:after {
  /*background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 116 81' style='enable-background:new 0 0 116 81;' xml:space='preserve'%3E%3Cpolygon points='117,40.5 0,0 0,81 '/%3E%3C/svg%3E");*/
	background-repeat:no-repeat;
	background-position: center;
}


.pagination .prev.page-numbers:before {
  content: "◀";
}

.pagination .next.page-numbers:after {
  content: "►";
}

/*--------------------------------------------------------------
9.2 Navigation Post
--------------------------------------------------------------*/
.post-navigation {
  background: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin: 15px 0 0;
  margin: 0.9375rem 0 0;
  padding: 15px;
  padding: 0.9375rem;
  position: relative;
  width: 100%;
}

.post-navigation:before, .post-navigation:after {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, rgba(0, 0, 0, 0.15)), to(transparent)) 5%;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.15) 50%, transparent 100%) 5%;
  content: '';
  display: block;
  right: 0;
  left: 0;
  position: absolute;
  height: 1px;
}

.post-navigation:before {
  top: 0;
}

.post-navigation:after {
  bottom: 0;
}

.post-navigation .nav-next {
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
}

.post-navigation a, .post-navigation a:visited {
  color: #020202;
  display: block;
  padding: 0;
  position: relative;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.post-navigation a:hover, .post-navigation a:focus, .post-navigation a:active {
  color: #487ED6;
}

.post-navigation .meta-nav {
  color: #487ED6;
  display: block;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 10px;
  margin: 0 0 0.625rem;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
9.4 Navigation Attachments
--------------------------------------------------------------*/
.image-navigation {
  margin: 15px 0 0;
  margin: 0.9375rem 0 0;
  overflow: hidden;
  text-align: center;
}


/*--------------------------------------------------------------
10.0 - Skeleton
--------------------------------------------------------------*/


/* Page d'accueil date, images */
.entry-date {
	font-size: 0.8em;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
	color:#000000a3;
}

.post-thumbnail {
	height:100%;
	background-size: cover;
	background-position:center;
}

.entry-image-wrapper {
	height:100%;
}

#post-wrapper > a, 
#post-wrapper > a:visited {
	color:black;
	display:block;
}
#post-wrapper > a:hover {
color:#000000ab;
	display:block;
}
#post-wrapper > a:nth-child(even) > article > div {
	flex-direction:row-reverse;
}


/*--------------------------------------------------------------
10.1 - Site Wrapper
--------------------------------------------------------------*/
.site-wrapper {
  position: relative;
}
.container {
	width: 63%;
	max-width:55em;
	padding : 0;
	margin:auto;
}

/*--------------------------------------------------------------
10.2 - Site Header
--------------------------------------------------------------*/
.site-header {
  background-color: #fff;
  margin: 0;
  padding: 0;
  position: relative;
}

.has-custom-header .site-header {
  min-height: 100px;
}

/*--------------------------------------------------------------
10.3 - Site Branding Wrapper
--------------------------------------------------------------*/
.site-branding-wrapper {
  overflow: hidden;
  text-align: center;
margin-bottom: 3em;
}

.has-site-branding .site-branding-wrapper,
.wp-custom-logo .site-branding-wrapper {
  padding: 15px 0;
  padding: 0.9375rem 0;
}

/*--------------------------------------------------------------
10.5 - Site Branding
--------------------------------------------------------------*/
/* Logo et titre du site */
#logolqdn {
margin: 3vw 0vw 2vw 0vw;
}
#logolqdn2 {
display:none;
}
/*--------------------------------------------------------------
10.6 - Site Content
--------------------------------------------------------------*/
.site-content {
  margin: 0;
  padding: 15px 0;
  padding: 0.9375rem 0;
}

/*--------------------------------------------------------------
10.7 - Onglets pages champs d'action
--------------------------------------------------------------*/
.menuchamps {
	display:flex;
	justify-content: space-between;
	border-width: 0px 0px 1px 0px;
	border-color:black;
	border-style:solid;
	padding: 0 0 0 0;
	margin-bottom : 4em;
	margin-top:2em;
}

.menuchamps a,
.menuchamps a:visited,
.menuchamps a:hover
{
	font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 900;
	color:black;
  white-space:nowrap;
padding: 6% 30% 5% 30%;
	display:block;
}
.menuchamps a:hover {
	opacity:0.6;
}
.menuchamps div {
	width: 33%;
}
#selected.analyse {
	border-width: 1px 1px 0px 0px;
	border-color:black;
	border-style:solid;
	margin: 0 0 -1px 0;
	background-color:white;
}

#selected.revue {
		border-width: 1px 0px 0px 1px;
	border-color:black;
	border-style:solid;		
/*	padding: 2% 5% 2.2% 5%; */
	margin: 0 0 -1px 0;
	background-color:white;
}

#selected.lastart {
		border-width: 1px 1px 0px 1px;
	border-color:black;
	border-style:solid;		
/*	padding: 2% 5% 2.2% 5%;*/
	margin: 0 0 -1px 0;
	background-color:white;
}
#selected.revue a:first-child {
	float:left;
}
.title-champs {
margin-top: -1%;
font-size: 3em;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 100;
margin-bottom: 2%;
}
.tab-folder > .tab-content:target ~ .tab-content:last-child, .tab-folder > .tab-content {
    display: none;
}
.tab-folder > :last-child, .tab-folder > .tab-content:target {
    display: block;
}

#minidossier h3 
{
  margin: 3em 0 0;
}

#minidossier p
{
  margin: .6em 0;
}

#minidossier p:first-of-type
{
  margin-top: -1em;
}

#minidossier ul
{
  margin-left: 1.36em;
}

#minidossier li
{
  list-style: "–  ";
}

/*--------------------------------------------------------------
10.8 - Footer
--------------------------------------------------------------*/
/* Site Footer */
.site-footer {
  position: relative;
}

/* Site info */
.site-info {
  background: white;
  padding: 30px 0;
  padding: 1.875rem 0;
}
#postedans p {
	border-top-color: #aaaaaa;
    border-top-style: solid;
    border-top-width: 1px;
	padding-top:1em;
	margin-top:2em;
	font-style: italic;
}

/*--------------------------------------------------------------
11.0 - Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
11.1 - HEntry
--------------------------------------------------------------*/
.sticky {
  /* Sticky post is enhanced with a special icon */
}

/* Entry (Posts,Pages) Block */
.hentry {
  background: #fff;
  margin: 0 0 15px;
  margin: 0 0 0.9375rem;
/*  padding: 15px;
  padding: 0.9375rem;*/
  position: relative;
}


.hentry:before {
  top: 0;
}

.hentry:after {
  bottom: 0;
}

.hentry:last-of-type {
  margin: 0;
}

.entry-image-wrapper img {
  margin: 0 auto;
}

/* Page Content Block */
.page-content {
  background: #fff;
  margin: 0;
  padding: 15px;
  padding: 0.9375rem;
  position: relative;
  word-wrap: break-word;
}

.page-content:before, .page-content:after {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, rgba(0, 0, 0, 0.15)), to(transparent)) 5%;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.15) 50%, transparent 100%) 5%;
  content: '';
  display: block;
  right: 0;
  left: 0;
  position: absolute;
  height: 1px;
}

.page-content:before {
  top: 0;
}

.page-content:after {
  bottom: 0;
}

/* Entry Header & Title (Posts,Pages) */
.entry-header-wrapper {
  margin: 0 0 15px;
  margin: 0 0 0.9375rem;
}

.entry-header {
  margin: 0 0 -0.4em 0;
  padding: 0;
}

.entry-meta-header-before {
	margin: 0 0 0.5em 0;
}

.entry-title {
  clear: none;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
	text-transform: uppercase;
	  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 900;
	letter-spacing: .05rem;
}

/* Page Header & Title */
.page-header {
  background: #fff;
  margin: 0 0 15px;
  margin: 0 0 0.9375rem;
  padding: 15px;
  padding: 0.9375rem;
  position: relative;
}

.page-header:before, .page-header:after {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, rgba(0, 0, 0, 0.15)), to(transparent)) 5%;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.15) 50%, transparent 100%) 5%;
  content: '';
  display: block;
  right: 0;
  left: 0;
  position: absolute;
  height: 1px;
}

.page-header:before {
  top: 0;
}

.page-header:after {
  bottom: 0;
}

.page-header .page-title {
  clear: none;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

.page-header .page-title span {
  color: #487ED6;
}

.page-header .taxonomy-description {
  color: #999;
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 5px 0 0;
  margin: 0.3125rem 0 0;
}

.page-header .taxonomy-description p {
  font-size: 15px;
  font-size: 0.9375rem;
}

/* Entry & Page Title Colors */
.entry-title a, .entry-title a:visited,
.page-title a,
.page-title a:visited {
  color: #020202;
}

.entry-title a:hover, .entry-title a:focus, .entry-title a:active,
.page-title a:hover,
.page-title a:focus,
.page-title a:active {
  color:black;
	opacity:0.9;
}
#titlerp {
    margin-bottom: 1.5em;
}

/* Entry Summary */
.entry-summary,
.entry-summary p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
	font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
}

/* Entry Content */
.entry-content {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

/* Entry Content Attachment */
.entry-content-attachment {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

/* Entry Attachment */
.entry-attachment {
  margin: 0 0 30px;
  margin: 0 0 1.875rem;
}

/* Headings First Child */
.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child {
  margin-top: 0;
}

/*--------------------------------------------------------------
11.2 - Page Links
--------------------------------------------------------------*/
.page-links {
  clear: both;
  font-size: 0px;
  margin: 0;
  padding: 0;
}

.page-links a,
.page-links > span {
  background: #fafafa;
  color: #3d3d3d;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  margin: 0 1px;
  margin: 0 0.0625rem;
  padding: 10px 14px;
  padding: 0.625rem 0.875rem;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.page-links a {
  color: #020202;
  text-decoration: none;
}

.page-links a:hover {
  background: #487ED6;
  color: #fff;
  font-weight: 700;
}

.page-links > span {
  background: #487ED6;
  color: #fff;
}

.page-links .page-links-title {
  background: transparent;
  border: none;
  color: #666;
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
  padding: 0 7px 0 0;
  padding: 0 0.4375rem 0 0;
}

/*--------------------------------------------------------------
11.4 - Entry Meta
--------------------------------------------------------------*/

/* Entry Meta Header */
.entry-meta-header-before > span {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.entry-meta-header-after > span {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

/* Entry Meta Footer */
.entry-meta-footer {
  margin: 26px 0 0;
  margin: 1.625rem 0 0;
}

/* Entry Meta Elements */
.updated:not(.published) {
  display: none;
}

/* Post Sticky */
.post-label-sticky:before {
  color: #487ED6;
  content: "\f08d";
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 5px 0 0;
  margin: 0 0.3125rem 0 0;
}

/* Category and Tags */
.cat-links-single:after,
.logged-in .tags-links-single:after {
  content: "\2022";
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 0 0 7px;
  margin: 0 0 0 0.4375rem;
}

/*--------------------------------------------------------------
11.5 - Author Info
--------------------------------------------------------------*/
.entry-author {
  background: #fff;
  margin: 15px 0 0;
  margin: 0.9375rem 0 0;
  padding: 15px;
  padding: 0.9375rem;
  position: relative;
}

.entry-author:before, .entry-author:after {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, rgba(0, 0, 0, 0.15)), to(transparent)) 5%;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.15) 50%, transparent 100%) 5%;
  content: '';
  display: block;
  right: 0;
  left: 0;
  position: absolute;
  height: 1px;
}

.entry-author:before {
  top: 0;
}

.entry-author:after {
  bottom: 0;
}

.entry-author .author-avatar {
  margin: 0 0 15px;
  margin: 0 0 0.9375rem;
  padding: 0;
}

.entry-author .author-avatar .avatar {
  border: 1px solid #ebebeb;
  padding: 2px;
  padding: 0.125rem;
}

.entry-author .author-heading {
  margin: 0 0 15px;
  margin: 0 0 0.9375rem;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.entry-author .author-heading .author-title {
  clear: none;
  font-size: 23px;
  font-size: 1.4375rem;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  word-wrap: break-word;
}
/*--------------------------------------------------------------
11.7 Pages uniques
--------------------------------------------------------------*/
/* Page de don-23 */
.page-template-page-don-23 {
	color:black;
}
.page-template-page-don-23 .entry-header-single {
	display:none;
}
.post-21416 .page-template-page-don-23 .entry-header-single, .post-21919 .page-template-page-don-23 .entry-header-single, .post-22249 .page-template-page-don-23 .entry-header-single{ 
	display:block;
}

/* Bouton faire un don */
.page-template-page-don-23 .btndon23 {
	font-size:1.5em;
	background-color:#6901DF;
	color:white;
	text-decoration:none;
	padding:0.5em 1em;
	border-radius:2em;
	text-align:center;
	display: block;
	width: fit-content;
	margin: auto;
}
/*barre 23*/
.page-template-page-don-23 .blockbar{
display: inline-block;
border : 0.2em solid black;
padding:1em;
border-radius: 1em;
	margin-bottom:2em;
}
.page-template-page-don-23 .pourcents {
	font-size : 3em;
	font-weight: 800;
}

.page-template-page-don-23 .recu {
 display: flex;
 flex-wrap: wrap;
}

.page-template-page-don-23 #barvide{
flex: auto;
border : 0.2em solid black;
margin : 0 1em;
border-radius: 1em;
}
.page-template-page-don-23 #bar23{
background-color:black;
display: inline-block;
height: 100%;
border-radius: 0.75em 0 0 0.75em;
transform-origin: left;
animation: 3s fillbar;
}
@keyframes fillbar {
  from { transform: scaleX(0.1); }
  to   { transform: scaleX(1); }
}

.page-template-page-don-23 .recu:first-child{
flex: initial;
}

.page-template-page-don-23 .fronts {
		height:fit-content;
	background-size:3em;
	background-repeat: repeat;
	margin:2em 0 2em -100vw;
	width: 200vw;
padding: 2em 0;
}
.page-template-page-don-23 .fronts > * {
margin-left: 100vw;	
max-width:60vw;
display:flex;
}
.page-template-page-don-23 #algos {
background-color: #F21820;
}
.page-template-page-don-23 #interop {
background-color: #FCB306;	
}
.page-template-page-don-23 #chiffrement {
background-color: #6901DF;
}
.page-template-page-don-23 #lowtech {
background-color: #F87910;
}
.page-template-page-don-23 .intro23, .page-template-page-don-23 .btn {
width: fit-content;
margin: auto;
}
.page-template-page-don-23 .frontscercles {
width: 63vw;
display:flex;
margin-bottom: 4em;
}
.page-template-page-don-23 .frontscercles a {
color:black;
font-size:1.2em;
font-weight: bolder;
padding-top:9vw;
text-align:center;
text-decoration:none;
}
.page-template-page-don-23 .alg{
background-image:url(https://www.laquadrature.net/wp-content/themes/apprenti/img/don23/algo.png);
}
.page-template-page-don-23 .irp{
background-image:url(https://www.laquadrature.net/wp-content/themes/apprenti/img/don23/interop.png);
}
.page-template-page-don-23 .lwt{
background-image:url(https://www.laquadrature.net/wp-content/themes/apprenti/img/don23/lowtech.png);
}
.page-template-page-don-23 .chf{
background-image:url(https://www.laquadrature.net/wp-content/themes/apprenti/img/don23/chiffre.png);
}
.page-template-page-don-23 .urs{
background-image:url(https://www.laquadrature.net/wp-content/themes/apprenti/img/don23/urssaf.png);
}
.page-template-page-don-23 .caf{
background-image:url(https://www.laquadrature.net/wp-content/themes/apprenti/img/don23/caf.png);
}
.page-template-page-don-23 .mal{
background-image:url(https://www.laquadrature.net/wp-content/themes/apprenti/img/don23/assumal.png);
}
.page-template-page-don-23 .vieil{
background-image:url(https://www.laquadrature.net/wp-content/themes/apprenti/img/don23/assuvieil.png);
}
.page-template-page-don-23 .pole{
background-image:url(https://www.laquadrature.net/wp-content/themes/apprenti/img/don23/poleemploi.png);
}
.page-template-page-don-23 .cercles {
	background-size: 8vw;
	background-repeat: no-repeat;
	background-position: top;
	width:14vw;
	height:15vw;
	margin:1vw;
	display:inline-block;
	align-items:flex-start;
}
.page-template-page-don-23 .titrecercle {
align-items:flex-start;
width:20%;
background-size: 8vw;
background-repeat: no-repeat;
background-position: top;
margin-right:5%;
}
.page-template-page-don-23 .titrecercle h1 {
	margin-top: 9vw;
  text-align: center;
  font-weight: bolder;
	font-size: 1.2em;
}
.page-template-page-don-23 .resumefront {
align-items:flex-start;
width:75%;
}


/* Liens */
.page-template-page-don-23 a {
	color:black;
	text-decoration:underline;
	font-weight:bold;
}
/* Lire la suite */
.page-template-page-don-23 summary {
	cursor: pointer;
	font-weight:bolder;
	text-decoration:underline;
}
/* fond blanc pour chiffrement */
#chiffrement, #chiffrement h1, #chiffrement a {
	color:white;
}
/* Version mobile */
@media (max-width: 1200px) {
	.page-template-page-don-23 .frontscercles a {
		padding-top: 6em;
		min-height: 14em;
		vertical-align: top;
	}
	.page-template-page-don-23 .cercles {
		width: 38vw;
 	   margin: 2vw;
		height: 50vw;
		background-size: 6em;
	}
	.page-template-page-don-23 .frontscercles {
		width:84vw;
		  display: block;
	}
	.page-template-page-don-23 .frontscercles > * {
		  display: inline-block;
	}
	.page-template-page-don-23 .fronts > * {
	  max-width: 82vw;
	display: block;
	  }
	.page-template-page-don-23 .titrecercle {
		width: auto;
		background-position: left;
		padding-left: 8vw;
		min-height: 8vw;
	}
	.page-template-page-don-23 .titrecercle h1 {
		margin-top: 4vw;
		text-align: left;
		margin-left: 1em;
		min-height: 8vw;
	}
	.page-template-page-don-23 .resumefront {
		width:100%;
	}
}

/* Page don-23 algos */

#post-21416 .entry-title , #post-21784 .entry-title, #post-21919 .entry-title, #post-22077 .entry-title, #post-22249 .entry-title {
	margin-bottom:2em;
}
#post-21416 .fronts > .nocercle , #post-21784 .fronts > .nocercle,  #post-21919 .fronts > .nocercle, #post-22077 .fronts > .nocercle,  #post-22249 .fronts > .nocercle {
  margin-left: 100vw;
  max-width: 72vw;
  display: block;
}
#post-21416 .fnd , #post-21784 .fnd, #post-21919 .fnd, #post-22077 .fnd, #post-22249 .fnd   {
	background-color:#FCA950;
}
#post-21416 header , #post-21784 header,  #post-21919 header ,#post-22077 header, #post-22249 header {
	display:block;
}
#post-21416 .btnlutte , #post-21784 .btnlutte, #post-21919 .btnlutte, #post-22077 .btnlutte,  #post-22249 .btnlutte {
	font-size:1em;
	display:inline-block;
	background-color: #930073;
	color: white;
	text-decoration: none;
	padding: 0.5em 1em;
	border-radius: 2em;
	text-align: center;
	margin: 1em;
}

.page-template-page-don-23 .descriptionacarticle {
  float: left;
  width: 50%
} /*https://www.w3schools.com/Css/tryit.asp?filename=trycss_website_layout_grid*/

/* Page Administration */
.newspaper {
  column-count: 3;
}

/* Page Interop */
#post-22402 a {
	color:black;
	text-decoration:underline;
}
#post-22402 h1 {
margin-bottom: 1.5em;
}
#post-22402 h2 {
	font-size: 2em;
}
#post-22402 h3 {
	font-size: 1.5em;
	margin-left:1em;
	color:#303030;
	font-weight:normal;
}
#post-22402 h4 {
	font-size: 1.2em;
	margin-left:2em;
	color: #606060;
	font-weight:300;
}
#post-22402 img {
	border:2px solid black;
}
#post-22402 .plan {
	border:4px solid black;
	padding:2em;
	margin: 2em auto;
}
#post-22402 .plan a {
	text-decoration:none;
}
#post-22402 .plan {
	font-weight:bolder;
}
#post-22402 .plan > ul > li  {
	font-size:0.8em;
	font-weight:normal;
}
#post-22402 .plan > ul > ul > li  {
	font-size:0.7em;
	font-weight:300;
}
#post-22402 .btndon23 {
	font-size:1.5em;
	background-color:#6901DF;
	color:white;
	text-decoration:none;
	padding:0.5em 1em;
	border-radius:2em;
	text-align:center;
	display: block;
	width: fit-content;
	margin: auto;
}

/* Page de don-22 */
.page-template-page-don-22 {
	background:black;
  color:white;

}
.page-template-page-don-22, .page-template-page-don-22 #masthead, .page-template-page-don-22 .site-info, .page-template-page-don-22 .entry-meta .entry-meta-single .entry-meta-footer, .page-template-page-don-22 .entry-content, .page-template-page-don-22 p, .page-template-page-don-22 article {
  background-color:black;
cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 18.33 26.71' style='enable-background:new 0 0 18.33 26.71;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D .st1%7Bfill:%23FFBF00;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='17.78,16.32 2.19,0.79 1.41,1.41 0.52,5.1 0.66,24.42 5.64,19.68 6.5,18.91 7.05,19.68 9.87,25.3 11.58,25.99 12.69,25.3 13.36,23.8 10.11,17.37 16.39,17.24 '/%3E%3Cg%3E%3Crect x='1.41' y='0' class='st1' width='1.41' height='1.41'/%3E%3Crect x='2.82' y='1.41' class='st1' width='1.41' height='1.41'/%3E%3Cpath class='st1' d='M1.41,1.41H0c0,7.97,0,15.93,0,23.9h1.41c0-0.47,0-0.94,0-1.41h1.41v-1.41H1.41 C1.41,15.46,1.41,8.43,1.41,1.41z'/%3E%3Crect x='4.23' y='2.81' class='st1' width='1.41' height='1.41'/%3E%3Crect x='5.64' y='4.22' class='st1' width='1.41' height='1.41'/%3E%3Crect x='7.05' y='5.62' class='st1' width='1.41' height='1.41'/%3E%3Crect x='8.46' y='7.03' class='st1' width='1.41' height='1.41'/%3E%3Crect x='9.87' y='8.43' class='st1' width='1.41' height='1.41'/%3E%3Crect x='11.28' y='9.84' class='st1' width='1.41' height='1.41'/%3E%3Crect x='12.69' y='11.25' class='st1' width='1.41' height='1.41'/%3E%3Crect x='14.1' y='12.65' class='st1' width='1.41' height='1.41'/%3E%3Crect x='15.51' y='14.06' class='st1' width='1.41' height='1.41'/%3E%3Crect x='16.92' y='15.46' class='st1' width='1.41' height='1.41'/%3E%3Cpath class='st1' d='M9.87,19.68h1.41c0-0.47,0-0.94,0-1.41c1.88,0,3.76,0,5.64,0v-1.4l0-0.01c-0.47,0-7.05,0-7.05,0 C9.87,17.8,9.87,18.74,9.87,19.68z'/%3E%3Crect x='5.64' y='18.27' class='st1' width='1.41' height='1.41'/%3E%3Cpath class='st1' d='M11.28,22.49h1.41c0-0.94,0-1.87,0-2.81h-1.41V22.49z'/%3E%3Cpath class='st1' d='M7.05,22.49h1.41c0-0.94,0-1.87,0-2.81H7.05V22.49z'/%3E%3Crect x='4.23' y='19.68' class='st1' width='1.41' height='1.41'/%3E%3Crect x='2.82' y='21.08' class='st1' width='1.41' height='1.41'/%3E%3Cpath class='st1' d='M12.69,25.3h1.41c0-0.94,0-1.87,0-2.81h-1.41V25.3z'/%3E%3Cpath class='st1' d='M8.46,25.3h1.41c0-0.94,0-1.87,0-2.81H8.46V25.3z'/%3E%3Cpath class='st1' d='M9.87,26.71c0.94,0,1.88,0,2.82,0V25.3c-0.47,0-2.82,0-2.82,0V26.71z'/%3E%3C/g%3E%3C/svg%3E") 0 0, auto;
}
.page-template-page-don-22{
overflow-x: hidden;
}

.page-template-page-don-22 h2 {
color: white;
padding:1em;
border:0.2em solid white;
border-radius: 1em;
background-color:black;
display:inline-block;
text-transform: uppercase;
}
.page-template-page-don-22 a {
	color:white;
	font-weight:bold;
	text-decoration: none;
	cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 18.33 26.71' style='enable-background:new 0 0 18.33 26.71;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D .st1%7Bfill:%23FFBF00;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='17.78,16.32 2.19,0.79 1.41,1.41 0.52,5.1 0.66,24.42 5.64,19.68 6.5,18.91 7.05,19.68 9.87,25.3 11.58,25.99 12.69,25.3 13.36,23.8 10.11,17.37 16.39,17.24 '/%3E%3Cg%3E%3Crect x='1.41' y='0' class='st1' width='1.41' height='1.41'/%3E%3Crect x='2.82' y='1.41' class='st1' width='1.41' height='1.41'/%3E%3Cpath class='st1' d='M1.41,1.41H0c0,7.97,0,15.93,0,23.9h1.41c0-0.47,0-0.94,0-1.41h1.41v-1.41H1.41 C1.41,15.46,1.41,8.43,1.41,1.41z'/%3E%3Crect x='4.23' y='2.81' class='st1' width='1.41' height='1.41'/%3E%3Crect x='5.64' y='4.22' class='st1' width='1.41' height='1.41'/%3E%3Crect x='7.05' y='5.62' class='st1' width='1.41' height='1.41'/%3E%3Crect x='8.46' y='7.03' class='st1' width='1.41' height='1.41'/%3E%3Crect x='9.87' y='8.43' class='st1' width='1.41' height='1.41'/%3E%3Crect x='11.28' y='9.84' class='st1' width='1.41' height='1.41'/%3E%3Crect x='12.69' y='11.25' class='st1' width='1.41' height='1.41'/%3E%3Crect x='14.1' y='12.65' class='st1' width='1.41' height='1.41'/%3E%3Crect x='15.51' y='14.06' class='st1' width='1.41' height='1.41'/%3E%3Crect x='16.92' y='15.46' class='st1' width='1.41' height='1.41'/%3E%3Cpath class='st1' d='M9.87,19.68h1.41c0-0.47,0-0.94,0-1.41c1.88,0,3.76,0,5.64,0v-1.4l0-0.01c-0.47,0-7.05,0-7.05,0 C9.87,17.8,9.87,18.74,9.87,19.68z'/%3E%3Crect x='5.64' y='18.27' class='st1' width='1.41' height='1.41'/%3E%3Cpath class='st1' d='M11.28,22.49h1.41c0-0.94,0-1.87,0-2.81h-1.41V22.49z'/%3E%3Cpath class='st1' d='M7.05,22.49h1.41c0-0.94,0-1.87,0-2.81H7.05V22.49z'/%3E%3Crect x='4.23' y='19.68' class='st1' width='1.41' height='1.41'/%3E%3Crect x='2.82' y='21.08' class='st1' width='1.41' height='1.41'/%3E%3Cpath class='st1' d='M12.69,25.3h1.41c0-0.94,0-1.87,0-2.81h-1.41V25.3z'/%3E%3Cpath class='st1' d='M8.46,25.3h1.41c0-0.94,0-1.87,0-2.81H8.46V25.3z'/%3E%3Cpath class='st1' d='M9.87,26.71c0.94,0,1.88,0,2.82,0V25.3c-0.47,0-2.82,0-2.82,0V26.71z'/%3E%3C/g%3E%3C/svg%3E") 0 0, pointer;
}
.page-template-page-don-22 .site-branding #logolqdn, .page-template-page-don-22 .site-branding #logolqdn2 {
	display:none;
}

.page-template-page-don-22 .entry-content > a, .page-template-page-don-22 .entry-content > a:visited {
  color: white !important;
}

.page-template-page-don-22  .container {
  background-color: black;
}

.page-template-page-don-22 .btn22 {
	margin: 2em 0;
}

#menu-item-11765 a:hover {
	animation:txtglitch 1s ease infinite;
}
.page-template-page-don-22 .video22 {
width: 85%;
}

.video22 iframe {
width:45%;
border: 0.2em solid white;
border-radius: 1em;
}
.videofutur {
width: 83%;
border: 0.2em solid white;
border-radius: 1em;
}

@media (min-width: 1200px) {
.page-template-page-don-22 .video22 {
width: 63vw;
display:flex;
gap:1vw;
flex-wrap:wrap;
margin-bottom:1em;
}
.videofutur {
width: 40%;
}
}


/*  glitch*/
/*glitch du bouton donner*/
.page-template-page-don-22 .glitch :before{
  content:'▶ Faire un don _';
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
}
.page-template-page-don-22 .glitch {
  font-size: 4rem;
  font-weight: bold;
  text-transform: uppercase;
}
.page-template-page-don-22 .glitch:hover{
animation:txtglitch 1s ease infinite;
}
.page-template-page-don-22 .btn22:hover{
background-image:url("https://www.laquadrature.net/wp-content/themes/apprenti/img/don22/hover3.svg");
width:100%;
height:100%;
animation:imgglitch 1s ease infinite;
}

.page-template-page-don-22 .glitch a:hover{

}

.page-template-page-don-22 .intro22, .page-template-page-don-22 .cntbtn {
width: fit-content;
margin: auto;
}
.page-template-page-don-22 .bkgd {
	height:fit-content;
	background-image:url("https://www.laquadrature.net/wp-content/themes/apprenti/img/don22/cadri.svg");
	background-size:3em;
	background-repeat: repeat;
	margin-left: -100vw;
	width: 200vw;
padding: 2em 0;
border: 0.1em solid white;
}
.page-template-page-don-22 .bkgd> * {
margin-left: 100vw;	
}
.page-template-page-don-22 .depenses {
width:100%;
background: url("https://www.laquadrature.net/wp-content/themes/apprenti/img/don22/depensesj.png");
animation:imgglitch 1s linear infinite;
background-size: 100%;
}


/*glitch du fond*/

.page-template-page-don-22 .site-branding a {
background: url("https://www.laquadrature.net/wp-content/themes/apprenti/img/don22/logoj.svg");
height: 10em;
background-repeat: no-repeat;
width: 11em;
margin: auto;
}

.page-template-page-don-22 .site-branding :before{
  content:'';
  width:100%;
  height:100%;
  background: url(https://www.laquadrature.net/wp-content/themes/apprenti/img/don22/logob.svg);
  background-repeat: no-repeat;
  display: inline-block;
}
.page-template-page-don-22 .site-branding :hover{
  animation:imgglitch 1s linear infinite;
}
@keyframes imgglitch{
	0%{
	background-position: 0 0;
	filter:hue-rotate(0deg);
	}
	10%{
	background-position: 5px 0;
	}
	20%{
	background-position: -5px 0;
	}
	30%{
	background-position: 3px 0;
	}
	40%{
	background-position: 5px 0;
	}
	50%{
	background-position: -3px 0;
	}
	60%{
	background-position: -6px 0;
	}
	70%{
	background-position: 0 -4px;
	}
	80%{
	background-position: -5px -3px;
	}
	81%{
	background-position: 0 0;
	}
	100%{
	background-position: 0 0;
	filter:hue-rotate(360deg);
	}
}

@keyframes txtglitch
{
  0% {
    text-shadow: 0.05em 0 0 #06c18b, -0.03em -0.04em 0 #ff008c,
      0.025em 0.04em 0 #f9c10b;
  }
  15% {
    text-shadow: 0.05em 0 0 #06c18b, -0.03em -0.04em 0 #ff008c,
      0.025em 0.04em 0 #f9c10b;
  }
  16% {
    text-shadow: -0.05em -0.025em 0 #06c18b, 0.025em 0.035em 0 #ff008c,
      -0.05em -0.05em 0 #f9c10b;
  }
  49% {
    text-shadow: -0.05em -0.025em 0 #06c18b, 0.025em 0.035em 0 #ff008c,
      -0.05em -0.05em 0 #f9c10b;
  }
  50% {
    text-shadow: 0.05em 0.035em 0 #06c18b, 0.03em 0 0 #ff008c,
      0 -0.04em 0 #f9c10b;
  }
  99% {
    text-shadow: 0.05em 0.035em 0 #06c18b, 0.03em 0 0 #ff008c,
      0 -0.04em 0 #f9c10b;
  }
  100% {
    text-shadow: -0.05em 0 0 #06c18b, -0.025em -0.04em 0 #ff008c,
      -0.04em -0.025em 0 #f9c10b;
  }
}


/*barre 22*/
.page-template-page-don-22 .blockbar{
display: inline-block;
border : 0.2em solid white;
padding:1em;
border-radius: 1em;
}
.page-template-page-don-22 .pourcents {
	font-size : 3em;
	font-weight: 800;
}

.page-template-page-don-22 .recu {
 display: flex;
 flex-wrap: wrap;
}

.page-template-page-don-22 #barvide{
flex: auto;
border : 0.2em solid white;
margin : 0 1em;
border-radius: 1em;
}
.page-template-page-don-22 #bar22{
background-color:white;
display: inline-block;
height: 100%;
border-radius: 0.75em 0 0 0.75em;
transform-origin: left;
animation: 3s fillbar;
}
@keyframes fillbar {
  from { transform: scaleX(0.1); }
  to   { transform: scaleX(1); }
}

.page-template-page-don-22 .recu:first-child{
flex: initial;
}

/* Page de don-21 */
.page-template-page-don-21, .page-template-page-don-21 #masthead, .page-template-page-don-21 .site-info, .page-template-page-don-21 .entry-meta .entry-meta-single .entry-meta-footer, .page-template-page-don-21 .entry-content, .page-template-page-don-21 p, .page-template-page-don-21 article {
  background-color:transparent;
}
.page-template-page-don-21 {
background: linear-gradient(#E4DAFB, #FFF0E9);
}
.page-template-page-don-21 a.btn1 {
background-image: url('https://www.laquadrature.net/wp-content/uploads/ombre/btn1.png');
background-size: 100%;
width: 12em;
display: block;
height: 5.5em;
margin: auto;
}
.page-template-page-don-21 a.btn1:hover {
background-image:url('https://www.laquadrature.net/wp-content/uploads/ombre/btn1h.png');
}
.page-template-page-don-21 a.btn2 {
background-image: url('https://www.laquadrature.net/wp-content/uploads/ombre/btn2.png');
background-size: 100%;
width: 12em;
display: block;
height: 5.5em;
margin: auto;
}
.page-template-page-don-21 a.btn2:hover {
background-image:url('https://www.laquadrature.net/wp-content/uploads/ombre/btn2h.png');
}
.page-template-page-don-21 a.btn3 {
background-image: url('https://www.laquadrature.net/wp-content/uploads/ombre/btn3.png');
background-size: 100%;
width: 12em;
display: block;
height: 5.5em;
margin: auto;
}
.page-template-page-don-21 a.btn3:hover {
background-image:url('https://www.laquadrature.net/wp-content/uploads/ombre/btn3h.png');
}
.page-template-page-don-21 .entry-header{
display:none;
}
.page-template-page-don-21 .cont21 {
display: flex;
flex-wrap:wrap;
}
.page-template-page-don-21 .img21{
flex: auto;
max-width: 29%;
margin: 2%;
}
/* Page de don-19 */
.btndon {
font-weight: 900;
border: 0.2em solid black;
font-size: 2em;
padding: 0.2em 0.6em;
}
.btndon:hover {
color:cyan;
background-color:black;
}
a.liendon19 {
	color:black;
	display:block;
	text-align:center;
	text-decoration: none!important;
}
.page-template-page-don-19 {
  background-image: linear-gradient(rgba(0, 255, 255, 0.5), rgba(0, 255, 255, 0.5)),url('https://www.laquadrature.net/wp-content/themes/apprenti/img/affiche.jpg');
	color:black;
}
.page-template-page-don-19, .page-template-page-don-19 #masthead, .page-template-page-don-19 .site-info, .page-template-page-don-19 .entry-meta .entry-meta-single .entry-meta-footer, .page-template-page-don-19 .entry-content, .page-template-page-don-19 p, .page-template-page-don-19 article {
  background-color:transparent;
 
}
.page-template-page-don-19 {
  background-repeat-x: no-repeat;
  background-position-x: center;
  background-size: 100%;
  background-color: transparent;
}
.page-template-page-don-19 h1 {

}
.page-template-page-don-19 a {
	color:black;
	font-weight:bold;
	text-decoration: underline;
}
.affiches {
	width:100%;
	height:360px;
	background-image:url('https://www.laquadrature.net/wp-content/uploads/sites/8/2019/12/affichesLQDN-2.png');
	background-position-x: center;
  background-size: 100%;
	  background-repeat: no-repeat;
}
.affiches:hover {
	background-image:url('https://www.laquadrature.net/wp-content/uploads/sites/8/2019/12/affiches-1.png');
	background-position-x: center;
  background-size: 100%;
	  background-repeat: no-repeat;
}
/* Page de don */
.page-template-page-don, .page-template-page-don #masthead, .page-template-page-don .site-info, .page-template-page-don .entry-meta .entry-meta-single .entry-meta-footer, .page-template-page-don .entry-content, .page-template-page-don p, .page-template-page-don article {
	background-color: #1C1F41;
	color:white;
}
.page-template-page-don #logolqdn, .page-template-page-don #logolqdn2 {
filter: invert(1);
}
.page-template-page-don a.liendon:hover {
opacity: 0.5;
}

.page-template-page-don a span {
text-align:center;
	display: block;
    color: white;
}
.page-template-page-don .ical article {
background-color: black;
}
.page-template-page-don #soutenir {
	display:none;
}
.page-template-page-don h1 {
	display:none;
}

/* page nous */
.membres {
	display:flex;
	flex-wrap: wrap;
}
#post-141 .entry-content {
	max-width: 100%;
}
.membres > div {
	max-width:100%;
}
.rs {
	width: 1.5em;
	margin: -0.2em 0 0 0.5em;
}
/* Page de chat */ 
/* Page de chat */
.page-template-page-chat, .page-template-page-chat #masthead, .page-template-page-chat .site-info, .page-template-page-chat .entry-meta .entry-meta-single .entry-meta-footer, .page-template-page-chat .entry-content, .page-template-page-chat p, .page-template-page-chat article {
	background-color: #1C1F41;
	color:white;
}
.page-template-page-chat #logolqdn, .page-template-page-chat #logolqdn2 {
filter: invert(1);
}
.page-template-page-chat a.lienchat:hover {
opacity: 0.5;
}

.page-template-page-chat a span {
text-align:center;
	display: block;
    color: white;
}
.page-template-page-chat .ical article {
background-color: black;
}
.page-template-page-chat #soutenir {
	display:none;
}
.page-template-page-chat h1 {
	display:none;
}
/* PAGE DE CAMPAGNE */
/* Page Authoritarian Censorship */
.page-template-page-censor, .page-template-page-censor #masthead, .page-template-page-censor .site-info, .page-template-page-censor .entry-meta .entry-meta-single .entry-meta-footer, .page-template-page-censor .entry-content, .page-template-page-censor p, .page-template-page-censor article {
	background-color: black;
	color:white;
}
.page-template-page-censor #logolqdn {
	display:none;
}
.page-template-page-censor #logolqdn2 {
filter: invert(1);
}
.page-template-page-censor a.liendon:hover {
opacity: 0.5;
}

.page-template-page-censor a span {

	display: block;
    color: white;
}
.page-template-page-censor .main-navigation {
border-bottom: 1px solid white;
}
.page-template-page-censor .ical article {
background-color: black;
}
.page-template-page-censor #soutenir {
	display:none;
}
.page-template-page-censor h1 {
	display:none;
}

.page-template-page-censor h3 {
	color:white;
}

.page-template-page-censor a.censorlink {
	color:white;
	text-decoration: underline;
}

.page-template-page-censor h2, .page-template-page-censor time {
	color:white;
}
.page-template-page-censor .entry-image-wrapper > .post-thumbnail {
	border: 1px solid white;
}
.page-template-page-censor .entry-image-wrapper > .norder {
	border: none;
}
.imgcensor {
	margin: 4em 0;
}
/*Miniphone */
#piphone {
width:100%;
background-color: white;
color: black;
padding: 2em 3em 1em 3em;
overflow: hidden;
margin-bottom: 2em;
}
#piphone a {
text-decoration:none;
color:black;
}
#piphone #mep_photo {
width:170px;
height:215px;
float:left;
display:block;
}
#piphone #mep_info {
width:auto;
float:left;
padding-left: 30px;
}
#piphone > p {
font-style: italic;
font-weight: 900;
}
#piphone p {
background-color: white;
color: black;
}
#piphone select {
width:auto;
color: black;
border: 2px solid black;
border-radius: 0px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 176 173.1' style='enable-background:new 0 0 176 173.1;' xml:space='preserve'%3E%3Cpath d='M148.2,61.8c-3.1-3.1-8.2-3.1-11.3,0l-46.3,46.3L44.2,61.8c-3.1-3.1-8.2-3.1-11.3,0c-3.1,3.1-3.1,8.2,0,11.3l52,52 c1.6,1.6,3.6,2.3,5.7,2.3c1.8,0,3.6-0.6,5-1.8c0.2-0.2,0.4-0.4,0.6-0.5l52-52C151.3,70,151.3,64.9,148.2,61.8z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-size: 16%;
padding: 0 2em 0 0.5em;
margin: 0 0.5em;
background-position: 95% 48%;
}
#piphone #mep_name b {
font-size:1.4em;
}
#mep_tel {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!----%3E%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 176 173.1' style='enable-background:new 0 0 176 173.1;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M126.5,173.1c-12.7-0.7-27-6.4-40.4-14.4c-29.3-17.6-54-40-69.8-71c-5.7-11.2-9.5-23-11.6-35.5 C2.4,38.3,6.9,26.7,17.1,17.7c5.2-4.6,11.7-8,18-11.2c3.4-1.7,6.5-0.3,8.7,3.4c6.1,10.5,12.5,20.8,19,31.1 c2.8,4.4,2.4,8.2-1.4,11.5c-4.6,4.1-9.2,8.1-14,12.1c-4.1,3.4-5.4,7.5-2.6,11.9c5.2,8.1,9.8,16.9,16.7,23.3 c12.4,11.5,26,21.7,39.4,32.1c5.9,4.6,8.7,3.8,13.5-2c3.3-4,6.3-8.2,9.7-12c4.6-5.2,7-5.6,13-2.1c10.2,5.9,20.3,12.1,30.6,17.8 c3.8,2.1,4.6,4.7,3.7,8.6C167.6,159.6,149.2,173.2,126.5,173.1z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  padding-left:2em;
}
#mep_mail {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 176 173.1' style='enable-background:new 0 0 176 173.1;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M166.2,81.2c-0.6,15.9-4.6,28.5-11.9,38c-7.3,9.4-17,14.1-29.2,14.1c-5,0-9.4-1.1-13.2-3.2c-3.8-2.2-6.8-5.2-8.9-9.2 c-6,8-14,12-24,12c-5.8,0-11-1.7-15.3-5.2c-4.4-3.4-7.6-8.3-9.6-14.6c-2-6.3-2.7-13.5-1.9-21.5c1.8-15.2,6.7-27.4,14.7-36.7 c8-9.2,17.7-13.9,29.3-13.9c8.9,0,16.6,2.1,23.1,6.2l5.7,3.8l-4.7,53.6c-1,8.5,1.9,12.7,8.8,12.7c5.2,0,9.5-3.3,13-9.9 c3.5-6.6,5.4-15,5.8-25.3c1-20.3-3.2-36-12.6-47.1c-9.5-11.1-23.3-16.6-41.6-16.6c-11.6,0-21.9,3-31,8.9S46.5,41.6,41.3,52.5 C36,63.3,33,75.7,32.4,89.6c-1,21.3,3.3,37.6,12.8,48.9c9.5,11.3,23.7,16.9,42.7,16.9c5.1,0,10.5-0.6,16.2-1.8 c5.7-1.2,10.4-2.6,14-4.2l3.4,15.1c-3.7,2.4-8.7,4.4-15,5.9c-6.3,1.5-12.6,2.2-18.9,2.2c-16.6,0-30.6-3.2-42.1-9.5 c-11.5-6.4-20-15.8-25.6-28.2c-5.6-12.5-8.1-27.6-7.5-45.4c0.7-16.8,4.6-31.8,11.6-45.1c7-13.3,16.6-23.6,28.8-30.8 C65,6.3,78.7,2.7,94.1,2.7c15.3,0,28.6,3.2,39.7,9.5c11.1,6.4,19.5,15.5,25.1,27.4C164.4,51.6,166.9,65.4,166.2,81.2z M75,91.6 c-0.7,7.9,0,13.9,1.9,17.9c1.9,4,5,6.1,9.3,6.1c2.9,0,5.5-1.3,7.9-3.8c2.4-2.6,4.4-6.2,6-10.9l3.7-41.6c-1.8-0.5-3.7-0.7-5.7-0.7 c-6.8,0-12.1,2.7-15.7,8C78.6,71.8,76.1,80.1,75,91.6z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  padding-left:2em;
}
#mep_twi {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 176 173.1' style='enable-background:new 0 0 176 173.1;' xml:space='preserve'%3E%3Cg id='layer1' transform='translate(-539.17946,-568.85777)'%3E%3Cpath id='path3611' d='M594.7,727.3c66.3,0,102.6-55,102.6-102.6c0-1.6,0-3.1-0.1-4.7c7-5.1,13.2-11.4,18-18.7 c-6.5,2.9-13.4,4.8-20.7,5.7c7.4-4.5,13.2-11.5,15.9-19.9c-7,4.1-14.7,7.1-22.9,8.8c-6.6-7-16-11.4-26.3-11.4 c-19.9,0-36.1,16.2-36.1,36.1c0,2.8,0.3,5.6,0.9,8.2c-30-1.5-56.6-15.9-74.3-37.7c-3.1,5.3-4.9,11.5-4.9,18.1 c0,12.5,6.4,23.6,16,30c-5.9-0.2-11.5-1.8-16.3-4.5c0,0.2,0,0.3,0,0.5c0,17.5,12.4,32,28.9,35.4c-3,0.8-6.2,1.3-9.5,1.3 c-2.3,0-4.6-0.2-6.8-0.7c4.6,14.3,17.9,24.8,33.7,25c-12.3,9.7-27.9,15.4-44.8,15.4c-2.9,0-5.8-0.2-8.6-0.5 C555.4,721.3,574.3,727.3,594.7,727.3'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  padding-left:2em;
}
#mep_next {
float:right;
border: 2px solid black;
display: block;
padding: 0.3em 1em;
clear: both;
}

#piphone #resume
{
float: left;
  margin: 2em 0;
}

#piphone #resume li
{
margin-bottom: 1em;
}

/*MiniphoneN */
.introphone {
line-height:1.3em;
}
#piphoneN {
width:100%;
color: black;
padding: 2em 3em 1em 3em;
overflow: hidden;
margin-bottom: 2em;
border: 2px solid black;
}
#piphoneN a {
text-decoration:none;
color:black;
}
#piphoneN #mp_photo {
width:150px;
height:192px;
float:left;
display:block;
background:gray;
margin-top: 0.5em;
}
#piphoneN #mp_info {
width:auto;
float:left;
padding-left: 30px;
min-height: 12em;
}
#piphoneN > p {
font-weight: 700;
}
#piphoneN p {
color: black;
}
#piphoneN select {
width:auto;
color: black;
border: 2px solid black;
border-radius: 0px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 23.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Calque_2' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 34.18 29.24' style='enable-background:new 0 0 34.18 29.24;' xml:space='preserve'%3E%3Cpolygon points='16.91,26.41 2.77,7.81 5.16,5.99 16.91,21.45 28.67,5.99 31.05,7.81 '/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-size: 1.2em;
padding: 0 2em 0 0.5em;
margin: 0.3em 0.5em;
background-position: 95% 48%;
}
#piphoneN option {
font-size: 0.8em;
}
#piphoneN #mp_name b {
font-size:1.4em;
}
#mp_phone {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!----%3E%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 176 173.1' style='enable-background:new 0 0 176 173.1;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M126.5,173.1c-12.7-0.7-27-6.4-40.4-14.4c-29.3-17.6-54-40-69.8-71c-5.7-11.2-9.5-23-11.6-35.5 C2.4,38.3,6.9,26.7,17.1,17.7c5.2-4.6,11.7-8,18-11.2c3.4-1.7,6.5-0.3,8.7,3.4c6.1,10.5,12.5,20.8,19,31.1 c2.8,4.4,2.4,8.2-1.4,11.5c-4.6,4.1-9.2,8.1-14,12.1c-4.1,3.4-5.4,7.5-2.6,11.9c5.2,8.1,9.8,16.9,16.7,23.3 c12.4,11.5,26,21.7,39.4,32.1c5.9,4.6,8.7,3.8,13.5-2c3.3-4,6.3-8.2,9.7-12c4.6-5.2,7-5.6,13-2.1c10.2,5.9,20.3,12.1,30.6,17.8 c3.8,2.1,4.6,4.7,3.7,8.6C167.6,159.6,149.2,173.2,126.5,173.1z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  padding-left:2em;
}
#mp_mail {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 176 173.1' style='enable-background:new 0 0 176 173.1;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M166.2,81.2c-0.6,15.9-4.6,28.5-11.9,38c-7.3,9.4-17,14.1-29.2,14.1c-5,0-9.4-1.1-13.2-3.2c-3.8-2.2-6.8-5.2-8.9-9.2 c-6,8-14,12-24,12c-5.8,0-11-1.7-15.3-5.2c-4.4-3.4-7.6-8.3-9.6-14.6c-2-6.3-2.7-13.5-1.9-21.5c1.8-15.2,6.7-27.4,14.7-36.7 c8-9.2,17.7-13.9,29.3-13.9c8.9,0,16.6,2.1,23.1,6.2l5.7,3.8l-4.7,53.6c-1,8.5,1.9,12.7,8.8,12.7c5.2,0,9.5-3.3,13-9.9 c3.5-6.6,5.4-15,5.8-25.3c1-20.3-3.2-36-12.6-47.1c-9.5-11.1-23.3-16.6-41.6-16.6c-11.6,0-21.9,3-31,8.9S46.5,41.6,41.3,52.5 C36,63.3,33,75.7,32.4,89.6c-1,21.3,3.3,37.6,12.8,48.9c9.5,11.3,23.7,16.9,42.7,16.9c5.1,0,10.5-0.6,16.2-1.8 c5.7-1.2,10.4-2.6,14-4.2l3.4,15.1c-3.7,2.4-8.7,4.4-15,5.9c-6.3,1.5-12.6,2.2-18.9,2.2c-16.6,0-30.6-3.2-42.1-9.5 c-11.5-6.4-20-15.8-25.6-28.2c-5.6-12.5-8.1-27.6-7.5-45.4c0.7-16.8,4.6-31.8,11.6-45.1c7-13.3,16.6-23.6,28.8-30.8 C65,6.3,78.7,2.7,94.1,2.7c15.3,0,28.6,3.2,39.7,9.5c11.1,6.4,19.5,15.5,25.1,27.4C164.4,51.6,166.9,65.4,166.2,81.2z M75,91.6 c-0.7,7.9,0,13.9,1.9,17.9c1.9,4,5,6.1,9.3,6.1c2.9,0,5.5-1.3,7.9-3.8c2.4-2.6,4.4-6.2,6-10.9l3.7-41.6c-1.8-0.5-3.7-0.7-5.7-0.7 c-6.8,0-12.1,2.7-15.7,8C78.6,71.8,76.1,80.1,75,91.6z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  padding-left:2em;
}
#mp_twi {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 176 173.1' style='enable-background:new 0 0 176 173.1;' xml:space='preserve'%3E%3Cg id='layer1' transform='translate(-539.17946,-568.85777)'%3E%3Cpath id='path3611' d='M594.7,727.3c66.3,0,102.6-55,102.6-102.6c0-1.6,0-3.1-0.1-4.7c7-5.1,13.2-11.4,18-18.7 c-6.5,2.9-13.4,4.8-20.7,5.7c7.4-4.5,13.2-11.5,15.9-19.9c-7,4.1-14.7,7.1-22.9,8.8c-6.6-7-16-11.4-26.3-11.4 c-19.9,0-36.1,16.2-36.1,36.1c0,2.8,0.3,5.6,0.9,8.2c-30-1.5-56.6-15.9-74.3-37.7c-3.1,5.3-4.9,11.5-4.9,18.1 c0,12.5,6.4,23.6,16,30c-5.9-0.2-11.5-1.8-16.3-4.5c0,0.2,0,0.3,0,0.5c0,17.5,12.4,32,28.9,35.4c-3,0.8-6.2,1.3-9.5,1.3 c-2.3,0-4.6-0.2-6.8-0.7c4.6,14.3,17.9,24.8,33.7,25c-12.3,9.7-27.9,15.4-44.8,15.4c-2.9,0-5.8-0.2-8.6-0.5 C555.4,721.3,574.3,727.3,594.7,727.3'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  padding-left:2em;
}
#mp_next {
float:right;
border: 2px solid black;
display: block;
padding: 0.3em 1em;
clear: both;
cursor: pointer;
}

#mp_next::selection
{
	color:black;
}

#piphoneN #resume
{
float: left;
  margin: 2em 0;
}

#piphoneN #resume li
{
margin-bottom: 1em;
}
.page-id-15422 .entry-title.entry-title-single {
    margin-bottom: 2em;
}
.padN {
clear: both;
font-size: 0.8em;
}

/* PAGE JO */
.page-template-page-jo {
color:white;
}

.page-template-page-jo #logolqdn {
filter: invert(1);
margin-top: 5em;
}
.page-template-page-jo #logolqdn2 {
filter: invert(1);
}
.page-template-page-jo a {
color:#ff4200;
font-weight:bold;
}
.page-template-page-jo, .page-template-page-jo #masthead, .page-template-page-jo .site-info, .page-template-page-jo .entry-meta .entry-meta-single .entry-meta-footer, .page-template-page-jo .entry-content, .page-template-page-jo p, .page-template-page-jo article {
	background-color: black;
	color:white;
}
.page-template-page-jo #phiphone, .page-template-page-jo #phiphone p {
background-color: white;
}
.page-template-page-jo #phiphone {
border: 7px solid #ff4200;
border-radius: 36px;
}
.page-template-page-jo #post-19911 .entry-header-single h1{
color:#ff4200;
font-size: 3.7rem;
text-align: center;
}
.page-template-page-jo #post-19911  h1{
color:#ff4200;
}
.page-template-page-jo #post-19911  h2{
color:white;
}

.page-template-page-jo #mp_next {
background-color:#ff4200;
border: none;
border-radius: 36px;
}
.page-template-page-jo #mp_next:hover {
background-color:black;
color:#ff4200;
}

.page-template-page-jo #phiphone select {
background-color: #ff4200;
border-radius: 10px;
border: none;
}
.page-template-page-jo #menu-1 #menu-item-11765 {
background-color: #ff4200;
}
.page-template-page-jo .athl {
background-color: #ff4200;
border-radius: 4em;
border: 5px solid white;
padding: 0.3em;
display: inline-block;
}
.page-template-page-jo .athl2 {
background-color: black;
padding: 0.5em 1em;
border-radius: 4em;
border: 5px solid white;
display: inline-block;
}
.page-template-page-jo .main-navigation {
border-bottom: 7px solid #ff4200;
}
#phiphone {
  width: 100%;
  color: black;
  padding: 2em 3em 1em 3em;
  overflow: hidden;
  margin-bottom: 2em;
}
.parlementairesjs_introphone {
  line-height:1.3em;
font-weight: 700;
  }
#phiphone a {
text-decoration:none;
color:black;
}
#phiphone #parlementairesjs_mp_photo_wrapper {
width:150px;
height:192px;
float:left;
display:block;
background:gray;
margin-top: 0.5em;
display:inline-block;
margin-right:2em;
}
#phiphone .parlementairesjs_mp_info {
width:auto;
float:left;
padding-left: 30px;
min-height: 12em;
}
#phiphone > p {
font-weight: 700;
}
#phiphone p {
color: black;
margin-bottom:0;
}
#phiphone select {
width:auto;
color: black;
border: 2px solid black;
border-radius: 0px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 23.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Calque_2' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 34.18 29.24' style='enable-background:new 0 0 34.18 29.24;' xml:space='preserve'%3E%3Cpolygon points='16.91,26.41 2.77,7.81 5.16,5.99 16.91,21.45 28.67,5.99 31.05,7.81 '/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-size: 1.2em;
padding: 0 2em 0 0.5em;
margin: 0.3em 0.5em;
background-position: 95% 48%;
}
#phiphone option {
font-size: 0.8em;
}
#phiphone .parlementairesjs_mp_name_wrapper {
font-size:1.4em;
}
#phiphone .parlementairesjs_mp_phone_child {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!----%3E%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 176 173.1' style='enable-background:new 0 0 176 173.1;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M126.5,173.1c-12.7-0.7-27-6.4-40.4-14.4c-29.3-17.6-54-40-69.8-71c-5.7-11.2-9.5-23-11.6-35.5 C2.4,38.3,6.9,26.7,17.1,17.7c5.2-4.6,11.7-8,18-11.2c3.4-1.7,6.5-0.3,8.7,3.4c6.1,10.5,12.5,20.8,19,31.1 c2.8,4.4,2.4,8.2-1.4,11.5c-4.6,4.1-9.2,8.1-14,12.1c-4.1,3.4-5.4,7.5-2.6,11.9c5.2,8.1,9.8,16.9,16.7,23.3 c12.4,11.5,26,21.7,39.4,32.1c5.9,4.6,8.7,3.8,13.5-2c3.3-4,6.3-8.2,9.7-12c4.6-5.2,7-5.6,13-2.1c10.2,5.9,20.3,12.1,30.6,17.8 c3.8,2.1,4.6,4.7,3.7,8.6C167.6,159.6,149.2,173.2,126.5,173.1z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
background-size: 5%;
	background-position-y: center;
  padding-left:2em;
display:block;
}
#phiphone .parlementairesjs_mp_mail_child {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 176 173.1' style='enable-background:new 0 0 176 173.1;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M166.2,81.2c-0.6,15.9-4.6,28.5-11.9,38c-7.3,9.4-17,14.1-29.2,14.1c-5,0-9.4-1.1-13.2-3.2c-3.8-2.2-6.8-5.2-8.9-9.2 c-6,8-14,12-24,12c-5.8,0-11-1.7-15.3-5.2c-4.4-3.4-7.6-8.3-9.6-14.6c-2-6.3-2.7-13.5-1.9-21.5c1.8-15.2,6.7-27.4,14.7-36.7 c8-9.2,17.7-13.9,29.3-13.9c8.9,0,16.6,2.1,23.1,6.2l5.7,3.8l-4.7,53.6c-1,8.5,1.9,12.7,8.8,12.7c5.2,0,9.5-3.3,13-9.9 c3.5-6.6,5.4-15,5.8-25.3c1-20.3-3.2-36-12.6-47.1c-9.5-11.1-23.3-16.6-41.6-16.6c-11.6,0-21.9,3-31,8.9S46.5,41.6,41.3,52.5 C36,63.3,33,75.7,32.4,89.6c-1,21.3,3.3,37.6,12.8,48.9c9.5,11.3,23.7,16.9,42.7,16.9c5.1,0,10.5-0.6,16.2-1.8 c5.7-1.2,10.4-2.6,14-4.2l3.4,15.1c-3.7,2.4-8.7,4.4-15,5.9c-6.3,1.5-12.6,2.2-18.9,2.2c-16.6,0-30.6-3.2-42.1-9.5 c-11.5-6.4-20-15.8-25.6-28.2c-5.6-12.5-8.1-27.6-7.5-45.4c0.7-16.8,4.6-31.8,11.6-45.1c7-13.3,16.6-23.6,28.8-30.8 C65,6.3,78.7,2.7,94.1,2.7c15.3,0,28.6,3.2,39.7,9.5c11.1,6.4,19.5,15.5,25.1,27.4C164.4,51.6,166.9,65.4,166.2,81.2z M75,91.6 c-0.7,7.9,0,13.9,1.9,17.9c1.9,4,5,6.1,9.3,6.1c2.9,0,5.5-1.3,7.9-3.8c2.4-2.6,4.4-6.2,6-10.9l3.7-41.6c-1.8-0.5-3.7-0.7-5.7-0.7 c-6.8,0-12.1,2.7-15.7,8C78.6,71.8,76.1,80.1,75,91.6z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
	background-size: 5%;
	background-position-y: center;
  padding-left:2em;
	display:block;
}
#phiphone .parlementairesjs_mp_twi_child {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 176 173.1' style='enable-background:new 0 0 176 173.1;' xml:space='preserve'%3E%3Cg id='layer1' transform='translate(-539.17946,-568.85777)'%3E%3Cpath id='path3611' d='M594.7,727.3c66.3,0,102.6-55,102.6-102.6c0-1.6,0-3.1-0.1-4.7c7-5.1,13.2-11.4,18-18.7 c-6.5,2.9-13.4,4.8-20.7,5.7c7.4-4.5,13.2-11.5,15.9-19.9c-7,4.1-14.7,7.1-22.9,8.8c-6.6-7-16-11.4-26.3-11.4 c-19.9,0-36.1,16.2-36.1,36.1c0,2.8,0.3,5.6,0.9,8.2c-30-1.5-56.6-15.9-74.3-37.7c-3.1,5.3-4.9,11.5-4.9,18.1 c0,12.5,6.4,23.6,16,30c-5.9-0.2-11.5-1.8-16.3-4.5c0,0.2,0,0.3,0,0.5c0,17.5,12.4,32,28.9,35.4c-3,0.8-6.2,1.3-9.5,1.3 c-2.3,0-4.6-0.2-6.8-0.7c4.6,14.3,17.9,24.8,33.7,25c-12.3,9.7-27.9,15.4-44.8,15.4c-2.9,0-5.8-0.2-8.6-0.5 C555.4,721.3,574.3,727.3,594.7,727.3'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  padding-left:2em;
}
#mp_next {
float:right;
border: 2px solid black;
display: block;
padding: 0.3em 1em;
clear: both;
cursor: pointer;
}

#mp_next::selection
{
	color:black;
}

#phiphone #resume
{
float: left;
  margin: 2em 0;
}

#phiphone #resume li
{
margin-bottom: 1em;
}
#phiphone #parlementairesjs_mp_next_wrapper {
float:right;
display: block;
padding: 0.3em 1em;
clear: both;
cursor: pointer;
background-color:#ff4200;
border: none;
border-radius: 36px;
}
#phiphone #parlementairesjs_mp_next_wrapper p { 
	background-color:transparent;
	font-weight: 700;
}

#phiphone #parlementairesjs_mp_next_wrapper:hover {
background-color:black;
}
#phiphone #parlementairesjs_mp_next_wrapper:hover p { 
color:#ff4200;
}
#phiphone #parlementairesjs_mp_name_wrapper {
	font-size : 1.3em;
	font-weight:700;
}
#phiphone #parlementairesjs_mp_group, #phiphone #parlementairesjs_mp_county {
font-size: 1em;
line-height: 1.2em;
}
#phiphone #parlementairesjs_mp_county {
color:grey;
font-weight:700;
}
@media (max-width: 500px) {
.page-template-page-jo #post-19911 .entry-header-single h1{
color:#ff4200;
font-size: 9vw;
text-align: center;
}
}
@media (max-width: 900px) {
#piphoneN #mp_info { 
padding-left:0px;
}
}
/* bannière de soutien */
#soutenir {
	
}

/*--------------------------------------------------------------
12.0 Widgets
--------------------------------------------------------------*/
.widget {
  background: #fff;
  margin: 0 0 15px;
  margin: 0 0 0.9375rem;
  padding: 15px;
  padding: 0.9375rem;
  position: relative;
  word-wrap: break-word;
}

.widget,
.widget p {
  font-size: 15px;
  font-size: 0.9375rem;
}

.widget:before, .widget:after {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, rgba(0, 0, 0, 0.15)), to(transparent)) 5%;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.15) 50%, transparent 100%) 5%;
  content: '';
  display: block;
  right: 0;
  left: 0;
  position: absolute;
  height: 1px;
}

.widget:before {
  top: 0;
}

.widget:after {
  bottom: 0;
}

.widget:last-child,
.site-footer-widgets .widget:last-child {
  margin-bottom: 0;
}

.error-404 .widget {
  margin: 0 0 30px;
  margin: 0 0 1.875rem;
  padding: 0;
}

.error-404 .widget:before, .error-404 .widget:after {
  display: none;
}

.error-404 .widget:last-child {
  margin-bottom: 0;
}

#oops {
	width: 40%;
    margin: 4% 30%;
}

.widget .widget-title {
  color: #020202;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 22px;
  margin: 0 0 1.375rem;
  padding: 0;
  text-transform: uppercase;
}

.widget a, .widget a:visited {
  color: #3d3d3d;
}

.widget a:hover, .widget a:focus, .widget a:active {
  color: #666;
}

.widget ul,
.widget ol {
  list-style: none;
  margin: 0;
}

.widget li > ul,
.widget li > ol {
  margin-bottom: 0;
  margin-left: 24px;
  margin-left: 1.5rem;
}

.widget li, .widget li.hentry {
  padding: 0 0 15px;
  padding: 0 0 0.9375rem;
  position: relative;
}

.widget li ul, .widget li.hentry ul {
  margin-top: 9px;
  margin-top: 0.5625rem;
}

.widget li li:last-child, .widget li.hentry li:last-child {
  padding-bottom: 0;
}

.widget li:last-child, .widget li.hentry:last-child {
  padding-bottom: 0;
}

/*--------------------------------------------------------------
12.1 Search Form Widget
--------------------------------------------------------------*/
.search-form {
  margin: 0;
  padding: 0;
  position: relative;
}

.search-form .search-field {
  border: 1px solid #f0f0f0;
  height: 50px;
  padding: 0 20px;
  padding: 0 1.25rem;
  text-align: left;
  width: calc(100% - 60px);
}

.search-form .search-submit {
  background: black;
  border: 0;
  color: #fff;
  display: block;
  float: right;
  width: 60px;
  height: 50px;
  text-align: center;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.search-form .search-submit:hover {
 opacity : 0.95;
}

.search-form .search-submit {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 1281.1' style='enable-background:new 0 0 512 1281.1;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} %3C/style%3E%3Cpath class='st0' d='M505,811.1l-99.7-99.7c-4.5-4.5-10.6-7-17-7H372c27.6-35.3,44-79.7,44-128c0-114.9-93.1-208-208-208 S0,461.5,0,576.4s93.1,208,208,208c48.3,0,92.7-16.4,128-44v16.3c0,6.4,2.5,12.5,7,17l99.7,99.7c9.4,9.4,24.6,9.4,33.9,0l28.3-28.3 C514.3,835.7,514.3,820.5,505,811.1z M208,704.4c-70.7,0-128-57.2-128-128c0-70.7,57.2-128,128-128c70.7,0,128,57.2,128,128 C336,647.1,278.8,704.4,208,704.4z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
}

/*--------------------------------------------------------------
12.2 Tag Cloud Widget
--------------------------------------------------------------*/
.widget_tag_cloud > div:before,
.widget_tag_cloud > div:after {
  content: '';
  display: table;
}

.widget_tag_cloud > div:after {
  clear: both;
}

.widget_tag_cloud a:after {
  color: #999;
  content: '\2044';
  margin: 0 6px;
  margin: 0 0.375rem;
}

.widget_tag_cloud a, .widget_tag_cloud a:visited {
  float: left;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  text-decoration: none;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

/*--------------------------------------------------------------
13.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/*--------------------------------------------------------------
13.1 Captions
--------------------------------------------------------------*/
/* Attachment Caption */
.entry-caption {
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  border: 1px solid #f0f0f0;
  margin: 0;
  padding: 10px;
  padding: 0.625rem;
  text-align: center;
}

/* WP Caption */
.wp-caption {
  border: 1px solid #f0f0f0;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  max-width: 100%;
}

.wp-caption:last-child {
  margin-bottom: 0;
  margin-bottom: 0;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

.wp-caption .wp-caption-text {
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  margin: 0;
  padding: 5px;
  padding: 0.3125rem;
  text-align: center;
}

.wp-caption.alignright, .wp-caption.alignleft {
  max-width: 110px;
}

.wp-caption.alignright {
  margin: 0 0 15px 20px;
  margin: 0 0 0.9375rem 1.25rem;
}

.wp-caption.alignleft {
  margin: 0 20px 15px 0;
  margin: 0 1.25rem 0.9375rem 0;
}

/*--------------------------------------------------------------
13.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin: 0 0 26px;
  margin: 0 0 1.625rem;
}

.gallery .gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery .gallery-icon img {
  margin: 0 auto;
}

.gallery .gallery-caption {
  color: #999;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 5px 0;
  padding: 0.3125rem 0;
}

.gallery.gallery-columns-4 .gallery-caption,
.gallery.gallery-columns-5 .gallery-caption,
.gallery.gallery-columns-6 .gallery-caption,
.gallery.gallery-columns-7 .gallery-caption,
.gallery.gallery-columns-8 .gallery-caption,
.gallery.gallery-columns-9 .gallery-caption {
  display: none;
}

.gallery:last-child {
  margin: 0;
  margin: 0;
}

/*--------------------------------------------------------------
13.3 Media Elements
--------------------------------------------------------------*/
.hentry .mejs-container {
  margin: 0 0 26px;
  margin: 0 0 5rem;
}

.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
  background: #333;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
/*  background: #c9a0dc;*/
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: rgba(255, 255, 255, 0.33);
}

.hentry .mejs-container .mejs-controls .mejs-time {
  padding-top: 9px;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  border-radius: 0;
}

.hentry .mejs-overlay-loading {
  background: transparent;
}

/*--------------------------------------------------------------
14.0 Utilities
--------------------------------------------------------------*/
/*--------------------------------------------------------------
14.1 Overlay Effect
--------------------------------------------------------------*/
.overlay-effect {
  background: #141414;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 99995;
  -webkit-transition: opacity 250ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 250ms cubic-bezier(0.23, 1, 0.32, 1);
}

.overlay-effect.open {
  opacity: .4;
  visibility: visible;
}

/*--------------------------------------------------------------
14.2 Misc
--------------------------------------------------------------*/
.img-featured,
.img-postlist {
  opacity: 1;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.img-featured:hover,
.img-postlist:hover {
  opacity: 0.95;
}

/*--------------------------------------------------------------
15.0 Admin Bar
--------------------------------------------------------------*/
/* Admin Bar: Thick Mobile First */
body.admin-bar .site-header-menu-responsive {
  top: 46px;
}

/* Admin Bar: Thick and Sticky (601px) and up */
@media (min-width: 37.5625em) {
  body.admin-bar .site-header-menu-responsive {
    top: 46px;
  }
}

/* Admin Bar: Thick and Sticky (621px) and up */
@media (min-width: 38.8125em) {
  body.admin-bar .site-header-menu-responsive {
    top: 46px;
  }
}

/* Admin Bar: Thin and Sticky (783px) and up */
@media (min-width: 48.9375em) {
  body.admin-bar .site-header-menu-responsive {
    top: 32px;
  }
}
/*--------------------------------------------------------------
16.0 Jetpack
--------------------------------------------------------------*/
/*--------------------------------------------------------------
16.1 WP Stats
--------------------------------------------------------------*/
img#wpstats,
img[id*="botd"] {
  position: absolute;
  top: -9999px;
}
.site-header-menu-responsive {
  background: #141414;
  color: #fff;
  margin: 0;
  overflow: hidden;
  overflow-y: auto;
  padding: 30px;
  padding: 1.875rem;
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  height: 100%;
  z-index: 99999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

  /* Typography: Global  xxx*/
  body {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.8;
  }
  /* Typography: Paragraph */
  p {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
  p.lead {
    font-size: 24px;
    font-size: 1.5rem;
  }
  /* Typography: Headings */
  h1 {
    font-size: 34px;
    font-size: 2.125rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
  h2 {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
  h3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
  h4 {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
  h5 {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
  h6 {
    font-size: 11px;
    font-size: 0.6875rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
.smalltext {
font-size: 0.8em;
}
  /* Typography: Blockquote */
  blockquote {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 auto 32px;
    margin: 0 auto 2rem;
  }
  blockquote.alignright, blockquote.alignleft {
    display: inline;
    max-width: 300px;
  }
  /* Typography: General */
  address {
    margin: 0 0 32px;
    margin: 0 0 2rem;
  }
  pre {
    margin: 0 0 32px;
    margin: 0 0 2rem;
    padding: 20px;
    padding: 1.25rem;
  }
  /* Elements: HR */
  hr {
    margin: 0 auto 32px;
    margin: 0 auto 2rem;
  }
  /* Elements: List */
  ul, ol {
    margin: 0 0 32px 36px;
    margin: 0 0 2rem 2.25rem;
  }
  dd {
    margin: 0 24px 32px;
    margin: 0 1.5rem 2rem;
  }
  /* Elements: Table */
  table {
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
  table caption {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  table th,
  table td {
    padding: 12px;
    padding: 0.75rem;
  }
  /* Elements: Image */
  img.alignright, img.alignleft {
    max-width: 270px;
  }
  img.alignright {
    margin: 0 0 15px 25px;
    margin: 0 0 0.9375rem 1.5625rem;
  }
  img.alignleft {
    margin: 0 25px 15px 0;
    margin: 0 1.5625rem 0.9375rem 0;
  }
  /* Alignments */
  .alignleft {
    margin: 0 20px 20px 0;
    margin: 0 1.25rem 1.25rem 0;
  }
  .alignright {
    margin: 0 0 20px 20px;
    margin: 0 0 1.25rem 1.25rem;
  }
  /* Navigation Menus: Header Menu */
  .site-header-menu {
    display: block;
    margin: 0 auto;
  }
  /* Essential Styles */
  .sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
	display: flex;	  
	font-size: 0.94rem;
  }
  .sf-menu li {
    position: relative;
  }
  .sf-menu ul {
    position: absolute;
    display: none;
    font-size: 18px;
    font-size: 1.125rem;
    top: 100%;
    left: 0;
    z-index: 200;
  }
  .sf-menu > li > ul {
    top: 40px;
    left: -19px;
  }
  .sf-menu > li {
    display: inline-block;
  }
  .sf-menu li:hover > ul,
  .sf-menu li.sfHover > ul {
    display: block;
  }
  .sf-menu a {
    display: block;
    position: relative;
  }
  .sf-menu ul ul {
    top: 0;
    left: 105%;
  }
  /* Menu Skin */
  .sf-menu {
    margin-bottom: 0;
    text-align: center;
  }
  /* Drop Down Menu List */
  .sf-menu ul {
    background: #fff;
 /*   -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);*/
    min-width: 15em;
    /* allow long menu items to determine submenu width */
    max-width: 15em;
    padding: 25px 35px;
    padding: 1.5625rem 2.1875rem;
    text-align: left;
  }
  /* Anchors */
  .sf-menu a,
  .sf-menu a:visited {
      font-family: 'Roboto',sans-serif;
  font-style: normal;
  font-weight: normal;
  }
  /* Parent Anchors */
  .sf-menu > li > a,
  .sf-menu > li > a:visited {
    color: #fff;
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 0 15px;
    padding: 0 0.9375rem;
   /* text-transform: uppercase;*/
    text-decoration: none;
  }
  .sf-menu > li > a:hover,
  .sf-menu > li > a:focus,
  .sf-menu > li > a:active {
    color: #a6a6a6;
  }
  /* Child Menu Anchors */
  .sf-menu ul a,
  .sf-menu ul a:visited {
    color: #020202;
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 8px 0;
    padding: 0.5rem 0;
  }
  .sf-menu ul a:hover,
  .sf-menu ul a:focus,
  .sf-menu ul a:active {
    color: #a6a6a6;
  }
  .sf-menu ul li:last-child a {
    border-bottom: none;
  }
  /* Current Item Indicator */
  .sf-menu > li.current_page_item > a,
  .sf-menu > li.current-menu-item > a,
  .sf-menu > li.current_page_ancestor > a,
  .sf-menu > li.current-menu-ancestor > a,
  .sf-menu > li.current-menu-parent > a {
    color: #a6a6a6;
  }
  .sf-menu > li li.current_page_item > a,
  .sf-menu > li li.current-menu-item > a,
  .sf-menu > li li.current_page_ancestor > a,
  .sf-menu > li li.current-menu-ancestor > a,
  .sf-menu > li li.current-menu-parent > a {
    color: #a6a6a6;
  }
  /* SF Core */
  .sf-menu li {
    word-wrap: break-word;
    white-space: normal;
    /* no need for Supersubs plugin */
    -webkit-transition: background .2s;
    transition: background .2s;
  }
  .sf-menu ul li {
    background: #ffffff;
  }
  .sf-menu ul ul li {
    background: #ffffff;
  }
  .sf-menu li:hover,
  .sf-menu li.sfHover {
    /* only transition out, not in */
    -webkit-transition: none;
    transition: none;
  }
  /* Last & Second Last Child Drop Down Menu Second Level */
  .sf-menu > li:last-child > ul,
  .sf-menu > li:nth-last-child(2) > ul {
    left: auto;
    right: 0;
  }
  /* Last & Second Last Child Drop Down Menu Third Level */
  .sf-menu > li:last-child > ul ul,
  .sf-menu > li:nth-last-child(2) > ul ul {
    left: auto;
    right: 105%;
  }
  /* Parent Anchors Arrow */
  .sf-arrows .sf-with-ul:after {
    content: "\f107";
    color: #bfbfbf;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.7;
    position: absolute;
    top: 0;
    right: 0;
  }
  .sf-arrows > li > .sf-with-ul:focus:after,
  .sf-arrows > li:hover > .sf-with-ul:after,
  .sf-arrows > .sfHover > .sf-with-ul:after {
    color: #a6a6a6;
  }
  /* Child Anchors Arrow */
  .sf-arrows ul .sf-with-ul:after {
    content: "\f105";
    color: #bfbfbf;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.7;
    position: absolute;
    top: 8px;
    right: 0;
  }
  .sf-arrows ul li > .sf-with-ul:focus:after,
  .sf-arrows ul li:hover > .sf-with-ul:after,
  .sf-arrows ul .sfHover > .sf-with-ul:after {
    color: #3d3d3d;
  }
  /* Navigation Menus: Header Menu Responsive */
  .toggle-menu-wrapper {
    display: none;
  }
  /* Navigation Misc: Navigation Archives */
  .pagination .page-numbers {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 13px 20px;
    padding: 0.8125rem 1.25rem;
  }

  /* Navigation Misc: Navigation Comments */
  .comment-navigation.comment-navigation-above, .comment-navigation.comment-navigation-below {
    margin: 30px 0 0;
    margin: 1.875rem 0 0;
  }

  .site-description {
    font-size: 18px;
    font-size: 1.125rem;
  }

  /* Skeleton: Footer */
  .site-info {
    padding: 45px 0;
    padding: 2.8125rem 0;
  }
  /* Content: Entry (Posts,Pages) Block */
  .hentry {
    margin: 0 0 30px;
    margin: 0 0 1.875rem;
 /*   padding: 30px;
    padding: 1.875rem;*/
  }
  /* Content: Page Content Block */
  .page-content {
    padding: 30px;
    padding: 1.875rem;
  }
  /* Content: Entry Header & Title (Posts,Pages) */
  .entry-title {
    font-size: 28px;
    font-size: 1.4rem;
  }
  .entry-title.entry-title-single {
    font-size: 32px;
    font-size: 2rem;
  }
  /* Content: Page Header & Title */
  .page-header {
    margin: 0 0 30px;
    margin: 0 0 1.875rem;
    padding: 30px;
    padding: 1.875rem;
  }
  .page-header .page-title {
    font-size: 32px;
    font-size: 2rem;
  }
  .page-header .taxonomy-description {
    margin: 10px 0 0;
    margin: 0.625rem 0 0;
  }
  /* Content: Entry Summary */
  .entry-summary,
  .entry-summary p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6;
  }
  /* Entry Content Attachment */
  .entry-content-attachment {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6;
  }
  /* Entry Attachment */
  .entry-attachment {
    margin: 0 0 30px;
    margin: 0 0 1.875rem;
  }
  /* Content: Entry Meta Footer */
  .entry-meta-footer {
    margin: 32px 0 0;
    margin: 2rem 0 0;
	}
  /* Content: Author Info */
	  
	.entry-author {
    margin: 30px 0 0;
    margin: 1.875rem 0 0;
    padding: 30px;
    padding: 1.875rem;
  }
  /* Content: Comments */
  .comments-area-wrapper {
    margin: 30px 0 0;
    margin: 1.875rem 0 0;
    padding: 30px;
    padding: 1.875rem;
  }
  /* Comment List */
  .comment-list {
    margin: 30px 0 0;
    margin: 1.875rem 0 0;
  }
  /* Comment Body */
  .comment-list > li > .comment-body,
  .comment-list > li > .children .comment-body {
    margin-top: 30px;
    margin-top: 1.875rem;
    padding-top: 30px;
    padding-top: 1.875rem;
  }
  .comment-list .bypostauthor .comment-body {
    padding: 30px 30px 30px 123px;
    padding: 1.875rem 1.875rem 1.875rem 7.6875rem;
  }
  .comment-list > li > .children .bypostauthor .comment-body {
    padding: 30px 30px 30px 94px;
    padding: 1.875rem 1.875rem 1.875rem 5.875rem;
  }
  /* Comment Avatar */
  .comment-list > li > .comment-body .comment-author .avatar,
  .comment-list > li > .children .comment-body .comment-author .avatar {
    top: 30px;
  }
  .comment-list > li.bypostauthor > .comment-body .comment-author .avatar,
  .comment-list > li > .children li.bypostauthor > .comment-body .comment-author .avatar {
    top: 30px;
    left: 30px;
  }
  /* Comment Form */
  div#respond {
    margin: 30px 0 0;
    margin: 1.875rem 0 0;
    padding: 30px;
    padding: 1.875rem;
  }
  .comment-list div#respond {
    margin: 30px 0;
    margin: 1.875rem 0;
    padding: 30px;
    padding: 1.875rem;
  }
  div#respond #cancel-comment-reply-link {
    padding: 20px;
    padding: 1.25rem;
  }
  /* Widgets */
  .widget {
    margin: 0 0 30px;
    margin: 0 0 1.875rem;
    padding: 30px;
    padding: 1.875rem;
  }
  /* Media: Attachment Caption */
  .entry-caption {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 20px;
    padding: 1.25rem;
  }
  /* Media: WP Caption */
  .wp-caption {
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
  .wp-caption .wp-caption-text {
    padding: 10px 20px;
    padding: 0.625rem 1.25rem;
  }
  .wp-caption.alignright, .wp-caption.alignleft {
    max-width: 270px;
  }
  .wp-caption.alignright {
    margin: 0 0 15px 25px;
    margin: 0 0 0.9375rem 1.5625rem;
  }
  .wp-caption.alignleft {
    margin: 0 25px 15px 0;
    margin: 0 1.5625rem 0.9375rem 0;
  }
  /* Media: Galleries */
  .gallery {
    margin: 0 0 32px;
    margin: 0 0 2rem;
  }
  .gallery .gallery-caption {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 5px;
    padding: 0.3125rem;
  }
  .gallery.gallery-columns-4 .gallery-caption,
  .gallery.gallery-columns-5 .gallery-caption {
    display: block;
  }

 a:hover > article > div > div > div.post-thumbnail {
	opacity:1;    
	/*filter: grayscale(46%);*/
}

.entry-content > a, 
.entry-content > a:visited {
	color:black;
	display:block;
}
.entry-content > a:hover {
color:#000000ab;
	display:block;
}

	#menu-item-11763 a span:last-child {
		  display: inline;
}
#menu-item-11763 a span:first-child {
	/*	display: none;*/
	}

/*--------------------------------------------------------------
17.0 Media Queries
--------------------------------------------------------------*/
@media (max-width: 575px) {
	.entry-title {
		font-size: 1.3rem;
	}
	.site-title {
margin-top: 3%;
margin-left: 0;
		font-size:7vw;
}
	html {
	overflow-x: hidden;
	}
		.site-branding a, .site-branding h1{
	display:block;
}
	.site-branding h1  {
	margin-bottom:0;
			font-size: 7.6vw;
	}
	 .toggle-menu-wrapper {
    display: block;
  }
	.menuchamps a, .menuchamps a:visited, .menuchamps a:hover {
	    padding: 0.2em 2vw;
		font-size: 0.9em;
}
		.menu {
		   margin-right: calc(-2.5% - 15px);
	}
}
@media (min-width: 576px) {

	.post-content-wrapper-archive {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
		.desktop {
		display:flex;
		margin-bottom:5%;
	}
	.site-branding a{
	display:flex;
	flex-direction: column;
}

}
@media (min-width: 1260px) {
.post-thumbnail {
	height: 36vh;
}
	.sf-menu > li > ul {
    left: 0;
}
	  .post-content-wrapper-archive .entry-image-wrapper-archive ~ .entry-data-wrapper-archive {
    width: 45%;
  }
	  .post-content-wrapper-archive .entry-image-wrapper-archive {
    width: 45%;
  }
	.desktop {
		margin-bottom:15%;
	}
	#post-12648 > div {
		width:100%;
	}

#menu-item-11761 a, 
#menu-item-416 a,
#menu-item-418 a{
display: inline;
float: left;
	}
	.sf-menu li {
	    margin-top: 2px;
	}
	#menu-1 #menu-item-219, #menu-1 #menu-item-11765, #menu-1 #menu-item-225, #menu-1 #menu-item-12003 {
	background-color:white;
	height:42px;
	padding:0px;
	margin-top:0;
	padding-top: 7px;
	}
		#menu-item-219 a span, #menu-item-11765 a span, #menu-item-225 a span, #menu-item-12003 a span {
		font-weight:700;
		color:black;
	}
		#menu-item-11765 a:hover,
#menu-item-12003 a:hover,
#menu-item-219 a:hover,
#menu-item-225 a:hover{
	opacity:0.6;
}
		#menu-item-219:hover {
		opacity:0.9;
	}
	.main-navigation #menu-1 li {
	  padding: 5px 0;
}
	#menu-item-11767, #menu-item-12004 {
	    height: 33px;
    margin-top: 5px;
	}
}

/*--------------------------------------------------------------
17.2 - Medium devices (tablets, 1080px and less) @media (max-width: 1228px) {
--------------------------------------------------------------*/
@media (max-width: 1260px) {
	html {
		overflow-x:hidden;
	}
		#don {
		display:none;
	}
/*	.logolqdn {
height:13%;
		margin-top: 54px; 
	}*/
.container {
    width: 85%;
}
	.article {
		margin-bottom : 4%;
	}
	.toggle-menu-label {
		display:none;
	}
	.toggle-menu-control {
		float:right;
		color: black;
	}
	#site-navigation{
		background-color:black;
	}
	.desktop {
		display:block;
		margin-bottom: 10vw;
	}

	.desktop > * {
		display:block;
	}
		.entry-image-wrapper {
		height: 40vw;
	}

	.site-title {
	font-size: 5.3vw;
	}
	#site-navigation {
		padding:0;
	}
	.row {
		margin:0;
	}
	
	*, *:before, *:after {
  box-sizing: border-box;
}
label .menu {
color: #fff;
  position: absolute;
   margin-left: calc(50% - 54px + 7.5vw);
    top: 0;
  z-index: 100;
    width: 54px;
    height: 54px;
  background: #000;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
label .hamburger {
  position: absolute;
    top: 26px;
    right: 15px;
  width: 22px;
  height: 2px;
  background: #fff;
  display: block;
  transform-origin: center;
  transition: 0.5s ease-in-out;
}
label .hamburger:after, label .hamburger:before {
  transition: 0.5s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}
label .hamburger:before {
  top: -8px;
}
label .hamburger:after {
  bottom: -8px;
}
#menumobile {
  display: none;
}
#menumobile:checked + .menu {
  top:0;
	margin-left: calc(-50% - 7.5vw - 16px);
	width:100vw;
	height:300vh;
  border-radius: 0;
}
#menumobile:checked + .menu .hamburger {
  transform: rotate(45deg);
}
#menumobile:checked + .menu .hamburger:after {
  transform: rotate(90deg);
  bottom: 0;
}
#menumobile:checked + .menu .hamburger:before {
  transform: rotate(90deg);
  top: 0;
}
#menumobile:checked + .menu + div > #menu-1 {
  transform: translateX(-100vw);
    transition: 0.5s 0s ease-in-out;
}
label > div > #menu-1 {
  z-index: 200;
  margin-left:100vw;
	margin-top : 50px;
  position: absolute;
	    transition: 0.5s 0s ease-in-out;

}
	
	#site-navigation {
		background-color:transparent;
	}
	
	.sf-menu, .sf-menu * { 
		display:block;
		width: 100%;
		text-align: left;
		color:white;
	}
	#menu-item-4 > a {
		padding:0 0.9375rem;
	}

.entry-image-wrapper {
  margin: 0 0 1.875rem;
}
	.title-champs {

font-size: 2em;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 100;
margin-bottom: 2%;
}
	#menu-item-11764, #menu-item-163, #menu-item-206, #menu-item-12001{ 
margin-left:15px;
	}
#menu-item-163 span:last-child, #menu-item-163 span:last-child, #menu-item-206 span:last-child{
	display:inline;
	position: absolute;
    margin-top: -1.2em;
    margin-left: 1.2em;
}
	#menu-item-11764 a, #menu-item-12001 a, #menu-item-163 a, #menu-item-206 a{

    width: 100vw; 
	}
	#menu-item-163 span:first-child, #menu-item-11764 span:first-child, #menu-item-12001 span:first-child, #menu-item-206 span:first-child {
    width: 0.8em; 
	}
#menu-item-11768 > a, #menu-item-228 > a , #menu-item-227 > a {
		display:none;
	}
#menu-item-11768 ul, #menu-item-228 ul, #menu-item-227 ul {	
	    display: block;
    position: relative;
	background-color:transparent;
}
	#menu-item-11768 ul li, #menu-item-228 ul li, #menu-item-227 ul li {
			background-color:transparent;
}
	.menu {
		width:100%;
		margin-right: calc(-2.5% - 15px);
	}
	.site-titlel {
		margin-top: 14%;
	}
	#menu-item-11773, #menu-item-257, #menu-item-256 {
	display: block;
	background-color: transparent;
	margin-top: -4.15em;
	width: 1em;
	margin-left: -6px;
	height: 2.5em;
	}
	#menu-item-11765 a, #menu-item-11765 a:visited, #menu-item-11765 a:hover{
	color:white;
}
	#search, #search-3, #search-4 {
	display:block;
	background-color: transparent;
	margin-top: -2.7em;
}
		.lang-item.lang-item-30.menu-item-192-es a, .lang-item.lang-item-30.menu-item-227-es a, .lang-item.lang-item-21.menu-item-228-en a {
padding: 0.5rem 0;
}
	#inputmob {
		display:block;
	}
	#inputdesk {
		display:none;
	}

#menu-item-11768 .sub-menu, #menu-item-228 .sub-menu {
		padding-left:0.6rem;
	}
#menu-item-11767:hover + li + li + div + #amr-ical-upe-3{ 
	display:none;
}
#post-wrapper .entry-data-wrapper-archive {
    width: 100%;
}
	
	#menu-item-163 a, #menu-item-11764 a, #menu-item-12001 a, #menu-item-206 a{ 
	width: auto;
    height: auto;
    display: block;
    margin-top: 0px;
    padding-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
}
	#menu-item-11767,#menu-item-12004 { 
		background-position:left -0.1em bottom -0.3em;
	}
	#menu-item-11767,#menu-item-12004{
    margin-left: 15px;
    margin-left: 0.9375rem;
	padding: 0;
    padding: 0;
	}
		#menu-item-11768 > a > ul{
    margin-left: 15px;
    margin-left: 0.9375rem;
	padding: 0;
    padding: 0;
	}
	.sf-menu > li > ul {
    top: 40px;
    left: 4px;
}
		#logolqdn {
    margin: calc(3vw + 40px) 0vw 2vw 0vw;
	display:block;
}
	#inputdesk {
	display:none;
}
/*	.has-site-branding .site-branding {
		margin-bottom: 1.5em;
	}*/
}

@media (min-width: 1397px) {
  .entry-title.entry-title-single {
    font-size: 2.7rem;
  }
.entry-title {
    font-size: 28px;
    font-size: 1.6rem;
}
	.post-content-wrapper .post-content-wrapper-archive {
		width:100%;
	}
}

@media (max-width: 955px) {
/*.site-title {
	margin-bottom: -1.5%;
}*/
	#logolqdn2 {
    margin: calc(3vw + 40px) 0vw 0vw 0vw;
	display:block;
}
#logolqdn {
display:none;
}
}


@media (min-width: 1530px) {
/*.site-title, .site-titlel {
	font-size: 4.2em;
}*/
	.post-thumbnail {
    height: 33vh;
}
	a .post-thumbnail {
    min-height: 100%;
}
	p, ul, div {
		font-size: 1.22rem;
	}
}


@media print {
  #site-navigation { display: none; }
  .container {
    width: 100%;
    max-width: initial;
  }
  #logolqdn, #logolqdn2 { width: 100% }
  #logolqdn { display: block; margin: 0vw 0vw 0vw 0vw; }
  #logolqdn2 { display: none; }
 
	.entry-image-wrapper {display:none}
  h1, h2, h3, caption {
    page-break-after: avoid;
  }
	p, ul { 
	font-size:0.8em;
    margin-bottom: 1rem;
	}
	h2 {
		margin-top: 2em;
	}
  a {
    color: #000!important;
  /*  text-decoration: underline!important;*/
  }
	.entry-header-wrapper br {
		display:none;
	}
	@page {
		margin: 5em 5em;
	}
	.footnote_container_prepare, .footnote_plugin_index > span {
			font-size:0.8em;
	}
	.footnote_references_container, .footnote_plugin_text {
			font-size:0.6em;
		padding-left: 3em;
	}
	.footnote_plugin_link {
		display:none;
	}
	.entry-header {
    margin: 0 0 -2em 0;
}
	.entry-meta {
		display:none;
	}
}

@media (min-width: 1204px) and (max-width: 1268px) {
#menumobile:checked + .menu {
	margin-left: calc(-50% - 9.5vw - 16px);
}
}
/*
@media (min-width: 1268px) and (max-width: 1280px) {
#menumobile:checked + .menu {
	margin-left: calc(-50% - 10.5vw - 16px);
}
}*/
@media (min-width: 1260px) and (max-width: 1312px) {
	#menu-item-11763 a span:last-child {
		  display: none;
}
#menu-item-11763 a span:first-child {
		display: inline;
	}
}
/*Miniphone */
	@media (max-width: 800px) {
#piphone {
width: 118%;
margin: 0 -9%;
padding: 1em;
text-align: center;
	}
#piphone #mep_photo {
margin: auto;
float: none;
}
#piphone #mep_next {
float: none;
	}
#piphone #mep_info {
width: 100%;
padding-left:0;
		}
#piphone #mep_contact {
text-align:left;
}
#piphone select {
margin: 0.3em 0.5em;
}
}
