/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
@font-face {
    font-family: 'Gotham Bold';
    src: url('Gotham-Bold.eot');
    src: local('Gotham-Bold'),
        url('Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('Gotham-Bold.woff') format('woff'),
        url('Gotham-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Light';
    src: url('Gotham-Light.eot');
    src: local('Gotham-Light'),
        url('Gotham-Light.eot?#iefix') format('embedded-opentype'),
        url('Gotham-Light.woff') format('woff'),
        url('Gotham-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Medium';
    src: url('Gotham-Medium.eot');
    src: local('Gotham-Medium'),
        url('Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        url('Gotham-Medium.woff') format('woff'),
        url('Gotham-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Ultra';
    src: url('Gotham-Ultra.eot');
    src: local('Gotham-Ultra'),
        url('Gotham-Ultra.eot?#iefix') format('embedded-opentype'),
        url('Gotham-Ultra.woff') format('woff'),
        url('Gotham-Ultra.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*------------------UTILS----------------------------*/

.appearByOpacity{
    opacity: 1!important;
}

/*---------------------POPUP--------------------------*/

.hitZonePopUp{
    position: absolute;
    background-color: rgba(255,0,0,0);
    width:250px;
    height: 25px;

    left:50%;
    bottom: 9%;

    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); 
}

/*-----------------------*/

.btLearnMore{
    position: relative;
    height: 40px;
}

.btLearnMore a{
    width:100px;   
    padding-top: 5px;
    font-size: 8px;

    position: absolute;
   
    left:50%;
    top:50%;
    font-family: 'Gotham Medium';
    text-transform: uppercase;    
    background-color: white;
    text-align: center;
    cursor: pointer;

    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); 
}

.btLearnMore .fdBtLearnMore{
    height: 5px;
    border-bottom: 1px black solid;
    border-left: 1px black solid;
    border-right: 1px black solid;
    /*border-color: rgb(100,100,100);*/
}

/*------------------------*/

.popUpContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4;
    background-color: rgba(0, 0, 0, .75);

    opacity: 0;
    display: none;

    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s; 
}

.popUp{
    position: absolute;
    left: 50%;
    top: calc(50% + 24px);
    width: 100%;
    height: calc(100% - 48px);
    background-color: white;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.titrePopUp{
    text-align: center;
}

.textPopUp{
    text-align: center;
}

.hyphen_contener{
    position: relative;
    width: 100%;
    height: 40px;
}

.popUp .texteEtape{
    text-align: justify;
    padding-left: 10%;
    padding-right: 10%;
    line-height: 17px;
    margin-top: 10px;
}

.popUp .btLearnMore{
    position: absolute;
    width: 100%;
    bottom: 10px;
}

#popFocusChineseHour .texteEtape{
    font-size: 11px;
    line-height: 15px;
} 

#popFocusChineseElement .texteEtape{
    font-size: 11px;
    line-height: 15px;
} 

#popFocusChineseElement .btLearnMore{
    margin-top: 30px;
    position : relative;
}

.popUpContainer img{
    width: 80%;
    margin-left: 10%;
}

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

header{
    background-color: rgb(1,1,1);
    position: absolute;
    z-index: 5;
    width: 100%;    
    height: 48px;
}

#logoBP{
    position: absolute;
    left: 50%;    
    height: 100%; 
    width: auto; 
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)  
}


/*------------------USER GUIDDE------------------------*/

#userGuide_container{    
    position: absolute;
    /*background-color: rgba(255,0,0,0.5);*/
    top:0;
    width: 100%;
    height: calc(100%);    
    
}

#fd_userGuide{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../img/fondForet.jpg"); 
    background-repeat: no-repeat;
    background-size: 200%; 
    background-position: bottom; 
    overflow: hidden;
}

/*--------------------MENU PARTIE-------------------*/

#menuPartie{
    position: absolute;
    top: 25px;
    width: 100%;
    height: 52px;    
    /*background-color: rgba(0,255,0,0.5);*/
}

