/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: rgb(17,38,59);
    background-color: rgb(17,38,59); 
    font-size: 1em;
    line-height: 1.4;

    position: relative;    
    width: 100%;
    height: 100%;
}

::-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;
    
}

video{
    background-color: rgb(17,38,59); 
}

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
   ========================================================================== */

/*--------------------------------------TEMPS-------------------------------------------*/



/*--------------------------------------FONTS-------------------------------------------*/

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../font/OpenSans-Regular.ttf') format('truetype');    
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url('../font/OpenSans-Regular.ttf') format('truetype');    
}

@font-face {
    font-family: 'OpenSans-ExtraBold';
    src: url('../font/OpenSans-ExtraBold.ttf') format('truetype');    
}


/*------------------------------------CLASS UTILS-----------------------------------------*/

.GRAS{
    font-family: 'OpenSans-ExtraBold';
}

.FIN{
    font-family: 'OpenSans-Regular';
}


.disappear{
    opacity: 0!important;
}

.appear{
    opacity: 1!important;
}

.PORTRAIT_ON{
    display: none;
}

.overflow_FIXED{
    overflow: hidden;
}

/*------------------------------------CTA SCROLL------------------------------------------*/

/*-------------------CAT WEB-----------------*/

.icon-scroll,
.icon-scroll:before{
   position: absolute;
   left: 50%;
}
  

.icon-scroll{
    width: 80px;
    height: 140px;
    margin-left: -40px;
    top: 50%;
    margin-top: -70px;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 50px;
}
  

.icon-scroll:before{
  content: '';
  width: 16px;
  height: 16px;
  background: #fff;
  margin-left: -8px;
  top: 16px;
  border-radius: 8px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}
  



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

header{
    position: fixed;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 60px;    
}  

/*--------------BURGER----------------*/

.contener_Burger{
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;    
}

.contener_Burger_trait{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 40%;
    transform: translate(-50%,-50%); 

    cursor: pointer;
    /*background-color: black;*/
}

.Burger_trait{
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    width: 100%;
    height: 4px;
    background-color: white;
    transition: background-color 0.5s, opacity 0.5s, transform 0.5s, top 0.5s;
}

.Burger_trait:nth-child(1){
    top: 2px;
}

.Burger_trait:nth-child(2){
    top: 50%;
}

.Burger_trait:nth-child(3){
    top: calc( 100% - 2px );
}

.Burger_CLOSED .Burger_trait:nth-child(1){
    top: 50%!important;
    transform: translate(-50%,-50%) rotate(45deg)!important;
}

.Burger_CLOSED .Burger_trait:nth-child(2){
    opacity: 0!important;
}

.Burger_CLOSED .Burger_trait:nth-child(3){
    top: 50%!important;
    transform: translate(-50%,-50%) rotate(-45deg)!important;
}

/*---------------LANGUE-------------*/

.contener_IconeLangue{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;    
}

.contener_IconeLangue span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;

    font-family: 'OpenSans-ExtraBold';
    font-size: 20px;
    letter-spacing: 1px;
}

/*---------------BOUTONS MENUS--------*/

#contener_BtMenu{
    position: absolute;
    top: 0;
    right: 0px;
    width: 100%;
    height: 60px;   
    background-color: rgb(17,38,59); 
    transition: top 1s
}

#contenerTimeline{
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 5px;
    width: 100%;
    background-color: rgba(255,255,255,0.1);
}

#timeline{
    height: 100%;
    width: 150px;
    background-color: rgba(255,204,0,1);
}

.BtMenu_CLOSED{
    top: -60px!important;
}

.bande_BtMenu{
    position: absolute;
    right: 60px;
    width: calc( 100% - 120px );
    height: 60px;    
}

.BtMenu{
    position: relative;
    float: left;
    width: calc( 100% / 7);
    height: 100%;  
    cursor: pointer;  
}

.BtMenu span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
    width: 100%;
    text-align: center;

    font-family: 'OpenSans-SemiBold';
    font-size: 14px;
    letter-spacing: 1px;
}

