/* BASE */

@font-face {
	font-family: 'Kalam';
	src: url('/design/font/Kalam-Regular.ttf');
}


html, body {
	-webkit-text-size-adjust: none;
	text-overflow: ellipsis;
}
body {
	font-family: Helvetica, arial, sans-serif;
	font-weight: 100;
	color: #595959;
	margin: 0;
	padding: 0;
/* 	background-color: #f6f6f6; */
	text-align: center;
}
input {
/*
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;	
*/
}
img {
	border: none;
}
form, ul, li {
	margin: 0;
	padding: 0;
}
form {
	display: block;
}
a {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}
a:hover, a:hover.a_nul, .a_nul a:hover {
	color: #606060;
	text-decoration: none;
}
em {
	font-size: smaller;
}
.pointer {
	cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
p {
	clear: both;
}
.sansmarge {
	margin: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #000000;
}
h1, h2, h3, h4, h5, h6 {
	color: #000000;
}
h1 {
	margin-top: 50px;
	font-size: 36px;
	margin-bottom: 20px;
}
h2 {
	font-size: 26px;
	margin-top: 50px;
	margin-bottom: 20px;
}
h3 {
	font-size: 20px;
	margin-top: 50px;
	margin-bottom: 10px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 13px;
}
h6 {
	margin-top: 50px;
}
h1:first-child {
	margin-top: 0;
}
/*
h1,
h2,
h3,
h4 {
	font-family: 'Kalam', 'Comic Sans MS', cursive, sans-serif;	
}
*/
h1 + h2, h2 + h3, h3 + h4 {
	margin-top: inherit;
}
table p, table h1, table h2, table h3, table h4, table h5, table h6 {
	margin: 0;
}
.h_haut {
	margin-top: 0;
	padding-top: 0;
}
.h_bas {
	margin-bottom: 0;
	padding: 0;
}
p, li, table {
	font-size: 19px;
}
table {
	margin-bottom: 20px;
}
table, tr, td {
	border: none;
	vertical-align: top;
}
td {
	padding-right: 5px;
	padding-bottom: 5px;
}
.cache {
	display: none;
}
.hidden {
	visibility: hidden;
}
.centre {
	text-align: center;
}
.droite {
	text-align: right;
}
.gauche {
	text-align: left;
}
.retour {
	clear: both;
}
.smaller {
	font-size: smaller;
}
.larger {
	font-size: larger;
}
.inline {
	display: inline;
}
.italique {
	font-style: italic;
}
li.bloc {
	display: block;
}
li.inline {
	display: inline;
}
.vertical {
	transform: rotate(-90deg);
}
.estompe {
    filter: alpha(opacity=50);
	opacity: 0.5;
}
.grise {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
}
.decaler_droite {
	margin-left: 50px;
}
a.suite {
	font-size: smaller;
}

.titre_futur ~ .titre_futur {
	display: none;
}
.titre_passe {
	padding-top: 80px;
	border-top: 3px solid #8fb808;
}
.titre_passe ~ .titre_passe {
	display: none;
}
a.lien_desactive {
	color: #033b67;
	pointer-events: none;
	cursor: default;
}
/*
#masque_fond {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}
*/


/* STRUCTURE */
* {
	margin:0;
	padding:0;
}
html, body {
	height: 100%;
}
#wrap {
	min-height: 100%;
}
#main {
	overflow:auto;
	padding-bottom: 40px; /* hauteur du pied de page */
}
#footer {
	position: relative;
	margin-top: -40px; /* hauteur du pied de page en négatif */
	height: 40px; /* hauteur du pied de page */
	clear:both;
	width: 100%;
	text-align: center;
/*
	background-color: #f6f6f6;
	background: -webkit-linear-gradient(#f6f6f6 0%, #d6d6d6 100%);
*/
}
/*
#footer .haut {
	height: 40px;
	background-color: #033B67;
}
*/
body {
	position: relative;
	float: left;
	height: 100%;
	width: 100%;
}
/* Opera Fix */
body:before {
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;
}
#contexte_haut_masque {
/* 	height: inherit; */
}
#contexte_haut {
	background-color: #bbbbbb;
	background: -webkit-linear-gradient(#bbbbbb 2.32%, #e3e3e3 100%);
}
#contexte_haut.fixe {
	top: 0px;
	position: fixed;
	z-index: 9999;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-bottom: 0;
/* 	border-bottom: 1px solid #d6d6d6; */
}

#contexte_haut .contact a svg path {
    fill: black;
}
#contexte_haut .contact a:hover svg path {
    fill: #00959a;
}
#contexte_haut .contact a {
	float: right;
	display: inline-block;
	margin-left: 10px;
}

#contexte_haut .contact .icone {
	width: 30px;
	height: 30px;
	display: inline;
}

#contexte_haut .contact .icone img {
	width: 30px;
	height: 30px;
}




#header {
	height: 350px;
	text-align: left;
/* 	background-color: #033B67; */
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
#header .fond {
    width: 100%;
    min-width: 1180px;
    height: 300px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}


/* MENU */
#menu {
	margin-bottom: 0;
	padding-bottom: 0;
}
#contexte_haut.fixe #menu {
	margin-bottom: 0;
}
#menu a {
	color: black;
	display: block;
	margin-bottom: 10px;
}
#menu a.actif {
	color: #00959a;
}
#menu a:hover {
	color: #00959a;
}
#menu li {
	display: inline-block;
	margin: 0;
	padding: 0;
	margin-right: 18px;
	font-size: 20px;
	vertical-align: bottom;
	line-height: 21px;
	text-align: center;
	min-height: 21px;
/* 	margin-bottom: 10px; */
	margin-top: 10px;
}
#menu a.avec_sousmenu {
	margin-right: 10px;	
}
#menu a.avec_sousmenu:after {
	content: "▾";
	font-size: 12px;
	opacity: 0.3;	
	margin-left: 3px;	
    position: absolute;
}
#menu li ul {
    position: absolute;
    left: -999em;
    text-align: left;
    z-index: 1001;
    margin-left: -20px;
	background-color: #e3e3e3;
}
#menu li ul li {
	display: inherit;
	padding: 0px 20px;
	height: inherit;
	font-size: 16px;
	max-width: inherit;
	text-align: inherit;
}
#menu li:hover ul {
    left: auto;
}
#menu li ul li a {
	color: black;
}
#menu li ul li a:hover {
	color: #00959a;
}


