/* Theme Name: Rambier Immobilier 
Theme URI: https://www.immobilier-rambier.com;
Description: Developper par Sebastien DESAY. 
Version: 0.1 
Author: Sebastien DESAY
Creation Theme by Sebastien DESAY */

body {
	color: black;
	overflow-x: hidden;
}

html {
	overflow-x: hidden;
}

a {
	color: black;
}

a:hover {
	color: black;
}


#home_form {
	/**background-color: red;
	/** Si photo en fond, copier dans la balise
	 style="background-image: url(<?php echo get_template_directory_uri(); ?>/assets/cuisine.jpeg); 
	 background-size: cover;"**/
	height: 450px;
	position: relative;
	margin-top: 0px;
	padding: 15px;
	background: #cb2d3e;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #ef473a, #cb2d3e);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #ef473a, #cb2d3e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */



	}

#home_form_single {
	height: 160px;
	position: relative;
	margin-top: 0px;
	padding: 15px;
	background: #cb2d3e;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #ef473a, #cb2d3e);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #ef473a, #cb2d3e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

#home_form > .row {
	margin-right: 0;
}

#logo {
	padding: 10px;
	width: 280px;
}

#menu {
	color: white;
	text-transform: uppercase;
	font-size: 0.9em;
	text-align: right;
	float: right;
	padding-top: 25px;
}

#menu a {
	color: white;
}

h1 {
	font-size: 2em;
	padding-top: 15px;
}

.big-button {
	text-align: center;
	padding: 20px;
}

.footer {
	background-color: grey;
	color: white;
	padding: 25px;
	font-size: 0.8em;
}

.white-text-center {
	text-align: center; 
	color: white;
}

.card {
	border-radius: 10px;
	border: 0;
	background-repeat: no-repeat;
	height: 300px;
	color: white;
	text-align: center;
	background-size: cover;
	margin-bottom: 15px;
}

.card a {
	color: white;
}

@media only screen 
and (max-width : 1024px) {
	.card {
	background-size: 160% auto;
	}
}

.card-besoin {
	border-radius: 0;
	border: 0;
	background-repeat: no-repeat;
	color: white;
	text-align: center;
	background-size: 100% 100%;
	margin-bottom: 15px;
}

.card-body {
	background: rgba(0,0,0,0.3);
	border-radius: 10px;
	-moz-border-radius:10px; 
-webkit-border-radius: 10px;
}

.carousel-inner > .carousel-item {
  height: 75vh;
}

.carousel-inner > .carousel-item > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}

.btn-carre {
	border-radius: 0;
	border-width: 2px;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
}

.space {
	margin-top: 15px;
	margin-bottom: 15px;
}

.category-home a {
	color: white;
	text-transform: uppercase;
	font-size: 0.7em;
}

.category-home {
	color: white;
	text-transform: uppercase;
	font-size: 0.7em;
}




/** pagination rouge **/
ul.page-numbers {
    list-style: none;
    margin: 0;
}

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

ul.page-numbers li {
    display: block;
    float: left;
    margin: 0 4px 4px 0;
    padding: 10px;
    text-align: center;
}

.page-numbers a,
.page-numbers span {
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 1em;
    text-decoration: none;
    cursor: pointer;
    color: white;
    background: #cb2d3e;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #ef473a, #cb2d3e);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #ef473a, #cb2d3e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    border-radius: 5px;
}

.page-numbers a span { padding: 0 }

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
    color: #000;
    background: #f7f7f7;
    text-decoration: none;
}

.page-numbers:hover { text-decoration: none }
/** pagination rouge **/


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: black;
    background-color: #f6f6f6;
    border:none;
    border-radius: 0px;
    padding: 20px;
}


.nav-tabs .nav-link {
    color: grey;
    padding: 20px;
}