

html, body {
        height: 100%;
        margin: 0;
		font-family: -apple-system, BlinkMacSystemFont,'Verdana','Varela', sans-serif!important;
		font-size: 16px;
       padding: 0;
      }
      #map {
        height: 100%;
      }

#page  {
        margin: 0 auto;  /* zéro ou une autre valeur */
        width: 100%;
                /*max-width: 1200px;*/
     }

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

/*----------------------------------------------
- sprite
------------------------------------------------*/
.spriteseparateur1 {
    background-image: url(../images/mrdv-fr_separateur1.png);
    background-repeat: no-repeat;
    display: block;
}

.sprite-browsers-firefox {
    width: 31px;
    height: 28px;
    background-position: -74px 0;
}

/*----------------------------------------------
-        footer
-----------------------------------------------*/

.custom_footer{
	height: auto;
	padding-top: 20px;
	height:auto;
	background: #3c3c3b!important;
	background-color: #3c3c3b!importants;
}

.custom_footer_menu{
	text-decoration: none;
	color:#ffffff!important;
	padding-right: 20px;
	display: inline-block;
	vertical-align: top;
	padding-top: 5px;
}     
/*----------------------------------------------
-        search pages
-----------------------------------------------*/
.custom_search-header{
	height: 300px;
	position: relative;
	display: block;

}

.custom_search-form{
	height: 60px;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	
}
.custom_search-results{
	min-height: 800px;
	padding-top: 20px;
}
.custom-search-form{
	display:inline-block;
	height: auto;
	width: auto;
}
.customsearch{
	margin-top: 80px;
	margin-bottom: 30px;
	display:inline-block;
	vertical-align:middle;
	background-color: rgba(0,0,0,0.1);  
	height: auto;
	width: auto;
	padding:40px;
	border-radius: 2px;
}

.custom_search-map{
	/*display:inline-block;*/
	background-color: #ffffff;
	width: auto;
	height: auto;
	margin: 10px;
	margin-bottom: 20px;
	padding:0px;
	/*height:410px;*/
	min-height:410px;
	width: 220px;
}
.custom_search-map-demo{
	border-style: dashed;
	border-color : #3c3c3b;
	border-width: 3px;
}

.custom_seach-logo{
	width: 200px;
	height: 200px;
	box-shadow: 0px 2px 0px 0px rgba(128,128,128,0.6);
}

.custom_seach-add-logo{
	display: inline-block;
	width: 200px;
	height: 200px;
	border-style: solid;
	border-color:white;
	border-width: 5px;
	padding-top: 55px;
}


.custom_home_pro_logo{
	height:200px;
}
/*----------------------------------------------
-        form
-----------------------------------------------*/

.custom_textarea{

}

.custom_inline{
	display: inline-block;
}
.custom_input{
	border-width: 0px;
	min-width:200px;

	height: 40px;
	padding-left: 20px;
}
.custom_input_long{
	width : 400px!important;
}
.custom_input_service{
	border-width: 0px;
	background-color: #ba4032;
	color:#f78579;
}
.custom_input_service:hover{
	color:#ffffff;
}
.custom_btn{
	position:relative;
	display: inline-block;
	padding:5px 10px 5px 10px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;

	border-width: 1px;
	border-style: solid;
	border-radius: 8px;
	border-color:#fff;
	text-decoration: none!important;
	min-width: 100px;
}

.custom_btn_big{
	height: 40px;
}

.custom_btn:hover{
	box-shadow: 0px 0px 0px 0px rgba(63,153,236,1);
	transform: translateY(2px);
}

.custom_btn-blue{
	background-color: rgb(63,153,236);
	box-shadow: 0px 2px 0px 0px rgba(63,153,236,1);
	color:#fff;
}
.custom_btn-blue:hover{
	background-color: rgb(63,153,236)!important;
}
.custom_btn-white{
	background-color: rgb(255,255,255);
	box-shadow: 0px 2px 0px 0px rgba(255,255,255,0.4);
	color:#ec503f;
	bottom:2px;
}

