@charset "utf-8";
* {margin: 0; padding: 0; font-family: 'GraphikRegular';}

@font-face {
	font-family: 'GraphikRegular';
	src: url('GraphikRegular.otf') format('truetype');
}

@font-face {
	font-family: 'GraphikSemibold';
	src: url('GraphikSemibold.otf') format('truetype');
}
		
#global {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
}

body {
	background: #E8E8E8
}

#entete {
	width: 960px;
	height: 245px;
	background-image: url(../images/entete.png)
	
}
#sous-entete {
	width: 960px;
	height: 28px;
	background-image: url(../images/sous-entete.png)
	
}

#pied {
	width: 960px;
	height: 206px;
	background-image: url(../images/pied.png)	
}
#sur-pied {
	width: 960px;
	height: 28px;
	background-image: url(../images/sur-pied.png)
}

#contenu {
	padding: 0 55px 0 55px;
	align: center;
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";*/
	font-family: 'GraphikRegular';
	font-size: 14px;
	background-image: url(../images/fond-contenu.png);
	background-repeat : repeat;
}

#suivi {
	padding: 0 55px 0 55px;
	align: right;
	background-image: url(../images/fond-contenu.png);
	background-repeat : repeat;
	font-family: 'GraphikRegular';
}

#mentions {
	padding: 0 55px 0 55px;
	align: center;
	background-image: url(../images/fond-contenu.png);
	background-repeat : repeat;
	font-family: 'GraphikRegular';
}

#contenu ul {
	padding: 20px;
}

.rouge {
	color: red;
}

.orange {
	color: orangered;
}

.italique {
	font-style: italic;
}

.gras {
	font-weight: bold;
}

.texte_eligible {
	width: 250px;
	height: 45px;
	font-size: 20px;
	font-weight: bold;
	color: green;
	padding-left: 20px; 
	background-image: url(../images/coche_verte.png);
	background-position: 12px -2px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

.bouton_eligible {
	width: 500px;
	height: 45px;
	font-size: 20px;
	font-weight: bold;
	color: green;
	margin-bottom: 20px;
}

.texte_eligible_90euros {
	width: 650px;
	height: 45px;
	font-size: 20px;
	font-weight: bold;
	color: orangered;
	padding-left: 30px; 
	background-image: url(../images/attention.png);
	background-position: 12px -2px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

.bouton_eligible_90euros {
	width: 500px;
	height: 45px;
	font-size: 20px;
	font-weight: bold;
	color: orangered;
	margin-bottom: 20px;
}

.texte_noneligible {
	width: 850px;
	height: 50px;
	font-size: 20px;
	font-weight: bold;
	color: red;
	padding-left: 30px; 
	background-image: url(../images/croix_rouge.png);
	background-position: 12px 5px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

.animationOuverture {
	animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari et Chrome */
    -o-animation: fadein 1s; /* Opera */
}

.nodisc {
	list-style-type: none;
}

#carteTTB {
	width: 504px;
	height: 316px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/ourattb.png);
}

#zoneTxtCarteTTB {
	width: 335px;
	height: 87px;
	padding-top: 91px;
	padding-left: 160px;
	
}