/* ICONES DU MENU */
#menu .icone {	
	width: 16px;
	height: 16px;
}
#menu .grand .icone {	
	width: 40px;
	height: 40px;
	margin-bottom: 4px;
}
#menu svg path {
    fill: black;
}
#menu svg.actif path {
    fill: #00959a;
}
#menu a svg:hover path {
	fill: #00959a;
}
#menu a svg:hover {
	cursor: pointer;
}
#menu svg.actif_gestion path {
    fill: #82bc55;
}
#menu svg.rouge:hover path {
    fill: red;
}

#menu li.droite {
	float: right;
	margin-left: 10px;
	margin-right: 0px;
}
#menu .droite .icone {
	margin-top: 3px;
}

#menu .utilisateur {
	font-size: 16px;
	font-style: italic;
}


/* RECHERCHE */
#chercher {
	width: 1180px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}
#chercher input {
	text-align: left;
	display: inline-block;
	margin: 0;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 200px;
}
#chercher .boutons input {
	font-size: 14px;
	width: auto;
}




/* CONTENU */
#contenu {
/* 	min-height: 700px; */ /* PROVISOIRE */
}

#contenu {
	margin-top: 30px;
	margin-bottom: 50px;
	display: block;
	clear: both;
}
#contenu h1:first-child {
	margin-top: 0;
	padding-top: 0;
}
#contenu b,
#contenu strong {
	font-weight: normal;
}
#contenu a {
	color: #00959a;
	
}
#contenu a:hover {
	color: #8bd0d2;
}


.largeur {
	width: 1180px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.largeur_centre {
	width: 1180px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#footer .copyright, .powered {
	padding-top: 10px;
	font-size: 13px;
}
#footer powered {
	left: 20px;
	position: absolute;
}
#footer .powered {
/* 	margin-top: -50px; */
	right: 20px;
	position: absolute;
}
#footer .powered img {
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
}



/* MISE EN PAGE CONTENU */



#contenu .colonne_1_2 {
	text-align: left;
	float: left;
	width: 550px;
	margin-right: 80px;
	margin-bottom: 50px;
}
#contenu .colonne_2_2 {
	float: right;
	width: 500px;
}
p {
	margin-bottom: 20px;
}
ul {
	margin-bottom: 20px;
}
.a_venir {
	color: #8fb808;
	font-weight: bold;
}
#contenu .colonnes_3 {
	clear: both;
	display: flex;
}
#contenu .colonnes_3 > div {
	width: 31%;
	margin-right: 3%;
}
#contenu .colonnes_3 > div:first-child {
	margin-right: 3%;
}
#contenu .colonnes_3 > div:last-child {
	margin-right: 0;
}
#contenu .colonnes_1_3 {
	clear: both;
	display: flex;
}



/* CMS */
.cms a {
	font-weight: normal;
}
.cms ul {
	margin-top: 30px;
	margin-bottom: 30px;
}
.cms ul li {
	list-style-type: disc;
	margin-left: 50px;
	margin-bottom: 20px;
}
.cms ul li ul {
	margin-top: 20px;
	margin-bottom: 20px;
}
.cms ul li ul li {
	list-style-type: disc;
	margin-left: 30px;
}
.cms blockquote {
	font-style: italic;
	color: #033B67;
	quotes: "“" "";
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 5%;
	width: 85%;
}
.cms blockquote:before {
	content: open-quote;
	font-family: Georgia, serif;
	font-size: 70px;
	position: absolute;
	margin-top: -20px;
	margin-left: -45px;
}
.cms blockquote .cite:before {
	font-size: 18px;
	font-weight: normal;
	margin-right: 5px;
	content: "\2014 \2009";
}
.cms blockquote .cite {
	font-weight: normal;
	margin-top: 15px;
	display: block;
	font-size: 16px;
}


/* FORMULAIRES */
.centre input[type=text],
.centre input[type=file],
.centre input[type=password] {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
[contenteditable="true"],
input[type=text],
input[type=file],
input[type=password],
select,
textarea,
#form_newsletter .inf-main input {
/* 	-webkit-appearance: none; */
	display: block;
	width: 100%;
    box-sizing : border-box; /* POUR WIDTH A 100 % SANS DEBORDEMENT */
	border: 3px solid #8bd0d2;
	padding: 5px;
	border-radius: 5px;
	font-size: 16px;
/* 	color: #9f9f9f; */
	margin-bottom: 20px;
}
select.auto {
	width: auto;
}

#form_newsletter .inf-message {
	color: red;
	display: block;
	margin-bottom: 10px;
}
textarea {
	height: 150px;
}
textarea.haut_moyen {
	height: 60px;
}
input:focus,
select:focus,
textarea:focus,
div[contenteditable]:focus {
    box-shadow: 0 0 3pt 2pt #8bd0d2;
    outline: none;
	outline-offset: 5px;
}


fieldset {
	padding-left: 20px;
	border: 0px;
}
legend {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
textarea.moyen,
input.moyen,
select.moyen {
	width: 300px;
}
textarea.moyen_grand,
input.moyen_grand,
select.moyen_grand {
	width: 500px;
}

#contenu .admin .alerte {
	color: red;
}
textarea.petit,
input.petit,
select.petit {
	width: 150px;
}
textarea.mini,
input.mini,
select.mini {
	width: 50px;
}
label {
	font-size: 16px;
	display: block;
	margin-bottom: 0px;
	padding-top: 1px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	min-height: 20px;
}
label em {
	font-size: 12px;
	display: block;
}
#laisser_vide {
	display: none;	
}
input.h1 {
	font-size: 36px;
}
input.h2 {
	font-size: 30px;
	margin-bottom: 20px;
}
input.h3 {
	font-size: 20px;
	margin-bottom: 20px;
}
input.h4 {
	font-size: 15px;
}
input.h5 {
	font-size: 13px;
}
input.form_champ_faux {
	border-color: red;
	background-color: #ffdede;
}
input::placeholder,
input:readonly {
	color: blue;
	background-color: red;
}
input::placeholder {
	color: #c6c6c6;
}


