@import url('https://fonts.googleapis.com/css2?family=WindSong:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Parisienne&display=swap');

@font-face {
    font-family: futurist;
    src: url('../fonts/futurist/FUTRFW.TTF');
}

@font-face {
    font-family: garet;
    src: url("../fonts/garet/Garet-Book.ttf");
}

@font-face {
    font-family: brittany;
    src: url("../fonts/BrittanySignature.ttf");
}

:root {
    --color-primary: #ff7b02;
    /* GREEN THEME */
    --color-primary-variant: #e5a55d;
    --color-bg-1: #ffffff;
    --color-bg-2: #001e2d;
    --color-bg-3: #ffffff;
    --color-bg-4: #003347;
    --color-light: #85a2b2;
    --color-p: #4c5052;
    --color-dark: #0d0d0d;
    --color-white: hsl(0, 0%, 90%);

    /* PURPLE THEME */
    /* --color-primary: #ff7b02;
    --color-primary-variant: #e5a55d;
    --color-bg-1: #140021;
    --color-bg-2: #1e0032;
    --color-bg-3: #25003e;
    --color-bg-4: #36005a;
    --color-light: #d0b8e0;
    --color-white: hsl(0, 0%, 90%); */

    --container-width-lg: 88%;
    --container-width-md: 92%;

    --transition: all 1s ease-in-out;

}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Bebas Neue', cursive;
    background: var(--color-bg-3);
    line-height: 2;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    overflow-x: hidden;
}

h1,
h2 {
    line-height: 1.1;
    font-weight: 200;
    /* font-family: garet; */
    font-family: 'Bebas Neue', cursive;
}

h1 {
    margin-left: 4rem;
    font-size: 2.6rem;
    color: var(--color-dark);

}

p {
    font-family: garet;
}


h2 {
    font-size: 1rem;
}

a {
    color: var(--color-dark);
    transition: all .8s ease-in-out;
    z-index: 9;
}

.sidebar a:hover {
    background: #87878713;

}

a.active {
    background: #cbcbcb30;

}

.container {
    width: var(--container-width-lg);
    margin: 0 auto;
}

.log {
    margin: 25px 0;
}

img {
    display: block;
    object-fit: cover;
    width: 100%;
}

.sidebar {
    width: 170px;
    height: 100vh;
    position: fixed;
    top: 0;
    overflow-y: auto;
    transition: .6s ease;
    transition-property: left;
    left: 10px;
    z-index: 2;
    text-align: center;
}

.menu {
    width: 100%;
    margin-top: 20px;
}

.menu .item {
    position: relative;
    cursor: pointer;
}

.menu .item a,
.itm,
i {
    /* font-size: 1rem; */
    text-decoration: none;
    display: block;
    line-height: 60px;
    transition: .5s ease;
    text-align: center;
    justify-content: space-around;
}



.sidebar .nav__socials {
    font-size: 2rem;
}

.sidebar i:hover {
    /* font-size: 2rem; */
    margin-top: -.5rem;
}

.sidebar a:hover {
    font-size: 2rem;
    /* background: #000000; */
    /* color: whitesmoke; */
}


.item .fas {
    margin-right: 15px;
    position: absolute;
    left: -20px;
    top: 22px;
}

.item .active {
    left: 2rem;
}



.menu-btn {
    position: absolute;
    color: #08605F;
    font-size: 20px;
    cursor: pointer;
    margin: 0px 0 0 50px;
    transition: .5s ease;
    display: none;
}

.menu-btn:hover {
    color: #07ED99;
    font-size: 35px;
}

.close-btn {
    position: absolute;
    color: #A0A0A0;
    font-size: 23px;
    right: 0px;
    margin: 15px;
    cursor: pointer;
    transition: .5s ease;
    display: none;
}

.close-btn:hover {
    color: #07ED99;
    font-size: 35px;
}

.sidebar.active {
    left: 0;
}

.sidebar::-webkit-scrollbar {
    width: 0px;
}

.item .submenu a {
    margin-left: 80px;
    font-size: 13px;
}

