/*!
Theme Name: Stephane Troussel
Description: Theme for Stephane Troussel blog
Author: Damien Marillier & Olivier Stern & Jean-Baptiste Louvet
Version: 0.1
*/
html {
    box-sizing: border-box
}

*,
*::after,
*::before {
    box-sizing: inherit
}

@font-face {
    font-family: 'GriffithGothicBlack-Ultra';
    src: url("assets/fonts/GriffithGothicBlack-Ultra.eot");
    src: url("assets/fonts/GriffithGothicBlack-Ultra.eot?#iefix") format("embedded-opentype"), url("assets/fonts/GriffithGothicBlack-Ultra.woff2") format("woff2"), url("assets/fonts/GriffithGothicBlack-Ultra.woff") format("woff"), url("assets/fonts/GriffithGothicBlack-Ultra.ttf") format("truetype"), url("assets/fonts/GriffithGothicBlack-Ultra.svg#GriffithGothicBlack-Ultra") format("svg");
    font-weight: normal;
    font-style: normal
}

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.Row {
    content: "";
    display: table;
    clear: both;
    display: block
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
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-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

*,
*:before,
*:after {
    box-sizing: border-box
}

body {
    background: #fff
}

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

ol,
ul {
    list-style: none
}

table {
    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:focus {
    outline: thin dotted
}

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

a img {
    border: 0
}

body,
button,
input,
select,
textarea {
    color: #2b2b2b;
    font-family: 'Roboto', serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375
}

hr {
    background-color: #000;
    border: 0;
    height: 1px;
    margin-bottom: 1em
}

ul,
ol {
    margin: 0 0 1em 0
}

ul {
    list-style: none
}

ol {
    list-style: decimal
}

dt {
    font-weight: bold
}

dd {
    margin: 0 1em 1em
}

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

figure {
    margin: 0
}

embed,
iframe,
object {
    max-width: 100%
}

strong,
b {
    font-weight: 700
}

table {
    margin: 0 0 1em;
    width: 100%
}

th {
    font-weight: bold
}

p {
    margin-bottom: 1em
}

p:last-of-type {
    margin-bottom: 0
}

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

blockquote {
    margin: 0
}

blockquote p {
    font-style: italic
}

address {
    margin: 0 0 1em
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em
}

code,
kbd,
tt,
var {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace
}

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

mark,
ins {
    background: #fff9c0;
    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%
}

a {
    color: inherit;
    text-decoration: none
}

a:focus {
    outline: none
}

a[href^=tel],
a[href^=fax] {
    cursor: default;
    text-decoration: none !important
}

a[href^=tel]:hover,
a[href^=fax]:hover {
    text-decoration: none
}

a a[href^=mailto] {
    word-break: break-all
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0
}

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

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #6b787a;
    border: 1px solid #bdbfbf
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #6b787a
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 6px
}

textarea {
    overflow: auto;
    padding-left: 6px;
    vertical-align: top;
    width: 100%
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #bdbfbf;
    background-clip: padding-box;
    border-radius: 3px;
    background: #e6e6e6;
    cursor: pointer;
    -webkit-appearance: button;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
    padding: 6px;
    border-radius: 0;
    color: #fff;
    background-color: #000
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #6b787a
}

.Wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 72.25em
}

@media (max-width: 63.99em) {
    .Wrapper.Header-top {
        width: 100%
    }
}

html,
body {
    height: 100%
}

.Site {
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto
}


.Header {
	position: relative;
	height: 411px;
	background-image: url(assets/img/header-bg.jpg);
	background-size: auto 330px;
	background-position: 24% top;
	background-repeat: no-repeat
}
@media (max-width: 1023px) {
	.Header {
		height: 330px;
		background-size: auto 330px;
		background-position: 40% top;
	}
}
@media (max-width: 800px) {
	.Header {
		height: 250px;
		background-size: auto 220px;
	}
}
@media (max-width: 400px) {
	.Header {
		height: 200px;
		background-size: auto 160px;
	}
}
@media (min-width: 64em) {
    .Header {
        background-position: 60% top
    }
}

@media (min-width: 92.5em) {
    .Header {
        background-position: 60% top;
        background-size: auto 310px
    }
}

