/*#cmsSlide .titre-page {
 position: relative;
	width: 100%;
	height: 54px;
	background-color:#fff;
	margin-top:54px;
	border-bottom:3px solid #EFECEC;
	text-transform: none;
}*/
#cmsSlide .titre-page {
    top: 53px;
    width: calc(100% - 30px);
    background-color: #fff;
    padding: 17px 18px;
    position: fixed;
    z-index: 100;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}
#cmsSlide .titre-page h1 {
	font-size: 20px;
	line-height: 20px;
	display: inline-block;
}

.cmsContainer {
	position: relative;
	max-width: 800px;
	margin: 108px auto 0;
}
.cmsContent {
	width: 100%;
	background-color: #fff;
	border-right: 3px solid #EFECEC;
	border-left: 3px solid #EFECEC;
	/*border-bottom: 3px solid #EFECEC;*/
	padding: 15px 0 45px;
	margin-bottom: -15px;
	min-height: calc(100vh - 229px);
}

.cmsContent p {
	font-size: 20px;
	line-height: 1.4;
	padding: 30px 15px 0;
}
.cmsContent p:first-child {
	padding: 0 15px;
}
.cmsContent img {
	width: 100%;
	height: auto;
	padding: 0;
}


#admin-action-cms {
	background-color: #DFFAD3;
	border: 1px solid #72CB67;
	color: #374853;
	margin-bottom: 10px;
	padding: 4px;
}

#admin-action-cms input.exclusive { float:right }

/*#cms h1{
	text-transform:uppercase;
	font-size:32px;
	height:24px;
	line-height:24px;
	padding:21px 0 14px 21px;
	color:black;
} */
#cms .slider{height:593px;border:0;}
#cms .slider .content,
#cms .slider .content .handle{
	height:583px;
}
#cms .rte{
	padding:0 21px;
}
#cms .presentation h1{
	padding:21px 0 14px 0;
}
#cms .presentation{
	padding:0 21px;
	float:left;
}
#cms .colonne{
	padding:0 21Px 0 0;
	width:340px;
}
#cms .rte .colonne>:first-child{
	padding:0 0 7px 0;
}

#cms .colonne h2{
	padding:21Px 0 7px;
	font-size:14px;
}  
#cms .colonne p{
	text-align:justify;
}