/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #555;
  color: white;
  text-shadow: none;
}

::selection {
  background: #555;
  color: white;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  box-shadow: 0 0 12px rgba(30, 30, 30, 0.3);
}


/* ==========================================================================
Author's custom styles
========================================================================== */

body {
  font-family: 'Poppins', 'Open Sans', sans-serif;
  overflow-x: hidden;
  background: #fdfdfd;
  color: #333;
}

html {
  font-size: 14px;
}

#loader {
  background: #f6f4f4;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.no-flexbox #loader {
  display: block;
}

#loader .loader-wrap {
  margin: auto;
}

.square-spin>div, .ball-pulse-sync>div, .ball-pulse>div, .ball-scale>div {
  background-color: #DD5F32;
  border: none;
}

.blue-header {
  background: #78C0A8;
  margin-bottom: 35px;
}

.blue-header img.logo {
  margin: 40px auto;
  max-height: 55px;
}

.stripped{
  overflow: hidden;
  text-align: center;
}
.stripped > span{
  position: relative;
  display: inline-block;
}
.stripped > span:before, .stripped > span:after{
  content: '';
  position: absolute;
  top: 50%;
  height: 5px;
  border-top: 1px solid #DD5F32;
  width: 50vw;
  margin: 0 25px;

}
.stripped > span:before{
  right: 100%;
}
.stripped > span:after{
  left: 100%;
}

.page-title {
  margin-bottom: 30px;
}

h2, h3 {
  color: #DD5F32;
}

a:hover, a:focus {
  color: #DD5F32;
}
a.destroy-link {
  color: red;
}

.btn-main {
  background: #DD5F32;
  border-color: transparent;
  padding: 15px 30px;
  transition: all 0.2s ease;
  color: white;
}
.btn-main:hover, .btn-main:focus {
  border-color: transparent;
  background: #d14e23;
  color: white;
}

a.settings {
  color: #78C0A8;
  transition: color 0.2s ease;
}
a.settings:hover, a.settings:focus {
  color: #666;
}

.row.settings {
  margin-bottom: 30px;
  margin-top: -20px;
}

input[type="checkbox"], input[type="radio"], input[type="text"], input[type="email"], input[type="number"], input[type="password"], textarea, select {
  outline: none;
  box-shadow:none !important;
  border:1px solid #ccc;

}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: none;

}

[data-toggle="popover"]:hover {
  cursor: pointer;
}

.container-fluid {
  margin-bottom: 50px;
}

.btn-file {
  position: relative;
  overflow: hidden;
  text-align: left;

}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.subtitle {
  font-style: italic;
  font-family: 'Vollkorn', serif;
  text-align: center;
  color: #999;
}

.point-ressource img {
  width: 100%;
  opacity: 1;
  transition: all ease 0.2s;
}

.ressource-link {
  color: #78c0a8;
  transition: all ease 0.2s;
}

.point-ressource img:hover, .point-ressource img:focus {
  opacity: 0.8;
}

.btn-file span {
  color: #ddd;
  font-style: italic;
  font-family: 'Vollkorn', serif;
}

div.no-margin {
  padding-left: 0;
  padding-right: 0;
}

.help-block {
  text-align: right;
  margin-bottom: 25px;
  font-variant: small-caps;
  text-transform: uppercase;
  font-size: 0.8em;

}

.checkbox {
  padding-left: 20px; 
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px; 
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out; 
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555; 
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1; 
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; 
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;

}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65; 
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed; 
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%; 
}
.checkbox.checkbox-inline {
  margin-top: 0; 
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #78C0A8;
  border-color: #78C0A8;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff; 
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; 
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff; 
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; 
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff; 
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; 
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff; 
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; 
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #DD5F32;
  border-color: #DD5F32;

}

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff;

}

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f;

}

.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff;

}

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;

}

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff;

}

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;

}

.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff;

}

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;

}

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;

}

.radio {
  padding-left: 20px; 
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px; 
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out; 
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); 
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1; 
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; 
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1); 
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65; 
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed; 
}
.radio.radio-inline {
  margin-top: 0; 
}

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7; 
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7; 
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7; 
}

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; 
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; 
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; 
}

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; 
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de; 
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; 
}

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; 
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; 
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; 
}

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; 
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; 
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; 
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c"; 
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff; 
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff; 
}

.up-small {
  font-size: 0.9em;
  font-variant: small-caps;
  text-transform: uppercase;
}

a {
  color: #333;
}

ul {
  padding-left: 1px;
}

ul li {
  list-style: none;
}

a:hover, a:focus {
  text-decoration: none;
}

