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
}


/* modif johann 2021-02-05 sur-titre long page d'accueil */
.headlines  h3 {
	line-height: 15px;  
}
.headlines2021  h3 {
	line-height: 15px;  
}
/* modif johann 2021-02-05 sur-titre long page d'accueil */
.headlines a.headline-article:first-child h3 {
	line-height: 30px
}
.headlines2021 a.headline-article:first-child h3 {
	/*line-height: 30px*/
}







/* modif johann 2021-02-05 sur-titre long page d'accueil 
h3 :first-child {
	line-height: 30px;  
}
*/

.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;*/
	background: #F10019;
    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 img.logo2021 {
    position: absolute;
    /*margin-top: 17px;*/
    margin-left: -130px;
    left: 50%;
    /*width: 260px*/
}

header .top-header .donation {
    margin-top: 20px;
    float: right
}

header .top-header .donation2021 {
    margin-top: 10px;
    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
}

.hero2021 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
}

.hero2021 {
    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%)
	
}
.hero2021:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    /*background-color:#1F2532;*/
}

.hero *, .hero2021 *,
.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
}












/*CSS bouton special */

.wrapper {
  display: flex;
  justify-content: center;
}

.cta {
    display: flex;
    padding: 10px 45px;
    text-decoration: none;
    font-family: 'Times New Roman', serif;
    font-size: 25px;
	line-height:25px;
    color: white;
    background: #FF0000;
    transition: 1s;
    box-shadow: 6px 6px 0 #DEDEDC;
    transform: skewX(-15deg);
}

.cta:focus {
   outline: none; 
}

.cta:hover {
    transition: 0.5s;
    box-shadow: 10px 10px 0 #000000;
}

.cta span:nth-child(2) {
    transition: 0.5s;
    margin-right: 0px;
}

.cta:hover  span:nth-child(2) {
    transition: 0.5s;
    margin-right: 45px;
}

  span {
    /*transform: skewX(15deg) */
  }

  span:nth-child(2) {
    width: 20px;
    margin-left: 30px;
    position: relative;
    top: 12%;
  }
  
/**************SVG****************/

path.one {
    transition: 0.4s;
    transform: translateX(-60%);
}

path.two {
    transition: 0.5s;
    transform: translateX(-30%);
}

.cta:hover path.three {
    animation: color_anim 1s infinite 0.2s;
}

.cta:hover path.one {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.6s;
}

.cta:hover path.two {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.4s;
}

/* SVG animations */

@keyframes color_anim {
    0% {
        fill: white;
    }
    50% {
        fill: #000000;
    }
    100% {
        fill: white;
    }
}

