img.title {
    padding: 10px; 
}

#main_content_transparent_home{
    margin:0 auto;
    width:auto;
}

#title_homepage{
    text-align: center;
    clear:both;
}

/*********************************BLOC 2***************************************/
#acc_01_01 {
    position: relative;
    overflow: hidden;
    height: 340px;
    width: 100%;
    background-image: url("../../../public/images/bandeau_pub.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.big_img {
    height: 340px;
    /*background-color: pink;*/
}

.big_img img{
    /*max-height: 340px;*/
    /*background-size: cover;*/
}

#acc_01_01 #banner_content{
    height: 340px;
    width: 1094px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: -15px;
}

/*#acc_01_01 #banner_content h1{
        color: #DB4B4B;
        font-size: 30px;
}

#acc_01_01 #banner_content p{
        font-size: 14px;
        margin-top: -17px;
        font-style:italic;
        padding:5px;
}

#acc_01_01 #banner_content p:before{
        font-size: 40px;
        content:Open-Quote ;
        color: #db4b4b;
        position: relative;
        top: 14px;
        margin-right: 7px;
}

#acc_01_01 #banner_content p:after{
        font-size: 40px;
        content:Close-Quote ;
        color: #db4b4b;
        position: relative;
        top: 14px;
        margin-left: 7px;
        line-height: 0.5;
}*/

#title_homepage h1{
    background: #eee;
    color:#DB4B4B;
    font-size:30px;
    padding: 14px;
}

#title_homepage h2{
    background: #DB4B4B;
    color:white;
    font-size:18px;
    padding: 6px;
    margin-top: -8px;
}

#title_homepage p{
    color: #484848;
    text-align: left;
    padding-top: 15px;
    width: 58%;
    margin: auto;
}

/*
 * VENTES FLASH
 */ 
#acc_02_02_01 {
    background-color: #e7501e;
    float: left;
    height: 198px;
    left: 513px;
    top: 218px;
    position: absolute;
    width: 236px;
}

#titre_metier {
    width: 100%;
    height: 20px;
    margin-top: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
/*********************************BLOC 8***************************************/
#acc_02_01 {
    width: 1150px;
    margin: 0 auto;
}

.bloc_colonne{
    width: 225px;
    display: inline-block;
    vertical-align: top;
}

.bloc_colonne img {
    width: 225px;
    max-height: 105px;
}

.bloc_title {
    height: 135px;
    text-align: center;
    position: relative;
}

.bloc_colonne .btn_gris_clair{
    border: 2px solid rgb(177, 179, 180);
    border-radius: 20px;
    padding: 5px;
    font-size: 11px;
    text-align: center;
    margin: auto;
    height:55px;
}

.btn_gris_clair img {
    max-width: 45px;
    max-height: 50px;
}

.bloc_content {
    height: 315px;
    text-align: left;
    font-size: 12px;
    padding-bottom: 9px;
}

.bloc_content span {
    color: #DB4B4B;
}

#txt_surligne{
    text-transform: uppercase;
    background-color: rgb(231, 80, 30);
    color: white;
    padding-left: 5px;
    padding-right: 7px;
    font-size: 14px;
}	

#bandeau_gris {
    background: rgb(238, 238, 238) none repeat scroll 0% 0%;
}

#acc_03_01 {
    width:58%;
    margin:auto;
}

#acc_03_01 .bloc_L3 {
    width: 28%;
    display: inline-block;
    vertical-align: top;
    padding: 26px;
    text-align: center;	
}

#acc_03_01 .bloc_L3 .btn {
    width: 200px;
    text-align: center;
    margin-left: 17%;
    padding: 5px;
    background: #DB4B4B;
    color: white;
    margin-top: 15px;
}

#acc_03_01 .bloc_L3 .btn:hover {
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    background:#F29294;
}

#acc_03_01 .bloc_L3 p {
    text-align: left;
    margin-top: 37px;
    width: 150px;
    font-size: 14px;
}

/*
 * CONTACT
 */

form#contactForm {
    margin: 0 auto;
    padding: 0;
    margin-bottom:2%;
}

table.contactTable  {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
}

table.contactTable td {
    margin: 0;
    padding: 5px 0 5px 0;
}

table.contactTable td.tdLabel {
    width: 120px;
}

table.contactTable td.tdLabelFile {
    padding: 24px 0 24px 0;
    vertical-align: top;
    width: 120px;
}

table.contactTable td.tdLabelTop {
    vertical-align: top;
    width: 120px;
}

table.contactTable td.tdInput {
    height: 28px;
    width: 240px;
}

table.contactTable input[type=text], input[type=email] {
    width: 200px;
}

table.contactTable input[type=file] {
    width: 594px;
}

table.contactTable input[type=submit] {
    float: right;
    margin-right: 46px;
}

table.contactTable textarea {
    height: 155px;
    margin: 0 0 10px 0;
    width: 594px;
}

.bigOrangeButtonA {
    display: inline-block;
    width: 90%;
    background-color: #e7501e;
    border: 0;
    color: #fff;
    font-family: Arial;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 16px 10px 16px;
    text-shadow: 1px 1px 1px #9f3715;
    border-radius: 5px;
}

.bigOrangeButtonA:hover {
    background-color: #d0481b;
    color: #ffffff;
    cursor: pointer;
}

.aHide {
    display: none;
}

