html {
    font-family: sans-serif;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}
@-moz-viewport {
    width: device-width
}
@-ms-viewport {
    width: device-width
}
@-webkit-viewport {
    width: device-width
}
@viewport {
    width: device-width
}
body {
    background-color: #fff;
    font-family: 'Lato', sans-serif, Arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #373a3c;
    margin: 0
}
::-webkit-scrollbar {
    height: 1em;
    width: 1em;
    background: GhostWhite
}
::-webkit-scrollbar-thumb {
    background: #961312;
    -webkit-box-shadow: 0 0 5px #888
}
::-webkit-scrollbar-thumb:hover {
    background: #616161
}
::-webkit-scrollbar-button {
    background: #961312;
    -webkit-box-shadow: inset 0 0 0 .0625em #4f4f4f, inset 0 0 0 .375em #666
}
a,
a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}
a:active,
a:hover,
a:focus {
    outline: 0
}
b,
strong {
    font-weight: bold
}
h1,
h2,
h3,
h4 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    line-height: 1.1;
    text-rendering: optimizelegibility;
    color: #333
}
h1 {
    font-size: 2rem
}
h2 {
    font-size: 1.7rem
}
h3 {
    font-size: 1.3rem
}
@media(max-width:767px) {
    h1 {
        font-size: 1.5rem;
        line-height: 130%
    }
    h2 {
        font-size: 1rem;
        line-height: 130%
    }
    h3 {
        font-size: 1rem
    }
}
h4 {
    font-size: 1rem
}
p {
    margin-top: 0;
    margin-bottom: 1rem
}
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 0
}
ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}
img {
    max-width: 100%;
    vertical-align: middle
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
.container::after {
    display: table;
    clear: both;
    content: ""
}
@media(min-width:544px) {
    .container {
        max-width: 576px
    }
}
@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}
@media(min-width:992px) {
    .container {
        max-width: 940px
    }
}
@media(min-width:1200px) {
    .container {
        max-width: 1170px
    }
}
.row {
    margin-right: -15px;
    margin-left: -15px
}
.row::after {
    display: table;
    clear: both;
    content: ""
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}
.col-xs-1 {
    width: 8.333333%
}
.col-xs-2 {
    width: 16.666667%
}
.col-xs-3 {
    width: 25%
}
.col-xs-4 {
    width: 33.333333%
}
.col-xs-5 {
    width: 41.666667%
}
.col-xs-6 {
    width: 50%
}
.col-xs-7 {
    width: 58.333333%
}
.col-xs-8 {
    width: 66.666667%
}
.col-xs-9 {
    width: 75%
}
.col-xs-10 {
    width: 83.333333%
}
.col-xs-11 {
    width: 91.666667%
}
.col-xs-12 {
    width: 100%
}
@media(min-width:544px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }
    .col-sm-1 {
        width: 8.333333%
    }
    .col-sm-2 {
        width: 16.666667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.333333%
    }
    .col-sm-5 {
        width: 41.666667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.333333%
    }
    .col-sm-8 {
        width: 66.666667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.333333%
    }
    .col-sm-11 {
        width: 91.666667%
    }
    .col-sm-12 {
        width: 100%
    }
}
@media(min-width:768px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }
    .col-md-1 {
        width: 8.333333%
    }
    .col-md-2 {
        width: 16.666667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.333333%
    }
    .col-md-5 {
        width: 41.666667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.333333%
    }
    .col-md-8 {
        width: 66.666667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.333333%
    }
    .col-md-11 {
        width: 91.666667%
    }
    .col-md-12 {
        width: 100%
    }
}
@media(min-width:992px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }
    .col-lg-1 {
        width: 8.333333%
    }
    .col-lg-2 {
        width: 16.666667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.333333%
    }
    .col-lg-5 {
        width: 41.666667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.333333%
    }
    .col-lg-8 {
        width: 66.666667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.333333%
    }
    .col-lg-11 {
        width: 91.666667%
    }
    .col-lg-12 {
        width: 100%
    }
}
@media(min-width:768px) {
    .right-fl {
        float: right
    }
}
@media(max-width:767px) {
    .right-fl {
        margin-bottom: 20px
    }
}
.icon {
    background: url('../images/sprit-x.png') no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
    position: relative
}
.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000
}
.TopNav {
    background-color: #194792;
    color: white
}
.BotNav {
    background-color: #fff;
    z-index: 1000 !important
}
@media(min-width:768px) and (max-width:1024px) {
    .BotNav {
        height: 65px
    }
}
.TopNav span {
    padding: .5rem 0;
    display: inline-block;
    vertical-align: middle
}
.tel,
.mail {
    display: inline-block;
    margin-right: 15px
}
.adresse {
    margin-top: 1rem;
    font-size: 18px
}
.tel {
    font-size: 20px;
    font-weight: 900
}
@media(max-width:1199px) {
    .mail {
        display: none !important
    }
}
@media(max-width:767px) {
    .adresse {
        font-size: 14px
    }
}
.icon-mobile {
    background-position: -98px -133px;
    top: 1px;
    margin-right: 5px;
    width: 12px
}
.icon-phone {
    background-position: 0 -133px;
    top: 1px;
    margin-right: 5px
}
.icon-mail {
    background-position: -50px -133px;
    height: 12px;
    margin-right: 5px;
    vertical-align: middle
}
.icon-map {
    background-position: -138px -117px
}
#BtnTop {
    text-align: right
}
#BtnTop .btn {
    display: inline-block;
    vertical-align: middle;
    margin: 6px 5px 0;
    text-transform: uppercase;
    border-radius: 10px 10px 0 0;
    padding: 5px 10px
}
.btn-devis,
.btn-realisation:before {
    background: #961312
}
.btn-realisation,
.btn-devis:before {
    background: #fff;
    color: #961312
}
.btn-devis:hover,
.btn-devis:focus {
    color: #961312
}
@media(max-width:1199px) {
    .BotNav {
        position: relative
    }
}
@media(max-width:991px) {
    .BotNav {
        padding-bottom: 15px
    }
    .btn-realisation {
        display: none !important
    }
    .btn-devis {
        text-align: center
    }
}
@media(max-width:767px) {
    .tel {
        padding-bottom: 0 !important;
        margin-right: 0
    }
}
@media(min-width:992px) {
    .logo {
        position: absolute;
        width: 16%;
        padding-top: 8px;
    }
    .logo img {
        
    }
}
@media(max-width:543px) {
    #BtnTop .btn {
        padding: 5px 20px
    }
    .logo {
        display: inline-block;
        position: relative;
        top: 8px;
        width: 50%
    }
}
.nav {
    float: right;
    position: relative
}
.nav-list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    text-align: left
}
.nav-list:after {
    content: "";
    clear: both;
    display: table
}
.nav-item {
    float: left;
    *display: inline;
    zoom: 1;
    position: relative
}
@media(min-width:992px) {
    .nav {
        width: 80%
    }
    .nav-item {
        text-align: center;
        width: 11.11%
    }
    /*.nav-item:nth-child(2),
    .nav-item:nth-child(3) {
        width: 20%
    }
    .nav-item:nth-child(4),
    .nav-item:nth-child(5) {
        width: 15%
    }*/
}
@media(min-width:1200px) {
    .nav {
        width: 80%
    }
}
.nav-item a {
    color: #194792;
    display: block;
    padding: 15px 5px;
    line-height: 130%
}
.nav-item.active a,
.nav-item>a:hover,
.nav-item>a:focus {
    color: #961312
}
.nav-item:hover .nav-submenu {
    display: block
}
.nav-submenu {
    background-color: #FFF;
    display: none;
    list-style: none;
    position: absolute;
    left: 0;
    width: 300px;
    z-index: 100
}
.nav-submenu-item {
    border-bottom: 1px dotted #e6e6e6
}
.nav-submenu-item:last-child {
    border-bottom: 0
}
.nav-submenu-item a {
    color: #194792 !important;
    display: block;
    text-align: left;
    padding: 15px
}
.nav-submenu-item.active a,
.nav-submenu-item a:hover,
.nav-submenu-item a:focus {
    color: #961312 !important
}
.nav-mobile {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
    background: #fff;
    background-size: 18px;
    height: 50px;
    width: 50px
}
.icon-bars {
    background-position: 0 -93px;
    height: 18px;
    left: 13px;
    top: 17px;
    width: 24px
}
.nav-click {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    height: 49px;
    width: 50px;
    cursor: pointer
}
.nav-click i {
    display: block;
    height: 16px;
    width: 16px;
    background: url(../images/sprit-x.png) no-repeat -50px -94px;
    margin: 17px
}
@media(min-width:768px) and (max-width:1199px) {
    .nav-click {
        height: inherit;
        width: inherit
    }
    .nav-click i {
        margin: 28px 0 0
    }
}
.nav-rotate {
    background-position: -82px -94px !important
}
@media(min-width:768px) and (max-width:1199px) {
    .nav-mobile {
        top: 8px
    }
    .nav-submenu {
        width: 1000%
    }
    .nav-submenu-item {
        border-bottom: 0;
        display: inline-block
    }
}
@media(min-width:768px) and (max-width:991px) {
    .nav-submenu {
        width: 100%
    }
    .nav-submenu-item {
        display: block
    }
}
@media only screen and (max-width: 1199px) {
    .nav-mobile {
        display: block
    }
    .nav {
        width: 100%;
        position: absolute;
        left: 0
    }
    .nav-list {
        background: #fff;
        display: none
    }
    .nav-item>a {
        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
    }
}
@media only screen and (max-width: 767px) {
    .nav {
        padding-top: 15px
    }
    .nav-item {
        border-bottom: 1px solid #194792;
        width: 100%;
        float: none
    }
    .nav-submenu {
        position: static;
        width: 100%
    }
}
.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-list.dragging {
    cursor: pointer;
    cursor: hand
}
.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-loading .slick-track {
    visibility: hidden
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}
[dir='rtl'] .slick-slide {
    float: right
}
.slick-slide img {
    display: block
}
.slick-slide.slick-loading img {
    display: none
}
.slick-slide.dragging img {
    pointer-events: none
}
.slick-initialized .slick-slide {
    display: block
}
.slick-loading .slick-slide {
    visibility: hidden
}
.slick-vertical .slick-slide {
    display: block;
    height: 350px;
    border: 1px solid transparent
}
.slick-prev,
.slick-next {
    background: #fff;
    border-radius: 50%;
    border: 0;
    cursor: pointer;
    outline: 0 !important;
    position: absolute;
    top: 50%;
    text-indent: -9999px;
    height: 50px;
    width: 50px;
    opacity: .2;
    z-index: 90;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
.slick-prev:after,
.slick-next:after {
    content: "";
    background: url('../images/sprit-x.png') no-repeat;
    height: 16px;
    position: absolute;
    width: 10px
}
.slick-prev:after {
    background-position: -139px -23px;
    left: 33%
}
.slick-next:after {
    background-position: -139px 0;
    right: 39%
}
@media(max-width:767px) {
    .slick-prev, .slick-next {
        display: none !important
    }
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
    opacity: 1
}
.slick-prev {
    left: 5%
}
.slick-next {
    right: 5%
}
.Wapper {
    padding-top: 107px
}
@media(max-width:543px) {
    .Wapper {
        padding-top: 146px
    }
}
#Homeslider {
    background-color: #f7f7f7;
    position: relative;
    height: 588px
}
#Banner {
    background-color: #eee;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 200px
}
@media(min-width:768px) {
    #Homeslider:after {
        content: "";
        background: url('../images/bg/bgCapiton.png') no-repeat right center;
        position: absolute;
        height: 100%;
        top: 0;
        width: 650px
    }
}
@media(min-width:1440px) {
    #Homeslider:after {
        width: 700px
    }
}
@media(min-width:1600px) {
    #Homeslider:after {
        width: 850px
    }
}
@media(min-width:1920px) {
    #Homeslider:after {
        width: 950px
    }
}
.ImageSlide {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 588px
}
.slide-1 {
    background-image: url('../images/bg/bgSlider.jpg')
}
.slide-2 {
    background-image: url('../images/bg/slider-2.jpg');
    background-position: center !important
}
.slide-3 {
    background-image: url('../images/bg/slider-3.jpg')
}
.nettoyage-et-demoussage #Banner {
    background-image: url('../images/bg/bg_nettoyage-et-demoussage.jpg')
}
.renovation-de-toiture #Banner {
    background-image: url('../images/bg/bg_renovation-de-toiture.jpg')
}
.gouttiere #Banner {
    background-image: url('../images/bg/bg_gouttiere.jpg')
}
.ravalement #Banner {
    background-image: url('../images/bg/bg_ravalement.jpg')
}
.renovation-de-terrasse #Banner {
    background-image: url('../images/bg/bg_renovation-de-terrasse.jpg')
}
.reparation-de-toiture #Banner {
    background-image: url('../images/bg/bg_reparation-de-toiture.jpg')
}
.zinguerie #Banner {
    background-image: url('../images/bg/bg_zinguerie.jpg')
}
.bardage #Banner {
    background-image: url('../images/bg/bg_bardage.jpg')
}
#realisations {
    background: url('../images/bg/realisations.jpg') no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    padding: 5rem 0
}
.Capition {
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 10
}
.Capition .CaptionSlide {
    padding-top: 5rem;
    text-align: center
}
.Capition .CaptionSlide img {
    margin: 0 auto
}
.titreCapiton {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 900;
    color: #fff;
    padding: 10px 0;
    border-bottom: 3px solid #fff;
    display: inline-block
}
.SubtitreCapiton {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 130%;
    color: #fff;
    font-weight: 900
}
@media(max-width:767px) {
    #Homeslider, .ImageSlide {
        height: 750px
    }
    .Capition .CaptionSlide img {
        display: none
    }
    .Capition .CaptionSlide {
        padding-top: 3rem
    }
    .titreCapiton {
        text-align: center;
        display: block;
        font-size: 24px;
        padding: 10px;
        background: #fff;
        color: #333;
        margin-bottom: 0
    }
    .SubtitreCapiton {
        text-align: center;
        font-size: 24px;
        background: #fff;
        color: #333;
        padding: 10px
    }
}
#Categories {
    background-color: #ae1f24;
    border-top: 3px solid #961312
}
.List_cat {
    display: block;
    text-align: center
}
.List_cat figure {
    margin: 0 auto;
    overflow: hidden
}
@media(min-width:768px) {
    #Categories .container {
        margin-top: -3rem
    }
    .List_cat figure {
        border: 7px solid #ae1f24;
        border-radius: 50%;
        height: 250px;
        width: 250px
    }
}
@media(max-width:991px) {
    .List_cat figure {
        height: 300px;
        width: 300px
    }
}
.Titre_cat {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 20px;
    line-height: 130%;
    color: #fff;
    max-height: 110px;
    overflow: hidden
}
@media(max-width:767px) {
    #carrousel-cat {
        padding-top: 1rem
    }
    .List_cat figure {
        height: 250px;
        width: inherit
    }
    .Titre_cat {
        background: #961312;
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 1rem
    }
}
@media(min-width:544px) and (max-width:767px) {
    #carrousel-cat {
        margin-left: -7px;
        margin-right: -7px
    }
    #carrousel-cat>div {
        float: left;
        width: 50%;
        padding: 0 7px
    }
}
#Corps {
    margin-top: 3rem
}
@media(min-width:768px) {
    .Block .content {
        height: 285px
    }
}
.Block ul {
    padding-left: 15px
}
.devis #Corps {
    margin-bottom: 3rem
}
.Block_bg {
    background: url('../images/bg/Block_bg.jpg') no-repeat center bottom;
    background-size: cover;
    color: #fff;
    margin: 3rem 0;
    padding-top: 3rem
}
.numero {
    color: #961312;
    font-size: 3rem;
    font-weight: 900;
    position: absolute;
    padding-top: 1rem
}
.bloc_une {
    margin-left: 3rem;
    margin-bottom: 3rem
}
.bloc_une h2 {
    color: #fff
}
.Block_last {
    margin: 3rem 0
}
@media(min-width:768px) {
    .Block_last .content {
        height: 485px
    }
}
.devis-form h3 {
    font-weight: 700;
    color: #961312;
    margin-bottom: 2rem;
    position: relative
}
.devis-form h3:after {
    content: "";
    background: #961312;
    bottom: -15px;
    left: 0;
    height: 5px;
    position: absolute;
    width: 150px
}
#mail,
#mail2 {
    display: none !important
}
.btn {
border: 0;
    background: #961312;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 15px;
}
.btn:before {
    content: '';
    height: 0;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    transition: all .5s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    z-index: -1
}
.btn:hover:before {
    height: 100%
}
.btn-submit {
    border: 0;
    background: #961312;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 15px;
    width: 150px
}
@media(max-width:767px) {
    .btn-submit {
        width: 100%
    }
}
@media(max-width:543px) {
    .Block ul {
        padding-left: 15px;
        margin-top: 15px
    }
    .Block .col-sm-3 img {
        width: 100%;
        height: 200px
    }
}
video#page-video {
    width: 100%;
    margin-top: 5px;
}
.form-input {
    border: 1px solid #ddd;
    display: block;
    margin-bottom: 10px;
    padding: 15px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    outline: 0 !important;
    width: 100%
}
textarea.form-input {
    height: 150px
}
.hr-texture {
    background: #ececec;
    margin: 3rem auto 0;
    height: 2px;
    text-align: center
}
.hr-texture-bot {
    margin-bottom: 3rem
}
.icon-devis-user {
    background-color: #fff;
    background-position: 27px 0;
    height: 50px;
    width: 100px;
    margin-top: -29px
}
@media(max-width:543px) {
    .devis #Form-devis {
        margin-bottom: 2rem
    }
}
#Partenaires {
    border-top: 3px solid #ddd;
    background: #f3f3f3;
    text-align: center;
    padding: 10px 0
}
.item-part {
    display: inline-block;
    margin: 0 20px
}
.item-part a {
    display: block;
    height: 85px;
    overflow: hidden
}
.item-part a img {
    background-color: #f3f3f3;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    transition: all .3s ease-out 0;
    display: block
}
.item-part a:hover img {
    margin-top: -43px;
    transition: all .3s ease-out 0
}
.titre-album {
    display: block;
    clear: both;
    padding: 15px;
    font-size: 24px;
    text-transform: uppercase
}
.titre-album:after {
    content: "";
    clear: both;
    display: table
}
.swipebox {
    display: block;
    margin-bottom: 30px;
    text-align: center;
    border: 5px solid #fff
}
.BlocMap {
    border-top: 3px solid #ddd;
    height: 370px;
    position: relative
}
#Map {
    position: absolute;
    width: 100%;
    top: 0;
    height: 370px
}
.texte-akisiweb {
    position: relative;
    background: #961312;
    width: 350px;
    margin: 5rem 0 0 auto;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    z-index: 500;
}
@media(max-width:767px) {
    .texte-akisiweb {
        width: 100%
    }
}
.logo_akisiweb {
    display: block;
    margin-top: 15px;
    text-align: center;
}
.logo_akisiweb img {
    height: 34px;
}
.footer {
    background: #194792;
    color: #f1f1f1;
    padding: 3rem 0
}
@media(max-width:543px) {
    .footer {
        padding: 1rem 0
    }
    .footer .col-sm-6 {
        border-bottom: 1px solid #999;
        margin: 15px;
        padding: 0 0 10px
    }
    .footer .col-sm-6:last-child {
        border-bottom: 0
    }
}
.footer h3 {
    color: #fff
}
.footer p {
    margin-bottom: 10px
}
.Menu-footer {
    list-style: none
}
.Menu-footer li {
    margin-bottom: 10px
}
.Menu-footer li:hover>a,
.Menu-footer li:focus>a {
    color: #fff
}
#rappel-immediat .btn-submit {
    width: 100%
}
.CarteFooter {
    height: 150px;
    width: 250px;
    margin: 0 auto
}
.mentions #Corps ol {
    padding-left: 25px
}
.mentions #Corps ul {
    padding-left: 15px
}
.mentions #Corps ul li>p {
    margin-bottom: 5px
}
.mentions #Corps ol>li {
    position: relative;
    list-style: none
}
.mentions #Corps ol>li::before {
    content: counter(compteur);
    color: #333;
    position: absolute;
    font-size: 26px;
    left: -25px;
    top: -3px
}

