.cms-content,
.cms-category-content,
.cms-page-list,
.cms-category-list {
  margin-bottom: 15px;
}

.cms-content, h1.page-heading {
	max-width: 1640px;
	margin-left: auto;
	margin-right: auto;
}

.vertical-align [class^="col-"] {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.vertical-align [class^="col-"] h3, .vertical-align [class^="col-"] p {
	padding: 10px 15px;
}

.tablelined {
	margin: 60px auto;
}

.tablelined > [class^="col-"] {
	margin-bottom: 20px;
}

.tablelined > [class^="col-"] > div:first-child {
	border: 1px solid #333;
	padding: 0;
	background-color: #f5f5f5;
}

.tablelined > [class^="col-"] > div {
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	padding: 8px 25px;
}

.return {
	float: right;
}

.return a {
	color: #888;
}

#PictoFicheArticle div { width : 130px; margin-right: 18px; float:left; text-align:center; height:130px; border:solid 1px red;}
#PictoFicheArticle div img {margin-bottom : 15px;} 

#racewiz .topracewiz {
	border-left: 5px solid #FBDE00;
	margin-left: 60px;
	display: inline-block;
	padding-top: 75px;
	padding-left: 80px;
	margin-bottom: 100px;
}

#racewiz .tophead {
	font-size: 32px;
	font-weight: bold;
	color: #888888;
}

#racewiz .toptitle {
	font-size:45px;
	font-weight: bold;
	font-style: italic;
	line-height: 52px;
	max-width: 674px;
}

#racewiz .topracewiz p {
	font-size: 16px;
	font-weight: 400;
	max-width: 674px;
	line-height: 25px;
}

#racewiz .distancecycliste h4 {
	color: #919191;
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 35px;
}

#racewiz .distancecycliste h5 {
	text-transform: uppercase;
	color: #000;
	font-size: 16px;
	text-align: right;
	margin-right: 69px;
}

.produitsrecewiz {
	margin-bottom: 100px;
	margin-top: 100px;
}

.produitsrecewiz h2, .chosesasavoir h2 {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 60px;
	position: relative;
}

.produitsrecewiz h2 span, .chosesasavoir h2 span {
	background-color: white;
	padding-right: 10px;
	position: relative;
	z-index: 1;
}

.produitsrecewiz h2::after, .chosesasavoir h2::after {
	content: '';
	position: absolute;
	bottom: 0;
    left: 0;
    right: 0;
    height: 0.5em;
    border-top: 5px solid #E2E1E1;
    z-index: 0;
}

.produitsrecewiz p {
	padding : 15px 5px;
	font-size: 16px;
	line-height: 25px;
}

.produitsrecewiz p bold {
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
}

.produitsrecewiz .text-center img {
	margin: auto;
	max-height: 380px;
}

.produitsrecewiz .titreprod {
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
}

.produitsrecewiz p.prodesc {
	padding: 5px;
	font-size: 20px;
}

.redbutton {
	width: 260px;
	height: 38px;
	background-color: #E1251B;
	font-size: 17px;
	font-weight: bold;
	line-height: 37px;
	color: #fff;
	display: inline-block;
	border-radius: 5px;
	transition: all 0.3s ease;
	text-align: center;
}

.redbutton:hover {
	color: #eee;
	background-color: #B01F17;
}

.produitsrecewiz .listeur {
	font-size: 20px;
	font-weight: bold;
}

.produitsrecewiz i.icone {
	display: block;
	margin-bottom: 20px;
}

.produitsrecewiz i.icone img {
	width: 60px;
	height: 60px;
	display: inline-block;
	margin-right: 20px;
}

.chosesasavoir {
	font-size: 16px;
}

.chosesasavoir > div.col-lg-4.col-md-6.col-sm-12 {
	padding: 0;
}

.chosesasavoir > div > p.col-xs-9 {
	margin-bottom: 30px;
	min-height: 70px;
	width: calc(100% - 110px);
	text-align: justify;
}

.numblist {
	width: 80px;
	height: 80px;
	background: #DFDFDF;
	border-radius: 25px;
	text-align: center;
	font-size: 62px;
	font-weight: bold;
	color: #A59B9B;
	margin-right: 10px;
}

#racewiz .product_list.list .ajax_block_product {
	width: 260px;
	height: 320px;
	overflow: hidden;
}

#racewiz  .product_list.list .product-description-container {
	padding: 0;
	width: 100%;
	text-align: center;
}

#racewiz .product_list.list .product-description-container .product-desc {
	display:none;
}

#racewiz .product_list.list .product-image-container, #racewiz .product_list.list .product-description-container {
	float: none;
	margin: auto;
}

#racewiz .product_list.list .product-reference-container {
	width: 100%;
}

#racewiz .product_list.list .product-name {
	font-size: 14px;
}

#racewiz h2.page-heading {
	margin: 15px -15px;
}

@media (min-width:768px) {
	.vertical-align {
		display: flex;
		align-items: center;
	}
}

@media (min-width:1200px) {
	.chosesasavoir > div > p.col-xs-9 {
		min-height: 160px;
	}
}

@media (min-width:1400px) {
	.chosesasavoir > div > p.col-xs-9 {
		min-height: 130px;
	}
}


