@import url('https://fonts.googleapis.com/css?family=Comfortaa');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, textarea, header, button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: 500;
    font-style: inherit;
    font-size: 100%;
    font-family: 'Comfortaa', sans-serif;
    vertical-align: baseline;
} 
button {
	background: transparent; /* Fix for Chrome and Firefox OS - transparent*/
}
:focus {
    outline: 0;
} 
ol, ul {
    list-style: none;
} 
table {
    border-collapse: separate;
    border-spacing: 0;
} 
caption, th, td {
    text-align: left;
    font-weight: normal;
} 
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
} 
blockquote, q {
    quotes: "" "";
} 

html, body {
	overflow: hidden;
}

body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-size: 18px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
	        text-size-adjust: none;
	height: 100%;
	font-weight: 300;
	line-height: 1;
	color: rgb(0, 0, 0);
	background-color: rgb(255, 255, 255);
}

.centerMiddle {
		text-align:center;
		vertical-align: middle
}		

/* Tabbar */
nav {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 49px;
	text-align: center;
	background-color: rgba(248, 248, 248, 0.9);
	background-image: linear-gradient(180deg, rgb(200, 199, 204), rgb(200, 199, 204) 50%, transparent 50%);
	background-size: 100% 1px;
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 100;
}

nav button {
	display: inline-block;
	width: 70px;
	text-align: center;
	font-size: 10px;
	line-height: 1em;
	padding: 6px 0 0 0;
	margin: 0;
	color: rgb(111, 111, 116);
}

nav button.active {
	color:#9f0101;
}
nav button .btn-icon {
	display: inline-block;
	background-color: rgb(111, 111, 116);
	height: 24px;
	width: 24px;
	margin-bottom: 2px;
}
nav button.active .btn-icon {
	background-color:#9f0101;
}

nav2 {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 49px;
	text-align: center;
	background-color: rgba(248, 248, 248, 0.9);
	background-image: linear-gradient(180deg, rgb(200, 199, 204), rgb(200, 199, 204) 50%, transparent 50%);
	background-size: 100% 1px;
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 100;
}

nav2 button {
	display: inline-block;
	width: 64px;
	text-align: center;
	font-size: 10px;
	line-height: 1em;
	padding: 6px 0 0 0;
	margin: 0;
	color: rgb(111, 111, 116);
}

nav2 button.active {
	color:#9f0101;
}
nav2 button .btn-icon {
	display: inline-block;
	background-color: rgb(111, 111, 116);
	height: 24px;
	width: 24px;
	margin-bottom: 2px;
}
nav2 button.active .btn-icon {
	background-color:#9f0101;
}

/* Views */
section {
	position: fixed;
	width: 100%;
	height: 100%;
}
.hidden {
	display: none;
}
.slin, .srin, .slout, .srout, .popin, .popout, .noanim {
	pointer-events: none;
}

.spinner {
	background: url(../img/spinner.svg) center no-repeat;
    	-webkit-animation: rotate 1.5s infinite steps(12);
    	   -moz-animation: rotate 1.5s infinite steps(12);
    	    -ms-animation: rotate 1.5s infinite steps(12);
    	     -o-animation: rotate 1.5s infinite steps(12);
    	        animation: rotate 1.5s infinite steps(12);
}

header {
	position: absolute;
	top:0;
	height: 44px;
	line-height: 44px;
	width: 100%;
	padding-top: 0;
	background-color: rgba(248, 248, 248, 0.9);
	background-image: linear-gradient(0deg, rgb(200, 199, 204), rgb(200, 199, 204) 50%, transparent 50%);
	background-size: 100% 1px;
	background-repeat: no-repeat;
	background-position: bottom;
	z-index: 10;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	-webkit-touch-callout: none;
}
header button {
	position: absolute;
	top: 0;
	display: inline-block;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	font-size: 17px;
	color:#006400;
	padding: 0;
	font-weight: 300;
	height: 44px;
	line-height: 44px;
	text-overflow: ellipsis !important; /* why so !important ? */
	max-width: 140px;
}
header button:active {
	opacity: 0.3;
}
header button.bold {
	font-weight: 500;
}
header button.green {
	color:rgb(41, 197, 25);
}
header button.disabled {
	color:rgb(200, 199, 204);
}
header button.arrow {
	background-size: 24px 44px;
	background-repeat: no-repeat;
}

