 /* ----------------------------- */
 /* == soft reset KNACSS          */
 /* ----------------------------- */
 /* switching box model for all elements */
 /* soft reset */
 
 html,
 body {
     padding: 0;
     height: 100%;
     margin: 0 auto;
 }
 
 ul,
 ol {
     padding-left: 2em;
 }
 
 ul.unstyled {
     list-style: none;
 }
 
 img {
     height: auto;
     vertical-align: middle;
     border: 0;
 }
 
 blockquote,
 figure {
     margin-left: 0;
     margin-right: 0;
 }
 
 audio,
 canvas,
 video {
     display: inline-block;
 }
 
 svg:not(:root) {
     overflow: hidden;
 }
 /* font-sizing for content */
 
 p,
 .p-like,
 ul,
 ol,
 dl,
 blockquote,
 pre,
 td,
 th,
 label,
 textarea,
 caption,
 details,
 figure {
     margin-top: 0.75em;
     line-height: 1.5;
 }
 
 ul,
 ol {
     padding-left: 2em;
 }
 
 ul.unstyled {
     list-style: none;
 }
 
 em,
 .italic,
 address,
 cite,
 dfn,
 i,
 var {
     font-style: italic;
 }
 
 strong,
 .bold {
     font-weight: bold;
 }
 /* avoid top margins on first content element */
 
 p:first-child,
 .p-like:first-child,
 ul:first-child,
 ol:first-child,
 dl:first-child,
 blockquote:first-child,
 pre:first-child,
 h1:first-child,
 h2:first-child,
 h3:first-child,
 h4:first-child,
 h5:first-child,
 h6:first-child {
     margin-top: 0;
     margin-bottom: 0;
 }
 /* avoid margins on nested elements */
 
 li p,
 li .p-like,
 li ul,
 li ol {
     margin-top: 0;
     margin-bottom: 0;
 }
 /* max values */
 
 img,
 table,
 td,
 blockquote,
 code,
 pre,
 textarea,
 input,
 video {
     max-width: 100%;
 }
 
 a img {
     border: none;
 }
 
 .clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
 }
 
 .clearfix {
     display: inline-block;
 }
 
 * html .clearfix {
     height: 1%
 }
 
 .clearfix {
     display: block;
 }
 /* ----------------------------- */
 /* == GLOBAL CSS                 */
 /* ----------------------------- */
 
 .right {
     float: right;
 }
 
 .left {
     float: left;
 }
 
 .grid {
     max-width: 1920px;
 }
 
 .row,
 .col {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
 }
 
 .row,
 .col {
     overflow: hidden;
 }
 
 @media all and (min-width: 40em) {
     .col {
         float: left;
     }
     .col-1 {
         width: 8.33333333%;
     }
     .col-2 {
         width: 16.6666667%;
     }
     .col-3 {
         width: 25%;
     }
     .col-4 {
         width: 33.3333333%;
     }
     .col-5 {
         width: 41.6666666%;
     }
     .col-6 {
         width: 50%;
     }
     .col-7 {
         width: 58.3333333%;
     }
     .col-8 {
         width: 66.6666666%;
     }
     .col-9 {
         width: 75%;
     }
     .col-10 {
         width: 83.3333333%;
     }
     .col-11 {
         width: 91.6666666%;
     }
     .col-12 {
         width: 100%;
     }
 }


 /* ----------------------------- */
 /* == ACCUEIL CLIENT             */
 /* ----------------------------- */

.bandeau-titre {
    margin: 20px 0 0;
}

.bandeau-titre h1 {
    border: 1px solid rgb(55, 59, 63);
    box-shadow: inset 3px 1px 1px rgb(225,225,225);
    -moz-box-shadow: inset 3px 1px 1px rgb(235,235,235);
    -webkit-box-shadow: inset 3px 1px 1px rgb(235,235,235);
    color: rgb(55, 59, 63);
     font-family: 'bodonixtregular', Verdana, Arial, sans-serif;
    font-size: 26px;
    padding: 10px 0;
    text-align: center;
}

