@charset "UTF-8";

div, a, input, textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset,
input, textarea, p, blockquote, th, td {
    margin: 0px;
    padding: 0;
}
html  { font-size: 100%; }
html,body {
	font: 14px/1em 'Encode Sans Condensed', sans-serif;
    background-color: #fbf9f6;
    height: 100%;
	line-height: 1.42857143;
	text-rendering : optimizeLegibility;
	color: #171719;
	letter-spacing: 0.5px;
	overflow-x: hidden;
  }

@font-face {
  font-family: "Strasua-Regular";
  src: url("../fonts/strasua.eot"); /* IE9 Compat Modes */
  src: url("../fonts/strasua.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/strasua.otf") format("opentype"), /* Open Type Font */
    url("../fonts/strasua.svg") format("svg"), /* Legacy iOS */
    url("../fonts/strasua.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/strasua.woff") format("woff"), /* Modern Browsers */
    url("../fonts/strasua.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

.font2 {
	font-family: 'Strasua-Regular';
            }

.hidden { display:none; }
.clear { clear:both; }
:focus { outline: 0; }
.left { float:left; }
.right { float:right; }
.center { text-align: center; }
.marg0 { margin: 0; }
.marg_pict { margin: 2px; }
.marg_r { margin-right:10px; }
.marg_r5 { margin-right:5px; }
.marg_r20 { margin-right:20px; }
.marg_l { margin-left:10px; }
.marg_b { margin-bottom:10px; }
.marg_b5 { margin-bottom:5px; }
.marg_b15 { margin-bottom:15px; }
.marg_b20 { margin-bottom:20px; }
.marg_b40 { margin-bottom:40px; }
.marg_t { margin-top:10px; }
.marg_t5 { margin-top:5px; }
.marg_t15 { margin-top:15px; }
.marg_t20 { margin-top:20px; }
.marg_t30 { margin-top:40px; }
.relative { position: relative }
.over { overflow:hidden; }
.pad15 { padding:15px; }
.pad0 { padding:0; }
.padl0 { padding-left:0; }
.padOnglet { padding:20px 0; }
.full { width: 100%; }

::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background-color: #333;
}
::-webkit-scrollbar-thumb {
    background-color: #ff3333;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #ff3333;
	cursor:pointer;
}
::scrollbar {
    width: 8px;
}
::scrollbar-track {
    background-color: #333;
}
::scrollbar-thumb {
    background-color: #ff3333;
}
::scrollbar-thumb:hover {
    background-color: #ff3333;
	cursor:pointer;
}

.page-view {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
width: 100%;
height: 100%;
}

strong { font-weight: 700; }
.light { font-weight: 400; }

.pink {
    color: #c2101e;
}
.black {
    color: #171719;
}
.success {
    color: #c2101e;
}
.danger {
    color: #d9534f;
}
.hr-dashed {
    background-color: transparent;
    border-top: 1px solid #eee;
    color: transparent;
    height: 1px;
    margin: 15px 0;
	clear: both;
}

a {
	color: #fbf9f6;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
	outline: 0;
	cursor: pointer;
}
a:hover, a:focus {
	color: #c2101e;
}
.script {
	font-family: 'Antic Didone', serif;
    font-weight: 400;
}
p {
    font-weight: 400;
	font-size: 1.2rem;
    line-height: 1.8rem;
}
p.light {
	font-size: 1rem;
    line-height: 1.5rem;
}	
h1 {
	margin: 10px 0;
    font-weight: 700;
	font-size: 3rem;
    line-height: 4rem;
}
h1.script {
	font-family: 'Antic Didone', serif;
    font-weight: 400;
	font-size: 3.4rem;
    line-height: 4.4rem;
}
h2 {
	margin: 10px 0;
	font-size: 1.6rem;
    font-weight: 700;
    line-height: 2rem;
}

h3 {
	margin: 0;
	font-size: 2rem;
    font-weight: 400;
    line-height: 2.4rem;
}

h6 {
	font-size: 12px;
    font-weight: 400;
    color: #fbf9f6;
    line-height: 20px;
	font-style:italic;
}
.sessions {
	width: 50%;
	text-align: center;
}
.sessions p {
	font-size: 1.1rem;
	text-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.date {
	display: inline-block;
	font-size: 1rem;
    color: #fbf9f6;
    line-height: 20px;
	overflow: hidden;
    vertical-align: middle;
    padding: 10px 15px;
    position: relative;
	text-align: center;
	margin-right: 2%;
	background-color: #1a1b1d;
}
.slide {
	visibility: hidden;
}

.slide.scrollIncome {
	-webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
	visibility: visible;
}

#home {
	width: 100%;
	margin: 0 auto 0 auto;
	height:100vh;
	height: 100%;
	/*overflow:hidden;*/
}

#home header {
	z-index: 5;
	color:#fbf9f6;
	overflow-x: hidden;
	    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    will-change: transform;
}

