*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Sans', sans-serif;
}

/* TITRES & TEXTES*/
h1 {
    font-size: 53px;
    font-weight: 900;
    color: #ffff;

    text-transform: uppercase;
    text-shadow: 0 3px 0 #780716;

    position: absolute;
    top: 325px;
    left: 100px;
    right: 100px;
}

h2 {
    font-size: 40px;
    font-weight: 800;
    color: #ffff;

    text-transform: uppercase;
    text-shadow: 0 1px 0 #780716;

    position: absolute;
    top: 500px;
    left: 100px;
}

h3 {
    font-size: 25px;
    font-weight: 800;
    color: #780716;

    text-transform: uppercase;
    margin-bottom: 30px;
}

h4 {
    font-size: 23px;
    font-weight: 700;
    color: #000000;

    text-transform: uppercase;
    margin-bottom: 30px;
}

h5 {
    font-size: 25px;
    font-weight: 800;
    color: #780716;

    margin-bottom: 10px;
}

h6 {
    font-size: 30px;
    font-weight: 800;
    color: #000000;

    margin-bottom: 25px;
}

p,
li {
    font-size: 22px;
    font-weight: 500;
    line-height: 35px;
    color: #000000;
}

.next_text {
    font-size: 22px;
    font-weight: 500;
    line-height: 35px;
    color: #000000;

    margin-top: 20px;
}

strong {
    font-weight: 700;
}

span {
    text-decoration: underline;
}

@media only screen and (max-width: 1500px) {
    h1 {
        font-size: 47px;
        left: 50px;
        top: 300px;
    }

    h2 {
        font-size: 35px;
        left: 50px;
        top: 450px;
    }
}

@media only screen and (max-width: 1250px) {
    h1 {
        position: initial;
        font-size: 28px;
        margin-bottom: 10px;
    }

    h2 {
        position: initial;
        font-size: 22px;
    }

    h6 {
        font-size: 27px;
    }
}

@media only screen and (max-width: 450px) {
    h1 {
        position: initial;
        font-size: 20px;
        margin-bottom: 10px;
    }

    h2 {
        position: initial;
        font-size: 18px;
    }

    h3 {
        margin-bottom: 15px;
    }

    h3,
    h5 {
        font-size: 22px;
    }

    h4 {
        font-size: 20px;
    }


    h6 {
        font-size: 25px;
    }

    p,
    li,
    .next_text {
        font-size: 20px;
        line-height: 30px;
    }
}

/* LIENS */
.link_1 {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #780716;
    border: 1px solid #780716;

    text-decoration: none;
    padding: 0.5em 1.5em;
    margin-top: 30px;
    width: fit-content;
}

.link_1:hover {
    color: #ffffff;
    background-color: #780716;
    border: 1px solid #B7000B;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.link_2 {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #ffff;
    background-color: #780716;
    border: 1px solid #B7000B;

    text-decoration: none;
    padding: 0.5em 1.5em;
    margin-top: 30px;
    width: fit-content;
}

.link_2:hover {
    color: #780716;
    border: 1px solid #780716;
    background-color: #ffffff00;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.link_3 {
    display: block;
    font-size: 22px;
    font-weight: 400;
    color: #ffff;
    background-color: #780716;
    border: 3px solid #B7000B;

    text-decoration: none;
    text-transform: uppercase;
    padding: 2em 1.5em;
    margin-top: 30px;
    width: fit-content;
}

.link_3:hover {
    font-weight: 900;
    color: #780716;
    border: 1px solid #780716;
    background-color: #ffffff00;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.link_info {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #780716;
    border: 1px solid #780716;
    text-shadow: 0 1px 0 #ffff;

    text-decoration: none;
    padding: 0.5em 1.5em;
    width: fit-content;
}