.client-bar {
/*     border: 1px solid rgb(55, 59, 63); */
    height: 100%;
     width: 99%;
	 margin:40px;
}

.client-user {
    background-color: rgb(212,218,225);
    border-bottom: 1px solid rgb(55, 59, 63);
    padding: 40px 0 40px 10px;
}

.client-user h3 {
    font-family: 'bodonixtregular', Verdana, Arial, sans-serif;
    font-size: 24px;
    letter-spacing: 0.03em;
    margin: 0 0 10px;
}

.client-user a {
    color: rgb(55, 59, 63);
    text-decoration: underline;
}

.client-btn {
 	background: rgb(249,249,249);
 	border: 1px solid rgb(55, 59, 63);
    border-radius: 2px;
 	font-size: 16px;
    float: right;
 	display: block;
    margin-top: 20px;
    margin-right: 20px;
 }

.nav-client {
    padding: 0;
}

.nav-client li {
    border-bottom: 1px solid rgb(55, 59, 63);
    list-style: none;
    padding: 10px 0;
}

.nav-client li a {
    color: rgb(55, 59, 63);
    padding-left: 10px;
    text-decoration: none;
}

.active-bar-client {
    background-color: rgb(212,218,225);
    border-left: 3px solid rgb(55, 59, 63);
}

 /* Règles Mobile*/
 
 @media all and (max-width: 40em) {
     body {
    font-size: 16px;
}
 	.client-bar {
 		/* On oblige la navicon à se mettre à droite*/
		font-size: 20px;
 		direction: rtl;
        background: none;
 	}
 	.client-bar * {
 		direction: ltr;
        cursor: pointer;
 	}
 	.client-bar {
 		/* taille maximum correspandante à la hauteur de la navicon*/
 		
 		max-height: 50px;
 	}
 	.client-bar {
 		/* On cache le conetenu qui dépasse */
 		
 		margin-top: -52px;
 		overflow: hidden;
 		-webkit-transition: all 0.25s ease;
 		-moz-transition: all 0.25s ease;
 		transition: all 0.25s ease;
 	}

 	/* Grace au js, quand on a la classe .active on l'affiche */
 	
 	.client-bar.active{
 		max-height: 5000px;
 		width: 100%;
 		z-index: 5000;
 		margin-top: 0;
 	}
     .client-user {
         padding: 10px 0 10px 10px;
     }
     .client-user h3 {
         font-size: 20px;
     }
     .nav-client li a ,
     .client-user a{
         font-size: 16px;
     }
     .nav-client li {
         padding: 5px 0;
     }
 }

 /*Règles PC*/
 
 @media all and (min-width: 40em) {
 	.client-btn {
 		display: none;
 	}
	 
 	.navigation-client {
 		background: none;
 		width: 100%;
        font-family: "Muli",sans-serif;
		height: auto;
        text-transform: inherit;
 	}
}

.page-client {
    height: auto;
    right: 0;
    margin: 40px auto 10px 5px;
    width: 100%;
}

.page-client-container {
    margin: 0 auto;
    width: 80%;
}

.page-client h2 {
    color: rgb(102, 102, 87);
   font-family: 'bodonixtregular', Verdana, Arial, sans-serif; 
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 0.03em;
}

#change, .bloc-formulaire-input {
    border: 1px solid rgb(102, 102, 87);
    color: rgb(79, 67, 61);
    font-size: 16px;
    height: 35px;
    width: 80%;
}

.bloc-derniere-commande {
    background-color: rgb(249,249,249);
    border: 1px solid rgb(220,220,220);
    margin-top: 20px;
    padding: 40px 0;
    text-align: center;
}

.bloc-derniere-commande h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
}

.bloc-derniere-commande img {
    margin-top: 20px;
    width: 5%;
}

.bloc-derniere-commande-bas{
    background-color: rgb(55, 59, 63);
    margin-bottom: 40px;
    padding: 30px 0;
    text-align: center;
}

.bloc-derniere-commande-bas h3 {
    color: rgb(255,255,255);
    font-weight: 400;
    margin-bottom: 20px;
}