/*fin CSS bouton special */

















			/*----------------------*/
			/*----------------------*/
			/*----------------------*/

			/*----------------------*/
			/*----------------------*/
			/*----------------------*/
			/*ajout portail petition*/

			.articlePetition_header {
				height: 25px;
				line-height: 30px;
				font-weight: 700;
				margin-bottom: 10px
			}

			.articlePetition_header * {
				display: inline-block
			}

			.articlePetition_header img.media {
				height: 35px;
				margin-left: 12px
			}

			.articlePetition_header .date {
				margin-left: 30px
			}


			.articlePetition {
				display: block;
				margin-bottom: 40px;
				border : 5px solid #000; padding:5px;background-color:#FFF;
			}

			.articlePetition h1 {
				font-size: 45px;
				line-height: 42px;
			}


			.articlePetition figure {
				display: inline-block;
				width: 430px;
				height: 280px;
				overflow: hidden;
				margin: 0 -4px 0 0
			}

			.articlePetition figure img {
				text-align: center;
				max-width: 100%;
				vertical-align: center
			}


			.articlePetition-info {
				display: inline-block;
				width: 575px;
				margin-left: 15px;
				

				padding-top : 15px;
				padding-left : 15px;
			}
			
			.articlePetition-info h1{
				background-image: url(../../../content/2020/12/BG-titreUNE.png);
				background-repeat: no-repeat;
			}

			.articlePetition span.mobile {
				display: none
			}

			.articlePetition h1 {
				transition: color .3s
			}


			/*bouton petition a la une */
			.buttonAlaUne{
				font-family: 'Times New Roman', serif;
				font-weight:600;
				font-size:1.25rem;
				text-transform:uppercase;
				padding:1rem;
				background-color:#FCB71D;
				color:#ffffff;
				margin-top:1rem;
				border:1px solid #fff;
				box-shadow:3px 3px 4px #b7c8de; 
				width:300px;
				
				transition-property: background-color, height, font-size;
				transition: all 0.4s;
				-webkit-transition: all 0.4s;
				transition-timing-function: ease-in-out;


			}

			.buttonAlaUne:hover{
				background-color:#666666;
				color:#ffffff;
				box-shadow:2px 2px 2px #b7c8de; 
				/*box-shadow: inset 0 0 2em #FFFFFF, 0 0 1em #b7c8de;*/
			}
			
			
			/*--------------------------*/
			.buttonBlocSecond{
				font-family: 'Times New Roman', serif;
				font-weight:600;
				font-size:1.25rem;
				text-transform:uppercase;
				padding:1rem;
				
				color:#ffffff;
				margin-top:1rem;
				border:1px solid #fff;
				
				box-shadow:6px 6px 7px #b7c8de; 
				
				box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
				
				
				width:200px;
			}

			
			
			.buttonBlocSecond:hover{
				box-shadow:3px 3px 4px #b7c8de; 
				/*box-shadow: inset 0 0 2em #FFFFFF, 0 0 1em #b7c8de;*/
				
				transform: translateY(5px) scale(.9);
		
				transition: .2s all ease-in-out;
				
				
				
			}
			
			/*-------------------------------*/
			
			
			
			
			.progressbarAlaUne {
				display: block;
				background: url(img/trame-progressbar.png) repeat;
				background-color: #fff;
				padding: 3px;
				line-height: 1;
				font-size: 0;
				margin: 5px 0 10px 0;
				border-radius: 5px;
				border: 1px solid #999;
			}
			
			.meterAlaUne {
				display: inline-block;
				
				height: 18px;
				border-radius: 5px;
				width: 0%;
			}
			
			.pourCentAlaUne {
				font-size:40px;
				font-weight:bold;
				color: #3c3c3c;
				
			}
			
			.pourCentAlaUne1 {
				font-size:40px;
				font-weight:bold;
				color: #FFFFFF;
				transform: rotate(-10deg);
				-moz-transform: rotate(-10deg);
				-webkit-transform: rotate(-10deg);
				-khtml-transform: rotate(-10deg);
				-ms-transform: rotate(-10deg);
			}
			.pourCentAlaUne2 {
				font-size:38px;
				font-weight:bold;
				color: #FCB71D;
				transform: rotate(-10deg);
				-moz-transform: rotate(-10deg);
				-webkit-transform: rotate(-10deg);
				-khtml-transform: rotate(-10deg);
				-ms-transform: rotate(-10deg);
			}

			.col2{
				width:48%;height:335px;
				padding:20px;
				border-radius: 15px;
				background-color:#E2E2E2;
				position:relative;
			}
			
			.col2Titre{
				font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
				font-size:25px;
				line-height:23px;
				font-weight:bold;
				color: #000000;
				margin-bottom:20px;
			}
			.col2Titre{height:45px;}
			
			.col2Img{
				margin-bottom:10px;
				position:relative;
			}
			
			.col2ImgTxtTrans{
				position:absolute;
				top:157px;
				left:0px;
				background: url(img/fondTransparent.png) repeat;
				width:310px;
				height:45px;
				padding:10px;
			}
			.col2button{
				position:absolute;
				top:80px;
				left:295px;
			}
			.col2buttonObjectif{
				font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
				font-size:14px;
				font-weight:bold;
				padding-left:45px;
				padding-top:10px;
			}
			
			.col2buttonObjectifAlaUne{
				font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
				font-size:14px;
				font-weight:bold;
				padding-left:45px;
				padding-top:20px;
				float:left;
				width:200px;
			}

			/*fin ajout portail petition*/
			/*----------------------*/
			/*----------------------*/
			/*----------------------*/

			/*----------------------*/
			/*----------------------*/
			/*----------------------*/







.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: 240px;
    margin: 30px 9px 0 0
}

.headlines2021 a.headline-article {
    display: inline-block;
    width: 240px;
	height:230px;
    margin: 10px 9px 10px 0;
	border-right:1px solid #FFFFFF;
	padding-right:5px;
}

.headlines a.headline-article figure.headline-article_cover, section.home-next-articles .mobile {
    display: none
}

.headlines2021 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
}

.headlines2021 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)
}
/*
.headlines2021 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
}
/*
.headlines2021 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
}

.headlines2021 a.headline-article:nth-child(1) {
    margin-left: calc((100% - 1040px)/ 2);
    margin-right: 10px
}

.headlines a.headline-article:last-child {
    margin-right: 0
}

.headlines2021 a.headline-article:last-child {
    margin-right: 0;
			border:0px;
}

.headlines a.headline-article:last-child h1 {
    margin-top: 6px;
    font-size: 13px;
    line-height: 15px
}

.headlines2021 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
}

.link-to-video-page2021 {
    width: 140px;
    line-height: 15px;
    /*font-weight: 800;*/
    color: #EBC459;
    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.square-petition {
    display: inline-block;
    margin: 0 6px 30px 0;
    padding: 15px 25px 0;
    width: 340px;
    height: 500px;
    border-radius: 4px;
    transition: all .3s
}

