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

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

canvas{
     pointer-events: none!important;
}


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

::selection{
    background-color: transparent;
}

html{
    background-color: white;
}

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



@font-face {
    font-family: 'helvetica_65_medium';
    src: url('../fonts/helvetica_65_medium.ttf') format('truetype');
    /*font-weight: normal;
    font-style: normal;*/
}

@font-face {
    font-family: 'helveticaNeueLT_35';
    src: url('../fonts/helveticaNeueLT_35.ttf') format('truetype');
    /*font-weight: normal;
    font-style: normal;*/
}

@font-face {
    font-family: 'helveticaNeueLT_95';
    src: url('../fonts/helveticaNeueLT_95.ttf') format('truetype');
    /*font-weight: normal;
    font-style: normal;*/
}

@font-face {
    font-family: 'helveticaNeueLT_55';
    src: url('../fonts/helveticaNeueLT_55.ttf') format('truetype');
    /*font-weight: normal;
    font-style: normal;*/
}







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

header{
   
    position: fixed;
    width:100%;
    height: 50px;
    background: linear-gradient(90deg, rgba(102,155,183,1) 0%,rgba(53,94,137,1) 100%);
    border-bottom: solid 1px rgba(0,0,0,0.1);
    z-index: 99;
}

header img{
    position: absolute;
    height: 40%;
    transform: translate(0,-50%);
    top: 50%;
    right: 10px;
}

header nav{
    display: none;
    width: calc(100% - 50px);    
    height: 100%;
}

header nav ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 100%;
}

header nav ul li{
    position: relative;
    float: left;
    width: 20%;
    height: 100%;
    cursor: pointer;

    /*background-color: rgba(255,0,0,0.5);*/
}

header nav ul li:nth-child(1) .btMenuDesktop_FOCUS{
    background-color: rgb(250,220,183);
}

header nav ul li:nth-child(2) .btMenuDesktop_FOCUS{
    background-color: rgb(234,180,160);
}

header nav ul li:nth-child(3) .btMenuDesktop_FOCUS{
    background-color: rgb(199,203,166);
}

header nav ul li:nth-child(4) .btMenuDesktop_FOCUS{
    background-color: rgb(225,211,161);
}

.btMenuDesktop_FOCUS{
    position: absolute;
    width: 100%;
    height: 0%;    
    transition: height 0.3s;
}

.BtFocus .btMenuDesktop_FOCUS{
    color: rgb(255,159,63);
}

.BtFocus span{
    color: rgb(255,159,63);
}

header nav ul li a{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

header nav ul li a span{
    white-space: nowrap;    
    font-family:'helvetica_65_medium',arial;
    font-size:  16px;  
    color: white;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    transition: color 1s;


}

/*-----------------Bouton Burger----------------*/

#btBurger{
    z-index: 90;
    position: fixed;
    width: 50px;
    height: 50px;
    cursor: pointer;
    /*background-color: rgba(255,0,0,0.1);*/
}

.burger_OUVERT .traitBurger:nth-child(1){
    z-index: 90;
    top: 50%!important;
    transform: translate(-50%,-50%) rotate(45deg)!important;
}

.burger_OUVERT .traitBurger:nth-child(2){    
    z-index: 90;
    width: 0!important;
}

.burger_OUVERT .traitBurger:nth-child(3){
    z-index: 90;
    top: 50%!important;
    transform: translate(-50%,-50%) rotate(-45deg)!important;
}

.traitBurger{
    z-index: 90;
    position: absolute;
    transform: translate(-50%,-50%);
    width: 50%;
    height: 2px;
    background-color: rgba(255,255,255,1);
    pointer-events: none!important;

    transition: width 0.3s,transform 0.3s,top 0.3s;
}

#btBurger div:nth-child(1){
    z-index: 90;
    top:34%;
    left: 50%;

}

#btBurger div:nth-child(2){
    z-index: 90;
    top:50%;
    left: 50%;
}

#btBurger div:nth-child(3){
    z-index: 90;
    top:65%;
    left: 50%;
}

