@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
body {
	background-color: #f5f5f5;
	font-family: 'Open Sans', sans-serif;
	color: #706F6F;
	font-weight: 400
}
h2 {
	font-weight: 700;
	font-size: 24px;
	color: #28B8CE
}
.btn, h3 {
	font-weight: 400
}
h3 {
	font-size: 20px;
	color: #445E8D
}
.reponseItem, .reponseItemG {
	font-size: 16px;
	color: #333;
	font-weight: 400
}
.main-container {
	margin-top: 60px;
	padding: 10px 30px 30px;
	background-color: #fff;
	border: 1px solid #f5f5f5;
	-webkit-box-shadow: 0 10px 20px rgba(109,109,109,.16)!important;
	box-shadow: 0 10px 20px rgba(109,109,109,.16)!important
}

@media only screen and (max-width:340px) {
body {
	background-color: #fff
}
.main-container {
	border: none;
	padding: 0;
	margin: 0;
	-webkit-box-shadow: 0 0 0 rgba(255,255,255,0)!important;
	box-shadow: 0 0 0 rgba(255,255,255,0)!important
}
}
.reponseConteneur {
	margin-top: 10px
}
.logo, .proposition {
	margin-top: 20px
}
.reponseItem {
	padding: 5px 10px
}
.reponseItemG {
	margin-left: -20px;
	padding-top: 3px;
	text-align: left
}
.avancement, .compteurNo, .draggable, .langues, .titre-zone {
	text-align: center
}
.progressConteneur {
	padding-top: 20px
}
.progress {
	border-radius: 5px;
	height: 10px
}
.progress-bar {
	background-color: #28B8CE
}
.avancement {
	font-size: 12px
}
.spacer {
	height: 15px
}
.no-margin {
	margin: 0!important
}
.no-padding {
	padding: 0!important
}
.fond-gris-clair {
	background-color: #f5f5f5
}
.fond-blanc {
	background-color: #fff
}
.fond-bleu-moyen {
	background-color: #28B8CE
}
.fond-jaune {
	background-color: #ffc91a
}
.fond-vert {
	background-color: #3d8d3b
}
.btn-primary, .fond-bleu-fonce {
	background-color: #445E8D
}
.couleur-bleu-fonce {
	color: #445E8D
}
.couleur-bleu-moyen {
	color: #28B8CE
}
.couleur-gris-fonce {
	color: #706F6F
}
.btn-default, .btn-default:hover, .btn-primary, .btn-primary:hover, .btn-warning, .btn-warning:hover {
	color: #fff
}
.btn {
	border: 1px solid transparent;
	line-height: 1.5;
	border-radius: 50px;
	text-transform: uppercase
}
.btn-shadow {
	-webkit-box-shadow: 0 10px 20px rgba(109,109,109,.16)!important;
	box-shadow: 0 10px 20px rgba(109,109,109,.16)!important
}
.btn-gradient, section.browser .nav-tabs span.number {
	background-color: #445E8D;
	background-image: -webkit-gradient(linear, left top, right top, from(#445E8D), to(#88CDD3));
	background-image: linear-gradient(to right, #445E8D, #88CDD3);
	border: none!important;
	color: #fff;
	overflow: hidden;
	position: relative;
	z-index: 1;
	-webkit-transition: all .3s!important;
	transition: all .3s!important
}
.btn.btn-gradient:hover {
	opacity: .85
}
.btn.focus, .btn:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 3px rgba(89,137,229,.25);
	box-shadow: 0 0 0 3px rgba(89,137,229,.25)
}
.btn.active, .btn:active {
	background-image: none
}
.btn-primary {
	border: none
}
.btn-primary.disabled, .btn-primary:disabled, .btn-primary:hover {
	background-color: #8f9ebb;
	border: none
}
.btn-primary.focus, .btn-primary:focus {
	-webkit-box-shadow: 0 0 0 3px rgba(89,137,229,.5);
	box-shadow: 0 0 0 3px rgba(89,137,229,.5)
}
.btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
	background-color: #445E8D;
	border: none
}
.btn-default {
	background-color: #707070;
	border: none
}
.btn-default.disabled, .btn-default:disabled, .btn-default:hover {
	background-color: #a9a9a9;
	border: none
}
.btn-default.active, .btn-default:active, .show>.btn-default.dropdown-toggle {
	background-color: #707070;
	border: none
}
.btn-warning {
	background-color: #fec919;
	border: none
}
.btn-warning.disabled, .btn-warning:disabled, .btn-warning:hover {
	background-color: #ffe076;
	border: none
}
.btn-warning.active, .btn-warning:active, .show>.btn-warning.dropdown-toggle {
	background-color: #fec919;
	border: none
}
.btn-PM {
	color: #FFF;
	background-color: #70706f;
	border-color: #70706f;
	border-radius: 20px
}
.btn-PM.active, .btn-PM:active, .btn-PM:focus, .btn-PM:hover, .open .dropdown-toggle.btn-PM {
	color: #445E8D;
	background-color: #28b8ce;
	border-color: #28b8ce
}
.btn-PM.active, .btn-PM:active, .open .dropdown-toggle.btn-PM {
	background-image: none;
	color: #FFF
}
.btn-PM.disabled, .btn-PM.disabled.active, .btn-PM.disabled:active, .btn-PM.disabled:focus, .btn-PM.disabled:hover, .btn-PM[disabled], .btn-PM[disabled].active, .btn-PM[disabled]:active, .btn-PM[disabled]:focus, .btn-PM[disabled]:hover, fieldset[disabled] .btn-PM, fieldset[disabled] .btn-PM.active, fieldset[disabled] .btn-PM:active, fieldset[disabled] .btn-PM:focus, fieldset[disabled] .btn-PM:hover {
	background-color: #88CDD3;
	border-color: #88CDD3;
	color: #FFF
}
.btn-PM .badge {
	color: #FFF;
	background-color: #28b8ce
}
.dropper, .proposition {
	background-color: #f5f5f5
}
.titre-zone {
	color: #445e8d;
	font-size: 20px
}
.proposition {
	border-radius: 15px;
	padding: 15px;
	margin-bottom: 0px;
	margin-top: 10px;
	min-height: 120px
}
.dropper, .no-dropper {
	margin-top: 0px;
	border-radius: 15px;
	min-height: 450px;
	padding: 15px 15px 50px;
	margin-bottom: 20px;
	
}
.dropper {
	transition: all .5s linear
}
.no-dropper {
	background-color: #ffc91a
}
.drop_hover {
	box-shadow: 0 0 30px rgba(68,94,141,.8) inset
}
.draggable {
	display: inline-block;
	position: relative;
	width: 100%;
	border-radius: 5px;
	color: #fff;
	background-color: #445e8d;
	font-size: 1em;
	cursor: move;
	transition: all 350ms linear;
	user-select: none;
	padding: 7px
}
.dragged {
	background-color: #28b8ce;
	cursor: auto;
	margin-bottom: 5px;
}
.navbar-prognosko {
	height: 105px;
	padding-left: 33px;
	padding-top: 5px;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.1);
	box-shadow: 0 2px 3px rgba(0,0,0,.1);
	background: #fff;
	-webkit-transition: all .5s;
	transition: all .5s
}
.titre-page {
	margin-bottom: 0;
	margin-top: 30px;
	font-size: 30px;
	color: #28b8ce;
	font-weight: 700
}
.compteur-rond {
	position: relative;
	top: -35px;
	border-radius: 50%;
	height: 22px;
	width: 22px;
	margin-left: 90%;
	margin-bottom: -20px;
	padding-top: 2px
}
.compteurNo {
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0
}
/*
MODAL
-------
*/
.modal {
	text-align: center;
	padding: 0!important;
}
.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}
.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.modal-content {
	border-radius: 0;
}
.modal-header {
	background-color: #f5f5f5;
	border: none;
}
.modal-title {
	color: #445E8D;
	font-weight: 700;
}
.modal-footer {
	background-color: #fff;
	border: none;
	padding: 0 15px 15px 15px;
}
.required-field{
	border-color: #ffc91a;
}
