* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    width: 100%;
    min-height: 100vh;
    background-color: #fff;
    font-family: 'PT Sans', Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    overflow-x: hidden;
}


.row {
    width: 100%;
}

p,
.variable-text {
    font-size: 14px;
    color: #525252;
}

a,
a:hover {
    text-decoration: none;
    color: #525252;
    font-size: 14px;
    transition: 250ms linear all;
}

.bold {
    font-family: 'PT Sans';
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    margin: 10px 0;
    font-size: 17px;
}

.link-access {
    justify-content: center;
}

.link-nav {
    justify-content: flex-end;
    align-items: center;
}

.primary-button,
.secondly-button {
    padding: 10px 40px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 200px;
    height: 50px;
    text-align: center;
    background-image: url('../img/primary-button.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 90%;
    margin-top: 20px;
    z-index: 1000;
    position: relative;
}

.items .primary-button,
.items .secondly-button {
    margin-top: -20px;
}

.secondly-button {
    background-image: url('../img/secondly-button.svg');
    color: white;
}

.primary-button:hover,
.secondly-button:hover,
.section:hover .primary-button {
    transform: scale(1.10);
    color: #5F5B5B;
}

.contact-button {
    width: 140px;
}

img {
    width: 100%;
    margin: auto;
}

.logo {
    width: 70%;
}

#google-map {
    margin-bottom: 5%;
}


#mapid {
    height: 55vh;
    width: 100vw;
    margin: auto;
}

.logo-text {
    font-size: 20px;
    width: 150px;
    margin: auto;
}

.text-reassurance {
    margin-bottom: 10vh;
    width: 100%;
    margin-left: 5vw;
}

.icon {
    width: 32px;
    margin: 5px 10px;
}

#logo,
#logo-footer {
    width: 120px;
}

.nav-link {
    display: block;
    padding: .5rem 0.6rem;
    font-size: 13px;
}

.nav-link:hover {
    font-size: 13px;
}

.navigation {
    width: 100%;
    margin: auto;
    padding: 15px 8%;
    position: fixed;
    min-height: 55px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 400ms linear all;
}

.navigation .secondly-button {
    margin-top: 0;
}

nav {
    width: 100%;
}

header nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    width: 100%;
}

header .navigation .nav-block {
    display: flex;
    width: calc(100% / 3);
}

header .navigation ul div li {
    display: flex;
}

nav {
    float: right;
}

nav ul {
    float: left;
    position: relative;
    width: 100%;
}

nav li {
    list-style: none;
}

.nav-link span {
    font-size: 11px;
}

nav li ul {
    display: none !important;
}

nav li:hover ul {
    display: inline !important;
}

nav ul li .first-ul {
    padding-inline-start: 0;
}

nav .dropdown ul {
    position: absolute;
    left: 0;
    background-color: #fff;
    padding: 10px;
    min-width: 350px;
}

nav .dropdown li a {
    padding: 5px 0;
    min-width: 100px;
    display: block;
    width: 100%;
}

nav .dropdown li:hover a {
    background-color: #e9aa4434;
}

#menu-icon {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    margin-right: 30px;
    display: none;
}

#menu-icon span {
    border: 2px solid #fff;
    width: 30px;
    margin-bottom: 5px;
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.1s;
}

hr {
    margin: 50px auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montana';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1,
h2,
h3,
h5 {
    color: #5F5B5B;
    font-size: 100px;
    line-height: 90px;
    margin: 50px 0 30px 0;
}

h2 {
    font-size: 70px;
    line-height: 75px;
    margin: 50px 0;
}

h3 {
    font-size: 60px;
    line-height: 55px;
    margin: 30px 0;
}

h5 {
    font-size: 40px;
    line-height: 60px;
    margin: 30px 0;
}

h6 {
    font-size: 30px;
    line-height: 35px;
    margin: 10px;
    color: #E9A944;
}

h4 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    font-family: 'PT SANS', Arial, Helvetica, sans-serif;
}

section,
.section {
    width: 100%;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
}

