
.lds-dual-ring p {
    color: white;
    text-align: center;
    top: 200px;
    position: fixed;
    /* left: 47%; */
    width: 100%;
    margin: 16% auto;
}

.overlay {
    position: fixed;
    top: 105px;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .8);
    z-index: 999;
    opacity: 1;
    transition: all 0.5s;
}

/*Spinner Styles*/
/*.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}*/

.p-l-5px{
    padding: 0px 0px 0px 5px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 15% auto;
    border-radius: 50%;
    border: 6px solid;
    border-color: #f00 white #003080 #ffffff;
    animation: lds-dual-ring 1.2s linear infinite;
}

/**** default ****/

.minheight400 {
    min-height: 400px;
}

.liste-des-caracteristique {
    width: 100%;
}

.minheight24 {
    min-height: 24px;
}

.width100 {
    width: 100%;
}

.max-width-80px{
    max-width: 80px;
}


.margin-padding-0 {
    padding: 0;
    margin: 0;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.margin1 {
    margin: 1% 0 2% 0;
}

.text-align-right {
    text-align: right;
}

option {
    background: #1c1c1c;
    color: white;
}

.ml-2 {
    margin-left: 2%;
}

select {
    border: 0 solid #202;
    box-shadow: 0 0 4px 1px #00000054;
    border-radius: 15px;
    padding: 1%;
    transition: 600ms;
}

select:hover {
    background: #1c1c1c;
    color: white;
    box-shadow: 0 0 4px 1px #0087cb;
    transition: 600ms;
}

/*div ul li ul li{
    margin-bottom: 2.5%;
}*/

ul {
    text-decoration: none;
    list-style: none;
}

.ligne {
    text-decoration: underline;
    text-decoration-color: #0087cb;
    margin: -1% 0 2% 0
}

.margin2 {
    margin: 2%;
}

.black {
    color: black;
    transition: 600ms;

}

.noir {
    color: #000;
}

a {
    color: white;
    text-decoration: none;
    transition: 600ms;
}

.bold {
    font-weight: bold;
}

.border0 {
    border: 0;
}

.pb1 {
    padding-bottom: 1%;
}

.white {
    color: white;
}

.bleu-tmx {
    color: #0087cb;
}

.vert {
    color: green;
}

.center {
    text-align: center;
}

.font-size18 {
    font-size: 18px;
    color: #000;
}

.max-width-height {
    max-width: 845px;
    max-height: 530px;
}

.maxheight280 {
    max-height: 280px;
}

.noir-titre {
    color: rgb(56, 56, 58);
}

.color-titre {
    background: #1c1d1e;
}

.sousligner {
    color: black;
    transition: 600ms;
    text-decoration-line: underline;
    text-underline-position: under;
    text-decoration-color: #0087cb;
}

.exemple {
    padding-bottom: 2%;
    background: #1c1d1e;
}

.sousligner:hover {
    transition: 600ms;
    text-decoration-color: black;
}

.bouton {
    margin-top: 2%;
    background: #0087cb;
    padding: 2%;
    color: white;
    font-weight: normal;
    border-radius: 40px;
    border: 0 solid #000;
    box-shadow: 0 0 6px 1px #00000059;
}

.bouton:hover {
    color: #0087cb;
    background: #38383a;
}

.bleu-decath {
    color: #00aaff;
}

.red {
    color: red;
}

.red {
    color: red;
}

.input {
    margin-left: 2%;
    background: none;
    color: #000000;
    border: 0;
    border-bottom: 1px solid #2196f3;
    padding: .5rem 1rem;
    font-size: 18px;
    transition: 600ms;
    width: 220px;
}

.input:invalid {
    border: 0 solid #000;
    border-bottom: 1px solid #ff0000;
    transition: 600ms;
}

.input:hover {
    border: 0 solid #000;
    border-bottom: 1px solid #0087cb;
    transition: 600ms;
}

.input:focus-visible {
    border: 0 solid #000;
    border-bottom: 1px solid #0087cb;
    outline: 0 solid #1c5f00;
}

.flex-colum{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.textarea {
    min-width: 400px;
    width: 400px;
    max-width: 400px;
    min-height: 60px;
    overflow-y: hidden;
    height: auto;
}

.minheight200 {
    min-height: 200px;
}

.height40 {
    height: 80px;
}

.height24 {
    height: 24px;
}

.fs22 {
    font-size: 22px;
}

.fs35 {
    font-size: 35px;
}

.fs18black {
    font-size: 18px;
    color: #000;
}

.op0 {
    opacity: 0;
}

.dpcontrols {
    display: none;
}

.dpindicators {
    display: none;
}

.padding2{
    padding: 2%;
}

.dateliste{
    border: 0 solid #202;
    box-shadow: 0 0 4px 1px #00000054;
    border-radius: 15px;
    padding: 1%;
    transition: 600ms;
}