/* Global Styles */
html {
    font-size: var(--base-font-size);
}

body {
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body.dashboard {
    background-color: var(--light-green-color);
}

/* Header Styles */
#header {
    background-color: white;
    height: var(--header-height);
    border-bottom: 2px solid #000000;
    font-weight: 400;
    font-style: normal;
    font-size: 1.25rem;
}

.header__container {
    width: 100%;
}

.header__menu {
    list-style: none;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.header__menu-item {
    margin-left: var(--menu-item-spacing);
}

.header__menu-item a {
    color: var(--text-color);
    text-decoration: none;
}

.header__menu-item .dl-app {
    border-radius: 12px;
    color: white;
    background-color: var(--dark-green-color);
    gap: 10px;
    padding: 0.5rem 1.5rem;
}

.header__burger {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    color: black;
}

/* CONTENT */
/* Hero bloc styles */
#hero-bloc,
#iscoming,
#cgu {
    margin-top: 50px;
    padding-top: 50px;
    position: relative;
}

#hero-bloc .biscuit-rose {
    position: absolute;
    right: 15%;
    top: -30px;
}

#hero-bloc h1 {
    font-size: 2rem;
    text-transform: uppercase;
    width: 400px;
}

#hero-bloc .free {
    width: 10rem;
}

.l-biscuit {
    width: auto;
}

.biscuit {
    width: 75%;
}

#hero-bloc p,
#iscoming p {
    width: 45%;
}

.about #hero-bloc p {
    margin-top: 50px;
}

.bigcat {
    text-transform: uppercase;
    font-size: 2rem;
    margin: 2rem;
    background-color: white;
    border-radius: 2rem;
    padding: 0.5rem 1rem;
    box-shadow: 4px 4px 0rem 0rem rgba(0, 0, 0, 1);
    border: 1px solid black;
    margin-right: -1.5rem;
}


/* More styles */
#more {
    gap: 1rem;
}

#more #bloc-1,
#more #bloc-2 {
    height: 280px;
}

#more #bloc-1 h2,
#more #bloc-2 h2 {
    margin: 0 auto;
    font-family: 'Brice';
    margin-bottom: 1.5rem;

}

/* app-for-all styles */
#app-for-all {
    padding: 50px 0;

}

#app-for-all .free {
    position: absolute;
    left: 2rem;
    top: -1.5rem;
}

#app-for-all .logo-b {
    width: 80px;
}

#app-for-all h2 {
    margin: 2rem auto;
    width: 70%;
}

#app-for-all .col {
    gap: 1rem;
    width: 90%;
}

#app-for-all .col .col-1 {
    height: 400px;
    border-radius: 2rem;
    padding: 0.5rem 1rem;
    position: relative;
}

#app-for-all .col h3 {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 0;
}

#app-for-all .col p {
    font-size: 0.9rem;
    text-transform: uppercase;
}

#app-for-all .col .info::before,
#app-for-all .col .info::after {
    content: '•';
    width: 20px;
}

#app-for-all .col .info p {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

#app-for-all .col .info p:first-child {
    margin-top: 0;
}

#app-for-all .col .info p:last-child {
    margin-bottom: 0;
}

/* mode styles */
#mode {
    gap: 1rem;
}

#mode .col-1 {
    border-radius: 2rem;
    height: 400px;
}

#mode .soon {
    transform: translateY(-10px);
}

#mode .col-1 p:first-child {
    font-size: 2rem;
    font-weight: bold;
    font-family: var(--font-title);
    margin: 0;
}

#mode .title h2 {
    font-family: 'Brice';
    text-transform: uppercase;
    font-size: 4rem;
    line-height: 4rem;
    margin: 0;
    width: 440px;
    background-color: var(--beige-color);
    border-radius: 2rem;
    padding: 0.7rem 0 1.3rem;
}

#mode p {
    font-weight: bold;
}

#mode .col-1:last-child h2 {
    font-family: 'Brice';
    text-transform: uppercase;
    font-size: 3rem;
    line-height: 3rem;
    width: 300px;
    padding: 0.7rem 0 1.3rem;
    border-radius: 1.2rem;
    background-color: var(--orange-color);
}

#mode .col-1 .btn {
    width: 60%;
}

/* preparation styles */


#preparation h2 {
    width: 250px;
    text-transform: uppercase;
    transform: translateY(-20px);
}

#preparation p a {
    color: #000;
}

/* free styles */
#free {
    padding-left: 30px;
    padding-right: 30px;
}

#free span {
    font-size: 10vw;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: white;
    text-shadow: 7px 7px rgba(0, 0, 0, 1);
    font-family: 'BriceBSemiCondensed';
    -webkit-text-stroke: 4px #000;
}

