﻿/* PARAMETRES GENERAUX */

@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@500&display=swap');

            TD 					{ font-family: 'Work Sans', arial; }
			A 					{ color:inherit; text-decoration:none; border: none; }
			A img               { border: none}
			A:hover,A:active	{ color:#F35712; text-decoration:none;}
			
			TD.spectitle		{ border-bottom : 1px solid #9F9F9F; }
			TD.speccontent		{ border-left : 1px solid #9F9F9F; border-bottom : 1px solid #9F9F9F; }

input:focus, select:focus, textarea:focus {outline:0;border-color:#63D1CC;}

div, input,select,header,footer,nav,main { font-family: 'Work Sans', arial;}

textarea {font-family: 'Work Sans', arial;}

img {
    max-width: 100%;
}
 
p {
    margin-top : 2px; 
    margin-bottom : 2px; 
    line-height: 1.4; 
}

ul 
{
    list-style-type:none;
    line-height: 1.2;
    margin-top:5px;
    margin-left:-24px;
    color:#b1d7f1;
    }

hr 
{   height:1px;
    line-height:1px;
    color:#999999;
    background-color:#999999;
    border-color:#3AACAC;

    
      }
    
.paragraphe {
    line-height: 1.6;
}

/* DESIGN SYSTEM */

:root {--normal: #19191B;--grey80:#4F4F4F;--subtle1: #61646B;--subtle2: #AFB1B6;--background: #f5f5f5;--backgroundcyan: #e8f7f7;--surface: #204299;--surfacehover:#5878cb;--primarybg: #f25714;--primarysubtle: #F7F5FF;--primary: #000000;--border:#e1e1e1;
      --rouge: #E66456;--bleu: #0E6FB3;--orange: #f25714;--cyan: #204299;--univers: #f7c894;--cyanclair:#D0D2E3;--cyanTclair:#e1e2eb;
}



/* BODY*/
body {
    background-color: #ffffff;
    font-size: 10px;
    line-height:1.4;
	margin-left: 2px;
	margin-top: 0px;
    margin-right:0px;
	background-position: top;
    background-position-y:-20px;
	background-repeat:repeat-x; 
    
}

/* HEADER */

header {
    position:fixed;
    width:100%;
	top:0px;
	height:95px;
    z-index:9; 
      }


header #topheader_container {
    position:relative;
    width:100%;
    height:65px;
    background:var(--background);
    display:flex;
    justify-content:center;
}

header #topheader {
    position:relative;
    width:100%;
    max-width:2500px;
    height:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
 }

header #topheader #logobr {
    margin-left:20px;
    width:270px;
    height:60px;
    background-image: url(/img/logo_bleurouge.jpg);
    background-size:contain;
    background-repeat:no-repeat;
}

header #topheader #service_client {
    margin-left:20px;
    width:270px;
    height:40px;
    display:flex;
    align-items:center;
}
header #topheader #service_client .icone {
    width:25px;
    height:25px;
    background-image: url(/img/service_client_mail.svg);
    background-size:contain;
    background-repeat:no-repeat;
}

header #topheader #service_client .texte {
    margin-left:10px;
    font-size:1.3em;
    color:var(--grey80);
}

header #topheader #logo {
     width:370px;
     height:50px;
     background-image: url(/img/logo.svg);
     background-size:contain;
     background-repeat:no-repeat;
}

header #topheader #connexionpanier {
     width:400px;
     height:100%;
     display:flex;
     justify-content:flex-end;
     align-items:center;
}

header #topheader #connexionpanier #panier_rapide {
    position:relative;
    width:40px;
    height:40px;
    margin-right:40px;
    cursor:pointer;
    }

header #topheader #connexionpanier #panier_type {
    position:relative;
    margin-top:5px;
    width:30px;
    height:30px;
    margin-right:40px;
    cursor:pointer;
    }


header #topheader #connexionpanier #connexion {
    width:150px;
    height:40px;
    display:flex;
    align-items:center;
    cursor:pointer;
}


header #topheader #connexionpanier #connexion .icone {
    width:30px;
    height:30px;
    background-image: url(/img/user.svg);
    background-size:contain;
}
header #topheader #connexionpanier #connexion .texte {
    margin-left:10px;
    font-size:1.4em;
    color:var(--grey80);
}

header #topheader #connexionpanier #panier {
    position:relative;
    width:130px;
    height:50px;
    background:var(--orange);
    border-radius:25px 0px 0px 25px; 
    display:flex;
    align-items:center;
    cursor:pointer;
}

header #topheader #connexionpanier #panier .nbart {
    position:absolute;
    left:28px;
    top: 4px;
    width:20px;
    height:20px;
    background:var(--orange);
    border-radius:10px;
    font-size:1.2em;
    font-weight:bold;
    color:#ffffff;
    display:flex;
    align-items:center;
    justify-content:center;

}


