/* page_accessoires.less */

@import "main.less";

.page_accessoires {

	.bg_black_2col {
		background: #fff;
		color     : #000;

		p {
			color: #000;

			@media @small {
				font-size: 16px;
			}
		}

		h2 {
			font-size: 42px;
			color    : @color_green;

			@media @small {
				font-size : 26px;
				margin-top: 10px;
			}
		}

		.top_title {

			&:before {

				border-top: 1px solid #000;

			}
		}

		ul {
			margin: 30px 0;

			li {

				a {
					text-decoration: none;
				}
			}
		}

		.text_right {
			padding: 0 0px 0 200px;

			.text_right_section {
				padding-right: 3rem;

				@media @small {
					padding: 0;
				}
			}
		}

		.text_left {
			padding: 0 200px 0 0px;
		}

		@media (max-width: 1399.98px) {

			.text_right {
				padding: 0 0px 0 100px;
			}

			.text_left {
				padding: 0 100px 0 0px;
			}

		}

		@media (max-width: 767.98px) {

			.text_right {
				padding: 0 0px 0 0px;
			}

			.text_left {
				padding: 0 0px 0 0px;
			}

		}

	}

}