/*---------------------------------SCROLL MANAGER-----------------------------------------*/

body{
    position: relative; 
    width: 100%;
    height: 100%; 
    background-color: rgb(17,38,59); 
    overflow-x:hidden;   
}

#MainFrame{
    position: relative; 
    width: 100%;
    height: 100%; 
}

section{
    position: relative;    
    transition:  height 0.5s; 
    width: 100%;
    height: 100%;
    pointer-events: none;

}

.fond_01{
    /*background-color: rgba(255, 0, 0, 0.1); */
}

.fond_02{
    /*background-color: rgba(0, 255, 0, 0.1); */
}

/*----------------------------------Lecteur PNG-----------------------------------------*/

#lecteurPNG_contener{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;    
    transition: width 0.5s, height 0.5s;    
}

#lecteurPNG{
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%; 
    transform: translate(-50%,-50%);
}

.lecteurPNG_OPEN{
    width: 25%!important;
    height: 25%!important;
}

#btFermerInvisible{
    position: fixed;
    z-index: 10;
    display: none;
    top: 0;
    right: 0;
    width: 25%;
    height: 25%;
    cursor: pointer;    
}

/*-----------------------------------Video ACCUEIL--------------------------------------*/

#video_Contener{ 
    position: fixed;   
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: opacity 1s;
    background-color: white;
    overflow: hidden;
}

#video_Contener video{    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#videoTexte_Contener{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    transform: translate(-50%,-50%);
    z-index: 99;
}

#video_Contener img{ 
    width: 100%;   
}

#video_Contener .blocTexte{
    position: relative;
    width: 100%;
    height: 150px;
    /*background-color: rgba(255,0,0,0.1);*/
}

#video_Contener .blocTexte p{
    position: absolute;    
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    transition: opacity 1s;
    opacity: 1;

    text-align: center;
    color: white;
    margin: 0;
    font-family: 'OpenSans-ExtraBold';
    font-size: 70px;
    letter-spacing: 1px;
    /*line-height: 14px;*/
}

#btStart{
    position: absolute;    
    top: 50%;
    left: 50%;
    width: 100%;
    height: 70px;
    transform: translate(-50%,-50%);
    transition: opacity 1s, background-color 0.3s;
    opacity: 0;

    /*border: 1px solid white;*/
    background-color: rgb(17,38,59);

    cursor: pointer;
}

#btStart span{
    position: absolute;    
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition:color 0.3s;    

    text-align: center;
    color: white;
    margin: 0;
    font-family: 'OpenSans-ExtraBold';
    font-size: 20px;
    letter-spacing: 2px;

    pointer-events: none;
}

.over_BtVisit{
    background-color: rgb(255,204,0)!important;
}

.over_BtVisit span{
   color: rgb(17,38,59)!important;
}



/*-----------------------------------Logo DELTAPLUS-------------------------------------*/

#logoDeltaPlus{
    position: fixed;
    z-index: 1;
    bottom: 0;    
    transition: bottom 1s;   
}

.logoDeltaPlus_CLOSED{
    bottom: -165px!important;
}

#trapeze{
    height: 100%;
}

#logo{
    position: absolute;
    top: 50%;
    left: 45%;
    width: 60%;    
    transform: translate(-50%,-50%);
}

/*-------------------------------------CTA Signature Blanc-------------------------------*/

.signature{
    z-index: 1;
    bottom: 0;
    right: 0;
    height: 165px; 
    width: 350px;
}

.signature img{
    position: absolute;
    top: 50%;
    left: 50%; 
    width: 300px;
    transform: translate(-50%,-50%);
}

#signature_BLANC{
    position: fixed;
   
}

#signature_BLEU{
    position: absolute;    
}

/*------------------------------------CTA PARTIE---------------------------------------*/

#CTA_Partie{
    position: fixed; 
    z-index: 1;
    left: 0;   
    bottom: 0;
    width: 0%;
    height: 150px;
    background-color: rgba(255,204,0,1);
    overflow: hidden;

    transition: width 0.5s;
}