header #topheader #connexionpanier #panier .icone {
    width:45px;
    height:30px;
    background-image: url(/img/cart.svg);
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
}
header #topheader #connexionpanier #panier .texte {
    margin-left:10px;
    font-size:1.4em;
    color:#ffffff;
}


header #bottomheader_container {
    position:relative;
    width:100%;
    height:45px;
    background:var(--cyan);
    display:flex;
    justify-content:center;
    align-items:center;
}

header #bottomheader {
    position:relative;
    width:100%;
    max-width:2500px;
    height:100%;
    display:flex;
    justify-content:flex-start;
    align-items:center;
 }

header #bottomheader #menubuttom {
    width:240px;
    height:100%;
    background:var(--orange);
    border-radius:0px 25px 25px 0px;
    display:flex;
    justify-content:space-around;
    align-items:center;
    cursor:pointer;
}
header #bottomheader #menubuttom .texte {
    width:180px;
    font-size:1.4em;
    font-weight:bold;
    color:#ffffff;
}

header #bottomheader #search {
    margin-left:calc(50% - 560px);
    width:600px;
    max-width:600px;
    height:30px;
    border:2px solid var(--surface);
    background:#ffffff;
    border-radius:6px;
    display:flex;
    justify-content:space-between;
    align-items:center;
 }
header #bottomheader #search .textbox {
    width:490px;
    padding:0px 5px;
    height:100%;
    display:flex;
    justify-content:center;
    }
header #bottomheader #search .textbox .texte {
    width:100%;
    height:26px;
    border:none;
    font-size:1.4em;
    color:#444444;

}
header #bottomheader #search  .buttom {
    width:30px;
    height:20px;
    padding:5px;
    background:var(--orange);
    border-radius:0px 4px 4px 0px;
}

@media (max-width: 1150px) {
    header #bottomheader #search {margin-left:40px;width:calc(100% - 140px);}
}

@media (max-width: 1000px) {
      header #topheader #service_client {display:none;}
      header #topheader #logo {margin-left:-70px;width:300px;height:43px}
      header #topheader #connexionpanier {width:300px}
      header #topheader #connexionpanier #panier_rapide {margin-right:30px;}
      header #topheader #connexionpanier #panier_type {margin-right:30px;}
      header #topheader #connexionpanier #connexion {width:40px}
      header #topheader #connexionpanier #connexion .texte {display:none;}
      header #topheader #connexionpanier #panier  {width:70px}
      header #topheader #connexionpanier #panier .texte  {display:none}
      header #bottomheader #menubuttom {width:80px}
      header #bottomheader #menubuttom .texte {display:none}
      header #bottomheader #search {margin-left:10px;width:calc(100% - 110px);}
      header #bottomheader #search .textbox {width:calc(100% - 130px);}
}

@media (max-width: 800px) {
    header #topheader #logo {margin-left:5px;width:230px;height:35px}
    header #topheader #logobr {display:none}
    }

@media (max-width: 600px) {
    header #topheader #logo {width:30px;height:50px;background-image: url(/img/logo.svg);background-size:cover;}
    header #topheader #connexionpanier {width:220px;}
    header #topheader #connexionpanier #connexion  {width:50px}
    header #topheader #connexionpanier #connexion  {width:50px}
    header #topheader #connexionpanier #panier_rapide {margin-right:20px;}
    header #topheader #connexionpanier #panier_type {margin-right:20px;}
   
   
}

/* NAV */
nav {
    position:relative;
}

#fil_ariane {
    position: relative;
    margin-top: 82px;
    width:calc(100% - 30px);
    height:20px;
    padding-bottom:8px;
    padding-left:30px;
    padding-top:3px;
    overflow:hidden;
    display:flex;
    align-items:center;
 }

.texte_ariane {
    font-size:1.2em;
    color:var(--subtle1);
}


@media (max-width: 1000px) {
    #fil_ariane{height:0px;visibility:hidden;}
}

/* MENU */
#menu {
   
  }

#menu .headermenu {
   position:fixed;
   top:0px;
   left:0px;
   width:440px;
   height:90px;
   background:var(--orange);
   border-radius:0px 45px 45px 0px;
   z-index:500;
   display:flex;
   align-items:center;
}


#menu .headermenu .icone {
    width:80px;
    height:30px;
    background-image: url(/img/user_active.svg);
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
    }


#menu .headermenu .texte {
    width:280px;
    height:30px;
    font-size:1.5em;
    color:#ffffff;
    }

#menu .headermenu .close {
    width:60px;
    height:40px;
    background-image: url(/img/close_menu.svg);
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
    cursor:pointer;
    }

#menu .contentleft {
   position:fixed;
   top:90px;
   left:0px;
   width:400px;
   height:calc(100% - 90px);
   background:#ffffff;
   z-index:500;
 }

#menu .scrollable {
    overflow-y:scroll;
}