@media (min-width: 108.75em) {
    .Header {
        background-position: 100% top;
        background-size: auto 340px
    }
}


.Header-main {
	height: 281px;
	padding-top: 30px;
}


.Header-connect {
	float: left;
	display: block;
	width: 268px;
	float: right;
	text-align: center
}

@media (max-width: 1200px) {
	.Header-connect {
		width: 218px;
	}
}

@media (max-width: 1023px) {
    .Header-connect {
        display: none
    }

}
@media (max-width: 800px) {
	.Header-main {
		height: 201px;
		padding-top: 20px;
	}
}
@media (max-width: 400px) {
	.Header-main {
		height: 150px;
		padding-top: 20px;
	}
}
.Header-connect form {
    margin: 0.3em 0
}

.Header-connect input {
    border: 0;
    background-color: #fff;
    color: #9d9d9d;
	border-radius: 4px;
    margin: 0;
	font-family: 'Roboto', sans-serif;
    display: block;
    width: 100%;
	padding: 6px 12px;
	font-weight:300;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9d9d9d;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #9d9d9d;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #9d9d9d;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #9d9d9d;
}

.Header-connect input[type="submit"] {
    margin-top: 1em;
    width: 40%;
    margin-left: auto;
    margin-right: 0;
    color: #fff;
    background-color: #dc4252;
    padding: 4px 0;
}

.Header-connect input[type="submit"]:hover {
    background-color: #dc4252
}

.Header-connect .label {
    font-family: 'Roboto', sans-serif;
	color: #dc4252;
	font-weight:700;
	text-align: left;
	font-size: 15px;
    font-size: 1.5rem;
    margin-top: 1em
}

.Header-connect--alt {
    display: none
}

@media (max-width: 63.99em) {
    #jsDrawer.isOpen .Menu .Header-connect--alt {
        display: block;
        background-color: #757779
    }
    #jsDrawer.isOpen .Menu .Header-connect--alt #soSpecific {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 34px
    }
    #jsDrawer.isOpen .Menu .Header-connect--alt #soSpecific:before {
        content: url(assets/img/connect.svg);
        display: block;
        float: left;
        width: 30px;
        margin-right: 10px
    }
}


.Header-slogan {
	width: 40%;
	float: left;
	margin: 30px 0 0 90px;
}
.Header-logo-m{
	display:none;
}
@media (max-width: 1023px) {
	.Header-logo-m{
		display:block;
		width: 300px;
		margin-left: 40px;
	}
	.Header-slogan {
		width: 300px;
		float: none;
		margin: 40px 0 0 40px;
	}
}
@media (max-width: 400px) {
	.Header-logo-m{
		display:block;
		width: 250px;
		margin-left: 20px;
	}
	.Header-slogan {
		width: 250px;
		float: none;
		margin: 40px 0 0 20px;
	}
}
.Header-bottom {
    background-color: #dc4252;
    content: "";
    display: table;
    clear: both;
    width: 100%
}

@media (min-width: 64em) {
    .Header-bottom {
        height: 60px
    }
	.logo-wrapper {
		width: 450px;
		margin-top: -37px;
		float: left;
	}
	.header-reseaux{
		float: right;
		margin: 10px 0 30px;
	}
}
@media (max-width: 63.99em) {
	.logo-wrapper {
		display:none;
	}
	.header-reseaux{
		display:none;
	}
}
.header-reseaux p{
    color: #670716;
    float: right;
    width: 50%;
    font-size: 12px;
    margin-right: 10px;
    text-align: right;
    line-height: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
ul.Reseaux-list{
	float:right;
	margin:0;
}
ul.Reseaux-list li {
    display: inline-block;
    font-size: 30px;
	line-height: 30px;
	margin-left: 5px;
    color: #670716;
}
.Menu {
    background-color: #dc4252;
    font-family: 'Roboto', sans-serif;
}

.Menu a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    font-size: 2rem;
	font-weight: 300;
    line-height: 1;
    color: #fff;
    display: block;
    padding: 1em 1.5em;
	letter-spacing: 2px;
}

.Menu a:hover {
    background-color: #d14283
}

