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

/*
Bleu du logo soupirail: #297AFF
Rouge du logo croix de chainage: #CA0A1D

*/


/*
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');

body{
/*
	font-family: 'Open Sans', sans-serif;
*/
	font-family: 'Roboto', sans-serif !important;
	background-color: #D2D2D2;
}

.plugin-glyphicon{
	margin-right: 5px;
	margin-left: 5px;

}

.sousContenu.contenuPrincipal{
}


.cacher{
	display:none !important;
}

.lien{
	color: #CA0A1D;
}

.accroche{
	color: #CA0A1D;
}

#blocInfo{
	position: relative;
	transform: rotate(-20deg);
	background-color: #CA0A1D; /* rgba(239, 55, 42, 0.9); */
	padding: 7px;
	border-radius: 100px;
	-webkit-box-shadow: 5px 5px 15px 5px #000000; 
	box-shadow: 5px 5px 15px 5px #000000;
	width: max-content;
}
#blocInfo .inner1{
	border: 5px solid #ffffff;
	border-radius: 100px;
	padding: 10px;
}
#blocInfo .texte-info{
	font-size: 25px;
	letter-spacing: 1px;
	color: #fff;
	text-shadow: 3px 0 0 #0576B7, 0 3px 0 #0576B7, 0 -3px 0 #0576B7, -3px 0 0 #0576B7, 3px 3px 0 #0576B7, 3px -3px 0 #0576B7, -3px 3px 0 #0576B7, -3px -3px 0 #0576B7;
}


body.connecte #lien-espace-pro{
	display: none;
}


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


a{
	color: #CA0A1D;
}

a:hover{
	color: #CA0A1D;
}

p{
	color: rgb(104, 104, 104); /*#274060; */
}

h1,h2,h3{
	color: #CA0A1D ; /* #2b2d42; */
}

h4,h5,h6{
}

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

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


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



/************/
/* ELEMENTS */
/************/
.bouton-std{
	display: block;
	border-style: solid;
	border-width: 2px;
	padding: 10px;
	width: 100%;
	text-align: center;
	border-color: #CA0A1D !important;
	color: #CA0A1D !important;
	font-weight: 600;
	font-size: 1.2em;
	background-color: #ffffff !important;
}

.bouton-std:hover{
	border-color: #ffffff !important;
	color: #ffffff !important;
	background-color: #CA0A1D !important;
	text-decoration: none !important;
	cursor: pointer;
}