#menu .contentleft .rubriquediv {
    padding:0px 0px 0px 30px;
    width:calc(100% - 30px);
    height:80px;
    border-bottom:1px solid var(--subtle2);
    font-size:2.2em;
    font-weight:bold;
    display:flex;
    align-items:center;
}

#menu  .rubriquesdiv {
    padding:0px 0px 0px 10px;
    width:calc(100% - 10px);
    height:70px;
    border-bottom:1px solid var(--subtle2);
    display:flex;
    align-items:center;
}

#menu  .rubriquesdiv .lien {
    width:50px;
    height:20px;
    background-image: url(/img/retour_menu.svg);
    background-size:initial;
    background-repeat:no-repeat;
    background-position:center;
}
#menu   .rubriquesdiv .texte {
    width:calc(100 - 50px);
    font-size:2.0em;
    font-weight:bold;
    display:flex;
    align-items:center;
}


#menu .contentleft .itemdiv {
    width:calc(100% - 40px);
    padding:0px 10px 0px 30px; 
    height:60px;
    display:flex;
    align-items:center;
}

#menu .contentleft .firstdiv {
    margin-top:20px;
}

#menu .contentleft .itemdiv:hover, #menu .contentleft .itemsdiv:hover, #menu .rubriquesdiv:hover, #menu .contentright .itemsfam:hover {
    cursor:pointer;
    background:var(--cyanTclair);
}

#menu .selected {
     background:var(--cyanTclair);
}

#menu .contentleft .itemdiv .icone {
    width:50px;
    height:50px;
    background:var(--cyanTclair);
    border-radius:25px;
    display:flex;
    justify-content:center;
    align-items:center;
}


#menu .contentleft .itemdiv .iconemin {
     width:40px;
    height:40px;
    background:var(--cyanTclair);
    border-radius:20px;
    display:flex;
    justify-content:center;
    align-items:center;
}

#menu .contentleft .itemdiv .texte {
    width:240px;
    margin-left:20px;
    height:30px;
    font-size:1.7em;
    font-weight:bold;
    color:var(--normal);
     display:flex;
     align-items:center;
}

#menu .contentleft .itemdiv .textethin {
    width:240px;
    margin-left:20px;
    height:30px;
    font-size:1.7em;
    font-weight:normal;
    color:var(--normal);
     display:flex;
     align-items:center;
}

#menu .contentleft .itemdiv .lien {
    width:50px;
    height:20px;
    background-image: url(/img/lien_menu.svg);
    background-size:initial;
    background-repeat:no-repeat;
    background-position:center;
}

#menu .contentleft .listeitem {
    position:absolute;
    top:162px;
    width:100%;
    height:calc(100% - 165px);
    border-top:1px solid #dedede;
    overflow-y:scroll;
}


#menu .contentleft .listeitem::-webkit-scrollbar, #menu .contentright .listeitem::-webkit-scrollbar, #menu .scrollable::-webkit-scrollbar {
  width: 16px; /* width of the entire scrollbar */
}

#menu .contentleft .listeitem::-webkit-scrollbar-track, #menu .contentright .listeitem::-webkit-scrollbar-track, #menu .scrollable::-webkit-scrollbar-track {
  background: #ffffff; /* color of the tracking area */
}

#menu .contentleft .listeitem::-webkit-scrollbar-thumb, #menu .contentright .listeitem::-webkit-scrollbar-thumb,#menu .scrollable::-webkit-scrollbar-thumb {
  background-color: var(--surface); /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
  border: 3px solid #ffffff; /* creates padding around scroll thumb */
}

#menu .contentleft .itemsdiv {
    width:calc(100% - 90px);
    padding:0px 10px 0px 80px; 
    height:60px;
    display:flex;
    align-items:center;
}
#menu .contentleft .itemsdiv .texte {
    width:240px;
    margin-left:20px;
    height:30px;
    font-size:1.6em;
    font-weight:normal;
    color:var(--normal);
     display:flex;
     align-items:center;
}

#menu .contentleft .itemsdiv .lien {
    width:50px;
    height:20px;
    background-image: url(/img/lien_menu.svg);
    background-size:initial;
    background-repeat:no-repeat;
    background-position:center;
}

#menu .contentleft .titre {
    width:calc(100% - 40px);
    padding:0px 10px 0px 30px; 
    height:80px;
    display:flex;
    align-items:center;
}
#menu .contentleft .titre .icone {
    width:50px;
    height:50px;
    background:var(--cyanclair);
    border-radius:25px;
    display:flex;
    justify-content:center;
    align-items:center;
}
#menu .contentleft .titre .texte {
    width:290px;
    margin-left:20px;
    height:30px;
    font-size:1.9em;
    font-weight:bold;
    color:var(--normal);
     display:flex;
     align-items:center;
}

#menu .contentright {
   position:fixed;
   top:88px;
   left:400px;
   width:400px;
   height:calc(100% - 90px);
   background:#ffffff;
   border:2px solid var(--subtle2);
   border-radius:0px 10px 10px 0px;
   z-index:501;
   overflow:hidden;
  }