.link_info:hover {
    background-color: #780716;
    color: #ffffff;
    text-shadow: 0 1px 0 #780716;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.link_header,
.link_realisation {
    display: block;
    font-size: 33px;
    font-weight: 700;
    color: #780716;
    border: 1px solid #780716;

    text-decoration: none;
    text-transform: uppercase;

    padding: 0.3em 1em;
    width: fit-content;
}

.link_header:hover,
.link_realisation:hover {
    background-color: #780716;
    color: #ffffff;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.link_group {
    display: flex;
    gap: 25px;
}

@media only screen and (max-width: 1250px) {

    .link_header,
    .link_realisation {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1250px) {
    .link_header {
        font-size: 25px;
        font-weight: 700;
        color: #ffffff;

        margin-top: 25px;
    }

    .link_realisation {
        font-size: 25px;
    }

    .link_1,
    .link_2,
    .link_3 {
        font-size: 20px;
    }

    .link_3 {
        width: 280px;
        text-align: center;
        padding: 1em 0.5em;
    }
}

@media only screen and (max-width: 450px) {
    .link_header {
        font-size: 20px;
    }

    .link_group {
        flex-direction: column;
        gap: 0px;
    }

    .link_realisation {
        font-size: 20px;
    }
}

/* HEADER */
.header_desktop {
    position: relative;
    display: flex;

    width: 100%;
    height: 800px;
    margin-bottom: 100px;
}

.header_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

    width: 30%;
    background-image: url(/assets/img/background_header.jpg);
    background-size: cover;
}

.header_left img {
    width: 400px;
    margin-top: 40px;
}

.header_right_accueil {
    display: flex;
    flex-direction: column;

    border: 2px solid #780716;
    border-right: none;
    width: 70%;
    background-image: url(/assets/img/header_accueil.jpg);
    background-size: cover;
}

.header_right_fenetre {
    display: flex;
    flex-direction: column;

    border: 2px solid #780716;
    border-right: none;
    width: 70%;
    background-image: url(/assets/img/header_fenetre.jpg);
    background-size: cover;
}

.header_right_volet {
    display: flex;
    flex-direction: column;

    border: 2px solid #780716;
    border-right: none;
    width: 70%;
    background-image: url(/assets/img/header_volet.jpg);
    background-size: cover;
    background-position: bottom;
}

.header_right_porte {
    display: flex;
    flex-direction: column;

    border: 2px solid #780716;
    border-right: none;
    width: 70%;
    background-image: url(/assets/img/header_porte.jpg);
    background-size: cover;
    background-position: bottom;
}

.header_right_contact {
    display: flex;
    flex-direction: column;

    border: 2px solid #780716;
    border-right: none;
    width: 70%;
    background-image: url(/assets/img/header_contact.jpg);
    background-size: cover;
    background-position: bottom;
}

.top_header {
    display: flex;
    align-items: center;
    justify-content: right;

    border-bottom: 2px solid #780716;
    background-color: #ccccccd5;
    height: 100px;
}

.social_header {
    display: flex;
    gap: 15px;

    margin-right: 50px;
}

.social_header a:hover {
    filter: brightness(1.20) contrast(0.8);
    -webkit-filter: brightness(1.20) contrast(0.8);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.info_header {
    display: flex;
    gap: 25px;

    margin-right: 50px;
}

nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 150px;

    height: 100px;
    list-style-type: none;
    border-bottom: 2px solid #780716;
    background-color: #ccccccd5;
}

nav li a {
    font-size: 28px;
    font-weight: 800;
    color: #780716;

    text-transform: uppercase;
    text-shadow: 0 1px 0 #ffff;
    text-decoration: none;
}

nav li a:hover {
    border-bottom: 3px solid #780716;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

#topnav_responsive_menu ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
}

#topnav_responsive_menu .topnav_link {
    font-size: 25px;
    font-weight: 800;
    font-family: 'Noto Sans', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    text-shadow: none;
}

#topnav_responsive_menu .topnav_link_2 {
    font-size: 25px;
    font-weight: 400;
    font-family: 'Noto Sans', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    text-shadow: none;
}

#topnav_hamburger_icon,
#topnav_responsive_menu,
.header_responsive {
    display: none;
}

.header_accueil {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;

    padding: 1em 1em;
    height: 350px;
    background-image: url(/assets/img/header_accueil.jpg);
    background-size: cover;
    background-position: center;
    border: 2px solid #780716;
}

.header_fenetre {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;

    padding: 1em 1em;
    height: 350px;
    background-image: url(/assets/img/header_fenetre.jpg);
    background-size: cover;
    background-position: center;
    border: 2px solid #780716;
}

.header_volet {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;

    padding: 1em 1em;
    height: 350px;
    background-image: url(/assets/img/header_volet.jpg);
    background-size: cover;
    background-position: center;
    border: 2px solid #780716;
}

.header_porte {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;

    padding: 1em 1em;
    height: 350px;
    background-image: url(/assets/img/header_porte.jpg);
    background-size: cover;
    background-position: center;
    border: 2px solid #780716;
}

