﻿/*
Theme Name: MS Thème Child
Author: Multimed Solutions
Author URI: http://www.multimed-solutions.com/
Description: Thème spécial pour wordpress
Version: 2.0
Text Domain:  mstheme-child
Template: mstheme
*/


/* ------------------ Include Styles ------------------ */
/* fonts : */

/*
        Open sans*/
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800italic,800);*/
/*
font-family: 'Open Sans', sans-serif;
*/
/*
        Lato*/
/*@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);*/
/*
font-family: 'Lato', sans-serif;
*/
/*
        Merienda
@import url(https://fonts.googleapis.com/css?family=Merienda:400,700);*/
/*
font-family: 'Merienda', cursive;
*/
/*
        Niconne
@import url(https://fonts.googleapis.com/css?family=Niconne);*/
/*
font-family: 'Niconne', cursive;
*/
/*
        Baumans
@import url(https://fonts.googleapis.com/css?family=Baumans);*/
/*
font-family: 'Baumans', cursive;
*/
/*
        Courgette
@import url(https://fonts.googleapis.com/css?family=Courgette);*/
/*
font-family: 'Courgette', cursive;
*/
/*
        Droid sans
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);*/
/*
font-family: 'Droid Sans', sans-serif;
*/
/*
        Droid sans Mono
@import url(https://fonts.googleapis.com/css?family=Droid+Sans+Mono);*/
/*
font-family: 'Droid Sans Mono', 'Droid Sans', sans-serif;
*/
/*
        Lobster
@import url(https://fonts.googleapis.com/css?family=Lobster+Two:400,400italic,700,700italic);*/
/*
font-family: 'Lobster Two', cursive;
*/
/*
        Pinyon script
@import url(https://fonts.googleapis.com/css?family=Pinyon+Script);*/
/*
font-family: 'Pinyon Script', cursive;
*/
/*
        Poiret one
@import url(https://fonts.googleapis.com/css?family=Poiret+One);*/
/*
font-family: 'Poiret One', cursive;
*/
/*
      /*  Quicksand*/
/*@import url(https://fonts.googleapis.com/css?family=Quicksand:400,300,700);*/

/*font-family: 'Quicksand', sans-serif;*/


@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i');

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i');

/*
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Roboto', sans-serif;
*/


/* ------------------ GENERAL ------------------ */
.row{margin:    0 ;padding:     0}
.row .col-md-6{padding: 0}

    .peint{  padding: 5% 0;}
html{
    font-size: 100%;
}


body {
    color: #666;
    font-size:0.9rem;
    line-height: 1.7em;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

#responsive-menu-container, #rmp-container-469 {
    z-index:999999!important;
}

button#responsive-menu-button {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 0px!important;
    left: 0%!important;
}

body .home{background: #fff}
body .page{background: #F4F4F4}

a{
    color: inherit;
    text-decoration: none;
}

a, a *{
    transition: all .25s ease;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    outline: 0!important;

}
a:hover{
    color: inherit;
}
a:link {
    text-decoration: none;
}

@keyframes bord-bef{50%{top:12px;opacity:1;}to{top:0;opacity:0;}}
@keyframes bord-after{50%{top:37px;opacity:1;}to{top:50px;opacity:0;}}
@keyframes item-menu{/*0%{opacity: 0;top;-100px;} */100%{top:0;opacity:1;}}
@keyframes scroll{10%{top:-5px;}20%{top:4px;}30%{top:-3px;}40%{top:2px;}50%{top:0;}}
@keyframes logo{0%{
    transform-origin: center;transform: translateY(-50px);
    opacity: 0;filter: blur()}100%{ transform-origin: center; transform: none;  opacity: 1;}}

iframe{/* padding-top: 2rem; *//* margin-bottom: 2rem; */}
/*.................... end ......................*/
.map {
    width:100%;
    height:350px;   
}


.map-wrap {
    position:relative; 
}
    
.overlay {
    width: 100%;
    min-height: 116px;
    position: relative;
    top: 0;
}

/* LOGO */



}
a:link {
;

}

a:focus {
    text-decoration: none;
}

.site-header {
    background: #000;
}
/* ------------------ HEADER ------------------ */
/*header#masthead {
    width: 100%;
    height: 80vh;

    background: url(images/slider.jpg) center center no-repeat;
    background-size: cover;

    min-height: 100%;
    z-index: 0;
}
*/

header#masthead .artisant {
     position: absolute;
     bottom: -5px;
     right: 10px;
}

b, strong {
    font-family: 'Roboto', sans-serif;
    font-weight: 600!important;
}

/* responsive menu overide */
/*
#responsive-menu-container #responsive-menu-wrapper {
    background: #121f28!important;
    padding-top: 70px!important;
}

button#responsive-menu-button {
    width: 55px;
    height: 55px;
    position: absolute!important;
    top:0px!important;
    left: 0%!important;
    background: none!important;
}
button#responsive-menu-button .responsive-menu-box {
    color: #121f28!important;
}
*/

/* responsive menu overide */
/* bloc REA */