#home header h1 {
    font-size: 3rem;
    font-weight: 300;
    text-shadow: 0 0 5px rgba(0,0,0,0.2);
	letter-spacing: .02rem;
	color:#fbf9f6;
	text-transform: uppercase;
}

#home header .baseline {
	position: absolute;
    bottom: 10vh;
    left: 5%;
    right: 0;
    max-width: 95%;
}
#home header h2 {
	font-family: 'Strasua-Regular';
    font-weight: 300;
	color:#fbf9f6;
    text-shadow: 0 0 5px rgba(0,0,0,0.2);
	display: block;
    font-size: 7rem;
    line-height: 8rem;
    letter-spacing: .02rem;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	margin-bottom: 50px;
    letter-spacing: .02rem;
}
.logo {
    display: inline-block;
    float: left;
}
.logo h1 {
	font-family: 'Strasua-Regular';
    font-size: 1.1rem;
    font-weight: 300;
    letter-spacing: .02rem;
    color: #fbf9f6;
	margin: 0;
	line-height: 70px;
}
.logo h1 .hl {
    color: #c2101e;
	font-family: 'Strasua-Regular';
	font-size: 1.5rem;
}
.logo img {
    width:42px;
}
.logo2 {
    display: block;
    margin-top: 50px;
}
.logo2 img {
    width:120px;
}
.head {
    background: #fff;
    height: 60px;
	position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

section {
    margin: 0 auto;
    padding: 0;
}
.work-section {
    position: relative;
    overflow: hidden;
}
img.scale {
    width: 90%;
    height: auto;
    display: block;
	margin: 0 auto;
}
.all-vh {
    height: 100vh;
    min-height: 100vh;
}
.vh50 {
	height: 50vh;
	min-height: 50vh;
}
.vertical-center {
    display: table;
    position: relative;
    width: 100%;
	min-height: 100%;
}
.vertical-center .middle {
    display: table-cell;
    vertical-align: middle;
}

.bloc-text {
    padding: 6rem;
	min-height: 100%;
}
.bloc-text.prog {
    padding: 6rem 3rem;
	min-height: 100%;
}
.bloc-text.vh50 {
	min-height: 50vh;
	height: 50vh;
}
.bloc-text.vh75 {
	min-height: 75vh;
	height: 75vh;
}
.bloc-text.minima {
	max-width: 85%;
}
.bloc-text-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
	padding: 4rem 6rem;
}

section.join {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-image: url(../img/bg_salle.jpg);
	padding: 140px 0;
}
section.join h1, section.join h2, 
section.fest h1, section.fest h2,
section.filmakers h1, section.filmakers h2   {
    color:#fbf9f6;
}
.numbers {
	padding: 40px 0;
	color: #171719;
	text-align: center;
}

.bandeau-number {
	font-size: 2.2em;
	line-height: 110px;
	margin: 0 0 15px 0;
	font-weight: 700;
	width: 120px;
    height: 120px;
    background-color: rgba(0,0,0, 0.75);
	color: #fbf9f6;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
	border: 5px solid #c2101e;
}
.section-description {
    margin-bottom: 40px;
}

