@font-face {
  font-family: 'Oswald';
  src: url("../fonts/Oswald-Regular.ttf") format("truetype");
}

*:focus {outline:0 !important;}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	background:transparent !important;
}

.navbar{
	margin-bottom:0;
}

label{
	font-weight:inherit;
}

body{
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
	font-size:15px;
}

h1,h2,h3,h4, label, .petition-compteur{
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
}

h1{
	font-size:27px;
}

h2{
	font-size:18.5px;
	margin:23px 0;
	margin-top:40px;
}

img{
	max-width:100%;
}

header{
	min-height:60px;
}

header .navbar-brand{
	height: 60px;
    padding: 0px 15px;
}

header .navbar-brand img{
  height: 60px;
  padding: 3px 0;
}

header .nav>li>a{
	color:#a2a2a2;
	line-height:30px;
}

header .navbar-right>li>a{
	background:#bdbcbc !important;
	padding:2px 25px;
	border-radius:25px;
	color:#fff;
	margin:12px 0;
}

.petition-formulaire h3{
	font-size:17.5px;
}

.chapo p{
	color:#4f5764;
	font-weight:600;
}

.main-petition{
	background:#f2efe9;
	/*padding-top:60px;*/
	padding-bottom:120px;
}

.petition-compteur > p {
	margin-bottom: 0;
}

.ape-block{
	margin-top:30px;
	padding:35px;
	border-radius:10px;
}

.petition-inner{
	background:#fff;
}

.petition-inner img{
	width:100%;
	height: auto;
}

.petition-compteur{
	background:#6ac31c;
	color:#fff;
	padding:25px;
}

.petition-rsps{
	display:none;
}

.petition-compteur i{
	margin-bottom:20px;
	display:block;
	position:relative;
}

.petition-compteur i span{
	background:#fff;
	margin:2px;
	border-radius:6px;
	color:#000;
	font-size:38px;
	font-family: 'Oswald', sans-serif;
	font-weight:bold;
	font-style:normal;
	padding:1px 8px;
	position:relative;
	z-index:2;
}

.petition-compteur i span:before{
	width:100%;
	height:1px;
	background:#6ac31c;
	position:absolute;
	top:50%;
	left:0;
	content:" ";
	z-index:1;
	opacity:0.2;
}

.petition-formulaire .ape-block:nth-child(1){
	padding-top:0;
	padding-bottom:20px;
}

.modal-header, .modal-footer{
	border:none
}

.modal-header h4{
	padding-top:40px;
}

.modal-footer{
	text-align:center;
	padding-top:0;
}

.modal-footer .btn{
	padding:13px 35px;
}

.modal textarea{
	background:#efefef;
	padding:0 20px;
	width:calc(100% - 20px);
	margin:0 auto;
	display:block;
	min-height:350px;
	border-radius:5px;
	border-color:#e7e6e6;
}

.petition-formulaire textarea{
	border:none;
	resize:none;
	display:block;
	width:100%;
	height:auto;
	min-height:120px;
}

.petition-formulaire .edit-text{
	margin-top:20px;
	color:#000;
	cursor:pointer;
	text-decoration:none !important;
	font-weight:bold;
	border-bottom:dashed 2px #C0C0C3;
}

.petition-formulaire{
	background:#fff;
	position:relative;
}

.ape-form{
	background:#494e5a;
	border-radius:0;
	position:relative;
}

.ape-form:first-child {
	margin-top: 0;
}
.ape-form:first-child .ape-petition-form {
	padding-top: 20px;
}
.ape-form:not(:first-child):before{
	width: 0;
	height: 0;
	content : " ";
	position:absolute;
	top:-15px;
	left:50%;
	margin-left:-20px;
	border-style: solid;
	border-width: 0 20px 15px 20px;
	border-color: transparent transparent #494e5a transparent;
}


.ape-form {
	counter-reset: label;
}
.ape-petition-form label:not(.visuallyhidden)::before {
	counter-increment: label;
	content: counter(label) ".";
}


.ape-form select.form-control,
.ape-form input.form-control,
.ape-petition-form-field > input,
.ape-petition-form-field > select
{
	background:#383c48;
	border:none;
	margin-bottom:2px;
	color:#fff;
}
textarea {
	padding: .7em 0 .7em .7em;
	background: #eee;
	border-radius: 5px;
}

.ape-petition-form-field-contextual-recipients {
	text-align: left;
}
.ape-petition-form-field-contextual-recipients .sticky {
	display: none;
}
.ape-petition-form-field-contextual-recipients > div {
	display: flex;
}
.twitter-typeahead {
	flex: 1 1 auto;
}

label[for=ape-petition-form-email-message] {
	display: none;
}

.ape-petition-form-courrielaction > div {
  display: flex;
  text-align: left;
  align-items: flex-start;
  margin-top: 1rem;
}