.error-page h1, .error-page h3 {
  font-variant: small-caps;
  text-transform: uppercase;
  color: white;
}

.alert {
  text-align: center;
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
}

section {
  /* padding: 40px 0; */
}

section h2, section h3 {
  color: #2c3e50;
  font-variant: small-caps;
  text-transform: lowercase;
  margin-bottom: 20px;
}

.full {
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-width: 100vw;
  min-height: 100vh;
  margin: 0;
  padding: 40px;
}

@media (max-width: 768px) {
  .full {
    padding: 40px 0;
  }
}

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

ol {
  padding-left: 0;
}
ol li {
  list-style-position: inside;
}

body {
  background-color: #F6F4F4;
}

.popover {
  /* width: 100%; */
}

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

.form-control:focus {
  border-color: #DD5F32;
}

.form-control::-webkit-input-placeholder {
  font-style: italic;
  font-family: 'Vollkorn', serif;
  color: #bbb;
}
.form-control:-moz-placeholder {
  font-style: italic;
  font-family: 'Vollkorn', serif;
  color: #bbb;
}
.form-control::-moz-placeholder {
  font-style: italic;
  font-family: 'Vollkorn', serif;
  color: #bbb;
}
.form-control:-ms-input-placeholder {
  font-style: italic;
  font-family: 'Vollkorn', serif;
  color: #bbb;
}

label[for="remember"] {
  font-style: italic;
  font-family: 'Vollkorn', serif;
  color: #bbb;
}
.checkbox i.fa {
  color: #bbb;
}

h1 {
  margin-top: 0;
  color: #555;
  font-variant: small-caps;
  text-transform: uppercase;
}

body.dragging,
body.dragging * {
  cursor: move !important;
}

.shadow {
  display: none;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 30, 30, 0.5);
  z-index: 1500;
}
body.dragging .shadow {
  display: block;
  visibility: visible;
}

.dragged {
  position: absolute;
  top: 0;
  z-index: 2000;
  border: 1px solid #333;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  background: white;
}

.placeholder {
  border: 2px solid #78c0a8;
}

.icon-move:hover {
  cursor: move;
}

.dragged td.essential {
  font-weight: bold;
}
.dragged td.essential i {
  visibility: hidden;
  display: none;
}
.dragged td:not(.essential) {
  visibility: hidden;
  display: none;
}


/* Sidebar */
#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar-nav img {
  /* margin: auto; */
  max-height: 55px;
}

#sidebar-wrapper-top .sidebar-nav img {
  margin: auto;
}

table.sorted tbody tr:hover {
  cursor: move;
}

#sidebar-wrapper header {
  /* border: 1px solid red; */
  width: 100%;
  height: 85%;
  display: flex;
  align-items: center;
  text-align: left;
}

#sidebar-wrapper header h2 {
  font-family: 'Poppins';
  font-weight: 900;
  color: #fefefe;
  line-height: 1.15em;
  margin-top: 0;
  font-size: 1.95em;
}

#sidebar-wrapper footer {
  left: -350px;
  transition: all 0.4s ease;
  position: fixed;
  bottom: 0;
  color: #fefefe;
  font-weight: 100;
}

.admin-link {
  font-size: 0.8em;
  text-align: left;
  margin-top: 0;
  padding-top: 0;
}
footer a {
  color: #fefefe;
}
footer a:hover {
  color: white;
}

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 350px;
  width: 0;
  height: 100%;
  margin-left: -350px;
  overflow-y: hidden;
  overflow-x: hidden;
  background: #78c0a8;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0;
}

#sidebar-wrapper-top {
  z-index: 1000;
  position: fixed;
  top: 120px;
  width: 100%;
  margin-top: -120px;
  height: 120px;
  /* overflow: hidden; */
  background: #78c0a8;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0;
  text-align: center;
}

.to-home {
  color: #fefefe;
  border-bottom: 2px solid transparent;
  margin-bottom: 15px;
  transition: all ease .2s;
  display: inline-block;
  font-variant: small-caps;
  text-transform: lowercase;
  font-weight:600;
}
.to-home i {
  font-size: 0.85em;
  transition: padding linear .1s;
  padding-right: 2px;
}
.to-home:hover {
  color: #fefefe;
  border-bottom: 2px solid #fefefe;
}
.to-home:hover i {
  padding-right: 5px;
}

#sidebar-wrapper-top .sidebar-nav img {
  margin-top: 20px;
  max-height: 25px;
}

#sidebar-wrapper-top h2 {
  color: #fefefe;
  font-size: 1.25em;
  font-weight: 900;
  margin-top: 0px;
  margin-bottom: 0;
}