.CTA_OPEN_width{
    width: 100%!important;
}

#CTA_Partie_contener{
    position: absolute;
    top: 0;
    left: 0;
    height: 150px;
    width: 1920px;
    /*background-color: rgba(255, 0, 0, 0.5);*/
}

.CTA_Partie_Text{
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: rgb(17,38,59);
    font-size: 60px;
    white-space: nowrap;
    
}

.CTA_Partie_Text img{
    width: 100px;
}

.CTA_Partie_Text_ACTIF{
    display: block!important;
    cursor: pointer!important;
}

.btFiche_text{
    position: absolute;
    transform: translate(-50%, -50%) scale(1,1);
    transition: opacity 0.5s, transform 0.5s;
    opacity: 1;
}

.btFiche_CTA{
    position: absolute;
    transform: translate(-50%, -50%) scale(1,1);
    transition: opacity 0.5s, transform 0.5s;
    opacity: 1;
}

.disappear_CTA{
    transform: translate(-50%, -50%) scale(0.5,0.5)!important;
    opacity: 0!important;
}


/*----------------------------Fiches-----------------------------------------*/

#FichesContener{  
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,1);
}

#fiche_01 video{
    background-color: rgba(255,255,255,1);
}


.FichesContener_BlocTexte{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 50%;  
    color: rgb(17,38,59);
}

.titreFiche{
    font-size: 60px;
    line-height: 60px;
    padding-bottom: 60px;
}

.texteFiche{
    font-size: 25px;    
}

#btFermerContener{
    position: fixed;    
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    font-size: 50px;
    padding: 50px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 1s;
    /*background-color: rgba(255,0,0,0.5);*/
}

.btFermerContener{
    z-index: 1;
    opacity: 1!important;
}

#logoFiche{
    opacity: 0;
    transition: opacity 0.5s;
}

.logoFiche_OPEN #logoFiche{
    opacity: 1!important;
}

.fiche{
    display: none;
}

.fiche_ACTIVE{
    display: block!important;
}

.fiche video{
    width: 100%;
}


.ficheProduit{
    width: 100%;
    margin-bottom: 100px;
}

.blocGauche img{
    width: 100%;
}

.CTAfiche{
    font-size: 10px;
    cursor: pointer;
    text-decoration: none;
}

.CTAfiche:visited{
    color: rgb(17,38,59);
}

.CTAfiche:-webkit-any-link{
    color: rgb(17,38,59);
}


.Catalogue_contener{
    cursor: pointer;
    text-decoration: none;
}

.Catalogue_contener:visited{
    color: rgb(17,38,59);
}

.Catalogue_contener:-webkit-any-link{
    color: rgb(17,38,59);
}


.btCatalogue img{
    width: 100%;

}

.textCatalogue{
    text-align: center;
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 80px;
}

.commercial_contener{
    width: 70%;
    margin-left: 15%;
}

.commercial_photo img{
    width: 100%;
}

.btRDV{
    cursor: pointer;
    position: absolute;
    left: 50%;
    bottom: 0;
    background-color: rgb(17,38,59);
    transform: translate(-50%, 110%);
    text-decoration: none;
}

.btRDV:visited{
    color: white;
}

.btRDV:-webkit-any-link{
    color: white;
}

.btRDV_texte{
    color: white;
    padding: 10px 30px;
    font-size: 25px;
}


.CTA_scroll_2{
    position: fixed;    
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    color: white;
    padding: 40px;
    font-size: 30px;
    letter-spacing: 1px;
}

#fleche_1{
    left: 0px;
}

#fleche_2{
    right: 0px;
}

.fleche{
    position: absolute;    
    top: 0%;
    width: 20px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll;
    transition: opacity 1s;
}



/*---------------------------BOUTON DEBIT--------------------------------------------*/

.blocTexte_2{
    position: relative;
}

.btDebit{
    cursor: pointer;
    padding: 30px;
    margin-top: 20px;
    background-color: rgb(17,38,59);
}