.button-acces-commandes {
    border: 1px solid rgb(255,255,255);
    border-radius: 2px;
    margin: 0 auto;
    padding: 10px 0;
    width: 30%;
}

.button-acces-commandes a {
    color: rgb(255,255,255);
    text-decoration: none;
}

.acces-vers {
    background-color: rgb(212,218,225);
    min-height: 100px;
    padding: 20px 0;
}

.ligne-acces-vers {
    margin-bottom: 5px;
}

.acces-vers-container {
    margin: 0 auto;
    width: 80%;  
}

.style-acces-rapide {
    background-color: rgb(255,255,255);
    padding: 15px 0 15px 20px;
    width: 95%;
}

.style-acces-rapide i {
    padding-right: 20px;
}

.acces-vers a {
    color: rgb(0,0,0);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.02em;
    text-decoration: none;
}

.acces-vers a:hover {
    color: rgba(0,0,0,0.7);
    text-decoration: underline;
}

.acces-vers a:hover {
    
}

#first-acces {
    margin-right: auto;
}

#second-acces {
    margin-left: auto;
}

#last-acces {
    text-align: center;
    width: 100%;
}

@media all and (max-width: 40em) {
      .page-client-container {
        width: 90%;
    }
    .bandeau-titre h1,
    .page-client h2{
        font-size: 22px;
    }
    .bloc-derniere-commande h3 {
        font-size: 18px;
    }
    .bloc-derniere-commande {
        padding: 20px 0;
    }
    .bloc-derniere-commande img {
        width: 7%;
    }
    .bloc-derniere-commande-bas h3 {
        font-size: 16px;
    }
    .button-acces-commandes {
        width: 55%;
    }
    .style-acces-rapide {
        width: 100%;
    }
    #last-acces {
        text-align: inherit;
    }
    .acces-vers a {
        font-size: 18px;
    }
    #first-acces {
        margin-bottom: 5px;
    }
}



@media all and (max-width: 25em) {
  .button-acces-commandes {
        width: 72%;
    }  
}

@media all and (min-width: 40em) and (max-width: 70em) {
    .client-bar {
         width: 98%;
     }
     .client-user h3 {
         font-size: 18px;
     }
     .nav-client li {
         padding: 10px 0 10px 10px;
     }
     .nav-client li a {
         padding-left: 0;
     }
     .style-acces-rapide {
            padding: 15px 10px 15px 10px;
         width: 91%;
     } 
    .style-acces-rapide a {
        font-size: 16px;
    }
    .style-acces-rapide i {
    padding-right: 10px;
}
    .bloc-derniere-commande h3 {
        font-size: 18px;
    }
    .bloc-derniere-commande {
        padding: 30px 0;
    }
    .bloc-derniere-commande-bas h3,
    .button-acces-commandes a{
        font-size: 16px;
    }
    .button-acces-commandes {
        width: 55%;
    }
    .page-client h2 {
        font-size: 22px;
    }
}


 /* -------------------------------------- */
 /* == PAGE INFOS COORDONNEES             */
 /* ------------------------------------ */

.phrase-info-client {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.02em;
    margin-top: 20px;
}

.menu-informations-client {
    border-bottom: 1px solid rgb(212,218,225);
    margin-top: 30px;
    padding-bottom: 15px;
    width: 100%;
}

.menu-informations-client > span {
    padding-right: 30px;
}

.menu-informations-client a {
    color: rgb(0,0,0);
    text-decoration: none;
}

.menu-informations-client a.active {
    border-bottom: 3px solid rgb(55, 59, 63);
    padding-bottom: 12px;
}

.titre-bloc-client {
    color: rgb(55, 59, 63);
    font-style: italic;
    font-size: 18px;
    margin: 20px 0 15px;
}
.bloc-form-client {
  background-color: rgb(249,249,249);
    border: 1px solid rgb(220,220,220);
    padding: 20px 0 40px;
}

.bloc-form-client-container {
    margin: 0 auto;
    width: 90%;
}

