/*--------------------RESET (ne pas toucher)------------------*/

@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, header, footer, pre, a,abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, fieldset, form, label, legend, li, ul,caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}





/*--------------------SETTINGS DE LA PAGE------------------*/

body, html {
    font-family: 'Signika', 'Arial', 'Helvetica', sans-serif;
    height:100%;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    background-image: url('/public/image_ressource/dot.png');
}





/*-------------------CLASSES RECURRENTES-----------------*/

.yellow{
    color:#fdc300;
    font-weight: bold;
}


p {
    font-weight: 100;
}


b {
    font-weight: bold;
}

section{
    margin: 100px auto;
    width: 80%;
    max-width: 1024px;
    clear:both;
}

section:first-of-type{
    margin-top:70px;
}

.break{
    clear: both;
}

/****************/
/**** POP UP ****/
/****************/

.popupContainer{
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    position: fixed;
    top: 55px;
    left: 0;
    z-index: 10000;
    display: none;
}


.popupOverlay {
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #34495e;
    opacity: 0.8;
}


.popup {
    position: relative;
    top: 50px;
    margin: 0px auto;
    background: #fff;
    width: 786px;
    min-height: 300px;
    -webkit-box-shadow: 0px 0px 30px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 30px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 30px rgba(50, 50, 50, 0.75);
    overflow: hidden;
    display: none;
}


#contentPopup{
    /*width:560px;*/
    height:100%;
}


#extPopup{
    width:600px;
}


.popupHeader {
    width: 100%;
    height: 115px;
}


.tuzzitLogo {
    background: url('/public/image_ressource/logotuzzit.png') no-repeat;
    background-position: 50%;
    width: 35px;
    height: 55px;
    margin: 25px 25px 0 25px;
    float: left;
}


.popupHeader h2 {
    display: block;
    line-height: 100px;
    font-size: 36px;
    font-weight: 400;
    float: left;
    color: #34495e;
}


.popup p {
    font-size: 16px;
    color: #95a5a6;
    font-weight: 300;
    line-height: 25px;
}


.popup p a{
    color:#34495e;
}


.userForm {
    width: 375px;
    float: left;
    clear: both;
    margin: 0 0 20px 25px;
    padding-right: 30px;
    border-right: 1px dashed #95a5a6;
}


.userForm input {
    display: block;
    width: 345px;
    height: 55px;
    padding: 0px 5px;
    line-height: 55px;
    font-size: 16px;
    color: #95a5a6;
    margin: 0;
    outline: 0;
    border: 1px solid #cedbdc;
    border-bottom: 0;
}


.userForm .lastInput{
    border-bottom:1px solid #cedbdc;
}


#loginForm .forgotPassword {
    border-top:0;
}


.userForm a {
    display: inline-block;
    color: #34495e;
    margin: 50px auto;
    font-size: 18px;
    font-weight: lighter;
}


.userForm input[type=submit], .popupContent input[type=submit]{
    display:block;
    position:absolute;
    top:-999999px;
}


.buttonSignIn {
    display: block;
    width: 265px;
    height: 55px;
    margin: 10px 0;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
    line-height: 55px;
    text-decoration: none;
    color: #fff!important;
}


.buttonSignIn span{
    font-weight:bold;
}


.socialNetworks {
    float: right;
    margin-right: 25px;
    width: 265px;
}


.popupInfo {
    margin-bottom: 20px;
    height: 50px;
}


.leftInfo {
    width: 375px;
    float: left;
    margin: 0 30px 0 25px;
}


.rightInfo {
    width: 265px;
    float: right;
}


.iconSocialNetwork {
    float: left;
    background-position: 50%;
    background-size: 36px;
    background-repeat: no-repeat;
    width: 56px;
    height: 56px;
}


.fontFacebook, #facebookLink {
    background-image: url('../image_ressource/facebook_f_white.png');
    background-color: #3b589a;
}


#facebookLink {
    background-position: 2px;
    background-size: 100%;
    background-repeat: no-repeat;
}


#linkedInLink{
    background-image: url('../image_ressource/logo_linkedin.png');
    background-color: #069;
    background-size: 100%;
    background-repeat: no-repeat;
}