#menuPartie :first-child{
    margin-left: 3%;
}

.btMenuPartie{
    cursor: pointer;
    position: relative;
    display: inline-block;
    float: left;
    width: 21.25%;
    height: 24px;
    margin-right: 3%;    
    /*background-color: rgba(0,0,255,0.5);*/

    top: 50%;  
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);  

    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    -ms-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s
}

.focus_btMenuPartie{
    background-color: rgb(0,0,0);
}

.focus_btMenuPartie .txt_BtMenuPartie{
    color: white;
}

.txt_BtMenuPartie{
    font-family: 'Gotham Medium';
    text-transform: uppercase;
    font-size: 8px;
    text-align: center;
    line-height: 8px;
    margin: 0!important;

    position: absolute;
    top: 50%;     
    left: 50%;     
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)  
}

.basBtMenu{
    position: absolute;
    bottom: 0;
    left:0;
    width:calc(100% - 2px);
    height: 30%;
    margin:0!important;
    border-bottom: 1px black solid;
    border-left: 1px black solid;
    border-right: 1px black solid;
}

#btAccueil{
    cursor:pointer;
    position: absolute;
    top:15px;
    left:13px;
    -webkit-transform: translateX(0) translateY(0);
   -moz-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0)
}


#btLangue{
    position: absolute;
    top:15px;
    right:10px;
    display: none;
    /*background-color: rgb(0,0,0,0.5);*/
}

#btLangue *{
    position: static;
    display: inline-block;
    float: left;
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0)
}

#btFleche{
    margin-top: 1px;
    margin-right: 3px;
    margin-left: 3px;

    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#btLangue img{   
    height: 6px;
    width: auto;
}

#btLangueCLICABLE{
    cursor: pointer;
}

#menuLangue{
    position: absolute;
    width: 200%;   
    background-color: black;
    right:0;
    top:12px;
    overflow: hidden;
    height: 320px;

    -webkit-transition: height .5s;
    -moz-transition: height .5s;
    -ms-transition: height .5s;
    -o-transition: height .5s;
    transition: height .5s
}

.menuLangue_CLOSED{
    height: 0!important;
}

.btFleche_MenuOPENED{
    -webkit-transform: translateX(-5px) rotate(90deg)!important;
    -moz-transform: translateX(-5px) rotate(90deg)!important;
    -ms-transform: translateX(-5px) rotate(90deg)!important;
    -o-transform: translateX(-5px) rotate(90deg)!important;
    transform: translateX(-5px) rotate(90deg)!important;
}

.btPays{
    color:white;
    font-family: "Gotham Light";
    white-space: nowrap;
    font-size:8px;
    line-height: 40px;
    font-weight: 100;
    width: 100%;
    cursor: pointer;
    /*padding-left: 4px;*/
    text-align: center;

    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    -ms-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s
}

.focusBtPays{
    color:black!important;
    background-color: white!important;
}

.rollBtLangue{
    background-color: rgb(125,125,125)!important;
}

/*--------------------CANVAS-------------------*/

#canvas_container{
    position: absolute;
    top:77px;
    left:50%;
    width: 100%;
    height: 50%;
    overflow: hidden;
    background-color: rgb(241,241,241);

    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);

    -webkit-transition: width .5s,height .5s;
    -moz-transition: width .5s,height .5s;
    -ms-transition: width .5s,height .5s;
    -o-transition: width .5s,height .5s;
    transition: width .5s,height .5s
}

.canvas_container_CLOSED #canvas_container{
    width:70%!important;
    height: 70%!important;
}

.canvas_container_SERVICE #canvas_container{
    width:100%!important;
    height: 70%!important;
}

#timeline_container{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(255,255,255,0.2);
}

#timeline{
    width: 0;
    height: 100%;
    background-color: rgb(0,0,0);
    -webkit-transition: width .5s;
    -moz-transition: width .5s;
    -ms-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s
}