h3 {
	color:#FFF;
	background-image:linear-gradient(to right, #353D4D, white);
	background-image:-moz-linear-gradient(left, #353D4D, white);
	padding: 3px 0px 3px 6px;
	border-radius: 3px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.bouton_paiement {
	width: 500px;
	height: 45px;
	font-size: 20px;
	font-weight: bold;
	color: #0a9bd8;
	margin-bottom: 20px;
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* sur Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* sur Safari et Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* sur Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeout {
    from {
        opacity:1;
    }
    to {
        opacity:0;
    }
}
@-moz-keyframes fadeout { /* sur Firefox */
    from {
        opacity:1;
    }
    to {
        opacity:0;
    }
}
@-webkit-keyframes fadeout { /* sur Safari et Chrome */
    from {
        opacity:1;
    }
    to {
        opacity:0;
    }
}
@-o-keyframes fadeout { /* sur Opera */
    from {
        opacity:1;
    }
    to {
        opacity: 0;
    }
}

.infobulleTypeAbo {
	position: absolute;
    margin-left: 0 auto;
    margin-right: 0 auto;
    width: 400px;
    font-size: 14px;
    text-align: justify;
	display: none;
	background-color: gainsboro;
	padding: 5px;
	border-radius: 5px;
	color: black;
	font-weight: normal;
	box-shadow: 4px 4px 4px grey; 
}

.infobulleCommunes {
	position: absolute;
    margin-left: 0 auto;
    margin-right: 0 auto;
    width: 300px;
    font-size: 14px;
    text-align: justify;
	display: none;
	background-color: gainsboro;
	padding: 1px 1px 1px 20px;
	border-radius: 5px;
	color: black;
	font-weight: normal;
	box-shadow: 4px 4px 4px grey; 
}

.infobulle {
	text-decoration: underline dotted;
	color: blue;
	cursor: help;
}

a:hover .infobulleTypeAbo {display:block;} 
a:hover .infobulleCommunes {display:block;} 

.itemAbo {
	padding: 5px;
	border-radius: 4px;
	cursor: pointer;
}

.itemPmt {
	padding: 10px;
	border-radius: 4px;
	cursor: pointer;
}

input[type="date"] {
	font-family: Arial;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom-width: thin;
	border-bottom-color: darkslategray;
	background-color: honeydew;
	padding-left: 2px;
}

input[type="text"] {
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom-width: thin;
	border-bottom-color: darkslategray;
	background-color: honeydew;
	padding-left: 2px;
}

input[type="email"] {
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom-width: thin;
	border-bottom-color: darkslategray;
	background-color: honeydew;
	padding-left: 2px;
}

input[type="file"] {
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom-width: thin;
	border-bottom-color: darkslategray;
	background-color: honeydew;
	padding-left: 2px;
}

select {
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom-width: thin;
	border-bottom-color: darkslategray;
	background-color: honeydew;
	padding-left: 2px;
}

.texte_commandeOK {
	width: 400px;
	height: 45px;
	font-size: 20px;
	font-weight: bold;
	color: green;
	padding-left: 20px; 
	background-image: url(../images/coche_verte.png);
	background-position: 12px -2px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

.texte_commandeKO {
	width: 450px;
	height: 45px;
	font-size: 20px;
	font-weight: bold;
	color: red;
	padding-left: 20px; 
	background-image: url(../images/croix_rouge.png);
	background-position: 12px -2px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

#FinCommande {
	padding-top: 40px;
	padding-bottom: 40px;
}

#div_fond_chargement {
	position:fixed;
	top:0;
	left:0;
	z-index: 1;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	/*background:transparent url(./images/silver_transparency.png);*/
	background-color: #CBCBCB;
	opacity: 0.5;
	visibility:hidden;
	cursor: wait;
}
#div_chargement {
	position:fixed;
	left:50%;
	top:50%;
	width:375px;
	height:264px;
	margin-top: -132px; /* moitié de la hauteur */
	margin-left: -175px; /* moitié de la largeur */
	border: 1px solid #333;
	background-color: #FFF;
	z-index:2;
	box-shadow: 1px 1px 12px #555;
	font-family: 'GraphikSemibold';
	font-size: 14px;
	visibility:hidden;
	cursor: wait;
}

[aria-label] {
position: relative;
}

[aria-label]:after {
content: attr(aria-label);
display: none;
position: absolute;
top: 110%;
left: 10px;
z-index: 5000;
pointer-events: none;
padding: 8px 10px;
line-height: 15px;
white-space: nowrap;
text-decoration: none;
text-indent: 0;
overflow: visible;
font-size: .9em;
font-weight: normal;
color: #fff;
text-shadow: 1px 0 1px #888;
background-color: #412917;
border-left: 6px solid #d37092;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 1px 2px 6px rgba(0,0,0,0.3);
box-shadow: 1px 2px 6px rgba(0,0,0,0.3);
}

[aria-label]:hover:after, [aria-label]:focus:after {
display: block;
}

#mentions {
	padding: 10px 10px 0 10px;
	align: center;
	text-align: center;
	font-family: 'GraphikRegular';
	font-size: 9px;
}

#SuiviLogin {
	padding-top: 50px;
	padding-bottom: 10px;
	width: 350px;
	height: 175px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-radius: 5px;
	/*box-shadow: 4px 4px black;*/
	vertical-align: middle;
	background-color: khaki;
}

.inactif {
	background:silver;
	opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:alpha(opacity=80);
	border-radius: 5px;
	width: 100%;
	height: 100%;
}
.prevalid {
	background:#FFF0BE;
	opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:alpha(opacity=80);
	border-radius: 5px;
	width: 100%;
	height: 100%;
}
.majCB {
	background: aliceblue;
	opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:alpha(opacity=80);
	border-radius: 5px;
	width: 100%;
	height: 100%;
}

.texte_suivicommandeOK {
	width: 520px;
	height: 45px;
	font-size: 20px;
	font-weight: bold;
	color: green;
	padding-left: 20px; 
	background-image: url(../images/coche_verte.png);
	background-position: 12px 5px;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-top: 10px;
}

.texte_majCB {
	width: 520px;
	height: 45px;
	font-size: 20px;
	font-weight: bold;
	color: blue;
	padding-left: 20px; 
	background-image: url("../images/info-icon.png");
	background-position: 12px 5px;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-top: 10px;
}

.texte_suivicommandePREVALID {
	width: 520px;
	height: 45px;
	font-size: 20px;
	font-weight: bold;
	color: darkorange;
	padding-left: 20px; 
	background-image: url(../images/sablier.png);
	background-position: 12px 5px;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-top: 10px;
}

.texte_suivicommandeOK_attente {
	width: 600px;
	height: 45px;
	font-size: 20px;
	font-weight: bold;
	color: grey;
	padding-left: 20px; 
	/*background-image: url(../images/coche_verte.png);*/
	background-position: 12px 5px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding-top: 10px;
}

.texte_suivicommandeKO {
	width: 420px;
	height: 45px;
	font-size: 20px;
	font-weight: bold;
	color: red;
	padding-left: 20px; 
	background-image: url(../images/croix_rouge.png);
	background-position: 12px 5px;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-top: 15px;
}

#SuiviCommande {
	margin-top: 20px;
	/*margin-bottom: 10px;*/
	background-color: beige;
	border-radius: 5px;
	width: 600px;
	height: 110px;
	margin-left: auto;
	margin-right: auto;
}

