/* BASE */
html, body {
	-webkit-text-size-adjust: none;
	text-overflow: ellipsis;
}
body {
	font-family: Helvetica, arial, sans-serif;
	font-weight: 100;
	color: #000000;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	text-align: center;
}
img {
	border: none;
}
form, ul, li {
	margin: 0;
	padding: 0;
}
form {
	display: block;
}
a {
	color: #49739D;
	text-decoration: none;
}
a:hover, a:hover.a_nul, .a_nul a:hover {
	color: #033B67;
	text-decoration: none;
}
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: #49739D;
}
h1, h2, h3, h4, h5, h6 {
	color: #033B67;
}
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, 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;
}
.estompe {
    filter: alpha(opacity=50);
	opacity: 0.5;
}
.estompe_leger {
    filter: alpha(opacity=80);
	opacity: 0.8;
}
.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;
}
.cursor_pointer {
	cursor: pointer;
}
img.hover_rouge:hover {
	filter: brightness(0) saturate(100%) invert(12%) sepia(99%) saturate(5877%) hue-rotate(1deg) brightness(102%) contrast(114%);
}
.cursor_move {
	cursor: move;
}

/*
#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: 350px; /* hauteur du pied de page */
}
#footer {
	position: relative;
	margin-top: -350px; /* hauteur du pied de page en négatif */
	height: 350px; /* hauteur du pied de page */
	clear:both;
	width: 100%;
	text-align: center;
	background-color: #ffffff;
}
#footer .haut {
	height: 150px;
	background-color: #033B67;
}
#main.fond_streaming {
	/* background-color: rgba(22, 22, 22, 1); */
	background-color: rgba(37, 37, 37, 1);
}

body { /* TEST */
	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: white;
}
#contexte_haut.fixe {
	top: -420px;
	position: fixed;
	z-index: 9999;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

#contexte_haut .logo_contact {
	text-align: left;
	width: 1180px;
	margin-left: auto;
	margin-right: auto;
	height: 120px;
}
#contexte_haut .logo {
	float: left;
}
#contexte_haut .logo img {
	margin-top: 5px;
	height: 105px;
}


#contexte_haut .contact {
	margin-top: 45px;
	float: right;
	max-height: 100px;
}
#contexte_haut .contact .icone {
	width: 35px;
}
#contexte_haut .contact .icone img {
	width: 20px;
	height: 20px;
}
#contexte_haut .contact .icone-texte {
	white-space: nowrap;
	line-height: 15px;
	color: #49739D;
}
#contexte_haut .contact .icone-texte a {
	color: #49739D;
}
#contexte_haut .contact .icone-texte a:hover {
	color: #033B67;
}



#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-top: -50px;
	height: 50px;
}
#menu a {
	color: #ffffff;
	font-size: 24px;
	line-height: 50px;
	display: block;
	display: inline-block;

	padding-left: 14px;
	padding-right: 14px;
}
#menu li:first-child a {
	padding-left: 0;
	padding-right: 0;
}
#menu a:hover {
	color: #8EB807;
}
#menu li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
#menu a.actif {
	color: #8EB807;
}
#menu .actif_gestion {
	background-color: green;
}
#menu img {
	width: 20px;
	height: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	vertical-align: middle;
}


#menu .avant {
	display: inline-block;
	margin-left: 20px;
	color: white;
	font-size: 14px;
}
#menu .avant a,
#menu_bas .avant a {
	background-color: #ffffff;
	padding: 0px;
	margin-top: 0px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
#menu .avant a.actif,
#menu_bas .avant a.actif {
	background-color: #8EB807;
	color: white;
}
#menu .avant a:hover,
#menu .avant a.actif:hover,
#menu_bas .avant a:hover,
#menu_bas .avant a.actif:hover {
	background-color: #8EB807;
	color: #033B67;
}
#menu .avant a,
#menu_bas .avant a {
	font-weight: bolder;
	color: #033B67;
	line-height: 38px;
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
}
#menu .avant .lignes,
#menu_bas .avant .lignes {
	display: inline-block;
	margin-top: -8px;
	line-height: 18px;
	vertical-align: middle;
	padding: 0 7px;
}



#menu .admin {
	float: right;
}
#menu .admin a {	
	padding-left: 5px;
	padding-right: 5px;
}
#menu .admin a.actif img {	
	background-color: white;
	border-radius: 10px;
	padding: 5px;
	margin-top: 10px;
}

/*
#menu li:hover > .sous_menu {
	display: block;
}
*/
#menu .sous_menu.actif {
	display: block;
}
#menu .sous_menu {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 470px;
	text-align: center;
	background-color: #c6e6fb;
    min-width: 1180px;
}
#menu .sous_menu a {
	font-size: 18px;
	color: #49739D;
	line-height: 40px;
	display: block;
	display: inline-block;
	padding-left: 25px;
	padding-right: 25px;
}
#menu .sous_menu a:hover {
	color: #000000;
}
#menu .sous_menu li {
	margin-top: 0px;
	height: 40px;
}
#menu .sous_menu_admin {
	background-color: #6fbf43;
}
#menu .sous_menu_admin a {
	color: white;
}
#menu .sous_menu li.admin a,
#menu .sous_menu_admin li.admin a {
	padding-right: 0;
}


