html {
	position: relative;
  	height: 100%;
	font-size:100%;
}

body {
	position: relative;
	background: #fff;
  	font-family: "Open Sans",Tahoma, Arial, Helvetica, sans-serif;
	color: #2F3C4D;
	padding-top: 84px;
	font-weight: 400;
	height: 100%;
	font-size: 16px;
}

h1 {
	font-family: "Merriweather";
    font-size: 48px;
}

h2 {
	font-family: "Roboto";
	font-weight: 700;
	font-size: 30px;
}

h3 {

}

h4 {

}

h5 {

}

h6 {

}

p {

}

ul {
    list-style: disc;
    padding-left:25px;
}

ul li {

}

strong, .bold {
	font-weight: 700;
}

a {
	color:#94358A;

	-webkit-transition: 250ms ease;
	-moz-transition: 250ms ease;
	-o-transition: 250ms ease;
	transition: 250ms ease;
}

a:hover, a:focus {
	color:#94358A;
	text-decoration: underline
}

img {
	max-width: 100%;
}

.red {
	color:#c80000 !important;
}

.pink {
	color:#94358A;
}

.yellow {
	color:#fdb221 !important;
}

.white {
	color:#fff !important;
}

.tooltip-inner {
    white-space:pre-wrap;
}

/* désactivation du fond jaune sur chrome */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.form-error label {
	color:#c80000;
}

.form-error label a {
	color:#c80000;
	text-decoration: underline;
}

.form-error input, .form-error select, .form-error textarea {
	border:1px solid #c80000;
}

.form-group .error-empty {
	margin:0;
}

.form-group .error-label {
	font-size:0.8rem;
	color:#E2482D;
	margin:0;
	text-align:right;
	background:rgba(226,72,45,0.3);
	margin-top: 0.1em;
    padding: 0.2em 1em;
	border-radius:3px;
}

/* Base for label styling */
.custom-checkbox [type="checkbox"]:not(:checked),
.custom-checkbox [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.custom-checkbox [type="checkbox"]:not(:checked) + label,
.custom-checkbox [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
.custom-checkbox [type="checkbox"]:not(:checked) + label:before,
.custom-checkbox [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: -10px;
  width: 1.4em;
	height: 1.4em;
  border: 2px solid #fbbf32;
  background: transparent;
  border-radius: 2px;
  /*box-shadow: inset 0 1px 3px rgba(0,0,0,.1);*/
}
/* checked mark aspect */
.custom-checkbox [type="checkbox"]:not(:checked) + label:after,
.custom-checkbox [type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: -8px;
  left: 4px;
  font-size: 1.3em;
  line-height: 0.8;
  color: #fbbf32;
  transition: all .2s;
}
/* checked mark aspect changes */
.custom-checkbox [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.custom-checkbox [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
.custom-checkbox [type="checkbox"]:disabled:not(:checked) + label:before,
.custom-checkbox [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  /*border-color: #fbbf32;
  background-color: #ddd;*/
}

.form-group label {
	font-size: 18px;
	font-weight: 700;
}

input.form-control, select.form-control {
	height: 60px !important;
	line-height: 60px;
	border-radius: 10px;
	background: #fff;
}

textarea.form-control {
	border-radius: 10px;
}

form input[type=submit], form button {
	height:60px;
	width:100%;
	text-align: center;
}

form .btn.spinner {
	height:60px;
	width:100%;
	text-align: center;
	padding-top:16px;
}

.btn {
	font-family: "Roboto";
	font-weight: 400;
	line-height: 50px;
	font-size: 16px;

	padding:0 1.2rem;
	border-radius: 10px;
}

.btn-primary {
	border-color:#94358A;
	background:#94358A;
	color:#fff;
}


.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.btn:hover,
.btn:focus,
.btn.focus,
.btn:active,
.btn.active,
.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	background-color: #d0209a;
	border-color:#d0209a;
	color:#fff;
	box-shadow: none;
}

.btn-secondary {
	background: #fdb221;
	border-color:#fdb221;
	color:#fff;
}

.btn-secondary:hover, .btn-secondary:focus {
	background: #f2bd55;
	border-color:#f2bd55;

	color:#fff;
}

.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.owl-carousel .owl-item img {
    width: inherit;
}

#login-form {
	padding: 0 20%;
}

#header {
	height: 84px;
	background: #2F3C4D;
	padding:0;

	-webkit-transition: 150ms ease;
	-moz-transition: 150ms ease;
	-o-transition: 150ms ease;
	transition: 150ms ease;
}

#header .flags {
	position:absolute;
	right:12px;
	top:5px;
}

#header .flags a img {
	border-radius: 3px;

	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);

	filter: grayscale(100%);
}

#header .flags a.active img, #header .flags a:hover img {
	-webkit-filter: none;
	-moz-filter: none;
	-o-filter: none;
	-ms-filter: none;

	filter: none;
}

#header .navbar-nav .nav-link {
	padding:0 1rem;
	line-height: 84px;
	font-family: "Roboto";
	font-weight: 300;
	font-size: 16px;
	color:#fff;
	text-transform: uppercase;
}

#header .navbar-nav .nav-link:hover, #header .navbar-nav .nav-link.active {
	background:#94358A;
}

#header .dropdown-menu a:hover {
	color:#94358A;
	background: transparent;
}

.footer {
	background:#1D2A38;
	padding:4rem 0 0;
}

.footer ul {
	padding:0;
	list-style: none;
}

.footer .nav-link {
	color:#fff;
	padding:.2rem 0;
	font-family: "Roboto";
	font-size: 16px;
}

.footer p {
	font-family: "Roboto";
	font-size: 16px;
	color:#fff;
}

.footer .social {
	margin-bottom: 8rem;
}

.footer .social a {
	opacity: .5;
	margin-left:1rem;
}

.footer .social a:first-child {
	margin-left: 0;
}

.footer .social a:hover {
	opacity: 1;
}

.footer .btn {
	display: block;
}

.owl-item {
	width:150px !important;
}

.cc-banner.cc-bottom {
	padding-right:7rem !important;
}

@media (max-width: 1199px) and (min-width:768px) {
	#header .container {
		width: inherit;
		max-width: inherit;
	    padding-right: 15px;
	    padding-left: 15px;
	    margin-right: auto;
	    margin-left: auto;
	}
}

@media (max-width: 1137px) {
	#header .navbar-nav .nav-link {
		font-size: 15px;
	}
}

@media (max-width: 1095px) {
	#header .navbar-nav .nav-link {
		font-size: 14px;
		padding:0 .7rem;
	}
}

@media (max-width: 1027px) {
	#header .navbar-nav .nav-link {
		padding:0 .5rem;
	}
}

@media (max-width: 767px) {
	body {
		padding-top:66px;
	}

	#header {
		height: auto;
		padding:0;
	}

	#header .navbar-brand {
		padding-left:.5rem;
	}

	#header .navbar-brand img {

	}

	#header .nav-item {
		width: 100%;
		text-align: center;
	}

	#header .navbar-nav .nav-link {
		font-size: 14px;
		line-height: 60px;
	}

	#header .navbar-nav .nav-link br {
		display: none;
	}

	.navbar-dark .navbar-toggler {
		margin-right:.5rem;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}