.ape-petition-form-courrielaction input {
  margin-right: 1rem;
}

.ape-petition-form-courrielaction label {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  text-transform: none;
}

.ape-petition-form .ape-petition-form-courrielaction label:not(.visuallyhidden)::before {
  content: '';
}

.ape-form label {
	color:#fff;
}

.ape-petition-form-field-grant-consent {
  margin-top: 15px;
}

.ape-petition-form-field-grant-consent legend {
  font-size: 14px;
  text-align: left;
  color: #fff;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-bottom: 4px;
}

.ape-petition-form-field-grant-consent label {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  font-size: 13px;
  color: #ddd;
  line-height: 1;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: flex-end;
  text-transform: none;
  text-align: left;
  margin-bottom: 10px;
  cursor: pointer;
}

.ape-petition-form-field-grant-consent label:last-child {
  margin:0;
}

.ape-petition-form-field-grant-consent input[type=radio] {
  margin-top: 1px;
  margin-right: 8px;
}

.ape-petition-form-field-grant-consent label:not(.visuallyhidden)::before {
  counter-increment: none;
  content: '';
}

.ape-rep-root {
	min-height: 250px;
}

.ape-rep-result-wrapper {
	position: absolute;
	left: 0;
	right: 0;

    background-color: #f9f7f44d;
    border-radius: 3px;
    padding: 3px 12px 10px;
    box-shadow: inset 0 1px 3px #0003;
    margin: 10px 0 0;
	text-align: left;
}

.ape-rep-submit {
	position: absolute;
	left: 0;
}

.ape-rep-result-title {
    font: inherit;
	font-weight: bold;
	text-transform: none;
	color: #fff;
	margin-bottom: 0;
}

.ape-rep-result-content {
	color: #fff;
	line-height: 1;
	display: block;
	min-height: 30px;
}

.ape-form .ape-rep-result-help {
	display: inline-block;
	color: rgba(255,255,255,.6);
    font-size: 11px;
    line-height: 15px;
	font-weight: bold;
}

.popover-content div:not(:last-child) {
	margin-bottom: 15px;
}

.ape-form p{
	color:rgba(255,255,255,0.4);
	text-align:left;
	font-size:10px;
}

.section-ape{
	background:#f9f7f4;
	padding-top:90px;
	padding-bottom:90px;
}

.section-ape .link-ape{
	color:#000;
	cursor:pointer;
	text-decoration:none !important;
	font-weight:bold;
	border-bottom:dashed 2px #C0C0C3;
}

.section-ape h3{
	text-transform:none;
	font-weight:bold;
	margin-bottom:20px;
	font-size:30px;
	margin-top:0;
	padding:25px;
	padding-left:190px;
	padding-bottom:50px;
  background:url(../images/logo.png) -10px 13px no-repeat;
  background-size: 180px;
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
}

.col-socials{
	padding-top:40px;
}