/*-------------------INTERACTIVE ZONE------------------*/

#Btmontre{
    position: absolute;
    top:0;
    left:0;
    width: 100%!important;
    height: 100%!important;
}

/*-------------------MENU ETAPES DEROULANT-------------------*/

.menuEtapeDeroulant{
    position: absolute;
    z-index: 4;
    top:100%;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);    

    -webkit-transition: top .5s;
    -moz-transition: top .5s;
    -ms-transition: top .5s;
    -o-transition: top .5s;
    transition: top .5s
}

.menuEtapeDeroulant_container{
    position: absolute;
    width: 100%;
    height: 90%;
    top:50%;
    left:50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)  
}

.btMenuDeroulant_container{
    position: relative;
    float: left;
    width:100%;      
    cursor: pointer; 
}

.btMenuDeroulant{
    position: absolute;
    left:50%;
    top:50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.hyphenMenuDerulant{
    position: absolute;
    width:100px;
    height: 1px;
    background-color: white;
    opacity: 0;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}

.hyphenGauche{
    left:-120px;
    top:50%;
}

.hyphenDroite{
    right:-120px;
    top:50%;
}

.texteMenuDeroulant{
    color:white;
    font-family: "Gotham Light";
    white-space: nowrap;
    font-size:12px;
    line-height: 12px;
    font-weight: 100;
    opacity: 0.5;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}

.btMenuDeroulant_FOCUS .texteMenuDeroulant{
     opacity: 1!important;    
}

.btMenuDeroulant_FOCUS .hyphenMenuDerulant{
     opacity: 1!important;    
}


/*------------------MONTRE INTERACTIVE------------*/

#montreInteractive_container{
    position: absolute;
    height: 90%;
    left:50%;
    top:49%;
    opacity:0;

    /*-webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);*/

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

#montreLoader_container{
    position: absolute;
    height: 90%;
    left:50%;
    top:49%;
   

    /*-webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);*/

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.montreFocus #montreInteractive_container{
    height:146%;
    top:51%;
}



#montreInteractive_container img{
    height: 100%;
    width: auto;  

    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#montreInteractive_container canvas{
    position: absolute;
    top:0;
    left:0;
    height: 100%;
    width: auto; 

    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); 
}

#montreLoader_container img{
    height: 100%;
    width: auto;  

    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#loading{
    position: absolute;
    top:0%;
    left:0%;
    font-family: 'Gotham Medium';
    color: rgb(30,30,30);  
    text-align: center;
    width: 100%;  
    text-transform: uppercase;

    font-size: 20px; 

    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); 
}

/*-----------------PARTIE SERVICE-----------------*/

#services_container{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    top:100%;

    -webkit-transition: top .5s;
    -moz-transition: top .5s;
    -ms-transition: top .5s;
    -o-transition: top .5s;
    transition: top .5s
}

.canvas_container_SERVICE #services_container{
    top:0!important;
}

.bloc_service{
    position: relative;
    display: inline-block;
    float: left;
   width: 100%;
    height: 100%;
}

.btService{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    background-color: rgb(0,0,0);
}

.btService .titreEtape{
    color: white;
    font-weight: 100;
    font-size: 10px;
    line-height: 10px; 
    margin-top: 0;
    padding-top: 5px;
    padding-right: 5px;
    text-align: right;
}

.btService img{
    position: absolute;
    bottom: 5px;
    right:5px;
    width:30px;
}


#blocModele{    
    background-color:rgb(0,0,0);
    background-image:url(../img/fondServiceModele.jpg);
    background-repeat:no-repeat;   
    background-position: center center;    
    background-size: 120% auto;
}

#blocEntretien{    
    background-image:url(../img/fondServiceEntretien.jpg);
    background-repeat:no-repeat;   
    background-position: 0% 80%;    
    background-size: 100% auto;
}

