/* TODO */
@media screen and (max-width: 1200px){
    #products .outdoor_products{
        background-position: center;
        min-height: 40rem;
    }
    #products .outdoor_products .outdoor_description{
        padding-right: 5%;
    }
}
@media screen and (max-width: 1100px){
    #products .list_doors ul h2{
        font-size: 3rem;
        line-height: 3.8rem;
    }
    #products .list_doors ul li .see_more{
        padding: 0.8rem 2.5rem;
        text-transform: uppercase;
        font-size: 1.2rem;
        font-weight: 700;
        border-radius: 0.3rem;
    }
    #product .list_doors ul h2{
        font-size: 3rem;
        line-height: 3.8rem;
    }
    #product .list_doors ul li .see_more{
        padding: 0.8rem 2.5rem;
        text-transform: uppercase;
        font-size: 1.2rem;
        font-weight: 700;
        border-radius: 0.3rem;
    }
}

@media screen and (max-width: 1000px){
    .internal_c_double .internal_c_left{
        display: none;
    }
    .internal_c_double .internal_c_right{
        width: 100%;
        padding-left: 0;
        transition: ease-in-out 0.5s;
    }
    .outdoor_left_internal{
        margin-bottom: 0;
        padding-top: 20rem;
        background-color: #fff;
    }
    .outdoor_top_left_internal{
        margin-bottom: -20rem;
    }
    .outdoor_left_internal .outdoor_description,
    .outdoor_top_left_internal .outdoor_description{
        width: 100%;
        text-align: center;
        padding-left: 0rem;
    }
    .outdoor_top_left_internal .central{
        justify-content: space-around;
    }
    .outdoor_top_left_internal .outdoor_description h1{
        max-width: none;
    }
    .outdoor_top_left_internal .outdoor_description .title_detail{
        margin: 1rem auto 2rem;
    }
    .outdoor_left_internal .outdoor_description p,
    .outdoor_top_left_internal .outdoor_description p{
        max-width: none;
    }
    .outdoor_left_internal .outdoor_photo,
    .outdoor_top_left_internal .outdoor_photo{
        padding: 3rem 0rem;
        width: 60%;
    }
    .outdoor_top_left_internal .outdoor_photo img{
        position: initial;
    }
    .outdoor_left_internal .btn_solicitation{
        margin-top: 2rem;
        float: none;
        display: inline-block;
    }
    #company #company_outdoor .outdoor_description h1{
        font-size: 5rem;
        line-height: 5.5rem;
    }
    #company #company_outdoor .outdoor_description p{
        font-size: 1.5rem;
        line-height: 2.2rem;
    }
    #company .outdoor_right_central{
        background-position: center 100%;
        transition: ease-in-out 0.5s;
        background-size: cover;
        position: relative;
    }
    #company .outdoor_right_central::before{
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, #00000000 0%,#00000099 20%,#00000099 80%,#00000000 100%);
    }
    #company .outdoor_right_central .central{
        max-width: 60rem;
    }
    #company .outdoor_right_central .outdoor_description{
        width: 100%;
        transition: ease-in-out 0.5s;
        position: relative;
        text-align: center;
    }
    #company .outdoor_right_central .outdoor_description h3{
        color: #fff;
    }
    #company .outdoor_right_central .outdoor_description p{
        color: #fff;
    }
    #products .outdoor_products{
        min-height: 30rem;
    }
    #products .outdoor_products .outdoor_description{
        padding-right: 1rem;
        width: 65%;
        padding-top: 2rem;
    }
}