header button.left {
	left:0;
	padding-left: 9px;
}
button.fleche.gauche {			/* enlevé "header " au début */
	padding-left: 10px;
	background-image: url(../img/minusIcon.svg);
	background-position: center;		/*left bottom*/
	background-size: contain;			/*ajouté*/
	background-repeat: no-repeat;			/*ajouté*/
}

header button.right {
	right:0;
	text-align: right;
	padding-right: 9px;
}
button.fleche.droite {			/* enlevé "header " au début */
	color:#006400;
	background-image: url(../img/plusIcon.svg);
	background-position: center;		/*right bottom*/
	background-size: contain;			/*ajouté*/
	background-repeat: no-repeat;			/*ajouté*/
}

button.avion {
	color: #006400;
	background:url(../img/send.svg);
	background-size:22px;
	background-repeat:no-repeat;
	background-position: right;
	margin-right: 7px;
}

#btnSubmit{
	margin-left: 60px;
	margin-top: 10px;
	padding: 10px;
	width: 140px;
	display: inline;
	text-align: left;
	height:45px;
}


#btnSubmitIcon{
	margin-left: 10px;
	margin-top:0px;
	padding:0px;
}

#btnSubmitIcon.avion::after {

}

#btnSubmitIcon.refresh::after {
	content:url(../img/refresh.svg);
	color:grey;
	zoom:2%;
}

h1 {
	display: block;
	padding: 0;
	font-size: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	overflow: hidden;
	-webkit-box-flex: 1;
	   -moz-box-flex: 1;
	        box-flex: 1;
	margin: 0 65px;
	font-weight: 500;
    -webkit-tap-highlight-color: transparent;
}

h2.titrePage {
	display: block;
	padding: 0;
	font-size: 20px;
	white-space: nowrap;
/* 	text-overflow: ellipsis; */
	text-align: center;
/* 	overflow: hidden; */
	-webkit-box-flex: 1;
	   -moz-box-flex: 1;
	        box-flex: 1;
	margin: 0 65px;
	font-weight: 650;
    -webkit-tap-highlight-color: transparent;
}
h2.titreJour {
	display: block;
	padding: 20;
	font-size: 20px;
	white-space: nowrap;
	text-align: Left;
	-webkit-box-flex: 1;
	   -moz-box-flex: 1;
	        box-flex: 1;
	font-weight: 1950;
    -webkit-tap-highlight-color: transparent;
}

section .scroll, section .scrollMask, section header button, section h1, section,  header button .label {
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	-webkit-animation-duration: 400ms;
	        animation-duration: 400ms;
}
section .scroll, section .scrollMask, section h1, section,  section header button .label {
	-webkit-animation-timing-function: cubic-bezier(.1, .7, .1, 1);
	        animation-timing-function: cubic-bezier(.1, .7, .1, 1);
}
.slin header button, .srin header button {
	-webkit-animation-timing-function: cubic-bezier(.6, .1, .3, 1);
	        animation-timing-function: cubic-bezier(.6, .1, .3, 1);
}
.slout header button, .srout header button {
	-webkit-animation-timing-function: cubic-bezier(.1, 1, .1, 1);
	        animation-timing-function: cubic-bezier(.1, 1, .1, 1);
}
.slin .scroll {
    -webkit-animation-name: slin-scroll;
            animation-name: slin-scroll;
}
.slin .scrollMask {
    -webkit-animation-name: slin-scrollMask;
            animation-name: slin-scrollMask;
}
.slin h1 {
    -webkit-animation-name: slin-textbox;
            animation-name: slin-textbox;
}
.slin header button {
    -webkit-animation-name: fadein;
            animation-name: fadein;
}
.slin header button.left.arrow .label {
    -webkit-animation-name: slin-left-nav-btn;
            animation-name: slin-left-nav-btn;
}
.slin header, .slin .scroll {
    background-color: transparent;
}
.slout header button {
    -webkit-animation-name: fadeout;
            animation-name: fadeout;
}
.slout header button.left.arrow .label {
    -webkit-animation-name: slout-left-nav-btn;
            animation-name: slout-left-nav-btn;
}
.slout h1 {
    -webkit-animation-name: slout-textbox;
            animation-name: slout-textbox;
}
.slout .scroll, .slout .scrollMask {
    -webkit-animation-name: slout-scroll;
            animation-name: slout-scroll;
}

