@charset "UTF-8";
.veggie-burger {
  padding: 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.veggie-burger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
  margin-top: 0.8rem;
}

.veggie-burger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.veggie-burger-inner, .veggie-burger-inner::before, .veggie-burger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.veggie-burger-inner::before, .veggie-burger-inner::after {
  content: "";
  display: block;
}

.veggie-burger-inner::before {
  top: -8px;
}

.veggie-burger-inner::after {
  bottom: -8px;
}

.veggie-burger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.veggie-burger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.veggie-burger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#entete.open .veggie-burger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

#entete.open .veggie-burger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

#entete.open .veggie-burger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.veggie-burger:hover .veggie-burger-inner,
.veggie-burger:hover .veggie-burger-inner::before,
.veggie-burger:hover .veggie-burger-inner::after {
  background-color: #6c757d;
}

#menu-toggler .veggie-burger-box::after {
  position: absolute;
  color: rgba(255, 255, 255, 0.6);
  content: "MENU";
  font-size: 10px;
  bottom: -12px;
  left: 0;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem !important;
}

/*

* @author : Erik Calop
* @url : erik@calop.org
* @version : 2.0
* @date : 2013-03-27
* @comment : Styles de base

1.0		2013-03-27	VO division du précédent base.css

*/
/* @group photos */
.photoCext {
  text-align: center;
}

.photo-gauche-cadre {
  background-color: white;
  float: left;
  margin: 5px 10px 5px 0;
  padding: 4px;
  border: 1px solid #eee;
  box-shadow: 2px 2px 6px #eee;
}

.photo-gauche {
  float: left;
  margin: 5px 10px 5px 0;
  padding: 0;
}

.photo-droite-cadre {
  background-color: white;
  float: right;
  margin: 5px 0 5px 10px;
  padding: 4px;
  border: 1px solid #eee;
  box-shadow: 2px 2px 6px #eee;
}

.photo-droite {
  float: right;
  margin-bottom: 5px;
  margin-left: 10px;
  padding: 0;
  border: 0;
}

.photo-centre-block {
  display: block;
  text-align: center;
}

.photo-centre-cadre {
  display: inline-block;
  background-color: white;
  padding: 6px;
  box-shadow: 2px 2px 6px #eee;
  border: 1px solid #eee;
}

.photo-centre {
  display: inline-block;
  margin-bottom: 5px;
  padding: 0;
  border: 0;
}

.photo-gauche, .photo-droite, .photo-centre, .photo-gauche-cadre, .photo-droite-cadre, .photo-centre-cadre {
  text-align: center;
}

.photo-gauche-cadre figcaption, .photo-droite-cadre figcaption, .photo-centre-cadre figcaption {
  color: gray;
  text-align: center;
  padding-top: 5px;
  font: 10px/10px "Lucida Grande", Lucida, Verdana, sans-serif;
}

figure.illustration {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0;
}

figure.illustration figcaption {
  display: none;
  position: absolute;
  bottom: 4px;
  left: 0;
  padding: 5px 10px;
  color: white;
  background: rgba(0, 0, 0, 0.65);
  width: 100%;
}

/* @end */
.lightGallery,
.gallery-telecharge {
  display: block;
  margin: 10px -10px;
}

.lightGallery img,
.gallery-telecharge img {
  display: block;
  position: relative;
  overflow: hidden;
  float: left;
  margin: 6px;
  color: #999;
}

.gallery-telecharge a figure {
  position: relative;
}

.lightGallery img:hover,
.gallery-telecharge a:hover img {
  border: 1px solid #999 !important;
  cursor: help;
  cursor: -webkit-zoom-in;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}

.gallery-telecharge a figcaption {
  position: absolute;
  display: block;
  text-align: center;
  padding-top: 4px;
  font-size: 10px;
  z-index: 2;
  color: gray;
  width: 220px;
  height: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  top: 145px;
}