.section {
    min-height: 40vh;
}

.flex {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

button {
    border: none;
    background: none;
    transition: 250ms linear all;
    margin: 30px auto;
}

#home {
    background-image: url('../img/bg-img/bg-home.png');
    min-height: 100vh;
}

#home h1 {
    margin-top: 250px;
}

#derniers-articles,
#presentation-equipe,
#view-article,
#prochain-atelier {
    background-image: url('../img/vague-orange.svg');
    background-size: 100%;
    background-position: center 70%;
}

#prochain-atelier {
    margin-top: 10vh;
}

.text-prochain-atelier {
    text-align: center;
    font-weight: bold;
}

.text-prochain-atelier>p {
    font-size: 1.2em;
}

.workshop-attendee {
    margin-bottom: 20vh;
}

.table-list {
    border-collapse: separate;
    border-spacing: 3em;
}

#view-article {
    background-position: center bottom;
}

#home-shop {
    background-image: url('../img/bg-img/bg-boutique.png');
}

#view-article h1 {
    margin-top: 10px;
    margin-bottom: 5px;
}

#derniers-articles .flex {
    flex-direction: column;
}

#ateliers {
    background-image: url('../img/bg-img/bg-ateliers.png');
}

#reparation {
    background-image: url('../img/bg-img/bg-reparation.png');
}

#img-service-reparation {
    margin-top: 10vh;
}

#local {
    background-image: url('../img/bg-img/bg-reparation.png');
    background-size: 80%;
    background-position: right center;
}

.articles .white-container {
    width: 92%;
    margin: auto;
    margin-top: -30px;
    position: relative;
    z-index: 20;
}

.articles .white-container p {
    padding: 10px;
    font-size: 13px;
}

.articles .white-container .primary-button {
    background-size: 70%;
    margin-bottom: -27px;
}

.first-white-container {
    height: 240px;
    margin-top: 80px;
    margin-right: -40px;
    position: relative;
    z-index: 20;
}

.white-container {
    background-color: #fff;
    border: 1px solid #D3D3D3;
    height: auto;
}


#instagram-section .container,
.retrait-section,
#conseils-section .container {
    background-color: rgb(250, 198, 112, 0.4);
}

.retrait-section {
    padding: 20px;
}

#instagram-section .icon-footer,
#derniers-articles .icon-footer,
#share-article .icon-footer {
    width: 20px;
    margin-left: 20px;
    margin-bottom: 30px;
    display: inline-block;
    opacity: 0.5;
}

#share-article {
    width: 240px;
    margin-left: -2vw;
}

#instagram-section .img-insta-desktop {
    margin-top: -60px;
    margin-left: auto;
    margin-right: auto;
}

#instagram-section .row {
    margin: 0;
}

.img-insta-mobile {
    display: none;
}

#links-home {
    min-height: 10vh;
}

.user-nav {
    width: 100%;

    text-align: right;
}

.user-li {
    list-style-type: none;
    padding: 10px;
    font-weight: bold;
}

.user-li a:hover {
    text-decoration: underline;
}

.user-li a {
    color: #434343;
    text-align: right;
    text-transform: uppercase;
}

.user-mainnav {
    background: #F8CD87;
    padding: 20px;
    min-height: 70vh;
    margin-top: 20px;
}

.user-mainnav a {
    padding: 15px;
    display: block;
    font-weight: bold;
}

.user-mainnav a:hover {
    background-color: #e9aa4434;
}

#user_edit_birthday_day,
#user_edit_birthday_month,
#user_edit_birthday_year {
    width: 33%;
    background-color: #6a707e00;
    border: none;
    padding: 0 5px;
    color: #ABAFB3;
}

#espace-mon-compte .primary-button {
    line-height: 22px;
}

.infolabel {
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    color: #5F5B5B;
    font-size: 14px;
    margin: 20px 0;
}

.items {
    margin-top: 80px;
}

#a-propos {
    background-image: url('../img/bg-img/bg-a-propos.png');
}