.Menu .menu-item-has-children>a:after,
.Menu .menu-item-has-children>a::after {
    display: inline-block;
    margin-left: 9px;
    content: "\f0d7";
    font-family: FontAwesome;
    text-decoration: inherit;
    color: #fff;
    font-size: 16px;
}

/*.Menu .current-menu-item>a:before,
.Menu .current-menu-ancestor>a::before {
    display: block;
    width: 13px;
    float: left;
    content: url(assets/img/chevrons-white.svg);
    position: relative;
    top: 2px;
    margin-right: 4px
}*/

@media (max-width: 63.99em) {
    .Menu {
        width: 100%
    }
    .Menu .Menu-list {
        padding: 2em 0;
        margin: 0
    }
    .Menu .Menu-list a {
        padding: .5em
    }
    .Menu .Menu-list>li {
        position: relative
    }
    .Menu .Menu-list>li>ul {
        margin-bottom: 0;
        margin-left: 1em;
        display: none
    }
    .Menu .Menu-list>li>ul.show {
        display: block
    }
}

@media (min-width: 64em) {

    .Menu-list {
        width: 100%;
        height: 60px;
        margin: 0
    }
    .Menu-list a {
        padding: 1em 0.9em
    }
    .Menu-list>li {
        display: inline-block;
        position: relative;
        text-align: left
    }
    .Menu-list>li>a {
        background-color: #dc4252;
    }
    .Menu-list>li>a:hover {
        background-color: #dc4252
    }
    .Menu-list>li>ul {
        display: none;
        overflow: auto;
        position: absolute;
        z-index: 1000;
        left: 0;
        top: 60px;
        width: 240px;
        margin: 0
    }
    .Menu-list>li>ul li {
        width: 100%
    }
    .Menu-list>li>ul li a {
        width: 100%;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        background-color: #dc4252;
    }
    .Menu-list>li>ul li a:hover {
        background-color: #dc4252;
    }
    .Menu-list>li:hover ul {
        display: block
    }
}

@media (min-width: 80em) {
    .Menu-list a {
        padding: 1em 1.5em
    }
}

@media (max-width: 63.99em) {
    .Menu.Header-menu {
        display: none
    }
}


.Menu.Header-menu {
	float: left;
	display: block;
	width: calc(100% - 268px);
}
@media (max-width: 1023px) {
	.Menu.Header-menu {
		display:none;
	}
}
@media (max-width: 1200px) {
	.Menu.Header-menu {
		width: calc(100% - 218px);
	}
}
.Menu.Footer-menu .Menu-list {
    text-align: left
}

@media (min-width: 64em) {
    .Menu.Footer-menu a {
        padding: 1em 1em
    }
}

@media (max-width: 63.99em) {
    #jsDrawer.isOpen .Header-menu {
        display: block;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        z-index: 999999
    }
    #jsDrawer.isOpen .Header-menu .Menu-list {
        width: 90%;
        margin-left: auto;
        margin-right: auto
    }
}

.Menu-toggle {
    float: left
}

@media (min-width: 64em) {
    .Menu-toggle {
        display: none
    }
}

.Menu-toggle:hover {
    cursor: pointer
}

.Menu-toggle svg {
    width: 50px;
    margin-top: 4px;
    fill: #fff
}
.Menu-toggle svg {
    width: 32px;
    margin: 9px 0 4px;
    fill: #fff;
}
.Header-recherche {
    float: right;
    width: 268px;
    height: 30px;
    margin-top: 15px;
}

@media (max-width: 1200px) {
	.Header-recherche {
		width: 218px;
	}
}
@media (max-width: 1023px) {
	.Header-recherche {
		margin-top: 10px;
	}
}
@media (max-width: 500px) {
    .Header-recherche {
        width: calc( 100% - 60px);
    }
}
.Header-recherche input {
    border: 0;
    background-color: #fff;
    color: #d9d9d9;
	border-radius: 4px;
    margin: 0;
    height: 30px;
    font-family: 'Roboto', sans-serif;
	font-weight:300;
    display: block;
    float: right;
    width: 100%;
}




.Header-recherche input[type="text"] {
    padding-left: 1em;
    padding-right: 55px
}

