/*!
Theme Name: Partnaires Immobilier
Theme URI: https://lionstechnologies.com/
Author: Moinahemad H Mansuri
Author URI: https://lionstechnologies.com/
Description: Custom Developed Theme For Partnaires Immobilier
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: partnaires-immobilier
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Partnaires Immobilier is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
- Normalize
- Box sizing
# Base
- Typography
- Elements
- Links
- Forms
## Layouts
# Components
- Navigation
- Posts and pages
- Comments
- Widgets
- Media
- Captions
- Galleries
# plugins
- Jetpack infinite scroll
# Utilities
- Accessibility
- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
.about.privacy-terms h3 {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
}
 
.about.privacy-terms h2, .about.privacy-terms h3 {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1em;
}
 
.about.privacy-terms p {
    margin-bottom: 25px;
}
 
.about.privacy-terms p a {
    color: #d33;
}
 
.about.privacy-terms p a:hover {
    color: #d33;
    text-decoration: underline;
}
 
.about.privacy-terms ul li, .about.privacy-terms ol li {
    padding-bottom: 4px;
}
 
.about.privacy-terms ul, .about.privacy-terms ol {
    padding-left: 17px;
}
.banner .banner-form {
    margin-top: 110px;
    padding: 15px 37px 5px 37px;
    margin-left: 32px;
}
 
.header .container {
    max-width: 1200px;
}
 
.navbar-brand {
    padding-left: 45px;
}
 
.banner .container {
    max-width: 1200px;
}
 
input[type="submit"] {
    border: none;
}
 
.properties .container {
    padding: 0px 23px;
}
 
.backtop.active {
    right: 15px;
    opacity: .9;
}
 
.backtop {
    font-size: 15px;
    background-color: #fff;
    position: fixed;
    bottom: 10px;
    right: -60px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    z-index: 100;
    opacity: 0;
    transition: all .2s ease-in-out;
    box-shadow: 0 0 27px 0 rgb(0 0 0 / .045);
    opacity: 0;
    z-index: 102;
    color: #fff;
    border-radius: 5px;
    color: #222;
    text-decoration: none;
}
 
.backtop:hover {
    color: #d33;
}
 
.header .dropdown:hover>.dropdown-menu {
    opacity: 1;
    display: block;
    margin-top: 0;
    top: 100%;
}
.header .container-fluid {
    padding: 0;
}
.banner .banner-form .row>div {
   padding: 0px 8px;
}

@media only screen and (max-width:767px) {
.navbar-brand {
    padding-left: 0px;
}
 
.banner .banner-form {
    margin-left: 0px;
    padding: 15px 20px 5px 20px;
}
 
}
 
@media only screen and (min-width:768px) and (max-width:991px) {
.navbar-brand {
    padding-left: 0px;
}
 
.banner .banner-form {
    margin-left: 0px;
}
 
.header .container {
    max-width: 1170px;
}
 
@media only screen and (min-width:992px) and (max-width:1199px) {
 
.navbar-brand {
    padding-left: 0px;
}
 
.banner .banner-form {
    margin-left: 0px;
}
 
.header .container {
    max-width: 1170px;
    padding: 0px 20px;
}
 
}
 
@media only screen and (min-width:1200px) and (max-width:1399px) {
.header .container {
    max-width: 1200px;
    padding: 0px 20px;
}
 
.navbar-brand {
    padding-left: 0px;
}
 
.banner .banner-form {
    margin-left: 0px;
}
 
}
 