/**********************************
  structure globale du site
***********************************/

/* ------------
CADRE
--------------*/
/* body::after,
body::before{
  height: 100vh;
  width: 15px;
  background-color: var(--color-primary);
  position: fixed;
  top: 0;
  content: "";
  z-index: 10;
}
body::before{
  left: 0;
}
body::after{
  right: 0;
} */

#page {
    overflow: hidden;
}
/* #page::before,
#page::after{
    background-color: var(--color-primary);
    height: 15px;
    width: 100vw;
    position: fixed;
    left: 0;
    content: "";
    z-index: 10;
}

#page::before {
  top: 0;
}

#page::after {
  bottom: 0;
} */
/* ------------
HEADER (EN-TETE)
--------------*/
header.scrollUp.nav-down {
}
	#header > .inner {
		padding: 0 0 20px 0 ;
	}
    @media (max-width:575px) {
        #header > .inner {
            padding-left: 25px;
        }
    }
    /* @media (min-width:992px) {
        #header > .inner {
            padding: 15px 0 15px 0 ;
        }
    } */
    /* Logo */
    .logo {
      max-width: 14%;
      flex: 1 0 14%;
    }
    /* @media (max-width:1199px) {
        .logo {
            max-width: 18%;
            flex: 1 0 18%;
        }
    }
    @media (min-width:1200px) {
        .logo {
            max-width: 16%;
            flex: 1 0 16%;
        }
    } */
    /* @media (min-width:992px) {
        .logo {
            margin-top: -70px;
        }
    } */
    /* Header top */
    .headertopBar{
      text-align: center;
    }
		.header_top {
			padding: 20px 28px;
      /*border-radius: 0 0 33px 33px;*/
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.17);
      -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.17);
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.17);
      background-color: var(--color-secondary);
		}

    /* nav */
    #menu-header-top{
      display: flex;
      align-items: center;
    }

    #menu-header-top li:not(:last-child){
      padding:0 18.5px;
    }
    #menu-header-top li:first-child{
      padding-left:0;
    }
    #menu-header-top li:not(:last-child){
      border-right: 1px solid var(--color-primary);
    }
    #menu-header-top a{
      font-size: 1.2rem;
      text-transform: uppercase;
      color: var(--white);
      display: block;
      line-height: 1;
    }
      #menu-header-top a:hover{
        color: var(--color-primary);
      }
    /* rs */
    .header_top-rs li{
      color: var(--white);
    }
		.header_top-rs li:not(:first-child) {
			margin: 0 0 0 5px;
		}


/* ----------------------
ZONE INTERIEURE (CONTENU)
-----------------------*/

section#contents {
    padding: 16px 0 0 0;
}

/* ----------------------
HEADER PAGE
-----------------------*/

.headerPage > img{
  opacity: 0.65;
  position: absolute;
}
.headerPage .text{
  position: relative;
  padding:40px 25px;
  z-index: 10;
  background-color: var(--white);
  opacity: 0.8;
}
.headerPage {
    min-height: 300px;
    position: relative;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
	.breadcrumb {
		top: 0;
		left: 0;
	}
	.headerPage .text, .headerPage .text .container {
		height: 100%;
	}
	.headerPage .text {
		z-index: 1;
		top: 0;
	}
		.headerPage .text .container .desc {
			text-align: center;
		}




/* ------------
COLONNES
--------------*/
#leftbar >.inner{

}
#rightbar > .inner{

}


/* -------------------
FOOTER (PIED DE PAGE)
--------------------*/
footer#footer {
    background-color: var(--color-primary);
    padding: 0 0 40px;
    overflow: hidden;
}

  /* Footer produits */
  .footer_produits{
    position: relative;
    text-align: center;
  }
  .footer_produits::before{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0%;
    bottom: 0;
    background-color: var(--color-primary);
    mix-blend-mode: multiply;
    z-index: 0;
  }

  .footer_produits-content{
      padding: 34px 35px;
      position: relative;
      z-index: 10;
      background-color: var(--color-primary-op46);
    }
  .footer_produits-titre{
    text-align: center;
    font-family: var(--font-title);
    font-size: 4rem;
    margin-bottom: 27px;
    color: var(--white);
  }
  .footer_produits-gammes{
    max-width: 848px;
    margin: 0 auto;
    justify-content: center;
    display: inline-flex;
    border-radius: 15px;
    background-color: var(--white);
  }

  .footer_produits-gamme{
    max-width: 280px;
  }

  @media (max-width:991px){
    .footer_produits-gamme:not(:first-child){
      border-top: 1px solid var(--color-primary);
    }
    .footer_produits-gammes {
      padding: 0 9.5px;
    }
  }
  @media (min-width:992px){
    .footer_produits-gamme:not(:first-child){
      border-left: 1px solid var(--color-primary);
    }
    .footer_produits-gammes {
      padding: 9.5px 0;
    }
  }
  .footer_produits-gamme a{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    font-size: 1.8rem;
    line-height: 120%;
    padding-top: 30px;
    padding-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    font-weight: bold;
  }

  .footer_produits-gammeIcon{
    display: flex;
    align-items: center;
    height: 55px;
    margin-bottom: 9px;
    transition: transform 0.2s ease-in-out;
  }
    .footer_produits-gamme:hover .footer_produits-gammeIcon{
      transform: scale(1.1);
    }

  /* Footer infos */
  .footer_infos{
    position: relative;
    margin-top: 26px;
    margin-bottom: 22px;
  }

  @media (min-width:992px){
    .footer_infos::before{
      content: "";
      display: block;
      height: 100%;
      width: 1px;
      background-color: var(--color-secondary);
      position: absolute;
      left: 50%;
      top: 0;
      bottom: 0;
      transform: translateX(-50%);
    }
  }
  /* footer_address */
  .footer_address{
    padding-right: 24px;
    color: var(--white);
  }

  /* Footer contact */
  .footer_contact{
    padding-left: 24px;
  }
  .footer_contact-tel:link,
  .footer_contact-tel:visited,
  .footer_contact-tel{
    color: var(--color-secondary);
    padding: 0 20px;
    display: inline-flex;
    font-size: 1.8rem;
    align-items: center;
    font-weight: bold;
  }
  .footer_contact-tel i{
    font-size: 24px;
  }
  .footer_contact-link i{
    font-size: 26px;
  }


  /* Liens footer */
	footer#footer ul {
		margin: 0;
		display: flex;
    flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
		footer#footer ul li {
			padding: 0;
		}
			footer#footer ul li a {
				font-size: 1rem;
				color: var(--gray-400)
			}
			footer#footer ul li:not(:last-child) a::after {
				content: "/";
				margin: 0 5px;
			}


/* ------------
PAGE ERREUR
--------------*/
#error_page{

}
.error{
	color:#f00;
}
.error_form{
	color:#f00;
}

/*RESPONSIVE
01 - DESKTOP */
@media screen and (max-width: 1400px), (max-device-width: 1400px){
}
@media screen and (max-width: 1200px), (max-device-width: 1200px){
}
/*02 TABLETTE*/
@media screen and (max-width: 1024px), (max-device-width: 1024px){
}
/*03 MINI-TABLETTE et MOBILE */
@media screen and (max-width: 767px), (max-device-width: 767px){


	.logo img {
		max-width: 198px;
	}
  .headerPage .text {
    width: 90%;
  }


}