.custom_button_white{
	border-radius: 30px;
	border-width: 0px;
	width:130px;
	height: 35px;
	color:#ffffff;
	background-color: #ec503f;
	color:#ec503f;
	background-color: #ffffff;
}


.custom_btn-red{
	background-color: rgb(236,80,63);
	box-shadow: 0px 2px 0px 0px rgba(236,80,63,1);
	color:white!important;
}
.custom_btn-red2{
	background-color:#ba4032;
	box-shadow: 0px 2px 0px 0px rgba(186,64,50,1);
	color:white!important;
}
.custom_btn-grey{
	background-color: grey;
	box-shadow: 0px 2px 0px 0px rgba(20,20,20,1);
	color:white;
}
.custom_btn-grey:hover{
	color:white;
	bottom:2px;
}
/* -------  stard CSS selectbox --------*/


.custom-dropdown--large {
    font-size: 1.5em;
}

.custom-dropdown--small {
    font-size: .7em;
}

.custom-dropdown__select{
    font-size: inherit; /* inherit size from .custom-dropdown */
    padding: .5em; /* add some space*/
    margin: 0; /* remove default margins */
    background-color: rgb(255,255,255);
	box-shadow: 0px 2px 0px 0px rgba(204,204,204,0.4);
	color:black;
	border-width: 1px;
	border-color: black;
	width: 100%;s
	/*min-width: 200px;*/
}

.custom-dropdown__select--white {
    background-color: #fff;
    color: #444;    
}

@supports (pointer-events: none) and
      ((-webkit-appearance: none) or
      (-moz-appearance: none) or
      (appearance: none)) {

    .custom-dropdown {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 100%;
    }

    .custom-dropdown__select {
        padding-right: 2.5em; /* accommodate with the pseudo elements for the dropdown arrow */
        border: 0;
        border-radius: 3px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;    
    }

    .custom-dropdown::before,
    .custom-dropdown::after {
        content: "";
        position: absolute;
        pointer-events: none;
    }

    .custom-dropdown::after { /*  Custom dropdown arrow */
        content: "\25BC";
        height: 1em;
        font-size: .625em;
        line-height: 1;
        right: 1.2em;
        top: 50%; margin-top: -.5em;
    }

    .custom-dropdown::before { /*  Custom dropdown arrow cover */
        width: 2em;
        right: 0; top: 0; bottom: 0;
        border-radius: 0 3px 3px 0;
    }

    .custom-dropdown__select[disabled] {
        color: rgba(0,0,0,.3);
    }

    .custom-dropdown.custom-dropdown--disabled::after {
        color: rgba(0,0,0,.1);
    }

    /* White dropdown style */
    .custom-dropdown--white::before {
        top: .5em; bottom: .5em;
        background-color: #fff;
        border-left: 1px solid rgba(0,0,0,.1);
    }

    .custom-dropdown--white::after {
        color: rgba(0,0,0,.9);
    }

    /* FF only temp fix */
    @-moz-document url-prefix() {
        .custom-dropdown__select              { padding-right: .9em }
        .custom-dropdown--large .custom-dropdown__select { padding-right: 1.3em }
        .custom-dropdown--small .custom-dropdown__select { padding-right: .5em }
    }
}
/*-----------fin selectbox --------*/

/*----------------------------------------------
-        jquery address picker
-----------------------------------------------*/

/*----------------------------------------------
-        generic
-----------------------------------------------*/
h3{
	font-size: 18px;
}

.custom_text_size-h2{
	font-size:30px !important;
}
.custom_text_size-h3{
	font-size:24px !important;
}
.custom_text_size-h4{
	font-size:18px !important;
}
.custom_text_white {
	color: #ffffff!important;
}
.custom_text_black {
	color: black!important;
}
.custom_text_grey {
	color: #999996!important;
}
.custom_text_grey2 {
	color: #80807d!important;
}

.custom_text_red {
	color: #ec503f!important;
}

.custom_text_red2 {
	color: #872e24!important;
}

.custom_div-inline{
	display: inline-block;
}