.separator {
    font-size: 20px;
    color: #c2101e;
	letter-spacing:2px;
	line-height: 30px;
	margin-bottom: 25px;
}
.box-fest {
    padding: 40px;
    background: #fff;
	border-radius: 4px;
	margin-left:20px;
}
.box-fest.filmmakers {
    padding: 40px 0;
    background:none;
	border-radius: 4px;
	margin-left:0x;
	text-align:left;
}
.box-fest .separator {
    font-size: 16px;
    color: #fbf9f6;
    letter-spacing: 2px;
    line-height: 1em;
	margin: 5px 0 15px 0;
}
.box-fest h1 {
	margin: 0;
    font-size: 2em;
    font-weight: 700;
	color: #fbf9f6;
}
.box-fest p {
    font-size: 1.1em;
    font-weight: 300;
	color: #fbf9f6;
	margin-bottom: 25px;
}
footer {
    background: #c2101e;
    width: 100%;
    padding: 0;
	color: #fbf9f6;
	position: relative;
    overflow: hidden;
}
footer img {
    width: 50%;
	margin-top: 80px;
}
.social {
    width: 100%;
    margin: 20px 0 0;
	text-align: center;
}
.social a {
	display: inline-block;
	padding: 0;
	text-align: center;
    vertical-align: middle;
	z-index: 9800;
	width: 50px;
    height: 50px;
    margin: 0 auto;
	font-size:1.4em;
    color: #c2101e;
    line-height: 55px;
    background: #fbf9f6;
    border-radius: 50px;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
	margin: 0 10px;
}
.social a:hover {
	color: #fbf9f6;
	background: #171719;
}
footer a {
	text-align: left;
	color: #fbf9f6;
    padding: 0;
    text-decoration: none;
	font-weight: 400;
	text-transform: uppercase;
}
footer a:hover {
    color: #171719;
    text-decoration: none;
}
footer p {
	font-size: 1.2em;
    font-weight: 300;
	color: #fbf9f6;
	margin: 0;
}
footer .copyright p {
	font-size: 12px;
	margin: 0;
}
footer .copyright  {
	padding: 15px 0;
    text-align: center;
	background: #171719;
}
#gototop {
    cursor: pointer;
	right: 25px;
    text-align: center;
    vertical-align: middle;
	z-index: 1;
    background: #000;
    opacity: .5;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
	position: fixed;
    bottom: 2.5rem;
    border-radius: 50%;
    width: 45px;
    height: 45px;
	font-size: 1.3em;
    margin: 0 auto;
    color: #fff;
    line-height: 45px;
	}
#gototop:hover {
	background: #000;
    opacity: 1;
}

/*** buttons ***/

.roll {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
	line-height: 44px;
    font-size: 0.9em;
	font-weight: 600;
	text-transform:uppercase;
	border-radius: 44px;
	cursor: pointer;
	
    -webkit-perspective: 275px;
    -moz-perspective: 275px;
    -ms-perspective: 275px;
    perspective: 275px;

    -webkit-perspective-origin: 50% 50%;
    -moz-perspective-origin: 50% 50%;
    -ms-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
}
.roll span {
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
    -webkit-transform-origin: 50% 0 0;
    -moz-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    
    display: inline-block;
    padding: 0 50px;
    position: relative;
	color: #fbf9f6;
    background: #c2101e;
	letter-spacing: 0.5px;
}

.roll:hover span {
    -webkit-transform: translate3d( 0px, 0px, -55px ) rotateX( 90deg );
    -moz-transform: translate3d( 0px, 0px, -55px ) rotateX( 90deg );
    -ms-transform: translate3d( 0px, 0px, -55px ) rotateX( 90deg );
    transform: translate3d( 0px, 0px, -55px ) rotateX( 90deg );
}
.roll span:after {
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0 0;
    -moz-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
    border-radius: 0;
    content: attr(data-hover);
    height: 100%;
    left: 0;
    position: absolute;
    top: 110%;
    width: 100%;
    text-align: center;
	color: #fbf9f6;
    background-color: #171719;
}
.roll-off {
	overflow: hidden;
    vertical-align: middle;
	line-height: 44px;
    font-size: 0.9em;
	font-weight: 700;
	text-transform:uppercase;
	border-radius: 44px;
    display: inline-block;
    padding: 0 25px;
    position: relative;
	color: #c2101e;
        background-color: #fbf9f6;
	margin-right: 20px;
}
.roll2 {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
	line-height: 30px;
    font-size: 11px;
	font-weight: 600;
	text-transform:uppercase;
	border-radius: 30px;
	cursor: pointer;
	
    -webkit-perspective: 275px;
    -moz-perspective: 275px;
    -ms-perspective: 275px;
    perspective: 275px;

    -webkit-perspective-origin: 50% 50%;
    -moz-perspective-origin: 50% 50%;
    -ms-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
}
.roll2 span {
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
    -webkit-transform-origin: 50% 0 0;
    -moz-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    border-radius: 0;
    display: inline-block;
    padding: 0 20px;
    position: relative;
	color: #fbf9f6;
    background: #c2101e;
	letter-spacing: 0.5px;
}
.roll2 span.inverse {
    background: #171719;
}
.roll2 span.inverse:after {
    background-color: #fff;
	color: #c2101e;
}
.roll2:hover span {
    -webkit-transform: translate3d( 0px, 0px, -55px ) rotateX( 90deg );
    -moz-transform: translate3d( 0px, 0px, -55px ) rotateX( 90deg );
    -ms-transform: translate3d( 0px, 0px, -55px ) rotateX( 90deg );
    transform: translate3d( 0px, 0px, -55px ) rotateX( 90deg );
}
.roll2 span:after {
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0 0;
    -moz-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
    border-radius: 0;
    content: attr(data-hover);
    height: 100%;
    left: 0;
    position: absolute;
    top: 110%;
    width: 100%;
    text-align: center;
	color: #fbf9f6;
    background-color: #171719;
}

