#page h2:before {
    left: 0;
    margin-left: 0;
}


/* --------------------------------------------------------------- */
/*
/* Bandeau haut
/*
/* --------------------------------------------------------------- */

#bandeau_haut {
    background: url('../../images/bandeau_accueil.jpg?v=2') no-repeat center center;
    height: 576px;
}

#bandeau_haut:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1070px;
    height: 3px;
    margin-left: -535px;
    background-color: #ea5c1a;
}

#bandeau_haut .texte {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    background-color: rgba(237, 237, 237, 0.75);
    text-transform: uppercase;
    color: #6b6a6a;
    padding: 20px 40px;
}

#bandeau_haut .texte:after {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    width: 100vw;
    background-color: rgba(237, 237, 237, 0.75);
}

#bandeau_haut .texte h1 {
    line-height: 48px;
    font-size: 29px;
    color: #38313a;
}

#bandeau_haut .texte h1 .orange {
    color: #ea5c1a;
    font-size: 38px;
}

/* --------------------------------------------------------------- */
/*
/* Présentation
/*
/* --------------------------------------------------------------- */

#presentation {
    padding: 60px 0;
}

#presentation .box_infos {
    position: relative;
    top: 0;
    left: 0;
    width: 290px;
    height: 325px;
    display: flex;
    align-items: center;
    padding: 10px 30px;
    text-align: center;
    margin: 0 auto;
}

#presentation .box_infos .video iframe {
    max-width: 100%;
    max-height: 190px;
}

#presentation .box_infos.fabrication {
    background: url('../../images/index/fond_fabrication.jpg') no-repeat center center;
    background-size: cover;
}

#presentation .box_infos.prototype {
    background: url('../../images/index/fond_prototype.jpg') no-repeat center center;
    background-size: cover;
}

#presentation .box_infos.revendeurs {
    background: url('../../images/index/fond_revendeurs.jpg') no-repeat center center;
    background-size: cover;
}

#presentation .box_infos:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(35, 34, 34, 0.7);
    z-index: 0;
}

#presentation .box_infos .contenu {
    position: relative;
    color: #FFF;
    z-index: 10;
}

#presentation .box_infos .contenu h4 {
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    padding: 20px 0;
    margin-bottom: 18px;
}

#presentation .box_infos .contenu h4:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 44px;
    height: 3px;
    margin-left: -22px;
    background-color: #fff;
}

/* --------------------------------------------------------------- */
/*
/* À propos
/*
/* --------------------------------------------------------------- */

#a_propos {
    padding: 35px 0;
}

#a_propos .distributeurs {
    background-color: #fba809;
    font-size: 20px;
    text-align: center;
    padding: 10px 35px;
    color: #FFF;
    text-transform: uppercase;
}

#a_propos .distributeurs span {
    display: block;
    padding: 0px 0;
    border-top: 2px solid #FFF;
    font-size: 38px;
    font-weight: bold;
    border-bottom: 2px solid #FFF;
    letter-spacing: 4px;
    margin: 7px 0;
}

/* --------------------------------------------------------------- */
/*
/* Ecrous
/*
/* --------------------------------------------------------------- */

#ecrous {
    padding: 35px 0;
}

/* --------------------------------------------------------------- */
/*
/* Ateliers
/*
/* --------------------------------------------------------------- */

#ateliers {
    padding: 65px 0;
}

/* --------------------------------------------------------------- */
/*
/* Responsive
/*
/* --------------------------------------------------------------- */

@media screen and (max-width: 1199px) {

}

@media screen and (max-width: 991px) {
    #bandeau_haut {
        height: 516px;
    }

    /* ----------- Présentation --------- */
    #presentation .box_infos {
        width: 100%;
        height: 450px;
    }

    #presentation .bloc-info {
        margin: 10px auto;
    }

    #presentation .box_infos .contenu {
        margin: 2px auto;
    }

    #ateliers img {
        margin: 5px auto;
        display: block;
    }

    #ateliers .bloc-text {
        margin-top: 20px;
    }

}

@media screen and (max-width: 767px) {

}

@media screen and (max-width: 575px) {
    #bandeau_haut {
        height: 430px;
        background-size: cover;
    }

    #bandeau_haut .texte {
        padding: 30px 30px;
    }

    #bandeau_haut .texte h1 {
        font-size: 24px;
        line-height: 37px;
    }

    #bandeau_haut .texte h1 .orange {
        font-size: 29px;
    }
}