/*GÉNÉRAL*/

.projethollywood .page_project {
    background-image: url("../img/new-website/projet-hollywood/bg-hollywood.jpg");
    background-size: cover;
    background-attachment: fixed;
    padding: 2%;
    font-family: 'Hanken Grotesk', sans-serif;
}

.projectlafaille .page_project {
    background-image: url("../img/new-website/projectLafaille/bg.jpg");
    background-size: cover;
    background-attachment: fixed;
    padding: 2%;
    font-family: 'Hanken Grotesk', sans-serif;
}


.page_project strong {
    font-weight: 700;
}

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

.page_project h1 {
    text-align: center;
    font-size: 20px;
    color: #333;
    margin-bottom: 30px;
}

.bloc_text {
    display: flex;
    background-color: white;
    align-items: center;
    justify-content: center;
    padding: 5%;
    flex-direction: column;
}

.btn_projet {
    padding: 20px 30px;
    color: #fff;
    line-height: 25px;
    display: block;
    letter-spacing: 1px;
    font-weight: 700;
    background-color: #000;
    border: 1px solid #000;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 12px;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    text-align: center;
    text-transform: uppercase;
    max-width: 250px;
    margin: 50px auto 0;
    text-decoration: none;
}

.btn_projet:focus {
    text-decoration: none;
    color: white;
}

.btn_projet:hover {
    color: #333;
    background-color: white;
}

/*HEADER*/


.page_project .header_project {
    margin-top: 80px;
}

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

.header_project .text_flex {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 500px;
    background-color: white;
    padding: 10px;
}

.header_project .main_text {
    font-size: 36px;
    width: 100%;
    text-align: center;
    color: #58758C;
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: 700;
}

.header_project .sub_text {
    background-color: white;
    font-size: 40px;
    width: 100%;
    text-align: center;
    color: #58758C;
    text-transform: uppercase;
    font-family: 'Hanken Grotesk', sans-serif;
}

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

.header_project .with_text {
    color: white;
    text-transform: uppercase;
    text-align: center;
    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: 768px) {
    .header_project .sub_text {
        font-size: 25px;
    }

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

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


/*FORMATAGE SECTION DES VIDEOS*/

.page_lafaille .video {
    background-color: white;
    padding: 4%;
    border: none;
}


.page_lafaille video:focus {
    outline: transparent;
}

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


/*SECTION AVEC LA PHOTO*/

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


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

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

.page_lafaille .title_presentation {
    text-align: center;
    font-size: 30px;
    padding-bottom: 5%;
    color: #58758C;
    font-family: 'Hanken Grotesk', sans-serif;
}

.page_lafaille .text_presentation {
    text-align: justify;
    /* letter-spacing: 1px; */
    font-family: 'Raleway';
    color: black;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}

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

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

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

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

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

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

    .page_lafaille .photo_part {
        width: 100%;
    }
}

/*VIDEO PRODUIT CANAPÉ HÉRA*/

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

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

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

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

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

    .page_lafaille .product {
        font-size: 15px;
    }
}

/*BOUTON AFFIHCER LE PRODUIT*/


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

.page_lafaille .product:hover {
    background-color: white;
    border: #58758C 3px solid;
    color: #58758C;
    outline: 0;
}

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

/* PAGE PROJET HOLLYWOOD */

.projethollywood .header_project .sub_text {
    color: #333;
}

.projethollywood .header_project .main_text {
    color: #333;
}

.projethollywood .page_lafaille .title_presentation {
    color: #333;
}

/* RESPONSIVE */

@media (max-width: 768px) {
    .page_lafaille section {
        margin: 5% 1%;
    }

    .page_lafaille .text_part {
        width: 100%;
    }

    .btn_projet {
        padding: 10px 15px;
        margin: 20px auto 0;
    }

    body.projethollywood #columns {
        padding-top: 0px !important;
    }
}