@charset "UTF-8";
/* :::::: BEGIN RESET :::::: */
html, body, div, applet, object, iframe, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, caption, figcaption, enTete, footer, article, section, nav, menu, hgroup {
	margin:0; 	padding:0; 	border:0; 	outline:0; 	font-size:100%;
}
/* :::::: END RESET :::::: */


/* POUR L'EFFET ZOOM AU SURVAL DES IMAGES DE LA PAGE D'ACCUEIL */
.maSelectionDePages .sousContenu .image-container{
	overflow: hidden;
}

.maSelectionDePages .sousContenu .image-container img{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.maSelectionDePages .sousContenu .image-container img:hover{
	transform: scale(1.15);
	-ms-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	-o-transform: scale(1.15);
	-moz-transform: scale(1.15);
}

/* FIN EFFET ZOOM */

/* POUR LE FILEMANAGER ESSAI */
/*
.mce-container[aria-label="JPC File Manager"]{
	position: fixed !important;
	top: 20px !important;
	bottom: 20px !important;
	right: 20px !important;
	left: 20px !important;
}
*/
/* FIN POUR LE FILEMANAGER ESSAI */



body{
	font-family: "BrownStd";
	background-color:#f1f2f2;
	color:#000;
}

.cacher{
	display:none !important;
}

p{
	font-size: 15px;
	color: black;
	margin-bottom: 15px;
}
/*
@media screen and (max-width: 1279px) {
 p{	font-size: 12px !important;	}
}
*/

/* pour eleminer le fond d'input jaune sur google chrome */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus{
	outline: none;
	background-color:#ffffff !important;
}


.read-more-libelle{
	font-weight: 900;
}



/* CENTRAGE DES BOOTSTRAP.3 MODAL SIMPLES (PAS LONGUES)
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
} */ 


/* ****************************************************
		Z-INDEX GRANDES PARTIES
   **************************************************** */

.ui-dialog{
	z-index: 900 !important;
}

#menuLarge, #menuMobile, .menuDiv{
	z-index: 800 !important;

}

.colonneDroite{
	z-index: 300;
}

.sousContenu.contenuPrincipal{
	z-index: 500; /* Tempo / au pb de la colonne de droite qui bouffe le contenu principal sur les mobiles et empeche le click */
}


/* **************************************************** */

a{
	color:#000;
}

a:hover{
	color:#e30521 !important;
}