#free .free {
    margin-bottom: 20px;
}

#free p {
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
}

#free img.lb {
    width: 58px;
    height: 58px;
}

#free .perso img {
    width: 180px;
    transform: translateY(50px);
}

#free .phone img {
    width: 280px;
}

/* question styles */
#question {
    margin-top: 4rem;
    padding: 50px 0;

}

#question form {
    margin-top: 75px;
    width: 75%;
    flex-wrap: wrap;
    padding-right: calc(10px / 2);
    padding-left: calc(10px / 2);
}

#question .field_type {
    width: 50%;

    padding-right: calc(10px / 2);
    padding-left: calc(10px / 2);

}

input {
    font-size: 1.25rem;
    width: 100%;
    height: 45px;
    flex-wrap: nowrap;
    border: none;
    border-bottom: 1px solid #000;
    background-color: transparent;
}

#question textarea {
    width: 200%;
    border: none;
    border-bottom: 1px solid #000;
    background-color: transparent;
    font-size: 1.25rem;
    padding-top: 60px;
}

#question input[type=submit] {
    padding: 1rem 0 0.7rem;
    border: 1px solid black;
    border-radius: 1.2rem;
    background-color: white;
    width: 100%;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 100px;
}

textarea:focus,
input:focus {
    outline: none;
}

::placeholder {
    color: gray;
    opacity: 1;
    /* Firefox */
}

input[type="date"]::-webkit-datetime-edit-text,
input[type="date"]::-webkit-datetime-edit-month-field,
input[type="date"]::-webkit-datetime-edit-day-field,
input[type="date"]::-webkit-datetime-edit-year-field {
    color: gray;
}

input[type="datetime-local"]::-webkit-datetime-edit-text,
input[type="datetime-local"]::-webkit-datetime-edit-month-field,
input[type="datetime-local"]::-webkit-datetime-edit-day-field,
input[type="datetime-local"]::-webkit-datetime-edit-year-field {
    color: gray;
}

/* footer styles */
#rs {
    gap: 2rem;
    margin: 75px 0 25px;
}

#rs .icon {
    width: 47px;
}

#infos_legal {
    gap: 5rem;
    margin-bottom: 75px;
}

#infos_legal a {
    color: black;
    text-decoration: none;
}

#infos_legal p {
    font-size: 1rem;
}


/* artiste styles */
#artiste {
    padding: 5rem 0;
}

#artiste .btn-create-account {
    padding: 1rem 2rem 0.7rem;
    border: 1px solid black;
    border-radius: 1.2rem;
    background-color: white;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: bold;
    margin: 30px 0;
}

#artiste .bloc-info {
    padding: 2rem 0;
    width: 520px;
}

#artiste h3 {
    border-bottom: 1px solid #000;
    width: 100%;
    text-align: center;
    padding-bottom: 1rem;
}

#artiste ul {
    padding-top: 2rem;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}

#artiste ul li:not(:last-child) {
    padding-bottom: 1rem;
}


/* subcribe styles */
#subcribe {
    padding: 3.5rem 0;
}

#subcribe p {
    width: 50%;
}

#subcribe p#text-dispo {
    width: 100%;
}

#subcribe #filed-sub {
    border-bottom: 1px solid #707070;
    padding-bottom: 50px;
    margin-bottom: 35px;
    width: 50%;
}

#subcribe #filed-sub form {
    background-color: white;
    border-radius: 8px;
    border: 1px solid #707070;
    padding: 0.5rem;
    display: flex;
    justify-content: space-between;
}

#subcribe #filed-sub form input,
#subcribe #filed-sub form button {
    border: none;
}

#subcribe #filed-sub form input {
    color: #C3C3C3;
    font-size: 1.2rem;
    padding-top: 1px;
}

#filed-sub form button {
    background-color: #EAEAEA;
    color: #676767;
    padding: 5px 25px;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 8px;
}

/* exp-user styles */
#exp-user h2 {
    text-transform: uppercase;
}

#exp-user .img-beta-test {
    width: 60%;
}

#exp-user .col-1 {
    padding-top: 5rem;
}

#exp-user .col-1 .bloc-text {
    width: 80%;
}

#exp-user h2 {
    font-size: 1.2rem;
    text-transform: uppercase;
}

#exp-user h3 {
    font-size: 1.2rem;
    text-transform: uppercase;
}

/* styles login */
.connected {
    /*overflow: hidden;*/
    background-color: var(--light-green-color);
}

/* styles login */
.showcase {
    /*overflow: hidden;*/
    background-color: #FFF;
}

#form-login {
    height: calc(100vh - var(--header-height));
}

#form-login #bloc-1 {
    background: url('../images/qui-voila.png') center center no-repeat;
    height: 15vw;
    background-size: contain;
}