.OuraSuiviNom {
	font-size: 16px;
	font-weight: bold;
}

.OuraSuiviDate {
	font-size: 12px;
}

.OuraSuiviNumero {
	font-size: 12px;
	font-weight: bold;
}

.datesuivi {
	font-size: 10px;
	font-style: italic;
}

.centrage {
	align-content: center;
}

.bouton_valider {
	width: 500px;
	height: 45px;
	font-size: 20px;
	font-weight: bold;
	color: #0a9bd8;
	margin-bottom: 20px;
}

.petit {
	font-size: 12px;
}

#suivi {
	padding: 0 10px 0 10px;
	align: center;
	font-family: 'GraphikRegular';
	font-size: 14px;
}

#spacer {
	width: 45px;
	height: 202px;	
}

#lien_facebook {
	width: 285px;
	height: 32px;
	font-family: 'GraphikSemibold';
	font-size: 17px;
	padding-left: 45px;
	padding-top: 13px;
	background-image: url(../images/facebook.png);
	background-repeat: no-repeat;
	background-position: 7px 7px;
}

#lien_facebook:hover {
	width: 285px;
	height: 32px;
	font-family: 'GraphikSemibold';
	font-size: 17px;
	padding-left: 45px;
	padding-top: 13px;
	background-image: url(../images/facebook.png);
	background-repeat: no-repeat;
	background-position: 7px 7px;
	font-weight: bold;
	cursor: pointer;
}

#lien_site {
	width: 285px;
	height: 32px;
	font-family: 'GraphikSemibold';
	font-size: 17px;
	padding-left: 45px;
	padding-top: 13px;
	background-image: url(../images/bus.png);
	background-repeat: no-repeat;
	background-position: 7px 7px;
}

#lien_site:hover {
	width: 285px;
	height: 32px;
	font-family: 'GraphikSemibold';
	font-size: 17px;
	padding-left: 45px;
	padding-top: 13px;
	background-image: url(../images/bus.png);
	background-repeat: no-repeat;
	background-position: 7px 7px;
	font-weight: bold;
	cursor: pointer;
}

.onoffswitch {
    position: relative; width: 60px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #DEDEDE; border-radius: 30px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 14px; padding: 0; line-height: 14px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "OUI";
    padding-left: 5px;
    background-color: #1DE303; color: #000000;
}
.onoffswitch-inner:after {
    content: "NON";
    padding-right: 5px;
    background-color: #FF0000; color: #FFFFFF;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 14px; margin: 0px;
    background: #DEDEDE;
    position: absolute; top: 0; bottom: 0;
    right: 42px;
    border: 2px solid #DEDEDE; border-radius: 30px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

.label_checkbox {
	display: inline-block;
	padding-left:5px;
	cursor: default;
}

.texte_eligible_attente {
	width: 815px;
	height: 45px;
	font-size: 20px;
	font-weight: bold;
	color: darkslategray;
	padding-left: 20px; 
	background-image: url(../images/sablier.png);
	background-position: 60px 0px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding-top: 5px;
}

#criteres {
	margin-left: auto;
	margin-right: auto;
	width: 905px;
	border-radius: 20px;
	background-color:#FFBF63;
	color: black;
	height: 225px;
	padding-left: 20px;
	box-shadow: 4px 4px 4px grey; 
}

.souligne_point {
	border-bottom: dotted;
	border-bottom-width: thin;
}

.Info {
	text-align: center;
	font-weight: bold;
	background-color: beige;
	border-radius: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 5px;
}

.InfoTexte {
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/fleche_verte.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 20px;
	color: darkblue;
	font-size: 16px;
}

.InfoAttention {
	color: firebrick;
}

.ResultRefCmd {
	border: 0;
	margin: 0;
	padding: 0;
}