hr.clear {
  clear: both;
  min-height: 0px;
  height: 1px;
  border: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

.carousel-caption h2 {
  font-weight: 700;
  margin-bottom: 0;
}

.article .carousel-caption h2 {
  color: #fff;
}

.carousel .carousel-caption span {
  display: inline-block;
  background-color: rgba(0, 22, 32, 0.4) !important;
  padding: 2px 8px;
}

.bloc-actusOFF .card {
  border: 0;
}
.bloc-actusOFF .card-body {
  padding: 10px 0 0;
}
.bloc-actusOFF .card-footer {
  padding: 10px 0 0;
  border: 0;
  background: 0;
}
.bloc-actusOFF h4.card-title {
  font-size: 20px !important;
  padding: 12px;
  text-align: center;
  background-color: #007bff;
  margin-top: 0;
}
.bloc-actusOFF .card-text small.text-muted {
  font-size: 10px;
  color: #bbb !important;
}

.bloc-actus .card .card-body {
  padding-bottom: 0;
}
.bloc-actus .card h4.card-title {
  font-size: 20px !important;
  padding: 12px;
  text-align: center;
  margin-top: -20px;
  margin-right: -20px;
  margin-left: -20px;
}
.bloc-actus .card .card-footer {
  text-align: center;
  border: 0;
  background: none;
}

.bloc-actus .card.link .card-text {
  color: #000;
}

.bloc-actus .card.link:hover {
  border: 1px solid #46a9fb;
}

/* https://adminlte.io/docs/2.4/boxes */
.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.box.box-primary {
  border-top-color: #3c8dbc;
}

.box.box-info {
  border-top-color: #00c0ef;
}

.box.box-danger {
  border-top-color: #dd4b39;
}

.box.box-warning {
  border-top-color: #f39c12;
}

.box.box-success {
  border-top-color: #00a65a;
}

.box.box-default {
  border-top-color: #d2d6de;
}

.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
  display: none;
}

.box .nav-stacked > li {
  border-bottom: 1px solid #f4f4f4;
  margin: 0;
}

.box .nav-stacked > li:last-of-type {
  border-bottom: none;
}

.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}

.box .border-right {
  border-right: 1px solid #f4f4f4;
}

.box .border-left {
  border-left: 1px solid #f4f4f4;
}

.box.box-solid {
  border-top: 0;
}

.box.box-solid > .box-header .btn.btn-default {
  background: transparent;
}

.box.box-solid > .box-header .btn:hover,
.box.box-solid > .box-header a:hover {
  background: rgba(0, 0, 0, 0.1);
}

.box.box-solid.box-default {
  border: 1px solid #d2d6de;
}

.box.box-solid.box-default > .box-header {
  color: #444444;
  background: #d2d6de;
  background-color: #d2d6de;
}

.box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn {
  color: #444444;
}

.box.box-solid.box-primary {
  border: 1px solid #3c8dbc;
}

.box.box-solid.box-primary > .box-header {
  color: #ffffff;
  background: #3c8dbc;
  background-color: #3c8dbc;
}

.box.box-solid.box-primary > .box-header a,
.box.box-solid.box-primary > .box-header .btn {
  color: #ffffff;
}

.box.box-solid.box-info {
  border: 1px solid #00c0ef;
}

.box.box-solid.box-info > .box-header {
  color: #ffffff;
  background: #00c0ef;
  background-color: #00c0ef;
}

.box.box-solid.box-info > .box-header a,
.box.box-solid.box-info > .box-header .btn {
  color: #ffffff;
}

.box.box-solid.box-danger {
  border: 1px solid #dd4b39;
}

.box.box-solid.box-danger > .box-header {
  color: #ffffff;
  background: #dd4b39;
  background-color: #dd4b39;
}

.box.box-solid.box-danger > .box-header a,
.box.box-solid.box-danger > .box-header .btn {
  color: #ffffff;
}

.box.box-solid.box-warning {
  border: 1px solid #f39c12;
}

.box.box-solid.box-warning > .box-header {
  color: #ffffff;
  background: #f39c12;
  background-color: #f39c12;
}

