html,body {
  font-family: sans-serif;
  line-height: 1.15;
  margin: 0;
  padding: 0;
}







/*-------- Contact Form ici Login ------------https://codepen.io/colorlib/pen/KVoZyv */

.banner-area h2.red{
  color: red;
}

#contact button[type="submit"] {
  font: 400 12px/16px, Helvetica, Arial, sans-serif;
}

#contact {
  /*background: #FFFFFF;
  padding: 25px;
  margin: 5% 20%;*/
  width: 320px;
  height: 320px;
  background: #FFFFFF;
  color: #fff;
  margin-top: 50px;  /*210px*/
  left: 50%;
  transform: translate(-50%,-50%); 
  padding: 70px 40px;
  position: absolute;
/*  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24); */
}

fieldset {
  border: medium none !important;
  margin: 0 0 0px;
  /*min-width: 100%;*/
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="password"],
#contact input[type="email"],
/*#contact input[type="tel"],
#contact input[type="url"],*/
#contact textarea { /* fields enonces ci-dessus ccc au lieu de 000 */
  width: 100%;
  border: 1px solid #003366;
  background: #FFF;
  margin: 1% 0 5px;
  padding: 10px;
  font-size: 14px;
  border-radius: 5px;
}

#contact input[type="text"]:hover,
#contact input[type="password"]:hover,
#contact input[type="email"]:hover,
/*#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,*/
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #22034b;  /*#aaa*/
}

/*#contact textarea {
  height: 150px;
  max-width: 100%;
  resize: none;
  border-radius: 10px;
}*/

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  outline: none;
  background: #003366;
  text-align: center;
  color: #FFF;
  margin: 0% 0% 0px;
  padding: 10px;
  font-size: 18px;
  border-radius: 20px;
}

#contact button[type="submit"]:hover {
  background: #22034b;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

.loginbox {
  text-decoration: none;
  font-size: 12px;
  line-height: 20px;
  color: #003366;
}

.loginbox:hover{
  color: #22034b;
}

/*-------- End -- Contact Form ici Login ------------*/








.boxed {
    border: 1px solid #3574B2;
}

.red {
  color: #B22222;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  text-align: center;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    /*max-width: 1140px;*/
    max-width: 1140px;
  }
}

.link-nav a {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #003366;
  text-decoration:none;
}

.link-nav:hover > a {
  color: #22034b;
}

/*-------- Navigation menu ------------*/

/* Nav Meu Styling */

.footer {
  font-size:12pt;
  float:right;
  padding-right: 42px;
  padding-bottom: 10px;
}

/*-------- Start Banner Area ------------*/
.banner-area {
  background: url(../img/pickering-real-estate+paris-syndic-gestion-location-immobilier.webp);  /*right*/
  background-size: cover;
  width: 100%;
   /*dit la taille en hauteur de l image du banner*/
}

.banner-content {
  text-align: center;
}

.banner-content h1 {
  /*font-size: 88px;*/
  font-size: 88px;
  font-weight: 700;
  /*line-height: 1em; !!!!!!*/
  line-height: 1em;
  /*margin-top: 10px;*/
  font-family: copperplate;
  text-align: center;
  color: #fff;
}

.banner-content h1 br {
  /*font-size: 88px;*/
  font-size: 100px;
}


@media (max-width: 991.98px) {
  .banner-content h1 {
    font-size: 36px;
    font-family: copperplate;
  }
}

@media (max-width: 991.98px) {
  .banner-content h1 br {
    display: none;
    font-family: copperplate;
  }
}

@media (max-width: 1199.98px) {
  .banner-content h1 {
    font-size: 45px;
    font-family: copperplate;
  }
}

@media (max-width: 480px) {
  .banner-content h1 {
    font-size: 32px;
    font-family: copperplate;
  }
}

.banner-content h2 {
  margin-top: 10px;
  color: #fff;
  font-family: copperplate; 
  font-size: 35px;
  text-align: center;
}

 .col-lg-8, .col-md-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 1%;
  padding-left: 1%;
}

@media (min-width: 992px) {
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

@media (min-width: 768px) {
 .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 780px) {
 .container iframe.google-maps {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.banner-area .overlay-bg {
  background-color: rgba(0, 0, 0, 0.2);
}

.overlay-bg {
  background-color: rgba(4, 9, 30, 0.7);
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/*-------- End Banner Area ------------*/

.relative {
  position: relative;
}

.main { text-align: justify; text-align: center; margin-top: 0px; margin-bottom: 110px; margin-left:5px; margin-right:5px;}

.main2 { text-align: justify; text-align-last: left; margin-left:5px; margin-right:5px;}

.main3 { text-align: justify; text-align-last: left; margin-left:15%; margin-right:15%;}

/*Beginn: Copyright 2019 CodePen
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.*/


.main2 .swap-on-hover a{
  position: relative;
  overflow: hidden;
}

.main2 .swap-on-hover .swap-on-hover__front-image {
  position: absolute;
  overflow: hidden;
  z-index: 9999;
  transition: opacity .25s linear;
  cursor: pointer;
}

.main2 .swap-on-hover:hover > .swap-on-hover__front-image{
  position: absolute;
  overflow: hidden;
  opacity: 0;
}

.main .swap-on-hoverr a{
  position: relative;
  overflow: hidden;
}

.main .swap-on-hoverr .swap-on-hoverr__front-image {
  position: absolute;
  overflow: hidden;
  z-index: 9999;
  transition: opacity .25s linear;
  cursor: pointer;
}

.main .swap-on-hoverr:hover > .swap-on-hoverr__front-image{
  position: absolute;
  overflow: hidden;
  opacity: 0;
}

/*End*/

.main3 { text-align: justify; text-align-last: right; margin-left:5px; margin-right:5px;}

h2.center {
  text-align: justify; text-align-last: center; margin-left:5px; margin-right:5px;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

h3.center {
  text-align: justify; text-align-last: center; margin-left:5px; margin-right:5px;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

p.left {
  text-align: justify; text-align-last: left; margin-left:5px; margin-right:5px;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
}

b.blue {
  color: #003366; 
}

.container ul li p.blue{
  color: #003366;
}

.container h2 span.blue{
  color: #003366;
}

.container h2.center{
  text-align-last: center;
}

.container h2 span.h2-like{
  font-size: 20px;
}

.container h3 span.h2-like{
  font-size: 20px;
}


/*-------- items déroulants ------------*/

div.tab {
    display: none;
}

div.tab:target {
    display: block;
}

:target div.tab {
    display: block;
}
:target div.tab + div.tab{
    display: none;
}

/*-------- items déroulants - fin------------*/


/*-------- google-maps ------------*/

.container iframe.google-maps {
    position: relative;
    overflow: hidden;
}

/*-------- google-maps end ------------*/

.main-menu {
  padding-bottom: 100px;
  padding-top: 0px;
}

.d-flex {
  display: flex !important;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-center {
  justify-content: center !important;
}

.center {text-align:center}