.custom_nomargin{
	margin:0px!important;
}



.custom_vertical-center{
  display:inline-block;
  line-height:normal;
  vertical-align:middle;
}

.custom_margin-left_10{
	margin-left: 10px;
}
.custom_margin-right_10{
	margin-right: 10px;
}

.custom_margin-top_10{
	margin-top: 10px;
}
.custom_margin-top_20{
	margin-top: 20px;
}
.custom_margin-top_30{
	margin-top: 30px;
}

.custom_border-bottom{
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #999996;
}

.custom_border-bottom-red{
	border-bottom: 1px solid #edd1ce;
}
.custom_no-padding{
	padding :0px !important; 
}
.custom_padding-10{
	padding:10px;
}

.custom_padding-20{
	padding:20px;
}
.custom_padding-top_10{
	padding-top: 10px;
}
.custom_padding-top_15{
	padding-top: 15px;
}

.custom_padding-top_20{
	padding-top: 20px;
}

.custom_padding-top-30{
	padding-top: 30px;
}

.custom_padding-top-60{
	padding-top: 60px;
}

.custom_padding-bottom_10{
	padding-bottom: 10px;
}
.custom_padding-bottom_15{
	padding-bottom: 15px!important;
}
.custom_padding-bottom_20{
	padding-bottom: 20px!important;
}
.custom_padding-bottom_30{
	padding-bottom: 30px!important;
}
.custom_padding-bottom_60{
	padding-bottom: 60px!important;
}
.custom_padding-left_10{
	padding-left: 10px;
}
.custom_padding-right_10{
	padding-right: 10px;
}
.custom_padding-right_20{
	padding-right: 20px;
}
.custom_bgd_red{
	background-color: #ec503f!important;
}

.custom_bgd_black{
	background-color: #000000!important;
}

.custom_bgd_red2{
background-color: #872e24!important;;
}
.custom_bgd_white{
	background-color: #ffffff!important;
}
.custom_bgd_grey{
	background-color: #80807d!important;
}
.custom_bgd_grey2{
	background-color: #3c3c3b!important;
}
.custom_bgd-grey {
	background-color: #f2f2f2;
}
.custom_bgd-white {
	background-color: #ffffff;
}

.custom_section_pro{
		height: 400px;
}
.custom_block3{
	position: relative;
	display: block;
	padding-top: 50px;
	padding-bottom:100px;
}

.custom_block4{
	height:350px;
	padding-top: 15px;
	padding-bottom:15px;
}

.custom_block5{
	height:250px;
	padding-top: 40px;
	padding-bottom:40px;
}

.custom_block_pro_right{
	background-color: #ec503f!important;
	text-align: center;
	color:#ffffff;
	width:344.5px;
	height: 80.5px;
	padding-top: 10px;
	margin-top: 10px;
	margin-right: 10px;
	moz-border-radius :5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	behavior: url(PIE.htc);
	float: right ;
}

.custom_block_pro_left{
	background-color: #ec503f!important;
	text-align: center;
	color:#ffffff;
	width:344.5px;
	height: 80.5px;
	padding: 10px;
	margin-top: 10px;
	margin-left: 0px!important;
	moz-border-radius :5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	behavior: url(PIE.htc);
	float: left ;
}

/*----------------------------------------------
-        navbar
-----------------------------------------------*/



.nav.navbar-nav.navbar-right li a {
	font-family: 'Varela', sans-serif!important;
}

.custom_navbar_brand{
	height: 50px;
}



.custom_navbar{
	padding:0px;
	height: 80px;
	vertical-align: middle;
	margin:0px!important;
	border-radius: 0px!important;
	border:0px;

}


.custom_navbar-menu{
	padding-right: 0px!important;
	font-size:18px;

}


.custom_navbar-menu_item{
	height: 50px;
}
.custom_navbar_menu_active{
		border-style: solid;
    border-width: 0px 0px 4px 0px;
	
}
.custom_navbar_menu_link{
	display: inline-block;
	height: 50px;

}
.custom_navbar_menu_link:hover{
	border-style: solid;
    border-width: 0px 0px 5px 0px;

}