.btDebit span{
    color: white;
    text-align: center;
    display: block;
    width: 100%;
}


/*-------------------------------CREDIT----------------------------------------*/


#credit{
    position: fixed;
    right: 0;
    top: 50%;
    color: white;
    font-size: 10px;
    transform: rotate(-90deg) translate(0, 300%);
    text-decoration: none;
    letter-spacing

}

.btRDV:visited{
    color: white;
}

.btRDV:-webkit-any-link{
    color: white;
}


/*---------------------------------TUTO---------------------------------------*/

.texteTuto{
    position: absolute;
    top: 60%;
    left :50%;
    transform: translate(-50%,0);
    color: white;
    font-size: 30px;
    text-align: center;
}

#cacheNoir{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
}

   #CTA_scroll{
        position: absolute;        
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
    }


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

@media only screen and (orientation: portrait){

    .contener_Burger{
        display: none;
    }
    
    .PORTRAIT_ON{
        display: block;
    }

    #video_Contener video{
        height: 100%;
    }

    #lecteurPNG{
       height: 100%;
    }

    #contener_BtMenu{
        display: none;
    }


    /*-----------------------------------CTA scroll----------------------------------------*/

    .icon-scroll{
        width: 40px;
        height: 70px;
        margin-left: -20px;
        top: 50%;
        margin-top: -35px;        
        border-radius: 25px;
    }
      

    .icon-scroll:before{      
      width: 8px;
      height: 8px;      
      margin-left: -4px;
      top: 8px;
      border-radius: 4px;      
    }

    @keyframes scroll{
        0%{
           opacity: 1; 
        }
        
        100%{
            opacity: 0;
            transform: translateY(46px);
        }    
    }

    /*-----------------------------------Logo DELTAPLUS-------------------------------------*/

    #logoDeltaPlus{
        position: fixed;
        z-index: 1;
        bottom: 0;
        width: 145px;
        height: 85px; 
        transition: bottom 1s;   
    }   

    #signature_BLEU{
        display: none;
    }

    /*-------------------------------------CTA Signature Blanc-------------------------------*/

    .signature{        
        height: 85px; 
        width: 180px;
        /*background-color: rgba(255, 0, 0, 0.5);*/
    }

    .signature img{        
        width: 170px;        
    }

    /*------------------------------------CTA PARTIE---------------------------------------*/

    #CTA_Partie{       
        height: 80px;     
        z-index: 1;   

    }

    #CTA_Partie_contener{
        height: 80px;
    }

    .CTA_Partie_Text{
        font-size: 18px;
        left: initial;  
        right: 120px;      
        transform: translate(0,-50%);
    } 

    .CTA_Partie_Text p{
        margin: 0;
    }

    .lecteurPNG_OPEN{
        width: 145px!important;
        height: 80px!important;
    }

    #btFermerInvisible{
        width: 145px;
        height: 160px;
    }

    /*----------------------------Fiches-----------------------------------------*/

    .FichesContener_BlocTexte{
        height: calc(100% - 180px);
        /*height: calc(100% - 90px);
        top: 0;
        transform: translate(-50%,0);*/
        width: 90%;
        overflow: hidden;

    }

    .titreFiche{
        font-size: 30px;
        line-height: 30px;
        padding-bottom: 30px;
    }

    .texteFiche{
        font-size: 14px;
    }

    .logoFiche_OPEN{
        opacity:  0!important;
    }

    #btFermerContener{
        font-size: 30px;
        padding: 20px;
        left: initial;
        right: 0px;
        transform: translate(0,0);
    }

    .CTAfiche{
        font-size: 20px;
        margin-bottom: 60px;
    }

    .btRDV{
        position: initial;
    }

    .btRDV_texte{
        
    }

    .CTA_Partie_Text img{
        width: 40px;
    }

    .CTA_scroll_2{
        display: none;
    }

    .texteTuto{
        width: 290px;
        font-size: 19px;
    }


    /*-----------------Lecteur PNG---------------*/

   .lecteurPNG_OPEN #lecteurPNG{
        left: inherit;
        right: 0;
        transform: translate(0px, -50%);
   }

 



}

