.colonne_centrale_fond_blanc p {
	margin-bottom: 10px !important;
}

/* FORMULAIRE DE SIMULATION - BEGIN */
.tx-powermail {
	opacity:0;
	-moz-animation: anim 2s linear forwards 1s;
	-webkit-animation: anim 2s linear forwards 1s;
	-o-animation: anim 2s linear forwards 1s;
	-ms-animation: anim 2s linear forwards 1s;
	animation: anim 2s linear forwards 1s;
}
@-moz-keyframes anim {
	0%  {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes anim {
	0%  {opacity:0;}
	100% {opacity:1;}
}
@-o-keyframes anim {
	0%  {opacity:0;}
	100% {opacity:1;}
}
@-ms-keyframes anim {
	0%  {opacity:0;}
	100% {opacity:1;}
}
@keyframes anim {
	0%  {opacity:0;}
	100% {opacity:1;}
}
.solution {
	margin-top: 30px;
	border: 1px solid #0461c9;
	padding: 20px 0px 15px 20px;
	width: 60%;
	color: #ffffff;
	margin-left: 27%;
	background-color: #0461c9;
	box-sizing: border-box;
}
/* FORMULAIRE DE SIMULATION - END*/

/* #22556 - logo changement -margin bottom img */
 .headerLogo.marginHome .logo img {
    margin-bottom : 19px !important;
}

.headerLogo .logo img {
    margin-bottom: 25px !important;
}

@media (max-width: 768px) { 
	.ce-textpic.ce-right.ce-intext.ce-nowrap .ce-gallery, .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-gallery {
		float: none !important;
		margin: 0 !important;
	}
	.ce-textpic.ce-right.ce-intext.ce-nowrap .ce-row, .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-row {
		display: flex;
		justify-content: center;
	}
	.ce-textpic .ce-column, .ce-textpic figure, .ce-textpic img {
		width: 100% !important;
	}
	
}

@media (max-width: 576px) { 
	.ce-textpic.ce-right.ce-intext .ce-gallery, .ce-textpic.ce-left.ce-intext .ce-gallery {
		float: none !important;
	}
	.ce-textpic.ce-right.ce-intext .ce-row, .ce-textpic.ce-left.ce-intext .ce-row {
		display: flex;
		justify-content: center;
	}
	.ce-textpic .ce-gallery {
		margin: 0 !important;
	}
}