/* BOUTON */
.boutons {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
.boutons_fixe {
	position: fixed;
	z-index: 999;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	display: inline-block;
	margin-bottom: inherit;
	padding-bottom: 20px;
	padding-top: 25px;
	background-color: rgba(255, 255, 255, 0.9);
	border-top: 1px solid #cccccc;
}
#bouton_declencheur {
	position: absolute;
/* 	margin-top: 100px; */
	margin-top: 0px;
}
.boutons .bouton,
.boutons input,
#form_newsletter .inf-main .inf-submit input {
	font-size: 22px;
	margin-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	display: inline-block;
	border: none;
	border-radius: 5px;
	background-color: #cccccc;
	color: white;
}
.boutons .bouton:hover,
.boutons input:hover,
#form_newsletter .inf-main .inf-submit input:hover {
	background-color: #d0ffff;
	color: #00959a;
}
.boutons em {
	display: block;
	margin-bottom: -30px;
}
.boutons .b_submit {
	font-weight: bold;
	background-color: #8bd0d2;
	
}
.boutons a.b_normal,
.boutons .b_normal {
	background-color: #8bd0d2;
}
#contenu input.b_petit {
	font-size: 14px;
}
input.b_effacer:hover {
	background-color: red;
	color: white;
}
input.b_annuler:hover {
/* 	color: #8bd0d2; */
}
.boutons_petit input {
	font-size: 16px;
	font-weight: normal;
}

#conference_categorie,
.liste_objet {
	text-align: center;
}
#conference_categorie_secondaire,
.liste_objet {
	margin-top: 30px;
	text-align: center;
}
#liste .liste_objet li a {
	margin-right: 25px;
}
#liste .liste_objet img {
	width: 25px;
	height: 25px;
	vertical-align: middle;
	margin-bottom: 8px;
}

#conference_categorie li {
	list-style-type: none;
	display: inline-block;
	margin: 20px;
	margin-left: 25px;
	margin-right: 25px;
}
#conference_categorie li a,
#conference_categorie li label {
	font-size: 24px;
	background-color: #49739D;
	color: white;
	border-radius: 100px;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	color: white;
}
#conference_categorie li a:hover {
	color: #8EB807;
}
#conference_categorie li img {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-right: 15px;
	margin-bottom: 4px;
}
#conference_categorie_secondaire li {
	list-style-type: none;
	display: inline-block;
	margin: 20px;
}
#conference_categorie_secondaire li a {
	font-size: 20px;
	color: #49739D;
	border-radius: 100px;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	border: 2px solid #49739D;
}
#conference_categorie_secondaire li a:hover {
	color: #033B67;
	border-color: #033B67;
	background-color: #8EB807;
}
#vmap {
	width: 100%;
	height: 800px;
}
a.vmap_lien {
	color: white;
}
#contenu iframe {
	border: none;
}
#contenu iframe.plan {
	width: 500px;
	height: 300px;
}

#contenu .video_bloc {
	margin-bottom: 50px;
}



#contenu .video_habillage iframe.video {
	width: 390px;
	height: 240px;
}
#contenu .video_habillage {
	width: 390px;
	display: inline-block;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	background-color: black;
	border-radius: 10px;
	background-image: url("../image/icone/video_habillage.png"), url("../image/icone/video_habillage.png");
	background-position: top, bottom;
	background-repeat: repeat-x, repeat-x;
	background-size: 20px, 20px;
}



#contenu .video_habillage:nth-child(even) {
	margin-right: 14px;
}
#contenu .video_habillage:first-child iframe.video {
	width: 800px;
	height: 450px;
}
#contenu .video_habillage:first-child {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background-size: 50px, 50px;
}




/* LISTE, FICHE ET FILTRE */

#taxon ul li ul li {
	margin: 0;
	padding: 0;
	margin-left: 7px;

	padding-left: 20px;
	padding-bottom: 3px;
	
/* 	border-bottom: 1px solid #838383; */
	border-left: 1px solid #838383;
}
#taxon ul,
#taxon li {
	margin: 0;
	padding: 0;
/* 	background-color: blue; */
}
#taxon .niv_1 {
	margin-left: 20px;
	padding-left: 20px;
	text-indent: 20px;
}
#taxon .niv_2 {
	margin-left: 120px;
	padding-left: 120px;
	text-indent: 210px;
}

#carte {
	width: 100%;
	min-height: 500px;
	height: 60vh;
	background-color: #f6f6f6;
}
#carte a {
	color: black;
}
#carte a:hover {
	color: #00959a;
}
#carte_recherche {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
	height: 90px;
}

#contenu #chargement  {
	width: 100%;
	margin-top: 100px;
	text-align: center;	
}
#contenu #chargement .spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}
#contenu #chargement .spinner > div {
  width: 18px;
  height: 18px;
  background-color: #00959a;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
#contenu #chargement .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
#contenu #chargement .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}





#position_recherche {
	position: absolute;
	display: inline-block;
	margin-top: 18px;
	margin-left: 20px;
	z-index:1000;
}
#contenu #position_recherche .icone {
	width: 35px;
	height: 35px;
    fill: #8bd0d2;
}
#contenu #position_recherche .icone:hover {
    fill: #00959a;
}

#contenu #input_recherche {
	z-index:999;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	display: inline-block;
}
#contenu #input_recherche input {
	width: 100%;
	font-size: 40px;
	height: 70px;
	border-radius: 50px;
	border: 5px solid #8bd0d2;
	background-color: white;
	color: #737373;
	padding-left: 60px;
	padding-right: 20px;
}
#contenu #input_recherche input::placeholder {
	color: #d6d6d6;
}
#contenu #input_recherche .search-tooltip {
	margin-top: -18px;
}
#contenu #input_recherche .leaflet-control-search .search-tip {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	
	display: block;
	text-align: left; 
	white-space: nowrap;
	background-color: rgba(253, 223, 31, 0.8);
	text-overflow: ellipsis;
	overflow-x: hidden;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	cursor: pointer;
	padding: 10px;
	font-size: 20px;
}
#contenu #input_recherche .leaflet-control-search .search-tip:hover {
	color: black;
}
.search-cancel span {
	display: none;
}

.liste_chargement {
	clear: both;
	font-size: 100px;
	text-align: center;
}
#liste li,
#fiche li {
	list-style-type: none;
	margin: 0;
	clear: both;
}
#liste h6,
#fiche h6 {
	font-weight: bold;
	margin-bottom: 10px;
}
#filtre .info {
	clear: both;
