@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKfw7z.ttf) format('truetype');
}
/*
 * Général
 */
body {
  margin: 0;
  font-family: 'Ubuntu', Tahoma, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #efeeee;
}
body.modal-open {
  overflow: auto;
}
a,
.link {
  color: #dd4814;
  text-decoration: none;
}
a:hover,
.link:hover {
  color: #97310e;
  text-decoration: underline;
}
h1,
h2.h1 {
  font-size: 24px;
  border-bottom: 1px solid #d1d1d1;
  text-transform: uppercase;
  font-weight: normal;
}
h1 .subtitle {
  font-size: 20px;
  color: #999;
}
h1.h1-home {
  text-align: center;
  border-top: 1px solid #d1d1d1;
  padding: 40px 0;
}
.thumbnail {
  border-radius: 0;
  background: #fff;
  text-align: center;
}
.thumbnail .caption {
  padding: 9px 2px;
}
.alert {
  border-radius: 0;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border-radius: 0;
}
hr {
  border: 0;
  border-bottom: 1px solid #d1d1d1;
}
/* Tablet */
@media (min-width: 768px) and (max-width: 1199px) {
  .tablet-br {
    display: block;
  }
}
.btn-info,
.btn-info:hover,
.btn-info:focus {
  background-color: #dd4814;
  background-image: none;
}
.clear {
  clear: both;
}
video,
iframe {
  max-width: 100%;
}
.inline {
  display: inline;
}
.no-margin {
  margin: 0 !important;
}
/* Modal */
.modal.modal_absolute {
  position: absolute;
}
.modal-header .close,
.modal-footer .close {
  color: #d44413;
  opacity: 1;
  font-size: 35px;
}
/* Jgrowl */
.jGrowl .jGrowl-closer,
.jGrowl .jGrowl-notification {
  opacity: 1;
}
div.jGrowl div.success {
  background: #3d9400 !important;
}
div.jGrowl div.fail {
  background: #cd0a0a !important;
}
div.jGrowl div.info {
  background: #003580 !important;
}
/*
 * Top bar
 */
#topbar {
  background-color: #efeeee;
}
#topbar #google_translate_element {
  display: inline-block;
  margin-top: 5px;
}
#topbar ul:first-child > li > a {
  text-transform: uppercase;
}
#topbar ul:first-child > li > a img {
  margin-right: 5px;
  margin-bottom: 2px;
}
.hStampAmount {
  text-transform: uppercase;
  color: #DD4814;
  padding-top: 10px;
}
.hStampAmount a {
  color: #333;
}
/*
 * Choosen Override
 */
.chzn-container .chzn-results {
  max-height: 310px;
}
.no-search .chzn-drop .chzn-search {
  display: none;
}
/*
 * Header
 */
/*Slogan*/
.hSlogan {
  margin-top: 5px;
  padding-top: 2px;
  padding-left: 30px;
  font-size: 15px;
  background: url('../img/picto_fr.png') 5px 0px no-repeat;
}
/*
 * Menu haut
 */