@media only screen and (max-width: 1700px) {
    #a-propos h1 {
        margin-top: 260px;
    }

}

#presentation-equipe {
    margin-bottom: 200px;
}

#presentation-equipe h6 {
    color: #5F5B5B;
}

.no-padding {
    padding: 0;
}

#espace-cafe .container-fluid,
#espace-reparations .container-fluid {
    padding: 0;
}

#espace-cafe .container-fluid .row,
#espace-reparations .container-fluid .row {
    margin: 0;
}

#presentation-equipe .col-md-4 {
    padding: 40px;
}

#presentation-equipe .col-md-4 p {
    padding: 10px;
}

.images-local-2 {
    margin-top: 20px;
}

.img-atelier {
    width: 100%;
}

#local-images p {
    margin-top: 10px;
}

form {
    text-align: center;
    width: 100%;
}

form .col-xl-2 {
    text-align: right;
    padding: 0;
}

form h1 {
    text-align: center;
}

form a {
    margin-top: -10px;
    display: block;
    margin-bottom: 50px;
}

label {
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    color: #5F5B5B;
    font-size: 14px;
    margin: 20px 0;
}

input {
    color: #ABAFB3;
}

span {
    color: #DFA241;
}

.nav-links:hover {
    color: #DFA241;
}

.section-contact,
.section-sign-in,
.section-sign-up {
    min-height: auto;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}

.section-sign-up .row {
    margin-left: auto;
    margin-right: auto;
}

.form-control {
    width: 100%;
    display: block;
    color: #ABAFB3;
    background-color: #6a707e25;
    border: 1px solid #6a707e25;
    border-radius: 5px;
    margin: 10px 0;
}

.form-mdp form {
    margin: auto;
}

form .col-xl-3 {
    text-align: right;
}

form #sign_up_birthday {
    background: #6a707e25;
    border: none;
    text-align: left;
    color: #ABAFB3;
    padding: .375rem .75rem;
}

form #sign_up_birthday select {
    width: calc((100% / 3) - 15px);
    color: #ABAFB3;
    background-color: #6a707e25;
    border: none;
    border-radius: 5px;
    margin: 10px 0;
    height: 38px;
    padding: 5px 0px 10px 5px;
}

form #sign_up_birthday #sign_up_birthday_month {
    margin: 0 20px;
}

footer {
    background-color: #f8cd87;
}

footer .icon-footer {
    width: 20px;
    margin-left: 20px;
    margin-bottom: 30px;
    display: inline-block;
}

footer .col-footer {
    margin-bottom: 30px;
}

#home-blog {
    background-image: url('../img/bg-img/bg-blog.png');
}

#espace-cafe {
    background-image: url('../img/bg-img/bg-espace-cafe.png');
}

.mg-top {
    margin-top: 150px;
}

.input-group {
    margin-bottom: 20px;
}

.filtres-boutique h4 {
    font-size: 15px;
    margin: 0 15px;
}

.filtres-boutique button {
    width: 100%;
    display: block;
    text-align: left;
    margin: 0;
    padding: 2px 15px;
    transition: 400ms linear all;
    color: #727272;
    font-size: 15px;
}

.button-product .primary-button {
    width: 160px;
}

.filtres-boutique button:hover {
    background-color: #e9aa4488;
}

.end-content-project {
    margin: 0;
}

.produit {
    width: calc(25% - 40px);
    background-color: #e0e0e0af;
    margin: 20px;
    transition: 400ms linear all;
    padding: 20px 0;
}

.produit img {
    width: 85%;
    margin: auto;
}

.produit .primary-button {
    margin-bottom: -35px;
}

.produit button {
    color: white;
}

.produit:hover {
    background-color: rgb(250, 198, 112, 0.4);
    border: none;
}

#section-produit {
    align-items: flex-start;
}

#section-produit h1 {
    font-family: 'PT Sans';
    font-size: 30px;
}

.retour {
    color: #E9A944;
    font-weight: bold;
    margin-bottom: 6OOpximportant;
}