.box.box-solid.box-warning > .box-header a,
.box.box-solid.box-warning > .box-header .btn {
  color: #ffffff;
}

.box.box-solid.box-success {
  border: 1px solid #00a65a;
}

.box.box-solid.box-success > .box-header {
  color: #ffffff;
  background: #00a65a;
  background-color: #00a65a;
}

.box.box-solid.box-success > .box-header a,
.box.box-solid.box-success > .box-header .btn {
  color: #ffffff;
}

.box.box-solid > .box-header > .box-tools .btn {
  border: 0;
  box-shadow: none;
}

.box.box-solid[class*=bg] > .box-header {
  color: #fff;
}

.box .box-group > .box {
  margin-bottom: 5px;
}

.box .knob-label {
  text-align: center;
  color: #333;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 0.3em;
}

.box > .overlay,
.overlay-wrapper > .overlay,
.box > .loading-img,
.overlay-wrapper > .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.box .overlay,
.overlay-wrapper .overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}

.box .overlay > .fa,
.overlay-wrapper .overlay > .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}

.box .overlay.dark,
.overlay-wrapper .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}

.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
  content: " ";
  display: table;
}

.box-header:after,
.box-body:after,
.box-footer:after {
  clear: both;
}

.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
}

.box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
}

.collapsed-box .box-header.with-border {
  border-bottom: none;
}

.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
  display: inline-block;
  font-size: 20px;
  margin: 0;
  line-height: 1;
}

.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion {
  margin-right: 5px;
}

.box-header > .box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}

.box-header > .box-tools [data-toggle=tooltip] {
  position: relative;
}

.box-header > .box-tools.pull-right .dropdown-menu {
  right: 0;
  left: auto;
}

.box-header > .box-tools .dropdown-menu > li > a {
  color: #444 !important;
}

.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  color: #97a0b3;
}

.open .btn-box-tool,
.btn-box-tool:hover {
  color: #606c84;
}

.btn-box-tool.btn:active {
  box-shadow: none;
}

.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}

.no-header .box-body {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.box-body > .table {
  margin-bottom: 0;
}

.box-body .fc {
  margin-top: 5px;
}

.box-body .full-width-chart {
  margin: -19px;
}

.box-body.no-padding .full-width-chart {
  margin: -9px;
}

.box-body .box-pane {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
}

.box-body .box-pane-right {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
}

.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #ffffff;
}

.chart-legend {
  margin: 10px 0;
}

@media (max-width: 991px) {
  .chart-legend > li {
    float: left;
    margin-right: 10px;
  }
}
.box-comments {
  background: #f7f7f7;
}

.box-comments .box-comment {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.box-comments .box-comment:before,
.box-comments .box-comment:after {
  content: " ";
  display: table;
}

.box-comments .box-comment:after {
  clear: both;
}

.box-comments .box-comment:last-of-type {
  border-bottom: 0;
}

.box-comments .box-comment:first-of-type {
  padding-top: 0;
}

.box-comments .box-comment img {
  float: left;
}

.box-comments .comment-text {
  margin-left: 40px;
  color: #555;
}

.box-comments .username {
  color: #444;
  display: block;
  font-weight: 600;
}

.box-comments .text-muted {
  font-weight: 400;
  font-size: 12px;
}

#entete {
  background-color: #333333 !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0.5rem 1rem;
  height: 80px;
  z-index: 10000;
  font: 14px;
  font-weight: 500;
}
#entete.ombre {
  box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.4);
}
#entete .date {
  margin-top: 6px;
  line-height: 54px;
  color: #ff7c64;
  font-weight: 800;
}
#entete .date strong {
  font-weight: 400;
  color: #ccc;
}
#entete #logo {
  margin-top: 10px;
  transition: transform 0.5s;
}
#entete #logo:hover {
  transition: transform 0.2s;
  transform: scale(1.1);
}
#entete .text-right {
  margin-top: 6px;
  line-height: 54px;
  padding-right: 30px;
}
#entete .text-right a {
  opacity: 0.7;
  color: white;
}
#entete .text-right a:hover {
  opacity: 1;
  text-decoration: none;
}
#entete .text-right .langue {
  margin-right: 10px;
  margin-left: 0;
}
#entete .text-right a.langue:not(.active) {
  opacity: 0.4;
}
#entete .text-right a.langue:hover, #entete .text-right a.langue.active {
  opacity: 1;
}
#entete .col-4 {
  margin-top: -8px;
  overflow: hidden;
}