.rea-active {/* border-bottom: 1px solid #ececec; */background: white;border-radius: 7px;border: 1px solid #d0d0d0;}
.rea-active:hover {
    /* border: 1px solid #01316b; */
    background: #121f28!important   ;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.page-id-300 #eaux .rea-active,
.page-id-347 #fuites .rea-active,
.page-id-349 #incendie .rea-active,
.page-id-351 #decontamination .rea-active,
.page-id-365 #securite .rea-active,
.page-id-365 #autres .rea-active{
    /* border: 1px solid #01316b; */
    background: #121f28;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.page-id-300 #eaux .rea-active h3,
.page-id-347 #fuites .rea-active h3,
.page-id-349 #incendie .rea-active h3,
.page-id-351 #decontamination .rea-active h3,
.page-id-365 #securite .rea-active h3,
.page-id-365 #autres .rea-active h3{color:#fff;}


.rea-active p {padding-bottom: 2rem;padding-top: 0;margin-top: 0!important;padding-left:0.5em;padding-right:0.5em;margin-bottom: 0!important;}
.rea-ctive:hover h3{color:#212121;}
.rea-ctive a {text-decoration:none!important;}
/* BANDEAU PAGES INTERNES */

.semi-container {
    width: 87%;
    margin: auto;
    padding-top: 0;
}
section.sectionTop {
    padding: 1em 0;
    background: #fbfbfb;
    /* margin-bottom: 2rem; */
}


.breadCrumb {
    color: #CCC;
    opacity: 0.8;
}
p#breadcrumbs {
    margin: 8px 10px;
    padding-top: 2em;
    text-align: right!important;
    font-size: 0.8rem;
    color: #414246;
}
.sectionTop h1 {padding-top: 0.5em;margin:0;/* padding-left: 1.5rem; */font-size: 2.5rem;}

p#breadcrumbs a {

     color:#414246;
}
p#breadcrumbs a:hover {color: #003469;}
/* BANDEAU PAGES INTERNES */


.navbar-toggle .icon-bar {
    display: block;
    width: 28px;
    height: 5px;
    border-radius: 1px;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #272727!important;
}

/*ANIM BLOCS */


.bloc.text-center:hover {
    /*background: #e6e6e6;*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.bloc.text-center {
    /*background: #F4F4F4;*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-top: 1rem;
    padding-bottom: 1rem;
}








.action-bar {
    background-color: rgba(0, 0, 0,0.0);
    /* max-height: 61px; */
    height: 15px;
    /* padding: 15px 0; */
}



.bar-top {
    color: #bbbbbb;
    height: 32px;
    padding-right: 0;
    font-size: 1.3rem;
    text-align: right;
    padding-top: 0.6rem;
    right: 0;
}
.bar-top span {
    color: #FFF;
    /* background: #333; */
    height: 32px;
    padding-right: 2rem;
    font-size: 1.3rem;
    text-align: right;
    padding-top: 0.6rem;
    padding-left: 0.6rem;
}





.site-header {
    border-top: solid #000 0px;
}


.home-link{
    /* padding-top: 50px; */
}

#logo img {
    margin-top: 8px;
    /*animation: logo 1s forwards;*/
    width: 400px;
}
.myfixed #logo img {/* background: #8d1b3d; *//* margin: 5px 1px; */}
#logo img:hover {
    /*opacity: .75;*/
}

.telephone {
    position: absolute;
    right: 15px;
    line-height: 65px;
    top :0;
    font-size: 17px;
    letter-spacing: 0.1em;
}

p {
        line-height: 1.5em;
}
li {
    line-height: 1.9em;
    font-size:0.9rem;
    margin: 0;
    padding: 0;
    padding-left: 1rem;
}
.scroll {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    /* width: 100px; */
    bottom: 32px;
    color : #fff;
    /* font-size: 3rem; */
    letter-spacing: 0.2em;
    /* text-transform: uppercase; */
}
.scroll a:hover {
    text-decoration: none;
}
.scroll span {
    font-size: 1.5rem;
}
.scroll img {
    /*animation: scroll 2.5s ease infinite;*/
    
    position: relative;
    max-width: 25px;
    top: 0;
}

/* SOCIAL */
.block-social i.fa.fa-facebook {
    /* padding-left: 1.5rem; */
    font-size: 1.8rem;
}
.block-social {
    margin-left: auto;
    margin-right: auto;
    /* width: 150px; */
    text-align: center;
    background: #eaeaea;
    padding: 1.5rem;
    margin: 0;
    /* margin-bottom: 0; */
    padding: 0;
    padding-bottom: 0rem;
    padding-top: 3rem;
}
.block-social .icon-social ul {
    text-align: center!important;
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    margin: 0;
    padding: 0;
    display: inline-flex;
}
.block-social .icon-social ul li a {
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 0.5rem;
    /* background: #de9d5a; */
    border-radius: 30px;
    height: 30px;
    width: 30px;
    padding-top: 0px;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
}
.block-social .icon-social ul li a:hover {
    color: #f4f4f4;
    font-size: 2.5rem;
    line-height: 1.5rem;
    /* background: #920000; */
    height: 30px;
    width: 30px;
    padding-top: 2px;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
}
.block-social i.fa-facebook:hover {
    color: #f4f4f4;
    background: #8d1b3d;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
}

.block-social i.fa.fa-linkedin:hover {
    color: #f4f4f4;
    background: #8d1b3d;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
}


i.fa.fa-linkedin {
       color: #ffffff;
       /* background: #5d5c5c; */
       font-size: 1.5rem;
       padding: 10px 11px;
       border-radius: 30px;
       margin-right: 0rem;
       vertical-align: baseline;
}
i.fa.fa-phone:hover {

}
.fa-facebook , .fa-linkedin{
    background: #585858;
    font-size: 2.2rem;
    padding: 9px 13px;
    border-radius: 0px;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    border-radius: 26px;
    /* margin-top: 14px; */
    border: 1px solid #ffffff;
}


/* SLOGAN */

section.section4{
    /* padding-bottom: 2rem; */
    /* padding-top: 4rem; */
    background: #f7f7f7;
    background: url(images/showroom.jpg) no-repeat right;
    /* min-height: 429px; */
}

