/****************
 * Structure
 ****************/
 
#contenu{
	min-height: 850px;
}


#sider-div {
    background-color: #2972CE;
    bottom: 0;
    position: absolute;
    position: fixed;
    top: 0;
    z-index: 3; /* Redmine #46965 */
	width: 230px;	
	overflow: auto;	/* Redmine #47661 */
}
#sider-div .btn {
    border-radius: 0 0 0 0;
}

#sider-div .div-a11y {
	bottom: 30px;
    position: fixed;
    /* width: 230px; */
}
#sider-div .div-a11y:hover .link-a11y,
#sider-div .div-a11y:focus .link-a11y {
    visibility: visible;
}

/*#sider-div .btn.btn-a11y {*/
.div-a11y .btn-a11y {
    background-position: 2px 2px;
    border-radius: 0 20px 0 0 !important;
    left: 0;
    min-height: 40px;
}

/* .div-a11y .btn-a11y:hover,
.div-a11y .btn-a11y:focus  {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-origin: padding-box !important;
    background-repeat: no-repeat !important;
    min-width: 80px;
} */

.div-a11y .link-a11y {
    border-radius: 0 10px 0 0;
}


#conteneur{
    margin-left: 230px;
    z-index: 1;
}

#sidebar .titreTexte,
#sidebar .sousTitreTexte {
	font-size : 2rem;
	line-height:2;
	font-weight: 700;
}

#sidebar .sousTitreTexte {
	font-size : 1.2rem;
	line-height:1;
}

#sidebar .row{
    margin-left: 0;
    margin-right: 0;	
}

#sidebar nav.navbar {
    border: medium none;
}

#conteneur .entete {
	background-color: #E9F0FA;
    height: 100px;
    margin: 0 -15px 30px;
    position: relative;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

#conteneur .entete.entete-primary {
	background-color: #0F42B0;
}

#conteneur .entete.entete-success {
	background-color: #15881D;
}

#conteneur .entete.entete-primary h1,
#conteneur .entete.entete-success h1 {
	color:white;
}


*:after, *:before {
    -moz-box-sizing: border-box;
}
*:after, *:before {
    -moz-box-sizing: border-box;
}

#conteneur .entete .gauche {
    left: 0;
    margin: auto 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
}


/*****************************/
/* ------------------------- */
/* Gestion du panel à droite */
/* ------------------------- */

#conteneur .entete .droite {
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    right: 0;
    /*z-index: 12;*/
}
#conteneur .entete .droite > div {
    display: inline-block;
    /*z-index: 13;*/
}

.droite .choixLangue {
    min-width: 200px;	/* utilisé dans .choixLangue.open .panelChoixLangue */
    width: 30%;
    /*z-index: 14;*/
}
.logoDaliaImg {
}
.logoDaliaImg img {
    max-height: 100px;
}


/* ------------------------- */
/* --- Choix langue -------- */
/* ------------------------- */
/* Bouton de choix --------- */
.choixLangue {
	width: 100%;
    padding: 10px;
    top: -25px;
}

.choixLangue .btn.btn-default {
    background: none;
    color: #001F6D;
    margin: 10px 10% 5px;
}

/* On inverse le caret du down par un up dans ce cas */
/*.dropdown.choixLangue .caret {
    border-bottom: 4px dashed;
    border-top: 0 none;
    content: "";
}*/
.choixLangue a.btn.btn-default.open {
    background-color: #0F42B0;
}
.choixLangue a.btn.btn-default:hover,
.choixLangue a.btn.btn-default:focus{
    background-color: #001F6D;
    border-color: #FFFFFF;
    color: #FFFFFF;
}

/* Menu de choix --------- */
.panelChoixLangue {
    display: none;
    z-index: 999;	/* Redmine #47194 */
}
.choixLangue.open .panelChoixLangue{
    display: block;
    position: absolute;
    transform: translateX(calc(-100% + 200px)); /* utilisé dans .droite .choixLangue */
    width: 350%;
    /*
	display: inline-block;	/* pour le FF17 du classique mode en debug */
	/**/
	/*
    display: flex;
    justify-content: space-evenly;
    */
}
.dropdown.open .dropdown-menu {
    display: inline-block;
}