footer.visible-xs p, footer.visible-xs a {
  color: #666;
  text-align: center;
}
footer.visible-xs {
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
}

#sidebar-wrapper-top .header {
  margin-top: 25px;
}

#sidebar-wrapper-top .header-pos {
  margin: auto;
  display: inline-block;
}

#sidebar-wrapper-top.cut .projet-nav, #sidebar-wrapper-top.cut .header {
  margin-top: 35px;
}

.cut .tooltip {
  /* width: 400px; */
  z-index: 999999;
}

#page-content-wrapper {
  width: 100%;
  position: absolute;
  padding-top: 10px;
  padding-right: 10px;
  top: 130px;
}

@media(min-width:768px) {
  #sidebar-wrapper-top {
    height: 0;
    top: 0;
  }

  #wrapper {
    padding-left: 350px;
  }

  #sidebar-wrapper {
    width: 350px;
    padding: 50px;
  }

  #page-content-wrapper {
    padding-top: 10px;
    padding-right: 10px;
    position: relative;
    top: 0;
  }

  #sidebar-wrapper footer {
    left: 50px;
  }
}

.intro-list {
  padding: 0 45px;
}
.intro-list h4 {
  margin-top: 30px;
}

.intro h3 {
  font-weight: 100;
  line-height: 8px;
  font-size: 1.5em;
  color: #dd5f32;
}

.intro h4 {
  font-family: 'Vollkorn';
  font-style: italic;
  border-bottom: 1px solid #78C0A8;
  color: #78C0A8;
  display: block;
  font-size: 1.6em;
  font-weight: 500;
}

.projets {
  padding: 20px;
  padding-bottom: 0;
  padding-top: 5px;
}

.projets .projet, .intro.projet {
  background-size: contain;
  height: 52vh;
  min-height: 250px;
  /* min-height: 52vh; */
  color: #fefefe;
  transition: 0.4s ease all;
  position: relative;
  border-bottom: 20px solid #F6F4F4;
  border-top: 20px solid #F6F4F4;
  border-left: 10px solid #F6F4F4;
  border-right: 10px solid #F6F4F4;
  overflow: hidden;
}

.projet.contact-projet .bg {
  background: #78c0a8;
  position: absolute;
}

.projet:hover {
  cursor: pointer;
}
.projet:not(.multi):hover .bg {
  opacity: 0.8;
}

.projet .icon-go {
  opacity: 0;
  transition: 0.4s ease all;
  margin: 0;
  margin-left: -25px;
  padding: 0;
}

.projet:not(.multi):hover .icon-go {
  opacity: 1;
  margin-left: 0;
}

.contact-projet .icon-go {
  opacity: 1;
  margin-left: 0;
}
.contact-projet:hover .icon-go {
  opacity: 1;
  margin-left: 25px;
}

.projet .bg {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  opacity: 1;
  transition: 0.4s ease all;
}

.info {
  padding: 15px;
  margin: auto;
  font-size: 1.25em;
  z-index: 999;
}

.projet.multi {
  cursor: default;
  /* min-height: 300px; */
}

.info.global {
  position: absolute;
  top: 0px;
  padding-top: 25px;
  text-align: center;
  width: 100%;
  cursor: default;
}
.info.global h6 {
  letter-spacing: 4px;
  font-size: 1.4em;
}
.info.global hr {
  position: relative;
  top: 15px;
  border-top: 4px solid white;
  width: 80%;
  margin: auto;
}
.projet .split {
  z-index: 999;
  margin-top: 50px;
  padding: 0;
  position: absolute;
  bottom: 0;
  height: calc(100% - 0px);
  cursor: pointer;
  background: transparent;
  transition: ease .3s background;
}
.projet.multi .global {
  background: transparent;
  transition: ease .3s background;
}
.projet.multi:hover .global {
  /* background: rgba(255, 255, 255, 0.15) */
}
.projet .split:hover {
  background: rgba(255, 255, 255, 0.15)
}
.split .info {
  transition: margin ease .3s;
}
.split.left .info {
  margin-left: 0;
}
.projet .split.left:hover .info {
  margin-left: -10px;
}
.split.right .info {
  margin-right: 0;
}
.projet .split.right:hover .info {
  margin-right: -10px;
}
.split .info > div {
  margin: auto;
  text-align: left;
}
.split.left {
  left: 0
}
.split.right {
  right: 0;
}
.projet .split .info {
  width: 100%;
  height: 100%;
}

.wrapper {
  z-index: 9;
  position: absolute;
  top: 0;
  /* left: 0; */
  width: 100%;
  height: 100%;
  background: #dd5f32;
  opacity: 0.7;
}