/* webkit */
@-webkit-keyframes slin-scroll {
	from { -webkit-transform: translateX(100%); }
	to   { -webkit-transform: translateX(0);    }
}
@-webkit-keyframes slin-scrollMask {
	from { -webkit-transform: translateX(100%); -webkit-box-shadow: -10px 0 10px -5px rgba(0, 0, 0, 0.2);  }
	to   { -webkit-transform: translateX(0);    -webkit-box-shadow: -10px 0 10px -5px rgba(0, 0, 0, 0.02); }
}
@-webkit-keyframes slin-textbox {
	from { -webkit-transform: translateX(60%); opacity: 0; }
	to   { -webkit-transform: translateX(0);   opacity: 1; }
}
@-webkit-keyframes slin-left-nav-btn {
	from { -webkit-transform: translateX(100%); }
	to   { -webkit-transform: translateX(0);    }
}
@-webkit-keyframes slout-left-nav-btn {
	from { -webkit-transform: translateX(0);     }
	to   { -webkit-transform: translateX(-100%); }
}
@-webkit-keyframes slout-textbox {
	from { -webkit-transform: translateX(0);    opacity: 1; }
	to   { -webkit-transform: translateX(-40%); opacity: 0; }
}
@-webkit-keyframes slout-scroll {
	from { -webkit-transform: translateX(0);    opacity: 1;   }
	to   { -webkit-transform: translateX(-25%); opacity: 0.9; }
}
@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}
@-webkit-keyframes fadeout {
	from { opacity: 1; }
	to   { opacity: 0; }
}

/* W3C */
@keyframes slin-scroll {
	from { transform: translateX(100%); }
	to   { transform: translateX(0);    }
}
@keyframes slin-scrollMask {
	from { transform: translateX(100%); box-shadow: -10px 0 10px -5px rgba(0, 0, 0, 0.2);  }
	to   { transform: translateX(0);    box-shadow: -10px 0 10px -5px rgba(0, 0, 0, 0.02); }
}
@keyframes slin-textbox {
	from { transform: translateX(60%); opacity: 0; }
	to   { transform: translateX(0);   opacity: 1; }
}
@keyframes slin-left-nav-btn {
	from { transform: translateX(100%); }
	to   { transform: translateX(0);    }
}
@keyframes slout-left-nav-btn {
	from { transform: translateX(0);     }
	to   { transform: translateX(-100%); }
}
@keyframes slout-textbox {
	from { transform: translateX(0);    opacity: 1; }
	to   { transform: translateX(-40%); opacity: 0; }
}
@keyframes slout-scroll {
	from { transform: translateX(0);    opacity: 1;   }
	to   { transform: translateX(-25%); opacity: 0.9; }
}
@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}
@keyframes fadeout {
	from { opacity: 1; }
	to   { opacity: 0; }
}

.srout .scroll {
    -webkit-animation-name: srout-scroll;
            animation-name: srout-scroll;
}
.srout .scrollMask {
    -webkit-animation-name: srout-scrollMask;
            animation-name: srout-scrollMask;
}
.srout h1 {
    -webkit-animation-name: srout-textbox;
            animation-name: srout-textbox;
}
.srout header button {
    -webkit-animation-name: fadeout;
            animation-name: fadeout;
}
.srout header button.left.arrow .label {
    -webkit-animation-name: srout-left-nav-btn;
            animation-name: srout-left-nav-btn;
}
.srout header, .srout .scroll {
    background-color: transparent;
}
.srin header button {
    -webkit-animation-name: fadein;
            animation-name: fadein;
}
.srin header button.left.arrow .label {
    -webkit-animation-name: srin-left-nav-btn;
            animation-name: srin-left-nav-btn;
}
.srin h1 {
    -webkit-animation-name: srin-textbox;
            animation-name: srin-textbox;
}
.srin .scroll, .srin .scrollMask {
    -webkit-animation-name: srin-scroll;
            animation-name: srin-scroll;
}

/* webkit */
@-webkit-keyframes srout-scroll {
	from { -webkit-transform: translateX(0);    }
	to   { -webkit-transform: translateX(100%); }
}
@-webkit-keyframes srout-scrollMask {
	from { -webkit-transform: translateX(0);    -webkit-box-shadow: -10px 0 10px -5px rgba(0, 0, 0, 0.02); }
	to   { -webkit-transform: translateX(100%); -webkit-box-shadow: -10px 0 10px -5px rgba(0, 0, 0, 0.2);  }
}
@-webkit-keyframes srout-textbox {
	from { -webkit-transform: translateX(0);   opacity: 1; }
	to   { -webkit-transform: translateX(60%); opacity: 0; }
}
@-webkit-keyframes srout-left-nav-btn {
	from { -webkit-transform: translateX(0);    opacity: 1; }
	to   { -webkit-transform: translateX(100%); opacity: 0; }
}
@-webkit-keyframes srin-left-nav-btn {
	from { -webkit-transform: translateX(-100%); opacity: 0; }
	to   { -webkit-transform: translateX(0);     opacity: 1; }
}
@-webkit-keyframes srin-textbox {
	from { -webkit-transform: translateX(-50%); opacity: 0; }
	to   { -webkit-transform: translateX(0);    opacity: 1; }
}
@-webkit-keyframes srin-scroll {
	from { -webkit-transform: translateX(-25%); opacity: 0.9; }
	to   { -webkit-transform: translateX(0);    opacity: 1;   }
}