#form-login #bloc-2 h1 {
    font-size: 2.5rem;
}

#form-login #bloc-2 input[type=submit]:hover {
    cursor: pointer;
}

#form-login #bloc-2 #form {
    width: 50%;
    margin: 0 auto;
    border-radius: 20px;
}

#form-login #bloc-2 #form form {
    width: 100%;
    padding: 35px;
}

.where {
    width: 100%;
    align-items: center;
}

.where span {
    padding-left: 15px;
    padding-right: 15px;
}

.where span:first-child,
.where span:last-child {
    width: calc(50% - 60px);
    border-bottom: 1px solid #000000;
    padding: 0;
}

#bt-create-account {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 15px 25px;
    width: calc(100% - 60px);
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
}

/* Menu styles */
#infos {
    gap: 20px;
}

.avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.avatar-add {
    max-width: 5rem;
    max-height: 5rem;
    margin-top: -1rem !important;
    margin-bottom: 0.5rem !important;
    width: 25rem;
    height: 15rem;
    margin: 0;
    padding: 0;
    object-fit: cover;
}

.name {
    font-size: 1.3rem;
}

.name a {
    color: #5C5C5C;
    text-decoration: none;
}

.img-pub-zone {
    width: 40px;
}

#cplt #type {
    font-size: 1rem;
    padding: 5px 15px;
    text-transform: capitalize;
    background-color: white;
    border-radius: 50px;
    display: inline-block;
}

#welcome {
    border-radius: 20px;
    padding: 40px 0 60px
}

#welcome h1 {
    font-size: 3rem;
    text-transform: uppercase;
}

#welcome #gest-list {
    width: 100%;
    gap: 50px;
    padding: 35px 200px;
}

#welcome .btn-gestion {
    width: 16rem;
    font-family: var(--font-title);
    color: #000;
    text-align: center;
    padding: 45px 0 35px;
    text-decoration: none;
}

#welcome .btn-gestion.active,
#welcome .btn-gestion:hover {
    background-color: var(--orange-color);
    cursor: pointer;
}


#welcome .btn-gestion a,
#welcome .btn-quit a {
    color: #000;
    font-size: 1.5rem;
    text-decoration: none;
    text-transform: uppercase;

}

#welcome .btn-quit:hover {
    background-color: rgba(254, 130, 37, 0.7);
    cursor: pointer;
}

#welcome .btn-quit {
    background-color: var(--dark-orange-color);
    border-radius: 50px;
    padding: 12px 0 10px;
    width: 400px;
    margin-top: 100px;
    text-align: center;
}

#actions {
    margin: auto;
    gap: 20px;
    transform: translateX(-3vw);
}

.btn-add {
    padding: 25px 25px 10px;
    background-color: white;
    text-transform: uppercase;
    border-radius: 35px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    font-size: 1.3rem;
    margin-right: -20rem;
    margin-left: 5rem;
    margin-bottom: 1.5rem;
    cursor: pointer;
}


.btn-add.page-selected,
.btn-add:hover {
    background-color: var(--dark-orange-color);
}

.btn-add img {
    height: 2rem;
}

.btn-add a {
    color: #000;
    text-decoration: none;
}

.btn-add:visited {
    color: #000;
    text-decoration: none;
}

.btn-dashboard {
    padding: 12px 25px 10px;
    background-color: white;
    text-transform: uppercase;
    border-radius: 35px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    font-size: 1.3rem;
    color: #000;
}

.btn-dashboard.page-selected,
.btn-dashboard:hover {
    background-color: var(--dark-orange-color);
    color: #000;
}

.btn-dashboard a {
    color: #000;
    text-decoration: none;
}

.btn-dashboard:visited {
    color: #000;
    text-decoration: none;
}

/* styles liste dashboard */
#list-events {
    margin-bottom: 50px;
}

#list-events h1,
#list-cat h1,
#create_pub h1,
#my-event h1,
#create_brand h1 {
    text-align: center;
    text-transform: uppercase;
    margin: 100px 0 20px;
}

#list-events .avatar-event {
    height: 100px;
    width: 100%;
    object-fit: cover;
}

.table .cell.name {
    font-family: var(--font-title);
}

#list-cat input[type=text] {
    padding: 12px 0px 10px;
    background-color: white;
    text-transform: uppercase;
    border-radius: 35px;
    text-align: center;
    display: inline-block;
    width: auto;
    border: 3px solid black;
    cursor: pointer;
}

#list-cat input:hover,
#list-cat input.label-toggled {
    background-color: var(--dark-orange-color);
}

.cat-block {
    margin-top: 100px;
}

#list-cat .subcat-block {
    margin-top: 50px;
}