a.square-petition:nth-child(3n) {
    margin-right: 0
}

a.square-petition h3 {
    margin-bottom: 15px
}

a.square-petition p {
 
    bottom: 30px;
    left: 25px;
    font-size: 14px;
    font-weight: 700
}

a.square-petition h1,
a.square-petition h3,
a.square-petition p {
    transition: all .3s
}

a.square-petition .hover-underline,
article a.rapport {
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

a.square-petition .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-petition:hover h1,
a.square-petition:hover h3,
a.square-petition:hover p {
    color: #2CA39E
}

a.square-petition: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: 29px;
    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
}










.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; modif johann 2020-12-23*/	width: 1240px;
    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 {height: 0px;
    /*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
}





/*johann pour page fond de dotation */
.wp-block-column{
	float:left;
	width:420px;
	padding:15px;
}

.wp-block-column p{
	margin-bottom:15px;
}


.wp-block-columns{
	background:#FFF;
}

.FDD  h2:after {
    background: #009C96;
}




/*2021*/

.formNewsletter2021{
	text-align:center;
	font-family: Oswald;
    color: #FFFFFF;
	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;
    
}

.blocDon2021{
	text-align:center;
	font-family: Oswald;
    color: #FFFFFF;
	
    
}

.formEmail2021 {
    display: inline-block;
    width: 460px;
    height: 40px;
    padding-left: 10px;
    font-size: 15px;
    line-height: 18px;
    color: #1F2532;
    border: 1px solid #fff;

}

.formEmail2021Btn{
	
    display: inline-block;
    width: 170px;
    height: 40px;
    padding-top: 10px;
    background: #FF0000;
    border: none;
    color: #fff;
    cursor: pointer;
	font-size:30px;
}

.blocDon2021Text {
    display: inline-block;
    width: 460px;

    padding-left: 10px;
    font-size: 25px;
    line-height: 25px;
}

.blocDon2021Btn{
	/*margin-top:15px;*/
	margin-left:25px;
    display: inline-block;
    width: 230px;
    height: 60px;
    padding-top: 16px;
    background: #FF0000;
    border: none;
    color: #fff;
    cursor: pointer;
	font-size:45px;
	border-radius: 10px;
}

.blocDon2021BtnTxt{
	color:#FFFFFF;
	display: inline-block;
	margin-top:5px;
	margin-left:15px;
	font-size:20px;
	font-family: Oswald;
}

.ipj-SVG-logo {
width:203px;
height:100px;
}





.slider {
        width: 75%;
        margin: 0px auto;
		max-width: 1150px;
    }

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .slick-active {
      opacity: .5;
    }

    .slick-current {
      opacity: 1;
    }






.home2021Slider{
	height:375px;
	/*height:575px;*/
	/*width:1200px;*/

}

.home2021Slider1bg{
	background: url(img/home2021/expulsion-portail.jpg) no-repeat;background-position: 50% 0
}
.home2021Slider2bg{
	/*background: url(img/home2021/tribune1200px.png) no-repeat;background-position: 50% 0*/
	background: url(img/home2021/home-28minutes1200px3.jpg) no-repeat;background-position: 50% 0
}
.home2021Slider3bg{
	background: url(img/home2021/etudes1200px.png) no-repeat;background-position: 50% 0
}
.home2021Slider4bg{
	background: url(img/home2021/sliderBG4.png) no-repeat;background-position: 50% 0
}
.home2021Slider5bg{
	background: url(img/home2021/bulletin1200px.png) no-repeat;background-position: 50% 0
}
.home2021Slider6bg{
	background: url(img/home2021/HomeReferendumSlider3.jpg) no-repeat;background-position: 50% 0
}
.home2021Slider7bg{
	background: url(img/home2021/sliderUneFigaro2.png) no-repeat;background-position: 50% 0
}

.home2021Slider8bg{
	background: url(img/home2021/sliderUneSosPompiers2.jpg) no-repeat;background-position: 50% 0
}
.home2021Slider8bgV2{
	background: url(img/home2021/sliderUneSosPompiers.jpg) no-repeat;background-position: 50% 0
}
.home2021Slider8bgV3{
	background: url(img/home2021/sliderUneSosPompiers3.jpg) no-repeat;background-position: 50% 0
}
.home2021Slider8bgV4{
	background: url(img/home2021/sliderUneSosPompiers4b.png) no-repeat;background-position: 50% 0
}
.home2021Slider8bgV5{
	background: url(img/home2021/sliderUneSosPompiers5.png) no-repeat;background-position: 50% 0
}

.home2021Slider9bg{
	background: url(img/home2021/sliderUneberger.png) no-repeat;background-position: 50% 0
}

.home2021Slider10bg{
	background: url(img/home2021/sliderStopAuLaxisme2.png) no-repeat;background-position: 50% 0
}


.home2021Slider11bg{
	background: url(img/home2021/slider30mesures2.png) no-repeat;background-position: 50% 0
}

.home2021Slider12bg{
	background: url(img/home2021/sliderStopAuLaxisme-CF01.png) no-repeat;background-position: 50% 0
}

.home2021Slider13bg{
	background: url(img/home2021/sliderStopAuLaxisme-CF02.png) no-repeat;background-position: 50% 0
}

.home2021Slider14bg{
	background: url(img/home2021/sliderDocumentaire.png) no-repeat;background-position: 50% 0
}
.home2021Slider15bg{
	background: url(img/home2021/sliderDocumentaire2.png) no-repeat;background-position: 50% 0
}

.home2021Slider16bg{
	background: url(img/home2021/sliderPmsCnews2.png) no-repeat;background-position: 50% 0
}


.home2021Slider17bg{
	background: url(img/home2021/sliderDroitAlaSecurite.png) no-repeat;background-position: 50% 0
}


.home2021Slider18bg{
	background: url(img/home2021/slidertest.png) no-repeat;background-position: 50% 0
}

.home2021Titre{
	font-size:70px; 
	color:#FF9933;
	padding:30px 0 0 30px;
	line-height:70px;
}

.home2021Texte{
	font-size:80px; color:#FFFFFF;padding:50px 0 0 30px;line-height:70px;
	/*width:70%;*/
}

.home2021Titrebloc4{
	font-size:70px; 
	color:#FF9933;
	padding:30px 0 0 30px;
	line-height:70px;
}
.home2021Textebloc2{
	font-size:80px; color:#FFFFFF;padding:50px 0 0 30px;line-height:70px;
	/*width:70%;*/
}

.home2021Texte2bloc2{
	font-size:50px; color:#FFFFFF;padding:10px;line-height:50px;text-align:right;
	/*width:70%;*/
}

.home2021Textebloc3{
	font-size:40px; color:#FFFFFF;padding:50px 0 0 30px;line-height:40px;
	/*width:70%;*/
}

.home2021Textebloc4{
	font-size:25px; color:#FFFFFF;padding:30px 0 0 30px;line-height:25px;
	/*width:70%;*/
}

.home2021Textebloc5{
	font-size:60px; color:#FFFFFF;padding:50px 0 0 30px;line-height:60px;
	/*width:70%;*/
}

.home2021Textebloc6{
	font-size:40px; color:#FFFFFF;padding:50px 0 0 30px;line-height:40px;
	/*width:70%;*/
}

.home2021Texte2{
	font-size:50px; color:#FFFFFF;padding:100px 0 0 250px;line-height:50px;
}


.home2021Btnbloc4{
	float:right;
	margin-right: 25px;
    margin-top: 35px;
    width: 230px;
    height: 60px;
    padding-top: 16px;
    background: #FF0000;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 45px;
    border-radius: 10px;
	padding-left:15px;
	
}

.hero2021MediaContainer {
    width: 1244px;
    margin-left: auto;
    margin-right: auto
}

.home2021Media0{
	/*width:18%;*/
	width:24%;
	display:inline-block;
	font-family: Oswald;
    color: #FFFFFF;
	font-size:45px;
	text-align:center;
	margin-top:25px;
	
}

.home2021Media0 img{
	
	width:100%;
	height:auto;
}


.home2021Media1{
	max-width:157px;
	
}
.home2021Media1Cnews{
	max-width:200px;
	
}

.home2021Media2{
	max-width:164px;
	
}

.home2021Media3{
	max-width:201px;
	
}

.home2021Media4{
	max-width:216px;
	
}

.home2021Media5{
	max-width:200px;
	
}

.home2021Media6{
	max-width:113px;
	
}

.home2021Media7{
	max-width:110px;
}
.home2021Media8{
	max-width:90px;
}
.home2021Media9{
	max-width:216px;
}

.home2021RevueDecouvrir{
	display: block;
	text-align:right; 
	color:#FFFFFF;
	padding-right: 52px;
	background-image: url(img/icons/arrow-white-revue.png);
	background-size: 27px 21px;
	background-repeat: no-repeat;
	background-position: right 5px top 3px;
	padding-right: 52px;
	height: 23px;
	font-size: 21px;
	line-height: 21px;
	font-weight: 800;
}



.home2021revueCover{
	width:30%;
	text-align:right;
	display: inline-block;
}


.home2021revueTexte{
	width:65%;
	display: inline-block;
}


.home2021RevueImg{
	width:95px;
}












































/*               */
/*               */
/*               */
/*    1120px     */
/*               */
/*               */
/*               */
/*               */




@media screen and (max-width:1120px) {
    .headlines a.headline-article:first-child, header nav {
        padding-left: 40px;
        padding-right: 40px
    }
	/*
	.headlines2021 a.headline-article:first-child, header nav {
        padding-left: 40px;
        padding-right: 40px
    }
	*/
    .container {
        width: auto;
        margin-left: 40px;
        margin-right: 40px
    }
	
	.hero2021MediaContainer {
   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)
    }
	
	.headlines2021 a.headline-article {
        margin: 20px 9px 0 0;
        display: inline-block;
        width: calc(50% - 50px);
		border:0px;
    }
    .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
    }
	.headlines2021 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;
		
    }
	
	
	
	
	
	
	
	
	
	
	
	
	
						/*ajout portail petition*/
						/*----------------------*/
						/*----------------------*/
						/*----------------------*/

						/*----------------------*/
						/*----------------------*/
						/*----------------------*/
						.articlePetition {
							display: block;
							margin-bottom: 40px;
							
						}
						.articlePetition figure {
							display: inline-block;
							width: 264px;
							/*petition sos pompiers */
							/*height: 148px;*/
							height: 268px;
							overflow: hidden;
							margin: 0 -4px 0 0
						}
						.articlePetition figure img {
							text-align: center;
							max-width: 100%
						}
						.articlePetition-info {
							display: inline-block;
							width: calc(100% - 300px);
							margin-left: 20px;
							margin-right: 0;
							margin-top: 0
						}
						.articlePetition h1 {
							-webkit-transition: color .3s;
							-moz-transition: color .3s;
							-ms-transition: color .3s;
							-o-transition: color .3s;
							transition: color .3s
						}
						
						.headlines .headline-articlePetition {
							margin: 20px 9px 0 0;
							display: inline-block;
							width: calc(50% - 50px)
						}
						.headlines2021 .headline-articlePetition {
							margin: 20px 9px 0 0;
							display: inline-block;
							width: calc(50% - 50px)
						}
						
						.headlines .headline-articlePetition 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
						}
						.headlines2021 .headline-articlePetition 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
						}
						
						.col2button{
							position:static;
							
						}
						.col2{
							height:400px;
						}
						
						.col2Titre{height:60px;}
						
						.col2Img{
							width:100%;
							height:150px;
							overflow:hidden;
						}
						
						.col2Img img{
							width:100%;
							
							position: absolute;
							top: -50%;
						}
						
						.col2ImgTxtTrans {
							position: absolute;
							top: 105px;
							left: 0px;
							background: url(img/fondTransparent.png) repeat;
							width: 100%;
							height: 45px;
							padding: 10px;
						}
						
						.buttonBlocSecond{
							width:150px;
						}
						
						.validation {
							display:inline-block;
						}
						
						.col2buttonObjectif{
							font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
							font-size:14px;
							font-weight:bold;
							padding-left:10px;
							padding-top:20px;
							display:inline-block;
							width:100px;
						}
						
						.col2buttonObjectifAlaUne{
							
							padding-left:10px;
						}
						
						/*fin ajout portail petition*/
						/*----------------------*/
						/*----------------------*/
						/*----------------------*/

						/*----------------------*/
						/*----------------------*/
						/*----------------------*/
	
	
    .home-hero {
        height: 800px
    }
    .headlines a.headline-article:nth-child(2),
    .headlines a.headline-article:nth-child(4) {
        margin-left: 40px
    }
	.headlines2021 a.headline-article:nth-child(1),
    .headlines2021 a.headline-article:nth-child(3) {
        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
    }
	
	
	
	
	/*home2021*/
	
	.home2021Slider{
		width:auto;

}
	
	
	.home2021Titre{
	font-size:70px; 
		/*padding:70px 0 0 30px;*/
	}

	.home2021Texte{
		font-size:60px; padding:50 0 0 30px;line-height:60px;
	}



