/*------------------------------------*\
    Flaunt JS Navigation
\*------------------------------------*/

.nav {
    position: relative;
    float: right;
    width: 80%;
}
.nav-list {
    float: left;
    list-style: none;
    text-align: left;
    padding-left: 0;
    margin: 30px 0 0;
}
.nav-list:after {
    content: "";
    clear: both;
    display: table;
}
.fixed .nav-list {
    margin-top: 15px;
}
@media(max-width:1199px) {
    .nav-list {
        margin: 10px 0 0 25px;
        width: 200px;
    }
    .fixed .logo {
        width: 13% !important;
    }
    .fixed .nav-list {
        margin-top: 3px;
    }
}
@media (max-width:991px) {
    .fixed .logo {
        width: 17% !important;
    }
}
.nav-item {
    float:left;
    *display:inline;
    zoom:1;
    position:relative;
}
.nav-item a {
    display:block;
    color:#FFF;
    padding:5px 20px;
    background:#E30917;
    border-radius: 5px;
    border-bottom:1px solid #E30917;
}
@media (min-width:992px) {
    .nav-item > a::after {
        display: inline-block;
        width: 0;
        height: 0;
        vertical-align: middle;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-left: .3em solid transparent;
        position: relative;
        left: 7px;
    }
}
.nav-item:last-child a {
    border-bottom:none;
}
.nav-item > a:hover,
.nav-submenu-item a:hover,
.nav-submenu-item.active a {
    background:#C50612;
}
.nav-item:hover .nav-submenu {
    display:block;
}
/* Navigation submenu */
.nav-submenu {
    display:none;
    position:absolute;
    padding-left: 0;
    list-style: none;
    left:0;
    min-width:100%;
}
.nav-submenu-item a {
    background:#E30917;
    border-bottom:1px solid #E30917;
    border-radius: 0;
    display:block;
    padding:15px;
}
/* Mobile navigation */
.nav-mobile {
    display:none;
    cursor:pointer;
    position:absolute;
    top:0;
    right:0;
    background:#025F8E url('../images/nav.svg') no-repeat center center;
    background-size:18px;
    height:50px;
    width:50px;
}
.nav-click {
    position:absolute;
    top:0;
    right:0;
    display:none;
    border-left:1px solid #317CA5;
    height:49px;
    width:50px;
    cursor:pointer;
}
.nav-click i {
    display:block;
    height:48px;
    width:48px;
    background:url('../images/drop.png') no-repeat center center;
    background-size:20px;
}
.nav-click:hover {
    background-color:#317CA5;
}
.nav-rotate {
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);
}