._menu_container {
  position: relative;
  min-height: 48px;
}
#menu {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #d44413;
  z-index: 1000;
}
#menu.navbar {
  margin-bottom: 10px;
}
#menu.navbar .nav > li > a {
  float: none;
  padding: 9px 15px 9px;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 1px 0 #ce4213;
  text-transform: uppercase;
}
#menu.navbar .nav > li > a:focus,
#menu.navbar .nav > li > a:hover,
#menu.navbar .nav > .active > a {
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  text-decoration: none;
}
#menu.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
#menu.navbar .nav > .active > a,
#menu.navbar .nav > .active > a:hover,
#menu.navbar .nav > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
#menu.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
#menu.navbar .nav li.dropdown > a:hover .caret,
#menu.navbar .nav li.dropdown > a:focus .caret {
  border-bottom-color: #fff;
  border-top-color: #fff;
}
.dropdown-menu {
  background: #fff !important;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #d44413;
  background-image: -moz-linear-gradient(top, #dd4814, #c64012);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dd4814), to(#c64012));
  background-image: -webkit-linear-gradient(top, #dd4814, #c64012);
  background-image: -o-linear-gradient(top, #dd4814, #c64012);
  background-image: linear-gradient(to bottom, #dd4814, #c64012);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd4814', endColorstr='#ffc64012', GradientType=0);
}
.navbar .nav-collapse.collapse .nav li li > a {
  color: #dd4814;
}
.navbar .nav-collapse.collapse .nav li li.active > a,
.navbar .nav-collapse.collapse .nav li li > a:hover {
  color: #fff;
}
.general-search .form-search .input-append .search-query {
  border-radius: 0;
}
.general-search .navbar-search .search-query {
  margin-bottom: 3px;
  border: 1px solid #97310e;
}
.general-search .form-search .input-append .btn {
  border-radius: 0;
  background: #a53813;
  border: 1px solid #a53813;
  box-shadow: none;
}
.general-search .navbar-search .search-query {
  width: 200px;
}
.general-search .navbar-search .search-query-co {
  width: 100px;
}
.general-search .navbar-search .search-query-co-colonie {
  width: 100px;
  border: none;
  border-top: 1px solid #97310E;
  border-bottom: 1px solid #97310E;
  vertical-align: top;
  border-radius: 0;
}
.navbuttonContact {
  background: #8CC300;
  margin-left: 20px;
  font-size: 16px;
}
.navbuttonContact a {
  text-shadow: none !important;
}
.mobile-search {
  display: none;
}
/*
 * Breadcrumb
 */
.breadcrumb {
  background: none;
  margin: 0;
  padding: 0;
  font-size: 10px;
}
/*
 * Footer
 */
#footer {
  margin-top: 20px;
  border-top: 3px solid #d44413;
  background: #494141;
  padding: 16px 0 26px 0;
  color: #fff;
  min-height: 200px;
}
#footer ul li a {
  color: #fff;
}
#footer ul li:first-child {
  padding-left: 0;
}
/*
 * Accueil
 */
#mxCarousel h1,
#mxCarousel h2.h1 {
  padding-bottom: 43px;
  margin-top: 40px;
  color: #494141;
}
.aNews .accordion-group {
  border-radius: 0;
}
.aNews .accordion-heading {
  background: url('/public/assets/img/icons/chevron-bottom.png') no-repeat 8px center #d1d1d1;
}
.aNews .accordion-heading .accordion-toggle {
  padding-left: 50px;
}
.aNews .accordion-heading a {
  color: #333;
}
.aNews .aNewsTitle {
  margin-top: 4px;
  display: inline-block;
}
.aNews .aNewsDate {
  color: #919191;
  margin-top: 4px;
  width: 90px;
}
.aNews .accordion-body {
  background: #fff;
}
.aNews .aNewsMore a {
  background: #d44413;
  color: #fff;
  padding: 7px 20px;
}
.aNews .aNewsRssDescription {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.aNews .aNewsRssDescription ._image {
  margin-right: 10px;
}
.aNouveautes {
  clear: both;
}
.aNouveautes h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 20px;
  color: #212121;
  margin-bottom: 0;
  background: #d1d1d1;
}
.aNouveautes-thumbnails {
  display: table;
}
.aNouveautes-thumbnail {
  display: table-cell;
  width: 17% !important;
  box-sizing: border-box;
  height: auto !important;
}
.aNouveautes-thumbnail .stamps_emissions_img {
  width: auto;
  line-height: 0 !important;
  min-height: 0 !important;
}
.aNouveautes-thumbnail img {
  max-width: 90% !important;
}
.aNouveautes-label {
  color: #212121;
  text-align: center;
  background: #d1d1d1;
}
.aNouveautes-tout-voir {
  display: block;
  width: 150px;
  margin: auto;
  text-align: center;
  color: #000;
  line-height: 36px;
  background: url('/public/assets/img/icons/chevron-right.png') no-repeat 8px center;
}
.aNouveautes-tout-voir:hover {
  text-decoration: none;
}
._utilitaires ._titre {
  list-style: none;
  margin: 2px 0 2px -25px;
}
/*
 * Visuels
 */