.btn .fa {
  margin-right: 8px;
}
.testi {
	position: relative;
  padding: 2rem 3rem 3rem;
	background-color: #fbf9f6;
	margin: 60px auto 0;
	width: 90%;
	color:#171719;
}
.testi .links {
	padding: 0;
    font-weight: 400;
    text-align: center;
    margin: 20px auto -20px;
    color: #171719;
}
.testi a {
	color:#999;
}
.testi a:hover {
	color:#c2101e;
}
.testi .fa {
	font-size: 1.2em;
    margin-left: 8px;
}
.testi h1 {
  font-size: 3rem;
    font-weight: 700;
	margin: 0;
	line-height: 3rem;
}
.testi p {
  font-size: 15px;
    line-height: 1.3rem;
	font-family: 'Antic Didone', serif;
	overflow: hidden;
    left: 0;
    right: 0;
    top: 0;
    padding-right: 10px;
	max-height: 218px;
    overflow-y: auto;
}
.testi-ph {
	text-align: center;
	    width: 90%;
	margin: 30px auto 20px;
}
.testi-ph img {
  width:90px;
}
.sign {
      padding: 0 0 20px 0;
    font-weight: 400;
    text-align: right;
    margin: 20px auto;
    color: #171719;
    font-size: 1.1rem;
    border-bottom: 1px solid #ccc;
}
.arrow {
    content: "";
    border-top: 10px solid #171719;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 48%;
}
.words {
	font-family: 'Strasua-Regular';
	font-size: 2.8rem;
    color: #171719;
	margin: 0;
	line-height: 6rem;
	text-transform: uppercase;
	
}
.one {
  position: absolute;
	top:6%;
	left: 8%;
}
.two {
  position: absolute;
	top:6%;
	right:12%;
}
.five {
  position: absolute;
	top:6%;
	right:42%;
}
.three {
  position: absolute;
	bottom:6%;
	left:12%;
}
.four {
  position: absolute;
	bottom:6%;
	right:45.3%;
}
.six {
  position: absolute;
	bottom:6%;
	right:12%;

}
.bg-smart {
display:none;
			}
/*==================================================================
  Input Icons
===================================================================*/
.append-icon,
.prepend-icon {
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
}
.append-icon .field-icon,
.prepend-icon .field-icon {
  top: 0;
  z-index: 4;
  width: 40px;
  height: 34px;
  color: #fbf9f6;
  line-height: 34px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  pointer-events: none;
}

.append-icon .field-icon span,
.prepend-icon .field-icon span {
  position: relative;
  font-size: 14px;
}
.prepend-icon .field-icon {
  left: 0;
}
.append-icon .field-icon {
  right: 0;
}
.prepend-icon > input,
.prepend-icon > textarea {
  padding-left: 36px;
}
.append-icon > input,
.append-icon > textarea {
  padding-right: 36px;
  padding-left: 10px;
}
.append-icon > textarea {
  padding-right: 36px;
}
.field-icon span {
  color: #fbf9f6;
  position: relative;
}
.field-icon.loupe {
  width: 50px;
  height: 50px;
  color: #c2101e;
  line-height: 50px;
  top: 1px;
}
.field-icon.loupe span {
  font-size: 22px;
  color: #c2101e;
}

/*==================================================================
 Form Textarea
===================================================================*/

.gui-textarea {
  position: relative;
  vertical-align: top;
  border: 1px solid #d5d5d5;
  background: #f8f8f8;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  outline: none;
  height: 40px;
  width: 100%;
  *zoom: 1;
      resize: none;
    line-height: 19px;
    overflow: auto;
    max-width: 100%;
    height: 96px;
	padding: 7px 10px;
	font-weight: 400;
    color: #999;
	border-radius: 2px;
}
.gui-textarea:focus {
  height: 120px;
  color: #fbf9f6;
  background: #fff;
  border: 1px solid #c2101e;
  transition-duration: 0.3s;
}
.gui-textarea:focus ~ .field-icon span {
  color: #c2101e;
}
.gui-textarea:focus ~ .input-footer {
  border-color: #c2101e;
}

