
/*Garantie*/
#inside_garantie{
    width: 100%;
    background-image: url("/images/tile_red.jpg");
    padding: 60px 0;
    border-top: 3px #283136 solid;
}
#inside_garantie h1{
    font-weight: 600;
    display: block;
    text-align: center;
    background: #e5e4d2;
    color: #283136;
    padding: 2px 25px;
    margin: 5px auto;
    font-size: 44px;
}
#inside_garantie h1.satisfactions{
    width: 310px;
}
#inside_garantie h1.clients{
    width: 200px;
}
#inside_garantie h2{
    font-weight: 300;
    display: block;
    text-align: center;
    color: #ffffff;
    padding: 5px 0;
    margin: 210px auto 5px auto;
    font-size: 34px;
}
#inside_garantie #garantie_img{
    position: absolute;
}


#likeWhatYouSee{
    width: 100%;
    /*padding: 0 0 25px 0;*/
    padding: 25px 0 60px 0;
    border-top: 3px #070B0D solid;
}

#likeWhatYouSee .right{
    width: 100%;
    clear: both;
}
#likeWhatYouSee .left{
    width: 100%;
    clear: both;
}

#likeWhatYouSee h1, #likeWhatYouSee h2{
    display: block;
    text-align: center;
}
#likeWhatYouSee .button_contact_us{
    display: block;
    width: 200px;
    padding: 10px;
    border: 1px #ca4843 solid;
    text-align: center;
    color: #ffffff;
    margin: 20px auto 0 auto;
}
#likeWhatYouSee h1{
    font-weight: 300;

    padding: 25px 0;
}
#likeWhatYouSee h2{
    font-weight: 600;
    background: #e5e4d2;
    color: #2d363b;
    margin: 0 auto 5px auto;
    padding: 5px;
}

#image_calendar{
    display: none;
}

#contactSection{
    padding: 35px 0;
    background: url("/images/tile_beige.jpg") repeat;
    border-top: 3px #14191b solid;
}
#contactSection h1{
    color: #2c353a;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 25px 0;
}
#contactSection h1.withHr{
    padding: 0 0 25px 0;
    border-bottom: 2px #c64741 solid;
}
#contactSection input, #contactSection textarea, #contactSection label{
    text-align: center;
    font-weight: 300;
    color: #2c353a;
}
#contactSection input{
    background: transparent;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px #c64741 solid;
    box-shadow: none;
}
#contactSection input, #contactSection label{
    margin-top: 20px;
}
#contactSection textarea{
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border: 2px #c64741 solid;
}
#contactSection label{
    width: 100%;
}
#contactSection .redButton{
    /*width: 100%;*/
    /*border-radius: 0;*/
    /*background: #c64741;*/
    /*border: none;*/
    color: #2c353a;
}
#contactSection .redButton:hover{
    color: #ffffff;
}
#contactInformation p span.labels{
    display: inline-block;
    height: 100%;
    width: 30%;
    font-weight: 600;
}
#contactInformation p span.notLabels{
    display: inline-block;
    height: 100%;
    width: 60%;
    margin-left: 5%;
    font-weight: 400;
    padding: 3px 0;
    border-bottom: 1px #99d5c9 solid;
}