/* W3C */
@keyframes srout-scroll {
	from { transform: translateX(0);    }
	to   { transform: translateX(100%); }
}
@keyframes srout-scrollMask {
	from { transform: translateX(0);    -webkit-box-shadow: -10px 0 10px -5px rgba(0, 0, 0, 0.02); }
	to   { transform: translateX(100%); -webkit-box-shadow: -10px 0 10px -5px rgba(0, 0, 0, 0.2);  }
}
@keyframes srout-textbox {
	from { transform: translateX(0);   opacity: 1; }
	to   { transform: translateX(60%); opacity: 0; }
}
@keyframes srout-left-nav-btn {
	from { transform: translateX(0);    opacity: 1; }
	to   { transform: translateX(100%); opacity: 0; }
}
@keyframes srin-left-nav-btn {
	from { transform: translateX(-100%); opacity: 0; }
	to   { transform: translateX(0);     opacity: 1; }
}
@keyframes srin-textbox {
	from { transform: translateX(-50%); opacity: 0; }
	to   { transform: translateX(0);    opacity: 1; }
}
@keyframes srin-scroll {
	from { transform: translateX(-25%); opacity: 0.9; }
	to   { transform: translateX(0);    opacity: 1;   }
}

.popin {
    -webkit-animation-name: popin;
            animation-name: popin;
}
@-webkit-keyframes popin {
	from { -webkit-transform: translateY(100%); /* opacity: 1; */ }
	to   { -webkit-transform: translateY(0);    /* opacity: 0; */ }
}
@keyframes popin {
	from { transform: translateY(100%); /* opacity: 1; */ }
	to   { transform: translateY(0);    /* opacity: 0; */ }
}

.popout {
    -webkit-animation-name: popout;
            animation-name: popout;
}
@-webkit-keyframes popout {
	from { -webkit-transform: translateY(0);    /* opacity: 1; */ }
	to   { -webkit-transform: translateY(100%); /* opacity: 0; */ }
}
@keyframes popout {
	from { transform: translateY(0);    /* opacity: 1; */ }
	to   { transform: translateY(100%); /* opacity: 0; */ }
}

.noanim {
    -webkit-animation-name: noanim;
            animation-name: noanim;
}
@-webkit-keyframes noanim {
	from { opacity: 1; }
	to   { opacity: 1; }
}
@keyframes noanim {
	from { opacity: 1; }
	to   { opacity: 1; }
}
.slin .scrollMask, .srout .scrollMask {
	z-index: 5;
}
.slin .scrollWrap, .srout .scrollWrap {
	z-index: 6;
}