#visuels_content {
  display: none;
}
#visuels_show {
  cursor: pointer;
}
/*
 * Timbres
 */
._pagination-top .pagination {
  margin-top: 0;
}
.timbreHeader {
  border: 1px solid #989898;
  background: #fff;
}
.timbreHeader h1 {
  margin: 0 0 20px 16px;
  border-bottom: 0;
  text-transform: none;
}
.timbreHeader .label {
  display: inline-block;
  border-radius: 0;
  padding: 6px;
}
div.selection_timbres_afficher {
  padding: 15px 0 0 15px;
}
.timbreCentralContent {
  background: #fff;
}
.timbreCentralContent .alert.alert-info {
  -webkit-animation: ombre_clignotante ease-in infinite alternate 1200ms;
  -moz-animation: ombre_clignotante ease-in infinite alternate 1200ms;
  animation: ombre_clignotante ease-in infinite alternate 1200ms;
}
.timbreCentralContent .thumbnail {
  text-align: center;
  border-radius: 0;
  border: 0;
}
.timbreCentralContent .thumbnail a img {
  max-height: 700px;
}
.submit_keyword {
  cursor: pointer;
}
.timbreWtcode {
  font-size: 20px;
}
.timbreParticiper {
  background: #dd7a14;
  margin: 5px;
  padding: 5px;
  margin-top: 20px;
}
.timbreParticiper h2 {
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 20px;
  font-weight: normal;
  line-height: 25px;
}
.timbreParticiper a {
  display: inline-block;
  margin: 2px;
  min-width: 207px;
  box-sizing: border-box;
}
.timbreCentralContent table {
  margin: 20px auto 14px auto;
  width: 97%;
}
.timbreCentralContent table tr td {
  padding-bottom: 25px;
  vertical-align: top;
}
.timbreCentralContent table tr:last-child td {
  padding-bottom: 0;
}
.timInfoLabel2 {
  color: #777676;
  text-transform: uppercase;
  padding-right: 30px;
}
.timInfo2 .link {
  color: #333;
}
.selection_etat_timbre,
.selection_timbre {
  position: relative;
  display: inline-block;
  font-size: 100%;
}
.selection_etat_timbre .nombre,
.selection_timbre .nombre {
  display: block;
  position: absolute;
  top: 80%;
  width: 100%;
  color: #999;
  font-size: 11px;
  text-align: center;
}
.selection_etat_timbre_none {
  color: #8CC300;
}
._stamp small {
  display: block;
  position: relative;
}
._stamp small ._selection_multiple {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  font-size: 20px;
}
._stamp small .etat_timbre {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
  font-size: 20px;
}
.parcourir {
  font-size: 16px;
}
.nav-list {
  padding-left: 10px;
  padding-right: 10px;
}
.timInfoLabel {
  display: inline-block;
  width: 83px;
  color: #878686;
  font-weight: normal;
}
.timInfo,
.timInfo a {
  color: #494141;
  font-size: 15px;
}
.tim_achat_ico {
  margin: -3px 0 0 2px;
}
.timRightContent .label {
  border-radius: 0;
  background: #d44413;
}
.timRightContent a {
  color: #333;
}
.btnActionTimbreZone {
  width: 100% !important;
  padding: 0;
  margin: 0 !important;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.btnActionTimbreZone > div {
  flex: 0 0 24%;
  max-width: 24%;
  margin-right: 2px;
}
.btnActionTimbreZone > div:last-child {
  margin-right: 0;
}
@media (max-width: 1200px) {
  .btnActionTimbreZone > div {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 2px;
    margin-right: 0;
  }
}
.btnActionTimbreZone .btnActionTimbre {
  display: block;
  max-width: 207px;
  margin: auto;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .tablet-timbreSelectionOptions {
    display: block;
    margin-left: 27px;
  }
}
.add_style,
.del_style {
  display: inline-block;
}
.del_style {
  margin-left: 5px;
}
#stamp_selection {
  top: 50px !important;
  width: 80% !important;
  left: 10% !important;
  margin-left: 0;
}
.btn-groupe-add-all {
  margin-left: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}