.btn-danger {
    background-image: linear-gradient(to bottom, #ff4a4e 0px, #e30521 100%);
    background-repeat: repeat-x;
    border-color: #B92C28;
}

.btn-danger:hover,
.btn-danger:focus {
  background-color: #e30521;
  background-position: 0 -15px;
}

.texteRouge{
	color:#e30521 !important;
}

.lienBleu{
	color: #e30521;
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 1230px) {
	.container{
		width: 1200px !important;
	}
}

.sousContenu.contenuPrincipal{
	min-height: 800px;
}

/*****************/
/* MEDIA QUERIES */
/****************/

/*  PARTIE CONCERNANT LA MASONRY ! 						*/
/* **************************************************** */
.sousContenu {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.maSelectionDePages .sousContenu,
.maSelectionDePages .grid-sizer {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 15px;
	/* padding:0px; */
}

.gutter-sizer {
	width: 0px;
}

.sousContenu.block_x3_1, .sousContenu.block_x3_2, .sousContenu.block_x3_3,
.sousContenu.block_x4_1, .sousContenu.block_x4_2, .sousContenu.block_x4_3 {
	width: 100%;
}

/* Infinite Scroll loader */
#infscr-loading {
  text-align: center;
  z-index: 100;
  position: fixed;
  left: 45%;
  bottom: 40px;
  width: 200px;
  padding: 10px;
  background: #000;
  opacity: 0.8;
  color: #FFF;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}


.sectionClickable{
	cursor: pointer !important;
}
.sectionClickable a:hover{
	text-decoration:none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {

	.maSelectionDePages .grid-sizer-x3 ,
	.maSelectionDePages .grid-sizer-x4 {
		width: calc( ( 100% - 15px ) / 2 );
		width: -webkit-calc( ( 100% - 15px ) / 2 );
		width: -moz-calc( ( 100% - 15px ) / 2 );
		height: auto;
		float: left;
		margin-bottom: 20px;
	}


	.gutter-sizer {
		width: 15px;
	}

	.sousContenu.block_x3_2, .sousContenu.block_x3_3,
	.sousContenu.block_x4_2, .sousContenu.block_x4_3 {
		width:  100%;
	}

	.sousContenu.block_x3_1, .sousContenu.block_x4_1 {
		width: calc( ( 100% - 15px ) / 2 );
		width: -webkit-calc( ( 100% - 15px ) / 2 );
		width: -moz-calc( ( 100% - 15px ) / 2 );
	}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) { /* 769px) */
	.maSelectionDePages .grid-sizer-x3 {
		width: calc( ( 100% - 30px ) / 2 );
		width: -webkit-calc( ( 100% - 30px ) / 2 );
		width: -moz-calc( ( 100% - 30px ) / 2 );
		height: auto;
		float: left;
		margin-bottom: 15px;
	}

	.maSelectionDePages .grid-sizer-x4 {
		width: calc( ( 100% - 30px ) / 3 );
		width: -webkit-calc( ( 100% - 30px ) / 3 );
		width: -moz-calc( ( 100% - 30px ) / 3 );
		height: auto;
		float: left;
		margin-bottom: 20px;
	}


	.gutter-sizer {
		width: 15px;
	}

	.sousContenu.block_x3_1 {
		width: calc( ( 100% - 30px ) / 2 );
		width: -webkit-calc( ( 100% - 30px ) / 2 );
		width: -moz-calc( ( 100% - 30px ) / 2 );
	}
	.sousContenu.block_x3_2 {
		width: calc( ( 100% - 30px ) * ( 2 / 2 ) + 15px );
		width: -webkit-calc( ( 100% - 30px ) * ( 2 / 2 ) + 15px );
		width: -moz-calc( ( 100% - 30px ) * ( 2 / 2 ) + 15px );
	}
	.sousContenu.block_x4_1 {
		width: calc( ( 100% - 30px ) / 3 );
		width: -webkit-calc( ( 100% - 45px ) / 3 );
		width: -moz-calc( ( 100% - 45px ) / 3 );
	}
	.sousContenu.block_x4_2 {
		width: calc( ( 200% / 3 ) - 5px );
		width: -webkit-calc( ( 200% / 3 ) - 5px );
		width: -moz-calc( ( 200% / 3 ) - 5px );
	}

	.sousContenu.block_x3_3, .sousContenu.block_x4_3 {
		width:  100%;
	}
}


.maSelectionDePages > .sousContenu > .affLarge{
	margin-top: -10px !important;
	margin-bottom: 0px !important;
}


/* FIN PARTIE MASONRY & Co. */
/* ************************ */





/************/
/* TEMPLATE */
/************/

/* EN TETE (au dessus du menu) */

#accueil{
	padding-left: 0px !important;
}
#accueil img{
	/* Logo 80 ans
	padding-top:10px;
	max-height: 160px; */
	padding-top:25px;
	max-height: 115px;

}

#menuLarge{
	margin-top: 15px !important; /* Logo noir: 30px */
}

#slogan{
	margin-top: 55px;

}

#slogan p{
	font-weight:800;
	line-height: 8px;
	font-size:16px;
}

#ssSlogan p{
	line-height: 8px;
	font-size:13px;
	font-weight:400;
}

#contact{
	float:none;
	text-align: left;
}

#lienConnexionMobile {
	text-align:right;
}
#choixLangue, #contact,#lienConnexionMobile {
	overflow:hidden;
	margin-top:20px;
}
#choixLangue{
	text-align:center;
}
#choixLangue a{
	text-decoration:none;
}
#choixLangue img{
	margin:0 3px;
}


.codeLangue{
	cursor:pointer;
	margin-left:10px;
	font-weight: 600;
	font-size: 1.2em;
}
.langueActive{
	color:#e30521;
}

.champRecherche{
	background-image:url(../images/loupeNoireV2.png);
	background-repeat:no-repeat;
	background-size: 22px;
	background-position: left;
	padding-left: 30px !important;
	margin-bottom: 0 !important;
	height:1.6em;
	font-size:0.8em;
	color:#000;
	border:none !important;
	border-radius: 0px !important;
	margin-left: 15px;
	width: calc(100% - 30px);
}

@media screen and (min-width: 769px) {
	.headerDroite{
		padding-left: 33px;
	}

	.champRecherche{
		margin-left:0px; /* pour etre caler sur les champs de connexion */
		height:29px;
		font-size:1em;
		width: 100%;
	}
}

.boutonRecherche{
	background-image:url(../images/loupeNoire.png);
  	background-repeat:no-repeat;
  	width:20px;
  	height:20px;
  	border:none;
  	padding:0;
  	margin:1px 0 0 2px;
  	cursor:pointer;
}


@media screen and (min-width: 769px) {
	#lienConnexionMobile {
		display:none !important;
	}
	#contact{
		float:right;
		text-align:right;
		margin-right:-13px;
	}
	#choixLangue, #contact{
		overflow:hidden;
		margin-top:64px;
	}
}

/* MENU */