/*==================================================================
  Form Footer
===================================================================*/
.input-footer {
  padding: 10px;
  display: block;
  margin-top: -1px;
  line-height: 16px;
  position: relative;
  background: #fff;
  border: 1px solid #d5d5d5;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 11px;
  color: #999;
  border-radius: 2px;
}
/*==================================================================
  Form File Inputs
===================================================================*/
.file {
  display: block;
  width: 100%;
}
.file .gui-file {
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 8px 10px;
  position: absolute;
  -moz-opacity: 0;
  opacity: 0;
  z-index: 11;
  bottom: 0;
  right: 0;
}
.file .gui-file input:hover {
  border-color: #c2101e;
}
/* Default state positions button right */
.file .button {
  position: absolute;
  top: 3px;
  right: 3px;
  float: none;
  height: 28px;
  line-height: 28px;
  padding: 0 15px;
  z-index: 10;
  border-radius: 2px;
  font-size: 11px;
    text-transform: uppercase;
	font-weight: 600;
}
/* File Button - Left Style */
.file.append-button .button {
  left: 4px;
  right: auto;
}
.file.append-button > input.gui-input {
  padding-right: 40px;
  padding-left: 125px;
  text-align: right;
}
.file.append-button > label.field-icon {
  right: 4px;
  left: auto;	

}

