@import url('https://fonts.googleapis.com/css?family=Oswald');

body {
	padding: 0;
	margin: 0;
	color: #000000;
	font-size: 12pt;
	background-color: #e8e6e6;
	font-family: sans-serif;
}

h1 {
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-size: 3em;
	padding: 0;
	margin: 0;
}

h2 {
	font-family: 'Oswald', sans-serif;
	color: #286ca1;
	font-size: 1.5em;
	padding: 10px 0;
}
h3 {
	font-family: 'Oswald', sans-serif;
	color: #d00e0e;
	font-size: 1.5em;
	padding: 5px 0;
}

h4 {
	font-family: 'Oswald', sans-serif;
	color: #3d3d3d;
	font-size: 1.5em;
	margin-bottom: 0;
}

h5 {
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-size: 1.6em;
	padding: 0;
	margin: 10px 0;
}

h6 {
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-size: 1.3em;
	padding: 0;
	margin: 10px 0;
}

p {
	font-family: sans-serif;
	color: #2e2e2e;
	font-size: 0.9em;
	padding: 5px 0;
}

table {
	font-family: sans-serif;
	color: #000;
	font-size: 0.9em;
	max-width: 1023px;
}

#listetexte {
	font-family: sans-serif;
	font-size: 0.9em;
}

#titre {
	width: 70%;
	height: auto;
	margin: auto;
	text-align: center;
}

#containerprincipal {
	clear: both;
	width: 100%;
	margin: auto;
	display: block;
	float: left;
	background-color: #fff;
}

#containersecondaire {
	width: 100%;
	max-width: 1023px;
	margin: 0 auto;
	padding: 20px 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#bandeblanche {
	width: 100%;
	display: block;
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	height: auto;
}

#logomarinoni {
	max-width: 300px;
	height: auto;
}

#logomarinoni img {
	width: 100%;
	height: auto;
}

#bandegrise {
	height: 80px;
	-moz-box-shadow: inset 0 -6px 6px -6px #a5a3a3;
	-webkit-box-shadow: inset 0 -6px 6px -6px #a5a3a3;
	box-shadow: inset 0 -6px 6px -6px #a5a3a3;
}

#bandegrisfonce {
	clear: both;
	width: 100%;
	display: block;
	background-color: #c4c4c4;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	height: auto;
	font-family: 'Oswald', sans-serif;
}

#liensgeneraux {
	display: flex;
	justify-content: right;
	gap: 4rem;
}

#menucontainer {
	width: 100%;
	max-width: 1023px;
	height: 80px;
	margin: 0 auto;
	padding: 0 2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#slidercontainer {
	max-width: 1023px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}

#banderouge {
	clear: both;
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 0;
	background-color: #d00e0e;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.78);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.78);
	box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.78);
	border: 1px solid #eeecec;
}

#fermeture {
	clear: both;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-size: 1.5em;
	width: 100%;
	height: auto;
	padding: 10px 0;
	text-align: center;
	background-color: #000000;
	border-top: 20px solid #e8e6e6;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.78);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.78);
	box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.78);
}

#fermeture .link {
	color: white;
	text-decoration: none;
}

#fermeture .link:hover {
	color: #d00e0e;
}

.right-arrow {
	border: solid;
	border-color: inherit;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-45deg);
	margin-bottom: 3px;
	margin-left: 5px;
}

#marques {
	clear: both;
	font-family: 'Oswald', sans-serif;
	color: #000;
	font-size: 2em;
	width: 100%;
	height: auto;
	padding: 10px 0;
	text-align: center;
	background-color: #ffffff;
	border-top: 20px solid #e8e6e6;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.78);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.78);
	box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.78);
}

#bandeorange {
	clear: both;
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 10px 0;
	background-color: #fe6228;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.78);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.78);
	box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.78);
	border: 1px solid #eeecec;
}

#bandebrune {
	clear: both;
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 10px 0;
	background-color: #4f2e05;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.78);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.78);
	box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.78);
	border: 1px solid #eeecec;
}

#bandeverte {
	clear: both;
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 10px 0;
	background-color: #94ce58;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.78);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.78);
	box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.78);
	border: 1px solid #eeecec;
}

#bandebleue {
	clear: both;
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 10px 0;
	background-color: #136bfb;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.78);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.78);
	box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.78);
	border: 1px solid #eeecec;
}

#bandegrisevelo {
	clear: both;
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 10px 0;
	background-color: #7f7f7f;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.78);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.78);
	box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.78);
	border: 1px solid #eeecec;
}

