Centrer image

Résolu
dexcom Messages postés 35 Date d'inscription   Statut Membre Dernière intervention   -  
 Utilisateur anonyme -
re bonjour

Je voudrais centrer une image , celel ci se centre bien sous firefox mais sous ie impossible , déja essayer text=align center et center , impossible

<h4 class="panel-title"> <a class="accordion-toggle" data-toggle="collapse" data-parent="#accordion1" href="#collapseOne1" rel="nofollow" target="_blank"/><a href="file:///C|/Users/utilisateur-pc/Desktop/Nouveau dossier/Platdujour.png" rel="nofollow" target="_blank"> - Le plat du jour</a> </h4></div>

1 réponse

  1. Utilisateur anonyme
     
    Sans ton CSS c'est plutôt dur, ensuite si ton image a une largeur fixe, un margin: 0 auto fait l'affaire.
    1
    1. telliak Messages postés 3652 Date d'inscription   Statut Membre Dernière intervention   885
       
      ... et un bout de code lacunaire !
      0
    2. dexcom Messages postés 35 Date d'inscription   Statut Membre Dernière intervention  
       
      html

       <section id="price">
      <div class="container">
      <div class="row">
      <div class="col-md-12">
      <div class="block">
      <h1 class="heading wow fadeInUp" data-wow-duration="300ms" data-wow-delay="300ms"><span> Notre carte </span></h1>




      <div><h4 class="panel-title"><a href="carte/Mdeggustation.png" rel="nofollow" target="_blank">Visit W3Schools</a> </h4></div>

      </div></div></div></div>
      </section>
      0
    3. dexcom Messages postés 35 Date d'inscription   Statut Membre Dernière intervention   > dexcom Messages postés 35 Date d'inscription   Statut Membre Dernière intervention  
       
      /* var text-decoration */
      @font-face {
      font-family: myfont;
      src: url(../fonts/ufonts.com_tw-cen-mt.ttf);
      }
      /*--
      Common Css
      --*/
      body {
      font-family: myfont;
      font-size: 14px;
      font-weight: 400;

      }
      h1,
      h2,
      h3,
      h4,
      h5,
      h6 {

      margin: 0px;
      font-family: myfont;
      }
      h1 {
      font-size: 36px;
      }
      h2 {
      font-size: 24px;
      font-weight: 500;
      }
      h3 {
      font-size: 20px;
      font-weight: 600;
      }
      p {
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      margin: 0px;
      font-family: myfont;
      }
      ul {
      padding: 0;
      margin: 0;
      list-style: none;
      }
      a,
      a:active,
      a:focus,
      a:active {
      text-decoration: none !important;
      font-size: 18px;

      }
      /*============== Mixins style start ================*/
      .overlay-effect {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: url("../images/overlay-pattern.png") #000000;
      opacity: 0.3;
      }
      /*--
      custom heading Start
      --*/
      .heading {
      text-align: center;
      font-weight: 500;
      color: #2E2E2E;
      padding: 40px 0px;
      position: relative;
      }
      .heading span {
      font-size: 30px;
      color: #ff530a;
      font-weight: 600;
      }
      .heading:before {

      position: absolute;
      left: 50%;
      bottom: 0;
      width: 140px;
      height: 1px;
      background: #C8C1B3;
      margin-left: -70px;
      }
      /*--
      custom heading Start
      --*/
      .title {
      color: #2E2E2E;
      text-transform: uppercase;
      padding: 30px 0px;
      }
      .title span {
      color: #FF5333;
      }
      .before-border {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 140px;
      height: 1px;
      background: #C8C1B3;
      margin-left: -70px;
      }
      /*--
      transition custom style
      --*/
      .transition {
      -webkit-transition: .3s all;
      -o-transition: .3s all;
      transition: .3s all;
      }
      /*============== Mixins style close ================*/
      /*--
      header-img start Start
      --*/
      #hero-area {
      position: relative;
      }
      #hero-area:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      width: 100%;
      height: 100%;
      }
      /*--
      nav Start
      --*/
      nav {
      z-index: 99999;
      width: 100%;
      }
      nav .block {
      margin-top: -85px;
      background: #fff;
      padding: 25px 40px;
      background: rgba(253,231,147,0.99);
      }
      nav .block .navbar-default {
      border: none;
      border-radius: 0px;
      margin-bottom: 0;
      background: none;
      }
      nav .block .navbar-default .navbar-brand {
      padding-left: 0px;
      }
      nav .block .navbar-default .navbar-nav {
      padding-top: 10px;
      }
      nav .block .navbar-default .navbar-nav > li > a {
      color: #2E2E2E;
      padding: 10px 0px;
      margin: 0px 15px;
      font-size: 15px;
      text-transform: uppercase;
      }
      nav .block .navbar-default .navbar-nav > li > a:before {
      background-color: transparent;
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      display: block;
      height: 2px;
      -webkit-transition: .3s all;
      -o-transition: .3s all;
      transition: .3s all;
      width: 0;
      }
      nav .block .navbar-default .navbar-nav > li > a:hover:before {
      background-color: #e94c3d;
      content: "";
      width: 100%;
      }
      nav .block .navbar-default .navbar-nav > li.current > a {
      color: #2E2E2E;
      padding: 10px 0px;
      margin: 0px 15px;
      }
      nav .block .navbar-default .navbar-nav > li.current > a:before {
      background-color: transparent;
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      display: block;
      height: 2px;
      -webkit-transition: .3s all;
      -o-transition: .3s all;
      transition: .3s all;
      width: 100%;
      background-color: #e94c3d;
      }
      nav .block .navbar-default .navbar-nav > .active > a,
      nav .block .navbar-default .navbar-nav > .active > a:focus,
      nav .block .navbar-default .navbar-nav > .active > a:hover {
      background: none;
      }
      nav .block .navbar-default .navbar-nav > .active > a:before,
      nav .block .navbar-default .navbar-nav > .active > a:focus:before,
      nav .block .navbar-default .navbar-nav > .active > a:hover:before {
      content: "";
      position: absolute;
      bottom: 0px;
      width: 100%;
      height: 2px;
      background: #FF5333;
      }
      /*--
      slider Start
      --*/
      #slider {
      padding: 50px 0px;
      }
      #slider .block {
      padding: 0px 40px;
      }
      #slider .block .title {
      padding: 0px ;
      }
      #slider .block .owl-carousel {
      padding-top: 30px;
      position: relative;
      text-align: center;
      }
      #slider .block .owl-carousel img {
      padding-right: 30px;
      border-radius: 2px;
      padding-bottom: 50px;
      }
      #slider .block .owl-carousel .owl-pagination .active {
      background: #FF5333;
      }
      #slider .block .owl-carousel .owl-pagination div {
      background: #DADADA;
      border-radius: 100%;
      display: inline-block;
      height: 10px;
      margin-right: 5px;
      width: 10px;
      }
      #slider .block .owl-carousel .owl-buttons {
      position: absolute;
      right: 0;
      top: -40px;
      font-size: 40px;
      color: #AA9D84;
      }
      /*--
      about-us Start
      --*/
      #about-us {
      padding: 100px 0px;
      background: #F6F6F6;
      }
      #about-us .block {
      text-align: center;
      }
      #about-us .block p {
      color: #959595;
      font-size: 16px;
      line-height: 26px;
      padding: 40px 0px;
      }
      /*--
      blog Start
      --*/
      #blog {
      padding-top: 75px;
      padding-bottom: 100px;
      background: url("../images/blog/blog-bg.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: fixed;
      position: relative;
      }
      #blog:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: url("../images/overlay-pattern.png") #000000;
      opacity: 0.3;
      }
      #blog .block .heading {
      color: #fff;
      }
      #blog .block ul {
      padding-top: 40px;
      }
      #blog .block ul li {
      overflow: hidden;
      width: 50%;
      float: left;
      background: #fff;
      text-align: center;
      color: #959595;
      transform: 1s;
      }
      #blog .block ul li:hover img {
      transform: scale(1.2) rotate(10deg);
      }
      #blog .block ul li h3 {
      color: #323232;
      padding: 0px 40px 20px;
      line-height: 26px;
      position: relative;
      }
      #blog .block ul li h3:before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 90px;
      height: 1px;
      background: #CBC4B5;
      margin-left: -45px;
      }
      #blog .block ul li p {
      padding-top: 25px;
      }
      #blog .block ul li .blog-img {
      float: left;
      width: 50%;
      height: 100%;
      background: red;
      overflow: hidden;
      }
      #blog .block ul li .blog-img img {
      -webkit-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out;
      }
      #blog .block ul li .blog-img-2 {
      width: 50%;
      float: right;
      overflow: hidden;
      }
      #blog .block ul li .blog-img-2 img {
      -webkit-transition: all 0.8s ease-out;
      -o-transition: all 0.8s ease-out;
      transition: all 0.8s ease-out;
      width: 100%;
      }
      #blog .block ul li .content-right {
      padding: 40px 35px 23px;
      font-size: 16px;
      line-height: 26px;
      float: right;
      width: 50%;
      height: 100%;
      position: relative;
      }
      #blog .block ul li .content-right:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      top: 50%;
      width: 30px;
      height: 30px;
      margin-top: -15px;
      background: #fff;
      transform: rotate(45deg);
      margin-left: -15px;
      }
      #blog .block ul li .content-left {
      padding: 40px 35px 23px;
      width: 50%;
      height: 100%;
      float: left;
      position: relative;
      z-index: 999;
      }
      #blog .block ul li .content-left:after {
      content: "";
      position: absolute;
      right: -15px;
      top: 50%;
      width: 30px;
      height: 30px;
      margin-top: 0px;
      background: #fff;
      transform: rotate(45deg);
      }
      #blog .block .btn-more-info {
      float: right;
      padding: 28px 102.5px;
      border-radius: 0px;
      background: #ff530a;
      color: #fff;
      border: 1px solid transparent ;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 16px;
      -webkit-transition: .3s all;
      -o-transition: .3s all;
      transition: .3s all;
      }
      #blog .block .btn-more-info:hover {
      background: transparent;
      color: #ff530a;
      border: 1px solid #ff530a;
      }
      /*--
      price Start
      --*/
      #price {
      padding: 70px 0px;
      }
      #price .block > p {
      color: #9D9D9D;
      font-size: 16px;
      line-height: 26px;
      padding: 40px 133px 0;
      text-align: center;
      }
      #price .block .pricing-list {
      padding-top: 85px;
      }
      #price .block .pricing-list ul {
      padding: 0 0 30px;
      margin: 0;
      }
      #price .block .pricing-list ul li {
      padding: 21px 0px;
      }
      #price .block .pricing-list ul li .item .item-title {
      position: relative;
      }
      #price .block .pricing-list ul li .item .item-title h2 {
      display: inline-block;
      position: relative;
      z-index: 99;
      background: #fff;
      }
      #price .block .pricing-list ul li .item .item-title .border-bottom {
      position: absolute;
      top: 0;
      width: 100%;
      height: 1px;
      border: 1px dotted #C9C9C9;
      margin-top: 20px;
      }
      #price .block .pricing-list ul li .item .item-title span {
      float: right;
      color: #938463;
      }
      #price .block .pricing-list ul li .item p {
      padding: 12px 0 0px;
      color: #949494;
      }
      #price .block .pricing-list .btn {
      padding: 28px 105px;
      border-radius: 0px;
      background: none;
      color: #FF4F02;
      border: 1px solid #FF4F02;
      font-size: 15px;
      text-transform: uppercase;
      font-weight: 600;
      -webkit-transition: .3s all;
      -o-transition: .3s all;
      transition: .3s all;
      }
      #price .block .pricing-list .btn:hover {
      background: #ff530a;
      color: #fff;
      }
      /*--
      subscribe Start
      --*/
      #subscribe {
      padding: 100px 0px;
      text-align: center;
      background: url("../images/subscribe-bg.jpg");
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-size: cover;
      position: relative;
      }
      #subscribe:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: url("../images/overlay-pattern.png") #000000;
      opacity: 0.3;
      }
      #subscribe .block h1.heading {
      color: #fff;
      }
      #subscribe .block p {
      padding: 25px 0px;
      color: #fff;
      font-size: 18px;
      }
      #subscribe .block form .form-control {
      width: 450px;
      background: #fff;
      opacity: 0.9;
      border: none;
      height: 65px;
      border-radius: 0px;
      font-size: 15px;
      }
      #subscribe .block form .input-group-addon {
      padding: 0px;
      border: none;
      background: none;
      }
      #subscribe .block form .input-group-addon button {
      width: 212px;
      height: 65px;
      border: none;
      border-radius: 0px;
      background: #7EC3BB;
      color: #fff;
      font-weight: 600;
      font-size: 16px;
      letter-spacing: 2px;
      text-transform: uppercase;
      -webkit-transition: .3s all;
      -o-transition: .3s all;
      transition: .3s all;
      }
      #subscribe .block form .input-group-addon button:hover {
      background: #69a8a1;
      }
      /*--
      contact-us Start
      --*/
      #contact-us {
      padding: 70px 0px;
      }
      #contact-us .block .title {
      padding: 20px 0;
      }
      #contact-us .block form {
      padding-bottom: 20px;
      }
      #contact-us .block form input {
      height: 48px;
      border-radius: 0px;
      box-shadow: none;
      -webkit-transition: .3s all;
      -o-transition: .3s all;
      transition: .3s all;
      }
      #contact-us .block form input:focus {
      border: 1px solid #7EC3BB;
      }
      #contact-us .block form textarea {
      height: 140px;
      border-radius: 0px;
      box-shadow: none;
      -webkit-transition: .3s all;
      -o-transition: .3s all;
      transition: .3s all;
      }
      #contact-us .block form textarea:focus {
      border: 1px solid #7EC3BB;
      }
      #contact-us .block a {
      background: #FF4F02;
      float: right;
      color: #fff;
      font-weight: 600;
      text-transform: uppercase;
      border-radius: 0px;
      border: 0px;
      width: 512px;
      height: 50px;
      padding-top: 15px;
      -webkit-transition: .3s all;
      -o-transition: .3s all;
      transition: .3s all;
      }
      /*--
      footer Start
      --*/
      #footer {
      padding: 70px 0px;
      }
      #footer .block h3 {
      color: #2E2E2E;
      padding-bottom: 25px;
      }
      #footer .block h3 span {
      color: #FF4F02;
      }
      #footer .block .blog ul,
      #footer .block .info ul,
      #footer .block .gallary ul {
      padding-top: 20px;
      }
      #footer .block .blog ul li,
      #footer .block .info ul li,
      #footer .block .gallary ul li {
      margin-bottom: 25px;
      display: inline-block;
      margin-right: 20px;
      }
      #footer .block .blog ul li h4,
      #footer .block .info ul li h4,
      #footer .block .gallary ul li h4 {
      padding-bottom: 10px;
      display: block;
      color: #FF4F02;
      }
      #footer .block .blog ul li h4 i,
      #footer .block .info ul li h4 i,
      #footer .block .gallary ul li h4 i {
      color: #555;
      margin-right: 30px;
      font-size: 20px;
      }
      #footer .block .blog ul li h4 a,
      #footer .block .info ul li h4 a,
      #footer .block .gallary ul li h4 a {
      color: #FF4F02;
      font-size: 20px;
      font-weight: 600;
      }
      #footer .block .blog ul li p,
      #footer .block .info ul li p,
      #footer .block .gallary ul li p {
      color: #474747;
      font-size: 14px;
      }
      #footer .block .social-media-link h3 {
      font-size: 20px;
      padding-bottom: 15px;
      padding-top: 30px;
      }
      #footer .block .social-media-link h3 span {
      color: #FF4F02;
      }
      #footer .block .social-media-link ul li {
      display: inline-block;
      margin-right: 20px;
      }
      #footer .block .social-media-link ul li a {
      display: block;
      width: 40px;
      height: 40px;
      text-align: center;
      font-size: 20px;
      padding-top: 8px;
      border-radius: 100%;
      background: #B0B0B0;
      color: #FFFFFF;
      -webkit-transition: .3s all;
      -o-transition: .3s all;
      transition: .3s all;
      }
      #footer .block .social-media-link ul li a:hover {
      background: #FF4F02;
      color: #fff;
      }
      /*--
      footer-bottom Start
      --*/
      #footer-bottom {
      background: #E9E9E9;
      padding: 20px 0px;
      }
      #footer-bottom p {
      text-align: center;
      padding-top: 12px;
      color: #454545;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 2px;
      }
      #footer-bottom p a {
      color: #FF4F02;
      }
      0
    4. dexcom Messages postés 35 Date d'inscription   Statut Membre Dernière intervention   > dexcom Messages postés 35 Date d'inscription   Statut Membre Dernière intervention  
       
      .panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption{padding-right:15px;padding-left:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#428bca}.panel-primary>.panel-heading .badge{color:#428bca;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}
      0
    5. dexcom Messages postés 35 Date d'inscription   Statut Membre Dernière intervention   > dexcom Messages postés 35 Date d'inscription   Statut Membre Dernière intervention  
       
      et non mes images on toutes une taille différente
      0