/* DASHBOARD */
.menu-dashboard,
.filtres-boutique {
    background-color: #FDE7C2;
    height: 100vh;
    padding: 0;
}

.filtres-boutique {
    min-height: 100vh;
}

.menu-dashboard #logo {
    margin: 30px auto 100px auto;
}

.section-dashboard {
    background-image: url('../img/bg-img/bg-dashboard.png');
    background-position: right top;
    background-size: 100%;
    padding: 20px;
}

.section-dashboard .flex {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.section-dashboard .primary-button {
    margin-top: 20px;
    display: inline-block;
}


.section-dashboard span {
    color: #E9A944;
    font-size: 13px;
}


.da-list-produits .produit {
    width: calc(20% - 40px);
}

.da-list-produits .produit .primary-button {
    padding: 15px 10px;
}

.add-product .secondly-button {
    margin-top: 70px;
}

.da-home-hover-user {
    padding-left: 15px;
    margin: 5px 0;
}

.da-home-hover-user p {
    margin-bottom: 0;
}

.dashboard-articles {
    background-color: #d8d8d885;
}

.section-dashboard .primary-button:hover {
    margin-top: 20px;
}


.menu-dashboard ul {
    width: 100%;
    text-align: left;
}

.menu-dashboard ul li {
    padding: 15px 30px 15px 50px;
    transition: 400ms linear all;
}

.menu-dashboard ul li:hover {
    background-color: #e9aa4488;
}

.menu-dashboard ul li .icon {
    float: left;
    width: 25px;
    margin-right: 20px;
    vertical-align: middle;
}

.menu-dashboard ul li a {
    display: block;
    font-family: 'PT Sans';
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    font-size: 14px;
    margin-top: 5px;
}

.da-hover-user {
    padding: 15px 0;
    transition: 400ms linear all;
}

.da-hover-user p {
    margin-bottom: 0;
}

.da-hover-user:hover {
    background-color: #e9aa4434;
}

.link-view-user .icon {
    width: 25px;
    margin: 0 5px 2px 0;
}

.link-view-user .bold {
    font-size: 14px;
    color: #cfcfcf;
}

.tox-statusbar__branding,
.tox-statusbar__path-item {
    display: none;
}

.bandeau-footer {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.view-user {
    padding: 20px;
}

.view-user .details {
    margin-bottom: 5px;
    margin-top: 30px;
}

.buttons-form {
    margin: 50px auto;
}

.conditions-mdp p {
    font-size: 12px;
    color: #ABAFB3;
}

.update-product .col-xl-6 {
    padding-right: 0;
}

#product_files {
    height: 45px;
}

#product_price,
#product_tax_rate {
    margin-left: 15px;
}

#product_description {
    min-height: 200px;
}

.checkout {
    margin-top: 100px;
}

.checkout .mt-4 {
    margin-right: 0;
    margin-left: 0;
}

.checkout .mt-4 .text-center {
    padding: 0;
}

.checkout .mt-4 .text-center p {
    margin-bottom: 0;
}

.checkout hr {
    margin: -8px 0 0 0;
    background: #DFA241;
    width: 100%;
}

.payment-button {
    border: 1px solid #DDDDDD;
    display: block;
    margin: auto;
    width: 100%;
    padding: 20px;
    border-radius: 15px;
}

.payment-button img {
    width: 60%;
}

.address-facturation .col-3 {
    padding: 0;
}

.address-facturation .col-3 label {
    margin: 0;
}

.horaires-jour {
    background-color: #FAE9CE;
    border-radius: 5px;
    margin: 0 16px;
    padding: 5px 10px;
}

.d-flex {
    margin: auto !important;
}

.lien-heure {
    display: block;
    width: 100%;
}

.section-rdv {
    padding: 0
}

.section-rdv .row {
    margin-right: 0;
    margin-left: 0;
}

.select-horaire:hover {
    background-color: #e9aa4434;
}

.pb-1,
.py-1 {
    padding: .5rem !important;
}

input[type="radio"]+label {
    border: 1px solid #E9A944;
}