#menu .recherche a div {
	display: inline-block;
	margin-right: 10px;
	font-size: 22px;
	transform: rotate(45deg);
}
#menu_cadrage-recherche {
	width: 100%;
	margin-top: 40px;
	min-width: 1180px;
	text-align: center;
	background-color: #c6e6fb;
	display: none;
	padding-top: 20px;
	padding-bottom: 20px;
}
#menu_cadrage-recherche input[type=text] {
	border: 3px solid #c6e6fb;
	border-radius: 5px;
	color: #033B67;
	font-size: 22px;
	padding: 5px 15px; 
	border: 0;
}


/* MENU BAS */
#menu_bas li {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 24%;
	vertical-align: top;
	margin-top: 5px;
	line-height: 30px;
}
#menu_bas a {
	color: #ffffff;
	font-size: 22px;
	display: inline-block;
}
#menu_bas a:hover {
	color: #8EB807;
}
#menu_bas .sous_menu li {
	line-height: 22px;
	margin-top: inherit;
	display: block;
	width: inherit;
}
#menu_bas .sous_menu a {
	font-size: 16px;
	color: #ffffff;
}
#menu_bas .sous_menu a:hover {
	color: #8EB807;
}
#menu_bas .recherche a div {
	display: inline-block;
	margin-right: 10px;
	font-size: 22px;
	transform: rotate(45deg);
}
#menu_bas .contact {
	margin-top: 10px;
	/* height: 75px; */
}
#menu_bas .contact .icone {
	width: 30px;
}
#menu_bas .contact .icone img {
	width: 18px;
	height: 18px;
	margin-top: -3px;
}
#menu_bas .contact .icone-texte p {
	font-size: 17px;
	line-height: 8px;
	white-space: nowrap;
	color: #ffffff;
}
#menu_bas .contact .icone-texte a {
	font-size: 17px;
	color: #ffffff;
}
#menu_bas .contact .icone-texte a:hover {
	color: #8EB807;
}
#menu_bas .avant {
	color: white;
	/* padding-top: 70px; */
	padding-top: 0px;
	font-size: 14px;
}
#menu_bas .avant a {
	margin-top: -3px;
	margin-left: 0px;
	white-space: nowrap;
	margin-bottom: 12px;

	font-size: 18px;
	line-height: 28px;
	padding-left: 7px;
	padding-right: 7px;

}
/* #menu_bas .avant a:hover {
	color: #033B67;
} */
#menu_bas .bas_alaligne {
	/* position: relative;
	display: block;
	width: 88%;
	text-align: center; */
}
#avec_soutien {
	margin-top: 5px;
	font-size: 12px;
	color: #49739D;
}
#soutien {
	text-align: center;
}
#soutien li {
	display: inline-block;
	margin: 0px 80px;
}



/* HAUT ACCUEIL */
.haut_accueil #header {
	height: 50px;
}
/*
.haut_accueil #menu {
	margin-top: -50px;
}
*/
.haut_accueil #header .fond {
    height: 0px;
}
.haut_accueil #menu .sous_menu {
	top: 170px;
}
.haut_accueil #menu li.admin {
	z-index: 9;
}



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

#contenu {
	margin-top: 100px;
	margin-bottom: 50px;
	display: block;
	clear: both;
}
#contenu h1:first-child {
	margin-top: 0;
	padding-top: 0;
}
#contenu b,
#contenu strong {
	font-weight: normal;
}
.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;
}
.copyright, .powered {
	margin-top: 0;
	padding-bottom: 10px;
	font-size: 13px;
}
red {
	left: 20px;
	position: absolute;
}
.powered {
	right: 20px;
	position: absolute;
}


/* MISE EN PAGE CONTENU */



#contenu .colonne_1_2 {
	text-align: left;
	float: left;
	width: 800px;
	margin-right: 80px;
	margin-bottom: 50px;
}
#contenu .colonne_2_2 {
	float: right;
	width: 300px;
}

#contenu .colonnes_2 {
	clear: both;
	justify-content: flex-start;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}



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,
.cms ol {
	margin-top: 30px;
	margin-bottom: 30px;
}
.cms ul li {
	list-style-type: disc !important;
	margin-left: 50px !important;
	margin-bottom: 20px !important;
}
.cms ol li {
	list-style-type: decimal !important;
	margin-left: 50px !important;
	margin-bottom: 20px !important;
}
.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;
}
.cms .cms_legende {
	margin-top: -40px;
	font-size: 80%;
	font-style: italic;
	padding-bottom: 40px;
}

.admin #cms_liste_ordre .bouton_cms_ordre,
.admin #cms_liste_ordre .bouton_cms_supprimer {
	width: 25px;
	height: 25px;
	
}
.admin #cms_liste_ordre .bouton_cms_ordre {
	position: absolute;
	margin-left: -30px;
	cursor: move;
}
.admin #cms_liste_ordre .bouton_cms_supprimer {
	position: absolute;
	margin-left: -30px;
	margin-top: 30px;
}
.admin #cms_liste_ordre .deplacement_final {
	height: 50px;
	width: 150px;
	margin-bottom: 20px;
	border: 5px dotted rgba(176, 176, 176, 1);
	border-radius: 15px;
}
.admin #cms_liste_ordre .deplacement_bloc { 
	box-shadow: 0px 5px 30px black;	
	background-color: white;
	opacity: 0.7;
	transform: scale(0.5);
	transform-origin: top left;
	padding: 30px;
	padding-right: 0;
	border-radius: 30px;
	max-height: 200px;
	overflow-y: hidden;
}


