.current-sub-menu {
    color: #34495e;
}

.body-position {
    position: relative;
}

header > a > img {
    position: fixed;
    right:0;
}

.btn-dev-right-center > a {
    display: block;
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    font-size: 17px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 7px;
    color: #ffffff;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

.right-arrow {
    position: absolute;
    right: 63px;
    bottom: -32px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 17px;
    border-color: transparent transparent transparent #007bff;
}

.navbar-default {
    background-color: #FFFFFF;
}

.background-error {
    background: url("background-404.jpg") no-repeat center center fixed;
    background-size: cover;
}

textarea {
    min-height: 70px;
}

h1 {
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 43px;
    color: #378cbc;
}

.display-label {
    padding-left: 30px;
}

.padd-left {
    padding-left: 10px;
}

.display-widget {
    padding-right: 30px;
}

table {
    width: 100%;
}

table > caption {
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    font-size: 33px;
    color: #34495e;
    padding-bottom: 10px;
}

.infomsg {
    opacity: 0.8;
    font-size: 12px;
    font-style: italic;
    text-align: left;
    margin-top: 5px;
    margin-bottom: -5px;
}

h2 {
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    font-size: 33px;
    color: #34495e;
    padding-bottom: 10px;
    margin-top: 20px;
}

h3 {
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 28px;
    color: #34495e;
}

h4 {
    font-family: 'Roboto Slab', serif;
    font-weight: lighter;
    font-size: 25px;
    padding-top: 10px;
    color: #378cbc;
    background-color: #FFFFFF;
}

.form-control {
    padding-bottom: 0;
    padding-top: 0;
}

.but-menu {
    background-color: inherit;
    border: none;
    color: #e67e22;
}

.but-menu:focus {
    outline: none;
}

.form-shown > div > a > i.fa-arrow-down:before {
    content:"\f062";
}

.menu-shown > button.fa-arrow-down:before {
    content:"\f062";
}

.div-footer {
    margin: 0 auto;
    width: 140px;
}

.color-default {
    color: lightgray;
}

.sub-button {
    color:#748391;
}

.btn:focus {
    color: #FFFFFF;
}

.menu-shown {
    background-color: #e5eaeb;
    border-radius: 0;
}

.menu-shown > .button-menu {
    padding-top: 3px;
    color: #e67e22;
}

.but-menu:before {
    text-align: right;
}

.cont-footer {
    padding-right: 0;
    margin-right: -20px;
    background-color: #e5eaeb;
}

footer {
    background-color: #e5eaeb;
}

.link-menu {
    padding-left: 0;
}

.form-header {
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    font-size: 20px;
    color: #FFFFFF;
    background-color: #e67e22;
    padding-bottom: 12px;
    padding-top: 10px;
    padding-left: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

p {
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    font-size: 19px;
    color: #34495e;
    text-align: justify;
}

li {
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    font-size: 19px;
    color: #34495e;
    padding-bottom: 10px;
}

.menu-title {
    padding-left: 10px;
}

.div-menu li {
    padding-bottom: 0;
}

.padd-right {
    padding-right: 0;
}

.img-header {
    padding-top: 20px;
    padding-bottom: 20px;
}

.img-toupie {
    margin-left: 0;
    padding-bottom: 20px;
}

.text-devis {
    margin-top: 40px;
}

.text-devis * {
    font-size: 17px;
}

.catchphrase {
    font-size: 20px;
    margin-top: 80px;
    font-family: 'Roboto Slab', serif;
    color: #34495e;
}

.ul-menu {
    padding-left: 20px;
}

.navbar > ul {
    height: 45px;
    float: right;
}

.but-devis-header {
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    font-size: 20px;
    color: #ffffff;
    background-color: #e67e22;
    border-radius: 5px;
    border: none;
    float: right;
    height: 40px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    width:370px;
}

.but-devis-header:hover {
    background-color: orange;
}

.current-domain {
    background-color: #d3d9db;
    height: 45px;
}

header > div > div > a:hover {
    color: #FFFFFF;
}

#accordion {
    margin-top: 10px;
}

#app_quotation > div > label {
    font-size: 16px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: 16px;
}

input::-moz-placeholder, textarea::-moz-placeholder {  /* Firefox 19+ */
    font-size: 16px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: 16px;
}

option[value=""] {
    color: lightgray;
}

select[class="form-control"] {
    color: lightgray;
}

option {
    color: #34495e;
}

select option[value=""]:first-child {
    display: none;
}

.color-situation {
    color: #34495e;
}

.but-form {
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    font-size: 18px;
    color: #ffffff;
    background-color: #e67e22;
    border-radius: 5px;
    margin-bottom: 10px;
}

