/* ============================================================================ */
/* ================================ CUSTOM CSS ================================ */
/* ============================================================================ */

@font-face {
    font-family: 'curve';
    src: url('../fonts/curve/learningcurve_ot-webfont.eot');
    src: url('../fonts/curve/learningcurve_ot-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/curve/learningcurve_ot-webfont.woff2') format('woff2'),
         url('../fonts/curve/learningcurve_ot-webfont.woff') format('woff'),
         url('../fonts/curve/learningcurve_ot-webfont.ttf') format('truetype'),
         url('../fonts/curve/learningcurve_ot-webfont.svg#learning_curve_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
	font-family: "open sans";
	font-size: 16px;
}

header {
	padding-top: 80px;
}

section {
	min-height: 100%;
	padding: 80px 0px;
	display: flex; /* Pour centrer verticalement ls container à l'intérieur */
}

section > .container {
	margin: auto; /* Pour centrer verticalement */
}

.bg-secondary strong {
	color: #960018;
}

.bg-secondary h2 {
	color: #960018;
}

.bg-secondary a:not(.btn), .bg-secondary a:not(.btn):hover, .bg-secondary a:not(.btn):active {
	color: #960018;
}

.bg-primary a:not(.btn), .bg-primary a:not(.btn):hover, .bg-primary a:not(.btn):active {
	color: white;
}

.inter-section {
	height: 40%;
}

#services, #methode {
	padding: 60px 0px;
}

#services .btn-primary {
	position: relative;
	top: 40px;
}

section .text-center p, section .text-center ul {
	text-align: justify;
}

#services .text-center p {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-center label {
	text-align: left;
}

.fa {
	color: #960018;
}

.btn-primary {
	background-color: #6D071A !important;
}
.btn-primary:hover, .btn-primary:active {
	background-color: #960018 !important;
}

.btn-secondary {
	background-color: #CECECE !important;
	color: black;
}
.btn-secondary:hover, .btn-secondary:active {
	background-color: white !important;
}

.bg-primary {
	background-color: #960018;
}
.bg-secondary {
	background-color: #CECECE;
}

.bg-primary h2, .bg-primary h3, .bg-primary .fa {
	color: #CECECE;
}
.bg-primary hr {
	border-color: #CECECE;
}
.bg-primary p {
}

#mainNav li.active a {
	color: #960018 !important;
}

@media only screen and (min-width: 992px)
{
	#mainNav.affix-top .navbar-brand, #mainNav.affix-top li a {
		color: white;
	}
}

#mainNav .navbar-brand,
#mainNav li.active a,
#mainNav li a:hover,
#mainNav li a:focus,
#mainNav li a:active {
	color: #960018 !important;
}

hr {
	border-color: #960018;
}

.header-content-inner {
	position: relative;
	bottom: 100px;
}

.header-content h1 {
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.8);
	color: #EFEFEF;
	font-size: 50px !important;
	padding: 7px 0px;
}

#contact-form .row {
	text-align: left;
	margin-bottom: 10px;
}

#contact-form input:not([type='submit']), #contact-form textarea {
	width: 100%;
	color: black;
	border: none;
}

.required {
	color: red;
}

@media (min-width: 1200px)
{
	#methode .container {
	    width: 1340px;
	}
}

@media screen and (max-width: 576px)
{
	.padding-mobile {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.link-underline {
	text-decoration: underline;
}