.bloc-formulaire-client h3 {
   color: rgb(55, 59, 63);
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
}

.bloc-formulaire-client label {
    margin-right: 20px;
	font-size:1.2em;
}

.ligne-civilite {
    margin-bottom: 20px;
}

.valid-client {
    text-align: center;
    
}

#change,
#champ-mdp{
 	border: 1px solid rgb(102, 102, 87);
 	color: rgb(79, 67, 61);
 	font-size: 16px;
 	height: 35px;
 	width: 80%;
 }

#champ-mdp {
    width: 50%;
}

.phrase-info-mdp {
    margin-bottom: 20px;
}

#bloc-form-mdp h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.valid-client input {
    color: rgb(55, 59, 63);
    cursor: pointer;
    border: 1px solid rgb(55, 59, 63);
    border-radius: 2px;
    font-size: 18px;
     font-family: "Muli",sans-serif;
    font-weight: 300;
    margin-top: 20px;
    background: none;
    padding: 5px 0 8px;
    width: 30%;
}

.valid-client input:hover {
    background-color: rgba(55, 59, 63,0.1)
}


@media all and (min-width: 40em) and (max-width: 85em) {
   .menu-informations-client a {
        font-size: 16px;
    } 
    .menu-informations-client > span {
        padding-right: 15px;
    }
}

@media all and (min-width: 40em) and (max-width: 68em) {
    .menu-informations-client a {
        line-height: 45px;
    }
    .menu-informations-client {
        padding-bottom: 5px;
    }
    .bloc-formulaire-client h3,
    .phrase-info-client{
        font-size: 16px;
    }
    .menu-informations-client {
        margin-top: 10px;
    }
}

@media all and (max-width: 40em) {
    .menu-informations-client > span {
        padding-right: 10px;
    }
    .menu-informations-client a {
        line-height: 45px;
    }
    .menu-informations-client {
        padding-bottom: 8px;
    }
    .menu-informations-client {
        margin-top: 10px;
    }
    .phrase-info-client {
        display: none;
    }
    .bloc-formulaire-client h3 {
        font-size: 16px;
    }
    .valid-client input {
        margin-top: 0;
    }
    .valid-client input {
        width: 45%;
    }
    #bloc-form-mdp h3 {
        font-size: 16px;
    }
    #champ-mdp {
    width: 80%;
}
}

 /* ----------------------------------- */
 /* == PAGE INFOS ADRESSES             */
 /* --------------------------------- */

.button-ajout {
    float: right;
    margin-top: -45px;
    text-align: center;
}

.button-ajout a {
     border: 1px solid rgb(55, 59, 63);
    border-radius: 2px;
    color: rgb(55, 59, 63);
    font-weight: 300;
    padding: 6px 15px;
    text-decoration: none;
}

.button-ajout a:hover {
      background-color: rgba(55, 59, 63,0.1);  
}

#bloc-adresses {
    padding: 0px 0px 40px;
}

#bloc-adresses-contenu-left {
    border-right: 1px solid rgb(43,43,43);
    margin-left: auto;
        width: 98%;
}

#bloc-adresses-contenu-right {
    margin-left: auto;
        width: 90%;
}

.bloc-adresses-contenu a {
    color: rgb(65,79,101);
    float: right;
    margin-right: 50px;
    margin-top: -30px;
    text-decoration: underline;
}

.bloc-adresses-contenu h4 {
    color: rgb(55, 59, 63);
       font-family: 'bodonixtregular', Verdana, Arial, sans-serif; 
    font-size: 22px;
    font-weight: 400;
    margin-top: 50px;
}

.bloc-adresses-contenu h4 i {
    padding-right: 15px;
}

@media all and (max-width: 28em) {
    .button-ajout {
        margin-top: 0;
    }
    #bloc-adresses {
        margin-top: 60px;
    }
}

@media all and (max-width: 40em) {
    #bloc-adresses-contenu-left {
        border: none;
    }
    #bloc-adresses-contenu-left,
    #bloc-adresses-contenu-right{
        width: 100%;
    }
    .bloc-adresses-contenu h4 {
        font-size: 20px;
    }
    .bloc-adresses-contenu a {
        margin-right: 20px;
    }
}