.choixLangue .dropdown-menu {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
}
/* on cible tous les button qui ne sont pas hover du menu des langues s'il y en a un d'hover */
.choixLangue .dropdown-menu:hover > button:not(:hover) {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5) !important;
}

#conteneur .entete .choixLangue .dropdown-menu  button {
	background-position: right center, left center; 
	background-repeat: no-repeat;
	background-color: white; 
	background-image: linear-gradient(125deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 1) 40%, #FFFFFF 50%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0.9) 90%, rgba(255, 255, 255, 0) 100%), url("../../static/images/langues/gris.png"), url("../../static/images/langues/gris.png"); 
	height: 	50px;
	width: 		15vw;
	min-width: 200px;
	max-width: 450px;
    margin: 4px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5), 0 0 3px rgba(0, 0, 0, 0.5), 2px 2px 5px rgba(0, 0, 0, 0.5);
	/*z-index: 22;*/
}

#conteneur .entete .choixLangue .dropdown-menu  button.pays-fr {
	background-image: linear-gradient(125deg, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.95) 30%, #FFFFFF 40%, #FFFFFF 60%, rgba(255, 255, 255, 0.95) 70%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0) 100%),  url("../../static/images/langues/fr.png"), url("../../static/images/langues/fr.png");	
}
#conteneur .entete .choixLangue .dropdown-menu  button.pays-en {
	background-image: linear-gradient(125deg, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.95) 30%, #FFFFFF 40%, #FFFFFF 60%, rgba(255, 255, 255, 0.95) 70%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0) 100%),  url("../../static/images/langues/en.png"), url("../../static/images/langues/en.png");	
}
#conteneur .entete .choixLangue .dropdown-menu  button.pays-ar {
	background-image: linear-gradient(125deg, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.95) 30%, #FFFFFF 40%, #FFFFFF 60%, rgba(255, 255, 255, 0.95) 70%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0) 100%),  url("../../static/images/langues/ar.png"), url("../../static/images/langues/ar.png");	
}
#conteneur .entete .choixLangue .dropdown-menu  button.pays-de {
	background-image: linear-gradient(125deg, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.95) 30%, #FFFFFF 40%, #FFFFFF 60%, rgba(255, 255, 255, 0.95) 70%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0) 100%),  url("../../static/images/langues/de.png"), url("../../static/images/langues/de.png");	
}
#conteneur .entete .choixLangue .dropdown-menu  button.pays-es {
	background-image: linear-gradient(125deg, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.95) 30%, #FFFFFF 40%, #FFFFFF 60%, rgba(255, 255, 255, 0.95) 70%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0) 100%),  url("../../static/images/langues/es.png"), url("../../static/images/langues/es.png");	
}
#conteneur .entete .choixLangue .dropdown-menu  button.pays-it {
	background-image: linear-gradient(125deg, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.95) 30%, #FFFFFF 40%, #FFFFFF 60%, rgba(255, 255, 255, 0.95) 70%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0) 100%),  url("../../static/images/langues/it.png"), url("../../static/images/langues/it.png");	
}
#conteneur .entete .choixLangue .dropdown-menu  button.pays-pt {
	background-image: linear-gradient(125deg, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.95) 30%, #FFFFFF 40%, #FFFFFF 60%, rgba(255, 255, 255, 0.95) 70%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0) 100%),  url("../../static/images/langues/pt.png"), url("../../static/images/langues/pt.png");	
}
#conteneur .entete .choixLangue .dropdown-menu  button.pays-uk {
	background-image: linear-gradient(125deg, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.95) 30%, #FFFFFF 40%, #FFFFFF 60%, rgba(255, 255, 255, 0.95) 70%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0) 100%),  url("../../static/images/langues/uk.png"), url("../../static/images/langues/uk.png");	
}
#conteneur .entete .choixLangue .dropdown-menu  button.pays-zh {
	background-image: linear-gradient(125deg, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.95) 30%, #FFFFFF 40%, #FFFFFF 60%, rgba(255, 255, 255, 0.95) 70%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0) 100%),  url("../../static/images/langues/zh.png"), url("../../static/images/langues/zh.png");	
}