#bandejaune {
	clear: both;
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 10px 0;
	background-color: #f4d14d;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.78);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.78);
	box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.78);
	border: 1px solid #eeecec;
}

.banner-message-container {
	display: none;
	padding: 1.3rem;
	text-align: center;
	background-color: #121212;
}

.banner-message {
	margin: 0;
	padding: 0;
	font-size: 1.1rem;
	font-weight: 500;
	color: whitesmoke;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.contact {
	background-image: url(../images/icone-contact-mini.png);
	background-repeat: repeat;
}

.garantie {
	background-image: url(../images/icone-garantie-mini.png);
	background-repeat: repeat;
}

.detaillantsicone {
	background-image: url(../images/icone-velo-mini.png);
	background-repeat: repeat;
}

.veloicone {
	background-image: url(../images/icone_velocomplet_mini.png);
	background-repeat: repeat;
}

.marinoniicone {
	background-image: url(../images/icone-marinoni-mini.png);
	background-repeat: repeat;
}

#autour {
	clear: both;
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	display: block;
	background-color: #eeecec;
	border: 1px solid #eeecec;
}

#contenu {
	clear: both;
	max-width: 1023px;
	min-height: 500px;
	height: auto;
	margin: 8rem auto;
	display: block;
	padding: 0 5rem;
}

#contenu .frame-material-container {
	display: flex;
	justify-content: space-evenly;
}

#contenu .frame-material-container div {
	text-align: center;
}

#contenu .frame-material {
	font-weight: bold;
}

/* #copyright {
  clear: both;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0;
  height: auto;
  font-family: sans-serif;
} */

.detaillants {
	width: 70%;
	margin-top: 30px;
	margin-bottom: 40px;
}

.detaillants-region {
	height: 60px;
}

.detaillants td {
	border-bottom: 1px solid #c4c4c4;
	height: 50px;
}

.detaillants td a {
	font-family: sans-serif;
	font-size: 14px;
	color: black;
}

.detaillants td a img {
	height: 20px;
}

.detaillants td:nth-child(6) {
	white-space: nowrap;
}

.detaillants td:nth-child(8) {
	white-space: nowrap;
}

#pageveloimage {
	width: 100%;
	max-width: 800px;
	height: auto;
	margin: 0 auto;
	margin-top: 30px;
	position: relative;
}

#pageveloimage img {
	width: 100%;
	height: auto;
}

#pagevelotexte {
	width: 100%;
	margin-top: 5rem;
	padding: 0 2rem;
	padding-bottom: 5rem;
}

#pagevelotexte a {
	font-size: 1em;
	font-family: sans-serif;
	text-decoration: none;
	color: #d00e0e;
}

#pagevelotexte a:hover,
#pagevelotexte a:focus {
	color: #4c4c47;
}

#pagevelotexte .while-supplies-last {
	margin-left: 2rem;
	padding-bottom: 9px;
	font-size: 1.25rem;
}

.velos {
	width: 100%;
	margin: 0 auto;
	border: 0;
	padding: 0;
}

.velos thead {
	background-color: #e8e6e6;
}

.velos thead td {
	padding: 0.5rem 0;
	font-size: 1.6rem;
	color: #4c4747;
}

.velos .separator {
	height: 1.8rem;
}

.velos tbody tr:first-child {
	height: 0.5rem;
}

.velos tbody td {
	padding: 0.5rem 0.2rem;
	border-bottom: 1px solid #c4c4c4;
	font-size: 1.4rem;
}

.transmission {
	padding: 1rem 0 !important;
	vertical-align: top;
}

.transmission h6 {
	all: unset;
	font-size: 1.25rem;
	font-weight: 600;
	text-transform: uppercase;
}

.transmission ul {
	margin-top: 0.5rem;
	padding: 0;
	list-style-type: none;
	line-height: 2.5rem;
}

.discontinued {
	position: relative;
}

.discontinued:before {
	content: 'sell';
	font-family: 'Material Symbols Outlined';
	display: inline-block;
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translateY(-55%);
	color: red;
}

.paint-design-img-wrapper {
	width: 800px;
	padding: 5rem;
}

.paint-design-img-wrapper img {
	max-width: 100%;
	height: auto;
}

.dialog-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 2rem;
	background-color: #c4c4c4;
	margin-bottom: 1.5rem;
	color: #4c4747;
}

.dialog-title {
	font-size: 1.9rem;
	font-weight: bold;
}

.dialog-prices-table {
	width: 400px;
	margin: 2rem 2rem 1rem 2rem;
}

