@charset "UTF-8";
/* Scss Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* Scss Document */
/**/
/*********************************************************************************************/
/***********************************************************  Style Global *******************/
/*********************************************************************************************/
.color-orange {
  color: #e94e18; }

body {
  font-family: 'Open Sans', sans-serif;
  color: #555;
  font-size: 13px;
  font-weight: 400;
  background: #ececec; }

body.noBG {
  background: #f9f9f9; }

a {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #e94e18; }
  a:hover {
    color: #333; }

#container {
  overflow: hidden; }

.logoAxe {
  position: absolute;
  right: 20px;
  top: 64px;
  z-index: 2; }

.logoAxe:hover {
  opacity: 0.7; }

.AxeImageFancyToDisplay {
  z-index: 1000000 !important; }

.fleft {
  float: left; }

/*********************************************************************************************/
/***********************************************************  Login  *************************/
/*********************************************************************************************/

.bloc.blocLogin {
  left: 50%;
  padding: 33px;
  position: absolute;
  top: 50%;
  background: rgba(255, 255, 255, 0.89);
  z-index: 2;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  padding: 15px; }

.fondLogin {
  background: transparent url("../images/login.jpg") no-repeat scroll center center/cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }

.adresseLogin {
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
  bottom: 0;
  font-family: Open Sans Condensed;
  font-size: 1.3em;
  font-style: normal !important;
  left: 0;
  line-height: 0.8em;
  padding: 13px;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 2;
  color: #000; }

.htmlLogin .logoAxe {
  top: 20px; }

.adresseLogin span {
  white-space: nowrap; }

.adresseLogin em {
  display: block;
  font-family: open sans condensed;
  margin-top: 8px; }

.fondLogin::before {
  content: url("../images/TDBLogin.png");
  left: 20px;
  position: absolute;
  top: 20px; }

.bloc.blocLogin form {
  margin: 17px auto 0; }

.bloc.blocLogin form p + p {
  margin-top: 10px;
  margin-bottom: 10px; }

.bloc.blocLogin p label {
  display: block;
  margin-bottom: 5px; }

.bloc.blocLogin form input {
  border: 1px solid #ccc;
  display: block;
  height: 36px;
  text-indent: 5px;
  width: 100%; }

.bloc.blocLogin form p:last-child {
  text-align: center; }

.bloc.blocLogin form input[type="submit"] {
  background: #e94e18 none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-family: open sans condensed;
  font-size: 1.3em;
  font-weight: bold;
  padding: 0 22px;
  text-indent: 0;
  width: 100%;
  margin-top: 5px; }

#formLogin .messErreur, .bloc.blocLogin form p.erreur {
  color: #cc0000; }

.bloc.blocLogin form p.erreur input {
  border-color: #cc0000; }

/*********************************************************************************************/
/******************************************************  Style du panneau lateral ************/
/*********************************************************************************************/
.panneauLateral::after {
  background: #006674 none repeat scroll 0 0;
  content: "";
  height: 50000px;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%; }

.panneauLateral {
  background: #006674 none repeat scroll 0 0;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.43);
  color: #fff;
  min-height: 1200px;
  padding-top: 15px;
  position: relative;
  width: 260px;
  z-index: 2;
  float: left;
  transition: all 0.4s ease; }

.mTB {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 100;
  color: #fff;
  background: #006674;
  display: block; }
  .mTB:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    color: #fff !important; }
  .mTB span {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 1.3em;
    line-height: 0.9em; }
  .mTB strong {
    display: block;
    font-weight: 800; }
  .mTB:before {
    background: url('../images/sprites-sbc7f01aff6.png') 0 -4237px no-repeat;
    content: "";
    display: inline-block;
    height: 34px;
    vertical-align: middle;
    width: 39px;
    margin-left: 15px; }

.refPartenaire {
  color: #51bfd8;
  display: block;
  margin-left: 20px;
  margin-top: 2px; }
  .refPartenaire em {
    font-style: normal;
    color: #fff; }

.avatarPartenaire {
  padding: 0px;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
  background: #fff;
  min-height: 200px; }
  .avatarPartenaire span.infos {
    color: #555;
    display: block;
    left: 50%;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2; }
  .avatarPartenaire img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%; }
  .avatarPartenaire span.nom {
    font-size: 1.6em;
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 0 0 9px #fff; }
  .avatarPartenaire a.url {
    color: #51bfd8;
    display: block;
    text-decoration: none; }
  .avatarPartenaire .tools {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
    background: rgba(255, 255, 255, 0.66);
    text-align: center;
    padding: 5px 0; }
    .avatarPartenaire .tools li {
      display: inline-block;
      position: relative; }
      .avatarPartenaire .tools li a {
        color: #006674;
        display: block;
        padding: 0 7px 2px; }
        .avatarPartenaire .tools li a:hover {
          color: #333; }
    .avatarPartenaire .tools li + li:before {
      background: #006674;
      content: "";
      height: 12px;
      left: -3px;
      position: absolute;
      top: 2px;
      width: 1px; }

.avatarPartenaire .retourHome {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0); }

.avatarPartenaire .retourHome:hover {
  background: rgba(255, 255, 255, 0.2); }

.contenuAccueil {
  margin: auto;
  width: 50%;
  text-align: center; }

.optContenuAccueil {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding: 30px 30px 0;
  transition: all 0.4s ease;
  position: relative; }

.btnBlocs {
  display: flex; }

.modifBlock {
  background: #f17209 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 5px 10px;
  margin: 0px 18px;
  cursor: pointer;
  transition: all 600ms ease 0s;
  font-size: 14px;
  line-height: 20px;
  float: right;
  margin-right: 10px; }

.modifBlock a, .modifBlock a:visited {
  color: #fff; }

.input-h1 {
  height: 40px;
  width: 100%; }

.avancee {
  text-align: center;
  margin: 20px auto 0;
  width: 85%;
  background: #006674; }
  .avancee > span {
    font-family: open sans condensed;
    font-size: 1.2em; }
  .avancee #avanceContenu {
    margin: 10px auto 0;
    position: relative;
    width: 100%; }
  .avancee .percent {
    position: absolute;
    left: 50%;
    color: #51bfd8;
    text-transform: uppercase;
    top: 50%;
    z-index: 0;
    -moz-transform: translate(-50%, -60%);
    -ms-transform: translate(-50%, -60%);
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%); }
    .avancee .percent strong {
      display: block;
      font-size: 2.8em;
      line-height: 0.9em; }

.avancee canvas {
  position: relative;
  z-index: 1; }

.navPrincipale:not(.navAdmin) a[href="#"] {
  opacity: 1 !important;
  cursor: default; }

.intro.open .navPrincipale {
  padding-right: 0;
  margin-top: 10px;
  margin-bottom: 10px; }

.navPrincipale {
  font-family: Open Sans Condensed,sans-serif;
  font-size: 1.2em;
  margin: 20px 0px;
  padding-right: 9px;
  text-align: center; }
  .navPrincipale ul li {
    background: #006674; }
  .navPrincipale ul a {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700; }
    .navPrincipale ul a:hover, .navPrincipale ul a.selected {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
      opacity: 0.7; }
  .navPrincipale ul ul a {
    text-transform: none;
    font-weight: 400;
    display: block;
    font-family: Open sans condensed;
    font-size: 1em;
    font-weight: 100;
    padding: 4px 0;
    text-transform: none; }
    .navPrincipale ul ul a:hover {
      color: #51bfd8; }
  .navPrincipale > ul > li + li:before, .navPrincipale > ul > li:after {
    content: "";
    background: -moz-linear-gradient(left, rgba(0, 117, 133, 0) 0%, #007585 50%, rgba(125, 185, 232, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 117, 133, 0) 0%, #007585 50%, rgba(125, 185, 232, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 117, 133, 0) 0%, #007585 50%, rgba(125, 185, 232, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00007585', endColorstr='#007db9e8',GradientType=1 );
    /* IE6-9 */
    height: 1px;
    display: block;
    margin-bottom: 20px; }
  .navPrincipale > ul > li:after {
    margin-bottom: 0;
    margin-top: 20px;
    background: -moz-linear-gradient(left, rgba(0, 84, 95, 0) 0%, #00545f 50%, rgba(0, 84, 95, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 84, 95, 0) 0%, #00545f 50%, rgba(0, 84, 95, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 84, 95, 0) 0%, #00545f 50%, rgba(0, 84, 95, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000545f', endColorstr='#0000545f',GradientType=1 );
    /* IE6-9 */ }
  .navPrincipale > ul > li:last-child:after {
    display: none; }
  .navPrincipale > ul > li > a::before {
    background: red none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 30px;
    margin-right: 6px;
    vertical-align: text-bottom;
    width: 30px;
    margin-left: 0; }
  .navPrincipale > ul > li.administrateur > a::before {
    background: url('../images/sprites-sbc7f01aff6.png') 0 -2084px no-repeat; }
  .navPrincipale > ul > li.lancerMonSite > a::before {
    background: url('../images/sprites-sbc7f01aff6.png') 0 -4411px no-repeat; }
  .navPrincipale > ul > li.monCoach > a::before {
    background: url('../images/sprites-sbc7f01aff6.png') 0 -4549px no-repeat; }
  .navPrincipale > ul > li.mesStatistiques > a::before {
    background: url('../images/sprites-sbc7f01aff6.png') 0 -4519px no-repeat; }
  .navPrincipale > ul > li.animerMonSite > a::before {
    background: url('../images/sprites-sbc7f01aff6.png') 0 -2114px no-repeat; }
  .navPrincipale > ul > li.gererMaCommunication > a::before {
    background: url('../images/sprites-sbc7f01aff6.png') 0 -3985px no-repeat; }
  .navPrincipale > ul > li.maBoiteOutils > a::before {
    background: url('../images/sprites-sbc7f01aff6.png') 0 -4463px no-repeat; }
  .navPrincipale > ul > li.contactAxecibles > a::before {
    background: url('../images/sprites-sbc7f01aff6.png') 0 -2871px no-repeat; }
  .navPrincipale > ul > li.boosterMonSite > a::before {
    background: url('../images/sprites-sbc7f01aff6.png') 0 -2584px no-repeat; }

.navPrincipale ul ul {
  margin-left: 33px; }

.navPrincipale.navAdmin {
  background: #00535e none repeat scroll 0 0;
  margin: 0 0 30px;
  padding: 30px 0; }

.navPrincipale.navAdmin li {
  background: none; }

.switch {
  align-items: flex-start;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 30px; }

.switch li::before {
  display: none !important; }

.switch li + li {
  margin-left: 12px; }

.switch .btnSwitch {
  background: #006674 none repeat scroll 0 0;
  border-radius: 31px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 6px;
  overflow: hidden;
  position: relative; }

.switch .btnSwitch a {
  font-family: open sans condensed;
  font-weight: 100;
  padding: 9px 0;
  text-transform: none;
  width: 53px;
  position: relative;
  z-index: 2;
  outline: none;
  text-align: center; }

.switch .btnSwitch a.selected {
  color: #006674; }

.switch .btnSwitch::after {
  background: #fff none repeat scroll 0 0;
  border-radius: 67px;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: 1;
  transition: all 0.4s ease-in; }

.switch .btnSwitch.actif::after {
  left: 0%; }

.deco-min {
  display: none; }

/*********************************************************************************************/
/******************************************************  Style du contenu ************/
/*********************************************************************************************/
#container .content {
  background: #ececec none repeat scroll 0 0;
  width: calc(100% - 260px);
  float: right; }

.header {
  background: #fff;
  position: relative;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.28); }
  .header .ariane {
    background: #f6f6f6 none repeat scroll 0 0; }
    .header .ariane ul {
      background: #e0e0e0;
      display: inline-block; }
      .header .ariane ul li {
        display: inline-block;
        position: relative; }
        .header .ariane ul li a, .header .ariane ul li span {
          display: inline-block;
          padding: 9px;
          position: relative; }
        .header .ariane ul li span {
          background: #f6f6f6; }
        .header .ariane ul li a {
          color: #333;
          padding: 9px 20px; }
        .header .ariane ul li span:after {
          content: "";
          position: absolute;
          left: 100%;
          display: inline-block;
          width: 0;
          height: 0;
          top: 0;
          border-style: solid;
          border-width: 16px 0 16px 10px;
          border-color: transparent transparent transparent #f6f6f6; }
      .header .ariane ul li:last-child:after {
        content: "";
        position: absolute;
        left: 0;
        display: inline-block;
        width: 0;
        height: 0;
        top: 0;
        border-style: solid;
        border-width: 16px 0 16px 10px;
        border-color: transparent transparent transparent #e0e0e0; }
      .header .ariane ul li:last-child span {
        padding-left: 20px; }
      .header .ariane ul li + li + li a::before {
        background: url('../images/sprites-sbc7f01aff6.png') 0 -2162px no-repeat;
        bottom: 0;
        content: "";
        left: -4px;
        position: absolute;
        top: 0;
        width: 13px; }

.push {
  display: none; }

.titrePage {
  padding: 30px 0 17px 40px; }

h1 {
  color: #333;
  font-size: 1.9em; }

h1:before {
  content: "";
  display: inline-block;
  width: 27px;
  margin-right: 3px;
  height: 27px; }

.monTableaudeBord h1:before, .htmlstatistiques h1:before {
  background: url('../images/sprites-sbc7f01aff6.png') 0 -4153px no-repeat; }

.htmlRedactionAssiste h1:before, .htmlRedactionSimple h1:before, .htmlListingActu h1:before {
  background: url('../images/sprites-sbc7f01aff6.png') 0 -4210px no-repeat; }

.htmlDemandeAxecibles h1:before {
  background: url('../images/sprites-sbc7f01aff6.png') 0 -4063px no-repeat; }

.htmlGererCLient h1:before {
  background: url('../images/sprites-sbc7f01aff6.png') 0 -4123px no-repeat; }

.htmlDocuFormation h1:before {
  background: url('../images/sprites-sbc7f01aff6.png') 0 -4093px no-repeat; }

.htmlEnvoiNewsletter h1:before {
  background: url('../images/sprites-sbc7f01aff6.png') 0 -4180px no-repeat; }

.htmlAdmin h1:before, .htmlGestionCat h1:before {
  background: url('../images/sprites-sbc7f01aff6.png') 0 -4033px no-repeat; }

.jconfirm .jconfirm-box div.content-pane .content {
  padding: 15px 0; }

.messErreur ul li, .messConfirm ul li, .messWarning ul li, p.warning, p.info {
  color: #fff;
  font-size: 1.2em;
  font-style: normal;
  margin-bottom: 6px;
  padding: 18px 0;
  text-align: center; }

.messErreur ul li {
  background: #c12e2e none repeat scroll 0 0; }

.messWarning ul li, p.warning {
  background: #e94e18 none repeat scroll 0 0; }

.messConfirm ul li {
  background: #69a12d none repeat scroll 0 0; }

p.info {
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  color: #31708f; }
  p.info strong {
    color: #31708f;
    font-weight: bold; }

p.warning, p.info {
  margin: 10px 0; }

.errors > li {
  color: #c12e2e;
  margin-bottom: 8px;
  text-align: right; }

.errors + .objectivee input {
  border: 1px solid #c12e2e; }

.sousH1 {
  display: block;
  font-size: 1.1em;
  font-weight: 100;
  margin-top: 6px;
  padding-right: 254px; }

.infosBulle {
  display: block;
  margin-bottom: -8px;
  margin-top: 4px;
  padding-left: 14px;
  position: relative;
  white-space: normal; }

.jconfirm-box .infosBulle {
  margin-bottom: 10px;
  margin-top: 0;
  line-height: 1em; }

.infosBulle.infosBulleRouge {
  color: #c12e2e; }

.infosBulle.infosBulleVert {
  color: #69a12d; }

.infosBulle.infosBulleOrange {
  color: #e94e18; }

.infosBulle::before {
  background: url('../images/sprites-sbc7f01aff6.png') 0 -4339px no-repeat;
  content: "";
  display: inline-block;
  height: 24px;
  left: 0;
  position: absolute;
  top: -5px;
  vertical-align: middle;
  width: 15px; }

.infosBulle.infosBulleRouge::before {
  background: url('../images/sprites-sbc7f01aff6.png') 0 -4387px no-repeat; }

.infosBulle.infosBulleOrange::before {
  background: url('../images/sprites-sbc7f01aff6.png') 0 -4363px no-repeat; }

.infosBulle.infosBulleGreen::before {
  background: url('../images/sprites-sbc7f01aff6.png') 0 -4339px no-repeat; }

.boutonSecondaire {
  margin-top: 20px;
  text-align: right !important; }

.boutonSecondaire.addQuestion {
  text-align: left !important; }

.boutonSecondaire > a {
  border: 1px solid #e94e18;
  border-radius: 5px;
  display: inline-block;
  padding: 11px 17px;
  text-align: center; }

.boutonSecondaire > a:hover {
  border: 1px solid #555555; }

.boutonSecondaire.addQuestion a::before {
  border: 1px solid #e94e18;
  border-radius: 40px;
  content: "+";
  margin-right: 11px;
  padding: 0 7px 1px;
  transition: all 0.4s ease; }

.boutonSecondaire.addQuestion a:hover::before {
  border: 1px solid #555555; }

.btnDouble {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-between;
  align-items: center; }

.btnDouble p {
  margin-top: 0;
  width: 48%; }

.btnDouble p a {
  display: block;
  padding: 9px;
  text-align: center; }

#container .boutonPrincipal {
  margin-top: 25px;
  text-align: right; }

#container .boutonPrincipal a, .addVideo .boutonPrincipal a {
  background: #e94e18 none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-family: open sans condensed;
  font-size: 1.25em;
  font-weight: bold;
  overflow: hidden;
  padding: 13px 50px 13px 16px;
  position: relative;
  text-align: center; }

#container .boutonPrincipal:not(.disabled) a:hover {
  background: #006674 none repeat scroll 0 0; }

#container .boutonModification {
  margin-top: 25px;
  text-align: left; }

#container .boutonModification a {
  background: #555555 none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-family: open sans condensed;
  font-size: 1.25em;
  font-weight: bold;
  overflow: hidden;
  padding: 13px 35px 13px 10px;
  position: relative;
  text-align: center; }

#container .boutonModification a::after {
  content: url("../images/sprites/save.png");
  display: inline-block;
  margin-left: 6px;
  position: absolute;
  right: 7px;
  vertical-align: middle; }

#container .boutonModification a:hover {
  background: #e94e18 none repeat scroll 0 0; }

#container .boutonPrincipal a::after, .addVideo .boutonPrincipal a::after {
  background: #006674 url("../images/sprites/right.png") no-repeat scroll center center;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 36px; }

#container .boutonPrincipal.disabled a {
  opacity: 0.2;
  cursor: default; }

.doubleBtn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-between; }

/*********************************************************************************************/
/******************************************************  Style du Dashbaord ******************/
/*********************************************************************************************/
.dashboard {
  padding: 35px 28px; }

.dashboard .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%; }

.dashboard .column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 50%; }

.bloc {
  background: #fff none repeat scroll 0 0;
  border-radius: 4px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
  margin: 0px 10px 20px;
  padding: 15px 50px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.degrade {
  background: rgba(255, 255, 255, 0.26) none repeat scroll 0 0;
  position: relative; }

.infoDegrade {
  background: #fff none repeat scroll 0 0;
  border: 7px solid #cacaca;
  left: 50%;
  padding: 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  z-index: 99; }

.degrade > div:not(.infoDegrade) {
  opacity: 0.2; }

.degrade > p.boutonSecondaire {
  opacity: 0.2; }

.infoDegrade p.boutonSecondaire {
  text-align: center !important; }

.infoDegrade p.boutonSecondaire a {
  margin: 0 5px; }

.infoDegrade p.boutonSecondaire a:first-child {
  background: #e94e18 none repeat scroll 0 0;
  color: #fff; }

.infoDegrade p.boutonSecondaire a:first-child:hover {
  background: #333;
  border-color: #333;
  color: #fff; }

.degrade::before {
  background: transparent none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2; }

.avanceGlobale {
  color: #006674;
  font-size: 1.1em;
  font-weight: 100;
  overflow: hidden;
  text-align: center; }

.avanceGlobale .barre {
  background: #d3d3d3 none repeat scroll 0 0;
  border-radius: 4px;
  margin-top: 8px;
  overflow: hidden; }

.avanceGlobale .barre .remplissage {
  color: #fff;
  display: block;
  font-size: 1.3em;
  padding: 7px 0;
  width: 0;
  background: #c12e2e;
  white-space: nowrap;
  overflow: hidden;
  transition: width 2s ease,  background-color 1s linear; }

.avanceGlobale .barre .remplissage:after {
  content: "%";
  display: inline-block;
  vertical-align: middle; }

.contentAvanceGlobal {
  align-content: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  white-space: nowrap;
  margin-top: 30px;
  align-items: center; }

#avanceGlobal {
  margin-right: 30px; }

.bloc .title_encart {
  margin-bottom: 20px;
  margin-left: 4rem;
  text-align: left;
  white-space: nowrap; }

.bloc.lancerMonSite {
  width: 50%; }

.legendGraph {
  margin-top: 30px; }

.monTableaudeBord .recapStatsPages {
  display: block;
  text-align: center; }

.bloc .title_encart::before {
  background: #006674 url("../images/sprites/pictoEdit.png") no-repeat scroll center center;
  content: "";
  display: inline-block;
  height: 40px;
  margin-left: -50px;
  margin-right: 7px;
  vertical-align: middle;
  width: 40px; }

.bloc.pagesARediger .title_encart::before {
  background-color: #c12e2e; }

.bloc.demandeAxecibles .title_encart::before {
  background-image: url("../images/sprites/titleDemande.png"); }

.bloc.statsRapide .title_encart::before {
  background-image: url("../images/sprites/eye.png"); }

.bloc.evolutionVisite .title_encart::before {
  background-image: url("../images/sprites/stats.png"); }

#container .adminActu .title_encart::before {
  background-image: url("../images/sprites/adminActu.png"); }

#container .adminBDD .title_encart::before {
  background-image: url("../images/sprites/adminBDD.png"); }

#container .adminForm .title_encart::before {
  background-image: url("../images/sprites/adminForm.png"); }

#container .adminGC .title_encart::before {
  background-image: url("../images/sprites/adminGC.png"); }

#container .adminTelecom .title_encart::before {
  background-image: url("../images/sprites/adminTelecom.png"); }

#container .adminAdresse .title_encart::before {
  background-image: url("../images/sprites/adminAdresse.png"); }

.title_encart > div {
  display: inline-block;
  vertical-align: middle; }

.title_encart h2 {
  color: #555;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.2em;
  white-space: normal; }

.pagesARediger .title_encart h2 {
  color: #c12e2e; }

.pagesARediger .title_encart p {
  color: #c12e2e; }

.popupEdit h1 {
  color: #3f3f3f;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center; }

.popupEdit ul.addGrid {
  margin: 0 auto;
  max-width: 500px; }

.popupEdit {
  overflow: hidden;
  padding-bottom: 50px; }

.bloc.pubActu {
  background: transparent url("../images/pubActu.jpg") no-repeat scroll center center/cover;
  position: relative;
  width: 50%;
  overflow: hidden; }

.bloc.pubActu .base {
  bottom: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
  text-align: right;
  z-index: 2; }

.bloc.pubActu .title {
  color: #e94e18;
  display: block;
  font-size: 1.8em;
  font-weight: 100;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  top: 14px;
  z-index: 2; }

.bloc.pubActu .title strong {
  color: #006674;
  display: block;
  font-size: 1.3em;
  font-weight: 800; }

.bloc.pubActu .boutons a {
  background: #e94e18 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 11px 18px;
  font-family: open sans condensed;
  font-size: 1.1em; }

.bloc.pubActu .boutons a:first-child {
  background: #333 none repeat scroll 0 0; }

.bloc.pubActu .boutons {
  margin-top: 15px; }

.bloc.pubActu .base > p {
  font-weight: 100;
  font-size: 1.156em; }

.bloc.pubActu::after, .bloc.pubActu::before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-9 */
  content: "";
  height: 53%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }

.bloc.pubActu::after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+64&0+0,1+62 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 62%, white 55%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 62%, white 55%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 62%, #ffffff 55%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
  top: auto;
  bottom: 0; }

.bloc.pubActu .inclu {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2; }

/*************************************  Taille des blocs spécifiques *******************************/
.ajouterArticle {
  width: 50%; }

.statsRapide {
  width: 100%; }

.evolutionVisite {
  width: calc(100% - 370px); }

.evolutionVisiteGeoboost {
  width: 100%; }

.evolutionVisite .infosBulle.infosBulleVert {
  color: #69a12d;
  white-space: normal; }

.encartPubWebredaction {
  background: transparent url("../images/pub-webredaction.jpg") no-repeat scroll center center/cover !important;
  width: 370px;
  position: relative;
  display: block; }

.encartPubWebredaction.encartPubAdwords {
  background: transparent url("../images/pub-positionnement.jpg") no-repeat scroll center center/cover !important; }

.encartPubWebredaction.encartPubWebinfos {
  background: transparent url("../images/pub-webinfos.jpg") no-repeat scroll center center/cover !important; }

.encartPubWebredaction > p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: 0 auto;
  text-align: center !important; }

.encartPubWebredaction .link {
  border: 1px solid #e94e18;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 27px;
  padding: 12px 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.encartPubWebredaction:hover .link {
  background: #e94e18;
  color: #fff; }

.encartPubWebredaction .title {
  color: #e94e18;
  display: block;
  font-size: 3em;
  line-height: 0.8em;
  text-align: center;
  text-transform: uppercase; }

.encartPubWebredaction .title strong {
  color: #006674;
  font-weight: 800; }
.encartPubWebredaction.encartPubAdwords .title strong {
  font-size: 62%; }
.encartPubWebredaction.encartPubWebinfos .title strong {
  font-size: 84%; }

.encartPubWebredaction .phrase1 {
  display: block;
  font-size: 1.3em;
  font-weight: 100;
  line-height: 1.3em;
  margin-top: 13px;
  text-align: center;
  color: #333; }

.encartPubWebredaction .boutonLink {
  border: 1px solid #e94e18;
  border-radius: 5px;
  bottom: 20px;
  left: 0;
  margin: 0 auto;
  max-width: 142px;
  padding: 11px 0;
  position: absolute;
  right: 0;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
.encartPubWebredaction .boutonLinkPlein {
  background: #e94e18;
  color: #fff;
  border-radius: 5px;
  bottom: 20px;
  left: 0;
  margin: 0 auto;
  max-width: 142px;
  padding: 11px 0;
  position: absolute;
  right: 0;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.encartPubWebredaction:hover .boutonLink {
  border: 1px solid #333;
  color: #333; }
.encartPubWebredaction:hover .boutonLinkPlein {
  background: #333;
  color: #fff; }

.encartPubWebredaction .phrase1 span {
  display: block;
  margin-top: 5px; }

.encartPubWebredaction .phrase1 span + span {
  margin-top: 10px; }

.encartPubWebredaction .phrase2 {
  bottom: 113px;
  color: #222;
  font-size: 1.8em;
  font-weight: bold;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase; }

.encartPubWebredaction .phrase2 strong {
  color: #e94e18;
  display: block; }

.pubWebmarketing {
  background: #fff url("../images/fondPubWebmarketingSmall.jpg") no-repeat scroll -46px center/cover;
  border-radius: 7px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
  margin-left: 0;
  max-width: 360px;
  padding: 20px;
  display: block;
  text-align: right; }

.pubWebmarketing span.desc {
  display: inline-block;
  padding-left: 167px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: 0 0 21px white, 0 0 21px white, 0 0 21px white;
  color: #333; }

.pubWebmarketing .title {
  text-transform: uppercase;
  font-weight: bold;
  color: #e94e18;
  font-size: 1.6em;
  margin-bottom: 9px;
  display: block; }

.pubWebmarketing span.link {
  border: 1px solid #e94e18;
  border-radius: 4px;
  color: #e94e18;
  display: inline-block;
  margin-top: 15px;
  padding: 9px 8px;
  transition: all 0.4s ease; }

.pubWebmarketing:hover span.link {
  background: #e94e18;
  color: #fff; }

#container .dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #fff !important;
  font-size: 15px; }

/************************************* Style des encarts *******************************/
/***************************************** Le coach ************************************/
.coach {
  padding: 0;
  background: none;
  box-shadow: none; }

.coach > div.avatar {
  box-sizing: border-box;
  float: left;
  margin: 10px;
  max-height: 120px;
  min-width: 120px;
  width: 120px;
  position: relative; }
  .coach > div.avatar .overhidden {
    overflow: hidden;
    border-radius: 150px;
    border: 3px solid #fff;
    box-shadow: 0 0 0 3px #e94e18; }
  .coach > div.avatar img {
    width: 100%;
    vertical-align: middle; }

.coach > div.avatar::after {
  border-color: transparent transparent transparent #e94e18;
  border-style: solid;
  border-width: 11.5px 0 11.5px 10px;
  content: "";
  height: 0;
  position: absolute;
  right: -12px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0; }

.coach .bulle {
  background: #f9e3db none repeat scroll 0 0;
  border: 1px solid #f2c8ba;
  border-radius: 20px;
  box-sizing: border-box;
  float: right;
  padding: 25px;
  width: calc(92% - 120px); }

.coach .bulle:first-child {
  padding: 10px 25px 15px; }

.coach .reponse {
  margin-top: 10px; }

.coach .reponse li {
  display: inline-block; }

.coach .reponse li a {
  background: #e94e18 none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  display: block;
  padding: 2px 8px 5px;
  vertical-align: middle; }

.coach .reponse li + li a {
  background: #333 none repeat scroll 0 0; }

.interlocuteur > em {
  font-style: italic;
  margin-left: 5px; }

.interlocuteur > strong {
  color: #e94e18;
  font-size: 1.1em;
  font-weight: bold; }

.coach .bulle .interlocuteur::before {
  content: url("../images/sprites/quote.png");
  display: inline-block;
  font-size: 2.5em;
  margin-right: 4px; }

.coach .bulle .interlocuteur::after {
  background: #555555 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 1px;
  width: 100px;
  margin: 6px 0px;
  opacity: 0.85; }

.coach .bulle .question {
  color: #e94e18;
  margin-top: 15px; }

.coach .bulle input.question {
  color: #333; }

.coach .bulle p {
  text-align: left; }

.coach .bulle .reponse {
  margin-top: 10px;
  text-align: right; }

.coach .reponse > a {
  background: #e94e18;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  padding: 10px 15px; }

.coach .reponse > a:hover, .coach .reponse > a.disabled {
  background: #555; }

.lancerVisite span.notAccessWithSmallScreen {
  font-size: 10px;
  font-style: italic;
  color: #e94e18;
  margin-right: 5px;
  font-weight: bold; }

/***************************************** Ajouter un article ************************************/

#addArticleVide .boutonAddArticle {
  color: black;
  border: 2px solid black;
  text-align: center;
  padding: 10px 20px;
  display: inline-block;
  margin: 30px 0 0 20px;
}

.addGrid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 17px;
  width: 100%; }

.addGrid li + li {
  margin-left: 12px; }

.addGrid li {
  background: #e94e18 none repeat scroll 0 0;
  border-radius: 7px;
  box-sizing: border-box;
  color: #fff;
  font-family: open sans condensed;
  margin-bottom: 10px;
  text-align: center;
  width: calc(33.3333% - 12px);
  transition: all 0.4s ease; }

.addGrid li:nth-child(4n) {
  margin-left: 0; }

.bulle p + ul {
  margin-top: 12px; }

.popupEdit .addGrid.choixTypeRedaction {
  display: flex; }

.addGrid.choixTypeRedaction li {
  width: 31% !important;
  margin: 5px 1%;
  display: inline-block; }

.choixTypeRedaction .addEmpty {
  background: transparent none repeat scroll 0 0 !important;
  border: 1px solid #e94e18 !important; }

.choixTypeRedaction .addEmpty:hover {
  opacity: 0.5; }

.choixTypeRedaction .addEmpty a {
  color: #e94e18; }

.addGrid.choixTypeRedaction {
  display: block;
  text-align: center; }

.addGrid li:hover {
  background: #333 none repeat scroll 0 0; }

.addGrid li a::before {
  content: url("../images/sprites/addArticleOeil.png");
  display: inline-block; }

.addGrid li.addMisenValeur a::before {
  content: url("../images/sprites/addArticleOeil.png"); }

.addGrid li.addRealisation a::before, .addGrid li.presenter-une-realisation a::before {
  content: url("../images/sprites/addArticleRealisation.png"); }

.addGrid li.addPromotion a::before {
  content: url("../images/sprites/addArticlePromo.png"); }

.addGrid li.addEvolutionJuridique a::before {
  content: url("../images/sprites/addArticleJuridique.png"); }

.addGrid li.addMore a::before {
  content: url("../images/sprites/addArticlePlus.png"); }

.addGrid li.addArticleVide a::before {
  content: url("../images/sprites/addArticleVide.png"); }

.addGrid li.addArticleIdee a::before {
  content: url("../images/sprites/addArticleIdee.png"); }

.addGrid li.addNouvelleTendance a::before {
  content: url("../images/sprites/addNouvelleTendance.png"); }

.addGrid li.addConseilAchat a::before {
  content: url("../images/sprites/addConseilAchat.png"); }

.addGrid li.addActuJuridique a::before, .addGrid li.communiquer-sur-une-nouveaute-juridique a::before {
  content: url("../images/sprites/addActuJuridique.png"); }

.addGrid li.addAnnoncerEvenement a::before {
  content: url("../images/sprites/addAnnoncerEvenement.png"); }

.addGrid li.addValoriserProduit a::before, .addGrid li.valoriser-un-produit a::before {
  content: url("../images/sprites/addValoriserProduit.png"); }

.addGrid li.addRealisation a::before {
  content: url("../images/sprites/addRealisation.png"); }

.addGrid li.addEmpty a::before {
  content: url("../images/sprites/addEmpty.png"); }

.addGrid li.addHome a::before {
  content: url("../images/sprites/addHome.png"); }

.addGrid li.addPresentation a::before {
  content: url("../images/sprites/addPresentation.png"); }

.addGrid li.communiquer-sur-une-promotion a::before {
  content: url("../images/sprites/addArticlePromotion.png"); }

.addGrid li.donner-un-conseil-juridique a::before {
  content: url("../images/sprites/addArticleConseil.png"); }

.addGrid li.temoigner-un-client a::before {
  content: url("../images/sprites/addArticleTemoignage.png"); }

.addGrid li.offre-saisonniere a::before {
  content: url("../images/sprites/addArticleSaison.png"); }

.addGrid li.conseil-pratique a::before {
  content: url("../images/sprites/conseilPratique.png"); }

.addGrid li.raconter-un-cas-client a::before {
  content: url("../images/sprites/raconterUnCasClient.png"); }

.addGrid li {
  margin: 5px 0; }

.addGrid li a {
  color: #fff;
  display: block;
  font-size: 1.2em;
  padding: 5% 5px;
  text-transform: uppercase; }

.addGrid li a > span {
  display: block;
  height: 55px;
  padding: 0;
  text-transform: none; }

.addGrid li a > span span {
  display: block;
  line-height: 1.3em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%; }

.demandeAxecibles p {
  text-align: justify; }

.bloc_stats {
  align-content: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-between; }

.bloc_stats .stats {
  position: relative; }

.bloc_stats .stats + .stats:not(.plusdeStats)::before {
  background: #ccc none repeat scroll 0 0;
  bottom: -1px;
  content: "";
  left: -7%;
  position: absolute;
  top: 6px;
  width: 1px; }

.bloc_stats .stats strong {
  color: #69a12d;
  display: block;
  font-size: 2.7em;
  font-weight: 800; }

.bloc_stats .stats .infos {
  display: block; }

.bloc_stats .stats .infos::after {
  background: #333 none repeat scroll 0 0;
  content: "";
  display: block;
  height: 1px;
  margin: 11px 0 8px;
  opacity: 0.5;
  width: 183px; }

.bloc_stats .stats .infos span {
  color: #393939;
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase; }

.bloc_stats .stats .infos em {
  font-style: italic; }

.bloc_stats .stats.plusdeStats > a {
  border: 2px solid #e94e18;
  border-radius: 100%;
  display: inline-block;
  font-family: Open Sans Condensed;
  font-size: 1.1em;
  line-height: 1.1em;
  padding: 16px; }

.bloc_stats .stats.plusdeStats > a:hover {
  border: 2px solid #555; }

.bloc_stats .stats.plusdeStats > a:hover strong {
  color: #555; }

.bloc_stats .stats.plusdeStats > a strong {
  color: #e94e18;
  font-family: open sans;
  margin-bottom: 3px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

/* .contentStatsVisiteurs {
  /*margin-left: -45px;
  width: calc(100% + 45px); } */

/*********************************************************************************************/
/**************************************************  Style Outil de rédaction*****************/
/*********************************************************************************************/
.redaction {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 30px;
  position: relative;
  -webkit-justify-content: space-around;
  justify-content: space-between; }

.htmlRedactionSimple .choixLangue {
  margin-bottom: 13px;
  text-align: right; }

.redaction .part {
  display: none;
  margin-bottom: 35px; }

.discussion .coach {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 2;
  margin: 0; }

.discussion .coach + .coach {
  margin-top: 13px; }

.redaction .discussion {
  width: 70%; }

.redaction .discussion::before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00a2ba+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(top, #00a2ba 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #00a2ba 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #00a2ba 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2ba', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-9 */
  bottom: 0;
  content: "";
  left: 67px;
  position: absolute;
  top: 137px;
  width: 10px;
  border-radius: 10px;
  z-index: 0; }

.redaction .coach > div.avatar {
  float: none;
  margin: 5px 3px 0;
  max-height: 75px;
  min-width: 75px;
  opacity: 0;
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  transition: all 0.4s ease 0s;
  width: 75px;
  transition-delay: 0.5s; }

.discussion .coach + .coach div.avatar {
  transition-delay: 1.5s; }

.redaction .visible .coach > div.avatar {
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px); }

.redaction .coach .bulles .bulle + .bulle {
  margin-top: 10px; }

.redaction .coach .bulle {
  float: none;
  margin-left: 20px;
  transition: all 0.4s ease;
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0; }

.htmlEnvoiNewsletter .redaction .coach .bulle, .htmlEnvoiNewsletter .redaction .coach .avatar {
  opacity: 1 !important; }

#newsletter td#footer {
  text-align: center; }

.htmlEnvoiNewsletter .redactionSimple .bloc {
  padding: 25px 0; }

.htmlEnvoiNewsletter .blocTitre {
  padding: 0 30px; }

.htmlEnvoiNewsletter .blocContenu h2 {
  padding: 0 30px; }

.htmlEnvoiNewsletter #contenu {
  padding-bottom: 0;
  text-align: center;
  width: 100% !important; }

.htmlEnvoiNewsletter #page > tbody > tr > td {
  padding-bottom: 25px; }

.htmlEnvoiNewsletter #newsletter {
  margin: 24px auto 0; }

.htmlEnvoiNewsletter .encartPubPerformail {
  margin-top: 45px !important; }

.lateralDiscussion .encartPubWebredaction {
  padding: 26px 15px 1px;
  width: auto; }

.lateralDiscussion .encartPubWebredaction {
  background: transparent url("../images/pub-webredaction.jpg") no-repeat scroll center center/cover !important; }

.lateralDiscussion .encartPubWebredaction .title {
  font-size: 23px; }

.lateralDiscussion .encartPubWebredaction .phrase1 {
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 156px; }

.edition_box_tags textarea, .edition_box_tags input {
  padding: 3px;
  background: #eee none repeat scroll 0 0;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  width: 200px;
  resize: none;
  vertical-align: middle;
  resize: none; }

.redaction .coach .bulle:nth-child(1) {
  transition-delay: 0.8s; }

.redaction .coach .bulle:nth-child(2) {
  transition-delay: 1.0s; }

.redaction .coach .bulle:nth-child(3) {
  transition-delay: 1.2s; }

.redaction .coach .bulle:nth-child(4) {
  transition-delay: 1.4s; }

.redaction .coach .bulle:nth-child(5) {
  transition-delay: 1.6s; }

.redaction .coach + .coach .bulle:nth-child(1) {
  transition-delay: 1.8s; }

.redaction .coach + .coach .bulle:nth-child(2) {
  transition-delay: 2.0s; }

.redaction .coach + .coach .bulle:nth-child(3) {
  transition-delay: 2.2s; }

.redaction .coach + .coach .bulle:nth-child(4) {
  transition-delay: 2.4s; }

.redaction .coach + .coach .bulle:nth-child(5) {
  transition-delay: 2.6s; }

.redaction .visible .coach .bulle {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

.redaction .coach .bulles {
  box-sizing: border-box;
  width: calc(100% - 85px); }

.coach .bulle p {
  text-align: left;
  line-height: 1.3em; }

.coach .bulle p strong {
  font-weight: bold; }

.color1 {
  color: #810D47 !important; }

.color2 {
  color: #13ACC0 !important; }

.color3 {
  color: #C0AB0A !important; }

.coach .bulle .reponse.nextStep {
  text-align: left; }

.coach .bulle p + p {
  margin-top: 10px; }

.redaction .step {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
  white-space: nowrap;
  transition: all 0.4s ease;
  opacity: 0;
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px); }

.redaction .visible .step {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.redaction .step > span {
  display: inline-block;
  vertical-align: middle;
  width: 100%; }

.htmlDemandeAxecibles .redaction .step > span {
  white-space: normal;
  width: calc(100% - 105px); }

.redaction .step > span.num {
  background: #e94e18 none repeat scroll 0 0;
  border: 2px solid #fff;
  border-radius: 100%;
  box-shadow: 0 0 0 2px #e94e18;
  color: #fff;
  font-family: open sans condensed;
  font-size: 1.2em;
  margin-right: 15px;
  padding: 15px 24px;
  text-align: center;
  text-transform: uppercase;
  width: auto; }

.redaction .step > span.num span {
  display: block;
  font-family: open sans;
  font-size: 2em;
  font-weight: 800; }

.redaction .step > span strong {
  color: #006674;
  display: block;
  font-family: open sans;
  font-size: 2em;
  font-weight: bold;
  text-transform: uppercase;
  white-space: normal; }

.redaction .step > span.title span {
  display: block;
  font-family: open sans condensed;
  font-size: 1.4em;
  margin-top: 3px;
  white-space: normal; }

.coach .bulles .bulle {
  width: auto; }

.redaction .step > span.title span em {
  color: #006674; }

.redaction .coach > div.avatar::after {
  right: -10px; }

.coach.exemple > div.avatar .overhidden {
  box-shadow: 0 0 0 3px #006674; }

.coach.exemple > div.avatar::after {
  border-color: transparent transparent transparent #006674; }

.coach.exemple .bulle {
  background: #d9f3f7 none repeat scroll 0 0;
  border: 1px solid #bde5eb; }

.exempleItem p {
  font-size: 1.05em; }

.exempleItem p span {
  font-weight: bold; }

.coach.exemple .bulle p {
  text-align: center !important; }

.coach.exemple .bulle .exempleItem p {
  text-align: justify !important; }

.exempleItem {
  padding: 20px 50px; }

.titleExemple {
  color: #006674;
  display: block;
  font-size: 1.2em;
  font-weight: 100;
  margin-bottom: 10px;
  text-align: center; }

.coach .bulle p {
  line-height: 1.3em;
  text-align: left; }

.bulleExemple .owl-nav > div {
  background: #e94e18 url("../images/sprites/left.png") no-repeat scroll center center;
  border-radius: 55%;
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px; }

.bulleExemple .owl-nav > div.owl-next {
  left: auto;
  right: 0;
  background-image: url("../images/sprites/right.png"); }

.coach.partenaire > div.avatar .overhidden {
  box-shadow: 0 0 0 3px #343434; }

.coach.partenaire > div.avatar img {
  min-height: 68px; }

.coach.partenaire > div.avatar::after {
  border-color: transparent transparent transparent #343434; }

.coach.partenaire .bulle {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  padding: 25px !important; }

.coach input, .coach textarea, #blocModification input[type="text"], #blocModification select {
  border: 1px solid #9d9d9d;
  height: 38px;
  width: 100%;
  font-family: Open Sans Condensed;
  font-size: 1.2em;
  transition: all 0.4s ease; }

#blocModification h1 {
  display: block;
  font-size: 22px;
  line-height: 20px;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  padding-bottom: 15px;
  vertical-align: middle; }

#blocModification label {
  font-weight: 100; }

#blocModification h1:before {
  display: none; }

form#renameFolder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

form#renameFolder select {
  margin-right: 5px; }

.coach textarea {
  height: 500px;
  padding: 16px;
  text-indent: 0;
  box-sizing: border-box; }

.coach input:hover, .coach textarea:hover {
  border: 1px solid #bbb; }

.coach input:focus, .coach textarea:hover {
  border: 1px solid #555; }

.objectif {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 1.1em;
  margin-top: 9px; }

.objectif div {
  white-space: nowrap; }

.objectif div:first-child {
  padding-right: 10px; }

.objectif[data-etat="mauvais"] {
  color: #c12e2e; }

.objectif[data-etat="moyen"] {
  color: #e94e18; }

.objectif[data-etat="bon"] {
  color: #69a12d; }

.objectif[data-etat="mauvais"] .objBar > span {
  background: #c12e2e; }

.objectif[data-etat="moyen"] .objBar > span {
  background: #e94e18; }

.objectif[data-etat="bon"] .objBar > span {
  background: #69a12d; }

.objectif.mauvais > div {
  white-space: nowrap; }

.objBar {
  background: #dbdbdb none repeat scroll 0 0;
  border-radius: 4px;
  margin: 0 15px;
  width: 100%;
  overflow: hidden; }

.objBar > span {
  display: inline-block;
  height: 24px;
  vertical-align: middle;
  transition: all 0.2s ease; }

.smile {
  width: 26px;
  height: 27px;
  min-width: 27px;
  background: url(../images/sprites/bon.png) no-repeat center; }

.objectif[data-etat="mauvais"] .smile {
  background-image: url(../images/sprites/mauvais.png); }

.objectif[data-etat="moyen"] .smile {
  background-image: url(../images/sprites/moyen.png); }

.objectif[data-etat="bon"] .smile {
  background-image: url(../images/sprites/bon.png); }

.lateralDiscussion {
  position: relative;
  width: 25%;
  text-align: center; }

.redactionAssiste .bulle select {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  margin-top: 10px;
  min-width: 221px;
  padding: 6px 5px; }

.htmlRedactionAssiste .contentLateral {
  max-width: 250px; }

.htmlRedactionAssiste .coach ul li + li {
  margin-top: 15px; }

.contentLateral {
  position: relative;
  top: 0;
  -webkit-transition: all 1000ms cubic-bezier(0.185, 0.665, 0.51, 1);
  /* older webkit */
  -webkit-transition: all 1000ms cubic-bezier(0.185, 0.665, 0.51, 1.58);
  -moz-transition: all 1000ms cubic-bezier(0.185, 0.665, 0.51, 1.58);
  -o-transition: all 1000ms cubic-bezier(0.185, 0.665, 0.51, 1.58);
  transition: all 1000ms cubic-bezier(0.185, 0.665, 0.51, 1.58);
  /* custom */
  -webkit-transition-timing-function: cubic-bezier(0.185, 0.665, 0.51, 1);
  /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.185, 0.665, 0.51, 1.58);
  -moz-transition-timing-function: cubic-bezier(0.185, 0.665, 0.51, 1.58);
  -o-transition-timing-function: cubic-bezier(0.185, 0.665, 0.51, 1.58);
  transition-timing-function: cubic-bezier(0.185, 0.665, 0.51, 1.58);
  /* custom */ }

.rappelThematique {
  font-family: open sans condensed;
  font-size: 1.5em;
  text-align: center; }

.rappelThematique strong {
  color: #006674;
  display: block;
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 6px; }

.rappelThematique strong::after {
  content: url("../images/sprites/theme.png");
  display: inline-block;
  margin-left: 8px; }

.jauge {
  align-items: center;
  background: #fff none repeat scroll 0 0;
  border: 5px solid #006674;
  border-radius: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: auto auto 30px;
  max-width: 250px;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
  text-align: center;
  width: 100%; }

.jauge .pourcentage {
  display: block;
  white-space: nowrap;
  line-height: 2.2em; }

.jauge > span {
  color: #7fd4e1;
  font-size: 2em;
  font-weight: 800;
  left: 50%;
  z-index: 2;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  -moz-transform: translate(-50%, -42%);
  -ms-transform: translate(-50%, -42%);
  -webkit-transform: translate(-50%, -42%);
  transform: translate(-50%, -42%); }

.jauge > span span em {
  font-size: 2.2em;
  font-weight: 800; }

.jauge > span span em::before {
  color: #7fd4e1;
  content: attr(data-jauge);
  display: inline-block; }

.jauge > span.liquid {
  background: #00a2ba none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  position: absolute;
  right: 0;
  top: auto;
  -moz-transform: translate(0px);
  -ms-transform: translate(0px);
  -webkit-transform: translate(0px);
  transform: translate(0px);
  transition: all 0.4s ease; }

#container .form_question > p {
  margin-top: 25px;
  text-align: left; }

#container .form_question > p label {
  margin-bottom: 7px;
  display: block; }

.sousPartie.otherAttribut input[type=text] {
  width: 100%; }

.sousPartie input.hasDatepicker {
  margin-right: 15px;
  width: calc(100% - 35px); }

.sousPartie input[type="checkbox"] {
  height: auto;
  margin-right: 8px; }

.sousPartie label + label {
  margin-left: 12px !important; }

.sousPartie h2::first-letter {
  text-transform: capitalize; }

.coach.resultat h1 {
  color: #e94e18;
  font-weight: bold;
  margin-bottom: 15px; }

.coach.resultat h2 {
  color: #006674;
  font-family: Open Sans Condensed;
  font-size: 1.3em;
  font-weight: bold;
  margin: 22px 0 11px; }

.coach.resultat h1::before {
  display: none; }

.redaction .coach.resultat .bulle {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  padding: 40px; }

.encartWebmarketing > img {
  max-width: 100%; }

.jconfirm-box-container.addVideo .title-c {
  color: #006674;
  display: block;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase; }

.jconfirm-box-container.addVideo .jconfirm-box {
  padding: 30px 0 0 !important; }

.jconfirm-box-container.addVideo .content-pane {
  margin-bottom: 0 !important; }

.addVideo .bloc.coach {
  background: #ececec none repeat scroll 0 0 !important;
  border-radius: 0;
  margin: 0;
  overflow: hidden;
  padding: 10px 50px; }

.addVideo .addForm {
  margin: 25px auto;
  text-align: center;
  white-space: nowrap; }

.addVideo .addForm label {
  display: inline-block;
  vertical-align: middle; }

.addVideo .addForm input {
  margin: 0 19px;
  text-align: center;
  width: auto;
  height: 45px; }

.addVideo .addForm p {
  display: inline-block;
  margin-bottom: 0 !important;
  text-align: left;
  vertical-align: middle; }

.addVideo .addForm label {
  display: inline-block;
  font-size: 1.2em;
  font-weight: 100;
  vertical-align: middle; }

.coach .bulle {
  background: #f9e3db none repeat scroll 0 0;
  border: 1px solid #f2c8ba;
  border-radius: 20px;
  box-sizing: border-box;
  float: right;
  padding: 25px;
  width: calc(92% - 120px); }

.addVideo .coach .bulle img {
  max-width: 100%;
  width: auto !important; }

.boutonCoach {
  text-align: right !important;
  margin-bottom: 0 !important; }

.boutonCoach a {
  background: #e94e18;
  color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  display: inline-block;
  transform: 0.4s ease;
  margin: 0 0 5px; }

.boutonCoach a:hover {
  background: #333; }

.addVideo .coach .bulle {
  padding: 9px 20px; }

.sousPartie.actionArchivage {
  background: #f4f4f4 none repeat scroll 0 0;
  padding: 22px 30px; }

.sousPartie.actionArchivage label {
  margin-right: 13px; }

.sousPartie.actionArchivage input {
  height: auto;
  margin-right: 0; }

.redactionSimple .sousPartie + .sousPartie {
  margin-top: 25px; }

.sousPartie.actionArchivage .infosBulle {
  margin-top: 15px; }

#container .boutonPrincipal.archiver {
  text-align: center; }

#container .boutonPrincipal.archiver a {
  background: #c12e2a; }

#container .boutonPrincipal.archiver a {
  background: #c12e2a; }

#container .boutonPrincipal.archiver a:hover {
  background: #333; }

#container .boutonPrincipal.archiver a::after {
  background: #333 url("../images/sprites/archive.png") no-repeat scroll center center !important; }

.sousPartie.blocEnrichissement > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  clear: both;
  justify-content: center; }

.partEnrichissement {
  box-sizing: border-box;
  font-family: open sans condensed;
  font-size: 1.2em;
  padding: 0 25px;
  text-align: center;
  width: 33.3333%; }

.partEnrichissement h3 {
  color: #006674;
  font-size: 1em !important;
  font-weight: bold;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  min-height: 31px; }

.partEnrichissement p {
  color: #767676;
  margin-bottom: 15px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  min-height: 47px; }

.partEnrichissement img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.partEnrichissement:hover img, .partEnrichissement:hover h3, .partEnrichissement:hover p {
  opacity: 0.7;
  cursor: pointer; }

#container .partEnrichissement p.boutonPrincipal {
  font-size: 0.7em;
  margin-top: 0;
  text-align: center; }

#container .partEnrichissement p.boutonPrincipal a {
  padding: 12px 53px 12px 25px; }

/*********************************************************************************************/
/********************************************  Style Outil de rédaction simple ***************/
/*********************************************************************************************/
.redaction.redactionSimple {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.redactionSimple .partieIntervention {
  width: 70%; }

.redactionSimple .partieCoach {
  width: 30%; }

.redactionSimple .bloc {
  margin: 0;
  padding: 25px 30px; }

.redactionSimple h2 {
  color: #006674;
  font-size: 1.1em;
  margin-bottom: 15px; }

.blocNumerote .sousPartie:nth-child(1) h2::before {
  content: "1 - "; }

.blocNumerote .sousPartie:nth-child(2) h2::before {
  content: "2 - "; }

.blocNumerote .sousPartie:nth-child(3) h2::before {
  content: "3 - "; }

.blocNumerote .sousPartie:nth-child(4) h2::before {
  content: "4 - "; }

.blocNumerote .sousPartie:nth-child(5) h2::before {
  content: "5 - "; }

.blocNumerote .sousPartie:nth-child(6) h2::before {
  content: "6 - "; }

.blocNumerote .sousPartie:nth-child(7) h2::before {
  content: "7 - "; }

.blocNumerote .sousPartie:nth-child(8) h2::before {
  content: "8 - "; }

.blocNumerote .sousPartie.otherAttribut h2::before {
  display: none; }

.redactionSimple .blocCategorie {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.redactionSimple .blocCategorie .gauche {
  margin-right: 30px;
  width: 55%; }

.redactionSimple .blocCategorie .droite {
  width: 45%; }

.redactionSimple input, .redactionSimple textarea, .redactionSimple select {
  border: 1px solid #9d9d9d;
  font-family: Open Sans Condensed;
  font-size: 1.2em;
  height: 42px;
  text-indent: 16px;
  transition: all 0.4s ease 0s;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .redactionSimple input#password, .redactionSimple textarea#password, .redactionSimple select#password {
    width: 50%; }
  .redactionSimple input.error, .redactionSimple textarea.error, .redactionSimple select.error {
    border-color: #c12e2e !important; }
.redactionSimple .mce-tinymce.error {
  border-color: #c12e2e !important; }

input[type=checkbox], input[type=radio] {
  width: auto !important; }

.redactionSimple .largeurAuto input, .redactionSimple .largeurAuto textarea, .redactionSimple .largeurAuto select {
  padding-right: 35px;
  width: auto; }

.redactionSimple select {
  text-indent: 0; }

.redactionSimple select option.selected {
  color: #ccc; }

.redactionSimple .blocCategorie .droite ul li a::before {
  background: #e94e18 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  content: url(../images/sprites/cross.png);
  font-family: arial;
  font-size: 1.2em;
  font-weight: bold;
  margin-right: 5px;
  padding: 0 4px;
  transition: all 0.4s ease; }

.redactionSimple .blocCategorie .droite li {
  display: inline-block;
  margin-right: 15px; }

.redactionSimple .blocCategorie .droite ul li a:hover::before {
  background: #555555; }

.redactionSimple .blocCategorie .droite ul li a {
  display: block;
  margin: 0 0 8px; }

.redactionSimple .sousPartie + .sousPartie {
  margin-top: 25px; }

.enrichissement {
  background: #99dee8 none repeat scroll 0 0;
  padding: 6px 14px; }

.enrichissement ul li {
  display: inline-block;
  margin-right: 10px; }

.enrichissement a {
  display: block;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease; }

.enrichissement a:hover {
  overflow: visible; }

.enrichissement a::after {
  background: #006674 none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  content: attr(data-bulle);
  opacity: 0;
  left: 50%;
  padding: 8px 10px;
  position: absolute;
  top: 115%;
  -moz-transform: translate(-50%, -10%);
  -ms-transform: translate(-50%, -10%);
  -webkit-transform: translate(-50%, -10%);
  transform: translate(-50%, -10%);
  white-space: nowrap;
  transition: all 0.4s ease; }

.enrichissement a:hover::after {
  opacity: 1;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.element.noHover .option, .element.noHover .next, .element.noHover .prev, .element.noHover:after, .element.noHover::before {
  display: none !important; }

.imageAssignee {
  margin-top: 15px; }

.redactionSimple .bloc h3 {
  font-size: 1.1em;
  margin-bottom: 11px; }

.redactionSimple .blocEnrichissement .imageAssignee .liste {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }

.redactionSimple .blocEnrichissement .imageAssignee .liste .element {
  box-sizing: border-box;
  min-width: 120px;
  position: relative;
  width: 25%;
  padding: 3px; }

.redactionSimple .blocEnrichissement .imageAssignee .liste .element img {
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

.redactionSimple .blocEnrichissement .imageAssignee .liste .option {
  align-content: center;
  background: #e94e18 none repeat scroll 0 0;
  border-radius: 9px;
  box-shadow: 0 5px 38px 0 rgba(255, 255, 255, 0.76);
  display: block;
  flex-direction: row;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  left: 50%;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 100%;
  white-space: nowrap;
  -moz-transform: translate(-50%, -3px);
  -ms-transform: translate(-50%, -3px);
  -webkit-transform: translate(-50%, -3px);
  transform: translate(-50%, -3px);
  transition: all 0.4s ease 0s;
  z-index: 999; }

.redactionSimple .blocEnrichissement .imageAssignee .liste .element section.textMovePicture {
  display: none;
  top: 12px;
  color: #fff;
  content: "Utilisez les fleches pour deplacer la photo";
  font-family: open sans condensed;
  left: 0;
  padding: 0 10px;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 90; }

.redactionSimple .blocEnrichissement .imageAssignee .liste .element:hover section.textMovePicture {
  display: block; }

.redactionSimple .blocEnrichissement .imageAssignee .liste .element.nonDeplacable:hover::before {
  display: none; }

.redactionSimple .blocEnrichissement .imageAssignee .liste .option::after {
  border-color: #e95018 transparent transparent;
  border-style: solid;
  border-width: 15px 10px 0;
  bottom: 100%;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  -moz-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  -webkit-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
  width: 0;
  z-index: 99; }

.redactionSimple .blocEnrichissement .imageAssignee .liste .element:hover .option {
  opacity: 1; }

.redactionSimple .blocEnrichissement .imageAssignee .liste .option a {
  color: #fff;
  display: inline-block;
  font-family: open sans condensed;
  font-weight: bold;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 6px;
  text-align: left;
  transition: all 0.4s ease; }

.redactionSimple .blocEnrichissement .imageAssignee.videoAssignee .liste .element:hover::before {
  bottom: auto;
  top: 7px; }

.redactionSimple .blocEnrichissement .imageAssignee .liste .option a:hover {
  opacity: 0.6; }

.imageAssignee .element .imgOptions {
  width: 50%;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  display: flex;
  justify-content: space-evenly;
  align-items: center; }

.imageAssignee .element .supprimer, .imageAssignee .element .downloadFile, .imageAssignee .element .rotate {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  cursor: pointer;
  transition: all 0.4s ease;
  z-index: 99; }

.imageAssignee .element:hover .supprimer, .imageAssignee .element:hover .downloadFile, .imageAssignee .element:hover .rotate {
  opacity: 1; }

.imageAssignee .element:hover .supprimer:hover, .imageAssignee .element:hover .rotate:hover {
  opacity: .6; }

.redactionSimple .blocEnrichissement .imageAssignee .liste .element:hover::after {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  bottom: 3px;
  content: "";
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 0; }

.redactionSimple .blocEnrichissement .imageAssignee .liste .element:hover {
  z-index: 9999; }

.redactionSimple .blocEnrichissement .imageAssignee .liste .option a + a {
  border-left: 1px solid rgba(255, 255, 255, 0.7); }

.redactionSimple .blocEnrichissement .imageAssignee .liste .option a:hover {
  background: rgba(233, 78, 24, 0.85) none repeat scroll 0 0; }

.redactionSimple .blocEnrichissement .imageAssignee .liste .option a span {
  display: inline-block; }

.redactionSimple .blocEnrichissement .imageAssignee .liste .complements, .redactionSimple .blocEnrichissement .documentAssigne .liste .complements {
  color: #006674;
  font-size: 10px;
  font-weight: bold;
  line-height: 15px;
  margin: 5px 0;
  text-align: center; }
.redactionSimple .blocEnrichissement .documentAssigne .liste .complements {
  width: 22%; }

.redactionSimple .blocEnrichissement .imageAssignee.videoAssignee .liste .element {
  width: 25%; }

.element:first-child .prev {
  display: none; }

.element:last-child .next {
  display: none; }

.deplacable .next, .deplacable .prev {
  position: relative;
  z-index: 999; }

.deplacable .next, .deplacable .prev {
  background: #e94e18 url("../images/sprites/right.png") no-repeat scroll 5px 2px;
  border-radius: 50px;
  display: block;
  height: 26px;
  position: absolute;
  right: 15px;
  text-indent: -9999px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 26px;
  opacity: 0;
  transition: all 0.4s ease; }

.deplacable .next:hover, .deplacable .prev:hover {
  opacity: 0.6 !important; }

.deplacable .element:hover .next, .deplacable .element:hover .prev {
  opacity: 1; }

.deplacable .prev {
  background: #e94e18 url("../images/sprites/left.png") no-repeat scroll 2px 2px;
  left: 15px;
  right: auto; }

.redactionSimple .blocResume textarea {
  height: 105px;
  padding-top: 10px; }

h2 .facultatif {
  font-style: italic;
  color: #aeaeae; }

.sousPartie.previsu, .sousPartie.datePublication, .sousPartie.datePublication {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center; }

.sousPartie.previsu.desactive {
  opacity: 0.3; }

.sousPartie.previsu.desactive a:hover {
  cursor: default;
  color: #e94e18;
  border-color: #e94e18; }

.sousPartie.previsu.desactive .boutonSecondaire a:hover::after {
  background: transparent url("../images/sprites/view.png") repeat scroll center center !important; }

p.compteurSelection {
  float: left; }

p.compteurSelection strong {
  color: #e94e18;
  font-size: 2em;
  font-weight: 700; }

span.infosBulle.infosBulleRouge.infoscentre {
  text-align: center;
  display: block;
  margin-bottom: 30px;
  margin-top: 20px;
  margin: 20px auto 30px;
  max-width: 429px; }

.sousPartie.previsu > div, .sousPartie.datePublication > div, .sousPartie.datePublication > div {
  margin: 0 3px;
  width: 50%; }

.sousPartie.previsu > div.gauche, .sousPartie.datePublication > div.gauche {
  text-align: left;
  display: inline-block; }

.sousPartie.previsu > div.droite, .sousPartie.datePublication > div.droite {
  text-align: right;
  display: inline-block; }

.datePublication .boutonModification {
  text-align: right !important; }

.datePublication .boutonPrincipal {
  text-align: left !important; }

.sousPartie.previsu .boutonSecondaire {
  margin-top: 0;
  text-align: left !important; }

.sousPartie.previsu .boutonSecondaire a::after {
  background: transparent url("../images/sprites/view.png") repeat scroll center center;
  content: "";
  display: inline-block;
  height: 13px;
  margin-left: 6px;
  vertical-align: top;
  width: 26px; }

.sousPartie.previsu .boutonSecondaire a:hover::after {
  background: transparent url("../images/sprites/viewHover.png") repeat scroll center center; }

.redaction.redactionSimple .coach > div.avatar {
  margin: 0 auto;
  max-height: 150px;
  min-width: 150px;
  width: 150px; }

.redaction.redactionSimple .coach > div.avatar::after {
  right: auto;
  top: 100%;
  -moz-transform: translate(-50%, -4px) rotate(90deg);
  -ms-transform: translate(-50%, -4px) rotate(90deg);
  -webkit-transform: translate(-50%, -4px) rotate(90deg);
  transform: translate(-50%, -4px) rotate(90deg);
  left: 50%;
  transition: all 0.4s ease; }

.redaction.redactionSimple .bulle {
  width: auto;
  margin-top: 20px;
  text-align: left; }

.parentDatePicker {
  position: relative;
  z-index: 1;
  max-width: 150px;
  margin-top: 20px;
  text-align: center; }

.parentDatePicker::after {
  background: #006674 url("../images/sprites/datepicker.png") no-repeat scroll center center;
  content: "";
  display: inline-block;
  height: 42px;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  width: 47px;
  z-index: -1; }

.parentDatePicker input {
  background: transparent none repeat scroll 0 0;
  display: inline-block;
  vertical-align: middle;
  z-index: 2;
  border: 1px solid #9d9d9d;
  box-sizing: border-box;
  font-family: Open Sans Condensed;
  font-size: 1.2em;
  height: 42px;
  text-indent: 16px;
  transition: all 0.4s ease 0s;
  width: 100%; }

.redactionSimple .bloc.coach {
  position: relative; }

.redaction.redactionSimple .coach.advice > div.avatar::after {
  left: -6px;
  right: auto;
  top: 50%;
  transform: translate(-50%, -4px) rotate(180deg); }

#ui-datepicker-div {
  z-index: 2147483647 !important; }

.redactionSimple .partieCoach {
  width: 40%;
  text-align: center;
  padding-top: 100px; }

.commentaireMarketing {
  z-index: 20;
  position: fixed;
  bottom: 47px;
  right: 105px;
  width: 455px;
  background: #006674;
  color: #fff;
  padding: 10px 10px 0;
  border-top-right-radius: 15px;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.commentaireMarketing.visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  bottom: 0; }

.commentaireMarketing .commentaire {
  background: #fff;
  color: #333;
  padding: 20px; }

.commentaireMarketing .titleCom {
  display: block;
  padding-left: 41px;
  margin-bottom: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.commentaireMarketing.visible .titleCom {
  padding-left: 55px; }

.commentaireMarketing .avatar {
  position: absolute;
  top: -21px;
  left: -30px;
  width: 90px;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.commentaireMarketing.visible .avatar {
  left: -38px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.commentaireMarketing .avatar .overhidden {
  overflow: hidden;
  display: block;
  border-radius: 200px;
  border: 2px solid #fff;
  box-shadow: 0 0 0px 3px #006674; }

.commentaireMarketing .avatar .overhidden img {
  width: 100%;
  vertical-align: middle; }

.commentaireMarketing .commentaire p {
  font-size: 1.1em;
  line-height: 1.2em; }

.commentaireMarketing .commentaire p + p {
  margin-top: 15px; }

.commentaireMarketing .titleCom strong {
  font-weight: bold;
  display: block;
  font-size: 1.2em; }

.commentaireMarketing span.openClosePanel {
  position: absolute;
  right: 0;
  top: 0;
  padding: 16px;
  display: block;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg); }

.commentaireMarketing.visible span.openClosePanel {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.commentaireMarketing span.openClosePanel:hover {
  opacity: 0.6; }

.commentaireMarketing span.openClosePanel:after {
  content: url("../images/sprites/catUp.png"); }

.editMetasPopin {
  bottom: 35px;
  cursor: pointer; }

.editMetasPopin .avatar {
  top: -35px; }

.editMetasPopin .openClosePanel {
  padding: 12px 16px !important; }

.editMetasPopin .titleCom strong {
  font-size: 1.1em !important; }

.blocInformation {
  padding-left: 15px; }
  .blocInformation h2 {
    margin-left: -15px; }
  .blocInformation span.blocinformation-label {
    display: block;
    padding: 8px 0 5px 0; }
  .blocInformation .addBlocInformation, .blocInformation .suppBlocInformation {
    margin-top: 2px;
    display: inline-block; }

/*********************************************************************************************/
/**************************************************  Style Ajout d'un article  ***************/
/*********************************************************************************************/
.otherAttribut {
  border: 1px solid #ccc;
  display: block;
  margin: 50px 0 35px;
  padding: 0 30px 30px; }

.otherAttribut > div {
  margin: 30px 0 0 !important; }

/*********************************************************************************************/
/**************************************************  Style listing des pages   ***************/
/*********************************************************************************************/
.listingPages {
  margin: 35px auto 20px;
  width: 100%; }

.listingPages tr.head {
  background: #00a3b9;
  color: #fff; }

.listingPages tr.head th {
  font-weight: bold;
  font-family: open sans condensed;
  font-size: 1.1em; }

.listingPages tr:nth-child(even) {
  background: #f6f6f6; }

.listingPages .noPage > td {
  padding: 60px 0;
  text-align: center; }

.listingPages tr td.avanceePage, .listingPages tr th.avanceePage {
  width: 6% !important;
  padding: 0 34px 0 10px; }
.listingPages tr td.listingDateIntervention, .listingPages tr th.dateIntervention {
  width: 12% !important;
  text-align: center;
  padding-right: 10px; }
.listingPages tr td.listingPagesName {
  width: 60% !important; }
.listingPages tr td.listingPageEtat, .listingPages tr th.listingPageEtat {
  text-align: center;
  width: 8% !important; }
.listingPages tr td.listingActions, .listingPages tr th.listingActions {
  width: 10% !important;
  text-align: right;
  padding-right: 10px; }

.listingPages tr {
  transition: all 0.4s ease;
  height: 35px; }
  .listingPages tr td.listingPagesName span {
    color: #848484;
    font-style: italic;
    display: block;
    font-size: 10px;
    margin-top: 4px; }
  .listingPages tr td.listingPagesName a {
    color: #555555; }
.listingPages tr:not(.head) {
  height: 41px; }

div:not(.pagesEnLigne) .listingPages tr:not(.head):hover {
  background: #fbab75; }

.pagesEnLigne .listingPages a:hover {
  cursor: default; }

.listingPages tr:not(.head):hover a {
  color: #000000; }

.listingPages tr + tr {
  border-top: 1px solid #ccc; }

.listingPages .separation {
  border-top: 2px dashed #c0c0c0 !important; }

.listingPages tr td:nth-child(2) a {
  color: #555555; }

.listingPages tr:hover a {
  color: #555; }

.listingPages tr td:last-child a.edit::before, #listingClient tr td:last-child a.edit::before {
  content: url("../images/sprites/edit.png");
  display: inline-block; }
.listingPages tr td:last-child a:hover.edit::before, #listingClient tr td:last-child a:hover.edit::before {
  content: url("../images/sprites/editHover.png"); }
.listingPages tr td:last-child a:hover.icon-password::before, #listingClient tr td:last-child a:hover.icon-password::before {
  content: url("../images/sprites/icon-passwordBlack.png"); }
.listingPages tr td:last-child a.icon-password::before, #listingClient tr td:last-child a.icon-password::before {
  content: url("../images/sprites/icon-password.png"); }
.listingPages tr td:last-child a.view::before, #listingClient tr td:last-child a.view::before {
  content: url("../images/sprites/view.png");
  display: inline-block; }
.listingPages tr td:last-child a:hover.view::before, #listingClient tr td:last-child a:hover.view::before {
  content: url("../images/sprites/viewHover.png"); }
.listingPages tr td:last-child a.refresh::before, #listingClient tr td:last-child a.refresh::before {
  content: url("../images/sprites/refreshOn.png");
  display: inline-block; }
.listingPages tr td:last-child a:hover.refresh::before, #listingClient tr td:last-child a:hover.refresh::before {
  content: url("../images/sprites/refreshOff.png"); }

.listingPages a.bon {
  color: #69a12d; }

.listingPages a.moyen {
  color: #e94e18; }

.listingPages a.mauvais {
  color: #c12e2e; }

.bandeauHaut {
  padding: 0 11px 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.recapStatsPages {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }

.contentRecapStats {
  max-width: 370px;
  position: relative;
  margin: 0 auto; }

.contentRecapStats > span {
  color: #222;
  font-size: 1.8em;
  font-weight: 100;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 69%;
  z-index: 0;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.contentRecapStats > span strong {
  display: block;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 0.7em;
  margin-bottom: 4px; }

.contentRecapStats > span em {
  display: block;
  font-weight: bold; }

.contentRecapStats > span strong::after {
  display: inline-block;
  content: "%"; }

.contentRecapStats > canvas {
  position: relative;
  z-index: 2; }

.legendGraph li {
  font-weight: 100;
  font-family: open sans condensed;
  font-size: 1.3em;
  line-height: 1.5em; }

.vert {
  color: #69a12d; }

.bleu {
  color: #00a3b9; }

.orange {
  color: #e94e18; }

.rouge {
  color: #bf2e2e; }

.violet {
  color: #6F2F9F; }

.bleuClaire {
  color: #51bfd8; }

em.italic {
  font-style: italic; }

/*********************************************************************************************/
/*******************************************  Style listing des pages  Actualités  ***********/
/*********************************************************************************************/
#configurationForm textarea {
  border: 1px solid #ccc;
  height: 300px;
  width: 100%; }

#configurationForm p + p {
  margin-top: 30px; }

#configurationForm p label {
  display: block;
  font-size: 1.3em;
  font-weight: bold; }

#configurationForm textarea#commentaireConfiguration {
  border: 1px solid #ccc;
  height: 100px;
  width: 100%; }

a.supprimerAttribut {
  float: right; }

#listeAttributsCentralises input.recherche {
  width: 100%; }

.listingPageActu {
  table-layout: fixed; }

.listingPageActu tr .date {
  text-align: center; }

.listingPageActu .nomPage {
  text-align: left !important;
  position: relative; }

.listingPageActu tr td.nomPage a {
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  line-height: 1.3em; }

#container .listingPages tr .visu {
  text-align: center; }

.listingPages.listingPageActu tr a {
  overflow: visible; }

.listingPages.listingPageActu tr td.date {
  text-align: center; }

.listingPageActu tr td > a {
  padding: 0; }

.listingPageActu .visu img {
  height: auto;
  max-height: 30px;
  transition: all 0.4s ease 0s;
  width: auto;
  max-width: 100%; }

.listingPageActu tr:hover .visu img {
  -moz-transform: scale(3) translateX(-12px);
  -ms-transform: scale(3) translateX(-12px);
  -webkit-transform: scale(3) translateX(-12px);
  transform: scale(3) translateX(-12px);
  z-index: 99; }

.listingPageActu .visu {
  text-align: center; }

.listingPageActu .date a {
  color: #333;
  font-family: open sans condensed; }

table .keywords {
  color: #e94e18; }

.boutonDeleteSearch {
  background: #fff none repeat scroll 0 0;
  position: absolute;
  right: 6px;
  top: 1px; }

.boutonDeleteSearch a {
  display: block;
  height: 29px;
  text-indent: -9999px;
  width: 35px; }

.boutonDeleteSearch a::after {
  color: #e94e18;
  content: url(../images/stopSearch.png);
  display: block;
  font-size: 2em;
  position: absolute;
  right: 0;
  text-indent: 0;
  top: 0; }

#container .listingPageActu .date {
  width: 70px !important; }

#container .listingPageActu .visu {
  width: 70px !important; }

#container .listingPageActu .nomPage {
  width: 85% !important; }

#container .listingPageActu .statutPage {
  width: 120px !important;
  text-align: center; }

#container .listingPageActu .actions {
  width: 76px !important; }

.listingPageActu tr td .catAssoc {
  color: #6a6a6a;
  font-style: italic;
  margin-top: 5px;
  transition: all 0.4s ease; }

.listingPageActu .visu {
  padding: 0 10px !important;
  width: 6% !important; }

.listingPageActu tr td {
  cursor: pointer;
  padding: 11px 0; }

.listingPageActu tr td > a {
  color: #333;
  padding: 0; }

.listingPageActu tr td > a:hover {
  text-decoration: none; }

.listingPageActu td.actions a {
  display: inline-block;
  margin: 0;
  padding: 0 5px !important;
  vertical-align: middle;
  width: auto; }

.listingPages tr td:last-child a.delete::before,
#listingClient tr td:last-child a.delete::before {
  content: url("../images/sprites/deletePage.png");
  display: inline-block; }

.listingPages tr td:last-child a:hover.delete::before,
#listingClient tr td:last-child a:hover.delete::before {
  content: url("../images/sprites/deletePageBlack.png");
  display: inline-block; }

.boutonSecondaire.addActu {
  text-align: center !important; }

.listingPageActu.tableTriable tr.head th {
  white-space: nowrap;
  cursor: pointer; }

.listingPageActu.tableTriable tr.head th:hover:after {
  opacity: 0.5; }

.listingPageActu.tableTriable tr.head th.headerSortable::after {
  content: url("../images/sprites/sortable.png");
  display: inline-block;
  margin-left: 3px;
  transition: all 0.4s ease; }

.listingPageActu.tableTriable tr.head th:not(.headerSortable) {
  cursor: default !important; }

.bloc.articleEnLigne .title_encart::before {
  background-color: #69a12d; }

.bloc.articleEnLigne .title_encart h2 {
  color: #69a12d; }

.bloc.articleHorsLigne .title_encart::before {
  background-color: #7a7a7a; }

.bloc.articleHorsLigne .title_encart h2 {
  color: #7a7a7a; }

.listingPageActu .actions {
  text-align: center !important; }

.htmlListingActu .bloc.ajouterArticle {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
  padding: 0; }

.htmlListingActu .dbBtn {
  text-align: center; }

.htmlListingActu .dbBtn p {
  display: inline-block; }

.htmlListingActu .ajouterArticle {
  min-width: 285px;
  width: auto; }

.htmlListingActu .addGrid li {
  width: calc(50% - 6px); }

.monTableaudeBord .addGrid.choixTypeRedaction li:nth-child(3n) {
  margin-left: 7px !important; }

.htmlListingActu .ajouterArticle .boutonSecondaire {
  margin: 0; }

.htmlListingActu .addGrid li a {
  font-weight: bold; }

.htmlListingActu .addGrid li.addEnregistrement a, .htmlListingActu .addGrid li.gestionCat a {
  font-weight: 100; }

.addGrid li.addEnregistrement a::before {
  content: url("../images/sprites/addMore.png"); }

.addGrid li.gestionCat a::before {
  content: url("../images/sprites/categories.png"); }

.addGrid li.gestionCat {
  background: none !important;
  border: 1px solid #e94e18; }

.addGrid li.gestionCat a {
  color: #e94e18 !important; }

.addGrid li.gestionCat:hover {
  background: none;
  opacity: 0.6; }

.htmlListingActu .ajouterArticle .boutonSecondaire > a {
  display: block;
  text-align: center; }

.htmlListingActu .coach {
  margin-bottom: 0; }

.htmlListingActu .addGrid li {
  margin-bottom: 5px; }

div:not(.pagesEnLigne) .listingPages tr:hover:not(.head), div:not(.pagesEnLigne) .listingPages tr:hover:not(.head) .catAssoc, div:not(.pagesEnLigne) .listingPages tr:hover:not(.head) a {
  color: #0b0b0b !important; }

.listingPageActu td.actions a.delete:hover {
  opacity: 0.5; }

.htmlListingActu .affinage form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%; }

.htmlListingActu .affinage form div.recherche {
  margin-left: auto; }

.htmlListingActu .affinage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin: 0 9px 15px; }

.htmlListingActu .affinage div {
  display: inline-block;
  position: relative;
  vertical-align: middle; }

.htmlListingActu .categorie select {
  border: 1px solid #ccc;
  padding: 5px 35px 5px 6px; }

.htmlListingActu .recherche input[type="text"] {
  border: 1px solid #ccc;
  box-sizing: border-box;
  height: 31px;
  text-indent: 5px; }

.listingPageActu:not(.listingGlobal) tr.planifie {
  background: #d8e1ce none repeat scroll 0 0; }

.htmlListingActu .recherche input[type="submit"] {
  background: transparent url("../images/sprites/search.png") no-repeat scroll 0 0;
  border: medium none;
  height: 19px;
  position: absolute;
  right: 8px;
  top: 5px;
  width: 19px;
  transition: all 0.4s ease; }

.htmlListingActu .recherche input[type="submit"]:hover {
  opacity: 0.6; }

.listingGlobal .brouillon td.statutPage {
  color: #c12e2e; }

.listingGlobal .horsLigne td.statutPage {
  color: #333; }

.listingGlobal .planifie td.statutPage {
  color: #69a12d; }

.listingGlobal .enLigne td.statutPage {
  color: #69a12d; }

.paginationAdmin {
  display: block;
  text-align: center; }

.paginationAdmin a, .paginationAdmin span, .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #ccc none repeat scroll 0 0;
  color: #f0f0f0 !important;
  display: inline-block;
  font-family: open sans;
  font-size: 1.3em;
  padding: 9px 13px;
  border-radius: 4px;
  border: none !important; }

.paginationAdmin a:hover, .paginationAdmin span.selected, .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: #e94e18 none repeat scroll 0 0 !important;
  color: #fff !important; }

.paginationAdmin a, .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #006674 none repeat scroll 0 0; }

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  background: #ccc !important;
  color: #fff !important; }

/*********************************************************************************************/
/**************************************************  Style des élements partie Admin  ********/
/*********************************************************************************************/
.bloc {
  text-align: center; /* Centre le texte à l'intérieur de bloc */
  padding: 20px; /* Ajoute un peu d'espace à l'intérieur */
  /*border: 1px solid #ccc; /* Optionnel : ajoute une bordure pour le bloc */
  border-radius: 8px; /* Optionnel : arrondit les coins */
  /*background-color: #f9f9f9; /* Optionnel : couleur de fond */
}

.change-account {
  margin-top: 20px;
}

.form-container {
  margin-top: 20px; /* Espace au-dessus du formulaire */
}

.account-select {
  width: 200px; /* Largeur du sélecteur */
  padding: 10px; /* Ajoute de l'espace à l'intérieur du sélecteur */
}

.submit-button {
  margin-top: 10px; /* Espace au-dessus du bouton */
  padding: 10px 20px; /* Ajoute de l'espace à l'intérieur du bouton */
  background-color: #007bff; /* Couleur de fond du bouton */
  color: white; /* Couleur du texte */
  border: none; /* Supprime la bordure */
  border-radius: 5px; /* Arrondit les coins du bouton */
  cursor: pointer; /* Change le curseur en pointeur */
}

.submit-button:hover {
  background-color: #0056b3; /* Change la couleur au survol */
}
.paquetTelecom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 15px; }

.paquetTelecom div {
  margin: 0 15px;
  white-space: nowrap; }

.paquetTelecom div select {
  padding: 10px 3px; }
/***********************************************Publication V2****************************************************/
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin: 0;
}

ul.circle li {
  position: relative;
  padding-left: 20px;
}

ul.circle li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 11px;
  height: 11px;
  border: 1px solid #000;
  border-radius: 50%;
}

.text {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  width: 70%;
  text-align: left;
}

.text p {
  margin-bottom: 10px;
  line-height: 25px;
  max-width: 419px;
}
.flex.right-btns {
    justify-content: center;
}

.flex.right-btns.actus {
  justify-content: end;
}

.flex.right-btns .btn {
    background: #005460;
    color: #fff;
    border-radius: 10px;
    margin: 20px 0 0 20px;
    padding: 15px 25px;
    transition: .2s;
}

.flex.right-btns .btn:hover {
  background: #000;
}

.flex.right-btns .btn.orange-bg {
    background: #ff4400;
}
.flex.right-btns .btn.orange-bg:hover {
  background: #fff;
  color: #ff4400;
}
.responsive-img {
    max-width: 100%;
}
.flex .col {
    padding: 10px;
}

ul.circle li {
    margin: 0 0 5px;
}
.col.right-col {
    max-width: 50%;
    border-radius: 20px;
    /* width: 100%; */
    margin-right: 5%;
}

.col.right-col img {
    border-radius: 20px;
}

.text-image {
    min-height: 340px;
    border-radius: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 0;
    color: #fff;
    padding: 20px 10px 30px;
    overflow: hidden;
    transition: .2s;
}

.text-image img {
    position: absolute;
    object-fit: cover;
    z-index: -2;
    height: 100%;
    width: 100%;
    top: 0;
    transition: .2s;
}

.big-size {
    font-size: 100px;
    font-weight: 700;
    margin-bottom: 10px;
}

.medium-size {
    font-size: 30px;
    font-weight: 500;
    line-height: 39px;
}

.text-image .btn {
    position: absolute;
    background: #fff;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    /* padding: 1px 35px; */
    border-radius: 10px;
    top: 250px;
}

.text-image:hover .btn {
  background: #ff0500;
  color: #fff;
}

.text-image:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: hsl(0deg 0% 0% / 50%);
    border-radius: 20px;
    z-index: -1;
}
a.cover-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.text-image:hover img {
    transform: scale(1.5);
}
.bloc.pagesARediger.bg-picture {
  position: relative;
  z-index: 0;
}

.bloc.pagesARediger.bg-picture:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  background-image: url("../images/actu/picture-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.1;
  background-position: 100% 40%;
}
@media screen and (max-width: 900px) {
  .col.right-col {
      max-width: 100%;
  }
  .flex {
    display:block;
  }
}
/*********************************************************************************************/
/**************************************************  Style des élements partie Admin  ********/
/*********************************************************************************************/
.dataTable {
  margin-bottom: 10px; }

.dataTable thead, .dataTable tfoot {
  background: #00849a none repeat scroll 0 0;
  color: #fff; }

#listingBDD tr th:first-child {
  max-width: 20px !important;
  width: 20px !important; }

.dataTable thead.columnSearch {
  background: #00a3b9 none repeat scroll 0 0; }

.dataTable thead input {
  border: medium none;
  box-sizing: border-box;
  color: #555;
  font-size: 16px;
  font-weight: 100;
  height: auto;
  line-height: 1em;
  width: 89%;
  height: 23px;
  text-indent: 5px; }

.dataTable .dataTables_empty {
  padding: 50px 0 !important; }

.dataTables_length select {
  border: 1px solid #ccc;
  padding: 4px 3px; }

.dataTable thead th + th, .dataTable tfoot th + th {
  border-left: 1px solid rgba(255, 255, 255, 0.3) !important; }

.dataTable thead th, .dataTable tfoot th {
  border: none !important;
  font-family: open sans condensed;
  font-size: 1.4em;
  font-weight: 100 !important;
  padding: 5px 0; }

table.dataTable tr td + td {
  border-left: 1px solid rgba(0, 0, 0, 0.09); }

.dataTables_length, .dataTables_filter {
  margin-bottom: 10px; }

.dataTables_filter input {
  background: transparent url("../images/sprites/search.png") no-repeat scroll 96% center;
  border: 1px solid #ccc;
  padding: 8px 10px; }

table.dataTable thead .sorting_asc {
  background-image: url("../images/sprites/sort_asc.png"); }

table.dataTable thead .sorting_desc {
  background-image: url("../images/sprites/sort_desc.png"); }

table.dataTable thead .sorting {
  background-image: url("../images/sprites/sort_both.png"); }

table.dataTable tbody tr.even {
  background: #efefef none repeat scroll 0 0; }

table#listingBDD tr td:first-child {
  text-align: center; }

table.dataTable tfoot th, table.dataTable tfoot td {
  padding: 10px 18px !important; }

table.dataTable tr.even td.sorting_1 {
  background: #dde5e6 none repeat scroll 0 0; }

table.dataTable tr td.sorting_1 {
  background: #eff7f8 none repeat scroll 0 0; }

table.dataTable select {
  border: medium none;
  color: #333;
  font-size: 0.8em;
  height: 23px;
  line-height: 8px !important;
  padding: 0 !important; }

#listingBDD tr td p, #listingBDD tr td strong, #listingBDD tr td span, #listingBDD tr td em, #listingBDD tr td div, #listingBDD tr td,
#tinymce p, #tinymce span, #tinymce em, #tinymce strong {
  color: #222 !important;
  font-size: 13px !important;
  text-align: left !important; }

#listingBDD tbody tr:hover {
  background: #fbab75 none repeat scroll 0 0;
  cursor: pointer; }

.bloc.listingBDD .title_encart {
  float: left; }

.addBDD {
  float: right; }

.addBDD .boutonSecondaire {
  margin-top: 10px; }

.addBDD p.boutonPrincipal, .mtop0 {
  margin-top: 0 !important; }

.addBDD {
  float: right; }

#listingBDD_wrapper {
  margin-top: 25px !important; }

.dataTables_wrapper {
  overflow-x: scroll;
  width: 100%;
  padding: 0 10px; }

.noScrollBar .dataTables_wrapper {
  overflow-x: auto; }

#container .listingBDD .boutonPrincipal a::after {
  background-image: url("../images/sprites/addMore.png");
  background-size: 31px;
  width: 36px; }

.hasTooltip {
  display: inline-block;
  cursor: pointer; }

.tooltiptext {
  display: none; }

.tooltiptext h2 {
  font-weight: bold;
  font-family: open sans condensed;
  font-size: 1.6em;
  margin-bottom: 15px; }

.listingBDD .selectColumn {
  width: 0 !important; }

.listingBDD .photoColumn {
  width: 40px !important;
  text-align: center; }

.listingBDD tr td {
  height: 51px; }

.columnGestion ul li {
  margin-bottom: 3px; }

.columnGestion ul li label {
  font-size: 1.2em;
  cursor: pointer;
  transition: all 0.4s ease; }

.columnGestion ul li label:hover {
  color: rgba(0, 0, 0, 0.6); }

.columnGestion ul li input {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5px; }

table.dataTable tfoot th > div.footElem {
  display: inline-block;
  margin-right: 11px;
  position: relative; }

table.dataTable tfoot th > div.footElem + div.footElem {
  border-left: 1px solid #fff;
  padding-left: 11px; }

table.dataTable tfoot th > div.footElem a {
  color: #fff; }

.footElem.deleteSelected::before, .footElem.duplicateSelected::before, .footElem.gestioncolumn::before {
  background-image: url("../images/sprites/delete.png");
  background-size: 100% auto;
  content: "";
  display: inline-block;
  padding: 9px 7px;
  vertical-align: bottom;
  background-repeat: no-repeat;
  margin-left: 11px; }

.footElem.duplicateSelected::before {
  background-image: url("../images/sprites/duplicate.png");
  margin-left: 0; }

.footElem.gestioncolumn::before {
  background-image: url("../images/sprites/column.png");
  margin-left: 0;
  margin-right: 3px; }

#exportAppels {
  margin-top: -40px; }

/*********************************************************************************************/
/**************************************************  Faire une demande à Axecibles  **********/
/*********************************************************************************************/
.optDemande {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  padding: 30px 30px 0;
  transition: all 0.4s ease;
  position: relative; }

.bloc #btnsIdDefault.optDemande.optRedaction {
  padding: 30px 0 0; }

.optRedaction .boutonSecondaire.quitterRedac {
  left: 24px;
  position: absolute;
  top: 32px; }

.optRedaction.fixed .boutonSecondaire.quitterRedac {
  top: 11px; }

#container .optRedaction .boutonPrincipal > a {
  padding: 11px 50px 11px 14px; }

.optDemande p, .optDemande span, .optDemande a {
  margin: 0 0 0 3px !important;
  transition: all 0.4s ease;
  text-align: center; }

.optDemande.fixed {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  left: 260px;
  padding: 10px 30px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999; }

.sousPartie.optBasRedaction {
  display: flex;
  justify-content: center; }

.sousPartie.optBasRedaction p {
  margin: 0 3px !important; }

.sousPartie.optBasRedaction p.saveFiche a {
  padding-bottom: 12px !important; }

.sousPartie.optBasRedaction p a {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.htmlDemandeAxecibles .redaction .part {
  display: block !important; }

.htmlDemandeAxecibles .redaction .step, .htmlDemandeAxecibles .coach .bulle, .htmlDemandeAxecibles .coach .avatar {
  opacity: 1 !important; }

.htmlDemandeAxecibles .bloc .sousPartie p {
  display: inline-block; }

.htmlDemandeAxecibles .redaction .step > span.num {
  padding: 16px 13px; }

.htmlDemandeAxecibles .coach.partenaire .bulle {
  border: medium none;
  border-radius: 6px !important;
  margin-left: 104px; }

.htmlDemandeAxecibles .redaction .discussion::before {
  top: 80px; }

.htmlDemandeAxecibles .redactionSimple .bloc {
  padding: 0; }

.htmlDemandeAxecibles .redaction.redactionSimple .bulle {
  margin-top: 0; }

.choixPhoto {
  margin: 45px 0 30px;
  text-align: center; }

.choixPhoto .dragAndDrop {
  margin-left: 30px; }

.choixPhoto .boutonSecondaire {
  margin-top: 0;
  text-align: center !important; }

.choixPhoto .infosBulle.infosBulleVert {
  display: inline-block;
  text-align: center; }

.choixPhoto .dragAndDrop > span {
  color: #555;
  display: block;
  font-family: open sans condensed;
  font-size: 1.4em;
  font-weight: 100;
  margin-right: 80px;
  position: relative;
  text-align: center; }

.choixPhoto .dragAndDrop > span::after {
  content: url("../images/sprites/dragNdrop.png");
  display: inline-block;
  left: 106%;
  position: absolute;
  top: 0; }

.choixPhoto .dragAndDrop > span strong {
  color: #006674;
  display: block;
  font-family: open sans condensed;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.1em;
  text-transform: uppercase; }

.choixPhoto .dragAndDrop > span em {
  color: #006674;
  font-family: open sans condensed;
  text-transform: uppercase; }

.boutonSecondaire > a {
  border: 1px solid #e94e18;
  border-radius: 5px;
  display: inline-block;
  padding: 11px 17px; }

.introjs-helperNumberLayer {
  height: 28px !important;
  width: 27px !important; }

#container .boutonSecondaire.sauvegarderDemande {
  margin-bottom: 30px;
  position: relative;
  z-index: 5; }

.htmlDemandeAxecibles .redaction .coach .bulles {
  width: 100%; }

.blocEnvoiDemande .droite .boutonPrincipal {
  text-align: left !important; }

.htmlDemandeAxecibles .blocEnvoiDemande .gauche .boutonPrincipal a::after {
  background-image: url("../images/sprites/addMore.png") !important;
  background-position: center center !important;
  background-size: 30px auto !important; }

.listePhoto table {
  width: 100%; }

.listeDocument table {
  width: 80%; }

.listePhoto table tr + tr {
  border-top: 1px dotted #ccc; }

.listePhoto table tr td {
  padding: 7px 0; }

.listePhoto table tr td a:hover {
  opacity: 0.6; }

.htmlDemandeAxecibles .redaction.redactionSimple .coach > div.avatar {
  margin: 0 auto 28px; }

.blocEnvoiDemande .droite .boutonPrincipal {
  text-align: center !important; }

.htmlDemandeAxecibles .jconfirm .buttons button:first-child {
  background: transparent none repeat scroll 0 0 !important;
  border: 1px solid #e94e18;
  color: #e94e18 !important; }

.htmlDemandeAxecibles .jconfirm .buttons button:first-child:hover {
  background: transparent none repeat scroll 0 0 !important;
  border: 1px solid #333;
  color: #333 !important; }

.blocEnvoiDemande {
  align-items: center;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center; }

.blocEnvoiDemande .boutonSecondaire {
  margin-right: 30px; }

/*********************************************************************************************/
/**************************************************************  Gérer mes clients  **********/
/*********************************************************************************************/
.listingClient .addBDD {
  margin-bottom: 20px;
  margin-top: -40px;
  display: flex; }
  .listingClient .addBDD p.boutonPrincipal {
    margin-right: 15px; }
  .listingClient .addBDD p.boutonPrincipal:last-child {
    margin-right: 0px; }

.contentModule h1 {
  font-size: 1.6em;
  margin-bottom: 27px;
  text-align: center; }

.contentModule h1 strong {
  color: #e94e18; }

form.form_tracking {
  margin-bottom: 20px; }

form.form_tracking p, form.form_tracking div {
  display: inline-block;
  width: 38%;
  padding-right: 20px; }

form.form_tracking p > input {
  padding-left: 5px; }

form.form_tracking div:last-child {
  width: 20%;
  padding-right: 0; }

form.form_tracking div p {
  width: initial; }

form.form_tracking label {
  text-align: initial !important; }

.addClient p + p {
  margin-top: 10px; }

.addClient p > label {
  display: block;
  margin-bottom: 4px; }

.addDocument p span label {
  margin-left: 20px; }

.addDocument p span label input {
  margin-right: 5px; }

.addClient p > input {
  border: 1px solid #ccc;
  display: block;
  height: 35px;
  width: 100%; }

.addClient .CPVille {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin: 10px 0; }

.addClient .CPVille p:first-child {
  width: 90px; }

.addClient .CPVille p {
  margin: 0 !important;
  width: calc(100% - 110px); }

.addClient {
  align-items: flex-start;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between; }

.addClient .part {
  width: 45%; }

.inputDuplicate {
  height: 35px;
  width: 50px !important;
  border: 1px solid #ccc;
  text-indent: 10px; }

/* GOOGLE MY BUSINESS */
.gmbSubtitle {
  font-weight: bold;
  margin-left: 60px; }

.gmbSubtitle :nth-child(2) {
  margin-top: 10px; }

.editGmbAvis .optDemande {
  height: 70px; }

.editReply {
  width: 55%;
  margin-left: 41%;
  padding: 30px 0; }

.editReply.optDemande {
  justify-content: space-between; }

img.signalerGmb:hover {
  -webkit-filter: contrast(0);
  filter: contrast(0); }

#avisGoogle .odd, #avisGoogle .even, #avisGoogleAnswered .odd, #avisGoogleAnswered .even {
  cursor: pointer; }

#avisGoogle .odd:hover, #avisGoogle .even:hover, #avisGoogleAnswered .odd:hover, #avisGoogleAnswered .even:hover {
  cursor: pointer;
  background: #fbab75 none repeat scroll 0 0; }

.my-business {
  background: #ECECEC;
  font-family: 'Open Sans', sans-serif;
  padding: 50px; }

.top-business {
  max-width: 1200px;
  margin: 0 auto; }

.top-business h1 {
  letter-spacing: 0;
  color: #00849A;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0; }

.top-business span {
  letter-spacing: 0;
  color: #555555;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px; }

.messages {
  box-shadow: 0px 3px 16px #0A4B6D14;
  border: 1px solid #C4C4C4;
  border-radius: 0px 0px 7px 7px;
  max-width: 1200px;
  margin: 20px auto;
  background: #fff;
  padding: 50px; }

.account {
  display: flex;
  align-items: center; }

.account .a {
  fill: #E94E18; }

.account img {
  margin: 10px; }

.right-account {
  display: flex;
  flex-direction: column; }

.account-title {
  letter-spacing: 0;
  color: #00849A;
  font-size: 22px;
  font-weight: 400;
  transition: .3s; }

.month {
  letter-spacing: 0;
  color: #C4C4C4;
  font-weight: 400;
  font-size: 16px;
  padding-left: 18px; }

.right-account-content {
  display: flex;
  align-items: center;
  padding: 5px; }

.rating {
  letter-spacing: 0;
  color: #E94E18;
  font-size: 30px;
  font-weight: 400; }

.bloc-rating {
  border-radius: 7px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 45px;
  width: 164px; }

.bloc-rating svg {
  margin: 0 3px;
  width: 22px;
  height: 21px; }

.messages-content {
  max-width: 915px;
  margin: 0 auto;
  display: flex;
  flex-direction: column; }

.msg-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 20px 0;
  width: 60%; }

.msg-grey {
  box-shadow: 0.5px 0.5px 1px #00000026;
  background: #f1f1f1;
  border-radius: 9px;
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 320px; }

.msg-grey p {
  letter-spacing: 0;
  color: #555555;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px; }

.msg-grey span {
  letter-spacing: 0;
  color: #C4C4C4;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
  align-self: flex-end; }

.msg-grey::before {
  content: url("/objectif/images/gmb/triangle-grey.svg");
  position: absolute;
  left: -10px;
  top: -2px; }

.signaler {
  margin: 5px;
  display: flex;
  align-items: center; }

.signaler span {
  letter-spacing: 0;
  color: #FF5656;
  font-weight: 400;
  font-size: 12px;
  opacity: 0;
  transition: .3s; }

.signaler svg {
  margin-right: 11px;
  transition: .3s; }

.signaler a {
  display: flex;
  align-items: center; }

.signaler a:hover span {
  opacity: 1; }

.signaler a:hover .a {
  fill: #8A8A8A; }

.msg-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 20px 0;
  width: 60%;
  margin: 20px 0 20px auto; }

.msg-blue {
  box-shadow: 0.5px 0.5px 1px #00000026;
  background: #00849A;
  border-radius: 9px;
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column; }

.msg-blue p {
  letter-spacing: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px; }

.msg-blue span {
  letter-spacing: 0;
  color: #C4C4C4;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
  align-self: flex-end; }

.msg-blue::after {
  content: url("/objectif/images/gmb/triangle-blue.svg");
  position: absolute;
  right: -10px;
  top: -4px;
  transform: rotate(180deg); }

.editer {
  margin: 5px;
  display: flex;
  align-self: flex-end; }

.editer svg {
  margin-right: 11px;
  transition: .3s; }

.editer span {
  letter-spacing: 0;
  color: #C4C4C4;
  font-size: 12px;
  font-weight: 400;
  transition: .3s; }

.editer a:hover .a {
  fill: #8A8A8A; }

.editer a:hover span {
  color: #8A8A8A; }

.messages textarea {
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  background: #f1f1f1;
  padding: 10px;
  transition: .3s;
  letter-spacing: -0.36px;
  font-weight: 400;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-smoothing: subpixel-antialiased;
  min-height: 181px;
  resize: none;
  width: 100%; }

.btn-messages {
  text-align: right;
  margin: 24px 20px;
  position: relative; }

.btn-messages input {
  border-radius: 4px;
  background: #E94E18;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  position: relative;
  transition: .3s;
  padding: 11px 17px;
  font-size: 16px;
  border: none;
  width: auto; }

.editGmbAvis .partieCoach {
  padding: 0; }

.editGmbAvis .redactionSimple .bloc.coach {
  position: fixed; }

.btn-messages input:hover {
  background: #00849A; }

.btn-messages::before {
  content: url("../images/gmb/arrow-right.png");
  background: #00849A;
  padding: 12px 6px 6px 6px;
  border-radius: 0 4px 4px 0;
  position: absolute;
  z-index: 1;
  right: -19px;
  height: 42px; }

.blocNoteGlobal {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 15px;
  max-width: 595px; }

.blocNote {
  width: 33%;
  float: left;
  text-align: center;
  font-weight: bold;
  padding: 0 15px; }
  .blocNote .image img {
    width: 100%; }
  .blocNote div:first-child {
    font-size: 50px; }
  .blocNote div:nth-child(2) {
    font-size: 20px; }

.blocNote:not(:last-child) {
  border-right: 1px solid black; }

.blocNote .red {
  color: #c12e2e; }

.blocNote .green {
  color: #69a12d; }

.bulleExempleAvis {
  padding: 15px;
  margin: 15px 0;
  border-top: solid 2px #ececec;
  background: none;
  border-radius: 0; }
  .bulleExempleAvis .exempleItem .titleExemple {
    font-weight: 600; }
  .bulleExempleAvis .exempleItem p {
    line-height: 1.5em; }

.contentPartie .magnifier {
  background: transparent url("../images/sprites/search.png") no-repeat scroll 0 0;
  border: medium none;
  height: 19px;
  right: 20px;
  top: 20px;
  width: 19px;
  transition: all 0.4s ease; }

.contentPartie .magnifier.disabled {
  filter: grayscale(90%);
  cursor: default;
  pointer-events: none; }

.contentPartie input[name=launchSearch]:hover {
  opacity: 0.6; }

#locationName {
  margin-top: 15px;
  max-width: 500px; }

/*********************************************************************************************/
/************************************************************** Listing des inscrits  ********/
/*********************************************************************************************/
#listingInscrits tbody tr {
  background-color: #ffffff;
  float: left;
  width: 20%; }

#listingInscrits tr td {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%; }

#container .optListing .boutonPrincipal {
  margin: 0; }

.addInscrit > input[type="submit"] {
  background: #e94e18 none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  color: #fff;
  height: 36px;
  margin-left: 8px;
  padding: 0 19px; }

.addInscrit input[type="text"] {
  width: 60%;
  display: inline-block;
  margin-right: 6px;
  border: 1px solid #ccc;
  height: 36px;
  vertical-align: text-top;
  text-indent: 5px; }

.addInscrit {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 15px; }

#container .boutonPrincipal.exportOutlook a::after {
  background: #006674 url("../images/sprites/outlook.png") no-repeat scroll center center; }

#container .boutonPrincipal.plus a::after {
  background: #006674 url("../images/sprites/addMore.png") no-repeat scroll center center;
  background-size: 75%; }

/*********************************************************************************************/
/************************************************************** Docu de formation  ***********/
/*********************************************************************************************/
.htmlDocuFormation .bloc {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 0; }

.htmlDocuFormation .redaction .step {
  transform: none; }

.redactionSimple .blocCategorie .droite h2::before {
  display: none; }

#arbo_cat li:first-child > div > div > a.up_cat {
  opacity: 0.2 !important;
  background: #006674 !important;
  cursor: default; }

#arbo_cat li:last-child > div > div > a.down_cat {
  opacity: 0.2 !important;
  background: #006674 !important;
  cursor: default; }

#listCategories:empty::after {
  content: "Aucune cat\00E9 gorie associ\00E9 e";
  display: block; }

.redaction .formulaire .sousPartie {
  padding-bottom: 15px; }

.redaction.redactionSimple #blocModification {
  background: transparent none repeat scroll 0 0; }

.htmlDocuFormation .filtreDocuments.fixed {
  background: #fff none repeat scroll 0 0;
  left: 260px;
  padding: 20px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.bloc .formation {
  align-items: center;
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  justify-content: space-between;
  margin: 5px;
  padding: 15px 3px;
  position: relative;
  width: calc(25% - 10px);
  min-height: 164px; }

.formation .infos p {
  line-height: 18px; }

.htmlDocuFormation .step.step1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 25px; }

.htmlDocuFormation .step.step1 .filtreDocuments {
  margin-left: auto;
  display: inline-block;
  min-width: 250px; }

.htmlDocuFormation .step.step1 .filtreDocuments select {
  padding: 0;
  text-indent: 0; }

.bloc .formation .infos {
  margin: 0 35px 0 15px; }

.bloc .formation .opt {
  bottom: 2px;
  left: 25px;
  position: absolute; }

.bloc .formation .opt p {
  display: inline-block;
  text-align: center;
  vertical-align: middle; }

.bloc .formation .opt a {
  display: block;
  text-align: center; }

.bloc .formation .opt a:hover {
  opacity: 0.6; }

.blocTracking {
  min-height: 210px; }

.htmlDocuFormation .step input {
  height: auto;
  margin-right: 5px;
  margin-top: 0;
  position: relative;
  text-indent: 0;
  top: -7px;
  width: auto; }

.htmlDocuFormation .partieCoach {
  padding-top: 0; }

.htmlDocuFormation .partieCoach .boutonPrincipal {
  margin: 5px 0 30px !important; }

.addClient.addDocument {
  display: block; }

.htmlDocuFormation .partieIntervention {
  box-sizing: border-box;
  width: 100%; }

.addDocument p {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.addDocument p > label {
  float: left;
  text-align: right;
  width: 200px;
  margin-right: 10px; }

.addDocument p select {
  border: 1px solid #ccc;
  display: block;
  height: 35px;
  width: 100%; }

.addDocument p.boutonSecondaire {
  text-align: right !important; }

.addDocument .addGroupe {
  display: block;
  text-align: right !important; }

.addGroupe > a {
  display: inline-block;
  line-height: 1em; }

.htmlDocuFormation .doubleBtn {
  align-items: center;
  justify-content: flex-end; }

table:not(#listingBDD).dataTable th {
  min-width: 107px !important; }

table.dataTable thead th {
  overflow: hidden;
  padding: 10px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.listingPages:not(#actualitesPublish) tr.head th:first-child {
  max-width: 13px !important;
  min-width: 0 !important; }

.htmlDocuFormation .doubleBtn .boutonSecondaire, .htmlDocuFormation .doubleBtn .boutonPrincipal {
  margin: 0 !important; }

.htmlDocuFormation .doubleBtn .boutonSecondaire > a, .htmlDocuFormation .doubleBtn .boutonPrincipal > a, .datePublication .boutonSecondaire a, .datePublication .boutonPrincipal a {
  margin: 0 !important;
  padding: 14px 17px 13px; }

.datePublication .boutonSecondaire {
  margin-top: 24px;
  text-align: right !important; }

.htmlDocuFormation .doubleBtn .boutonSecondaire > a {
  margin-right: 15px !important; }

.bloc .formation .infos p img {
  float: left;
  margin-right: 10px; }

.contentVideo {
  padding-top: 72%;
  position: relative;
  width: 100%; }

.contentVideo video {
  position: absolute;
  left: 0;
  top: 0; }

/*********************************************************************************************/
/*********************************************** Listing inscrits newsletter   ***************/
/*********************************************************************************************/
.listingNewsletter {
  border: 1px solid #ccc;
  clear: both;
  height: 413px;
  overflow: scroll; }

.listingNewsletter ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }

.listingNewsletter ul li {
  padding: 8px 20px;
  width: 25%; }

.listingNewsletter ul li:nth-child(2n) {
  background: #eee; }

.listingNewsletter ul li label {
  cursor: pointer;
  display: inline-block;
  line-height: 2em;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden; }

.listingNewsletter ul li label input {
  margin-right: 8px;
  position: relative;
  top: 3px; }

.optListing {
  align-items: center;
  clear: both;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin: 15px  0; }

.optListing input[type="text"] {
  background: transparent url("../images/sprites/search.png") no-repeat scroll 94% center;
  border: 1px solid #ccc;
  height: 37px;
  text-indent: 5px; }

.optListing .boutonSecondaire {
  margin: 0; }

/*********************************************************************************************/
/************************************************************** Bibliothèque   ***************/
/*********************************************************************************************/
.htmlbibliotheque {
  height: 100%; }

.htmlbibliotheque body {
  height: 100%; }

.closeZoom {
  background: transparent url("../images/fancybox_sprite.png") repeat scroll 0 0;
  display: block;
  height: 33px;
  position: absolute;
  right: 6px;
  top: 3px;
  width: 33px;
  z-index: 55;
  cursor: pointer;
  transition: all 0.4s ease; }

.closeZoom:hover {
  opacity: 0.7; }

.ZoomImgBib {
  position: fixed;
  left: 50%;
  top: 50%;
  max-width: 90%;
  max-height: 90%;
  z-index: 999;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  overflow: hidden; }

.htmlbibliotheque .option a {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  vertical-align: middle; }

.htmlbibliotheque .option a:hover {
  opacity: 0.6; }

.ZoomImgBibFond {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.7);
  display: none; }

.bibliotheque {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  overflow: hidden;
  min-height: 500px; }

.bibliotheque .arbo .infosBulle {
  margin-top: 10px;
  text-align: center; }

.bibliotheque .arbo {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.27);
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  position: relative;
  width: 370px;
  overflow-y: scroll;
  overflow-x: hidden; }

.bibliotheque .rightPart {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative; }

.bibliotheque .head .filter label input {
  display: inline-block;
  margin-right: 4px;
  vertical-align: text-top; }

.bibliotheque .content {
  align-content: flex-start;
  background: #006674 none repeat scroll 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  overflow: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: auto; }

.contentArbre > ul > li > span .fancytree-title.survol {
  background: #eee none repeat scroll 0 0;
  border-radius: 5px;
  opacity: 0.6;
  padding-left: 5px;
  transition: all 0.5s ease; }

.bibliotheque .content > .item {
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  height: 150px;
  justify-content: flex-start;
  padding: 10px 2px 5px;
  position: relative;
  text-align: center;
  width: calc( 12.5% + 1px);
  height: 150px;
  cursor: pointer;
  margin: -1px -1px 0 0;
  overflow: hidden;
  position: relative; }

.bibliotheque .content > .item.infoBulle::after {
  background: #c12e2e none repeat scroll 0 0;
  top: 0px;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
  content: attr(data-info-bulle);
  font-family: open sans condensed;
  left: 0;
  padding: 0 12px;
  position: absolute;
  white-space: nowrap;
  z-index: 999;
  right: 0; }

.bibliotheque .content > .item:hover::after {
  height: 20px; }

.bibliotheque .content > .item.folder.survol {
  background: #e94e18;
  transition: all 0.4s ease; }

.bibliotheque .content > .item.ui-draggable-dragging {
  background: #00535e;
  opacity: 0.7; }

.bibliotheque .content > .item.selected {
  background: #247c88; }

.bibliotheque .content > .item.folder img {
  max-height: 85px;
  max-width: 85px; }

.bibliotheque .content > .item img {
  height: auto;
  max-height: 100px;
  max-width: 100px;
  width: auto; }

.bibliotheque .item .visu {
  position: relative; }

.bibliotheque .item .visu img {
  display: inline-block;
  transition: all 0.4s ease; }

.bibliotheque .item.survol .visu img.openFolder {
  opacity: 1; }

.bibliotheque .item.survol .visu img.closeFolder {
  opacity: 0; }

.popupBiblio p label {
  margin-right: 1%;
  text-align: right;
  width: 45%; }

.popupBiblio p input, .popupBiblio p select {
  border: 1px solid #ccc;
  display: inline-block;
  height: 34px;
  width: 45%; }

.popupBiblio select {
  border: 1px solid #ccc;
  height: 29px;
  width: 50%; }

.bibliotheque .item .visu .openFolder {
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 0;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.bibliotheque .content .item span {
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-family: Open Sans Condensed;
  overflow: hidden;
  padding: 0 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  line-height: 1.2em; }

.jconfirm .content p {
  margin-bottom: 12px;
  line-height: 1.5em; }

.bibliotheque .item .option {
  -webkit-align-self: flex-end;
  /* Safari 7.0+ */
  align-self: flex-end;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  margin-top: 10px; }

.bibliotheque .rightPart .foot, .bibliotheque .rightPart .head {
  background: #f2f2f2 none repeat scroll 0 0;
  height: auto; }

.bibliotheque .rightPart .head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 15px 20px;
  position: relative;
  min-height: 120px; }

.bibliotheque .rightPart .head div {
  -webkit-align-self: flex-end;
  /* Safari 7.0+ */
  align-self: flex-end; }

.bibliotheque .rightPart .head div.droit {
  margin-left: auto;
  text-align: right; }

.bibliotheque .item .visu {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center; }

.bibliotheque .addFiles {
  position: relative; }

.bibliotheque .addFiles::before {
  content: "Taille maximale des fichiers : 8M";
  left: 0;
  opacity: 0;
  position: absolute;
  top: -35px;
  white-space: nowrap;
  color: #e94e18;
  transition: all 0.4s ease; }

.bibliotheque .addFiles:hover::before {
  opacity: 1;
  top: -20px; }

.bibliotheque .addFiles > a {
  background: #e94e18 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  display: block;
  overflow: hidden;
  padding: 8px 0 8px 13px; }

.bibliotheque .addFiles > a:hover {
  background: #006674 none repeat scroll 0 0; }

.bibliotheque .addFiles > a::after {
  background: #006674 none repeat scroll 0 0;
  content: url("../images/sprites/file.png");
  margin-left: 7px;
  padding: 11px 10px; }

.bibliotheque .head .boutonSecondaire {
  margin: 5px 0 0; }

.bibliotheque .head .boutonSecondaire > a {
  margin: 0 0 0 4px;
  color: #e94e18;
  padding: 8px 13px; }

.bibliotheque .item .option .selectImage {
  bottom: 10px;
  left: 10px;
  position: absolute; }

.contentArbre {
  margin-left: -11px; }

.contentArbre > ul > li > span .fancytree-title {
  color: #006674;
  font-family: open sans condensed;
  font-size: 1.2em;
  font-weight: bold; }

.bibliotheque ul.fancytree-container {
  margin: 0 auto;
  max-width: 280px;
  overflow: hidden;
  width: 280px !important;
  outline: none; }

.bibliotheque .arbo ul li span {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     not supported by any browser */ }

.bibliotheque .content.empty::after {
  color: #fff;
  content: "Vous n'avez aucune image ni aucun document dans votre biblioth\00E8 que";
  font-family: open sans;
  font-size: 1.3em;
  left: 50%;
  opacity: 0.9;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%); }

.bibliotheque .arbo .boutonSecondaire {
  margin: 14px 0 0;
  text-align: center !important; }

.bibliotheque .arbo .boutonSecondaire > a {
  color: #e94e18;
  padding: 7px 7px 5px; }

label {
  font-weight: normal !important;
  margin-bottom: 0; }

.bibliotheque .arbo .boutonSecondaire > a::before {
  content: url("../images/sprites/plus.png");
  margin-right: 8px;
  vertical-align: middle;
  display: inline-block; }

.bibliotheque .arbo .boutonSecondaire > a:hover::before {
  content: url("../images/sprites/plusBlack.png"); }

.headBib > span {
  color: #e94e18;
  display: block;
  font-size: 1.6em;
  font-weight: bold;
  margin: 0 0 20px; }

.headBib > span::before {
  content: url("../images/sprites/biblio.png");
  display: inline-block;
  vertical-align: middle; }

.bibliotheque .head .droit.filter > p {
  display: inline-block;
  vertical-align: middle; }

.bibliotheque .head .droit.filter > p label {
  margin-left: 5px;
  display: inline-block;
  vertical-align: text-top; }

.bibliotheque .foot .boutonPrincipal {
  text-align: right; }

.bibliotheque .foot .boutonPrincipal a {
  background: #e94e18 none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  margin: 9px;
  overflow: hidden;
  padding: 0 0 0 10px; }

.bibliotheque .foot .boutonPrincipal a:hover {
  background: #006674 none repeat scroll 0 0; }

.bibliotheque .foot .boutonPrincipal a::after {
  background: #006674 url("../images/sprites/addMore.png") no-repeat scroll center center/cover;
  content: "";
  display: inline-block;
  height: 27px;
  margin-left: 8px;
  padding: 5px 0 5px 5px;
  vertical-align: middle;
  width: 31px; }

.bibliotheque .head .droit p strong {
  color: #e94e18;
  font-size: 2em; }

.bibliotheque .content.sortRunning .item.foldera:hover {
  background: #006674 none repeat scroll 0 0;
  transform: scale(1.1);
  z-index: 99;
  transition: all 0.4s ease; }

.quota .numbers {
  margin-bottom: 13px;
  text-align: center; }

.quota .numbers p {
  display: inline-block;
  text-align: center; }

.quota .numbers p + p {
  margin-left: 25px; }

.quota .numbers p strong {
  color: #69a12d;
  display: block;
  font-size: 1.2em;
  font-weight: bold; }

.arbo .graph {
  position: relative; }

.arbo .graph em {
  display: block;
  font-family: open sans condensed;
  font-size: 1.1em;
  text-align: center;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 90%;
  white-space: nowrap;
  transition: all 0.4s ease; }

.arbo .graph:hover em {
  opacity: 1;
  top: 110%; }

.arbo .graph .barre {
  background: #dbdbdb none repeat scroll 0 0;
  border-radius: 5px;
  margin-top: 4px;
  overflow: hidden; }

.arbo .graph .barre .niveau {
  background: #69a12d none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  overflow: hidden;
  padding: 5px 0;
  text-align: center;
  white-space: nowrap;
  width: 60%; }

#blocOpacity {
  display: none;
  z-index: 999998;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #4C4C4C;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  line-height: 100%;
  text-align: center; }

#blocChargement {
  display: none;
  z-index: 999999;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  margin-top: -100px;
  width: 400px;
  height: 188px;
  border-radius: 10px;
  background-color: #000000; }

#blocChargement p {
  font-family: Arial,Times,Verdana,sans-serif;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  margin: 75px auto 0;
  width: 300px;
  border: 0;
  padding: 0;
  text-align: left; }

#blocChargement p img {
  vertical-align: middle;
  margin-right: 5px; }

/*********************************************************************************************/
/************************************************************** Newsletter  ******************/
/*********************************************************************************************/
.contentBlocNewsletter, .contentBlocNewsletter a, .contentBlocNewsletter p, .contentTinyMce, .blocNewsletter, .footNewsletter {
  transition: all 0.4s ease; }

.blocNewsletter {
  background: #333 none repeat scroll 0 0;
  border: 1px solid #636363;
  margin: 0 auto;
  max-width: 650px; }

.blocNewsletter .headNewsletter img {
  max-width: 100%; }

.blocNewsletter .mce-tinymce {
  margin: 0 auto;
  max-width: 95%; }

.footNewsletter {
  background: #333 none repeat scroll 0 0;
  color: #fff;
  font-family: open sans condensed;
  font-size: 1.2em;
  padding: 22px 0;
  text-align: center; }

.htmlEnvoiNewsletter .redactionSimple {
  justify-content: flex-start; }

.htmlEnvoiNewsletter .partieIntervention {
  width: 670px; }

.boutonSecondaire.choixInscrits {
  margin-top: 0; }

.boutonSecondaire.choixInscrits a {
  margin-left: 15px; }

.htmlEnvoiNewsletter .partieCoach {
  margin-left: 50px;
  text-align: left;
  width: 45%; }

.htmlEnvoiNewsletter .partieCoach.vueClient {
  max-width: 325px; }

.htmlEnvoiNewsletter .partieCoach .configNewsletter {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 6px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  padding: 30px;
  text-align: left;
  width: auto; }

.htmlEnvoiNewsletter .redactionSimple .partieCoach {
  padding-top: 78px;
  margin-left: 20px; }

.htmlEnvoiNewsletter .redactionSimple .bloc.coach {
  padding: 0 0 20px; }

.htmlEnvoiNewsletter .redactionSimple .bloc.coach .bulle {
  margin-left: 0; }

.configNewsletter h3 {
  color: #e94e18;
  font-family: Open Sans Condensed;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase; }

.configNewsletter h4 {
  background: #006674 none repeat scroll 0 0;
  clear: both;
  color: #fff;
  font-family: open sans condensed;
  font-weight: bold;
  margin-bottom: 12px;
  margin-top: 30px;
  padding: 8px;
  text-transform: uppercase; }

.configNewsletter p {
  display: inline-block;
  width: 45%; }

.configNewsletter fieldset .partie:nth-child(3n+1) {
  margin-right: 0; }

.configNewsletter label {
  display: block;
  font-weight: 100;
  margin-bottom: 3px;
  text-align: left;
  white-space: nowrap; }

.configNewsletter input, .configNewsletter select {
  background: #eee none repeat scroll 0 0;
  border: 1px solid #e0e0e0;
  display: inline-block;
  font-family: open sans;
  font-size: 1em;
  font-weight: 100;
  height: 34px;
  padding: 0;
  text-indent: 2px;
  width: 100%; }

.configNewsletter fieldset, .contentPartie fieldset, #blocModification fieldset {
  border: 1px solid #ccc;
  font-size: 0;
  margin-top: 19px;
  padding: 20px 20px 5px;
  text-align: left; }

#blocModification img {
  width: auto !important; }

.configNewsletter fieldset legend, .contentPartie legend, #blocModification fieldset legend {
  color: #006674;
  font-size: 13px;
  padding-left: 9px;
  text-align: left; }

.configNewsletter fieldset .partie {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 15px;
  margin-right: 3%;
  vertical-align: top;
  width: 31.33333333333332%; }

.htmlEnvoiNewsletter .mce-stack-layout-item:not(.mce-edit-area) {
  background: #fff none repeat scroll 0 0 !important; }

.htmlEnvoiNewsletter .contentTinyMce div.mce-edit-area {
  background: transparent none repeat scroll 0 0 !important;
  filter: none; }

body#tinymce {
  background: transparent none repeat scroll 0 0 !important; }

body#tinymce {
  background-color: transparent !important; }

#bloc_des {
  margin-top: 11px;
  text-align: center; }

.contentBlocNewsletter {
  background: #eee none repeat scroll 0 0;
  padding: 35px; }

.filtreDocuments select {
  float: right;
  width: auto; }

#listingStatsPage_wrapper {
  margin-bottom: 10px;
  margin-top: 30px; }

.htmlstatistiques .bloc {
  padding: 30px; }

.htmlstatistiques .contentTableScroll {
  min-height: 205px; }

.infosStats {
  display: block;
  text-align: right;
  padding: 0 14px; }

.simpleLien {
  text-align: right; }

.htmlstatistiques .bloc h2 {
  color: #006674;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 13px;
  padding-right: 35px; }

.htmlstatistiques #container .listingPages th {
  text-align: center;
  width: 50% !important; }

.htmlstatistiques #container .listingPages td {
  padding: 12px 10px;
  text-align: center;
  width: 50% !important; }

.ligneStat {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.ligneStat .bloc:first-child {
  width: 50%; }

.ligneStat .bloc:last-child {
  width: 50%;
  margin-left: auto; }

.doubleTableau {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.doubleTableau table {
  width: 48%; }

.doubleTableau table + table {
  margin-left: 5%; }

.contentTableScroll {
  overflow-x: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
  clear: both;
  padding-bottom: 30px; }

.contentTableScroll.noScrollBar {
  overflow-x: auto;
  /* has to be scroll, not auto */ }

.accesRapide {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  padding: 0 10px; }

.accesRapide div + div {
  margin-left: auto; }

.accesRapide div p {
  display: inline-block;
  margin: 0; }

.accesRapide select {
  border: 1px solid #ccc;
  height: 36px;
  padding: 0 17px 0 0; }

.htmlstatistiques .dashboard {
  position: relative; }

.dashboard .accesRapide {
  transition: all 0.4s ease; }

.dashboard .accesRapide.fixed {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  left: 260px;
  padding: 22px 42px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin-top: 0; }

.bloc.listingClient.masquedForCoach::after {
  background: transparent none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.contentTableScroll.swipeClass::after {
  content: url("../images/sprites/swipe.png");
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -25%); }

.bloc .printInfoBulle {
  background: #e94e18 none repeat scroll 0 0;
  border-radius: 33px;
  padding: 0px 1px;
  position: absolute;
  right: 15px;
  top: 21px;
  cursor: pointer;
  transition: all 0.4s ease; }

.bloc .printInfoBulle:hover {
  background: #006674 none repeat scroll 0 0; }

.boutonCoach a.later {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e94e18;
  color: #e94e18;
  margin-left: 9px; }

.htmlstatistiques .bloc {
  transition: all 0.4s ease;
  position: relative; }

.htmlstatistiques .bloc.masqued, .htmlstatistiques .bloc.masquedForCoach {
  opacity: 0.3; }

.bloc .infoStats {
  background: #006674 none repeat scroll 0 0;
  border-radius: 7px;
  color: #fff;
  display: none;
  font-weight: 100;
  line-height: 1.2em;
  padding: 20px;
  position: absolute;
  right: 43px;
  text-align: justify;
  top: 36px;
  width: 90%;
  max-width: 300px;
  z-index: 999; }

.statsPays tr td:first-child {
  text-align: left !important; }

.ligneStat.lastLine {
  align-items: flex-start;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.listingPages.listingRedaction.statsPays tr span {
  display: inline-block;
  height: 12px;
  width: 40px; }

.listingPages.listingRedaction.statsPays tr:nth-child(2) span {
  background: #006674; }

.listingPages.listingRedaction.statsPays tr:nth-child(3) span {
  background: #e94e18; }

.listingPages.listingRedaction.statsPays tr:nth-child(4) span {
  background: #7bbc41; }

.listingPages.listingRedaction.statsPays tr:nth-child(5) span {
  background: #b72879; }

.listingPages.listingRedaction.statsPays tr:nth-child(6) span {
  background: #b72828; }

.listingPages.listingRedaction.statsPays tr:nth-child(7) span {
  background: #cccccc; }

.htmlstatistiques .bloc.coach {
  padding: 0; }

.coach.arrowTop > div.avatar::after {
  right: 50%;
  top: -17px;
  -moz-transform: translateX(50%) rotate(-90deg);
  -ms-transform: translateX(50%) rotate(-90deg);
  -webkit-transform: translateX(50%) rotate(-90deg);
  transform: translateX(50%) rotate(-90deg); }

.encartPubWebredaction.encartPubPerformail {
  background: #fff url("../images/pub-performail.jpg") no-repeat scroll center center/100% auto !important;
  width: auto; }

.encartPubWebredaction.encartPubPerformail .title {
  font-weight: 800; }

.encartPubWebredaction.encartPubPerformail .phrase1 {
  font-size: 1.2em;
  line-height: 1.2em; }

.encartPubWebredaction.encartPubPerformail .phrase2 {
  bottom: auto;
  color: #e94e18;
  display: block;
  margin-bottom: 63px;
  margin-top: 179px;
  position: relative;
  text-align: center;
  top: auto; }

.htmlstatistiques .coach .bulle {
  float: left;
  width: calc(100% - 140px); }

.htmlstatistiques .bloc .bloc.coach {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: 50%;
  width: 470px;
  z-index: 99;
  -moz-transform: translate(-60px, -50%);
  -ms-transform: translate(-60px, -50%);
  -webkit-transform: translate(-60px, -50%);
  transform: translate(-60px, -50%);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity transform 0.5s ease; }

.htmlstatistiques .bloc.coachVisible .bloc.coach {
  opacity: 1;
  visibility: visible; }

/**** Coach à droite ***/
.htmlstatistiques .bloc[data-positionCoach=droite] .bloc.coach {
  left: 100%;
  -moz-transform: translate(-60px, -50%);
  -ms-transform: translate(-60px, -50%);
  -webkit-transform: translate(-60px, -50%);
  transform: translate(-60px, -50%); }

.htmlstatistiques .bloc.coachVisible[data-positionCoach=droite] .bloc.coach {
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%; }

.htmlstatistiques .bloc[data-positionCoach="droite"] .bloc.coach .avatar::after {
  left: -12px;
  right: auto;
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg); }

/**** Coach à gauche ***/
.htmlstatistiques .bloc[data-positionCoach=gauche] .bloc.coach {
  right: 100%;
  -moz-transform: translate(60px, -50%);
  -ms-transform: translate(60px, -50%);
  -webkit-transform: translate(60px, -50%);
  transform: translate(60px, -50%);
  width: 100%; }

.htmlstatistiques .bloc.coachVisible[data-positionCoach=gauche] .bloc.coach {
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.htmlstatistiques .bloc[data-positionCoach="gauche"] .bloc.coach .avatar {
  order: 2; }

/**** Coach en bas ***/
.htmlstatistiques .bloc[data-positionCoach="bas"] .bloc.coach {
  flex-direction: row;
  left: 50%;
  top: 103%;
  transform: translateX(-50%);
  width: 88%; }

.htmlstatistiques .bloc[data-positionCoach="bas"] .bloc.coach .avatar::after {
  left: 50%;
  top: -18px;
  transform: translate(-50%, 0px) rotate(-90deg); }

.contentPartie.meta .part > p:first-child {
  width: auto !important;
  display: block;
  text-align: center; }

.contentPartie.meta .part > p:last-child {
  width: 100% !important; }

.contentPartie.meta .part > p:last-child input {
  width: 100% !important; }

.htmlAdmin .bloc h2 {
  display: inline-block;
  vertical-align: middle; }

.htmlAdmin .bloc .switch {
  display: inline-block;
  margin: 0 0 0 20px;
  vertical-align: middle; }

.htmlAdmin .switch .btnSwitch a {
  color: #53b7c5; }

.htmlAdmin .bloc .switch .btnSwitch {
  margin: 0; }

.htmlAdmin .bloc .switch .btnSwitch::after {
  background: #e94e18 none repeat scroll 0 0; }

.htmlAdmin .bloc .switch .btnSwitch a.selected {
  color: #fff; }

.onoffswitch {
  position: relative;
  width: 121px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle; }

.onoffswitch-checkbox {
  display: none; }

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #FFFFF;
  border-radius: 4px; }

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s; }

.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 29px;
  padding: 0;
  line-height: 29px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box; }

.onoffswitch-inner:before {
  content: "Activ\00E9";
  padding-left: 14px;
  background-color: #006674;
  color: #FFFFFF;
  text-align: left; }

.onoffswitch-inner:after {
  content: "D\00E9sactiv\00E9";
  padding-right: 14px;
  background-color: #EEEEEE;
  color: #999999;
  text-align: right; }

.onoffswitch-switch {
  display: block;
  width: 20px;
  margin: 4.5px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 88px;
  border: 2px solid #FFFFF;
  border-radius: 4px;
  transition: all 0.3s ease-in 0s; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px; }

.htmlAdmin .bloc .partie > h2 {
  background: #53b7c5 none repeat scroll 0 0;
  color: #fff;
  display: block;
  font-size: 1.1em;
  font-weight: 100;
  padding: 9px;
  margin-bottom: 1px;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease; }

.htmlAdmin .bloc .partie > h2.ouvert {
  background: #006674 none repeat scroll 0 0; }

.htmlAdmin .bloc .partie > h2::after {
  content: url("../images/sprites/catDown.png");
  position: absolute;
  right: 12px;
  top: 8px;
  transition: all 0.4s ease; }

#listeAttributsCatalogue > ul#sortable {
  overflow: hidden; }

#listeAttributsCatalogue > ul li {
  border: 1px dashed #ccc;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  font-style: italic;
  line-height: 1em;
  margin: 1px;
  padding: 10px;
  width: 32.6667%;
  cursor: pointer;
  height: 75px; }
#listeAttributsCatalogue > ul li.attributHighlight {
  background: #eee; }

#listeAttributsCatalogue > ul li:hover {
  opacity: 0.7; }

#listeAttributsCatalogue > ul li span {
  display: block;
  font-style: normal;
  font-weight: bold;
  overflow: hidden; }

#listeAttributsCentralises ul {
  margin-top: 12px;
  max-height: 200px;
  overflow: auto; }

#listeAttributsCentralises ul li {
  position: relative;
  border: 1px dashed #CCCCCC;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px 0;
  width: 200px;
  cursor: pointer;
  padding: 7px; }

#listeAttributsCentralises ul li span {
  font-weight: bold;
  display: block; }

.htmlAdmin .bloc .partie > h2.ouvert::after {
  transform: rotateZ(-180deg); }

.htmlAdmin .bloc .partie > h2:hover {
  background: #006674 none repeat scroll 0 0; }

.htmlAdmin .contentModule .partie .contentPartie {
  text-align: center;
  padding: 50px; }

.contentPartieSitemap {
  padding: 0 20px !important; }

.partSitemap {
  display: flex;
  justify-content: space-around; }

.htmlAdmin .contentModule .partie + .partie .contentPartie {
  display: none; }

.contentPartie .part > p, .contentPartie .part > ul {
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  width: auto; }

.contentPartie .part > ul li.notInput {
  text-align: left; }

#formCatalogueAttributs p {
  text-align: left;
  width: 150px; }

.contentModule .contentPartie fieldset {
  margin-bottom: 20px; }

.contentPartie .part p input[type="radio"], .contentPartie .part p input[type="checkbox"] {
  height: auto;
  margin: 0;
  position: relative;
  top: 2px;
  margin-right: 3px; }

.contentPartie .part p + p {
  text-align: left; }

.contentModule .contentPartie .part {
  line-height: 26px; }

.contentPartie .part {
  line-height: 26px; }

#telechargerTemplates li {
  margin-bottom: 5px;
  text-align: center; }

#telechargerTemplates li:last-child {
  margin-top: 15px; }

.dupliqueFiche p.boutonSecondaire {
  text-align: center !important; }

.contentPartie .part + .part {
  margin-top: 10px; }

.contentPartie .part p + p label {
  cursor: pointer; }

.contentPartie .part p + p label + label {
  margin-left: 10px; }

.htmlAdmin .contentPartie input:not(.magnifier), .htmlAdmin .contentPartie select {
  background: #eee none repeat scroll 0 0;
  border: 1px solid #e0e0e0;
  display: inline-block;
  font-family: open sans;
  font-size: 1em;
  font-weight: 100;
  height: 34px;
  padding: 0 5px;
  text-indent: 0;
  width: auto; }

.contentPartie fieldset {
  display: block;
  font-size: 13px;
  margin: 25px auto;
  max-width: 580px;
  padding-bottom: 25px; }

.contentPartie fieldset + fieldset {
  margin-top: 20px; }

.contentPartie fieldset legend {
  text-align: center; }

.tags {
  margin-bottom: 20px;
  text-align: center; }

.tags ul {
  display: inline-block; }

.tags ul li {
  background: #006674 none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  margin-top: 5px;
  padding: 5px 9px;
  display: inline-block; }

.tags ul li + li {
  margin-left: 2px; }

.submitMeta .tags {
  margin-bottom: 0px;
  margin-top: 25px; }

.submitMeta .tags ul {
  max-height: 88px;
  overflow: auto; }

.htmlAdmin .bloc {
  overflow: hidden;
  padding: 15px 50px 1px;
  position: relative;
  transition: all 0.4s ease 0s; }

.htmlAdmin .bloc.opened {
  padding: 15px 50px 43px; }

.htmlAdmin .bloc .title_encart {
  float: left;
  margin-bottom: 13px;
  white-space: nowrap; }

.htmlAdmin .bloc .boutonSecondaire {
  float: right;
  margin-top: 0; }

.htmlAdmin.specialTelecom .contentModule .partie .contentPartie {
  padding-top: 0; }

.htmlAdmin .contentModule .infosBulle.infosBulleVert {
  margin-bottom: 25px; }

.saveChangement select {
  border: 1px solid #ccc;
  float: left;
  padding: 10px 0; }

.popup .htmlAdmin .bloc {
  background: #fff none repeat scroll 0 0;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  margin: 0;
  padding: 30px; }

#container.htmlAdmin {
  padding-top: 59px; }

.saveChangement {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 0;
  padding: 7px 20px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99; }

.saveChangement .boutonPrincipal {
  margin-top: 0 !important; }

.htmlAdmin .bloc .openClosePanel {
  display: block;
  height: 36px;
  position: absolute;
  right: 30px;
  top: 17px;
  transition: all 0.4s ease 0s;
  width: 34px;
  cursor: pointer; }

.htmlAdmin .bloc .openClosePanel:hover {
  opacity: 0.6; }

.htmlAdmin .bloc .openClosePanel:after {
  position: absolute;
  left: 0;
  top: 0;
  content: url(../images/sprites/closePanel.png);
  opacity: 0;
  transition: all 0.4s ease;
  cursor: pointer; }

.htmlAdmin .bloc .openClosePanel:before {
  position: absolute;
  left: 0;
  top: 0;
  content: url(../images/sprites/openPanel.png);
  transition: all 0.4s ease;
  cursor: pointer; }

.htmlAdmin .bloc.opened .openClosePanel:after {
  opacity: 1; }

.htmlAdmin .bloc.opened .openClosePanel:before {
  opacity: 0; }

.blocPaquet .contentPartie, .blocAdresse .contentPartie {
  display: block; }

.blocPaquet .contentPartie .infosPaquet {
  margin-bottom: 30px; }

table.listeBDD, table.manageActu {
  clear: both;
  width: 100%;
  margin-bottom: 20px; }

table.listeBDD tr + tr, table.manageActu tr + tr {
  border-top: 1px solid #ddd; }

table.listeBDD tr td, table.manageActu tr td {
  padding: 20px 0; }

table.listeBDD tr td + td, table.manageActu tr td + td {
  text-align: right; }

table.listeBDD tr td + td a, table.manageActu tr td + td a {
  display: inline-block;
  margin-left: 20px; }

.gestionCategories {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: none; }

.gestionCategories > div {
  width: 50%; }

#blocModification {
  overflow: hidden;
  background: #f9f9f9 none repeat scroll 0 0; }

#blocModification fieldset {
  font-size: 13px; }

#arbo_cat > li > div.categorie {
  font-weight: bold;
  padding: 2px 0 1px 10px;
  margin-bottom: 0;
  color: #006674;
  overflow: hidden; }

#arbo_cat li li div.categorie {
  border-left: 1px solid #7c7c7c;
  padding: 12px 0; }

#arbo_cat li li div.categorie::before {
  background: #7C7C7C none repeat scroll 0 0;
  content: "" !important;
  display: inline-block;
  float: left;
  height: 1px;
  margin-right: 8px;
  margin-top: 7px;
  width: 15px; }

#arbo_cat li li div.categorie {
  margin-left: 30px; }

#arbo_cat li li li div.categorie {
  margin-left: 60px; }

#arbo_cat li li li li div.categorie {
  margin-left: 90px; }

#arbo_cat li li li li li div.categorie {
  margin-left: 120px; }

#arbo_cat li li li li li li div.categorie {
  margin-left: 150px; }

#arbo_cat li li li li li li li div.categorie {
  margin-left: 180px; }

#arbo_cat li li li li li li li li div.categorie {
  margin-left: 210px; }

.arboresence .firstCat strong {
  font-weight: bold;
  color: #006674; }

.arboresence .firstCat .button {
  float: right; }

ul#arbo_cat {
  clear: both;
  margin-top: 28px; }

.categorie small {
  display: none; }

div.categorie.firstCat:before {
  content: url(../images/sprites/gestionCat.png); }

#arbo_cat li:not(.index) div.categorie {
  position: relative; }

#arbo_cat li:not(.index) div.categorie::after {
  background: #7e7e7e none repeat scroll 0 0;
  content: "";
  height: 5000px;
  left: -1px;
  position: absolute;
  top: 0;
  width: 1px; }

#arbo_cat li {
  overflow: hidden; }

#arbo_cat li li div.categorie {
  border-left: 1px solid #7c7c7c;
  padding: 4px 0; }

#arbo_cat li .traductionCategorie.traduction {
  display: inline-block !important; }

#arbo_cat li .traductionCategorie.traduction:hover {
  opacity: 0.6;
  cursor: pointer; }

#arbo_cat ul li .traductionCategorie.traduction {
  background: #eee none repeat scroll 0 0;
  border-radius: 7px;
  padding: 5px 8px;
  cursor: pointer;
  transition: all 0.4s ease; }

#arbo_cat > li > div.categorie span span.traduction:hover {
  transition: all 0.4s ease; }

#arbo_cat > li > div.categorie span span.traduction:hover {
  color: #e94e18;
  cursor: pointer; }

#arbo_cat ul li .traductionCategorie.traduction:hover {
  background: #006674;
  color: #fff; }

#arbo_cat .button {
  display: inline-block;
  float: right;
  vertical-align: middle;
  transition: all 0.4s ease; }

#arbo_cat li li div.categorie.ajoutable::before {
  display: none; }

#arbo_cat li li div.categorie.ajoutable {
  padding-left: 15px; }

.arboresence .index .button a {
  background: #e94e18 none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  padding: 7px 8px; }

.arboresence .index .button a:hover {
  background: #333 !important; }

#arbo_cat ul li div.ajoutable .traductionCategorie.traduction {
  background: none; }

#arbo_cat .button a:hover {
  cursor: pointer;
  background-color: #e94e18 !important; }

.arboresence #arbo_cat + #arbo_cat {
  display: none; }

#arbo_cat li:not(.index) .button a {
  background: #006674 none repeat scroll 0 0;
  border-radius: 4px;
  display: inline-block;
  padding: 4px 5px;
  margin-left: 2px; }

#arbo_cat .button a.supp_cat:after {
  content: url(../images/sprites/catDelete.png); }

#arbo_cat .button a.rename_cat:after {
  content: url(../images/sprites/catEdit.png); }

#arbo_cat .button a.up_cat:after {
  content: url(../images/sprites/catUp.png); }

#arbo_cat .button a.down_cat:after {
  content: url(../images/sprites/catDown.png); }

#arbo_cat .button a.link_cat:after {
  content: url(../images/sprites/catLink.png); }

#arbo_cat .button a.edit_cat:after {
  content: url(../images/sprites/catEdit.png); }

#arbo_cat .button a.rename_cat {
  display: none !important; }

.gestionCategories img {
  height: auto !important;
  width: auto !important; }

.htmlGestionCat select {
  text-indent: 0;
  width: 90px !important; }

.dataTables_wrapper {
  min-height: 200px; }

.htmlGestionCat .dbColCat {
  display: flex;
  justify-content: space-between;
  align-items: align-items; }

.htmlGestionCat .choixLangue {
  text-align: right;
  margin-bottom: 10px; }

.htmlGestionCat .dbColCat > a {
  border: 1px solid #e94e18;
  border-radius: 3px;
  padding: 11px 15px;
  height: auto;
  margin-bottom: auto;
  margin-top: 3px; }

.htmlGestionCat .dbColCat > a:hover {
  border: 1px solid #333; }

#fr #formCatalogueCategories input#nom {
  background: transparent url("../images/images_pays/fr.gif") no-repeat scroll 98% center; }

#gb #formCatalogueCategories input#nom {
  background: transparent url("../images/images_pays/gb.gif") no-repeat scroll 98% center; }

#es #formCatalogueCategories input#nom {
  background: transparent url("../images/images_pays/es.gif") no-repeat scroll 98% center; }

#de #formCatalogueCategories input#nom {
  background: transparent url("../images/images_pays/de.gif") no-repeat scroll 98% center; }

.contentTinyMce {
  position: relative; }

#formCatalogueCategories .contentTinyMce:after {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 99;
  content: url("../images/images_pays/fr.gif"); }

.addSousCat::before {
  content: url("../images/sprites/sousCat.png");
  margin-right: 4px; }

.addSousCat {
  display: block;
  height: 0;
  overflow: hidden; }

.categorie:hover .addSousCat {
  height: 19px;
  line-height: 1.6em;
  margin-top: 4px;
  margin-left: 31px; }

#fr #formCatalogueCategories .contentTinyMce:after {
  content: url("../images/images_pays/fr.gif"); }

#gb #formCatalogueCategories .contentTinyMce:after {
  content: url("../images/images_pays/gb.gif"); }

#es #formCatalogueCategories .contentTinyMce:after {
  content: url("../images/images_pays/es.gif"); }

#de #formCatalogueCategories .contentTinyMce:after {
  content: url("../images/images_pays/de.gif"); }

.htmlGestionCat .redactionSimple .partieCoach {
  padding-top: 25px;
  text-align: center;
  width: 40%; }

#blocModification > h2 {
  color: #006674;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
  text-transform: uppercase; }

#blocModification > .choixLangue {
  text-align: right;
  margin-bottom: 10px; }

.blocLangue .erreur label {
  color: #cc0000; }

.blocLangue .erreur label::after {
  content: "Ce champs est obligatoire";
  float: right;
  font-family: open sans condensed;
  font-size: 1.1em;
  font-style: italic; }

.blocLangue .erreur input {
  border-color: #cc0000 !important; }

.messErreur ul li {
  color: #fff;
  font-family: open sans condensed;
  font-size: 1.2em;
  font-style: italic;
  text-align: center; }

.langue.currentLanguage legend {
  border: medium none;
  margin-bottom: 0; }

#blocModification h1 {
  color: #474747;
  font-size: 1.5em;
  margin-top: 0; }

.btnModifyCat {
  margin: 10px 0;
  text-align: right; }

.btnModifyCat a {
  border: 1px solid #e94e18;
  border-radius: 5px;
  display: inline-block;
  margin-left: 4px;
  padding: 9px 13px;
  transition: all 0.4s ease; }

.btnModifyCat a:hover {
  border: 1px solid #333;
  color: #333; }

.btnModifyCat a.nextLangue {
  color: #fff;
  background: #e94e18; }

.btnModifyCat a.nextLangue:hover {
  color: #fff;
  background: #333;
  border-color: #333; }

.choixLangue > label img {
  margin: 0 5px; }

.choixLangue > label + label {
  margin-left: 14px; }

#blocModification fieldset, .gestionCategories .arboresence > ul + ul {
  display: none; }

#blocModification fieldset.currentLang {
  display: block; }

#blocModification .changeLanguage {
  display: inline-block;
  width: auto; }

#blocModification fieldset p label {
  display: block; }

.jconfirm .content p.erreur {
  color: red; }

.jconfirm .content p.erreur label:after {
  content: "Ce champ est obligatoire";
  display: inline-block;
  float: right; }

.jconfirm .content p.erreur input {
  border-color: red; }

#formCatalogueCategories .submit {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center; }

#formCatalogueCategories .submit input {
  background: #e94e18 none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  color: #fff;
  height: 36px;
  margin-right: 16px;
  padding: 0 17px;
  transition: all 0.4s ease; }

#formCatalogueCategories .submit input:hover {
  background: #006674 none repeat scroll 0 0; }

#formCatalogueCategories .submit a.lienAnnuler {
  background: #333 none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  padding: 8px 17px;
  transition: all 0.4s ease; }

#formCatalogueCategories .submit a.lienAnnuler:hover {
  background: #555 none repeat scroll 0 0; }

#formCatalogueCategories .blocImage .boutonSecondaire {
  text-align: center !important; }