._stamps {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
}
@media (max-width: 768px) {
  ._stamps {
    margin-left: 0;
  }
}
._stamps ._stamp {
  list-style: none;
  display: block;
  padding: 4px;
  padding-bottom: 20px;
  line-height: 20px;
  border: 1px solid #ddd;
  background: #fff;
  text-align: center;
  margin-left: 30px;
  margin-bottom: 20px;
  flex: 0 0 270px;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  ._stamps ._stamp {
    flex: 0 0 200px;
  }
}
@media (max-width: 980px) {
  ._stamps ._stamp {
    flex: 0 0 155px;
  }
}
@media (max-width: 768px) {
  ._stamps ._stamp {
    flex: 0 0 100%;
    margin-left: 0;
  }
}
._stamps ._stamp .caption {
  padding: 9px;
  color: #555;
}
._stamps ._stamp ._commentaire_separateur {
  display: none;
}
._stamps ._stamp ._commentaire_separateur._active {
  display: block;
}
._stamps ._stamp ._commentaire_edit_container {
  margin-top: 10px;
}
._stamps ._stamp ._commentaire_edit_container ._btn_container {
  margin-bottom: 10px;
}
._stamps ._stamp ._commentaire_edit_container ._form {
  display: none;
}
._stamps ._stamp ._commentaire_edit_container ._form._active {
  display: block;
}
#stamp_selection_add_liste input[type=number] {
  width: 50px;
  margin-left: 10px;
}
#stamp_selection_add_liste ._hide {
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
}
/*
  * Sélection
  */