.home2021Titrebloc4{
	font-size:50px; 
	color:#FF9933;
	padding:30px 0 0 30px;
	line-height:50px;
}

.home2021Textebloc4{
	font-size:30px; color:#FFFFFF;padding:25px 0 0 30px;line-height:30px;
	/*width:70%;*/
}

	.home2021Texte2{
		font-size:30px; padding:100px 0 0 30px;line-height:30px;
	}

	.home2021Textebloc2{
	font-size:50px; color:#FFFFFF;padding:50px 0 0 30px;line-height:50px;
	/*width:70%;*/
	}
	.home2021Textebloc3{
	font-size:50px; color:#FFFFFF;padding:50px 0 0 30px;line-height:50px;
	/*width:70%;*/
	}
	
	.home2021Textebloc5{
	font-size:50px; color:#FFFFFF;padding:50px 0 0 30px;line-height:50px;
	/*width:70%;*/
	}
	
	.home2021Textebloc6{
	font-size:30px; color:#FFFFFF;padding:50px 0 0 30px;line-height:30px;
	/*width:70%;*/
	}
	
	
	.home2021BlockPetition div figure{
		display:none;
	}
	
	.home2021BlockPetition div .articlePetition-info{
		margin-left:0;
		padding-left:0;
	}
	
	
	.home2021BlockPetitionImg{
		display:none;
	}
	
	
	
}




























































