.container-accueil{
	margin-top : 20px;
}
.container-contacts{
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
}
.card-contact{
	max-width: 555px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	background: white;
	height: 110px;
	padding : 40px;
	box-sizing: border-box;
	display : flex;
	align-items: center;
	cursor : pointer;
}
.card-contact > .content-img{
	width: 100%;
	height: 100%;
	max-width: 30px;
	max-height: 30px;
}
/*RAPPEL*/
.form-demande-rappel > textarea{
	width: 99.5%;
}
.form-demande-rappel > div{
	margin-top : 10px;
	display: flex;
	flex-flow: column;
}
.border-danger{
	border-color: #ff9090 !important;
}
.form-demande-rappel > .footer{
	margin-top: 30px;
}
.content-img > img {
	width: 100%;
	height: 100%;
}
.card-contact > .body-card{
	padding: 20px 0px 20px 50px;
	box-sizing: border-box;
	width: 100%;
}
.card-contact > .body-card > h4 {
	margin : 0;
	color: #0060ec;
	font-weight: normal;
	font-size: 22px;
	margin-bottom: 9px;
}
.card-contact > .body-card > span {
	color: #6b708a;
}
.container-modules{
	margin-top : 60px;
	flex-wrap: wrap;
	box-sizing: border-box;
}
.card-module{
	max-width: 370px;
	margin-bottom : 25px;
	padding: 20px;
	box-sizing: border-box;
	flex-flow: column;
	margin: 5px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	cursor : pointer;
	min-width: 170px;
}
.card-module > .icon{
	width: 30px;
	margin-bottom : 15px;
	filter: brightness(0) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.card-module > .body-card{
	margin-top : 10px;
}
.card-module > .body-card > h4 {
	margin : 2px 0 5px;
	color: #fff;
	font-weight: normal;
	font-size: 22px;
}
.card-module > .body-card > span {
	color: #fff;
	font-size: 17px;
}


@media (max-width: 1200px) {
    .container-modules{
		justify-content: center;
	}
}

@media (max-width: 760px) {
	.card-contact{
		flex-flow: column;
		padding: 5px;
		height: auto;
	}
	.card-module{
		max-width : 220px;
	}
	.card-contact > .body-card {
		padding: 0 0 0 18px !important;
	}
	.card-contact > .body-card > span {
		font-size : 15px;
	}
	.card-contact > .content-img {
	  margin-top : 5px;
	  margin-bottom : 5px;
	  max-width: 25px;
	  max-height: 25px;
	}
	.card-contact > .body-card > h4, .card-module > .body-card > h4 {
	  font-size: 20px;
	}
	
	.card-module > .body-card > span {
	  font-size: 16px;
	  
	}
	
}
@media (max-width: 540px) {
	.card-module > .body-card > h4 {
	  font-size: 18px;
	  line-height: 19px;
	  margin-bottom : 0px;
	}
	.card-module{
		max-width : 185px;
		padding: 13px;
		margin: 5px 2px 0 2px !important;
	}
	.card-module > .icon {
  		margin-bottom: 0 !important;
	}
	.card-module > .body-card > span {
	  font-size: 14px;    
	  line-height: 18px;
	  margin-top: 10px;
	  display: block;
	}
	.container-modules {
	  margin : 60px 6px 0 6px;
	}
}
@media (max-width: 401px) {
	.container-modules {
	  justify-content: space-between !important;
	}
}
@media (max-width: 388px) {
    .card-module{
		max-width : 100% !important;
	}
}