/* FORMULAIRES */
#contenu .centre input[type=text],
#contenu .centre input[type=file],
#contenu .centre input[type=password] {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
[contenteditable="true"],
#contenu input[type=text],
#contenu input[type=file],
#contenu input[type=password],
#contenu select,
#contenu textarea,
#form_newsletter .inf-main input,
#form_newsletter_conference_enligne .inf-main input {
	display: block;
	width: 100%;
	border: 3px solid #c6e6fb;
	padding: 5px;
	border-radius: 5px;
	font-size: 16px;
	color: #033B67;
	margin-bottom: 20px;
}
#form_newsletter .inf-message,
#form_newsletter_conference_enligne .inf-message {
	color: red;
	display: block;
	margin-bottom: 10px;
}
#contenu textarea {
	height: 150px;
}
#contenu textarea.haut_moyen {
	height: 60px;
}
#contenu input:focus,
#contenu select:focus,
#contenu textarea:focus,
#contenu div[contenteditable]:focus {
    box-shadow: 0 0 3pt 2pt #49739D;
    outline: none;
	outline-offset: 5px;
}
#contenu fieldset
{
	margin: 0;
	padding: 0;
	margin-top: 10px;
	border: none;
}
#contenu legend {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
#contenu textarea.moyen,
#contenu input.moyen,
#contenu select.moyen {
	width: 500px;
}
#contenu textarea.moyen_petit,
#contenu input.moyen_petit,
#contenu select.moyen_petit {
	width: 350px;
}

#contenu .admin .compteur_caractere {
	position: absolute;
	display: none;
	margin-left: 3px;
	margin-top: -58px;
	font-weight: normal;
	font-size: 22px;
	color: #6fbf43;
	
	padding: 5px;
	
	background-color: white;
	border-radius: 5px;
}
#contenu .admin .alerte {
	color: red;
}
#contenu textarea.petit,
#contenu input.petit,
#contenu select.petit {
	width: 150px;
}
#contenu textarea.mini,
#contenu input.mini,
#contenu select.mini {
	width: 50px;
}
#contenu label {
	font-size: 16px;
	display: block;
	margin-bottom: 0px;
	padding-top: 1px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	min-height: 20px;
}
#contenu label em {
	font-size: 12px;
	display: block;
}
#laisser_vide {
	display: none;	
}
#contenu input.h1 {
	font-size: 36px;
}
#contenu input.h2 {
	font-size: 30px;
	margin-bottom: 20px;
}
#contenu input.h3 {
	font-size: 20px;
	margin-bottom: 20px;
}
#contenu input.h4 {
	font-size: 15px;
}
#contenu input.h5 {
	font-size: 13px;
}
#contenu input.form_champ_faux {
	border-color: red;
	background-color: #ffdede;
}
#contenu input::placeholder,
#contenu input:readonly {
	color: blue;
	background-color: red;
}

#contenu input::placeholder {
	color: #a9a9a9;
}



/* BOUTON */
.boutons {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
.boutons input,
#form_newsletter .inf-main .inf-submit input,
#form_newsletter_conference_enligne .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 input:hover,
#form_newsletter .inf-main .inf-submit input:hover,
#form_newsletter_conference_enligne .inf-main .inf-submit input:hover {
	background-color: #ffffff;
	color: #033B67;
}
.boutons em {
	display: block;
	margin-bottom: -30px;
}
.boutons .b_submit {
	font-weight: bold;
	background-color: #49739D;
}
.boutons .b_normal {
	background-color: #49739D;
}
input.b_effacer:hover {
	background-color: red;
	color: white;
}
input.b_annuler:hover {
	color: red;
}
.boutons_petit input {
	font-size: 16px;
	font-weight: normal;
}
.boutons_enorme input {
	font-size: 40px;
}

#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 .cms .video_bloc {
	/* width: 800px;
	height: 450px; */
	margin-bottom: 50px;
	display: inline-block;
}



/* #contenu .video_habillage iframe.video {
	width: 390px;
	height: 240px;
} */
#contenu .video_habillage {
	/* width: 390px; */
	display: inline-block;
	padding-top: 20px;
	padding-bottom: 20px !important;
	/* margin-bottom: 20px !important; */
	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 */
.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,
#fiche .info2 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,
#fiche .info2 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#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;
}


/* LISTE */
#liste .vignette {
	float: left;
	width: 20%;
	padding-bottom: 50px;
}
#liste .vignette:hover ~ div.description h2 a {
	 color: #01436F;
}
#liste .vignette img {
	width: 200px;
	height: 200px;
	border-radius: 10px;
}
#liste .description {
	float: left;
	width: 80%;
	padding-bottom: 50px;
}
#liste .description h2 {
	margin-top: 0;
	margin-bottom: 15px;
}
#liste .description h3 {
	margin-top: -15px;
	margin-bottom: 15px;
	color: #49739D;
}
#liste .description p {
}
#liste .description ul {
	padding-bottom: 20px;
}
#liste .vignette.programme h2 {
	margin-top: 0;
	margin-bottom: 5px;
	/* padding: 0;
	margin: 0; */
	width: 85%;
	text-align: center;
}

