body {
    background-image: url('../images/bck-white.jpg');
}
#main-wrapper{
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.header {
    margin-top: 40px;
    text-align: center;
}
.header .signature {
    font-size: 25px;
    line-height: 24px;
    font-weight: bold;
    border-right: none;
    color: #484848;
}
.header .nav {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 2px solid #484848;
}
.header .nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header .nav ul li {
    display: inline-block;
}
.header .nav ul li a {
    color: #484848;
    margin: 0 5px 10px 5px;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}
.header .nav ul li a:hover {
    color: #00D0E1;
}
.header .columns {
    padding-left: 0;
    padding-right: 0;
}
/* Larger than tablet */

@media (min-width: 750px) {
    .header {
        text-align: left;
    }
    .header .signature {
        /*border-right: 1px solid #909090;*/
    }
    .header .nav {
        text-align: right;
        padding-top: 10px;
        margin-top: 0;
        border-top: none;
    }
    .header .nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: right;
        float: right;
    }
    .header .nav ul li {
        text-align: right;
        display: inline-block;
    }
    .header .nav ul li a {
        color: #484848;
        margin: 0 0 0 10px;
        margin-left: 10px;
        text-decoration: none;
    	font-size: 14px;
   	 	font-weight: bold;
    }
    .header .nav ul li a:hover {
        color: #00D0E1;
    }
}
.titre-poste {
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: bold;
}
.intro-text{
    font-size: 1.8rem;
    line-height: 1.4;
}
.section-block {
    margin-top: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 400;
}
.section-block.top-bordered {
    border-top:2px solid #363636;
}
.section-block.gray {
    background: #363636;
    background-image: url('../images/bck-gray.jpg');
    color: #ffffff;
}
.section-block.gray .section-block {
    color: #e0e0e0;
}
.section-block.gray .section-block h2 {
    color: #e0e0e0;
}
.section-block.gray .section-block .titre-poste {
    color: #ffffff;
}
.section-block.gray .bordered-block {
    border: 1px solid #ffffff;
}
.section-block.blue {
    background: #42bfd0;
    background-image: url('../images/bck-blue.jpg');
    color: #434343;
}
.section-block.blue .section-block {
    color: #434343;
}
.section-block.blue .section-block h2 {
    color: #434343;
}
.section-block.blue .bordered-block {
    border: 1px solid #434343;
}
.half-block {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.two-third-block {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.one-third-block {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.two-third-block-np {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.one-third-block-np {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.half-block-np {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.full-block {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear:both;
}
.margin-left {
    margin-left: 0%;
}

@media (min-width: 750px) {
    .half-block, .half-block-np  {
        width: 48%;
        float: left;
    }
    .margin-left {
        margin-left: 4%;
    }
    .section-block {
        margin-top: 30px;
    }
    .two-third-block {
        width: 64.666666%;
        float: left;
        padding: 15px;
    }
    .one-third-block {
        width: 31.333333%;
        float: left;
        padding: 15px;
    }
    .two-third-block-np {
        width: 64.666666%;
        float: left;
        margin-bottom: 20px;
    }
    .one-third-block-np {
        width: 31.333333%;
        float: left;
        margin-bottom: 20px;
    }
}

.bx-controls-direction {
    	display:none;
    }

.bxslider li {
    height: 220px;
    display: table;
    text-align: center;
}
.bxslider li .text-slide {
    display: table-cell;
    vertical-align: middle;
}
.text-slide {
    color: #484848;
    font-size: 36px;
    line-height: 36px;
}
.text-slide span {
    color: #42bfd0;
    font-size: 24px;
    line-height: 24px;
}
@media (min-width: 750px) {
    .bxslider li {
        height: 300px;
        display: table;
        text-align: center;
    }
    .bx-controls-direction {
        display:block;
    }
}