.but-form-top:hover {
    color: #FFFFFF;
}

.but-form-top {
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    font-size: 18px;
    color: #ffffff;
    background-color: #e67e22;
    border-radius: 5px;
    margin-top: -4px;
    width: 786px;
    height: 40px;
}

.fa-style {
    text-align: right;
    margin-top: 15px;
    margin-right: 15px;
}

.fa-style:hover, .fa-style:focus, .fa-style:active, .but-form-top:hover, .but-form-top:focus, .but-form-top:active, .but-devis-header:hover, .but-devis-header:focus, .but-devis-header:active {
    color: #FFFFFF;
    text-decoration: none;
}

.but-menu-hiden {
    background-color: #e67e22;
    color: #FFFFFF;
}

.but-form:hover {
    color:#FFFFFF;
}

a:hover {
    text-decoration: none;
}

.navbar-nav {
    background-color: #e5eaeb;
    border: none;
    color: #67696a;
}

.navbar-default {
    border: none;
    color: #67696a;
}

.navbar-default .navbar-nav > li > a:hover {
    color:#FFFFFF;
}

.navbar-nav>li>a {
    line-height: 12px;
}

label {
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    font-size: 19px;
    color: #34495e;
}

table {
    border: solid 1px lightgray ;
    margin-bottom: 20px;
    height: 50px;
}

.link-bottom {
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    font-size: 16px;
    color: #a3a3a3;
    padding-top: 20px;
    display: inline;
}

.bot-padd {
    padding-bottom: 20px;
    position:relative;
}

figure {
    padding-bottom: 10px;
}