#selection_value {
  font-size: 50px;
  text-align: center;
  margin: 20px 0;
}
#selection_value .devise {
  font-size: 30px;
}
.download_png {
  text-align: center;
}
.download_png a {
  color: #000;
  font-size: 10px;
}
.selectionTools {
  margin-left: 0;
}
.selectionTools ._add_je_propose {
  margin-left: 5px;
  padding-left: 7px;
  border-left: 1px solid #494141;
}
.selectionTools ._add_je_propose .btn {
  height: 26px;
  line-height: 26px;
  padding-top: 0;
  padding-bottom: 0;
}
.selectionTools li {
  display: inline-block;
  list-style: none;
}
.selectionTools li.selectionFilter a {
  padding: 5px;
}
.selectionTools li.selectionFilter a:hover {
  text-decoration: none;
}
.selectionTools li.active a {
  background: #dd4814;
  color: #fff;
}
.selectionTools .leftSep {
  padding-left: 3px;
  border-left: 2px solid #dd7a14;
}
.selectionTools form {
  margin: 0;
}
._alerte_echange_container ._alerte_echange_utilisateur ._alerte_echange_stamp_list li {
  list-style: none;
  display: flex;
  align-items: center;
}
._alerte_echange_container ._alerte_echange_utilisateur ._alerte_echange_stamp_list ._etat_timbre {
  display: inline-block;
  width: 20px;
  margin-right: 5px;
  font-weight: bold;
  font-size: 20px;
}
._alerte_echange_container ._alerte_echange_utilisateur ._alerte_echange_stamp_list a {
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
}
._alerte_echange_container ._alerte_echange_utilisateur ._alerte_echange_stamp_list a img {
  margin-right: 5px;
}
._alerte_echange_container ._alerte_echange_utilisateur ._alerte_echange_stamp_list a ._content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
._alerte_echange_container ._alerte_echange_utilisateur ._alerte_echange_stamp_list a ._content span._commentaire {
  font-style: italic;
  font-size: 10px;
}
._alerte_echange_container ._alerte_echange_utilisateur ._alerte_echange_stamp_list ._is_echange_proposition {
  padding-left: 15px;
  font-size: 10px;
  color: #dd7a14;
}
._alerte_echange_container ._alerte_echange_utilisateur ._alerte_message {
  display: none;
}
._alerte_echange_container ._alerte_echange_utilisateur ._alerte_echange_contact {
  background-color: #EFEEEE;
  padding: 5px;
  display: none;
}
._alerte_echange_container ._alerte_echange_utilisateur ._alerte_echange_contact ._alerte_echange_contact_selections {
  display: flex;
}
._alerte_echange_container ._alerte_echange_utilisateur ._alerte_echange_contact ._alerte_echange_contact_selections ._titre {
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 0;
  color: #dd4814;
}
._alerte_echange_container ._alerte_echange_utilisateur ._alerte_echange_contact ._alerte_echange_contact_selections > div {
  flex: 0 0 50%;
  box-sizing: border-box;
}
._alerte_echange_container ._alerte_echange_utilisateur ._alerte_echange_contact ._alerte_echange_contact_selections > div ._item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  box-sizing: border-box;
}
._alerte_echange_container ._alerte_echange_utilisateur ._alerte_echange_contact ._alerte_echange_contact_selections > div ._item input {
  margin: 0;
}
._alerte_echange_container ._alerte_echange_utilisateur ._alerte_echange_contact ._alerte_echange_contact_selections > div ._item label {
  display: flex;
  align-items: center;
  margin: 0;
}
._alerte_echange_container ._alerte_echange_utilisateur ._alerte_echange_contact ._alerte_echange_contact_selections > div ._item label ._img {
  margin-left: 8px;
  margin-right: 8px;
}
._alerte_echange_container ._alerte_echange_utilisateur ._alerte_echange_contact ._alerte_echange_contact_selections > div ._item label ._content {
  display: flex;
  flex-direction: column;
}
._alerte_echange_container ._alerte_echange_utilisateur ._alerte_echange_contact ._alerte_echange_contact_selections > div ._item label ._content ._etat_timbre {
  margin-right: 5px;
  font-weight: bold;
  font-size: 20px;
}
._alerte_echange_container ._alerte_echange_utilisateur ._alerte_echange_contact ._alerte_echange_contact_selections > div ._item label ._content ._commentaire {
  font-style: italic;
  font-size: 10px;
}
._alerte_echange_container ._alerte_echange_utilisateur ._alerte_echange_contact ._alerte_echange_contact_selections > div:first-child {
  border-right: 1px solid #333;
  padding-right: 15px;
}
._alerte_echange_container ._alerte_echange_utilisateur ._alerte_echange_contact ._alerte_echange_contact_selections > div:last-child {
  padding-left: 15px;
}
._alerte_echange_container ._alerte_echange_utilisateur ._alerte_echange_contact ._alerte_echange_contact_observations textarea {
  width: 100%;
  box-sizing: border-box;
}
.modal._stamp_gestion table {
  width: 100%;
}
.modal._stamp_gestion table ._index {
  width: 5%;
  text-align: center;
}
.modal._stamp_gestion table ._delete {
  width: 5%;
  text-align: center;
}
.modal._stamp_gestion ._commentaire_separateur {
  display: none;
  margin: 5px 0;
}
.modal._stamp_gestion ._commentaire_separateur._active {
  display: block;
}
.modal._stamp_gestion ._commentaire_edit_container ._form {
  width: 220px;
  margin-top: 10px;
  display: none;
}
.modal._stamp_gestion ._commentaire_edit_container ._form._active {
  display: block;
}
/* Diaporama */
#diaporama {
  top: 30px;
  position: absolute;
}
#diaporama .modal-body {
  text-align: center;
  max-height: 800px;
}
#diaporamaStop {
  display: none;
}
/*
 * Nouveautés / Emissions
 */