/*--------------------Menu Burger------------------------*/

#menuBurger{
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: rgb(255,255,255);
    z-index: 5;
    overflow: hidden;

    transition: width 0.3s,background-color 1s;
}

.menuBurger_contener{
    float: left;
    width: 100%;
    height: 100%;
}

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

.menuBurger_Bt{
    float: left;
    position: relative;
    width: 100%;
    height: 80px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.1s;
}

.menuBurger_Bt span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    white-space: nowrap;    
    font-family:'Helvetica',arial;
    font-size:  16px;  
    text-transform: capitalize;
    letter-spacing: 0.5px;    
    color: rgba(0, 0, 0, 0.5);
}
    
.menuBurger_OUVERT .menuBurger_Bt{
    opacity: 1!important;
    transition: opacity 1s 0.3s!important;
}


.menuBurger_OUVERT{
    width: 100%!important;
}



/*-----------------Bouton Langue----------------*/

#btLangue{
    z-index: 2;
    position: fixed;
    width: 50px;
    height: 50px;
    top:0px;
    right: 0px;
    cursor: pointer;
    /*background-color: rgba(255,0,0,0.1);*/
}

#btLangue span{
    position: absolute;
    top:50%;
    left:45%;
    transform:translate(-50%,-50%);
    font-family:'Helvetica',arial;
    font-size:  16px;    
}

#btLangue .fleche{
    width: 0;
    height: 0;

    position: absolute;
    top:50%;
    left:75%;
    transform:translate(-50%,-50%);
    
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    
    border-top: 6px solid black;

    transition: transform 0.3s;
}

#menuLangue{
    position: fixed;
    z-index: 2;
    top:50px;
    right: 0px;
    width: 50px;
    height: 0px;
    overflow: hidden;
    transition: height 0.3s;
}

.menuLangue_OUVERT{
    height: 100px!important;
}

.fleche_OUVERT .fleche{
    transform:translate(-50%,-50%) rotate(180deg)!important;
}

.langContener{
    position: relative;
    width: 50px;
    height: 50px;
    background-color: white;
    cursor: pointer;
}

#menuLangue .langContener:nth-child(1) .langContener_fond{
    background-color: rgb(234,180,160);
}

#menuLangue .langContener:nth-child(2) .langContener_fond{
    background-color: rgb(199,203,166);
}

.langContener span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.BtLangue_Focus{
    
}

.langContener_fond{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0%;
    height: 0%;
    background-color: red;
    transform: translate(-50%,-50%);
    transition: width 0.3s, height 0.3s;
}

.BtLangue_Focus .langContener_fond{
    width: 100%;
    height: 100%;
}




/*---------------------------------GENERIQUE---------------------------------------------------*/



#paddingTop{
    height: 50px;
}



section{
    position: relative;
    /*min-height: 1040px;*/
    transition:  height 0.5s;     
    background-size: 100% 100%;
    background-position: center;

}

.fond-01{
    background-image: url("../img/fond_01.jpg"); 
}

.fond-02{
    background-image: url("../img/fond_02.jpg"); 
}





* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing : antialiased;
}

h2{   
    font-family: 'helveticaNeueLT_35',arial;
    font-size: 24px;   
    font-smooth: always;
    color: rgb(7,68,106);    
    letter-spacing: 3px;
    margin: 0 0;
    margin-top: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;

}

h3{
    font-family: 'helveticaNeueLT_95',arial;
    font-size: 20px;
    line-height: 25px;    
    text-align: left;
    font-smooth: always;
    color: rgb(89,142,175);
    margin: 0 0;
    margin-bottom: 30px;
}

p{
    font-family: 'helveticaNeueLT_55',arial;
    font-size: 16px;
    line-height: 17px;
    font-weight: lighter;
    text-align: justify;
    /*padding-bottom: 100px;*/
    font-smooth: always;
    color: rgb(41,41,105);
    margin: 0 0;
    margin-bottom: 30px;
}