#newsletter {
    border: none;
    padding: 10px;
    font-size: 13px;
    width: 80%;
}

.liens-annexes a {
    margin-right: 20px;
}

.form-newsletter input[type="submit"] {
    background-color: black;
    padding: 10px;
    color: white;
    border: none;
    font-size: 13px;
}

#venir-chez-nous {
    background-image: url('../img/vague-orange.svg');
    background-size: 100%;
    background-position: center center;
}

#venir-chez-nous .row {
    margin: 0;
}

#payment-form {
    margin: 20px auto;
}

#payment-form #submit {
    background: none;
}

.section-dashboard .primary-button {
    padding: 15px 40px;
}

.bg-search {
    background-color: #F8CD87;
    margin-bottom: 10px;
}

.bg-search .input-group {
    margin-bottom: 0;
}

.bg-search .input-group, .bg-search .input-group input {
    width: 500px;
}

.bg-search .input-group button {
    margin: 0;
}

#filtres .produit img {
    display: block;
}

#filtres .produit h4 {
    margin: 5px 0;
}




@media only screen and (max-width: 1024px) {
    nav {
        display: none;
        width: 100%;
        clear: both;
        float: none;
    }

    #menu-icon {
        display: inline;
        cursor: pointer;
    }

    nav {
        padding: 10px;
    }

    nav ul {
        float: none;
    }

    nav li ul {
        display: block !important;
    }

    nav .dropdown ul {
        position: relative;
        background-color: #fff;
        padding: 0;
    }

    .dropdown {
        margin-bottom: 30px;
    }

    nav li {
        float: none;
        width: 90%;
    }

    nav ul li a {
        float: none;
        padding: 8px;
        display: block;
    }

    #header nav ul ul {
        display: block;
        position: static;
        background: none;
        border: none;
        padding: 0;
        width: 100%;
    }

    #header nav a:hover {
        background: #fff;
        color: #333;
        border-radius: 3px;
    }

    #logo {
        width: 80px;
    }

    nav li:hover ul {
        display: block !important;
    }

    #menu-desktop {
        display: none;
    }

    #show-menu {
        display: block;
        margin-right: 0;
    }

    header nav .ul-navigation {
        flex-direction: column;
        position: absolute;
        top: 65px;
        left: 0;
        background-color: white;
        padding-bottom: 30px;
    }

    .nav-link {
        padding: 10px 0;
        font-weight: bold;
    }

    .icon {
        width: 28px;
    }

    .primary-button,
    .secondly-button {
        padding: 5px 30px;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        width: 170px;
        height: 40px;
    }

    h1 {
        font-size: 70px;
        line-height: 80px;
        margin-top: 20px;
    }

    h2 {
        font-size: 50px;
    }

    h3 {
        font-size: 30px;
    }

    header nav ul {
        width: 100%;
    }

    #home {
        min-height: 60vh;
        align-items: flex-start;
        background-position: center center;
    }

    #home .row {
        margin: auto;
    }

    #home h1 {
        margin-top: 50px;
    }

    #reassurance,
    #home-espace-cafe,
    #autres-recents-articles,
    #instagram-section {
        min-height: 30vh;
    }

    #espace-reparations,
    #espace-boutique,
    #derniers-articles {
        min-height: 50vh;
    }

    #espace-boutique .row {
        margin: auto;
    }

    .produit {
        width: calc(33% - 40px);
    }

    .text-reassurance {
        margin-bottom: 30px;
    }

    .img-connexion {
        margin: 0 auto;
    }

    .first-white-container {
        height: 240px;
        margin-top: 20px;
        margin-right: -40px;
    }

    #instagram-section .icon-footer,
    #derniers-articles .icon-footer {
        width: 15px;
        margin-left: 15px;
    }

    #a-propos {
        min-height: 50vh;
        background-size: 120%;
    }

    #a-propos h1 {
        margin-top: 200px;
    }

    #presentation-equipe,
    #envie-de-creer,
    #evolution-becloo,
    #notre-local {
        margin-top: 0;
        min-height: 30vh;
    }

    #presentation-equipe {
        background-image: url('../img/vague-orange.svg');
        background-size: 200%;
        background-position: center 10%;
    }

    #local {
        min-height: 40vh;
        background-size: 80%;
        background-position: right top;
    }

    #local-images,
    #nos-services {
        min-height: 50vh;
        margin-bottom: 0;
    }

    .contact-form {
        padding: 0;
    }

    .contact-form .text-right {
        text-align: left !important;
    }

    .contact-form .row {
        margin: auto;
    }

    .contact-form .row label {
        text-align: left;
        width: 100%;
    }

    .contact-form .row .col-12 {
        padding: 0;
    }

    form {
        width: 80%;
    }

    form .col-xl-3 {
        text-align: left;
    }

    form a {
        margin-bottom: 30px;
    }

    label {
        margin: 10px 0 5px 0;
        width: 100%;
        text-align: left;
    }

    #espace-cafe {
        background-position: 40% center;
    }

    #ateliers {
        background-position: right center;
        min-height: 40vh;
    }

    #reparation {
        background-position: right center;
        min-height: 40vh;
    }

    #prochain-atelier {
        min-height: 20vh;
    }

    #conseils-section {
        min-height: 50vh;
    }

    .user-mainnav {
        background: #F8CD87;
        padding: 20px;
        min-height: auto;
        margin-top: 20px;
        text-align: left !important;
    }

    #espace-mon-compte {
        min-height: auto;
    }

    #espace-mon-compte .row {
        margin: 0;
    }

    #espace-mon-compte form {
        margin: auto;
    }

    .display {
        display: none;
    }

    /* DASHBOARD */
    .menu-dashboard {
        height: auto;
    }

    .menu-dashboard ul {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .menu-dashboard ul li {
        width: calc(100% / 8);
        padding: 0;
        text-align: center;
    }

    .row-dashboard {
        margin: 0;
    }

    .menu-dashboard ul li .icon {
        float: none;
        margin-right: auto;
        margin-left: auto;
    }

    .menu-dashboard ul li {
        list-style-type: none;
    }

    .menu-dashboard .liens-dashboard {
        display: none;
    }

    .menu-dashboard #logo {
        margin: 30px auto 100px auto;
    }

    #product_price,
    #product_tax_rate {
        margin-left: 0;
    }

    .update-product,
    .update-product .row,
    .update-product .col-xl-6,
    .update-product .col-md-10 {
        padding: 0;
    }

    .categorie-label {
        padding: 0;
    }

    #home-shop {
        min-height: 40vh;
    }

    .filtres-boutique {
        min-height: 150px !important;
        height: 150px !important;
        width: 100%;
        overflow: auto;
    }

    #filtres {
        min-height: 20vh;
    }

    #filtres .row {
        margin: 0;
    }