@media screen and (max-width: 900px){
    #blog .main_blog_post .post_image{
        width: 100%;
        margin-left: 0;
    }
    #blog .main_blog_post .post_image img{
        float: none;
    }

    #blog .main_blog_post .post_description{
        width: 100%;
        margin-top: 2rem;
        padding-left: 0rem;
        text-align: center;
    }
    #blog .main_blog_post .post_description p{
        max-width: none;
    }
    .contact_description .description_title{
        width: 100%;
        text-align: center;
        padding-right: 0;
    }
    .contact_description .description_title .title_detail{
        margin: 1rem auto 2rem;
    }
    .contact_description .description_text{
        width: 100%;
        text-align: center;
        padding-left: 0rem;
    }
    .contact_description .description_text p{
        max-width: none;
    }
    #products .outdoor_quality .outdoor_photo{
        width: 100%;
        height: 20rem;
        margin-bottom: 4rem;
    }
    #products .outdoor_quality .outdoor_description{
        width: 100%;
        text-align: center;
    }
    #post .image_background_red{
        height: 0;
    } 
    #post #post_main_image{
        margin-top: 0rem;
    }
    .list_images{
        justify-content: space-around;
    }
    .list_images li{
        width: 45%;
        margin-left: 0;
    }
}
@media screen and (max-width: 800px){
    .internal_c .back_to_home{
        font-size: 1.6rem;
    }
    #products .list_doors ul{
        margin-top: 18rem;
        padding-top: 4rem;
        background-color: transparent;
    }
    #products .list_doors ul li{
        width: 45%;
        margin-top: -18rem;
        margin-bottom: 6rem;
        text-align: center;
    }
    #products .list_doors ul li:nth-child(n+3){
        margin-top: 0rem;
    }
    #products .list_doors ul li h2{
        margin: 1rem 0;
        font-size: 2.2rem;
        line-height: 2.5rem;
    }
    #products .list_doors ul li img{
        width: 70%;
    }
    #product .list_doors ul{
        margin-top: 26rem;
        justify-content: space-around;
    }
    #product .list_doors ul li{
        width: 40%;
        margin-top: -23rem;
        margin-bottom: 6rem;
        text-align: center;
        margin-left: 0 !important;
    }
    #product .list_doors ul li:nth-child(n+3){
        margin-top: 0rem;
    }
    #product .list_doors ul li h2{
        margin: 1rem 0;
        font-size: 2.2rem;
        line-height: 2.5rem;
    }
    #product .list_doors ul li img{
        width: 90%;
    }

    #product .list_doors_category ul{
        justify-content: space-around;
    }
    #product .list_doors_category ul li{
        width: 25%;
    }
    #product .list_doors_category ul li:nth-child(4n+1){
        margin-left: 11%;
    }
    #product .list_doors_category ul li:nth-child(3n+1){
        margin-left: 0;
    }
    #post h2{
        max-width: 100%;
        float: none;
    }
    #post .main_post_date{
        margin: 2rem 0;
        text-align: center;
    }
    #post #post_share{
        margin-top: 2rem;
        width: 100%;
        float: left;
        text-align: center;
    }
    #history .timeline{
        padding-left: 11rem;
    }
    #history h1{
        padding-left: 11rem;
    }
    #history .top_timeline .timeline::before{
        left: 7.4rem;
    }
    #history .bottom_timeline .timeline::before{
        left: 7.4rem;
    }
    #history .bottom_timeline{
        margin-top: -12rem;
    }
    #history .bottom_timeline .timeline{
        padding-top: 16rem;
        margin-bottom: 17rem;
    }
}
@media screen and (max-width: 700px){
    #products .outdoor_products{
        background-position: left;
        flex-direction: row; 
    }
    #products .outdoor_products .outdoor_description{
        width: 100%;
        position: relative;
        padding-left: 1rem;
    }
    #products .outdoor_products::before{
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #00000099;
    }
    #products .outdoor_products .title_detail{
        background-color: #fff;
    }
    #products .outdoor_products h1,
    #products .outdoor_products p{
        color: #fff;
    }
    .products_patterns ul li .pattern_title{
        width: 100%;
        margin-bottom: 2rem;
        padding-right: 0;
    }
    .products_patterns ul li .pattern_description{
        width: 100%;
        max-width: 50rem;
        margin: 0 auto;
        text-align: center;
    }
    .contact_description{
        margin: 4rem 0 4rem;
    }
    .contact_infos .central{
        justify-content: space-around;
    }
    .form_internal input,
    .form_internal textarea,
    .form_internal select{
        margin-bottom: 2rem;
    }
    .form_internal .fd_50{
        width: 100%;
        transition: ease-in-out .5s;
    }
    .form_internal .submit_row button[type='submit']{
        margin-top: 2rem;
    }
    
}
@media screen and (max-width: 600px){
    .outdoor_top_left_internal .outdoor_photo{
        width: 70%;
    }
    #company .outdoor_right_central::before{
        background: #00000099;
    }
    #products .list_doors ul li .see_more{
        padding: 0.5rem 2rem;
        text-transform: uppercase;
        font-size: 1rem;
        font-weight: 700;
        border-radius: 0.3rem;
    }
    .list_images li{
        width: 60%;
    }
}
@media screen and (max-width: 500px){
    .list_images li{
        width: 80%;
    }
}

@media screen and (max-width: 400px){
    .list_images li{
        width: 100%;
    }
}