/** Feuille de style du site de Lejoly
 *  @lastmodified  2014-17-11 11:02
 *
 * @author http://www.in-leed.com
 *  @version 1.0
 */


/** --- = @section BASE --- */
body {
	font-family: 'Poppins', arial, helvetica, sans-serif;
	text-align: left;
	color: #202020;
	background-color: #fff;
	font-size: 16px;
	
	overflow-x: hidden;
}

h1 {
	font-family: 'Poppins', arial, helvetica, sans-serif;
	font-weight: 600;
	color: #53b3c8;
}

h2 {
    color: #307EE2;
	font-size: 20px;
	font-weight: 600;
}

h3 {
	/* margin: 0.4em 0 1em; */
	font-size: 18px;
}

h4 {
	margin: 1em 0 0;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}

a:link, 
a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

ul {
    padding-left: 20px !important;
    list-style: none;
    list-style-image: none;
}

.break {clear:both;}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
	clear: both;
}

.clic {
	cursor: pointer;
}

.bold, .bold a {
	font-weight:700;
}

.italic {
	font-style: italic;
}

.up {
	text-transform: uppercase;
}

/*------------------------------------padding-------------------------------------*/

/*----------------top-----------------*/
.pt2  {padding-top:2px;}
.pt3  {padding-top:3px;}
.pt4  {padding-top:4px;}
.pt5  {padding-top:5px;}
.pt6  {padding-top:6px;}
.pt7  {padding-top:7px;}
.pt8  {padding-top:8px;}
.pt9  {padding-top:9px;}
.pt10 {padding-top:10px;}
.pt11 {padding-top:11px;}
.pt12 {padding-top:12px;}
.pt13 {padding-top:13px;}
.pt14 {padding-top:14px;}
.pt15 {padding-top:15px;}
.pt16 {padding-top:16px;}
.pt17 {padding-top:17px;}
.pt18 {padding-top:18px;}
.pt19 {padding-top:19px;}
.pt20 {padding-top:20px;}
.pt25 {padding-top:25px;}
.pt30 {padding-top:30px;}
.pt35 {padding-top:35px;}
.pt40 {padding-top:40px;}
.pt45 {padding-top:45px;}
.pt50 {padding-top:50px;}

/*----------------bottom--------------*/
.pb4  {padding-bottom:4px;}
.pb5  {padding-bottom:5px;}
.pb6  {padding-bottom:6px;}
.pb7  {padding-bottom:7px;}
.pb8  {padding-bottom:8px;}
.pb9  {padding-bottom:9px;}
.pb10 {padding-bottom:10px;}
.pb11 {padding-bottom:11px;}
.pb12 {padding-bottom:12px;}
.pb13 {padding-bottom:13px;}
.pb14 {padding-bottom:14px;}
.pb15 {padding-bottom:15px;}
.pb16 {padding-bottom:16px;}
.pb17 {padding-bottom:17px;}
.pb18 {padding-bottom:18px;}
.pb19 {padding-bottom:19px;}
.pb20 {padding-bottom:20px;}
.pb25 {padding-bottom:25px;}
.pb30 {padding-bottom:30px;}
.pb35 {padding-bottom:35px;}
.pb40 {padding-bottom:40px;}
.pb45 {padding-bottom:45px;}
.pb50 {padding-bottom:50px;}

/*----------------left--------------*/
.pl3  {padding-left:3px;}
.pl4  {padding-left:4px;}
.pl5  {padding-left:5px;}
.pl6  {padding-left:6px;}
.pl7  {padding-left:7px;}
.pl8  {padding-left:8px;}
.pl9  {padding-left:9px;}
.pl10 {padding-left:10px;}
.pl11 {padding-left:11px;}
.pl12 {padding-left:12px;}
.pl13 {padding-left:13px;}
.pl14 {padding-left:14px;}
.pl15 {padding-left:15px;}
.pl16 {padding-left:16px;}
.pl17 {padding-left:17px;}
.pl18 {padding-left:18px;}
.pl19 {padding-left:19px;}
.pl20 {padding-left:20px;}
.pl25 {padding-left:25px;}
.pl30 {padding-left:30px;}
.pl35 {padding-left:35px;}
.pl40 {padding-left:40px;}
.pl45 {padding-left:45px;}
.pl50 {padding-left:50px;}

