a,
ins {
    text-decoration: none
}

h1,
h2 {
    font-weight: 800
}

.btn,
header nav ul li.main-link {
    text-transform: uppercase
}

.btn,
.text-center {
    text-align: center
}

.cookie_alert,
a.hover-shadow:hover,
a.inscription-evenement:hover,
a.signature-petition:hover,
article .important,
article a.play:hover,
article a[href$=".pdf"]:not(.rapport):hover,
article a[href$=".jpg"]:not(.rapport):hover,
section.contact-list .contact-card,
section.previous-next-issue a.next-issue:hover,
section.previous-next-issue a.previous-issue:hover {
    box-shadow: 0 15px 12px 0 rgba(0, 0, 0, .02), 0 19px 38px 0 rgba(0, 0, 0, .1)
}

#audio-player,
article a.play {
    -webkit-touch-callout: none;
    -khtml-user-select: none
}

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: top;
    background: 0 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

:focus {
    outline: 0
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

span.clear {
    width: 0;
    clear: both;
    display: block
}

.preload * {
    -webkit-transition: none!important;
    -moz-transition: none!important;
    -ms-transition: none!important;
    -o-transition: none!important
}

.column {
    display: inline-block
}

body,
html {
    font-family: Raleway, sans-serif;
    background: #FAFAFA;
    color: #3C3C3C;
    font-size: 13px;
    line-height: 15px
}

.people_card .exerpt,
p,
section.hero-sub-page h2 {
    font-family: 'PT Serif', serif
}

h1 {
    font-size: 28px;
    line-height: 35px
}

h2 {
    font-size: 21px;
    line-height: 30px
}

p {
    font-size: 19px;
    line-height: 29px;
    font-weight: 400
}

.dark-blue-background {
    background-color: #1F2532
}

.dark-blue-text {
    color: #1F2532
}

.white-text {
    color: #FFF
}

.grey-text {
    color: #3C3C3C
}

.yellow-text {
    color: #EBC459
}

.bright-grey-text {
    color: #B3B3B3
}

.bright-blue-text {
    color: #8B909D
}

.green-text {
    color: #2CA39E
}

.btn {
    display: block;
    width: 170px;
    height: 40px;
    padding-top: 14px;
    border-radius: 4px;
    background: #2CA39E;
    color: #fff;
    font-weight: 700
}

a.arrow-link {
    padding-right: 30px;
    background-image: url(img/icons/simple-arrow.png);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: right 5px top 0;
    font-size: 14px;
    line-height: 15px;
    font-weight: 700;
    color: #2CA39E;
    -webkit-transition: background-position .3s;
    -moz-transition: background-position .3s;
    -ms-transition: background-position .3s;
    -o-transition: background-position .3s;
    transition: background-position .3s
}

a.arrow-link:hover {
    background-position: right 0 top 0
}

a.hover-shadow {
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -ms-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s
}

section.forward-link {
    padding: 80px 0;
    background: #F2F2F2;
    text-align: center
}

.wrapper {
    display: inline-block
}

section.forward-link .content {
    text-align: left
}

section.forward-link .content .picture-temoignage {
    display: inline-block;
    width: 120px;
    height: 120px;
    margin: 0 60px 0 0
}

section.forward-link .content h2 {
    margin-bottom: 5px
}

section.forward-temoignage {
    padding: 40px 0
}

section.forward-link .content .temoignage {
    display: inline-block;
    margin-top: 30px
}

.container {
    width: 1040px;
    margin-left: auto;
    margin-right: auto
}

.cookie_alert {
    position: fixed;
    padding: 15px 25px;
    max-width: 580px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: #fff;
    border-radius: 4px;
    font-weight: 500;
    color: #8B909D;
    z-index: 3
}

.cookie_alert a {
    white-space: nowrap;
    font-weight: 700;
    color: #2CA39E
}

header .top-header {
    position: relative;
    height: 100px;
    background-color: #2A303C;
    background-image: url(img/header-stripe.svg);
    background-repeat: no-repeat;
    background-position: center -50px
}

header .top-header .container {
    position: relative;
    width: 1240px;
    z-index: 1
}

header .top-header .nav_menu_btn {
    display: none
}

header .top-header .contact {
    font-weight: 700;
    margin-top: 42px;
    margin-right: 130px
}

header .top-header .contact .column:first-child {
    margin-right: 40px
}

header .top-header .contact img {
    width: 15px;
    margin-right: 10px
}

header .top-header .contact a {
    color: #fff
}

header .top-header img.logo {
    position: absolute;
    margin-top: 17px;
    margin-left: -130px;
    left: 50%;
    width: 260px
}

header .top-header .donation {
    margin-top: 20px;
    float: right
}

header .top-header .donation .btn {
    display: block
}

header .top-header .donation .btn+a {
    display: block;
    margin-top: 5px;
    width: 170px;
    text-align: center
}

@media screen and (max-width:1320px) {
    header .top-header .container {
        margin: 0 40px;
        width: auto
    }
}

.hero h1,
.page-hero h1 {
    margin-bottom: 30px
}

header nav {
    height: 50px;
    padding-top: 17px;
    background: #FFF;
    border-bottom: 1px solid #E0E0E0
}

header nav ul {
    text-align: center
}

header nav ul li {
    display: inline-block;
    font-weight: 700;
    margin-right: 24px;
    z-index: 4
}

header nav ul li:nth-child(9) {
    margin-right: 0;
}

header nav ul li a {
    color: #1F2532;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

header nav ul li a.search {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(img/icons/search.png) no-repeat;
    background-size: 200% 100%
}

header nav ul li a.search:hover,
header nav ul li a.searching {
    background-position: -15px 0;
    cursor: pointer
}

header nav ul li a.current,
header nav ul li a:hover {
    color: #2CA39E
}

header nav ul li a.donation:hover {
    color: #fff
}

header nav ul li:last-child {
    margin-right: 0
}

header nav ul li a.search img {
    height: 15px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

a.article h1,
section.hero-sub-page nav ul li a {
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s
}

header nav ul li a.search img:hover {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(img/icons/search-current-page.png) no-repeat;
    background-size: 100%;
    width: 15px;
    height: 15px;
    padding-left: 15px
}

header nav ul li.mobile {
    display: none
}

.upcoming-event-bar {
    position: relative;
    display: block;
    height: 50px;
    padding-top: 17px;
    background: #2CA39E;
    z-index: 2
}

.upcoming-event-bar a {
    font-size: 14px;
    font-weight: 700;
    color: #fff
}

.upcoming-event-bar a:not(:first-child) {
    margin-left: 50px
}

.upcoming-event-bar a span {
    font-weight: 800;
    text-transform: uppercase
}

.upcoming-event-bar img {
    float: right;
    margin-right: 30px;
    width: 14px;
    height: 14px;
    cursor: pointer
}

.upcoming-event-bar a.underline {
    text-decoration: underline
}

.simple-hero * {
    position: relative;
    z-index: 1
}

.hero {
    position: relative;
    background: 50% 50% no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.hero:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-image: linear-gradient(-180deg, rgba(31, 37, 50, .67) 32%, rgba(31, 37, 50, .87) 92%)
}

.hero *,
.page-hero,
.page-hero h1 {
    position: relative
}

.darker_gradient:before {
    background-image: linear-gradient(-180deg, rgba(31, 37, 50, .87) 32%, rgba(31, 37, 50, .97) 92%)
}

.hero * {
    z-index: 1
}

.page-hero {
    height: 417px;
    padding-top: 120px;
    background: 50% 50% no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.page-hero h1 {
    height: 92px;
    padding-top: 27px
}

.page-hero h1:after,
.page-hero h1:before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 120px;
    height: 3px;
    background: #EBC459;
    right: 0
}

.page-hero h1:before {
    margin: -92px auto
}

.page-hero h1:after {
    margin: 0 auto
}

.join-us,
a.square-article {
    position: relative;
    overflow: hidden
}

.page-hero p {
    width: 688px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 26px
}

.simple-hero {
    height: 300px;
    padding-top: 60px
}

section.hero-sub-page {
    height: 350px;
    overflow: hidden
}

section.hero-sub-page nav {
    width: 700px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #D6D6D6
}

section.hero-sub-page .sub_menu_links,
section.hero-sub-page nav ul li {
    display: inline-block;
    margin-right: 40px
}

section.dark-blue-gradient-background {
    background-image: url(img/heroes/dark-blue-stripe.svg), linear-gradient(-114deg, #293142 8%, #1F2532 93%);
    background-repeat: no-repeat;
    background-position: center -150px, 0 0
}

section.dark-blue-gradient-w-ill-background,
section.grey-gradient-background {
    background-repeat: no-repeat;
    background-position: 0 30px, center -150px, 0 0;
    background-size: 447px, auto, auto
}

section.dark-blue-gradient-w-ill-background {
    background-image: url(img/heroes/ipj-ill-small-white-justice.png), url(img/heroes/dark-blue-stripe.svg), linear-gradient(-114deg, #293142 8%, #1F2532 93%)
}

section.grey-gradient-background {
    background-image: url(img/heroes/ipj-ill-small-justice.png), url(img/heroes/grey-stripe.svg), linear-gradient(-114deg, #E0E0E0 8%, #E8E8E8 93%)
}

section.hero-sub-page nav.large-sub-nav {
    width: 800px
}

section.dark-blue-gradient-background nav,
section.dark-blue-gradient-w-ill-background nav {
    border-bottom: 1px solid #363C49
}

section.hero-sub-page nav ul li {
    font-size: 14px;
    line-height: 30px;
    font-weight: 700
}

section.hero-sub-page nav ul li a {
    color: #fff;
    transition: color .3s
}

section.hero-sub-page nav ul li.expand {
    display: none
}

section.grey-gradient-background nav ul li a {
    color: #1F2532
}

section.grey-gradient-background nav ul li a.current {
    color: #8B909D
}

section.dark-blue-gradient-background nav ul li a:not(.btn) {
    color: #fff
}

section.dark-blue-gradient-background nav ul li a.current,
section.hero-sub-page nav ul li a:not(.btn):hover {
    color: #8B909D
}

section.hero-sub-page nav ul li:last-child {
    margin-right: 0
}

section.hero-sub-page nav ul li a.btn {
    display: inline-block;
    width: 130px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    text-transform: none;
    padding-top: 0
}

section.hero-sub-page .subpage-simple-header {
    margin-top: 80px
}

section.hero-sub-page h1 {
    margin-bottom: 15px
}

section.hero-sub-page h2 {
    font-weight: 400
}

section.grey-gradient-background h1 {
    color: #3C3C3C
}

section.grey-gradient-background h2 {
    color: #2CA39E
}

section.hero-sub-page nav.sub_menu_mobile {
    display: none
}

.section-header {
    padding: 24px 0;
    margin-bottom: 40px;
    background: #fff;
    border-bottom: 1px solid #F2F2F2
}

.section-header img.go-down {
    width: 12px;
    padding-top: 10px;
    margin-right: 20px
}

.section-header h1 {
    display: inline
}

a.link-to-action-page {
    float: right;
    font-weight: 800;
    padding-right: 36px;
    color: #2CA39E;
    margin-top: 10px;
    font-size: 16px;
    background-image: url(img/icons/arrow.png);
    background-size: 16px 12px;
    background-repeat: no-repeat;
    background-position: right 4px top 1px;
    -webkit-transition: background-position .3s;
    -moz-transition: background-position .3s;
    -ms-transition: background-position .3s;
    -o-transition: background-position .3s;
    transition: background-position .3s
}

a.link-to-action-page:hover {
    background-position: right 0 top 1px
}

.article_header {
    height: 25px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px
}

.article_header * {
    display: inline-block
}

.article_header img.media {
    height: 35px;
    margin-left: 12px
}

.article_header .date {
    margin-left: 30px
}

a.article {
    display: block;
    margin-bottom: 40px
}

a.article figure {
    display: inline-block;
    width: 280px;
    height: 160px;
    overflow: hidden;
    margin: 0 -4px 0 0
}

a.article figure img {
    text-align: center;
    max-width: 100%;
    vertical-align: center
}

a.article .article-info {
    display: inline-block;
    width: 710px;
    margin-left: 50px;
    margin-right: -4px;
    margin-top: 15px
}

a.article span.mobile {
    display: none
}

a.article h1 {
    transition: color .3s
}

a.article:hover h1 {
    color: #8B909D
}

.pagination {
    text-align: center;
    border-top: 1px solid #E8E8E8;
    padding-top: 40px;
    margin-bottom: 80px;
    display: block
}

.pagination a {
    padding: 5px 10px;
    margin-right: 5px;
    color: #1F2532;
    font-family: Lato, sans-serif;
    font-size: 17px;
    line-height: 17px;
    font-weight: 700
}

a.square-article p,
section.home-revue p {
    font-family: Raleway, sans-serif
}

.pagination a.active {
    background-color: #2CA39E;
    color: #fff;
    border-radius: 4px
}

.pagination a:hover:not(.active) {
    color: #2CA39E
}

.pagination a:first-child,
.pagination a:last-child {
    padding: 8px 30px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    border-radius: 4px;
    background: 25px 10px no-repeat #fff;
    background-size: 10px 18px
}

.pagination a:first-child {
    margin-right: 20px;
    background-image: url(img/icons/arrow-back-pagination.png)
}

.pagination a:last-child {
    margin-left: 20px;
    background-image: url(img/icons/arrow-next-pagination.png)
}

a.inactive {
    opacity: .2
}

article a.share-petition img:hover,
footer .column a:active,
footer .column a:hover,
section.article-links .column img:hover {
    opacity: .9
}

.home-hero {
    height: 650px
}

.headlines a.headline-article {
    display: inline-block;
    width: 250px;
    margin: 30px 9px 0 0
}

.headlines a.headline-article figure.headline-article_cover,
section.home-next-articles .mobile {
    display: none
}

.headlines a.headline-article h1 {
    font-size: 21px;
    line-height: 30px;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.headlines a.headline-article:first-child {
    width: 100%;
    height: 350px;
    margin: 0;
    padding-top: 130px;
    padding-left: calc((100% - 1040px)/ 2);
    padding-right: calc((100% - 1040px)/ 2);
    border-bottom: 1px solid rgba(255, 255, 255, .06)
}

.headlines a.headline-article:first-child h1 {
    font-size: 36px;
    line-height: 44px
}

.headlines a.headline-article:nth-child(2) {
    margin-left: calc((100% - 1040px)/ 2);
    margin-right: 10px
}

.headlines a.headline-article:last-child {
    margin-right: 0
}

.headlines a.headline-article:last-child h1 {
    margin-top: 6px;
    font-size: 13px;
    line-height: 15px
}

.link-to-video-page {
    width: 140px;
    line-height: 15px;
    font-weight: 800;
    color: #2CA39E;
    margin-top: -20px;
    background-image: url(img/icons/arrow.png);
    background-size: 16px 12px;
    background-repeat: no-repeat;
    background-position: right 0 top 2px
}

a.headline-article:hover h1 {
    color: #B3B3B3
}

section.home-next-articles {
    padding-top: 40px
}

section.home-elus-articles {
    background: #F2F2F2;
    margin-top: 120px;
    padding-bottom: 20px
}

.join-us {
    height: 185px;
    margin-bottom: -20px;
    top: -80px;
    background: url(img/icons/join-us-social-bg.png) right 0 top 0 no-repeat, url(img/icons/newsletter.png) right 230px top 30px no-repeat #1F2532;
    border-bottom: 6px solid #2E3440;
    background-size: 320px 100%, 120px 123px
}

.join-us h2 {
    display: inline-block;
    width: 140px;
    margin-top: 59px;
    margin-left: 50px;
    background-image: url(img/icons/join-us-arrow.png);
    background-size: 35px 32px;
    background-repeat: no-repeat;
    background-position: right 0 top 29px;
    font-size: 24px;
    font-weight: 800
}

.join-us h2.thank-you-nl {
    width: 680px;
    line-height: 24px;
    background-image: none
}

.join-us .nl-form {
    display: inline-block;
    width: 450px;
    margin-top: 30px;
    margin-left: 40px;
    font-weight: 500
}

.join-us .nl-form header.nl-header-form {
    margin-bottom: 15px;
    font-size: 15px
}

.join-us .nl-form input.nl-form-choice-3 {
    display: none
}

.join-us .nl-form input.nl-form-email {
    display: inline-block;
    width: 260px;
    height: 40px;
    padding-left: 10px;
    font-size: 15px;
    line-height: 18px;
    color: #1F2532;
    border: 1px solid #fff
}

.join-us .nl-form input.nl-form-email::-webkit-input-placeholder {
    font-size: 15px;
    color: #8B909D
}

.join-us .nl-form input.nl-form-email::-ms-input-placeholder {
    font-size: 15px;
    color: #8B909D
}

.join-us .nl-form input.nl-form-email::-moz-placeholder {
    font-size: 15px;
    color: #8B909D
}

.join-us .nl-form a.nl-form-button-primary {
    display: inline-block;
    width: 170px;
    height: 40px;
    padding-top: 11px;
    background: #2CA39E;
    border: none;
    color: #fff;
    cursor: pointer
}

.join-us .nl-form label {
    display: block;
    cursor: pointer
}

.join-us .nl-form label input.nl-form-choice-1 {
    margin-top: 12px
}

.join-us .nl-form label input.nl-form-choice-2 {
    margin-top: 5px
}

.join-us .nl-form label input {
    margin-right: 12px
}

.join-us .social-networks {
    float: right;
    margin-right: 60px;
    width: 150px;
    height: 100%;
    padding-top: 77px
}

.join-us .social-networks a {
    display: inline-block;
    margin-right: 22px;
    width: 30px;
    height: 30px
}

.join-us .social-networks a:last-child {
    margin-right: 0
}

.join-us .social-networks a img {
    width: 100%;
    height: 100%
}

.join-us .nl-form-choice-error,
.join-us .nl-form-email-error {
    font-size: 11px;
    color: #C25250;
    margin-top: 5px;
    margin-bottom: -5px
}

.join-us .nl-form-choice-error {
    margin-top: 0
}

.header-seamless {
    padding-top: 0;
    padding-bottom: 12px;
    margin-bottom: 40px;
    background: 0 0;
    border-bottom: 1px solid #E0E0E0
}

section.home-revue {
    padding: 80px 0 120px;
    background-position: center -30px, 0 0
}

section.home-revue span.not_mobile {
    display: none
}

section.home-revue .column:first-child {
    margin-right: -4px
}

section.home-revue img.revue-thumbnail {
    margin-bottom: 20px;
    width: 95px;
    height: 95px
}

section.home-revue h1 {
    margin-bottom: 15px;
    width: 480px
}

section.home-revue p {
    margin-right: 220px;
    margin-bottom: 50px;
    width: 480px;
    font-size: 18px;
    line-height: 21px;
    color: #D6D6D6
}

a.revue-buy-digital-link,
a.revue-buy-paper-link,
a.revue-decouvrir-link {
    display: block;
    padding-top: 10px;
    padding-left: 60px;
    margin-bottom: 20px;
    height: 40px;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 15px;
    line-height: 19px;
    color: #2CA39E;
    text-decoration: none;
    -webkit-transition: color .3s, background-position .3s;
    -moz-transition: color .3s, background-position .3s;
    -ms-transition: color .3s, background-position .3s;
    -o-transition: color .3s, background-position .3s;
    transition: color .3s, background-position .3s
}

a.revue-decouvrir-link {
    background-image: url(img/icons/revue/decouvrir.png);
    background-size: 40px 40px;
    background-position: 0 0
}

a.revue-buy-paper-link {
    background-image: url(img/icons/revue/commander-papier.png)
}

a.revue-buy-digital-link {
    background-image: url(img/icons/revue/commander-digital.png)
}

section.home-revue a.revue-buy-digital-link {
    margin-bottom: 60px
}

a.revue-buy-digital-link:hover,
a.revue-buy-paper-link:hover,
a.revue-decouvrir-link:hover {
    background-position: 5px 0;
    color: #1E706C
}

section.home-revue a.revue {
    margin-left: 10px;
    padding-right: 52px;
    height: 21px;
    background-image: url(img/icons/arrow-white-revue.png);
    background-size: 27px 21px;
    background-repeat: no-repeat;
    background-position: right 5px top 3px;
    font-size: 21px;
    line-height: 21px;
    font-weight: 800;
    color: #D6D6D6;
    -webkit-transition: background-position .3s;
    -moz-transition: background-position .3s;
    -ms-transition: background-position .3s;
    -o-transition: background-position .3s;
    transition: background-position .3s
}

a.square-article,
a.square-article h1,
a.square-article h3,
a.square-article p {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

section.home-revue a.revue:hover {
    background-position: right 0 top 3px
}

section.home-revue .column:nth-child(2) {
    display: inline-block;
    margin-left: 52px;
    padding-top: 40px;
    width: 280px
}

section.home-revue .column:nth-child(2) img {
    width: 100%
}

body.page-template-page-collectif-victimes {
    background-image: url(img/ipj-ill-justice.png);
    background-size: 608px 805px;
    background-position: 0 240px;
    background-repeat: no-repeat
}

.container_collectif_victimes {
    width: 1040px;
    margin-left: auto;
    margin-right: auto
}

.article-temoignage-victime-display {
    display: inline-block;
    width: 250px;
    margin-right: 9px;
    margin-bottom: 80px
}

.article-temoignage-victime-display:nth-child(4n) {
    margin-right: 0
}

.article-temoignage-victime-display figure {
    display: inline-block;
    width: 250px;
    height: 250px;
    overflow: hidden;
    margin: 0 -4px 15px 0
}

.article-temoignage-victime-display figure img {
    text-align: center;
    max-width: 100%;
    vertical-align: center
}

.article-temoignage-victime-display h1 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px
}

section.ipj-ecoute {
    padding: 60px 0;
    background-image: url(img/grey-stripes-pattern-bg.png);
    background-size: 5px 5px
}

section.ipj-ecoute h2 {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 20px
}

section.ipj-ecoute p {
    font-size: 17px;
    margin-bottom: 35px
}

section.ipj-ecoute .column {
    width: 190px;
    margin-bottom: 20px;
    font-weight: 700
}

section.ipj-ecoute .ipj-contact img {
    width: 40px;
    margin-bottom: 15px
}

section.publication {
    height: 350px;
    overflow: hidden
}

section.publication img {
    margin-top: 92px;
    margin-left: -38px;
    width: 276px
}

section.publication h1 {
    margin-bottom: 15px
}

section.publication p {
    margin-bottom: 30px
}

section.publication .column:nth-child(2) {
    margin-top: 100px;
    margin-left: 28px;
    width: 770px
}

.etudes_filters {
    margin-bottom: 40px
}

.etudes_filters a {
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 0;
    margin-right: 10px;
    font-weight: 700;
    font-size: 12px;
    color: #2CA39E
}

.etudes_filters a.current_filter {
    padding: 5px;
    background: #2CA39E;
    border-radius: 4px;
    color: #fff
}

.section-header-revue {
    text-align: center;
    padding: 70px 0 90px;
    margin-bottom: 0
}

.section-header-revue .column {
    margin: 0 auto;
    width: 33%
}

.section-header-revue .revue-cover img {
    width: 125px
}

.section-header-revue .column:nth-child(2) {
    padding-right: 40px;
    text-align: left
}

.section-header-revue h2 {
    margin: 0 0 15px
}

.section-header-revue .column:last-child {
    text-align: left
}

section.page-articles-revue {
    padding-top: 40px
}

a.square-article {
    display: inline-block;
    margin: 0 6px 30px 0;
    padding: 15px 25px 0;
    width: 340px;
    height: 260px;
    border-radius: 4px;
    transition: all .3s
}

a.square-article:nth-child(3n) {
    margin-right: 0
}

a.square-article h3 {
    margin-bottom: 15px
}

a.square-article p {
    position: absolute;
    bottom: 30px;
    left: 25px;
    font-size: 14px;
    font-weight: 700
}

a.square-article h1,
a.square-article h3,
a.square-article p {
    transition: all .3s
}

a.square-article .hover-underline,
article a.rapport {
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

a.square-article .hover-underline {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 180px;
    height: 20px;
    padding: 0;
    background: rgba(44, 163, 158, .2);
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: all .3s;
    transition: all .3s
}

a.square-article:hover h1,
a.square-article:hover h3,
a.square-article:hover p {
    color: #2CA39E
}

a.square-article:hover p {
    left: 35px
}

a.upcoming-article {
    background: #2CA39E!important
}

a.upcoming-article .hover-underline {
    width: 145px;
    background: rgba(255, 255, 255, .2)
}

a.upcoming-article:hover h1,
a.upcoming-article:hover h3,
a.upcoming-article:hover p {
    color: #fff
}

a.square-article:hover .hover-underline {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

a.upcoming-article:hover {
    color: #000
}

section.upcoming-event-hero {
    background-image: url(img/heroes/ipj-ill-small-white-justice.png), url(img/heroes/dark-blue-stripe.svg), linear-gradient(-114deg, #293142 8%, #1F2532 93%);
    background-repeat: no-repeat;
    background-position: 0 30px, center -150px, 0 0;
    background-size: 447px, auto, auto
}

section.hero-sub-page .simple-header {
    margin-top: 120px
}

.people_card {
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
    margin-right: 16px;
    width: 216px;
    height: 415px;
    background: #E8E8E8
}

.people_card:nth-child(3n) {
    margin-right: 0
}

article.experts .people_card {
    height: 550px;
    margin-bottom: 40px
}

.people_card .picture {
    width: 100%;
    height: 216px;
    overflow: hidden
}

.people_card img {
    max-width: 100%;
    min-height: 220px;
    vertical-align: middle
}

.people_card .name {
    margin: 15px 10px 5px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.people_card .job {
    margin: 0 10px 5px;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px
}

.people_card .exerpt {
    position: absolute;
    left: 10px;
    bottom: 30px;
    margin-right: 10px;
    height: 175px;
    float: bottom;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
}

body.page-template-page-contact {
    background-image: url(img/ipj-ill-justice.png);
    background-size: 608px 805px;
    background-position: 0 170px;
    background-repeat: no-repeat
}

section.ipj-contact-title {
    margin: 80px 0
}

section.ipj-contact-title h1 {
    margin-bottom: 40px
}

section.contact-list {
    padding-bottom: 40px
}

section.contact-list .contact-card {
    display: inline-block;
    margin: 0 auto;
    padding: 40px 30px 0;
    width: 320px;
    height: 240px;
    border-radius: 4px;
    background: #fff
}

section.contact-list .contact-card:first-child {
    margin-right: 36px;
    margin-left: 180px
}

section.contact-list .contact-card h3 {
    font-size: 16px;
    line-height: 24px;
    color: #3C3C3C
}

section.contact-list .contact-card h4 {
    font-size: 13px;
    line-height: 15px;
    color: #B3B3B3
}

section.contact-list .contact-card .separator {
    margin-top: 15px;
    margin-bottom: 30px;
    width: 60px;
    height: 4px;
    background: #2CA39E
}

.no-result h1,
.no-result img {
    margin-bottom: 20px
}

section.contact-list .contact-card a {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #B3B3B3;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

a.etudes,
a.inscription-evenement,
a.signature-petition,
article a[href$=".pdf"]:not(.rapport),article a[href$=".jpg"]:not(.rapport) {
    min-height: 60px;
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -ms-transition: box-shadow .3s;
    -o-transition: box-shadow .3s
}

section.contact-list .contact-card a:active,
section.contact-list .contact-card a:hover {
    color: #3C3C3C
}

section.contact-social-networks {
    padding: 80px 0;
    border-top: 1px solid #E8E8E8;
    background: #FAFAFA;
    white-space: nowrap
}

section.contact-social-networks a img {
    width: 40px;
    height: 40px
}

section.contact-social-networks a:not(:last-child) {
    margin-right: 120px
}

section.search {
    cursor: pointer
}

.search .container img.go-down {
    display: inline-block
}

.search .container form {
    display: inline-block;
    width: calc(100% - 40px)
}

input.search-field {
    display: inline-block;
    height: 35px;
    width: 100%;
    border: none!important;
    font-family: Raleway, sans-serif;
    font-size: 28px;
    line-height: 35px;
    font-weight: 800;
    cursor: pointer
}

div.no-result {
    padding-bottom: 80px
}

.no-result img {
    width: 80px;
    margin-top: 40px
}

.no-result p {
    margin-bottom: 40px
}

.no-result a:not(a.no-result) {
    color: #2CA39E
}

.no-result a:not(a.no-result):hover {
    text-decoration: underline
}

.no-result a.no-result {
    display: inline-block;
    padding: 13px 25px;
    background: #2CA39E;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase
}

.petitions-hero {
    background-image: url(img/heroes/dark-blue-stripe.svg), linear-gradient(-114deg, #293142 8%, #1F2532 93%);
    background-repeat: no-repeat;
    background-position: center -50px, 0 0
}

a.inscription-evenement,
a.signature-petition {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 40px;
    padding: 22px 24px 22px 82px;
    background: url(img/icons/signature.png) 30px 13px no-repeat #1F2532;
    background-size: 32px;
    border-radius: 4px;
    font-family: Raleway, sans-serif;
    font-size: 15px;
    line-height: 17px;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    transition: box-shadow .3s
}

.event_form_error,
.inscription-petition h1,
.pdb-error,
h1.share-petition-title {
    margin-bottom: 20px
}

a.inscription-evenement {
    background-image: url(img/icons/event.png)
}

h2.signatures_counter {
    display: inline-block;
    height: 60px;
    padding: 0 25px;
    line-height: 60px;
    border-radius: 4px;
    border: 1px solid #2CA39E
}

article .inscription-petition input {
    margin-top: 5px;
    margin-bottom: 20px;
    padding-left: 20px;
    width: 100%;
    height: 40px;
    border: 1px solid #E8E8E8
}

article a.share-petition img {
    width: 30px;
    margin-right: 9px;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.event_form_error p,
.pdb-error p {
    margin-bottom: 5px;
    color: #C25250!important
}

section.faq-module {
    margin-top: 80px;
    padding-bottom: 40px
}

section.faq-module h1 {
    margin-bottom: 40px
}

.accordion-list__item {
    padding: 30px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 4px;
    -webkit-transition: background 150ms ease;
    transition: background 150ms ease
}

.accordion-list__item+.accordion-list__item {
    margin-top: 20px
}

.accordion-list__item:hover {
    background: #F2F2F2
}

.accordion-list__item.active:hover {
    background: #F2F6F6
}

.accordion-list__heading {
    color: #7b8994;
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 0 50px 0 0;
    position: relative
}

.accordion-list__heading::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px;
    border-color: transparent transparent #2CA39E;
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.accordion-list__item.active .accordion-list__heading {
    cursor: default
}

.accordion-list__item--closeable.active .accordion-list__heading {
    cursor: pointer
}

.accordion-list__item.active .accordion-list__heading::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.accordion-list__content {
    color: #7b8994;
    font-size: 14px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    padding-right: 50px
}

.accordion-list__content p,
.mentions-legales-content p {
    font-size: 16px;
    font-family: Raleway, sans-serif
}

.accordion-list__content p {
    margin-top: 20px;
    line-height: 23px
}

.accordion-list__item.active .accordion-list__content {
    max-height: 200px
}

@media (max-width:767px) {
    .accordion-list__item.active .accordion-list__content {
        max-height: 650px
    }
}

.ipj-mentions-legales-title {
    margin: 80px 0
}

.ipj-mentions-legales-title .top-border {
    width: 60px;
    height: 4px;
    background: #EBC459
}

.mentions-legales-content h2 {
    margin-bottom: 5px
}

.mentions-legales-content h2:after {
    display: block;
    content: '';
    margin-top: 5px;
    margin-bottom: 20px;
    width: 40px;
    height: 4px;
    background: #EBC459
}

.mentions-legales-content p+h2 {
    margin-top: 30px
}

.mentions-legales-content p {
    line-height: 19px
}

.mentions-legales-content {
    padding-bottom: 80px
}

.post-hero {
    position: relative;
    height: 500px;
    padding-top: 130px
}

.post-hero .article-title {
    margin-bottom: 30px
}

.post-hero h1 {
    font-size: 36px;
    line-height: 44px;
    color: #fff
}

.post-hero p {
    font-size: 20px;
    line-height: 29px;
    color: #fff
}

.picture-copyright {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 9px;
    color: #fff
}

section.article-links {
    background: #F2F2F2;
    padding: 50px 0
}

section.article-links .column {
    display: inline-block;
    margin-right: 100px
}

section.article-links .tags {
    max-width: 350px
}

section.article-links .tags a {
    display: inline-block;
    margin-bottom: 5px
}

section.article-links .tags a:not(:last-child):after {
    content: ','
}

section.article-links .column img {
    width: 30px;
    margin-right: 9px;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

article,
article p {
    margin-left: auto;
    margin-right: auto
}

section.article-links .column a {
    font-size: 15px;
    color: #2CA39E;
    text-decoration: underline
}

article a:hover,
section.article-links .column a:hover {
    text-decoration: none
}

section.article-links .column h4 {
    margin-bottom: 20px;
    font-size: 12px;
    text-transform: uppercase
}

article h2,
article h3,
article p {
    margin-bottom: 30px
}

section.relative-articles h2 {
    padding: 40px 0
}

article {
    padding-top: 40px;
    padding-bottom: 60px;
    /*width: 688px; modif johann 2019-05-22*/
	width: 1080px;
    color: #3C3C3C
}

article h2 {
    font-size: 21px;
    line-height: 30px
}

article h3 {
    font-size: 18px;
    line-height: 22px;
    color: #2CA39E
}

article p {
    font-size: 19px;
    line-height: 29px;
	width: 688px;
}

article a {
    color: #2CA39E;
    text-decoration: underline
}

article p:last-child {
    margin-bottom: 0
}

article p strong {
    font-weight: 700
}

article blockquote {
    float: left;
    width: 300px;
    margin-left: -190px;
    margin-right: 30px;
    padding: 20px 10px;
    margin-bottom: 20px;
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8
}

article blockquote p {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #2CA39E
}

article blockquote p:before {
    content: "“ "
}

article blockquote p:after {
    content: " ”"
}

article iframe {
    display: block;
    width: 560px;
    height: 315px;
    margin: 0 auto 30px
}

article .wp-caption {
    width: 500px!important;
    height: auto!important;
    margin: 0 auto 30px
}

article .wp-caption img {
    margin-bottom: 12px;
    width: 100%!important;
    height: 100%!important
}

article .wp-caption .wp-caption-text {
    padding-left: 36px;
    background-image: url(img/icons/figcaption.png);
    background-size: 16px 12px;
    background-repeat: no-repeat;
    background-position: 0 2px;
    font-family: Raleway, sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    color: #B3B3B3
}

a.etudes,
article a.play,
article a[href$=".pdf"]:not(.rapport),
article a[href$=".jpg"]:not(.rapport) {
    display: inline-block;
    padding: 22px 24px 22px 82px;
    border-radius: 4px;
    font-family: Raleway, sans-serif;
    font-size: 15px;
    line-height: 17px;
    color: #FFF;
    margin-bottom: 40px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase
}

a.etudes,
article a[href$=".pdf"]:not(.rapport), 
article a[href$=".jpg"]:not(.rapport) {
    background: url(img/icons/download.png) 30px 13px no-repeat #1F2532;
    background-size: 32px;
    transition: box-shadow .3s
}

article a.play {
    height: 60px;
    background: url(img/icons/play.png) 30px 13px no-repeat #1F2532;
    background-size: 32px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -ms-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s
}

article a.play.playing {
    background-image: url(img/icons/pause.png)
}

article .important {
    margin-bottom: 40px;
    padding: 15px 30px 30px;
    background: right -10px top 10px, 20px 47px #fff;
    border-top: 5px solid #2CA39E
}

article .important h2 {
    margin-bottom: 15px;
    font-size: 17px;
    color: #2CA39E
}

article .important p,
article a.rapport p {
    font-size: 15px;
    font-family: Raleway, sans-serif
}

article .important p {
    font-weight: 800
}

#utilisation_dons {
    margin-bottom: 40px
}

article a.rapport {
    display: block;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 270px;
    height: 70px;
    white-space: nowrap;
    border: 1px solid transparent;
    color: #3C3C3C;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s
}

article a.rapport:last-child {
    margin-bottom: 0
}

article a.rapport:hover {
    background: rgba(44, 163, 158, .04);
    border: 1px solid rgba(44, 163, 158, .3);
    border-radius: 4px
}

article a.rapport:hover img {
    margin-left: -20px
}

article a.rapport img {
    display: inline-block;
    margin-top: -10px;
    margin-left: -30px;
    margin-right: -20px;
    width: 111px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

article a.rapport p {
    display: inline-block;
    margin-top: 5px;
    font-weight: 700
}

article a.rapport p span {
    display: block;
    margin-top: -5px;
    font-weight: 500;
    color: #2CA39E
}

article .inscription {
    margin-bottom: 40px;
    padding: 25px 30px 30px;
    background: #fff
}

article .inscription h2 {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E8E8E8;
    font-size: 17px;
    font-weight: 700
}

article .inscription p {
    font-family: Raleway, sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #575757
}

.inscription-petition th,
article .inscription label {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 15px;
    font-weight: 700;
    color: #3C3C3C
}

.inscription-petition table {
    width: 100%
}

.inscription-petition td,
.inscription-petition tr {
    display: block;
    width: 100%
}

article .inscription input:focus,
article .inscription label input:focus {
    border: 1px solid #2CA39E
}

article .inscription:not(.inscription-petition) input {
    margin-top: 5px;
    margin-bottom: 40px;
    padding-left: 20px;
    width: 100%;
    height: 40px;
    border: 1px solid #E8E8E8
}

article .inscription label input.error {
    border: 1px solid #C25250
}

article .inscription label span.note {
    margin-top: 2px;
    margin-bottom: 15px;
    display: block;
    color: #8B909D;
    font-size: 13px;
    font-weight: 500
}

article .inscription input[type=number] {
    margin: 0;
    padding-left: 15px;
    width: 50px
}

article .inscription input[type=number]::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none!important;
    pointer-events: none;
    position: absolute;
    right: 0
}

article .inscription .separator {
    margin-top: 40px;
    margin-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid #E8E8E8
}

article .inscription input[type=submit] {
    margin-bottom: 0;
    padding: 11px 40px;
    width: 235px;
    background: #2CA39E;
    border: none;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    cursor: pointer
}

article .sommaire {
    margin-bottom: 80px
}

article .sommaire ul li {
    margin-bottom: 20px;
    padding-left: 18px;
    background-image: url(img/icons/li-square.png);
    background-size: 6px 6px;
    background-repeat: no-repeat;
    background-position: 0 14px
}

article .sommaire h3 {
    margin-bottom: 0
}

article .sommaire ul li strong {
    font-style: italic
}

.article-data {
    padding: 22px 0;
    background: #fff;
    border-bottom: 1px solid #F2F2F2
}

.article-data .container {
    width: 688px;
    white-space: nowrap
}

.article-data .data-column {
    display: inline-block;
    margin-right: 100px
}

.article-data .data-column:last-child {
    margin-right: 0
}

.article-data .data-column .data-type {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 5px
}

.article-data .data-column .data {
    font-size: 18px;
    font-weight: 700
}

.article-data .data-column img {
    max-width: 80px;
    max-height: 25px;
    margin-top: 8px
}

#audio-player {
    position: fixed;
    bottom: 0;
    left: 0;
    padding-top: 22px;
    width: 100%;
    height: 77px;
    overflow: hidden;
    z-index: 3;
    background: #1F2532;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#audio-player.playing {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

#audio-player .box-progressbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 7px;
    cursor: pointer
}

#audio-player #audio-progress-container {
    position: relative;
    width: 100%;
    height: 7px;
    background: #8B909D;
    overflow: hidden
}

#audio-player #audio-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 0;
    height: 12px;
    background: #F5CC5C
}

#audio-player .title {
    display: inline-block;
    margin-left: 30px;
    font-size: 15px;
    width: calc(100% - 240px);
    white-space: nowrap
}

#audio-player .title div:first-child {
    margin-bottom: 6px;
    font-weight: 700;
    color: #fff
}

#audio-player .title div:nth-child(2) {
    font-weight: 600;
    color: #BDBDBD;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#audio-player .box-playpause {
    float: left;
    margin-top: 3px;
    margin-left: 30px;
    width: 32px;
    height: 32px
}

#audio-player #play-pause-btn {
    width: 32px;
    height: 32px;
    color: #252525;
    cursor: pointer;
    background-image: url(img/icons/play_pause.png);
    background-size: 200% 100%;
    background-repeat: no-repeat;
    background-position: 0 0
}

#audio-player #play-pause-btn.pause {
    background-position: 0 0
}

#audio-player #play-pause-btn.playing {
    background-position: 100% 0
}

#audio-player #stop-btn {
    position: absolute;
    right: 30px;
    top: 29px;
    width: 20px;
    height: 20px;
    cursor: pointer
}

#audio-player #stop-btn:after,
#audio-player #stop-btn:before {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 20px;
    width: 1px;
    background-color: #fff
}

#audio-player #stop-btn:before {
    transform: rotate(45deg)
}

#audio-player #stop-btn:after {
    transform: rotate(-45deg)
}

#audio-player .box-audiofilestart {
    position: absolute;
    right: 115px;
    top: 32px;
    color: #fff;
    font-size: 14px;
    text-align: right;
    width: 50px
}

