@CHARSET "UTF-8";

/*****************
 * Générique
 */
 
 /*RESET STYLES*/
body { line-height: 1; }
/*ol, ul { list-style: none; }*/
/*li {list-style: none;}*/
img {
    border: none;
    max-width: 100%; /* nécessaire pour cropper.js */
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
ins { text-decoration: none; }
del { text-decoration: line-through; }	
table { border-collapse: collapse; border-spacing: 0; }
button {
	overflow: visible;
}

body, input, textarea {
	font-family:'Arial Normal', 'Arial';
	font-weight:400;
	font-style:normal;
	font-size:13px;
	color:#333333;
	line-height:normal;
	background-color: #FFFFFF;
}
body {
	margin-bottom: 30px;
}
.page-header {
	margin: 0 0 0 0;
}

.containerTot {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

#overlay {
	background: #ffffff;
	color: #666666;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 5000;
	top: 0;
	left: 0;
	float: left;
	text-align: center;
	padding-top: 25%;
	opacity:0.6;
}

select {
	font: 12px Arial, Helvetica, sans-serif;
}

a {
	color: #01233c;
}
a:hover, a.active {
	color: #222;
}
a:focus{
	outline:thin dotted
	}

h1 {
	font-family:'Arial Normal', 'Arial';
	font-size:26px;
	color:#2d77b8;
}
.sous-titre_h1 {
	font-family:'Arial Normal', 'Arial';
	font-size:20px;
	color:#666666;
}
h2 {
	font-family:'Arial Normal', 'Arial';
	font-size:20px;
	color:#01233c;
    font-weight:bold;
}
h3 {
	font-family:'Arial Gras', 'Arial';
	font-weight:normal;
	font-style:normal;
	font-size:16px;
	text-align:left;
}
h4 {
    color: #2d77b8;
    font-weight:bold;
}

.fil_ariane {
	font-size:10px;
	color:#01233c;
}

h1 a, h2 a, h3 a, h4 a {
	text-decoration: none; color: inherit;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: underline;
}

.underline {
	text-decoration: underline;
}

.fa, .pointer {
	cursor: pointer;
}

.disabled {
	color: #868686;
	font-style: italic;
	cursor: not-allowed;
}

/*input:invalid, input.error {
  background-color: #ffdddd;
}*/
input.error {
  background-color: #ffdddd;
}

.error, .comExists {
	font-weight:bold;
    color: red;
}

.divFormError {
	margin-bottom: -15px;
	margin-top: 10px;
	color: red;
}

.inline, input[type="file"].inline {
	display: inline;
}

.center {
	text-align: center;
}

.vcenter {
    display: flex;
    align-items: center;
}

.vbottom {
	display: flex;
	bottom: 0;
}

.margin-top-05 { margin-top: 0.5em; }
.margin-top-10 { margin-top: 1.0em; }
.margin-top-12 { margin-top: 1.2em; }
.margin-top-15 { margin-top: 1.5em; }
.margin-top-20 { margin-top: 2.0em; }
.margin-top-25 { margin-top: 2.5em; }
.margin-top-30 { margin-top: 3.0em; }

.margin-bottom-05 { margin-bottom: 0.5em; }
.margin-bottom-10 { margin-bottom: 1.0em; }
.margin-bottom-15 { margin-bottom: 1.5em; }
.margin-bottom-20 { margin-bottom: 2.0em; }
.margin-bottom-25 { margin-bottom: 2.5em; }
.margin-bottom-30 { margin-bottom: 3.0em; }

.margin-left-05 { margin-left: 0.5em; }
.margin-left-10 { margin-left: 1.0em; }
.margin-left-15 { margin-left: 1.5em; }
.margin-left-20 { margin-left: 2.0em; }
.margin-left-25 { margin-left: 2.5em; }
.margin-left-30 { margin-left: 3.0em; }
.margin-left-50 { margin-left: 5.0em; }

.margin-right-05 { margin-right: 0.5em; }
.margin-right-10 { margin-right: 1.0em; }
.margin-right-15 { margin-right: 1.5em; }
.margin-right-20 { margin-right: 2.0em; }
.margin-right-25 { margin-right: 2.5em; }
.margin-right-30 { margin-right: 3.0em; }
.margin-right-50 { margin-right: 5.0em; }

.alignRight {
	text-align: right;
}

.verticalTop {
	vertical-align: top;
}

.fontSize20 {font-size: 20px;}

ul.ulPoint {
	list-style-type: none;
}

ul.ulPoint li::before {
	content: "• ";
	color: #2d77b8; /* or whatever color you prefer */
}


/****************
* Header
*/
.titre {
	font-size: 25px;
}

.page-header {
	padding-bottom: 0;
}
.navbar {
	margin-bottom: 0;
}
.navbar-nav {
	margin: 45px 0 0 0;
}

.navbar li:last-of-type {
	position: absolute;
	right: 0;
	border-left: solid #FFF 1px;
	border-right: none;
}

.flash-alert {
	background-color: #ffffff;
	z-index: 999999;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	border-bottom: 2px solid #acacac;
	min-height: 1px;
	text-align: center;
}

.flash-alert-wrapper {
	width: 1000px;
	margin: 0px auto;
}

.navbar-brand > img.imgMenu {
	display: inline;
	height: 80px;
}

.navbar-brand > img.imgMenuOpp {
	display: inline;
	height: 35px;
}

/****************
* Menu
*/

button[type=button].navbar-toggle {
	color: #fff;
	padding: auto;
	padding-top: 5px;
	margin: auto;
	height: auto;
	width: auto;
}

.navbar-default {
	background-color: transparent;
	border: none;
}

.navbar-default .navbar-nav>.active>a {
    color:#FFF;
    background-color:#2d77b8;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right:1px;
}
.navbar-default .navbar-nav>.active>a:hover {
    background-color :#2d77b8;
    color:#FFF;
}

.navbar-default .navbar-nav>li>a {
    color:#FFF;
    background-color:#01233c;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right:1px;
    border-right: solid #FFF 1px;
}

.navbar-default .navbar-nav>li>a:hover {
    background-color:#2d77b8;
    color:#FFF;
}

.navbar-default .navbar-nav > li > a:focus {
	color: #FFF;
}

.navbar-default .navbar-nav>.active>a .navbar-default .navbar-nav>li>a:hover {
    background-color:#2d77b8;
    color:#FFF;
}

.navbar-default .navbar-nav>.open>a:focus {
    background-color:#2d77b8;
    color:#FFF;
}

.navbar-right {
    margin-top:60px;
}

.navbar-nav {
    margin-left:0px;
    margin-top:60px;
    text-transform:uppercase;
}
.nav-menu {
    width: 100%;
    background-color: #01233c;
	color: #FFF;
}

.container-menu {
    padding: 0;
}

.navbar-collapse {
    padding:0;
}


/****************
* file d'ariane
*/

.breadcrumb {
	margin: 0;
	background-color: transparent;
    font-weight:bold;
	font-size: 15px;
	color: #2d77b8;
}
.breadcrumb > li + li::before {
	content: ">";
}

/*****************
 * Boutons
 */
input[type=button], input[type=submit], button[type=reset], button[type=submit], button[type=button].btValide,
button[type=button].ui-state-default, button[type=button].ui-widget-content button[type=button].ui-state-default, div.btValide {
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	transition: all 0.15s;
	color: #eeeeee;
	background: #2d77b8;
	display: inline-block;
	padding: 0 15px;

	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: .5em .4em .5em 0;
	height: 22px;

}
input[type=buton].ui-dialog-titlebar-close {
	margin: -10px 0 0 0;
}
.ui-dialog-buttonset > button[type=button] {
	margin: .5em .4em .5em 0;
	height: 22px;
}
input[type=button]:hover, input[type=submit]:hover, button[type=submit]:hover, .ui-button .ui-state_defaut .ui-state-hover,
.ui-dialog-buttonset > button[type=button]:hover {
  opacity:0.6;
 }

input[type=button].oppbtp, button[type=button].oppbtp, button[type=submit].oppbtp {
	color: #fff;
	background: #2d77b8;
	border-color: #d43f3a;
}
input[type=button].oppbtp:hover, button[type=button].oppbtp:hover, button[type=submit].oppbtp:hover {
	opacity:0.5;
}

button[type=submit].oppbtp {
	margin: 0 5px;
}

input[type=button].delete, div.delete input[type=submit], button[type=button].delete, div.delete button[type=submit], button.error, .btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
input[type=button].delete:hover, input[type=submit].valid:hover, button[type=button].delete:hover, button[type=submit].valid:hover, button.error:hover, .btn-danger:hover {
	opacity:0.5;
}

input[type=submit].dupliquer {
	width: auto;
	float: left;
}

button[type=button].btMarginClean {
	margin: inherit;
}


/*******************
 * Listes / Pagination
 */
 .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, 
 .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #2d77b8;
    border-color: #2d77b8;
 }
 
 .pagination > li > a, .pagination > li > span {
    color: #2d77b8;
}

 .dataTable > thead {
	 font-family: 'Arial Gras', 'Arial';
	 font-weight: 700;
	 font-style: normal;
	 font-size: 12px;
	 text-transform: uppercase;
	 color: #2d77b8;
	 height: 50px;
 }
 .dataTable > thead > tr > th {
	 vertical-align: middle;
 }

 .even {
	 background-color: #e1e8eb;
 }
 .odd, .table-striped > tbody > tr:nth-of-type(2n+1) {
	 background-color: #a8bcc2;
 }

