body{
  margin:0;
  padding:0;
  font-family: eceb-regular;
}

@font-face {
  font-family: eceb-Regular;
  src: url("../fonts/pplSansBig-Regular.woff") format('truetype');
}

@font-face {
  font-family: eceb-Light;
  src: url("../fonts/pplSansBig-Light.woff") format('truetype');
}

@font-face {
  font-family: eceb-deco;
  src: url("../fonts/Lobster-Regular.ttf") format('truetype');
}


.header-based{
  position: fixed;
  display:block;
  z-index:9999;
  width: 100%;
  height:auto;
  left: 0;
  right: 0;
  top: 0;
}


.container-pro{
  display:flex !important;
}


.header-based .acredite-logo {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 110px;
  background: #394791; 
  background-image: url(./../../public/files/acredite-logo.png);
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: 50% 70%;
  z-index: 1;  
  box-shadow: 0 6px 0 0 #1f2750;
}

.header-based .content-header{
display:inline-block;
position:relative;
width:100%;
padding:10px;
padding-left:20px;
}


.header-based .navbar-edited-top {
  position: relative;
  padding: 0;
  margin: 0;
  display: flex;
}

.header-based .navbar-edited-top .title-top{
position: relative;
display: inline-block;
text-align: left;
font-family: eceb-bold;
font-variant: all-petite-caps;
font-size: 30px;
}


.header-based .navbar-edited-top .rs-top{
display: flex;
position: absolute;
width: min-content;
max-width: 100px;
top: 0;
right: 0;
}

.icon-header-us{
position: relative;
width: 30px;
height: 30px;
color: transparent;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
display: block;
text-align: center;
margin: auto;
}



.header-based .navbar-edited-top .rs-top a{
  color: black;
font-size: 25px;
cursor: pointer;
transition:0.3s;
margin-left:5px;
}
.header-based .navbar-edited-top .rs-top a:hover , .header-based .navbar-edited-top .rs-top a:focus{
  color: black;
font-size: 25px;
cursor: pointer;
color: #ff1a1a;
transition:0.3s;
}

.proxy-link{
cursor: pointer !important;
}

.content-posting{
    padding:20px 0;
    padding-bottom: 80px;
    margin-bottom: 140px;
    position:relative;
    display: block;
    z-index:2;
    margin-top: 140px;
  padding-top:0;
}

.content-posting:before{
  content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: white;
z-index: -1;
display: block;
height: 100%;
width: 100%;
}


.content-error-404{
background: wheat;
padding: 10px;
  padding-top: 10px;
min-height: 400px;
text-align: center;
padding-top: 180px;
border-radius: 0;
}

.content-error-404 span{
font-size: 20px;
font-variant: all-petite-caps;
color: #D23029;
display: block;
}

.content-error-404 a, .content-error-404 a:hover,  .content-error-404 a:focus{
font-size: 16px;
font-variant: all-petite-caps;
color: #424242; 
cursor:pointer;
font-family:eceb-bold;
text-decoration:none;
}
   
.navbar-inverse {
    background-color: #fff;
    border-color: white;
    border: none;
    border-radius: 0; 
    padding: 0px;
    box-shadow: 0 2px 9px -6px black;
}
 




.navbar-inverse .navbar-brand {
  display:inline-block;
color: transparent;
background-image: url(./../../public/files/logo_header_eceb.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
width: 130px;
height: 40px;
padding: 0;
margin: 0; 
margin-top: 4px; 
}
  
  .navbar-inverse .navbar-acredite {
  display:inline-block;
color: transparent;
background-image: url(./../../public/files/acredite-logo.webp);
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
width: 40px;
height: 40px;
padding: 0;
margin: 0;   
margin-left: 0 !important;
display:none;
}
 
.navbar-inverse .navbar-nav > li > a {
    color: #424242;
    font-size: 16px;
    font-family: eceb-Bold; 
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor:pointer;
    font-variant: all-petite-caps;
    transition:0.3s;

}



.navbar-inverse .navbar-nav > li > a:hover ,  .navbar-inverse .navbar-nav > li > a:focus{
  
    color: #E63129;
    font-size: 16px;
    font-family: eceb-Bold; 
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor:pointer;
    font-variant: all-petite-caps;
    transition:0.3s;

}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
color: #E63129;
background-color: white;
/*border-bottom: 2px solid #E63129;*/
font-family: eceb-bold;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
   color: #424242;
background-color: transparent;
/*border-bottom: 2px solid #E63129;*/
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 4px;
}