h4{
    font-family: 'helveticaNeueLT_95',arial;
    font-size: 20px;
    line-height: 25px;    
    font-weight: bolder;
    text-align: left;
    font-smooth: always;
    color: rgb(53,94,137);
    margin: 0 0;

}





/*---------------------------------FOOTER---------------------------------------------------*/

footer{   
    position: relative;
    /*height:250px;*/
    background-color: rgb(255,255,255);
    /*background: linear-gradient(90deg, rgba(102,155,183,1) 0%,rgba(53,94,137,1) 100%);*/
    z-index: 2;
    overflow: hidden;
    /*transform: translate(0px, 50%);*/
}

footer img{
    /*position: absolute;*/
    /*transform: translate(-50%,-50%);*/
    top: 50%;    
    /*height: 70%;*/
    width: 100%;
}

footer img:nth-child(1){
    
    /*left: 18%;*/
    transform: translate(-5%,0);

}

footer img:nth-child(2){
    
    /*left: 44%;    */

}

footer img:nth-child(3){
    
    /*left: 82%;    */
    width: 80%;

}

#credits{
    /*position: absolute;*/
    right: 100px;    
    bottom: 10px;    
    font-size: 14px;

    margin-top: 25px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}

#credits a{
    color: rgb(53,94,137,0.5);
    text-decoration:initial;
    font-family: 'helveticaNeueLT_55',arial;
}

footer img:nth-child(1){
    cursor: pointer;
}

footer img:nth-child(2){
    cursor: pointer;
}

/*---------------------------------CONTENER TEXTE---------------------------------------------------*/

#MainFrame{
    display: none;
}

#mainPageContener{
    /*position: absolute;*/
    background-color: rgb(210, 232, 245);
    /*height: calc(100% - 50px);*/
    width: 100%;
    right: 0;
    top: 50px; 
    overflow: hidden;   
    pointer-events: none!important;
}

.pageContener{
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s;
    pointer-events: none!important;
    /*background-color: rgba(255, 0, 0, 0.1);*/
}

/*-------------------------BLOC TEXTE---------------------*/

.contentContener{
    position: relative;
    /*height: 70%;*/
    width: 100%;
    right: 0;
    pointer-events: none!important;
    /*background-color: rgba(0, 0, 255, 0.1);*/
}

.contentContenerMobile{
    display: block!important;
}

.blocTexte{
    pointer-events: none!important;
    /*position: absolute;*/
    top: 50%;
    left: 50%;
    margin-left: 10%;
    /*transform: translate(-50%,-50%);*/
    width: 80%;
    /*background-color: rgba(0, 255, 0, 0.1);*/
}

.highLightContener{
        position: relative;
        width: 100%;
        height: 100px;
        transition: height 0.5s;
        pointer-events: none!important;
}

.highLightContener img{
    position: absolute;
    /*height: 100%;  */
    width: 100%;
    transition: opacity 0.5s;
    pointer-events: none!important;

}

/*-------------------------BLOC ILLUSTRATION---------------------*/

.illustrationContener{
    /*position: relative;
    height: 30%;
    width: 100%;
    left: 0;
    bottom: 0;
    transition: width 0.5s;*/
    /*background-color: rgba(0, 0, 255, 0.1);*/
    pointer-events: none!important;
}

.illustrationContenerMobile{
    display: block!important;
}

.imageContener{
    /*position: absolute;*/
    width: 100%;
    pointer-events: none!important;
    /*height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);*/
    /*background-color: rgba(0, 255, 0, 0.1);*/
}

.imageContener img,canvas{
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
    transition: opacity 0.5s;*/
    width: 100%;
    pointer-events: none!important;
}

.schemaContener{
    width: 100%;
    /*height: 87%;*/
    /*background-color: rgba(255, 0, 0, 0.1);*/
}

.schemaBloc{
    /*position: relative;
    display: inline-block;
    float: left;
    height: 100%;
    width: 25%;*/
    /*background-color: rgba(0, 0, 255, 0.1);*/
}

.schemaBloc img{
    /*position: absolute;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);*/
    width: 100%;
}

.disappaer{
    /*opacity: 0!important;*/
}