/* 	margin-bottom: 70px; */
}
#filtre .info img,
#liste .info img,
#fiche .info img {
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 5px;
}
#filtre .liste_objet li,
#liste .liste_objet li,
#fiche .liste_objet li {
	clear: both;
	display: inline-block;
	margin: 0;
	margin-right: 15px;
}
#filtre .liste_objet.ligne li,
#liste .liste_objet.ligne li,
#fiche .liste_objet.ligne li {
	display: block;
}
#fiche #conference_categorie,
#fiche #conference_categorie_secondaire,
#fiche .liste_objet {
	text-align: inherit;
	margin: 0px;
	margin-bottom: 30px;
}
#fiche .info ul {
	margin-bottom: 30px;
}
#filtre .info ul,
#liste .info ul {
	display: inline;
	padding: 0;
	margin: 0;
}
#filtre #conference_categorie li a,
#fiche #conference_categorie li a,
#fiche #conference_categorie li label,
#liste #conference_categorie li a {
	font-size: 18px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	margin: 0;
	margin-bottom: 5px;
	margin-right: 10px;

	white-space: nowrap;
}
#fiche #conference_type li {
	margin-bottom: 5px;
}
#filtre #conference_categorie li a {
	font-size: 18px;
}
#filtre .liste_objet li img,
#filtre #conference_categorie li img,
#fiche #conference_categorie li img,
#liste #conference_categorie li img {
	width: 16px;
	height: 16px;
	margin-right: 10px;
	margin-bottom: 2px;
}
#liste .vignette
#filtre #conference_categorie_secondaire li a,
#fiche #conference_categorie_secondaire li a,
#liste #conference_categorie_secondaire li a {
	display: inline-block;
	font-size: 15px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
	margin-right: 5px;
}
#conference_pays.liste_objet li a {
	font-size: 22px;
	margin-bottom: 100px;
	line-height: 40px;
}
#conference_pays.liste_objet img {
	margin-right: 20px;
}

#filtre .liste_objet li img {
	width: 16px;
	height: 16px;
	margin-right: 10px;
	margin-bottom: 2px;
}
#fiche .vignette img {
	border-radius: 10px;
}


/* LISTE */
#liste .vignette {
	float: left;
	width: 20%;
	padding-bottom: 30px;
	text-align: right;
}
#liste .vignette:hover ~ div.description h2 a {
	 color: #01436F;
}
#liste .vignette img {
	width: 200px;
	height: 200px;
	border-radius: 10px;
}
#liste .description {
	float: left;
/* 	width: 1080px; */
}
#liste .description h2 {
	margin-top: 0;
	margin-bottom: 0px;
}
#liste .description h4 {
	margin-bottom: 0px;
}
#liste .description p {
	margin-top: 5px;
}
#liste .description ul {
	padding-bottom: 20px;
}


/* LISTE CONTACT */
#liste .vignette {
	width: 100px;
	text-align: left;
}
#liste #contact_liste li {
	display: inline-block;
	width: 580px;
}
#liste #contact_liste li .contact {
	display: block;
}
#liste #contact_liste .description {
	padding-bottom: 30px;
}
#liste #contact_liste .description h2 {
	font-size: 20px;
}
#liste #contact_liste .description p {
	margin: 0;
	padding: 0;
}
#liste #contact_liste .vignette img {
	width: 80px;
	height: 80px;
	border-radius: 80px;
	border: 3px solid #D9D9D9;
}
#liste #contact_liste .email,
#liste #contact_liste .site {
	display: block;
}


#liste #contact_liste .email:before {
    -webkit-mask: url(/design/image/icone/email.svg);
}
#liste #contact_liste .site:before {
    -webkit-mask: url(/design/image/icone/www.svg);
}
#liste #contact_liste .email:before,
#liste #contact_liste .site:before {
	content: "";
	background-size: 100% 100%;
	display: inline-block;
	height: 25px;
	width: 30px;
	position: relative;
	top: 8px;
    background-color: rgba(0, 148, 153, 0.3);
	-webkit-mask-size: 20px;
	-webkit-mask-repeat: no-repeat;
}

#liste #contact_liste li.tous_contact {
	display: block;
	margin-top: 50px;
}
#liste #contact_liste .tous_contact .description p {
	margin-top: 25px;
	font-weight: 500;
	font-size: 22px;
}





/* FICHE */
/*
#fiche #mapid {
	width: 100%;
	height: 200px;
}
*/
#fiche .info label img {
	height: 30px;
	width: 30px;
}
#fiche .info img {
	height: 30px;
	width: 30px;
}



#fiche #conference_fiche #conference_categorie li {
	font-size: 22px;
	margin-bottom: 10px;
	max-width: 280px;
}
#fiche #conference_fiche #conference_categorie li a {
	max-width: 280px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#fiche #conference_fiche #conference_categorie li img {
	width: 20px;
	height: 20px;
}
#fiche #conference_fiche ul#conference_categorie_secondaire {
	margin-bottom: 30px;
}
#fiche .info {
	padding-top: 0;
}
#fiche .info li {
	margin-bottom: 10px;
}
#fiche .info_grand {
	padding-top: 0;;
}
#fiche .liste_objet_bouton img {
	display: inline;
	float: right;
	height: 20px;
	width: 20px;
	vertical-align: bottom;
	padding-bottom: 5px;
}
#fiche h6 .liste_objet_bouton img {
	height: 16px;
	width: 16px;
	padding-bottom: 0;
}
#fiche .colonnes_3 .liste_objet_bouton img {
	display: inline;
	float: inherit;
	padding-left: 30px;
}


/* FILTRE */
#filtre .info {
	padding-top: 0;
}
#filtre .filtre_retour {
	display: block;
	margin-bottom: 10px;
}
#filtre ul#liste_objet_pays,
#filtre ul#conference_categorie,
#filtre ul#conference_categorie_secondaire {
	display: block;
	overflow-y: hidden;
	margin-bottom: 10px;
}
#fiche .liste_objet_bouton img {
	margin-top: 5px;
}






/* RECHERCHE - LISTE */
#cherche_liste li {
	margin-bottom: 10px;;
}