.petitBloc_service{
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    height: 100%;
}

#blocSupport{
   background-image:url(../img/fondServiceSupport.jpg);
   background-repeat:no-repeat;
   background-size: cover;
}

#blocContact{
    background-image:url(../img/fondServiceContact.jpg);
   background-repeat:no-repeat;
   background-position:bottom;
   background-size: cover;
}

/*-----------------PARTIE TEXT BAS---------------*/

#partieBas_container{
    position: absolute;
    top:calc(77px + 50%);
    width: 500%;
    height: 26%;
    left:0;
    -webkit-transition: left .5s,top .5s,height .5s;
    -moz-transition: left .5s,top .5s,height .5s;
    -ms-transition: left .5s,top .5s,height .5s;
    -o-transition: left .5s,top .5s,height .5s;
    transition: left .5s,top .5s,height .5s
    
}

.canvas_container_CLOSED #partieBas_container{
    top:calc(77px + 70%)!important;   
    height: 26%!important;
}

.canvas_container_SERVICE #partieBas_container{
    top:calc(77px + 70%)!important; 
    height: 70%!important;
}

.texteOnglet_container{    
    width: 20%;
    height: 100%; 
    display: inline-block;   
    float: left;
    overflow: hidden;
}

.texteEtape_container{
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    height: 100%;
}

.titreEtape{
    text-align: center;
    font-family: 'Gotham Light';
    font-weight: 1000;
    font-style: italic;
    font-size: 12px;
    line-height: 12px;
    margin-top:20px;
}

.hyphen{
    position: absolute;
    left:50%;
    margin-top: 20px;      
    width: 100px;
    height: 1px;    
    background-color: rgba(0,0,0,0.2);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)  
}

.texteEtape{
    text-align: center;
    font-family: 'Gotham Medium';
    font-size: 12px;
    line-height: 14px;
    margin-top:35px;
    padding-left: 10px;
    padding-right: 10px;
    color: rgba(0,0,0,0.5);
}

.texte_slider{
    position: relative;
    -webkit-transition: left .5s;
    -moz-transition: left .5s;
    -ms-transition: left .5s;
    -o-transition: left .5s;
    transition: left .5s
}




/*-----------------PARTIE FOCUS---------------------*/

#menuFocus  .btMenuDeroulant_container{   
    height: 12.5%;     
}

#texte_FOCUS_container{   
    width: 1100%;    
}

#texte_FOCUS_container .texteEtape_container{
    width: 9.09%;    
}

/*-----------------PARTIE SETTING---------------------*/

#menuSetting .btMenuDeroulant_container{
    height: 10%;  
}

#texte_SETTING_container{   
    width: 1100%;    
}

#texte_SETTING_container .texteEtape_container{
    width: 9.09%;    
}

#texte_SETTING_SetMoonphase .btLearnMore a{
    white-space: nowrap;
    width: 250px;
}

/*-----------------PARTIE WATCH---------------------*/

#menuWatch .btMenuDeroulant_container{
    height: 20%;  
}

#texte_WATCH_container{   
    width: 800%;    
}

#texte_WATCH_container .texteEtape_container{
    width: 12.5%;    
}

/*---------------FLECHE SOUS MENU----------------*/

#btGauche{
    position: absolute;
    bottom: 10px;
    left:10px;
    width: auto;
    height: 26px;
    opacity: 0;
    cursor: pointer;

    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}

#btDroite{
    position: absolute;
    bottom: 10px;
    right:10px;
    width: auto;
    height: 26px;
    opacity: 0;
    cursor: pointer;

    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)

    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}

#btMenuEtape{
    position: absolute;
    bottom: -200px;
    left:50%;
    width: 140px;    

    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);

    -webkit-transition: bottom 1s;
    -moz-transition: bottom 1s;
    -ms-transition: bottom 1s;
    -o-transition: bottom 1s;
    transition: bottom 1s
}