/*------------------------------Liste FOCUS------------------------------------*/


.listeBullet{
    margin-bottom: 10px;
    color: rgb(41,69,105);
    /*opacity: 0.5;*/
    transition: all 0.5s;
}

#lastBullet{
    margin-bottom: 60px;
}

.ligneBleu{
    width: 100%;
    height: 1px;
    border-top: 1px solid rgb(53,94,137);
}

.focusBullet{
    color : rgb(41,69,105)!important;
    opacity: 1!important;

}



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

@media only screen and (orientation: portrait)and (min-width: 360px) { 

   header img{
        position: absolute;
        height: 60%;
        transform: translate(0,-50%);
        top: 50%;
        right: 10px;
    }

}

/*-----------------------------------IPAD PORTRAIT------------------------------------------*/

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

    
   

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

    section{
        
        min-height: 1024px;
    }

    

    h2{       
        font-size: 30px;        
    }

    h3{        
        font-size: 25px;   
        line-height: 30px;    
    }

    p{        
        font-size: 16px;       
        /*padding-bottom: 100px;*/
    }

   

    /*-----------------------------MENU BURGER-----------------------------------------------------------*/
    .menuBurger_Bt{
        height: 150px;
    }

    .menuBurger_Bt span{
        font-size: 30px;
    }
}


/*-----------------------------------MOBILE PAYSAGE------------------------------------------*/

@media only screen and (orientation: landscape){

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

    header nav {
        display: block;
        width: 70%;
        position: absolute;
        right: 50px;
    }

    #btBurger {
        display: none;
    }

   

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

    

    p{  
        padding-bottom: 10px;
    }

   

}

/*-----------------------------------PC 800x600 / 5.69%------------------------------------------*/

@media only screen and (orientation: landscape)and (min-height: 600px) {


    /*--------------------------------LOGO FOND-----------------------------------------------------*/

  

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

    section{        
        min-height: 600px;
    }

   

    h2{        
        font-size: 30px;  
        line-height: 30px;      
        margin-bottom: 30px;
    }

    h3{        
        font-size: 23px;   
        line-height: 23px;     
        margin-bottom: 30px;
    }

    p{        
        font-size: 16px; 
        margin-bottom: 30px;       
        /*padding-bottom: 100px;*/
    }

   

   



}

/*-----------------------------------PC 1280x720 / 2.84%------------------------------------------*/

@media only screen and (orientation: landscape)and (min-height: 720px) {


    /*--------------------------------LOGO FOND-----------------------------------------------------*/

    .btLogo{
        width:150px;
    }

    .logoFond svg{
        left:30px;
        top:90px;
        width: 90px;
    }

    .logoFond_2{       
        background-position: 30px 90px;        
        background-size: 90px auto;
    }

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

    section{        
        min-height: 800px;
    }

   



}


/*-----------------------------------IPAD PAYSAGE------------------------------------------*/

@media only screen and (orientation: landscape)and (min-height: 768px) {

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

    #btBurger{
        display: none;
    }



    header nav{
        display: block;
        width: 50%;
        position: absolute;
        right: 50px;        
    }

    header img{
        position: absolute;
        height: 60%;
        transform: translate(0,-50%);
        top: 50%;
        left: 30px;
        right: initial;
    }

    /*---------------------------------FOOTER---------------------------------------------------*/    

}


