/* PÉTITIONS
---------------------------------- */
/* btns */
.btn-action { /* rouge texte blanc */
	background-color: #ee3124;
	font-weight:700;
	color:#fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	padding: 12px 15px;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
button.btn-action {
	border: none;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
}
.btn-action svg {
	width: 20px;
	height: 14px;
}
.btn-action-large .icon-arrow {
	width: 14px;
	height: 8px;
}
.btn-action .icon-left {
	margin-right: 8px;
}
.btn-action .icon-right,
.btn-more .icon-right {
	margin-left: 8px;
}
.btn-action:hover,
.btn-action:focus,
.btn-action:active {
	background-color: #c52217;
}
@media (min-width: 768px) {
	.btn-action {
		padding: 12px 23px;
	}
}
.btn-action-large {
	display: block;
}
@media (min-width: 768px) {
	.btn-action-large {
		font-size: 24px;
	}
	.btn-action-large .icon-signer {
		width: 36px;
		height: 25px;
	}
	.btn-action-large .icon-envoyer {
		width: 18px;
		height: 18px;
	}
	.btn-action-large .icon-arrow {
		width: 28px;
		height: 18px;
	}
}

.btn-more { /* blanc texte noir */
	background: #fff;
	font-weight: 700;
	padding: 8px 15px;
	display: inline-block;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.btn-more:hover,
.btn-more:focus,
.btn-more:active {
	color: #ee3124;
}


/* titres */
.petition-list h1,
.petition-page h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: 800;
	line-height: 32px;
	text-transform: uppercase;
	margin-bottom: 15px;
}


/* liens partager */
.petition-share h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
}
.petition-share ul {
	list-style: none;
	margin-left: 0;
	display: inline-block;
}
.petition-share li {
	margin-left: 15px;
	display: inline-block;
}
.petition-share li a {
	display: inline-block;
}
.petition-share li .icon-share {
	border: 1px solid #222222;
	display: inline-block;
	width:42px;
	height: 42px;
	line-height: 44px;
	text-align: center;
	border-radius: 50%;
	transition: border-color 0.3s, color 0.3s;
}
.petition-share li .share-text {
	font-size: 12px;
	line-height: 1.2;
	padding-top: 5px;
	display: block;
	transition: color 0.3s;
}
.petition-share li a:hover,
.petition-share li a:focus {
	color:#ee3124;
}
.petition-share li a:hover .icon-share,
.petition-share li a:focus .icon-share {
	border-color: #ee3124;
}
.petition-share svg {
	width: 16px;
	height: 16px;
}

.petition-list .petition-share h3 {
	padding-right: 5px;
}
.petition-page .petition-share {
	text-align: center;
	padding: 15px 0;
}
.modal-petition .petition-share {
	margin-top: -20px;
	margin-bottom: 40px;
}
.modal-petition .petition-share ul {
    display: flex;
    justify-content: space-between;
}
.modal-petition .petition-share li {
	margin: 0;
}
@media (min-width: 640px) {
	.petition-list .petition-share {
		text-align: right;
	}
	.petition-list .petition-share li {
		margin-left: 27px;
	}
}
@media (min-width: 1200px) {
	.petition-page .petition-share {
		width: auto;
		position: absolute;
		top:35px;
		right:0;
	}
	.petition-page .petition-share h3,
	.petition-page .petition-share ul {
		display: block;
	}
	.petition-page .petition-share li {
		margin: 17px 0 0;
		display: block;
	}
}


