/* @import url(/static/css2016/hq-police.min.css); */

/*-----Bouton flex direction-----*/

.hq-faq .button-group.flexColumn {
	flex-direction: column;
}
.hq-faq .button-group.flexColumn .button {
	padding:15px 10px;
	text-align:left;
}
.hq-faq a.button.wide {
	padding: 15px;
}
#obligationLegale {
	margin:0 5px 0 0;
}
.hq-bloc-border-bleu {
    border: 2px solid #036;
    padding: 20px;
	margin:0 0 15px;
}
.hq-securite .hq-section.sectionIntro {
	padding:100px 0 0;
}

/* Page éviter accident élagge abattage */
.hq-eviter-accident-elagage-abattage #hq-outer-mask {
	overflow: inherit!important;
}
.hq-eviter-accident-elagage-abattage select {
	display: block;
	width: 100%;
	height: 38px;
	padding: 5px 10px;
	font-size: 1.6rem;
	line-height: 1.5em;
	color: #1e1e1e;
	background-color: #f2f2f3;
	background-image: none;
	border: 1px solid #b2b2b2;
	border-radius: 0;
	transition: all .5s;
}
@media screen and (min-width: 768px) {
	.hq-eviter-accident-elagage-abattage .hq-hero-banner__text-box {
		padding-top: 100px;
		padding-bottom: 60px;
	}
}
.hq-eviter-accident-elagage-abattage .hq-faq .hq-avertissement h2 {
	border-bottom: none;
}
@media screen and (min-width: 767px) {
	.hq-eviter-accident-elagage-abattage .hq-faq h2 {
		margin-left: 0;
	}
}
.hq-eviter-accident-elagage-abattage .bg-grey {
	background-color: #f1f1f0;
}
.hq-eviter-accident-elagage-abattage .choix-numeros {
	margin: 15px;
}
.hq-eviter-accident-elagage-abattage .choix-numeros span {
	background-color: #036;
	border-radius: 26px;
	clear: both;
	color: #fff;
	float: left;
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0px 10px 0 0;
	padding: 2px 9px;
}
.hq-eviter-accident-elagage-abattage .hq-faq .button-group.flexRow {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
		-ms-flex-direction: row;
			flex-direction: row;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	/* align-items: flex-start; */
	-webkit-box-align: stretch;
		-ms-flex-align: stretch;
				-ms-grid-row-align: stretch;
			align-items: stretch;
}
.hq-eviter-accident-elagage-abattage .hq-faq .button-group.flexRow li {
	width: 100%;
	margin: 15px;
	padding: 15px;
	border: 1px solid #f4f3f3;
	background-color: #f1f1f0;
	transition: all .5s cubic-bezier(.165,.84,.44,1);
	overflow: hidden;
}
@media screen and (min-width: 768px) {
	.hq-eviter-accident-elagage-abattage .hq-faq .button-group.flexRow li {
		width: 45%;
		margin-top: 0;
		margin-bottom: 25px;
	}
}
@media screen and (min-width: 912px) {
	.hq-eviter-accident-elagage-abattage .hq-faq .button-group.flexRow li {
		width: 30%;
	}
}
.hq-eviter-accident-elagage-abattage .hq-faq .button-group.flexRow li.active,
.hq-eviter-accident-elagage-abattage .hq-faq .button-group.flexRow li.selected,
.hq-eviter-accident-elagage-abattage .hq-faq .button-group.flexRow li:focus,
.hq-eviter-accident-elagage-abattage .hq-faq .button-group.flexRow li:hover {
	cursor: pointer;
	transform: scale(1.05, 1.05);
	box-shadow: 0 0 8px rgba(0,0,0,.35);
	z-index: 10;
}
.hq-eviter-accident-elagage-abattage .hq-faq .button-group.flexRow li .cta-container {
	opacity: 0;
	height: 0;
	transition: all .5s cubic-bezier(.165,.84,.44,1);
}
.hq-eviter-accident-elagage-abattage .hq-faq .button-group.flexRow li.selected .cta-container,
.hq-eviter-accident-elagage-abattage .hq-faq .button-group.flexRow li.active .cta-container,
.hq-eviter-accident-elagage-abattage .hq-faq .button-group.flexRow li:focus .cta-container,
.hq-eviter-accident-elagage-abattage .hq-faq .button-group.flexRow li:hover .cta-container {
	opacity: 1;
	height: 140px;
}

.hq-eviter-accident-elagage-abattage .buttons-quoi-faire a:first-child {
	margin-left:  0;
	margin-right:  20px;
}
.hq-eviter-accident-elagage-abattage .buttons-quoi-faire a {
	margin-left:  20px;
}


.link-fix, .link-fix svg{
    color: #1224b8 !important;
}

.link-fix:hover{
 color: #1224b8 !important;
}

.link-fix:active, .link-fix:active svg{
    color: #0f096c !important;
}