#googleLink{
    background-image: url('../image_ressource/logo_google_plus.png');
    background-color: #d34836;
    background-position-y: 2px;
    background-size: 100%;
    background-repeat: no-repeat;
}


.fontTwitter, #twitterLink{
    background-image: url('../image_ressource/twitter_white.png');
    background-color: #00abf0;
}


#twitterLink {
    background-size: 100%;
    background-repeat: no-repeat;
}


.facebookLogin{
    margin-top:0;
    background:#3b589a;
}


.twitterLogin{
    background:#00abf0;
}


.popupBottom {
    clear: both;
    width: 100%;
    height: 65px;
    background: #95a5a6;
    color: #fff;
    line-height: 65px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    cursor:pointer;
    z-index: 101;
    position: relative;
}


.popupBottom:hover{
    background-color:#fdb304;
}


.popupBottom a {
    width: 100%;
    text-decoration: none;
    color: #fff;
    height: 100%;
    display: block;
    text-align: center;
}


.popupBottomButton{
    width: 50%;
    float: left;
    border: 1px solid transparent;
    background-color: #95a5a6;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    height: 63px;
    text-align: center;
    line-height: 63px;
    margin-left: -3px;
}


.popupBottomButton:hover{
    background:#1ddc6e;
}


#closeContent{
    border-left: 2px solid #fff;
    margin-left: -5px;
}


.closePopup {
    float: right;
    margin: 30px;
    background: url("/public/image_ressource/spritemenu_popup.png") no-repeat;
    background-position: -16px -184px;
    background-color: #95a5a6;
    width: 25px;
    height: 25px;
    cursor:pointer;
}


.closePopup:hover{
    background-color: #fdb304;
}


#canvasPopup .popupBottom:hover, #canvasPopup .closePopup:hover{
    background-color: #1ddc6e;
}


.terms{
    font-size:12px;
}


.infoField{
    background: url("/public/image_ressource/spritemenu_popup.png") no-repeat;
    width: 56px;
    height: 56px;
    position: relative;
    margin-top: -56px;
    margin-left: 301px;
    left: auto;
}


.okField{
    background-position: 0px -110px;
}


.errorField {
    background-position: -56px -110px;
}


.errorText {
    text-align: center;
    margin-bottom: 10px;
    color: #db1501;
}





/***************/
/* SAVE BUTTON */
/***************/

input[type="submit"] {
    position: absolute;
    left:0;
    bottom: 0;
    height: 40px;
    line-height: 40px !important;
    display:block;
    width:100% !important;
    background-color:#95a5a6;
    color:#fff !important;
    font-size:16px !important;
    font-weight:bold !important;
    cursor:pointer;
    padding: 0;
    border: 1px solid #95a5a6;
}


input[type="submit"]:hover{
    background-color:#1ddc6e;
    border: 1px solid #1ddc6e;
}


#cancelButton{
    position:absolute;
    margin:0;
    bottom:20px;
    right:20px;
    width: auto  !important;
    font-size: 12px   !important;
    padding: 2px 10px;
    height:28px;
    background-color: #ccc;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ccc), color-stop(1, #bbb) );
    background:-moz-linear-gradient( center top, #ccc 5%, #bbb 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc', endColorstr='#bbb');
    border:1px solid #ccc;
    -moz-box-shadow:inset 0px 1px 0px 0px #eee; /*38ccff*/
    -webkit-box-shadow:inset 0px 1px 0px 0px #eee;
}





/*-------------------------HEADER-----------------------*/

header{
    position: fixed;
    z-index:10;
    background-color: #34495e;
    font-size:16px;
    color:#fff;
    width:100%;
    top:0;
    height:55px;
}


.headerContent{
    display:none;
    height:245px;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
}


.icon{
    width: 42px;
    height: 35px;
    background:url("/public/image_ressource/spritemenu_social.png") no-repeat;
    display:block;
    cursor:pointer;
}


.facebook{background-position: 0 0;}

.facebook:hover{background-position:-42px 0px;}

.twitter{background-position: 0 -70px;}

.twitter:hover{background-position:-42px -70px;}

.linkedin{background-position:0px -35px;}

.linkedin:hover{background-position:-42px -35px;}

.feedback{background-position:0px -105px;}

.feedback:hover{background-position:-42px -105px;}


.headerBar{
    height:55px;
}