#entete > .fa {
  font-size: 24px;
  position: relative;
  top: 3px;
}

#navigation {
  z-index: 9999;
  font-size: 14px;
}
#navigation ul {
  padding: 15px;
}
#navigation ul li {
  margin-bottom: 10px;
  list-style: none;
}
#navigation ul li.active a:after {
  content: "\f0d9";
  float: right;
  margin-right: -16px;
  font: 24px "fontawesome";
  margin-top: -2px;
}
#navigation a {
  opacity: 0.6;
}
#navigation a:hover, #navigation li.active a {
  opacity: 1;
}
#navigation .liencat {
  cursor: pointer;
}

#nav-principal,
#nav-secondaire {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

#nav-principal {
  z-index: 999;
  width: 170px;
  height: 100vh;
  position: fixed;
  left: -170px;
  transition: left 0.15s linear;
  overflow-y: auto;
  overflow-x: hidden;
  top: 0;
  padding-top: 80px;
  transform: translate3d(0, 0, 0);
  text-transform: uppercase;
  color: #6c757d;
  background-color: #000;
}
#nav-principal ul li {
  line-height: 16px;
}
#nav-principal a {
  transition: all 0.2s;
  color: #ccc;
}
#nav-principal a:hover, #nav-principal li.active a {
  color: #ff7c64 !important;
}
#nav-principal li.active a:after {
  color: #ff7c64;
  margin-right: -18px !important;
  margin-top: -4px !important;
}
#nav-principal footer {
  color: #000;
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
}
#nav-principal footer p {
  margin-bottom: 5px;
  font-size: 11px;
  letter-spacing: 2px;
  color: #6c757d;
}
#nav-principal footer .fa {
  font-size: 30px;
  margin-right: 2px;
  margin-left: 2px;
}

#entete.open #nav-principal {
  left: 0px;
  transition: left 0.15s linear;
}

#nav-secondaire {
  z-index: 1;
  position: fixed;
  top: 0;
  left: -170px;
  width: 170px;
  height: 100vh;
  padding-top: 80px;
  background-color: #ff7c64 !important;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.15s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.15s cubic-bezier(0.55, 0, 0.1, 1);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  font-size: 13px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
#nav-secondaire ul {
  position: absolute;
  padding: 8px 0 0 0;
}
#nav-secondaire ul li {
  line-height: 16px;
  list-style: none;
  margin: 0;
  padding: 8px 15px;
}
#nav-secondaire ul li.souspage {
  padding: 4px 15px 4px 20px;
  font-size: 11px;
}
#nav-secondaire ul li.souspage:before {
  content: "• ";
  color: #6c757d;
}
#nav-secondaire ul li.active {
  background-color: rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
#nav-secondaire ul li.active a:after {
  content: "\f0d9";
  float: right;
  margin-right: -18px;
  color: #fff !important;
  margin-top: -4px;
}
#nav-secondaire .fa {
  font-size: 13px;
}
#nav-secondaire a {
  color: #fff;
  opacity: 0.8;
}
#nav-secondaire a:hover {
  color: #fff;
  opacity: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

#entete.open #nav-secondaire {
  left: 0px;
  -ms-transform: translate3d(170px, 0, 0);
  -webkit-transform: translate3d(170px, 0, 0);
  transform: translate3d(170px, 0, 0);
  -webkit-transition: all 0.15s cubic-bezier(0.55, 0, 0.1, 1) 0.2s;
  transition: all 0.15s cubic-bezier(0.55, 0, 0.1, 1) 0.2s;
}