/*               */
/*               */
/*               */
/*    767 px     */
/*               */
/*               */
/*               */
/*               */




@media (max-width:767px) {
    .accordion-list__item.active .accordion-list__content {
        max-height: 650px
    }
}



@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
    }
	
	.hero2021MediaContainer {
        margin-left: 20px;
        margin-right: 20px
    }
	
    header .top-header {
        height: 100px
    }
    header .top-header .container {
        margin: 0 5px
    }
    header .top-header .nav_menu_btn {
        display: inline-block;
        margin-top: 20px;
        margin-right: 75px;
		
        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: 4px;
		width:20px;
        margin: 5px 10px 0 2px;
        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
    }
	
	header .top-header .donation2021,
    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: -3px;
        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%
    }
	.headlines2021 a.headline-article figure.headline-article_cover img,
    a.article figure img {
        width: 100%;
				border:0px;
    }
    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
    }















	
					/* ajout portail petition*/
					/*----------------------*/
					/*----------------------*/
					/*----------------------*/

					/*----------------------*/
					/*----------------------*/
					/*----------------------*/
					.articlePetition {
						margin-bottom: 25px
					}
					.articlePetition_header {
						margin-bottom: -10px;
						height: 25px;
						font-size: 10px;
						line-height: 10px
					}
					.articlePetition_header img.media {
						margin-top: -5px;
						margin-left: 5px;
						height: 20px
					}
					.articlePetition_header .date {
						margin-left: 5px
					}
					.articlePetition figure {
						position: relative;
						overflow: hidden;
						margin: 0 -4px 10px 0;
						width: 100%
					}
					.articlePetition figure img {
						position: absolute;
						/*petition sos pompiers */
						/*top: -50%;*/
						width: 100%
					}
					.headlines .headline-articlePetition figure.headline-articlePetition_cover img, .articlePetition figure img {
						width: 100%
					}
					.headlines2021 .headline-articlePetition figure.headline-articlePetition_cover img, .articlePetition figure img {
						width: 100%
					}
					.articlePetition .articlePetition-info {
						width: 100%;
						margin-left: 0;
						margin-top: 0;
						padding-bottom: 5px
					}
					.articlePetition span.mobile {
						display: block
					}
					
					.article span.not_mobile {
						display: none
					}
					
					.col2{
							height:400px;
						}
					
					.col2{
						width:100%;
						display:block;
						margin-bottom:15px;
					}
					
					.col2buttonObjectifAlaUne{
						float:left;
						padding-left:10px;
						
					}
				/*fin ajout portail petition*/
				/*----------------------*/
				/*----------------------*/
				/*----------------------*/

				/*----------------------*/
				/*----------------------*/
				/*----------------------*/
	
	
	
	
	
	
	
	
	
	
	
	
	
	
    .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
    }
	.headlines2021 a.headline-article {
        display: inline-block;
        margin-top: 20px;
        padding-top: 0;
		border:0px;
    }
    .headlines a.headline-article:first-child h1 {
        font-size: 24px;
        line-height: 27px
    }
	/*
	.headlines2021 a.headline-article:first-child h1 {
        font-size: 24px;
        line-height: 27px
    }
	*/
    .headlines a.headline-article:not(:first-child) {
        display: none
    }
	
	.headlines2021 a.headline-article {
        display: none
    }
    .headlines a.headline-article:first-child {
        padding-top: 70px;
        padding-left: 20px;
        padding-right: 20px
    }
	/*
	.headlines2021 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%
    }
	.formEmail2021Btn{
 		width: 100%!important;
		
    }
	.formEmail2021{
 		width: 100%!important;
		margin-bottom:3px;
    }
    .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;
		width: 100%!important;
    }
	

	
	
    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
    }
	
	
	
	/*home2021*/
	
	.home2021Slider{
		width:auto;

		}
	
	
	.home2021Titre{
	font-size:70px; 
		/*padding:70px 0 0 30px;*/
	}

	.home2021Texte{
		font-size:60px; padding:100px 0 0 30px;line-height:60px;
	}
	
	
	.home2021Titrebloc4{
	font-size:50px; 
	color:#FF9933;
	padding:20px 0 0 30px;
	line-height:50px;
	}
	
	
	.home2021Textebloc4{
	font-size:20px; color:#FFFFFF;padding:25px 0 0 30px;line-height:20px;
	/*width:70%;*/
}

	.home2021Texte2{
		font-size:30px; padding:50px 0 0 30px;line-height:30px;
	}
	
	
	
	
	.home2021Textebloc2{
	font-size:40px; color:#FFFFFF;padding:50px 0 0 30px;line-height:40px;
	/*width:70%;*/
	}
	.home2021Textebloc3{
	font-size:40px; color:#FFFFFF;padding:50px 0 0 30px;line-height:40px;
	/*width:70%;*/
	}
	.home2021Textebloc5{
	font-size:40px; color:#FFFFFF;padding:50px 0 0 30px;line-height:40px;
	/*width:70%;*/
	}
	
	.home2021Textebloc6{
	font-size:20px; color:#FFFFFF;padding:50px 0 0 30px;line-height:20px;
	/*width:70%;*/
	}
	
	
	.home2021Texte2bloc2{
	font-size:30px; color:#FFFFFF;padding:10px;line-height:30px;text-align:right;
	/*width:70%;*/
}
	
	.home2021revueCover{
		display: none;
		
	}


	.home2021revueTexte{
		width:100%;
		
		
	}

	.home2021Media0 {
        font-size: 38px;
	
	}

	
	
}














