#menu .contentright .image {
    position:relative;
    width:100%;
    height:160px;
    display:flex;
    justify-content:center;
    align-items:center;
}

#menu .contentright .listeitem {
    position:relative;
    margin-top:81px;
    width:100%;
    height:calc(100% - 165px);
    border-top:1px solid #dedede;
    overflow-y:scroll;
}

#menu .contentright .itemsfam {
    width:calc(100% - 40px);
    padding:0px 10px 0px 30px; 
    height:60px;
    display:flex;
    align-items:center;
}
#menu .contentright .itemsfam .texte {
    width:320px;
    margin-left:20px;
    height:30px;
    font-size:1.5em;
    font-weight:normal;
    color:var(--normal);
     display:flex;
     align-items:center;
}

#menu .contentright .itemsfam .lien {
    width:50px;
    height:20px;
    background-image: url(/img/lien_menu.svg);
    background-size:initial;
    background-repeat:no-repeat;
    background-position:center;
}

@media (max-width: 1000px) {
      #menu .contentright {left:0px;}
}



/* MAIN */
main {
    width:100%;
    margin:0px;
    padding:0px;
    background-color:#ffffff;
    padding-bottom:50px;
    }


/* FOOTER */
footer {
    width:100%;
    margin-top:0px;
        }

#reassurance_contain {
     width:100%;
     background:var(--surface);
     display:flex;
     justify-content:center;
     align-items:center;
}

#reassurance {
    width:calc(100% - 60px);
    padding:30px;
    min-height: 160px;
    max-width:1500px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-around;
    align-items:center;
}
#reassurance .item {
    width:180px;
    height:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
}
#reassurance .item .icone {
    width: 80px;
    height:80px;
}
#reassurance .item .texte {
    width: 100%;
    margin-top:10px;
    font-size:1.6em;
    color:#ffffff;
    text-align:center;
}

#footer_contain {
     width:100%;
     background:var(--normal);
     display:flex;
     flex-direction:column;
     align-items:center;
}

#footer_rubrique {
    width:calc(100% - 40px);
    padding:20px;
    min-height: 160px;
    max-width:1600px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-around;
    }

#footer_rubrique .item {
    width:250px;
    color:#ffffff;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}
#footer_rubrique .item .titre {
    width:100%;
    height:30px;
    font-size:1.5em;
    font-weight:bold;
}
#footer_rubrique .item .ligne {
    width:100%;
    height:30px;
    font-size:1.4em;
    text-align:left;
  }

#footer_rubrique .item .ligneres {
    width:100%;
    height:40px;
    display:flex;
   }
#footer_rubrique .item .ligneres .icone {
    width:25px;
    height:25px;
}
#footer_rubrique .item .ligneres .texte {
    margin-left:10px;
    width:calc(100% - 35px);
    font-size:1.4em;
}

#footer_argument {
    width:calc(100% - 60px);
    padding:20px 30px;
    height: 80px;
    max-width:1600px;
    font-size:1.4em;
    color:#ffffff;
    }

@media (max-width: 1000px) {
    #footer_rubrique .item {margin-bottom:20px}
}



/* ARTICLES VUS */

.background_articlesvus {
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    background:var(--background);
}

.background_articlesassocies {
    background:#ffffff;
}

.background_articlesvus h2 {
     width:95%;
    height:60px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:2.4em;
    font-weight:bold;
    color:var(--normal);
}

#articles_vus {
    position:relative;
    width:100%;
    max-width:1800px;
    height:370px;
    display:flex;
    justify-content:center;
     }

#articles_vus .container {
    position:relative;
    width:92%;
    margin-left:auto;
    margin-right:auto;
    height:332px;
    overflow:hidden;
 }

#articles_vus .container .liste {
    width: 2000px;
    height:332px;
    display:flex;
    column-gap:20px;
}

#articles_vus .container .liste .item {
    width:220px;
    padding:10px;
    height:310px;
    background:#ffffff;
    border:1px solid var(--subtle2);
    box-shadow: 0px 0px 20px 0px #EBEBEB;
    border-radius:10px;
    display:flex;
    flex-direction:column;
    align-items:center;
}
#articles_vus .container .liste .item .image {
    width:220px;
    height:150px;
    display:flex;
    justify-content:center;
    align-items:center;
   }
#articles_vus .container .liste .item .titre {
    width:100%;
    margin-top:10px;
    height:60px;
    overflow-y:hidden;
    font-size:1.4em;
    font-weight:bold;
    color:var(--normal);
}
#articles_vus .container .liste .item .apartirde {
    width:100%;
    margin-top:10px;
    height:20px;
    font-size:1.1em;
    color:var(--normal);
}
#articles_vus .container .liste .item .prix {
    width:100%;
    height:35px;
    font-size:2.0em;
    font-weight:bold;
    color:var(--normal);
}
#articles_vus .container .liste  .item .bouton {
    width:220px;
    height:35px;
    }