@media only screen and (orientation: landscape) and (min-width: 1000px){
        
        section{
            position: relative;
            min-height: 800px;
            transition:  height 0.5s;     
            background-size: 100% 100%;
            background-position: center;

        }

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

        header{
            z-index: 1;
            position: fixed;
            width:100%;
            height: 50px;
            background: linear-gradient(90deg, rgba(102,155,183,1) 0%,rgba(53,94,137,1) 100%);
            border-bottom: solid 1px rgba(0,0,0,0.1);
            z-index: 10;
        }

        header img{
            position: absolute;
            height: 60%;
            transform: translate(0,-50%);
            top: 50%;
            left: 30px;
            right: initial;
        }

        header nav{
           display: block;
            width: 55%;
            position: absolute;
            right: 50px;
        }

        header nav ul{
            list-style-type: none;
            margin: 0;
            padding: 0;
            height: 100%;
        }

        header nav ul li{
            position: relative;
            float: left;
            width: 20%;
            height: 100%;
            cursor: pointer;
            /*background-color: rgba(255,0,0,0.5);*/
        }

        header nav ul li:nth-child(1) .btMenuDesktop_FOCUS{
            background-color: rgb(250,220,183);
        }

        header nav ul li:nth-child(2) .btMenuDesktop_FOCUS{
            background-color: rgb(234,180,160);
        }

        header nav ul li:nth-child(3) .btMenuDesktop_FOCUS{
            background-color: rgb(199,203,166);
        }

        header nav ul li:nth-child(4) .btMenuDesktop_FOCUS{
            background-color: rgb(225,211,161);
        }

        .btMenuDesktop_FOCUS{
            position: absolute;
            width: 100%;
            height: 0%;    
            transition: height 0.3s;
        }

        .BtFocus .btMenuDesktop_FOCUS{
            color: rgb(255,159,63);
        }

        .BtFocus span{
            color: rgb(255,159,63);
        }

        header nav ul li a{
            position: absolute;
            top:50%;
            left:50%;
            transform: translate(-50%,-50%);
        }

        header nav ul li a span{
            white-space: nowrap;    
            font-family:'helvetica_65_medium',arial;
            font-size:  14px;  
            color: white;
            text-transform: capitalize;
            letter-spacing: 0.5px;
            transition: color 1s;


        }

        p{
            line-height: initial;            
        }


        footer{   
            position: relative;
            height:150px;
            background-color: rgb(255,255,255);
            /*background: linear-gradient(90deg, rgba(102,155,183,1) 0%,rgba(53,94,137,1) 100%);*/
            z-index: 2;
            transform: translate(0px, 0px);
        }

        footer img{
            position: absolute;
            transform: translate(-50%,-50%);
            top: 50%;    
            height: 70%;
            width: initial;
        }

        footer img:nth-child(1){
            transform: translate(-50%,-50%);
            left: 18%;

        }

        footer img:nth-child(2){
            
            left: 44%;    

        }

        footer img:nth-child(3){
            
            left: 82%; 
            width: initial;   

        }

        #credits{
            position: absolute;
            right: 100px;    
            bottom: 10px;    
            font-size: 14px;

            margin-top: initial;
            margin-bottom: initial;
            width: initial;
            text-align: initial;
        }

        #credits a{
            color: rgb(53,94,137,0.5);
            text-decoration:initial;
            font-family: 'helveticaNeueLT_55',arial;
        }

        footer img:nth-child(1){
            cursor: pointer;
        }

        footer img:nth-child(2){
            cursor: pointer;
        }

        /*---------------------------------CONTENER TEXTE---------------------------------------------------*/


        #MainFrame{
            display: block;
        }



        #mainPageContener{
            position: fixed;
            background-color: initial;
            height: calc(100% - 50px);
            width: 100%;
            right: 0;
            top: 50px;
            
        }

        .pageContener{
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            transition: opacity 0.5s;
            /*background-color: rgba(255, 0, 0, 0.1);*/
        }

        /*-------------------------BLOC TEXTE---------------------*/

        .contentContener{
            position: absolute;
            height: 100%;
            width: 60%;
            right: 0;
            /*background-color: rgba(0, 0, 255, 0.1);*/
        }

        .contentContenerMobile{
            display: none!important;
        }

        .blocTexte{
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            width: 80%;
            margin-left: initial;
            /*background-color: rgba(0, 255, 0, 0.1);*/
        }

        .highLightContener{
                position: relative;
                width: 100%;
                height: 100px;
                transition: height 0.5s;
        }

        .highLightContener img{
            position: absolute;
            height: 100%;  
            width: initial;
            transition: opacity 0.5s;
        }

        /*-------------------------BLOC ILLUSTRATION---------------------*/

        .illustrationContener{
            position: absolute;
            height: 100%;
            width: 50%;
            left: 0;
            transition: width 0.5s;
            /*background-color: rgba(0, 0, 255, 0.1);*/
        }

        .illustrationContenerMobile{
            display: none!important;
        }

        .imageContener{
            position: absolute;
            width: 50%;
            height: 80%;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            /*background-color: rgba(0, 255, 0, 0.1);*/
        }

        .imageContener img,canvas{
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            height: 100%;
            width: initial;
            transition: opacity 0.5s;
        }

        .schemaContener{
            width: 100%;
            height: 87%;
            /*background-color: rgba(255, 0, 0, 0.1);*/
        }

        .schemaBloc{
            position: relative;
            display: inline-block;
            float: left;
            height: 100%;
            width: 25%;
            /*background-color: rgba(0, 0, 255, 0.1);*/
        }

        .schemaBloc img{
            position: absolute;
            height: 100%;
            width: initial;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }

        .disappaer{
            opacity: 0!important;
        }


        /*------------------------------Liste FOCUS------------------------------------*/


        .listeBullet{
            margin-bottom: 10px;
            color: rgb(89,141,178);
            opacity: 0.5;
            transition: all 0.5s;
        }

        #lastBullet{
            margin-bottom: 60px;
        }

        .ligneBleu{
            width: 100%;
            height: 1px;
            border-top: 1px solid rgb(53,94,137);
        }

        .focusBullet{
            color : rgb(41,69,105)!important;
            opacity: 1!important;

        }
}