/*------------------------------------*\
    Media Queries
\*------------------------------------*/

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .nav-mobile {
        display:block;
    }
    .nav {
        width:100%;
        padding:72px 0 0;
    }
    .nav-list {
        background: #270E0E;
        display:none;
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0;
        margin: 0;
    }
    .nav-item {
        width:100%;
        float:none;
    }
    .nav-item > a {
        background: none;
        border-bottom: none;
        padding:15px;
    }
    .nav-click {
        display:block;
    }
    .nav-mobile-open {
        border-radius:5px 5px 0 0;
        -webkit-border-radius:5px 5px 0 0;
        -moz-border-radius:5px 5px 0 0;
    }
    .nav-item:hover .nav-submenu {
        display:none;
    }
    .nav-submenu-item a {
        background: none;
        border-bottom: none;
    }
    .nav-submenu {
        background: #8F4929;
        position:static;
        width:100%;
    }
}
@media (max-width:767px) {
    .nav {
        position: absolute;
        left: 0;
    }
    .nav-mobile {
        top: 3px;
        right: 5px;
    }
    .nav-list {
        top: 100% !important;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .nav {
        padding-top: 0;
        width:initial;
    }
    .nav-mobile {
        top: 15px;
    }
    .fixed .nav-mobile {
        top: 8px;
    }
   .navbar-right {
        float: left !important;
        margin-left: 20px;
    }
}
@media (max-width:767px) {
    .nav-mobile {
        top: 10px;
        right: 15px;
        height: 60px;
    }
}
#header {
    min-height: 55px;
    position: absolute;
    width: 100%;
    z-index: 999
}
@media (max-width: 767px) {
    #header {
        position: fixed;
        background: #0E2F44;
        padding-bottom: 15px;
    }
}
@media (max-width: 543px) {
    #header {
        height: 80px;
    }
}
#rpl-devis span,
#rpl-devis a {
    float: left
}
#rpl-devis .tel-contact a {
    font-size: 27px;
    margin-right: 15px;
    color: #fff;
    position: relative;
    top: 5px;
    display: block;
    float: none
}
.fixed .tel-contact a {
    top: 0 !important;
}
#rpl-devis .tel-contact span {
    display: block;
    float: none;
    line-height: 16px !important
}
#rpl-devis .tel-contact em {
    font-size: 12px
}
#rpl-devis .tel-contact a:hover,
#rpl-devis .tel-contact a:focus {
    opacity: .8
}
.tel-contact {
    float: left;
    position: relative;
}
.top-icon-tel {
    background: url('../images/couvreur-sprit.png') no-repeat -164px -102px;
    position: absolute;
    width: 31px;
    height: 48px;
    margin-top: 20px;
    left: -35px;
}
.fixed .top-icon-tel {
    margin-top: 10px;
}
@media(max-width:767px) {
    #rpl-devis .tel-contact a {
        font-size: 26px;
        margin-right: 15px;
        color: #fff;
        position: relative;
        top: 5px;
        display: block;
        float: none;
        padding-top: 0
    }
    .top-icon-tel {
        display: none;
    }
    .tel-contact {
        float: none !important;
        background: #0E2F44;
        padding: 1px 0;
        text-align: center;
        margin: 0 -15px;
    }
    .tel-contact a {
        display: block;
        font-size: 36px;
        color: white;
        margin: 15px 0;
    }
    .tel-contact em {
        font-size: 16px;
        background: #134F75;
        padding: 10px;
        border-radius: 5px;
        width: 100px;
        display: inline-block;
        text-align: left;
        font-style: normal;
        vertical-align: middle;
        margin-top: -9px;
    }
}
@media(max-width:567px) {
    #rpl-devis span {
        display: none
    }
}
.fancy-submit {
    cursor: pointer;
    outline: 0;
    min-width: 15rem;
    text-align: center;
    overflow: hidden;
    position: relative;
    background: #E30917;
    border-radius: 2px;
    padding: 1.3rem;
    text-decoration: none;
    display: inline-block;
    border: 0
}
@media(max-width:1199px) {
    .fancy-submit {
        min-width: initial !important;
    }
}
#rpl-devis .fancy-submit {
    margin: 10px 5px;
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
    padding: 20px 5px;
}
#rpl-devis .fancy-submit.realisation {
    background: #fff;
    color: #E30917;
}
@media (max-width:991px) {
    #rpl-devis .fancy-submit {
        display: none
    }
}
@media(max-width:767px) {
    .site a.fancy-submit {
        display: block;
        color: #fff;
        font-size: 24px
    }
}
.fancy-submit:hover:after {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1)
}
.fancy-submit:after {
    background: rgba(14, 14, 14, 0.09)
}
.fancy-submit:hover:after {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1)
}
.fancy-submit:after {
    content: "";
    min-width: 145px;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 3px
}
.white {
    color: white
}
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}
.slick-list:focus {
    outline: 0
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}
.slick-track:after {
    clear: both
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}
.slick-initialized .slick-slide {
    display: block
}
button.slick-prev,
button.slick-next {
    background: url('../images/couvreur-sprit.png') no-repeat;
    position: absolute;
    height: 75px;
    width: 42px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    padding: 0;
    border: 0;
    outline: 0;
    opacity: 0;
    -webkit-appearance: none;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}