@media all and (min-width: 40em) and (max-width: 80em) {
    .button-ajout a,
    .bloc-adresses-contenu{
        font-size: 16px;
    }
    .bloc-adresses-contenu h4{
        font-size: 18px;
    }
    .bloc-adresses-contenu a {
        font-size: 16px;
        margin-right: 16px;
    }
}

/* ------------------------------ */
 /* == PAGE COMMANDES             */
 /* ---------------------------- */

.bloc-accordion {
    margin-top: 20px;
}

.accordion-container1 {
    background-color: rgb(249, 249, 249);
    border-bottom: 1px solid rgb(225,220,216);
}

.accordion-container1-contenu,
.accordion-container2-contenu{
    padding: 0 50px 20px;
}

#accordion-contenu h4 {
    text-decoration: underline;
    padding : 20px 50px ;
}

.titre-details-cmd {
      color: rgb(55, 59, 63);
    text-transform: uppercase;
}

.cmd-center {
margin-left: 20%;
}

.cmd-right {
    float: right;
    margin-right: 20%;
}

.accordion-container2-contenu a {
    color: rgb(65,79,101);
   float: right; 
    font-size: 16px;
    font-weight: 300;
    margin-top: -40px;
}

.ligne-cote-cmd {
    border-bottom: 1px solid rgb(43,43,43);
    padding: 15px 0 20px 15px;
}

.ligne-cote-cmd h3 {
    color: rgb(102, 102, 87);
    font-family: "bodonixtregular",Verdana,Arial,sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.03em;
    margin-top: 0;
}

.ligne-cote-left img {
    float: left;
    padding-right: 20px;
    width: 3%;
}

.cmd-contenu {
    font-size: 16px;
}


.ligne-cote-right {
    font-size: 16px;
    float: right;
    margin-top: -20px;
}

.ligne-cote-cmd-total {
    font-size: 16px;
    float: right;
    padding: 10px 0;
    margin-bottom: 40px;
    width: 30%;
}

.ligne-cote-cmd-total-border {
       border-bottom: 1px solid rgb(43,43,43); 
    padding-bottom: 10px;
}

.ligne-cote-cmd-total > .ligne-cote-right,
.ligne-cote-cmd-total-border > .ligne-cote-right{
    margin-top: 0;
}

@media all and (max-width: 40em) {
    #accordion h3 {
        font-size: 16px;
    }
    .cmd-center {
        margin-left: 8%;
    }
    .cmd-right {
        margin-right: 10%;
    }
    .ligne-cote-left img {
        width: 5.5%;
    }
}

 @media all and (min-width: 50em) and (max-width: 65em) {
     .cmd-center {
         margin-left: 8%;
     }
     .ligne-cote-cmd,
     .ligne-cote-cmd-total,
     .accordion-container1-contenu{
         font-size: 16px;
     }
     .cmd-right {
         margin-right: 10%;
     }
      .ligne-cote-cmd-total {
        width: 50%;
    }
     .ligne-cote-left img {
         width: 4%;
     }
 }

@media all and (max-width: 32em) {
    .cmd-right {
        display: none;
    } 
    #accordion h3 {
        font-size: 14px;
    }
    .accordion-container2-contenu a {
        margin-top: -10px;
    }
    .accordion-container1-contenu, .accordion-container2-contenu {
        padding: 20px 30px;
    }
}

@media all and (min-width: 40em) and (max-width: 50em) {
    .client-user a,
    .nav-client li a{
        font-size: 14px;
    } 
    .client-user h3{
        font-size: 16px;
    }
    .cmd-center {
        margin-left: 4%;
    }
    .accordion-container1-contenu, .accordion-container2-contenu,
    #accordion-contenu h4{
        padding : 0 20px 20px;
    }
    #accordion-contenu h4 {
        padding-top: 20px;
    }
    .ligne-cote-cmd-total {
        width: 60%;
    }
}
