/* ********** POLICES ********** */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&family=Yantramanav:wght@100;300;400;500;700;900&display=swap');

html {
    scroll-behavior: smooth;
}


body {
    font-family: 'Yantramanav', serif;
}

h1, h2, h3 {
    font-family: 'Cinzel', serif;
}

a {
    color: inherit;
}

a:hover {
    color: #ffd20c;
}

/* ********** HEADER ********** */
header {
    width: 100%;
    background: linear-gradient(to bottom, #333, 0.1%, white);
}

header #logo img {
    display: block;
    margin: 0 auto;
    width: 100px;
}

/* ********** MENU ********** */
.menu {
    background-color: white;
    /* overflow: hidden; */
    border-bottom: 1px solid #333333;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 47px;
    padding-left: 50px;
}

.menu a {
    float: left;
    display: block;
    color: #333333;
    text-align: center;
    padding: 10px 20px;
    text-decoration: none;
    font-family: 'Cinzel', serif;
    font-size: 17px;
    background-color: white;
}

.menu .ecrit {
    display: none;
}

.menu .icon {
    display: none;
}

.dropdown {
    float: left;
    /* overflow: hidden; */
}

.dropdown .dropbtn {
    font-size: 17px;
    border: none;
    outline: none;
    color: #333333;
    padding: 10px 20px;
    background-color: white;
    font-family: 'Cinzel', serif;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: #333333;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-family: 'Cinzel', serif;
}

.menu a:hover, .dropdown:hover .dropbtn {
    background-color: #333333;
    color: white;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

.dropdown:hover .dropdown-content {
    display: block;
    z-index: 1;
}

.menu .droite {
    float: right;
    opacity: 0.9;
}

/* ********** ECRAN ACCUEIL *********** */
.image-accueil {
    overflow: hidden;
    width: 100%;
    height: fit-content;
    background-image: url('../visuels/img/qui-sommes-nous.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.image-accueil .image-homme, 
.image-accueil .image-femme {
    border: 1px solid #ffd20c;
    max-height: 380px;
    width: 45%;
    min-width: 420px;
    margin: 50px 30px;
    box-shadow: 10px 10px 19px 10px rgba(0,0,0,0.4);
    overflow: hidden;
    opacity: 0.99;
    transition-property: box-shadow, opacity;
    transition-duration: 0.8s;
}

.image-accueil .image-homme:hover, 
.image-accueil .image-femme:hover {
    transform: scale(1.05);
    transition: 0.8s ease-in-out;
    box-shadow: 20px 20px 30px 20px rgba(0,0,0,0.6);
    opacity: 1;
}

/* ********** Barre de recherche ********** */
section.recherche-accueil {
    width: 100%;
    min-height: 100px;
    background-color: #ffd20c;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #333333;
    border-top: 1px solid #333333;
    clear: both;
}

section.recherche, 
section.recherche-accueil {
    width: 100%;
    min-height: 100px;
    background-color: #ffd20c;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #333333;
    clear: both;
}

p.recherche,
p.recherche-accueil {
    font-family: 'Cinzel', serif;
    color: #333;
    font-size: 20px;
}

input.recherche,
input.recherche-accueil {
    width: 90%;
    max-width: 300px;
    border: 1px solid #333;
    padding: 6px 7px;
}

.recherche button,
.recherche-accueil button {
  /* padding: 7px 10px 6px 10px;
  margin-top: 6px;
  margin-right: 0;
  margin-left: -5px ;
  background: #333;
  color: #ffd20c;
  font-size: 17px;
  border: none;
  cursor: pointer;
  transition-property: background-color, color;
  transition-duration: 0.8s; */
    border: none;
    outline: none;
    background-color: rgba(0,0,0,0);
    color: rgba(51, 51, 51, 0.8);
    cursor: pointer;
    margin-left: -30px;
    margin-bottom: -5px;
    padding: 5px 0;
    font-size: 1.2em;
}

/* .recherche button:hover,
.recherche-accueil button:hover {
    color: #333;
    background-color: rgba(0,0,0,0);
} */

/* ***** Bouton retour haut ***** */
#btnTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #333;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 15px;
    opacity: 0.8;
    transition-property: color, box shadow, opacity;
    transition-duration: 0.8s;
}

#btnTop:hover {
    color: #ffd20c;
    box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.4);
    opacity: 1;
}