.couvreur-slider:hover button.slick-prev,
.couvreur-slider:hover button.slick-next {
    opacity: .5
}
.couvreur-slider:hover button.slick-prev:hover,
.couvreur-slider:hover button.slick-next:hover {
    opacity: 1
}
@media(max-width:767px) {
    button.slick-prev, button.slick-next {
        display: none !important
    }
}
button.slick-prev {
    background-position: -113px 0;
    left: 35px
}
button.slick-next {
    background-position: -158px 0;
    right: 35px
}
.slick-dots {
    display: none !important;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    text-align: center;
    bottom: 30%;
    list-style: none
}
.slick-dots li {
    display: inline-block;
    margin: 0 3px
}
.slick-dots li button {
    background-color: rgba(255, 255, 255, 0.34);
    border: 0;
    border-radius: 50%;
    height: 12px;
    text-indent: -9999px;
    width: 10px
}
.slick-dots li.slick-active button {
    background-color: #fff
}
@media(max-width:991px) {
    .slick-dots {
        display: none !important
    }
}
.couvreur-slider {
    background-color: #ececec;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-tap-highlight-color: transparent
}

.couvreur-slider {
    background-color: #222;
    position: relative;
    width: 100%;
    height: 395px;
    min-height: 1px;
    max-height: 395px;
    overflow: hidden
}
@media (max-width:991px) {
    .couvreur-slider {
        height: 400px;
        min-height: 1px;
        max-height: 100%;
    }
}
.couvreur-slider:after {
    content: "";
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}
.couvreur-slider .slide-content-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}
.couvreur-slider {
    background-size: cover !important;
}
@media (max-width:767px) {
    .couvreur-slider {
        height: 130px;
    }
    .couvreur .couvreur-slider {
        height: 200px !important;
    }
}
.peinture_sur_tuile .couvreur-slider {
    background: url('../images/couvreur-slider/bg-peinture_sur_tuile.jpg') no-repeat center;
}
.ravalement .couvreur-slider {
    background: url('../images/couvreur-slider/bg-ravalement.jpg') no-repeat center;
}
.nettoyage_demoussage_toiture .couvreur-slider {
    background: url('../images/couvreur-slider/bg-nettoyage_toiture.jpg') no-repeat center;
}
.gouttiere .couvreur-slider {
    background: url('../images/couvreur-slider/bg-gouttiere.jpg') no-repeat center;
}
.reparation_toiture .couvreur-slider {
    background: url('../images/couvreur-slider/bg-reparation_toiture.jpg') no-repeat center;
}
.devis .couvreur-slider {
    background: url('../images/couvreur-slider/bg-devis.jpg') no-repeat center;
}
.realisations .couvreur-slider {
    background: url('../images/couvreur-slider/bg-realisations.jpg') no-repeat right top;
}
.mentions .couvreur-slider {
    background: url('../images/couvreur-slider/bg-mentions.jpg') no-repeat center;
}
@media (max-width:543px) {
    .site {
        padding-top: 80px;
    }
}
.site .slide-content {
    position: absolute;
    z-index: 35;
    width: 100%;
    text-align: center;
    top: 0;
}
@media (max-width: 991px) {
    .site .slide-content {
        top: 20%;
    }
}
.site .slide-content h1 {
    font-size: 1.6em;
    font-weight: 800;
    color: white;
    margin: 10% auto 0;
    line-height: 39px;
    max-width: 75%;
}
.couvreur .site .slide-content h1 {
    max-width: 50%;
}
@media(max-width:1199px) {
    .site .slide-content h1 {
        margin-top: 13%;
    }
    .couvreur .site .slide-content h1 {
        max-width: 75%;
    }
}
@media (max-width:991px) {
    .couvreur .site .slide-content h1,
    .site .slide-content h1 {
        max-width: 95%;
    }
}
.site .slide-content h1:hover {
    opacity: .8
}
@media(max-width:767px) {
    .site .slide-content h1 {
        font-size: 1.5em;
        width: 100%;
        line-height: 30px
    }
}
.contanier-bg {
    position: relative
}
.site-content {
    position: relative;
    padding-bottom: 25px
}
@media (max-width:767px) {
    .site-content > .container {
        padding:0 !important;
    }
}
.site-content h2 {
    color: #000;
}
.couvreur-grid {
    background: #0e2f44;
    position: absolute;
    padding: 10px 0 5px;
    width: 100%;
    text-align: center;
    bottom: 0
}
@media (max-width:991px) {
    .couvreur-grid {
        position: initial;
    }
}
@media(max-width:767px) {
    .couvreur-grid {
        background: 0;
        padding: 0;
        position: initial
    }
}
.grid {
    position: relative;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%
}
.grid:after,
.grid:before {
    content: " ";
    display: table
}
.grid:after {
    clear: both
}
.grid-item {
    position: relative;
    display: inline-block;
    min-height: 1px;
    text-align: center;
    overflow: hidden;
    margin: 0 5px;
    width: 17%;
}
@media(max-width:767px) {
    .couvreur-grid {
        display: none
    }
}
.image-item .image-wrapper {
    background: rgba(0, 0, 0, 0.65);
    border-width: 0;
    width: 100%;
    height: 75px;
    border-style: solid;
    border-color: #fff;
    position: relative
}
.image-item .couvreur-info-image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 0.7;
}
.couvreur .grid-item:first-child .couvreur-info-image,
.grid-item.active .couvreur-info-image,
.grid-item:hover .couvreur-info-image,
.grid-item:focus .couvreur-info-image {
    opacity: .2 !important
}
.grid-content-wrapper {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    height: 100%;
}
.grid-item .grid-content {
    display: table;
    height: 100%;
    text-align: center;
    width: 100%;
    z-index: 1
}
.grid-content-inner {
    display: table-cell;
    vertical-align: middle;
}
.image-item h4 {
    margin: 0;
    font-size: 14px;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 0 1px 10px #000;
    padding: 0 15px;
}
@media(min-width:768px) and (max-width:1199px) {
    .grid {
        text-align: center
    }
    .grid-item {
        margin: 0 1px
    }
    .grid-content-wrapper {
        margin: 0
    }
    .image-item h4 {
        font-size: 12px
    }
}
@media (max-width:1199px) {
    .grid-item {
        margin: 0 1px;
        width: 150px;
    }
    .grid-content-wrapper {
        margin: 0;
        width: 150px;
    }
}
@media (max-width:991px) {
    .grid-item,
    .grid-content-wrapper {
        width: 120px;
    }
    .image-item h4 {
        font-size: 10px;
    }
}
#bloc-primary {
    padding-top: 25px
}
#bloc-primary > div {
    border-left: 3px solid #E30917;
    padding-left: 15px;
}
.box-secondary:after {
    content: "";
    clear: both;
    display: table;
}
.box-secondary img {
    float: left;
}
.box-secondary img {
    margin-right: 15px;
}
@media (max-width:991px) {
    .box-secondary img {
        float: none;
        max-width: 100%;
    }
}
#bloc-secondary {
    padding-bottom: 15px;
    padding-top: 15px
}
@media(max-width:767px) {
    #bloc-secondary {
        padding-bottom: 0
    }
}
.couvreur-offres {
    background: url('../images/bg-offres.jpg') no-repeat 50% 70%;
    position: relative;
    min-height: 200px;
    margin-top: 25px;
    height: 200px
}
.couvreur-offres>div {
    background-color: rgba(51, 51, 51, 0.70);
    height: 100%;
    padding: 20px
}
.couvreur-offres p {
    text-shadow: 0 -3px 5px #333
}
.couvreur-offres span {
    display: block;
    color: #0097b2;
    font-size: 15px;
    text-shadow: 0 -3px 6px #000
}
.couvreur-offres a {
    color: #fff
}
.couvreur-avantages,
.couvreur-devis {
    margin-top: 25px
}
.couvreur-avantages h3 {
    color: #000;
    font-weight: 600;
    margin: 0;
    padding-bottom: 10px;
    text-align: center
}
.couvreur-avantages-item span {
    color: #333;
    line-height: 20px;
    display: block;
    margin: 0 auto 3px;
    background-color: rgba(189, 189, 189, 0.28);
    text-align: left
}
.couvreur-avantages-item span>strong {
    color: #fff;
    font-size: 24px;
    display: inline-block;
    padding: 10px 15px;
    margin-right: 10px;
    background-color:#E30917;
}
.titre-album {
    display: block;
    text-align: left;
    font-size: 18px;
    margin: 15px 10px;
    background: #63c1ba;
    color: white;
    border-radius: 3px;
    padding: 10px 15px;
    clear: both
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}
.swipebox {
    display: block;
    position: relative;
    margin-bottom: 20px
}
.swipebox>div {
    background-color: rgba(238, 238, 238, 0.56);
    color: #000;
    padding: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: all .2s linear .2s;
    -webkit-transition: all .2s linear .2s;
    -moz-transition: all .2s linear .2s
}
.swipebox:hover>div {
    background-color: #eee
}
@media(max-width:767px) {
    .swipebox {
        max-height: 250px;
        overflow: hidden
    }
    .swipebox img {
        width: 100%
    }
}
#realisations .col-md-3 {
    padding: 0 10px !important
}
.couvreur-devis p {
    margin-bottom: 0
}
.devis .couvreur-devis textarea.form-control {
    min-height: 193px
}
@media(max-width:767px) {
.couvreur-devis {
        margin-top: 25px
    }
}
.pre-footer-inner ul {
    list-style: none;
    margin: 0;
    padding: 15px 0 0
}
.pre-footer-inner li {
    display: inline-block;
    margin: 0 15px 0
}
.pre-footer-inner li a {
    float: left;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px
}
.pre-footer-inner li a:hover {
    color: #3f2f23
}
.pre-footer-inner li i {
    background: url('../images/couvreur-sprit.png') no-repeat center;
    float: left;
    height: 24px
}
.pre-footer-inner li i.icon-facebook {
    background-position: 0 0;
    width: 10px
}
.pre-footer-inner li i.icon-twitter {
    background-position: -28px 0;
    width: 27px
}
.pre-footer-inner li i.icon-google {
    background-position: -74px 0;
    width: 24px
}
@media(min-width:768px) {
    .pre-footer-inner li a {
        font-size: 15px
    }
    .pre-footer-inner li i {
        margin-top: -5px;
        margin-right: 10px
    }
}
.pre-footer-inner li span {
    float: right
}
#footer {
    background-color: #18213B;
    padding: 5px
}
#footer a>h4 {
    display: inline-block;
    margin-right: 15px
}
#footer a>span {
    font-size: 12px
}
@media(max-width:772px) {
    #footer a>span {
        display: block
    }
}
@media(max-width:767px) {
    #footer a.compliments-link {
        display: block;
        text-align: center
    }
    #footer a>h4 {
        margin-right: 0
    }
    #footer .pre-footer-inner {
        text-align: center
    }
    #footer .social-links.pull-right {
        float: none !important
    }
}
#bloc-primary li {
    font-size: 20px
}
.mentions li p {
    font-size: 16px;
    text-align: justify
}
**.mentions h3 {
    color: #333
}
a.mention {
    opacity: .3
}
a.mention:hover,
a.mention:focus {
    opacity: 1;
    text-decoration: underline
}
@media(max-width:767px) {
    a.mention {
        display: block;
        font-size: 1.5em;
        text-align: center
    }
}
.couvreur-textes {
    padding: 10px 10px 0;
    background: whitesmoke;
    border: 1px solid #eee;
    margin-top: 25px;
    text-align: center;
}
@media(min-width:768px) {
    .couvreur-textes p {
        font-size: 12px;
    }
}
.couvreur-textes a {
    font-weight: 600
}
.couvreur-textes strong {
    display: block;
    text-align: center
}
.container-404 {
    background-color: #f7f7f7;
    border-radius: 25px;
    min-height: 448px;
    height: 71vh;
    max-height: 448px;
    text-align: center;
    width: 50%;
    margin: 49px auto 0
}
.rappel-tel {
    padding: 20px 10px;
    border: 2px solid #EDEDED;
    margin-top: 20px
}
.rappel-tel h3 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-top: 0
}
.rappel-tel .form-control {
    font-size: 12px !important;
    border-color: #E30917 !important;
    height: 60px;
    width: 67%
}
.rappel-tel .form-group {
    position: relative;
    margin-bottom: 0 !important
}
.rappel-tel button {
    background: #E30917;
    color: white;
    text-shadow: 0 0px 3px #E30917;
    height: 60px;
    border-radius: 0 5px 5px 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 73px;
    padding: 10px 2px;
    font-size: 11px
}
@media (max-width: 767px) {
    .rappel-tel .form-control {
        width: 100% !important;
    }
    .rappel-tel button {
        position: inherit;
        width: 100%;
        border-radius: 0 ;
        margin-top: 5px;
    }
}
.introuvable h1 {
    color: #333;
    margin: 0;
    padding-top: 25px;
    text-align: center
}
.container-404 img {
    margin: 0 auto
}
.container-404 span {
    display: block;
    font-size: 18px;
    color: #c1c1c1;
    margin-bottom: 15px
}
.container-404 p {
    color: #333;
    font-size: 14px
}
.container-404 p>a {
    color: #63c1ba;
    text-decoration: underline
}
**/@media(max-width:767px) {
    .container-404 {
        min-height: 305px;
        height: initial !important;
        max-height: initial !important;
        margin: 20px auto 0;
        width: 100%
    }
    .introuvable h1 {
        font-size: 24px
    }
    .container-404 span {
        font-size: 14px
    }
}
#mail {
    display: none
}
@media (min-width: 768px) {
    #rpl-devis {
        float: right;
    }
}
@media (min-width: 768px) and (max-width:991px) {
    #rpl-devis {
        margin-right: 50px;
    }
}
#rpl-devis a {
    padding-top: 11px
}
.fixed #rpl-devis a {
    padding-top: 8px;
}
.fixed #rpl-devis .fancy-submit {
    padding-top: 15px;
    padding-bottom: 15px;
}
.Mobile .site .slide-content h1 {
    font-size: 20px;
    margin: 15px auto;
    line-height: 130%;
    width: 100%
}
button,
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}
.btn {
    display: inline-block;
    padding: 1rem 1rem;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: .25rem
}
#rappel-immediat input[type="text"],
form#rappel-immediat input[type="num"] {
    width: 100%;
    margin: 10px 0;
    border: 1px solid #ddd;
    padding: 5px;
    font-size: 14px
}
input#mail2 {
    display: none !important
}
.couvreur-devis {
    padding-top: 0
}
.couvreur-devis h3 {
    color: #000;
    font-weight: 600;
    margin-top: 0;
    text-align: center
}
.logo {
    float: left;
}
@media (min-width: 768px) {
    .LogoBlanc {
        margin-top: 20px;
    }
}
.fixed .LogoBlanc,
.LogoNoir {
    display: none;
}
.fixed .LogoNoir {
    display: block;
}
@media (max-width: 767px) {
    .logo {
       position: relative !important;
       z-index: 999 !important;
    }
}
@media (max-width: 543px) {
    .logo {
        padding-top: 20px;
        width: 35%;
    }
}
.fixed .logo {
    background: white;
    padding: 5px 10px;
}
.container {
    position: relative
}
.fixed {
    position: fixed !important;
    width: 100% !important;
    top: 0;
    background: rgba(14, 47, 68, 0.88);
}
.fancy-submit.mobile-devis {
    float: right;
    margin-top: 7px;
    color: white;
    font-weight: bold;
}
@media (max-width: 767px) {
    .fancy-submit.mobile-devis {
        padding: 17px 10px;
        margin-top: 11px;
        margin-right: 60px;
    }
}
.Mobile #rpl-devis .tel-contact a {
    font-size: 25px;
    top: 0;
    margin-bottom: 15px;
    margin-right: 0;
}
a.real {
    border: 0;
    margin: 0 16px;
    background: #E30917;
    transition: background .3s ease-in-out;
    padding: 0;
    width: 100%;
    max-width: 17.75rem;
    text-transform: uppercase;
    padding: 24px 0 21px;
    display: inline-block;
    padding: 17px 0 17px;
    color: #FFF;
    border-radius: 5px;
    font-weight: 600 !important;
    font-size: 15px;
    top: -33px;
    position: relative
}
.logo-entrepise {
    margin-top: 24px
}
.logo-entrepise img {
    width: 26%
}
.logo-entrepise-header img {
    width: 14%;
    display: inline-block;
    margin: 0 15px;
    text-align: center;
}
.logo-entrepise-header {
    width: 50%;
    margin: 0 auto; 
}
img.artisan {
    width: 22% !important
}
img.artisan-left {
    width: 42% !important
}
@media (max-width:767px) {
    #rpl-devis:after {
        content: "";
        clear: both;
        display: table;
    }
    #rpl-devis {
        background: #291010;
        margin-top: 15px;
        padding: 0 15px;
    }
    .logo-entrepise-header {
        width: 100%
    }
    .logo-entrepise-header img {
        width: 14%
    }
}
#bloc-intro {
    margin-top: 50px;
    background: #eee;
    padding: 15px;
}
@media (max-width: 767px) {
    #bloc-intro {
        margin-top: 0;
    }
}
#bloc-intro img {
    margin-bottom: 10px;
    max-width: 100%;
}