#conteneur .entete .choixLangue .dropdown-menu button:hover, 
#conteneur .entete .choixLangue .dropdown-menu button:focus {
    color: #000000;
    text-decoration: underline overline;
    text-shadow: 0 0 5px white, 0 0 5px white, 0 0 3px white, 0 0 3px white, 1px 0 0 white, -1px 0 0 white, 0 1px 0 white, 0 -1px 0 white, 0 0 10px #053FD2;
    box-shadow: 1px 1px 3px #000000, 0 0 3px #000000, 4px 4px 5px #000000;
    transform: translate(-2px, -2px);    
}
	 

.choixLangue .dropdown-menu .gwt-Label {
    font-weight: 700;
    text-align: center;
    margin-top: 2px;
    cursor: pointer;    
}
.choixLangue .dropdown-menu .gwt-Label:hover,
.choixLangue .dropdown-menu .gwt-Label:focus {
	background-image: linear-gradient(#FFFFFF 0%, #2972CE 10%, #2972CE 90%, #FFFFFF 100%);
	color: #FFFFFF;
}

.choixLangue .btn.btn-default div, 
.choixLangue .btn.btn-default span {
    display: inline-block;
}

.choixLangue img {
	width: 45px;
	box-shadow: 1px 1px 3px #333;
}

.choixLangue ul a {
    padding-left: 8px;
    width: 73px;
}

/* ------------------------- */
/*****************************/


#conteneur .entete button {
	background: inherit;
    border: 2px solid white;
    border-radius: 5px;
}
#conteneur .entete .droite button {
    margin-bottom: 4px;
}
#conteneur .entete .droite > button {
    float: right;
    margin: 24px 4px;
}

#conteneur .entete h1,
#conteneur .entete h2,
#conteneur .entete h3,
#conteneur .entete h4,
#conteneur .entete h5,
#conteneur .entete h6
{
	margin: 0;
	border: none;
}

.soustitre {
    font-size: 0.9em;
    font-style: italic;
}

a.btn {
	color: white;
}

/****************
 * SIDEBAR
 ****************/
#zoneHeader {
	/* box-shadow: inset 1px 0 0 0 rgba(255,255,255,0.1); */ 
	background-color: #001f6d;
	color: #FFF;
	padding: 0px; 
}
  
#zoneHeader div {
    display: inline-block;
}

#zoneHeader button {
    margin: auto;
	display: inherit;
}

#logo_dgddi {
	background-color: white; /* redmine #32209*/
	height: 100px;
	width: 77px;
}



#zoneLogoDouane{
	margin: 0;
}

#zoneLogoDalia {
    cursor: pointer;
    margin: 0 0 0 10px;
    position: absolute;
    top: 0;
    width: 120px;
}

#menu{
	background: 0 none;
	margin-bottom: 80px; /* Redmine #47661 */
}

#zoneCompte {
    background-color: #0F42B0;
}

#zoneCompte button{
    background: none repeat scroll 0 0 transparent;
    display: block;
    margin: 0 0 0 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    width: 87%;
}

#zoneCompte button:focus,
#zoneCompte button:hover, 
#zoneCompte button:hover ~ span,
#zoneCompte button:focus ~ span  {
    background: none repeat scroll 0 0 #EEEEEE;
    color: #2A6496;
}
/* et correction des décalages provoqué par la taille et l'ombré du bouton de déconnexion + gestion a11y */
#zoneCompte button{
    margin-bottom: 3px;
    margin-top: 2px;
    padding-bottom: 12px;
    padding-top: 13px;
}
#zoneCompte span.label.label-default {
    background: none repeat scroll 0 0 transparent;
    display: block;
    font-style: italic;
    font-weight: 100;
    margin-top: -16px;
    max-height: 16px;
    position: relative;
}