.item .submenu a:hover {
    margin-left: 0;
    cursor: pointer;
}

.rotate {
    transform: rotate(90deg);
}



/********************* NEW PART *********************/
/********************* HEADER *********************/

header {
    width: 90%;
    /* height: 90vh; */
    /* top: 10px; */
    left: 120px;
    /* overflow: hidden; */
    margin-left: 138px;
}

.header__container {
    display: grid;
    grid-template-columns: 100%;
    gap: 4%;
    margin-top: 3rem;
    position: relative;
}

.header__img-sm {
    /* width: 80%; */
    display: block;
    margin: auto;
    /* filter: saturate(0); */
    /* transition: var(--transition); */
}

.header__head {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

.header__tag {
    margin-top: -7rem;
    color: var(--color-dark);
}

.header__right p {
    line-height: 2.5;
    margin-top: 5rem;
    width: 85%;
    margin-left: 4rem;
}

.header__right p a:hover {
    color: rgb(172, 116, 31);
    font-size: 18px;
}

.header__btn-md {
    display: none;
}

.header__left h2 {
    position: absolute;
    text-align: center;
}

.header__left .txt-center {
    font-size: 16rem;
    margin-top: -35rem;
    width: 100%;
    color: rgba(255, 255, 255, 0.812);
}

.header__left .txt-right {
    right: 0;
    bottom: -40px;

}

.header__left .txt-left {
    bottom: -40px;
    left: 0;
}

.header__left .trait-right {
    right: 0;
    bottom: -80px;

}

.header__left .trait-left {
    bottom: -80px;
    left: 0;
}

.header__left .txt-upleft {
    top: -30px;
}

.header__left .txt-upright {
    right: 0;
    top: -30px;
}



/* general style for contact buttons */
.contact__btn {
    color: var(--color-bg-1);
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: var(--transition);
}

.header__btn {
    background: linear-gradient(-30deg, var(--color-primary-variant), var(--color-primary), var(--color-primary-variant));
    position: absolute;
    right: 6%;
    bottom: -5rem;
}

.header__btn:hover {
    box-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.3);
    transform: translateY(-1rem);
    color: var(--color-bg-1);
}

.contact__btn i {
    font-size: 3.5rem;
    position: absolute;
}

@keyframes spinText {
    to {
        transform: rotate(360deg);
    }

}



/* ABOUT SECTION */

#about {
    margin-top: 10rem;
    margin-left: 6rem;
}

#partenaires {
    margin-top: 9rem;
    /* margin-left: 120px; */
}

#partenaires .about__right,
#about2 .about__right {
    margin-left: 10rem;
}


.about__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
}


.about__btn {
    color: var(--color-primary-variant);
    align-self: end;
    margin-left: 300px;
    margin-bottom: 90px;
}

.about__btn:hover {
    transform: translateY(-1rem);
    color: var(--color-primary);
}

/* .about__img {
    position: absolute;
}

.about__img-sm {
    position: absolute;
    width: 30rem;
    overflow: hidden;
} */

.about__right {
    margin-left: 5rem;
}

.about__right .lucas {
    position: absolute;
    /* transform: rotate(90deg); */
    right: -55px;
    top: 540px;
    font-size: 25px;
    transition: all .4s ease-in-out;
    /* background: #cbcbcb; */
    background: #cbcbcb30;
}

.about__right .lucas:hover {
    position: absolute;
    right: -55px;
    top: 540px;

    transform: scale(1.2);
    background: #909090ac;
    /* background: #707070; */
}

.about__left p {
    font-size: 14px;
    top: 3rem;
    position: relative;
    /* display: none; */
}

.about__left {
    text-align: center;
}

.about__left h1 {
    font-size: 5rem;
    /* font-family: 'Parisienne', cursive; */
    font-family: 'Bebas Neue';
    letter-spacing: 13px;
    line-height: 8rem;

}

.about__left h2 {
    left: 2rem;
    top: -50px;
    position: absolute;
}




.h3 {
    top: 150px;
    position: relative;
}


