/* Général
----------------------------------------------------------*/
/*Couleurs de fond*/
/*Couleurs de textes*/
/*Formatage de texte*/
/*.global_mycom p, .global_mycom ul, .global_mycom li, .global_mycom div { line-height: 11px; }*/
/* si changement de couleur au survol */
/*habillage commun*/
/* Des classes d'alignement d'objets */
/* Architecture
----------------------------------------------------------*/
/* contenu
----------------------------------------------------------*/
/* Intégration
----------------------------------------------------------*/
/* Des classes communes */
/*bandeau de rappel abonne et credits*/
/* menu accueil */
/* pagination */
/*tableau*/
/*statistiques*/
/*boutons personnalises*/
/* Fond */
/*ajout fichier*/
/*groupe dabonne*/
/*creer une campagne*/
/* menu credit */
/*pack*/
/*Guide*/
/*Configuration*/
/*Modeles*/
/*paiement*/
/**/
/*edtion du campagne email*/
/*graphique dans les stats*/
.font {
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
}
li {
  margin: 0;
}
body {
  line-height: 11px;
}
a {
  color: #353535;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
textarea {
  color: #353535;
  padding: 5px;
}
input {
  color: #353535;
  padding: 8px 5px;
}
input.mc_zero {
  padding: 0 5px;
  height: 31px;
}
select {
  padding: 5px 0;
}
.textshadow {
  text-shadow: 1px 1px 0px #000;
}
.textshadow_color {
  text-shadow: 1px 1px 0px #662f00;
}
.transition {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.radius {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.degrade {
  /* Old browsers */
  background: #272727;
  /* FF3.6+ */
  background: -moz-linear-gradient(top,#272727 0%,#353535 100%);
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#272727),color-stop(100%,#353535));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(top,#272727 0%,#353535 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top,#272727 0%,#353535 100%);
  /* IE10+ */
  background: -ms-linear-gradient(top,#272727 0%,#353535 100%);
  /* W3C */
  background: linear-gradient(to bottom,#272727 0%,#353535 100%);
}
.degrade_color {
  /* Old browsers */
  background: #ff7800;
  /* FF3.6+ */
  background: -moz-linear-gradient(top,#ff7800 0%,#ff6200 100%);
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ff7800),color-stop(100%,#ff6200));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(top,#ff7800 0%,#ff6200 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top,#ff7800 0%,#ff6200 100%);
  /* IE10+ */
  background: -ms-linear-gradient(top,#ff7800 0%,#ff6200 100%);
  /* W3C */
  background: linear-gradient(to bottom,#ff7800 0%,#ff6200 100%);
}
.mc_bouton_gris {
  /* Old browsers */
  background: #272727;
  /* FF3.6+ */
  background: -moz-linear-gradient(top,#272727 0%,#353535 100%);
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#272727),color-stop(100%,#353535));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(top,#272727 0%,#353535 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top,#272727 0%,#353535 100%);
  /* IE10+ */
  background: -ms-linear-gradient(top,#272727 0%,#353535 100%);
  /* W3C */
  background: linear-gradient(to bottom,#272727 0%,#353535 100%);
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
  font-size: 18px;
  text-shadow: 1px 1px 0px #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  padding: 5px;
  text-align: center;
  line-height: 35px;
}
.mc_bouton_couleur {
  /* Old browsers */
  background: #ff7800;
  /* FF3.6+ */
  background: -moz-linear-gradient(top,#ff7800 0%,#ff6200 100%);
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ff7800),color-stop(100%,#ff6200));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(top,#ff7800 0%,#ff6200 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top,#ff7800 0%,#ff6200 100%);
  /* IE10+ */
  background: -ms-linear-gradient(top,#ff7800 0%,#ff6200 100%);
  /* W3C */
  background: linear-gradient(to bottom,#ff7800 0%,#ff6200 100%);
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
  font-size: 18px;
  text-shadow: 1px 1px 0px #662f00;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  padding: 5px;
  text-align: center;
  line-height: 35px;
}
input.bouton_gris,
input.mc_bouton_couleur {
  border: none;
  display: inline;
  margin-top: 2px;
}
.mc_petit_bouton_gris {
  background: transparent url('../images/client/fond_bouton_gris.png') top no-repeat;
  margin-left: 5px;
}
.mc_petit_bouton_couleur {
  background: transparent url('../images/client/fond_bouton_orange.png') top no-repeat;
  margin-left: 5px;
}
.aligntop {
  vertical-align: top;
}
.alignbottom {
  vertical-align: bottom;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.justify {
  text-align: justify;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.uppercase {
  text-transform: uppercase;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.clearb {
  clear: both;
}
.hide {
  display: none;
}
.global_mycom {
  padding: 0 0 20px;
}
.container_mycom {
  margin: 0 auto;
  /*border-bottom:5px @couleur1 solid; padding-bottom:20px;*/
  position: relative;
}
.container_mycom .row-fluid [class*="span"] {
  min-height: inherit;
}
#mc_top {
  /* Old browsers */
  background: #ff7800;
  /* FF3.6+ */
  background: -moz-linear-gradient(top,#ff7800 0%,#ff6200 100%);
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ff7800),color-stop(100%,#ff6200));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(top,#ff7800 0%,#ff6200 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top,#ff7800 0%,#ff6200 100%);
  /* IE10+ */
  background: -ms-linear-gradient(top,#ff7800 0%,#ff6200 100%);
  /* W3C */
  background: linear-gradient(to bottom,#ff7800 0%,#ff6200 100%);
  margin-bottom: 30px;
}
#mc_menu_top_mycom {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  font-size: 21px;
}
#mc_menu_top_mycom li {
  float: left;
  padding: 0;
  list-style: none outside;
}
#mc_menu_top_mycom li a {
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
  color: #fff;
  padding: 14px 10px;
  text-decoration: none;
  text-shadow: 1px 1px 0px #662f00;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  display: block;
}
#mc_menu_top_mycom li a:hover,
#mc_menu_top_mycom li a.active {
  border-bottom: 5px solid #353535;
}
@media (max-width: 767px) {
  #mc_menu_top_mycom {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #mc_menu_top_mycom li {
    float: none;
  }
}
#mc_middle_mycom {
  /* Old browsers */
  background: #272727;
  /* FF3.6+ */
  background: -moz-linear-gradient(top,#272727 0%,#353535 100%);
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#272727),color-stop(100%,#353535));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(top,#272727 0%,#353535 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top,#272727 0%,#353535 100%);
  /* IE10+ */
  background: -ms-linear-gradient(top,#272727 0%,#353535 100%);
  /* W3C */
  background: linear-gradient(to bottom,#272727 0%,#353535 100%);
  margin-bottom: 20px;
}
#mc_menu_middle_mycom {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  font-size: 18px;
}
#mc_menu_middle_mycom li {
  float: left;
  padding: 0;
  list-style: none outside;
}
#mc_menu_middle_mycom li a {
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
  color: #fff;
  padding: 14px 10px;
  text-decoration: none;
  text-shadow: 1px 1px 0px #000;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  display: block;
}
#mc_menu_middle_mycom li a:hover,
#mc_menu_middle_mycom li a.active {
  border-bottom: 5px solid #ff7800;
}
@media (max-width: 480px) {
  #mc_menu_middle_mycom li {
    float: none;
  }
}
@media (max-width: 767px) {
  #mc_menu_middle_mycom {
    font-size: 16px;
  }
}
#content {
  padding: 8px 0 0;
}
.texte_gauche {
  padding-left: 20px;
}
.texte_droite {
  padding-right: 20px;
}
.texte {
  padding: 0 20px;
}
.texte10 {
  padding: 0 10px;
}
.texte5 {
  padding: 0 5px;
}
.mc_block {
  display: block;
}
@media (max-width: 768px) {
  .texte480 {
    padding: 0 10px;
  }
}
.cinq {
  width: 5%;
  padding-left: 0;
  padding-right: 0;
}
.huit {
  width: 8%;
  padding-left: 0;
  padding-right: 0;
}
.neuf {
  width: 9%;
  padding-left: 0;
  padding-right: 0;
}
.dix {
  width: 10%;
  padding-left: 0;
  padding-right: 0;
}
.onze {
  width: 11%;
  padding-left: 0;
  padding-right: 0;
}
.douze {
  width: 12%;
  padding-left: 0;
  padding-right: 0;
}
.quinze {
  width: 15%;
  padding-left: 0;
  padding-right: 0;
}
.vingt {
  width: 20%;
  padding-left: 0;
  padding-right: 0;
}
.vingtquatre {
  width: 24%;
  padding-left: 0;
  padding-right: 0;
}
.vingtcinq {
  width: 25%;
  padding-left: 0;
  padding-right: 0;
}
.vingtneuf {
  width: 29%;
  padding-left: 0;
  padding-right: 0;
}
.trentetrois {
  width: 33%;
  padding-left: 0;
  padding-right: 0;
}
.trentecinq {
  width: 35%;
  padding-left: 0;
  padding-right: 0;
}
.quanrante {
  width: 40%;
  padding-left: 0;
  padding-right: 0;
}
.quanrantecinq {
  width: 45%;
  padding-left: 0;
  padding-right: 0;
}
.mc_quanrantesept {
  width: 47%;
  padding-left: 0;
  padding-right: 0;
}
.quanranteneuf {
  width: 49%;
  padding-left: 0;
  padding-right: 0;
}
.cinquante {
  width: 50%;
  padding-left: 0;
  padding-right: 0;
}
.cinquantequatre {
  width: 54%;
  padding-left: 0;
  padding-right: 0;
}
.cinquantecinq {
  width: 55%;
  padding-left: 0;
  padding-right: 0;
}
.soixante {
  width: 60%;
  padding-left: 0;
  padding-right: 0;
}
.soixantequatre {
  width: 64%;
  padding-left: 0;
  padding-right: 0;
}
.soixantecinq {
  width: 65%;
  padding-left: 0;
  padding-right: 0;
}
.soixantequinze {
  width: 75%;
  padding-left: 0;
  padding-right: 0;
}
.mc_quatrevingtcinq {
  width: 85%;
  padding-left: 0;
  padding-right: 0;
}
.quatrevingtneuf {
  width: 89%;
  padding-left: 0;
  padding-right: 0;
}
.quatrevingtquatorze {
  width: 94%;
  padding-left: 0;
  padding-right: 0;
}
.quatrevingtdixneuf {
  width: 99%;
  padding-left: 0;
  padding-right: 0;
}
.mc_cent {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.paddLeft1 {
  padding-left: 1%;
}
.mc_paddLeft5 {
  padding-left: 5px;
}
.paddTop5 {
  padding-top: 5px;
}
.mc_paddTop7 {
  padding-top: 7px;
}
.mc_paddTop10 {
  padding-top: 10px;
}
.mc_paddTop15 {
  padding-top: 15px;
}
.mc_paddTop20 {
  padding-top: 20px;
}
.paddTop60 {
  padding-top: 60px;
}
.marg0 {
  margin: 0;
}
.margBottom1 {
  margin-bottom: 1px;
}
.mc_margBottom20 {
  margin-bottom: 20px;
}
.margLeft1 {
  margin-left: 1%;
}
.margLeft5 {
  margin-left: 5%;
}
.mc_margLeft6 {
  margin-left: 6%;
}
.margLeft15 {
  margin-left: 15%;
}
.mc_margRight5 {
  margin-right: 5%;
}
.mc_margTop5 {
  margin-top: 5px;
}
.mc_margTop15 {
  margin-top: 15px;
}
.mc_margTop20 {
  margin-top: 20px;
}
.mc_margTop30 {
  margin-top: 30px;
}
.margTop34 {
  margin-top: 34px;
}
.mc_margTop60 {
  margin-top: 60px;
}
.mc_titre_style {
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
  font-size: 25px;
  color: #ff7800;
  text-transform: uppercase;
  margin: 0;
  padding-top: 10px;
}
.mc_sous_titre_style {
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #353535;
  text-transform: uppercase;
  line-height: 15px;
}
.mc_sous_titre_style2 {
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #ff7800;
  text-transform: uppercase;
}
.mc_sous_titre {
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #353535;
}
.mc_input_style {
  background: transparent;
  border: 1px solid #ff7800;
}
.mc_input_style2 {
  background: transparent;
  border: 1px solid #353535;
}
.mc_label_style {
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #353535;
}
.label_style2 {
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #ff7800;
}
.label_style3 {
  display: inline-block;
  padding-top: 15px;
}
.mc_rappel {
  padding: 0;
  font-size: 18px;
}
.mc_rappel .span4 {
  /* Old browsers */
  background: #272727;
  /* FF3.6+ */
  background: -moz-linear-gradient(top,#272727 0%,#353535 100%);
  /* Chrome,Safari4+ */
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#272727),color-stop(100%,#353535));
  /* Chrome10+,Safari5.1+ */
  background: -webkit-linear-gradient(top,#272727 0%,#353535 100%);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top,#272727 0%,#353535 100%);
  /* IE10+ */
  background: -ms-linear-gradient(top,#272727 0%,#353535 100%);
  /* W3C */
  background: linear-gradient(to bottom,#272727 0%,#353535 100%);
  margin-bottom: 20px;
}
.mc_rappel p {
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
  color: #fff;
  padding: 14px 5px;
  margin: 0;
}
.mc_rappel p a.mc_ajouter_credit {
  display: block;
  width: 23px;
  height: 23px;
  float: right;
  margin-top: -6px;
  margin-bottom: -7px;
  padding-left: 5px;
  text-decoration: none;
  color: #fff;
  background: url('../images/client/ajouter.png') right top no-repeat;
  cursor: pointer;
  text-indent: -9999px !important;
}
@media (max-width: 480px) {
  .mc_rappel {
    font-size: 18px;
  }
  .mc_rappel .span4 {
    /* Old browsers */
    background: #272727;
    /* FF3.6+ */
    background: -moz-linear-gradient(top,#272727 0%,#353535 100%);
    /* Chrome,Safari4+ */
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#272727),color-stop(100%,#353535));
    /* Chrome10+,Safari5.1+ */
    background: -webkit-linear-gradient(top,#272727 0%,#353535 100%);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top,#272727 0%,#353535 100%);
    /* IE10+ */
    background: -ms-linear-gradient(top,#272727 0%,#353535 100%);
    /* W3C */
    background: linear-gradient(to bottom,#272727 0%,#353535 100%);
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1016px) {
  .mc_rappel {
    font-size: 15px;
  }
}
.mc_sous_menu {
  padding: 0;
  line-height: 23px;
  text-align: center;
}
.mc_sous_menu .span3 {
  margin-bottom: 20px;
}
.mc_sous_menu a {
  display: block;
  text-decoration: none;
  background: #ff7800;
  padding: 50px 0;
  text-shadow: 1px 1px 0px #662f00;
  color: #fff;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
  font-size: 20px;
}
.mc_sous_menu a span {
  text-transform: uppercase;
  font-size: 29px;
  display: block;
}
#mc_rechercher_abonne #mc_recherche {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) and (max-width: 1016px) {
  .mc_sous_menu a span {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .mc_sous_menu li {
    width: 25%;
  }
  .mc_sous_menu li:first-child {
    margin-left: 7%;
  }
  .mc_sous_menu li a span {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .mc_sous_menu {
    padding: 0 20px;
  }
  #mc_rechercher_abonne {
    padding: 0 20px;
  }
}
.mycom_pagination {
  padding: 0;
  margin: 0;
  text-align: right;
}
.mycom_pagination li {
  list-style: none;
  display: inline;
}
.mycom_pagination li a {
  text-decoration: none;
  color: #353535;
}
.mycom_pagination li a img {
  border: none;
}
.mycom_pagination li a:hover,
.mycom_pagination li.actif {
  color: #ff7800;
}
.mc_tableau .mc_entete .row-fluid {
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #ff7800;
  text-transform: uppercase;
  padding: 10px 0;
  min-height: 24px;
}
.mc_tableau .mc_entete .row-fluid div {
  float: left;
  list-style: none;
  line-height: 15px;
}
.mc_tableau .mc_contenu .row-fluid {
  padding: 5px 0;
  margin: 0;
  line-height: 22px;
}
.mc_tableau .mc_contenu .row-fluid:nth-child(odd) {
  background: #fff1e5;
}
.mc_tableau .mc_contenu .row-fluid:last-child {
  border-bottom: 1px solid #fff1e5;
}
@media (min-width: 768px) and (max-width: 1016px) {
  .mc_tableau .mc_entete ul {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  #mc_tableau_donnees .mc_entete {
    display: none;
  }
  .mc_tableau .mc_entete {
    padding: 0 10px;
  }
  .mc_tableau .mc_contenu .row-fluid {
    padding: 10px 5%;
    width: 90%;
  }
  .mc_tableau .mc_contenu .row-fluid .mc_paddLeft5 {
    padding: 0;
  }
  .mc_exporter_csv {
    margin-right: 5%;
  }
}
.mc_tableau .mc_contenu ul li ul:nth-child(odd),
.mc_tableau .mc_contenu ul li ul:last-child {
  background: inherit;
  border-bottom: inherit;
  padding: 0;
  position: absolute;
  top: -5px;
}
.mc_tableau .mc_contenu ul li ul li {
  padding: 6px 5px;
  border-left: 1px solid #ff7800;
  line-height: 22px;
}
.mc_tableau .mc_contenu ul li ul li:first-child {
  border-left: none;
  padding-left: 0;
}
.position {
  position: relative;
  min-height: 1px;
}
.mc_tableau .mc_contenu ul.mc_selected {
  color: #ff7800;
  font-weight: bold;
}
.mc_tableau .mc_contenu ul.modified span {
  margin-top: 5px;
}
#mc_tableauDetail .mc_contenu ul {
  padding: 0px;
}
#mc_tableauDetail .mc_contenu ul li {
  padding: 5px 0;
}
#mc_tableauDetail .mc_contenu ul:nth-child(even) li:first-child {
  background: transparent url('../images/client/separateur.jpg') right top repeat-y;
}
#mc_tableauDetail .mc_contenu ul:nth-child(odd) li:first-child {
  background: transparent url('../images/client/separateur2.jpg') right top repeat-y;
}
.mc_modifier_detail {
  padding: 0 5px;
  display: block;
}
.mc_modifier_detail input {
  padding: 4px 0;
}
.mc_tableau .mc_contenu_stat .row-fluid {
  line-height: 22px;
}
.mc_tableau .mc_contenu_stat .row-fluid .mc_legende_style {
  background: #ff7800;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #fff;
  text-shadow: 1px 1px 0px #662f00;
  padding: 5px 0;
}
.mc_tableau .mc_contenu_stat .row-fluid .mc_content_style {
  background: #fff1e5;
  min-height: 22px;
  padding: 5px 0;
}
.mc_tableau .mc_contenu_stat .mc_position span {
  padding: 0 10px;
  border-left: 1px solid #ff7800;
  float: left;
}
.mc_tableau .mc_contenu_stat .mc_position span:first-child {
  border-left: none;
}
.mc_tableau .mc_contenu_stat2 {
  position: relative;
  line-height: 22px;
  margin-top: 20px;
  min-height: 400px;
}
.mc_tableau .mc_contenu_stat2 .row-fluid {
  margin-bottom: 5px;
}
.mc_tableau .mc_contenu_stat2 .row-fluid .span3 {
  padding-top: 5px;
  padding-bottom: 5px;
  background: #fff1e5;
  min-height: 32px;
  line-height: 22px;
}
.mc_tableau .mc_contenu_stat2 .mc_legende_style {
  background: #ff7800;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 22px;
  text-shadow: 1px 1px 0px #662f00;
}
.mc_bt_test {
  width: 24px;
  height: 24px;
  display: block;
  text-indent: -9999px;
  background: url('../images/client/bouton_test.png') top no-repeat;
}
.mc_bouton_commun {
  width: 24px;
  height: 24px;
  display: block;
  text-indent: -9999px;
}
.mc_bt_deselectionner {
  width: 24px;
  height: 24px;
  display: block;
  text-indent: -9999px;
  background: url('../images/client/desectionner.png') top no-repeat;
}
.mc_bt_detail {
  width: 24px;
  height: 24px;
  display: block;
  text-indent: -9999px;
  background: url('../images/client/bouton_parametres.png') top no-repeat;
}
.mc_bt_dupliquer {
  width: 24px;
  height: 24px;
  display: block;
  text-indent: -9999px;
  background: url('../images/client/dupliquer.png') top no-repeat;
}
.mc_bt_envoyer {
  width: 24px;
  height: 24px;
  display: block;
  text-indent: -9999px;
  background: url('../images/client/bouton_newsletter.png') top no-repeat;
}
.mc_bt_envoyer2 {
  width: 24px;
  height: 24px;
  display: block;
  text-indent: -9999px;
  background: url('../images/client/bouton_sms.png') top no-repeat;
}
.mc_bt_modifier {
  width: 24px;
  height: 24px;
  display: block;
  text-indent: -9999px;
  background: url('../images/client/bouton_modifier.png') top no-repeat;
}
.mc_bt_parametres {
  width: 24px;
  height: 24px;
  display: block;
  text-indent: -9999px;
  background: url('../images/client/bouton_parametres.png') top no-repeat;
}
.mc_bt_selectionner {
  width: 24px;
  height: 24px;
  display: block;
  text-indent: -9999px;
  background: url('../images/client/sectionner.png') top no-repeat;
}
.mc_bt_supprimer {
  width: 24px;
  height: 24px;
  display: block;
  text-indent: -9999px;
  background: transparent url('../images/client/bouton_supprimer.png') top no-repeat;
}
.mc_bt_telecharger {
  width: 24px;
  height: 24px;
  display: block;
  text-indent: -9999px;
  background: transparent url('../images/client/bouton_telecharger.png') top no-repeat;
}
.mc_bt_voir {
  width: 24px;
  height: 24px;
  display: block;
  text-indent: -9999px;
  background: transparent url('../images/client/bouton_voir.png') top no-repeat;
}
.modified .mc_bt_modifier {
  width: 24px;
  height: 24px;
  display: block;
  text-indent: -9999px;
  background: url('../images/client/ok.png') top no-repeat;
}
.global_mycom div.mc_cadre_telephone {
  background-image: url('../images/telephone.png');
  background-size: contain;
  height: 500px;
  width: 221px;
  margin: 0 auto;
}
.global_mycom div.cadre_sms {
  font-size: 15px;
  line-height: 17px;
  margin: 0 22px;
  overflow: hidden;
  padding-top: 75px;
}
.global_mycom div.mc_cadre_rendu {
  margin: 0 auto;
  width: 222px;
}
#type_fichier {
  line-height: 15px;
}
#type_fichier span {
  background: #ff7800;
  padding: 0 5px;
  font-weight: bold;
  color: #fff;
}
#boutonExporter {
  line-height: 24px;
  margin-top: 5px;
}
.mc_proposition_page {
  text-align: center;
  min-height: 93px;
}
.mc_proposition_page img {
  border: none;
  text-align: center;
  margin-top: 5px;
}
.mc_proposition_page a:hover img,
.mc_proposition_page a.mc_selected img {
  border: 5px solid #ff7800;
  margin-top: 0px;
}
.mc_sous_menu_credit {
  text-align: center;
  line-height: 23px;
}
.mc_sous_menu_credit .span4 {
  margin-bottom: 30px;
}
.mc_sous_menu_credit a:first-child {
  display: block;
  text-decoration: none;
  background: #ff7800;
  padding: 40px 0;
  text-shadow: 1px 1px 0px #662f00;
  color: #fff;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
  font-size: 20px;
  margin-top: 0;
}
.mc_sous_menu_credit a span {
  text-transform: uppercase;
  font-size: 29px;
  display: block;
}
.mc_sous_menu_credit a span:first-child {
  font-size: 47px;
  line-height: 70px;
}
.mc_sous_menu_credit a {
  display: block;
  text-decoration: none;
  background: #353535;
  padding: 10px 0;
  text-shadow: 1px 1px 0px #000;
  color: #fff;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
  font-size: 18px;
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 1016px) {
  .mc_sous_menu_credit a span:first-child {
    font-size: 36px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .mc_sous_menu_credit a {
    margin-top: 0px;
  }
}
.mc_pack {
  text-align: center;
}
.mc_pack .span3 .mc_div:first-child {
  padding: 143px 0 5px;
  min-height: 80px !important;
  margin-bottom: 20px;
}
.mc_inputcentrer {
  margin: 0 auto;
  width: 28px;
}
.mc_pack .span3 span {
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
  font-size: 26px;
  color: #ff7800;
}
.info1 {
  height: 26px;
}
.mc_pack .span3 .mc_selected {
  border: 5px solid #ff7800;
  padding: 138px 0 0 !important;
}
#pack_sms .span3 {
  background: transparent url('../images/client/packsms.png') top no-repeat;
}
#pack_email .span3 {
  background: transparent url('../images/client/packmail.png') top no-repeat;
}
.mc_pack .mc_rubriqueFlyer .span3 .mc_div:first-child {
  padding: 5px 0;
  min-height: 80px !important;
  margin-bottom: 20px;
}
.mc_pack .mc_rubriqueFlyer .span3 .mc_selected {
  border: 5px solid #ff7800;
  padding: 0 0 0 !important;
}
#guide h2 {
  line-height: 26px;
}
#guide h2 a {
  text-decoration: none;
}
#guide h3 {
  line-height: 19px;
}
#guide h3 span {
  color: #ff7800;
}
#btnContact {
  margin-top: 16px;
  margin-left: 5%;
}
.mc_liste_modele {
  background: #fff1e5;
  padding: 15px 10px;
  margin-bottom: 5px;
}
.mc_liste_modele h4 {
  margin: 0;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #353535;
  text-transform: uppercase;
  line-height: 15px;
}
.mc_liste_modele p {
  margin: 0;
  padding-top: 5px;
}
#mc_selected_modele h4 {
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #ff7800;
  text-transform: uppercase;
}
.mc_modele_image {
  height: 112px;
}
.mc_choix_modele {
  border: 1px solid #FF6800;
  min-height: 160px;
  padding: 5px;
}
.row-fluid .mc_ligne:nth-child(odd) {
  background: #fff1e5;
}
.row-fluid .mc_ligne:last-child {
  border-bottom: 1px solid #fff1e5;
}
.mc_ligne {
  padding: 5px 10px;
}
.mc_ligne p {
  margin: 0;
  padding-top: 6px;
  padding-bottom: 0;
}
.mc_ligne p span {
  padding: 0px 20px 0 0;
}
@media (max-width: 767px) {
  #formModele .mc_margTop60 {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.cb,
.paypal {
  height: 50px;
}
.mini_info {
  font-size: 10px;
  font-style: italic;
  /*width: 350px;*/
  position: relative;
  height: 28px;
}
.mini_info span {
  padding: 8px 0 0;
  position: absolute;
}
#contenu_importe {
  float: left;
  position: relative;
}
#contenu_importe span {
  margin: 6px 0 0 35px;
  position: absolute;
  width: 150px;
}
#graphic_container {
  width: 250px;
  height: 350px;
}
