/*
Theme Name: Kadence child
Author: MMSH
Description: Thème enfant Kadence MMSH
Version: 1.0
Template: kadence

This is the child theme for Kadence theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.fiche{
	display:flex;
	justify-content: flex-start;
	gap:40px;
	margin-top:50px;
}

.fiche > * {
  padding: 10px;
  flex: 1 100%;
}

.column_1{
max-width:25%;
}


.bloc_contact{
	background-color:#1F63DE;
	color:white;
	padding:20px;
	border-radius:10px;
	margin-top:40px;

}

.bloc_contact h3{
	color:white;
	padding-bottom:20px;
}


@media only screen and (max-width: 768px) {
.fiche{
	display:flex;
	flex-direction:column;
	gap:40px;
}
	
	.column_1{
	max-width:100%;

}
}