/* 	-------------------------------------------------
	-------------------------------------- EMBED FONT */

@font-face {
    font-family: 'pacificoregular';
    font-style: normal;
    font-weight: normal;
    src: url('../font/pacifico-webfont.eot');
    src: url('../font/pacifico-webfont.eot?#iefix') format('embedded-opentype'), url('../font/pacifico-webfont.woff') format('woff'), url('../font/pacifico-webfont.ttf') format('truetype'), url('../font/pacifico-webfont.svg#pacificoregular') format('svg');
}

@font-face {
    font-family: 'open_sansregular';
    font-style: normal;
    font-weight: normal;
    src: url('../font/opensans-regular-webfont.eot');
    src: url('../font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/opensans-regular-webfont.woff') format('woff'), url('../font/opensans-regular-webfont.ttf') format('truetype'), url('../font/opensans-regular-webfont.svg#open_sansregular') format('svg');
}

@font-face {
    font-family: 'open_sansitalic';
    font-style: normal;
    font-weight: normal;
    src: url('../font/opensans-italic-webfont.eot');
    src: url('../font/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../font/opensans-italic-webfont.woff') format('woff'), url('../font/opensans-italic-webfont.ttf') format('truetype'), url('../font/opensans-italic-webfont.svg#open_sansitalic') format('svg');
}

@font-face {
    font-family: 'open_sansbold';
    font-style: normal;
    font-weight: normal;
    src: url('../font/opensans-bold-webfont.eot');
    src: url('../font/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../font/opensans-bold-webfont.woff') format('woff'), url('../font/opensans-bold-webfont.ttf') format('truetype'), url('../font/opensans-bold-webfont.svg#open_sansbold') format('svg');
}

/*	-------------------------------------------
	-------------------------------------- SKIN */

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    overflow: hidden;
    font-family: 'open_sansregular','Helvetica','Arial','Sans-serif';
    font-size: 100%;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    background-color: #000000;
}

body,
h1,
h2,
a,
p,
input[type='submit'] {
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
}

.clear {
    clear: both;
}

object,
a {
    text-decoration: none;
    outline: none;
}

img {
    border: none 0;
    font-family: 'open_sansregular';
    font-size: 12px;
}

/*	----------------------------------------------
	-------------------------------------- BIG IMG */

#box-msg {
    z-index: 1000;
    position: fixed;
    top: 50px;
    left: 20px;
    font-size: 30px;
    color: #FFFFFF;
}

#box-bg {
    z-index: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#box-bg .box-bgimg {
    position: absolute;
    overflow: hidden;
}

#box-bg .box-bgimg img {
    position: absolute;
}

#box-black {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
}

/*	----------------------------------------------
	-------------------------------------- NAV TAB */

#box-tab {
    z-index: 3;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

#box-tab .tab,
#box-tab a {
    display: inline-block;
    float: right;
    height: 28px;
    margin-top: -50px;
    margin-right: 10px;
    padding: 2px 15px 2px 12px;
    min-width: 6px;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'pacificoregular';
    font-size: 15px;
    font-weight: normal;
    color: #000000;
    opacity: 0.6;
    background-color: #FFFFFF;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    filter: alpha(opacity=60);
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

#box-tab a {
    float: left;
    margin-right: 0;
    margin-left: 10px;
}

#box-tab a#so-fb {
    background-image: url("../img/social-facebook.png");
}

#box-tab a#so-tw {
    background-image: url("../img/social-twitter.png");
}

#box-tab a#so-yo {
    background-image: url("../img/social-youtube.png");
}

#box-tab .tab.overTab,
#box-tab a.overTab {
    opacity: 1;
    filter: alpha(opacity=100);
}

#box-tab .tab.clickTab {
    opacity: 1;
    filter: alpha(opacity=100);
}

/*	-----------------------------------------------
	-------------------------------------- BOX PAGE */

#box-page {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*	-------------------------------------------
	-------------------------------------- PAGE */

#box-page .box {
    display: none;
    position: absolute;
    padding-right: 50px;
    padding-bottom: 50px;
    opacity: 0;
    filter: alpha(opacity=0);
}

#box-page .box h1 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'pacificoregular';
    font-size: 40px;
}

#box-page .box p a,
#box-page .box .txt a {
    text-decoration: none;
    color: #FFFFFF;
}

#box-page .box p a:hover,
#box-page .box .txt a:hover {
    text-decoration: underline;
}

#box-page .box p {
    text-align: center;
    font-family: 'open_sansregular';
    font-size: 14px;
    font-weight: normal;
    color: #FFFFFF;
}

/* ------------------------------ HOME */

#box-page .box#box1 {
    width: 500px;
    height: 375px;
    padding-top: 140px;
    padding-bottom: 10px;
    text-align: center;
}