.buttonsHeader{
    float: left;
    list-style-type: none;
    margin-left: 15px;
    margin-top: 10px;
}


.buttonsHeader li{
    float: left;
    text-indent: -9999px;
    list-style-type: none;
}


.buttonsHeader li a{
    margin-right:10px;
}


.logoHeader {
    text-indent: -9999px;
    text-align: center;
    width: 90px;
    padding-top: 25px;
    float: left;
    height: 28px;
    background: url('/public/image_ressource/logo_tuzzit.png') no-repeat;
    background-size: 90px 28px;
    background-position: 0px;
}


.middleHeader {
    position: absolute;
    background-size: 90px 27px;
    background-position: 0px;
    left: 50%;
    margin-left: -45px;
}


.menuHeader {
    width: 22px;
    float: right;
    margin-left: 13px;
    margin-top:18px;
    cursor:pointer;
}


.barMenu {
    background-color: #2c3e50;
    width: 100%;
    height: 4px;
    margin: 3px 0;
}


.menuHeader:hover .barMenu {
    background-color: #95a5a6;
}


.button_login{
    background-color: #2C3E50;
    color:#95a5a6;
    font-size:16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 15px;
    height:55px;
    line-height:55px;
    text-decoration:none;
    padding: 0px 30px;
    float:right;
}


.button_login:hover{
    color:#fff;
    background-color: #95a5a6;
}


.button_signUp{
    background-color: #1ddc6e;
    color:#fff;
    font-size:16px;
    font-weight: bold;
    text-transform: uppercase;
    margin:10px 0px;
    margin-right: 10px;
    height:35px;
    line-height:35px;
    text-decoration:none;
    padding: 0 30px;
    float:right;
}

/***************************
    CONTENU SECTION
***************************/

#summary,#methodology,#methodologyStep{
    position: relative;
    padding-top:80px;
    width: 100% !important;
    max-width: none;
    min-height:350px; /*Meme technique que pour l'ancienne version smartphone, on fait en sorte que la section avec la photo fasse toute la hauteur de l'tagcran, quel que soit le device, c'est plus stylé*/
    margin:0 auto;
    background: url('/public/image_ressource/fond.jpg') no-repeat fixed 100% 0%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#summary .icon1{
    position: absolute;
    z-index:2;
    top:100px;
    left: 200px;
    background-image: url('/public/image_ressource/icon1_fond.png');
    background-size: 100px;
}

#summary .icon2{
    position: absolute;
    z-index:2;
    top:200px;
    left: 500px;
    background-image: url('/public/image_ressource/icon2_fond.png');
    background-size: 100px;
}

#summary .icon3{
    position: absolute;
    z-index:2;
    top:150px;
    left: 700px;
    background-image: url('/public/image_ressource/icon3_fond.png');
    background-size: 100px;
}

.container{
    margin: 0 auto;
    width: 1024px;
}

.container h2{
    font-size: 20px;
    font-weight:400;
    color:#fff;
    text-transform: uppercase;
}

.container h1, #methodology h2, #methodologyStep h2{
    margin-top:10px;
    font-size: 32px;
    font-weight:600;
    color:#fdb304;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.container article{
    margin: 0px;
    margin-right:100px;
    width:40%;
}

.container article h3{
    color:#fff;
    text-transform: uppercase;
    font-weight:bold;
}

.container article ul{
    float:left;
}

.container article li{
    display:block;
    float:left;
    list-style-type:none;
    background-color: #ccc;
    width:68px;
    height:34px;
    margin: 12px 0;
    margin-right: 14px;
}

.container li .icon{
    width:34px;
    height:34px;
    float:left;
}

.container li span{
    display: block;
    float:left;
    width: 32px;
    color: #515151;
    line-height: 34px;
    text-align: center;
}

.facebookIcon{
    background-image: url('/public/image_ressource/facebook-icon.png') ;
}

.pluginConnectButton, .blueButton,.pluginButtonContainer{
    opacity:0 !important;
    z-index: 1 !important;
}

.twitterIcon{
    background-image: url('/public/image_ressource/twitter-icon.png') ;
}

.linkedinIcon{
    background-image: url('/public/image_ressource/linkedin-icon.png') ;
}

.googleIcon{
    background-image: url('/public/image_ressource/googleplus-icon.png') ;
}