table.dataTable thead .sorting_desc::after {
	content: "\e252";
	opacity: 1;
	/*margin-bottom: 8px;*/
}

table.dataTable thead .sorting_asc::after {
	content: "\e253";
	opacity: 1;
	/*margin-bottom: 8px;*/
}
table.dataTable thead .sorting::after {
	/*margin-bottom: 8px;*/
}
@-moz-document url-prefix() {
	table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting::after {
		margin-bottom: 8px;
	}
}
.header-actions {
	position: absolute;
	margin-top: 10px;
	margin-left: 10px;
}
.navbar-actions {
	margin-bottom: 0;
	list-style: none;
}
.navbar-actions .dropdown > .a {
	padding: 3px;
}

.navbar-actions .open > a, .navbar-actions .open > a:focus, .navbar-actions .open > a:hover, .navbar-actions  > a:hover {
	color: #2d77b8;
}

.dropdown-actions {
	margin: -30px 0 0 -162px;
}
.dropdown-toggle  {
    background-color:#01233c;
}

.listeActions {
	text-align: center;
}
.listeActions a i, .listeActions a span {
	padding: 2px;
}
.actionListe {
	font-size: 18px;
}
/**
* TABLES
 */
.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
	border: 1px solid #808384;
}

.table.noborder > tbody > tr > td, .table.noborder > tbody > tr > th, .table.noborder > tfoot > tr > td, .table.noborder > tfoot > tr > th,
.table.noborder > thead > tr > td, .table.noborder > thead > tr > th {
	border: none;
}