footer#pied {
  margin-top: 30px;
}

#pied-nav {
  background-color: #ffdb43;
  margin-top: 10px;
}
#pied-nav .container {
  color: #343a40;
  font-size: 11px;
  padding-top: 15px;
  padding-bottom: 20px;
}
#pied-nav ul {
  color: rgba(0, 0, 0, 0.3);
  padding-left: 15px;
}
#pied-nav li.souspage {
  list-style: circle;
  font-size: 9px;
  margin-left: 12px;
}
#pied-nav li.souspage + li.page {
  margin-top: 5px;
}
#pied-nav a {
  display: block;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  text-transform: uppercase;
}
#pied-nav a:hover {
  color: #000;
}
#pied-nav h3 {
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 700;
  color: #000;
}
#pied-nav h3 a {
  color: rgba(0, 0, 0, 0.6);
}
#pied-nav h3 a:hover {
  color: #000;
}

#copyright {
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  font-size: 11px;
  word-spacing: 1px;
  background-color: #fff;
}
#copyright .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
#copyright a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
#copyright a:hover {
  color: #343a40;
  border-bottom: 1px solid #6c757d;
}

@media (max-width: 575.98px) {
  #entete #logo {
    position: fixed;
    width: 70px;
    top: 6px;
    right: 16px;
  }
  .navbar-toggler {
    padding: 0.25rem 0.75rem 0 0 !important;
  }
}
#intro-page {
  background-color: #ff7c64 !important;
  margin-top: -30px;
  padding-top: 130px;
  margin-bottom: 30px;
}
#intro-page p.cat, #intro-page h3, #intro-page h1, #intro-page h2 {
  color: #fff;
}
#intro-page p.cat {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
}
#intro-page h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 900;
}
#intro-page h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
#intro-page h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
#intro-page h3 strong {
  font-weight: 900;
}
#intro-page hgroup {
  padding-bottom: 5px;
}
#intro-page h3, #intro-page h2 {
  text-transform: none;
}

.article, #tinymce {
  margin-top: 0;
  padding-bottom: 30px;
  font-size: 16px;
  font-weight: 300;
}
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6, #tinymce h1, #tinymce h2, #tinymce h3, #tinymce h4, #tinymce h5, #tinymce h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  margin-bottom: 0.5rem;
  word-wrap: break-word;
  hyphens: auto;
}
.article h1, #tinymce h1 {
  text-transform: uppercase;
  font-size: 48px;
  color: #000;
}
.article h2, #tinymce h2 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 30px;
  color: #000;
  margin-top: -10px;
}
.article h3, #tinymce h3 {
  text-transform: uppercase;
  font-weight: 300;
  color: #fff;
  margin-top: 20px;
  font-size: 18px;
  line-height: 25px;
}
.article h4, #tinymce h4 {
  color: #fff;
  background-color: #ff7c64;
  padding: 4px 8px;
  margin-top: 30px;
  font-size: 30px;
  text-transform: uppercase;
}
.article h5, #tinymce h5 {
  margin-top: 25px;
  font-size: 26px;
}
.article h6, #tinymce h6 {
  margin-top: 25px;
  font-size: 20px;
}
.article p.cat, #tinymce p.cat {
  text-transform: uppercase;
  color: #999;
  margin: 0;
  font-size: 16px;
  letter-spacing: 2px;
}
.article hgroup, #tinymce hgroup {
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.article .img-fluid, #tinymce .img-fluid {
  width: 100%;
}
.article .kodablok.filet, #tinymce .kodablok.filet {
  border-bottom: 1px solid #eee;
  margin-top: 10px;
  margin-left: -10px;
  margin-bottom: -15px;
  width: calc(100% + 20px);
  padding-left: 25px;
  padding-right: 25px;
}
.article .kodablok.blockquote, #tinymce .kodablok.blockquote {
  background-color: hsl(210, 53%, 96%);
  border-left: 4px solid #8fbadf;
  margin-top: 10px;
  margin-left: -10px;
  margin-bottom: -10px;
  padding: 10px 20px;
}
.article .kodablok.blockquote :first-child, #tinymce .kodablok.blockquote :first-child {
  margin-top: 0 !important;
}
.article .kodablok.blockquote :last-child, #tinymce .kodablok.blockquote :last-child {
  margin-bottom: 0 !important;
}

