body {
    background-color: #FFFFFF;
    font-family: "trebuchet ms", "Times New Roman", sans-serif;
    font-size: 1rem;
    margin: 1rem;
}

/* form {
    margin: 0;
    padding: 0;
    width: 100%;
    } */

div.contenair {
    width: 100%;
    margin: 0px;
    border: 1px line gray;
    line-height: 150%;
}

div.entete {
    padding: 0.5em;
    color: white;
    background-color: gray;
    clear: left;
}

h1.entete {
    padding: 0;
    margin: 0;
    text-align: center;
}

div.gauche {
    display: table-cell;
    vertical-align: top;
    width: 150px;
    margin: 0;
}

div.droite {
    border-left: 1px solid gray;
    vertical-align: top;
    display: table-cell;
}

div.centre {
    width: 550px;
    border-left: 1px solid gray;
    display: table-cell;
    vertical-align: top;
}

div.pied {
    font-family: Verdana, Arial, Helvetica;
    font-size: 0.8em;
    text-align: center;
    color: #025089;
    background-color: #f8a91b;
}

div.accueil {
    font-family: Verdana, Arial, Helvetica;
    font-size: 1.1em;
}

p.centre {
    text-align: center;
    font-size: 2em;
}

span.inline {
    border: 1px black solid;
}

span.important {
    color: #dc143c;
}

/* div.form {
	clear: both;

} */

div.reponse {
    color: #B40404;
    font-size: 1.5em;
    border: 1px black solid;
    border-radius: 5px;
    background-color: #BDBDBD;
}

div.valid {
    color: #00FF00;
    float: right;
}

div.error {
    color: #FF0000;
    font-size: 11px;
    font-style: italic;
    margin-top: 5px;
}

fieldset legend,
fieldset.inscription legend {
    font-size: 1.2em;
    font-weight: bold;
    background-color: #FFBF00;
    border-radius: 5px;
    margin-top: 10px;
    padding: 0 5px;
}

/* form div {
    clear: left;
    display: block;
    zoom: 1;
    margin: 0 0 0 0;
    padding: 1px 3px;
} */

fieldset {
    clear: both;
    margin: 0 0 0 0;
    border: 2px #FF8000 solid;
    border-radius: 5px;
    padding: 0 5px;
}

/* input {
    padding: 3px;
    vertical-align: middle;
    border: 1px solid #F5C5C5;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #C0C0C0 inset;
    color: #484848;
} */

.urgence {
    display: inline-block;
    /*width: 125px;*/
    /*margin-right: 50px;*/
}

/*.label_right {
    display: inline-block;
    margin-left: 55px;
}*/

/* label,  input[type="text"]{
    float:left;
    display:inline-block;
} */

label,
span.label {
    /*margin-right: 5px;*/
    color: #6A7E9A;
    font-weight: bold;
}

.field {
    width: 100%;
    overflow: auto;
    margin: 5px 0px;
}

/* 
input[type=submit],  input[type=reset] {
    width: 100px;
    margin-left: 5px;
    box-shadow:1px 1px 1px #D83F3D;
    cursor: pointer;
}

input[type=radio],  input[type=checkbox] {
    background-color: transparent;
    border: none;
    width: 25px;
}
input[type=text],  input[type=email] {
    border: none;
    border-bottom: #025089 1px dashed;
} */

.nouvelle {
    background-color: #ffcccc;
    border: 1px red solid;
    border-radius: 5px;
}

.bloc {
    color: #6a7e9a;
}

.error {
    color: RED;
}

input.error {
    color: red;
    border: 1px solid firebrick;
    background-color: pink;
}

/* table {
	width: 85%;
    border-collapse: collapse;
} */

/* table,  th,  td {
border: 1px solid black;
}

td {
	vertical-align: center;
	padding: 10px;
}

th {
	background-color: gray;
	color: white;
} */

fieldset.nonsaisissable {
    background-color: #BDBDBC;
}

/*label {
    margin-top: 10px;
}*/

/*label.inline {
    display: inline;
    margin-right: 50px;
}*/

.btnHide {
    display: none;
}

a.button {
    margin-left: 375px;
    color: #000000;
    font-size: 1.2em;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    display: block;
    background: #F7FE33;
    border: solid 1px black;
    width: 150px;
    border-radius: 5px;
}

.bg-oxyd {
    background-color: #fff9dd;
}

.navbar-oxyd {
    color: blue !important;
    font-weight: 900 !important;
    font-size: 1rem !important;
}

.oxyd {
    background-color: #BDBDBC;
    border: none;
    font-weight: bold;
}

th,
td {
    vertical-align: middle !important;
}

/* li {
    margin: 10px;
}
    
ol,  ul {
    list-style: none outside none;    
    outline: 0 none;
    vertical-align: baseline;
    line-height: 1.1;
} */

ul.cm {
    list-style-type: disc;
}

.important {
    color: RED;
    background-color: YELLOW;
    font: 1rem arial;
}

ul.errors {
    list-style-position: inside;
    vertical-align: middle;
    list-style-type: square;
    background-color: pink;
    border: 2px solid firebrick;
    border-radius: 5px;
    color: red;
}

label.required::after,
span.required::after {
    content: ' *  ';
    color: #a94442;
}

input.cache {
    display: none;
}

.main-container {
    /* max-width: 900px; */
    margin: auto;
}

.btn-oxyd {
    color: #212529;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* border-radius: 0.25rem; */
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-oxyd:hover {
    color: blueviolet;
    background-color: #ffff1a;
    /* border-color: orange; */
}

.btn-oxyd:focus,
.btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(223, 129, 7, 0.5);
}

.btn-oxyd.disabled,
.btn-oxyd:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-oxyd:not(:disabled):not(.disabled):active,
.btn-oxyd:not(:disabled):not(.disabled).active,
.show>.btn-oxyd.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-oxyd:not(:disabled):not(.disabled):active:focus,
.btn-oxyd:not(:disabled):not(.disabled).active:focus,
.show>.btn-oxyd.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-oxyd-l {
    font-size: 1.5rem !important
}

.btn-oxyd-xl {
    font-size: 2rem !important
}

.btn-oxyd-2xl {
    font-size: 2.5rem !important
}

.btn-oxyd-3xl {
    font-size: 3rem !important
}

.btn-oxyd-4xl {
    font-size: 4rem !important
}


.btn-oxyd-block {
    display: block;
    width: 100%;
}

.btn-oxyd-block+.btn-oxyd-block {
    margin-top: 0.5rem;
}

/* Add a black background color to the top navigation */

.topnav {
    /* background-color: orange; */
    overflow: hidden;
}

/* Style the links inside the navigation bar */

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add an active class to highlight the current page */

.topnav a.active {
    background-color: #4CAF50;
    color: white;
}

/* Hide the link that should open and close the topnav on small screens */

.topnav .icon {
    display: none;
}

div.cadre {
    margin-top: 15px;
    padding: 5px;
    border: 1px solid black;
    border-radius: 5px;
}