.scrollWrap {
	position: absolute;
	top: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.scroll {
	width: 100%;
	padding-right: 20px;
	height: 100%;
	background-color: rgb(255, 255, 255);
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 1;
	opacity: 1;
}
.scrollMask {
	width: 100%;
	position: absolute;
	top: 44px;
	bottom: 0;
	background-color: rgb(255, 255, 255);
	-webkit-box-shadow: -10px 0 10px -5px rgba(0, 0, 0, 0.1);
	        box-shadow: -10px 0 10px -5px rgba(0, 0, 0, 0.1);
}
.slout .scrollMask, .srin .scrollMask {
	background-color: #000;
}

.content {
	line-height: 1em;
	margin-top: 44px;
	font-weight: 400;
	padding-bottom: 54px;
	padding-left: 5px;
	padding-top: 10px;
}



select {
	display: inline; /*block;*/
	position: relative;
	padding: 6px 4.7% 6px 0;
	margin-left: 4.7%;
	font-weight: 300;
	width: 250px;
	-webkit-appearance: menulist-button;
   height: 40px;
}

input, textarea {
	display: inline; /*block;*/
	position: relative;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-weight: 300;
    border-radius: 0;
    box-shadow: none;
    padding: 6px 4.7% 6px 0;
    margin-left: 4.7%;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
	background-image: linear-gradient(0deg, rgb(200, 199, 204), rgb(200, 199, 204) 50%, transparent 50%);
	background-size: 100% 1px;
	background-repeat: no-repeat;
	background-position: bottom;
}
/*
checkbox {			ajouté
	display: inline-block; 
}
	*/
.long {
	width: 150px;
}

.inline {
	display: inline;
}

.icon {
		width: 150px;
    padding: 6px 4.7% 6px 10px;
    margin-top: 10px;
}

input[type=checkbox] {
    -webkit-appearance: checkbox;
       -moz-appearance: checkbox;
            appearance: checkbox;

}

input[type=radio] {
    -webkit-appearance: checkbox;
       -moz-appearance: radio;
            appearance: radio;
        padding: 6px 4.7% 6px 0; 
       margin-top: 15px;
}

li {
	display: block;
    padding: 6px 15px 6px 0;
    margin-left: 15px;
    font-weight: 300;
	background-image: linear-gradient(0deg, rgb(200, 199, 204), rgb(200, 199, 204) 50%, transparent 50%);
	background-size: 100% 1px;
	background-repeat: no-repeat;
	background-position: bottom;
}
li .big {
	font-weight: 500;
	padding-left: 2%;
}
li .bigRed {
	font-weight: 500;
	color: rgb(218, 4, 4);
	padding-left: 2%;
}
li .bigBlue {
	font-weight: 500;
	color: rgb(22, 152, 245);
	padding-left: 2%;
}
li .light {
	color: rgb(111, 111, 116);
	padding: 10px 0 5px 0;
	padding-left: 7%;
	
}
.arrowed .innerLi {
	background-image: url(../img/listArrow.svg);
	background-size: 15px 15px;
	background-repeat: no-repeat;
	background-position: right center;
    padding-right: 5%;
}

h2 {
	font-size: 2em;
	line-height: 1.5em;
	font-weight: 400;
	text-align: center;
    padding: 6px;
}
p {
	line-height: 1.5em;
/* 	text-align: center; */
    padding: 6px;
}
 .content button {
	padding: 12px 18px;
	border-radius: 6px;
	box-shadow: 0 1px 1px -1px rgba(200, 199, 204, .5);
	font-weight: 300;
	font-size: 18px;
    -webkit-tap-highlight-color: transparent;
} 
.content button:active {
	opacity: 0.3;
}


.center {
    text-align: center;
}
strong {
    font-weight: 500;
}
em {
    font-style: italic;
}

.native header button, .native header {
	padding-top: 20px;
}
.native .content {
	margin-top: 64px;
}
.native .nav-icons {
	top: 20px;
}
.native .scrollMask {
	top: 64px;
}

@media (-webkit-max-device-pixel-ratio: 1) {
	li, input, textarea, header {
		background-image: none;
		border-bottom: 1px solid rgb(200, 199, 204);
	}
}
@media (max-device-pixel-ratio: 1) {
	li, input, textarea, header {
		background-image: none;
		border-bottom: 1px solid rgb(200, 199, 204);
	}
}

span {
	float: right; 
}

span .left{
	float: left; 
}

.chkBtn {
	float: right;
	width: 40px;
	Padding-top: 20px;
	Padding-right: 5px;
}

.redoBtn {
	float: left;
	width: 40px;
	Padding-top: 15px;
	Padding-left: 15px;
}

.pad100 {
	Padding-left: 30px;
	display: block; 
}

.pad1 {
	Padding-left: 2px;
	display: block; 
}

 /* Animated Loading Icon */
.glyphicon-refresh-animate {
		-animation: spin .7s infinite linear;
		-webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
		from { -webkit-transform: rotate(0deg);}
		to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
		from { transform: scale(1) rotate(0deg);}
		to { transform: scale(1) rotate(360deg);}
}
/*   */

/* Sliders */

	/* The switch - the box around the slider */
	.switch {
		position: relative;
		display: inline-block;
		width: 60px;
		height: 34px;
	}

	/* Hide default HTML checkbox */
	.switch input {display:none;}

	/* The slider */
	.slider {
		position: absolute;
		cursor: pointer;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #ccc;
		-webkit-transition: .4s;
		transition: .4s;
	}

	.slider:before {
		position: absolute;
		content: "";
		height: 26px;
		width: 26px;
		left: 4px;
		bottom: 4px;
		background-color: white;
		-webkit-transition: .4s;
		transition: .4s;
	}

	input:checked + .slider {
		background-color: #006400;
	}

	input:focus + .slider {
		box-shadow: 0 0 1px #006400;
	}

	input:checked + .slider:before {
		-webkit-transform: translateX(26px);
		-ms-transform: translateX(26px);
		transform: translateX(26px);
	}

	/* Rounded sliders */
	.slider.round {
		border-radius: 34px;
	}

	.slider.round:before {
		border-radius: 50%;
	}

	/*small*/
	
					/* The switch - the box around the slider */
				.switchSM {
					position: relative;
					display: inline-block;
					width: 40px;
					height: 22px;
					margin-top: 7px;
				}

				/* Hide default HTML checkbox */
				.switchSM input {display:none;}

				/* The slider */
				.sliderSM {
					position: absolute;
					cursor: pointer;
					top: 0;
					left: 0;
					right: 0;
					bottom: 0;
					background-color: #ccc;
					-webkit-transition: .4s;
					transition: .4s;
				}

				.sliderSM:before {
					position: absolute;
					content: "";
					height: 18px;
					width: 18px;
					left: 2px;
					bottom: 2px;
					background-color: white;
					-webkit-transition: .4s;
					transition: .4s;
				}

				input:checked + .sliderSM {
					background-color: #006400;
				}

				input:focus + .sliderSM {
					box-shadow: 0 0 1px #006400;
				}

				input:checked + .sliderSM:before {
					-webkit-transform: translateX(18px);
					-ms-transform: translateX(18px);
					transform: translateX(18px);
				}

				/* Rounded sliders */
				.sliderSM.round {
					border-radius: 22px;
				}

				.sliderSM.round:before {
					border-radius: 50%;
				}
	
/*   */

/* Radio Button  */


/* The container */
.rdoContainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.rdoContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    background-color: #eee;
    border-radius: 20%;
}