h4.card-title {
  background-color: #000;
}

#home-infos .card {
  border: 0;
}
#home-infos .card-body {
  padding: 10px 0 0;
}
#home-infos .card-footer {
  padding: 10px 0 0;
  border: 0;
  background: 0;
}
#home-infos h4.card-title {
  font-size: 20px;
  padding: 12px;
  text-align: center;
  background-color: #ff7c64;
}
#home-infos .card-text small.text-muted {
  font-size: 10px;
  color: #bbb !important;
}

.bloc-actus h4.card-title {
  font-size: 20px;
  padding: 12px;
  text-align: center;
  background-color: #ff7c64;
}

/* @group Couleurs des catégories de film */
/* @end */
.cat-film-light-blue {
  background-color: #3c8dbc !important;
}

.cat-film-red {
  background-color: #e21e00 !important;
}

.cat-film-green {
  background-color: #0b9154 !important;
}

.cat-film-aqua {
  background-color: #00c0ef !important;
}

.cat-film-yellow {
  background-color: #f4bb00 !important;
}

.cat-film-blue {
  background-color: #0073b7 !important;
}

.cat-film-navy {
  background-color: #003f80 !important;
}

.cat-film-teal {
  background-color: #35d6d6 !important;
}

.cat-film-olive {
  background-color: #6b763c !important;
}

.cat-film-lime {
  background-color: #51c784 !important;
}

.cat-film-orange {
  background-color: #ef6f00 !important;
}

.cat-film-fuchsia, .text-fuchia {
  background-color: #F012BE !important;
}

.cat-film-purple {
  background-color: #932ab6 !important;
}

.cat-film-maroon {
  background-color: #853b14 !important;
}

.cat-film-black {
  background-color: #222 !important;
}

.cat-film-white {
  background-color: #fff !important;
}

.cat-film-gray {
  background-color: #777 !important;
}

.cat-film-lightgray {
  background-color: #ccc !important;
}

.cat-film-light-blue,
.cat-film-red,
.cat-film-green,
.cat-film-aqua,
.cat-film-yellow,
.cat-film-blue,
.cat-film-navy,
.cat-film-teal,
.cat-film-olive,
.cat-film-lime,
.cat-film-orange,
.cat-film-fuchsia,
.cat-film-purple,
.cat-film-maroon,
.cat-film-black,
.cat-film-gray {
  color: #fff;
}

.cat-film-white,
.cat-film-lightgray {
  color: #000;
}

.cat-film-text-light-blue {
  color: #3c8dbc !important;
}

.cat-film-text-red {
  color: #e21e00 !important;
}

.cat-film-text-green {
  color: #0b9154 !important;
}

.cat-film-text-aqua {
  color: #00c0ef !important;
}

.cat-film-text-yellow {
  color: #f4bb00 !important;
}

.cat-film-text-blue {
  color: #0073b7 !important;
}

.cat-film-text-navy {
  color: #003f80 !important;
}

.cat-film-text-teal {
  color: #35d6d6 !important;
}

.cat-film-text-olive {
  color: #6b763c !important;
}

.cat-film-text-lime {
  color: #51c784 !important;
}

.cat-film-text-orange {
  color: #ef6f00 !important;
}

.cat-film-text-fuchsia, .text-fuchia {
  color: #F012BE !important;
}

.cat-film-text-purple {
  color: #932ab6 !important;
}

.cat-film-text-maroon {
  color: #853b14 !important;
}