#box-page .box#box1 h1 {
    font-size: 60px;
}

#box-page .box#box1 p {
    margin: 0;
    padding: 0;
}

#box-page #box1 #bt-inc {
    display: block;
    position: relative;
    width: 120px;
    height: 120px;
    margin-top: 15px;
    margin-left: 190px;
    text-decoration: none;
    *margin-left: 0;/*IE7*/
}

#box-page #box1 #bt-inc #img1 {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100px;
    height: 100px;
    background-image: url("../img/incredibox-button.png");
}

#box-page #box1 #bt-inc #img2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
    background-image: url("../img/incredibox-button-contour.png");
}

#box-page #box1 #bt-incredibox {
    display: inline-block;
    margin-top: 8px;
    padding: 2px 15px 2px 12px;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'pacificoregular';
    font-size: 15px;
    font-weight: normal;
    color: #FFFFFF;
    background-color: transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

/* ------------------------------ STORY */

#box-page .box#box2 p {
    float: left;
    width: 380px;
    text-align: left;
    text-align: left;
    font-size: 13px;
    font-style: normal;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    -ms-hyphens: auto;
}

#box-page .box#box2 p.first {
    padding-right: 40px;
}

#box-page .box#box2 .box-sep {
    position: relative;
    height: 80px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#box-page .box#box2 .box-sep {
    width: 800px;
    height: 70px;
    background-image: url("../img/story-sep.png");
}

/* ------------------------------ TEAM */

#box-page .box#box3 .box-team {
    float: left;
    width: 190px;
    margin-top: 30px;
    margin-right: 20px;
}

#box-page .box#box3 .box-team.last {
    margin-right: 0;
}

#box-page .box#box3 .box-team .photo {
    width: 190px;
    height: 190px;
    margin-bottom: 10px;
}

#box-page .box#box3 .box-team .nom {
    text-align: center;
    font-family: 'pacificoregular';
    font-size: 23px;
}

#box-page .box#box3 .box-team .taff {
    margin: 8px 0 15px 0;
    padding: 5px 0;
    border-top: solid 1px #AAAAAA;
    border-bottom: solid 1px #AAAAAA;
    text-align: center;
    font-family: 'open_sansregular';
    font-size: 15px;
    color: #AAAAAA;
}

#box-page .box#box3 .box-team .txt {
    text-align: left;
    font-family: 'open_sansregular';
    font-size: 13px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    color: #FFFFFF;
    -ms-hyphens: auto;
}

/* ------------------------------ AWARDS */

#box-page .box#box4 {
}

#box-page .box#box4 h1 {
    margin-bottom: 20px;
}

#box-page .box#box4 table {
    width: 100%;
    *width: 820px;/*IE7*/
    margin: 0;
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 0;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;

}

#box-page .box#box4 table td hr {
    height: 1px;
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #FFFFFF;
}

#box-page .box#box4 table #center {
    width: 1px;
    height: 40px;
    padding: 0 10px;
    border: 0;
    text-align: center;
    font-family: "pacificoregular";
    font-size: 17px;
    white-space: nowrap;
}

#box-page .box#box4 .award-line{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;

    max-width: 820px;
    text-align: center;
}
#box-page .box#box4 .award-line#awardline2{
    justify-content: center;
    margin-top: 20px;
}
#box-page .box#box4 .award-line#awardline2 .box-award{
    margin:0px 10px;
}

#box-page .box#box4 .box-award {
    display: inline-block;
    width: 190px;
    height: 190px;
}

#box-page .box#box4 .box-award .box-circle {
    position: relative;
    width: 190px;
    height: 190px;
    text-decoration: none;
}

#box-page .box#box4 .box-award .box-circle .over {
    position: absolute;
    width: 190px;
    height: 190px;
    opacity: 0;
    background-image: url("../img/over-award.png");
    filter: alpha(opacity=0);
}

#box-page .box#box4 .box-award .box-circle .photo {
    position: absolute;
    width: 190px;
    height: 190px;
}

/* ------------------- BANDEAU RECOGNITIONS */

#box-page .box#box4 .box-recog {
    float: left;
    position: relative;
    width: 405px;
    height: 100px;
    text-decoration: none;
}

#box-page .box#box4 .box-recog.first {
    margin-right: 10px;
}

#box-page .box#box4 .box-recog .logo {
    position: absolute;
    top: 14px;
    left: 15px;
    width: 70px;
    height: 70px;
}

#box-page .box#box4 .box-recog .fnd {
    position: absolute;
    width: 405px;
    height: 100px;
    opacity: 0.3;
    background-color: #000000;
    filter: alpha(opacity=30);
}

