body {
    font-family: "Inter", sans-serif;
    background: #ffffff;
    /* background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(2,59,126,1) 76%); */

}

.containerTable {
    display: flex;
    flex-direction: column;
}

table {
    width: auto;
}

a {
    color: black;
    text-decoration: none;
}

td, th {
    padding: 19px;
    border: 1px white solid;
}

.etapeRound {
    height: 15px;
    width: 15px;
    background-color: #e2e0e7;
    border-radius: 15px;
}

.etapeRound.active {
    background-color: #f5a51d;
    
}

.parent {

}

.surContainer {
    grid-area: 2 / 1 / 4 / 4;
    transition: display 1s ease;
    width: 600px;
}

.container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    transform: translateY(3.5vw);
}

.sousContainer {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sousContainerInfoUser {
    width: 500px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sousContainer.premier.hide {
    display: none;
}


input.error {
    border: 1px red solid;
}

input.error::placeholder {
    color: var(--placeholder-color, red);
}

.containerDropZone {
    display: flex;
    justify-content: space-between;
    margin: 10px;
    flex-direction: column;
    align-items: center;
}

.containerDropZone.hide, .sousContainer.hide , .titre.hide {
    display: none;
}

.drop-zone {
    padding: 15px;
    width: 330px;
    border-radius: 20vw;
    border: 2px solid rgba(108, 102, 133, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 25px;
}

.fakeInput:disabled {
    border: none;
    background-color: #ffffff00;
    color: white;
    box-shadow: none;
    font-size: 15px;
    box-sizing: border-box;
    margin: 0;
    padding: 0 12px;
    width: auto;
}

.langueContainer{
    display: none;
}

.langueContainer.active{
    display: block;
}

.cpContainer{
    display: none;
}

.cpContainer.active{
    display: flex;
    justify-content: space-evenly;
}

.addLang {
    margin: 5px 0 5px 0;
    border: solid 2px #fff;
    border-radius: 60px;
    background-color: #f5a51d;
    color: white;
    transition: opacity 0.1s ease, visibility 0.1s ease;
    padding: 15px;
    display: flex;
    align-items: center;
}

.container_demande {
    width: 85%;
    margin: 0 auto;
    box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075), 0 0 0 1px hsla(0, 0%, 0%, 0.05), 0 0.3px 0.4px hsla(0, 0%, 0%, 0.02), 0 0.9px 1.5px hsla(0, 0%, 0%, 0.045), 0 3.5px 6px hsla(0, 0%, 0%, 0.09);
    padding: 1em;
    border-radius: 0.75em;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.optionMenu:hover {
    background-color:  white;
    border: 2px solid rgba(108, 102, 133, 0.25);
    
}

.loader.hide{
    display: none;
}

.loader {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.loader svg path,
.loader svg rect{
  fill: #f5a51d;
}

input, .input{
    font-family: "Inter", sans-serif;
    margin: 2.5px;
    font-size: 16px;
    padding: 15px;
    width: 330px;
    border: none;
    border-radius: 15px;
    border: 2px #e2e0e7 solid;
    color: black;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}

input[type=number] {
    -moz-appearance: textfield;
}

.input {
    width: 360px;
}

ul#iti-0__country-listbox {
    width: 330px;
    color: black;
    overflow-x: hidden;
}

.rond {
    height: 7vw;
    width: 7vw;
    border: #fff 2px solid;
    border-radius: 8vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: bold;
}

.rond#selected {
    background-color: #fff;
    color: black;
}

.containerEtapes{
    display: flex;
}

.etape {
    height: 10px;
    width: 75px;
    background-color: rgba(108, 102, 133, 0.2);
    border-radius: 10px;
}

.etape.active {
    background-color: #f5a51d;
}

button, .button {
    font-family: "Inter", sans-serif;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    background-color: #1a2844;
    align-items: center;
    display: flex;
    width: 220px;
    font-size: 16px;
} 

.div6 {
    grid-area: 3 / 3 / 4 / 4;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.mesDemandes {
    background-color: #f7f7f8;
    margin: 5px 0;
    padding: 15px;
    border-radius: 10px;
    display: grid;
    grid-template-columns: repeat(3, 0.29fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
}

.demandes {
    background-color: #f7f7f8;
    margin: 5px 0;
    padding: 15px;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 100px 236.25px 200px 291px 236.25px repeat(2, 291px);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
}

.parentGrid {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
}

.gridParentAdmin {
    display: grid;
    grid-template-columns: 100px 236.25px 200px 291px 236.25px repeat(2, 291px);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

/* transition: opacity 0.1s ease, visibility 0.1s ease; */



.left_menu {
    background-color: #f7f7f8;
    height: 100vh;
    grid-area: 1 / 1 / 2 / 2;
}

.right_page {
    height: 100vh;
    grid-area: 1 / 2 / 2 / 8;
}

.optionMenu {
    border-radius: 20px;
    padding: 10px;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 700;
    border: 2px solid rgba(108, 102, 133, 0);
}

.optionMenu.active {
    background-color: #f5a61d;
    color: #ffffff;
}

.containerIntegration {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 15px;
    align-items: center;
}

/* SWITCH */
.switch {
    grid-column: 1 / 2;
    display: grid;
    grid-template-columns: repeat(2, min-content);
    grid-gap: 3rem;
    justify-self: center;
}

.switch input {
    display: none;
}

.switch__1, .switch__2, .switch__3, .switch__4, .switch__5, .switch__6, .switch__7 {
    width: 4rem;
}

.switch__1 label, .switch__2 label, .switch__3 label, .switch__4 label, .switch__5 label, .switch__6 label, .switch__7 label {
    display: flex;
    align-items: center;
    width: 100%;
    height: 2rem;
    background: #f5a61d;
    position: relative;
    cursor: pointer;
    border-radius: 1.6rem;
}

.switch__1 label::after, .switch__2 label::after, .switch__3 label::after, .switch__4 label::after, .switch__5 label::after, .switch__6 label::after, .switch__7 label::after {
    content: "";
    position: absolute;
    left: .4rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: #ffffff;
    transition: all .4s ease;
}

.switch__1 label::before, .switch__2 label::before, .switch__3 label::before, .switch__4 label::before, .switch__5 label::before, .switch__6 label::before, .switch__7 label::before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: #1a2844;
    opacity: 0;
    transition: all .4s ease;
}

.switch input:checked ~ label::before {
    opacity: 1;
}

.switch input:checked ~ label::after {
    left: 55%;
}