#list-cat .subcat-block .flex {
    gap: 15px;
}

#validated {
    margin-top: 100px;
    margin-bottom: 50px;
    gap: 15px;
}

#validated input {
    cursor: pointer;
    border: none !important;
    height: auto;
    border: none;
    text-indent: 0 !important;
}


#create_pub section .col-1,
#create_brand section .col-1,
#my-event section .col-1,
#new-date section .col-1,
#edit-place section .col-1 {
    padding: 25px;
    border-radius: 9px;
}

#create_pub p,
#create_brand p {
    font-size: 1rem;
}

.new-pub-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 5px;
}

#create_pub input[type=text],
#create_brand input[type=text],
#new-date input[type=text],
#new-date input[type=url],
#new-date select,
#new-brand select,
#new-date input[type=number] {
    border: 1px solid #707070;
    border-radius: 8px;
    text-indent: 15px;
}

#new-date .select-box {
    width: 50%;
}

#new-date select,
#new-brand select {
    height: 46px;
    width: 100%;
}

#infos {
    margin-top: 25px;
    margin-bottom: 15px;
}

#new-pub section#infos input {
    padding: 0;
}

#create_pub input.input-date,
#create_brand input.input-date,
#new-date input.input-date {
    border-radius: 8px 0 0 8px;
    border: 1px solid #707070;
    padding: 5px;
}

#create_pub input.input-time,
#create_brand input.input-time,
#new-date input.input-time {
    border-radius: 0 8px 8px 0;
    border: 1px solid #707070;
    border-left: 0;
    padding: 5px;
}

#edit-place #name .col-1,
#img-place>div {
    padding: 25px;
}

#img-place label {
    position: relative;
}

.img-upload {
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid black;
    border-radius: 1.75rem;
    background-color: #FFF;
    position: absolute;
    top: calc(75px - 1.25rem);
    right: calc(75px - 1.25rem);
}

#edit-place #name .col-1:first-child p {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

#edit-place input {
    border-radius: 0;
    border-bottom: 1px solid #707070;
}

.form-checkbox {
    width: 20px;
    height: 20px;
}

#date-diff {
    margin-bottom: 15px;
}

#diff img {
    width: 45px;
}

input[type="checkbox"] {
    width: 20px;
}

.dash-content {
    margin-top: 80px;
}

.price span {
    border-radius: 50px;
    padding: 11px 25px;
    border: 1px solid #000;
    width: 110px;
    text-align: center;
}

#choose-event .col-1 {
    padding-left: 0 !important;
}

#choose-event img#loupe {
    height: 45px;
    width: 50px;
}

#choose-event img#img-preview {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

img.adv-img-preview {
    height: 50px;
    border-radius: 8px;
    width: 200px;
    object-fit: cover;
}

img.adv-img-preview-detail {
    height: 100px;
    border-radius: 8px;
    width: 70%;
    object-fit: cover;
}

img.adv-img-preview-logo {
    height: 80px;
    border-radius: 8px;
    width: 80px;
    object-fit: cover;
}

.status {
    background-color: white;
    padding: 7px 15px;
    border: 1px solid #707070;
    border-radius: 50px;
    font-size: 0.8rem;
}

.status.pending_approval {
    background-color: var(--orange-color);
}

.status.ready {
    background-color: var(--dark-green-color);
}

img.event-img-preview {
    height: 200px;
    border-radius: 8px;
    width: 400px;
    object-fit: cover;
}

img.img-preview-active-min {
    height: 150px;
    border-radius: 8px;
    width: 100%;
    object-fit: cover;
}

.btn-quare.shad-box2 {
    background-color: white;
    padding: 10px 35px;
    border-radius: 0;
    color: #000;
    text-decoration: none;
}

.budget {
    background-color: var(--dark-orange-color);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 8px;
}

.double-bloc .col-1 {
    padding-top: 0 !important;
}

.double-bloc .col-1:first-child {
    border-right: 1px solid #000;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-radius: 0 !important;

}

.image-avatar-edit {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

#img-place .img-preview-active {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

/* COOKIES */
.btn-cookie-ok {
    padding: 7px 15px;
    border-radius: 50px;
    margin-right: 25px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
}

.btn-cookie-cancel {
    padding: 6px 15px;
    border: 1px solid #000;
    border-radius: 50px;
    margin-right: 25px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
}

/*CGU*/
#cgu {
    padding-top: 100px;
    padding-bottom: 100px;
}

#cgu .container {
    width: 70%;
}

#cgu #logo-biscuit {
    margin-bottom: 100px;
}

/* CONFIDENTIALITE*/
#confidentiality h3 {
    margin-top: 2rem;
}

.message-holder {
    padding: 0.6rem;
    color: Gray;
}