/* -------------------------------------------------- 
Inspira CSS by Designesia

Quick enable/disable css files.
To enable css file simply remove mark '/*' and '* /' between line of css file

/* -------------------------------------------------- */

/* bootstrap framework */
@import url("bootstrap.css");
@import url("bootstrap-responsive.css");
@import url("/rs-plugin/css/settings.css");
@import url("responsiveslides.css");
@import url("prettyPhoto.css");
@import url("flexslider.css");
@import url("style.css");
@import url("rev-settings.css");
@import url("/font-awesome/css/font-awesome.css");



/* -------------------------------------------------- 
widescreen.css used to fit in wide screen monitor (>1200px)
if you disable this, the container width would be maximum 960px 
/* -------------------------------------------------- */
@import url("wide-screen.css");



/* -------------------------------------------------- 
to use boxed layout please enable code below and disable 'wide-screen.css' above
/* -------------------------------------------------- */
/* @import url("boxed.css"); */




/* load  color css 
------------------------------
select one: 
aqua.css
blue.css
green.css
grey.css
red.css
orange.css
pink.css
purple.css
yellow.css
*/
/*@import url("colors/blue.css");*/



@import url("switcher.css");

.fondBase {
    background-color: #f1f1f1 !important;
    height: 50px;
    border: solid 1px #ddd;
	   margin-left:30px;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-right:15px;
    color:#3198CB;

}

.fondBase2 {
    background-color: #D1D1D1 !important;
    height: 50px;
    border: solid 1px #ddd;
     margin-left:30px;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-right:15px;
    color:#3198CB;

}

.gauche{
    float:left !important;
    width:25%;
    text-align: left;
    padding-left: 10px;

} 
.droite{
    float: right !important;
    width:70%;
    text-align: right;
    padding-top: 5px;
}

#filters2 {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

#filters2 li {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 20px;
}

#filters2 a {
    color: #333;
    padding: 5px 10px 5px 10px;
    
    border: solid 1px #ddd;
    text-decoration: none;
}

#filters2 a:hover {
    border: solid 1px #F41B74;
}

#filters2 a.selected {
    background: #F41B74;
    border: solid 1px #F41B74;
    color: #FFF;
}




.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.text-error{
  color:#F41B74 !important;
}
.full {
    width: 98%;
}
.help-block {
    margin-bottom: 0;
}
.form-error {
    display: block;
    color: #b94a48 !important;
    margin-top: -10px;
    margin-bottom: 10px;

}
.help-block {
    display: block;
    margin-bottom: 10px !important;
}
.help-block, .help-inline {
    color: #595959;
}

li.active {
  background-color: #eee;
}

.theRadio-inline {
    margin-left: 15px !important;
}
.theliste {
  padding-top: 20px;
}
blockquote {
  font-size: 14px !important;
}
.info{
  
  padding-bottom: 10px !important;
}
