#online,#info{
	flex:1;
	min-width:300px;
	/*padding:20px;
	background:rgba(255,255,255,0.1);
	box-shadow:0px 2px 5px rgba(0,0,0,0.1);
	border:solid 1px #e2e2e2;*/
}
/**/
.sections{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	gap: 10px;
	max-width: 100%;
	overflow-x: hidden;
}
.sections>div {
	border-inline-start: solid 5px #FBC02D;
	padding: 20px;
	box-shadow: 0px 2px 5px rgb(0 0 0 / 29%);
	background: #f7fdff;
	border-radius: 5px;
	flex-grow: 1;
	max-width: 100%;
	box-sizing: border-box;
}
#info>div>div{
	text-align:center;
}
/**/
#online [dwm-contact-form]{
	padding:0px;
	border:none;
}

dwm-captcha img{
	max-width:40%;
}
/**/
/*@media (min-width:707px){
	[dir=ltr] #info{
		border-left:solid 10px #607D8B;
	}
}*/


a.phone_action{
	display:inline-block;
	padding:5px 15px;
	border:solid 1px #e6e6e6;
	border-radius:20px;
	margin:0px 10px 10px 0px;
	text-align:center;
	text-decoration:none;
	color:#1565c0;
	font-size:24px;
	box-shadow:0px 0px 30px rgba(0,0,0,0.05) inset;
	transition:0.2s;
	direction:ltr;
}
@media only screen and (max-width: 700px) {
	a.phone_action{
		font-size:16px;
	}
}
a.phone_action:hover{
	background:#f1f1f1;
}
/**/
@media (min-width:500px){
	#carte{
		flex:2;
		min-width:500px;
	}
}
iframe.map{
	width:100%;
	height:500px;
	boder:none;
}

/**/
.page-title::after{
	background-image: linear-gradient(0deg, #ffde0000 70%, #000000e3)!important;!i;!;
}