.cat-film-text-black {
  color: #222 !important;
}

.cat-film-text-white {
  color: #fff !important;
}

.cat-film-text-gray {
  color: #777 !important;
}

.cat-film-text-lightgray {
  color: #ccc !important;
}

/* @override 
	https://lesarcs-filmfest.com/fcea/festi-css/films.css */
#nav-cat {
  cursor: pointer;
  padding: 0;
}

#nav-cat ul {
  padding: 0;
}

#nav-cat li {
  list-style: none;
}

#nav-cat .cat {
  border-bottom: 1px solid #eee;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
}

#nav-cat .cat:not(.active) a:link,
#nav-cat .cat:not(.active) a:visited {
  color: #999;
}

#nav-cat .cat:not(.active) a:hover {
  color: inherit;
}

#nav-cat .nav-film {
  font-size: 13px;
  padding-left: 10px;
}

#nav-cat .nav-film.active {
  font-weight: bold;
}

#nav-cat .nav-film.active a {
  position: relative;
}

#nav-cat .nav-film.active a::before {
  display: block;
  position: absolute;
  content: "\f0da";
  font-family: FontAwesome;
  left: -9px;
  top: -2px;
}

#headerPhoto {
  display: none;
}

/* @group SM */
/* SM */
@media (min-width: 576px) {
  .card-columns {
    column-count: 1;
  }
}
/* MD */
@media (min-width: 768px) {
  .card-columns {
    column-count: 2;
  }
}
/* LG */
@media (min-width: 992px) {
  .card-columns {
    column-count: 3;
  }
}
@media (min-width: 1200px) {
  #headerPhotoZone {
    display: block;
    position: absolute;
    top: 70px;
    right: 0;
    left: 0;
    z-index: 1;
    height: 600px;
    padding: 0;
  }
  #headerPhoto {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    height: 620px;
    overflow: hidden;
    filter: blur(10px);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    background-position: center center;
    margin: -20px;
    overflow: hidden;
  }
}
/* @end */
/* @group Fiche film */
#fiche-film {
  position: relative;
  z-index: 2;
  padding-top: 70px;
}

#photo-maxi {
  z-index: 2;
}

#grandePhoto {
  position: relative;
}

#zonePhotoCouleur .credit {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  right: 0;
  color: white;
  padding: 2px 6px;
  font-size: 11px;
}

#fiche-film h1 {
  text-transform: none;
  margin-top: -10px;
  margin-bottom: 0;
}

#fiche-film h2 {
  text-transform: none;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 0;
}

#fiche-film .categories {
  font-size: 14px;
}

#fiche-film h3, #fiche-film .infos {
  text-transform: none;
  color: #666;
  margin-top: 0;
}

#fiche-film .pitch {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#fiche-film .categories {
  float: right;
}

#fiche-film .realisateur {
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: 14px;
}

#fiche-film .realisateur h5 {
  margin-top: 0;
  color: #000;
  font-size: 22px;
}

#fiche-film .realisateur h6 {
  margin-top: 0;
  font-size: 18px;
}

#fiche-film .generique td, #fiche-film .generique th {
  border: 0;
  padding: 4px 4px 4px 20px;
}

/* @end */
/* @group Photo haut */
#zonePhotoCouleur, #zonePhotoCouleur .container {
  padding: 0;
}

/* SM */
@media (min-width: 576px) {
  #zonePhotoCouleur {
    height: 284px;
  }
}
/* MD */
@media (min-width: 768px) {
  #zonePhotoCouleur {
    height: 379px;
  }
}
/* LG */
@media (min-width: 992px) {
  #zonePhotoCouleur {
    height: 505px;
  }
}
/* XL */
@media (min-width: 1200px) {
  #zonePhotoCouleur {
    height: 600px;
  }
}
/* @end */
body {
  font-family: "Roboto", sans-serif;
}

a {
  color: #007bff;
  text-decoration: none !important;
}

a:hover {
  color: #fd7e14;
}
