@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 :::::: */

/* 1C3664 => 1c3664*/ 

body{
/*	font-family: "BrownStd"; 
	font-family: "Roboto"; 
	font-family: 'Cabin', sans-serif; 
	font-family: 'Nunito', sans-serif; */
	font-family: 'Open Sans', sans-serif;	 	
	background-color:#f1f2f2;
	color:#000;
}

.cacher{
	display:none !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;
}
/* **************************************************** */

#login-button{
	background-color: #000033;
	color: #ffffff;
	border: 2px solid #000033;
}
#login-button:hover{
	background-color: #ffffff;
	color: #000033;
}

a{
	color:#000;
}

a:hover{
	color:#1C3664 !important; 
}

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

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

.texteRouge{
	color:#1B3564 !important; 
}

.lienBleu{
	color: #1B3564;
}

/* 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: 500px;
}


#maSelectionDePages .embed-responsive.plugin-video {
    margin-top: -10px;
}

/*****************/
/* 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) {
	.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%; 
	}
}


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





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

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

#enteteGauche{
	font-size: 12px;
	font-weight: 700;
	margin-top: 10px;
	cursor: pointer;
}

#accueil{
	padding-left: 0px !important;
}
#accueil img{
	padding-top:25px;
	max-height: 115px;
}

#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:#1B3564;
}

.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: 767px) {	
	.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: 767px) {	
	#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 td{
	padding:0;
	margin:0;
	width:200px;
	text-align:center;
	vertical-align:middle;
	line-height:0.7em;
	border-left:2px solid #fff;
}

#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: 767px) {
	#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;
}

/* 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:#1B3564 !important;
}

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

.newsDesc{
	font-size: 12px;
}

.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-size: 15px;
	font-weight:600;
}

#news .newsItem{
	clear:both;
	margin-bottom:10px;
	overflow: hidden;
}
#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{
	padding:10px;
	font-size:0.70em;
	margin-bottom: 10px;
}
#espaceMembre{
	margin-bottom:10px;	
	padding:10px;	
	font-size:0.70em;		
}
.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;
}


/* Footer         */
/* ---------------*/
.piedDePage{
	border-top:2px solid #000;
	font-size:0.61em;
	overflow:auto;
	padding-top:5px;
	padding-bottom:5px;
	line-height:13px;
	overflow: hidden !important;
}
#logoEntete{
	margin-top: 10px;
	text-align:center;
}
#piedDePageLogo{
	float:left;
	padding: 5px 5px 10px 0px;
}

#piedDePageLogo img{
	margin-right:30px;
	max-height:40px;
}
#piedDePageTitres{
	float: right ;
	padding-top:12px;
	padding-bottom: 10px;
}
#piedDePageTitres a{
	float:right;
}

#piedDePageTitres *{
	font-size: 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;
}

.ligne-logos{
	float: left;
	width: 100%;
}

.ligne-logos-1 .logo-membre,
.ligne-logos-2 .logo-membre{
	width: 100%;
}

@media only screen and (min-width: 767px) {
	.ligne-logos-1 .logo-membre{
		width: calc( 100% / 4);
	}
	.ligne-logos-2 .logo-membre{
		width: calc( 100% / 4);
	}
}
				
.logo-membre{
	float: left;
	height: 7em;
	line-height: 7em;
	vertical-align:middle;
	text-align:center;
}

.logo-membre p{
	text-align: center;
}


/* 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;
}
.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: 30px;
}

.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:  #1B3564;			
}

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

#menuContextuel .menuN1 .lienMenuMB, .titre{
	color: #1B3564;
	padding: 5px 10px 5px 0px;
	margin-bottom: 10px;
	text-transform:uppercase;
	text-align:left;
  	font-weight:600;
	font-size:16px !important;
  	line-height:18px;
}

#menuContextuel .menuN2 .lienMenuMB{
	text-align:left;
  	font-weight:600;
	font-size:15px !important;
  	line-height:16px;
}

#menuContextuel .menuN2{
	padding: 3px 5px 0px 0px;
}


.titrerouge {
	color: #1B3564;
	padding: 10px 0px 2px 0px;
	margin-bottom: 10px;
	text-transform:uppercase;
	border-bottom: 2px solid #1B3564; /* 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: #1B3564;
	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: 767px) {
.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;
}

.mTop10{
	margin-top:10px !important;
}
.mTop20{
	margin-top:20px !important;
}
.mTop30{
	margin-top:30px !important;
}
.mTop40{
	margin-top:40px !important;
}
.mTop50{
	margin-top:50px !important;
}
.mLeft10{
	margin-left:10px !important;
}
.mLeft20{
	margin-left:20px !important;
}
.mLeft30{
	margin-left:30px !important;
}
.mLeft40{
	margin-left:40px !important;
}
.mLeft50{
	margin-left:50px !important;
}
.mBottom10{
	margin-bottom:10px !important;
}
.mBottom20{
	margin-bottom:20px !important;
}
.mBottom30{
	margin-bottom:30px !important;
}
.mBottom40{
	margin-bottom:40px !important;
}
.mBottom50{
	margin-bottom:50px !important;
}

#maSelectionDePages .sousContenu:hover{
	background-color: #1B3564 !important;
}
#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: #1B3564 !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: #1B3564 !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: 767px) {
	body{
		font-size:1.3em !important;
		line-height:1.3em !important;
	}
	#logoEntete{
		display:block;
	}
	#piedDePageTitres{
		float: none !important;
		text-align:center;
		padding-top:12px;
		padding-bottom: 10px;
	}
	#piedDePageTitres a{
		text-align:center;
		float: none !important;
	}	
	#menuLarge, .col-droite #news, #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: 767px) {
	#logoEntete{
		display:none;
	}
	#menuMobile, #lienConnexionMobile {
		display:none !important;
	}

	#zoneRecherche {
		float:right;
		margin-top:10px;
	}
	
	.affResponsive{
		display:none !important; 
	}
	

}




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