#enTeteMenu{
	clear:both;
	padding-top:15px;
	padding-bottom:10px;
}

.menu{
	border-top:2px solid #000; /* MODIF JPC border-right:1px solid #858e95; */
	border-bottom:2px solid #000; /* AJOUT JPC */
}
.menu td{
	padding:0;
	margin:0;
	width:200px;
	text-align:center;
	vertical-align:middle;
	line-height:0.7em;
}

#menuMobile{
	background-color:#000;
	color:#FFF;
	width: inherit;
	padding:5px 5px 5px 0px;
}

#menuMobileLignes{
	display: none;
	background-color:#000;
	color:#FFF;
}

#menuMobileLignes li{
	margin-top:15px;
}

#menuMobileClick{
	background-color:#000;
	color:#FFF;
	padding:5px 10px;
}

#formConnexionMobile input{
	width: 100%;
}

.liensMenuAcces{
	margin-top: 6px;
}


/* Spécifique pour le reste */
@media screen and (min-width: 769px) {
	#menuMobile, #lienConnexionMobile {
		display:none !important;
	}
}


/* corpsDePage */
/* ------------*/

.corpsDePage{
	padding-top:10px;
}
.corpsDePage a,p{
	/* font-size:0.92em; VERIFIER SI PAS UTILISER AUTREPART QUE DANS LE CORPS DE PAGE*/
	color:#000;
}

.corpsDePage a:hover{
	font-size:0.92em;
	color:gray;
}

#filDAriane{
	margin-bottom: 10px;
	font-size:0.8em;
}

#filDAriane .span12{
	min-height: 0px !important;
}


.contenuPrincipal{
	float:left;
}

.contenuPrincipal .contenu{
	padding-top:20px;
}

#alertes .alert{
	margin-bottom: 5px;
	padding:8px 15px 5px 15px;
}

#alertes .alert-dismissable, #alertes .alert-dismissible {
    padding-right: 35px;
}

/* Sidebar droite */
/* ---------------*/
.sideBarDroite{
	border:none;
	margin: 0px 0px 10px 20px;
	float:left;
	overflow:hidden;
}
.sideBarDroite a{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
.sideBarDroite a:hover{
	color:#000000;
	text-decoration:underline;
}

.plusDeNews a{
	font-weight:300 !important;
	color:#e30521 !important;
	font-size: 0.8em;
}

#news{
	padding: 10px;
	margin-bottom:10px;
}

.newsDesc, .newsDesc p, .forthcomingEventsDesc, .forthcomingEventsDesc p{
	font-size: 13px;
}

.newsItem .newsDate:hover, .newsItem .newsTitre:hover,
.newsItem .newsDesc:hover,
.newsItem p:hover,.newsItem img:hover,
.newsItem a:hover, .newsItem:hover {
	text-decoration:none !important;
	cursor: pointer !important;
}

.newsTitre{
	font-weight:900;
	font-size: 13px;
	color: #000000;
}

#news .newsItem{
	clear:both;
	margin-bottom: 6px;
	overflow: hidden;
}

#news .newsItem.forthcoming-events{
	margin-bottom:0px;
}

#news .newsDate{
	display:block;
	width:65px;
	vertical-align:top;
	font-size:0.70em;
}
#news .newsText{
	font-size:0.65em;
}
#news .newsText a{
	display:block;
	font-size:1.1em;
}
#reseau{
	padding:10px;
}
#reseau img{
	max-height:30px;
}

#connexion, #espaceMembre, .colonne-droite{
	padding: 0 10px;
	font-size:0.70em;
}

#espaceMembre .alert{
	font-size: 1.2em;
}
#espaceMembre .alert a{
	color:#E30521;
}


#connexion .titre, #espaceMembre .titre{
	margin-bottom: 5px;
}

.formulaireAcces{
	margin-bottom: 20px;
}

.formulaireAcces ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
}
.formulaireAcces li input {
	border:none;
	margin-bottom:5px;
	width: 200px;
	height:29px;
	padding-left: 10px;
	font-size:1.2em;
	background-color:#FFF !important;
}

.formulaireAcces ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000;
}
.formulaireAcces :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #000;
}
.formulaireAcces ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #000;
}
.formulaireAcces :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #000;
}

li #sMail, li #sMdp{
	border:none !important;
	border-radius: 0px !important;
}

#login-button{
	font-size: 1.2em;
    height: 29px;
    margin-bottom: 5px;
    margin-left: 60px;
    padding-top: 4px;
    width: 80px;
}

#lienTreasures{
	margin-top: 15px;
	margin-bottom: 15px;
}


.member-and-support{
	min-height: 80px;
}

.member-and-support .titre{
	text-transform:none !important;
	color: #000000 !important;
	margin-bottom: 0px !important;
}