/* DISCUSSION - LISTE */
#liste #discussion_liste {
	margin: inherit;
	display: flex;
	flex-wrap: wrap;
}
#liste #discussion_liste li {
/* 	width: 100%; */
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #bdbdbd;

/*
	padding-left: 10px;
	padding-right: 10px;
*/
}
/*
#liste #discussion_liste li:nth-child(even) {
	background-color: #dff2f2;
}
*/

#discussion_liste .description {
	width: 1060px;
}
#discussion_liste .description h2 {
	margin-bottom: 10px;
}
#discussion_liste .vignette {
	padding-bottom: inherit;
}
#discussion_liste .vignette img {
	width: 100px;
	height: 100px;
}
#discussion_liste .fil {
	font-size: 14px;
}
#discussion_liste .fil b {
	font-weight: bold;
}
/*
#discussion_liste .vignette {
	background-color: green;
}
*/

/* FLUX - LISTE */
#flux_liste {
	margin: 0;
}
#flux_liste h2 {
	font-size: 20px;
}
#flux_liste li {
	margin-bottom: 5px;
}
#flux_liste img {
	float: left;
	width: 25px;
	height: 25px;
	border-radius: 25px;
	margin-right: 10px;
}
#flux_liste .description .icone {
    fill: #8bd0d2;
	float: inherit;
	width: 10px;
	height: 10px;
	border-radius: inherit;
	margin-top: -10px;
	margin-left: 5px;
}



/* OBSERVATIONS - FILTRE */
#form_filtre select {
	max-width: 220px;
}
#form_filtre input[type="checkbox"] {
	margin-left: 10px;
	margin-right: 5px;
}
#form_filtre #recherche {
	width: 200px;
}
#form_filtre label {
	display: inline-block;
	width: 100px;
/* 	width: 120px; */
	font-size: 13px;
	line-height: 13px;
	margin-top: 3px;
	vertical-align: top;
	
	
}

/* OBSERVATIONS - LISTE */
#observation_liste {
	display: table;
}
#observation_liste li {
	display: table-row;
	vertical-align: bottom;
	width: 1180px;
}
#observation_liste li:first-child {
	background-color: rgba(154, 154, 154, 0.9);
	font-weight: bold;
}
#observation_liste li.fixe {
	position: fixed;
	top: 40px;
	z-index: 999;
}
#observation_liste li:first-child div:nth-child(n+1) {
	font-size: 16px;
}
#observation_liste li:first-child div:nth-child(n+3) {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 80px;
}
#observation_liste .vertical {
	position: absolute;
	transform: rotate(270deg);
	transform-origin: left center;
	vertical-align: middle;
	font-size: 14px;
	width: 80px;
	margin-top: 32px;
}
#observation_liste li div {
	display: table-cell;
	vertical-align: middle;
	border-bottom: 1px solid #bdbdbd;
	height: 50px;
}
#observation_liste li div:nth-child(1) {
	width: 300px;
}
#observation_liste li div:nth-child(2) {
	width: 200px;
}


#observation_liste li div:nth-child(n+3),
#observation_liste li div:nth-child(n+3) label {
	width: 34px;
	font-size: 20px;
}
#observation_liste li div:nth-child(3) {
	width: 50px;
	border-right: 1px solid #bdbdbd;
}
#observation_liste .espe_info img {
	width: 50px;
	height: 51px;
	margin-top: -1px;
}
#observation_liste li div:nth-child(16) {
	padding-left: 0px; /* 21 */
	border-left: 1px solid #bdbdbd;
}
#observation_liste li div:nth-child(n+16) {
	width: 25px;
}
#observation_liste li div:nth-child(n+3) {
	text-align: center;
	vertical-align: top;
}
#observation_liste .espe_nom {
	font-size: 20px;
	padding-right: 10px;
	padding-left: 7px;
}
#observation_liste .espe_scientifique {
	padding-right: 10px;
	font-style: italic;
	font-size: smaller;
}
#observation_liste .espe_scientifique label {
	padding-right: 20px;
}


#observation_liste li#recherche_complementaire_titre h2 {
	padding-left: 5px;
}


#observation_liste li.recherche_complementaire .espe_nom,
#observation_liste li.recherche_complementaire .espe_scientifique,
#observation_liste li.recherche_complementaire .espe_info {
	border: none;
}


/*
#observation_liste li.recherche_complementaire {
	border-top: 1px solid #bdbdbd;
}
#observation_liste li.recherche_complementaire .espe_nom:first-child,
#observation_liste li.recherche_complementaire .espe_scientifique:first-child,
#observation_liste li.recherche_complementaire .espe_info:first-child {
	border-top: 1px solid #bdbdbd;
}
*/



/*
#observation_liste li div .recherche_complementaire_categorie {
	position: absolute;
	display: block;
	width: 300px;
	min-width: inherit;
	max-width: inherit;
	
	background-color: red;
}
*/


/*
#observation_liste li div:nth-child(1) {
	width: 300px;
}


#observation_liste #recherche_complementaire_titre {
	
	width: 100%;
}
*/



#observation_liste label,
#observation_liste .obse_date,
#observation_liste .obse_annee {
	display: table-cell;
	vertical-align: middle;
	height: 50px;
}
#observation_liste li.recapitulatif {
	background-color: #ebebeb;
}
#observation_liste li.recapitulatif div {
	height: 20px;
}
#observation_liste li.recapitulatif .espe_nom,
#observation_liste li.recapitulatif .obse_date,
#observation_liste li.recapitulatif .obse_annee {
	height: inherit;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#observation_liste .mois_courant,
#observation_liste .utilisateur_courant {
/* 	background-color: #e2e2e2; */
/*
	background-color: rgba(128, 128, 128, 0.25);
	font-weight: bold;
*/
    background-color: rgba(0, 148, 153, 1);
	font-weight: bolder;
    color: white;
}
#observation_liste .modif_tiers {
/* 	background-color: rgba(255, 183, 0, 0.25); */
	background-color: rgba(89, 255, 108, 0.25);
}
#observation_liste input {
	margin: 0;
}
#observation_liste li.active {
	background-color: #dff2f2;
}
#observation_liste li.active .espe_nom {
	font-weight: bolder;
}

#observation_liste .mise_en_avant {
/*     background-color: rgba(0, 148, 153, 0.5); */
/* 	background-color: rgba(142, 142, 142, 1); */
    background-color: rgba(0, 148, 153, 1);
	font-weight: bolder;
    color: white;
	
}
#observation_liste li.espece_avant {
    background-color: rgba(0, 148, 153, 0.5);