.dialog-prices-table .separator {
	height: 1.8rem;
}

.dialog-prices-table thead td {
	padding: 0.5rem 0;
	padding-left: 0.5rem;
	font-size: 1.2rem;
	font-weight: 500;
	border-bottom: 1px solid #c4c4c4;
	color: #4c4c47;
}

.dialog-prices-table tbody td {
	padding-top: 1rem;
}

.dialog-prices-table tbody td:first-child {
	padding-left: 0.5rem;
}

.dialog-prices-table tbody td:last-child {
	padding-right: 0.5rem;
	text-align: right;
}

.dialog-prices-footer {
	font-size: 1.1rem;
	padding: 1rem 2rem 2rem 2.5rem;
}

.dialog-prices-footer p {
	margin: 0;
	padding: 0;
}

.dialog-geometry-table {
	width: 500px;
	margin: 2rem 2rem;
}

.dialog-geometry-table td {
	text-align: center;
}

.dialog-geometry-table td:first-of-type {
	text-align: left;
}

.dialog-geometry-table thead {
	font-weight: bold;
	font-size: 1.3rem;
}

.dialog-geometry-table thead td {
	padding: 1rem;
	padding-bottom: 0.5rem;
}

.dialog-geometry-table thead td:first-of-type {
	padding-left: 0;
}

.dialog-geometry-table tbody {
	font-size: 1.1rem;
}

.dialog-geometry-table tbody tr {
	border-top: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
}

.dialog-geometry-table tbody td {
	padding: 1rem;
}

.dialog-geometry-table tbody td:first-of-type {
	padding-left: 0;
}

.dialog-geometry-footer {
	font-size: 1.1rem;
	padding: 1rem 2rem 2rem 2rem;
}

.dialog-geometry-footer p {
	margin: 0;
	padding: 0;
}

.dialog-bike-img-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.5rem;
	padding: 1rem 2rem;
	color: #4c4c47;
	background-color: #c4c4c4;
}

.dialog-bike-img-title {
	font-size: 1.9rem;
	font-weight: bold;
}

.dialog-bike-img-table-container {
	width: 400px;
	margin: 2rem 2rem;
}

.dialog-bike-img-table-container p {
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 1rem;
	padding: 0;
	padding-left: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 1.2rem;
	font-weight: bold;
	border-bottom: 1px solid #c4c4c4;
}

.dialog-bike-img-table tbody td {
	padding: 0.3rem 0.5rem;
}

.dialog-bike-img-table tbody td:first-of-type {
	padding-right: 3rem;
}

.window {
	max-height: 100vh;
	padding: 0 !important;
	overflow-y: auto;
}

.colors-page-section {
	margin-top: 8rem;
}

.colors-page-section:first-of-type {
	margin-top: 0;
}

.colors-page-section h3 {
	padding-bottom: 1rem;
	border-bottom: 1px solid #c4c4c4;
}

.colors-page-content-disclaimer {
	margin-top: 3rem;
	font-size: 1.3rem;
}

.colors-page-color-cards-container {
	margin-top: 4rem;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	row-gap: 3rem;
	justify-items: center;
}

.colors-page-color-card {
	width: 150px;
	height: 150px;
	border: 1px solid #ccc;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.7rem;
	font-weight: bold;
	color: white;
}

.colors-page-logos-container {
	margin-top: 2rem;
}

.colors-page-logos-container h4 {
	margin-top: 4rem;
	margin-bottom: 1.5rem;
	font-size: 1.5rem;
}

.colors-page-logos-container h4:first-of-type {
	margin-top: 3rem;
}

.colors-page-logos-container p {
	font-size: 1.3rem;
	margin: 0;
	margin-top: 0.5rem;
	padding: 0;
}

.colors-page-logo-wrapper {
	width: 40%;
}

.colors-page-logo-wrapper img {
	width: 100%;
}

.made-in-quebec {
	clear: both;
	width: 100%;
	padding: 5rem 0;
	font-family: Oswald, sans-serif;
	color: white;
	font-size: 3rem;
	text-align: center;
	letter-spacing: 2px;
	background-color: #4c4c47;
}

footer {
	clear: both;
	width: 100%;
	color: white;
	background-color: #121212;
}

footer > div {
	width: 100%;
	max-width: 1023px;
	margin: 0 auto;
	padding: 5rem 0;
}

footer .top-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

footer .menu-items {
	margin-top: 5rem;
	display: flex;
	gap: 5rem;
}

footer h4 {
	margin-bottom: 1.75rem;
	font-family: sans-serif;
	color: white;
	font-size: 1.45rem;
	font-weight: 600;
	text-transform: uppercase;
}

footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer li {
	margin-top: 1rem;
	padding: 0;
	font-size: 1.3rem;
}

footer li a {
	font-family: sans-serif;
	color: white;
}

footer .marinoni-logo-white-wrapper {
	width: 175px;
	height: auto;
}

footer .marinoni-logo-white-wrapper img {
	width: 100%;
	height: auto;
}

footer li a {
	color: #b7b7b7;
}

footer .follow-us-container {
	margin: 4rem 1rem 2rem 1rem;
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 1.5rem;
}

footer .follow-us-container a {
	width: 25px;
	height: 25px;
}

footer .follow-us-container img {
	width: 100%;
	height: auto;
}

footer .copyright {
	border-top: 1px solid #4c4c47;
}

footer .copyright p {
	margin: 0;
	margin-top: 1rem;
	color: white;
	font-size: 1.1rem;
}

.brands-content-container {
	width: 100%;
	max-width: 1023px;
	margin: 0 auto;
	padding: 7rem 0;
}

.brands-content-container h2 {
	color: #333;
}

.brands-content-container p {
	max-width: 900px;
	margin: 0 auto;
	line-height: 2.5rem;
}

.brands-content-container .distributed-brands-container {
	margin-top: 5rem;
	text-align: center;
}

.brands-content-container .distributed-brands-container table {
	width: 100%;
	margin-top: 5rem;
}

.custom-tooltip::before {
	display: none;
	content: attr(data-text);
	position: absolute;
	top: -120%;
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	margin-left: 3px;
	padding: 0.5rem 0.8rem;
	font-size: 1rem;
	font-family: sans-serif;
	text-align: center;
	color: white;
	background-color: #4c4c47;
	border-radius: 5px;
}

.custom-tooltip::after {
	display: none;
	content: '';
	position: absolute;
	top: -48%;
	left: 50%;
	transform: translateX(-50%);
	border: 6px solid #4c4c47;
	border-color: #4c4c47 transparent transparent transparent;
}

.custom-tooltip:hover::before,
.custom-tooltip:hover::after {
	display: block;
}

.info-icon {
	position: absolute;
	top: 3px;
	right: 3rem;
	color: #4c4c47;
}

.bike-starting-price-container {
	width: 100%;
	margin-top: 3rem;
	text-align: center;
}

.bike-starting-price-container a {
	position: relative;
}

.bike-starting-price-container span {
	font-size: 1.5rem;
	font-family: sans-serif;
}

.bike-new {
	margin: 0;
	margin-bottom: 1.7rem;
	padding: 0;
	color: #d00e0e;
	font-size: 1.6rem;
	font-weight: bold;
}

.bike-starting-price {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	font-size: 1.75rem;
	font-weight: bold;
	color: #4c4c47;
}

/* Deprecated */
.sale-wrapper {
	display: flex;
	justify-content: right;
	align-items: center;
	gap: 1rem;
}

/* Deprecated */
.sale {
	scale: 0.8;
	color: red;
}

/*Condition pour téléphone*/
@media screen and (min-width: 300px) and (max-width: 667px) {
	#bandegrise {
		height: 100px;
	}

	#logomarinoni img {
		margin-left: 10px;
		width: 250px;
		height: auto;
		display: block;
		float: left;
	}

	.detaillants {
		width: 95%;
	}

	.detaillants td {
		font-size: 0.8em;
	}

	h1 {
		font-size: 2em;
	}

	h3 {
		font-size: 1em;
	}

	h5 {
		font-size: 1.5em;
	}

	h6 {
		font-size: 2em;
	}

	.contact h1 img {
		width: 90px;
	}

	.garantie h1 img {
		width: 90px;
	}

	.detaillantsicone h1 img {
		width: 90px;
	}

	.veloicone h1 img {
		width: 90px;
	}
}

/*Condition pour iPad*/
@media screen and (min-width: 668px) and (max-width: 1024px) {
	#logomarinoni img {
		margin-left: 10px;
		width: 300px;
		height: auto;
		display: block;
		float: left;
	}

	.detaillants {
		width: 95%;
	}

	h1 {
		font-size: 2em;
	}

	.contact h1 img {
		width: 90px;
	}

	.garantie h1 img {
		width: 90px;
	}

	.detaillantsicone h1 img {
		width: 90px;
	}

	.veloicone h1 img {
		width: 90px;
	}

	.brands-content-container {
		padding: 5rem;
	}

	footer > div {
		padding: 5rem 5rem;
	}
}