/**
 *
 */
.nowrap {
    white-space:nowrap;
    }
    
.acc_login {
	margin: auto auto;
	width: 300px;
	padding: 40px;
	background-color: #e4e4e4;
}

/****************
* Formulaires
*/

h4.utiCreMod {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.divForm {
	background-color: #FFFFFF;
    border:1px solid #ccc;
	padding: 15px;
	margin-top: 5px;
}

.divForm > table > tbody > tr > th, .divForm > table > tbody > tr > td {
	padding: 5px 10px;
}

.divForm > table > tbody > tr > th {
	text-align: right;
}



.required > a.labelHelp {
	float: right;
	margin-left: 3px;
}

.btn {
	font-size: 12px;
	padding: 3px 6px;
}
.btn-breadcrumb>.btn {
	font-size: 14px;
}

.tableForm tr th {
	max-width: 350px;
}
.form-control {
	font-size: 12px;
	width: auto;
	height: 30px;
}

.input-group-addon {
	padding: 6px 22px 8px 12px;
	float: left;
}

.input-group .form-control {
	width: auto;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #ffffff;

}

.widthFit {
	width: 100%;
}

input[type="file"] {
	display: inherit;
}


/****************
* Resultats
*/
.panel-default > .panel-heading {
	color: #ddd;
	font-weight: bold;
	font-size: 12px;
}
.panel-heading {
    padding: 10px 5px;
    text-align: center;
    color: #ddd;
}
.panel-body {
	padding: 15px 15px;
}
.panel-body {
	text-align: center;
    background-color: #2a2938;
}


.panel {
	margin-bottom: 5px;
	margin-top: 0;
}

.ui-widget {
    font-size: 0.8em;
}
.ui-slider-horizontal {
    height: .3em;
}

.searchActiv {
	color: #47a447;
}

/***************
* Widgets
 */
.ui-widget {
	font-size: 13px;
}
.ui-widget-content{
	background-color: #FFF;
}
.ui-widget-header {
	border: 1px solid #a8bcc2;
	background-color: #FFF;
	color: #01233c;
	font-weight: bold;
	font-size: 14px;
    border-top:none;
    border-right:none;
    border-left:none;
}
.ui-dialog .ui-dialog-content {
	background-color: #fff;
	color: #01233c;
}

.ui-dialog .ui-dialog-titlebar-close {
	background-color: #2d77b8;
    color: #fff;
}
.ui-dialog-titlebar {
    background-color: #2d77b8;
    color: #FFF;
}

.ui-state-error .ui-dialog-titlebar {
	background-color: #2d77b8;
	color: #FFF;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background-color:#2d77b8;
    color:white;
	border: 1px solid #2d77b8;
}

.ui-accordion-header-collapsed {
	background-color: #d3b3ac;
	color:#2d77b8;
	border: 1px solid #d3b3ac;
}

.ui-state-hover a:hover{
    background-color:#01233c;
    color:white;
}

.ui-autocomplete {
	z-index:2000 !important;
}
.autocompleter {
	z-index:2000 !important;
}

.ui-button .ui-icon {
    background-image: url("/css/images/ui-icons_ffffff_256x240.png");
}

.popover {
	max-width: 100%;
}

.accordion {
	margin-bottom:1em;
}

.ui-datepicker {
	z-index: 100 !important;

}

a.btn.btn-default{
	font-size: 14px;
}

.btn-group {
	display: inline;
}
.btn-group.btn-breadcrumb {
	display: inline-block;
}

.dataTables_wrapper > .dt-buttons > .btn {
	margin-bottom: 10px;
}

.dropdownChkBox {
	top: auto;
	left: auto;
	padding: 5px 5px;
	width: 500px;
	margin-bottom: 30px;
}

.btn-default.dropdownBtChkBox {
	background-color: #fff;
	color: #01233c;
}
.dropdownBtChkBox .caret {
	margin-left: 10px;
}

/*********
* Toggle Switch
 */
/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 46px;
	height: 26px;
	margin-bottom: -8px;
}