@media screen and (min-width: 1200px)/*   150%  */
{
    #acc_02_02_01 #underright {
        background-color: transparent;
        float: right;
        height: 198px ;
        margin-right: 1px;
        margin-top: 2px;
        width: 69px;
    }
}

@media screen and (min-width: 1000px)/*   175%  */
{
    #acc_02_02_01 #underright {
        background-color: transparent;
        float: right;
        height: 198px ;
        margin-right: 1px;
        margin-top: 3px;
        width: 69px;
    }
}
@media screen and (min-width: 1500px)/*   125%  */
{
    #acc_02_02_01 .det {
        margin-left: -5px;
        margin-top:76px;
    }

    .det {
        margin-left: 167px;
        margin-top:116px;
    }

    #acc_02_02_01 #underright {
        background-color: transparent;
        float: right;
        height: 198px ;
        margin-right: 1px;
        margin-top: 1px;
        width: 69px;
    }
}

@media screen and (min-width: 1700px)/*     110%     */
{   
    #acc_02_02_01 .det {
        margin-left: -5px;
        margin-top:77px;
    }

    .det {
        margin-left: 167px;
        margin-top:117px;
    }
}

@media screen and (min-width: 1800px)/*    100%   */
{
    #acc_02_02_01 .det {
        margin-left: -6px;
        margin-top:76px;
    }

    .det {
        margin-left: 167px;
        margin-top:116px;
    }
}

.header-form {
    height: 50px;
    line-height: 50px;
    margin-bottom: 15px;
}

.header-form h1 {
    display: inline;
}

.header-form .logo {
    float: right;
    margin-right: 30px;
    margin-top: 13px;
}

/************** Media queries ********************/
@media screen and (max-width : 490px) {
    #title_homepage h1 {
        font-size: 24px;
    }

    #title_homepage h2 {
        font-size: 14px;
    }

    #acc_02_01 {
        width: 40%;
    }
}

@media screen and (max-width : 719px) {
    #acc_01_01 {
        display:none;
    }

    #acc_02_01 {
        position:static;
        width: 93%;
    }

    .bloc_colonne {
        width: 100%;
        margin-bottom: 3%;
        margin-left: 0;
    }

    .bloc_content {
        height: auto;
        padding:0;
        margin:0;
        width: 72%;
        float: left;
    }

    .bloc_colonne p {
        height: auto;
    }

    .bloc_colonne img {
        float: left;
    }

    #bloc_title_gris1, #bloc_title_gris5{
        height: auto;
        padding: 10px;
        text-align: left;
        background:#B1B3B4;
    }

    #bloc_title_gris2,#bloc_title_gris4{
        height: auto;
        padding: 10px;
        text-align: left;
        background:#87888A;
    }

    #bloc_title_gris3{
        height: auto;
        padding: 10px;
        text-align: left;
        background:#58585A;
    }

    .bloc_colonne .btn_gris_clair {
        width: 24%;
        float: left;
        margin-top: 3%;
        height: auto;
    }


}

@media only screen and (min-width : 720px) and (max-width : 940px) {
    #acc_01_01 {
        display:none;
    }

    #acc_02_01 {
        width: 95%;
    }

    .bloc_colonne {
        width: 100%;
        margin-bottom: 3%;
        margin-left: 0;
    }

    .bloc_content {
        height: auto;
        padding:0;
        margin:0;
        width: 68%;
        float: left;
    }

    .bloc_colonne p {
        height: auto;
    }

    .bloc_colonne img {
        float: left;
    }

    #bloc_title_gris1, #bloc_title_gris5{
        height: auto;
        padding: 10px;
        text-align: left;
        background:#B1B3B4;
    }

    #bloc_title_gris2,#bloc_title_gris4{
        height: auto;
        padding: 10px;
        text-align: left;
        background:#87888A;
    }

    #bloc_title_gris3{
        height: auto;
        padding: 10px;
        text-align: left;
        background:#58585A;
    }
    .bloc_colonne .btn_gris_clair{
        width: 24%;
        float: right;
        margin-top: 3%;
        height: auto;
    }

    #acc_03_01 {
        overflow: hidden;
        width:100%;
    }

    #acc_03_01 .bloc_L3 {
        width: 25%;
    }

    #acc_03_01:last-child {
        display:none;
    }
}

@media only screen and (min-width : 941px) and (max-width : 1360px) {
    #acc_02_01 {
        width: 100%;
    }

    #bloc_title_gris1 h3, #bloc_title_gris2 h3, #bloc_title_gris3 h3, #bloc_title_gris4 h3, #bloc_title_gris5 h3 {
        font-size:9px;
    }

    .bloc_content {
        padding: 13px;
        height: 313px;
    }

    .bloc_colonne p {
        font-size:11px;
        height:110px;
    }

    #acc_03_01 {
        width: 100%;
        margin: auto;
    }

    #acc_03_01 .bloc_L3 {
        width: 25%;
        display: inline-block;
        vertical-align: top;
        padding: 37px;
        text-align: center;
    }

    #title_homepage p {
        width: 98%;
    }
}

@media only screen and (min-width : 1361px) and (max-width : 1595px) {
    #acc_02_01 {
        width: 70%;
    }

    #acc_03_01 {
        width: 76%;
        margin: auto;
    }

    #title_homepage p {
        width: 70%;
    }
}

@media only screen and (min-width : 1596px) and (max-width : 1870px) {
    #acc_03_01 {
        width: 65%;
        margin: auto;
    }
}
