body {
    background-color: lemonchiffon;
    display: flex;
    flex-direction: column;
    margin: 0;
}
* {
    box-sizing: border-box;
}
tr {
    justify-content: space-around;
    align-items: center;
    border-radius: 8px;
    background-color: rgb(255, 176, 6);
    padding: 1em;
    border: 2px solid rgb(204, 159, 12);
    font-family: arial;
}
td {
    border-radius: 8px;
    background-color: rgb(255, 176, 6);
    padding: 1em;
    border: 2px solid rgb(204, 159, 12);
    font-family: arial;
}
header{
    background-color: rgb(255, 198, 0);
    /*display: flex;*/
}

.box_auth {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.box_auth_1 {
    order: 1;
    align-items: center;
    display: flex;
}
.box_auth_2 {
    order: 2;
    align-items: center;
    display: flex;
    flex: auto;
}
.box_auth_3 {
    order: 3;
    align-items: center;
    display: flex;
    justify-content: flex-end;
    padding: 9pt;
}
.box_auth_3 a {
    display: flex;
    justify-content: flex-end;
}

.box_main {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.box_main_1 {
    order: 3;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 9pt;
}
.box_main_1 img {
    height:69.19px;
}

@media all and (min-width: 500px) {
    .box_auth {
        justify-content: space-around;
    }
}

h1 {
    font-family: arial;
}
h2 {
    font-family: arial;
}
h3 {
    font-family: arial;
}
a {
    font-family: arial;
}
p   {
    font-family: arial;
}
label   {
    display: inline-block;
    font-family: arial;
    text-align: right;
}
textarea {
    vertical-align: top;
    font: 1em sans-serif;
}
.mdp-forgot {
    font-size: 10pt;
}
.link-inscription {
    font-size: 11pt;
}
.titre {
    font-size: 45pt;
}
/*.footer_1 {
    float: right;
}*/
footer {
    background: orange;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    /*position: absolute;*/
    bottom:0;
    width:100%;
}
footer > div {
    align-items: center;
}
.form_auth_content {
    background-color: lemonchiffon;
    display: flex;
    flex: content;
    flex-direction: row wrap;
    justify-content: space-evenly;
    align-items: baseline;
    padding: 3em;
    border-radius: 4px;
}
.form_auth {
    display: flex;
    flex-flow: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 176, 6);
    padding: 3em;
    border: 2px solid rgb(204, 159, 12);
    border-radius: 8px;
}
.form_add {
    display: flex;
    flex-flow: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 176, 6);
    padding: 3em;
    border: 2px solid rgb(204, 159, 12);
    border-radius: 8px;
}
.form_add_1 {
    display: flex;
    flex-flow: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 176, 6);
    padding: 3em;
    border: 2px solid rgb(204, 159, 12);
    border-radius: 8px;
}
.form_add_1 {
    display: flex;
    flex-flow: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 176, 6);
    padding: 3em;
    border: 2px solid rgb(204, 159, 12);
    border-radius: 8px;
}
.form_add_content {
    display: flex;
    flex: content;
    flex-direction: row wrap;
    justify-content: space-evenly;
    align-items: baseline;
    background-color: rgb(241, 218, 87);
    padding: 3em;
	border: 1px solid gray;
    border-radius: 4px;
}
.form_add > * {
    min-width: 0;
    padding: 1px;
}
.form_set_content {
    display: flex;
    /*flex: content;
    flex-direction: row wrap;*/
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: baseline;
    align-content: stretch;
    background-color: rgb(241, 218, 87);
    padding: 3em;
	border: 1px solid gray;
    border-radius: 4px;
}
.form_suprr {
    display: flex;
    flex-flow: nowrap;
    align-self: flex-start;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 176, 6);
    padding: 3em;
    border: 2px solid rgb(204, 159, 12);
    border-radius: 8px;
}
.form_suprr_1 {
    display: flex;
    flex-flow: nowrap;
    align-self: flex-end;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 176, 6);
    padding: 3em;
    border: 2px solid rgb(204, 159, 12);
    border-radius: 8px;
}
.form_set {
    display: flex;
    flex-flow: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 176, 6);
    padding: 3em;
    border: 2px solid rgb(204, 159, 12);
    border-radius: 8px;
}

.table_set {
    align-self: flex-end;
    text-align: center;
    font-size: 11pt;
    border-radius: 8px;
    background-color: rgb(255, 176, 6);
    padding: 1em;
    border: 2px solid rgb(204, 159, 12);
    font-family: arial;
}

/*@media all and (min-width: 800px) {
    .form_add { order: 1; } 
    .form_add_1 { order: 1; } 
  }*/

/*.form_add > div + div {
    margin-left: 1em;
}*/

/*.form_add > div > h2 {
	display: flex;
}*/

/*.form_add > br {
	display: flex;
}*/

/*.form_add input:not([type=submit]) {
    flex: 1 ; fluid width
	display: block;  IE fix
	min-width: 0;  fix for min-width: auto
}*/