.tabs {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs:before {
    display: table;
    content: " ";
    clear: both;
}

.tabs:after {
    display: table;
    content: " ";
    clear: both;
}

.nav-tabs {
    list-style: none;
    border-bottom: 1px solid #292929;
    padding-left: 0;
    margin-bottom: -1px;
    cursor: pointer;
}

.nav-tabs > li {
    position: relative;
    display: block;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #fafafa;
    cursor: default;
    background-color: #ff9200;
    border: solid rgba(255,255,255,.15);
    border-bottom-color: rgba(255,255,255,.15);
    border-bottom-color: transparent;
}

.nav-tabs > li > a {
    position: relative;
    display: block;
    padding: 7px 5px;
    margin-right: 2px;
    line-height: 1.42857143;
    border: solid transparent;
    background: #dcdcdc;
    font-weight: bold;
}

.content-tabs {
    padding: 10px;
    border: 1px solid #ff9200;
}

.content-tabs > .tab-pane {
    display: none;
}

.content-tabs > .active {
    display: block;
}

.fade.in {
    opacity: 1;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}


/** Froala **/

/** Froala custom figures **/
figure.item {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    width: 400px;
    margin: 0;
}

figure.item.item-left {
    margin-left: 5px;
}

figure img {
    width: 350px;
}

figure .caption {
    display: block;
}

 .custom-layer {
    text-align: center;
    padding: 10px;
  }


.jh-lire-aussi {
    width: 90%;
    margin: 0 auto;
    background-color: #dcdcdc;
    padding: 10px;
    border-left: 7px solid #9a0f15;
}

.jh-lire-aussi .jh-lire-aussi-titre {
    font-weight: bold;
    color: #000;
}

.jh-lire-aussi-url ul {
    margin: 5px;
}

.fr-view .quote {
    width: 90%;
    margin: 0 auto;
    background-color: #dcdcdc;
    border: 1px solid #c8c8c8;
    padding: 10px;
}