.stamps_emissions_img {
  line-height: 210px;
  width: 210px;
  margin: auto;
  vertical-align: middle;
}
.stamps_emissions_img img {
  max-height: 210px;
  max-width: 210px;
}
@media (min-width: 750px) and (max-width: 957px) {
  .stamps_emissions_img {
    line-height: 150px;
    width: 150px;
  }
  .stamps_emissions_img img {
    max-height: 150px;
    max-width: 150px;
  }
}
/*
  * Recherche
  */
.searchResult {
  background: #fff;
}
.searchForm {
  background: #fff;
  padding-top: 20px;
}
.searchForm form,
.searchForm .form-actions {
  margin-bottom: 0;
}
.searchForm .note {
  font-size: 11px;
  margin-bottom: 15px;
  color: red;
}
.btn-search-export {
  margin-left: 5px;
  line-height: 22px;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.btn-search-add-all {
  line-height: 22px;
  height: 32px;
}
/*
  * Compte
  */
._mon_compte label {
  display: inline;
}
.accountLink {
  background: #fff;
}
.accountLink.nav-tabs.nav-stacked > li:first-child > a {
  border-radius: 0;
}
.accountLink.nav-tabs.nav-stacked > li:last-child > a {
  border-radius: 0;
}
/*
 * Modal
 */
.modal.fade.in.lightbox {
  top: 200px;
}
/*
 * Actualités
 */
._pub_article {
  max-width: 1160px;
  overflow: hidden;
  margin-top: 50px;
}
._pub_article img {
  max-width: 100%;
}
/*
 * Styles
 */
.form-actions {
  padding-top: 19px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #e5e5e5;
}
.mx-top-under-40 {
  margin-top: -40px;
}
.mx-small {
  font-size: small;
}
.mx-well .form-horizontal .form-actions {
  padding-left: 80%;
}
.modal.fade.in {
  top: 200px;
}
.mx-highlight {
  background-color: #fff168;
}
.mx-justify {
  text-align: justify;
}
.mx-well {
  padding: 5px;
}
.mx-top-10 {
  margin-top: 10px;
}
.mx-top-20 {
  margin-top: 20px;
}
.mx-top-30 {
  margin-top: 30px;
}
.mx-top-40 {
  margin-top: 40px;
}
.mx-special {
  background-color: #d44413;
}
.mx-special-site-name {
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.mx-pbottom-90 {
  padding-top: 90px;
}
.mx-center {
  text-align: center;
}
.mx-left-10 {
  padding-left: 10px;
}
.mx-right-10 {
  padding-right: 10px;
}
.mx-bottom-10 {
  margin-bottom: 10px;
}
.mx-bottom-20 {
  margin-bottom: 20px;
}
.mx-bottom-30 {
  margin-bottom: 30px;
}
.mx-bottom-40 {
  margin-bottom: 40px;
}
.mx-padding-10 {
  padding: 10px;
}
.mx-padding-20 {
  padding: 20px;
}
.mx-offline-title {
  font-size: 100px;
  font-weight: bold;
  padding-bottom: 50px;
  padding-top: 60px;
  text-align: center;
}
.mx-offline-subtitle {
  font-size: 20px;
  font-weight: bold;
  padding-top: 20px;
  text-align: center;
}
.mx-error-title {
  font-size: 120px;
  font-weight: bold;
  padding-top: 50px;
  text-align: center;
}
.mx-error-subtitle {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 20px;
  padding-top: 60px;
  text-align: center;
}
.mx-logo {
  margin-top: 20px;
}
.mx-left-20 {
  margin-left: 20px;
}
.mx-left {
  text-align: left;
}
.mx-black {
  color: #333333;
}
.mx-home-stamps {
  min-height: 100px;
  text-align: center;
}
a.mx-navbar-link {
  color: #ffffff;
  font-weight: bold;
}
.mx-navbar-social {
  margin-top: 5px;
}
.mx-btn-xxl {
  padding: 30px;
}
.mx-page-header {
  padding-bottom: 20px;
}
h3.mx-title {
  line-height: 32px;
  margin-top: 0px;
}
.mx-pricing,
.mx-pricing > span {
  font-size: 18px;
}
.mx-carousel-control {
  top: 60px;
  border-radius: 0;
  border: none;
  background: #d44413;
}
.well {
  padding: 0 0 5px 0;
  border-radius: 0;
  background: #fff;
}
.well .nav-header {
  background: #494141;
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 16px;
  font-weight: normal;
  margin: 5px -10px 5px -10px;
  padding: 5px 10px;
}
.center {
  text-align: center;
}
.btn {
  border-radius: 0;
}
.label-info,
.badge-info {
  background-color: #772953;
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #d44413;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #dd7a14;
  *background-color: #c66d12;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  background: #dd4814;
  border-radius: 0;
}
div.dataTables_length label {
  float: left;
  text-align: left;
}
div.dataTables_length select {
  width: 75px;
}
div.dataTables_filter label {
  float: right;
}
div.dataTables_info {
  padding-top: 8px;
}
div.dataTables_paginate {
  float: right;
  margin: 0;
}
table.table {
  clear: both;
  margin-bottom: 6px !important;
}
table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
  cursor: hand;
  cursor: pointer;
}
table.table thead .sorting {
  background: url('//ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.0/images/sort_both.png') no-repeat center right;
}
table.table thead .sorting_asc {
  background: url('//ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.0/images/sort_asc.png') no-repeat center right;
}
table.table thead .sorting_desc {
  background: url('//ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.0/images/sort_desc.png') no-repeat center right;
}
table.table thead .sorting_asc_disabled {
  background: url('//ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.0/images/sort_asc_disabled.png') no-repeat center right;
}
table.table thead .sorting_desc_disabled {
  background: url('//ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.0/images/sort_desc_disabled.png') no-repeat center right;
}
table.dataTable th:active {
  outline: none;
}
.expanded-group {
  background: url('../img/icons/16x16/bullet_toggle_minus.png') no-repeat scroll right center transparent;
  cursor: pointer;
}
.collapsed-group {
  background: url('../img/icons/16x16/bullet_toggle_plus.png') no-repeat scroll right center transparent;
  cursor: pointer;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  background: #D44413;
}
/*
 * Responsive
 */
#_nav_mobile {
  display: none;
  z-index: 2000;
  background: #dd4814;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  min-height: 40px;
  overflow: hidden;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}
