#prestations-sec {
    float: left;
    width: 100%;
}

#prestations-sec .btnEtapes_1, #prestations-sec .btnEtapes_4 {
    float: left;
    height: 60px;
    width: 60px;
    background-color: #8496b0;
    /*border: solid 3px #4e5a6b;*/
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    line-height: 60px;
    margin-left: 130px;
    color: #4e5a6b;
    box-shadow: 8px 5px 43px 9px rgba(99, 99, 99, 0.2) inset;
    cursor: pointer;
}

#prestations-sec .btnEtapes_2, #prestations-sec .btnEtapes_3, #prestations-sec .btnEtapes_5 {
    float: left;
    height: 60px;
    width: 60px;
    background-color: #8496b0;
    /*border: solid 3px #4e5a6b;*/
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    line-height: 60px;
    margin-left: 70px;
    color: #4e5a6b;
    box-shadow: 8px 5px 43px 9px rgba(99, 99, 99, 0.2) inset;
    cursor: pointer;
}

#etapesTitleText {
    padding-top: 5px;
}

/*#prestations-sec .btnEtapes:hover {
    background-color: #8496b0;
    border: solid 3px #ffffff;
    color: #ffffff;
    cursor: pointer;
}*/

#prestations-sec a {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}

#prestations-sec a:hover {
    color: #505050;
}

#prestations-sec .citation {
    font-style: italic;
}

#prestations-sec .unslider {
    float: left;
    width: calc(100% - 40px);
    margin-top: 60px;
    /*background-color: #c0cae6;*/
    height: 200px;
    padding: 20px;
    /*border: solid 1px #4e5a6b;*/
    color: #ffffff;
    background-color: #8496b0;
    margin-bottom: 50px;
    box-shadow: 8px 5px 43px 9px rgba(99, 99, 99, 0.2) inset;
    text-align: center;
    display: none;
}

#prestations-sec .etapesSlider {
    height: 200px;
}

#prestations-sec .unslider li {
    height: 200px;
    overflow: auto;
}

#prestations-sec #etapesTitle {
    float: left;
    width: 100%;
    font-family: Augustus;
    margin-top: 40px;

}

#prestations-sec #etapesTitle div {
    width: 0px;
    height: 46px;
    margin: auto;
    text-align: center;
    font-size: 15pt;
    white-space: nowrap;
    overflow:hidden;
    -moz-transition: .8s all .3s;
    -webkit-transition: .8s all .3s;
    transition: .8s all .3s;
}

#prestations-sec #etapesTitle div label {
    width: 50%;
}

#prestations-sec .btnQtreChfre {
    background-size: 60px 60px;
}

#prestations-sec .btnEtapes_1 {
    background-image: url("../files/QtreChfre/BoutonQtreChfre05.png")
}
#prestations-sec .btnEtapes_2 {
    background-image: url("../files/QtreChfre/BoutonQtreChfre00.png")
}
#prestations-sec .btnEtapes_3 {
    background-image: url("../files/QtreChfre/BoutonQtreChfre01.png")
}
#prestations-sec .btnEtapes_4 {
    background-image: url("../files/QtreChfre/BoutonQtreChfre04.png")
}
#prestations-sec .btnEtapes_5 {
    background-image: url("../files/QtreChfre/BoutonQtreChfre03.png")
}


/******************************************************************************/
/* Quatre de chiffre                                                          */
/******************************************************************************/
#prestations-sec #quatre {
    float: left;
    width: 380px;
    height: 248px;
    background-color: #ffffff;
    margin: 50px;
    margin-left: calc(50% - 190px);
    background-size: 380px 248px;
    background-image: url("../files/QtreChfre/QtreChfre000.png");
    background-size: 380px 248px;
    opacity: 1;
}

#prestations-sec #quatre #imgQtre {
    width: 100%;
    height: 100%;
    background-image: url("../files/QtreChfre/QtreChfre053.png");
    background-size: 380px 248px;

    opacity: 1;

    -moz-transition: .8s all .3s;
    -webkit-transition: .8s all .3s;
    transition: .8s all .3s;
}

@media screen and (max-width: 916px){
    #prestations-sec .btnQtreChfre {
		margin-left: calc(100% - 350px);
	}
	#prestations-sec #etapesTitle div {
		white-space: normal;
		height: 71px;
	}
}