/* Extra small devices (phones, from 767px and down) */
@media (max-width: 767px) {
    #inside_garantie #garantie_img{
        left: 50%;
        width: 290px;
        height: 350px;
        margin-left: -145px;
        margin-top: -85px;
    }
    #inside_garantie h1{
        font-size: 38px;
    }
    #inside_garantie h1.satisfactions{
        width: 270px;
    }
    #inside_garantie h1.clients{
        width: 190px;
    }
    #inside_garantie h2{
        margin-top: 280px;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #inside_garantie{
        padding: 60px 0;
    }
    #inside_garantie h1{
        display: inline-block;
        width: auto;
        font-size: 44px;
    }
    #inside_garantie h2{
        display: inline-block;
        width: auto;
        font-size: 34px;
        margin-top: 0px;
    }
    #inside_garantie #garantie_img{
        margin-left: 390px;
        margin-top: -100px;
    }

    #likeWhatYouSee .right{
        width: 50%;
        float: left;
        clear: none;
    }
    #likeWhatYouSee .right a{
        position: relative;
        top: 165px;
    }
    #likeWhatYouSee .right .button_contact_us{
        background: transparent !important;
        color: #ffffff !important;
    }

    #likeWhatYouSee .left h1, #likeWhatYouSee .left h2{
        text-align: left;
        margin: 5px 0;
    }
    #likeWhatYouSee .left{
        width: 50%;
        float: left;
        clear: none;
    }
    #image_calendar img{
        width: 70%;
        display: block;
        margin: 60px 0 0 0;
        opacity: 0.3;
    }

    #contactSection h1{
        font-size: 22px;
    }
    #contactSection h1, #contactSection input, #contactSection textarea, #contactSection label{
        text-align: left;
        padding-left: 0;
        padding-right: 0;
    }
    #contactSection textarea{
        padding-left: 10px;
        padding-right: 10px;
    }
    #contactSection h1.withHr{
        width: 60%;
        position: absolute;
        margin-right: 15px;
        right: 0;
    }

    #contactInformation{
        margin-top: 100px;
    }
    #contactInformation p{
        margin: 12px 0;
        display: block;
    }
    #contactInformation p span.labels{
        display: inline-block;
        height: 100%;
        width: 30%;
        font-weight: 600;
    }
    #contactInformation p span.notLabels{
        display: inline-block;
        height: 100%;
        width: 60%;
        margin-left: 5%;
        font-weight: 400;
        padding: 6px 0;
        border-bottom: 1px #99d5c9 solid;
    }
    #contactSection button{
        display: block;
        width: 50%;
        margin: 0 auto;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #inside_garantie{
        padding: 60px 0;
    }
    #inside_garantie h1{
        display: inline-block;
        width: auto;
        font-size: 44px;
    }
    #inside_garantie h2{
        display: inline-block;
        width: auto;
        font-size: 34px;
        margin-top: 0px;
    }
    #inside_garantie #garantie_img{
        margin-left: 600px;
        margin-top: -100px;
    }

    #likeWhatYouSee .right{
        width: 33.33%;
        float: left;
        clear: none;
    }
    #likeWhatYouSee .right a{
        position: relative;
        top: 165px;
    }
    #likeWhatYouSee .right .button_contact_us{
        background: transparent !important;
        color: #ffffff !important;
        margin: 0 0 0 0;
    }

    #likeWhatYouSee .left h1, #likeWhatYouSee .left h2{
        text-align: left;
        margin: 5px 0;
    }
    #likeWhatYouSee h1{
        font-size: 34px;
    }
    #likeWhatYouSee .left h2{
        padding: 0px 10px;
    }
    #likeWhatYouSee .left{
        width: 33.33%;
        float: left;
        clear: none;
    }

    #image_calendar{
        display: block;
        width: 33.33%;
        float: left;
    }
    #image_calendar img{
        width: 70%;
        display: block;
        margin: 60px 0 0 0;
        opacity: 0.3;
    }

    #contactSection h1{
        font-size: 28px;
    }
    #contactInformation{
        margin-top: 110px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #inside_garantie{
        padding: 60px 0;
    }
    #inside_garantie h1{
        display: inline-block;
        width: auto;
        font-size: 44px;
    }
    #inside_garantie h2{
        display: inline-block;
        width: auto;
        font-size: 34px;
        margin-top: 0px;
    }
    #inside_garantie #garantie_img{
        margin-left: 810px;
        margin-top: -100px;
    }

    #likeWhatYouSee .right{
        width: 30%;
        float: left;
        clear: none;
    }
    #likeWhatYouSee .right a{
        position: relative;
        top: 165px;
    }
    #likeWhatYouSee .right .button_contact_us{
        background: transparent !important;
        color: #ffffff !important;
        margin: 0 0 0 0;
    }

    #likeWhatYouSee .left h1, #likeWhatYouSee .left h2{
        text-align: left;
        margin: 5px 0;
    }
    #likeWhatYouSee .left{
        width: 30%;
        float: left;
        clear: none;
    }

    #image_calendar{
        display: block;
        width: 30%;
        float: left;
    }
    #image_calendar img{
        width: 70%;
        display: block;
        margin: 40px 0 0 0;
        opacity: 0.3;
    }

    #contactSection h1{
        font-size: 32px;
    }
    #contactInformation{
        margin-top: 120px;
    }
}
/*Garantie*/

/* USAGE
<div class="row">
  <div class="row-height">
    <div class="col-xs-2 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
    <div class="col-xs-4 col-lg-5 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
  </div>
</div>
*/

/* content styles */

.inside {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom,color-stop(0%, #f4f4f4), color-stop(100%, #ededed));
    background: -moz-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
    background: -ms-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
}
.inside-full-height {
    /*
    // if you want to give content full height give him height: 100%;
    // with content full height you can't apply margins to the content
    // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
    */
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

/* columns of same height styles */

.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}
.col-height {
    display: table-cell;
    float: none;
    height: 100%;
}
.col-top {
    vertical-align: top;
}
.col-middle {
    vertical-align: middle;
}
.col-bottom {
    vertical-align: bottom;
}

@media (min-width: 480px) {
    .row-xs-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-xs-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-xs-top {
        vertical-align: top;
    }
    .col-xs-middle {
        vertical-align: middle;
    }
    .col-xs-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 768px) {
    .row-sm-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-sm-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-sm-top {
        vertical-align: top;
    }
    .col-sm-middle {
        vertical-align: middle;
    }
    .col-sm-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 992px) {
    .row-md-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-md-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-md-top {
        vertical-align: top;
    }
    .col-md-middle {
        vertical-align: middle;
    }
    .col-md-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 1200px) {
    .row-lg-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-lg-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-lg-top {
        vertical-align: top;
    }
    .col-lg-middle {
        vertical-align: middle;
    }
    .col-lg-bottom {
        vertical-align: bottom;
    }
}