/*----------DESIGN PAGE----------*/
@import url('https://fonts.googleapis.com/css2?family=Amaranth&display=swap');

body {
    background: linear-gradient(45deg, #FC466B, #3F5EFB) fixed;
    font-family: 'Amaranth', sans-serif;
    padding: 0px;
    margin: 0px;
    margin-top: 0px;
}

hr {
    width: 100%;
    color: white;

}

a {
    text-decoration: none;
}

/*----------COMMUN----------*/
.container {
    display: flex;
    width: 99%;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.main {
    display: flex;
    flex: 1;
    width: 100%;
    flex-wrap: nowrap;
}

.flex {
    display: flex;
}

.flex-direction-column {
    flex-direction: column;
}

.flex-direction-verticale {
    flex-direction: row;
}

.flex-align-items-center {
    align-items: center;
}

.parentCenter {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 78vh;
    width: 100%;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-right: 5px;
}

.box {
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, .3);
    box-sizing: border-box;
    padding: 15px;
    border-radius: 20px;
    border-left: 1px solid rgba(255, 255, 255, .3);
    border-top: 1px solid rgba(255, 255, 255, .3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    box-shadow: 20px 20px 40px -6px rgba(0, 0, 0, .2);
    align-items: center;
    color: white;
}

.btn {
    margin: 10px;
    background: rgba(255, 255, 255, .3);
    border: none;
    border-left: 1px solid rgba(255, 255, 255, .3);
    border-top: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    -moz-backdrop-filter: blur(5px);
    padding: 1rem;
    box-shadow: 4px 4px 60px rgba(0, 0, 0, .2);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.divbtn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.divbtn img {
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.btnDelete {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    color: red;
}

h3 {
    color: white;
}

.radios_group label {
    cursor: pointer;
}

.Annuler {
    color: red !important;
}

.icon {
    width: 50px;
    height: 50px;
}

/*----------NAV BAR----------*/
.navbar {
    z-index: 99;
    background: rgba(255, 255, 255, .3);
    left: 0px;
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 99%;
    box-sizing: border-box;
    border-radius: 20px;
    border-left: 1px solid rgba(255, 255, 255, .3);
    border-top: 1px solid rgba(255, 255, 255, .3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    box-shadow: 20px 20px 40px -6px rgba(0, 0, 0, .2);
}

.navbar a {
    color: white;
    text-decoration: none;
}

.navbar .logo {
    font-size: 2em;
    font-weight: bold;
}

.navbar img {
    width: 100px;
    cursor: pointer;
}

.navbar .nav-links {
    margin-right: 30px;
}

.navbar .nav-links ul {
    display: flex;
    list-style: none;
}

.navbar .nav-links ul li {
    margin: 10px;
    background: rgba(255, 255, 255, .3);
    border: none;
    border-left: 1px solid rgba(255, 255, 255, .3);
    border-top: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    -moz-backdrop-filter: blur(5px);
    padding: 1rem;
    box-shadow: 4px 4px 60px rgba(0, 0, 0, .2);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.navbar .nav-links ul li a.active {
    color: #FC466B;
    font-weight: 600;
}

.navbar .menu-hamburger {
    position: absolute;
    top: 35px;
    right: 50px;
    width: 35px;
    display: none;
}

/*----------NAV BAR OPTION ----------*/
.navbar-option {
    position: fixed;
    z-index: 99;
    background: rgba(255, 255, 255, .3);
    left: 0px;
    top: 0;
    margin: 10px;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    border-radius: 20px;
    border-left: 1px solid rgba(255, 255, 255, .3);
    border-top: 1px solid rgba(255, 255, 255, .3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    box-shadow: 20px 20px 40px -6px rgba(0, 0, 0, .2);
    transform: translate(0, calc(50vh - 25%))
}

.navbar-option img {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.navbar-option ul {
    padding-left: 0px;
    display: flex;
    list-style: none;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

/*----------INDEX----------*/
/*----------PRESENTATION----------*/

.presentation {
    text-align: center;
    color: white;
    font-size: 25px;
    margin-bottom: 100px;
    margin-left: 10px;
}

/*----------BOX INFO----------*/
.container-info {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-left: 15px;
    flex-wrap: wrap;
    align-content: center;
}

.box-info {
    width: 20%;
    margin-bottom: 100px;
    margin-right: 95px;
}

.box-info h2 {
    text-align: center;
    align-items: center;
    margin-bottom: 0px;
    padding-bottom: 0.83em;
    border-bottom: 1px solid white;
    width: 100%;
}

.separation {
    border-top: 1px solid white;
    margin: 5px;
}

/*-----------CONNEXION-----------*/
/*----------DESIGN FORM----------*/
.connection {
    font-family: arial, sans-serif;
    display: flex;
    justify-content: center;
    width: 99%;
    height: 100%;
    align-items: center;
}

.connection form {
    margin-top: 50px;
    background: rgba(255, 255, 255, .3);
    padding: 1.5rem;
    padding-right: 3rem;
    padding-left: 3rem;
    height: max-content;
    border-radius: 20px;
    border-left: 1px solid rgba(255, 255, 255, .3);
    border-top: 1px solid rgba(255, 255, 255, .3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    box-shadow: 20px 20px 40px -6px rgba(0, 0, 0, .2);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/*----------DESIGN TEXT----------*/
.connection p {
    color: white;
    font-weight: 500;
    opacity: .7;
    font-size: 1.4rem;
    margin-bottom: 25px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
    margin-top: 0px;
}

.connection p:hover {
    cursor: default;
}

.connection a {
    text-decoration: none;
    color: #ddd;
    font-size: 12px;

}

.connection a:hover {
    text-shadow: 2px 2px 6px #00000040;
}

.connection a:active {
    text-shadow: none;
}

/*----------DESIGN INSCRIPTION----------*/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea {
    background: rgba(255, 255, 255, .3);
    border: none;
    border-left: 1px solid rgba(255, 255, 255, .3);
    border-top: 1px solid rgba(255, 255, 255, .3);
    padding: 1rem;
    width: 200px;
    border-radius: 50px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    -moz-backdrop-filter: blur(5px);
    box-shadow: 4px 4px 60px rgba(0, 0, 0, .2);
    color: white;
    font-weight: 500;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
    transition: all .3s;
    margin-bottom: 20px;
    margin-top: 10px;
}

input[type="radio"] {
    cursor: pointer;
}

textarea {
    border-radius: 5px;
}

select {
    background: transparent;
    border: none;
    border-left: 1px solid rgba(255, 255, 255, .3);
    border-top: 1px solid rgba(255, 255, 255, .3);
    padding: 1rem;
    border-radius: 50px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    -moz-backdrop-filter: blur(5px);
    box-shadow: 4px 4px 60px rgba(0, 0, 0, .2);
    color: black;
    font-weight: 500;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
    transition: all .3s;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center;
}


/*----------DESIGN INTERACTION----------*/
.connection .register:hover,
.register[type="email"]:focus,
.register[type="password"]:focus,
.connection button:hover {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 4px 4px 60px 8px rgba(0, 0, 0, 0.2);
}

.connection button {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 150px;
    font-size: 1rem;
    cursor: pointer;
}

.connection ::placeholder {
    color: #fff;
}


/*----------OMBRE----------*/
.connection .drop {
    background: rgba(255, 255, 255, .3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
    border-left: 1px solid rgba(255, 255, 255, .3);
    border-top: 1px solid rgba(255, 255, 255, .3);
    box-shadow: 10px 10px 60px -8px rgba(0, 0, 0, 0.2);
    position: absolute;
    transition: all 0.2s ease;
}

/*----------BAR MDP----------*/
.progress-bar {
    position: relative;
    width: 200px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-left: 1px solid rgba(255, 255, 255, .3);
    border-top: 1px solid rgba(255, 255, 255, .3);
    border-radius: 1.5em;
    color: white;
    margin-left: 15px;
    margin-bottom: 20px;
}

.progress-bar::before {
    content: attr(data-label);
    top: 1.5px;
    left: 1.5px;
    display: flex;
    align-items: center;
    position: absolute;
    width: calc(var(--width, 0) * 1%);
    min-width: 2rem;
    max-width: calc(100% - 1em);
    background-color: var(--background-color, red);
    border-radius: 1em;
    padding: 3px;
}

/*----------ERROR----------*/
.error {
    font-size: 1rem;
    color: red;
    font-weight: 500;
    opacity: .7;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
    margin-bottom: 20px;
}

/*----------SUCESS----------*/
.sucess {
    font-size: 1rem;
    color: #06ff00;
    font-weight: 500;
    opacity: .7;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
}

/*----------DETAILS----------*/
.details {
    width: 99%;
    margin-left: 15px;
    margin-top: 50px;
    height: max-content;
    text-align: center;
}

label {
    margin: 10px;
}

.modif_info {
    padding: 3rem;
    height: max-content;
    text-align: center;
    margin-left: 50px;
}

/*----------FORMULAIRE----------*/
.form_style {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.form_style input {
    margin-top: -10px;
}

.form_style input[type="submit"] {
    margin-top: 10px;
}

/*----------FORMULAIRE----------*/
.commande .separation {
    width: 100%;
    border-top: white solid 2px;
    text-align: center;
    margin-top: 50px;
    padding-top: 10px;
}

.commande p {
    margin-top: -10px;
    color: #D6D6D6;
}

.commande h1 {
    margin-top: 50px;
}

.allcmd {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.cmd {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    border: solid 1px white;
    padding: 5px;
    border-radius: 5px;
}

.cmd textarea {
    margin-top: -10px;
}

.commande .error {
    color: red;
}

/*----------Profil/dashboard----------*/
.allCommand {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    padding: 5px;
}

.command {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 50vw;
    flex-wrap: nowrap;
    align-items: center;
    background: rgba(255, 255, 255, .3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
    border-left: 1px solid rgba(255, 255, 255, .3);
    border-top: 1px solid rgba(255, 255, 255, .3);
    box-shadow: 10px 10px 60px -8px rgba(0, 0, 0, 0.2);
    padding: 35px;
    margin: 20px;
}

.infoCmd {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.infoCmd h3 {
    color: white;
    margin: 0px;
}

.infoCmd h4,
.infoCmd p {
    color: gray;
    margin: 0px;
    margin-left: 5px
}

.noCommand {
    width: 50vw;
    background: rgba(255, 255, 255, .3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
    border-left: 1px solid rgba(255, 255, 255, .3);
    border-top: 1px solid rgba(255, 255, 255, .3);
    box-shadow: 10px 10px 60px -8px rgba(0, 0, 0, 0.2);
    padding: 35px;
    margin: 20px;
}

.noCommand h2 {
    color: white;
    text-align: center;
}

.divbtn form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

/*----------OFFRES----------*/

.newOffre {
    display: flex;
}

.box-offre {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 45vw;
    align-items: center;
}

.group-limitCaractere {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.caractDescriptionCourt {
    margin-top: -20px;
    margin-bottom: 10px;
}

/*---POPUP---*/

.popup {
    position: fixed;
    z-index: 999;
    top: 5px;
    left: 50%;
    display: flex;
    align-items: center;
    width: 400px;
    height: 100px;
    transform: translateX(-50%);
    overflow: hidden;
    background-color: green;
    border-radius: 10px;
}

.popupDenied {
    background-color: rgb(128, 0, 0);
}

.popup svg {
    margin-left: 35px;
}

.popup p {
    font-family: "Source Sans Pro";
    font-weight: 600;
    font-size: 24px;
    color: white;
    margin-left: 15px;
}

.popup .ombrage {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 400px;
    height: 7px;
    background-color: rgba(255, 255, 255, 0.2);
}

/*----BTNDELTE----*/
.deletebtn .cancelDelete {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.deletebtn p {
    color: red;
    text-align: center;
}

/*----PARAMETRE----*/
.parametre {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}


/*----COMPTES----*/

.compte {
    flex-direction: row;
    margin-bottom: 10px;
    width: 50vw;
    justify-content: space-between;
}

.titleCompte {
    margin-bottom: 10px;
}

.compte .deletebtn {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: red;
}

.compte .cancelDelete {
    display: flex;
}

.addAccount {
    display: flex;
    flex-direction: column;
}

/*----COOKIE----*/
.bandeauCookie {
    position: fixed;
    bottom: 10px;
    z-index: 100;
    width: 97vw;
    left: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.bandeauCookie .btnsCookie {
    display: flex;
}

.bandeauCookie .btnsCookie form input[type="submit"],
.bandeauCookie .btnsCookie button {
    color: black;
}

#boxOptionCookie {
    position: absolute;
    top: 35%;
    display: none;
}

#boxOptionCookie form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*----FOOTER----*/
.footer {
    flex-direction: row;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    margin: 10px;
    width: inherit;
}