.changeLanguageNav {
  display: inline-block !important;
  width: auto !important; }

#arbo_cat .categorie span strong {
  display: inline-block;
  margin-left: 4px;
  margin-right: 8px;
  vertical-align: text-top; }

#arbo_cat > li.index {
  margin-bottom: 10px; }

.configMail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px; }

.configMail > a {
  border: 1px solid #ccc;
  display: block;
  margin: -1px -1px 0 0;
  text-align: center;
  position: relative;
  width: 33.3333%;
  overflow: hidden; }

.configMail > a::before {
  color: #fff;
  content: "Lire le document";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -20px);
  white-space: nowrap;
  z-index: 2;
  transition: all 0.4s ease-in-out;
  opacity: 0; }

.configMail > a:hover::before {
  transform: translate(-50%, -50%);
  opacity: 1; }

.configMail > a::after {
  background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.4s ease-in-out;
  opacity: 0; }

.configMail > a:hover::after {
  opacity: 1; }

.background_grey {
  background: #ececec; }

.content404 {
  margin: 70px auto 0;
  max-width: 2020px;
  text-align: center; }

.content404.content500 > div {
  margin-left: -36px;
  margin-top: 90px; }

.content404.content500 div > p:first-child {
  font-size: 1.5em;
  font-weight: 100; }

.content404 .visu {
  display: inline-block;
  max-width: 630px;
  vertical-align: middle; }

.content404.content500 .visu {
  max-width: 400px; }

.content404 .visu > img {
  height: auto;
  max-width: 100%; }

.content404 > div {
  display: inline-block;
  margin-left: -179px;
  margin-top: 40px;
  text-align: left;
  vertical-align: middle;
  width: 510px; }

.content404:not(.content500) > div p:first-child {
  font-family: "Open Sans Condensed";
  font-size: 2em;
  font-weight: 500;
  text-align: left; }

#container .content404 > div p.boutonPrincipal {
  text-align: left; }

