@charset "utf-8";
@import url(reset.css);

html{
    background:#fff;
}
section#qphtop{
    float:left;
    width:100%;
    height:128px;
    margin-bottom:30px;
    border-bottom:1px solid #fdcd00;
    background:#fff;
}
    section#qphtop .centre{
        position: relative;
        width: 1313px;
        margin-left: auto;
        margin-right: auto;
    }
        section#qphtop .centre img.logo{
            float:left;
            margin-top:27px;
        }
        section#qphtop .centre p{
            float:right;
            font-family: 'Hind', sans-serif;
            font-weight: 500;
            line-height:20px;
            margin-top:12px;
        }
            section#qphtop .centre p span{
                float:left;
                margin-top:32px;
            }
            section#qphtop .centre p img{
                float:right;
                margin-left:15px;
            }
section#boostrix_3801{
    position: relative;
    float:left;
    width:100%;
    font-family: 'Hind', sans-serif;
    font-weight: 500;
    color:#000;
    font-size: 12px;
    background: #fff;
}
    section#boostrix_3801 .centre{
        position: relative;
        width: 1313px;
        margin-left: auto;
        margin-right: auto;
    }
    section#boostrix_3801 header{
        position: relative;
        width: 100%;
    }
        section#boostrix_3801 header h1{
            float:left;
            width:100%;
            margin-bottom:25px;
            border-bottom:2px solid #00abc5;
        }
            section#boostrix_3801 header h1 img{
                float:left;
            }
    section#boostrix_3801 article{
        float:left;
        position: relative;
        width: 100%;
        padding-bottom:80px;
        border-bottom:2px solid #c1c1c1;
    }
        section#boostrix_3801 article .video{
            float:left;
            position: relative;
            width: 100%;
            margin-bottom:70px;
        }
        section#boostrix_3801 article .bouton{
            float:left;
            position: relative;
            height:81px;
            padding-right:35px;
            padding-left:80px;
            font-size:20px;
            color:#fff;
            text-transform:uppercase;
            text-decoration:none;
            letter-spacing:-0.25px;
            background:url("../img/picto.png") no-repeat 35px center;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
        section#boostrix_3801 article .bouton1{
            width:410px;
            padding-top:34px;
            margin-left:125px;
            background-color:#ff8328;
        }
        section#boostrix_3801 article .bouton1:hover{
            background-color:#ff9115;
        }
        section#boostrix_3801 article .bouton2{
            width:500px;
            line-height:24px;
            padding-top:18px;
            margin-left:155px;
            background-color:#222266;
        }
        section#boostrix_3801 article .bouton2:hover{
            background-color:#313194;
        }
    section#boostrix_3801 article.references{
        float:left;
        position: relative;
        width: 100%;
        padding-left:40px;
        padding-right:40px;
        padding-top:30px;
        padding-bottom:30px;
        border-bottom:2px solid #c1c1c1;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
        section#boostrix_3801 article.references h2{
            float:left;
            position: relative;
            width: 100%;
            padding-bottom:10px;
            font-size:24px;
            font-weight:600;
            text-transform:uppercase;
        }
        section#boostrix_3801 article.references p{
            float:left;
            position: relative;
            width: 100%;
            padding-bottom:3px;
            font-size:15px;
        }
        section#boostrix_3801 article.references em{
            font-style: italic;
        }
    section#boostrix_3801 footer{
        float:left;
        position: relative;
        width: 100%;
        padding-top:30px;
        padding-bottom:30px;
        text-align:center;
        font-size:20px;
    }
    
             
/*responsive*/
@media (max-width:1333px){ 
html{
    overflow-x:hidden;
}
section#boostrix_3801{
    width: 100%;
}
    section#qphtop .centre{
        width: 100%;
        padding-left:10px;
        padding-right:10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    section#boostrix_3801 .centre{
        width: 100%;
        padding-left:10px;
        padding-right:10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
        section#boostrix_3801 article .video img{
            width: 100%;
            height:auto;
        }
        section#boostrix_3801 article .bouton1{
            margin-left:20px;
        }
        section#boostrix_3801 article .bouton2{
            float:right;
            margin-left:0px;
            margin-right:20px;
        }
}
    
             
/*responsive*/
@media (max-width:1030px){ 
        section#boostrix_3801 article .bouton1{
            width:100%;
            height:auto;
            margin-left:0px;
            margin-bottom:20px;
            padding-top:25px;
            padding-bottom:25px;
        }
        section#boostrix_3801 article .bouton2{
            width:100%;
            height:auto;
            margin-left:0px;
            margin-right:0px;
            padding-top:25px;
            padding-bottom:25px;
        }
}
    
             
/*responsive*/
@media (max-width:725px){ 
section#qphtop{
    height:auto;
}
    section#qphtop .centre{
        text-align:center;
    }
        section#qphtop .centre img.logo{
            float:none;
            width:120px;
            height:auto;
        }
        section#qphtop .centre p{
            width:100%;
            text-align:center;
        }
            section#qphtop .centre p span{
                margin-top:10px;
            }
            section#qphtop .centre p img{
                float:none;
                width:60px;
                height:auto;
                display:inline-block;
                margin-left:15px;
                margin-bottom:10px;
                vertical-align:middle;
            }
}