/* 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: 18px;
	width: 18px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

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

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

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

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

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

/****************
* Breadcrumbs Arrow
 */
/** The Magic **/
.btn-breadcrumb a {
	text-transform: uppercase;
	font-weight: bold;
}
.btn-breadcrumb .btn:not(:last-child):after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
	border-left: 10px solid white;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	left: 100%;
	z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
	border-left: 10px solid rgb(173, 173, 173);
	position: absolute;
	top: 50%;
	margin-top: -22px;
	margin-left: 1px;
	left: 100%;
	z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn {
	padding:12px 18px 12px 24px;
}
.btn-breadcrumb .btn:first-child {
	padding:12px 12px 12px 20px;
}
.btn-breadcrumb .btn:last-child {
	padding:12px 24px 12px 24px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
	border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
	border-left: 10px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
	border-left: 10px solid #01233c;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
	border-left: 10px solid #adadad;
    color: #FFF;
}
.btn-default {
	color: #2d77b8;
}
.btn-default:hover {
    background-color:#01233c;
    color:white;
}
.btn-default.focus, .btn-default:focus {
    background-color:#01233c;
    border-left-color:#01233c;
    color:white;
}

/** Activ button **/
.btn-breadcrumb .btn.btn-activ:not(:last-child):after {
	border-left: 10px solid #2d77b8;
}
.btn-breadcrumb .btn.btn-activ:not(:last-child):before {
	border-left: 10px solid #2d77b8;
}
.btn-breadcrumb .btn.btn-activ:hover:not(:last-child):after {
	border-left: 10px solid #2d77b8;
    color: #FFF;
}
.btn-breadcrumb .btn.btn-activ:hover:not(:last-child):before {
	border-left: 10px solid #2d77b8;
}
.btn-activ {
	color: #fff;
	background-color: #2d77b8;
	border-color: #2d77b8;
}
.btn-breadcrumb .btn.btn-activ:focus:not(:last-child):after {
    border-left-color:#2d77b8;
    color:#FFF;
}