/*               */
/*               */
/*               */
/*    550px     */
/*               */
/*               */
/*               */
/*               */




@media screen and (max-width:550px) {
    a.article figure img {
        position: static
    }
	
	/* modif johann 2021-02-05 sur-titre long page d'accueil */
	.headlines  h3 {
		line-height: 15px;  
	}
	.headlines2021  h3 {
		line-height: 15px;  
	}
	/* modif johann 2021-02-05 sur-titre long page d'accueil */
	.headlines a.headline-article:first-child h3 {
		line-height: 15px; display:block;
	}
	/*
	.headlines2021 a.headline-article:first-child h3 {
		line-height: 15px; display:block;
	}
	*/
	.headlines a.headline-article:first-child h1 {
		margin-top:25px;
	}
	/*
	.headlines2021 a.headline-article:first-child h1 {
		margin-top:25px;
	}
	*/
	article p {
        
		width: 100%!important;
    }
	.formEmail2021Btn{
 		width: 100%!important;
    }
	
	
	
	/*home2021*/
	
	.home2021Slider{
	width:auto;

}
	
	
	.home2021Titre{
		/*font-size:70px; 
		padding:70px 0 0 30px;*/
		font-size:30px; 
		padding:10px;
		line-height: 30px;
	}
	
	
	.home2021Titrebloc4{
	font-size:30px; 
	color:#FF9933;
	padding:10px;
	line-height:30px;
	}

	.home2021Texte{
		/*font-size:40px; padding:100px 0 0 30px;line-height:40px;*/
		font-size:30px; padding:10px;line-height:30px;
	}
	
	.home2021Texte2{
		font-size:20px; padding:10px;line-height:20px;
	}


	.home2021Textebloc2 {
		font-size: 30px;
		color: #FFFFFF;
		padding: 10px;
		line-height: 30px;
		/* width: 70%; */
	}

	.home2021Textebloc3 {
		font-size: 30px;
		color: #FFFFFF;
		padding: 10px;
		line-height: 30px;
		/* width: 70%; */
	}

	.home2021Textebloc4{
		font-size:20px; color:#FFFFFF;padding:10px;line-height:20px;
		/*width:70%;*/
	}

	
	.home2021Textebloc5 {
		font-size: 30px;
		color: #FFFFFF;
		padding: 10px;
		line-height: 30px;
		/* width: 70%; */
	}
	
	.home2021Textebloc6 {
		font-size: 20px;
		color: #FFFFFF;
		padding: 10px;
		line-height: 20px;
		/* width: 70%; */
	}
	
	
	
	
	
	.home2021Media0 {
        font-size: 30px;
		line-height:28px;
	
	}
	
	
	
	.home2021Btnbloc4 {
		float: right;
		margin-right: 25px;
		margin-top: 35px;
		width: 230px;
		/*height: 40px;*/
		padding-top: 16px;
		background: #FF0000;
		border: none;
		color: #fff;
		cursor: pointer;
		font-size: 30px;
		line-height:30px;
		border-radius: 10px;
		padding-left: 15px;
	}


	
	.home2021RevueImg{
		width:45px;
	}

	.blocDon2021Text {
	 	width: auto;
	}
	
	/*
	.blocDon2021Btn {
    margin-top: 15px;
    margin-left: 25px;
    display: inline-block;
    width: 230px;
    height: 60px;
    padding-top: 16px;
    background: #FF0000;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 25px;
	font-weight: 500;
    border-radius: 10px;
	}
	*/
	
	.blocDon2021Btn {
    margin-top: 15px;
    margin-left: 0px;
    display: inline-block;
    width: 80px;
    height: 30px;
    padding-top: 8px;
    background: #FF0000;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    border-radius: 10px;
}
	
.blocDon2021BtnTxt{
	/*color:#FFFFFF;
	display: inline-block;
	margin-top:5px;
	margin-left:15px;
	font-size:12px;
	font-family: Oswald;*/
	display: none;
}	

header .top-header {
	height: 78px
}


.ipj-SVG-logo {
width:152px;
height:75px;
}
	
	
.home2021Slider {
height: 300px;
/*height: 400px;*/

}
	
	
	
	
	.slider {
    width: 100%;
	}
	
	
	
	
	
	
	
	
	
	
	
	
}


















