/*==================================================================
  Radio/Checkboxes
-===================================================================*/
.option {
  position: relative;
  padding-right: 15px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  margin: 5px 0;
  font-size: 13px;
}
.option > input {
  position: absolute;
  height: inherit;
  width: inherit;
  opacity: 0;
  left: 0;
}
.checkbox,
.radio {
  cursor: pointer;
  position: relative;
  margin-right: 6px;
  background: rgba(255,255,255,0.2);
  display: inline-block;
  border: 2px solid #ccc;
  height: 18px;
  width: 18px;
  top: 4px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.checkbox:before,
.radio:before {
  content: '';
  display: none;
}
input:checked + .checkbox:before,
input:checked + .radio:before {
  display: block;
}
.checkbox:before {
  position: absolute;
  top: 3px;
    left: 3px;
    width: 5px;
    height: 3px;
    border: solid #888;
    border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input:checked + .checkbox,
input:checked + .radio {
  border: 2px solid #c2101e;
}
.radio {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
}
.radio:before {
  margin: 4px;
  width: 6px;
  height: 6px;
  background: #ccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
/*==================================================================
  Radio/Checkboxes:hover state 
===================================================================*/
input:not([disabled]):hover + .checkbox,
input:not([disabled]):hover + .radio {
  border-color: #c2101e;
}
/*==================================================================
  Radio/Checkboxes:focus state 
-===================================================================*/
input:focus + .checkbox,
input:focus + .radio {
  border-color: #c2101e;
}
input:focus + .radio:before {
  background: #c2101e;
}
input:focus + .checkbox:before {
  border-color:#c2101e;
}
/*==================================================================
  Checkbox/Radio Confliction fixes
===================================================================*/
.radio,
.checkbox {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  top: -2px;
  vertical-align: middle;
}
.checkbox:after,
.checkbox:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}
input:hover + .checkbox,
input:hover + .radio {
  border-color: #c2101e;
}
input:checked + .checkbox,
input:focus + .checkbox,
input:checked + .radio,
input:focus + .radio {
  border-color: #c2101e;
}
input:checked + .radio:before,
input:focus + .radio:before {
  background: #c2101e;
}
input:checked + .checkbox:before,
input:focus + .checkbox:before {
  border-color: #c2101e;
}
.nbr-fest {
	font-size: 1.1em;
    font-weight: 400;
    line-height: 28px;
	}
	
.sidebar {
	height: 100vh;
	min-height:100%;
    padding:0; 
	width:100%;
	background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
	background: #f8f8f8;
  }
  
.sidebar .navbar {
    margin-bottom: 0;
    border: 0;
    border-bottom: 0;
}
.navbar-default {
    background-color: transparent;
}
.sidebar .navbar ul {
    float: none;
    display: block;
  }
.sidebar .navbar li {
    float: none;
    display: block;
  }
  
.sidebar .navbar li a {
    overflow: hidden;
	color:#fbf9f6;
	cursor:pointer;
	font-weight:600;
	font-size: 12px;
  }
.sidebar .navbar li a:hover {
    background-color: #c2101e;
    border-left: 3px solid #fff;
  }
.sidebar .nav-list {

}
.sidebar .nav-list li a {
	color: #fbf9f6;
	font-weight:normal;
	letter-spacing:0;
	cursor:pointer;
	background-color: #fbf9f6;
	border-bottom: 1px solid #eee;
    line-height: 32px;
	padding: 3px 15px;
	font-size: 13px;
	border-left: 3px solid #fff;
}
.sidebar .nav-list li a:hover, .sidebar .nav-list li a:focus {
	background-color: #e7e7e7;
	color: #fbf9f6;
	border-left: 3px solid #e7e7e7;
}
.sidebar .nav-list li a.selected {
	background-color: #e7e7e7;
	color: #fbf9f6;
	border-left: 3px solid #fff;
}

.sidebar .nav-list li a .badge {
    float:right;
    padding: 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #fbf9f6;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #f1f1f1;
	font-size: 12px;
	border: 1px solid #e2e2e2;
    border-radius: 100%;
	min-width:22px;
	text-align:center;
	margin-top: 5px;
}
.sidebar .nav-list li a .badge .fa {
    margin-right: 0;
	font-size:12px;
	font-weight: 600;
  } 
.panel-title .badge {
    float:right;
	width:33px;
	height:33px;
    padding: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fbf9f6;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #f1f1f1;
	font-size: 12px;
	border: 1px solid #e2e2e2;
    border-radius: 100%;
	text-align:center;
	cursor:pointer;
}
.panel-title .badge .fa {
    font-size: 18px;
    font-weight: 600;
    padding-top: 2px;
  } 
.sidebar .sidebar-label {
    text-transform: uppercase;
    color: #908885;
    font-weight: 400;
    padding-left: 15px;
    padding-bottom: 5px;
	padding-top: 20px;
    font-size: 12px;
	border-bottom: 1px solid rgba(255,255,255,0.06);
}
.navbar-collapse {
    padding: 0;
  }

.sidebar .navbar li a > .caret {
    margin-top: 8px;
  } 

.sidebar .fa {
    margin-right: 8px;
	font-size:16px;
  } 
/*.sidebar .navbar li.active > a > span:nth-child(1) {
    color: #c2101e;
}*/
.sidebar .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #fbf9f6;
	border-bottom: 2px solid #e2e2e2;
	color: #fbf9f6;
	border-left: 3px solid #c2101e;
  }
.tri-title {
    padding: 10px 15px;
	margin: 0;
	border-bottom: 2px solid #e2e2e2;
	color: #fbf9f6;
	background-color: #fbf9f6;
	font-weight: 600;
    font-size: 12px;
	letter-spacing: 1px;
	text-transform:uppercase;
	border-left: 3px solid #c2101e;
  }
.sidebar .option {
    position: relative;
    display: block;
    vertical-align: middle;
    margin: 0;
	border-bottom: 1px solid #eee;
    line-height: 32px;
    padding: 0 15px;
	text-align: left;
	cursor: pointer;
}
.sidebar .option:hover, .sidebar .option:focus  {
	background-color: #e7e7e7;
}
.sidebar .tri-content {
    padding: 10px 20px;
	margin: 0;
	border-bottom: 1px solid #e2e2e2;
	background-color: #fbf9f6;
	overflow: hidden;
	color: #fbf9f6;
  }

.btn-twitter {
	display:block;
	width:100%;
    background-color: #55acee;
	margin: 5px 0;
    color:#fbf9f6;
	text-align:left;
	border:0;
	padding: 10px 15px;
}

.btn-facebook {
	display:block;
	width:100%;
    background-color: #3b5998;
	margin: 10px 0;
    color:#fbf9f6;
	text-align:left;
	border:0;
	padding: 10px 15px;
}

.btn-google-plus {
	display:block;
	width:100%;
    background-color: #dd4b39;
	margin: 5px 0;
    color:#fbf9f6;
	text-align:left;
	border:0;
	padding: 10px 15px;
}
.btn-twitter:hover {
	color:#fbf9f6;
    background-color: #4892cb;
}
.btn-facebook:hover {
	color:#fbf9f6;
    background-color: #324c81;
}
.btn-google-plus:hover {
	color:#fbf9f6;
    background-color: #bc4031;
}

 /*==================================================================
  Fiche festival
===================================================================*/
section.fiche {
    margin: 0 auto;
    padding: 60px 0 0;
}
.entete-fiche {
	position: relative;
	height: 350px;
	color:#fbf9f6;
	padding: 0;
}
.navBar-fiche {
    background-color: #fbf9f6;
    border-bottom: 3px solid #c2101e;
    height: 50px;
	margin-top: -47px;
}
.festival-name {
    display: block;
    position: absolute;
    top: 110px;
    overflow: hidden;
    margin-bottom: 10px;
	color:#fbf9f6;
}
.festival-name h1 {
    margin-bottom: 10px;
    font-size: 2.6em;
    font-weight: 700;
	color: #fbf9f6;
}
.festival-name h2 {
    margin-bottom: 10px;
    font-size: 1.6em;
    font-weight: 400;
    color: #fbf9f6;
	line-height: 1;
}
.festival-name h3 {
    font-size: 1.2em;
    font-weight: 400;
    color: #fbf9f6;
}
.fest-avatar {
    top: 140px;
    left: 50%;
    position: absolute;
    transition: bottom .3s;
    z-index: 9999;
	margin: 0 0 0 -130px;
}
.fest-avatar .image {
    background: #fff;
    border: 5px solid #fff;
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    height: 260px;
    position: relative;
    width: 260px;
}
.fest-avatar .image img {
    width: 100%;
	border-radius: 2px;
}
section.fiche-content {
    margin: 0 auto;
    padding: 0;
	background: #f1f1f1;
}
.entete-how {
	position: relative;
	height: 300px;
	color:#fbf9f6;
	padding: 100px 0 0;
}
.entete-how h1 {
	color:#fbf9f6;
}

.pricingTable {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px 0 0;
	border-radius: 0;
	border: 0;
	transition: all 0.25s;
	cursor:pointer;
	margin: 0;
}
.pricingTable:hover {
    /*box-shadow: 5px 5px 15px 0px #ccc; 
            transform: scale(1.02) translateY(-5px); 
            z-index: 1; 
            border-bottom: 0 none;*/
}
.pricingTable .title {
font-family: 'Strasua-Regular';
    font-size: 2rem;
    color: #171719;
    margin: 10px 0 30px 0;
}
.pricingTable .title div {
	font-family: 'Encode Sans Condensed', sans-serif;
    font-size: 1.6rem;
	font-weight: 600;
}
.pricingTable .price-value {
    padding: 30px 0;
    background: #171719;
    position: relative;
	transition: all 0.25s;
}
.pricingTable:hover .price-value {
    background: #c2101e;
}
.pricingTable .price-value:before {
    content: "";
    border-top: 10px solid #f8f8f8;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: 0;
    left: 47%;
}
.pricingTable .month {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #fbf9f6;
    text-transform: uppercase;
	margin-bottom: 20px;
}
.pricingTable .amount {
    font-size: 20px;
	color: #fbf9f6;
}
.pricingTable .value {
	display: inline-block;
    font-size: 1.6rem;
	color: #fbf9f6;
    padding: 15px;
	font-weight: 700;
}
.pricingTable .currency {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    position: absolute;
	margin-left: -17px;
}
.pricingTable .pricing-content {
    padding: 3rem 5rem;
	text-align:left;
	min-height: 250px;
	color:#1a1b1d;
}
ul.list li, ul li {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.6rem;
	list-style: none;
}
.pricingTable .pricing-content li {
    font-size: 1.2em;
    color: #171719;
    line-height: 22px;
	margin-bottom: 5px;
}
ul.list li:before, .pricingTable .pricing-content li:before {    
    font-family: 'FontAwesome';
    content: '\f22d';
    margin:0 10px 0 0;
	color: #ff3333;
    font-size: 14px;
}
.pricingTable .pricing-footer {
    padding: 15px 0 25px;
    color: #fbf9f6;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 1380px)
	{
#home header .baseline {

}
p {
    line-height: 1.6rem;
}
h1 {
    font-size: 2.6rem;
    line-height: 3.6rem;
}
h2 {
    font-size: 1.4rem;
    line-height: 1.6rem;
}
h3 {
    font-size: 1.6rem;
    line-height: 2rem;
}
#home header h1 {
    font-size: 3rem;
}
#home header h2{
    font-size: 6rem;
    line-height: 7rem;
}
.bloc-text {
    padding: 4rem;
}
.bloc-text-bottom {
    padding: 0 4rem 4rem;
}
.pricingTable {
    margin: 0;
}
.pricingTable .pricing-content {
    padding: 3rem 4rem;
    min-height: 280px;
}
.pricingTable .pricing-content li {
    font-size: 1.1em;
}
h1.script {
    font-size: 2.8rem;
    line-height: 3.5rem;
}
	}