.btMenuEtape_OPEN{
    bottom:17px!important;
}

#btMenuEtape .btMenuPartie{
    width: 100%!important;
    top:0;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

#chiffreEtape{
    font-family: "Gotham Medium";
    position: absolute;
    top:10px;
    left:50%;
    font-size: 10px;
    font-style: italic;
    color:rgba(127,127,127,0.5);
    opacity: 0;

    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);

    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}









/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {
    
}

@media only screen and (min-width: 768px) {

    
    /*------------------POPUP--------------------------*/

    .btLearnMore{
        margin-top: 14px;
    }

    .btLearnMore a{
        width:150px;   
        padding-top: 8px;
        font-size: 8px;
    }

    .btLearnMore .fdBtLearnMore{
        height: 8px;
    }    

    .popUp{
        top:50%;
        width: 600px;
        height: auto;        
    }

    .popUp .titreEtape{
         margin-top: 40px;
    }

    .btLearnMore{
        margin-top: 40px;
        position: relative!important;
        margin-bottom: 40px;
    }

    .popUp .texteEtape{
        font-size: 14px!important;
        line-height: 20px!important;
    } 

    #popFocusChineseElement .texteEtape{
        font-size: 14px!important;
        line-height: 16px!important;
    }

    .popUpContainer img{
        width: 60%;
        margin-left: 20%;
    }


    /*------------------HEADER------------------------*/
    header{
        height: 68px;
    }

    /*------------------USER GUIDDE------------------------*/

    #userGuide_container{             
           
        height: calc(100%);    
    }

    /*--------------------MENU PARTIE-----------------------*/

    #btAccueil{       
        left:22px;
    }

    #btLangue{        
        right:22px;
    }

    /*--------------------CANVAS-------------------*/

    #canvas_container{        
        height: 60%;        
    }

    /*--------------------PARTIE SERVICE--------------*/

    .btService{
        height: 40px;
        cursor:pointer;
    }

    .btService .titreEtape{
        font-size: 12px;
        line-height: 12px;
        padding-right: 20px;
    }

    .btService img{
        right:20px;
        bottom: 10px;
    }



    /*---------------------MENU ETAPES---------------------*/

    #btMenuEtape{ 
        width: 300px; 
    }

    #btMenuEtape .btMenuPartie{
       height:36px;
       bottom:10px;
    }

    #btGauche{        
        bottom: 30px;
        left:110px;        
        height: 36px;
    }

    #btDroite{      
        bottom: 30px;
        right:110px;       
        height: 36px;        
    }

    #chiffreEtape{ 
        font-family: "Gotham Light";       
        color: rgb(127,127,127);
        top:auto;       
        bottom:76px;       
        font-size: 20px; 
    }

    /*--------------------PARTIE BAS---------------------------*/

    .titreEtape{       
        font-size: 24px;
        line-height: 24px;
        margin-top:20px;
    }

    .hyphen{        
        margin-top: 20px; 
    }

    .texteEtape{
        margin-top: 60px;
        font-size: 14px;
        line-height: 16px;
    }

    #partieBas_container{
        top:calc(77px + 60%);
        height: 30%;
    }
}