.formulaire {
        margin-top: 30px;
}

.Mobile .formulaire .btn {
    width: 100%
}

.form_input {
border: 1px solid #ddd;
    display: block;
    margin-bottom: 3px;
    padding: 10px 15px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    outline: 0 !important;
    width: 100%;
}

p.subtitre {
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin-top: 10px;
    margin-bottom: 5px;
	    text-shadow: rgb(3, 3, 3) 1px 1px 1px;
}

.Desktop form#rappelImmediat .form_input {
    display: inline-block;
    width: 70%;
    margin-bottom: 0;
    vertical-align: middle;
}
.Desktop form#rappelImmediat .btn.btn_submit {
    display: inline-block;
    width: 30%;
    padding: 9px 10px;
    vertical-align: middle;
    border: 1px solid #961312;
    font-size: 12px;
}
TEMOIGNAGE
/*-------- TEMOINAGE ------*/ 

#avis_form {
    margin-top: 15px;
}

#MonAvis,
#avis_form {
  padding: 0 2%;
}
#MonAvis span {
  font-size: 18px;
  color: #333;
  display: block;
}
.item-tem .avis {
  display:inline-block;
  vertical-align: top;
}

#avis_form label {
  display: block;
  margin-bottom: 8px
}

#avis_form .input-form {
  margin: 0 0 15px 0;
  width: 100%
}

