

/* CHALLENGE COLOR */
legend {
    display: block;
    font-size: 13px;
    font-weight: 400;
}
.checkbox-line {
    display: inline-block;
    padding-top: 2px;
}
label {
    max-width: 100%;
	margin-bottom: 5px;
	display: block;
    font-size: 13px;
    font-weight: 400;
}



.challenge legend{
	color: #008dd4;
	padding: 0 10px 0 0;
}
.challenge fieldset {
	margin-bottom: 30px;
}

.challenge .btn {
	background-color: #96c139;
	border-color: #96c139;
}
.challenge a, .defi a:visited {
	color:#e31c14;
}

.challenge h2 {
	color: #96c139;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.challenge h3 {
	font-size: 17px;
}

.challenge strong {
	color: inherit !important;
}
.challenge hr {
	margin: 10px 0px 30px 0px;
}
.challenge p {
	text-align: justify;
}
.challenge h4 {
	margin-top: 20px;
	color: #008dd4;
	font-size: inherit;
	line-height: inherit;
	font-weight: bold;
}
.challenge h4 strong {
	color: inherit;
}
.challenge .option-title {
	color:#96c139;
	text-transform: uppercase;
	font-weight: 700;
}

.green{
	color: #96c139;
}

.options-box {
	display: none;
}

.covoitureurs-infos{
	margin-top: 20px;
	display: block;
	color:#008dd4;
	margin-bottom: 5px
}

.retrait {
	margin-left: 15px;
}

.lang-select {
	position: absolute;
	top: 100px;
	right: 27px;
	z-index: 10;
}

.lang-select a {
	display: inline-block;
	margin-right: 5px;
	background-color: #000;
	color: #fff !important;
	height: 25px;
	width: 31px;
	text-align: center;
	line-height: 25px;
	text-decoration: none;
}


.lang-select a:hover,
.lang-select a.active {
	background-color: #96c139;
	text-decoration: none;
	color: #fff !important;
}

.well {
	box-shadow: none;
	border:none;
	position: relative;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.well .form-control {
	background-color: #fff;
}

.well.with-arrow::after {
	border-bottom: 8px solid #f5f5f5;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	content: "";
	display: inline-block;
	left: 0px;
	position: absolute;
	top: -7px;
}



/* MOIS COLOR */
.mois-mobilite {
	font: 14px/23px;
}
.mois-mobilite legend{
	color: #fabf00;
	padding: 0 10px 0 0;
	width: auto;
}
.mois-mobilite fieldset {
	margin-bottom: 30px;
}

.mois-mobilite .btn {
	background-color: #fabf00;
	border-color: #fabf00;
}
.mois-mobilite a, .mois-mobilite a:visited {
	color:#fabf00;
}

.mois-mobilite h2 {
	color: #53b4d7;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.mois-mobilite h3 {
	font-size: 17px;
}

.mois-mobilite strong {
	color: inherit !important;
}
.mois-mobilite hr {
	margin: 10px 0px 30px 0px;
}
.mois-mobilite p {
	text-align: justify;
	color: #666;
}
.mois-mobilite h4 {
	margin-top: 20px;
	color: #008dd4;
	font-size: inherit;
	line-height: inherit;
	font-weight: bold;
}
.mois-mobilite h4 strong {
	color: inherit;
}
.mois-mobilite .option-title {
	color:#96c139;
	text-transform: uppercase;
	font-weight: 700;
}


.section-option {
	display: none;
}


section .title {
	background-image: none;
	font-size: 18px;
	margin: 0;
}


.tiny-margin .col-md-6, .tiny-margin .col-md-12 {
	margin-bottom: 10px;
}

#covoit, .covoit {
	display: none;
	background-color: rgba(#0f86bc, 0.3);
}

#covoit, .covoit:first-child {
	display: block;
}


.closeCovoit {
	position: absolute;
	top:-9px;
	right: -9px;
	width: 20px;
	height: 20px;
	background-color: #0f86bc;
	color:#fff;
	text-align: center;
	line-height: 25px;
	cursor: pointer;
	
}
.input_required {
	color: #ff4242;
	font-weight: bold;
	padding-left: 2px;
	position: absolute;
	right: 16px;
	top: -10px;
	background: transparent;
	width: 5px;
	height: 17px;
	padding: 1px;
}


.quiz .section_big_title h2, .quiz a, .quiz h2, .quiz h3 {
	color:#00acb3 !important;
}

.quiz .btn {
	color:#fff !important;
}