.ape-social {
	margin: 0;
	padding: 0;
	display: inline-block;
	color: #fff;
	text-align: center;
	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.ape-social:hover, .ape-social:focus, .ape-social:active { outline: 0; opacity: 0.8; color: #fff; }

.ape-btn {
	height: 48px;
	margin: 8px;
	padding: 13px 17px;
	font-weight:bold;
	font-size: 17.5px;
	line-height: 21px;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}

.ape-btn i { padding-right: 15px; font-size: 21px; line-height: 21px; vertical-align: top; }

form .ape-btn{
	height: 38px;
	margin: 0px;
	font-size:14px;
	font-weight:400;
	padding: 7px 10px;
}

form .ape-btn i{
	padding-right: 5px;
	font-size: 18px;
}

form .ape-btn span{
	color:#262733;
	font-weight:bold;
	padding:2px;
	background:#fff;
	border-radius:3px;
	margin-left:2px;
}

form .col-sm-6:nth-child(1){
	padding-right:4px;
}

form .col-sm-6:nth-child(2){
	padding-left:4px;
}

form button[type=submit]{
	width: 100%;
    padding: 14px 10px;
    height: auto;
    font-size: 21px;
    margin: 10px auto;
}

.petition-formulaire{
	border-radius:10px;
	overflow:hidden;
	margin-top:30px;
}
	
.ape-border-bottom {
	padding-top: 12px;
	border-bottom: 4px solid rgba(0, 0, 0, 0.1);
}

.ape-facebook { background: #4862a3; }
.ape-soutien { background: #ff0000; }
.ape-twitter { background: #55acee; }

.section-soutien-petition{
	background:#262733;
	padding:150px 0;
}

.section-soutien-petition h2{
	color:#fff;
	margin:0px;
	margin-bottom:10px;
	font-size:38.5px;
}

.section-soutien-petition .heading{
	padding-bottom:90px;
}

.section-soutien-petition .text-center p{
	font-size:27.5px;
}

.section-soutien-petition p,
.section-soutien-petition ul li{
	color:rgba(255,255,255,0.7);
}

.section-soutien-petition p strong{
	color:#fff;
	font-size:22.5px;
}

.section-soutien-petition ul {
	  list-style: none;
	  padding-left:0;
	  margin-top:20px;
}

.section-soutien-petition ul li{
	padding: 0;
	padding-left:40px;
	padding-right:60px;
    background: url(../images/list.png) no-repeat left top;
    margin: 10px 0;
	font-size:16.5px;
}

.petition-formulaire blockquote {
	border: 0;
	padding: 0;
	font: inherit;
	margin: 0 0 10px;
}
.petition-formulaire blockquote::before {
	content: '« ';
}
.petition-formulaire blockquote::after {
	content: ' »';
}

footer{
	background:#191a23;
	padding-top:20px;
	padding-bottom:20px;
}

footer a,
.ape-form a {
	color:#fff;
}

.nav>li>a:focus, .nav>li>a:hover{
	background:transparent;
}

footer li a:hover,
.ape-form a:hover {
	color:#fb9a00;
}

footer p{
	padding:16px 15px;
	font-size:13px;
	margin:0;
	color:rgba(255,255,255,0.2);
}

@media screen and (max-width: 1200px) {
	.section-ape h3{
		text-align:center;
		padding:10px;
		padding-top:150px;
		background-position:top center;
	}
	
	.section-ape,
	.col-socials{
		text-align:center;
	}	
	
	.section-ape h3{
		margin-bottom:25px;
	}
	
	.col-socials{
		margin-top:30px;
	}
}

@media screen and (max-width: 980px) {
	.petition-compteur{
		display:none;
	}
	
	.petition-rsps{
		display:block;
		padding:15px;
		margin-bottom:20px;
	}
	
	.petition-rsps i{
		display:block;
		float:left;
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 768px) {
	header .navbar-header{
		float:left;
	}
	
	header .navbar-left{
		float:left;
	}
	
	header .navbar-right{
		float:right;
	}
	
	header .navigations{
		float:right;
		margin-right:25px;
		width:calc(100% - 150px);
	}
}

@media screen and (max-width: 620px) {
	
	header .navbar-right>li>a{
		font-size:10px;
	}
	
	header .navigations{
		width:calc(100% - 120px);
	}
	
	header{
		background:#FDFCFC;
		border-bottom:solid 1px #E8E6E1;
	}
	
	header .navbar-left{
		display:none;
	}
	
	.petition-formulaire{
		background:#f2efe9;
	}
	
	.petition-rsps .col-sm-8{
		text-align:center;
		font-size:11px;
		display:block;
		clear:both;
	}
	
	.petition-rsps i{
		display:block;
		float:none;
		margin:10px auto;
	}
	
	.petition-rsps i span{
		font-size:23px;
	}
	
	.petition-rsps{
		border-radius:10px !important;
		padding:5px !important;
	}

	.col-socials .btn{
		font-size:12px;
		width:100%;
	}
	
	.container-fluid, .container{
		padding-left:0;
		padding-right:0;
	}
	
	.main-petition .main-petition .col-md-7 {
		padding-left:0;
		padding-right:0;

	}
	
	.container-fluid{
		overflow:hidden;
	}
	
	.ape-block{
		margin-top:0;
		border-radius:0;
		padding:35px 15px;
	}
	
	.main-petition{
		padding-top:0;
		padding-bottom:0;
	}
	
	.ape-form label{
		margin-bottom:10px;
	}
	
	form .col-sm-6:nth-child(1){
		padding-right:15px;
		margin-bottom:15px;
	}

	form .col-sm-6:nth-child(2){
		padding-left:15px;
	}
	
	.petition-formulaire h3 {
		font-size: 15.5px;
	}
	
	.section-ape .container, .section-soutien-petition .container{
		padding-left:15px;
		padding-right:15px;
	}
	
	.section-ape .ape-btn{
		margin:8px 0;
	}
	
	.section-ape h3{
		font-size:18px;
		padding-top:170px;
	}
	
	.section-soutien-petition img{
		display:none;
	}
	
	.section-soutien-petition h2{
		font-size:24px;
	}
	
	.section-soutien-petition{
		padding:90px 0;
	}
	
	.section-soutien-petition .text-center p {
		font-size: 17.5px;
		padding:0 20px;
	}
	
	.section-soutien-petition .heading{
		padding-bottom:40px;
	}
	
	.section-soutien-petition p strong{
		font-size: 16.5px;
	}
	
	.section-soutien-petition .center-sm{
		text-align:center;
		padding-bottom:30px;
	}
	
	.section-soutien-petition ul{
		max-width:240px;
		margin:0 auto;
		display:block;
	}
	
	.section-soutien-petition ul li{
		padding-left: 40px;
		margin-left:0 auto;
		padding-right: 20px;
	}
	
	.section-soutien-petition .btn.ape-soutien {
		background: #ff0000;
		margin: 10px auto;
		display: block;
		margin-top:30px;
	}
	
	footer{
		text-align:center;
	}
	
	footer p{
		padding:0 50px;
	}
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/* Typeahead */
.tt-dropdown-menu {
	background: #FFF;
	box-shadow: 0 0 5px 2px rgba(0,0,0,.2);
	max-height: 11.2em;
	overflow-y: auto;
	padding: .7em;
}
.tt-dropdown-menu p {
	font-size: inherit;
	color: black;
}
.tt-cursor p {
	color: #ee6264;
}

.error-picto {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAMAAAANmfvwAAAAtFBMVEX////////////UAADUAQHVBQXVBgbVBwfVCAjYFRXYFhbYFxfZGxvZHR3ZHh7cMTHcMjLdNDTdNTXdNjbdNzfdODjeOTneOjreOzviVlbjV1fjWFjncXHncnLnc3PodHTodXXodnbod3foeHjpenrpe3vpfX3pf3/rhobrh4friYnriorri4vsjIzwqKjwqanxq6vxrKzxrq7ysrLys7Pzubn0wMD1wcH1wsL1w8P1xMT1xcVxsYz/AAAAA3RSTlMAImb5FUaTAAABBElEQVR4Aa3Ta1eCQBgE4KFBMkhLiSgr7X6hIu1SWv//f+Xuu+7hte3SOT5f4MNwZg4LWL23oyJttdJiOEXYzQa9tMJXD5tUOmMsuYq5JD6Fss+AARrOGHTR2MGweIIFWdque3R6dVs2w7mmkTwDOa2tNbxIpoKQ91EDiPqc60cAahoZrFf/6NwOuW1vclozGIdUGZXgCEZBIQVR5ApF6aaojEq4MQmFdEmLt64jslQ2+8hfi3Z/mrsHY6iG5O5CcQJjqhKkynzASn89AFRyjE+BY7yH0/nuY+hiYRwzKH6Ed86gSzQMGHDwn59ETDpUurJDu83oZXcIm43KLEmy8vgdK/cJPnkUBFBdiQMAAAAASUVORK5CYII=')
	no-repeat;
}

.valid-picto {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAMAAAANmfvwAAAA0lBMVEXw+PD2+/b3+/f8/vz9/v3+/v7////v9+/u9+7r9esAgAABgAEFggUGgwYHgwcIhAgJhAkVihUWixYXixcajRobjRsdjh0ejx4vly8ymTIzmTM1mjU3mzc4nDg5nDk6nTo7nTtWq1ZXq1dYrFhxuHFyuXJzuXN0unR1unV2u3Z3u3d4vHh6vXp7vXt9vn1/v3+Gw4aHw4eJxImKxYqLxYuMxoyg0KCm06ao1Kip1Kmr1aus1qyu16602rS43Li63brA4MDB4MHC4cLD4cPE4sTF4sXTvNtJAAAACnRSTlMAAAAAAAAAIkSq6n9KEQAAASlJREFUeNqV1F1bgjAYBuCAtexBLFlSmUZaad8lUYnal+b//0u1DWJuu/TiOdrBzfO+BxtbdGMqEu/7shvW62F3MPesxBk18Z8wcUyStbCSaKKR7UcfWvwbohLSgyV9opBbWHNfkgz2+NOCOC0Y6YwbfGc3J0+maNfoxx6ARBKvaXbwL98AME+QL1sHpTsn/LgQ5GKNwFCQzhqBWJB8lQN1j1obMkyQADxHu6nZATQkkYLSVBeSFIPG9C8jdYo66JQf9z+5edUFzgQZyMZ3buQUJdeCzFEYU2ApiBcCcpY+BWBEEJqg6NE78FJchgh5T3a8Kg7dnNCJD2v8WXkx7+zkQb3efZs4JxUeicw00jadmQ/WfWYlYKlrffZkMYxZELD46odU/XlszC+XdDH9I5ONtgAAAABJRU5ErkJggg==')
	no-repeat;
}

.valid-picto,
.error-picto {
	display: inline-block;
	width: 2.1em;
	height: 2.1em;
	margin-left: .7em;
	opacity: .6;
	vertical-align: top;
}

.sign-button-mobile.affix {
    background: inherit;
    display: block;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
}
.sign-button-mobile.affix-bottom {
	display: none;
}
.sign-button-mobile > .btn {
	width: 90%;
}