.header_contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;

    padding: 1em 1em;
    height: 350px;
    background-image: url(/assets/img/header_contact.jpg);
    background-size: cover;
    background-position: center;
    border: 2px solid #780716;
}

@media only screen and (max-width: 1500px) {
    .header_desktop {
        height: 650px;
    }

    nav ul {
        gap: 75px;
    }

    .header_left img {
        width: 315px;
        margin-top: 50px;
    }
}

@media only screen and (max-width: 1250px) {
    .header_responsive {
        display: initial;
    }

    .header_desktop {
        display: none;
    }

    .topnav {
        display: flex;
        align-items: center;
        justify-content: space-between;

        padding: 2em 1em;
        height: 115px;
        background-color: #B3B2B2;
    }

    .topnav img {
        width: 300px;
    }

    header {
        position: relative;
        overflow-x: hidden;
        height: 565px;
        gap: 0px;
        margin-bottom: 0px;
    }

    #topnav_responsive_menu {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 330px;

        z-index: 99;

        transform-origin: 0% 0%;
        transform: translate(200%, 0);

        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    }

    #topnav_responsive_menu ul {
        display: flex;
        flex-direction: column;

        position: absolute;
        margin: 0;
        right: 0;
        top: 115px;

        width: 100%;
        height: 450px;
        padding: 1em 3em;
        gap: 15px;

        text-align: center;

        background: #b30a21;
        border: 2px solid #780716;
        list-style-type: none;
        -webkit-font-smoothing: antialiased;
    }

    #topnav_responsive_menu li {
        padding: 8px 0px;
    }

    #topnav_responsive_menu a {
        white-space: nowrap;
        color: #333;
        text-decoration: none;
    }

    #topnav_responsive_menu.open {
        transform: none;
        position: fixed;
    }

    /* HAMBURGER ICON */
    #topnav_hamburger_icon {
        display: block;
        position: relative;
        margin: 16px;
        width: 33px;
        height: 28px;

        z-index: 100;

        user-select: none;
        -webkit-user-select: none;
        cursor: pointer;
    }

    #topnav_hamburger_icon span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        margin-bottom: 5px;

        background: #e40613;
        border-radius: 3px;

        z-index: 100;

        opacity: 1;
        left: 0;

        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }

    #topnav_hamburger_icon span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left top;
        -moz-transform-origin: left top;
        -o-transform-origin: left top;
        transform-origin: left top;
    }

    #topnav_hamburger_icon span:nth-child(2) {
        top: 12px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    #topnav_hamburger_icon span:nth-child(3) {
        top: 24px;
        -webkit-transform-origin: left bottom;
        -moz-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
    }

    #topnav_hamburger_icon.open span {
        background: #e40615;
    }

    #topnav_hamburger_icon.open span:nth-child(1) {
        width: 110%;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #topnav_hamburger_icon.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    #topnav_hamburger_icon.open span:nth-child(3) {
        width: 110%;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

}


@media only screen and (max-width: 450px) {
    #topnav img {
        width: 150px;
    }

    #topnav_responsive_menu ul {
        top: 115px;
        height: 380px;
        padding: 1em 2em;
    }

    #topnav_responsive_menu .topnav_link {
        font-size: 18px;
        font-weight: 800;
    }

    #topnav_responsive_menu .topnav_link_2 {
        font-size: 18px;
        font-weight: 400;
    }
}

/* FOOTER */
footer {
    background-color: #B3B2B2;
    border-top: 2px solid #780716;
    margin-top: 50px;
}

.footer_contain {
    display: flex;
    flex-direction: column;
    align-items: center;

    padding: 3em 5em;
    padding-bottom: 1em;
}

.footer_top {
    display: flex;
    justify-content: space-around;
}

.footer_contain ul {
    display: flex;
    flex-direction: column;
    gap: 15px;

    margin-left: 25px;
}

.footer_contain h3 {
    margin-bottom: 10px;
}

.footer_left {
    display: flex;
    flex-direction: column;

    width: 45%;
}

.footer_left img {
    width: 325px;
    margin-bottom: 15px;
}

footer .next_text {
    margin-top: 10px;
}

.social_footer {
    display: flex;
    gap: 15px;

    margin-top: 15px;
}

.social_footer a:hover {
    filter: brightness(1.20) contrast(0.8);
    -webkit-filter: brightness(1.20) contrast(0.8);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.footer_nav {
    display: flex;
    gap: 100px;
}

footer li a {
    text-decoration: none;
    color: #000000;
}

footer li a:hover {
    color: #780716;
    border-bottom: 3px solid #780716;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.line {
    background-color: #000000;
    height: 2px;

    width: 95%;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;
}

#Studio_DV {
    font-weight: 700;
    color: #780716;
    text-decoration: none;
}