#zoneInformation .information {
    background-color: #0F42B0;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 5px #000000 inset;
    color: #FFFFFF;
    font-size: 0.9em;
    margin: auto;
    padding: 5px;
    text-align: center;
    width: 90%;
}


/****************
 * TOPBAR
 ****************/

/**** Lien d'évitement ****/
a.evitement {	
    color: #222233 !important;
    display: block;
    font-weight: 700;
    background: #fff;
   	padding: .5em;
   	position: absolute;
   	left: -99999px;
   	z-index: 100;
   	line-height: 1.2;
}

a.evitement:focus {
   left: 0;
}


/**** PROFIL ****/
.choixProfil {
	padding: 10px;
	margin-top: 16px;
	text-align: right;
}

.choixProfil .dropdown-header {
	color: black;
	font-style: italic;
	 white-space: normal;	/* #6231 Problème d'affiche du libellé de la raison sociale */
}

.choixProfil .dropdown-menu > li > a:hover,
.choixProfil .dropdown-menu > li > a:focus {
	color: #2A6496;
}

.choixProfil .dropdown-menu {
	width: 300px;
}

/*
.choixProfil .dropdown {
	text-align: right;
}*/
 
.choixProfil .dropdown .fa-user {
    padding-left: 5px;
}

/* Mon compte */

.nomUtilisateur {
    color: white;
    font-size: 1.2em;
    margin-left: 60px;
}

.compte .tab-content {
	border: none;
}

#menuCompte {
    background-color: #E9F0FA;
    height: 51px;
    margin: -30px -15px 0;
    padding: 0;
}

#menuCompte.nav.nav-tabs {
	padding-left: 50px;
}

#menuCompte a {
	background: inherit;
	border: none;
	box-shadow: inherit;
	color: #0F42B0;
    font-size: 1.2em;
}

#menuCompte li {
	padding-top: 4px;
}
#menuCompte li.active {
    border-bottom: 5px solid #0F42B0;
}


#informations {
	background-color: #E9F0FA;
    border-radius: 5px;
    margin: 20px;
    padding: 20px;
}

#informations a {
    color: #5C6877;
    float: right;
    font-size: 0.75em;
    font-weight: bold;
    margin-right: 40px;
}







/****** LOGIN *****/
#register {
	float: left;
}


/***** MENU ****/

/* Couleur menu actifs / focus */
#menu .active.single-menu  a,
#menu .active a.dropdown-toggle, 
#menu .open .dropdown-toggle a, 
#menu a:hover, 
#menu a:focus, 
.choixProfil a.btn {
	color: #2a6496;
	background: #eee;
}

.breadcrumb {
    border-radius: 0px 0px 0px 0px;
	font-weight: bold;
	margin: -10px -15px -5px;
    padding: 5px 25px 5px 48px;
}

.steps-xs .breadcrumb {
	margin: 0;
	padding: 10px 5px;
}


.steps-xs .breadcrumb a.disabled,
.steps-xs .breadcrumb a.current {
	font-weight: normal;
	cursor: default;
	text-decoration: none;
}


.steps-xs .breadcrumb a.disabled {
	color: #333;
}

.nav.navbar-nav > li {
    width: 100%;
}
/* surcharge RGAA (à cause du fond bleu clair) */
.navbar-default .navbar-brand, 
.navbar-default .navbar-nav > li > a {
	color: #ffffff;
}

.breadcrumb .active {
	font-weight: normal;
}

.breadcrumb > li + li:before {
	content: "\f054";
	font-family:  FontAwesome, Sans-serif;  /* To avoid SonarQube alert */
	/*font: normal normal normal 14px/1 FontAwesome;*/
	color: #2A718C;
}

/* Bug teleservice.css */
.breadcrumb > li:nth-child(2):before {
	display: inherit;
	color: #2A718C;
}