.about__left h3 {
    display: inline-block;
    transition: all .4s ease-in-out;
    /* padding: 90px 0; */
    letter-spacing: 2px;
    font-weight: 100;
    background: #cbcbcb30;
}

.about__left h3:hover {
    transform: scale(1.1);
    /* background: #cbcbcb30; */
    background: #cbcbcb83;
}

.about__left .lien {
    /* margin-top: 50px; */
    position: absolute;
    top: 100px;
    left: 34%;
    transition: all .4s ease-in-out;
    /* background: #cbcbcb44; */
    /* transform: scale(1.2); */
    /* display: none; */
}

.about__left .lien:hover {
    font-weight: bolder;
    position: absolute;
    transform: scale(1.2);
    background: #53535344;
    /* display: none; */
}


.about__container .traits {
    /* width: 100%;
    position: relative; */
    position: absolute;
    width: 1080px;
}

.trait-left-about {
    position: absolute;
    left: 125px;
    top: 50px;

}

.trait-right-about {
    top: 50px;
    right: 50px;
    position: absolute;
}

/* PORTFOLIO */
#portfolio {
    /* background: #000000; */
    margin-left: 11rem;
    margin-top: 8rem;
    padding: 10px 0;
}

#portfolio article {
    background: white;
}


#portfolio h2 {
    /* top: -50px; */
    position: relative;
    margin: 20px;
    /* color: whitesmoke; */
}

#portfolio img {
    margin: 15px 0px;
    /* padding: auto; */
    height: 100%;
    width: 200px;
    display: inline;
    width: 260px;
}

/* #portfolio img:hover {

    filter: saturate(1);
    position: relative;
    bottom: 10px;
} */

.traits {
    position: absolute;
    width: 90%;
}

.traits h2 {
    color: #000000;
}

#portfolio .trait-left-port {
    position: absolute;
    left: 0;
    top: 100px;
    color: #000000;

}

#portfolio .trait-right-port {
    position: absolute;
    right: 172px;
    top: 100px;
    color: #000000;
}

#portfolio legend {
    margin-bottom: 40px;
    margin-top: -16px;
    font-size: 25px;
    letter-spacing: 2px;
}

/* CONTACT */
#contact {
    margin-top: 14rem;
    margin-left: 12rem;
    text-align: center;
    align-items: center;
}

#contact h2 {
    bottom: 5rem;
    position: relative;
}

.contact__left img {
    /* width: 800px; */
    position: relative;
    width: 500px;
    height: 500px;
}

.contact__right {

    margin-right: 4rem;
    text-align: end;
    top: 100px;
    font-size: 26px;
}

.contact__right h1 {
    padding: 6px;
}

.contact__right .soon {
    font-family: brittany;
    font-size: 84px;
    margin-bottom: 2rem;
}

.contact__right p {
    /* bottom: -287px; */
    font-size: 17px;
    right: 0;
    position: relative;
    text-align: end;
}

/* FOOTER */

footer {
    /* margin-left: 240px; */
    margin-top: 4rem;
    /* position: relative; */
    top: -20px;
}

.footer__container {
    border-top: 0.1rem solid #000000;
}

.footer__head {
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: flex-end;
    align-items: baseline;

}

.footer__btn {
    width: 5rem;
    height: 5rem;
    border: 0.2rem solid var(--color-primary-variant);
    border-radius: 50%;
    font-size: 3rem;
    color: var(--color-primary-variant);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: var(--transition);
}

.footer__btn:hover {
    transform: translateY(-1rem);
    border-color: var(--color-primary);
}

.footer__links {
    margin: 3rem 0 5rem;
    display: flex;
    align-items: center;
    gap: 5rem;
    z-index: 1;
}

.sidebar .nav__socials {
    display: flex;
    gap: 1rem;
    font-size: 1.7rem;
    margin-top: 6rem;
    margin-left: 1rem;
    justify-content: center;
    /* transition: all .5s ease-in-out; */
}


/* GRID CSS GENERATOR INDEX */
.parent {
    margin-top: 6rem;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    /* grid-template-rows: repeat(5, 1fr); */
    grid-column-gap: 70px;
    grid-row-gap: 10px;
    width: 100%;
    height: auto;
}