.avis a {
  width:10%;
  float:left;
  height:100%;

}
.avis > i {
  background: url('../images/rating-sprit.png') no-repeat;
  display: inline-block;
  height: 23px;
  width: 120px;
  margin-right: 15px;
}
.avis-0 {
  background-position: 0 0 !important;
}
.avis-1 {
  background-position: 0 -25px !important;
}
.avis-2 {
  background-position: 0 -50px !important;
}
.avis-3 {
  background-position: 0 -75px !important;
}
.avis-4 {
  background-position: 0 -100px !important;
}
.avis-5 {
  background-position: 0 -125px !important;
}
.avis-6 {
  background-position: 0 -150px !important;
}
.avis-7 {
  background-position: 0 -175px !important;
}
.avis-8 {
  background-position: 0 -200px !important;
}
.avis-9 {
  background-position: 0 -225px !important;
}
.avis-10 {
  background-position: 0 -250px !important;
}
section#temoignages {
    position: relative;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    text-align: center;
}
section#temoignages > div > b {
  position: relative;
    font-size: 40px;
    color: #fff;
}
section#temoignages a {
    background: #b70d24;
    color: #fff;
    padding: 5px 12px;
    border-radius: 5px;
    font-size: 19px;
    margin: 25px 0;
    display: inline-block;
    position: relative;
}
section#temoignages p {
    color: #fff;
    font-size: 17px;
}
section#temoignages span {
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
}
section#temoignages::before {
    content: "";
    background: #000000ad;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