.facebookIcon:hover{
    background-image: url('/public/image_ressource/facebook-icon-hover.png') ;
}

.twitterIcon:hover{
    background-image: url('/public/image_ressource/twitter-icon-hover.png') ;
}

.linkedinIcon:hover{
    background-image: url('/public/image_ressource/linkedin-icon-hover.png') ;
}

.googleIcon:hover{
    background-image: url('/public/image_ressource/googleplus-icon-hover.png') ;
}

.container p{
    font-size:15px;
    font-weight:400;
    color:#fff;
    padding:0px;
}

article{
    margin: 20px 0;
    float:left;
    width:45%;
}

article h2, .categorie h2, #similar_canvas h2, #additionnalInfo h2{
    font-size:26px;
    letter-spacing: 1px;
    margin:20px 0;
    font-weight:600;
    color:#34495e;
    text-transform: uppercase;
}

section h1{
    padding-bottom: 40px;
    font-size: 29px;
    font-weight: 600;
    line-height: 28px;
    color:#34495e;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.mainImg{
    position: relative;
    margin-top:-200px;
}

.img_canvas{
    display: block;
    z-index:2;
    width:100%;
    height:100%;
    border:1px solid #95a5a6;
}

.masqueCanvasBig{
    display: none;
}

.mainImg:hover .masqueCanvasBig{
    display: block;
    position: absolute;
    text-align: center;
    width: 100%;
    height:100%;
    z-index: 2;
    border:1px solid #95a5a6;
    background-color:rgba(52,73,94,0.5) ;
}

.masqueCanvasBig H3{
    color: #fff;
    font-size: 38px;
    text-align: center;
    padding:50px;
    margin-top:200px;
}

.masqueCanvasBig a{
    padding: 15px 20px;
    font-size: 36px;
    background-color:#fdb304 ;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
}

article p{
    font-size: 15px;
    line-height: 22px;
    text-align: justify;
    padding:10px 0;
    color:#34495e;
}

.creaHistory{
    width:55%;
}

.creaHistory h3{
    margin-top: 30px;
    color:#95a5a6;
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase;
}

.creator{
    float:left;
    width:170px;
    height:170px;
    border: 1px solid #ccc;
    margin: 15px 0;
    margin-right:20px;
}

.authorLink, .masqueCanvasSmall a{
    padding: 10px 15px;
    background-color:#ccc ;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
}

.authorLink{
    float:right;
}

.authorLink:hover, .masqueCanvasSmall a:hover{
    background-color: #1ddc6e;
}

.categorie{
    margin-top: 20px;
    float: right;
    width:35%;
}

.check{
    float:left;
    width: 22px;
    height:20px;
    padding: 12px;
    line-height: 36px;
    text-align: center;
    background-color: #1ddc6e;
}

.tag{
    width:100%;
    height:44px;
    margin: 15px 0;
}

.tag:first-of-type{
    margin-top: 35px;
}

.tagText{
    float:left;
    width:68%;
    height:42px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 42px;
    color:#34495e;
    font-weight:300;
    padding-left:15px;
    background-color: #fff;
}

.figure{
    display: block;
    float:right;
    margin-right:15px;
    color:#95a5a6;
}

#mainDescription{
    width:100%;
}

.centerImg{
    display: block;
    width:100%;
    text-align: center;
}

#mainDescription ul{
    padding-left:20px;
}

#mainDescription ul li{
    font-size:15px;
    font-weight:400;
    color:#34495e;
    padding-left:10px;
}

#methodology,#methodologyStep{
    padding:50px 0;
}

#methodology article{
    width:35%;
    float:left;
}
#methodologyStep article{
    width:40%;
    background-color:rgba(52,73,94,0.7) ;
    padding:18px;
    margin:25px;
    float:left;
    position: relative;
}

#methodologyStep article h3{
    color: #fff;
    padding:10px 0;
    font-size: 20px;
}

.step{
    position:absolute;
    top:-25px;
    left:-25px;
    border-radius:50px;
    width: 50px;
    height:50px;
    color: #fff;
    font-size: 22px;
    line-height: 50px;
    text-align: center;
    background-color: #fdb304;
}

.right{
    float:right !important;
}

.methodoStep{
    width:100% !important;
    background: none !important;
    margin:20px 0 !important;
}