/* STREAMING */
.fond_streaming #contenu {
	color: #cdcdcd;
}
.fond_streaming #contenu a {
	color: white;
}
.fond_streaming #contenu a:hover {
	color: #8EB807;
}
.fond_streaming #contenu h1,
.fond_streaming #contenu h2,
.fond_streaming #contenu h6 {
	color: white;
}

/* LISTE STREAMING */
#liste #streaming_liste {
	clear: both;
	justify-content: flex-start;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 50px;
}
#liste #streaming_liste li {
	float: inherit;
	width: 360px;
	padding-bottom: 0px;
	text-align: center;
	background-color: #8EB807;
	border-radius: 10px;
	display: block;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}
#liste.similaire #streaming_liste {
	grid-template-columns: 1fr;
	grid-gap: 30px;
}
#liste.similaire #streaming_liste li {
	width: 300px;
}
#liste.similaire #streaming_liste .vignette {
	height: 150px;;
}
#liste #streaming_liste h2 {
	font-size: 24px;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
#liste #streaming_liste .vignette {
	float: inherit;
	padding-bottom: inherit;
	width: 100%;
	height: 203px;;
	overflow: hidden;
	text-align: right;
	display: block;
	z-index: 0;
	position: relative;
	margin-bottom: 5px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#liste #streaming_liste .vignette img {
	position: relative;
	z-index: -1;
	width: 100%;
	height: auto;
	min-height: 100%;
	min-width: 350px;
	left: 50%;
	transform: translateX(-50%);
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
#liste #streaming_liste a:hover ~ div.description h2 a {
	/* color: #9fcfff; */
	color: #033B67;
}
#liste #streaming_liste .description {
	float: inherit;
	width: inherit;
	padding-bottom: inherit;
	text-align: left;
}
#liste #streaming_liste .conferencier li {
	height: inherit;
	background-color: inherit;
	margin-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
}
#liste #streaming_liste .description a:hover,
#liste #streaming_liste .conferencier a:hover {
	color: #033B67;
}
#liste #streaming_liste .conferencier .conferencier_description {
	height: 30px;
}
#liste #streaming_liste .conferencier .conferencier_description a {
	font-weight: bold;
}
#liste #streaming_liste .conferencier .conferencier_description p {
	font-size: 14px;
	padding: 0;
	margin: 0;
	max-width: inherit;
	width: inherit;
}
#liste #streaming_liste .conferencier .conferencier_vignette {
	width: 30px;
	/* margin-left: 10px; */
	margin-right: 10px;
}
#liste #streaming_liste .conferencier .conferencier_vignette img {
	width: 30px;
	height: 30px;
}

/* FICHE STREAMING */
#fiche #streaming_fiche .streaming {
	clear: both;
	justify-content: flex-start;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
}

/* #fiche #streaming_fiche .streaming > li {
	background-color: yellow;
	position: relative;
} */


#fiche #streaming_fiche .miniature.active .vignette {
	box-shadow: 0 0 0 5px #8EB807;
}
#fiche #streaming_fiche .admin .miniature.active .vignette {
	box-shadow: inherit;
}



#fiche #streaming_fiche .miniature .vignette {
	width: 100%;
	height: 150px;;
	overflow: hidden;
	z-index: 0;
	position: relative;
	border-radius: 10px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}
#fiche #streaming_fiche .miniature .vignette img {
	position: relative;
	z-index: -1;
	width: 100%;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	/* left: 50%;
	transform: translateX(-50%); */
	top: 50%;
	transform: translateY(-50%);
}

/* #fiche #streaming_fiche .miniature .vignette {
	border-radius: 10px;
	float: inherit;
	padding-bottom: inherit;
	overflow: hidden;
	text-align: right;
	display: block;
	z-index: 0;
	position: relative;
	margin-bottom: 5px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}
#fiche #streaming_fiche .miniature .vignette img {
	width: 100%;
} */