/** Inactiv button **/
.btn-breadcrumb .btn.btn-inactiv:not(:last-child):after {
	border-left: 10px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-inactiv:not(:last-child):before {
	border-left: 10px solid #bbb;
}
.btn-breadcrumb .btn.btn-inactiv:hover:not(:last-child):after {
	border-left: 10px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-inactiv:hover:not(:last-child):before {
	border-left: 10px solid #bbb;
}
.btn-inactiv {
	color: #bbb;
	background-color: #ebebeb;
	border-color: #bbb;
	pointer-events: none;
	cursor: default;
}

/** Primary button **/
.btn-breadcrumb .btn.btn-primary:not(:last-child):after {
	border-left: 10px solid #428bca;
}
.btn-breadcrumb .btn.btn-primary:not(:last-child):before {
	border-left: 10px solid #357ebd;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):after {
	border-left: 10px solid #3276b1;
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):before {
	border-left: 10px solid #285e8e;
}

/** Success button **/
.btn-breadcrumb .btn.btn-success:not(:last-child):after {
	border-left: 10px solid #5cb85c;
}
.btn-breadcrumb .btn.btn-success:not(:last-child):before {
	border-left: 10px solid #4cae4c;
}
.btn-breadcrumb .btn.btn-success:hover:not(:last-child):after {
	border-left: 10px solid #47a447;
}
.btn-breadcrumb .btn.btn-success:hover:not(:last-child):before {
	border-left: 10px solid #398439;
}

/** Danger button **/
.btn-breadcrumb .btn.btn-danger:not(:last-child):after {
	border-left: 10px solid #d9534f;
}
.btn-breadcrumb .btn.btn-danger:not(:last-child):before {
	border-left: 10px solid #d43f3a;
}
.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):after {
	border-left: 10px solid #d2322d;
}
.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):before {
	border-left: 10px solid #ac2925;
}

/** Warning button **/
.btn-breadcrumb .btn.btn-warning:not(:last-child):after {
	border-left: 10px solid #f0ad4e;
}
.btn-breadcrumb .btn.btn-warning:not(:last-child):before {
	border-left: 10px solid #eea236;
}
.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):after {
	border-left: 10px solid #ed9c28;
}
.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):before {
	border-left: 10px solid #d58512;
}

/** Info button **/
.btn-breadcrumb .btn.btn-info:not(:last-child):after {
	border-left: 10px solid #5bc0de;
}
.btn-breadcrumb .btn.btn-info:not(:last-child):before {
	border-left: 10px solid #46b8da;
}
.btn-breadcrumb .btn.btn-info:hover:not(:last-child):after {
	border-left: 10px solid #39b3d7;
}
.btn-breadcrumb .btn.btn-info:hover:not(:last-child):before {
	border-left: 10px solid #269abc;
}

/**************
* Gedmo Histo
 */

i.gedmoHisto {
	display: inline;
	margin-left: 10px;
}
h4.gedmoHisto {
	font-size: 14px;
}
ul.gedmoHisto {
	padding-left: 1.4em;
}
ul.gedmoHisto li {
	font-size: 13px;
}

/**************
* File Upload
 */
.fileinput-button {
    background-color:#2d77b8;
}

.fileinput-button:hover {
    background-color:#2d77b8;
}

/**************
* Articles
 */
.headerArticle {
    margin: 0 5px 10px 5px;
}
.contenuArticle {
    margin: 0 10px;
}


/**************
* Recherche
 */
.tabRecherche {
	width: 100%;
}

.tabRecherche tr th, .tabRecherche tr td {
	padding: 5px 0;
}

.dataTables_filter {
	float: left !important;

}
div.dataTables_wrapper div.dataTables_filter label {
	font-weight: bold;
}

/**************
* Fiche
 */

.tblTheme {
    border: 1px solid #3d3d3d;
    margin-bottom: 10px;
    cursor: pointer;
    width: 100%;
}
.tblTheme tr td {
    border: 1px solid #3d3d3d;
    padding: 5px;
    height: 50px;
}

.themePrimaire, .themePrimaireLgd {
    background-color: #f4b800;
}
.themeSecondaire {
    background-color: #428bca;
}

.tblLegendeTheme {
    border: 1px solid #3d3d3d;
    margin-bottom: 10px;
}