#articles_vus .selecteur_left {
    position:absolute;
    top:calc(50% - 20px);
    height:32px;
    width:32px;
    left:1%;
    background-image: url(/img/arrow_left.svg);
    background-size:contain;
    z-index:1;
      
 }

#articles_vus .selecteur_left:hover  {
    opacity:0.6;
}

#articles_vus .selecteur_right  {
    position:absolute;
    top:calc(50% - 20px);
    height:32px;
    width:32px;
    right:1%;
    background-image: url(/img/arrow_right.svg);
    background-size:contain;
    z-index:1;
}

articles_vus .selecteur_right:hover {
    opacity:0.6;
}


/* AJOUT PANIER */
#ajout_panier {
    width:calc(100% - 20px);
    padding:10px;
    display:flex;
    flex-direction:column;
    color:var(--normal);
}
#ajout_panier .titre {
    width:100%;
    margin-top:-10px;
    margin-bottom:20px;
    font-size:2.2em;
    font-weight:bold;
}
#ajout_panier .titrecompl {
    width:100%;
    margin-top:30px;
    margin-bottom:10px;
    font-size:2.0em;
    font-weight:bold;
   }

#ajout_panier .ligne {
    width:100%;
    padding:10px 0px;
    border-bottom:2px solid var(--subtle2);
    display:flex;
    justify-content:space-between;
}
#ajout_panier .selected {
    border:2px solid var(--surface);
    border-radius:6px;
}

#ajout_panier .ligne .image {
    width:140px;
    height:110px;
    background:#ffffff;
    display:flex;
    justify-content:center;
    align-items:center;
    border:1px solid var(--border);
    border-radius:6px;
}

#ajout_panier .ligne .bloc1 {
    width:600px;
    padding:0px 10px;
    display:flex;
    flex-direction:column;
    }
#ajout_panier .ligne .bloc1 .reference {
    width:100%;
    height:25px;
    font-size:1.3em;  
}
#ajout_panier .ligne .bloc1 .libelle {
    width:100%;
    min-height:60px;
    font-size:1.5em;
    font-weight:bold; 
}
#ajout_panier .ligne .bloc1 .livraison {
    width:100%;
    height:30px;
    display:flex;
    align-items:center;
}

#ajout_panier .ligne .bloc1 .livraison .icone {
    width:40px;
}
#ajout_panier .ligne .bloc1 .livraison .texte {
    width:calc(100% - 40px);
    font-size:1.4em;
}

#ajout_panier .ligne .bloc2 {
    width:280px;
    padding:0px 10px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    align-items:center;
   }
#ajout_panier .ligne .bloc2 .quantprix {
    width:100%;
    display:flex;
    align-items:center;
}
#ajout_panier .ligne .bloc2 .label {
    font-size:1.2em;
    height:25px;
}
#ajout_panier .ligne .bloc2 .valeur {
    font-size:1.4em;
    font-weight:bold;
    width:50px;
    height:35px;
    border:1px solid var(--surface);
    border-radius:6px;
    display:flex;
    justify-content:center;
    align-items:center;
}
#ajout_panier .ligne .bloc2 .valeurprix {
    font-size:1.8em;
    font-weight:bold;
    height:35px;
    display:flex;
    justify-content:center;
    align-items:center;
}
#ajout_panier .ligne .bloc2  .quantite {
    width: 160px;
    display:flex;
    flex-direction:column;
    align-items:center;
}
#ajout_panier .ligne .bloc2 .quantunite {
    width: 90px;
    display:flex;
    flex-direction:column;
}
#ajout_panier .ligne .bloc2 .prix {
    width: calc(100% - 170px);
    display:flex;
    flex-direction:column;
    align-items:flex-end;
}
#ajout_panier .ligne .bloc2 .bouton {
    width:240px;
    height:35px;
    font-size:1.4em;
   }


#ajout_panier .texte_echantillon {
    width:100%;
    padding:10px 0px;
    font-size:1.3em;
    color:var(--orange);
    }

@media (max-width: 1000px) {
    #ajout_panier .ligne  {flex-wrap:wrap;}
   #ajout_panier .ligne .bloc1 {width:calc(100% - 170px)}
   #ajout_panier .ligne .bloc2 {margin-top:10px;width:calc(100% - 30px)}
   #ajout_panier .ligne .bloc2 .bouton {margin-top:10px;}
}


/* FAVORIS */
.favori  {
    position:absolute;
    z-index:5;
    top:5px;
    right:5px;
    cursor:pointer;
    }


/* MESSAGE */
.boutonmessage {
    width:150px;
    height:35px;
    background:var(--surface);
    border-radius:6px;
    display:flex;justify-content:center;align-items:center;
    font-size:1.4em;
    color:#ffffff;
    cursor:pointer;
}

/*SELECTEUR NOMBRE */
input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}


