.h2
{
    color: lightslategray;
    align-self: center;
}
/* Gestion des choix d'affichage du tableau */
@font-face {
    font-family: 'PWJoyeuxNoel';
    src: url('PWJoyeuxNoel.woff2') format('woff2'),
        url('PWJoyeuxNoel.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

.xmas {
    font-family: 'PWJoyeuxNoel';
    font-weight: 500;
    font-style: normal;
    font-size: 2rem;
}



.blink
{
  color                       :red; 
  animation                   : colorblinkblack 2s infinite;
}


@keyframes colorblinkblack
{ 
  0% { }
  50% { color:black; } 
}

.colordiv
{
    background-color: lightgray;
}

.fontsize2
{
    font-size: 2rem;
}
.fontsize16px
{
    font-size: 16px;
}

.disable
{
    color: #FF3300;
    text-decoration: line-through;
}

.hidden
{
    display: none;
}

.textcenter
{
    text-align: center;
}

.flexaligncenter
{
    align-items: center;
}

.width20p
{
    width           : 20%;
}
.width25p
{
    width           : 25%;
}
.width30p
{
    width           : 30%;
}
.width35p
{
    width           : 35%;
}
.width40p
{
    width           : 40%;
}
.width90p
{
    width           : 90%;
}
.width95p
{
    width           : 95%;
}
.width98p
{
    width           : 98%;
}
.width100p
{
    width           : 100%;
}
.maxwidth
{
    max-width       : 100%;
}

.flexrowmailling
{
    display : flex;
    flex-direction: row;
    justify-content: space-around;
}

.margintop10px
{
    margin-top: 10px;
}

.marginbotton10px
{
    margin-bottom: 10px;
}


#paginglist ul
{
    display: flex;
    flex-direction: row;
    cursor: pointer;
}
.pageselect
{
    border:1px solid black;
}

.choicemailling
{
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 5px;
}
.choicemailling li {
    margin-left     : 11px;

}
.choicemailling li:hover{
    cursor: pointer;
}

.selectchoisealpha
{
    border: 1px solid darkgray;
    padding: 2px;
    border-radius: 5px;
}

.label
{   
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5;
}


.alphaselect,
.sendselect{
    border-bottom :1px solid black;
    font-size: 1rem;
    font-weight: bold;
}
/* Fin gestion des choix d'affichage du tableau */

#listMailling div{
    height      : 250px;
    max-height  : 250px;
    overflow-y  : scroll;
}
#listMailling table th{
    margin          : 3px;
    text-align      : center;
    background-color: darkgray;
    border-left     : 1px solid white;
}
#listMailling table td{
    margin          : 3px;
    padding-left    : 5px;
    padding-right   : 5px;
}
#listMailling table tr:nth-child(odd){
    background-color: lightgrey;
}
#listMailling table tr:nth-child(even){
    background-color: white;
}
.visiblemaillingjm{
    display : table-row;
}
.hiddenmaillingjm{
    display : none;
}

.marginauto
{
    margin              : auto;
}
.spacearound_flex
{
    justify-content: space-around;
}
.formmailling {
    border-bottom      : 1px solid black;
    margin-top      : 20px;
    padding-top     : 20px;
    display :grid;
    grid-template-columns :1% 15% 25% 27% 17% 14% 1%;
    grid-template-rows : auto auto 40px;

}

.formmailling1 
{    
    display             : flex;
    flex-direction      : column;
}

.customerinformation
{
    width               : 100% ;
    display             : flex;
    flex-direction      : row;
    justify-content     : space-between;
    /* padding-bottom      : 10PX ; */
    /* margin-bottom       : 10PX ; */
}

.divfieldset
{
    /* width: 30%; */
    display: flex;
    /* flex-direction: column; */
    /* align-items: baseline; */
    background-color: lightgrey;
    /* padding-left: 15px; */
    /* padding-right: 15px; */
    /* margin-right: 10px; */
    margin-bottom: 15px;
    /* align-self: center;*/
    border-radius :5px;
    border : none;
}
.fieldset{

    /* width               : 30%; */
    /* margin              : auto; */
    display             : flex;
    flex-direction      : column;
    align-items         : self-start;
    background-color    : lightgrey;
    /* padding-left        : 15px;
    padding-right       : 15px;
    margin-right        : 10px;    
    margin-bottom       : 15px; */
    align-self          : center;
    border-radius: 5px;
    border:none;
}
.fieldsetrow{

    /* width               : 30%; */
    padding-top              : 10px;
    display             : flex;
    flex-direction      : row;
    align-items         : self-start;
    background-color    : lightgrey;
    /* padding-left        : 15px;
    padding-right       : 15px;
    margin-right        : 10px;    
    margin-bottom       : 15px; */
    align-self          : center;
    border-radius: 5px;
}


