/* Section l'eau dans ma commune */
.home #eaucommune{
	padding:3em 0 2em;
}
.page-id-76 #eaucommune {
    position: relative;
    background: -webkit-linear-gradient(300deg, #e8f4ff 0%, #add9f5 100%);
    background: -o-linear-gradient(300deg, #e8f4ff 0%, #add9f5 100%);
    background: linear-gradient(300deg, #e8f4ff 0%, #add9f5 100%);
    padding: 0;
}
.page-id-76 #eaucommune img{
	width:100%;
}
.home .bloc-commune{
	position: relative;
}
.eau-commune h2 {
    margin: 1em 0 0.5em;
}
.eau-commune p{
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
	margin-bottom: 1em;
}
#select-commune{
    background: #fff;
    color: #0072BC;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0.467em 2em;
    border-radius: 45px;
    line-height: 36px;
    position: relative;
    cursor: pointer;
	height: 50px;
}	
#select-commune:before {
    background: #2359C6;
    border-radius: 0 25px 25px 0;
    height: 50px;
    width: 57px;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    z-index: 10;
}
#select-commune:after {
    position: absolute;
    content: url(/wp-content/themes/EauDuMorbihan/images/fleche-select.svg);
    top: 10px;
    right: 20px;
    z-index: 10;
}
#commune-container{
    display: none; 
    background: #fff;
    color: #0072BC;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0.467em 2em;
    border-radius: 25px;
    line-height: 36px;
    position: relative;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);	
    margin-top: -52px;
    z-index: 10;	
}	
#commune-list {
    height: 260px;
    overflow-y: scroll;
}
#commune-list div {
    padding: 8px;
    cursor: pointer;
    color: #0072BC;
}
#commune-list .commune-item a{
  width: 100%;
  height: 100%;
  display: block;
}
#commune-search{
    padding: 10px 15px;
    width: 98%;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 3px;
    margin: 1em 0;
	font-size: 15px;
	position: relative;
	border: 2px solid #0072BC;
}
#commune-search:after {
    position: absolute;
    content: url(/wp-content/themes/EauDuMorbihan/images/loupe.svg);
    top: 10px;
    scale: 0.6;
    right: 20px;
    z-index: 11;
}
#commune-list div:hover {
    background-color: #f1f1f1;
}	


@media only screen and (min-width: 1101px) {
.home .eau-commune {
    top: 50px;
    left: 50px;
}
.page-id-76 #eaucommune {
    max-height: 348px;	
}	
}
@media only screen and (min-width: 801px) and (max-width: 1100px) {
/* PAGE INFOS PRATIQUES */
.page-id-76 .bloc-2.bloc-commune {
  align-self: center;
}
.page-id-76 .eau-commune p {
  display: none;
}	
.page-id-76 #select-commune {
  min-width:360px;
}	
}
@media only screen and (min-width: 600px) and (max-width: 1100px) {
.eau-commune h2 {
    margin: 0 0 0.5em;
}
.home .eau-commune {
    position: absolute;
    top: 50%;
    transform: translate(5%,-50%);
}	
.home .eau-commune.composi {
    position: initial;
    transform: translate(5%,-55.5%);
}
#eaucommune.section-coco{
    max-height: 431px;
    position: relative;
    z-index: 1;
}	
.home #eaucommune picture > img {
    min-height: 350px;
    object-fit: cover;
    border-radius: 25px;
    object-position: 70% 50%;
}
}
@media only screen and (min-width: 600px) {
.home .eau-commune {
    position: absolute;
    width: 100%;
    max-width: 490px;
}
}
@media only screen and (min-width: 480px) and (max-width: 800px) {
/* PAGE INFOS PRATIQUES */
 .page-id-76 .bloc-2.bloc-commune {
    margin: 3em auto;
    z-index: 1;
  }
.page-id-76 #eaucommune img {
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	max-width: 420px;
	z-index: 0;
}
.page-id-76 #select-commune {
	max-width: 420px;
}	
}
@media only screen and (max-width: 599px) {
.home #eaucommune {
  padding: 3em 0 0;
  background: linear-gradient(#e8f4ff 0%, #add9f5 100%);
}	
.home .eau-commune h2 {
	margin: 0 0 0.5em;
	font-size: 36px;
	line-height: 1.2;
}
.eau-commune p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 1em;
}
.eau-commune picture {
  width: calc(100% + 10%); 
  margin-left: -5%;
  margin-right: -5%;
}
.eau-commune img {
    width: 100%;
}
.home .bloc-commune {
  position: relative;
  display: flex;
  flex-direction: column;
}	
.home .bloc-commune > *:nth-child(2){order:1;}
.home .bloc-commune > *:nth-child(1){
	order:2; 
	width: calc(100% + 10%); 
	margin-left: -5%;
	margin-right: -5%;
}
.home .bloc-commune > *:nth-child(1) img{
	width: 100%;
}
#select-commune {
  font-size: 14px;
}
.eau-commune.composi {
	position: relative;
}	
.eau-commune.composi {
	position: relative;
}	
.eau-commune.composi #commune-container {
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(0);
    width: 100%;
}	
}
@media only screen and (max-width: 479px) {
.page-id-76 .bloc-commune{
  padding-top: 2em;
  padding-bottom: 1em;
}
.page-id-76 .eau-commune h2 {
    margin: 0 0 0.25em;
}
}
@media only screen and (max-width: 360px) {
#select-commune {
  font-size: 13px;
}
}