#fiche #streaming_fiche .miniature .play,
#fiche #streaming_fiche .miniature .badge,
#fiche #streaming_fiche .miniature .titre 
{
	width: 100%;
	z-index: 1;
}
#fiche #streaming_fiche .miniature .badge,
#fiche #streaming_fiche .miniature .play {
	position: absolute;
	z-index: 1;
}
#fiche #streaming_fiche .streaming li > div {
	text-align: center;
	position: relative;
	height: 100%;
	position: relative;
}
#fiche #streaming_fiche .admin .streaming li > div {
	text-align: inherit;
}
#fiche #streaming_fiche .play {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
#fiche #streaming_fiche .play img {
	height: 80px;
	width: 80px;
	margin-left: auto;
	margin-right: auto;
	filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 1));
	opacity: 0.9;
}
#fiche #streaming_fiche .miniature.active .play {
	display: none;
}
#fiche #streaming_fiche .miniature.vod_2:hover .play img {
	opacity: 0.6;
}
#fiche #streaming_fiche .miniature .badge p {
	margin-left: 50px;
	padding: 5px 10px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	border-radius: 5px;
	
	/* position: absolute; */
	/* display: inline-block; */
	/* padding-top: 13px;
	padding-right: 5px; */
	/* margin-bottom: 10px; */
	color: white;
	font-size: 15px;
	filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 1));
	background-color: rgba(0, 0, 0, 0.5);
}
#fiche #streaming_fiche .miniature .duree,
#fiche #streaming_fiche .miniature .titre {
	text-shadow: 0px 0px 2px #000000,
	0px 0px 4px #000000,
	0px 0px 6px #000000,
	0px 0px 8px #000000,
	0px 0px 10px #000000;
}
#fiche #streaming_fiche .miniature .duree {
	position: absolute;	
	margin-top: 5px;
	margin-left: 10px;
	font-size: 15px;
	z-index: 1;
}
#fiche #streaming_fiche .miniature .titre {
	position: absolute;	
	display: flex;
	flex-direction: column;
	height: 45px;
	margin-top: -50px;
	text-align: center;
	line-height: 20px;
	font-size: 15px;
}
#fiche #streaming_fiche .miniature .titre div {
	margin-top: auto;
	padding-right: 5px;
	padding-left: 5px;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
}
#fiche #streaming_fiche .admin .miniature input {
	margin-left: auto;
	margin-right: auto;
	width: 230px;
	margin-top: 5px;
}
#fiche #streaming_fiche video,
#fiche #streaming_fiche iframe,
#fiche #streaming_fiche #vod_lecteur_play {
	width: 1180px;
	height: 665px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 1);	
	border-radius: 10px;
}
#fiche #streaming_fiche iframe {
	border-radius: inherit;
}

#fiche #streaming_fiche .galerie img {	
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 1);	
}
#fiche #streaming_fiche h2#media_titre {
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: center;
}
#fiche #streaming_fiche h2#media_titre em {
	margin-left: 10px;
	font-style: normal;
	font-size: 50%;
}
#fiche #streaming_fiche #lecteur_powerpoint,
#fiche #streaming_fiche .vod_lecteur_aide {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
}
#fiche #streaming_fiche #lecteur_powerpoint input,
#fiche #streaming_fiche .vod_lecteur_aide input {
	background-color: #8EB807;
}
#fiche #streaming_fiche #vod_lecteur_play {
	position: absolute;
	cursor: pointer;
	text-align: center;
	box-shadow: NONE;
}
#fiche #streaming_fiche #vod_lecteur_play .play {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
#fiche #streaming_fiche #vod_lecteur_play .play img {
	/* margin-top: 220px; */
	height: 200px;
	width: 200px;
}
#fiche #streaming_fiche #vod_lecteur_play:hover .play img {
	opacity: 0.6;
}
#fiche #streaming_fiche .miniature.vod_0 img.vignette,
#fiche #streaming_fiche .miniature.vod_1 img.vignette {
	opacity: 0.1;
}

#fiche #streaming_fiche #vod_lecteur,
#fiche #streaming_fiche #lecteur {
	width: 100%;
	height: 100%;
	background-color: rgba(37, 37, 37, 1);
}

#fiche #streaming_fiche #lecteur_powerpoint .vod_lecteur_aide {
	display: none;
}

#fiche #streaming_fiche #vod_lecteur:fullscreen #b_plein_ecran {
	display: none;
}
#fiche #streaming_fiche #vod_lecteur:-webkit-full-screen #b_plein_ecran {
	display: none;
}
#fiche #streaming_fiche #vod_lecteur:-moz-full-screen #b_plein_ecran {
	display: none;
}
#fiche #streaming_fiche #vod_lecteur:-ms-full-screen #b_plein_ecran {
	display: none;
}

#fiche #streaming_fiche #vod_lecteur:fullscreen #lecteur_powerpoint .vod_lecteur_aide {
	display: block;
}
#fiche #streaming_fiche #vod_lecteur:-webkit-full-screen #lecteur_powerpoint .vod_lecteur_aide {
	display: block;
}
#fiche #streaming_fiche #vod_lecteur:-moz-full-screen #lecteur_powerpoint .vod_lecteur_aide {
	display: block;
}
#fiche #streaming_fiche #vod_lecteur:-ms-full-screen #lecteur_powerpoint .vod_lecteur_aide {
	display: block;
}

#fiche #streaming_fiche #vod_lecteur:fullscreen iframe {
	width: 100vw;
	height: 93vh;
}
#fiche #streaming_fiche #vod_lecteur:-webkit-full-screen iframe {
	width: 100vw;
	height: 93vh;
}
#fiche #streaming_fiche #vod_lecteur:-moz-full-screen iframe {
	width: 100vw;
	height: 93vh;
}
#fiche #streaming_fiche #vod_lecteur:-ms-full-screen iframe {
	width: 100vw;
	height: 93vh;
}
#fiche #streaming_fiche #vod_lecteur .boutons {
	margin-bottom: 10px;
}
#fiche #streaming_fiche #iframe_envoi {
	width: 100%;
	height: 200px;
	border: none;	
	box-shadow: none;
	overflow: hidden;
}