.logo-partenaire {
    padding: 50px 0;
}

/*******/
.col-tem input {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 15px;
    height: 50px;
    font-size: 14px;
    letter-spacing: 2px;
}
.col-tem input:last-child {
    background: #b70d24;
    color: #fff;
    width: auto;
    display: inline-block;
    margin: auto;
    text-align: center;
}
.col-tem textarea {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 15px;
    height: 100px;
    font-size: 14px;
    letter-spacing: 2px;
}
div#MonAvis span {
    color: #000;
    margin: 10px auto;
    text-transform: uppercase;
}
section.temoin {
    padding: 50px 0;
}
section.temoin h1, h2 {
    font-weight: bold;
    font-size: 25px;
}
.intro-layer.ribbon-1 span {
    display: block;
    color: #fff;
    font-size: 40px;
    text-shadow: 1px 3px #666666;
}
.titre-span > span {
    display: block;
}
.titre-span span:first-child {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
.\34 04 .sect4 {
    display: none;
}
 .Desktop .temoignages .contenu .container > .row > div {
    padding: 30px 0;
}
.Mobile .contenu .container > .row > div {
    padding: 30px!important;
}
.Tablet .contenu .container > .row > div {
    padding: 30px!important;
}
.temoignages  .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    font-size: 20px;
    background: #961312;
    color: #fff;
    padding: 5px 40px;
    font-weight: 600;
}
.temoignages .Titrecontenu{
    color: #961312;
}
.temoignages .contenu {
    margin: 170px 0 50px;
}