.parent .div1 {
    grid-area: 1 / 1 / 2 / 3;
}

.parent .div2 {
    grid-area: 2 / 1 / 6 / 3;
    border: 0.1rem solid var(--color-bg-4);
    transition: all .3s ease-in-out;
}


.parent .div3 {
    grid-area: 1 / 3 / 5 / 5;
    border: 0.1rem solid var(--color-bg-4);
    transition: all .3s ease-in-out;
}


.parent .div4 {
    grid-area: 5 / 3 / 6 / 5;
}

.parent .div5 {
    grid-area: 1 / 5 / 2 / 7;
}

.parent .div6 {
    grid-area: 2 / 5 / 6 / 7;
    border: 0.1rem solid var(--color-bg-4);
    transition: all .3s ease-in-out;
}


.parent img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    filter: grayscale(1);
    object-fit: cover;
    transition: .5s ease-out;
    animation: animeImg 2s ease-out;

}

.parent div {
    overflow: hidden;
}

.parent img:hover {
    filter: grayscale(0);
    transform: scale(1.3) rotate(10deg);
}

.parent .div1,
.parent .div4,
.parent .div5 {
    position: relative;
    font-size: 30px;
    text-transform: uppercase;
    padding-left: 20px;
}

.parent .div1::before,
.parent .div4::before,
.parent .div5::before {
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    width: 5px;
    background-color: #001e2d;
    animation: animeImg 2s ease-out;
}

.parent p {
    animation: animeTxt 2s ease-out;
    margin-top: 0;
}

@keyframes animeImg {
    from {
        height: 0;
    }
}

@keyframes animeTxt {
    from {
        transform: translate(100px);
    }
}


/* GRID CSS GENERATOR PORTRAIT */
.portraitGrid {
    margin-top: 10rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* grid-template-rows: repeat(5, 1fr); */
    grid-column-gap: 50px;
    grid-row-gap: 6px;
    width: 100%;
    height: auto;
    align-items: center;
}

.portraitGrid .div1 {
    grid-area: 1 / 1 / 2 / 3;
}

.portraitGrid .div2 {
    grid-area: 2 / 1 / 6 / 3;
    /* border: 0.1rem solid var(--color-bg-4); */
    transition: all .3s ease-in-out;
}


.div3 {
    grid-area: 1 / 3 / 5 / 5;
    /* border: 0.1rem solid var(--color-bg-4); */
    transition: all .3s ease-in-out;
}


.portraitGrid .div4 {
    grid-area: 5 / 3 / 6 / 5;
}

.portraitGrid .div5 {
    grid-area: 1 / 5 / 2 / 7;
}

.portraitGrid .div6 {
    grid-area: 2 / 5 / 6 / 7;
    /* border: 0.1rem solid var(--color-bg-4); */
    transition: all .3s ease-in-out;
}


.portraitGrid img {
    /* width: 100%; */
    min-height: 815px;
    height: 100%;
    cursor: pointer;
    filter: grayscale(1);
    object-fit: cover;
    transition: .5s ease-out;
    animation: animeImg 2s ease-out;
    object-position: 70% 50%;

}

.portraitGrid div {
    overflow: hidden;
}

.portraitGrid img:hover {
    filter: grayscale(0);
    transform: scale(1.3) rotate(10deg);
}

.portraitGrid .div1,
.portraitGrid .div4,
.portraitGrid .div5 {
    position: relative;
    font-size: 30px;
    text-transform: uppercase;
    padding-left: 20px;
}

.portraitGrid .div1::before,
.portraitGrid .div4::before,
.portraitGrid .div5::before {
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    width: 5px;
    background-color: #001e2d;
    animation: animeImg 2s ease-out;
}

.portraitGrid p {
    animation: animeTxt 2s ease-out;
    line-height: 2rem;
    margin-top: 2rem;

}