/*     color: white; */
}
#observation_liste div.espe_description {
	display: none;
	position: absolute;
	z-index: 2;
	margin-top: -1px;
	padding: 10px;
	padding-bottom: 0;
	width: 750px;
	background-color: white;
	box-shadow: 0px 10px 20px 2px #b7b7b7;
}
#observation_liste div.espe_description li {
	text-align: left;
	background: inherit;
	font-weight: inherit;
	width: 750px;
}
#observation_liste div.espe_description h1 {
	max-width: 92%;
	margin-top: 0;	
}
#observation_liste div.espe_description .fermer {
	position: absolute;
	margin-left: 700px;
	cursor: pointer;
}
#observation_liste .fermer .icone {
	width: 50px;
	height: 50px;
}
#observation_liste div.espe_description #taxonomie li {
	display: inline;
	font-size: 14px;
	font-style: italic;
}
#observation_liste div.espe_description #taxonomie li:before {
	content: "> ";
}
#observation_liste div.espe_description #taxonomie li:first-child:before {
	content: "";
}
#observation_liste div.espe_description .copyright {
	width: auto;
}

#contenu .copyright {
	position: absolute;
	height: 20px;
	font-size: 15px;
	padding-top: 4px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: rgba(0, 0, 0, 0.8);
	border-top-left-radius: 10px;
	border-bottom-right-radius: 5px;
	color: rgba(255, 255, 255, 0.5);
	display: block;
	border: inherit;
}
#contenu .copyright a {
	color: rgba(255, 255, 255, 0.8);
}
#contenu .copyright a:hover {
	color: rgba(255, 255, 255, 1);
}


ul#legende {
	text-align: right;
}
#legende li {
	display: inline-block;
	font-size: 15px;
	margin-left: 20px;
}

#recherche {
	display: inline;
}


/* FLUX - FICHE */
/*
#flux_fiche textarea {
}
*/







/* QUOI DE NEUF - FICHE */
#quoi_de_neuf li {
	margin-bottom: 10px;
}
#quoi_de_neuf li div:first-child {
	display: table;	
	overflow: auto;
}
#quoi_de_neuf li img {
	width: 40px;
	height: 40px;
	margin-right: 10px;
	border-radius: 5px;
}
#quoi_de_neuf li .photo-texte {
	height: intrinsic;
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

#quoi_de_neuf #liste li:nth-of-type(1n) {
	width: 33%;
	display: inline-block;
}


/* ICONES */
/*
#contenu .icone {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	clear: both;
	float: left;
	vertical-align: middle;
}
#contenu .icone.inline {
	clear: inherit;
	float: inherit;
}
#contenu .icone.bouton_droite {
	float: inherit;
	margin-left: 5px;
	margin-top: -5px;
}
#contenu .admin svg.icone {
	margin-top: 5px;
}
#contenu .admin svg.icone {
    fill: #00e31b;
}
#contenu .admin svg.icone.selectionne {
    fill: #000000;
}
#contenu .icone-texte em {
	font-size: 14px;
	font-style: normal;
}
*/
/* ICONES */
#contenu .icone {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	clear: both;
	float: left;
	vertical-align: middle;
    fill: #8bd0d2;
}
#contenu .icone.auteur {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	margin-right: 10px;
	border: 3px solid #D9D9D9;
}
#contenu .auteur-texte {
	float: left;
 	display: table;
	width: 100%;
	max-width: calc(100% - 65px);
	max-width: -webkit-calc(100% - 65px);
	margin: 0;
	padding: 0;
}
#contenu .auteur-texte .nom {
	margin-top: 0;	
	font-size: 22px;
	font-weight: 500;
}
#contenu .auteur-texte .date {
	margin-top: -18px;
	font-size: 14px;	
}

#contenu .icone.inline {
	clear: inherit;
	float: inherit;
}
#contenu .icone.bouton_droite {
	float: inherit;
	margin-left: 5px;
	margin-top: -5px;
}
#contenu .icone-texte {
	float: left;
 	display: table;
	width: 100%;
	max-width: calc(100% - 45px);
	max-width: -webkit-calc(100% - 45px);
	margin: 0;
	padding: 0;
}
#contenu .icone-texte em {
	font-size: 14px;
	font-style: normal;
}
#contenu .inline input[type="text"],
#contenu .inline textarea,
#contenu .inline select {
	display: inline-block;
}


#contenu .admin svg.icone {
	margin-top: 5px;
}
#contenu .admin svg.icone {
    fill: #00e31b;
}
#contenu .admin svg.icone.selectionne {
    fill: #000000;
}




/* GALERIE */
#fiche .galerie {
/* 	text-align: center; */
}
#fiche .galerie li {
	padding: 0;
	display: inline-block;
	margin-bottom: 20px;
	vertical-align: top;
	
}
#fiche .galerie img {
	margin: 0;
	padding: 0;
}
#fiche .galerie .vignette .grande {
	max-width: 750px;
	max-height: 750px;
}
#fiche .galerie .vignette img {	
	max-width: 120px;
	max-height: 120px;
}
#fiche .galerie .vignette img.perso {	
	max-width: 200px;
	max-height: 200px;
}
#fiche .galerie textarea {
	max-width: 200px;
	max-height: 120px;
}
#fiche .galerie .legende {
	margin-top: 5px;
	font-size: smaller;
/* 	font-style: italic; */
/* 	background-color: red; */
}


/* ACCUEIL */
#contenu #accueil #fond {
	z-index: -1;
	position: absolute;
	margin-top: -120px;
	padding-bottom: 150px;
	left: 0;
	right: 0;
	height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#contenu #accueil .cms {
	text-align: center;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	color: white;
	text-shadow: 0px 0px 3px black;
	padding-bottom: 20px;
}
#contenu #accueil .cms h1 {
	color: white;
	margin: 0;
	padding: 0;
}
#contenu #accueil .cms br {
	display: none;
}
#contenu #accueil .cms p {
	font-size: 30px;
	line-height: 36px;
	margin: 0;
	padding: 0;
	display: inline;
}

