/*######!
 * Start Bootstrap - Createive v4.0.0-beta (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-creative/blob/master/LICENSE)
 ######*/
/*###### GLOBAL CSS ######*/
body,
html {
    width: 100%;
    height: 100%;
    }

body {
    font-family: sans-serif;
    margin-bottom: 50px;
}
hr {
    max-width: 80px;
    border-width: 4px;
    border-color: #d3333e; }


a {
    color: #ef8630;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; 
}
a:focus, a:hover {
    color: #e6612f;
    text-decoration: none;
}
h2, h3, h4, h5, h6 {
    font-family: sans-serif;
    text-align: left;
}

h1 {
    font-family: 'Vidaloka', serif;
    font-size: 35px;
    color: #2f3035;
    margin: 180px 0 0 0;
    text-transform:uppercase;
}
h2 {
    font-weight: 700;
    font-size: 25px;
    margin: 0 0 20px 0;
}
h3 {
    font-weight: 300;
    font-size: 25px;
    margin: 0 0 20px 0;
    color: #8b8b8e;
}
h4 {
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 20px 0;
    color: #d3333f;
}

p {
    font-family: sans-serif;
    /*font-family: 'Amaranth', sans-serif;*/
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
    margin-bottom: 20px;
    }

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: .25rem;
    transition: all .15s ease-in-out;
}
.btn-custom {
    width: 100%;
    color: #2f3035;
    background-color: #f4a740;
    border-color: #f4a740;
    text-transform: uppercase;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active {
    color: #fff;
    background-color: #d3333e;
    border-color: #d3333e;
}

blockquote {
    font-family: 'catamaran', sans-serif;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    margin: 20px 0; 
}
blockquote span {
    color: #d3333e;
}

.selectBox select {
    width:100%; 
    margin: 15px auto;
    border: 1px solid #cecdcd;

}


/*###### END GLOBAL CSS ######*/

/*###### HEADER ######*/
.top-menu .social-icons img {
    width: 32px;
    margin: 0 2px;
}


.dado {
    width: 340px;
    height: 32px;
    line-height: 32px;
    line-height: 32px;
    padding: 0;
    }
.dado a {
    color: #FFF;
    }
.dado a:hover {
    color: #ef933e;
    }
.dado .btn-group {
    float: left;
    margin-right: 10px;
}
.dado .social-icons{
    float: left;
}
.social-icons ul{
    padding: 0;
}

.dado .social-icons ul li {
    display: inline-block;
    width: 26px;
    margin: 0 2px;
    list-style: none;
    }
.dado .social-icons ul li img, .dado .social-icons ul li svg {
    width: 100%;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 1rem;
    padding:0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #ccc;
    border: 0;
    border-radius: 0;
}

.dropdown-menu li a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 5px;
    color: #000;
    
}
.dropdown-menu li a:hover {
    color: #FFF;
    background-color: #ef933e;
}


.dado2 {
    margin: 15px 0 0 0;
    display: none;
}
.toggle-title {
    font-family: sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFF;
    font-size: 16px;
    line-height: 16px;
    margin-left: 10px;
     }

.navbar-light .navbar-toggler {
    color: rgba(1,1,1,0.5);
    border-color: rgba(255,255,255, 0.7);
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}
.collapse.show {
    display: block;
    margin: 0;
}
#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: #2f3035;
  font-family: sans-serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }
  #mainNav .navbar-brand {
    font-weight: bold;
    text-transform: uppercase;
    color: #F05F40;
    font-family: sans-serif; }
    #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
      color: #f05f40; }
  #mainNav .navbar-toggle {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #222222; }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus,
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF; }
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:hover {
      color: #f4a740;
        }
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active,
    #mainNav .navbar-nav > li.nav-item > a.nav-link.active {
      color: #f4a740 !important;
      background-color: transparent; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover,
      #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
        background-color: transparent; }
  
@media (min-width: 992px) {
    #mainNav {
      border-color: rgba(255, 255, 255, 0.3);
      background-color: #2f3035; }
      #mainNav .navbar-brand {
        color: rgba(255, 255, 255, 0.7); }
        #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
          color: white; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link,
      #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
        color: rgba(255, 255, 255, 1); }
        #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
        #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
          color: #f4a740; }
      #mainNav.navbar-shrink {
        border-color: rgba(34, 34, 34, 0.05);
        background-color: #2f3035; }
        #mainNav.navbar-shrink .navbar-brand {
          font-size: 16px;
          color: #f4a740; }
          #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
            color: #f4a740; }
        #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
        #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
          color: #FFFFFF; }
          #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
          #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
            color: #f4a740; } }


