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


/* ------------
HEADER (EN-TETE)
--------------*/
#header {
    background-color: #fff;
    position: relative;
    z-index: 100;
}
header.scrollUp.nav-down {
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.32);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.32);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.32);
}
	#header > .inner {
    height: 84px;
    position: relative;
	}
		.logo img {
			max-width: 115px;
		}
		.headertopBar {
			background-color: var(--color-primary);
			padding: 5px 0;
		}
		.headertopBarRs li:not(:first-child) {
			margin: 0 0 0 5px;
		}


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

/* section#contents {
    padding: 50px 0;
} */

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




.mm-wrapper_opening .mm-menu_offcanvas~.mm-slideout {
  -webkit-transform: translate3d(80vw,0,0) !important;
  transform: translate3d(80vw,0,0) !important;
  -moz-transform: translate3d(80vw,0,0) !important;
  -ms-transform: translate3d(80vw,0,0) !important;
  -o-transform: translate3d(80vw,0,0) !important;
}
/* ------------
COLONNES
--------------*/
#leftbar >.inner{

}
#rightbar > .inner{

}


/* -------------------
FOOTER (PIED DE PAGE)
--------------------*/
footer#footer {
  background-color: var(--color-secondary);
  padding-bottom: 65px;
}
footer#footer .container{
  position: relative;
}
#footer .footer{
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 56px 0;
}
.footer_mobile {
    flex: 1;
    border-bottom: 2px solid var(--white);
    border-top: 2px solid var(--white);
    padding: 15px;
    margin: 15px 0;
}
.footer_mobile-title::after {
    content: "\e907";
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-weight: 800;
    color: var(--color-primary);
}
.footer_mobile-title {
    color: var(--color-primary);
    font-family: var(--font-secondary);
    font-weight: 800;
    font-size: 1.2rem;
    width: 100%;
    position: relative;
    display: block;
}
.footer_mobile-content {
    opacity: 0;
    overflow: hidden;
    height: 0;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
}
.footer_mobile.active .footer_mobile-content {
    opacity: 1;
    height: auto;
    min-height: 400px;
    padding-top: 20px;
}
.footer-contact {
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-logo img {
  max-width: 180px;
}
	footer#footer ul.BarRs {
        flex-direction: row;
        display: flex;
        justify-content: flex-start;
        margin-right: 10px;
    }
    @media (max-width:767px) {
        .footer_links_3 {
            order: 3;
        }
        .footer_links_2 {
            order: 4;
        }
        .footer_links_1 {
            order: 2;
        }
        .footer-logo {
            order: 1;
        }
        footer#footer ul.BarRs {
            justify-content: center;
        }
    }
    @media (max-width:425px) {
        .footer_links_3 {
            order: 4;
        }
    }
	footer#footer ul {
        margin: 0;
        /* display: flex; */
        align-items: center;
        justify-content: center;
        flex-direction: column;
	}
		footer#footer ul li {
			padding: 0;
            margin-bottom: 26px;
		}
        footer#footer ul.BarRs li {
            margin-right: 25px;
        }
		.footer-menu  .footer-menu-rs a {
            font-size: 1.5rem;
            padding-right: 19px;
            color: var(--color-primary);
        }
        .footer-menu  .footer-menu-rs a .icon-twitter {
            margin-top: 3px;
        }
			footer#footer ul li a {
				color: var(--color-primary);
                font-family: var(--font-secondary);
                font-weight: 800;
                font-size: 1.2rem;
			}
			@media (max-width:767px) {
                footer#footer ul li a {
                    font-weight: normal;
                }
            }
      .footer-contact {
        border-top: 1px solid var(--color-secondary-dark);
      }
      .footer-contact p {
        padding-top: 15px;
        font-size: 1.1rem;
      }
      #footer .icon-polygone {
        text-align: right;
        position: absolute;
        right: 0;
        top: -40px;
      }
      #footer .icon-polygone::before {
        width: 36px;
        height: 36px;
        background: var(--color-primary);
        color: var(--white);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        transform: rotate(90deg);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
}


/* ------------
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: 1024px), (max-device-width: 1024px){

  .mobile-buton {
		display: flex;
	}
	.logo img {
		max-width: 198px;
	}

}