#box-page .box#box4 .box-recog .quotes {
    position: absolute;
    top: 15px;
    left: 100px;
    width: 290px;
    font-family: 'open_sansregular';
    font-size: 13px;
    color: #FFFFFF;
}

#box-page .box#box4 .box-recog span {
    text-decoration: none;
    font-family: 'open_sansitalic';
    font-size: 12px;
    color: #555555;
}

#box-page .box#box4 .box-recog .over {
    position: absolute;
    width: 405px;
    height: 100px;
    opacity: 0;
    background-image: url("../img/over-recog.png");
    filter: alpha(opacity=0);
}

/* ------------------- ENCART PRESSE */

#box-page .box#box4 .boxes-press{
    width:820px;
}

#box-page .box#box4 .boxes-press .box-press {
    float: left;
    position: relative;
    width: 156px;
    height: 90px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    cursor: pointer;
}

#box-page .box#box4 .boxes-press .box-press:nth-child(5n) {
    margin-right: 0;
}

#box-page .box#box4 .boxes-press .box-press .info {
    position: absolute;
    width: 136px;
    height: 70px;
    padding: 10px;
}

#box-page .box#box4 .boxes-press .box-press .fnd {
    position: absolute;
    width: 156px;
    height: 90px;
    opacity: 0.3;
    background-color: #000000;
    filter: alpha(opacity=30);
}

#box-page .box#box4 .boxes-press .box-press .over {
    width: 156px;
    height: 90px;
    opacity: 0;
    filter: alpha(opacity=0);
}

#box-page .box#box4 .boxes-press .box-press .image {
    position: absolute;
}

#box-page .box#box4 .boxes-press .box-press .icon {
    position: absolute;
}

#box-page .box#box4 .boxes-press .box-press .info .type {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

#box-page .box#box4 .boxes-press .box-press.pdf .type{
    background-image: url("../img/icon/press-pdf.png");
}
#box-page .box#box4 .boxes-press .box-press.pdf .icon{
    background-image: url("../img/over-press-dl.png");
}

#box-page .box#box4 .boxes-press .box-press.snd .type{
    background-image: url("../img/icon/press-snd.png");
}
#box-page .box#box4 .boxes-press .box-press.snd .icon{
    background-image: url("../img/over-press.png");
}

#box-page .box#box4 .boxes-press .box-press.mov .type{
    background-image: url("../img/icon/press-mov.png");
}
#box-page .box#box4 .boxes-press .box-press.mov .icon{
    background-image: url("../img/over-press.png");
}

#box-page .box#box4 .boxes-press .box-press .titre {
    font-family: 'open_sansregular';
    font-size: 13px;
    color: #FFFFFF;
}

#box-page .box#box4 .boxes-press .box-press .date {
    font-family: 'open_sansitalic';
    font-size: 12px;
    color: #555555;
}

/*	--------------------------------------
	------------------------------ CONTACT */

.box-form {
    margin-top: 40px;
    font-family: 'open_sansregular';
    *width: 600px;/* IE7 */
}

.box-form input[type='text'],
.box-form textarea {
    float: left;
    width: 260px;
    margin: 0;
    padding: 20px;
    border: none;
    border-top: solid 1px #FFFFFF;
    color: #FFF;
    background-color: transparent;
}

.box-form input:focus,
.box-form select:focus,
.box-form textarea:focus {
    outline-width: 0;
    color: #000000;
    background-color: #FFFFFF;
}

.box-form textarea {
    -moz-box-sizing: border-box; /* Firefox */
    box-sizing: border-box;
    width: 100%;
    height: 150px;
    border-bottom: solid 1px #FFFFFF;
    overflow: auto;/* IE */
    resize: none;
    *width: 560px;/* IE7 */
}

.box-form textarea,
.box-form input {
    display: block;
    float: left;
    -webkit-appearance: none;/* !ios style */
    font-family: inherit;/* hack textarea font-family */
    font-size: inherit;
}

.box-form input[type='submit'] {
    float: right;
    height: 30px;
    margin: 0;
    margin-top: 10px;
    padding: 3px 15px 2px 12px;
    border: none;
    border-radius: 5px;
    font-family: 'pacificoregular';
    font-size: 15px;
    font-weight: normal;
    color: #000000;
    opacity: 0.5;
    background-color: #FFFFFF;
    -webkit-transition: opacity,0.5s;
    transition: opacity,0.5s;
    cursor: pointer;
    filter: alpha(opacity=50);
}

.box-form input[type='submit']:hover {
ity,
0s;
    opacity: 1;
    -webkit-transition: opacity,0s;
    transition: opac;
    filter: alpha(opacity=100);
}

.box-form .popup-alert {
    float: left;
    margin: 0;
    padding: 13px 0;
    font-size: 15px;
    background-position: left center;
    background-repeat: no-repeat;
}