/* ********** MAIN ********** */
/* ***** Tendances ***** */
.tendances a {
    text-decoration: none;
    color: black;
}

.tendances h3 {
    text-align: center;
    margin-top: 15px;
}

.tendances .selection {
    margin: 40px 0;
    min-height: 400px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.tendances .selection::-webkit-scrollbar {
    display: none;
}

.tendances .selection .item {
    border: 1px solid #333;
    box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.2);
    height: 360px;
    width: 260px;
    padding: 10px;
    margin: 10px 15px;
    box-sizing: border-box;
    opacity: 0.9;
}

.tendances .selection .item:hover {
    opacity: 1;
    transform: scale(1.05);
    transition: 0.4s ease-in-out;
}

.tendances .selection .item .photo_item {
    width: 240px;
    height: 200px;
    overflow: hidden;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.tendances .selection .item .photo_item img {
    width: 100%;
}

.tendances .selection .item_homme {
    box-shadow: 8px 8px 16px 0px rgba(0,0,0,0.2);
    height: 360px;
    width: 260px;
    margin: 10px 15px;
    padding: 10px;
    box-sizing: border-box;
    opacity: 0.9;
    background-image: url('../visuels/img/produits/homme/pantalons/pantalon6_4.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: flex-end;
}

.tendances .selection .item_femme {
    box-shadow: 8px 8px 16px 0px rgba(0,0,0,0.2);
    height: 360px;
    width: 260px;
    margin: 10px 15px;
    padding: 10px;
    box-sizing: border-box;
    opacity: 0.9;
    background-image: url('../visuels/img/produits/femme/jupes/jupe2_4.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: flex-end;
}

.tendances .selection .item_homme:hover, 
.tendances .selection .item_femme:hover {
    opacity: 1;
    transform: scale(1.05);
    transition: 0.4s ease-in-out;
}

.tendances .selection .item .acheter {
    width: 240px;
    box-sizing: border-box;
    border: 1px solid #333;
    color: white;
    background-color: #333;
    padding: 5px 3px;
    font-size: 1.4em;
    font-weight: 300;
    text-transform: uppercase;
    transition-property: background-color, color, box-shadow;
    transition-duration: 0.8s;
}

.tendances .selection .item_homme .acheter, 
.tendances .selection .item_femme .acheter {
    width: 70%;
    height: 40%;
    box-sizing: border-box;
    border: 1px solid #333;
    color: white;
    background-color: #333;
    padding: 5px 3px;
    font-size: 1.4em;
    font-weight: 300;
    text-transform: uppercase;
    opacity: 0;
    transition-property: background-color, color, box-shadow opacity;
    transition-duration: 0.8s;
    margin: auto auto;
}

.tendances .selection .item .acheter:hover, 
.tendances .selection .item_homme .acheter:hover, 
.tendances .selection .item_femme .acheter:hover {
    background-color: #ffd20c;
    color: #333;
    box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.2);
    opacity: 1;
}

/* ***** Bandeau ***** */
.bandeau {
    width: 100%;
    min-height: 150px;
    background-color: #ffd20c;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #333333;
    border-top: 1px solid #333333;
}

.bandeau .choisir {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.bandeau .choisir .avantage {
    margin: 5px 20px;
}

.bandeau .choisir .avantage i {
    font-size: 40px;
    margin: 15px;
}

.bandeau .choisir .avantage p {
    font-size: 16pt;
    line-height: 0.95em;
}

/* ***** Avis ***** */
.avis h3 {
    text-align: center;
    margin-top: 15px;
}

.avis .evaluer {
    min-height: 300px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding: 15px 0;
}

.avis .evaluer::-webkit-scrollbar {
    display: none;
}

.avis .evaluer .client {
    border: 1px solid #333;
    min-width: 400px;
    height: 260px;
    padding: 20px;
    margin: 15px;
    box-sizing: border-box;
    box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.2);
    background-color: rgb(240, 240, 240);
    text-align: justify;
    overflow: hidden;
}

.avis .evaluer .client .auteur {
    text-align: right;
    font-style: italic;
}

.laisser-avis {
    margin: 30px auto;
    width: 60%;
    min-width: 390px;
    border: 1px solid #333;
    box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.2);
    background-color: rgb(240, 240, 240);
    height: fit-content;
    padding: 25px;
    opacity: 0.98;
}

.laisser-avis p {
    text-align: justify;
}

/* ***** Panier ***** */

.article-panier {
    width: 360px;
    height: 80px;
    display: flex;
    margin: 10px auto;
    border: 1px solid #333;
    flex-wrap: nowrap;
}

.article-panier p {
    font-size: 0.9em;
    line-height: 0.98em;
}

.photo-panier {
    width: 110px;
    height: 100%;
    overflow: hidden;
}

.photo-panier img {
    width: 100%;
}

.description-panier {
    width: auto;
    height: 100%;
    padding: 10px 5px;
    text-align: left;
}

.prix-panier {
    width: 60px;
    height: 100%;
    padding: 10px 2px;
    border-left: 1px solid #333;
}

#total {
    font-weight: 700;
    font-size: 1.2em;
    text-align: center;
    margin: 0 auto;
    color: #333;
}