<<<<<<< HEAD

    .mg-top {
        margin-top: 0;
=======
}

@media screen and (max-width: 768px) {
    #home-a-propos {
        min-height: 120vh;
    }

    #espace-reparations,
    #instagram-section {
        min-height: 70vh;
    }

    .produit .primary-button {
        width: 145px;
    }

    .lire-article .bold {
        font-size: 13px;
    }

    #derniers-articles h4 {
        margin-bottom: 10px;
    }

    #derniers-articles p {
        font-size: 13px;
    }

    #local {
        min-height: 60vh;
    }
}



@media screen and (max-width: 480px) {

    #logo {
        width: 60px;
    }

    .navigation {
        padding: 15px 20px;
    }

    h1 {
        font-size: 40px;
        line-height: 35px;
    }

    h2 {
        font-size: 30px;
        line-height: 45px;
        margin: 20px 0;
>>>>>>> 4686678d69784cb56d7469b7f2b2d30272cd1607
    }

    @media screen and (max-width: 768px) {
        #home-a-propos {
            min-height: 120vh;
        }

<<<<<<< HEAD
        #espace-reparations,
        #instagram-section {
            min-height: 70vh;
        }

        .produit .primary-button {
            width: 145px;
        }

        .lire-article .bold {
            font-size: 13px;
        }

        #derniers-articles h4 {
            margin-bottom: 10px;
        }

        #derniers-articles p {
            font-size: 13px;
        }

        #local {
            min-height: 60vh;
        }
    }



    @media screen and (max-width: 480px) {

        #logo {
            width: 60px;
        }

        .navigation {
            padding: 15px 20px;
        }

        h1 {
            font-size: 40px;
            line-height: 35px;
        }

        h2 {
            font-size: 30px;
            line-height: 45px;
            margin: 20px 0;
        }

        h3 {
            font-size: 40px;
            line-height: 45px;
            margin: 30px 0;
        }

        .row {
            margin: auto;
            padding: 10px;
        }

        #home h1 {
            margin-top: 100px;
        }

        #home {
            min-height: 60vh;
            align-items: flex-start;
            margin-top: 0;
            background-position: 40% top;
            background-size: 300%;
            background-repeat: no-repeat;
        }

        .produit {
            width: calc(50% - 40px);
        }

        #espace-boutique .row {
            padding: 0;
        }

        .produit .primary-button {
            width: 135px;
        }

        form {
            width: 100%;
        }

        .items {
            margin-top: 0;
        }

        .items .primary-button {
            padding: 5px 30px;
            color: white;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: -10px auto 30px auto;
            width: 170px;
            height: 40px;
        }

        #derniers-articles {
            background-image: url(../img/vague-orange.svg);
            background-size: 300%;
            background-position: center 70%;
        }

        #instagram-section {
            padding: 10px;
        }

        #instagram-section .img-insta-desktop {
            display: none;
        }

        #instagram-section .img-insta-mobile {
            display: inherit;
            margin-top: -80px;
        }

        #ateliers {
            min-height: 50vh;
        }

        #conseils-section .container {
            width: 90%;
        }

        #local {
            min-height: 60vh;
            background-size: 100%;
            background-position: right top;
        }

        #local-images img {
            margin-bottom: 20px;
        }

        .services-liens .flex {
            display: block;
        }

        .services-liens .flex .primary-button {
            margin-bottom: 20px;
        }

        .first-white-container {
            height: auto;
            margin-top: 0;
            margin-right: 0;
        }

        .articles {
            margin: 30px auto;
        }

        form .col-12 {
            text-align: left;
        }

        .row-dashboard {
            padding: 0;
        }

        .menu-dashboard ul li .icon {
            width: 18px;
        }

        .mobile-da-list-users,
        .mobile-da-list-users .row,
        .mobile-da-list-users .row .col-md-12,
        .mobile-da-list-users .row .col-md-12 .row .col-md-2,
        .mobile-da-list-users .row .col-md-12 .row .col-md-3,
        .da-hover-user .col-md-2 {
            padding: 0;
            padding-right: 15px !important;
        }

        .da-hover-user .no-padding {
            padding-left: 15px;
        }

        .view-user,
        .container-view-user {
            padding: 0;
        }

        .da-list-produits .produit {
            width: calc(100% - 40px);
        }

        .da-list-produits .produit .primary-button {
            padding: 10px 10px;
        }

        .checkout,
        .checkout .mt-4 {
            padding: 0;
        }

        .display-panier,
        .display-connexion,
        .display-moyen-de-connexion,
        .display-paiement,
        .display-recap,
        .display-mb-recap {
            display: none;
        }

        .payment-button {
            margin-bottom: 20px;
        }

        .d-flex {
            display: block !important;
            margin-bottom: 30px !important;
        }

        .payement form {
            min-width: 100%;
        }

        #section-dashboard {
            padding: 0
        }

        #section-dashboard .container-fluid {
            margin: 0;
            padding: 0;
        }

        #section-dashboard .container-fluid .row {
            margin: 0;
            padding: 0;
        }

        .dernieres-commandes,
        .dernieres-commandes .row {
            padding: 0;
        }

        .utilisateur {
            margin-bottom: 20px;
        }

        #filtres .grid .row,
        #filtres .container-fluid {
            padding: 0;
            margin: 0;
        }

        .grid-produits {
            padding: 0;
        }
    }

    @media screen and (max-width: 320px) {
        .produit .primary-button {
            width: 100px;
            font-size: 12px;
        }
    }