@media only screen and (max-width: 1024px)
	{
#home header .baseline {
    bottom: 20vh;
}
.bloc-text.minima {
    max-width: 100%;
}
h1.script {
    font-size: 2.6rem;
    line-height: 3.2rem;
}
.bandeau-number {
    font-size: 2em;
    line-height: 90px;
    width: 100px;
    height: 100px;
}
.words {
    font-size: 2.4rem;
}
.pricingTable .pricing-content {
    padding: 3rem 3rem;
    min-height: 290px;
}
.testi {
    padding: 2rem 2rem 3rem;
    background-color: #fbf9f6;
    width: 95%;
}
}
@media only screen and (max-width: 868px)
	{
.sessions {
	width: 95%;
}
.bloc-text {
    padding: 6rem 3rem;
}
h1.script {
    margin-left: 20%;
}
.col-sm-4.bis {
    width: 25%;
display: inline-block;
  }
.col-sm-3.bis {
    width: 33%;
    display: inline-block;
}
.bandeau-number {
    font-size: 2.2em;
    line-height: 110px;
    width: 120px;
    height: 120px;
}
.bloc-text.vh50 {
    min-height: 0;
    height: 100%;
}
.bloc-text-bottom {
    position: relative;
	padding: 0;
}
.one, .five, .two {
    top: 3%;
}
.three, .four, .six {
    bottom: 3%;
}
img.scale {
    width: 70%;
}
.pricingTable .pricing-content {
    min-height: 0;
}
.all-vh.bis {
    height: 100%;
    min-height: 0;
}
.all-vh.bis2 {
    height: 320px;
    min-height: 0;
}
.bloc-text.vh75.alt {
    min-height: 0;
    height: 100%;
}
.all-vh.beauty {
    height: 50vh;
    min-height: 50vh;
	margin: 60px 0;
}
.smart {
    padding-left: 8rem;
}
h1 {
    font-size: 2.4rem;
}
#home header h2 {
    font-size: 5.5rem;
    line-height: 6rem;
}
footer p {
 margin-left: 25%;
	margin-right: 5rem;
}
.form-control.marg {
    margin-bottom: 10px;
}
}

		
@media only screen and (max-width: 768px) 
	{
		
.navbar-nav > li:not(.langue) {
    display:none;
}
		.navbar-nav > li > a {
  padding-top: 1px;
}
#home header .baseline {
    bottom: 15vh;
}

}		
		
