/*----------------  CONTACT  ------------------*/

.container_contact{
  max-width: 1240px;
  margin: 10px auto 40px;;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  display: grid;
  position: relative;
  /* left: 0; */
}
.container_contact h1, .container_contact h4{
  margin: 0;
  color: #FFF;
}
.container_contact a, .container_text a{
	color: #ffffff;
}
.container_text a:hover{
	color: #c3ebdd;
}
.container_contact a{
	text-decoration: underline;
}
.contact_title h1{
	text-transform: none;
}
.container_text > p{
	margin: 8px 0 20px 0;
	color: #FFF;
	line-height: 1.5em;
	font-size: 1.1em;
} 
.container_text > ul{
	color: #FFF;
	line-height: 1.5em;
	padding: 0 0 0 16px;
} 
 #container_contact_expertise h1, #container_contact_expertise p, #container_contact_FAQ h1{
	color: #000;
}
details{
	border-bottom: 0.8px solid #e5e5e5;
	padding-bottom: 16px;
    margin-bottom: 10px;
	background-color: #eef4f1;
    border-radius: 0px 10px 0px 10px;
    padding: 0px 14px;
}	
details p{
	max-width: 770px;
	line-height: 1.5em;
}
summary{
	display: flex;
    justify-content: space-between;
}
summary h2{
	display: inline-block;
    font-size: 1.2em;
}
summary img{
	float: none;
	width: 20px;
	transform: rotate(0deg);
	transition-timing-function: ease-out;
	transition: 0.3s;
}
details[open] > summary img{
	transform: rotate(180deg);
	transition-timing-function: ease-out;
	transition: 0.3s;
}
#footer-contact{
	height: 72px;
}
