@charset "utf-8";
/* CSS Document */



/***google map elements****/
.mapcontainer {
  width: 100%;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 20px !important;
  margin-bottom: 70px !important;
}

iframe {
  width: 100%;
  height: 100%;
  margin: 0px !important;
  padding: 0px !important;
}

/*******************/


/*******FAQ******/

details {
    padding: .75em .75em 0;
	margin-top: 10px;
    
}

summary {	
    font-weight: 400;
    margin-bottom: 0.2em;
    padding: 1em;
    text-transform: uppercase;
}

details[open] {
    padding: .75em;
    
}

details[open] summary {
    margin-bottom: 14px;
}


/****ZOOM IMG****/

.zoom {
  padding: 0px;
  transition: transform 0.1s;
  margin: 0 auto;
}

.zoom:hover {
  -ms-transform: scale(1.035); /* IE 9 */
  -webkit-transform: scale(1.035); /* Safari 3-8 */
  transform: scale(1.035); 

}


/** Presentation card **/
.precard {
 max-width: 450px;
 height: auto;
 border-radius: 35px 35px 0px 0px;
 border-style: hidden;
}

.presentation {
 max-height: 450px;
 border-radius: 35px 35px 0px 0px;
 border-style: hidden;
 background-color: #FFFFFF;
}

 /* Container needed to position the button. Adjust the width as needed */
.containerclick {
  position: relative;
  width: 50%;
}

/* Style the button and place it in the middle of the container/image */
.btnclick {
  padding: 0.8rem 2.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 0.25rem;
  cursor: pointer;
}

.flex-container {
  display: flex;
    
}

.flex-item {
  color: #ac0000;
  margin: 0px;
  line-height: 30px;
  font-size: 18px;
}