.fond_streaming #conference_categorie li a,
.fond_streaming #conference_categorie li label {
	background-color: #8EB807;
}
.fond_streaming #conference_categorie li a:hover {
	color: #033B67;
}
.fond_streaming #conference_categorie_secondaire li a,
.fond_streaming #conference_categorie_secondaire li label {
	border-color: #8EB807;
}
.fond_streaming #conference_categorie_secondaire li a:hover {
	color: #033B67;
}
.colonne_2_2 .bouton_streaming {
	background-color: #8EB807;
	border-radius: 10px;
	margin-bottom: 30px;
	font-weight: bolder;
	color: #033B67;
	padding: 5px 10px 5px 15px;
	text-align: center;
}
.colonne_2_2 .bouton_streaming a {
	justify-content: flex-start;
	display: grid;
	grid-template-columns: auto auto;
	align-items: center;
	color: white;
	font-size: 24px;
}
.colonne_2_2 .bouton_streaming a:hover {
	color: #033B67;
}
.bouton_streaming img,
#fiche #actualite_fiche .bouton_streaming img {
	width: 50px;
	height: 50px;
	margin: 0;
}
#liste .bouton_streaming {
	display: inline-block;
}
#fiche #conference_liste .bouton_streaming img {
	width: 35px;
	height: 35px;
	margin-right: 30px;
}
#liste #conference_liste .description .bouton_streaming img {
	width: 30px;
	height: 30px;
	margin-right: 30px;
}
#streaming_dons {
	position: relative;
	display: inline-block;
	width: auto;
	background-color: rgba(142, 184, 7, 0.35);
	margin-top: 50px;
	padding: 10px 20px;
	padding-bottom: 0;
	border-radius: 10px;
}
#streaming_dons.admin {
	background-color: inherit;
}

/* LISTE ARTICLE */
#liste .article {
	width: 570px;
	display: inline-block;
	margin-bottom: 50px;
	margin-right: 10px;
	vertical-align: top;
	cursor: pointer;
}	
#liste .article_large {
	display: none;
	width: 100%;
	margin-top: 200px;
	margin-bottom: 200px;
	float: left;
	z-index: 10000;
}
#liste .article_large h1 {
	cursor: pointer;
}
#liste .article_ancre {
	position: absolute;
	margin-top: -100px;
}
#liste .article .bloc_g,
#liste .article .bloc_d {
	margin: 0;
	padding: 0;
}
#liste .article .bloc_g {
	display: inline-block;
	width: 120px;
	vertical-align: top;
}
#liste .article .bloc_d {
	display: inline-block;
	margin-left: 10px;
	width: 430px;
	vertical-align: top;
}
#liste .article .description {
	padding: inherit;
	float: inherit;
}
#liste .article .vignette {
	width: 120px;
	height: 120px;
	margin: 0;
	padding: 0;
}
#liste .article .vignette img {
	width: 110px;
	height: 110px;
	border-radius: 25px;
}
#liste .article .type {
	text-align: center;
	padding-right: 10px;
}
#liste .article .type img {
	width: 30px;
	height: 30px;
}
#liste .article .conferencier li {
	height: 30px;
	margin-bottom: 10px;
	margin-right: 30px;
}
#liste .article .conferencier .conferencier_vignette {
	width: 40px;
}
#liste .article .conferencier .conferencier_vignette img {
	height: 30px;
	width: 30px;
}
#liste .article .conferencier .conferencier_description {
	height: 30px;
}
#liste .article .conferencier .conferencier_description p {
	font-size: 18px;
	color: #033B67;
}
#liste .article_large .conferencier li {
	height: inherit;
	width: 100%;
}
#liste .article_large .conferencier .conferencier_contact {
	margin-left: 70px;
}
#liste .article_large .conferencier .conferencier_contact p {
	font-size: 15px;
	color: #033B67;
	margin: 0;
	padding: 0;
}
#liste .article_large .conferencier .conferencier_contact .icone {
	width: 25px;
}
#liste .article_large .conferencier .conferencier_contact .icone img {
	width: 20px;
	height: 20px;
}
#liste .article_large .conferencier .conferencier_contact .icone-texte {
	padding-top: 1px;
	float: left;
 	display: table;
	width: 100%;
	max-width: calc(100% - 25px);
	max-width: -webkit-calc(100% - 25px);
	padding-bottom: 5px;
}




/* LISTE DOCUMENT */
#liste #document_liste input {
	display: inline-block;
	width: 30%;
	margin-bottom: 0;
}
#liste #document_liste li ul {
/* 	display: none; */
}

#liste #document_liste li {
	margin: inherit;
	margin-bottom: 10px;
}
#liste #document_liste li.dossier img {
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
#liste #document_liste li.dossier img.input_bouton_droite {
	position: absolute;
	margin-left: -37px;
	margin-top: 7px;
	height: 20px;
	width: 20px;
	background-color: white;
	padding-left: 10px;
}

#liste #document_liste li.fichier img {
	width: 25px;
	height: 25px;
	display: inline-block;
	margin-left: 3px;
	margin-right: 17px;
	vertical-align: middle;
}
#liste #document_liste ul {
	margin-left: 30px;
	margin-bottom: 20px;
}
#liste #document_liste li.vide {
	color: gray;
	font-size: 14px;
	margin-left: 40px;
	font-style: italic;
}


/* FICHE */
#fiche #mapid {
	width: 100%;
	height: 200px;
}
#fiche .info label img,
#fiche .info2 label img {
	height: 30px;
	width: 30px;
}
#fiche .info img,
#fiche .info2 img {
	height: 30px;
	width: 30px;
}
#fiche iframe {
	margin-bottom: 30px;
	width: 800px;
	height: 450px;
}