.content404 p strong {
  color: #006674;
  display: block;
  font-family: open sans;
  font-size: 4em;
  font-weight: 800;
  letter-spacing: -5px;
  white-space: nowrap; }

.content404 p strong span, .spanorange {
  color: #e94e18; }

.content404 .big {
  display: block;
  font-size: 9em;
  font-weight: 600;
  line-height: 0.9em; }

.content404 .small {
  display: block;
  font-size: 3em;
  font-weight: 100;
  margin-bottom: 22px; }

.content404 ul li {
  list-style: outside none disc;
  margin-bottom: 5px; }

html.htmlErreur500 .content404 > div {
  margin-left: -73px;
  margin-top: 136px;
  width: 579px; }

html.htmlErreur500 body {
  background: #ececec none repeat scroll 0 0; }

.filtreCategorie {
  margin-bottom: 25px;
  text-align: left;
  width: 100%; }

.filtreCategorie h2 {
  font-family: open sans condensed;
  font-weight: bold;
  color: #006674;
  margin-bottom: 5px;
  font-size: 1.2em; }

.filtreCategorie label {
  background: #e94e18 none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 11px 8px;
  margin-bottom: 3px;
  width: auto;
  transition: all 0.4s ease; }

.dnone, .filtreCategorie label input {
  display: none; }

.filtreCategorie label:hover {
  background: #d2410e none repeat scroll 0 0; }

.filtreCategorie label.inactive {
  background: #adadad none repeat scroll 0 0;
  color: #e2e2e2; }

.offres {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 35px; }

.formOffre .messConfirm {
  margin-top: 17px; }

.offreDbColonne li::before {
  background: #e94e18 none repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 8px;
  margin-right: 5px;
  width: 8px; }

.offreDbColonne {
  margin-top: 36px;
  overflow: hidden; }

.offreDbColonne li {
  box-sizing: border-box;
  float: left;
  margin-bottom: 20px;
  padding-right: 50px;
  width: 33.3333%; }

.etOu {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center; }

.bloc.offre {
  background: transparent url("../images/offres/redactionTexte.jpg") repeat scroll center bottom/cover;
  height: 420px;
  margin: 0 25px 25px 0;
  padding: 20px;
  width: calc(25% - 25px); }

.bloc.offre:hover {
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.46);
  transform: scale(1.02) translateY(-5px); }

.bloc.offre.inclu::before, .encartPubWebredaction.encartPubWebinfos::before {
  content: url("../images/inclu.png");
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99; }

.bloc.offre.redactionTexte {
  background-image: url("../images/offres/redactionTexte.jpg"); }

.bloc.offre.formationWebmarketing {
  background-image: url("../images/offres/formationWebmarketing.jpg"); }

.bloc.offre.formationEcommerce {
  background-image: url("../images/offres/formationEcommerce.jpg"); }

.bloc.offre.webInfos {
  background-image: url("../images/offres/webInfos.jpg"); }

.bloc.offre.campagneGoogle {
  background-image: url("../images/offres/campagneGoogle.jpg"); }

.bloc.offre.campagneReseauxSociaux {
  background-image: url("../images/offres/campagneReseauxSociaux.jpg"); }

.bloc.offre.campagneEmailing {
  background-image: url("../images/offres/campagneEmailing.jpg"); }

.bloc.offre.campagneSMS {
  background-image: url("../images/offres/campagneSMS.jpg"); }

.bloc.offre.eReputation {
  background-image: url("../images/offres/eReputation.jpg"); }

.bloc.offre.creationBtoB {
  background-image: url("../images/offres/creationBtoB.jpg"); }

.bloc.offre.creationBtoC {
  background-image: url("../images/offres/creationBtoC.jpg"); }

.bloc.offre.siteImageEvenement {
  background-image: url("../images/offres/siteImageEvenement.jpg"); }

.bloc.offre.creationVideos {
  background-image: url("../images/offres/creationVideos.jpg"); }

.bloc.offre.agendaEnLigne {
  background-image: url("../images/offres/agendaEnLigne.jpg"); }

.bloc.offre.siteMultilangue {
  background-image: url("../images/offres/siteMultilangue.jpg"); }

.bloc.offre.vitrineAdministrable {
  background-image: url("../images/offres/vitrineAdministrable.jpg"); }

.bloc.offre.siteEcommerce {
  background-image: url("../images/offres/siteEcommerce.jpg"); }

.bloc.offre.siteResponsive {
  background-image: url("../images/offres/siteResponsive.jpg"); }

.bloc.offre.publicationArticle {
  background-image: url("../images/offres/publicationArticle.jpg"); }

.bloc.offre.demandeRappel {
  background-image: url("../images/offres/demandeRappel.jpg"); }

.bloc.offre.paiementLigne {
  background-image: url("../images/offres/paiementLigne.jpg"); }

.bloc.offre.gestionCompteClient {
  background-image: url("../images/offres/gestionCompteClient.jpg"); }

.bloc.offre.creationPasserelleInfo {
  background-image: url("../images/offres/creationPasserelleInfo.jpg"); }

.bloc.offre.autreFonctionnalite {
  background-image: url("../images/offres/autreFonctionnalite.jpg"); }

.bloc.offre::after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+68,ffffff+100&1+68,0+100 */
  background: -moz-linear-gradient(top, white 35%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 35%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 35%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-9 */
  content: "";
  height: 55%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }

.bloc.offre a {
  bottom: 0;
  color: #333;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  padding: 20px; }

.bloc.offre span {
  display: block;
  position: relative;
  z-index: 2; }

.bloc.offre span.title {
  color: #e94e18;
  font-family: open sans condensed;
  font-size: 1.7em;
  font-weight: bold;
  text-transform: uppercase; }

.bloc.offre span.title strong {
  color: #006674;
  display: block; }

.bloc.offre span.desc {
  border-left: 5px solid #006674;
  font-family: open sans condensed;
  font-size: 1.2em;
  line-height: 1.2em;
  margin-top: 5px;
  padding-left: 7px; }

.bloc.offre span.desc strong {
  color: #e94e18; }

.bloc.offre span.btn {
  background: #e94e18 none repeat scroll 0 0;
  bottom: 44px;
  color: #fff;
  padding: 4px 14px;
  position: absolute;
  right: 15px;
  transition: all 0.4s ease; }

.bloc.offre:hover span.btn {
  background: #333 none repeat scroll 0 0;
  color: #fff; }

.bloc.offre .categorie {
  background: #006674 none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  display: block;
  font-family: open sans condensed;
  font-size: 1.3em;
  left: 0;
  padding: 6px 0 8px;
  position: absolute;
  right: 0;
  text-align: center; }

.bloc.offre.augmenterContactDemande .categorie {
  background: #6c8d38 none repeat scroll 0 0; }

.bloc.offre.ajouterFonctionnaliteSite .categorie {
  background: #ba2c00 none repeat scroll 0 0; }

.bloc.offre.besoinSpecifique .categorie {
  background: #303030 none repeat scroll 0 0; }

.noMobile {
  display: none; }

.receptionFichier {
  margin: 0 auto;
  width: 80%; }

.receptionFichier img {
  max-width: 100%; }

.uploadTakePhoto span {
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  font-weight: bold;
  font-family: open sans condensed;
  background: #e94e18;
  border-radius: 5px;
  margin-top: 30px; }

/*********************************************************************************************/
/***************************************************** Upload Photo Mobile  ******************/
/*********************************************************************************************/
.uploadPhoto {
  align-content: space-between;
  align-items: center;
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  transition: all 0.3s ease-in-out;
  width: 100%; }

.uploadPhoto.intro:first-child:after {
  content: "";
  background-repeat: no-repeat;
  margin: 0 auto;
  background-position: 50% 50%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
  z-index: 5; }

.uploadPhoto.intro:first-child:before {
  content: url(../images/upload.svg);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease;
  z-index: 6; }

.uploadPhoto.intro.uploadRunning:after, .uploadPhoto.intro.uploadRunning:before {
  visibility: visible;
  opacity: 1; }

.backgroundSlider {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }

.backgroundSlider > div {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../images/fondSlide1.jpg) no-repeat center top;
  background-size: 100% auto; }

.backgroundSlider .slide2 {
  background-image: url(../images/fondSlide2.jpg);
  display: none; }

.uploadPhoto .slider, .uploadPhoto p.boutonPrincipal {
  position: relative;
  z-index: 2; }

.slider li span {
  color: #006674;
  display: block;
  font-size: 1.4em;
  margin-top: 10px;
  padding: 0 20px;
  text-align: center;
  max-width: 350px;
  margin: 0 auto; }

.slider li p {
  color: #6c6c6c;
  font-size: 1.1em;
  font-weight: 100;
  margin-top: 5px;
  padding: 0 20px;
  text-align: center;
  max-width: 350px;
  margin: 10px auto; }

.slider span.visu {
  margin: 0 auto;
  max-width: 200px; }

.slider span.visu img {
  vertical-align: middle; }

.owl-dots {
  text-align: center; }

.owl-dots div {
  display: inline-block; }

.owl-dots div span {
  background: #ccc none repeat scroll 0 0;
  border-radius: 26px;
  display: block;
  height: 10px;
  margin: 0 4px;
  width: 10px;
  transition: all 0.4s ease; }

.owl-dots div.active span {
  background: #006674 none repeat scroll 0 0;
  transform: scale(1.6); }

.htmlUploadPhoto, .htmlUploadPhoto body, .htmlUploadPhoto #container {
  height: 100%;
  width: 100% !important;
  overflow: hidden; }

.uploadPhoto.visuPhoto {
  transform: translate(100%, 0px);
  z-index: 5; }

.uploadPhoto.visuPhoto {
  transition: all 0.4s ease; }

.uploadPhoto.visuPhoto .infosBulle {
  opacity: 0;
  transition: all 0.4s ease; }

.uploadPhoto.visuPhoto {
  text-align: center; }

.uploadPhoto.visuPhoto.uploaded .infosBulle {
  opacity: 1; }

.uploadPhoto.visuPhoto.uploaded .receptionFichier {
  transform: scale(0.1);
  opacity: 0;
  -webkit-transition: all 500ms cubic-bezier(0.52, 0, 0.295, 1);
  /* older webkit */
  -webkit-transition: all 500ms cubic-bezier(0.52, -0.6, 0.295, 1.04);
  -moz-transition: all 500ms cubic-bezier(0.52, -0.6, 0.295, 1.04);
  -o-transition: all 500ms cubic-bezier(0.52, -0.6, 0.295, 1.04);
  transition: all 500ms cubic-bezier(0.52, -0.6, 0.295, 1.04);
  /* custom */
  -webkit-transition-timing-function: cubic-bezier(0.52, 0, 0.295, 1);
  /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.52, -0.6, 0.295, 1.04);
  -moz-transition-timing-function: cubic-bezier(0.52, -0.6, 0.295, 1.04);
  -o-transition-timing-function: cubic-bezier(0.52, -0.6, 0.295, 1.04);
  transition-timing-function: cubic-bezier(0.52, -0.6, 0.295, 1.04);
  /* custom */ }

.htmlUploadPhoto #container.photoUploaded .uploadPhoto {
  transform: translate(-100%, 0px); }

.htmlUploadPhoto #container.photoUploaded .uploadPhoto.visuPhoto {
  transform: translate(0, 0px); }

.mobileOnly {
  display: none; }

.closeUpload {
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px;
  z-index: 99; }

.htmlOffre .redaction .part {
  display: block; }

.htmlOffre .redaction .step {
  opacity: 1; }

.detailOffre {
  background: transparent url("../images/offres/bg.jpg") no-repeat scroll center top/100% auto;
  padding: 175px 0 0; }

.htmlDetailOffre .contentOffre p, .htmlDetailOffre .contentOffre li {
  color: #222;
  font-family: Open Sans; }

.htmlDetailOffre .contentOffre p.miseEnAvant {
  color: #e94e18; }

.htmlDetailOffre .contentOffre label {
  color: #fff; }

.contentOffre {
  background: #fff none repeat scroll 0 0;
  font-size: 1.1em;
  font-weight: 100;
  line-height: 1.3em;
  margin: 0 auto;
  border-top: 7px solid #e94e18;
  max-width: 1015px;
  padding: 70px 50px 50px;
  position: relative;
  width: 90%; }

.contentOffre .retourListing {
  background: #e94e18 none repeat scroll 0 0;
  border-radius: 150px;
  color: #fff;
  font-family: open sans condensed;
  font-weight: bold;
  left: 20px;
  line-height: 1em;
  padding: 25px 10px;
  position: absolute;
  right: auto;
  text-align: center;
  top: 20px;
  width: 77px; }

.contentOffre .retourListing:hover {
  background: #333 none repeat scroll 0 0; }

.contentOffre a.retourListing + h2 {
  background: transparent none repeat scroll 0 0;
  color: #006674;
  font-size: 1.8em;
  font-weight: 800;
  margin: 0 auto 15px;
  text-align: center;
  text-transform: uppercase; }

.contentOffre h2:first-child::before {
  display: none; }

.contentOffre h2 span {
  color: #e94e18; }

.contentOffre p.boutonPrincipal {
  text-align: center !important; }

.contentOffre .introOffre {
  color: #222;
  font-family: open sans condensed;
  font-size: 1.3em;
  font-style: italic;
  line-height: 1.2em;
  margin: 0 auto;
  max-width: 682px;
  padding: 20px;
  text-align: center; }

.contentOffre h2 {
  background: transparent none repeat scroll 0 0;
  color: #006674;
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 23px;
  margin-top: 43px;
  padding: 15px 0 5px 9px; }

.contentOffre h2::before {
  content: url("../images/offreArrow.png");
  display: inline-block;
  margin-right: 8px; }

.beneficeOffre {
  margin: 0 auto;
  padding: 0 50px;
  position: relative;
  text-align: center; }

.beneficeOffre strong {
  font-weight: bold; }

.caracOffre {
  padding: 0 30px; }

.caracOffre.row ul + p {
  margin-top: 25px; }

.caracOffre .partOffre {
  color: #e94e18;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center; }

.caracOffre.special ul {
  display: block;
  width: auto;
  float: none !important; }

.caracOffre.special ul ul {
  margin: 0; }

.caracOffre.special ul ul li {
  margin: 0;
  padding: 0; }

.beneficeOffreV2 {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 30px; }

.infoBulleOffre {
  border: 5px solid #fff;
  border-radius: 100%;
  box-shadow: 0 0 0 3px #006674;
  height: auto;
  margin-right: 25px;
  max-width: 196px;
  overflow: hidden; }

.infoBulleOffre img {
  height: auto;
  vertical-align: middle;
  width: 100%; }

.phraseInfoBulleoffre {
  max-width: 413px; }

.beneficeOffreV2.coach {
  align-items: flex-start; }

.beneficeOffreV2 .formOffre {
  width: auto; }

.beneficeOffreV2.coach .phraseInfoBulleoffre {
  max-width: 476px; }

.beneficeOffreV2 .formOffre p.submit input {
  height: auto;
  width: auto; }

.miseEnAvant {
  color: #e94e18;
  font-size: 1.5em;
  font-style: italic;
  font-weight: 600;
  line-height: 1.1em;
  margin-bottom: 30px;
  text-align: center; }

.beneficeOffreV2 .interlocuteur::before {
  color: #006674;
  content: url("../images/sprites/quote.png");
  font-family: times new roman;
  font-size: 38px;
  margin-right: 10px; }

.caracOffre.version2 {
  padding: 0; }

.caracOffre.version2 > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%; }

.htmlAdmin .caracOffre.version2 > ul > li {
  box-sizing: border-box;
  display: block;
  margin-bottom: 40px;
  margin-right: 25px;
  width: calc(33.3333% - 25px); }

.offreListePuce li {
  list-style-type: square;
  margin-left: 32px; }

.htmlAdmin .caracOffre.version2.textCentre > ul > li {
  text-align: center; }

.htmlAdmin.htmlOffreFormationInternet .caracOffre.version2 > ul > li {
  margin: 0 0 25px !important;
  width: calc(50% - 84px); }

.htmlAdmin.htmlOffreFormationInternet .caracOffre.version2 > ul > li + li {
  margin-left: 80px !important; }

.htmlAdmin #container .textAlignCenter li {
  text-align: center !important;
  margin-bottom: 10px !important; }

.htmlOffreFormationInternet .caracOffre.version2 ul li strong {
  font-family: open sans condensed;
  font-size: 1.1em;
  text-align: center; }

.htmlOffreFormationInternet .caracOffre ul li strong {
  font-family: open sans condensed;
  font-size: 1.2em;
  text-align: justify; }

.htmlAdmin .caracOffre.version2 li li {
  display: block;
  margin: 0 0 14px 9px !important;
  text-align: left; }

.htmlAdmin .caracOffre.version2 li {
  text-align: justify; }

.caracOffre.version2 li + li {
  margin-top: 0; }

.caracOffre.version2 li:nth-child(3n) {
  margin-right: 0; }

.caracOffre.version2 li span.visu {
  display: block;
  margin-bottom: 7px;
  position: relative; }

.caracOffre.version2 li span.visu::before, .caracOffre.version2 li span.visu::after {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 17px;
  left: -6px;
  padding-right: 20px;
  position: absolute;
  -webkit-transform: skewX(35deg);
  -moz-transform: skewX(35deg);
  -ms-transform: skewX(35deg);
  -o-transform: skewX(35deg);
  transform: skewX(35deg);
  width: 50%; }

.caracOffre.version2 li span.visu::after {
  left: auto;
  right: -6px;
  -webkit-transform: skewX(-35deg);
  -moz-transform: skewX(-35deg);
  -ms-transform: skewX(-35deg);
  -o-transform: skewX(-35deg);
  transform: skewX(-35deg); }

.caracOffre.version2 li span.visu img {
  vertical-align: middle;
  width: 100%; }

.caracOffre.version2 ul li strong {
  color: #e94e18;
  font-size: 1.1em;
  text-align: center; }

.caracOffre.version2 .visu .num {
  bottom: 14px;
  color: #ffffff;
  display: block;
  font-size: 5em;
  font-weight: 800;
  line-height: 1em;
  opacity: 0.6;
  position: absolute;
  right: 2px;
  z-index: 5; }

.sousTitreOffre {
  color: #e94e18;
  display: block;
  font-family: open sans condensed;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 6px;
  margin-top: 50px;
  text-align: center; }

.sousTitreOffre + p {
  display: block;
  font-family: open sans condensed;
  font-size: 1.3em;
  font-style: italic;
  margin-bottom: 26px;
  text-align: center; }

.htmlDetailOffre .offres {
  margin: 0 auto;
  max-width: 1015px;
  padding: 0;
  width: 90%; }

.htmlDetailOffre .bloc.offre {
  width: calc(33.3333% - 17px); }

.htmlDetailOffre .bloc.offre:last-child {
  margin-right: 0; }

.webinfos .caracOffre ul {
  margin: 0; }

.webinfos .caracOffre ul li strong {
  margin-bottom: 0; }

.webinfos .caracOffre ul li {
  text-align: left;
  display: block; }

.webinfos .caracOffre ul li:first-child {
  margin-top: 0 !important; }

.webinfos .caracOffre ul li:last-child {
  margin-bottom: 0 !important; }

.caracOffre.row p .titreSsCat {
  color: #e94e18;
  display: block;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2em;
  margin-bottom: 15px; }

.caracOffre.special ul li {
  position: relative;
  padding-left: 35px; }

.caracOffre.special ul li em {
  left: -2px;
  position: absolute; }

.caracOffre ul {
  display: inline-block;
  margin-top: 26px;
  text-align: justify;
  vertical-align: top;
  width: 46%; }

.caracOffre .blocGauche, .caracOffre .blocDroit {
  float: left;
  margin-top: 26px;
  width: 45%; }

.caracOffre .blocGauche ul, .caracOffre .blocDroit ul {
  text-align: left; }

.caracOffre .blocDroit {
  float: right; }

.caracOffre ul li strong {
  color: #006674;
  display: block;
  font-weight: bold;
  margin-bottom: 6px; }

.caracOffre ul + ul {
  float: right; }

.caracOffre ul li + li {
  margin-top: 20px; }

.formOffre {
  background: #006674 none repeat scroll 0 0;
  clear: both;
  color: #fff;
  margin: 37px auto 0;
  padding: 25px;
  text-align: center;
  width: 93%; }

.formOffre form p {
  margin: 8px 0; }

.formOffre form p label {
  display: inline-block;
  margin-right: 5px;
  text-align: right;
  width: 141px; }

.formOffre input[type="text"] {
  border: medium none;
  color: #444;
  height: 39px;
  padding: 0 13px; }

.caracOffre .titreCat {
  margin-top: 45px;
  text-align: center; }

.content .caracOffre .titreCat strong {
  display: inline-block; }

.clear_both {
  clear: both; }

.formOffre p.submit input {
  background: #e94e18 none repeat scroll 0 0;
  border: medium none;
  border-radius: 4px;
  font-weight: bold;
  margin-top: 20px;
  padding: 12px 14px;
  color: #fff; }

.formOffre p.submit input:hover {
  opacity: 0.6; }

.formOffre form {
  text-align: left;
  max-width: 395px;
  margin: 22px auto 0; }

.formOffre input[type="text"] {
  border: medium none;
  color: #444;
  height: 39px;
  padding: 0 13px; }

.formOffre .nomPrenom {
  width: 242px; }

.formOffre .numTel {
  width: 129px; }

.formOffre .submit {
  text-align: center; }

.accelererMaVisibilite .beneficeOffre {
  max-width: none;
  padding: 0;
  text-align: left; }

.beneficeOffre.column ul {
  font-size: 0; }

.beneficeOffre.column ul li {
  box-sizing: border-box;
  color: #006674;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin: 27px 0;
  text-align: center;
  vertical-align: top;
  width: 33.3333%; }

.beneficeOffre.column ul li + li {
  padding-left: 7%; }

.beneficeOffre ul span {
  background: #e94e18 none repeat scroll 0 0;
  border-radius: 200px;
  color: #fff;
  display: block;
  font-size: 23px;
  margin: 0 auto 11px;
  max-width: 34px;
  padding: 7px 0;
  text-align: center; }

.caracOffre.row ul {
  text-align: center;
  width: auto; }

.caracOffre.row li {
  display: inline-block;
  margin: 7px !important;
  width: auto; }

.caracOffre ul li em {
  background: #e94e18 none repeat scroll 0 0;
  border-radius: 200px;
  color: #fff;
  display: inline-block;
  font-size: 1.2em;
  margin: 0 10px;
  max-width: 21px;
  padding: 1px 6px; }

.pageEtOu .caracOffre.version2 > ul > li:first-child, .pageEtOu.etOuPar3 .caracOffre.version2 > ul > li:nth-child(2) {
  position: relative; }

.pageEtOu .caracOffre.version2 > ul > li:first-child::after, .pageEtOu.etOuPar3 .caracOffre.version2 > ul > li:nth-child(2)::after {
  background: #e94e18 none repeat scroll 0 0;
  border-radius: 52px;
  color: #fff;
  content: "et/ou";
  font-size: 1.3em;
  font-weight: bold;
  padding: 22px 6px;
  position: absolute;
  right: -81px;
  top: -23px;
  z-index: 10; }

.pageEtOu.etOuPar3 .caracOffre.version2 > ul > li:first-child::after, .pageEtOu.etOuPar3 .caracOffre.version2 > ul > li:nth-child(2)::after {
  right: -35px; }

.pageEtOu .caracOffre.version2 li {
  margin: 0 !important; }

@media screen and (max-width: 1680px) {
  .bloc .formation {
    width: calc(33.3333333% - 10px); } }
@media screen and (max-width: 1520px) {
  .btnDouble {
    display: block;
    text-align: right; }

  .btnDouble p {
    display: inline-block;
    width: auto;
    margin: 3px 0; }

  .bibliotheque .content > .item {
    width: calc(14.2857% + 1px); } }
@media screen and (max-width: 1485px) {
  .configNewsletter fieldset .partie:nth-child(2n+1) {
    margin-right: 0; }

  .configNewsletter fieldset .partie:nth-child(3n+1) {
    margin-right: 3%; }

  .configNewsletter fieldset .partie {
    width: 48.5%; } }
@media screen and (max-width: 1360px) {
  .bibliotheque .content > .item {
    width: calc(16.66666666666667% + 1px); }

  .encartPubWebredaction.encartPubPerformail .title {
    font-size: 1.6em;
    font-weight: 800; }

  .configNewsletter fieldset .partie {
    margin-right: 0;
    width: 100%; }

  .listingClient .addBDD {
    margin-top: 0; } }
@media screen and (max-width: 1280px) {
  .bloc.offre {
    width: calc(33.3333% - 25px); }

  .content404 {
    margin: 10px auto 0; }

  .content404 > div {
    margin-left: 0;
    text-align: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 50px; }

  .content404:not(.content500) > div p:first-child {
    font-size: 1.3em;
    padding: 0 27px;
    text-align: center; }

  .content404 p strong {
    font-size: 2em;
    line-height: 0.8em;
    letter-spacing: normal; }

  #container .content404 > div p.boutonPrincipal {
    text-align: center; } }
@media screen and (max-width: 1200px) {
  .htmlEnvoiNewsletter .partieCoach, .htmlDemandeAxecibles .partieCoach {
    display: none; }

  .htmlEnvoiNewsletter .partieIntervention, .htmlDemandeAxecibles .redaction .discussion {
    width: auto; }

  .htmlRedactionAssiste .pubWebmarketing {
    display: none; }

  .bandeauHaut {
    justify-content: center; } }
@media screen and (max-width: 1160px) {
  .bloc.pubActu {
    width: 100%;
    min-height: 300px; }

  .encartPubWebredaction .boutonLink {
    bottom: auto;
    left: 364px;
    padding: 11px 20px;
    right: auto;
    top: 18px; }
  .encartPubWebredaction.encartPubAdwords .title {
    font-size: 2.3em; }
  .encartPubWebredaction.encartPubAdwords .boutonLink {
    left: 452px;
    background: #e94e18;
    color: #fff;
    border-radius: 5px;
    margin: 0 auto;
    width: 142px;
    padding: 11px 0;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute; }

  .monTableaudeBord .addGrid li {
    width: calc(25% - 9px); }

  .dashboard .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column; }

  .dashboard .column {
    width: 100%;
    margin: 0 10px 20px; }

  .ajouterArticle, .bloc.lancerMonSite {
    width: 100%; }

  .monTableaudeBord div:not(.popupEdit) .addGrid li:nth-child(n+5) {
    display: none; }

  .monTableaudeBord .dashboard .coach {
    margin: 0 0 20px; }

  .bloc.demandeAxecibles {
    margin: 0; }

  .evolutionVisite {
    width: 100%; }

  .encartPubWebredaction {
    padding: 19px;
    width: 100%;
    background-image: url(../images/pub-webredaction-small.jpg) !important; }

  .encartPubWebredaction.encartPubAdwords {
    padding: 19px;
    width: 100%;
    background-image: url(../images/pub-positionnement-small.jpg) !important; }

  .encartPubWebredaction.encartPubWebinfos {
    padding: 19px;
    width: 100%;
    background-image: url(../images/pub-webinfos.jpg) !important; }

  .encartPubWebredaction .title {
    text-align: left; }

  .encartPubWebredaction .phrase1 {
    display: block;
    margin-left: 3px;
    margin-top: 13px;
    text-align: left; }

  .encartPubWebredaction .phrase1 span {
    display: inline-block; }

  .encartPubWebredaction .phrase2 {
    bottom: auto;
    display: block;
    left: 3px;
    margin-top: 10px;
    position: relative;
    right: auto;
    text-align: left; }

  .encartPubWebredaction .phrase2 strong {
    display: inline-block; }

  .encartPubWebredaction > p {
    bottom: auto;
    left: 0;
    margin: 27px auto 0;
    position: relative;
    right: 0;
    text-align: left !important; }

  .bloc .formation {
    width: calc(50% - 10px); }

  .htmlDocuFormation .step {
    white-space: normal; }

  .lateralDiscussion .encartPubWebredaction {
    display: none; } }
@media screen and (max-width: 1080px) {
  .htmlListingActu .bloc.ajouterArticle {
    margin-left: auto; }

  .htmlListingActu .affinage label {
    display: block; }

  .htmlListingActu .affinage div {
    text-align: left; }

  .htmlListingActu .bandeauHaut {
    display: block; }

  .htmlListingActu .coach {
    overflow: hidden; }

  .htmlListingActu .addGrid li a::before {
    display: inline-block;
    margin-right: 24px;
    vertical-align: middle; }

  .htmlListingActu .addGrid li a > span {
    display: inline-block;
    padding: 0;
    vertical-align: middle; }

  .htmlListingActu .coach {
    margin-bottom: 0;
    overflow: hidden; }

  .bibliotheque .content > .item {
    width: calc(20% + 1px); } }
@media screen and (max-width: 1000px) {
  .panneauLateral {
    box-shadow: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 1;
    bottom: 0;
    overflow-y: scroll;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
    transform: translateX(-100%);
    transition: all 1.2s ease-in-out;
    min-height: 0 !important; }

  .listingNewsletter ul li {
    width: 50%; }

  .panneauLateral.open {
    transform: translateX(0%);
    transition: all 0s ease-in-out; }

  .panneauLateral.open.intro {
    height: auto;
    bottom: auto;
    position: absolute; }

  .panneauLateral:after {
    display: none; }

  .navPrincipale {
    margin-bottom: 80px; }

  #container .content {
    float: none;
    width: 100%; }

  .bloc_stats {
    flex-wrap: wrap; }

  .bloc_stats .stats {
    width: 50%;
    text-align: center; }

  .bloc_stats .stats .infos::after {
    margin: 11px auto 8px; }

  .bloc_stats .stats + .stats:not(.plusdeStats)::before {
    display: none; }

  .bloc_stats .stats + .stats + .stats {
    margin-top: 55px; }

  .header .ariane {
    background: transparent none repeat scroll 0 0;
    padding: 0 22px; }

  .header .ariane ul {
    background: transparent none repeat scroll 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%; }

  .header .ariane ul li + li::after {
    content: ">";
    margin: 0 5px; }

  .header .ariane ul li:last-child::after {
    display: none; }

  .header .ariane ul li span::after {
    display: none; }

  .header .ariane ul li a {
    padding: 0; }

  .header .ariane ul li + li + li a::before {
    display: none; }

  .header .ariane ul li span::after {
    display: none; }

  .header .ariane ul li span {
    background: transparent none repeat scroll 0 0;
    padding: 7px !important; }

  .header::after {
    display: none; }

  .titrePage {
    padding: 0 30px 25px; }

  .header {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.28);
    padding: 0;
    position: relative; }

  .sousH1 {
    padding-right: 0; }

  .push {
    display: block; }

  .head_mobile {
    background: #006674 none repeat scroll 0 0;
    margin-bottom: 13px;
    padding: 7px; }

  .push {
    background: #e94e18 none repeat scroll 0 0;
    border-radius: 3px;
    display: inline-block;
    padding: 9px 10px 6px; }

  #container .content {
    position: relative;
    transition: all 0.4s ease-in-out;
    z-index: 2; }

  #container .content.open {
    transform: translateX(258px);
    position: fixed; }

  .mask {
    background: rgba(0, 0, 0, 0.67) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    transition: all 0.4s ease;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity transform 0.5s ease; }

  .mask.open {
    visibility: visible;
    opacity: 1; }

  .avatarPartenaire, .navAdmin.navPrincipale ul:first-child, .navAdmin.navPrincipale ul + ul li + li {
    display: none; }

  .deco-min {
    display: block;
    font-size: 1.2em;
    text-align: center;
    text-transform: uppercase; }

  .deco-min a {
    color: #fff;
    font-weight: 700;
    font-family: Open sans condensed;
    font-size: 1em;
    padding: 4px 0; }

  .deco-min a:hover {
    color: #51bfd8;
    opacity: 0.7; }

  .navPrincipale.navAdmin {
    margin: 24px 0 30px;
    padding: 18px 0 0; }

  .switch {
    margin-top: 0; }

  .dashboard .accesRapide.fixed, .optDemande.fixed {
    left: 0; }

  .htmlDocuFormation .doubleBtn {
    display: none; }

  .htmlDocuFormation .step input[type="checkbox"] {
    display: none; }

  .bloc .formation .opt {
    display: none; }

  .bibliotheque .rightPart .head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: inherit;
    padding: 15px 20px; }

  .bibliotheque .content > .item {
    width: calc(25% + 1px); }

  .bibliotheque .rightPart .head div {
    -webkit-align-self: flex-start;
    /* Safari 7.0+ */
    align-self: flex-start; }

  .bibliotheque .head .gauche {
    float: left;
    margin-top: -30px;
    position: relative;
    top: 88px; }

  .bibliotheque .rightPart .head div.droit {
    margin-left: auto;
    order: 2;
    text-align: right; }

  .htmlbibliotheque .bibliotheque .rightPart .droit.filter {
    margin-top: 7px;
    order: 3; }

  .bibliotheque .rightPart .head {
    position: relative; }

  .bibliotheque .head .gauche {
    bottom: 0;
    float: none;
    left: 0;
    margin: 10px;
    position: absolute;
    top: auto; }

  .bibliotheque .head .gauche p {
    margin: 0; }

  .bibliotheque .rightPart .head div.droit {
    margin-right: 10px;
    position: absolute;
    right: 0;
    top: 0; }

  .bibliotheque .rightPart .head div.droit p {
    margin: 0; }

  .bibliotheque .rightPart .head div.droit.filter {
    bottom: 0;
    margin: 10px;
    position: absolute;
    right: 0;
    top: auto; } }
@media screen and (max-width: 810px) {
  .logoAxe {
    display: none; }

  .ligneStat {
    display: block; }

  .htmlstatistiques .launchCoach {
    display: none; }

  .ligneStat > div.bloc {
    width: auto !important;
    margin: 0 0 25px !important; }

  .htmlstatistiques .bloc {
    margin: 0 0 20px; }

  .htmlstatistiques .ligneStat.lastLine {
    display: block; }

  .htmlstatistiques .accesRapide > div:first-child {
    display: none; }

  .dashboard .accesRapide.fixed {
    padding: 10px; }

  .htmlDemandeAxecibles .coach.partenaire .bulle {
    margin-left: 0; }

  .htmlRedactionSimple .partieCoach {
    display: none; }

  .htmlRedactionSimple .redactionSimple .partieIntervention {
    width: auto; }

  .htmlRedactionAssiste .contentLateral .encartWebmarketing {
    display: none; }

  .jauge > span:first-child {
    display: none; }

  .lateralDiscussion {
    width: 25px; }

  .jauge {
    border: 1px solid #006674;
    border-radius: 6px;
    height: 250px;
    padding-top: 0;
    position: fixed;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px; }

  .redaction .discussion {
    width: calc(100% - 50px); }

  .bloc.offre {
    width: calc(50% - 25px); }

  .redaction .step > span {
    display: inline-block;
    vertical-align: middle;
    white-space: inherit !important;
    width: calc(100% - 100px); } }
@media screen and (max-width: 760px) {
  .bibliotheque .arbo {
    display: none; } }
@media screen and (max-width: 730px) {
  .htmlEnvoiNewsletter .redaction {
    display: none; }

  .htmlEnvoiNewsletter .noMobile {
    display: block; }

  .noMobile p:first-child {
    color: #006674;
    font-family: open sans condensed;
    font-size: 1.8em;
    font-weight: bold;
    padding: 35px 50px; }

  .noMobile p:first-child strong {
    color: #e94e18;
    display: block; }

  .noMobile .rendezVous {
    color: #e94e18;
    font-family: open sans condensed;
    font-size: 1.4em;
    text-transform: uppercase;
    padding: 0 30px; }

  .noMobile .responsiveBottom img {
    width: 100%; }

  .noMobile .responsiveTop {
    width: 80%;
    margin: 0 auto; }

  .noMobile .responsiveTop img {
    max-width: 100%; } }
@media screen and (max-width: 660px) {
  .encartPubWebredaction .title {
    font-size: 2em; }

  .bloc.encartPubWebredaction {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px; }

  .encartPubWebredaction .boutonLink {
    display: inline-block;
    left: auto;
    margin-top: 8px;
    position: relative;
    top: auto; }
  .encartPubWebredaction.encartPubAdwords .boutonLink {
    left: 350px;
    background: #e94e18;
    color: #fff;
    border-radius: 5px;
    margin: 0 auto;
    max-width: 142px;
    padding: 11px 0;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative; }

  .monTableaudeBord .addGrid li {
    width: calc(50% - 12px); }

  .monTableaudeBord .addGrid li:nth-child(3n) {
    margin-left: 0 !important; }

  html:not(.htmlRedactionAssiste).coach > div.avatar::after {
    right: 50%;
    top: 100%;
    transform: rotate(90deg) translate(-50%, -50%); }

  .coach > div.avatar {
    float: none;
    margin: 10px auto; }

  .coach .bulle {
    float: none;
    width: 100%; }

  .bloc_stats .stats {
    text-align: center;
    width: 100%;
    margin: 15px auto !important; }

  .bloc_stats .stats .infos::after {
    display: none; }

  .htmlListingActu .coach {
    display: none; }

  .bloc .formation {
    width: calc(100% - 10px); }

  .htmlbibliotheque .noMobile p:first-child, .uploadPhotoMsg {
    font-size: 1.3em;
    font-weight: bold;
    padding: 15px 25px; }

  .htmlbibliotheque .infosBulle {
    display: block;
    position: relative; }

  .recapStatsPages {
    flex-direction: column;
    text-align: center; }

  .htmlRedactionSimple .redactionSimple .blocCategorie {
    display: block; }

  .htmlRedactionSimple .redactionSimple .blocCategorie div {
    width: auto; }

  .htmlRedactionSimple .redactionSimple .blocCategorie div.droite {
    margin-top: 25px; }

  .optDemande .boutonPrincipal {
    display: none; }

  .caracOffre ul {
    display: block;
    width: auto; }

  .formOffre form p label {
    display: block;
    width: auto;
    text-align: left; } }
@media screen and (max-width: 560px) {
  .lancerVisite span.notAccessWithSmallScreen {
    display: block; }

  .fondLogin .adresse {
    left: 20px;
    text-align: center; }

  .bloc.blocLogin {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 90% !important;
    margin: 0; }

  .panneauLateral .avancee {
    display: none; }

  .mobileOnly {
    display: block; }

  .desktopOnly {
    display: none; }

  .htmlListingActu .dashboard, .htmlRedactionAssiste .dashboard, .htmlRedactionSimple .redaction, .htmlRedactionAssiste .redaction, .htmlGererCLient .dashboard {
    display: none; }

  .htmlListingActu .sousH1, .htmlEnvoiNewsletter .sousH1, .htmlRedactionAssiste .sousH1, .htmlRedactionSimple .sousH1, .htmlRedactionAssiste .sousH1, .htmlGererCLient .sousH1 {
    display: none; }

  .htmlEnvoiNewsletter .redaction {
    padding: 0; }

  .htmlEnvoiNewsletter .partieIntervention {
    display: none; }

  .noMobile {
    display: block;
    text-align: center; }

  .htmlbibliotheque .bibliotheque {
    display: none; }

  .htmlbibliotheque .noMobile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0; }

  .htmlbibliotheque .responsiveBottom {
    -webkit-align-self: flex-end;
    /* Safari 7.0+ */
    align-self: flex-end;
    margin-top: auto;
    width: 100%; }

  .bloc.offre {
    width: 100% !important;
    margin-right: 0; }

  .bloc.offre:hover {
    transform: none; }

  .noMobile.messNavMobile p {
    color: #006674;
    font-family: open sans condensed;
    font-size: 2em;
    font-weight: bold;
    line-height: 0.72em;
    margin-top: 0;
    padding: 0; }

  .noMobile.messNavMobile img {
    margin-bottom: 8px; }

  .noMobile.messNavMobile span {
    color: #fff;
    display: block;
    font-family: open sans condensed;
    font-size: 0.6em;
    font-weight: 100;
    text-transform: uppercase; }

  .noMobile.messNavMobile p strong {
    color: #fff;
    display: inline-block;
    font-weight: bold; }

  .noMobile.messNavMobile p span.ph1 {
    font-size: 0.792em; }

  .noMobile.messNavMobile p span.ph2 {
    font-size: 0.658em;
    margin-top: 3px; }

  .noMobile.messNavMobile p span.ph3 {
    font-size: 0.6em; } }