/* GRID CSS GENERATOR PORTRAIT END */
.portraitGridEnd {
    margin-top: 15rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* grid-template-rows: repeat(5, 1fr); */
    grid-column-gap: 100px;
    grid-row-gap: 6px;
    width: 100%;
    height: auto;
    /* align-items: center; */
}



.portraitGridEnd .div2 {
    display: flex;
    justify-content: center;
    grid-area: 2 / 1 / 6 / 3;
    /* border: 0.1rem solid var(--color-bg-4); */
    transition: all .3s ease-in-out;
}


.portraitGridEnd img {
    /* width: 50rem; */
    height: 100%;
    cursor: pointer;
    object-fit: cover;
    transition: .5s ease-out;
    animation: animeImg 2s ease-out;

}

.portraitGridEnd div {
    overflow: hidden;
}

.portraitGridEnd .div1 {
    position: relative;
    font-size: 30px;
    text-transform: uppercase;
    padding-left: 20px;
}




/* FOMULAIRE */
form {
    padding-bottom: 15px;
    display: inline-block;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
}

form .far {
    font-size: 18px;
    margin-right: 10px;
}

form .fa {
    font-size: 25px;
    margin-right: 10px;
}

form input {
    height: 2.5rem;
    background-color: rgba(0, 0, 0, 0.079);
    width: 100%;
    /* background: transparent; */
    color: rgb(17, 17, 17);
    border: 0;
    outline: none;
}

form button {
    background: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
}

form button .fa {
    font-size: 16px;
    color: #ccc;
}

.social-icons .fab {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    /* background: #3b5998; */
    margin-right: 15px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.social-icons .fab:nth-child(1) {
    background: #3b5998;
}

.social-icons .fab:nth-child(2) {
    background: #00acee;
}

.social-icons .fab:nth-child(3) {
    background: linear-gradient(120deg, #8a3ab9 0%, #4c68d7 20%, #cd486b 40%, #fbad50 60%, #fccc63 80%, #bc2a8d 100%);
}

.social-icons .fab:nth-child(4) {
    background: #0077b5;
}

.social-icons .fab:hover {
    background: transparent;
    transform: scale(3);
}

.social-icons .fab:hover:nth-child(1) {
    color: #3b5998;
}

.social-icons .fab:hover:nth-child(2) {
    color: #00acee;
}

.social-icons .fab:hover:nth-child(4) {
    color: #0077b5;
}

.social-icons .fab:hover:nth-child(3) {
    background: -webkit-linear-gradient(0deg,
            #8a3ab9 0%, #4c68d7 20%, #cd486b 40%,
            #fbad50 60%, #fccc63 80%, #bc2a8d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: scale(3);
}


.underline {
    width: 10%;
    height: 2.5px;
    background: #000000;
    border-radius: 3px;
    position: absolute;
    top: 147px;
    /* left: 0; */
    overflow: hidden;
}

.underline span {
    height: 100%;
    width: 15px;
    background: #408bae;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 10px;
    animation: underline 2s linear infinite;
}

@keyframes underline {
    0% {
        left: -20px;
    }

    100% {
        left: 100%;
    }
}




/*********************** PARTIE SHOP ***********************/


#shop {
    /* margin-top: 2rem; */
    margin-left: 12rem;
    padding-top: 8rem;
    margin-bottom: 4rem;
    /* height: 60vh; */
}

#shop h2 {
    top: -50px;
    position: relative;
}

#shop a {
    position: relative;
    top: 0;
}

.traits {
    position: absolute;
    width: 90%;
}

#shop .trait-left-shop {
    position: absolute;
    left: 0;
    top: 50px;
}

#shop .trait-right-shop {
    position: absolute;
    right: 172px;
    top: 50px;
}

#shop #btn_alb {
    background: black;
}

#shop #btn_alb a {
    color: whitesmoke;
}

#shop #btn_alb:hover {
    background: white;
    color: #000000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
    /* margin-top: 10px; */
    /* Ombre */

}

#shop #btn_alb:hover a {
    color: black;
}

.swiper-wrapper {
    text-align: center;
    align-items: center;
}

.header__left .txt-center {
    color: rgba(0, 0, 0, 0.811);
}