/*.fa { 
    font-size: 20px;
}*/

.navbar-inverse .navbar-mobile, .navbar-inverse .navbar-mobile:hover , .navbar-inverse .navbar-mobile:focus {
border-color: transparent !important;
background-color: transparent !important;
margin: 0;
z-index: 4;
}



.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
        margin-top: 2px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #424242;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border: none;
}

.dropdown-nos-produits{
	right: 0;
background: white;
border: 1px solid #E63129;
border:none;
padding: 6px;
border-radius: 0 0 10px 10px;
min-width: 300px;
min-width: max-content;
}

.dropdown-nos-produits:before{
 content: '';
width: 0;
height: 0;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
border-bottom: 15px solid #E63129;
top: -15px;
position: absolute;
right: 6px;
}

.dropdown-menu > li > a {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #424242;
    white-space: nowrap;
    padding: 10px 16px; 
    cursor:pointer;
    font-family: eceb-Bold;
      font-size:16px;
      font-variant: all-small-caps;
}

.dropdown-types-produits li a{
padding: 4px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
   display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #424242;
    white-space: nowrap;
    padding: 10px 16px; 
    cursor:pointer;
    font-family: eceb-Light;
      font-size:16px;
      font-variant: all-small-caps;
       display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #E63129;
    white-space: nowrap;
    padding: 10px 16px;
    background:transparent;
    padding-left:18px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #E63129;
    white-space: nowrap;
    padding: 10px 16px;
    background:transparent;
    padding-left:18px;
}
 
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #E63129;
}


.navbar-right .search-header{
position: absolute;
right: 40px;
bottom: 0px;
padding: 10px 10px;
background: white;
color: #3e3e3e;
font-family: "eceb-regular";
font-weight: bold;
font-variant: all-small-caps;
font-stretch: extra-condensed;
font-size: 15px;
transition: 0.3s;
border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
border-radius: 0;
float: none;
margin: auto;
z-index: 10;
min-width: 200px;
border-bottom: 2px solid #E63129;
}



.navbar-right .dropdown-cart-proxy{
    right: 0;
    background: white;
    border: 1px solid #E63129;
    padding: 6px;
    border-radius: 0 10px 10px 10px;
    min-width: max-content;
}

.navbar-right .dropdown-cart-proxy li .title-cart-proxy{
display: block;
text-align: center;
font-size: 15px;
font-variant: all-petite-caps;
font-weight: bold;
}

.dropdown-menu > li > .btn-completer-order{
  display: block;
clear: both;
font-weight: 400;
line-height: 1.42857143;
color: #E63129;
white-space: nowrap;
padding: 10px 16px;
background: white;
border-radius: 50px;
font-size: 15px;
font-family: eceb-regular;
font-variant: all-petite-caps;
border:2px solid #E63129;
cursor:pointer;
}

.dropdown-menu > li > .btn-completer-order:hover, .dropdown-menu > li > .btn-completer-order:focus{
	background: #E63129; 
	border:2px solid #E63129;
	color:white !important;
}

.navbar-right .dropdown-cart-proxy .dropdown-cart-infos-items{
display: inline-grid;
}

.navbar-right .dropdown-cart-proxy .dropdown-cart-infos-items ul{
line-height:2;
}

.navbar-right .dropdown-cart-proxy .dropdown-cart-infos-items ul li{
 position:  relative;
 padding: 4px;
}
.navbar-right .dropdown-cart-proxy .dropdown-cart-infos-items ul li .btn-delete-items-cart-proxy{
font-size:14px;
color: #f77878;
padding:0;
position: relative;
padding-top: 4px;
}

.navbar-right .dropdown-cart-proxy .dropdown-cart-infos-items ul li .img-items-cart-proxy{
width: 35px;
height: 35px;
background: white;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
position: relative;
display: block;
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
border: 1px solid #cecece;
}