/* On mouse-over, add a grey background color */
.rdoContainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.rdoContainer input:checked ~ .checkmark {
    background-color: #006400;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.rdoContainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.rdoContainer .checkmark:after {
  left: 7px;
  top: 2px;
  width: 6px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
		
/*  */


.btnSubmit{
  border: solid grey;
  border-width: 1px;
	padding-top:2px;
}
.plusSign {
    display: block;
		background-color: #006400;
		color: white;
		font-weight: 900;
    position: relative;
    padding: 0px;
    margin: 5px;
    cursor: pointer;
		font-style: white;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



.grpInput{
	display: block;
	}
	
.lblInput{
	display: inline-block;
	width: 130px;
	margin-left: 20px;
	}
	
.lblSwitch{
	display: inline-block;
	width: 350px;
	margin-left: 5px;
	text-align: left;
	}
	
.adjust{
	display: inline-block;
	width: 275px;
	margin-left: 35px;
	margin-bottom: 20px;
	}

.rdoContainer.adjust {
		display: block;
		margin: 7px;
	}

.logo {
	padding: 10px;
	background-image: url(../img/LogoGautreau.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	height:400px;
	}	

	
.rotate {
		-animation: spin 0.5s infinite linear;
		-webkit-animation: spin2 0.5s infinite linear;
} 
/*  Ajustements pour écrans plus grands */	
	
@media (min-width: 550px) {
	h2.titrePage {
		font-size: 26px;
		font-weight: 750;
	}

	.lblInput{
		margin-left: 40px;
	}	
	input.adjust,
	select.adjust	{
		margin-left: 0px;
		margin-bottom: 10px;
	}
	
	.rdoContainer.adjust {
		display: inline-block;
		width: auto;
		padding-left:25px;
		margin-left: 35px;
		
	}
	.pad1 {
		Padding-left: 12px;	
	}

	.pad0 {
		Padding-left: 0px;	
	}
	
	nav {
		height: 90px;
	}

	nav button {
		width: 130px;
		text-align: center;
		font-size: 14px;
	}

	nav button .btn-icon {
		display: inline-block;
		background-color: rgb(111, 111, 116);
		height: 45px;
		width: 45px;
		margin-bottom: 2px;
	}
	.content {
		padding-bottom: 95px;
	}
}


/* Bootstrap Validator */

.bv-form .help-block{
	margin-bottom:0
}

.bv-form .tooltip-inner{
	text-align:left
}

.nav-tabs li.bv-tab-success>a{
	color:#3c763d
}

.nav-tabs li.bv-tab-error>a{
	color:#a94442
}

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-remove:before {
  content: "\e014";
	}

	input.wideInput {
  width: 100px;
	}