/*
#accueil h2 {
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 30px;
}
*/
#accueil {
	margin-top: -30px;
}
#accueil .blocs {
	display: flex;
}
#accueil .blocs_centre {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
	margin: auto;
	justify-content: space-around;
}
#accueil .bloc {
	width: 20%;
	margin-top: 30px;
	margin-bottom: 30px;
}
#accueil .bloc .info {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 150px;
	padding-bottom: 10px;
	border-radius: 25px;
	background-color: #8EB807;
}
#accueil .bloc .info a {
	color: white;
}
#accueil .bloc .info a:hover {
	color: #033b67;
}
#accueil p.nombre,
#accueil p.texte {
	width: 150px;
	text-align: center;
	margin: 0;
}
#accueil p.nombre {
	margin-top: 30px;
	line-height: 35px;
	display: inline-block;
	font-size: 60px;
	font-weight: bold;
}
#accueil p.texte {
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 16px;
}



/* ADMIN EDITION */
[contenteditable="true"],
#contenu .admin input[type=text],
#contenu .admin input[type=file],
#contenu .admin select,
#contenu .admin textarea {
	border: 3px solid #6fbf43;
	color: #6fbf43;
}
#contenu .admin textarea.avec_compteur {
	padding-bottom: 30px;
}
[contenteditable="true"] {
	color: inherit;
}
#contenu .admin .boutons input {
	background-color: #cccccc;
	color: white;
}
#contenu .admin .boutons input:hover {
	background-color: #ffffff;
	color: #6fbf43;
}
#contenu .admin .boutons .b_submit,
#contenu .admin .boutons .b_normal {
	background-color: #6fbf43;
}
#contenu .admin input.b_effacer {
	font-size: 16px;
}
#contenu .admin input.b_effacer:hover {
	background-color: red;
	color: white;
}
#contenu .admin input.b_annuler:hover {
/* 	color: red; */
}
#contenu .admin input:focus,
#contenu .admin textarea:focus,
#contenu .admin select:focus,
#contenu .admin div[contenteditable]:focus {
    box-shadow: 0 0 3pt 2pt #6fbf43;
}
#contenu .admin .input_bouton_droite {
	position: absolute;
	margin-left: -37px;
	margin-top: 7px;
	height: 20px;
	width: 20px;
	background-color: white;
	padding-left: 10px;
}
#contenu .admin .bouton_droite {
	margin-left: 10px;
	margin-top: -4px;
	vertical-align: middle;
	height: 30px;
	width: 30px;
}
#contenu .admin #div_conf_cate_id_ajout_alerte {
	display: none;
	font-size: 16px;
	margin-bottom: 20px;
	color: #a9a9a9;
}
#contenu a.admin {
	color: #6fbf43;
}

#document_liste .admin div.bouton {
	padding-left: 10px;
}
#document_liste .admin li.bouton {
	padding-bottom: 10px;
}

#liste #document_liste .admin img.bouton_droite {
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
}
#document_liste .admin li.bouton {
	padding-bottom: 10px;
}
/*
#document_liste .admin .dropActive {
	background-color: blue;
}
*/

#document_liste .admin .dropHover {
	border: 3px dashed #6EBF43;
	border-radius: 5px;
	padding-left: 5px;
}
/*
#document_liste .admin .dropHover:before {
	content: "•";
	color: red;
	display: inline-block;
	width: 10px;
	margin-left: -10px;
}
*/
/*
#document_liste .admin #droppable {
	background-color: green;
}
*/
#contenu .admin.icone_photo {
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 1;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	font-size: 40px;
}

/* ADMIN CMS */
#contenu .admin .cms blockquote {
	color: #003d00;
}
#contenu .admin .cms a {
	color: green;
}
#contenu .admin .cms a:hover {
	color: #003d00;
}


/* ADMIN EDITION - FICHE */
#contenu .admin svg.icone path {
    fill: #6fbf43;
}
/*
.admin a svg.icone:hover path {
	fill: #003d00;
}
*/


#fiche .admin .conferencier li {
	height: 30px;
	margin-bottom: 10px;
}
#fiche .admin .info {
/* 	padding-top: 35px; */
}
#fiche .admin .conferencier .conferencier_vignette {
	width: 35px;
}
#fiche .admin .conferencier .conferencier_vignette img {
	height: 24px;
	width: 24px;
	border: 3px solid #6fbf43;
}
#fiche .admin .conferencier .conferencier_description {
	margin-left: 5px;
	height: 30px;
	overflow: hidden;
}
#fiche .admin .conferencier .conferencier_description p {
	font-size: 16px;
	max-width: 260px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#fiche .admin input[type="checkbox"],
#fiche .admin input[type="radio"] {
	margin-right: 5px;
}
#fiche .admin label {
	display: inline;
	color: #6fbf43;
	font-size: 18px;
	font-weight: normal;
}

#fiche .admin .info ul {
/* 	padding-bottom: 30px; */
}

#fiche .admin .info li,
#fiche .admin .info label {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}
#fiche .admin .info label {
	display: inline;
}
#fiche .admin .info input[type="text"] {
	display: inline;
	width: 283px;
}
#fiche .admin .info input[type="text"].avec_icone {
	width: 238px;
}
#fiche .admin .info textarea.avec_icone {
	width: 238px;
	display: inline;
	vertical-align: top;
}
#fiche .admin .info p.avec_icone {
	width: 245px;
	margin-left: 45px;
	margin-top: -38px;
	font-size: 16px;
}
#fiche .admin .info p.avec_icone a:hover {
	text-decoration: inherit;
	color: inherit;
}
#fiche .admin .info input[type="text"].moyen {
	width: 200px;
}
#fiche .admin .info input[type="text"].petit {
	width: 70px;
}
#fiche .admin .info input[type="text"].prix {
	width: 100px;
}
#fiche .admin .info_grand input[type="text"].avec_icone {
	width: 738px;
}
#fiche .admin .info_grand input[type="text"].avec_icone.moyen {
	width: 550px;
}