.navbar-right .dropdown-cart-proxy .dropdown-cart-infos-items ul li .description-items-cart-proxy{
font-size: 14px;
font-variant: all-petite-caps;
display: block;
max-width: 200px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}

.navbar-right .dropdown-cart-proxy .dropdown-cart-infos-items ul .li-trash-items-cart{
 float:right;
}

.dropdown-cart-proxy::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #E63129;
    top: -15px;
    position: absolute;
    right: 6px;
}





.navbar-inverse .navbar-toggle .icon-bar, .navbar-inverse .navbar-toggle .icon-bar:hover, .navbar-inverse .navbar-toggle .icon-bar:focus {
    background-color: #424242;
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 1px;
}



.dropdown-types-produits{
	position: relative;
background: transparent;
border-radius: 0;
box-shadow: none;
padding-left: 10px;
}







/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('images/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url('images/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
















































































footer{
	background-color: whitesmoke; 
  position: relative;
display: block;
z-index: 3;
}


.section-texture-eceb{
    position: absolute;
width: 100%;
height: 60px;
top: -58px;
left: 0;
right: 0;
background-color: transparent;
background-size: auto;
background-repeat: repeat;
background: url(../files/texture-eceb.svg); 
}


footer .section-rs-proxy{
	background-color: #FF6161;
	padding:15px;
   padding:0; 
    
/*    filter: invert(25%) sepia(21%) saturate(5679%) hue-rotate(188deg) brightness(97%) contrast(99%);
*/
}

footer .section-rs-proxy span{
	color: white;
	font-size:14px;
	font-variant: all-petite-caps;
}

footer .section-rs-proxy a{
	color: white;
	font-size:16px;
	text-decoration:none;
}


footer .section-menu-footer-proxy {
background: black !important;
padding: 15px;
}

footer .section-menu-footer-proxy h6{
  font-size:16px;
	border-bottom: 1px solid white;
padding-bottom: 10px;
color: wheat;
font-family: eceb-bold;
}



footer .section-menu-footer-proxy .ico-rs-footer  {
display:flex;
position: relative;
text-align:center;
width:max-content;
margin:0;

}


footer .section-menu-footer-proxy .ico-rs-footer a{
position:relative;
margin:auto;
margin-right:10px;
}
/*

footer .section-menu-footer-proxy .ico-rs-footer a{
font-size:50px;
color:white;
transition:0.3s;
}

footer .section-menu-footer-proxy .ico-rs-footer a:hover, footer .section-menu-footer-proxy .ico-rs-footer a:focus{
font-size:50px;
color:#e70d32;
transition:0.3s;
}
*/

footer .section-menu-footer-proxy .grid-nos-produits-proxy a{
 color: white;
font-size: 17px;
font-weight:bold;
font-variant: all-petite-caps;
text-decoration: none;
text-align: left;
padding: 2px 0;
display: block;
}

footer .section-menu-footer-proxy .grid-nos-produits-proxy a:hover ,footer .section-menu-footer-proxy .grid-nos-produits-proxy a:focus{
 color:white;
font-variant: all-petite-caps;
text-decoration: none;
text-align: left;
font-family:eceb-regular;
}


footer .section-menu-footer-proxy  .grid-contacts-proxy ul{
  line-height: 2;
}

footer .section-menu-footer-proxy  .grid-contacts-proxy ul li span{
 color: white;
 font-size: 16px;
font-weight:bold;
color: white;
font-variant: all-petite-caps;  
}
 


footer .section-menu-footer-proxy .grid-search-footer-proxy p span{
font-size: 11px;
text-align: left;
font-variant: all-petite-caps;
color: white;
font-family: eceb-regular;
}

footer .section-menu-footer-proxy .grid-search-footer-proxy .grid-search-footer{
display: block;
width: 100%;
position: relative;
min-height: 55px;
}

footer .section-menu-footer-proxy .grid-search-footer-proxy .grid-search-footer i{
position: absolute;
top: 11px;
font-size: 20px;
color:white;
z-index: 99;
left: 8px;
}

footer .section-menu-footer-proxy .grid-search-footer-proxy .grid-search-footer input{
width: 100%;
padding: 14px 10px 10px 35px;
background: #e8ffe5;
color: #3e3e3e;
font-family: "eceb-regular";
font-weight: bold;
font-variant: all-small-caps;
font-stretch: extra-condensed;
font-size: 13px;
transition: 0.3s;
border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
border-bottom-color: currentcolor;
border-bottom-style: none;
border-bottom-width: medium;
border-bottom-color: currentcolor;
border-bottom-style: none;
border-bottom-width: medium;
border-bottom-color: currentcolor;
border-bottom-style: none;
border-bottom-width: medium;
position: absolute;
border-radius: 50px 50px 50px 50px;
float: none;
margin: auto;
left: 0;
z-index: 10;
top: 0;
}

footer .section-menu-footer-proxy .grid-search-footer-proxy .grid-search-footer .required-slide {
display: block;
background: #E63129;
float: none;
margin: auto;
color: #d74a4a;
text-align: center;
font-size: 13px;
transition: 0.3s;
position: absolute;
opacity: 1;
left: 0;
width: 100%;
font-family: "eceb-regular";
font-weight: bold;
font-variant: all-small-caps;
font-stretch: extra-condensed;
z-index: 3;
border-radius: 0 0 50px 50px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
top: 20px;
padding: 4px 10px;
animation-duration: 1.5s;
}

footer .section-menu-footer-proxy .grid-search-footer-proxy .grid-search-footer .btn-search-footer{

font-size: 15px;
font-family: "eceb-regular";
font-weight: bold;
font-variant: all-small-caps;
font-stretch: extra-condensed;
transition: 0.3s;
text-decoration: none;
cursor: pointer;
background: #E63129;
color: white;
padding: 10px;
display: block;
border-radius: 50pc;
position: absolute;
top: 0;
left: 0;
width: 100%;

}

footer .section-menu-footer-proxy .grid-search-footer-proxy .grid-search-footer .btn-search-footer:hover, .btn-search-footer:focus{

font-size: 15px;
font-family: "eceb-regular";
font-weight: bold;
font-variant: all-small-caps;
font-stretch: extra-condensed;
transition: 0.3s;
text-decoration: none;
cursor: pointer;
background: #424242;
color: white;
padding: 10px;
display: block;
border-radius: 50pc;
position: absolute;
top: 0;
left: 0;
width: 100%;

}

footer .section-menu-footer-proxy .grid-search-footer-proxy .grid-search-footer .required-input {
color: #d74a4a;
background: #fff5f5;
}

footer .section-menu-footer-proxy .grid-search-footer-proxy .grid-search-footer .required-span {
background: #d74a4a !important;
color: #fff5f5 !important;
padding: 25px 10px 10px 10px !important;
animation-duration: 1.5s !important;
}

footer .section-menu-footer-proxy .grid-search-footer-proxy .grid-search-footer .required-i {
color: #ffb8b8 !important;
}

















/*MOBILE RESPONSIVE*/
@media screen and (max-width:767px){

.navbar-inverse .navbar-acredite {
  display: flex;
position: absolute;
left: 0;
right: 0;
float: none;
margin: auto;
  margin-left: auto;
z-index: 0 !important;
width: 100%;
}

.navbar-inverse .navbar-brand {
  display: inline-block;
  color: transparent;
  background-image: url(./../../public/files/logo_header_eceb.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 130px;
  height: 40px;
  padding: 0;
  margin: 0;
    margin-top: 0px;
  margin-top: 4px;
  z-index: 2;
  position: relative;
}

.header-based .acredite-logo {
  display: none; 
}


.header-based .content-header {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px; 
  padding-left: 0;
  z-index: 2;
}

.header-based .navbar-edited-top .title-top {
  position: relative;
  display: flex;
  text-align: center;
  font-family: eceb-bold;
  font-variant: all-petite-caps;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 5px;
  padding: 6px;
  text-align: left;
}


.header-based .navbar-edited-top .rs-top {
  display: inline-block;
  position: relative;
  right: 0;
  top: 0;
  text-align: center;
  z-index: 3;
  margin: 0;
    margin-bottom: 0px;
  margin-bottom: 10px;
}

.header-based .navbar-edited-top .rs-top a {
  color: black;
  font-size: 25px;
  cursor: pointer;
  transition: 0.3s;
  margin-left: 5px;
  display: block;
  position: relative;
  margin: 0;
    margin-bottom: 0px;
  margin-bottom: 2px;
}

.navbar-header{
  display: block;
position: relative;
width: 100%;
}

.section-follow-us-all .content-nos-diplome ul {
  list-style: none;
  display: block;
  text-align: left;
  padding: 0 !important;
}


.content-posting{
    padding:20px;
}

footer .section-menu-footer-proxy .grid-nos-produits-proxy{
margin-bottom:30px;
}

footer .section-menu-footer-proxy .grid-search-footer-proxy{
margin-bottom:30px; 
}

footer .section-menu-footer-proxy .grid-contacts-proxy{
margin-bottom:30px; 
}

footer .section-menu-footer-proxy .grid-footer-rs{
margin-bottom:30px; 
}

footer .section-menu-footer-proxy .ico-rs-footer a{
color:#424242 !important;
}


.in{
	transition:0.3s;
}

.dropdown-nos-produits::before {
  
    display: none;
}


.navbar-inverse .navbar-toggle .icon-bar, .navbar-inverse .navbar-toggle .icon-bar:hover, .navbar-inverse .navbar-toggle .icon-bar:focus {
    background-color: #424242;
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 1px;
}

.navbar-inverse .navbar-toggle:hover {
	background:white;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #424242;
    padding: 10px;
}


.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #424242;
    background-color: transparent;
    border: none;
}


.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    /*border-bottom: 2px solid #E63129;*/
    padding-left: 20px;
}

.navbar-nav .navbar-right{
	float:right;
}

.navbar-right .search-header {
    position: absolute;
    right: 40px;
    bottom: 0px;
    padding: 10px 10px;
    background: white;
    color: #3e3e3e;
    font-family: "eceb-regular";
    font-weight: bold;
    font-variant: all-small-caps;
    font-stretch: extra-condensed;
    font-size: 15px;
    transition: 0.3s;
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-radius: 0;
    float: none;
    margin: auto;
    z-index: 10;
    min-width: 200px;
    border-bottom: 2px solid #E63129;
    left: 50px;
    margin: 0;
    width: -moz-available;
}



.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #7ac572;
}