#Studio_DV:hover {
    color: #780716;
    border-bottom: 3px solid #780716;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

@media only screen and (max-width: 1250px) {
    .footer_contain {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;

        padding: 3em 2em;
        padding-bottom: 1em;
    }

    .footer_top {
        flex-direction: column;
    }

    .footer_left {
        text-align: center;
        align-items: center;

        width: 100%;
        margin-bottom: 40px;
    }

    .footer_nav {
        flex-wrap: wrap;
        justify-content: center;
        gap: 100px;
        text-align: left;
    }

    .line {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 450px) {
    .footer_contain {
        text-align: left;
        padding: 3em 1em;
        padding-bottom: 1em;
    }

    .footer_left {
        text-align: left;
        align-items: initial;
        width: 100%;
        margin-bottom: 40px;
    }

    .footer_nav {
        flex-direction: column;
        gap: 50px;
    }

    .footer_right {
        order: 1;
    }

    .footer_centre {
        order: 2;
    }

    .footer_left img {
        width: 250px;
    }
}

/* SECTION */
section {
    padding: 5em 5em;
}

.navigation_page {
    padding: 2em 5em;
    padding-top: 0em;
    text-align: center;
}

.navigation_bouton {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.made_in_france {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.made_in_france img {
    width: 275px;
}

.product_text {
    padding: 2em 5em;
    background-color: #ffffff94;
}

.realisations {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.partenaires {
    text-align: center;
    border-top: 2px solid #780716;
}

.logos_partenaires {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 80px;

    margin-top: 50px;
}

.logos_partenaires img {
    width: 300px;
    height: fit-content;
}

#aix_store,
#picard {
    width: 150px;
}

.mentions {
    border: 3px solid #780716;
    padding: 2em 5em;
    margin: 2em 5em;
    margin-top: 50px;
}

#mentions1 {
    padding-top: 2em;
    margin-top: 0px;
}

.mentions h3 {
    margin-bottom: 15px;
}

#gap {
    margin-top: 40px;
}

@media only screen and (max-width: 1500px) {
    section {
        padding: 3em 3em;
    }

    .navigation_page {
        padding: 2em 3em;
        text-align: center;
    }

    .product_text {
        padding: 2em 3em;
    }

    .mentions {
        padding: 2em 3em;
        margin: 2em 3em;
    }
}

@media only screen and (max-width: 1250px) {
    section {
        padding: 3em 2em;
    }

    .navigation_page {
        padding: 2em 1em;
        text-align: center;
    }

    .product_text {
        padding: 2em 2em;
    }

    .mentions {
        padding: 2em 3em;
        margin: 2em 1em;
    }

    .navigation_bouton {
        gap: 25px;
    }

    .made_in_france {
        flex-direction: column;
        text-align: center;
        gap: 40px;

        border-top: 3px solid #780716;
        border-bottom: 3px solid #780716;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .made_in_france img {
        width: 225px;
    }

    .logos_partenaires {
        gap: 75px;
    }

    .realisations {
        align-items: initial;
        text-align: left;
    }
}

@media only screen and (max-width: 450px) {
    section {
        padding: 3em 1em;
    }

    .navigation_page {
        padding: 2em 1em;
        text-align: left;
    }

    .product_text {
        padding: 2em 1em;
    }

    .mentions {
        padding: 2em 1em;
        margin: 0em;
        margin-left: 1em;
        border: none;
    }

    #mentions1 {
        padding-top: 0em;
    }

    #mentions2 {
        margin: 0em;
        padding-bottom: 0em;
    }

    .navigation_bouton {
        justify-content: left;
        gap: 5px;
    }

    .logos_partenaires {
        gap: 50px;
    }

    .logos_partenaires img {
        width: 200px;
        height: fit-content;
    }

    #aix_store,
    #picard {
        width: 125px;
    }
}

/* PRODUITS */
.product_fenetre_bois {
    display: flex;
    align-items: center;
    height: 700px;
    background-image: url("/assets/img/fenetre_bois.jpg");
    background-size: cover;
    background-position: center;

    border-top: 3px solid #780716;
    border-bottom: 3px solid #780716;
    padding: 0em;
    margin-bottom: 50px;
}