.login-modal .modal-dialog {
	margin: auto;
	margin-top: 20px;
}

.dalia-social-login {
	text-align: center;
	width: 300px;
	margin: auto;
}

.login-button {
	height: 47px;
    margin-bottom: 15px;
    padding-top: 5px;
    font-size: 25px;
    cursor: pointer;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
.login-button:hover, 
.login-button:focus {
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}


.france-connect {
	text-align: center;
	cursor: pointer;
}
.france-connect a {
	display:block;
	margin-bottom: 20px;
}

.fc-login {
	background-image: url("../../static/images/fc.png");
	color: #034ea2;
}

.google-login {
	background-image: url("../../static/images/google.png");
	color: white;
}

.fb-login {
	background-image: url("../../static/images/fb.png");
	color: white;
}

.dalia-social-login img {
	height: 50px;
    margin-bottom: 10px;
    width: 300px;
}

.hr-sect {
	display: flex;
	flex-basis: 100%;
	align-items: center;
	margin: 8px 0px;
	font-size: 25px;
	text-align: center;
}
.hr-sect::before,
.hr-sect::after {
	content: "";
	flex-grow: 1;
	background: rgba(0, 0, 0, 0.35);
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px 8px;
}

div.password {
    margin: 5px 10px;
}

.steps {
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.35);
    display: table;
    margin: 5px auto 5px;
    overflow: hidden;
}

.required {
    position: absolute;
    font-weight: unset;
}

.marianne { 
    background-image: url("../../static/images/marianne_blanche.svg");
    background-repeat: no-repeat;
    background-size: auto 30px;
    display: inline-block;
    /* float: right;  */
    height: 30px;
    margin: -5px;
    opacity: 0.15;
    padding: 0;
    position: absolute;
    width: 68px;
}






/********************************
 * Fil d'Ariane 				*
 ********************************/
 .filAriane {
	float: right;
	text-align: right;
	margin-right: 15px;
	margin-top: 25px;
	width: 400px;
}

 .filAriane .gwt-InlineLabel {
 	display:none;
 }
 
 .filAriane a {
 	margin: auto 10px;
 }
 
 .filAriane a.current .gwt-InlineLabel {
 	display: inline;
 	vertical-align: middle;
	text-align: left;
 }
 
 .filAriane .etape {
 	color: #FFFFFF;
    background-color: #15881D;
 	
    border: 2px solid #15881D;
    border-radius: 20px 20px 20px 20px;
    display: inline-block;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 40px;
 }
 
.filAriane .current .etape {
	color: white;
	background-color: #0f42b0;
	border-color: #0f42b0;
	margin-right: 4px;
	box-shadow: 0 0 3px 3px;
}

.filAriane a.current .gwt-InlineLabel {
	display: inline-block;
	width: 150px;
	vertical-align: middle;
	text-align: left;
	transition: all 0.5s;
}

.filAriane .etape:hover,
.filAriane .etape:focus {
    box-shadow: 0 0 3px 3px;
}

.filAriane .disabled .etape {
	color: #E9F0FA;
    background-color: #555;
    border-color: #aaa;
}
 
.filAriane a, 
.filAriane a:hover, 
.filAriane a:active, 
.filAriane a:focus {
    text-decoration: none;
}
.filAriane a:focus {
    outline-color: #0F42B0;
    outline-width: 6px;
    outline-style: dashed;
}
.filAriane a.disabled {
    cursor: default;
}

.alerteIcone {
    font-weight: 700;
}

/* CGU */
.modal_CGU .modal-dialog {
	width: 90%;
}

.modal_CGU .modal-dialog .modal-body {
	background-color: rgba(0, 0, 0, 0.05);
}

