@import url(https://fonts.googleapis.com/css?family=Open+Sans);
.map {
	height: 345px;
	width: 100%;
	background-color: rgb(220,220,220);
	border: solid 1px #E5E5E5;
}
#map_container {
	margin-right: 0;
	margin-bottom: 10px;
	float: right;
	position: relative;
	width: 100%;
}
.list-resultats{
	text-align: center;
}
.list-resultats div{
	display: inline-block;
}


.list-resultats .block-buttons, .list-resultats .block-important{
	display: none!important;
}

.list-resultats div:first-child{
	width: 100%!important;
}

.list-resultats div:first-child .block-buttons{
	display: flex!important;
	margin: auto;
max-width: 400px;
}
.list-resultats div:first-child .block-important{
	display: block!important;
	margin:0;
}
.btn-green, .btn-green-inform{
	background-color: #41a62a!important;
	margin-top: 0.5em!important;
	font-size: 18px!important;
}
.btn-green-recontact{
	background-color:#0baea5 !important;
	font-size:18px!important;
}
.btn-orange{
	background-color: #DD9933!important;
}
.btn-green, .btn-green-recontact{
	color:#fff!important;
	padding: 0.3em!important;
	border-radius: 10px!important;
    width: 150px!important;
    margin: auto;
}
.btn-orange {
	color:#fff!important;
	padding: 0.3em!important;
	border-radius: 10px!important;
    width: 200px!important;
    margin: auto;
}
.btn-green-inform{
	color:#fff!important;
	padding: 0.3em!important;
	border-radius: 10px!important;
	max-width: 270px;
	margin: auto;
}
.btn-recontacted, .btn-referencing-request{
    color: #fff!important;
    padding: 0.4em;
    border-radius: 10px;
    line-height: 3em;
    vertical-align: middle;
}
.a-recontacted{
    color: #41A62A!important;
	display: initial!important;
	font-weight:600;
}
.a-referencing-request{
    color: #DD9933!important;
	display: initial!important;
	font-weight:600;
}
.a-recontacted:hover, .a-referencing-request:hover{
	text-decoration:underline;
}
.black{
	color:#000!important;
    font-size: 16px;
	margin-top: 1em;
    line-height: 2em;
}

#popup {
	width: 200px;
	background-color: white;
	padding: 3px;
	height: 160px;
}
#popup-content {
	font-family: sans-serif;
	font-size: 12px;
	height: 150px;
overflow-y: auto;
scrollbar-width: thin;
scrollbar-color: #000 #ccc;
}

#output {
	width: 100%;
}

#t {
	display: none;
}

#output .elmt {
	margin-top: 1em;
	padding: 10px;
	height: auto;
	overflow: auto;
    border: 2px solid #ededed;
    border-radius: 15px;
	margin-left: 0;
	margin-left: 0.5em;
	margin-right: 0.5em;
	width: 300px;
}

#output .feat a,
#output .feat input[type="submit"] {
	font-size: 15px;
	display: inline-block;
	line-height: 1.7em !important;
	margin-bottom: 5px;
	font-weight: 600;
	text-align: center;
	margin: 0.5em;
	margin-right: auto;
margin-left: auto;

}

#output .feat a.et_pb_button:hover {
	background: rgba(255, 255, 255, 0.6);
}

#output .feat a.et_pb_button:after {
	font-size: 21px;
}

#output .feat.pop h6 {
	padding-bottom: 0;
}

.feat h6, .feat h5{
	font-family: 'Segoe UI',Helvetica,Arial,Lucida,sans-serif;
	color:#000;
	text-align: center;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 1.8em!important;
}
.feat h6{
	font-size: 23px;
}
.feat h5{
	font-size: 16px;
}
.eligible {
	color: #41a62a!important;
	font-size:16px!important;
	text-align: center!important;
	letter-spacing: 1px!important;
	line-height: 1.2em!important;
	font-weight: 600!important;
}
#output .feat.pop h5 {
	padding-bottom: 6px;
}

#output .feat.pop a,
#output .feat.pop input[type="submit"] {
  float: none;
	width: -moz-fit-content;;
	width: max-content;
	margin-left: auto;
	margin-right: auto;
}

#output .feat.pop a.et_pb_button:hover {
    background: rgba(238, 238, 238, 0.6);
}

.title-others-adresses{
	text-align: left;
	width: 100%!important;
	display: flow-root;
	margin-left: 1%;
}
.block-important h3, .block-important-non-eli h3{
	color:#000;
	font-size: 18px;
	text-align: left;
	line-height: 2em;
}
.block-important ul, .block-important-non-eli ul{
	list-style: none;
}
.block-important li, .block-important-non-eli li{
	text-align: left;
}
small {
  font-size: smaller;
}

.info {
    font-size: 15px;
}


.encours {
	font-size: 16px!important;
	color: #0a8be2!important;
}

.categ_results {
	color: #41a62a;
	margin-top: 1em;
}
#POP_noneligible .eligible{
	color: #f48027!important;
}

.pop {
	text-align: center;
	padding: 0 10px 0 10px;
}

.ol-control button{
    background-color: rgba(40, 40, 40, 0.8) !important;
}
.ol-control button:hover{
    background-color: rgba(40, 40, 40, 1) !important;
}

.ol-popup {
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
    bottom: 12px;
	height: max-content;
}
.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}
.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}
.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
	right: 12px;
	color: #000
}
.ol-popup-closer:after {
    content: "✖";
}

#popup-content .btn-green, #popup-content .block-buttons, .block-important, #popup-content .btn-green-inform{
	display: none!important;
}

.btn-green{
	display: none!important;
}

.pin {
	display: none;
	float: left;
	position: relative;
	top: 0px;
	left: -3px;
	padding-bottom: 10px;
}

