html, body {
margin: 0;
padding: 0;
overflow:hidden; -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
height: 100%;
position: relative; -ms-touch-action: none; touch-action: none;
}
.fp-section {
position: relative;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.fp-slide {
float: left;
}
.fp-slide, .fp-slidesContainer {
height: 100%;
display: block;
}
.fp-slides {
z-index:1;
height: 100%;
overflow: hidden;
position: relative;
-webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
display: table;
width: 100%;
}
.fp-tableCell {
display: table-cell;
vertical-align: middle;
width: 100%;
height: 100%;
}
.fp-slidesContainer {
float: left;
position: relative;
}
.fp-controlArrow {
position: absolute;
z-index: 4;
top: 50%;
cursor: pointer;
width: 0;
height: 0;
border-style: solid;
margin-top: -38px;
}
.fp-controlArrow.fp-prev {
left: 15px;
width: 0;
border-width: 38.5px 34px 38.5px 0;
border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
right: 15px;
border-width: 38.5px 0 38.5px 34px;
border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
overflow: scroll;
}
.fp-easing {
-webkit-transition: all 0.7s ease-out; transition: all 0.7s ease-out;
}
#fp-nav {
position: fixed;
z-index: 100;
margin-top: -32px;
top: 50%;
opacity: 1;
}
#fp-nav.right {
right: 17px;
}
#fp-nav.left {
left: 17px;
}
.fp-slidesNav{
position: absolute;
z-index: 4;
left: 50%;
opacity: 1;
}
.fp-slidesNav.bottom {
bottom: 17px;
}
.fp-slidesNav.top {
top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
margin: 0;
padding: 0;
}
#fp-nav li,
.fp-slidesNav li {
display: block;
width: 14px;
height: 13px;
margin: 7px;
position:relative;
}
.fp-slidesNav li {
display: inline-block;
}
#fp-nav li a,
.fp-slidesNav li a {
display: block;
position: relative;
z-index: 1;
width: 100%;
height: 100%;
cursor: pointer;
text-decoration: none;
}
#fp-nav li .active span,
.fp-slidesNav .active span {
background: #333;
}
#fp-nav span,
.fp-slidesNav span {
top: 2px;
left: 2px;
width: 8px;
height: 8px;
border: 1px solid #000;
background: rgba(0, 0, 0, 0);
border-radius: 50%;
position: absolute;
z-index: 1;
}
.fp-tooltip {
position: absolute;
top: -2px;
color: #fff;
font-size: 14px;
font-family: arial, helvetica, sans-serif;
white-space: nowrap;
max-width: 220px;
}
.fp-tooltip.right {
right: 20px;
}
.fp-tooltip.left {
left: 20px;
}@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline; }
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block; }
body {
line-height: 1; }
ol, ul {
list-style: none; }
blockquote, q {
quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none; }
table {
border-collapse: collapse;
border-spacing: 0; }
a {
text-decoration: none;
color: #444; }
img {
max-width: 100%;
height: auto; }  @font-face {
font-family: 'icomoon';
src: url(//bond.face3dev.com/wp-content/themes/philippe_bond/fonts/icomoon/icomoon.eot?-15yulw);
src: url(//bond.face3dev.com/wp-content/themes/philippe_bond/fonts/icomoon/icomoon.eot?#iefix-15yulw) format("embedded-opentype"), url(//bond.face3dev.com/wp-content/themes/philippe_bond/fonts/icomoon/icomoon.woff?-15yulw) format("woff"), url(//bond.face3dev.com/wp-content/themes/philippe_bond/fonts/icomoon/icomoon.ttf?-15yulw) format("truetype"), url(//bond.face3dev.com/wp-content/themes/philippe_bond/fonts/icomoon/icomoon.svg?-15yulw#icomoon) format("svg");
font-weight: normal;
font-style: normal; }
[class^="icon-"],
[class*=" icon-"] {
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.icon-location:before {
content: "\e601"; }
.icon-facebook:before {
content: "\e603"; }
.icon-twitter:before {
content: "\e600"; }
.icon-search:before {
content: "\e604"; } textarea,
input[type="password"],
input[type="email"],
input[type="text"],
input[type="submit"],
button {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
border: 0;
outline: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
font-size: 16px;
padding: 15px;
margin: 0; }
textarea,
input[type="password"],
input[type="email"],
input[type="text"] {
width: 100%;
color: #444;
background: #fff; }
input[type="submit"],
button {
background: #F4E60B;
color: #fff; }
body {
font-family: 'Open Sans',sans-serif; }
body.error404 {
background-color: #222222; }
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.clearfix:after {
content: '';
width: 100%;
display: block;
clear: both; } .header {
padding: 40px 0 60px 0; }
.header .logo {
display: inline-block;
vertical-align: bottom; }
.header .nav {
display: inline-block;
vertical-align: bottom; }
.header .nav a {
font-family: 'Open Sans Condensed',sans-serif;
font-weight: bold;
color: #f45707;
font-size: 17px;
display: inline-block;
vertical-align: middle;
text-transform: uppercase;
margin-left: 40px;
padding-bottom: 7px;
border-bottom: 4px solid transparent; }
.header .nav a.active, .header .nav a:hover {
border-color: #f45707; }
.main-heading {
text-transform: uppercase;
text-align: center;
letter-spacing: 0.1em;
font-family: 'Open Sans Condensed',sans-serif;
font-weight: bold;
font-size: 55px;
color:#000; }
.main-sub-heading {
text-transform: uppercase;
text-align: center;
letter-spacing: 0.1em;
font-family: 'Open Sans Condensed',sans-serif;
font-weight: bold;
font-size: 35px; 
margin-top: 40px;
}
.section {
position: relative; }
.content-wrap {
position: relative;
z-index: 21;
width: 70%;
max-width: 750px;
margin: auto;
height: 100%; }
.accueil {
background: #eaeaea;
color: #fff;
position: relative; 
background: url(//bond.face3dev.com/wp-content/themes/philippe_bond/img/full-hp-bg.png) no-repeat top right;
background-size: cover;
}
.accueil .inner {
width: 80%;
margin: auto;
position: relative;
z-index: 999; }
.accueil .logo {
width: 60%;
max-width: 660px; }
.accueil .the-menu { margin-top: -42px; }
.accueil .the-menu a {
display: inline-block;
margin-right: 20px;
text-transform: uppercase;
color: #f45707;
font-family: 'Open Sans Condensed',sans-serif;
font-weight: bold;
font-size: 22px; }
.accueil .the-menu a:hover {
color: #f45707; }
.accueil .fp-slide.fp-table {
position: relative; }
.accueil .main-image {
width: 100%;
height: 100%;
position: absolute; -moz-transform:    translateX(16%);
-webkit-transform:translateX(16%);
transform: translateX(16%);
top: 0;
right: 0;
z-index: 11; }
.accueil.not-found {
position: static;
text-align: center; }
.accueil.not-found .logo {
width: 100%;
max-width: 320px;
margin: 30px auto; }
.accueil.not-found .inner {
position: static; }
.accueil.not-found .main-image {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
transform: translateX(0);
width: 400px;
height: 300px;
right: auto;
left: 50%;
top: auto;
bottom: 0;
margin-left: -200px; }
.accueil.not-found .the-menu {
margin: 20px 0;
display: block !important; }
.accueil.not-found .message-404 {
font-size: 16px;
line-height: 1.4;
margin-top: 60px;
font-weight: bold; }
.filtres {
background-color: #eaeaea; }
.filtres h2, .filtres h3 {
color: #222222;
font-family: 'Open Sans Condensed',sans-serif;
font-weight: bold;
text-transform: uppercase;
font-size: 26px;
margin: 30px 0 15px 0; }
.filtres .search form {
position: relative; }
.filtres .search .icon-search {
position: absolute;
right: 0;
top: 0;
width: 62px;
height: 62px;
display: block;
text-align: center;
line-height: 62px;
font-size: 20px;
color: #222222; }
.filtres .search input[type="text"] {
padding: 22px 62px 22px 22px; }
.filtres .search #ville_select, .filtres .search #ville_select option {
letter-spacing: 0px
}
.footer {
text-align: center;
position: absolute;
width: 100%;
bottom: 0;
left: 0;
z-index: 20;
padding: 20px;
font-size: 14px;
color:#000 !important; }
.fp-controlArrow {
display: none !important; }
.contact { background-size: contain;
background-color: #eaeaea;
color: #fff;
position: relative; }
.contact .header a {
color: #f45707; }
.contact .header a.active, .contact .header a:hover {
border-color: #f45707; }
.contact h2 {
font-weight: bold;
color: #000;
text-transform: uppercase;
line-height: 1.3;
margin-bottom: 20px; }
.contact p {
font-weight: bold;
font-size: 16px;
color: #000;
line-height: 1.5;
margin-bottom: 20px; }
.contact .jumbo-contact {
display: block;
background: #444444;
color: #FFFFFF;
padding: 20px;
margin: 35px auto 0 auto;
max-width: 350px;
text-align: center; }
.contact .jumbo-contact:hover {
background-color: #999;
}
.contact .jumbo-contact h3 {
font-weight: bold;
text-transform: uppercase;
font-size: 24px;
margin-bottom: 5px; }
.contact .jumbo-contact span {
font-size: 17px;
line-height: 1.5; }
.row {
overflow: hidden;
margin-top: 60px; }
.row .contact-col {
float: left;
width: 50%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0 20px;
text-align: center; }
.contact .fp-tableCell,
.filtres .fp-tableCell {
vertical-align: top;
display: block;
height: 100%; }
.social {
text-align: center;
margin-top: 60px; }
.social a {
display: inline-block;
color: #F4E60B;
letter-spacing: 2px;
text-transform: uppercase;
font-weight: bold;
font-size: 14px; }
.social a span {
display: inline-block;
vertical-align: middle; }
.social a i {
display: inline-block;
vertical-align: middle;
font-size: 20px; }
.social a:hover {
color: #999; }
.spectacles {
background-color: #eaeaea; }
.spectacles .header .nav a {
color: #f45707; }
.spectacles .header .nav a.active, .spectacles .header .nav a:hover {
border-color: #f45707; }
.results {
margin-top: 40px; }
.results .event-item {
border: 1px solid #D0D0D0;
padding: 10px;
font-size: 0;
position: relative;
margin-bottom: 10px; }
.results .col {
font-size: 14px;
display: inline-block;
vertical-align: middle;
padding: 0 5px; }
.results .date {
text-align: center;
font-family: 'Open Sans Condensed',sans-serif;
font-weight: bold;
width: 8%;
padding: 0 5px 0 0px; }
.results .date .numbers {
color: #FFF;
background: #666;
padding: 5px; }
.results .date .numbers span {
display: block; }
.results .date .numbers .month {
text-transform: uppercase; }
.results .date .numbers .day {
font-size: 26px; }
.results .date .year {
color: #fff;
background: #000;
font-size: 14px;
padding: 5px 10px; }
.results .title {
font-weight: bold;
width: 30%;
padding-right: 40px; }
.results .title span {
display: block;
font-size: 12px;
line-height: 1.2; }
.results .title .name {
color: #999;
margin-bottom: 5px; }
.results .title .location {
color: #222222;
letter-spacing: 0 }
.results .calendar {
font-weight: bold;
width: 20%;
position: relative; }
.results .calendar span {
text-transform: uppercase;
font-size: 12px;
line-height: 1.2; }
.results .calendar .add-to {
position: absolute;
left: -20px;
top: 3px;
color: #FFF;
background: #999;
padding: 2px 4px;
font-size: 16px;
cursor: pointer; }
.results .calendar .close {
display: none;
position: absolute;
top: 5px;
right: 5px;
font-size: 16px;
width: 20px;
text-align: center;
cursor: pointer;
font-weight: normal; }
.results .calendar .cal-wrap {
position: absolute;
background: #999;
padding: 10px 40px 10px 10px;
z-index: 2;
font-size: 14px;
line-height: 1.3;
top: -25px;
left: -30px;
min-width: 180px;
display: none; }
.results .calendar .cal-wrap a {
font-family: 'Open Sans',sans-serif;
font-weight: bold;
display: block;
margin: 4px 0; }
.results .calendar.open .cal-wrap {
display: block; }
.results .calendar.open .label {
display: none; }
.results .calendar.open .close {
display: block; }
.results .buy {
position: absolute;
height: 100%;
background: #f45707;
height: 100%;
right: 0;
color: #FFF;
line-height: 1.3;
top: 0;
font-weight: bold;
width: 159px;
text-align: center;
padding: 0 25px;
display: table;
}
.results .buy a {
color: #F4E60B;
font-size: 12px;
text-transform: uppercase;
line-height: 1.3;
display: table-cell;
height: 96px;
vertical-align: middle; }
.results .buy span {      display: table-cell;
vertical-align: middle;
height: 86px; }
.results .buy:hover {
background-color: #333; }
.results .buy:before {
content: '';
position: absolute;
top: 50%;
margin-top: -3px;
left: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 5px 0 5px 6px;
border-color: transparent transparent transparent #ffffff; }
.accueil-mobile-nav {
display: none;
margin: 35px auto 6px auto;
max-width: 300px;
text-align: center; }
.accueil-mobile-nav a {
display: inline-block;
margin: 0 10px 0 0;
font-family: 'Open Sans Condensed',sans-serif;
font-weight: bold;
color: #f45707;
font-size: 22px;
text-transform: uppercase; } .view_all a {
display: inline-block;
margin-right: 20px;
text-transform: uppercase;
font-family: 'Open Sans Condensed',sans-serif;
font-weight: bold;
font-size: 22px;
margin-top: 10px;
color: #000;
}
.view_all a:hover {
color: #000;
}
.line {
position: absolute;
display: block;
top: 70px;
left: -60px;
width: 30px;
height: 28px;
background-image: url(//bond/face3dev.com/beta/philippebond2018/wp-content/themes/philippe_bond/img/line.png);
}
.quotes {
font-family: 'Satisfy', cursive !important;
color: #000 !important;
text-transform: none !important;
line-height: 1.2em;
font-weight: 300 !important;
font-size: 2.6em !important;
margin: 50px 0 15px 0 !important;
position: relative;
}.clearfix:after{
content:' ';
font-size:0;
height:0;
display:block;
width:100%:
clear:both;
} .twitter-typeahead{
display: block !important;
}
.tt-dropdown-menu{
left: 0 !important;
right: 0 !important;
background-color: #E9DA0B;
max-height: 350px;
overflow-y: auto;
}
.tt-dropdown-menu p{
padding: 15px 22px;
}
.tt-dropdown-menu .tt-cursor p,
.tt-dropdown-menu p:hover{
background-color: #D2C409;
cursor: pointer;
} .fp-tableCell{
position: relative;
}
.spectacles-button,
.filtres-button{
position: absolute;
top: 50%;
display: block;
height: 62px;
width: 62px;
margin-top: -31px;
background-position: center;
background-repeat: no-repeat;
}
.spectacles-button{
right: 0;
background-image: url(//bond.face3dev.com/wp-content/themes/philippe_bond/img/spectacles-button.png);
}
.filtres-button{
left: 0;
background-image: url(//bond.face3dev.com/wp-content/themes/philippe_bond/img/filtres-button.png);
}
.scroll-overflow{
height: 100%;
overflow-y: auto;
}
.results .heading-item{
border: none;
}
.results .heading-item .main-heading{
margin: 30px 0;
}
.results .heading-item:first-child .main-heading{
margin-top: 0;
}
.contact a{
color: #000;
} .footer.footer{
font-size: 12px;
color:#fff;
}
.results .buy a{
color: #FFF;
}
.results .calendar .add-to:before{
display: none;
}
.filtres h2 {
color: #000;
font-family: 'Open Sans Condensed',sans-serif;
font-weight: bold;
text-transform: uppercase;
font-size: 26px;
margin: 30px 0 15px 0; 
}
.mobile-header{display:none;}
.filtres .search .icon-search{
line-height: 36px;
background-color: #fff;
cursor: pointer;
}
.filtres .search #ville_select {
line-height: 60px;
background-color: #fff;
cursor: pointer;
width: 100%;
font-size: 20px;
}
.filtres .search #ville_select option {
padding: 5px;
}
body .add-to-calendar-checkbox~a:before{
display:none;
}
body .add-to-calendar-checkbox:checked~a{margin:0;}
.results .event-item{overflow:visible;}
.mobile-header {
opacity: 0;
-webkit-transition: opacity 0.1s;
-moz-transition: opacity 0.1s;
-ms-transition: opacity 0.1s;
-o-transition: opacity 0.1s;
transition: opacity 0.1s;
}
.mobile-header.sticky {
opacity: 1;
} .filtres .search{}
.filtres .search .customSelect .customSelectInner,
.filtres .search select{width:100% !important;}
.filtres .search select{left: 0;}
.filtres .search .customSelect{
display: block !important;
padding: 15px;
font-size: 16px;
color: #333;
background:url(//bond.face3dev.com/wp-content/themes/philippe_bond/img/ddown.png)no-repeat center right;
background-color: #FFF;
padding-right: 35px;
}@media screen and (max-width: 1235px) {
.accueil .the-menu {
margin-top: -38px;
}
}
@media screen and (max-width: 1100px) {
.accueil .the-menu {
margin-top: -35px;
}
}
@media screen and (max-width: 1024px) {
.accueil .main-image {
max-width: 809px;
}
.filtres .content-wrap {
max-width: 560px; }
.results .event-item {
padding: 5px; }
.results .date {
width: 10%; }
.results .title {
padding-right: 30px; }
.results .buy { }
.results .buy a { } }
@media screen and (max-width: 770px) {
.contact a {
font-size: 14px;
}
#fullpage {
-ms-transform: none !important;
-moz-transform: none !important;
-webkit-transform: none !important;
transform: none !important; }
.section.fp-section .slide {
padding: 23px 0; }
.section.fp-section .slide.accueil {
min-height:100vh;   }
.section.fp-section .slide.filtres {
padding: 70px 0 40px 0; }
.fp-slide {
float: none;
height: auto; }
.accueil {
background: url(//bond.face3dev.com/wp-content/themes/philippe_bond/img/bg-top-section-mobile.jpg) no-repeat bottom center;
background-size: cover;
}
.accueil .main-image {
margin-right: 0;
height: 77%;
top: 23%;
right: 0;
left: 0;
transform:  none;
background-position:  top center;
background-size: cover;
overflow: hidden;
background-image: url(//bond.face3dev.com/wp-content/themes/philippe_bond/img/bg-m-phil-top.png);
background-repeat: no-repeat;
z-index: 999;
}
.accueil .logo {
width: auto;
max-width: 300px;
margin: 0 auto 20px auto;
z-index: 1 }
.accueil .the-menu {
display: none; }
.filtres {
text-align: center;
position: relative; }
.filtres .content-wrap {
position: static; }
.content-wrap {
width: 85%; }
.header {
display: none; }
.mobile-header {
display: block;
position: absolute;
background: #222;
width: 100%;
left: 0;
top: 0;
line-height: 60px;
z-index: 50; }
.mobile-header a {
font-family: 'Open Sans Condensed',sans-serif;
font-weight: bold;
font-size: 17px;
display: inline-block;
vertical-align: middle;
text-transform: uppercase;
color: #FFF;
margin: 0 15px; }
.mobile-header.sticky {
position: fixed; }
.spectacles-button,
.filtres-button {
display: none; }
.scroll-overflow {
height: auto;
overflow: visible; }
.footer {
margin-top: 30px;
position: static; }
.filtres .footer {
display: none; }
.main-heading {
letter-spacing: 0px;
font-size: 48px;
padding-bottom:30px }
.results {
margin: 0; }
.accueil-mobile-nav {
display: block; } 
.results .buy {     
display: block;
width: 100%;
position: relative;
margin-top: 5px;}
.results .buy a { width:100%;}
} @media screen and (max-width: 580px) {
.contact { }
.contact .jumbo-contact h3 {
font-size: 18px; }
.contact .jumbo-contact span {
font-size: 16px; }
.row .contact-col {
margin-bottom: 50px;
float: none;
width: auto; }
.results .date {
width: 20%; }
.results .share,
.results .calendar {
display: none; }
.results .title {
width: 80%;
padding: 0 90px 0 10px; }
.results .heading-item .main-heading {
margin: 30px 0 15px 0;
letter-spacing: 2px;
font-size: 36px; } 
}
@media screen and (max-width: 450px) {
.accueil .logo {}
.content-wrap {
width: 95%; }
.results .event-item {
padding: 0; }
.results .title {
padding: 0 85px 0 5px; }
.results .buy:before {
display: none; }
.section.fp-section .slide.accueil {
min-height: 600px;
background: url(//bond.face3dev.com/wp-content/themes/philippe_bond/img/bg-top-section-mobile.jpg) no-repeat bottom center;
background-size: cover;
height: 100vh;
}
.accueil .main-image {
margin-right: 0;
width: 100%;
right: 0;
left: 0;
transform:  none;
background-position:  top center;
background-size: cover;
overflow: hidden;
height: 77%;
top: 23%;
background-image: url(//bond.face3dev.com/wp-content/themes/philippe_bond/img/bg-m-phil-top.png);
background-repeat: no-repeat;
}
@media screen and (max-width: 380px) {
.accueil .main-image {
margin-right: 0;
width: 100%;
right: 0;
left: 0;
transform:  none;
background-position:  top center;
background-size: cover;
overflow: hidden;
height: 77%;
top: 23%;
} }