#fiche .galerie {
	margin-bottom: 30px;
	width: 800px;
	height: auto;
}
#fiche .galerie img {
	width: 800px;
	border-radius: 10px;
}
#fiche .galerie ul.vignette {
	position: relative;
	overflow-x: scroll;
	overflow-y: hidden;
    white-space: nowrap;    
	margin: 0;
	padding: 0;
	
	width: 100%; /* NEW */
	max-height: 212px; /* NEW */
}
#fiche .galerie .vignette li {
	display: inline-block;
	margin-top: 8px;
	margin-left: 8px;
}
#fiche .galerie .vignette li:first-child {
	margin-left: 0;
}
#fiche .galerie .vignette img {
	width: 194px;
	border-radius: 10px;
}
#fiche .galerie_vertical img.grande {
	object-fit: cover;
	width: 598px;
	height: 800px;
}
#fiche .galerie_carre img.grande {
	object-fit: cover;
	width: 598px;
	height: 598px;
}
#fiche .galerie_vertical ul.vignette,
#fiche .galerie_carre ul.vignette {
	float: right;
	max-height: inherit;
	height: 800px;
	width: 202px;
	overflow-y: scroll;
	overflow-x: hidden;
    white-space: inherit;	
}
#fiche .galerie_vertical .vignette li:first-child,
#fiche .galerie_carre .vignette li:first-child {
	margin-left: 8px;
	margin-top: 0;
}
#fiche .galerie_carre ul.vignette {
	height: 598px;
}

.galerie_vignette li {
	display: inline-block;
	
}
.galerie_vignette img {
	max-width: 260px;
	max-height: 260px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}



#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,
#fiche .info2 {
	padding-top: 0;
}
#fiche .info li,
#fiche .info2 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;
}

/* CONFERENCIER - LISTE */
#conferencier_liste h2 {
	font-size: 26px
}
#conferencier_liste li {
	display: inline-block;
	width: 24%;
	margin-right: 1%;
	text-align: center;
	vertical-align: top;
}
#conferencier_liste span {
	display: block;
	text-align: center;
}
#conferencier_liste img {
	height: 240px;
	width: 240px;
	border-radius: 300px;
	margin-bottom: 20px;
}


/* LIEN - LISTE */
#lien_liste .vignette img,
#tutoriel_liste .vignette img {
	height: inherit;
}
#lien_liste .vignette .image,
#tutoriel_liste .vignette .image {
	background-size: cover;
	background-position-x: 25%;
	width: 200px;
	height: 200px;
	border-radius: 10px;
}

#tutoriel_fiche h1 + div.cms > div.cms > p:first-of-type + div.galerie_scale {
	display: none;
}





/* ACTUALITE - FICHE */
#actualite_fiche ul.conferencier {
	margin-bottom: 80px;
}


/* NEWSLETTER - GENERATION - FICHE */
#newsletter_generation_fiche {
	margin-top: 10px;
	text-align: center;
}
#newsletter_generation_fiche h6 {
	margin-top: 20px;	
}
#newsletter_generation_fiche .conferencier {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
#newsletter_generation_fiche .conference {
	color: #033b67;
}
#newsletter_generation_fiche .conference .h1 {
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 50px;
	font-size: 35px;
	line-height: 45px;
	font-weight: bold;
}
#newsletter_generation_fiche p.apropos {
	margin-top: 10px;
}
#newsletter_generation_fiche .galerie_scale {
	margin-top: 30px;
	margin-bottom: 0px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#newsletter_generation_fiche .vignette {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#newsletter_generation_fiche .contact {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
}


/* CONFERENCIER - FICHE */
#contenu .colonnes_1_3 .conferencier_vignette {
	width: 32%;
	margin-right: 2%;
}
#contenu .colonnes_1_3 .conferencier_description {
	width: 66%;
	margin-right: 0;
}
#conferencier_fiche .conferencier_vignette img {
	margin-top: 10px;
	width: 330px;
	height: 330px;
 	border-radius: 330px;
}
#conferencier_fiche .conferencier_description h6 {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 0px;
}
#conferencier_fiche .conferencier_description .boutons {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 20px;
}




/* CONFERENCIER - VIGNETTE */
#liste .conferencier li,
#fiche .conferencier li {
	display: block;
	height: 60px;
	margin-bottom: 10px;
}
#liste .conferencier li {
	display: inline-block;
	margin-right: 30px;
}

#liste .conferencier .conferencier_vignette,
#fiche .conferencier .conferencier_vignette {
	float: left;
	width: 70px;
	vertical-align: middle;
}
#liste .conferencier .conferencier_vignette img,
#fiche .conferencier .conferencier_vignette img {
 	border-radius: 100px;
	height: 60px;
	width: 60px;
}
#liste .conferencier .conferencier_description,
#fiche .conferencier .conferencier_description {
	float: left;
	font-size: 22px;
	font-weight: normal;
	height: 60px;
 	display: table;
}
#liste .conferencier .conferencier_description p,
#fiche .conferencier .conferencier_description p {
	max-width: 230px;
	width: 130px;
	display: table-cell; 
	vertical-align: middle;
}
#fiche .conferencier .conferencier_description p {
	width: inherit;
	font-size: 22px;
}