.warning {
	color: #f48027;
}

#left-area #map ul, .entry-content #map ul, .comment-content #map ul, body.et-pb-preview #main-content .container #map ul {
    padding: 0;
    line-height: initial;
}

#arrow_container {
	position: absolute;
	top: -50px;
	width: -moz-fit-content;;
	width: max-content;
	opacity: 0;
	display: block;
	z-index: 9999;
}
.arrow_box p{
	font-size: 15px;
}

#popup_container {
	position: absolute;
	left: 40px;
	top: -50px;
	width: -moz-fit-content;;
	width: max-content;
	opacity: 0;
	display: block;
	z-index: 9999;
}

.arrow_box {
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	width: -moz-fit-content;;
	width: max-content;
	padding: 0px 10px;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
	line-height: 40px;
}

.arrow_box {
	position: relative;
	background: #41a62a;
	border: 2px solid #41a62a;
	border-radius: 10px;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(150, 193, 31, 0);
	border-top-color: #41a62a;
	border-width: 20px 10px;
	margin-left: -20px;
}
.arrow_box:before {
	border-color: rgba(74, 160, 15, 0);
	border-top-color: #4AA00F;
	border-width: 23px 13px;
	margin-left: -23px;
}

#popup_text {
	background: #25b8bf;
	border: 2px solid #00949B;
}
#popup_text:after {
	border-color: rgba(150, 193, 31, 0);
	border-top-color: #25b8bf;
}
#popup_text:before {
	border-color: rgba(74, 160, 15, 0);
	border-top-color: #00949B;
}

.promo {
	background: #f8f8f8;
	border: 1px solid #bbb;
    border-radius: 3px;
    margin: 0;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    padding: 4px 2px;
}

.pop .promo {
    margin: 5px 0;
}

#output .feat .promo a {
    clear: none;
    float: none;
    display: inline;
    font-size: inherit;
    line-height: inherit;
    margin: inherit;
    color: inherit;
    text-decoration: underline;
}

#output .feat .promo a:hover {
    color: black;
    text-decoration: underline;
}

body div.et_pb_section,
#main-content {
    background-color: transparent;
}
body {
		background-color: #ffffff;
}

#map .gcd-txt-control {
	height: 3.1em;
}

#map .ol-geocoder ul.gcd-txt-result {
	top: 3.15em;
}

.ol-control button.ol-zoom-in,
.ol-control button.ol-zoom-out {
	height: 1.2em;
	width: 1.2em;
}

.gcd-road {
	font-weight: 400;
	font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
}

.gcd-city {
	font-weight: 600;
	font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
}

@keyframes hide {
0% { opacity: 0; }
4% { opacity: 1; }
8% { opacity: 0.3; }
12% { opacity: 1; }
90% { opacity: 1; }
100% { opacity: 0; }
}
#arrow_container {
	animation: hide 8s ease 1s 1 normal;
}

@keyframes fadeInOpacity {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

#popup_container.showme {
    opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 2;
	animation-timing-function: ease-in;
	animation-duration: 0.5s;
}

.txt_mon_logt {
	overflow: hidden;
	height: auto;
	margin-bottom: 0;
}

img.details {
	display: none;
	float: right;
	cursor: help;
}

@media (min-width: 981px) {
	#output .et_pb_column_1_3 {
	    width: 32%;
	    margin-left: 1%;
	    margin-right: 0%;
	}

	#output .elmt {
		overflow: hidden;
	}

	.txt_mon_logt {

	}

	.txt_autres_logt {

	}


	.txt_autres_logt > div {
		align-self: flex-end;
		width: 100%;
	}

	.map {
		height: 345px;
	}

	.info.inside {
		margin-bottom: 2em;
	}
}

@media (max-width: 980px) {
	.et_pb_column {
		margin-bottom: 0px;
	}

	.et_pb_row {
		padding: 10px;
	}
	.arrow_box p{
		font-size: 13px;
	}
	.ol-geocoder.gcd-txt-container{
		width:250px;
	}
	.list-resultats div{
		width: 100%;
	}
}
@media (min-width: 651px) {
	.ol-popup {
		min-width: 300px;
		left: -50px;
	}
}

@media (max-width: 650px) {
	.list-resultats div:first-child .block-buttons{
		display: block!important;
	}
	.btn-recontacted, .btn-referencing-request{
		font-size: 15px;
	}
	.ol-popup {
		min-width: 250px;
		left: -100px;
	}
}
.ol-viewport{
	border-radius: 15px;
}

.ol-geocoder.gcd-txt-container{
    left: 0.5em;
}

.map {
    height: 345px;
    width: 100%;
    background-color: rgb(220,220,220);
    border: solid 2px #41a62a;
    border-radius: 15px;
}

.a-view-in-the-map{
	text-decoration:underline;
	color:#000;
	font-size: 18px!important;
}
.form-contact-rappel{
	margin-top: 1em;
margin-bottom: 1em;
}
.form-contact-rappel input{
	width: 100%;
}
.form-contact-rappel div{
	width:100%;
	max-width:400px;
}
.form-contact-rappel .legal-accept{
	display: inline-flex;
	line-height: 1.2em;
	margin-top: 1em;
}
.form-contact-rappel .legal-accept input{
	float:left;
	width: 20px;
}
.form-contact-rappel input[type="email"],
.form-contact-rappel input[type="tel"],
.form-contact-rappel input[type="text"]{
border-radius: 15px;
padding: 0.5em;
margin-top: 3px;
margin-bottom: 3px;
border: 2px solid #d4d4d4;
color: #000;
font-weight: 600;
}
.form-contact-rappel #savoirplus{
	width:200px;
	float: right;
}
#titre2 {
    margin-bottom: 1em;
}