/* CUSTOMIZE THE SEARCHBAR
-------------------------------------------------- */

.search-bar {
  position: fixed;
  top:0;
  left: 0;
  right: 0;
  height: 144px;
  background-color: #faaf31;
  z-index: 9000;
  width: 100%;
  padding: .8rem 0;
  display: none;
  animation: searchintro 0.8s;
}

@keyframes searchintro {
    0% {
        transform: translateY(-150px);
    }

    100% {
        transform: translateY(0px);
    }
}
@-webkit-keyframes searchintro {
    0% {
        transform: translateY(-150px);
    }

    100% {
        transform: translateY(0px);
    }
}


.search-bar .container {
  position: relative;
}
.search-bar #search-input {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: none;
}
.search-bar .input-group {
  width: 75%;
}
.search-bar label {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
.search-bar .input-group-addon {
  border: none;
  margin-left: -1px;
  border-radius: 0;
  background-color: #2f3035;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 0;
}
.search-bar button, .search-bar select {
    text-transform: none;
    width: 40px;
    height: 20px;
    border: 0;
    padding: 0 4px;
    background-color: #2f3035;
    cursor: pointer;
}

.close-search-bar {
    margin-right: 15px;
  position: absolute;
  right: 0;
  top: calc(50% - 7px);
    background-color: #d3333e;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 50px;
}

/*###### END HEADER ######*/

/*###### MAIN CONTENT ######*/
section {
    padding: 0 0 20px 0; 
}
.black-bg {
    background-color: #000;
}
.white-bg {
    background-color: #FFF;
}
.grey-bg {
    background-color: #2f3035;
}
.grey2-bg {
    background-color: #dddcdc;
}
.grey3-bg {
    background-color: #eeeeee;
}
.yellow-bg {
    background-color: #f4a740;
}
.red-bg {
    background-color: #d3333e;
}
.on-right {
    text-align: right;
}
.on-left {
    text-align: left;
}
.on-center {
    text-align: center;
}

.section-heading {
    margin-top: 0; 
}
.content-default {
    padding: 40px 20px;
}
.content-end {
    padding: 40px 20px 130px 20px;
}
.content-left {
    text-align: right;
    background-color: #edecec;
    padding: 40px 20px 80px 20px;
}
.content-left .content {
    float: right;
    padding: 0 10px;
}
.content-right {
    text-align: left;
    background-color: #f4a740;
    padding: 40px 20px 80px 20px;
}
.content-right .content {
    float: left;
    padding: 0 10px;
}
.bloc-left {
    max-width: 670px;
    
}
.bloc-right {
    max-width: 360px;
   
}
.bloc-left img, .bloc-right img {
    width: 100%;
    padding: 0;
    margin: 0 0 30px 0;
}
.infos p {
    font-size: 14px;
}
.list {
    list-style: none;
    margin: 20px 0;
}
.list li::before {
    margin-right: 10px;
    content: "\f054";
    font-family: FontAwesome;
    font-size: 10px;
    color: #e5004d;
}
.list li {
    padding-left: 1em;
    text-indent: -2em;
}
/*###### thumbnail carousel ######*/
p {margin-bottom:20px;}

.clearout {
height:20px;
clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0;
    padding:10px 0px;
    list-style-type:none;   
    text-align:center;  
    overflow: auto;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
    /*background-color: #dddcdc;*/
    border:0;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;  
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 80%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding:5px 10px;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;      
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);   
    background: rgba(211,51,62,0.5);
    color: #fff;     
}

.nbs-flexisel-nav-left:hover,
.nbs-flexisel-nav-right:hover {
   background: rgba(211,51,62,1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; 
   
}

.nbs-flexisel-nav-left {
    left: 0;
}

.nbs-flexisel-nav-left:before {
    font-family: "FontAwesome";
    content: "\f053";
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 0;    
}

.nbs-flexisel-nav-right:before {
    font-family: "FontAwesome";
    content: "\f054";
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}

/*###### end thumbnail carousel ######*/

/*######images gallery######*/
.img-thumbnail {
    padding: .25rem;
    background-color: #edecec;
    border: 0 solid #ddd;
    border-radius: 0;
    transition: all .2s ease-in-out;
    max-width: 100%;
    height: auto;
}

.video-gallery a {
    margin-bottom: 20px;
}
.video-link{
    cursor:pointer;
    display:block;
    position: relative;
    width:90%;
    max-width:400px;
    background-color:#336699;
    margin: 0 auto 10px auto;
    text-align:center;
    color:#fff;
    padding:20px 0 20px 0;
    transition: all 0.5s;
}

.video-link:hover{
    background-color:#000;
}

.overlay{
  position: fixed;
  top:0px;
  left: 0px;
  height:100%;
  width:100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.9);
  opacity:0.9;
  display:none; 
}