.number_input {
    width:90px;
    height:32px;
    display:flex;
    border: solid var(--surface);
    border-width:1px;
    border-radius:6px;
    background-color:#ffffff;
}

.number_selecteur {
  width: 24px;
  display:flex;
  justify-content:center;
  align-items:center;
  font-size: 1.8em;
  height: 32px;
  background-color:#f7f7f7;
  border-radius:6px;
   }
.number_selecteur:hover {
    cursor:pointer;
    background-color:#eeeeee;
}

.number_value {
  width: 40px;
  padding: 1px;
  border: solid var(--surface);
  border-width: 0px 1px 0px 1px;
  font-size: 1.4em;
  height: 30px;
  font-weight: bold;
  display:flex;
  justify-content:center;
  align-items:center;
  text-align:center;
}


/*completion*/

 .TextBoxstyle
{    border-radius:6px;
     height:24px;
     font-size:1.4em;
     border-color:#bbbbbb;
     border-width:1px;
     border-style:solid;
     background-color:#f5f5f5;
}

  .TextBoxstyle_check
{    border-radius:6px;
     height:24px;
     font-size:1.4em;
     border-color:var(--mpbleu);
     border-width:1px;
     border-style:solid;
     background-color:#f3f3f3;
}


 .TextBoxstyle_recherche
{    width:100%;
     height:28px; 
     font-size:1.0em;
     color:#555555;
     border-width:0px;
     border-style:solid;
     border-color:#ffffff;
     background-color:#f9f9f9;
        }

 .TextBoxstyle_recherche:focus {outline:0;border-color:#ffffff;border-width:0px;border-style:solid;}

.autocompletion {
    position:absolute;
    color: #666666;
	font-weight:normal; 
	font-size:1.3em;
    font-family:'Work Sans';
	margin-left:5px;
    padding-left:0px;
    width:100%;
    line-height:1.8;
    z-index:99;
}

.CompletionList  
   {  position:absolute;
      top:-2px;
      margin-left:-5px;
      padding: 5px;  
      border-width:1px;
      border-style:solid;
      border-color:#CCCCCC;
      height: auto;  
      background-color: #FFFFFF;  
    }  

      
.CompletionListItem   
    {  color: #333333;
       font-weight:normal; 
	   font-size:1.3em;  
       font-family:'Work Sans';
       line-height:1.8;
    }  

.CompletionListHighlightedItem   
  {   font-weight:normal; 
	  font-size:1.3em;  
      font-family:'Work Sans';
      line-height:1.8;
      background-color: #0065a4;
      color:#FFFFFF;  
    } 

/* DIVERS */
.loading_page  {
    position:fixed;
    left:45%;
    top:30%;
    width:80px;
    height:80px;
    opacity:0.95;
    z-index:99;
    background-image: url(/img/loader.gif);
    background-position: center;
    background-repeat: no-repeat;
        }

#go_toppage {
    position:fixed;
    right:6px;
    bottom:15%;
    width:48px;
    height:48px;
    border-radius:24px;
    background-color:var(--subtle1);
    background-image: url(/img/arrow-top.svg);
    background-size:initial;
    background-position:center;
    background-repeat:no-repeat;
    z-index:9;
    visibility:hidden;
}

#go_toppage:hover {
    opacity:0.7;
    }



/* BOUTONS */
.bouton1 {
    background:var(--surface);
    border-radius:6px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:1.5em;
    color:#ffffff;
}
.bouton1:hover {
    cursor:pointer;
    background:var(--surfacehover);
}

.bouton2 {
    background:var(--cyanclair);
    border:2px solid var(--surface);
    border-radius:6px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:1.5em;
    color:var(--normal);
}
.bouton2:hover {
    cursor:pointer;
    opacity:0.7;
}

    .bouton {
        position: relative;
        box-sizing: border-box;
        width: 32px;
        height: 32px;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.6em;
        font-weight: bold;
        cursor: pointer;
    }


.boutonimage {
        position: relative;
        box-sizing: border-box;
        width: 32px;
        height: 32px;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.6em;
        font-weight: bold;
        cursor: pointer;
    }

    .bouton:hover, .boutonsmall:hover, .boutonimage:hover {
        opacity:0.8;
        transition:all 0.3s;
    }

   

    .vert {
        background-color: #1a9307;
        border: 1px solid #FFFFFF;
        color: #ffffff;
    }

  
    .gris {
        background-color: #eaeaea;
        color: var(--grey7);
    }
    


/* FORMS */

.form_select, .form_input, .form_inputicon {
    position:relative;
    box-sizing: border-box;

    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 10px 0px 8px;
   
    width: 180px;
    height: 32px;

    /* Neutral/White */
    background: #FFFFFF;

    /* Grey 5 */
    border: 1px solid var(--surface);
    color:var(--normal);
    border-radius: 8px;

    /* Inside auto layout */
    flex: none;
    order: 2;
    flex-grow: 0;
}