@media only screen and (min-width: 1023px) {    


      /*------------------POPUP--------------------------*/

    .btLearnMore{
        margin-top: 0px;
    }  

    .popUp{
        top:50%;
        min-width: 600px;
        width: auto;
        height: auto;        
    }

    .popUp .btLearnMore{
        margin-top: 40px;
    }

    .popUp .texteEtape{
        font-size: 12px!important;
        line-height: 18px!important;
    } 

    #popFocusChineseElement .popUp{
        width: 900px;
    }

    #popFocusChineseElement .texteEtape{
        font-size: 12px!important;
        line-height: 14px!important;
    }

    .popUpContainer img{
        width: 40%;
        margin-left: 30%;
    }

    /*--------------------MENU PARTIE-----------------------*/

    #btAccueil{       
        left:31px;
    }

    #btLangue{        
        right:31px;
    }  

    /*--------------------------CANVAS--------------------*/  

    .canvas_container_CLOSED #canvas_container{
        width: 40%!important;  
    }

    /*-------------------------SERVICES--------------------*/

    .bloc_service{
        display: inline-block;
        float: left;
        width: 100%;
        height: 100%;
    }

    #blocEntretien{           
        background-position: top;    
        background-size: cover;
    }

    .petitBloc_service{
        display: inline-block;
        float: left;
        width: 100%;
        height: 50%;
    }

    /*---------------------MENU ETAPES---------------------*/

    #btMenuEtape .btMenuPartie{       
       bottom:0px;
    }

    #chiffreEtape{           
        bottom:60px;       
        font-size: 8px;
        /*display: none; */
    }

    /*--------------------PARTIE BAS---------------------------*/

    .titreEtape{       
        font-size: 20px;
        line-height: 20px;        
    }    

    .texteEtape{
        margin-top: 40px;
        font-size: 12px;
        line-height: 14px;
    }


}

@media only screen and (min-width: 1140px) {
    
    /*------------------HEADER------------------------*/

    #blocModele{             
        background-size: 100% auto;
    }

    /*------------------USER GUIDDE------------------------*/

    #userGuide_container{
             
        height: 90%;
        width: 70%;    
        left: 50%;   
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%) 
    }

    #fd_userGuide{        
        background-size: 150%;       
    }

    /*------------------MENU PARTIE--------------------*/

    #menuPartie{       
        width: 77%;  
        left:11.5%;
        top:0;
        height: 90px;
    }

    .btMenuPartie{
        height:36px;
    }

    #btAccueil{ 
        top:39px;      
        left:60px;
    }

    #btLangue{
        top:39px;        
        right:86px;
    }   

    .txt_BtMenuPartie{
        font-size: 12px;
        line-height: 12px;        
    }

    /*--------------------CANVAS-------------------*/

    #canvas_container{       
        top:90px;       
        height: 60%;
    }

    .canvas_container_CLOSED #canvas_container{
        width: 50%!important;  
    }

    /*--------------------PARTIE SERVICE------------*/

    .btService{        
        height: 50px;        
    }

    .btService .titreEtape{
        font-size: 12px;
        line-height: 12px;
        padding-right: 20px;
        padding-top: 10px;
    }

    .btService img{
        right:20px;
        bottom: 15px;
    }


    /*-----------------PARTIE TEXT BAS---------------*/

    #partieBas_container{        
        top:calc(90px + 60%);       
        height: 40%;       
    }

    .canvas_container_CLOSED #partieBas_container{
        top:calc(90px + 70%)!important;  
    }

    /*---------------------MENU ETAPES---------------------*/

    #btGauche{        
        bottom: 50%;
        left:-100px;        
        height: 46px;
    }

    #btDroite{      
        bottom: 50%;
        right:-100px;       
        height: 46px;        
    }

    #btMenuEtape .txt_BtMenuPartie{
        white-space:nowrap;
    }
}

@media only screen and (min-width: 1800px) {
    
    /*------------------HEADER------------------------*/
    header{
        /*height: 105px;*/
    }
  
    /*------------------USER GUIDDE------------------------*/

    #userGuide_container{             
             
        height: calc(100%);    
    }

    /*--------------------CANVAS-------------------*/

    #canvas_container{        
        height: 65%;        
    }

    .canvas_container_CLOSED #canvas_container{
        width: 35%!important; 
    }

    

    /*-----------------PARTIE TEXT BAS---------------*/

    #partieBas_container{        
        top:calc(90px + 65%);       
        height: 20%;       
    }


}

@media only screen and (min-width: 2220px) {
    /*------------------HEADER------------------------*/
    

    /*------------------USER GUIDDE------------------------*/

   
   
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}