#shop a {
    filter: saturate(1);
}

#shop a:hover {
    cursor: pointer;
}

#shop .item img {
    transition: all .3s ease-in-out;
}

#shop .item:hover img {
    transform: scale(1.05);
}

#shop .item {
    transition: all .4s ease-in-out;
}

#shop .item:hover {
    background: #e5e5e5c7;
    margin-bottom: 2rem;
}


#album {
    margin-left: 15rem;
    margin-top: 4rem;
}

.grid {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    grid-gap: 2rem;
    text-align: center;
    justify-items: center;
}

.grid .item {
    width: 320px;
    height: 250px;
    /* background: rgb(0, 0, 0); */
    color: rgb(0, 0, 0);
}

.grid img {
    /* object-fit: contain; */
    width: 20rem;
    height: 14rem;
}


.btnConnect {
    position: relative;
    margin-top: 4rem;
}

/*********************** PARTIE CHOIX PRODUIT ***********************/

#choix {
    margin-left: 8rem;
    margin-top: -9rem;
    text-align: center;
}

#choix h2 {
    font-size: 20px;
}

#choix p {
    padding: 2rem;
    font-family: 'Bebas Neue', cursive;
    font-size: 20px;
}

input[type="radio"].taille {
    display: none;
}

input[type="radio"].taille:hover+label {
    background-color: #7f8581;
    border-color: #000000;
    cursor: pointer;
}

input[type="radio"].login {
    display: none;
}

input[type="radio"].login:hover+label {
    background-color: #7f8581;
    color: #f1f1f1;
    cursor: pointer;
}

#bouton-ajout-panier:hover {
    cursor: pointer;
}

/* Style pour le texte des boutons sélectionnés */
input[type="radio"].taille+span {
    padding: 0.5rem 5rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    color: #252525;
    background-color: #d8dbdf;
    border: 1px solid transparent;
    transition: all 0.5s ease-in-out;
    margin: 5px;
    cursor: pointer;
}

input[type="radio"].taille:checked+span {
    background-color: #0e692d;
    color: #f1f1f1;
}

/*     bouton-ajout-panier    */
#bouton-ajout-panier:disabled {
    padding: 0.5rem 5rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    color: #d8dbdf;
    background-color: #f9f9f9;
    border: 1px solid transparent;
    transition: all 0.5s ease-in-out;
    font-family: 'Bebas Neue', cursive;
    cursor: not-allowed;
}

#bouton-ajout-panier {
    padding: 0.5rem 5rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    color: #252525;
    background-color: #d8dbdf;
    border: 1px solid #0e692d;
    transition: all 0.5s ease-in-out;
    font-family: 'Bebas Neue', cursive;
}

#bouton-ajout-panier:hover {
    background-color: #0e692d;
    color: #f1f1f1;
}

#bouton-ajout-panier:disabled:hover {
    padding: 0.5rem 5rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    color: #d8dbdf;
    background-color: #f9f9f9;
    border: 1px solid transparent;
    transition: all 0.5s ease-in-out;
    font-family: 'Bebas Neue', cursive;
}

#choix button:hover a {
    color: #f1f1f1;
}


/* ORDER SECTION */

#order {
    margin-left: 12rem;
    margin-top: -22rem;
    width: 80%;
}



/* MEDIA QUERIES */
@media (max-width: 768px) {

    body {
        /* background: black; */
    }
}

@media (max-width: 500px) {

    .sidebar {
        /* display: none; */
    }

    .log {
        transform: rotate(90deg);
        margin-left: -70px;
        margin-top: 150px;
    }

    .menu {
        display: none;
    }

    .sidebar .nav__socials {
        display: block;
        margin-left: -144px;
        font-size: 23px;
        margin-top: 6rem;
    }

}

select#id_category {
    background: #ebebeb;
    height: 2.5rem;
}

.partiedroite a {
    transition: all .3s ease;
}

.partiedroite a:hover {
    background: white;
    color: black;
    border: #000000 1px solid;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.3);
    border-radius: 2rem;
}