#fiche .admin select {
/* 	-webkit-appearance:none; */
	display: inline;
	font-size: 16px;
    background: #ffffff;
    border: 3px solid #6fbf43;
}
#fiche .admin .info select {
	max-width: 240px;
}
#fiche #conference_fiche .admin #conference_categorie li {
	margin-bottom: 5px;
}
#fiche .admin #conference_categorie li label {
	color: white;
	background-color: #6fbf43;
	font-size: 18px;
	display: block;
	margin: 0;
	min-height: inherit;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#fiche .admin #conference_categorie_secondaire li a {
	display: inline-block;
	border-color: #6fbf43;
}
#fiche .admin .liste_objet a,
#fiche .admin #conference_categorie_secondaire a {
	color: #6fbf43;
}
#fiche .admin .liste_objet.bloc li {
	display: block;
}
#fiche .admin .liste_objet a:hover,
#fiche .admin #conference_categorie_secondaire a:hover {
	color: red;
	text-decoration: line-through;
/* 	border-color: red; */
	background-color: inherit;
}
#theme .admin #conference_categorie_secondaire a {
	border: none;
}
#theme .admin #conference_categorie_secondaire li {
	margin: 0;
}
#theme .admin #conference_categorie_secondaire li a:hover {
	background-color: inherit;
}
#theme .admin #conference_categorie_secondaire li input[type="text"] {
	display: inline-block;
	font-size: 20px;
	border-color: #6fbf43;
	border-radius: 100px;
	padding-left: 10px;
	padding-right: 30px;
}
#theme .admin #conference_categorie_secondaire li .input_bouton_droite {
	margin-left: -42px;
	margin-top: 10px;
}

#theme .admin #conference_categorie_secondaire li input[type="text"]::placeholder {
	color: red;
/*     opacity: 1; */
    text-decoration: line-through;
}
#theme h1:first-child {
	margin-top: 50px;
}


#contenu .admin .inline input[type="text"].h2 {
	display: inline-block;
	width: 500px;
}

#contenu .admin .inline input[type="text"],
#contenu .admin .inline textarea,
#contenu .admin .inline select {
	display: inline-block;
	width: 200px;
}
#contenu .admin .inline textarea {
	width: 400px;
	height: 40px;
	vertical-align: top;
}
#contenu .admin .inline input.grand {
	width: 350px;
}
#contenu .admin .inline input.moyen {
	width: 140px;
}
#contenu .admin input.champ_marquer_supprimer,
#contenu .admin textarea.champ_marquer_supprimer,
#contenu .admin input.champ_marquer_supprimer::placeholder,
#contenu .admin textarea.champ_marquer_supprimer::placeholder,
#contenu .admin select.champ_marquer_supprimer {
	text-decoration: line-through;
	color: red;
	border-color: red;
}
#contenu .admin .droite {
	display: inline;
	float: right;
}
#contenu .droite {
	display: inline;
	float: right;
}
#contenu .admin .img_marquer_supprimer {
	opacity: 0.25;
    filter: alpha(opacity=25);
	z-index: 1;
}


#contenu .admin svg.bouton_photo,
#contenu .admin svg.bouton_photo_ordre {
	height: 30px;
	width: 30px;
	border-radius: 10px;
	z-index: 2;
	background-color: white;
	padding: 4px;
	position: absolute;
	margin-left: 5px;
	margin-top: 5px;
}

#contenu svg.bouton_photo path,
#contenu svg.bouton_photo_ordre path {
    fill: #6fbf43;
    color: #6fbf43;
}
#contenu a svg.bouton_photo:hover path,
#contenu a svg.bouton_photo_ordre:hover path {
	fill: #606060;
}
#contenu a svg.rouge:hover path {
    fill: red;
}
#contenu a svg.rouge_permanent path {
    fill: red;
}


#contenu .admin svg.bouton_photo_ordre {
	margin-left: 50px;
	cursor: move;
}

#contenu .admin .conferencier_vignette img.bouton_photo {
	margin-left: 55px;
	margin-top: 55px;
}
#contenu .admin #conference_liste_ordre li {
	color: #6fbf43;
	cursor: move;
	margin-top: 5px;
	margin-bottom: 5px;
}
#contenu .admin #conference_liste_ordre li img {
	height: 16px;
	width: 16px;
	vertical-align: middle;
	margin-right: 5px;
}


.admin h1.edit,
.admin h2.edit,
.admin h3.edit,
.admin h4.edit,
.admin h5.edit,
.admin h6.edit {
	color: #6fbf43;
}

#contenu input:readonly {
/* 	-webkit-appearance:none; */
	color: blue;
	background-color: red;
}
input[type="text"]:read-only {
	cursor: not-allowed;
	opacity: 0.5;
    filter: alpha(opacity=50);
}

#fiche .admin .galerie {
	text-align: inherit;
}
#fiche .admin .galerie ul.vignette {
	position: relative;
	max-height: inherit;
	overflow-x: inherit;
	overflow-y: inherit;
    white-space: inherit;    
}
#fiche .admin .galerie .vignette li {
	display: inline-block;
	margin: 0;
}
#fiche .admin .galerie #vignette_liste_ordre li {
/* 	cursor: move; */
}

#fiche .admin .galerie #vignette_liste_ordre li img {
	margin-bottom: 6px;
	margin-right: 6px;
}
.admin #accueil .cms p {
	margin-top: inherit;
}

#contenu input[readonly],
#contenu textarea[readonly] {
	border: 3px solid #e5e5e5;
	background-color: #f7f7f7;
}



/* PLUGIN CKEditor */
.cke_editable {
	text-align: inherit;
}
.cke_editable h1,
.cke_editable h2,
.cke_editable h3,
.cke_editable h4,
.cke_editable h5,
.cke_editable h6 {
	color: #6fbf43;
}
.cke_textarea_inline {
	min-height: 140px;
}
.cke_editable table, .cke_editable tr, .cke_editable td {
	border: 1px solid black;
}
/*
.cke_editable table {
	margin-bottom: 20px;
}
*/


/* PLUGIN jQuery-File-Upload */
.admin .conferencier_vignette .progress {
	width: 90%;
}

/* PLUGIN Cloud 9 Carousel */
/*
#carousel {
	height: 800px;
}
#carousel div {
	height: 800px;
	width: 500px;
}
#carousel div img {
	margin-top: 40px;
	margin-bottom: 40px;
	height: 720px;
	width: auto;
	box-shadow: 0px 5px 30px black;	
}
*/
/* PLUGIN Cloud 9 Carousel */
#carousel {
	height: 750px;
	padding-top: 30px;
}
#carousel div img {
	width: 500px;
	box-shadow: 0px 5px 30px black;	
}