#audio-player .box-audiofileend {
    position: absolute;
    right: 60px;
    top: 32px;
    width: 50px;
    font-size: 14px;
    color: #fff
}

article .picture-temoignage {
    width: 260px;
    height: 260px;
    margin: 0 auto 30px
}

img.revue-couv {
    margin-top: 40px;
    margin-right: 70px;
    width: 250px
}

.numero-header-info {
    margin-top: 90px;
    text-align: left
}

section.numero-revue-buy {
    padding: 30px 0;
    display: block;
    background: #fff
}

section.numero-revue-buy a {
    display: inline-block;
    padding: 17px 20px 15px 70px;
    background-image: url(img/icons/commander-numerique.png);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 20px 10px;
    border-radius: 4px;
    background-color: #2CA39E;
    color: #fff;
    font-weight: 700
}

section.numero-revue-buy a:first-child {
    margin-right: 46px;
    background-image: url(img/icons/commander-papier.png)
}

section.numero-revue-buy a span.prix {
    margin-left: 20px;
    font-size: 17px
}

section.previous-next-issue {
    margin-bottom: 80px
}

section.previous-next-issue a {
    display: inline-block;
    background-color: #1F2532;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: background-position .3s, box-shadow .3s;
    -moz-transition: background-position .3s, box-shadow .3s;
    -ms-transition: background-position .3s, box-shadow .3s;
    -o-transition: background-position .3s, box-shadow .3s;
    transition: background-position .3s, box-shadow .3s
}