.custom_navbar_menu_link_active{
	border-style: solid;
    border-width: 0px 0px 5px 0px;
}

img.nav_custom {
	color : black;
}


.custom_pro_body{

	min-height: 855px;
}
.custom_pro_picture{
	display:block;
background-repeat:no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
	background-size: cover; /* version standardisée */
	background-position: center ;
	border-radius: 5px;
	margin: 10px;
	width:200px;
	height: 200px;
}


.custom_header_pro{
	position: relative;
	display: block;
	/*background: url("../images/mrdvfr-fond.jpg") no-repeat center fixed; */
	background-repeat:no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
	background-size: cover; /* version standardisée */
	background-position: center ;
}


.custom_header{
	position: relative;
	display: block;
	min-height: 600px;
	/*background: url("../images/mrdvfr-fond.jpg") no-repeat center fixed; */
	background-repeat:no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
	background-size: cover; /* version standardisée */
	background-position: center ;
}


.custombaseline{

	padding-top: 100px;
}

.custom_block0{
	position:relative;
	text-align: center;
	padding:0px;
	height: auto;
	min-height: 239px;
}

.custom_service-bloc {
    padding: 20px 30px;
    text-align: center;
    margin-bottom: 0px;
    padding-top: 40px;
	padding-bottom: 40px;
}




.custom_block1_mockup{
    position:relative;

	padding-bottom:  0px;
	padding-left: 0px;
	z-index: 4;
	bottom: 0;
}

.custom_mockup1{
	height: 600px;
	margin-top: 75px;

}
.custom_block1_text{
	position: relative;
	display: block;
	padding-top: 75px;
	padding-bottom:  75px;
	background-color: #3c3c3b!important;
	height: 675px;
	vertical-align: middle;
}


.custom_block2_text{
	position: relative;
	display: block;
	height:300px;
	padding-top: 50px;
	padding-bottom: 25px;
	background-color: #ec503f!important;
	vertical-align: middle;
}


.no-gutter > [class*="col-"] {
    padding-right: 0px;
    padding-left: 0px;
}

.custom-home-pro-service-calendar{
	position: relative;
	display: block;
	height: 650px;
	background: url("../images/monrdvfr_mockup-scedule.jpg") no-repeat center fixed; */
	background-repeat:no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
	background-size: cover; /* version standardisée */
	background-position: center ;
}

.custom-home-pro-block{
	height:600px;

}

.custom-home-pro-block-center{
	height:100%;
	line-height: 600px;
}

	.custom-home-pro-mockup{
		width : 500px;
	}

.custom-home-pro-map-offer{
	position: relative;
	background-color: white;
	border-style: solid;
	border-radius: 5px;
	border-color: white;
	border-width: 2px ;
	height:auto;
	padding:20px 10px 20px 10px;
}

.custom-home-pro-map-offer-head{
	position: relative;
	padding:10px 10px 20px 10px;
	min-height:300px;
}

.custom-home-pro-map-offer-btn{
	position: absolute;
	bottom: 0;
	width: 250px;
	left: 50%;
	margin-left: -125px;/* la moitié de 400px*/
	color:white;
	text-align: center;
	vertical-align: center;
	background-color: #ec503f;
	}
.custom-home-pro-map-offer-retail{
	height:auto;

}


.custom-home-pro-map-offer-price{
	height:100px;
	background-color: #ec503f;
	color:white;
	padding-top:20px;
}
.custom-home-pro-map-offer-item{

	color:#872e24;
	border-style: solid;
	border-color: #ec503f;
	border-width:  0px 0px 2px 0px ;
	margin:2px 2px 2px 2px;
	padding:5px 5px 5px 5px;
	
}

.custom-home-pro-map-offer-ul {
	list-style: none;
    margin-left: 0;
    padding-left: 1em;
    text-indent: -1em;
    text-align:left;
}
.custom-home-pro-map-offer-li-ok {
	color:#ec503f;

}
.custom-home-pro-map-offer-li-ok::before   { 	content: '\2713'; }