.product_fenetre_pvc {
    display: flex;
    align-items: center;
    height: 750px;
    background-image: url("/assets/img/fenetre_pvc.jpg");
    background-size: cover;
    background-position: center;

    border-top: 3px solid #780716;
    border-bottom: 3px solid #780716;
    padding: 0em;
    margin-bottom: 50px;
}

.product_fenetre_alu {
    display: flex;
    align-items: center;
    height: 800px;
    background-image: url("/assets/img/fenetre_alu.jpg");
    background-size: cover;
    background-position: center;

    border-top: 3px solid #780716;
    border-bottom: 3px solid #780716;
    padding: 0em;
}

.product_volets_bois {
    display: flex;
    align-items: center;
    height: 700px;
    background-image: url("/assets/img/volet_bois.jpg");
    background-size: cover;
    background-position: center;

    border-top: 3px solid #780716;
    border-bottom: 3px solid #780716;
    padding: 0em;
    margin-bottom: 50px;
}

.product_volets_pvc_alu {
    display: flex;
    align-items: center;
    height: 950px;
    background-image: url("/assets/img/alu_volet.jpg");
    background-size: cover;
    background-position: center;

    border-top: 3px solid #780716;
    border-bottom: 3px solid #780716;
    padding: 0em;
}

.product_portes_entrée {
    display: flex;
    align-items: center;
    height: 750px;
    background-image: url("/assets/img/porte_1.jpg");
    background-size: cover;
    background-position: center;

    border-top: 3px solid #780716;
    border-bottom: 3px solid #780716;
    padding: 0em;
    margin-bottom: 50px;
}

.product_portes_blindees {
    display: flex;
    align-items: center;
    height: 750px;
    background-image: url("/assets/img/porte_2.jpg");
    background-size: cover;
    background-position: center;

    border-top: 3px solid #780716;
    border-bottom: 3px solid #780716;
    padding: 0em;
    margin-bottom: 50px;
}

.product_service_serrurerie {
    display: flex;
    align-items: center;
    height: 600px;
    background-image: url("/assets/img/porte_3.jpg");
    background-size: cover;
    background-position: center;

    border-top: 3px solid #780716;
    border-bottom: 3px solid #780716;
    padding: 0em;
}

.photo_product {
    display: none;
}

@media only screen and (max-width: 1500px) {
    .product_fenetre_bois {
        height: 750px;
    }

    .product_fenetre_pvc {
        height: 825px;
    }

    .product_fenetre_alu {
        height: 825px;
    }

    .product_volets_bois {
        height: 750px;
    }

    .product_volets_pvc_alu {
        height: 1025px;
    }

    .product_service_serrurerie {
        height: 680px;
    }

}

@media only screen and (max-width: 1250px) {

    .product_fenetre_bois,
    .product_fenetre_pvc,
    .product_fenetre_alu,
    .product_volets_bois,
    .product_volets_pvc_alu,
    .product_portes_entrée,
    .product_portes_blindees,
    .product_service_serrurerie {
        flex-direction: column;
        justify-content: left;
        background-image: none;
        border: none;
        height: fit-content;
    }

    .photo_product {
        display: initial;
        width: 450px;
        border: 2px solid #780716;
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 450px) {
    .photo_product {
        width: 250px;
        margin-top: 25px;
        margin-bottom: 25px;
    }
}

/* PAGE - ACCUEIL */
/* SECTION PRESENTATION */
.presentation {
    display: flex;
    gap: 40px;
    justify-content: center;
}

.presentation_photo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.presentation_photos {
    display: flex;
    gap: 20px;
}

.presentation_photo img {
    border: 2px solid #780716;
}

#top_photo {
    width: 650px;
}

.bot_photo {
    width: 315px;
}

.presentation_text p {
    max-width: 800px;
}

@media only screen and (max-width: 1500px) {
    .presentation {
        display: flex;
        flex-direction: column;
        justify-content: left;
        padding-top: 0em;
    }

    .presentation_photo {
        flex-direction: row;
        align-items: initial;
    }

    .presentation_text p {
        max-width: 1230px;
    }

    #top_photo {
        min-width: 600px;
    }

}

@media only screen and (max-width: 1250px) {
    .bot_photo {
        display: none;
    }

    #top_photo {
        min-width: 400px;
    }
}

@media only screen and (max-width: 450px) {
    #bot_photo1 {
        display: none;
    }

    #top_photo {
        min-width: 250px;
    }
}