/*section.section4:before {
    background-image: url(images/line-down.png);
    display: block;
    width: 100%;
    height: 50px;
    content: " ";
    background-repeat: no-repeat;
    background-position: top center;
}
section.section4:after {
    background-image: url(images/line-top.png);
    display: block;
    width: 100%;
    height: 50px;
    content: " ";
    background-repeat: no-repeat;
    background-position: bottom center;
}
*/
.showroom1{font-family: 'Playfair Display', serif;color: #ffffff;font-size: 3rem;/* Approximation causée par une substitution de police */font-weight: 400;text-align: center!important;line-height: 1rem;text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.48); */}
.showroom2{/* font-family: 'Roboto', sans-serif; */color: #ff520c;font-size: 5.7rem;/* Approximation causée par une substitution de police */font-weight: 400;text-align: center!important;line-height: 7rem;text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.48); */}
.showroom3{font-family: 'Roboto', sans-serif;color: #ffffff;font-size: 1.9rem;/* Approximation causée par une substitution de police */font-weight: 400;line-height: 3rem;/* Approximation causée par une substitution de police */text-align: center!important;text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.48); */}


/* REA */


/* LOGO PIED DE PAGE SPECIFIQUE */

/*.................... end ......................*/
.separateur-10 {height:10px;display:block;}
.separateur-20 {height:20px;display:block;}
.separateur-30 {height:30px;display:block;}
.separateur-40 {height: 0;display:block;}
.separateur-50 {height:50px;}
.separateur-100 {height: 100px;}
.line1 {
    height:1px;
    border-top:solid #f2f2f2 1px;
    margin-bottom:20px;
    margin-top:20px; 
}

.line2{
    height:1px;
    border-bottom: 2px solid #de3d3e;
    margin-bottom:20px;
    margin-top:20px;
}




/* ------------------ MENU ------------------ */
/* ----------- Menu  AEVC SOUS MENU ---------- */
.home #menu {
    position: relative;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #eaeaea;
}

#menu {
    position: relative;
    background-color: rgb(255, 255, 255);
    display: block;
    z-index: 99999;
    /* border-bottom: 2px solid #CCC; */
    line-height: 0;
}

.navbar {
    border-radius: 0px;
    min-height: 0;
    margin-top: 0;
    display: block;
    padding-top: 12px;
    text-align: center;
    padding-bottom: 0;
    /* border-top: 1px solid #CCC; */
}


.navbar-nav , .navbar-inverse  {
    z-index:9999999;
    float: none;
    display: inline-block;
}

/* liserai barre de menu */

.navbar li {float:left;padding-left: 0rem;}



ul.sub-menu >.current-menu-item a{/* background-color:#FFFFFF; */}




.navbar-inverse .navbar-nav>li>a{
    display: block;
    line-height: 1.1rem;
    padding: 0 1em;
    white-space: nowrap;
    /* border-right:1px solid rgba(0,0,0,.05); */
    padding-top: 0rem;
    margin-top: 0;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    /* text-transform: uppercase; */
    /* letter-spacing: 1px; */
    color: #7f7b70;
    font-size: 1rem;
    padding-top: 0.5em;
    padding-bottom: 1.5em;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    /* color: #505050!important; */
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
}



.navbar-nav>li::after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 203;
    opacity: 0;
    background: #e32e2e;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
}

.navbar-nav>li:hover::after  { opacity: 1;-webkit-transition: 0.25s ease-in-out;
-moz-transition: 0.25s ease-in-out;
transition: 0.25s ease-in-out;
-ms-transition: 0.25s ease-in-out;
-o-transition: 0.25s ease-in-out;}


.navbar-toggle {
    
    color: #5a5a5a;
    position: relative;
    float: right;
    padding: 1rem 1rem;
    margin-top: 8px;
    margin-right: 1rem;
    margin-bottom: 8px;
    background-color: transparent!important;
    background-image: none;
    border:0;
}
/*.................... end ......................*/

.navbar-nav>li.current-menu-item a {
    color: #333333;
    /* background: #e2383c; */
    /* padding-left: 1rem; */
    /* padding-right:1rem; */
    text-decoration: none !important;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
}

.navbar-nav>li.current-menu-item:after{
     content: "";
     height:2px;
     width: 100%;
     position: absolute;
     left: 0;
     bottom: -2px;
     z-index: 203;
     opacity: 1;
     background: #e2383c;
     -webkit-transition: 0.25s ease-in-out;
     -moz-transition: 0.25s ease-in-out;
     transition: 0.25s ease-in-out;
     -ms-transition: 0.25s ease-in-out;
     -o-transition: 0.25s ease-in-out;
}






/* SUB MENU */

#main ul.slides, #main ul{margin: 0;padding: 0 ;}
ul.slides{padding: 0}

ul.sub-menu {
      padding-left: 0;
      display: none;
      position: absolute;
      background: #ffffff;
      list-style: none;
      width: 330px;
      z-index: 99999;
      -webkit-animation: fadeim 1s; /* Safari, Chrome and Opera > 12.1 */
      -moz-animation: fadeim 1s; /* Firefox < 16 */
      -ms-animation: fadeim 1s; /* Internet Explorer */
      -o-animation: fadeim 1s; /* Opera < 12.1 */
      animation: fadeim 1s;
      border-radius: 0;
      margin-top: 0px;
      padding-top: 4px;
}
@keyframes fadeim {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadeim {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeim {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadeim {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadeim {
    from { opacity: 0; }
    to   { opacity: 1; }
}
li.menu-item:hover >ul.sub-menu {
    display: block;
}
div#container.rea{font-size: 1.3rem;color:#000000;}
ul.sub-menu >.menu-item a {
    float: left;
    color: #9d9d9d;
    font-size: 0.9rem;
    width: 100%;
    margin: 0;
    text-align: left;
    padding-left: 15px;
    text-transform: uppercase;
    line-height: 4rem;
    font-weight: 400;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
}
ul.sub-menu > li.menu-item:hover a, ul.sub-menu >.menu-item > a:hover{
   color: #333!important;
   text-decoration: none;
   padding-left:   20px;
   -webkit-transition: 0.25s ease-in-out;
   -moz-transition: 0.25s ease-in-out;
   transition: 0.25s ease-in-out;
   -ms-transition: 0.25s ease-in-out;
   -o-transition: 0.25s ease-in-out;
}
ul.sub-menu > li.menu-item {
    float: left;
    padding: 0px 0px;
    width: 100%;
    text-decoration: none;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
}
ul.sub-menu > li.menu-item:hover{background: #ffffff !important;color: #e2383c!important;}
ul#menu-menu-footer {
    background: transparent !important;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}


/* ------------------ MAIN ------------------ */
.mini-container  {width: 50%;}
#main {
    position: relative;
 
}
div#logo-stick {
    float: left;
    display: none;
    position: relative;
    z-index: 99999;
}
.myfixed div#logo-stick {
  
    display: block;
}
.container-txt {
    /* text-align: left; */
    /* padding: 5%; */
    /* padding-left: 10%; */
    /* padding-right: 10%; */
    padding-top: 1%;
    padding-bottom: 1%;
}
.container-txt p {
    text-align: left!important;
}

#firstancre {
    background: #121f28;
    padding-top: 3em;
    padding-bottom: 3em;
}
.page-id-365 #firstancre {
    background: #121f28 url('images/2as.jpg ')  no-repeat    center center;
    padding-top: 3em;
    padding-bottom: 3em;
    background-size: contain;
}
.page-id-365 .col-xs-12.col-sm-6.pr50:nth-child(1) img{display:  none;   }