.tblLegendeTheme tr td {
    border: 1px solid #3d3d3d;
    padding: 5px;
}

.tblDomaine {
    border: 1px solid #3d3d3d;
    margin-bottom: 10px;
    cursor: pointer;
    width: 100%;
}
.tblDomaine tr td {
    border: 1px solid #3d3d3d;
    padding: 5px;
    text-align: center;
    height: 50px;
}

.domaineSelectionne {
    background-color: #f3a09f;
}

.template {
    display: flex;
    margin: 5px;
    cursor: pointer;
}
.template:hover {
    opacity: 0.6;
    background-color: #f7f7f7;
}
.templateTitre {
    margin-left : 10px;

}
.templateModele {
    float: left;
}
.templateModele img {
    border: solid 1px #000000;
    width: 100px
}

.thumbFiche {
	border: solid 1px #000000;
}

.texteFiche {
	resize: none;

}

#FicheDescription {
	width: 800px;
	height: 595px;
	border: solid 1px #000000;
	position: relative;
}

.imgContainer {
	position: relative;
	margin: 5px 0;
}

.imgImage {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
}

.imgMiddle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}

.imgContainer:hover .imgImage {
	opacity: 0.3;
}

.imgContainer:hover .imgMiddle {
	opacity: 1;
}



.imgText {
	background-color: transparent;
	color: black;
	font-size: 12px;
	padding: 16px 32px;
}

.legende {
	margin-top: 5px;
}

/* TEMPLATE0 : initial pour éviter les sauts d'affichage */
.template0 {
	display: none;
}

/* TEMPLATE 1 */
#divTexte1.template_1_1, #divTexte1.template_2_1 {
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
}
#divPhoto1.template_1_1, #divPhoto2.template_1_1, #divPhoto1.template_2_1, #divPhoto2.template_2_1,
#divTexte2.template_1_1, #divTexte2.template_2_1 {
	display: none;
}

#divTexte1.template_1_1 textarea, #divTexte1.template_2_1 textarea, #divTexte1.template_1_1, #divTexte1.template_2_1 {
	width: 770px;
	height: 500px;
}

/* TEMPLATE 2 */
#divTexte1.template_1_2, #divPhoto1.template_1_2, #divTexte1.template_2_2, #divPhoto1.template_2_2 {
	display: block;
	position: absolute;
}

#divPhoto1.template_1_2 {
	left: 250px;
	top: 10px;
}

#divTexte1.template_1_2 {
	left: 10px;
	top: 300px;
}

#divPhoto1.template_2_2 {
	left: 10px;
	top: 150px;
}

#divTexte1.template_2_2 {
	left: 350px;
	top: 20px;
}

#thumb1.template_1_2, #thumb1.template_2_2 {
	width: 300px;
	height: 208px;
}

#divTexte1.template_1_2 textarea, #divTexte1.template_1_2 {
	width: 770px;
	height: 200px;
}

#divTexte1.template_2_2 textarea, #divTexte1.template_2_2 {
	width: 400px;
	height: 500px;
}


#divTexte2.template_1_2, #divPhoto2.template_1_2, #divTexte2.template_2_2, #divPhoto2.template_2_2 {
	display: none;
}

/* TEMPLATE 3 */
#divTexte1.template_1_3, #divPhoto1.template_1_3, #divTexte1.template_2_3, #divPhoto1.template_2_3 {
	display: block;
	position: absolute;
}

#divPhoto1.template_1_3, #divPhoto1.template_2_3 {
	left: 60px;
	top: 130px;
}

#divTexte1.template_1_3, #divTexte1.template_2_3 {
	left: 350px;
	top: 20px;
}

#thumb1.template_1_3, #thumb1.template_2_3 {
	width: 208px;
	height: 300px;
}

#divTexte1.template_1_3 textarea, #divTexte1.template_2_3 textarea, #divTexte1.template_1_3, #divTexte1.template_2_3 {
	width: 420px;
	height: 500px;
}


#divTexte2.template_1_3, #divPhoto2.template_1_3, #divTexte2.template_2_3, #divPhoto2.template_2_3 {
	display: none;
}

/* TEMPLATE 4 */
#divTexte1.template_1_4, #divTexte2.template_1_4, #divPhoto1.template_1_4, #divPhoto2.template_1_4,
#divTexte1.template_2_4, #divTexte2.template_2_4, #divPhoto1.template_2_4, #divPhoto2.template_2_4 {
	display: block;
	position: absolute;
}