@media screen and (max-width: 460px) {
  .contentOffre {
    padding: 15px;
    width: auto; }

  .detailOffre {
    background-size: auto auto; }

  .bloc.pubActu {
    min-height: 450px;
    width: 100%; }

  .bloc.pubActu .title {
    margin-top: 45%; }

  .bloc.pubActu .title {
    margin-top: 0;
    text-align: left;
    font-size: 1.4em; }

  .bloc.pubActu .title strong {
    color: #006674;
    display: block;
    font-size: 1.7em;
    font-weight: 800; }

  .bloc.pubActu::after {
    height: 431px; }

  .bloc.pubActu .boutons a {
    font-size: 1em; } }
@media screen and (max-width: 420px) {
  .fondLogin::after {
    display: none; }

  .htmlDemandeAxecibles .part:last-child {
    margin-bottom: 100px; }

  .htmlDemandeAxecibles .redaction.blocNumerote {
    padding-bottom: 0; }

  .htmlDemandeAxecibles .redaction .part {
    margin: 0; }

  .htmlDemandeAxecibles .redaction .step > span {
    margin: 20px auto 0;
    width: auto;
    padding: 0 22px; }

  .bloc.ajouterArticle {
    display: none; }

  .adresseLogin {
    bottom: auto;
    position: relative;
    right: auto;
    text-align: center;
    padding: 30px;
    z-index: 2; }

  .bloc.blocLogin {
    position: relative;
    top: 0 !important;
    transform: translate(0) !important;
    left: auto;
    margin: 85px auto 30px !important; }

  .bloc {
    margin: 5px 6px 0 !important;
    padding: 10px 15px;
    width: auto !important; }

  .dashboard .column {
    margin: 0;
    width: auto; }

  .dashboard .row {
    margin-left: 0;
    margin-right: 0; }

  .dashboard {
    padding: 0 0 45px; }

  .bloc .title_encart {
    margin-left: 36px; }

  .contentStatsVisiteurs {
    margin-left: auto;
    width: auto; }

  .accesRapide {
    margin-top: 25px; }

  .htmlstatistiques #container .bloc {
    box-shadow: none;
    margin: 0 0 6px !important;
    padding: 20px 10px !important; }

  .htmlDocuFormation .redaction {
    padding: 0; }

  .htmlDocuFormation .step {
    font-size: 0.89em;
    margin: 0;
    padding: 0 13px;
    display: block !important; }

  .redaction .step > span {
    margin-bottom: 10px; }

  .redaction .step > span strong {
    font-size: 1.6em; }

  .sousH1 {
    font-size: 1em;
    line-height: 1.2em;
    margin-top: 10px;
    padding-right: 0;
    text-align: center; }

  h1 {
    color: #333;
    font-size: 1.7em;
    text-align: center;
    margin-top: 9px; }

  .htmlDemandeAxecibles .redaction .visible .step {
    text-align: center; }

  .htmlDemandeAxecibles .redaction .step > span {
    display: block; }

  .htmlDemandeAxecibles .redaction .step > span.num {
    display: inline-block; }

  .htmlDemandeAxecibles .redaction .discussion::before {
    display: none; }

  .htmlDemandeAxecibles .redaction {
    padding: 30px 0; }

  .offres {
    padding: 0; }

  .htmlOffre .filtreCategorie {
    display: none; } }
@media screen and (max-height: 420px) {
  .adresseLogin {
    bottom: auto;
    margin-top: 15px;
    position: relative;
    right: auto;
    text-align: center;
    z-index: 2; }

  .bloc.blocLogin {
    box-sizing: border-box;
    left: auto !important;
    margin: 85px auto 0;
    position: relative;
    top: auto !important;
    transform: none !important;
    width: 90% !important; }

  .formOffre .nomPrenom {
    width: 100%; } }
.dataTables_filter {
  display: none; }