.fieldsetrow>label
{
    display :flex;
}


.subfieldset
{
    width: 100%;
    margin: auto;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    /* align-items: flex-end; */
    align-self: center;
    border:none;
    border-radius: 5px;
}
.subfieldset1
{
    border-radius          :5px;
    width               : 100%;
    /* margin              : auto; */
    display             : flex;
    flex-direction      : row;
    /* align-items         : self-start; */
    background-color    : lightgrey;
    justify-content: space-around;

    /* padding-left        : 15px;
    padding-right       : 15px;
    margin-right        : 10px;    
    margin-bottom       : 15px; */
    /* align-self          : center; */
}
.fieldcity
{
    width: 100%;
    /* margin: auto; */
    display: flex;
    flex-direction: row;
    /* align-items: self-end; */
    background-color: lightgrey;
    align-self: auto;
    padding-left: 10px;
    padding-right: 10px;
    justify-content: space-around;
}

.divbutton
{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: lightslategray;
    margin-top: 10px;
    padding: 10px 0 10px 0;
    border-radius: 5px;
}

.buttonlarge
{
    padding :5px 8px 5px 8px;
}
.buttonsmall
{
    padding :1px 5px 1px 5px;
}
.button
{
    align-self: center;
    
    border-radius: 5px;

    text-align: center;
    color: #000;
   
    background: linear-gradient( white, #2C2C2C);
    text-shadow: 0px 1px 0px rgba( 255, 255, 255, 0.2);
    
    -webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.75);
}

.button:hover
{
    /* background-color: darkgray; */
    cursor: pointer;
    color: #222;
     background: #555;
     background: linear-gradient( #777, #333);
}

.buttonselect
{
    align-self: center;

    border-radius: 5px;
    /*background-color: lightslategray; */
    color: #000;
     background: #444;
     background: linear-gradient( white, #2C2C2C);
     box-shadow: 1px 1px 10px black inset, 
                 0 1px 0 rgba( 255, 255, 255, 0.4);
}
.button:active{
     color: #000;
     background: #444;
     background: linear-gradient( #555, #2C2C2C);
     box-shadow: 1px 1px 10px black inset, 
                 0 1px 0 rgba( 255, 255, 255, 0.4);
}

.fieldcontact{
    /* grid-area           : 1/3/1/3; */
    background-color    : lightgrey;
    padding-left        : 15px;
    margin-right        : 10px
}
.fieldcoordonnee{
    grid-area           : 1/4/1/4;
    background-color    : lightgrey;
    padding-left        : 15px;
    margin-right        : 10px
}
.fieldrue{
    grid-area           : 1/5/1/5;
    background-color    : lightgrey;
    padding-left        : 15px;
    /* padding-right       : 15px; */
    margin-right        : 10px
}
.fielderror
{
        grid-area           : 1/6/1/6;
    background-color    : darkgray;
    padding-left        : 15px;
    /* padding-right       : 15px; */
    margin-right        : 10px
}
.fieldcontact label:first-child {
    width: 100%
}
label{
    padding-right   : 5px;
}

.form-mailling
{
    display: block;
    /* width: 100%; */
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.buttonvalider{
    grid-area       : 3/2/3/2;
        /* margin: 7px 15% 30px 15%; */
    margin: 0px 20% 2% 16%;
    padding         : 0%;
}

.buttonremail
{
        grid-area : 3/3/3/3;
        
        /* margin: 7px 15% 30px 15%; */
        margin: 0px 35% 2% 16%;
        padding : 0%;
}

.buttondelete{
    grid-area       : 3/4/3/4;
    /* margin: 7px 25% 30px 25%; */
    margin: 0px 55% 1% 16%;
    padding         : 0%;
}
.buttonreset{
    grid-area       : 3/5/3/5;
    /* margin: 7px 15% 30px 15%; */
margin: 0px 40% 1% 16%;
    padding         : 0%;
}

.errormaillingjm {
  position :absolute;
  width: 100%;
  margin: 1% auto;
  /* margin: 2em 0; */
  padding: 0.5em 1em;
  font-size: 1.6rem;
  text-align: center;
  background-color: rgba(255, 102, 51, 0.5);
  border: 2px solid #FF3300;
  border-radius: 6px;
  color: white;
}

.tablerecap th
{
    padding     : 0 6px;
}
.tablerecap td
{
    border :1px solid darkgray;
}

#containersearch
{
    justify-content: space-around;
    margin: 10px auto;
    border-radius: 5px;
}