figure > figcaption {
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 19px;
    color: #34495e;
    background: #c4cbce center;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: -3px;
    max-width:450px;
    position: relative;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.div-marg-left {
    margin-left: 0;
    margin-right: 0;
    border-top: solid;
    border-top-width: 1px;
    border-top-color: lightgray;
}

.div-error > div > h1 {
    color: #FFFFFF;
    text-align: center;
}

.div-error > div > .but-devis-header {
    float: none;
    height: 50px;
    padding-bottom: 5px;
}

.div-error > div > .a-img-header > .img-header-guide {
    margin: 0;
}

.but-error {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 60px;
}

.little-story h3 {
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 43px;
    color: #378cbc;
    margin-top: 0;
    padding-right: 34px;
    text-align: right;
}

.div-error {
    margin: 0 auto;
    vertical-align: middle;
    margin-top: 200px;
}

.div-menu-error {
    text-align: center;
}

.div-menu-error > div {
    display: inline-block;
}

.menu-width {
    width: 500px;
}

.menu-width > ul > li > a {
    color: #FFFFFF;
}

.list-style-none {
    list-style-type: none;
}

.little-story div {
    float: none;
}

.little-story {
    margin-left: 0;
    margin-top: 10px;
}

.little-story {
    padding-left: 0;
}

.did-you-know h3 {
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 43px;
    color: #378cbc;
    margin-top:0;
}

.author {
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 20px;
    color: #34495e;
    padding-top: 20px;
}

.job {
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    font-size: 17px;
    color: #34495e;
    padding-top: 20px;
}

img {
    border-radius:5px;
    display:block;
    margin: 0 auto;
}

.bio {
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    font-size: 13px;
    color: #34495e;
}

.form {
    background-color: #e5eaeb;
    border-radius: 5px;
    margin-top: 20px;
}

.row-form {
    margin-bottom: 20px;
}

.nav-but > div > a > i {
    color: #34495e;
}

.quote {
    color: #e67e22;
}

.but-txt {
    background-color: white;
    border-color: #DCE0E1;
    color: #748391;
}

.but-txt:hover {
    color: #748391;
}

.fig-inline {
    display: inline-flex;
}

.fig-inline > figure {
    margin-right: 10px;
}

.fig-inline > figure > img {
    width: 100%;
}

.fig-inline > figure > figcaption {
    width: 100%;
}

.but-fa {
    background-color: #e5eaeb;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.but-fa > div:first-child {
    padding-right: 10px;
}

.but-left .fa-chevron-left, .but-right .fa-chevron-right {
    color: #34495e;
}

.author-image {
    width: 150px;
}

.but-next-prev {
    margin-bottom: 0;
    padding-right: 12px;
    padding-left: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.dom-bot > .col-title {
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 16px;
    color: #a3a3a3;
    display: list-item;
    list-style-type: none;
}

.dom-bot > li {
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 14px;
    color: #34495E;
    display: list-item;
    list-style-type: none;
}

footer ul {
    margin-top: 25px;
}

.first-column {
    margin-left: 0;
    float: left;
}

.second-column {
    float: right;
    margin-right: 13px;
    padding-left: 0;
}

.icon-form {
    padding-right: 10px;
    padding-top: 2px;
    float: right;
}

.form-align {
    text-align: center;
    padding-top: 10px;
}

details {
    margin-bottom:-10px;
}

.subtitle-footer {
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    font-size: 14px;
    color: #34495e;
}

.sub-menu {
    margin-right: -15px;
    background-color: #e5eaeb;
}

.footer-color {
    background-color: #d3d9db;
}

figure > img {
    width: 452px;
    max-height: 452px;
    border: 1px solid #EEEEEE;
    margin-top: 20px;
}

.img-vamb {
    text-align: center;
    padding: 10px;
}

.little-story > h4 {
    padding-right: 20px;
    text-align: right;
}

.test_left {
    border-left: solid 1px lightgray;
    padding-left: 10px;
}

table > thead > tr {
    padding-left: 65px;
}

.footer-first-row {
    margin-bottom: 30px;
    padding-left: 75px;
}

.other-domain {
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    font-size: 12px;
    color:#67696a;
}

.navbar-nav > li:hover {
    background-color: #d3d9db;
    height: 45px;
}

thead > tr > th {
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 15px;
    color: #34495e;
    background-color: #e5eaeb;
    border: solid 1px lightgray;
    padding: 12px;
}

tbody > tr > th {
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 15px;
    color: #34495e;
    background-color: #FFFFFF;
    border: solid 1px lightgray;
    white-space: nowrap;
    padding: 12px;
}

tbody > tr > td {
    font-family: 'Roboto Slab', serif;
    font-weight: lighter;
    font-size: 13px;
    color: #34495e;
    background-color: #FFFFFF;
    border: solid 1px lightgray;
    padding: 12px;
}

tbody > tr > td * {
    font-size: inherit;
}

.form-label {
    float: left;
    margin-left: 10px;
    width: 100px;
}

.form-content {
    float:right;
    width: 600px;
    margin-right: 30px;
}

strong {
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 19px;
}

button {
    margin: 0 auto;
}

.main-menu {
    padding-left: 0;
}

.button-menu {
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    font-size: 15px;
    color: #34495e;
    border: none;
    background-color: inherit;
    padding-left: 10px;
    margin-right: -40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 80%;
    display: inline-block;
}

.button-arrow {
    color:#e67e22;
}

.but-left {
    text-align: left;
    display: inline-block;
}

.but-left > a > div, .but-right > a > div {
    display: inline-block;
}

.nav-but {
    margin-bottom: 20px;
    height: 30px;
}

.but-left > a > div:nth-child(2) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.but-right > a > div:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;

}

.but-right > a:nth-child(2){
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.but-fa {
    margin-bottom: 0;
}

.fa-right {
    padding-left: 10px;
    padding-right: 10px;
}

.but-right > a {
    padding-left: 0;
}

.article img {
    display: block;
    max-width: 100%;
    height: auto;
}

.but-right {
    text-align: right;
    float: right;
    display: inline-block;
}

.form-control {
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    font-size: 16px;
    color: #34495e;
}

/* do not group these rules */
*::-webkit-input-placeholder {
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    font-size: 19px;
    color: #34495e;
    opacity: 0.4;
}

*::-moz-placeholder {
    /* FF 19+ */
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    font-size: 19px;
    color: #34495e;
    opacity: 0.4;
}

*:-ms-input-placeholder {
    /* IE 10+ */
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    font-size: 19px;
    color: #34495e;
    opacity: 0.4;
}

.menu-a {
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    font-size: 17px;
    color: #34495e;
}

.sub-menu-a {
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    font-size: 15px;
}

.sub-menu-not-current {
    color: #748391;
}

.menu-sm-xs {
    margin-left: -25px;
    padding-top: 10px;
}

.no-bullet {
    list-style-type:none
}

.required:after {
    content: '*';
}

header > div {
    height: 122px;
    position: relative;
    border-bottom: solid 1px lightgray;
}

.header-but {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 20px;
}

.navbar-nav > li.current-domain > a {
    color: #FFFFFF;
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    font-size: 12px;
}

.icon-menu {
    font-size: 80%;
    padding-top: 5px;
}

td > figure > img {
    width: 200px;
    max-height: 200px;
}

td > figure > figcaption {
    width: 199px;
}

.foot-cont {
    padding: 0;
    margin: 0;
}

.but-hidden {
    margin-top: -90px;
    padding-right: 15px;
    text-align: right;
}

.bull-error {
    color: #FFFFFF;
    display: inline;
}

.affix {
    position: static;
}

.marg-top {
    margin-top: 10px;
    padding-left: 80px;
}

.sec-col-ul {
    padding-left: 30px;
}

.guide-beton-bottom {
    padding-top: 20px;
}

/* xs:768 md:1200 sm:992 */

@media (max-width: 768px) {
    .mentions {
        margin: 0 auto;
        display: table;
        margin-top: 10px;
    }

    .a-img-header {
        top:0;
        left: 0;
        padding-left: 240px;
        padding-top: 20px;
    }

    .menu-sm-xs {
        padding-left: 25px;
        padding-top: 30px;
    }

    header > div {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1200px) {

    header > div > div >a {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
    }
}

@media (min-width: 1201px) and (max-width: 1230px) {
    .btn-dev-right-center {
        display: none;
    }
}

@media (min-width: 977px) and (max-width: 1015px) {
    .btn-dev-right-center {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 992px) {

    .but-hidden {
        margin-top: -50px;
        padding-right: 15px;
    }

    .first-column {
        padding-left: 15px;
    }

    .a-img-header {
        top:0;
    }

    .img-header {
        margin-top: 20px;
        margin-left: 25px;
    }
}

@media (min-width: 768px) {
    .foot-pad-left {
        float: left;
        padding-left: 80px;
        padding-right: 0;
    }

    .mentions {
        position: absolute;
        bottom: -43px;
    }

    .author-image {
        width: 150px;
    }

    .guide-beton-bottom {
        padding-top: 30px;
        float: left;
    }
}

@media (min-width: 992px) {

    .btn-dev-right-center {
        position: fixed;
        right: -64px;
        bottom: 60%;
        top: 40%;
    }

    .border-left-content {
        border-left: solid 1px lightgray;

        padding-left: 75px;
    }

    .affix {
        position: fixed;
        top: 0;
        width: 233px;
    }

    .affix-bottom {
        position: absolute;
    }

    .bot-padd-left {
        padding-left: 90px;
    }

    .div-menu {
        display: block;
    }
}

@media (max-width: 452px) {
    figure {
        width: 100%;
    }

    img {
        width: inherit;
    }
}

@media (min-width: 1200px) {

    .img-header {
        margin-left: -20px;
    }

    .affix-bottom {
        width: 283px;
    }

    .affix {
        position: fixed;
        top: 0;
        width: 283px;
    }

    .container {
        width: 1170px;
    }

    .bot-padd-sec-col {
        padding-left: 0;
    }

    .first-column {
        padding-left: 370px;
    }

    figure > figcaption {
        width:450px;
        padding: 10px;
    }

    .did-you-know {
        margin-top: 20px;
        background: url(le-saviez-vous.png) no-repeat;
        padding-left: 240px;
        min-height: 240px;
    }

    .little-story {
        margin-top: 20px;
        background: url(la-petite-histoire.png) right top no-repeat;
        padding-right: 220px;
    }

    .little-story > p {
        padding-left: 0;
        padding-right: 30px;
        position: relative;
    }
}

@media (max-width: 992px) {
    h1 {
        margin-top: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {

    .header-but {
        right: -168px;
        margin-bottom: 57px;
    }

    .little-story :nth-child(3) {
        padding-top: 70px;
    }

    .bot-padd-sec-col {
        padding-left: 0;
    }

    .a-img-header {
        top:0;
    }

    .img-header {
        margin-top: 20px;
        margin-left: 0;
    }

    .did-you-know {
        padding-top: 20px;
    }

    .first-column {
        padding-left: 320px;
    }
}

/* Menu */
.side-menu {
    padding: 0;
}

.side-menu ul {
    margin-bottom: 10px;
    padding-bottom: 5px;
}

/* Quotation CTA */
.quotation-cta-container {
    cursor: pointer;
    color: white;
    font-size: 19px;
    font-family: 'Roboto Slab', serif !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.quotation-cta-concrete-delivery {
    display: inline-block;
    border-radius: 5px;
    align-items: stretch;
    font-weight: bold;
    padding: 10px 20px;
    cursor: pointer;
    color: white;
    font-size: 19px;
    font-family: 'Roboto Slab', serif;
    margin-top: 16px;
}

.quotation-cta, .quotation-cta-explain {
    min-height: 40px;
    line-height: 40px;
}

.quotation-cta .fa-chevron-right-moving {
    margin-left: 5px;
    animation-duration: 1.5s;
    animation-name: slidein;
    animation-iteration-count: infinite;
}

.news-feed {
    margin: 2em 0;
}

@keyframes slidein {
    from {
        margin-left: 10px;
    }

    to {
        margin-left: 40px;
    }
}
