body {
	overflow-x: hidden;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #bababa;
	background-image: url(../img/fond.jpg);
}
.carousel {
	background-color: white;
	margin: 0 auto;
	border-radius: 5px;
}
.carousel-control.right {
	opacity: 1 !important;
	color: #cf171f;
}
.carousel-control.left {
	opacity: 1 !important;
	color: #cf171f;
}
.carousel-control.right {
	background-image: none;
	margin: 0 auto;
}
.carousel-control.left {
	background-image: none;
}

.carousel-inner > .item > img {
    margin: 0 auto;
}

.fond-blanc {
  font-family: Georgia, serif;
	background-color: white;
	padding: 2em 2em 1em;
	border-radius: 5px;
	margin-top: 1.5em;
}
.vous {
	border-radius: 5px;
	background-color: #b40000;
	text-align: center;
}

p {
	font-size: 16px;
	line-height: 1.75;
	text-indent: 3em;
	color: #4A4A4A;
	margin-bottom: 1em;
	}
	
p.large {
	font-size: 18px;
}

a, a:hover, a:focus, a:active, a.active {
	outline: none;
}

a {
	color: #B5B5B5;	
	text-decoration: underline;
}

a:hover, a:focus, a:active, a.active {
	color: #212121;

	text-decoration: none;
}

footer a {
	color: #D9D9D9;
}
h1, h2, h3, h4, h5, h6 {
	color: #CBCBCB;
	font-family: Arial, sans-serif;
	font-weight: 600;
	line-height: 1.75;
}


h3 {
	color: #CBCBCB;
font-size : 140%;
}
	
.img-centered {
	margin: 0 auto;
}
.img-fluid {
	max-width: 100%;
	height: auto;
	}

header {
	text-align: center;
	margin-top: 1em;
	margin-right: 1em;
	margin-left: 1em;
}
header h2 {
	color: #2D2D2D;
}
header .intro-text .intro-lead-in {
	font-family: Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 25px;
}
header .intro-text .intro-heading {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 25px;
}

@media (min-width: 768px) {
header .intro-text {
	/* [disabled]padding-top: 300px;
*//*padding-bottom: 200px;*/
}
header .intro-text .intro-lead-in {
	font-family: Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 25px;
}
header .intro-text .intro-heading {
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: 5px;
	font-weight: 600;
	font-size: 50px;
	line-height: 75px;
}
}
section {
  padding: 2em;
}
section h2.section-heading {
	font-size: 40px;
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 40px;
}
section h3.section-subheading {
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: none;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 75px;
}

@media (min-width: 768px) {
section {
	padding: 1em;
}
}

footer {
	padding: 25px 0;
	color: gray;
	background-color: #292929;
}
footer span.copyright {
	line-height: 40px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-transform: none;
}
footer ul.quicklinks {
	margin-bottom: 0;
	line-height: 40px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-transform: none;
}
.btn:focus, .btn:active, .btn.active, .btn:active:focus {
	outline: none;
}

::-moz-selection {
 text-shadow: none;
 background: #fed136;
}
::selection {
	text-shadow: none;
	background: #fed136;
}
img::selection {
	background: transparent;
}
img::-moz-selection {
 background: transparent;
}
body {
	webkit-tap-highlight-color: #fed136;
}