/*----------------right--------------*/
.pr5  {padding-right:5px;}
.pr6  {padding-right:6px;}
.pr7  {padding-right:7px;}
.pr8  {padding-right:8px;}
.pr9  {padding-right:9px;}
.pr10 {padding-right:10px;}
.pr11 {padding-right:11px;}
.pr12 {padding-right:12px;}
.pr13 {padding-right:13px;}
.pr14 {padding-right:14px;}
.pr15 {padding-right:15px;}
.pr16 {padding-right:16px;}
.pr17 {padding-right:17px;}
.pr18 {padding-right:18px;}
.pr19 {padding-right:19px;}
.pr20 {padding-right:20px;}
.pr25 {padding-right:25px;}
.pr30 {padding-right:30px;}
.pr35 {padding-right:35px;}
.pr40 {padding-right:40px;}
.pr45 {padding-right:45px;}
.pr50 {padding-right:50px;}



/*------------------------------------margin-------------------------------------*/

/*----------------top-----------------*/
.mt2  {margin-top:2px;}
.mt3  {margin-top:3px;}
.mt4  {margin-top:4px;}
.mt5  {margin-top:5px;}
.mt6  {margin-top:6px;}
.mt7  {margin-top:7px;}
.mt8  {margin-top:8px;}
.mt9  {margin-top:9px;}
.mt10 {margin-top:10px;}
.mt11 {margin-top:11px;}
.mt12 {margin-top:12px;}
.mt13 {margin-top:13px;}
.mt14 {margin-top:14px;}
.mt15 {margin-top:15px;}
.mt16 {margin-top:16px;}
.mt17 {margin-top:17px;}
.mt18 {margin-top:18px;}
.mt19 {margin-top:19px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt30 {margin-top:30px;}
.mt35 {margin-top:35px;}
.mt40 {margin-top:40px;}
.mt45 {margin-top:45px;}
.mt50 {margin-top:50px;}

/*----------------bottom--------------*/
.mb5  {margin-bottom:5px;}
.mb6  {margin-bottom:6px;}
.mb7  {margin-bottom:7px;}
.mb8  {margin-bottom:8px;}
.mb9  {margin-bottom:9px;}
.mb10 {margin-bottom:10px;}
.mb11 {margin-bottom:11px;}
.mb12 {margin-bottom:12px;}
.mb13 {margin-bottom:13px;}
.mb14 {margin-bottom:14px;}
.mb15 {margin-bottom:15px;}
.mb16 {margin-bottom:16px;}
.mb17 {margin-bottom:17px;}
.mb18 {margin-bottom:18px;}
.mb19 {margin-bottom:19px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb30 {margin-bottom:30px;}
.mb35 {margin-bottom:35px;}
.mb40 {margin-bottom:40px;}
.mb45 {margin-bottom:45px;}
.mb50 {margin-bottom:50px;}

/*----------------left--------------*/
.ml4  {margin-left:4px;}
.ml5  {margin-left:5px;}
.ml6  {margin-left:6px;}
.ml7  {margin-left:7px;}
.ml8  {margin-left:8px;}
.ml9  {margin-left:9px;}
.ml10 {margin-left:10px;}
.ml11 {margin-left:11px;}
.ml12 {margin-left:12px;}
.ml13 {margin-left:13px;}
.ml14 {margin-left:14px;}
.ml15 {margin-left:15px;}
.ml16 {margin-left:16px;}
.ml17 {margin-left:17px;}
.ml18 {margin-left:18px;}
.ml19 {margin-left:19px;}
.ml20 {margin-left:20px;}
.ml25 {margin-left:25px;}
.ml30 {margin-left:30px;}
.ml35 {margin-left:35px;}
.ml40 {margin-left:40px;}
.ml45 {margin-left:45px;}
.ml50 {margin-left:50px;}

/*----------------right--------------*/
.mr5  {margin-right:5px;}
.mr6  {margin-right:6px;}
.mr7  {margin-right:7px;}
.mr8  {margin-right:8px;}
.mr9  {margin-right:9px;}
.mr10 {margin-right:10px;}
.mr11 {margin-right:11px;}
.mr12 {margin-right:12px;}
.mr13 {margin-right:13px;}
.mr14 {margin-right:14px;}
.mr15 {margin-right:15px;}
.mr16 {margin-right:16px;}
.mr17 {margin-right:17px;}
.mr18 {margin-right:18px;}
.mr19 {margin-right:19px;}
.mr20 {margin-right:20px;}
.mr25 {margin-right:25px;}
.mr30 {margin-right:30px;}
.mr35 {margin-right:35px;}
.mr40 {margin-right:40px;}
.mr45 {margin-right:45px;}
.mr50 {margin-right:50px;}



.fl {
    float: left;
}

.fr {
    float: right;
}

/** --- = @section HEADER --- */
header, .bandePictos, .actuRow, .top-row, .bottom-row, .logosRow, footer, .wrapInleed div {
	width: 1200px;
	margin: 0 auto;
}
@media (max-width: 1024px){
    header, .bandePictos, .actuRow, .top-row, .bottom-row, .logosRow, footer, .wrapInleed div {
        width: 100%;
        margin: 0;
    }
}





/* HEADER */

.wrapHeader {
	width: 100%;
	height: 145px;
    background: linear-gradient(180deg, #77AFF7 0%, #307EE2 60px, #FFF 61px, #FFF 100%);
}

header .head{
    width: 100%;
    height: 60px;
    color: #FFF;
}

header .logo {
    display: inline-block;
    height: 60px;
}

header .logo img{
    margin-top: 15px;
}

header .blocRight {
	float: right;
    margin-top: 15px;
}

header .blocRight a {
    color: #FFF;
    margin-left: 30px;
}

header .blocRight a img{
    margin-right: 5px;
}

header nav {
	/* float: right; */
	/* margin-top: 41px; */
	/* background-color: blue; */
}

header nav ul {
	position: relative;
    /* float: right; */
	z-index: 600;
    margin: 0;
	padding: 0 !important;
    /* background: red; */
    margin-top: 30px;
}

header nav ul li {
	float: left;
    /* padding-left: 0; */
	text-align: center;
    background: none;
}


header nav ul li a {
	margin: 0;
	padding: 0 20px;
	font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #202020;
}

header nav ul li a:hover,
header nav ul li a.active {
    color: #307EE2;
	text-decoration: none;
}

header nav ul li.last a{
    padding-right: 0 !important;
    border-right: none !important;
}

header nav ul li.first a{
    padding-left: 0 !important;
}

.btn1, .btn2, .btn3, .btn4 {
    border-right: 1px solid #c7f2ff;
}



@media (max-width: 1024px) {
    .wrapHeader{
        height: 250px;
        background: linear-gradient(180deg, #77AFF7 0%, #307EE2 100px, #FFF 101px, #FFF 100%);
    }
    header .logo {
        width: 100%;
        display: block;
        height: 60px;
        text-align: center;
    }
    header .logo img{
        
    }
    header .blocRight{
        float: none;
        width: 100%;
        text-align: center;
        margin-top: 0;
    }
    header nav ul{
        margin-top: 50px;
    }
    header nav ul li {
    	float: none;
        /* padding-left: 0; */
    	text-align: center;
        background: none;
    }
    header nav ul li a{
        border: none;
        padding: 6px 12px;
    }
    .btn1, .btn2, .btn3, .btn4{
        border: none;
    }
}

@media (max-width: 480px){
    .wrapHeader{
        height: 300px;
        background: linear-gradient(180deg, #77AFF7 0%, #307EE2 120px, #FFF 121px, #FFF 100%);
    }
    header nav ul{
        margin-top: 75px;
    }
}





/** --- = @section SLIDER --- */
.wrapSlider {
	background-color: #307EE2;
	color: #FFF;
}

.wrapSlider img{
    width: 100%;
}

.bx-wrapper .bx-viewport {
    box-shadow: none !important;
}

#myBxslider {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

#myBxslider > li {
    padding: 0 !important;
    background: none;
}

#myBxslider > li > img {
    width: 100%;
}
	
/** subsection top-row */
	
.top-row, .bottom-row {
	display: table;
    height: 100%;
    padding: 60px 0;
}

.fourC {
	display: table-cell;
    float: left;
    width: 276px;
	height: 340px;
}

.fourC + .fourC {
    margin-left: 19px;
}

.fourC.col1{
	padding: 15px;
}

.box-grid{
    overflow: hidden;
    position: relative;
    width: 285px;
    height: 180px;
}

.box-grid:first-of-type {
    margin-bottom: 10px;
}

.box-grid .img-presentation {
    position: absolute;
    top: 0;
    left: 0;
    width: 285px;
    height: 180px;
}

.img-presentation img {
	width: 100%;
	height: 100%;
}

.top-row .col1 {
    position: relative;
    z-index: 5px;
    border: 1px solid #77AFF7;
    background: #F3F3F9;
}

.top-row .col1 p{
    margin-top: 0;
}

.top-row ul {
	padding: 0;
	margin: 0;
	list-style: disc;
}

.top-row ul li {
	padding-left: 0;
}

.wrap-bottom-row {
    background: url(../img/bg-bottom.jpg) no-repeat center 0 #eaeaea;
}

.bottom-row .col1, 
.bottom-row .col2 {
    position: relative;
    float: left;
    width: 560px;
    height: 310px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 7px 14px #CACACA;
}

.bottom-row .col1 {
    position: relative;
    margin-right: 19px;
}

.bottom-row .col1 .img-presentation, 
.bottom-row .col2 .img-presentation {
    float: left;
    width: 187px;
    height: 187px;
    background: #7f7f7f;
    margin: 0 30px 30px 0;
}

.bottom-row .col1 .img-presentation img, 
.bottom-row .col2 .img-presentation img {
    max-width: 100%;
}

.bottom-row .col1 .text-presentation p, 
.bottom-row .col2 .text-presentation p {
    margin-top: 0;
    margin-bottom: 8px;
}

.bottom-row .h2{
    color: #307EE2;
    font-size: 20px;
}

.bottom-row .col1 .strong span {
    font-weight: 600;
}



@media screen and (max-width: 1024px){
    	
    .top-row, .bottom-row {
        display: block;
        width: 100%;
        padding: 30px 0;
    }
    
    .top-row .col1,
    .top-row .col2,
    .bottom-row .col1, 
    .bottom-row .col2 {
        float: none !important;
        display: block;
        width: 100%;
        height: auto !important;
        box-sizing: border-box;
    }
    
    .bottom-row .col2{
        margin-top: 20px;
    }
    
    .top-row .col2,
    .top-row .col3,
    .top-row .col4{
        display: none;
    }
}


/** --- = @section H1 --- */
.wrapH1 {
    padding: 20px 0;
}

h1 {
	width: 100%;
	margin: 0 auto !important;
    font-size: 20px;
	text-align: center;
    font-weight: 400;
	color: #7f7f7f;
}








/** --- = @section FOOTER --- */
.wrapFooter {
    display: block;
    height: auto;
    background: url(../img/footer_bkg.png) no-repeat 100% 100% #3B77C4;
	color: #fff;
	padding: 30px 0;
	height: 300px;
}

/* footer {
    padding-top: 10px;
} */

footer h3 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    /* border-right: 1px solid #019bc9; */
}

footer nav,
footer .newsletter,
footer .horaires,
footer .coordonnees {
    display: inline-block;
    vertical-align: top;
	width: 33%;
	text-align: left;
	color: #fff;
}

footer .lienNav ul {
	padding: 0;
	list-style: disc;
}

footer .lienNav ul li {
	list-style: disc;
	padding-left: 0;
}

footer a {
	color: #fff;
}

footer .horaires p {
    margin: 0;
}

footer .coordonnees {
    color: #fff;
}

#facebook {
	margin-top: 16px;
    }

.inleed{
    margin-top: 16px;
    /* background: red; */
    width: 100%;
    display: block;
    height: 30px;
    text-align: center;
}
.inleed a{
    display: inline-block;
    }


@media screen and (max-width: 1024px){
    .wrapFooter{
        height: auto;
    }
    
    footer nav,
    footer .newsletter,
    footer .horaires,
    footer .coordonnees {
        display: block;
    	width: 100%;
    	text-align: center;
    }
    footer .lienNav ul{
        margin: 0;
        padding: 0;
        padding-left: 0 !important;
    }
    footer .lienNav ul li{
        list-style: none;
        padding: 0;
    }
}







/** --- = @section pages --- */
.wrap-top-page {

}

.wrap-bottom-page {
    background: url(../img/bg-bottom.jpg) no-repeat center 0 #e6e6e6;
}

.backgroundsize .wrap-bottom-page {
    background-size: 100% 100%;
}

.wrap-top-page .top-row {
    position: relative;
    z-index: 4000;
}

.wrap-top-page .top-row .col1,
.wrap-bottom-page .bottom-row .col2 {
    display: table;
    float: left;
    background: none;
    border: none;
    width: 50% !important;
}

.wrap-bottom-page .bottom-row .col2 {
    padding: 0;
    /* right: 2px; */
}

.wrap-top-page .top-row .col1 .cell-row,
.wrap-bottom-page .bottom-row .col2 .cell-row {
    display: table-row;
    position: relative;
    width: 100%;
    /* height: 212px; */
}

.wrap-top-page .top-row .col1 .cell-row .text-presentation,
.wrap-bottom-page .bottom-row .col2 .cell-row .text-presentation {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 50%;
    height: 182px;
    padding: 15px;
    background: #fff;
    
    transition: all 0.1s ease-out; 
}

.wrap-top-page .top-row .col1 .cell-row .img-presentation,
.wrap-bottom-page .bottom-row .col2 .cell-row .img-presentation {
    display: table-cell;
    position: relative;
    width: 100%;
    max-width: 300px;
    height: 212px;
    margin-bottom: 0;
}


.wrap-top-page .top-row .col1 .cell-row:hover > .text-presentation,
.wrap-bottom-page .bottom-row .col2 .cell-row:hover > .text-presentation {
    z-index: 6000;
    background: #307EE2;
    color: #fff;
}

.wrap-top-page .top-row .col1 .cell-row:first-of-type,
.wrap-bottom-page .bottom-row .col2 .cell-row:last-of-type {
    z-index: 5000;
}


.wrap-top-page .top-row .col1 .cell-row .text-presentation span,
.wrap-bottom-page .bottom-row .col2 .cell-row .text-presentation span {
    display: block;
}

.wrap-top-page h2,
.wrap-top-page .big,
.wrap-bottom-page h2,
.wrap-bottom-page .big {
    color: #307EE2;
}

.wrap-top-page .top-row .col1 .big,
.wrap-bottom-page .bottom-row .col2 .big {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
}

.wrap-top-page .top-row .col1 .name,
.wrap-bottom-page .bottom-row .col2 .name {
    font-size: 40px;
    font-weight: 400;
    color: #307EE2;
    text-align: center;
}

.wrap-top-page .top-row .col1 .cell-row:hover .name,
.wrap-top-page .top-row .col1 .cell-row:hover .big,
.wrap-bottom-page .bottom-row .col2 .cell-row:hover .name,
.wrap-bottom-page .bottom-row .col2 .cell-row:hover .big {
    color: #FFF;
}

    
    .wrap-top-page .top-row .col1 img,
    .wrap-bottom-page .bottom-row .col2 img{
        width: 100%;
    }



.cssanimations .wrap-top-page .top-row .col1 .cell-row:hover > .text-presentation,
.cssanimations .wrap-bottom-page .bottom-row .col2 .cell-row:hover > .text-presentation {
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
         -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
    
    
}

.wrap-top-page .top-row .col2,
.wrap-bottom-page .bottom-row .col1 {
    position: relative;
    left: -1px;
    width: 530px;
    height: 400px;
    padding: 15px;
    /* font-size: 12px; */
    /* border: 1px solid #d6f2fb; */
    background: #fff;
    box-shadow: 0 6px 12px #CACACA;
}

.wrap-top-page .top-row .col2,
.wrap-bottom-row .bottom-row .col2 {
    float: right;
}

.wrap-bottom-page .bottom-row .col1 {
    float: left;
}

.wrap-top-page .top-row .col2:after,
.wrap-bottom-page .bottom-row .col1:after {
    content: "";
    position: absolute;
    width: 592px;
    height: 19px;
    bottom: -19px;
    left: 0;
    background: url(../img/shadow-escalier-bottom-col.png) no-repeat 0 0;
}


.wrap-bottom-page ul {
    float: none;
    /* margin-right: 55px; */
    list-style: disc;
    margin: 0;
    width: 100%;
    padding-right: 20px;
    width: 100%;
}


@media (max-width: 1024px){
    .wrap-top-page .top-row .col1,
    .wrap-top-page .top-row .col2,
    .wrap-bottom-page .bottom-row .col1,
    .wrap-bottom-page .bottom-row .col2{
        display: block;
        float: none;
        width: 100% !important;
        height: auto !important;
        max-width: 800px;
        margin-left: auto; margin-right: auto;
    }
    
    .wrap-top-page .top-row .col1 .cell-row .img-presentation,
    .wrap-bottom-page .bottom-row .col2 .cell-row .img-presentation{
        display: none;
    }
    
    .wrap-top-page .top-row .col1 .cell-row,
    .wrap-bottom-page .bottom-row .col2 .cell-row{
        display: block;
        width: 100%;
        float: none;
    }
    
    .wrap-top-page .top-row .col1 .cell-row .text-presentation,
    .wrap-bottom-page .bottom-row .col2 .cell-row .text-presentation{
        width: 100%;
        height: auto;
        display: block;
        float: none;
    }
    
}
@media (max-width: 480px){
    
}






.row-plomberie .col1,
.row-plomberie .col2{
    height: 320px !important;
}

.row-plomberie-2 .col1,
.row-plomberie-2 .col2{
    height: 450px !important;
}

.row-plomberie-2 .col1 p{
    margin-top: 0 !important;
    margin-bottom: 8px !important;
}

.row-chauffage .col1,
.row-chauffage .col2{
    height: 450px !important;
}
.row-chauffage-2 .col1,
.row-chauffage-2 .col2{
    height: 550px !important;
}

.row-chauffage .col2 p,
.row-chauffage-2 .col1 p{
    margin-top: 0 !important;
    margin-bottom: 8px !important;
}




/* Formulaire */

.row-contact{
    max-width: 800px;
    width: 90%;
    margin-left: auto; margin-right: auto;
}

input[type=text], textarea, input[type=email] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  background: #eee;
  /* border-radius: 4px; */
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  margin-right: 0px;
  margin-left: 0px;
  resize: vertical;
  min-height: 40px;
}