.member-and-support img{
	width: 150px;
}




/* Footer         */
/* ---------------*/
.piedDePage{
	border-top:2px solid #000;
	font-size:0.61em;
	overflow:auto;
	padding-top:5px;
	padding-bottom:5px;
	line-height:13px;
}
#piedDePageLogo{
	float:left;
	padding: 5px 5px 20px 0px;
}

#piedDePageLogo img{
	margin-right:30px;
	max-height:40px;
}
#piedDePageTitres{
	float:left;
	padding-top:12px;
}
#piedDePageAdresse{
	float:right;
	text-align:left;
	width:120px;
	padding-top:7px;
}

#piedDePageTelecom{
	float:right;
	text-align:left;
	width:190px;
	padding-top:7px;

}

.piedDePageAdresse span{
	color:#647f9c;
	display:inline;
}

.piedDePageAdresse a{
	color:#000000;
	text-decoration:none;
	display:inline;
}

.piedDePageAdresse a:hover{
	color:#000000;
	text-decoration:underline;
	display:inline;
}


/* Style pour le résultat de la recherche */
.ResultatRecherche {
	margin-left: 30px;
}
.ResultatRechercheContent {
	background-color:#EBEEF1;
	/* width:1000px; */
	overflow:auto;
	margin:auto;
}
.ResultatRechercheTitre	{
	margin-top: 15px;
	font-weight: bold;

}
.ResultatRechercheInstitution	{
	margin-left: 30px;
	font-size:12px;
}
.ResultatRechercheInstitutionCity	{
	margin-top: 15px;
	font-weight: bold;
	font-size:14px;
	margin-left: -10px;
}
.ResultatRechercheInstitutionCompany {
	font-weight: bold;
}
.ResultatRechercheCorrespondance {
	margin-top: 10px;
	font-weight: bold;
	font-size:12px;
}
.ResultatRechercheCorrespondant {
	width: 200px;
	font-size:12px;
}
.ResultatRechercheCorrespondantTitre {
	width: 300px;
	font-size:12px;
}
.ResultatRechercheCorrespondantTelephone {
	width: 200px;
	font-size:12px;
}

	/* Pagination */
.pagination{
	clear:both;
	width:100%;
	text-align: center;
}
.paginationSituation{
	margin-right: 0px;
}
.pagination-items{
	margin-left: 15px;
}
.pageActive{
	color: #e30521;
}
.pageActive:hover{
	cursor: pointer;
}

	/* / TCS */
.ResultatRechercheTypeEquipement{
	font-size: 15px;
	margin-left: 10px;
	margin-top: 10px;
}

.ResultatRechercheEquipement{
	font-size: 12px;
	margin-left: 30px;
}


.error-message {
	color: red;
}

.errorContenuModif{
	float:right !important;
}

/* Ajout JPC pour nouveau formatage des colonnes*/
.colonneGauche{
	float:left;
	padding: 0 6px 0 0;
}

.colonneDroite{
	float:left;
}
.colonnePrincipale{
	padding: 0 6px 0 0;
}

.sansBordure{
	padding: 0px !important;
}

#maSelectionDePages .sansBordure{
	width: 314px !important;
}

.sansBordure p, .sansBordure h1, .sansBordure h2, .sansBordure h3,
.sansBordure a, .sansBordure h4, .sansBordure h5, .sansBordure h6{
	padding-left:15px;
	padding-right:15px;
}


/* Style du BackOffice */
.bo{
	width: 1200px;
}

.bo .enTeteMenu{
	padding:2px 0px !important;
}


.bo-content{ /* conteneur du back-office */
	width:100%;
	margin:auto;
	margin-top:00px;
	padding-top: 15px;
	padding-bottom: 15px;
	overflow:auto;
	background-color:#FFFFFF;
}


.bo-content-popup .texte-menu {
	/* conteneur pour les pop up */
	font-size:12px;
}
.ordre-titre {
	float: left;
}
.ordre-page {
	float: left;
}
.ordre-libelle {
	float: left;
}
.ordre-element {
	/* pour les inpu sur le pop up de modif des menus */
	width:70px;
}
.select-element {
	width:183px;
}


.bo-content .formulaire {
}

.bo-content .formulaire .error-message {
	float: left;
	margin-top: -30px;
}

.bo-accueil-listechoix {
	width: 500px;
	margin-left: 100px;
	font-size: 14px;
	line-height: 2;
}
.bo-content .texte {
	font-size:14px;
	padding-right:10px;
	width: 200px;
	float: left;
}
.bo-content .select {

}