.Header-recherche input[type="submit"] {
    width: 25px;
    margin-left: -30px;
    background-image: url(assets/img/loupe.svg);
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: left 85%;
    opacity: .3
}

.Header-recherche input[type="submit"]:hover {
    background-color: transparent;
    opacity: .5
}

.Page {
    margin-top: 3em;
    margin-bottom: 5em
}

.Page:after {
    content: "";
    display: table;
    clear: both
}

@media (min-width: 64em) {
    .Page {
        margin-top: 50px;
    }
}

@media (min-width: 64em) {
    .Content {
		margin-top: 35px;
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 65.8807828007%
    }
    .Content:last-child {
        margin-right: 0
    }
}

.Content-header h1 {
    font-family: 'Asap', sans-serif;
	font-weight:700;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.1;
    margin-bottom: .8em
}

@media (min-width: 48em) {
    .Content-header h1 {
        font-size: 50px;
        font-size: 5rem;
        margin-bottom: .5em
    }
}

.Content-header p {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    font-style: italic;
    margin-bottom: 1.85em
}

.Content-header p svg {
    width: 13px;
    float: left;
    margin-right: 4px;
    position: relative;
    top: 2px;
    fill: #a93469
}

@media (min-width: 48em) {
    .Content-header p {
        font-size: 16px;
        font-size: 1.6rem;
        margin-bottom: 3.375em
    }
}

.Content-featured {
    margin-bottom: 2em
}

@media (min-width: 64em) {
    .Content-featured {
        margin-bottom: 3.5em
    }
}

.Content-featured h2 {
    font-size: 30px;
    font-size: 3rem;
	color: #dc4252;
    line-height: 1.1;
    font-family: 'Asap', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 .8em 0
}

@media (min-width: 64em) {
    .Content-featured h2 {
        font-size: 50px;
        font-size: 5rem;
        margin: 0 0 .5em
    }
}
.Featured-chapo p {
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
.Content-subtitle {
    font-family: 'Roboto', sans-serif;
    font-weight:300;
    color: #670716;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 2em !important
}
.Content-subtitle.mdb:after {
    content: " ";
    display: block;
    width: 150px;
    height: 7px;
    background-color: #670716;
    border-radius: 4px;
}
.Content-subtitle.mdp:after {
    content: " ";
    display: block;
    width: 220px;
    height: 7px;
    background-color: #670716;
    border-radius: 4px;
}

@media (min-width: 48em) {
    .Content-subtitle {
        font-size: 15px;
        font-size: 1.5rem;
        margin-bottom: 1em !important
    }
}

.Content-subtitle--alt {
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    text-transform: uppercase;
    margin: 1em 0 !important
}

@media (min-width: 48em) {
    .Content-subtitle--alt {
        font-size: 30px;
        font-size: 3rem
    }
}

.Content-chapo p {
    line-height: 1.4
}

.Content-aussi {
    content: "";
    display: table;
    clear: both
}

.Content .Featured-last {
    overflow: hidden;
    margin-bottom: 2em
}

.Content .Featured-canton {
    overflow: hidden;
    width: 111%;
    margin-left: -5.5%;
    padding: 0 5%;
    background-color: #e5e9ed
}

.Content-partage {
    overflow: hidden;
    background-color: #f0f2f3;
    margin-bottom: 54px;
    margin-top: 54px;
    height: 100px
}

.Content-partage figure {
    float: left
}

.Content-partage figure img {
    height: 100px;
    width: auto
}

.Content-partage>div {
    text-align: center
}

.Content-partage>div p {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    font-style: italic;
    margin-top: 10px
}

@media (min-width: 48em) {
    .Content-partage>div p {
        font-size: 20px;
        font-size: 2rem
    }
}

.Content-partage>div p:before {
    display: inline-block;
    content: url(assets/img/chevrons.svg);
    width: 13px;
    margin-right: 4px;
    position: relative;
    top: 3px
}

@media (max-width: 47.99em) {
    .Content-partage>div p:before {
        display: none
    }
}

.Content-partage>div ul {
    text-align: center
}

.Content-partage>div ul li {
    display: inline-block;
    margin: 0 4px
}

.Content-partage>div ul li a svg {
    display: block;
    width: 30px;
    opacity: .6
}

@media (min-width: 48em) {
    .Content-partage>div ul li a svg {
        width: 35px
    }
}

.Content-partage>div ul li a:hover svg {
    opacity: 1
}

.Content-aussi h3 {
    font-family: "GriffithGothicBlack-Ultra", Impact, sans-serif;
    font-style: italic;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1;
    color: #d14283;
    margin: 2em 0 1.5em
}

@media (min-width: 37.5em) {
    .Content-aussi h3 {
        font-size: 30px;
        font-size: 3rem
    }
}

.Content-aussi h3 svg {
    width: 13px;
    fill: #d14283
}

@media (min-width: 37.5em) {
    .Content-aussi h3 svg {
        width: 16px
    }
}

.Content-aussi ul li {
    margin-bottom: 2em
}

@media (min-width: 37.5em) {
    .Content-aussi ul li {
        float: left;
        display: block;
        margin-right: 7.4229703521%;
        width: 46.288514824%
    }
    .Content-aussi ul li:last-child {
        margin-right: 0
    }
    .Content-aussi ul li:nth-child(2n) {
        margin-right: 0
    }
    .Content-aussi ul li:nth-child(2n+1) {
        clear: left
    }
}

.Content-aussi ul li a img {
    width: 100%
}

.Content-aussi ul li a p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #670716;
    margin: 1em 0 0.3em;
    font-size: 10px;
    font-size: 1em;
    line-height: 1
}