.CGU .panel.panel-default .panel.panel-default {
    box-shadow: none;
    margin-bottom: 5px;
    margin-top: 10px;
}
.CGU blockquote {
    border: medium none;
}
.CGU h1 {
	text-align: center;
	font-weight: bold;
	border : none;
	margin-bottom: 30px;
}
.CGU h2 {
    font-weight: bold;
    border : none;
}
.CGU h3 {
    color: #0F42B0;
    font-weight: bold;
    margin-left: 5px;
}
h2 span.next > a:hover:after,
h2 span.next > a:focus:after {
    color: #444444;
}

h2 span.next > a:after,
h3 span.next > a::after {
    color: #999999;
    content: "▼";
    display: inline-block;
    position: absolute;
    right: 30px;
    text-decoration: underline;
}
h3 span.next > a::after {
    right: 50px;
    font-size: 0.9em;
}


.confirmation_cgu {
    text-align: center;
/*
     margin-left: 50%;
    transform: translateX(-50%);
*/
}
.confirmation_cgu div {
    display: inline-block;
    vertical-align: middle;
}
.confirmation_cgu .checkbox {
    /* display: inline-block; */
}
.confirmation_cgu .checkbox-label-CGU {
    margin: auto 15px;
    text-align: left;
    width: 65%;
}
/* Adaptations du popup de conf de new DKS si sans compte */
.confirmation .modal .modal-dialog {
    min-width: 800px;
}
.confirmation .modal .modal-footer{
	text-align: center;
	padding: 15px 0;
}
.modal-footer .btn, 
.modal-footer .btn + .btn {
   	margin-bottom: 5px; /* pour séparer les boutons en cas de resize petit et de bouton à la ligne ... */
}

 .modal-footer .btn + .btn {
 	margin-right: 5px; 
 }



/* Aides */
.aides > .row {
    margin-bottom: 15px;
    margin-left: 15px;
}

.aides button {
	min-width : 80%;
}



/* ****************** */


.checkbox:before,
.checkbox:after {
    border-radius: 2px 2px 2px 2px;
    content: "";
    display: inline-block;
	
}
.checkbox:before {
    border: 2px solid #0F42B0;
    height: 18px;
    left: 15px;
    position: relative;
    width: 18px;
}
.checkbox.checked:after {
	background-color: #2972CE;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    height: 10px;
    left: 19px;
    position: absolute;
    top: 6px;
    width: 10px;
}

.checkbox input[type="checkbox"] {
    display: block;
    opacity: 0;
    position: absolute;
    z-index: 1;
}
/* Redmine : #26068 */
.checkbox input[type="checkbox"]:focus {
    opacity: 1;
    box-shadow: 0px 2px 2px 2px #333;
}


/* Hack du potentiel pbl de .modal.fade.in qui génère un padding-right de 19px sur le body (pour compenser la scrool box) et qui n'est pas retiré quand on quitte le popup */
.modal.fade.in {
    height: 101%;
}



/* Hack des label dans un row */
.form-group .row .form-label {
    padding-left: 15px;
    padding-right: 15px;
}
	

/* Page de déconnexion fin de session */
.fin_session.deconnection {
    margin-left: -230px;
    padding: 20px;
}
.fin_session.deconnection h1, 
.fin_session.deconnection a {
    margin-top: 80px;
    text-align: center;
    width: 100%;
}


.alert-info {
    background-color: #E9F0FA;
    border-color: #0F42B0;
    color: #000000;
}


.faq-recherche {
	width:80%;
	float:right;
}




/* Assistance */
.aides.faq,
.aides.sau,
.aides.documents {
	line-height: 2.5rem;
}