.close{
    position: fixed;
    top:30px;
    right:30px;
    width:16px;
    height:16px;
  z-index:9999;
  display:none;
  cursor: pointer;
  }

.main-vid-box{
  position: fixed;
   width: 100%;
  height:100vh;
  display:none;
  top:0px;
  left:0px;
  z-index: 999;
}


.videoWrapper {
  position: relative;
  z-index:999;
  background-color:#000;
  width:100%;
  height: 100%;
  margin:0 auto;
}
.videoWrapper video {
	position: relative;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100% !important;
	height: 100% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-width: 40px;
	border-style: solid;
	border-color: transparent;
}

/*--------------------------------------------------------------
	Common
--------------------------------------------------------------*/

.client-logo,
.gallery-caption,
.gallery-image:after,
.gallery-image img,
.price-table,
.team-detail,
.team-image:after,
.work-caption,
.work-image > img,
.work-image:after,
.post-thumbnail,
.post-video,
.post-images-slider {
  transition: all 0.3s ease-in-out 0s;
}

/*--------------------------------------------------------------
	Video Box
--------------------------------------------------------------*/
/***** Modal *****/
 
/*--------------------------------------------------------------
	Gallery
--------------------------------------------------------------*/

.gallery-item {
  position: relative;
  text-align: center;
  margin: 0 0 20px;
}

.gallery-image {
  position: relative;
  overflow: hidden;
}

.gallery-image a.gallery {
  position: relative;
  display: block;
}

.gallery-image img {
  display: block;
  overflow: hidden;
  width: 100%;
}

.gallery-image:after {
  position: absolute;
  background: transparent;
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.gallery-caption {
  position: absolute;
  width: 100%;
  opacity: 0;
  bottom: 100%;
  left: 0;
  z-index: 2;
  text-align: center;
  font-size: 28px;
  color: #fff;
  padding: 20px;
}

.gallery-icon {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  font-size: 24px;
  margin: 0 auto;
}

.gallery-icon i,
.gallery-icon span {
  line-height: 50px;
}

/* Gallery hover */
.gallery-item:hover .gallery-image:after {
  background: rgba(0, 0, 0, 0.6);
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.adresse-box {
    padding: 20px 20px 10px 20px;
    background: #2f3035;
    color: #97989a;
}
.adresse-box p {
    color: #97989a;
}

#map-box {
    padding: 0;
    width: 100%;
    height: 300px;
    border: 5px solid #2f3035;
}

.img-gallery {position: relative;padding: 10px;margin: 0;}
.coverture-bg {
  background-color: #f8a91b;
  background-image: linear-gradient(141deg, #f8a91b 0%, #f3941c 51%, #d82f2b 75%);
  width: 100%;
  height: 100%;
}
.coverture-bg h3{
  padding-top: 50%;
  font-size: 20px;
  font-weight: bold;
  text-align: center !important;
  color: #fff !important;
  padding-bottom: 50%;
}
.vid h3 {
  text-align: center !important;
}
.img-caption {
    display: none;
    overflow: hidden;
}
.img-caption h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}
.img-caption p {
    font-size: 14px;
    font-weight: bold;
    color: #f4a740;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

.img-gallery:hover .img-caption {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 100%;
    width: 100%;
    height: 100%;
}
.img-gallery:hover .img-caption h3 {
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
    margin-top: 50%; /* poussé de la moitié de hauteur de viewport */
    transform: translateY(-50%); /* tiré de la moitié de sa propre hauteur */
    
}

/* Dernière vidéos */
.fancybox-caption {
    text-align: center;
}

#description h2,
#film h2,
#photos h2,
#articles h2 {
    color:#2f3035;
    text-align: center;
    margin-bottom: 30px;
}

.fiche h3 {
    color:#8b8b8e;
    text-align: left;
}

#film h3 {
    color:#fff;
}
#description ul,
#film ul,
#photos ul,
#articles ul {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
#description li,
#film li,
#photos li,
#articles li {
    margin: 10px 0;
}
#description li a,
#film li a,
#photos li a,
#articles li a {
    color: #2f3035;
    display: block;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; 
}
#description li a:hover,
#film li a:hover,
#photos li a:hover,
#articles li a:hover {
    color: #ed863c;

}
.fiche header {
    background-color: #2f3035;
    position: fixed;
    width: 100%;
     z-index: 999;
}
.fiche row {
    position: relative;
   color:#fff;
}
.close-search-bar2 {
  position: absolute;
  right: 10px;
  top: 10px;
    background-color: #d3333e;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 50px;
}
.fiche {
    background-color: #ffffff;
}
.fiche h1 {
    margin: 10px 0;
    color:#fff;
    font-size: 30px;
}
.fiche nav {
    color:#2f3035;
    width: 100%;
    padding: 5px 0;
}
.fiche .navbar-nav {
    list-style: none;
    display: inline-block;
}
.fiche .nav-item {
    display: inline-block;
    margin: 2px 15px;
    
}
.fiche nav a {
    color:#2f3035;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
}
.fiche nav a:hover {
    color:#d3333e;
}
.fiche section {
    padding: 40px 0;
}