@media (min-width: 48em) {
    .Content-aussi ul li a p {
        font-size: 12px;
        font-size: 1.2rem
    }
}

.Content-aussi ul li a h4 {
    font-family: 'Asap', sans-serif;
	font-weight: 700;
	text-transform:uppercase;
	color: #dc4252;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.1;
}

@media (min-width: 48em) {
    .Content-aussi ul li a h4 {
        font-size: 20px;
        font-size: 2rem
    }
}

.Copy p {
    text-align: justify
}

.Copy p,
.Copy ul,
.Copy ol {
    margin-bottom: 1.7em;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4
}

@media (min-width: 48em) {
    .Copy p,
    .Copy ul,
    .Copy ol {
        margin-bottom: 2.3em;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.6
    }
}

.Copy strong,
.Copy b {
    font-weight: 700
}

.Copy a {
    color: #a93469;
    text-decoration: underline
}

.Copy a:hover {
    color: #d14283
}

.Copy ul {
    padding-left: 1.5em
}

@media (min-width: 48em) {
    .Copy ul {
        margin-left: 1em
    }
}

.Copy li {
    list-style-type: disc
}

.Copy h2 {
    font-family: "GriffithGothicBlack-Ultra", Impact, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    margin-top: 1em;
    margin-bottom: 1.2em
}

@media (min-width: 48em) {
    .Copy h2 {
        font-size: 35px;
        font-size: 3.5rem;
        margin-bottom: .8em
    }
}

.Copy .Chapo,
.Copy .Chapo p {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 1em;
    line-height: 1.4em;
    font-weight: bold;
    margin-bottom: 1.2em
}

@media (min-width: 48em) {
    .Copy .Chapo,
    .Copy .Chapo p {
        font-size: 28px;
        font-weight: bold;
        line-height: 1.4em;
        font-size: 2.8rem;
        margin-bottom: .8em
    }
}

#form_sympathisants {
    overflow: hidden
}

#form_sympathisants .hupso-share-buttons {
    margin-top: 3em
}

#form_sympathisants label {
    display: block;
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 12px;
    font-size: 1.2rem
}

#form_sympathisants select {
    margin-top: 7px
}

#form_sympathisants select option {
    font-size: 14px;
    font-size: 1.4rem
}

#form_sympathisants input[type="text"],
#form_sympathisants input[type="email"] {
    font-size: 16px;
    font-size: 1.6rem
}

#form_sympathisants input[type="submit"] {
    margin-top: 1.75em;
    text-transform: uppercase;
    font-family: "GriffithGothicBlack-Ultra", Impact, sans-serif;
    font-style: italic;
    border: 0;
    padding: .5em 1em
}