/* liste petitions */
.petition-list-header {
	padding: 50px 16px 25px;
}
.petition-list {
	margin-bottom: 30px;
}
.petition-list article {
	padding: 16px;
}
.petition-list .content {
	padding: 27px 25px;
}
.petition-list .image-p {
	width:100%;
	height: 240px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.petition-list h2 {
	font-size:17px;
	font-weight:800;
	line-height: 1.1;
	text-transform: uppercase;
	color:#ee3124;
	margin-bottom: 16px;
}
.petition-list .time {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:14px;
	font-weight:800;
	color:#595959;
	border-bottom: 1px solid #898989;
	margin-bottom: 25px;
}
.petition-list .time time {
	background: #ebebeb;
	padding-right: 5px;
	display: inline-block;
	position: relative;
	bottom: -5px;
}
.petition-list p {
	line-height: 1.6;
	margin-bottom: 30px;
}
.petition-list .btn-wrapper {
	text-align: center;
}
@media (min-width: 640px) {
	.petition-list .content {
		min-height: 410px;
		position: relative;
	}
	.petition-list .btn-wrapper {
		width:100%;
		position: absolute;
		left: 0;
		bottom:27px;
	}
}
@media (min-width: 768px) {
	.petition-list .content {
		min-height: 355px;
	}
}
@media (min-width: 992px) {
	.petition-list .content {
		min-height: 290px;
	}
}


/* page petition */
.sr-only { /* labels form masqués */
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

::-webkit-input-placeholder {font-style: italic; color:#222222;}
::-moz-placeholder {font-style: italic; color:#222222; opacity: 1;}
:-ms-input-placeholder {font-style: italic; color:#222222;}
:-moz-placeholder {font-style: italic; color:#222222;}

/* enlevé */
/* .petition-banner img {
	width: 100%;
	height: auto;
}
@media (min-width: 640px) {
	.petition-banner {
		height: 265px;
	}
	.petition-banner img {
		width: 100%;
		height: auto;
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
@media (min-width: 1280px) {
	.petition-banner {
		margin-left: -30px;
		margin-right: -30px;
	}
} */

.petition-content {
	overflow: visible;
	position: relative;
	padding-top: 45px;
	margin-bottom: 40px;
}
.petition-description {
	margin-bottom: 40px;
}
@media (min-width: 640px) {
	.petition-description {
		padding-right: 20px;
	}
}
.petition-description img {
	width: 100%;
	height: auto;
	margin-bottom: 3em;
}
.petition-description p,
.petition-description > ul,
.petition-description > ol {
	line-height: 1.6;
	margin-bottom: 20px;
}
.petition-description > ul,
.petition-description > ol {
	list-style:initial;
	padding-left: 35px;
}
.petition-description .petition-intro {
	line-height: 1.9;
	font-weight: 700;
}
.petition-description time {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 17px;
	font-weight: 700;
	color:#ee3124;
	padding-top: 15px;
	margin-bottom: 25px;
	display: block;
}
.petition-progress {
	margin-bottom: 30px;
}
.petition-progress .bar {
	background: #ebebeb;
	height: 14px;
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.petition-progress .gradient {
	background: linear-gradient(to right, #ffc000, #ee3124);
	float: left;
	height: 100%;
	width:0%;
	-webkit-transition: width 1.5s ease-in-out;
	transition: width 1.5s ease-in-out;
}
.petition-progress .arrow {
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #ec2c22;
	display: inline-block;
}
.petition-progress .petition-goal {
	font-size: 18px;
}

.petition-panel {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
@media (min-width: 640px) {
	.petition-panel {
		/* margin-top: -95px; */
		width: 50%;
		float: left;
	}
}
@media (min-width: 992px) {
	.petition-panel {
		margin-left: 30px;
		width: 40%;
	}
}

.petition-panel .petition-top {
	background: url(../_img/dotsw.gif);
	padding: 20px 30px;
} 
.petition-panel h2 {
	background-color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.6;
	color: #ee3124;
	text-transform: uppercase;
	display: inline;
	padding: 0 5px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}
.petition-panel .petition-message {
	padding: 22px 30px 15px;
}
.petition-panel .petition-message .message-inner {
	background-color: #f5f5f5;
	padding: 15px 20px 5px;
}
.petition-panel .petition-message .js-message-scroll {
	height:144px;
}
.petition-panel .petition-message p,
.petition-panel .petition-message ul {
	font-style: italic;
	line-height: 1.5;
	margin-bottom: 20px;
}
.petition-panel .petition-message p:first-child {
	font-weight: 800;
	font-size: 16px;
	line-height: 1.3;
	text-indent: 42px;
	position: relative;
}
.petition-panel .petition-message p:first-child::before {
	content: "\201C";
	font-family: "Copse",serif;
	font-size: 80px;
	font-style: normal;
	font-weight: 400;
	color:#ee3124;
	position: absolute;
	left:-42px;
	top:-22px;
}
/* .js-message-show span {
	font-size: 12px;
	color:#ee3124;
	border-bottom: 1px solid #ee3124;
} */

.petition-panel .petition-form {
	padding: 22px 23px 10px;
}
.petition-panel .form-group {
	padding: 0 7px;
	margin-bottom: 18px;
}
.petition-panel input[type="text"],
.petition-panel input[type="email"],
.petition-panel input[type="tel"],
.petition-panel select {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	border: 1px solid #bfbfbf;
	padding: 10px 12px;
	width: 100%;
	height: 40px;
	display: block;
}
.petition-panel .radio span {
	font-style: italic;
}
.petition-panel .radio label {
	margin-left: 12px;
}
.petition-panel .checkbox {
	padding-top: 5px;
	padding-bottom: 10px;
	position: relative;
	padding-left: 35px;
}
.petition-panel input[type="checkbox"] {
	margin-right: 5px;
	position: absolute;
	left: 7px;
	top: 1px;
}
.petition-panel small {
	font-size: 10px;
}
.petition-panel .legal {
	color:#484848;
	margin-bottom: 15px;
}
.petition-panel .legal a {
	border-bottom: 1px solid;
}

/* petition fixe au scroll */
@media (min-width: 767px) {
	.petition-panel.affix,
	.petition-panel.affix-bottom {
		width: 375px;
		left:50%;
	}
	.petition-panel.affix .petition-message,
	.petition-panel.affix-bottom .petition-message {
		display: none;
	}
	.petition-panel.affix {
		position: fixed;
		top:0;
		margin-top: 0;
		z-index: 1;
	}
	.petition-panel.affix-top {
		position: static;
	}
	.petition-panel.affix-bottom {
		position: absolute;
	}
}
@media (min-width: 839px) {
	.petition-panel.affix,
	.petition-panel.affix-bottom {
		width: 400px;
	}
}
@media (min-width: 992px) {
	.petition-panel.affix,
	.petition-panel.affix-bottom {
		width: 392px;
	}
}
@media (min-width: 1189px) {
	.petition-panel.affix,
	.petition-panel.affix-bottom {
		width: 440px;
	}
}

/* SIMPLEBAR
------------------------------------------------ */
/* SimpleBar.js - v2.5.1 */
[data-simplebar] {
    position: relative;
    z-index: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch; /* Trigger native scrolling for mobile, if not supported, plugin is used. */
}

[data-simplebar="init"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.simplebar-scroll-content {
    overflow-x: hidden;
    overflow-y: scroll;
    min-width: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.simplebar-content {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100%;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 4px;
    background:#e5e5e5;
}

.simplebar-scrollbar {
    position: absolute;
    right: 0;
    min-height: 10px;
    width: 4px;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    background: #222222;
    background-clip: padding-box;
}

.simplebar-track:hover .simplebar-scrollbar {
    /* When hovered, remove all transitions from drag handle */
    opacity: 1;
    -webkit-transition: opacity 0 linear;
    transition: opacity 0 linear;
}

.simplebar-track .simplebar-scrollbar.visible {
    opacity: 1;
}

.simplebar-track.horizontal {
    /* left: 0;
    width: auto;
    height: 11px; */
    display: none;
}

.simplebar-track.vertical {
    top: 0;
}

.horizontal.simplebar-track .simplebar-scrollbar {
    right: auto;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

/* MODAL CONFIRMATION
---------------------- */
.modal-overlay {
	background:rgba(0,0,0,0.5);
	width:100%;
	height: 100%;
	position: fixed;
	left:0;
	top:0;
	z-index: 100000; /* because #menusecondaire à 99999 - plus maintenant oct. 2021 */
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s, visibility 0s 0.3s;
	transition: opacity 0.3s, visibility 0s 0.3s;
}
.modal-overlay.is-active {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s, visibility 0s;
	transition: opacity 0.3s, visibility 0s;
}
.modal-petition {
	background:#fff;
	text-align: center;
	width:600px;
	max-width:95%;
	position: fixed;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	z-index:20;
}
.modal-petition .modal-header {
	padding: 50px 55px 20px;
	position: relative;
	background-color: #fff;
}
.modal-petition .modal-header h1 {
	font-size: 30px;
	color:#ee3124;
}
.modal-petition .modal-header .icon-close {
	position: absolute;
	right:20px;
	top: 20px;
	cursor: pointer;
}
.modal-petition .modal-body {
	width: 90%;
	max-width: 375px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.modal-petition .modal-body h2 {
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 40px 0 45px;
	display: inline-block;
	position: relative;
}
.modal-petition .modal-body h2::before,
.modal-petition .modal-body h2::after {
	content: "";
	background-color: #282828;
	width: 400%;
	height: 1px;
	position: absolute;
	top:50%;
}
.modal-petition .modal-body h2::before {
	right: 100%;
	margin-right: 20px;
}
.modal-petition .modal-body h2::after {
	left: 100%;
	margin-left: 20px;
}
.modal-petition .modal-body .btn-action {
	width: 100%;
	margin-bottom: 52px;
}
.modal-petition .modal-body .btn-action span {
	font-weight: 400;
}
.modal-petition .modal-body .btn-action img {
	margin-bottom: -5px;
}
@media (max-width: 767px) {
	.modal-petition .modal-body .btn-action img {
		display: none;
	}
}
.modal-petition .modal-footer {
	background: url(../_img/dotsw.gif);
	padding: 20px;
}

p.error {
    color: red;
    padding-top: 5px;
    display: inline-block;
    font-size: .7rem !important;
}

.has-float-label label{
	font-size: 14px !important;
	opacity: .8 !important;
}

.clear{
	clear:both;
}