.fiche #film {
    background-color: #2f3035;
}
.fiche #articles {
    background-color: #edecec;
}
.fiche .awards {
    border-top: 1px solid #d1d0d0;
    text-align: center;
    padding: 20px 0 10px 0;
    margin: 10px 0 0 0;
}
.fiche .awards img {
    margin: 10px;
}

.embed-responsive-16by9 {
    width: 80%;
    height: auto;
    margin: 0 auto;
}


/*###### END MAIN CONTENT ######*/

/*###### FOOTER ######*/
#footer {
   position:fixed;
   left:0px;
   bottom:0px;
   min-height:50px;
   width:100%;
   background-color:#2f3035;
   font-family: sans-serif;
   font-size: 16px;
   color: #61636d;
    padding-top: 10px;
}
#footer p {
    text-align: center;
}
/*###### IE 6 ######*/
* html #footer {
   position:absolute;
   top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}

/*###### END FOOTER ######*/

/*###### RESPONSIVE DEVICES ######*/


@media (max-width: 767px) {
    h2, h3, h4, h5, h6 {
    text-align: center;
    }
    .awards p {
    text-align: center;
    }
    
}
    .fiche p {
        text-align: justify;
}
}

@media (min-width: 768px) {
    h2, h3, h4, h5, h6 {
    text-align: left;
    }
    .awards p {
    text-align: left;
    }
    .fiche p {
        text-align: justify;
}
}

@media (max-width: 768px) {
    .bloc-right {
    max-width: 100%;
    }
}
@media (max-width: 991px) {
        #description h2 {
    margin-top: 130px;
}
 
    .dado {
        display: none;
    }
    .dado2 {
        display: block;
    width: 380px;
    height: 32px;
    line-height: 32px;
    line-height: 32px;
    padding: 0;
    }
    .dado2 a {
    color: #FFF;
    }
.dado2 a:hover {
    color: #ef933e;
    }
.dado2 .btn-group {
    float: left;
    margin-right: 10px;
}
.dado2 .social-icons{
    float: left;
}


.dado2 .social-icons ul li {
    display: inline-block;
    width: 26px;
    margin: 0 2px;
    list-style: none;
    }
.dado2 .social-icons ul li img, .dado .social-icons ul li svg {
    width: 100%;
}
}
@media (min-width: 992px) {
    #description h2 {
    margin-top: 100px;
}

    .dado2 {
        display: none;
}
    .dado {
        display: block;
}

.dado {
    width: 410px;
    height: 32px;
    line-height: 32px;
    line-height: 32px;
    padding: 0;
    }
    
     }

@media (max-width: 576px) {
    .container {
    max-width: 100%;
    }
}

#vide{
    font-weight: bold;
    font-size: 15px;
    margin: 0 5px 0 0;
    color: #fff;
    position: fixed;
    top: 65%;
    text-align: center;
    }
.s-title {
  width: 100%; text-align: left; margin: 0 auto;
}
.s-link {
  width: 100%; text-align: left; margin: 0 auto;
}
.s-paragraph {
  width: 100%; text-align: left; margin: 0 auto 1%;
}

/*############ENDRESPONSIVE DEVICES ######*/