.custom-home-pro-map-offer-li-ko {
	color:#999996;
}
.custom-home-pro-map-offer-li-ko::before   { 	content: '\2717'; }

.custom-home-pro-map-offer-li-option {
	color:#872e24;

}
.custom-home-pro-map-offer-li-option::before   { 	content: '\002B'; }

.custom_home-pro-taboffer-head{
	height: 120px;
	width: 150px;
	color:white;
	background-color: #ec503f;
	text-align: center;
	border-style: solid;
	border-radius: 5px;
	border-color: white;
	border-width: 2px;
	margin:10px;
	padding: 10px;
}
.custom_home-pro-taboffer-categories{
	background-color: white;
	color:black;
	height: 50px;
	border-style: solid;
	border-radius: 5px;
	border-color: white;
	border-width: 2px;
	margin:10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;	
	text-align: left;
}
.custom_home-pro-taboffer-features-name{
	background-color: #edd1ce;
	color:#872e24;
	height: 50px;
	font-size: 12px;
	border-style: solid;
	border-radius: 5px;
	border-color: white;
	border-width: 2px;
	margin:10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;	
}
.custom_home-pro-taboffer-features-offers{
	background-color: #edd1ce;
	color:#872e24;
	height: 50px;
	border-style: solid;
	border-radius: 5px;
	border-color: white;
	border-width: 2px;
	margin:10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;	
}

.custom_home-pro-taboffer-features-text{
	color:#ec503f;
	font-size: 12px;
}
.custom_home-pro-taboffer-features-iconok{
	color:#ec503f;
	font-size: 20px;
}

.custom_home-pro-taboffer-features-iconok::before   { 	content: '\2713'; }

.custom_home-pro-taboffer-features-iconko{
	font-family: 'icomoon' !important;
	
	color:#999996;
	font-size: 20px;
}

.custom_home-pro-taboffer-features-iconko::before   { 	content: '\2717'; }

.custom_home-pro-taboffer-features-iconna{
	font-family: 'icomoon' !important;
	
	color:#999996;
	font-size: 20px;
}

.custom_home-pro-taboffer-features-iconna::before   { 	content: '\2212'; }

.custom_home-pro-taboffer-item1{
	background-color: #edd1ce;
	color:#872e24;
	height: 60px;
	width:200px;
	border-style: solid;
	border-radius: 5px;
	border-color: white;
	border-width: 2px;
	margin:2px 2px 2px 2px;
}
.custom_home-pro-taboffer-item2{
	background-color: #edd1ce;
	color:#872e24;
	height: 30px;
	width:120px;
	border-style: solid;
	border-radius: 5px;
	border-color: white;
	border-width: 2px;
	margin:2px 2px 2px 2px;
}

.custom-home-pro-map-offer-blockSaas{
	margin: 0 auto;
	width: auto;
	height:auto;
	

}
.center-div {
     margin: 0 auto;
     min-width: 300px; 
}

.custom_index_probar{
	display: none;
}
/*-------------------------------------------------------------------------------------------------
-        professionnal space
-----------------------------------------------*/
.custom_pro_header{
	position: relative;
	display: block;
	height: 25vw;
	/*background: url("../images/mrdvfr-fond.jpg") no-repeat center fixed; */
	background-repeat:no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
	background-size: cover; /* version standardisée */
	background-position: center;

}


.navbar-nav >li > a {
	padding-bottom: 0px;
}
.custom_pro_header_logo{
	float: left;
	height:100%;
	line-height: 25vw;
}

.custom_pro_header_logo_img{
	
	border-width: 0px;
	border-style: solid;
	border-radius: 5px;
	border-color:white;

	width: 200px;
	/*height: 200px;*/

}



.custom_pro_navbar-brand{
	float: left;
    height: 60px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;

}
a.custom_pro_navbar-brand{
	    text-decoration: none;
	    color:black;
}