/* les classes */
#login {
	width: 100px;
}
#password {
	width: 100px;
}
#sDescription {
	width: 138px;
}
#labelDescription {
	vertical-align:top;
}
#bo-contenu-texte {
	width:600px;
	text-align:right;
	font-size:12px;
	margin-bottom:20px;
}
#bo-contenu-select {
	float: left;
}
#bo-contenu-action {
	font-size:12px;
}
#bo-contenu-news {
	padding-top: 107px;
}
#bo-contenu-texte select {
	width:304px;
}
#bo-contenu-texte label {
	vertical-align:top;
}

#bo-contenu-texte input {
	width:300px;
}
#bo-contenu-texte textarea {
	width:298px;
}
#deconnexion {
	height:20px;
}

.unElement{
	list-style-type:none;
}


/* dataTable */
.dataTable td{
	font-size:0.8em;
	cursor:pointer;
}

#zoneMsg{
	min-height:17px;
}



/* Barre de chargement de l'infinite scroll */
.loadmore{
	display:none;
	background:url('/images/barreChargement.gif') no-repeat;
	width:220px;
	height:20px;
	margin:0 auto;
	clear:both;
}

/* Concerne les menus afficher en page */

.menuN1{
	font-size: 1.2em;
	color: #fff;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 30px;
	text-transform:uppercase;
}
.menuN1:nth-child(1){
	margin-top: 5px;
}

.menuN2:nth-last-child(1){
	margin-bottom: 50px;
}

.col-droite .menuN1{
	margin-top: 6px;
}


.menuN1 a {
	color: #E8B43C;
}

.menuN2{
	font-size:1.1em;
	margin-left:30px;
	margin-top: 10px;
	color:#EEE;
}

.menuN3{
	font-size:1em;
	margin-left:50px;
	color:#EEE;
}

.lienMenu {
	text-decoration:underline;
	cursor:pointer;
}

.lienMenuMB{
	cursor:pointer;
}

.lienMenuMB img{
	cursor:pointer;
}

.menuContenu .lienMenuMB{
	color:#000;
}

#choixTypeRecherche{
	font-size:0.7em;
}

#selecteurCreationRapide{ /* checkbox de l'ajout de contenu */

	float: none !important;
	width: auto !important;
	margin-right: 29px !important;

}


/*****************************************/
/*            STYLES
/*****************************************/
.blocdetexte1{
	margin: auto;
	overflow: auto;
	padding-top: 10px;
	background-color: #FFF;
	padding-left: 20px;
}
.style1{
	background-color:#FFFFFF;
	text-transform:uppercase;
}
.style2{
	background-color:#FFFFFF;
	font-weight: bold;
}
.style3{
	background-color:#FFFFFF;
	font-style: italic;
}
.style4{
	background-color:#FFFFFF;
	font-style: italic;
	font-weight: bold;
}


.lien:hover {
	text-decoration:underline;
	cursor:pointer;
	color:  #e30521;
}

.css_Menu { /* Menu membre à droite */
	padding-left:10px;
}

.titre{
	color: #e30521;
	padding: 5px 10px 5px 0px;
	margin-bottom: 10px;
	text-transform:uppercase;
	text-align:left;
  	font-weight:600;
	font-size:16px;
  	line-height:18px;
}
.titrerouge {
	color: #e30521;
	padding: 10px 0px 2px 0px;
	margin-bottom: 10px;
	text-transform:uppercase;
	border-bottom: 2px solid #e30521; /* pour l'espacement */
	text-align:left;
  	font-weight:600;
	font-size:16px;
  	line-height:24px;
	display:inline-block;
}
.titrebleu {
	color: #2ECCCC;
	padding: 10px 10px 5px 0px;
	margin-bottom: 10px;
	text-transform:uppercase;
	text-decoration:underline;
	text-align:left;
  	font-weight:600;
	font-size:16px;
  	line-height:18px;
}
.titrevert {
	color: #2ECC2E;
	padding: 5px 10px 5px 0px;
	margin-bottom: 10px;
	text-transform:uppercase;
	text-decoration:underline;
	text-align:left;
  	font-weight:600;
	font-size:16px;
  	line-height:18px;
}
.titrebleufonce {
	color: #2E2ECC;
	padding: 5px 10px 5px 0px;
	margin-bottom: 10px;
	text-transform:uppercase;
	text-decoration:underline;
	text-align:left;
  	font-weight:600;
	font-size:16px;
  	line-height:18px;
}
.titregris {
	color: #2E2E2E;
	padding: 5px 10px 5px 0px;
	margin-bottom: 10px;
	text-transform:uppercase;
	text-decoration:underline;
	text-align:left;
  	font-weight:600;
	font-size:16px;
  	line-height:18px;
}
.blocrouge {
	background-color: #e30521;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	/* SUPPR JPC width: 100%; */
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
	color: #FFF;
}