#divPhoto1.template_1_4 {
	 left: 10px;
	 top: 10px;
 }
#divPhoto2.template_1_4 {
	left: 10px;
	top: 300px;
}

#divPhoto1.template_2_4 {
	left: 10px;
	top: 10px;
}
#divPhoto2.template_2_4 {
	left: 470px;
	top: 300px;
}

#divTexte1.template_1_4 {
	left: 350px;
	top: 10px;
}

#divTexte2.template_1_4 {
	left: 350px;
	top: 300px;
}

#divTexte1.template_2_4 {
	left: 350px;
	top: 10px;
}

#divTexte2.template_2_4 {
	left: 10px;
	top: 300px;
}

#thumb1.template_1_4, #thumb2.template_1_4, #thumb1.template_2_4, #thumb2.template_2_4 {
	width: 300px;
	height: 208px;
}

#divTexte1.template_1_4 textarea {
	width: 420px;
	height: 510px;
}

#divTexte1.template_2_4 textarea, #divTexte2.template_2_4 textarea, #divTexte1.template_2_4, #divTexte2.template_2_4 {
	width: 420px;
	height: 200px;
}

#divTexte2.template_1_4 {
	display: none;
}

/* TEMPLATE 5 */
#divTexte1.template_1_5, #divTexte2.template_1_5, #divPhoto1.template_1_5, #divPhoto2.template_1_5,
#divTexte1.template_2_5, #divPhoto1.template_2_5, #divPhoto2.template_2_5 {
	display: block;
	position: absolute;
}

#divPhoto1.template_1_5 {
	left: 10px;
	top: 10px;
}
#divPhoto2.template_1_5 {
	left: 550px;
	top: 250px;
}
#divPhoto1.template_2_5 {
	left: 10px;
	top: 150px;
}
#divPhoto2.template_2_5 {
	left: 580px;
	top: 150px;
}

#divTexte1.template_1_5 {
	left: 280px;
	top: 10px;
}

#divTexte2.template_1_5 {
	left: 10px;
	top: 350px;
}

#divTexte1.template_2_5 {
	left: 240px;
	top: 10px;
}

#thumb1.template_1_5, #thumb2.template_1_5,
#thumb1.template_2_5, #thumb2.template_2_5 {
	width: 208px;
	height: 300px;
}

#divTexte1.template_1_5 textarea, #divTexte2.template_1_5 textarea, #divTexte1.template_1_5, #divTexte2.template_1_5 {
	width: 480px;
	height: 200px;
}

#divTexte1.template_2_5 textarea, #divTexte1.template_2_5 {
	width: 320px;
	height: 500px;
}

#divTexte2.template_2_5 {
	display: none;
}

/* TEMPLATE 6 */
#divTexte1.template_1_6, #divTexte2.template_1_6, #divPhoto1.template_1_6, #divPhoto2.template_1_6,
#divTexte1.template_2_6, #divTexte2.template_2_6, #divPhoto1.template_2_6, #divPhoto2.template_2_6 {
	display: block;
	position: absolute;
}

#divPhoto1.template_1_6 {
	left: 10px;
	top: 10px;
}
#divPhoto2.template_1_6 {
	left: 440px;
	top: 300px;
}
#divPhoto1.template_2_6 {
	left: 10px;
	top: 10px;
}
#divPhoto2.template_2_6 {
	left: 440px;
	top: 300px;
}
#divTexte1.template_1_6 {
	left: 280px;
	top: 30px;
}

#divTexte2.template_1_6 {
	left: 10px;
	top: 380px;
}
#divTexte1.template_2_6 {
	left: 280px;
	top: 30px;
}

#divTexte2.template_2_6 {
	left: 10px;
	top: 380px;
}


#thumb1.template_1_6, #thumb1.template_2_6 {
	width: 208px;
	height: 300px;
}

#thumb2.template_1_6, #thumb2.template_2_6 {
	width: 300px;
	height: 208px;
}

#divTexte1.template_1_6 textarea, #divTexte1.template_1_6 {
	width: 480px;
	height: 200px;
}

#divTexte2.template_1_6 textarea, #divTexte2.template_1_6 {
	width: 350px;
	height: 120px;
}

