﻿/* Move down content because we have a fixed navbar that is 50px tall */
* {
    padding: 0px;
    margin: 0px;
    box-sizing:border-box;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: sans-serif;
    font-size: 16px;
}

.divPnl {
    border: 2px solid #D9D9D9;
    /*height: 520px;*/
    margin: 2px;
}


/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    width: 100%;
}

fieldset {
    border: 1px solid #808080;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
    /*text-align: left;*/
}

legend {
    border: 1px solid #808080;
    border-radius: 10px;
    background-color: #808080;
    width: 350px;
    padding: 10px;
    color: #ffffff;
    font-weight: bold;
    /*text-align: left;*/
}

.div-form {
    text-align: left;
    margin: 10px;
    padding: 2px;
}

.Alink {
    color: #fff;
    text-decoration:none;
}

a .Alink:link {
    color: #fff;
    text-decoration: none;
}

a .Alink:hover {
    color: #fff;
    text-decoration: none;
}

a .Alink:visited {
    color: #fff;
    text-decoration: none;
}

/*Code Css De Ghislain*/
.menu1 {
    background-color: darkgrey;
    padding-top: 0px;
    height: 70px;
    text-align: center;
    width: 100%;
}

.ImageMenu {
    width: 50px;
    height: 50px;
    margin-left: 15px;
}

.SpanMenu {
    font-size: 15px;
    margin-left: 15px;
}

#imagelogo {
    width: 70px;
    height: 50px;
}

.DivMenuRech {
    background-color: #C8D412;
    border-radius: 5px;
    display: inline-block;
    height: 40px;
    border: 2px solid red;
    width: 300px;
    margin-top: 5px;
}

.ImageMenu2 {
    width: 50px;
    height: 42px;
    margin-left: 20px;
    margin-right: 0px;
    padding: 0px;
    background-color: #C8D412;
    border: 2px solid #C8D412;
}

.SpanImageMenu2 {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0px;
    background-color: #C8D412;
}

.DivButton {
    margin: 0px;
    padding: 0px;
    border-radius: 5px;
    background-color: #D41233;
    color: white;
    font-weight: bold;
    border: 2px solid #D41233;
    width: 200px;
    height: 40px;
}

.DivTextBox {
    border-radius: 5px;
    margin: 0px;
    padding: 0px;
    width: 400px;
    height: 40px;
    background-color: #C8D412;
    border: 2px solid #C8D412;
}


/*Code CSS De Malachie*/
.divBorder {
    border: 2px solid #D1D1D1;
}

.Partie {
    border: 2px solid #D1D1D1;
    padding: 5px;
    border-radius: 7px;
    box-shadow: 10px 5px 5px #F3F3F3;
}

.Partie2 {
    width: 290px;
    height: 550px;
    border: 2px solid #D1D1D1;
    border-radius: 7px;
    box-shadow: 10px 5px 5px #F3F3F3;
}

.Partie3 {
    height: 550px;
    border: 2px solid #D1D1D1;
    border-radius: 7px;
    box-shadow: 10px 5px 5px #F3F3F3;
}

.glypText {
    font-size: 1.7em;
    color: #fff;
}

.TxtBWidthMenu {
    width: 200px;
    margin-right: 5px;
}

.BtnWidthMenu {
    width: 40px;
    color: #fff;
    background-color: red;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
}

@media screen and (max-width: 576px) {

    body {
        background-color: white;
    }

    .Partie2 {
        width: 100%;
        height: 600px;
        border: 2px solid #D1D1D1;
        border-radius: 7px;
        box-shadow: 10px 5px 5px #F3F3F3;
    }
}

@media screen and (max-width: 768px) {

    body {
        background-color: white;
    }

    .Partie2 {
        width: 100%;
        height: 600px;
        border: 2px solid #D1D1D1;
        border-radius: 7px;
        box-shadow: 10px 5px 5px #F3F3F3;
    }
}

@media screen and (max-width: 992px) {

    body {
        background-color: white;
    }

    .Partie2 {
        width: 100%;
        height: 600px;
        border: 2px solid #D1D1D1;
        border-radius: 7px;
        box-shadow: 10px 5px 5px #F3F3F3;
    }

}

@media screen and (max-width: 1200px) {

    body {
        background-color: white;
    }

    .Partie2 {
        width: 100%;
        height: 600px;
        border: 2px solid #D1D1D1;
        border-radius: 7px;
        box-shadow: 10px 5px 5px #F3F3F3;
    }
}

