/* header */
.banner-area {
  width: 100%;
	height: 600px;
	position: fixed;
	background-image: url(../images/icones/la_conciergerie_de_fanny_EXE-03.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}

.banner-area h2{
    width: 1000px;
}

header {
	height: 70px;
    opacity: 0,1;
	width: 100%;
	z-index: 10;
	position: absolute;
}
.logo {
	width: 30%;
	float: left;
	line-height: 70px;
}
.logo a {
	text-decoration: none;
	font-size: 30px;
	color: #cb1e82;
	letter-spacing: 5px;
}
#abc{
    opacity: 0.8;
    width:100%;
    height: 75px;
    background-color: whitesmoke;
    background-size: cover;
  }
  #abc nav{
    line-height: 70px;
  }
  #abc nav ul{
    float: right;
    margin-right: 30px;
  }
  #abc nav ul li{
    list-style-type: none;
    display: inline-block;
    transition: 1.5s all;
    border-radius: 5px;
  }
  /*nav ul li:hover{
    background-color: #cb1e82;
    opacity: 0.8;
  }*/

.button {
  text-decoration: none;
  position: relative;
  padding: 1em 1.5em;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  font-size: 18px;
  margin: 1em 0.8em; }
  .button.type1 {
    color: #cb1e82; }
    .button.type1.type1::after, .button.type1.type1::before {
      content: '';
      display: block;
      position: absolute;
      width: 20%;
      height: 20%;
      border: 2px solid;
      transition: all 0.6s ease;
      border-radius: 2px; }
    .button.type1.type1::after {
      bottom: 0;
      right: 0;
      border-top-color: transparent;
      border-left-color: transparent;
      border-bottom-color: #cb1e82;
      border-right-color: #cb1e82; }
    .button.type1.type1::before {
      top: 0;
      left: 0;
      border-bottom-color: transparent;
      border-right-color: transparent;
      border-top-color: #cb1e82;
      border-left-color: #cb1e82; }
    .button.type1.type1:hover:after, .button.type1.type1:hover:before {
      width: 100%;
      height: 100%; }
  .button.type2 {
    color: #16a085; }
    .button.type2.type2:after, .button.type2.type2:before {
      content: '';
      display: block;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #16a085;
      transition: all 0.3s ease;
      transform: scale(0.85); }
    .button.type2.type2:hover:before {
      top: 0;
      transform: scale(1); }
    .button.type2.type2:hover:after {
      transform: scale(1); }
  .button.type3 {
    color: #435a6b; }
    .button.type3.type3::after, .button.type3.type3::before {
      content: '';
      display: block;
      position: absolute;
      width: 20%;
      height: 20%;
      border: 2px solid;
      transition: all 0.6s ease;
      border-radius: 2px; }
    .button.type3.type3::after {
      bottom: 0;
      right: 0;
      border-top-color: transparent;
      border-left-color: transparent;
      border-bottom-color: #435a6b;
      border-right-color: #435a6b; }
    .button.type3.type3::before {
      top: 0;
      left: 0;
      border-bottom-color: transparent;
      border-right-color: transparent;
      border-top-color: #435a6b;
      border-left-color: #435a6b; }
    .button.type3.type3:hover:after, .button.type3.type3:hover:before {
      border-bottom-color: #435a6b;
      border-right-color: #435a6b;
      border-top-color: #435a6b;
      border-left-color: #435a6b;
      width: 100%;
      height: 100%; }
  .button.type4 {
    color: red; }
    .button.type4::after {
      content: '';
      display: block;
      position: absolute;
      height: 2px;
      width: 0;
      left: 0;
      background-color: red;
      transition: width 0.3s ease-in-out; }
    .button.type4::after {
      bottom: 0; }
    .button.type4:hover::after {
      width: 50px; }


@media all and (max-width:962px) {
  .hide-menu-btn{
    position: absolute;
    top: 40px;
    right: 40px;
  }
}

.centerbanner {
  display: flex;
  justify-content: center;
}

@media all and (min-width: 991px)
{
    .nav-mobile {
        display: none;
    }
}

@media all and (max-width: 991px) {

    .nav-screen {
        display: none;
    }
    
    nav .main_pages 
    {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    
    nav .main_pages a 
    {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100px;
        text-decoration: none;
        color: #151922;
        font-size: larger;
        border-top: solid 1px;
    }
    
    nav a:hover 
    {
        background: #5A5766
    }

    .labelh
    {
        display: none;
    }
    nav
    {
        height: 60px;
    }
 
    nav .main_pages 
    {
        display: none;
    }
 
    .labelh
    {
        float: right;
        margin-right: 16px;
        width: 30px;
        display: flex;
        /* margin: 0 auto; */
        font-size: 40px;
        color: black;
        cursor: pointer;
        flex-direction: row;
    }
    .labelh, #toggle
    {
        display: none;
    }
    nav
    {
        height: 60px;
    }
 
    nav .main_pages 
    {
        display: none;
        flex-direction: column;
        background: #151922;
    }
 
    nav .main_pages a {
        width: 100%;
    }
 
    .labelh 
    {
        width: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 40px;
        color: #151922;
        cursor: pointer;
    }
 
    #toggle:checked + .main_pages {
        width: 100%;
        display: flex;
        background-color: whitesmoke;
    }
}