.page-id-16 h1 {
    /* font-family: 'Playfair Display', serif; */
    color: #6f6f6f!important    ;
    font-weight: 400;
    font-size: 3.5rem;
    line-height: 1;
    text-transform: initial;
    letter-spacing: 0;
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center!important;
    margin-bottom: 20px;
}
.page-id-16 .services {
 
    display: none;
}
.page-id-16 #main {
    margin-top: -10px;
}
 hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    display: none;
}
.bloc-half-img {
    height: 100%;
    width: 100;
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0!important;
    display: flex;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    
}

.bloc-half-img.right {
    left: auto;
    right: 0;
}

.bloc-half-img img {
    height: 100%!important;
    width: auto;
    max-width: none;
}

.fond {
    background-color:#d8d8d8;
}

.bloc-txt {
    height: 600px;
    overflow: hidden;
    position: relative;
    background: #F4F4F4;
}
.page-id-16 .bloc-txt {height:  700px;}

.mt70 {margin-top: 7rem;}

.bloc-txt div {
    padding : 4rem;
}
#main ul {
    color: #fff!important   ;
    padding-left: 20px;
}

/* BLOCK INFOS */



/* end BLOCK INFOS */

/* Couleur Liens mentions légales */
.page-id-13 a{color: #e2383c;}

/* BLOCK ACTU */

.block-actu {
    /* margin-bottom: 2rem; */
    /* border: 1px solid #95c122; */
    /* border-radius: 11px; */
    /* padding-bottom: 3rem; */
    /* border-bottom: 1px solid #d4d4d4; */
    padding-bottom: 3rem;
}
.block-actu h2 {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    padding-bottom: 0.1em;
    text-align: center;
}
.block-actu h3 {
    margin-bottom: 0px;
    margin-top: 1em;
}



.block-actu p {font-size: 1.1rem;/* margin-bottom: 20px; */margin-top: 0;color: #666;letter-spacing: 0;/* text-transform: uppercase; */text-align: center!important;padding-top: 1.5rem;padding-bottom: 0px;}
/* graphic en fond*/
/*
.picto-bg{
    bottom: 5%;
    left: 22%;
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
    max-width: 20%;
    opacity: .3;
    position: absolute;
    width: 235px;
    height: auto;
    opacity: .2;
    z-index: 1;

}
/* BLOCK reseaux */
.block-reseaux {
    /* border: 1px solid #95c122; */
    /* border-radius: 11px; */
    /* padding-bottom: 3rem; */
    /* border-top: 1px solid #d4d4d4; */
    background: #FFFFFF;
    /* border-bottom: 1px solid #d4d4d4; */
    padding-bottom: 2rem;
    margin-top: 2rem;
}
.block-reseaux h3 {
    display: inline;
    vertical-align: text-top;
    padding-right: 0rem;
    /* border-right: 1px solid #cecece; */
    padding-top: 1rem;
    margin-top: 0;
    padding-bottom: 1rem;
    /* padding-left: 1rem; */
    font-size: 2.5rem;
    color: #7d185f;
    font-weight: 300;
    line-height: 3rem;
}

.block-espaces {
  padding-top :4rem;
  background: #e8e8e8;
  padding-bottom: 3rem;
}
.block-espaces h2{
 /* color: #afafaf; */
 text-align: center;
}
.block-espaces h2:before {
    text-align:left;
    margin:0 auto;
    margin-bottom:1em;
}

.block-part {
    background:#FFF;
    padding-bottom: 2rem;
}
.page-id-16 section.section3.contact.green-pulse {
    display: none;
}
.page-id-16 .section.block-actu.mt40.pb40 {
    display: none;
}

/* BLOCK INTRO */
.block-intro {padding-bottom: 0;padding-top: 0;/* margin-left: -15px; */}
.block-intro h1 {
    margin-top: 0;
    color: #FFF;
}

.block-intro p {color: #fff;}

.block-intro img {
   
    /* padding-top:2em; */
    padding-left: 0!important;
    margin-left: 0!important;
}

/* BLOCK SERVICE */

.services {
    padding: 34px 0 2rem;
    /* background-image: url(http://www.multimed-solutions.fr/jeu-de-fil/apps/uploads/2017/12/bg-produit.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background: #fbfbfb;
}
.services h2 {
    padding-top: 1em;
 text-align:center;
}
.services h2:before {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 1em;
}
.services h3 {
    font-size: 1.1rem;
    color:#121f28;
}

.services .rea-active:hover h3 {
    font-size:1rem;
    color:#ffffff;
}

.services .wrap-metier a{
    display: block;
    float: left;
    width: 20%;
    padding: 0 5px;
    position: relative;
    margin-top: 30px;
    color: #fff;
}

.services .wrap-metier a .bg-noir {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #383838;
}

.services .wrap-metier a:hover .bg-noir img{
    opacity: 0.4;

}

.services .wrap-metier a p {
    line-height: 20px;
    position: absolute;
    z-index: 2;
    top: 250px;
    left: 5px;
    right: 5px;
    letter-spacing: 0.1rem;
    font-size: 1.6rem;

}
/* BLOCK SERVICE */


.number {
    display: block;
    margin-bottom: 5px;
    color: #cecece;
    font-size: 60px!important;
}



.bg-black {
    background:#171717;
    padding : 50px 0;
    color : #fff;
}

.bg-blanc {background-color: #fff;}



.focus {
    background-size: cover;
    padding: 70px 0 90px;
}
.focus .row {
    position: relative;
}
.focus .col-sm-4 {
    position: absolute;
    right: 15px;
    top: 10%;
    height: auto;
    border: 8px solid #b19e7b;
    padding: 30px 20px 50px;
    background-color: #fff;
}
.focus .marron{
    color : #b19e7b;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
}
.focus .col-sm-4 .btn {
    position: absolute;
    margin: .0 20px;
    left: 0;
    right: 0;
    bottom: -30px;
    background-color: #b19e7b;
}

#nav-metiers {
    position: absolute;
    top: -180px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
    height: 180px;
    transition: all .25s ease;
}

#nav-metiers .row>div {padding : 10px; background-color: #bfb097;}
#nav-metiers .row a {
    padding: 5px;
    display: block;
    float: left;
    width: 20%;
    position: relative;
    height: 160px;
    
}
#nav-metiers .row a>div {
    position: relative;
    background: #0c0d0d;
}
#nav-metiers .row a.active>div, #nav-metiers .row a:hover>div {
    position: relative;
    background: #a18249;
}

#nav-metiers .row a>div:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    border: 12px solid;
    border-color: #bfb097 transparent transparent;
    margin: auto;
    top: -15px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all .25s ease;
}
#nav-metiers .row a:active>div:after, #nav-metiers .row a:hover>div:after{
    top: 0;
    opacity: 1;
    transition-delay: .2s;
}
#nav-metiers .row a>div>img {
    opacity: .25;
    height: auto;
}