@media only screen and (max-width: 979px) {
  #_nav_mobile {
    display: block;
  }
}
#_nav_mobile ul {
  width: 100%;
}
#_nav_mobile > ul {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  margin: 50px 0 0;
  font-size: 18px;
  text-align: center;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}
#_nav_mobile > ul > li {
  position: relative;
  list-style: none;
  margin: 15px 0;
  text-align: center;
}
#_nav_mobile > ul > li > a {
  color: #fff;
  display: inline-block;
  padding: 5px;
}
#_nav_mobile > ul > li > a .caret {
  border-top-color: #fff;
  vertical-align: middle;
  margin-left: 5px;
}
#_nav_mobile > ul > li ul {
  width: 90%;
  margin: auto;
  right: 0;
}
#_nav_mobile > ul > li ul._show {
  display: block;
}
#_nav_mobile > ul > li ul li a {
  line-height: 35px;
  padding: 0 20px;
}
#_nav_mobile > ul > li.navbuttonContact {
  font-size: 18px;
  display: inline-block;
  padding: 2px;
  margin: 0;
}
#_nav_mobile > ul > li form#env {
  margin: 0;
}
#_nav_mobile .menu-expand-container {
  position: absolute;
  z-index: 2;
  top: 5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 33px;
  height: 29px;
}
#_nav_mobile .menu-expand-container .menu-expand {
  position: relative;
  width: 33px;
  height: 29px;
  cursor: pointer;
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}
#_nav_mobile .menu-expand-container .menu-expand span,
#_nav_mobile .menu-expand-container .menu-expand span:before,
#_nav_mobile .menu-expand-container .menu-expand span:after {
  height: 5px;
  width: 33px;
  background: #fff;
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 12px;
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}
#_nav_mobile .menu-expand-container .menu-expand span:before {
  top: -12px;
  left: 0;
}
#_nav_mobile .menu-expand-container .menu-expand span:after {
  top: 12px;
  left: 0;
}
#_nav_mobile .menu-expand-container .menu-expand._open span {
  background-color: transparent;
}
#_nav_mobile .menu-expand-container .menu-expand._open span:before,
#_nav_mobile .menu-expand-container .menu-expand._open span:after {
  top: 0;
  background: #fff;
}
#_nav_mobile .menu-expand-container .menu-expand._open span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#_nav_mobile .menu-expand-container .menu-expand._open span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#_nav_mobile._open {
  min-height: 100vh;
  height: auto;
}
#_nav_mobile._open > ul {
  opacity: 1;
  max-height: 80vh;
  overflow: auto;
}
@media (max-width: 1183px) {
  /*
     * Accueil
     */
  .aNews .aNewsDate {
    float: none;
  }
  /*
     * Ma sélection / Options
     */
  #selectionTools {
    text-align: center;
  }
  #selectionTools li.selectionFilter {
    display: block;
  }
  #selectionTools .selectionFilter a {
    display: block;
    width: 192px;
    margin: 2px auto;
  }
}
@media (min-width: 979px) and (max-width: 1200px) {
  #menu .general-search .navbar-search .search-query {
    width: 90px;
  }
}
@media (max-width: 979px) {
  /*
     * Général
     */
  .hStampAmount {
    text-align: center;
    width: 100%;
    padding-top: 45px;
  }
  .mobile-search {
    display: block;
    width: 100%;
    text-align: center;
  }
  .mobile-search .navbar-search {
    width: 100%;
  }
  .mobile-search .search-query {
    width: 50% !important;
  }
  .mobile-search .input-append,
  .input-prepend {
    width: 100%;
    display: block;
  }
  /*
     * Navigation
     */
  #menu,
  .nav-collapse {
    display: none;
  }
  /*
     * Carousel
     */
  #mxCarousel h1,
  #mxCarousel h2.h1 {
    font-size: 18px;
  }
}
@media (max-width: 746px) {
  /*
     * Logo
     */
  #header,
  .hLogo,
  .hSlogan {
    text-align: center;
  }
  #header .pull-right {
    float: none;
  }
  .hSlogan {
    background: none;
  }
  /*
     * Recherche
     */
  .searchResult tr,
  .searchResult td {
    display: block;
    text-align: center;
  }
  .searchResult td {
    border-top: 0;
    width: auto;
  }
  .searchResult tr {
    border-top: 1px solid #ddd;
  }
  .searchResult .pull-left,
  .searchResult .pull-right {
    float: none;
  }
  /*
     * Ma sélection / Options
     */
  #selectionTools .search-query {
    width: 75px;
  }
  /*
     * Accueil Nouveautés
     */
  .aNouveautes-thumbnails {
    display: block;
  }
  .aNouveautes-thumbnail {
    display: block;
    width: 100% !important;
  }
  /*
     * Carousel
     */
  .mx-carousel-control {
    display: none;
  }
}
/*

Animation

*/
/* Clignotement bordures */
@-webkit-keyframes ombre_clignotante {
  0% {
    box-shadow: 0 0 15px red;
  }
  100% {
    box-shadow: none;
  }
}
@-moz-keyframes ombre_clignotante {
  0% {
    box-shadow: 0 0 15px red;
  }
  100% {
    box-shadow: none;
  }
}
@keyframes ombre_clignotante {
  0% {
    box-shadow: 0 0 15px red;
  }
  100% {
    box-shadow: none;
  }
}
/*# sourceMappingURL=custom.min.css.map */