@media only screen and (max-width: 640px) 
	{
.bloc-text.prog {
    padding: 3rem 2rem;
    min-height: 100%;
}
.pricingTable .pricing-content {
    min-height: 0;
}
.date {
	margin-bottom: 10px;
}
#home header .baseline {
    bottom: 10vh;
}
}
		
@media only screen and (max-width: 480px) 
	{
		.navbar-nav > li > a {
  padding-top: 0;
			margin-top: 15px;
}
#home header .baseline {
    bottom: 10vh;
}
.date {
	font-size: 12px;
padding: 10px 15px;
}	
.navbar {
    padding-left: 15px;
    padding-right: 15px;
	height: 50px;

}
.pricingTable .title {
    font-size: 1.4rem;
}
		.pricingTable .title span {
    font-size: 1.4rem;
}
.logo h1 {
    font-size: 1.2rem;
    line-height: 50px;
}

#home header h2 {
    font-size: 3.2rem;
    line-height: 3.6rem;
    margin-bottom: 30px;
}
.bloc-text {
    padding: 4rem 2rem;
}
h1.script {
    font-size: 2rem;
    line-height: 2.5rem;
	margin-left: 28%;
}
h3 {
    font-size: 1.4rem;
    line-height: 1.8rem;
}
.col-sm-4.bis {
    width: 30%;
}
.bandeau-number {
    font-size: 2em;
    line-height: 90px;
    width: 100px;
    height: 100px;
}
h1 {
    font-size: 2rem;
	line-height: 2.4rem;
}
p {
    font-size: 1.1rem;
    line-height: 1.6rem;
}
ul.list li, ul li {
    font-size: 1.1rem;
    line-height: 1.6rem;
}
		.words {
    font-size: 2rem;
}
.one {
    top: 5%;
}
.five {
    top: 1%;
}
.two {
    top: 8%;
}
		.three {
    bottom: 1%;
}
		.four {
    bottom: 5%;
}
		.six {
    bottom: 8%;
}
		img.scale {
    width: 85%;
}
.bloc-text.prog {
    padding: 2rem 1.5rem;
}
.pricingTable .pricing-content {
    padding: 2rem;
}
.smart {
    padding-left: 5rem;

}
.testi {
    width: 100%;
}
		footer p {
    margin-left: 0;
    margin-right: 0;
}
#backgrounds {
	display: none;
}
.bg-smart {
display:block;
	position:absolute;
	top:0;/*90px;*/
	height:100vh;
	height: 100%;
	min-width:100%;
	width:auto !important;
	width:100%;
			}
#home header .baseline {
    bottom: 8vh;
}
.testi {
		padding: 15px;
    width: 100%;
			    margin: 30px auto 0;
			}
.testi p {
  font-size: 14px;
    line-height: 1.2rem;
	max-height: 202px;
}
.sign {
    font-size: 1rem;
    padding: 0 0 10px 0;
    margin: 10px auto;
}
.testi .links {
    margin: 10px auto -10px;
}
		
}