/*               */
/*               */
/*               */
/*    320px     */
/*               */
/*               */
/*               */
/*               */

@media screen and (max-width:320px) {
    body {
        width: 320px
    }
    .container {
        width: 280px
    }
	
	.hero2021MediaContainer{
        width: 280px
    }
	
	/* modif johann 2021-02-05 sur-titre long page d'accueil */
	.headlines  h3 {
		line-height: 15px;  
	}
	.headlines2021  h3 {
		line-height: 15px;  
	}

	/* modif johann 2021-02-05 sur-titre long page d'accueil */
	.headlines a.headline-article:first-child h3 {
		line-height: 30px
	}
	/*
	.headlines2021 a.headline-article:first-child h3 {
		line-height: 30px
	}
	*/
	article p {
        
		width: 100%!important;
    }
	
	.formEmail2021Btn{
 		width: 100%!important;
    }
	
}




/*   HACK centrage    */
.hackMiddle{
	margin-left: auto;    margin-right: auto; width: 688px;
}

.hackMiddle2{
	margin-left: auto;    margin-right: auto; width: 400px;
}

@media screen and (max-width:320px) {
	.hackMiddle{ width: 100%!important; }
	.hackMiddle2{ width: 100%!important; }
}

@media screen and (max-width:550px) {
	.hackMiddle{ width: 100%!important; }
	.hackMiddle2{ width: 100%!important; }
}

