/*GÉNÉRAL*/

.page_project {
    background-image: url("../img/new-website/projectHoudre/bg.jpg");
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Raleway';
    padding: 2%;
}

.page_project p,
.page_project text {
    line-height: normal;
}

.page_project strong {
    font-weight: 700;
}

/*HEADER DE LA PAGE PROJET*/

.header_project .header_flex {
    margin-top: 80px;
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-bottom: 5%;
    flex-direction: column;
    align-items: center;
}

.header_project .text_flex {
    background-color: white;
    padding: 15px;
    display: flex;
    flex-direction: column;
}


.header_project .main_text {
    font-size: 36px;
    width: 100%;
    text-align: center;
    color: black;
    font-family: 'Raleway';
    font-weight: 700;
    white-space: nowrap;
}

.header_project .sub_text {
    background-color: white;
    font-size: 40px;
    width: 100%;
    text-align: center;
    color: black;
    text-transform: uppercase;
    font-family: 'Raleway';
}

.header_project .with_flex {
    display: flex;
    align-items: center;
    flex-direction: column;

}

.header_project .with_text {
    color: black;
    text-transform: uppercase;
    text-align: center;
    background-color: white;
    font-size: 25px;
    margin: 4%;
    padding: 3%;
}

.header_project .button_name {
    background-color: transparent;
    border: none;
    font-size: 16px;
    color: white;
    text-transform: uppercase;
}

.header_project .button_name:hover {
    color: grey;
}

@media (max-width: 900px) {
    .header_project .sub_text {
        font-size: 25px;
    }

    .header_project .main_text {
        font-size: 30px;
    }

    .header_project .text_flex {
        width: 100%;
    }
}


/*FORMATAGE SECTION DES VIDEOS*/

.page_houdre .video {
    background-color: white;
    padding: 5%;
    border: none;
}

.page_houdre .video_presentation {
    display: flex;
    justify-content: center;
    width: 30%;
    margin-right: 5%;
}


.page_houdre section {
    margin: 5% 10%;
}

@media (max-width: 900px) {
    .page_houdre video_resize {
        height: 100%;
    }
}

/*SECTION AVEC LA PHOTO*/

.page_houdre .section_flex {
    display: flex;
    background-color: white;
    align-items: center;
    justify-content: space-between;
    padding: 5%;
}


.page_houdre .text_part {
    font-size: 21px;
    text-align: center;
    margin-right: 5%;
    width: 70%;
}

.page_houdre .photo_part {
    display: flex;
    justify-content: center;
    width: 30%;
}

.page_houdre .title_presentation {
    text-align: center;
    font-size: 36px;
    padding-bottom: 5%;
    font-family: 'Raleway';
    color: black;
}

.page_houdre .text_presentation {
    text-align: justify;
    letter-spacing: 1px;
    font-family: 'Raleway';
    font-size: 14px;
    color: black;
    font-weight: 300;
}

.page_houdre .picture {
    width: 100%;
    height: auto;
}

@media (max-width: 900px) {
    .page_houdre .section_flex {
        flex-direction: column;
        padding: 5% 5%;
    }

    .page_houdre .title_presentation {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .page_houdre .text_presentation {
        font-size: 17px;
        padding-bottom: 5%;
    }

    .page_houdre .text_part {
        padding: 0;
        margin-right: 0;
    }

    .page_houdre .picture {
        object-fit: cover;
        max-height: 200px;
    }

    .page_houdre .photo_part {
        width: 100%;
    }

    .page_houdre .video_presentation {
        width: 100%;
        order: 2;
        margin: 0 auto;
    }
}

/*VIDEO PRODUIT CANAPÉ HÉRA*/

.page_houdre .title_flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page_houdre .title_floor {
    font-size: 36px;
    text-align: center;
    font-family: 'Raleway';
    color: black;
}

.page_houdre .sub_floor {
    font-size: 30px;
    margin: 5%;
    text-align: center;
    font-family: 'Raleway';
    font-weight: bold;
    color: black;
}

@media (max-width: 900px) {
    .page_houdre .title_floor {
        font-size: 20px;
        text-align: center;
    }

    .page_houdre .sub_floor {
        font-size: 20px;
    }
}

/*BOUTON AFFIHCER LE PRODUIT*/

.page_houdre .product {
    display: block;
    margin: 5% auto 0 auto;
    background-color: #212529;
    padding: 10px 20px;
    color: white;
    border: #212529 3px solid;
    font-size: 20px;
}

.page_houdre .product:hover {
    background-color: white;
    border: #212529 3px solid;
    color: #212529;
}

@media (max-width: 900px) {
    .page_houdre .product {
        font-size: 15px;
    }
}