section.previous-next-issue a.previous-issue {
    padding: 50px 140px 50px 80px;
    background-size: 120px auto, 11px 20px;
    background-repeat: no-repeat;
    background-position: right -10px top 10px, 30px 47px
}

section.previous-next-issue a.next-issue {
    float: right;
    padding: 50px 80px 50px 140px;
    background-size: 120px auto, 11px 20px;
    background-repeat: no-repeat;
    background-position: left -10px top 10px, right 30px top 47px
}

section.previous-next-issue a.previous-issue:hover {
    background-position: right -10px top 10px, 20px 47px
}

section.previous-next-issue a.next-issue:hover {
    background-position: left -10px top 10px, right 20px top 47px
}

section.event-info-bar {
    padding: 20px 0 30px;
    background: #fff
}

section.event-info-bar .event-info-item {
    display: inline-block;
    width: 200px;
    text-align: left
}

section.event-info-bar .event-info-item:first-child {
    margin-right: 100px
}

section.event-info-bar img {
    width: 30px;
    margin-bottom: 10px
}

section.event-info-bar p {
    font-family: Raleway, sans-serif;
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
    color: #1F2532
}

section.event-info-bar p.small {
    font-size: 13px;
    color: #8B909D
}

section.event-info-bar p.focus {
    font-size: 18px;
    color: #2CA39E
}