/* SECTION PRODUIT */
.produit {
    text-align: center;

    background-color: #D7D7D7;
    border-top: 2px solid #780716;
    border-bottom: 2px solid #780716;
    padding: 0em 0em;
}

.produit_contain {
    padding: 3em 5em;
}

.produit h3,
.produit p {
    margin-bottom: 0px;
}

.produit_presentation {
    display: flex;
    align-items: center;
    text-align: left;

    margin-top: 50px;
    gap: 40px;
}

.produit_presentation img {
    width: 380px;
    border: 2px solid #780716;
}

.produit_presentation h3,
.produit_presentation p {
    margin-bottom: 0px;
    max-width: 1200px;
}

@media only screen and (max-width: 1250px) {
    .produit_contain {
        padding: 3em 2em;
    }

    .produit_presentation {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        margin-bottom: 125px;
    }

    .produit_presentation img {
        width: 330px;
    }

    .produit_text {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #last_one {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 450px) {
    .produit {
        text-align: left;
    }

    .produit_contain {
        padding: 3em 1em;
    }

    .produit_presentation {
        flex-direction: column;
        align-items: initial;
        text-align: left;
        gap: 20px;
        margin-bottom: 100px;
    }

    .produit_presentation img {
        width: 250px;
    }

    .produit_text {
        display: initial;
    }
}

/* SECTION CARTE */
.carte {
    display: flex;
    align-items: center;
    gap: 40px;
}

.carte_text {
    text-align: right;
    width: 70%;
}

.carte_text .link_2 {
    float: right;
}

@media only screen and (max-width: 1250px) {
    .carte {
        flex-direction: column;
    }

    .carte_text {
        order: 2;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .carte iframe {
        width: 100%;
    }
}

@media only screen and (max-width: 1250px) {
    .carte iframe {
        height: 400px;
    }
}

/* PAGE - REALISATIONS */
.realisations_produit h3,
.realisations_produit_dark h3 {
    margin-bottom: 10px;
}

.realisations_produit_dark {
    background-color: #D7D7D7;
    border-top: 2px solid #780716;
    border-bottom: 2px solid #780716;
}

.realisations_photos {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.realisations_photos img {
    width: 325px;
    height: 250px;
    border: 2px solid #780716;
}

.realisations_photos img:hover {
    cursor: pointer;
    transform: scale(1.15);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
}

#realisations_portes img {
    width: 300px;
    height: 300px;
    border: 2px solid #780716;
}

.realisations_links {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

@media only screen and (max-width: 1250px) {
    .realisations_photos img {
        width: 250px;
        height: 200px;
    }

    .realisations_photos {
        justify-content: center;
        gap: 25px;
    }
}

@media only screen and (max-width: 1250px) {
    .realisations_photos img {
        width: 250px;
        height: 200px;
    }

    .realisations_photos {
        justify-content: center;
        gap: 25px;
    }
}

@media only screen and (max-width: 450px) {
    .realisations_photos {
        justify-content: initial;
    }

    .realisations_links {
        gap: 5px;
    }
}

/* PAGE - CONTACT */
.formulaire {
    padding-top: 2em;
}

.formulaire h3 {
    margin-bottom: 10px;
}

.formulaire p {
    margin-bottom: 25px;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-label {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 300;
    color: #000000;
    margin-bottom: .5rem;
}

form input {
    height: 65px;
    font-size: 20px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 300;
    color: #000000;
}

form textarea {
    width: 500px;
    height: 200px;
    font-size: 20px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 300;
    color: #000000;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    padding-right: 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #780716;
    border-top-color: #780716;
    border-right-color: #780716;
    border-bottom-color: #780716;
    border-left-color: #780716;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

form input {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    padding-right: 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #780716;
    border-top-color: #780716;
    border-right-color: #780716;
    border-bottom-color: #780716;
    border-left-color: #780716;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    color: #dc3545;
    font-size: 20px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
}

.is-invalid~.invalid-feedback,
.was-validated :invalid~.invalid-feedback {
    display: block;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #198754;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-primary {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #ffff;
    background-color: #780716;
    border: 1px solid #B7000B;

    text-decoration: none;
    padding: 0.5em 1.5em;
    margin-top: 30px;
    max-width: 250px;
}

.btn-primary:hover {
    color: #780716;
    border: 1px solid #780716;
    background-color: #ffffff00;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.bouton_formulaire {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.msgred {
    color: #dc3545;
    font-size: 20px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
}

.msggreen {
    color: #198754;
    font-size: 20px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
}