#methodology h2, #methodologyStep h2{
    margin-top:20px;
}

.video {
    position:relative;
    margin-top:20px;
    float:right;
    width:50%;
}

#methodologyStep .video{
    margin:30px auto;
    width:560px;
    float: none;
}

.video iframe{
    width: 100% !important;
}

.video .masque{
    position:absolute;
    z-index: 2;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.8);
    cursor: pointer;
}

.masque .circle{
    position: absolute;
    z-index:9;
    left:242px;
    top:117px;
    width:80px;
    animation: wheel 20s ease-in-out infinite alternate;
    -moz-animation: wheel 20s ease-in-out infinite alternate;
    -webkit-animation: wheel 20s ease-in-out infinite alternate;
}

.masque .play{
    position: absolute;
    z-index:9;
    margin: 0 auto;
    width: 20px;
    top:145px;
    left:275px;
}

@keyframes wheel{
    0%{
        transform:scale(1) rotate(0deg);
    }
    100%{
        transform:scale(1) rotate(2000deg);
    }
}
@-webkit-keyframes wheel{
    0%{
        -webkit-transform:scale(1) rotate(0deg);
    }
    100%{
        -webkit-transform:scale(1) rotate(2000deg);
    }
}
@-moz-keyframes wheel{
    0%{
        -moz-transform:scale(1) rotate(0deg);
    }
    100%{
        -moz-transform:scale(1) rotate(2000deg);
    }
}

#additionnalInfo{
    background-color: #fff;
}

#similar_canvas{
    padding: 30px 0;
    background-color:#eee;
    width: 100% !important;
    margin:0;
    max-width: none;
    min-height:300px; /*Meme technique que pour l'ancienne version smartphone, on fait en sorte que la section avec la photo fasse toute la hauteur de l'tagcran, quel que soit le device, c'est plus stylé*/
}

#similar_canvas ul{
    margin: 0 auto;
}

#similar_canvas ul li{
    position: relative;
    list-style-type: none;
    float:left;
    margin: 0 15px;
}

#similar_canvas ul li img{
    width:308px;
    border: 1px solid #34495e;
}

.masqueCanvasSmall{
    display: none;
}

.masqueCanvasSmall H3{
    color: #fff;
    font-size: 22px;
    text-align: center;
    padding:50px;
}

#similar_canvas ul li:hover .masqueCanvasSmall{
    display: block;
    position: absolute;
    text-align: center;
    width: 100%;
    height:100%;
    z-index: 2;
    background-color:rgba(52,73,94,0.5) ;
}

footer{
    position:relative;
    margin: 40px auto;
    width: 840px;
}
footer .fb-comments{
    margin:0 auto;
    width:840px;
}


/************************************/
/******* EN DESSOUS DE 680px *******/
/***********************************/

@media (max-width: 700px) {

    .button_login, .button_signUp{
        display: none;
    }

    section{
        width:100% !important;
    }

    #summary{
        min-height:430px !important;
    }

    section h1{
        padding-bottom:0;
    }

    .container{
        width:90%;
    }

    article{
        width:100% !important;
        margin: 10px 0 !important;
        float: none !important;
    }

    .mainImg:hover .masqueCanvasBig{
        display: none;
    }

    .creaHistory{
        margin: 0 auto !important;
        width:90% !important;
    }

    .categorie{
        margin: 40px auto !important;
        margin-top: 40px;
        width:90% !important;
        float: none;
    }

    .masque{
        display: none !important;
    }


    #methodology .video{
        position:relative;
        margin-top:20px;
        float:none;
        width:100%;
    }

    .video iframe{
        width: 100%;
    }

    #mainDescription{
        width:90% !important;
        margin:20px auto !important;
    }

    footer{
        display:none !important;
    }
}

/************************************/
/******* EN DESSOUS DE 1200px *******/
/***********************************/

@media (max-width: 1200px) {

    #summary .container{
        width:91% !important;
    }

    #summary article:first-of-type{
        width:50%;
        margin-right:100px;
    }

    #summary article:last-of-type{
        width:30%;
        margin-right:0;
        margin-top: -50px;
    }

    .masqueCanvasBig h3{
        margin-top:50px !important;
        font-size: 30px;
    }

}