@media(max-width:768px) {
	
	.bandeau-defi {
		position: relative;
		top: 60px;
		z-index: 100;
	}
	.open-mobile-menu {
		font-size: 30px;
		display: block;
		text-align: right;
	}
	.menu-main-navigation-container, .menu-main_navigation-container {
		background-color: #000;
		padding: 5px 20px;
		display: none;
	}
	.menu:hover .menu-main-navigation-container, .menu:hover  .menu-main_navigation-container {
		display: block;
	}
	.menu {
		bottom: auto;
		font-size: 14px;
		margin-right: 0;
		position: absolute;
		right: 15px;
		top: 15px;
		z-index: 999;
	}
	.navbar-nav > li > a {
		line-height: 20px;
		padding-bottom: 1px;
		padding-top: 0px;
		font-size: 12px;
		font-weight: 400;
	}
	.sub-menu::after {
		display: none;
	}
	.sub-menu {
		display: block;
		position: relative;
		box-shadow: none;
		background-color: transparent;
		padding: 0 0 14px;
	}
	.sub-menu li a {
		padding: 0 15px;
		color: #606060;
		font-size: 12px;
	}
	.header-toggler {
		display: none;
	}
	header {
		background-color: #0f86bc;
		min-height: 60px;
		position: absolute;
		width: 100%;
		z-index: 10;
	}
	.logo {
		left: 10px;
		top: 0px;
	}
	.logo a img {
		height: 60px;
	}
	.img-mobile-full {
		width: 100%;
		height: auto;
	}
	.alignright,
	.alignleft {
		width: 100%;
		height: auto;
	}
	.navbar-nav > li > a:hover,
	.navbar-nav > li > a:focus,
	.navbar-nav > li > a:active {
		background-color: transparent;
		color: #0f86bc;
	}
	.navbar-nav > li.active > a {
		color: #0f86bc;
	}
}


/* DEFI COLOR */


.defi legend{
	color: #e31c14;
	padding: 0 10px 0 0;
}
.defi fieldset {
	margin-bottom: 30px;
}

.defi .btn {
	background-color: #93941f;
	border-color: #93941f;
}
.defi a, .defi a:visited {
	color:#e31c14;
}

.defi h2 {
	color: #93941f;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.defi h3 {
	font-size: 17px;
}
.defi hr {
	margin: 10px 0px 30px 0px;
}
.defi p {
	text-align: justify;
}
.defi h4 {
	margin-top: 40px;
	color: #e31c14;
	font-size: 18px;
	font-weight: bold;
}

sup {
	text-transform: none;
}
.checkbox.option, .radio.option {
	padding-left: 30px;
}

.option-title {
	color:#e31c14;
	text-transform: uppercase;
	font-weight: 700;
}
.option-sub-title {
	color:#333;
	font-weight: 600 !important;
	font-size: 13px;
}


.required {
	color: #ff4242;
	font-weight: bold;
	padding-left: 2px;
}

.alert {
	border-radius: 2px;
}



.wpcf7-submit {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}


.map-filter {
    background-color: #FBFBFB;
    padding: 20px;
    border: 1px solid #e3e3e3;
}
.map-filter .checkbox label {
	font-size: 14px;
}

#mapCovoit {
	width: 100%;
	height: 700px;
	background-color: #e3e3e3;
}


.infoWindow {
	max-width: 400px;
	width: 100%;
	font-size: 15px;
}

.infoWindow .content {
	padding: 21px;
}

.infoWindow .content .row {
	margin-top: 15px;
}

.infoWindow .content h3 {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
}

.color-covoitureur {
	color:#F45C46;
}
.color-recherche {
	color:#0f86bc;
}
.color-relais {
	color:#000;
}

.with-line {
	border-right: 1px solid #F0F0F0;
}

.checkbox-line {
	display: inline-block;
	padding-top: 2px;
}

.checkbox-line label {
	cursor: pointer;
}

.infoWindow .btn {
	background-color: #000;
	border-radius: 3px;
	padding: 6px 12px;
	color:#fff;
	border-color: #000;
}

.infoWindow .other-text {
	margin: 5px 0 15px 0;
}

.map-filter input[type="checkbox"] {
    display:none;
}

.map-filter input[type="checkbox"] + label {
	margin-right: 20px;
}

.map-filter input[type="checkbox"] + label span {
	display:inline-block;
	position: relative;
	top:4px;
	width:20px;
	height:20px;
	background-color: #ccc;
	cursor:pointer;
	border-radius: 50%;
	border: 3px solid #fff;
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}

.map-filter input[type="checkbox"]:checked + label span.recherche {
	background-color: #0f86bc;
}


.map-filter input[type="checkbox"]:checked + label span.covoitureur {
	background-color: #F45C46;
}

.map-filter input[type="checkbox"]:checked + label span.relais {
	background-color: #000;
}