#divTexte1.template_2_6 textarea, #divTexte1.template_2_6 {
	width: 480px;
	height: 200px;
}

#divTexte2.template_2_6 textarea, #divTexte2.template_2_6 {
	width: 350px;
	height: 120px;
}

.thematique {
	display: inline-block;
}
.thematique img {
	padding: 0;
	margin: 0;
	width: 20px;
	height: 20px;
}

.thematiqueSolution {
	margin-left: 20px;
}

.thematiqueNew {
	display: inline-block;
	margin-left: -4px;
}

.thematiqueDomaine {
	display: inline-block;
}

/*******************
 * Statut
 */

.divStatut {
	padding-top: 15px;
}

.label-statut {
	font-size: 100%;

}
.btn-label, .btn-label:hover, .btn-label:active, .btn-label:focus {
	color: #fff;
}
.label-en_creation {
    background-color: #f3a09f;
    border-color: #f3a09f;
}
button.label-en_creation:hover, button.label-en_creation:active {
    background-color: #f3a09f;
    border-color: #f3a09f;
    opacity: 0.7;
}
.label-nouvelle {
	background-color: #3a87ad;
	border-color: #3a87ad;
}
button.label-nouvelle:hover, button.label-nouvelle:active {
	background-color: #3a87ad;
	border-color: #3a87ad;
	opacity: 0.7;
}
.label-en_validation_technique {
	background-color: #f89406;
	border-color: #f89406;
}
.label-archive {
	background-color: #999999;
	border-color: #999999;
}
button.label-en_validation_technique:hover, button.label-en_validation_technique:active {
	background-color: #f89406;
	border-color: #f89406;
	opacity: 0.7;
}
.label-en_validation_edition {
	background-color: #b94a48;
	border-color: #b94a48;
}
button.label-en_validation_edition:hover, button.label-en_validation_edition:active {
	background-color: #b94a48;
	border-color: #b94a48;
	opacity: 0.7;
}
.label-validee {
	background-color: #468847;
	border-color: #468847;
}
button.label-validee:hover, button.label-validee:active {
	background-color: #468847;
	border-color: #468847;
	opacity: 0.7;
}
.label-publiee {
	background-color: #3a87ad;
	border-color: #3a87ad;
}
button.label-publiee:hover, button.label-publiee:active {
	background-color: #3a87ad;
	border-color: #3a87ad;
	opacity: 0.7;
}

.spanStatut {
	padding: 6px;
}

/*******************
 * Home
 */

#inner {
    display: table;
    margin: 0 auto;
    padding: 30px 0 20px 0;
}

.divAccLogo, .divAccTitre {
    display: inline;
    float: left;
    margin: 0 10px;
}

.logoAccueil {
    width: 160px;
}

.h1Accueil {
    font-family: sans-serif;
    font-size: 52px;
    color: #01233c;
    font-style: italic;
    text-align: center;
}

.h3Accueil {
    font-family: 'Arial Normal', 'Arial';
    font-size: 22px;
    color: #2d77b8;
    text-align: center;
}

.h2Accueil {
    font-family: sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 2px 2px #01233c;
    margin: 30px 0 50px 0;
    color: #f9f9f9;
}

.eltBloc {
    margin: 30px 0;
    font-size: 20px
}

.fondAcc {
    background-image: url('/img/fondAcc.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 20px 0;
}

.blocAcc1, .blocAcc2, .blocAcc3 {
    padding: 40px 0;
    width: 250px;
    height: 360px;
    color: #f9f9f9;
    box-shadow: 1px 1px 5px 1px #01233c;
}

.eltBloc a {
    color: #f9f9f9;
}

@media screen and (min-width: 1400px) {
	.blocAcc1 {
		margin-left: 200px;
	}

	.blocAcc3 {
		margin-right: 200px;
	}
}

@media screen and (min-width: 1260px) and (max-width: 1399px) {
	.blocAcc1 {
		margin-left: 150px;
	}

	.blocAcc3 {
		margin-right: 150px;
	}
}

.blocAcc3 a {
    color: #f9f9f9;
}

.blocAcc1, .blocAcc3 {
    background-color: rgba(39, 82, 132, .6);

}

.blocAcc2 {
	background-color: rgba(6, 49, 7, .65);

}

.blocBas {
    margin-top: 80px;
}