a.custom_link{
		text-decoration: none;
		cursor: pointer;
		color : black;
}


.custom_pro_home{
		margin-left: 150px;
}
.custom_pro_description{
	display: block;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}

.custom_pro_infos{
	display: block;
	position: relative;
	background-color: #f2f2f2;
	margin-top: 0px;
	padding: 0px 15px 15px 15px;
	height: 100%;
}

.custom_pro_infos_reseauxlink{
	text-align: right;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: 0px;
}

.custom_pro_infos_block{
	margin-bottom:2px;
	position: relative;
	display: block;
	background-color: #fff;
	width: auto;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom:10px;
	color: black;
}

.custom_pro-blog{
	display: block;
	background-color: #f2f2f2;
	height :auto;
	padding : 20px;

}

.custom_pro-blogevent{
	display: block;
	background-color: #fff;
	padding:10px;
	margin-bottom: 10px;
	height: auto;
	min-height: 100px;

}

.custom_pro-blogevent-img{
	display:inline-block;
	width: 80px;
	height: 80px;
	border:2px solid black;
	border-radius: 5px;
	vertical-align:middle!important;
  	text-align:left;
}
.custom_pro-blogevent-text{
	margin-left: 10px;
	display:inline-block;
	vertical-align:middle!important;
  	text-align:left;
  	color:black;
}



.custom_pro-prestationbloc:hover .custom_pro-prestationprice{
		border-left-color: #fff;
		color: #fff;
}

.custom_pro-prestationbloc:hover .custom_pro-prestationdesc{

		color: black;
}

.custom_pro-prestationtext{
	float: left;
	width : 180px;
	height:100%;
	line-height: 96px;
	padding-left: 15px;
}


.custom_pro-verticalcenter{
  display:inline-block;
  line-height:normal;
  vertical-align:middle;
  width:100%;
}

.custom_pro-prestationtitle{
	font-weight: bold;
}

.custom_pro-prestationdesc{
	font-size: 12px;
	color: #80807d;
}

.custom_pro-prestationprice{
	float: right;
	border-left-color: #ec503f;
	border-left-width: 2px;
	border-left-style:solid;
	font-weight: bold;
	width : 60px;
	height:100%;
	line-height: 96px;
	text-align: center;
	padding-left: 5px;

}

.custom_pro-prestationlogobooking{
  display:inline;
  line-height:normal;
    float: right;
    vertical-align:text-top;
	padding-right: 2px;
}

.custom_pro-prestation_modal_body{
	position: relative;
	background-color: #fff;
	height: 150px;
	color: black;
	padding-top : 0px!important;
	padding-bottom : 0px!important;
	padding-left: 15px;
	padding-right:15px;	
}
.custom_pro-prestation_modal_text{
	display: inline-block;
	float: left;
	height:100%;
	line-height: 150px;
	width : 400px;
}
.custom_pro-prestation_modal_price{
	
	float: right;
	border-left-width: 2px;
	border-left-style:solid;
	font-weight: bold;
	width : 150px;
	height:100%;
	line-height: 150px;
	height:100%;
	text-align: center;

}
.custom_pro-prestation_modal_footer-msg{
	font-size: 12px;
	text-align: left;

}

.custom_modal_footer{

	background-color: #ec503f;
}

------------------------------------*/
/*Social Icons*/
.social-icons {
   margin: 0;
   padding: 0; 
}

.social-icons li {
   list-style: none;
   margin-right: 3px;
   margin-bottom: 5px;
   text-indent: -9999px;
   display: inline-block;
}

.social-icons li a, a.social-icon {
   width: 28px;
   height: 28px;
   display: block;
   background-position: 0 0;
   background-repeat: no-repeat;
   transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -webkit-transition: all 0.3s ease-in-out;
}

.social-icons li:hover a {
   background-position: 0 -38px;
}

.social-icons-color li a {
  opacity: 0.7;
  background-position: 0 -38px !important;
  -webkit-backface-visibility: hidden; /*For Chrome*/
}