.form_input_warning {
    border: 2px solid var(--error);
}

.form_inputicon:after {
    position:absolute;
    z-index:5;
    content:"w";
    left:100px;
    top:5px;
    width:15px;
    height:15px;
    background-image: url(/img/login_icon.svg);
    background-repeat:no-repeat;
    background-position:center;

}

.form_select_icon {
    position:absolute;
    top:12px;
    right:10px;
    width:8px;
    height:6px;
    background-image: url(/img/chevron.svg);
    background-repeat:no-repeat;
    background-position:center;
}
.form_outselect {
    position:relative;
    box-sizing: border-box;

    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:center;
    padding: 0px 10px 0px 8px;
   
    width: 180px;
    height: 32px;

    /* Neutral/White */
    background-color: var(--green1);

    /* Grey 5 */
    border: 1px solid var(--grey7);
    color:var(--grey10);
    border-radius: 8px;
    cursor:pointer;

    color:var(--grey10);
    font-size:1.3em;
    
}


[type="checkbox"] {
	position: absolute;
	left: -10px;
	top: -10px;
	opacity: 0.01;
}
[type="checkbox"] + label {
	position: relative;
	padding-left: 0em;
	font-size: 0.05em;
	line-height: 0;
	cursor: pointer; 
}

/* Aspect de la case */
/* Aspect de la case */
[type="checkbox"]:not(:checked) + label::before {
	content: '';
	position: absolute;
	left: -10px;
	top: -10px;
	width: 20px;
	height: 20px;
	border: 1px solid var(--subtle1);
	background: #FFF;
	border-radius: 4px;
	}
[type="checkbox"]:checked + label::before {
	content: '';
	position: absolute;
	left: -10px;
	top: -10px;
	width: 20px;
	height: 20px;
	border: 1px solid var(--surface);
	background: var(--surface);
	border-radius: 4px;
	}

/* Aspect de la coche */
[type="checkbox"]:not(:checked) + label::after,
[type="checkbox"]:checked + label::after {
	content: url(/img/checkbox.svg);
	position: absolute;
	top: -4px;
	left: -4px;
    width: 20px;
	height: 20px;
	font-size: 1.6em;
    color: var(--subtle1);
	line-height: 0;
	transition: all .2s; /* Petite transition */
}

/* Aspect non cochée */
[type="checkbox"]:not(:checked) + label::after {
	opacity: 0;
	transform: scale(0) rotate(45deg);
}

/* Aspect cochée */
[type="checkbox"]:checked + label::after {
	opacity: 1;
	transform: scale(1) rotate(0);
}



.messageinfo {
    position:relative;
    margin:10px;
    padding:10px;
    width:calc(100% - 20px);
    height:auto;
    border:2px solid var(--warning);
    border-radius:6px;
    font-size:1.4em;
    font-weight:bold;
    color:var(--normal);
}


/* BOUTONS */


/* MESSAGE  */
.message {
    position:relative;
    width:500px;
    height:auto;
    padding:10px;
    background-color:var(--primarybg);
    border-radius:8px;

    display:flex;
    align-items:flex-start;
}
.message .icone {
    width:60px;
    height:20px;
    background-image: url(/img/info.svg);
    background-repeat:no-repeat;
    background-position:center;
}
.message .content {
    width:calc(100% - 80px);
    height:auto;
    display:flex;
    flex-direction:column;
   
}
.message .content .titre {
    position:relative;
    width:100%;
    height:30px;
    font-size:1.5em;
    font-weight:600;
    color: var(--info);
    }
.message .content .corps {
    position:relative;
    width:100%;
    height:auto;
    margin-top:10px;
    font-size:1.3em;
    color: var(--info);
   }

 
/* SEARCH VIEW */

#blursearch {
    position:fixed;
    z-index:290;
    top:110px;
    left:0px;
    width:100%;
    height:calc(100% - 110px);
    background:#333333;
    opacity:0.3;
}

#searchview {
    position:fixed;
    z-index:299;
    top:110px;
    left:0px;
    width:100%;
    min-height:400px;
    max-height:calc(100% - 140px);
    background:#ffffff;
    display:flex;
        
    }

.searchviewplus {
    height:calc(100% - 120px);
}

#searchview .close {
    position:absolute;
    z-index:300;
    top:0px;
    right:10px;
    width:45px;
    height:45px;
    background-image: url(/img/close_popup.svg);
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    cursor:pointer;
}

#searchview .cadreleft {
    position:relative;
    width:340px;
    padding:20px 30px;
    height:100%;
    min-height:382px;
    background:#f7f7f7;
    border-bottom:2px solid #cccccc;
    display:flex;
    flex-direction:column;
    }

#searchview .cadreleft .categorie {
    width: 100%;
    height:32px;
    margin-bottom:6px;
    color:var(--surface);
    font-size:1.4em;
    font-weight:bold;
    display:flex;
    align-items:center;
       }

