 /* ----------------------------- */
 /* == 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,
 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;
 }
 
  .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%;
 }


body {
    font-family: 'Arial', sans-serif;
    font-size: 12px;
}

 /* ----------------------- */
 /* == HEADER              */
 /* --------------------- */

#header {
    min-height: 50px;
    width: 100%;
}

#header h1 {
    color: rgb(78,117,133);
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin: 20px 100px 20px 0;
    text-align: right;
    text-transform: uppercase;
}

.bandeau-titre {
     border: 2px solid rgb(55, 59, 63);
}
 
 .bandeau-titre h1 {
     color: rgb(78,117,133);
     font-family: 'Montserrat', sans-serif;
     font-size: 18px;
     font-weight: 400;
     padding: 6px 0 8px;
     text-align: center;
     margin: 0;
 }

.bandeau-titre a {
    color: rgb(0,0,0);
    float: right;
    margin-top: -38px;
    margin-right: 100px;
    text-decoration: none;
}

.bandeau-titre i {
    padding-left: 10px;
}

.bandeau-titre a:hover {
    text-decoration: underline;
}

@media all and (max-width: 50em) {
    #header h1  {
        font-size: 22px;
        margin: 30px 30px;
    }
    .bandeau-titre h1 {
        font-size: 18px;
        margin-left: 20px;
        text-align: inherit;
    }
    .bandeau-titre a {
    margin-right: 20px;
    margin-top: -33px;
    }
}


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

.page-print {
    margin: 20px auto 30px;
    width: 90%;
}

.bloc-form-client {
    background-color: rgb(255, 249, 242);
    border: 1px solid rgb(223, 222, 220);
    color: rgb(55, 59, 63);
    padding: 30px 0 40px;
}

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

.bandeau-ss-titre {
    text-align: center;
    margin-bottom: 20px;
}

.bandeau-ss-titre span {
    color: rgb(55, 59, 63);
    font-size: 18px;
    font-weight: 600;
    padding: 0 20px;
}
.recap-votes-contenu {
    font-size: 14px;
    padding: 10px 0;
    width: 70%;
}
recap-votes-resul {
	align: center;
	vertical-align: middle;
}
.recap-votes {
    margin-bottom: 20px;
}

.recap-votes h4 {
    border-bottom: 1px solid rgb(78, 117, 133);
    font-size: 16px;
}

.votes-recap-resultats {
    color: rgb(78, 117, 133);
    font-size: 14px;
    float: right;
    font-weight: 600;
    margin-top: 15px;
    margin-right: 15px;
    text-transform: uppercase;
}


 /* ------------------------------- */
 /* == BON COMMANDE GP             */
 /* ----------------------------- */

.bandeau-ss-titre h3 {
    font-size: 18px;
    color: rgb(69,201,255);
    margin: 30px 0 0;
}

.bandeau-ss-titre h4 {
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    color: rgb(78, 117, 133);
    margin: 10px 0 20px;
}

#bandeau-gp-commande {
    text-align: left;
}

.recap-gp-cmd {
    background-color: rgb(255,255,255);

}

.recap-gp-cmd-container {
    margin: 0 auto;
    padding: 0 0 80px;
    width: 90%;
}

.bloc-form-client-container2 h2 {
    border-bottom: 1px solid rgb(78, 117, 133);
    font-size: 18px;
    margin: 20px auto 0;
    padding-bottom: 5px;
    width: 90%;
}

.recap-dividendes {
    border-bottom: 1px solid rgb(55, 59, 63);
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.recap-gp-cmd h3 {
    font-size: 16px;
    font-weight: 600;
    padding-top: 10px;
    text-decoration: underline;
}

.recap-gp-cmd h4 {
   color:  rgb(78, 117, 133);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.recap-dividendes-right {
    text-transform: uppercase;
    float: right;
}

.cmd-etape8-total {
    border-bottom: 1px solid rgb(55, 59, 63);
    float: right;
    font-size: 14px;
    margin-bottom: 20px;
    margin-right: 0;
    padding : 20px 0 10px;
    text-align: right;
    width: 25%;
}

.recap-gp-cmd-total {
    background-color: rgb(243,243,243);
    border: 1px solid rgb(55, 59, 63);
}

.recap-gp-cmd-total-container {
    font-size: 14px;
    padding: 20px 100px 50px 40px;
}

.recap-gp-cmd-total h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#bloc-form-client2 {
    padding: 0;
}

.recap-dividendes-total {
    margin-bottom: 10px;
}

.recap-dividendes-prod {
    margin-right: 200px;
}

#cmd-etape8-total2 {
    border-top: 1px solid rgb(55, 59, 63);
    border-bottom: none;
}

 /* ------------------------------- */
 /* == RECAP VOTES TOTAL           */
 /* ----------------------------- */

.table-sequence2 table {
    border-collapse: collapse;
    font-size: 14px;
    width: 100%;
}

.table-sequence2 #ligne1 {
    height: 30px;
}

.table-sequence2 td,
.table-sequence2 th{
    border: 1px solid rgb(55, 59, 63);
        padding-left: 10px;
}

.table-sequence2 th {
    text-align: left;
}


.th-first-prod {
    text-align: left;
    width: 15%;
}

#recap-dividendes-right-votes span {
    padding-left: 100px;
}

#recap-dividendes-right-votes-total span {
    padding-left: 85px;
}

.recap-dividendes-total-final {
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
}

/* ------------------------------- */
 /* == RECAP COMMANDES TOTAL       */
 /* ----------------------------- */
#bloc-form-client3 {
    margin-top: 40px;
    padding: 0;
}

.first-titre-cmd {
     color: rgb(78, 117, 133);
    font-size: 18px;
    padding-bottom: 10px;
}

#ligne2 {
    height: 55px;
}

.cel-cmd-span {
    padding-right: 120px;
}


.cel-cmd-span-part {
    padding-left: 20px;
}

#cel-cmd-span-bleu {
    color: rgb(78, 117, 133);
    font-style: italic;
}

/* -------------------------- */
 /* == FOOTER                 */
 /* ------------------------- */
 
.barre-footer1 {
    border-bottom: 3px solid rgb(55, 59, 63);
}

.barre-footer2 {
  border-bottom: 15px solid rgb(255, 187, 69);  
}
 
 
