.cbp-fwslider {
	position: relative;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 40px 0 60px;
}

.cbp-fwslider ul {
	margin: 0;
	padding: 0;
	//white-space: nowrap;
	list-style-type: none;
}

.cbp-fwslider ul li {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}

.cbp-fwslider ul li > a,
.cbp-fwslider ul li > div {
	display: block;
	text-align: center;
	outline: none;
}

.cbp-fwslider ul li > a img {
	border: none;
	display: block;
	margin: 0 auto;
	max-width: 75%;
}

.cbp-fwslider nav span {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 100px;
	background: #47a3da;
	color: #fff;
	font-size: 50px;
	text-align: center;
	margin-top: -50px;
	line-height: 100px;
	cursor: pointer;
	font-weight: normal;
}

.cbp-fwslider nav span:hover {
	background: #378fc3;
}

.cbp-fwslider nav span.cbp-fwnext {
	right: 0px;
}

.cbp-fwslider nav span.cbp-fwprev {
	left: 0px;
}

.cbp-fwdots {
	position: absolute;
	bottom: 0px;
	white-space: nowrap;
	text-align: center;
	width: 100%;
}

.cbp-fwdots span {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: #ddd;
	margin: 4px;
	border-radius: 50%;
	cursor: pointer;
}

.cbp-fwdots span:hover {
	background: #999;
}

.cbp-fwdots span.cbp-fwcurrent {
	background: #47a3da;
	box-shadow: 0 0 0 2px #47a3da;
	-webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
}

/** surcharge **/
.cbp-fwslider ul li > a img {
    border: medium none;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.cbp-fwslider {
    margin: 0;
    overflow: hidden;
    padding: 0 0 60px;
    position: relative;
}

.bloc_header_slide {
    border: 1px solid #fff;
    height: 230px;
    margin-bottom: 15px;
    margin-top: 20px;
    width: 80%;
    margin: auto;
}

h1.title-slide{
    font-size: 2.7em;
}
.btn-slide{
    background: #64e61e;
    border: 1px solid #64e61e;
    color: #fff;
    text-shadow: none;
    font-size: 0.9em;
}
.btn-slide:hover{
    background: #64e61e;
    color: #fff;
}

.sub-title-slide{
    font-size:1.2em;
    font-weight: 100;
}

.btn {
    border-radius: 0;
    font-family: "Itcavantgardestd-demi",Helvetica,Arial,sans-serif;
    height: 36px;
    line-height: 1;
    padding: 12px;
    text-transform: uppercase;
    box-shadow: none;
}
.cbp-fwslider nav span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    cursor: pointer;
    font-size: 50px;
    font-weight: normal;
    height: 35px;
    line-height: 100px;
    margin-top: -225px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
}
.cbp-fwslider nav span:hover {
	background: none;
}
.cbp-fwdots {
    position: absolute;
    text-align: center;
    top: 200px;
    white-space: nowrap;
    width: 100%;
}
.cbp-fwdots span.cbp-fwcurrent {
    background: #64e61e none repeat scroll 0 0;
    box-shadow: none;
    transition: box-shadow 0.2s ease-in-out 0s;
}
.cbp-fwdots span {
    background: #ddd none repeat scroll 0 0;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 4px;
    width: 10px;
}
.col-slideshow{
    padding: 0;
}
.col-slide{
    padding-left:25px;
}
.bloc_header_slide h1{
    margin-top: 0;
}
.col-content h1, .col-content p{
    text-align: left;
}
.bloc_ccm_title h1{
    color:#64e61e;
    margin-bottom:20px;
}
.bloc_ccm_title p{
    font-weight: 100;
    font-size: 13px;
}
.cbp-fwslider {
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {

.cbp-fwslider nav span {
    margin-top: -185px;
}
.bloc_header_slide {
    height: 250px;
    margin: auto;
    margin-top: 20px;
}
.cbp-fwdots {
    top: 245px;
}

}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .bloc_header_slide {
    border: 1px solid #fff;
    height: 300px;
}  

.cbp-fwdots {
    position: absolute;
    text-align: center;
    top: 280px;
    white-space: nowrap;
    width: 100%;
}

}