#searchview .cadreleft .categorie:hover {
    cursor:pointer;
    color:var(--orange);
}

#searchview .cadreright {
    position:relative;
    width:calc(100% - 440px);
    padding:20px;
    height:100%;
    background:#ffffff;
    display:flex;
    flex-direction:column;
    border-bottom:2px solid #cccccc;
}

#searchview .cadrerightplus {
    overflow-y:scroll;
}

#searchview .titre {
    width:100%;
    height:40px;
    font-size:1.6em;
    font-weight:bold;
    color:var(--normal);
    }

#searchview .cadreright .voirtous {
    position:absolute;
    top:20px;
    right:100px;
    width:180px;
    height:30px;
    font-size:1.5em;
    color:var(--surface);
}
#searchview .cadreright .voirtous:hover {
    cursor:pointer;
    text-decoration:underline;
}

#searchview .cadreright .liste {
    position:relative;
    width:100%;
    height:auto;
    display:flex;
    column-gap:10px;
}
#searchview .cadreright .listeplus {
    flex-wrap:wrap;
    margin-top:15px;
}
#searchview .cadreright .liste .itemprod {
    position:relative;
    width:220px;
    padding:0px 5px;
    height:280px;
    margin-bottom:10px;
    border:1px solid #d7d7d7;
    box-shadow: 0px 0px 20px 0px #EBEBEB;
    border-radius:5px;
    display:flex;
    flex-direction:column;
}

#searchview .cadreright .liste .itemprod:hover {
    cursor:pointer;
    border:1px solid var(--orange);
}

#searchview .cadreright .liste .itemprod .image {
    width:100%;
    height:160px;
    display:flex;
    justify-content:center;
    align-items:center;
}
#searchview .cadreright .liste .itemprod .banniere_promotion {
    position:absolute;
    top:20px;
    left:0px;
    width:120px;
    height:18px;
    display:flex;
    justify-content:center;
    align-items:center;
}

#searchview .cadreright .liste .itemprod .cadre_texte {
    width:100%;
    display:flex;
    flex-direction:column;
}

#searchview .cadreright .liste .itemprod .marque {
    width:100%;
    height:30px;
    font-size:1.3em;
    font-weight:bold;
    color:var(--normal);
    }
#searchview .cadreright .liste .itemprod .libelle {
    width:100%;
    height:50px;
    overflow-y:hidden;
    font-size:1.2em;
    color:var(--normal);
    }

#searchview .cadreright .liste .itemprod .prixaddcard {
    width:100%;
    margin-top:10px;
    height:30px;
    display:flex;
    justify-content:space-between;
}
#searchview .cadreright .liste .itemprod .prix {
    width:75%;
    height:100%;
    font-size:1.2em;
    font-weight:bold;
    color:var(--surface);
    }
#searchview .cadreright .liste .itemprod .addcard {
    width:20%;
    margin-top:-5px;
    height:28px;
    background:var(--rouge);
    border-radius:6px;
    background-image: url(/img/cart.svg);
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
        }


#searchview .cadreright .liste .itemprod .banniere_promotion {
    position:absolute;
    top:15px;
    left:2px;
    width:100px;
    height:22px;
    background:var(--orange);
    border-radius:0px 4px 4px 0px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:1.2em;
    color:#ffffff;
}

#searchview .cadreright .layermore {
    width:100%;
    margin-top:10px;
    height:40px;
    display:flex;
    justify-content:center;
    column-gap:30px;
    align-items:center;
    }
#searchview .cadreright .layermore .voirplus {
    width:100px;
    height:34px;
    background-image: url(/img/chevron_down.svg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    }
#searchview .cadreright .layermore .voirplus:hover {
    cursor:pointer;
    opacity:0.7;
}

@media (max-width: 1700px) {
    #searchview {height:640px}
    #searchview .cadreright {width:100%;overflow-y:scroll;}
    #searchview .cadreright .liste {flex-wrap:wrap;}
}


@media (max-width: 1100px) {
    #searchview {height:calc(100% - 2px);flex-direction:column-reverse;}
    #searchview .cadreleft {width:100%;height:100px;min-height:0px;flex-direction:row;flex-wrap:wrap;}
    #searchview .cadreleft .categorie {width:300px;height:28px}
    #searchview .cadreright {width:100%;overflow-y:scroll;height:calc(100% - 140px)}
    #searchview .cadreright .liste {flex-wrap:wrap;}
}

@media (max-width: 550px) {
    #searchview .cadreright .liste .itemprod {width:190px;}
}
@media (max-width: 500px) {
    #searchview .cadreright .liste .itemprod {width:calc(100% - 40px);flex-direction:row;height:auto;}
    #searchview .cadreright .liste .itemprod .image {width:25%}
    #searchview .cadreright .liste .itemprod .cadre_texte {width:75%}

}

@media (max-width: 1450px) {
      #top-bar #help {right:210px}
}