@media (max-width:1199.98px) {
	#racewiz .tophead, #racewiz .toptitle {
		font-size: 22px;
		line-height: 29px;
		margin-bottom: 40px;
	}
	
	#racewiz .distancecycliste h4 {
		font-size: 20px;
	}
		
	.produitsrecewiz {
		margin-bottom: 40px;
		margin-top: 20px;
	}
	
	.produitsrecewiz h2, .chosesasavoir h2 {
		margin-left: 10px;
		font-size: 25px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.chosesasavoir h2 {
		margin-bottom: 60px;
	}
	
	.produitsrecewiz h2 span, .chosesasavoir h2 span {
		color: #919191;
	}
	
	.produitsrecewiz i.icone {
		width: 50%;
		float: left;
		height: 70px;
		text-align: left;
		margin-top: 20px;
		font-size: 16px;
		padding-left: 12%;
	}
	
	.produitsrecewiz i.icone img {
		float: left;
		top: -19px;
		position: relative;
	}
		
	#racewiz .distancecycliste h5 {
		text-align: left;
		margin-right: 0;
		font-size: 12px;
	}
	
	#racewiz .distancecycliste img.pull-right {
		float: inherit !important;
	}
	
	.produitsrecewiz p bold {
		font-size: 16px
	}
	
	#racewiz iframe {
		width: 100%;
		min-height: 400px;
	}
	
	.chosesasavoir h2::after {
		bottom: -30px;
	}
	
	.produitsrecewiz .listeur {
		margin-top: 60px;
	}
}

@media (max-width:767.98px) {
	#racewiz .topracewiz {
		border-left: 0 solid transparent;
		margin-left: -10px;
		padding-top: 40px;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 60px;
	}
	
	#racewiz .topracewiz p {
		margin-bottom: 40px;
	}
	
	.distancecycliste div {
		margin-bottom: 50px;
	}
	
	.redbutton {
		margin-bottom: 60px;
	}
	
	.produitsrecewiz .listeur {
		margin-top: 20px;
		text-align: center;
	}
	
	.produitsrecewiz i.icone {
		height: 130px;
		text-align: center;
		padding-left: 0
	}
	
	.produitsrecewiz i.icone img {
		float: none;
		display: block;
		margin: 0 auto 20px;
	}
	
	.chosesasavoir {
		font-size: 15px;
	}

	.chosesasavoir h2 {
		margin-top: -20px;
		margin-left: 15px;
	}
		
	.numblist {
		font-size: 35px;
		height: 65px;
		width: 65px;
		line-height: 62px;
	}
}


@media (min-width:1200px) and (max-width:1489.98px) {
	.produitsrecewiz > div.col-lg-3{
		width: 33%;
	}
	
	.produitsrecewiz .col-lg-3.vdo {
		width: 100%;
		margin-bottom: 60px;
	}
	
	.produitsrecewiz .col-lg-3.vdo iframe {
		width: 100%;
		height: 665px;
	}
}






/****************** gabarit page CMS *************************/

.cms .rte  {font-size: 16px;}

.gabarit { padding: 0; margin: 0px;}

.topracewiz {
	border-left: 5px solid #FBDE00;
	margin-left: 60px;
	display: inline-block;
	padding-top: 75px;
	padding-left: 80px;
	margin-bottom: 100px;
}

.tophead {
	font-size: 32px;
	font-weight: bold;
	color: #888888;
}

.toptitle {
	font-size:45px;
	font-weight: bold;
	font-style: italic;
	line-height: 52px;
	max-width: 674px;
}


.picto{text-align: center; font-size: 16px;
}

.picto img {margin: 0 auto;  text-align: center;}

.rte .row, .rte .produit { margin-bottom: 40px; width:100%; }

.rte h4 {
  font-size: 19px;
  font-weight: 700;
  padding: 8px 15px 10px;
}

.produit div {

	max-height: 800px;
	margin-bottom: 40px;
}

.produit .titreprod {
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
}

.produit p.prodesc {
	padding: 5px;
}

.produit img {margin: 0 auto;  text-align: center;}

.produit h2{
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 60px;
	position: relative;
}

.produit h2 span {
	background-color: white;
	padding-right: 10px;
	position: relative;
	z-index: 1;
}

.produit h2::after {
	content: '';
	position: absolute;
	bottom: 0;
    left: 0;
    right: 0;
    height: 0.5em;
    border-top: 5px solid #E2E1E1;
    z-index: 0;
}

/* Page CMS Busch & Müller: Voir et être vu , ID 24 */

#cms.cms-24 .sepup {
	margin-top: 70px;
}

#cms.cms-24 .sepsmall {
	margin-top: 35px;
}

#cms.cms-24 .redbutton {
	width: 300px;
	border: 0 solid transparent;
	margin-top: 20px;
}

#cms.cms-24 .product-lux-thumbs {
	display: flex;
	column-gap: 20px;
	padding: 20px 0;
	font-size: 13px;
}

#cms.cms-24 .product-lux-thumb-item {
	cursor: pointer;
	border: 2px solid #f6f6f6;
	position: relative;
}

#cms.cms-24 .product-lux-thumb-item.selected {
	border: 2px solid orange;
}

#cms.cms-24 .product-lux-thumb-item.selected::before {
	content: '';
	width: 0;
	height: 0;
	border-top : 10px solid orange;
	border-right : 10px solid transparent;
	border-left : 10px solid transparent;
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -9px;
}


#cms.cms-24 .titlesma {
	font-size: 16px;
}

#cms.cms-24 .phrase {
	margin-top: 10px;
	text-align: left;
	font-weight: 100;
	font-size: 16px;
}

#cms.cms-24 #center_column {
	margin-bottom: 70px;
}

.cmsProductsFeed .product-desc {
	display: none;
}

.cmsProductsFeed .product-description-container {
	text-align: center;
}

.aftercasques img {
	max-width: 480px;
	padding: 20px;
}

body.cms-26 .cms-content .col-md-6 {
	max-width: 600px;
}