@media screen and (max-width: 1400px) {

    body {
        background-color: white;
    }
}

.Partie4 {
    height: 167px;
    border: 2px solid #D1D1D1;
    border-radius: 7px;
    box-shadow: 10px 5px 5px #F3F3F3;
}

.Cadre3_4 {
    width: auto;
    height: auto;
    /*border: 2px solid green;*/
    margin: 5px;
    /*position: absolute;*/
    /*margin-left: 310px;*/
    padding: 0px;
}

.Texte {
    font-size: 20px;
}


#maRecherche {
    width: 600px;
    height: 40px;
    border-radius: 7px
}

.wucDivPartie4 {
    width: 120px;
    height: 140px;
    margin-right: 15px;
    border: 1px solid #A9A9A9;
    border-radius: 10px;
    /*background-color: #A9A9A9;*/
    /*background-image: linear-gradient(to bottom right, #ffffff, #A9A9A9);*/
    box-shadow: 5px 2px 2px #F3F3F3;
    background: rgba(109, 109, 109, 0.2);
    background-image: url('../Images/logo_fond_blanc.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.wucSpanPartie4 {
    margin-top: 90px;
    text-align: center;
    font-size: 15px;
    /*text-shadow: h-shadow v-shadow blur-radius color|none|initial|inherit;*/
    text-shadow: 2px 2px 2px #FFFFFF;
    font-weight: bold;
}

.wucDivFlex {
    display: flex; /* Transformation en flexbox */
    padding: 0; /* Suppression des marges internes */
    margin-top: 11px;
    /* background-color: #ccc;  Ajout de la couleur d'arrière-plan */
    justify-content: left;
    overflow-x: hidden;
}

.DivMenuHorizontal {
    /*    border: 2px solid red;*/
    display: flex;
    justify-content: center;
}

.MenuHorizontal {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%
}

.MenuPartie3 {
    margin-left: 0px;
    padding: 5px;
    z-index: 5;
    width: 300px;
    height: 200px;
    /*    box-shadow: 10px 5px 5px #F3F3F3;*/
    border: 1px solid #A9A9A9;
    background-color: #ffffff;
    border-radius: 7px;
}


.ColorLink {
    color: #D41233;
}

a.ColorLink:link,
a.ColorLink:visited,
a.ColorLink:hover,
a.ColorLink:active {
    color: #D41233;
    text-decoration: none
}


/*li {
    float: left;
    margin: 0 10px;
}*/

.Space label {
    margin-left: 2px;
    margin-right: 2px;
}

.ImgArt {
    width: 160px;
    height: 180px;
}

.ImgArtFlash {
    width: 160px;
    height: 180px;
    margin-right: 5px;
    margin-bottom: 3px;
}

.ImgArt2 {
    width: 320px;
    height: 360px;
}

.DivPanier {
    background-color: #e2dbdb;
    /*    padding-bottom: 2px;*/
    /*border: 1px solid #C8D412;*/
}


/* btn Panier  */
.btnPanier {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-color: #C8D412;
    background-image: none;
    color: red;
    border: 1px solid transparent;
    width: 160px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btnPanier:focus,
.btnPanier:active:focus,
.btnPanier.active:focus,
.btnPanier.focus,
.btnPanier:active.focus,
.btnPanier.active.focus 
{
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    color: white;
    font-weight: bold;
}

.btnPanier:hover,
.btnPanier:focus,
.btnPanier.focus 
{
    color: white;
    text-decoration: none;
}

.btnPanier:active,
.btnPanier.active 
{
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}


/* btn Panier  */
.btnPanierFlash {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-color: #C8D412;
    background-image: none;
    color: red;
    border: 1px solid transparent;
    width: 160px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btnPanierFlash:focus,
.btnPanierFlash:active:focus,
.btnPanierFlash.active:focus,
.btnPanierFlash.focus,
.btnPanierFlash:active.focus,
.btnPanierFlash.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    color: white;
    font-weight: bold;
}

.btnPanierFlash:hover,
.btnPanierFlash:focus,
.btnPanierFlash.focus {
    color: white;
    text-decoration: none;
}

.btnPanierFlash:active,
.btnPanierFlash.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.Contour 
{
    box-shadow: 10px 5px 5px #F3F3F3;
    padding: 5px;
    border: 2px solid #F3F3F3;
}

.DivPadding 
{
    /*padding:5px;*/
    margin-bottom: 10px;
}

/* Footer avec Grid */
/*footer 
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(3,1fr);
    height: 300px;
    background-color: #1E1E1E;
}*/

/*div[class] {
    text-align: center;
    padding: 10px;
    color: white;
}*/

#reseauId 
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 10px;
}

#partenairesId 
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 10px;
}