#nav-metiers .row a>p {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: calc(50% - 20px);
    letter-spacing: 0.1em;
    color : #fff;
    font-size : 1.6rem;
    text-align: center;
}

.gallerie {padding : 70px 0;}
.gallery{margin : 0;}
.gallery-item {
    width: 100%;
    height: auto;
    padding: 10px;
    /* background-color: #303232; */
}
.photos img {
    width: 100%;
    height: auto;
    border: 0 solid #303232;
    -webkit-filter: saturate(0);
    filter: saturate(0);
    opacity: .3;
}

.photos img:hover {
    -webkit-filter: saturate(100%);
    filter: saturate(100%);
    opacity: 1;
}

.gallery-caption { display:none;}


/*------Footer------*/


.site-footer{
  color: #8c8c8c;
  background: #121f28;
}
#mini-footer {
    background: #1f1e1e;
    padding: 15px 0;
    margin-bottom: 50px;
}
#mini-footer li{    padding: 0 31px;float:  left;   }
.menu-footer ul {
    display: inline-block;
    font-size: 1.6rem;
    letter-spacing: .1em;
    color: #fff;
    list-style-type: none;
    text-transform: uppercase;
    padding: 15px 0 0;
    text-align: center;
}

.site-footer a {
    text-decoration: none;
    color: #868686;
}

.site-footer a:hover, .site-footer a:focus {
    color: #ffffff;
    text-decoration: none;
}

.site-footer p  {
    /* line-height: 1.7em!important; */
    /* padding-top: 1.5em; */
    /* margin:     0; */
    /* margin-bottom: 1em; */
}

.site-footer .adresse {
    padding-top:1em;
}

.site-footer .marron {
    color: #fbfbfb;
    text-transform: uppercase;
    font-weight: 400;
    /* font-family: 'Oswald', sans-serif; */
    font-size: 1.1em;
    border-bottom: 1px solid #de3d3e;
    padding-bottom: 0.5rem;
    width: 23%;
    text-align: center;
    margin: 0 auto;
    padding-top: 2em;
}

.entry-meta {background-image: url(http://multimed-solutions.fr/theme-btp/wp-content/uploads/2015/09/texture-noire.jpg);}
.copy a:link {
    color: #6b6b6b;
}

.copy a:visited {
    color: #6b6b6b;
}
.copy{color: #FFFFFF;text-align: center;text-transform:    uppercase;font-size: 10px;padding-top: 0.5em;background: #071621;margin-top: 0.5em;padding-bottom: 0.5em;margin-bottom: 0;}


#main p, #main ul, #main ol, #main table, #main q, #main blockquote, #main code, #main samp, #main pre {
    margin: 0 0 20px 0;
    text-align: justify;
}

.text-center{text-align:center!important; display:block;margin:0 auto;}
.text-left{text-align:left!important; display:block;margin:0 auto;}
.text-right{text-align:right!important; display:block;margin:0 auto;}
.center { text-align: center; margin:0 auto;display:block;}
}
/*.................... end ......................*/

.special-accueil{
    text-align:right!important;
    padding-right: 20px;
}

.contain-line {
    border-bottom: 2px solid #CCCCCC;
    width : 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
/* ------------------ HEADING ------------------ */
.beige {
    color : #c1b298; 
}


/* SLOGAN */
.slogan-block {
     animation: slogan 1s forwards;
     opacity: 1;
}

.subtitle {
    font-size: 1.4rem;
    color:#FFF;
    line-height:1.7em;
    text-transform: initial;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.65);
    letter-spacing: 0;
    text-transform: uppercase;
}


.slogan-block .slogan-btn {
    text-align:left;
}
.slogan {
    /* font-family: 'Playfair Display', serif; */
    font-size: 2.5rem;
    line-height: 1.2em;
    color:#FFF;
    text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.59);
    opacity: 1;
}

/* SLOGAN */

.exergue {
    font-size: 1.75rem;
    font-weight: 300;
    padding: 0px;
    box-shadow: 0 0 6px rgba(0,0,0,0.0);
    margin: 0 0 20px 0;
    line-height: 0;
    color: #e7373f!important;
    text-align: left;
    padding-top: 1.5rem;
    letter-spacing: 0;
    /* font-family: 'Quicksand', sans-serif; */
    margin-bottom: 0!important;
    padding-bottom: 2rem!important;
    line-height: 1.5em;
    /* font-style: italic; */
}
.exergue span{
 font-weight: 500;
 font-size: 2rem;
 line-height: 1.4rem;
 font-style: italic;
 color: #0e4194;
 line-height: 1.8rem;
}

.exergue2 {
    font-size: 1.3rem;
    color: #b1b1b1;
    font-style: italic;
    font-weight: 300;
    margin-top: 0.7em;
    margin-bottom: 1em;
    line-height: 1.3em;
}
.exergue2 span {
    font-weight: 400;

}


