/* STYLE CMONSITE EDITOR */
body{font-family:Roboto;background-size:contain;background-position:center;background-attachment:local;background-repeat:no-repeat;background-color:#FFFFFF;}.title_section{font-family:Roboto;}.wrapper{background-position:right center;background-size:contain;background-repeat:repeat-x;background-attachment:local;}@media (min-width:1024px){#headercontent{min-height:218px;}header .slogan{top:157px;left:436px;}header .logo{top:23px;left:519px;height:auto;width:181px;}header .logo img{height:auto;}}/* Video Youtube en bannière*/


#video_accueil {
    width: 100%;
    height: 70vh;
    overflow: hidden;
    position: relative;
}

#video {
    width: 100%;
    padding-top: 56.25%;
    position: absolute;
    top: 50%;
    left: 0;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#video::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .1;
}

#video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#video_text {
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    bottom: 20%;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
}


header .menu.menu-principal #nav-principal, header nav#nav-principal .navigation_button_p > ul {
  border-color: rgb(0, 0, 0) !important;
}


#logo {
  display: flex;
  min-width: min-content;
}




@media only screen and (min-width:1024px) {
.template-panier {
  display: flex;
  min-width: max-content;
  position: fixed;
}
}


.connexion > p:nth-child(1) {
  width: 132px;
}


#header-panier {
  margin-left: 13px;
}


.slogan_p > p:nth-child(1) > span:nth-child(1) {
  display: flex;
  min-width: auto;
}