.texte ul  {
	margin-top:0px;
	padding: 0px;
	font-size:12px;
	list-style:none;
	text-align:right;
	overflow:auto;
}
.texte input {
	width:140px;
}

.formModifGeneral .form-group{
	min-height: 30px;
}

.formModifGeneral input {
	float:right;
	width:360px !important;
}

.formModifGeneral label{
	text-align:right;
	margin: 0 10px;
}

.texte select {
	width:143px;
}


/* Partie pour le toTop: bouton de retour en haut quand scrolling */
#toTop {
    display:none;
    text-decoration:none;
    position:fixed;
    bottom:.75em;
    right:.75em;
    overflow:hidden;
    width:43px;
    height:43px;
    border:none;
    z-index:100;
}

#toTopHover {
    display:block;
    overflow:hidden;
    float:left;
}

#toTop:active,#toTop:focus {
    outline:none;
}


/****************************************/
/* Partie pour l'adaptation des videos */
/****************************************/
.flex-video {
position: relative;
padding-top: 25px;
padding-bottom: 67.5%;
height: 0;
margin-bottom: 16px;
overflow: hidden;
}

.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }

.flex-video iframe,
.flex-video object,
.flex-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 769px) {
.flex-video { padding-top: 0; }
}


/************************************/
/* Partie pour le scroll up / down  */
/************************************/
.nav_up{
	padding:7px;
	background-color: black;
	border: 2px solid #CCC;
	position:fixed;
	background: transparent url(../images/arrow_up.png) no-repeat top left;
	background-position:50% 50%;
	width:60px;
	height:60px;
	bottom:25px;
	opacity:0.8;
	left: calc( ( ( 100% - 1200px ) /2 ) + 1200px + 50px ); /* 175px; */
	white-space:nowrap;
	cursor: pointer;
/*
	border-radius: 20px;
	-moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
    -khtml-border-top-left-radius: 20px;
	-khtml-border-top-right-radius: 20px;
*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.nav_down{
	padding:7px;
	background-color:white;
	border:1px solid #CCC;
	position:fixed;
	background:transparent url(../images/arrow_down.png) no-repeat top left;
	background-position:50% 50%;
	width:20px;
	height:20px;
	bottom:10px;
	opacity:0.7;
	left:70px;
	white-space:nowrap;
	cursor: pointer;
	-moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
    -khtml-border-top-left-radius:3px;
	-khtml-border-top-right-radius:3px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

/* "surcouche" de bootstrap */
.form-horizontal .control-group {
    margin-bottom: 5px !important;
}
.control-group {
    margin-bottom: 5px !important;
}


/* Tools JPC, A mettre autre part */
.mTop5 { margin-top: 5px; }	.mRight5 { margin-right: 5px; }	.mBottom5 { margin-bottom: 5px; }	.mLeft5 { margin-left: 5px; }
.mTop10 { margin-top: 10px; }	.mRight10 { margin-right: 10px; }	.mBottom10 { margin-bottom: 10px; }	.mLeft10 { margin-left: 10px; }
.mTop15 { margin-top: 15px; }	.mRight15 { margin-right: 15px; }	.mBottom15 { margin-bottom: 15px; }	.mLeft15 { margin-left: 15px; }
.mTop20 { margin-top: 20px; }	.mRight20 { margin-right: 20px; }	.mBottom20 { margin-bottom: 20px; }	.mLeft20 { margin-left: 20px; }
.mTop25 { margin-top: 25px; }	.mRight25 { margin-right: 25px; }	.mBottom25 { margin-bottom: 25px; }	.mLeft25 { margin-left: 25px; }
.mTop30 { margin-top: 30px; }	.mRight30 { margin-right: 30px; }	.mBottom30 { margin-bottom: 30px; }	.mLeft30 { margin-left: 30px; }
.mTop35 { margin-top: 35px; }	.mRight35 { margin-right: 35px; }	.mBottom35 { margin-bottom: 35px; }	.mLeft35 { margin-left: 35px; }
.mTop40 { margin-top: 40px; }	.mRight40 { margin-right: 40px; }	.mBottom40 { margin-bottom: 40px; }	.mLeft40 { margin-left: 40px; }
.mTop45 { margin-top: 45px; }	.mRight45 { margin-right: 45px; }	.mBottom45 { margin-bottom: 45px; }	.mLeft45 { margin-left: 45px; }
.mTop50 { margin-top: 50px; }	.mRight50 { margin-right: 50px; }	.mBottom50 { margin-bottom: 50px; }	.mLeft50 { margin-left: 50px; }
.mTop55 { margin-top: 55px; }	.mRight55 { margin-right: 55px; }	.mBottom55 { margin-bottom: 55px; }	.mLeft55 { margin-left: 55px; }
.mTop60 { margin-top: 60px; }	.mRight60 { margin-right: 60px; }	.mBottom60 { margin-bottom: 60px; }	.mLeft60 { margin-left: 60px; }
.mTop65 { margin-top: 65px; }	.mRight65 { margin-right: 65px; }	.mBottom65 { margin-bottom: 65px; }	.mLeft65 { margin-left: 65px; }
.mTop70 { margin-top: 70px; }	.mRight70 { margin-right: 70px; }	.mBottom70 { margin-bottom: 70px; }	.mLeft70 { margin-left: 70px; }
.mTop75 { margin-top: 75px; }	.mRight75 { margin-right: 75px; }	.mBottom75 { margin-bottom: 75px; }	.mLeft75 { margin-left: 75px; }
.mTop80 { margin-top: 80px; }	.mRight80 { margin-right: 80px; }	.mBottom80 { margin-bottom: 80px; }	.mLeft80 { margin-left: 80px; }
.mTop85 { margin-top: 85px; }	.mRight85 { margin-right: 85px; }	.mBottom85 { margin-bottom: 85px; }	.mLeft85 { margin-left: 85px; }
.mTop90 { margin-top: 90px; }	.mRight90 { margin-right: 90px; }	.mBottom90 { margin-bottom: 90px; }	.mLeft90 { margin-left: 90px; }
.mTop95 { margin-top: 95px; }	.mRight95 { margin-right: 95px; }	.mBottom95 { margin-bottom: 95px; }	.mLeft95 { margin-left: 95px; }
.mTop100 { margin-top: 100px; }	.mRight100 { margin-right: 100px; }	.mBottom100 { margin-bottom: 100px; }	.mLeft100 { margin-left: 100px; }
.mTop105 { margin-top: 105px; }	.mRight105 { margin-right: 105px; }	.mBottom105 { margin-bottom: 105px; }	.mLeft105 { margin-left: 105px; }
.mTop110 { margin-top: 110px; }	.mRight110 { margin-right: 110px; }	.mBottom110 { margin-bottom: 110px; }	.mLeft110 { margin-left: 110px; }
.mTop115 { margin-top: 115px; }	.mRight115 { margin-right: 115px; }	.mBottom115 { margin-bottom: 115px; }	.mLeft115 { margin-left: 115px; }
.mTop120 { margin-top: 120px; }	.mRight120 { margin-right: 120px; }	.mBottom120 { margin-bottom: 120px; }	.mLeft120 { margin-left: 120px; }
.mTop125 { margin-top: 125px; }	.mRight125 { margin-right: 125px; }	.mBottom125 { margin-bottom: 125px; }	.mLeft125 { margin-left: 125px; }
.mTop130 { margin-top: 130px; }	.mRight130 { margin-right: 130px; }	.mBottom130 { margin-bottom: 130px; }	.mLeft130 { margin-left: 130px; }
.mTop135 { margin-top: 135px; }	.mRight135 { margin-right: 135px; }	.mBottom135 { margin-bottom: 135px; }	.mLeft135 { margin-left: 135px; }
.mTop140 { margin-top: 140px; }	.mRight140 { margin-right: 140px; }	.mBottom140 { margin-bottom: 140px; }	.mLeft140 { margin-left: 140px; }
.mTop145 { margin-top: 145px; }	.mRight145 { margin-right: 145px; }	.mBottom145 { margin-bottom: 145px; }	.mLeft145 { margin-left: 145px; }
.mTop150 { margin-top: 150px; }	.mRight150 { margin-right: 150px; }	.mBottom150 { margin-bottom: 150px; }	.mLeft150 { margin-left: 150px; }
.mTop155 { margin-top: 155px; }	.mRight155 { margin-right: 155px; }	.mBottom155 { margin-bottom: 155px; }	.mLeft155 { margin-left: 155px; }
.mTop160 { margin-top: 160px; }	.mRight160 { margin-right: 160px; }	.mBottom160 { margin-bottom: 160px; }	.mLeft160 { margin-left: 160px; }
.mTop165 { margin-top: 165px; }	.mRight165 { margin-right: 165px; }	.mBottom165 { margin-bottom: 165px; }	.mLeft165 { margin-left: 165px; }
.mTop170 { margin-top: 170px; }	.mRight170 { margin-right: 170px; }	.mBottom170 { margin-bottom: 170px; }	.mLeft170 { margin-left: 170px; }
.mTop175 { margin-top: 175px; }	.mRight175 { margin-right: 175px; }	.mBottom175 { margin-bottom: 175px; }	.mLeft175 { margin-left: 175px; }
.mTop180 { margin-top: 180px; }	.mRight180 { margin-right: 180px; }	.mBottom180 { margin-bottom: 180px; }	.mLeft180 { margin-left: 180px; }
.mTop185 { margin-top: 185px; }	.mRight185 { margin-right: 185px; }	.mBottom185 { margin-bottom: 185px; }	.mLeft185 { margin-left: 185px; }
.mTop190 { margin-top: 190px; }	.mRight190 { margin-right: 190px; }	.mBottom190 { margin-bottom: 190px; }	.mLeft190 { margin-left: 190px; }
.mTop195 { margin-top: 195px; }	.mRight195 { margin-right: 195px; }	.mBottom195 { margin-bottom: 195px; }	.mLeft195 { margin-left: 195px; }
.mTop200 { margin-top: 200px; }	.mRight200 { margin-right: 200px; }	.mBottom200 { margin-bottom: 200px; }	.mLeft200 { margin-left: 200px; }


#maSelectionDePages .sousContenu:hover{
	background-color: #cccece !important; /* e30521 */
}
#maSelectionDePages .sousContenu:hover a,  #maSelectionDePages .sousContenu:hover p,  #maSelectionDePages .sousContenu:hover h1,
#maSelectionDePages .sousContenu:hover h2, #maSelectionDePages .sousContenu:hover h3, #maSelectionDePages .sousContenu:hover h4,
#maSelectionDePages .sousContenu:hover h5, #maSelectionDePages .sousContenu:hover h6, #maSelectionDePages .sousContenu:hover span,
#maSelectionDePages .sousContenu:hover .titre{
	color: #ffffff !important;
}