label{
    font-weight: 600;
    font-size: 12px;
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;}
  
input[type=text]:focus,
input[type=email]:focus,
textarea:focus{
  border-color: #307EE2;
}

input[type=submit] {
  background-color: #307EE2;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #1872D9;
}


/** --- = @section IE --- */

/** simule la fonction inline-block sous IE 7 et moins.
*  @bugfix * @affected  IE 7, IE 6
*  @see    http://www.alsacreations.com/article/lire/1209-display-inline-block.html
*/
.ie7 .wrapBandePictos li {
    zoom: 1; /*offre le layout à un élément **/
    display: inline;

}

.ie8 header nav ul li a {
    font-family: arial, helvetica, sans-serif;
    font-weight: normal;
}

.ie8 footer .newsletter input.champNews {
	line-height: 3;
}

.ie8 .top-row .col1:after {
    content: none;
}

.ie8 .bloc-date:after {
    top: 97px;
}

.ie8 .wrap-bottom-row:before {
    top: 1046px;
}

.ie8 .wrap-bottom-row .btn-contact a {
    width: 150px;
}
.ie8 .bottom-row .strong,
.ie8 footer h3,
.ie8 .horaires p,
.ie8 .wrap-top-page .top-row .col1 .cell-row .text-presentation,
.ie8 .wrap-bottom-page .bottom-row .col2 .cell-row .text-presentation,
.ie8 .wrap-top-serrurerie h3 {
    font-family: arial, helvetica, sans-serif;
}