.big {
    font-size: 0.8rem;
    line-height: 1.1rem;
    font-weight: 400;
    letter-spacing: 0px;
}


.icon-social .big  {
    margin: 0;
    padding: 0;
    border-bottom: 2px dotted #8d1b3d;

    
}

h1{/* font-family: 'Playfair Display', serif; */color:#111111;font-weight: 400;font-size:3.5rem;line-height: 1;text-transform: initial;letter-spacing: 0;display: block;margin-bottom: 0;margin-top: 1em;/* text-align: center; */}
h1 span {
  font-family: 'Roboto', sans-serif;
   color: #e6e6e6;
   font-weight: 400;
   font-size: 1rem;
   line-height: 1.2em;
   /* text-transform: uppercase; */
   letter-spacing: 1px;
   padding-top: 0em;
   /* padding-bottom: 1em; */
   display: block;
   margin-bottom: 0.5em;
   /* margin-bottom: 10px; */
   /* text-align: center; */
   font-style: italic;
}


h2 {
    font-size: 2.5rem;
    /* font-family: 'Playfair Display', serif; */
    color: #212121;
    font-weight: 400;
    font-style: normal;
    /* text-align:center; */
    padding-top: 0;
}
.page-id-365 h2 {
    color: #fff;
}

h2:after{content :'';height: 4px;width:30px;background:#e7373f;color: #de3d3e;position:relative;display:block;font-size: 1.5rem;/* margin:0 auto; */margin-top: 1em;border-radius: 30px;}

h2 span{
    font-weight: 400;
    color: #a09a8b;
}



h3{
       font-size: 1.75rem;
       /* margin-bottom: 20px; */
       color: #333;
       /* letter-spacing: 0; */
       text-transform: lowercase;
       /* text-align: center; */
       padding-top: 0;
       font-weight: 300;
}
h3::first-letter{text-transform:    uppercase;  }
h3 span {
    font-weight: 300;
    color: #d0cccc;
}
h4{
    font-size: 1.5rem;
    font-weight: 300;
    color: #b1b1b1;
}
h5{
    font-size: 1rem;
}
h6{
    font-size: 0.9rem;
}

/*.................... end ......................*/

/*BLOG */
.blog .entry-content {/* line-height:2.4rem; */background: #FFF;}

.line1 {
    height:1px;
    border-top:solid #f2f2f2 1px;
    margin-bottom:20px;
    margin-top:20px; 
}

article h2 {
    padding-top: 3rem;
}
/*BLOG */



/* ------------------ BTN ------------------ */



.btn, .wpcf7-form-control.wpcf7-submit, .more-link {
  padding: 1.1em 1.5em;
  border: 1px solid #fff;
  font-size: 0.7rem;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  margin-top: 30px;
  background: none;
  margin: 0 auto;
  width: 226px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  cursor: pointer;
  letter-spacing: 1px;
  border-radius: 3px;
  background: #e2383c;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}
.btn, .wpcf7-form-control.wpcf7-submit, .more-link {
   /* background: none; */
   /* border-style: none; */
}
.btn:visited {
    /* color: #c78f49; */
}


.page-id-16 .wpcf7-form-control.wpcf7-submit {
    margin-top :2rem;
    /* padding: 14px 20px; */
}

input, select, textarea {outline-color: #92bbec;}

.wpcf7-form-control.wpcf7-submit {margin: 0 auto;}


.more-link {
margin-top: 2rem;
margin-bottom: 2rem;

}
.entry-thumbnail {
 margin-top :1rem;
 margin-bottom: 2rem;

}

.btn:hover, .wpcf7-form-control.wpcf7-submit:hover, .more-link:hover{
    opacity: 1;
    color: #212121;
    outline: none!important;
    background: #FFF;
    border: 1px solid #e2383c;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
}

    span.wpcf7-form-control-wrap.captcha-892 {
    padding-right: 50px;
}

/*------ BTN Sweep Right ANIM ------*/
.btn--mines3 {
   display: inline-block;
   vertical-align: middle;
   position: relative;
   -webkit-transform: translate(0);
   transform: translate(0);
   text-decoration: none;
   /*Permet la transition*/
   -webkit-transition-property: color;
   transition-property: color;
   -webkit-transition-duration: 1s;
   transition-duration: 1s;
   /*Transition de la couleur*/
   -webkit-transition-timing-function: ease;
   transition-timing-function: ease;
}

.btn--mines3:before {
   content: "";
   position: absolute;
   z-index: -1;
   /*l'anim se fait en dessous du texte*/
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   /*le before prend tout l'espace du bloc*/
   background: rgb(255, 255, 255);
   -webkit-transform: scaleX(0);
   transform: scaleX(0);
   /*Le before n'est pas visible, il a une taille de 0 et permet une transition seulement sur l'axe horizontal X*/
   -webkit-transform-origin: 0 50%;
   transform-origin: 0 50%;
   /*permet d'orienter la transition*/
   -webkit-transition-property: transform;
   transition-property: transform;
   -webkit-transition-duration: 1s;
   transition-duration: 0.5s;
   -webkit-transition-timing-function: ease;
   transition-timing-function: ease;
}

.btn--mines3:hover:before, .btn--mines3:focus:before, .btn--mines3:active:before {
   /* La taille du background augmente au survol seulement sur l'axe horizontal X*/
   -webkit-transform: scaleX(1);
   transform: scaleX(1);
}

.btn--mines3:hover, .btn--mines3:focus, .btn--mines3:active {
   /* color: white; */
   /* text-decoration: none; */
   /* letter-spacing: 1px; */
}

.slogan-block .slogan-btn {
    margin-top: 1em;
    margin-left:0;
    margin-right: 0;
    text-align: center;
}
.slogan-btn {
    padding: 1.1em 1.5em;
    border: 1px solid #ffffff;
    font-size: 0.7rem;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    margin-top: 30px;
    background: none;
    margin:0 auto;
    width: 226px;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    cursor: pointer;
    letter-spacing: 1px;
    border-radius: 3px;
    background: #e2383c;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}
.slogan-btn:hover {color: #e7373f;border-radius: 3px;border: 1px solid #ffffff;}

/* ------------------ ACTUALITES ------------------ */

.single #mysticky-wrap {
    height: auto !important;
}

.meta-nav span {
    display:none!important;
}

p#actu-home {


font-size: 2rem;
    margin-bottom: 20px;
    color: #717171;
    letter-spacing: 0em;
    text-transform: uppercase;
    text-align: center;
    padding-top: 2rem;
    font-weight: 400;
}

span.meta-nav {
display: none!important;
}
.blog #actu {
display: none;
}
#actu{background:#131313;        padding: 0 0 10px;}

a.img-actu img {
    height: auto;
}
a.img-actu {
color:#b1a9a3;
}
#actu ul{list-style: none;padding:  0;}

span.title-actu {
    text-transform: uppercase;
    line-height: 3rem;
    font-size:  1.4rem;

}
.txt-actu p{font-size: 1rem;color:#b1a9a3;     font-size: 1.4rem;text-align:    justify;    }



p#actu-home{
       font-size: 2.5rem;
    margin-bottom: 20px;
    color: #787878;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-align: center;
    padding: 20px 0 0;
}
/*.
/* PAGE ACTU */.


.post-title h1 {
padding:3rem!important;
}
.post-content {
 line-height: 2.5rem;

}
.txt-actu {
    padding-bottom: 2rem;
}
/*................... end ......................*/

.home #mysticky-wrap{height: 0!important}

#page #mysticky-wrap{/* height: 65px!important; *//* margin-bottom: 0px; */}




/* BLOCK TRANSFO */

.contact {
    background: #e2383c;
    padding: 40px 0 40px;
}
.home input.wpcf7-form-control.wpcf7-submit {
    /* margin-top: 10px; */

padding:0.7rem 2.2rem!important;
    
}



/* ------------------ FORMULAIRE ------------------ */
.wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.5686274509803921);
    padding: 9px;
    border: 1px solid #cacaca;
}
.home .wpcf7-form-control.wpcf7-text, .home .wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding: 6px;
    border: 1px solid #999;
    border-bottom: 1px solid #999 !important;
    outline-color: #736d5c;
}
.theme_3.wpcf7-form input.valid, .theme_3.wpcf7-form select.valid, .theme_3.wpcf7-form textarea.valid {
    background: url(../img/valid.png) no-repeat right 5px center;
    color: #FFF!important;
}

div.wpcf7 {
    margin: 0;
    padding: 0;
    max-width: 100%;
    margin: auto;
}
.contact .titre {color: #ffffff;font-size: 1.5rem;font-weight: 300;line-height: 2.3rem;text-align: center;padding-bottom: 20px;margin: 0 auto;text-align: center!important;letter-spacing: 1px;}
.contact .titre span {font-weight: 400 }
.cookie {
    text-align:center;
    font-size: 0.8rem;
    padding-bottom: 1em;
} 

.page-id-16 {
line-height: 1.7rem;

}
body #firstancre .page {
    background: transparent;
}
/* BLOCK TRANSFO end */


/********FORM*********/
span.wpcf7-not-valid-tip {
    color: #f00!important;
    font-size: 1em;
    font-weight: normal;
    display: block;
}
input[type="checkbox"] {
    vertical-align: sub;
}
#cookie-law-info-bar {

    padding: 5px 0;
   
}
.contain-textarea.cookie1 span {color: #716c6c;font-size: 0.8rem!important;}
.contain-textarea.cookie1 a {color:#fca300 !important;font-size: 1.2rem!important;}

.contain-textarea.cookie.c2 {
     font-style: italic;
     color: #585858 !important;
     font-size: 0.7rem!important;
}
.contain-textarea.cookie.c2 a{color:    #e3061b !important}
/*
*******FORM*********/


.blog .block-actu, .single .block-actu, .blog .services,.single .services{display:  none!important ;   }

/* ------------------ BREAK POINTS ------------------- */


@media screen and (max-width: 1399px) {
     html {font-size: 90%}

.action-bar {
    padding: 0;
    height: 0px;
}

}



@media screen and (max-width: 1199px) {
     html {font-size: 90%}
  
    #logo img {

    }

    .pl50,.pr50{padding: 0 15px}
    
}
    .bloc-txt {height: auto;}
    
    .t{ width: 317px !important;    margin: 25px auto !important;}
    .bloc-txt {height: auto;}
    h2{
    /* font-size: 2.8rem; */
    /* line-height: 45px; */
    /* margin-bottom: 10px; */
    }
    .services .wrap-metier a p {top: 182px;}
    /*.services .wrap-metier a:hover p {top: 245px;}*/
    #nav-metiers .row a>p {top : calc(50% - 30px)}
    .contact .bloc-txt {
        height: auto!important;
    }
    #nav-metiers {top : -150px; height : 150px;}
    #nav-metiers .row a {height : 130px;}
  
}
@media screen and (max-width: 1100px) {
     html {font-size: 85%}
      .block-pro h2 {

       padding: 0;
        margin: 0;
}
    .navbar {margin-top: 0px;/* background: rgba(0,0,0,0.9); */}

.services .wrap-metier a p {
    top: 84px;
    font-size: 12px;
    }
}

@media screen and (max-width: 991px) {
 html {font-size:80%}
    .activites {
    font-size: 4.2rem;
    top: calc(60% - 0px);
}
.activites span {
    font-size: 4rem;
    margin-top: 0em;

}
.activites span, .activites2 span {
    font-size: 2.8rem;
}

    .action-bar {height: auto;}
    .line-header { display: none}
    .block-pro {
    height: 44vh;
        min-height: 400px
  }
  .block-pro h2 {
    font-size: 4rem;
       padding: 0;
        margin: 0;
}

 
    .slogan1, .slogan2, .activites, .activites2 {
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(60% - 0px);
    display: block;
}
    .activites, .activites2 {
    font-size: 3.5rem;
    line-height:3rem;
    }
    .activites span, .activites2 span {
        margin-top: 9px;
        font-size: 3rem;
    }

    .bar-top {
        text-align:center;
    }
    p {line-height: 20px;}

    .slogan2 {
    font-size: 4rem;
    }
    .slogan1 {
         font-size: 3rem;
    }
  /*  .navbar-inverse .navbar-nav>li>a{
    font-size: 1.4rem;
    padding: 0 20px;
    }*/
  


    .navbar-inverse .navbar-nav>li>a {
    font-size: 1.3rem;
    padding: 0 8px;
}
    .bloc-txt {height: auto;}
    .bloc-txt div {
        padding : 2rem;
    }

    .services .wrap-metier a p {
    top: 101px;
    font-size: 13px;
}
    /*.services .wrap-metier a:hover p {top: 170px;}*/
    h3 {
    font-size: 1.5rem;
    line-height:  1.5rem;
    }
    .menu-footer ul { 
        font-size: 12px;;
    }
    h1 {font-size: 3rem;line-height: 3rem;}    
   
    #nav-metiers {top : -125px; height : 125px;}
    #nav-metiers .row a {height : 105px;}
    .number {font-size: 4rem!important;}
    #nav-metiers .row a>p {font-size: 1.3rem;}
}

@media screen and (min-width: 767px) {
	#rmp_menu_trigger-469 {	display: none;}	
}

@media screen and (max-width: 767px) {
	.home #menu { padding-top: 10%;}
    .page-id-16 iframe { height: 200px;}
.services{display:none;}
.col-xs-12.col-sm-6.pr50:nth-child(1) img{display:  none;   }
    .page-id-365 #firstancre {
    background: #121f28}
     html {font-size: 70%}


    .home .mt40{margin-top:     40px}
    .text-left, .text-right{text-align:     center!important    ;   }
.mt40{margin-top:   0}
.activites span {
    font-size: 4rem;
    margin-top: 0em;

}

.activites span span {
    font-size: 1.8rem!important;
    margin-top: 0em;
}

    .site-footer .marron {
        width:100%;
    }

    .services h3{padding-top: 0!important}
    .block-reseaux h3 {

    padding-right: 0;
}
    .block-pro h2 {
    font-size: 3.5rem;
}

    .container-txt {
    text-align: left;
    /* padding: 5%; */
    /* padding-left: 10%; */
    /* padding-right: 10%; */
    /* padding-top: 3%; */
    /* padding-bottom: 5%; */
}

    .navbar-nav>li:hover::after  {    width: 30%;}


    .activites,  .activites2 {
    font-size: 3.5rem;
}

   
    .bar-top {
          text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%; 
    }


    .slogan1, .slogan2, .activites,  .activites2 {
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - 0px);
    display: block;
    }
    .number img{ display: none!important;}

    .activites, .activites2 {
       font-size:2.5rem;
       margin: 0 0;
       line-height: 2.9rem;
    }
    .activites span, .activites2 span {
   font-size: 2.5rem!important;
}



    ul.nav{border :0;}
    .navbar-inverse .navbar-nav>li>a{
        font-size: 1.2rem;
    }
    div#slider-contact{top:initial; }
    .bloc-half-img {    
    height: auto;
    position: relative;
    z-index: 200;}
    .bloc-txt {height: auto;z-index: 200;}
    
    .services .wrap-metier a{    
        display: block;
        float: left;
        width: 100%;
        padding: 0 5px;
        position: relative;
        margin-top: 10px;
    }
    
    .services .wrap-metier a .more {
        display: block;
        position: absolute;
        top: 0;
        border-bottom: none;
        line-height: 40px;
        text-align: center;
        left: auto;
        right: 15px;
        z-index: 5;
        opacity: 1;
        color: #fff!important;
        font-size: 12px!important;
    }
    .services .wrap-metier a p{
        height: 16px;
        left: 20px;
        right: 20px;
        text-align: left!important;
        height: 45px;
        margin: auto;
        bottom: 0;
        top: 40px;
    }
    .services .wrap-metier a:hover p {top : 40px;}
    .services .wrap-metier a:hover .more { top:0; }
    .focus .col-sm-4{
        padding: 20px 15px 40px;
        position: relative;
        right: 0;
        width: auto;
        margin: 15px;
        border-width: 5px;
    }
    .menu-footer ul {
        display: none;
    }
    
    .site-footer .marron {
        margin-top : 30px;
    }
    .site-footer {padding : 0 ;}
    .slogan1 {font-size : 2rem;}
    .slogan2 {font-size: 2.5rem;    margin: 3rem 0;}
    .navbar {text-align: center;z-index: 99999;}
    
    #nav-metiers .row a {width: 100%;
        height: auto;
        max-height: 100px!important;
        overflow: hidden;  }
    #nav-metiers {height: auto; position: relative;top : 0;max-height: 1000px!important;}
    li.current-menu-item:after{   content:none;}
    
}