#bloc-coordonne {
    border-top: 2px solid #F3F2F2;
}
.box-coordonne:after {
    content: "";
    clear: both;
    display: table;
}
.item-coordonne {
    float: left;
    padding: 15px 7px;
    text-align: center;
    width: 33.33333%;
}
.item-coordonne > div {
    border: 5px solid #F5F5F5;
    padding: 15px;
    height: 200px;
}
.item-coordonne h3 {
    font-size: 24px;
    margin-top: 0;
    color: #18213B;
    font-weight: 800;
}
.item-coordonne h3 > span {
    display: block;
    font-size: 36px;
    color: #E30917;
}
.item-coordonne p {
    font-size: 20px;
}
.item-coordonne p > b {
    font-size: 45px;
}
.item-coordonne p > span {
    display: block;
}
.phone-couvreur a {
    display: block;
    font-size: 30px;
}
.phone-couvreur em {
    font-size: 16px;
    font-style: normal;
}
.head-titre:after {
    content: "";
    clear: both;
    display: block;
}
.head-titre h2 {
    border-bottom: 1px dashed #999;
    margin: 0;
    padding: 15px 0;
    float: left;
    width: 95%;
    font-size: 18px;
}
[data-accordion]:last-child .head-titre h2 {
    border-bottom: none;
}
@media (max-width:1199px) {
    .phone-couvreur a {
        font-size: 24px;
    }
    .item-coordonne p {
        font-size: 16px;
    }
    .head-titre h2 {
        width: 90%;
    }
}
@media (max-width:991px) {
    .item-coordonne > div {
        height: 145px;
    }
    .item-coordonne h3,
    .phone-couvreur a {
        font-size: 16px;
    }
    .item-coordonne h3 > span {
        font-size: 24px;
    }
    .phone-couvreur em {
        font-size: 10px;
    }
    .item-coordonne p {
        font-size: 14px;
    }
    .item-coordonne p > b {
        font-size: 30px;
    }
    #footer a > span {
        display: none;
    }
}
@media (max-width: 767px) {
    .head-titre h2 {
        font-size: 24px;
        width: 85%;
    }
    .item-coordonne {
        float: none;
        width: 100%;
        padding: 5px 0;
    }
}

[data-accordion] [data-content] {
    overflow: hidden;
    max-height: 0;
}
[data-accordion] [data-content] > p {
  padding-left: 35px;
  padding-right: 15px;
  margin-top: 15px;
  font-size: 15px;
}
[data-accordion] [data-control] {
  display: block;
    position: relative;
    border: none;
    background: none;
    cursor: pointer;
    text-align: left;
    padding: 0;
}
[data-accordion] > [data-control]:before {
    content: "";
    height: 12px;
    width: 24px;
    background: url('../images/down.png') center no-repeat;
    background-size: 10px;
    float: left;
    margin-right: 10px;
    position: relative;
    top: 20px;
}

[data-accordion].open > [data-control]:before {
    -webkit-transform: rotate(-180deg); 
    -ms-transform: rotate(-180deg); 
    transform: rotate(-180deg); 
}
.devis-map {
    margin-top: 25px;
    overflow: hidden;
}
.devis-map img {
    max-width: 100%;
}
.devis-map p {
    margin-top: 25px;
}