.conferencier_invite {
	font-style: italic;
	color: #acacac;
}
.conferencier_invite em {
	font-size: smaller;
	white-space: nowrap;
	color: #acacac;
}



/* ICONES */
.icone {
	clear: both;
	float: left;
	width: 45px;
	vertical-align: middle;
}
.icone img {
	width: 30px;
	height: 30px;
}
.icone-texte {
	padding-top: 1px;
	float: left;
 	display: table;
	width: 100%;
	max-width: calc(100% - 45px);
	max-width: -webkit-calc(100% - 45px);
}
.icone-texte em {
	font-size: 14px;
	font-style: normal;
}

/* NEWSLETTER */
#form_newsletter .inf-main {
	position: absolute;
	display: none;
	margin-top: 130px;
	margin-left: 840px;
	padding: 20px;
	width: 300px;
	background-color: rgba(255, 255, 255, 0.9);
	text-align: center;
	z-index: 99;
}
#form_newsletter_conference_enligne {
	display: block;
	margin-top: 40px;
}
#form_newsletter .inf-main h4 {
	color: #033B67;
	font-size: 22px;
	margin-bottom: 10px;
}
#form_newsletter_conference_enligne .inf-main h4 {
	display: none;
}
#form_newsletter_conference_enligne p {
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
	color: white;
	text-shadow: 0px 0px 3px black;
	text-align: center;
}
#form_newsletter .inf-main input,
#form_newsletter_conference_enligne .inf-main input {
	width: 260px;
	margin-left: auto;
	margin-right: auto;
}
#form_newsletter .inf-main .inf-submit input,
#form_newsletter_conference_enligne .inf-main .inf-submit input {
	font-weight: bold;
	background-color: #49739D;
	width: auto;
	margin-bottom: 0;
}
#form_newsletter_conference_enligne .inf-main .inf-submit input {
	margin-left: auto;
	margin-right: auto;	
	font-size: 16px;
}
#form_newsletter_conference_enligne .inf-main .inf-submit {
	text-align: center;
}

/* 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 {
	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;
}
#accueil .bloc .info img {
	margin-top: 15px;
	margin-bottom: -10px;
	width: 30px;
	height: 30px;
}



/* 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_petit {
	font-size: 16px;
}
#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 .boutons_fixe {
	position: fixed;
	z-index: 999;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	border-top: 1px solid #cccccc;
	text-align: center;
	display: inline-block;
	margin-bottom: inherit;
	padding-bottom: 20px;
	padding-top: 25px;
}
#contenu .admin #bouton_declencheur {
	position: absolute;
	margin-top: 100px;
}
#contenu .admin #div_conf_cate_id_ajout_alerte {
	display: none;
	font-size: 16px;
	margin-bottom: 20px;
	color: #a9a9a9;
}


#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;
}
*/


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


/* ADMIN EDITION - FICHE */
#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,
#fiche .admin .info2 li,
#fiche .admin .info2 label {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}
#fiche .admin .info label,
#fiche .admin .info2 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,
#fiche .admin .info2 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 img.bouton_photo,
#contenu .admin img.bouton_photo_ordre,
#contenu .admin img.bouton_photo_dvd,
#contenu .admin img.bouton_photo_livre {
	height: 30px;
	width: 30px;
	border-radius: 10px;
	z-index: 2;
	background-color: white;
	padding: 4px;
	position: absolute;
	margin-left: 5px;
	margin-top: 5px;
}
#contenu .admin img.bouton_photo_ordre {
	margin-left: 50px;
}
#contenu .admin img.bouton_photo_dvd {
	margin-top: 50px;
	margin-left: 5px;
}
#contenu .admin img.bouton_photo_livre {
	margin-top: 50px;
	margin-left: 50px;
}
#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 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,
#fiche .admin #vignette_liste_ordre .bouton_photo_ordre {
	cursor: move;
}

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


#contenu .admin #visiteurs .inline div {
	display: inline-block;
	width: 24.5%;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	
	/* background-color: red; */
}
#contenu .admin #visiteurs .inline div.boutons_actions img {
	/* float: right; */
	height: 30px;
	width: 30px;
}
#contenu .admin #visiteurs.log .inline div {
	width: 80% !important;
}
#contenu .admin #visiteurs.log .inline div.droite {
	width: 20% !important;
}


/* 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: 750px;
	padding-top: 30px;
}
#carousel div img {
	width: 500px;
	box-shadow: 0px 5px 30px black;	
}
.cloud9-item {
	background-color: white;
}

/* PLUGIN lightbox */
.lb-image {
	background-color: #eee;
}

/* COMPTEUR */
#compteur {
	color: #ffffff;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	text-shadow: 0px 0px 3px black;
}
#compteur h1,
#compteur h2 {
	color: #ffffff;
}
#compteur li {
	display: inline-block;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100px;
	border: 1px solid #e4f4fd;
	border-radius: 20px;
	margin-left: 5px;
	margin-right: 5px;
}
#compteur li .nombre {
	font-size: 45px;
}
#compteur li span {
	display: block;
	font-size: 14px;
}
#compteur #content {
	display: none;
}
#compteur #content .icone_conference {
	display: block;
	margin-bottom: 10px
}