@media (max-width:767px) {
	.hackMiddle{ width: 100%!important; }
	.hackMiddle2{ width: 100%!important; }
}

@media screen and (max-width:1120px) {
	
}




.video-responsive { 
overflow:hidden; 
padding-bottom:56.25%; 
position:relative; 
height:0;
}

.video-responsive iframe {
left:0; 
top:0; 
height:100%;
width:100%;
position:absolute;
}









/*COMMENTAIRES */

.comments-area{
	max-width: 688px;
    width: 100%;
	margin: 0 auto;
}

.comments-area a{
	color: #2CA39E;
}

.thread-even{
	background-color:#DEDEDC;
}


/* Comment Header */
.comments-header,
.comment-reply-title {
	margin: 0 0 1.5em 0;
	background: #333333;
}

.comments-header .comments-title,
.comment-reply-title span {
	display: inline-block;
	margin: 0;
	padding: 0.4em 0.8em;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-size: 0.875rem;
}

/* Comment List */
.comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.comment {
	margin: 0 0 1.5em;
	padding: 0.5em 3em 1.5em;
	border-bottom: 1px solid #ddd;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.comment:last-child {
	margin: 0;
	border-bottom: none;
}

.comment-meta {
	float: left;
	padding: 0;
	width: 100%;
}

.comment-meta .comment-author img {
	float: left;
	margin-right: 1em;
}

.bypostauthor {
	display: block;
}

.comment-meta .comment-metadata {
	margin-top: 0.3em;
	font-size: 14px;
	font-size: 0.875rem;
}

.comment-meta .comment-metadata a {
	margin-right: 1em;
}

.comment-content {
	clear: left;
	padding: 0.2em 0 0;
}

.comment-content a {
	word-wrap: break-word;
}

.comment ol.children {
	margin-top: 1.5em;
	padding-top: 1em;
	border-top: 1px solid #ddd;
	list-style: none;
}

.comment .comment-respond {
	margin-top: 2em;
}

/* Comment Pagination */
.comment-navigation {
	margin: 0 0 1.5em;
	padding: 0.5em 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	font-size: 0.875rem;
}

.comment-navigation .nav-previous {
	float: left;
}

.comment-navigation .nav-next {
	float: right;
}

.comment-navigation .nav-previous a:before {
	margin-right: 3px;
	content: "\00AB";
}

.comment-navigation .nav-next a:after {
	margin-left: 4px;
	content: "\00BB";
}

/* Comment Form */
.comment-form {
	padding: 0;
}

.comment-form label {
	display: inline-block;
	min-width: 150px;
	font-weight: bold;
}

.comment-form textarea {
	margin-top: 0.4em;
}

.comment-form input[type="checkbox"] + label {
	display: inline;
	padding-left: 8px;
}

.comment-reply-title small a {
	margin-left: 1em;
	text-decoration: underline;
	font-weight: normal;
	font-size: 14px;
	font-size: 0.875rem;
}


/* FIN COMMENTAIRES */


