/*-----------------------------------PC 1536x864 / 7.23%------------------------------------------*/

@media only screen and (orientation: landscape)and (min-height: 864px) {


    

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

    header{
        height: 100px;
    }

    section{        
        min-height: 900px;
    }

    #mainPageContener{
        height: calc(100% - 100px);
        top: 100px;
    }

    h2{        
        font-size: 45px;       
        line-height: 45px;
        margin-bottom: 60px;
    }

    h3{       
        font-size: 35px;  
        line-height: 35px;     
        margin-bottom: 60px;
    }

    h4{       
        font-size: 40px;  
        line-height: 38px;     
        margin-top: 30px;
    }

    p{       
        font-size: 20px;  
        letter-spacing: 0.7px;     
        margin-bottom: 60px;
    }
    



}


/*-----------------------------------PC 1440x900 / 4.71%------------------------------------------*/

@media only screen and (orientation: landscape)and (min-height: 900px) {


   

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

    section{        
        min-height: 1000px;
    }

   
    header nav ul li a span{
        font-size: 16px;
    }


}

/*-----------------------------------PC 1920x1080 / 22.95%------------------------------------------*/

@media only screen and (orientation: landscape)and (min-height: 1080px) {


    

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

    section{        
        min-height: 1500px;
    }

    



}


/*-----------------------------------PC 2560x1440 / 4.62%------------------------------------------*/

@media only screen and (orientation: landscape) and (min-height: 1250px) {


    /*--------------------------------LOGO FOND-----------------------------------------------------*/

    .btLogo{
        width:170px;
    }

    .logoFond svg{
        left:100px;
        top:130px;
        width: 170px;
    }

    .logoFond_2{       
        background-position: 100px 130px;        
        background-size: 170px auto;
    }

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

    section{        
        min-height: 1400px;
    }

    .bandeauImage{        
        height: 800px;
    }

    h2{        
        font-size: 50px;       
        margin-bottom: 0px;
    }

    h3{       
        font-size: 35px;       
        line-height: 40px;
        margin-top: 0px;
    }

    p{       
        font-size: 20px;  
        letter-spacing: 0.7px;     
        /*padding-bottom: 300px;*/
    }

    .chapeauEM{
        font-size: 20px; 
    }

    .marging_bottom_contenerTexte{        
        height: 300px;
    }

    .Contener_Texte{
        margin-left: 33%;
        width: 40%;
    }





}

@media only screen and (orientation: landscape)and (min-width: 1600px) {
    footer img{
        height: 110%;
    }
}

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