#maSelectionDePages .sousContenu.nohover:hover{
	background-color: #ffffff !important;
}

#maSelectionDePages .sousContenu.nohover:hover p{
	color: #000000 !important;
}

#maSelectionDePages .sousContenu.nohover:hover a,  #maSelectionDePages .sousContenu.nohover:hover h1,
#maSelectionDePages .sousContenu.nohover:hover h2, #maSelectionDePages .sousContenu.nohover:hover h3, #maSelectionDePages .sousContenu.nohover:hover h4,
#maSelectionDePages .sousContenu.nohover:hover h5, #maSelectionDePages .sousContenu.nohover:hover h6, #maSelectionDePages .sousContenu.nohover:hover span,
#maSelectionDePages .sousContenu.nohover:hover .titre{
	color: #e30521 !important;
}


/* POUR LES TESTS / MIGRATION BOOTSTRAP */
.txtBlanc{
	color:#FFF !important;
}
.txtNoir{
	color:#000 !important;
}
.bgVert{
	background-color:#0F9 !important;
}
.bgRouge{
	background-color:#DB0B32 !important;
}
.bgBleu{
	background-color:#375D81 !important;
}
.bgOrange{
	background-color:#FF5B2B !important;
}
.bgRose{
	background-color:#FFB6B8 !important;
}
.bgViolet{
	background-color:#D400FF !important;
}
.bgJaune{
	background-color:#FFF168 !important;
}
.bgGris{
	background-color:#A2B5BF !important;
}
.bgNoir{
	background-color:#000000 !important;
}
.bgBlanc{
	background-color:#CCCCCC !important;
}