.btnAssistance,
.btnAssistance:hover,
.btnAssistance:focus,
.btnAssistance a {
    color: white;
    display: block;
    font-size: 1.5rem;
    margin: 1rem;
    background-color: #0C8487;
}
a.btnAssistance {
	color: white;
}
.btnAssistance a {
    margin: 1rem 0;
}
.btnAssistance.demande {
	text-align: center !important;
    padding: 2rem 1rem 2rem 1rem;
    background-image: -webkit-gradient(linear,left top,right top,from(#0F42B0),to(#0C8487));
    background-image: linear-gradient(90deg,#0F42B0,#0C8487);
    background-repeat: repeat-x;
}

/* Suite XWIKI-isation de Infos Douane Service ...*/
.assistance.xwiki{
	min-height: 500px;
}
.assistance.texte li{
	padding-top: 2em; 
}

/* ... qui remplace : */
.btnAssistance.telephone{
	min-height: 12em;
	font-size: 1em;
    text-align: left !important;
    background-color: #0C8487;
    display: block;
	position: relative;
}
.btnAssistance.telephone > svg{
	display: block;
	position: relative;	
}
.btnAssistance_telephone_textes{
	position: absolute; 
	display: inline-block;
	padding: auto 1rem;
	font-size: 2em;
}
.btnAssistance_telephone_textes .numeroAide {
    font-size: 1em;
    font-weight: 700;
}
.btnAssistance_telephone_textes .sousNumeroAide {
    font-size: 0.8em;
    font-weight: normal;
}
.btnAssistance_telephone_textes span {
    font-size: .5em;
}




/* Permet d'afficher un tooltip sur un bouton désactivé */
.tooltip-wrapper-btn-disabled {
	display: inline;
	cursor: not-allowed;
}
.tooltip-wrapper-btn-disabled button[disabled] {
	pointer-events: none;
}

.dks-submitted {
    padding-left: 5%;
    padding-right: 5%;
}

.mon-avis {
	margin: -120px 0 50px;
}
.mon-avis img {
    padding: 6px;
}
.mon-avis a:focus img, 
.mon-avis a:hover img, 
.mon-avis img:hover, 
.mon-avis img:focus {
    padding: 4px 8px 8px 4px;
	box-shadow: 0 0 2px 0 #77FF77, 0 0 2px 3px #FFFFFF, 1px 1px 2px 3px #000000, 2px 2px 6px #000000;
}

/* Correction des écarts entre les popup de login si cliqué depuis "se connecter" ou depuis "j'ai déjà un compte" */
.fromDeposer .modal.fade.login-modal.in {
    height: 850px;
    position: absolute;
}

/* pbl de boutons décalés #25144 */
.panel-footer .btn {
    margin-bottom: 5px;
    margin-right: 5px;
}

/* pour les liens de footer et mentions légales */
footer a div{
	display: inline-block;
    margin: auto;
}
footer .mentions {
    display: inline-block;
    margin: auto 6px;
}
footer .mentions:hover,
footer .mentions:focus {
	text-shadow: 1px 1px #000000, 1px 1px 1px #000000, 0 0 3px #000000;
}

footer .mentions:focus,
footer .mentions:hover {
    box-shadow: 0 0 2px 2px #FFFFFF;
    display: inline-block;
}

footer .message-legal-accessibilite {
    font-size: 0.8em;
}

/* surcharge de gwtbootstrap3-douane-2018-a11y.css avec gestion spécifique si petit écrans */
.toolsBlockDiv .form-group.form-group-sm, 
.toolsBlockDiv .form-group.form-group-sm input {
    font-size: 0.9em;
}


/* ***************** Déclaration ****************** */
.typeDks {
    text-align: center;
}

.typeDks .fa {
	color: #0F42B0;
    cursor: pointer;
    font-size: 10em;
}




div.gwt-Label.informationMdp {
    background-color: #FAFAFA;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 1px 3px inset;
    color: #222222;
    font-size: 0.9em;
    margin-left: 11px;
    margin-right: 11px;
    margin-top: -5px;
    padding: 3px 15px;
}


.information.alerte {
    background-color: #F7EDD9;
    margin: 3rem 6% auto;
    padding: 1rem;
    width: 88%;
}

.information.alerte + .information.alerte {
    margin: -20px auto 0;
}


/* mise en forme des sous titre de l'application : */
.entete h1 + h2 {
    color: #222222;
    font-size: 14px;
    padding: 0;
}


.infoFranceConnect {
	margin-top: 12px;
}

.fcLoginBtn button, 
.fcLoginBtn button:hover {
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
}