.social-icons-color li a:hover {
  opacity: 1;
}
.social_facebook {background: url(../images/icons/social/facebook.png) no-repeat;}
.social_twitter {background: url(../images/icons/social/twitter.png) no-repeat;}
.rounded-x { border-radius: 50% !important;}

@media (max-width: 1400px) {
	.custom_mockup1{
		height: 500px;
		margin-top: 140px;
	}
	.custom_block1_text{
		height: auto;
	}

	.custom-home-pro-mockup{
		width : 300px;
	}
}

@media (max-width: 1200px) {
	.custom_mockup1{
		height: 450px;
		margin-top: 190px;
	}
	.custom_block1_text{
		height: auto;
	}
			.custom-home-pro-mockup{
		width : 300px;
	}
	.custom_navbar-menu{
		font-size: 16px;
	}
	.custom_navbar{
		height:auto;
	}
}


@media (max-width: 992px) {
	.custom_mockup1{
		height: 350px;
		margin-top: 190px;
	}
	.custom_block1_mockup{
		padding-top: 50px;
	}
	.custom_block1_text{
		height: auto;
		padding-top: 50px;
		padding-bottom:  50px;
	}
	.custom_block_pro_left{
		margin-right: 0px;
		width: auto;
		float:none;
	}
	.custom_block_pro_right{
		margin-right: 0px;
		width: auto;

		float:none;
	}

	.custom_pro_header_logo_img{
		height: 150px;
		width: 150px;
	}
		.custom-home-pro-mockup{
		width : 200px;
	}

}

@media (max-width: 768px) {
	.custom_home_pro_logo{
	height:140px;
}
	.custom_text_size-h2{
		font-size:24px !important;
	}
		.custom_text_size-h4{
	font-size:20px !important;
	}	
	.custom_mockup1{
		  display: block;
		  position: relative;
		  max-width: 100%;
		  height: auto;
	}
	.custom_block1_text{
		height: auto;
		padding-top: auto;

	}
	.navbar-brand{
		padding-top: 5px;
	}
	.custom_navbar{
		height: auto;
	}

		.custom_header{
		height: auto;
	}
		.custom_navbar_brand{
		height: 20px;
	}

		.custom_logo_footer{
		height: 50px;
	}
	.custom_pro_header_logo_img{
		height: 100px;
		width: 100px;
	}

	.custom-home-pro-block{
	height:auto;
	}

	.custom-home-pro-block-center{
	line-height: auto;
	}

	.custom-home-pro-mockup{
		width : 200px;
	}

	.custom_block_pro_left{
		width: 100%;
	}
	.custom_block_pro_right{
		width: 100%;
	}

}

@media (max-width: 360px) {
	.custom_index_probar{
		display: block;
	}
	.custom_home_pro_logo{
	height:100px;
}
		.custom_header{
		height: auto;
	}
	.custom_text_size-h2{
		font-size:18px !important;
	}
	.custom_text_size-h4{
	font-size:14px !important;
	}
	.custom_block2_text{
		height:auto;
	}
	.navbar-brand{
		padding-top: 5px;
	}
	.custom_input{
		width: auto;
		min-width: none;
	}
	.custom_input_long{
		width: auto!important;
	}
	.custom_footer{
		height: auto;
	}

	.custom_logo_footer{
		height: 50px;
	}

	.custom-home-pro-block{
	height:auto;
	}

	.custom-home-pro-block-center{
	line-height: auto;
	}

	.custom-home-pro-mockup{
		width : 300px;
	}

	.custom_block_pro_left{
		width: 100%;
	}
	.custom_block_pro_right{
		width: 100%;
	}

	.custom_pro_header_logo_img{
		height: 60px;
		width: 60px;
	}

	.custom_pro-prestation_modal_text{
		width: 150px;
	}
	.custom_pro-prestation_modal_price{
		width: 100px;
	}
	ol.craue_formflow_steplist li {
		height: 20px;
	}
	.custom_craue_bloc_step{
		line-height: 20px;
	}
}

.center{
	margin-right: 10%;
	margin-left: 9%;
}


}