=======
    .row {
        margin: auto;
        padding: 10px;
    }

    #home h1 {
        margin-top: 100px;
    }

    #home {
        min-height: 60vh;
        align-items: flex-start;
        margin-top: 0;
        background-position: 40% top;
        background-size: 300%;
        background-repeat: no-repeat;
    }

    .produit {
        width: calc(50% - 40px);
    }

    #espace-boutique .row {
        padding: 0;
    }

    .produit .primary-button {
        width: 135px;
    }

    form {
        width: 100%;
    }

    .items {
        margin-top: 0;
    }

    .items .primary-button {
        padding: 5px 30px;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: -10px auto 30px auto;
        width: 170px;
        height: 40px;
    }

    #derniers-articles {
        background-image: url(../img/vague-orange.svg);
        background-size: 300%;
        background-position: center 70%;
    }

    #instagram-section {
        padding: 10px;
    }

    #instagram-section .img-insta-desktop {
        display: none;
    }

    #instagram-section .img-insta-mobile {
        display: inherit;
        margin-top: -80px;
    }

    #ateliers {
        min-height: 50vh;
    }

    #conseils-section .container {
        width: 90%;
    }

    #local {
        min-height: 60vh;
        background-size: 100%;
        background-position: right top;
    }

    #local-images img {
        margin-bottom: 20px;
    }

    .services-liens .flex {
        display: block;
    }

    .services-liens .flex .primary-button {
        margin-bottom: 20px;
    }

    .first-white-container {
        height: auto;
        margin-top: 0;
        margin-right: 0;
    }

    .articles {
        margin: 30px auto;
    }

    form .col-12 {
        text-align: left;
    }

    .row-dashboard {
        padding: 0;
    }

    .menu-dashboard ul li .icon {
        width: 18px;
    }

    .mobile-da-list-users,
    .mobile-da-list-users .row,
    .mobile-da-list-users .row .col-md-12,
    .mobile-da-list-users .row .col-md-12 .row .col-md-2,
    .mobile-da-list-users .row .col-md-12 .row .col-md-3,
    .da-hover-user .col-md-2 {
        padding: 0;
        padding-right: 15px !important;
    }

    .da-hover-user .no-padding {
        padding-left: 15px;
    }

    .view-user,
    .container-view-user {
        padding: 0;
    }

    .da-list-produits .produit {
        width: calc(100% - 40px);
    }

    .da-list-produits .produit .primary-button {
        padding: 10px 10px;
    }

    .checkout,
    .checkout .mt-4 {
        padding: 0;
    }

    .display-panier,
    .display-connexion,
    .display-moyen-de-connexion,
    .display-paiement,
    .display-recap,
    .display-mb-recap {
        display: none;
    }

    .payment-button {
        margin-bottom: 20px;
    }

    .d-flex {
        display: block !important;
        margin-bottom: 30px !important;
    }

    .payement form {
        min-width: 100%;
    }

    #section-dashboard {
        padding: 0
    }

    #section-dashboard .container-fluid {
        margin: 0;
        padding: 0;
    }

    #section-dashboard .container-fluid .row {
        margin: 0;
        padding: 0;
    }

    .dernieres-commandes,
    .dernieres-commandes .row {
        padding: 0;
    }

    .utilisateur {
        margin-bottom: 20px;
    }

    #filtres .grid .row, #filtres .container-fluid {
        padding: 0;
        margin: 0;
    }

    .grid-produits {
        padding: 0;
    }
}

@media screen and (max-width: 320px) {

    .produit .primary-button {
        width: 100px;
        font-size: 12px;
    }
}
>>>>>>> 4686678d69784cb56d7469b7f2b2d30272cd1607