@media screen and (max-width: 450px) {
     html {font-size: 60%}


  #logo img{
    width: 69%;
    padding-top: 8px;
}

    .activites span span {
    font-size: 1.54rem;
   
}

   

    .contact .titre{
        font-size: 1.7rem;

    }
   
}
.action-bar {
    background-color: #8c1b3d;
    /* max-height: 125px; */
    height: auto;
}
    

    


    .scroll {
        bottom:36px;
    }



    .slogan1, .slogan2, .activites , .activites2{
    position: absolute;
    left: 0;
    right: 0;
    top: calc(45% - 0px);
    display: block;
}

 
        .container {
    padding-right: 0px;
    padding-left: 0px;
    }


    .activites span , .activites2 span {
   font-size: 3.8rem;
}




    .bar-top {
    color: #404040;
    /* background: #ffffff; */
    height: 45px;
    padding-right: 0;
    /* font-size: 1.4rem; */
    font-weight: 600;
    text-align: right;
    padding-top: 0.6rem;
    /* position: absolute; */
    right: 0;
    padding-left: 0;
    margin-right: 0;
    padding-right: 0;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 1rem;
    display: none;
}
.bar-top span {
    color: #95c122;
    /* background: #333; */
    /* height: 44px; */
    padding-right: 2rem;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: right;
    padding-top: 0;
    padding-left: 0;
    line-height: 0.2rem;
    display:none;
}
    .slogan2 {
    font-size: 2rem;
}
.contain-rea { margin-bottom: 20px;}

}