#form_sympathisants input[type="submit"]:hover {
    background-color: #a93469
}

#form_sympathisants p {
    margin-bottom: 1.25em
}

#form_sympathisants .row {
    overflow: hidden
}

#form_sympathisants .form-civilite,
#form_sympathisants .form-prenom,
#form_sympathisants .form-nom,
#form_sympathisants .form-email,
#form_sympathisants .form-mobile {
    float: left
}

#form_sympathisants .form-civilite,
#form_sympathisants .form-prenom,
#form_sympathisants .form-email {
    margin-right: 20px
}

#form_sympathisants .form-adresse {
    margin-top: 1.75em
}

#form_sympathisants .form-adresse--rue input {
    width: 100%;
    max-width: 480px
}

#form_sympathisants .form-adresse--cplt1,
#form_sympathisants .form-adresse--cplt2,
#form_sympathisants .form-adresse--cplt3,
#form_sympathisants .form-adresse--cp,
#form_sympathisants .form-adresse--ville {
    float: left
}

#form_sympathisants .form-adresse--cplt1,
#form_sympathisants .form-adresse--cplt2,
#form_sympathisants .form-adresse--cp {
    margin-right: 20px
}

.Pagination {
    clear: both;
    text-align: center;
    margin: 36px 0;
    font-family: "GriffithGothicBlack-Ultra", Impact, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.Pagination-list {
    overflow: hidden;
    width: 100%
}

.Pagination-list li {
    display: inline-block
}

.Pagination-list a,
.Pagination-list span {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 2;
    width: 34px;
    height: 34px;
    margin: 0 3px 12px;
    display: block;
    color: #fff;
    background-color: #a93469
}

.Pagination-list a:hover,
.Pagination-list span:hover {
    background-color: #d14283
}

.Pagination-list a.prev,
.Pagination-list a.next,
.Pagination-list span.prev,
.Pagination-list span.next {
    background-color: #a93469
}

.Pagination-list a.prev:hover,
.Pagination-list a.next:hover,
.Pagination-list span.prev:hover,
.Pagination-list span.next:hover {
    background-color: #d14283
}

.Pagination-list .current a {
    background-color: #d14283
}

.Pagination-list .current a:hover {
    cursor: default !important
}

.Sidebar {
    margin-top: 3em
}

@media (min-width: 64em) {
    .Sidebar {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 23.2317613015%;
        margin-left: 8.5298042998%;
        margin-right: 0;
        margin-top: 0
    }
    .Sidebar:last-child {
        margin-right: 0
    }
}

@media (max-width: 63.99em) {
    .Sidebar-social {
        width: 100%;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 64em) {
    .Sidebar-social.Sidebar-twitter {
        margin-bottom: 2em
    }
}

.Sidebar-mystere {
    margin-top: 3em;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto
}

.Sidebar-mystere a {
    display: block;
    width: 100%;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    color: #fff
}

.Sidebar-mystere a:hover {
    opacity: .9
}

.Sidebar-archives {
    margin-top: 3em;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto
}

.Sidebar-archives h3 {
    font-size: 20px;
    font-size: 2rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #670716;
    margin-bottom: 1em;
    text-transform: uppercase
}
.Sidebar-archives h3:after {
	content: " ";
    display: block;
    width: 95px;
    height: 7px;
    background-color: #670716;
    border-radius: 4px;
}
.Footer-archives {
    background-color: #abaaaf;
    max-width: 100%;
    margin: 0;
    padding: 2em 0
}

.footer-top-wrapper {
    background: #dc4252;
    position: relative;
    height: 55px;
}
.footer-logo-wrapper {
    width: 475px;
    position: absolute;
    top: -40px;
}
.footer-logo-wrapper-m{
	display:none;
}
@media (max-width: 800px){
	.footer-logo-wrapper {
		display:none;
	}
	.footer-top-wrapper {
		height: 145px;
	}
	.footer-logo-wrapper-m {
		display: block;
		width: 230px;
		position: absolute;
		top: -37px;
	}
}

.Footer-menu.Menu a{
	font-size: 14px;
    font-size: 1.4rem;
}



@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}