#paiementId 
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 10px;
}

/*

*/
#SectionFooterId 
{
    background-color: #000000;
}

.image_Paiement 
{
    margin-left: 15px;
    width: 60px;
    height: 70px;
}

.image_reseau 
{
    width: 30px;
    height: 40px;
    margin-left: 10px;
}

.menu_footer 
{
    list-style-type:none;
    display: flex;
    justify-content:space-around;
    align-items: center;
    color: white;
    padding-top:30px;
}

.menu_footer a 
{
    text-decoration: none;
    font-family: Arial, sans-serif;
    color: white;
}

.menu_footer a:hover,
.menu_footer a:active,
.menu_footer a:visited 
{
    text-decoration: none;
    font-family: Arial, sans-serif;
    color: white;
}

/*
 .menu_footer a:hover 
 {
    background: #c8d412;
    width: 20%;
    height: 60px;
}
*/

.Space label {
    margin-left: 5px;
    margin-right: 5px;
    /*border : 1px solid red;*/
}

.Space2 label {
    margin-left: 5px;
    margin-right: 5px;
    color: red;
}

.Space2 input {
    border: 2px solid red;
    background-color: #F00;
}

.Space input[type="checkbox"], .Space2 input[type="checkbox"] {
    position: absolute;
    left: -999em;
}

.Space input[type="checkbox"] + label, .Space2 input[type="checkbox"] + label {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.Space input[type="checkbox"] + label::before, .Space2 input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    vertical-align: -25%;
    height: 2ex;
    width: 2ex;
    background-color: white;
    border: 1px solid red;
    /*   border-radius: 4px;*/
    box-shadow: inset 0 2px 5px rgba(0,0,0,0.25);
    margin-right: 0.5em;
    line-height: 1.7ex;
}

.Space input[type="checkbox"]:checked + label::after, .Space2 input[type="checkbox"]:checked + label::after {
    content: '';
    position: absolute;
    width: 1.2ex;
    height: 0.4ex;
    background: rgba(0, 0, 0, 0);
    top: 1.5ex;
    left: 0.4ex;
    border: 3px solid red;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    line-height: 1.7ex;
}

/*
    form-control2
*/

.form-control2 {
    /*display: block;*/
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.form-control2:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control2::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control2:-ms-input-placeholder {
    color: #999;
}

.form-control2::-webkit-input-placeholder {
    color: #999;
}

.form-control2::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control2[disabled],
.form-control2[readonly],
fieldset[disabled] .form-control2 {
    background-color: #eeeeee;
    opacity: 1;
}

.tableFlash{
    vertical-align: top;
    text-align: left;
}

.tdFlash{
    vertical-align: top;
    text-align: left;
}

.tdFlashImg{
    width: 170px;
    vertical-align: top;
    text-align: left;
    margin: 5px;
}

.tdFlash1 {
    width: 120px;
    vertical-align: top;
    text-align: left;
    margin: 5px;
}

.tdFlash2 {
    width: 10px;
    vertical-align: top;
    text-align: left;
}

.tdFlash3 {

    vertical-align: top;
    text-align: left;
}

.hidden {
    /*overflow: hidden; white-space: nowrap;
    width: 160px;
    padding: 5px;
    border:2px solid black;*/
    float: left;
    font-weight:bold;
}

.Progress {
    z-index: 3;
    text-align: center;
    background: -moz-linear-gradient(left, #ffffff 0%, #cec8c8 100% );
    background: -webkit-linear-gradient(left, #ffffff 0%, #cec8c8 100% );
    background: -o-linear-gradient(left, #ffffff 0%, #cec8c8 100% );
    background: -ms-linear-gradient(left, #ffffff 0%, #cec8c8 100% );
    background: linear-gradient(left, #ffffff 0%, #cec8c8 100% );
    -moz-border-radius: 10px 10px;
    -webkit-border-radius: 10px 10px;
    border-radius: 10px 10px;
    border: 4px solid #cec8c8;
    width: 200px;
    min-height: 30px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
    top: 350px;
}

.CenterProgress {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -30px; /* make this half your image/element height */
    margin-left: -30px; /* make this half your image/element width */
}