.event-timeline {
    margin-bottom: 40px
}

.event-timeline .timeline-session-time_wrapper {
    display: table;
    margin-bottom: 30px;
    width: 100%
}

.event-timeline h3,
.event-timeline p:last-child {
    margin-bottom: 0
}

.event-timeline .timeline-session-time {
    display: table-cell;
    width: 50px;
    vertical-align: middle;
    min-height: 100%;
    background: #2CA39E;
    font-size: 15px;
    font-weight: 700;
    text-align: center
}

.event-timeline .timeline-session-title {
    display: table-cell;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 20px;
    vertical-align: middle;
    width: calc(100% - 50px);
    min-height: 50px;
    background: #1F2532;
    font-size: 18px;
    font-weight: 700
}

.event-timeline h3,
.event-timeline p {
    margin-left: 50px
}

footer {
    padding-top: 50px;
    border-top: 1px solid #E8E8E8
}

footer .donation {
    padding-bottom: 140px
}

footer img.go-down {
    display: inline-block;
    margin-top: 6px;
    margin-right: 20px;
    width: 12px
}

footer h2 {
    display: inline-block;
    margin-bottom: 30px
}

footer p {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 22px
}

.white-background-footer {
    background: #fff;
    padding-bottom: 120px
}

footer a.home {
    display: block;
    margin-bottom: 60px;
    width: 262px;
    height: 66px
}