/************/
/* TEMPLATE */
/************/
	/* Content => contenu sans header ni footer) */
	@media screen and (min-width: 767px) {
/*		#content{
			min-height: 200px;
		}
		#content.petit-header{
			min-height: 700px;
		}
*/
	}
	/* HEADER  & MENU */
	#content.petit-header{
		margin-top: 70px;
		background-color: #ffffff;
	}

	@media only screen and (min-width: 768px) {
		#content.petit-header{	margin-top: 215px;	}
		#content.petit-header.page-accueil{	margin-top: 20px;	}
	}
	@media only screen and (min-width: 992px) {
		#content.petit-header{	margin-top: 150px;	}
		#content.petit-header.page-accueil{	margin-top: 20px;	}
	}
	@media only screen and (min-width: 1200px) {
		#content.petit-header{	margin-top: 115px;	}
		#content.petit-header.connecte{	margin-top: 145px;	}
		#content.petit-header.page-accueil{	margin-top: 20px !important; 	}
	}

	#header, #header .navbar-default {
		padding: 5px 0px 5px 0px;
		position:fixed;
		top: 0;
		z-index: 1000;
		background-color: rgba( 0, 0, 0, 0);
		background-image: none !important;
		border: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		-o-box-shadow: none;
		box-shadow: none;
		width: 100%;
		color: #ffffff;
		min-height: 101px;
	}

	#header.petit-header, #header.petit-header .navbar-default{
		background-color: #ffffff;
		color: #000000;
	}

	#header.petit-header .navbar-default{ /* OMBRE DE L'ENTETE */
		-moz-box-shadow: 0px 5px 20px 0px #c0c0c0;
		-webkit-box-shadow: 0px 5px 20px 0px #c0c0c0;
		-o-box-shadow: 0px 5px 20px 0px #c0c0c0;
		box-shadow: 0px 5px 20px 0px #c0c0c0;
		filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=180, Strength=20);
	}

	a.navbar-brand{
		padding-top: 0;
		padding-bottom: 0;
	}
	#logo-site{
		position:relative;
		width: 200px;
	}

	@media only screen and (min-width: 768px) {
		#logo-site{
			width: 300px;
		}
	}

	@media only screen and (max-width: 992px) {
		#header-menu{
			margin-top: 60px;
		}
	}

	#infos-header {
		position: relative;
		width:100%;
		min-width: 585px;
	}
	#infos-header span{
		margin-top: 2px;
		margin-left: 10px;
		float: right;
		font-size: 1.05em;
	}
	#infos-header span.glyphicon{
		margin-top: 0px;
		margin-left: 20px;
		padding-top: 3px;
		color: #CA0A1D;
		font-size: 1.3em;
	}
	@media only screen and (max-width: 767px) {
		#infos-header {
			margin-top: 15px;
		}
		#infos-header span{
			float: right;
			margin-left: 10px;
			font-size: 0.7em;
		}
		#infos-header span.glyphicon{
			font-size: 0.9	em;
		}
	}

	#logo-panier{
		width: 16px;
	}
	#nbProduits {
		position: absolute;
		top: 3px;
		left: 35px;
		color: #CA0A1D;
		border-color: black;
		border-width: 0px;
		border-style: solid;
		border-radius: 164px 161px;
		padding: 2px;
		margin: 0;
		z-index: 1000;
	}
	@media only screen and (min-width: 768px) {
		#nbProduits {
		top: -1px;
		right: 3px;
		}
	}

	.titre-menu{
		float: right;
		text-align: right;
		margin-top: 20px;
		margin-left: 25px;
		font-size: 1.3em;
	}


	#header .navbar a, .titre-menu{
		color: #ffffff !important;
	}

	@media only screen and (min-width: 768px) {
		.nav > li{ font-size: 0.9em; }
	}
	@media only screen and (min-width: 990px) {
		.nav > li{ font-size: 100%; }
	}

	#header .dropdown-menu > li > a{
		color: #2b2d42 !important;
	}

	#header.petit-header  .dropdown-menu > li > a{
	}

	#header .navbar-default .navbar-nav > .open > a,
	#header .navbar-default .navbar-nav > .open > a:hover,
	#header .navbar-default .navbar-nav > .open > a:focus {
		color: #ffffff !important;
		background-color: #CA0A1D;
	}

	#header.petit-header .navbar a, #header.petit-header .titre-menu{
		color: #2b2d42 !important;
	}

	#header .navbar ul a:hover{
		background-color: #CA0A1D;
		color: #ffffff !important;
	}

	#header .navbar .dropdown li a:hover{
		color: #2b2d42 !important;
	}

	.lien-panier:hover{
		background-color: #CA0A1D;
	}
	.lien-panier:hover,.lien-panier:hover span{
		color: #ffffff  !important;
	}

	a.navbar-brand:hover{
		background-color: transparent !important;
	}

	#msg-bienvenue{
		color: #CA0A1D;
		font-size: 0.9em;
		text-align: right;
		padding-right: 70px;
	}

	#msg-bienvenue .mode-administrateur,	#msg-bienvenue .mode-administrateur .lien{
		font-size: 20px;
		background: #CA0A1D;
		padding: 10px;
		color: #fff !important;
		border-radius: 30px;
	}

	.rev_slider p{
		color: #ffffff;
	}
	.slider-img-soupirail img{
		-webkit-transition: all 1s ease; /* Safari and Chrome */
		-moz-transition: all 1s ease; /* Firefox */
		-o-transition: all 1s ease; /* IE 9 */
		-ms-transition: all 1s ease; /* Opera */
		transition: all 1s ease;
	}

	.slider-img-soupirail img:hover{
		-webkit-transform:scale(1.1); /* Safari and Chrome */
		-moz-transform:scale(1.1); /* Firefox */
		-ms-transform:scale(1.1); /* IE 9 */
		-o-transform:scale(1.1); /* Opera */
		transform:scale(1.1);
	}

	.slider-bouton{
		border-width: 2px;
		border-style: solid;
		padding: 10px !important ;
	}

	.slider-bouton:hover{
		color: #CA0A1D !important;
		border-color: #CA0A1D !important;
		text-decoration: none !important;
	}



	/* FOOTER */
	#footer{
		margin-top: 30px;
		padding-top: 30px;
		padding-bottom: 50px;
		background-color: #274060;
		border-top:3px solid #CA0A1D;
	}

	#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6{
		color:  #e8e8e8 ;
	}

	#footer p, 	#footer a{
		color:  #e8e8e8 ;
	}

	#footer h3{
		color: #CA0A1D;
		margin-bottom: 20px;
		font-size: 1.1em;
	}


/* *********************************** */
/*  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. */
/* ************************ */

/* Footer         */
/* ---------------*/

	/* Pagination */
.pagination{
	clear:both;
	width:100%;
	text-align: center;
}
.paginationSituation{
	margin-right: 0px;
}
.pagination-items{
	margin-left: 15px;
}
.pageActive{
	color: #CA0A1D;
}
.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 */
#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:  #CA0A1D;
}

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

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

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



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

/*
.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: #CA0A1D !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: #CA0A1D !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: #CA0A1D !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;
	}
	#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: 767px) {
	#menuMobile, #lienConnexionMobile {
		display:none !important;
	}

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

	.affResponsive{
		display:none !important;
	}


}




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