.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
    padding-bottom: 10px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border: none;
}

.dropdown-menu > li > .btn-completer-order:hover, .dropdown-menu > li > .btn-completer-order:focus{
	background: #E63129 !important; 
	border:2px solid #E63129 !important;
	color:white !important;
}

.dropdown-cart-proxy::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #E63129;
    top: -15px;
    position: absolute;
    right: 6px;
    display: none;
}

.navbar-right .dropdown-cart-proxy .dropdown-cart-infos-items {
    display: block;
}

.navbar-right .dropdown-cart-proxy .dropdown-cart-infos-items ul {
    line-height: 2;
    margin: 0;
}


.navbar-right .dropdown-cart-proxy .dropdown-cart-infos-items ul li {
    position: relative;
    padding: 4px;
    display: inline-block;
}

.navbar-right .dropdown-cart-proxy .dropdown-cart-infos-items ul li .description-items-cart-proxy {
    font-size: 14px;
    font-variant: all-petite-caps;
    display: block;
    max-width: 240px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

footer .section-menu-footer-proxy .ico-rs-footer  {
display:flex;
position: relative;
text-align:center;
width:max-content;
margin:0;

}


footer .section-menu-footer-proxy .ico-rs-footer a{
position:relative;
margin:auto;
margin-right:10px;
}

footer .section-menu-footer-proxy .ico-rs-footer a:hover, footer .section-menu-footer-proxy .ico-rs-footer a:focus{
font-size:50px;
color:#e70d32 !important;
transition:0.3s;
}


/* THE END */
}




.bg-back-fixed{
  position:fixed;
  display:block;
  left:0;
  top:0;
  right:0;
  width:100%;
  height:100%;
  padding:0;
  margin:auto;
  background: white;
  z-index: 1;
  background-image: url(../../public/files/background-ecole-esthetique-coiffure-bourgone.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}

 
 
.bg-back-fixed:before{
content:'';
position:absolute;
left:0;
right:0;
top:0;
bottom:0;
background:white;
opacity:0.5;
}






