footer a.home img {
    width: 100%
}

footer p a {
    color: #2CA39E;
    text-decoration: underline;
    margin-bottom: 0
}

footer .separator {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
    border-bottom: 1px solid #E8E8E8
}

footer .right {
    float: right
}

footer .right .column {
    margin-left: 40px
}

footer .right h3 {
    margin-bottom: 20px;
    color: grey
}

footer .right h3.invisible {
    color: #fff
}

footer .column a {
    display: block;
    margin-bottom: 20px;
    line-height: 15px;
    font-weight: 600;
    color: #999
}

footer .social-networks {
    height: 211px
}

footer .social-networks a {
    display: inline-block;
    margin-right: 20px;
    width: 30px;
    height: 30px
}

footer .social-networks a img {
    width: 30px;
    height: 30px
}

footer .copyright {
    color: #D6D6D6
}

@media screen and (max-width:1120px) {
    .headlines a.headline-article:first-child,
    header nav {
        padding-left: 40px;
        padding-right: 40px
    }
    .container {
        width: auto;
        margin-left: 40px;
        margin-right: 40px
    }
    header .top-header .contact {
        display: none
    }
    header .top-header img.logo {
        width: 260px;
        position: static;
        margin-top: 17px;
        margin-left: 0
    }
    header nav:after,
    header nav:before {
        content: '';
        position: absolute;
        top: 100px;
        height: 49px;
        pointer-events: none
    }
    header nav {
        white-space: nowrap;
        overflow: hidden;
        overflow-x: scroll;
        padding-bottom: 15px;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    header nav::-webkit-scrollbar {
        display: none
    }
    header nav:before {
        left: 0;
        width: 40px;
        background-image: linear-gradient(90deg, rgba(255, 255, 255, .9) 10%, rgba(255, 255, 255, 0) 100%)
    }
    header nav:after {
        right: 0;
        width: 90px;
        background-image: linear-gradient(-90deg, rgba(255, 255, 255, .9) 10%, rgba(255, 255, 255, 0) 100%)
    }
    section.hero-sub-page nav,
    section.hero-sub-page nav.large-sub-nav {
        width: 100%
    }
    a.article {
        display: block;
        margin-bottom: 40px
    }
    a.article figure {
        display: inline-block;
        width: 264px;
        height: 148px;
        overflow: hidden;
        margin: 0 -4px 0 0
    }
    a.article figure img {
        text-align: center;
        max-width: 100%
    }
    a.article .article-info {
        display: inline-block;
        width: calc(100% - 300px);
        margin-left: 20px;
        margin-right: 0;
        margin-top: 0
    }
    a.article h1 {
        -webkit-transition: color .3s;
        -moz-transition: color .3s;
        -ms-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s
    }
    a.article:hover h1 {
        color: #8B909D
    }
    .headlines a.headline-article {
        margin: 20px 9px 0 0;
        display: inline-block;
        width: calc(50% - 50px)
    }
    .headlines a.headline-article h1 {
        font-size: 21px;
        line-height: 30px;
        -webkit-transition: color .3s;
        -moz-transition: color .3s;
        -ms-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s
    }
    .home-hero {
        height: 800px
    }
    .headlines a.headline-article:nth-child(2),
    .headlines a.headline-article:nth-child(4) {
        margin-left: 40px
    }
    section.home-revue {
        padding: 40px 0 60px
    }
    section.home-revue h1 {
        width: auto
    }
    section.home-revue p {
        margin-right: 0;
        margin-bottom: 30px;
        width: auto;
        font-size: 14px;
        line-height: 17px
    }
    a.revue-buy-digital-link,
    a.revue-buy-paper-link,
    a.revue-decouvrir-link {
        padding-top: 10px
    }
    section.home-revue a.revue-buy-digital-link {
        margin-bottom: 40px
    }
    section.home-revue a.revue {
        margin-top: 0;
        padding-right: 52px;
        height: 17px;
        background-size: 22px 17px;
        background-position: right 5px top 0;
        font-size: 17px;
        line-height: 17px
    }
    section.home-revue a.revue:hover {
        background-position: right 0 top 0
    }
    section.home-revue .column:nth-child(2) {
        display: none
    }
    section.article-links .column {
        display: block;
        margin-bottom: 40px
    }
    section.article-links .column:last-child {
        margin-bottom: 0
    }
    .join-us {
        background-image: none
    }
    .container_collectif_victimes {
        width: 515px
    }
    .article-temoignage-victime-display:nth-child(2n) {
        margin-right: 0
    }
    section.publication img {
        margin-top: 92px
    }
    section.publication p {
        font-size: 16px;
        line-height: 22px
    }
    section.publication .column:nth-child(2) {
        margin-top: 100px;
        margin-left: 0;
        width: calc(100% - 280px)
    }
    .container_square_article {
        width: 695px;
        margin: 0 auto
    }
    a.square-article:nth-child(3n) {
        margin-right: 6px
    }
    a.square-article:nth-child(2n) {
        margin-right: 0
    }
    section.contact-list .contact_container {
        margin: 0 auto;
        width: 680px
    }
    section.contact-list .contact-card:first-child {
        margin-left: 0
    }
    .post-hero {
        padding-top: 70px
    }
    .article-data .container {
        width: 700px;
        margin: 0 auto
    }
    article blockquote {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 20px;
        margin-bottom: 20px;
        border: none;
        border-left: 5px solid #E8E8E8
    }
    article blockquote p {
        margin-bottom: 0;
        font-size: 22px;
        line-height: 30px;
        font-weight: 700;
        color: #2CA39E
    }
    section.numero-revue-buy a:first-child {
        margin-right: 16px
    }
    section.previous-next-issue a {
        width: 320px
    }
    footer .right {
        float: none;
        display: block
    }
    footer .right .column {
        margin-left: 0;
        margin-right: 40px;
        margin-bottom: 20px
    }
    footer .social-networks {
        height: 70px
    }
}

@media screen and (max-width:767px) {
    h1,
    h2 {
        font-weight: 800
    }
    header nav,
    section.hero-revue .container {
        white-space: nowrap
    }
    body,
    html {
        font-family: Raleway, sans-serif;
        background: #FAFAFA;
        color: #3C3C3C;
        font-size: 13px;
        line-height: 15px
    }
    h1 {
        font-size: 16px;
        line-height: 19px
    }
    h2 {
        font-size: 14px;
        line-height: 17px
    }
    p {
        font-family: 'PT Serif', serif;
        font-size: 19px;
        line-height: 29px;
        font-weight: 400
    }
    .container {
        margin-left: 20px;
        margin-right: 20px
    }
    header .top-header {
        height: 77px
    }
    header .top-header .container {
        margin: 0 20px
    }
    header .top-header .nav_menu_btn {
        display: inline-block;
        margin-top: 25px;
        margin-right: 50px;
        width: 30px;
        height: 35px;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }
    .nav_menu_btn span {
        display: block;
        position: relative;
        height: 1px;
        margin: 5px 10px 0 0;
        background: #fff;
        opacity: 1;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .2s ease-in-out;
        -moz-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out
    }
    header .top-header .donation,
    header nav {
        display: none
    }
    .nav_menu_btn span:nth-child(1),
    .nav_menu_btn span:nth-child(2),
    .nav_menu_btn span:nth-child(3) {
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center
    }
    .nav_menu_btn.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0;
        left: 0;
        width: 17px
    }
    .nav_menu_btn.open span:nth-child(2) {
        width: 0;
        opacity: 0
    }
    .nav_menu_btn.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0;
        left: 0;
        width: 17px
    }
    header .top-header.open {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 4;
        overflow: scroll
    }
    header .top-header img.logo {
        position: absolute;
        margin-top: 17px;
        margin-left: -85px;
        left: 50%;
        width: 170px
    }
    header nav {
        padding: 17px 40px 0;
        width: 100%;
        overflow: hidden;
        overflow-y: hidden;
        z-index: 5
    }
    header nav:after {
        width: 0
    }
    header nav ul {
        text-align: left
    }
    header nav ul li {
        display: block;
        margin: 0 0 20px
    }
    header nav ul li.mobile {
        display: block
    }
    header nav.open {
        display: block;
        height: 430px
    }
    .section-header {
        padding: 24px 0;
        margin-bottom: 40px;
        background: #fff;
        border-bottom: 1px solid #F2F2F2
    }
    .section-header img.go-down {
        padding-top: 0
    }
    .section-header h1 {
        margin-right: 20px
    }
    a.link-to-action-page {
        display: inline-block;
        float: none;
        padding-right: 36px;
        margin-top: 3px;
        font-size: 10px
    }
    .page-hero {
        padding-top: 70px
    }
    .page-hero h1 {
        position: relative;
        height: 92px;
        margin-bottom: 30px;
        padding-top: 27px
    }
    .page-hero h1:after,
    .page-hero h1:before {
        content: '';
        position: absolute;
        right: 0;
        width: 120px;
        height: 3px;
        background: #EBC459;
        left: 0
    }
    .page-hero h1:before {
        top: 100%;
        margin: -92px auto
    }
    .page-hero h1:after {
        top: 80%;
        margin: 0 auto
    }
    .page-hero p {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }
    section.hero-sub-page {
        height: 300px;
        position: relative
    }
    section.hero-sub-page nav {
        margin-top: 12px;
        height: 40px
    }
    section.hero-sub-page nav:not(.large-sub-nav) ul li {
        margin-right: 20px
    }
    section.hero-sub-page nav.large-sub-nav ul li.expand {
        float: left;
        display: inline-block;
        margin-left: 16px;
        width: 30px;
        height: 30px;
        background-image: url(img/icons/expand.png);
        background-size: 30px 30px;
        background-repeat: no-repeat;
        background-position: 0 0;
        cursor: pointer;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }
    section.hero-sub-page nav.large-sub-nav ul li.expand.open {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
    section.hero-sub-page nav.large-sub-nav:not(.sub_menu_mobile) ul li:not(.expand):not(.btn_wrapper) {
        display: none
    }
    section.hero-sub-page nav.large-sub-nav ul li.btn_wrapper {
        float: right;
        margin-right: 20px
    }
    section.hero-sub-page nav.sub_menu_mobile ul li {
        display: block;
        margin-bottom: 10px
    }
    section.hero-sub-page nav.sub_menu_mobile {
        position: absolute;
        display: none;
        padding: 20px 20px 40px;
        width: 100%;
        height: 248px;
        left: 0;
        top: 53px;
        background: #1F2532;
        border-bottom: none
    }
    section.hero-sub-page nav.sub_menu_mobile.open {
        display: block;
        opacity: .99
    }
    a.article {
        margin-bottom: 25px
    }
    .article_header {
        margin-bottom: -10px;
        height: 25px;
        font-size: 10px;
        line-height: 10px
    }
    .article_header img.media {
        margin-top: -5px;
        margin-left: 5px;
        height: 20px
    }
    .article_header .date {
        margin-left: 5px
    }
    a.article figure {
        position: relative;
        overflow: hidden;
        margin: 0 -4px 10px 0;
        width: 100%
    }
    a.article figure img {
        position: absolute;
        top: -50%;
        width: 100%
    }
    .headlines a.headline-article figure.headline-article_cover img,
    a.article figure img {
        width: 100%
    }
    a.article .article-info {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        padding-bottom: 20px
    }
    a.article span.mobile {
        display: block
    }
    .pagination a:not(:first-child):not(:last-child),
    a.article span.not_mobile {
        display: none
    }
    .pagination a:hover:not(.active) {
        color: #1F2532
    }
    .pagination a:hover:not(.inactive) {
        color: #2BA39E
    }
    .pagination a:first-child,
    .pagination a:last-child {
        display: inline-block;
        width: 130px
    }
    .pagination a:first-child {
        margin-right: 6px;
        background-image: none
    }
    .pagination a:first-child:before {
        content: 'précédent'
    }
    .pagination a:last-child {
        margin-left: 0;
        background-image: none
    }
    .pagination a:last-child:before {
        content: 'suivant'
    }
    .home-hero {
        height: 349px
    }
    .headlines a.headline-article {
        display: inline-block;
        margin-top: 20px;
        padding-top: 0
    }
    .headlines a.headline-article:first-child h1 {
        font-size: 24px;
        line-height: 27px
    }
    .headlines a.headline-article:not(:first-child) {
        display: none
    }
    .headlines a.headline-article:first-child {
        padding-top: 70px;
        padding-left: 20px;
        padding-right: 20px
    }
    section.home-next-articles .mobile {
        display: block
    }
    .header-seamless {
        padding-top: 0;
        padding-bottom: 12px;
        margin-bottom: 40px;
        background: 0 0;
        border-bottom: 1px solid #E0E0E0
    }
    .join-us {
        height: 240px;
        background-image: none
    }
    .join-us h2.thank-you-nl {
        padding: 20px;
        margin: 0;
        width: auto
    }
    .join-us h2:not(.thank-you-nl) {
        display: none
    }
    .join-us .nl-form {
        margin: 20px 0 0;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%
    }
    .join-us .nl-form header.nl-header-form {
        margin-bottom: 15px;
        font-size: 12px
    }
    .join-us .nl-form input.nl-form-email {
        margin-bottom: 5px;
        width: 100%
    }
    .join-us .nl-form a.nl-form-button-primary {
        width: 100%
    }
    .container_collectif_victimes {
        width: 255px
    }
    .article-temoignage-victime-display {
        margin-right: 0
    }
    .container_square_article {
        width: 280px;
        margin: 0 auto
    }
    a.square-article:nth-child(2n) {
        margin-right: 6px
    }
    a.square-article {
        margin-right: 0;
        width: 280px;
        height: 230px
    }
    section.publication {
        padding-bottom: 60px;
        height: auto
    }
    section.publication img {
        display: block;
        margin-top: 40px;
        margin-left: -20px;
        width: 120px
    }
    section.publication p {
        font-size: 16px;
        line-height: 22px
    }
    section.publication .column:nth-child(2) {
        margin-top: 0;
        margin-left: 0;
        width: 100%
    }
    .section-header-revue {
        padding: 40px 0
    }
    .section-header-revue .column {
        margin: 0 auto 40px;
        width: 100%
    }
    .section-header-revue .column:last-child {
        margin-bottom: 0
    }
    .people_card,
    .people_card:nth-child(3n),
    article.experts .people_card {
        margin: 0 auto 40px
    }
    canvas#utilisation_dons,
    h2.not_mobile,
    p.not_mobile {
        display: none!important
    }
    .people_card {
        display: block
    }
    section.ipj-contact-title {
        margin: 80px 0 40px
    }
    section.contact-list .contact_container {
        width: 320px
    }
    section.contact-list .contact-card:first-child {
        margin-right: 0;
        margin-bottom: 30px
    }
    section.contact-social-networks a:not(:last-child) {
        margin-right: 60px
    }
    .post-hero {
        display: table-cell;
        vertical-align: middle;
        width: 100%!important;
        padding-top: 20px;
        height: 550px
    }
    .post-hero h1 {
        font-size: 20px;
        line-height: 22px
    }
    .post-hero p {
        font-size: 16px;
        line-height: 24px
    }
    article {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }
    article p {
        font-size: 17px;
        line-height: 26px
    }
    article iframe {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto 30px
    }
    article .wp-caption {
        width: 100%!important;
        height: auto!important;
        margin: 0 auto 30px
    }
    .article-data {
        padding: 22px 0;
        background: #fff;
        border-bottom: 1px solid #F2F2F2
    }
    .article-data .container {
        width: auto;
        margin: 0 20px
    }
    .article-data .data-column {
        margin-right: 40px;
        width: auto
    }
    .article-data .data-column:first-child,
    .article-data .data-column:nth-child(2) {
        display: block;
        margin-bottom: 40px
    }
    .article-data .data-column .data-type {
        text-transform: uppercase;
        font-size: 10px;
        font-weight: 700;
        margin-bottom: 5px
    }
    .article-data .data-column .data {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 20px
    }
    .article-data .data-column img {
        max-width: 80px;
        max-height: 25px;
        margin-top: 8px
    }
    #audio-player .title {
        margin-left: 10px;
        width: calc(100% - 200px)
    }
    #audio-player .box-playpause {
        margin-left: 20px
    }
    #audio-player #stop-btn {
        right: 20px
    }
    #audio-player .box-audiofilestart {
        right: 95px
    }
    #audio-player .box-audiofileend {
        right: 40px
    }
    .numero-header-info {
        margin: 0
    }
    img.revue-couv {
        width: 100px;
        margin-top: 40px;
        margin-right: 10px
    }
    .numero-header-info {
        margin-top: 80px;
        width: auto;
        white-space: normal;
        text-align: left
    }
    section.numero-revue-buy {
        padding: 20px 0 0
    }
    section.numero-revue-buy a:first-child {
        margin: 0 0 20px
    }
    section.numero-revue-buy a {
        margin: 0 auto 20px;
        width: 300px;
        text-transform: capitalize
    }
    section.numero-revue-buy a span.not_mobile {
        display: none
    }
    section.previous-next-issue a:first-child {
        margin: 0 10px 20px 0
    }
    section.previous-next-issue a:last-child {
        margin-left: 10px
    }
    section.previous-next-issue a {
        margin: 0 auto;
        width: 280px
    }
    section.event-info-bar .event-info-item:first-child {
        margin-right: 0;
        margin-bottom: 20px
    }
    .event-timeline h3,
    .event-timeline p {
        margin-left: 0
    }
    .search img.go-down {
        padding-top: 8px;
        margin-right: 10px
    }
    form.search input.search-field::-webkit-input-placeholder {
        font-size: 13px
    }
    form.search input.search-field::-ms-input-placeholder {
        font-size: 13px
    }
    form.search input.search-field::-moz-placeholder {
        font-size: 13px
    }
    footer h2 {
        width: calc(100% - 32px)
    }
    footer img.go-down {
        margin-top: 0
    }
    footer .copyright {
        margin-top: 50px
    }
}

@media screen and (max-width:550px) {
    a.article figure img {
        position: static
    }
}

@media screen and (max-width:320px) {
    body {
        width: 320px
    }
    .container {
        width: 280px
    }
}