@media only screen and (orientation: landscape){
    #video_Contener video{
        width: 100%;
    }

    #lecteurPNG{
        height: initial;
        width: 100%;

    }

    /*-----------------------------------CTA scroll----------------------------------------*/

    .icon-scroll{
        width: 80px;
        height: 140px;
        margin-left: -40px;
        top: 50%;
        margin-top: -70px;        
        border-radius: 50px;
    }
      

    .icon-scroll:before{      
      width: 16px;
      height: 16px;      
      margin-left: -8px;
      top: 16px;
      border-radius: 8px;      
    }

    @keyframes scroll{
        0%{
           opacity: 1; 
        }
        
        100%{
            opacity: 0;
            transform: translateY(92px);
        }    
    }

    /*-----------------------------------Logo DELTAPLUS-------------------------------------*/

    #logoDeltaPlus{
        position: fixed;
        bottom: 0;
        width: 275px;
        height: 165px; 
        transition: bottom 1s;   
    }

    /*----------------------------Fiches-----------------------------------------*/

    .FichesContener_BlocTexte{
        height: calc(100%);
        width: 64%;
        top: 0%;        
        transform: translate(-50%,0);
        overflow: hidden;

    }

    .cacheBlanc{
        position: fixed;
        bottom: 0;
        background-color: white;
        width: 100%;
        height: 160px;

    }

    .titreFiche{
        padding-top: 60px;
        text-align: center;
    }

    .titreVideo{
        padding-bottom: 0px;        
    }

    .fiche video{
        width: 70%;
        margin-left: 15%;
    }

    .blocFiche{        
        position: relative;
        display: inline-block;
    }

    .blocGauche{
        width: 50%;
    }

    .blocDroite{
        width: 50%;
        width: calc(50% - 50px);
        padding-left: 50px;
        position: absolute;
    }

    .titreProduit{
        font-size: 40px;
    }

    .texteFiche{
        font-size: 20px;
    }

    .CTAfiche{
        font-size: 30px;
    }

    .footerFiche{
        height: 160px;
    }

    .Catalogue_contener{
        width: 24.5%;
        display: inline-block;
        /*background-color: rgba(255,0,0,0.5);*/
    }

    .commercial_contener{
        width: 100%;
        margin-left: initial;
        margin-top: 30px;
    }

    .commercial_bloc{
        width: 49%;
        display: inline-block;
    }

    .commercial_texte{
        text-align: center;
    }

    .contact{
        font-size: 30px;
    }


}

@media only screen and (orientation: landscape) and (min-width: 1000px ){
    .texteTuto{       
        font-size: 19px;
    }

    .BtMenu span{
        font-size: 12px;
    }

    #logoDeltaPlus{
        width: 205px;
        height: 125px;
    }

    #CTA_Partie{
        height: 100px;
    }

    #CTA_Partie_contener{
        height: 100px;
    }

    .CTA_Partie_Text{
        font-size: 30px;
    }

    .CTA_Partie_Text img{
        width: 60px;
    }

    .signature{
        height: 100px;
        width: 230px;
    }

    .signature img{
        width: 200px;
    }
}

@media only screen and (orientation: landscape) and (min-width: 1800px ){
    .texteTuto{       
        font-size: 30px;
    }

    .BtMenu span{
        font-size: 14px;
    }

    #logoDeltaPlus{
        width: 275px;
        height: 165px;
    }

    #CTA_Partie{
        height: 150px;
    }

    #CTA_Partie_contener{
        height: 150px;
    }

    .CTA_Partie_Text{
        font-size: 60px;
    }

    .CTA_Partie_Text img{
        width: 100px;
    }

    .signature{
        height: 165px;
        width: 350px;
    }

    .signature img{
        width: 300px;
    }
}

canvas{
    pointer-events: none!important;
}

@media only screen and (orientation: landscape){
    canvas{
        pointer-events: auto;
    }
}





/* ==========================================================================
   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;
    }
}