#cgv {
    font-style: italic;
    font-size: 0.9em;
    font-weight: 300;
    color: #333;
    text-align: center;
}


/* ********** FOOTER ********** */
footer {
    background-color: #333;
    padding-top: 10px;
    padding-bottom: 10px;
}

.blocs-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.blocs-footer .bloc {
    width: 480px;
    padding: 30px;
    box-sizing: border-box;
}

footer .trait {
    height: 1px;
    width: 75%;
    background-color: #ffd20c;
    margin: 10px auto;
}

footer h3, footer p, footer a {
    color: white;
    text-align: justify;
}

footer input {
    border: 0;
    width: 85%;
}

footer button {
    border: none;
    outline: none;
    background-color: rgba(0,0,0,0);
    color: white;
    font-size: 1.2em;
}

footer button:hover {
    color: #ffd20c;
}

.social a {
    display: inline-block;
    padding: 0 20px;
    font-size: 1.2em;
}

.bas p {
    text-align: center;
}

#impression {
    display: block;
    width: fit-content;
    background-color: #333;
    border: 1px solid white;
    font-size: 0.8em;
    color: white;
    text-align: center;
    margin: 5px auto;
}

#impression:hover {
    color: #ffd20c;
    border: 1px solid #ffd20c;
}

h1.plan-du-site {
    text-align: center;
    font-size: 36px;
    color: #333;
}

h2.plan-du-site {
    text-align: center;
    font-size: 26px;
    color: rgb(70, 70, 70);
}

h3.plan-du-site {
    text-align: center;
    font-size: 16px;
    color: rgb(85, 85, 85);
}


/* ********** RESPONSIVE ********** */

/***** Menu + scroll x ***** */
@media screen and (max-width: 580px) {
    .menu a, .dropdown .dropbtn {
      display: none;
    }
    .menu a.icon {
      float: right;
      display: block;
    }
    .menu {
        padding-left: 0;
    }
    .tendances .selection,
    .avis .evaluer {
        justify-content: left;
    }
    .menu .droite {
        opacity: 1;    
    }
}

/***** Menu hamburger ***** */
@media screen and (max-width: 580px) {
    .menu.responsive {position: fixed;}
    .menu.responsive a.icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .menu.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
    .droite a {
        display: none;
      }
    .menu.responsive .dropdown, .droite {float: none;}
    .menu.responsive .dropdown-content, .droite {position: relative;}
    .menu.responsive .dropdown .dropbtn, .droite {
      display: block;
      width: 100%;
      text-align: left;
    }
    .menu .ecrit {
        display: inline;
    }
}

/* ***** Accueil ***** */
@media screen and (max-width: 580px) {
    .image-accueil .image-homme,
    .image-accueil .image-femme {
        min-width:390px;
        width: 90%;
        margin: 15px auto;
    }
}

/* ***** Avis ***** */
@media screen and (max-width: 580px) {

    .avis .evaluer .client {
        width: 90%;
    }
    .laisser-avis {
        min-width: 300px;
        max-width: 340px;
        padding: 20px 10px;
    }
    .article-panier {
        max-width: 320px;
    }
}