/* Mise en page du module "Treasures" */
.titreChamp{
	font-weight:bolder;
	font-size:1.1em;
}
.champFiche{
	margin-top:8px;

}

.txtRouge{
	color: #e30521 !important;
}

/* Mise en page order form JFP */
#titreOrderTotal, #orderTotal{
	font-size: 20px;
}

.supprLigne{
	margin-top:6px;
	margin-left:5px;
}

.sousTotal{
	font-size:1.1em;
	font-weight:600;
}




/* Large */
/* SPecifique pour les mobiles et tablettes */
@media screen and (max-width: 769px) {
	body{
		font-size:1.3em !important;
		line-height:1.3em !important;
	}
	#menuLarge, .sideBarDroite, .piedDePage, #filDAriane{
		display: none !important;
	}
	#enTete, #enTeteTop, #accueil, #choixLangue, #zoneRecherche, #filDAriane{
        width: 100% !important;
        float: none !important;
		clear: both !important;
		margin:10px 0px 0px 0px !important;
		text-align:center !important;
    }
	#accueil img{
		padding-top:0px !important;
	}

	.affLarge{
	/*	display:none !important; */
	}
}

/* Spécifique pour le reste */
@media screen and (min-width: 769px) {
	#menuMobile, #lienConnexionMobile {
		display:none !important;
	}

	#zoneRecherche {
		float:right;
		margin-top:10px;
	}

	.affResponsive{
		display:none !important;
	}


}




/********* FIN MEDIA QUERIES *******/