.categorie {
  color: #fefefe;
  font-family: 'Vollkorn', serif;
  font-style: italic;
}

.position {
  color: #fefefe;
}

.btn-white {
  background: #fefefe;
  color: #78C0A8;
  padding: 10px 25px;
  font-weight: 400;
  transition: all ease 0.4s;
  border: 2px solid transparent;
  font-family: 'Poppins';
}

.projet-header {
  overflow: hidden;
  width: 100%;
  min-height: 250px;
}

header .projet-infos {
  margin-top: 50px;
}

.btn-white:hover {
  color: #78C0A8;
  border: 2px solid #78C0A8;
}

.btn-white.btn-inverse {
  background: #78C0A8;
  color: #fefefe;
}
.btn-white.btn-inverse:hover {
  border-color: #fefefe;
  background: #78C0A8;
  color: #fefefe;
}

header .btn-white {
  margin-top: 5px;
}

.ret-button {
  color: #78C0A8;
  font-family: 'Poppins';
  transition: all ease 0.2s;
}
.ret-button:hover {
  color: #dd5f32;
}

.projet h6 {
  margin-top: 0;
  padding-top: 0;
  font-weight: 800;
  font-family: 'Poppins';
  font-size: 1.3em;
}

.intro.projet {
  min-height: 230px;
  align-items: bottom;
}
.intro .info {
  margin-left: 40px;
  text-align: left;
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
.intro.projet:hover {
  cursor: auto;
}
.intro.projet:hover .bg {
  opacity: 1;
}

.intro .info .client {
  position: absolute;
  font-size: 0.7em;
  font-weight: 200;
  right: 125px;
  bottom: 20px;
  text-align: right;
}

.description {
  font-family: 'Vollkorn', serif;
  color: #666;
  font-weight: 400;
  text-align: justify;
  padding: 30px 60px;
}

.description ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.intro h3 {
  line-height: 22px;
}

.intro h3 em {
  color: #666;
  font-size: 0.70em;
}

header p.quote {
  text-align: left;
}

header cite {
  color: white;
  font-size: 1.1em;
  font-family: 'Vollkorn', serif;
}

ol.carousel-indicators {
  /* background: rgba(33, 33, 33, 0.25); */
  padding: 0;
  position: absolute;
  height: 20px;
  top: -50px;
}

ol.carousel-indicators li {
  background-color: #aeaeae;
  transition: all ease 0.2s;
}
ol.carousel-indicators li:hover {
  background-color: #ccc;
}
ol.carousel-indicators li.active {
  background-color: #dd5f32;
}

.copyright-video {
  color: white;
  text-shadow: 0 0 3px black;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 1.1em;
  position: absolute;
  z-index: 99;
  bottom: 50px;
  right: 30px;
}

iframe {
  display: block;
  width: 100%;
  height: 100vh;
  border: 1px solid #ccc;
}

.carousel {
  margin-top: 90px;
  border: 1px solid #ccc;
}

.carousel video {
  width: 100%;
}

.carousel .autoplay {
  position: absolute;
  top: -30px;
}

.carousel .autoplay a {
  font-family: 'Poppins', sans-serif;
  font-variant: small-caps;
  text-transform: lowercase;
  color: #78c0a8;
  transition: color ease 0.2s;
}
.carousel .autoplay a:hover {
  color: #aeaeae;
}

.carousel a.carousel-control i.fa {
  font-size: 3em;
  color: #333;
  text-shadow: 0 0 8px #bdbdbd;
  margin-top: -35px;
}

.description h3 {
  font-family: 'Poppins', sans-serif;
}


/* ==========================================================================
Media Queries
========================================================================== */

@media (max-width: 768px) {
  .main-container, .main-container .tint {
    border-width: 10px;
  }

  html {
    font-size: 11px;
  }

  .type-indicator {
    display: none;
    visibility: hidden;
  }

  .personnage img {
    max-width: 100px;
    bottom: 0;
  }

  .audio-controls {
    left: 150px;
    bottom: -10px;
  }

  .audio-controls span.visible-xs {
    display: inline-block!important;
    position: relative;
    bottom: 10px;
    padding-left: 5px;
  }
}

@media (max-width: 430px) {
  .audio-controls span.visible-xs {
    display: none!important;
    bottom: 0;
    padding: 0;
    position: auto;
    visibility: hidden;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .module-box:first-child {
    margin-right: 10px;
  }
  .module-box:last-child {
    margin-right: 10px;
  }
}

/* ==========================================================================
Helper classes
========================================================================== */

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
Print styles
========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
