/* CASCADE STYLE SHEET */

/* Gold theme */
:root{
	--theme-black-color: #222222;
	--theme-dark1-color: #353535;
	--theme-dark2-color: #303030;
	--theme-grey1-color: #808080;
	--theme-grey2-color: #aaaaaa;
	--theme-grey3-color: #cccccc;
	--theme-grey4-color: #f8f8f8;
	--theme-pink1-color: #ff14bf;
	--theme-pink2-color: #ff57ec;
	--theme-pink3-color: #fde2e4;
	--theme-braun-color: #851B1B;
	--theme-gold-color: #ffff00;
}

/* GLOBALS */
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* HEADER */
header{
    display:flex;
    flex-direction: column; 
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    min-height: 80px;
    max-height: auto;
}

a{
	color: var( --theme-dark1-color );
	width: fit-content;
	padding: 10px;
	text-decoration: none;
}

.flex-row{
    width: 100%;
    height:auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

#burger-menu-img{
    max-width: 3em;
}

.logo-femme-epicee{
    max-width: 100px;
    margin: 30px;
}

#main-menu{
    position: absolute;
    background-color: var( --theme-braun-color );
    top: 100px;
    width: 100%;
    z-index: 100;
    display: none;
}

#main-menu a{
    color: var( --theme-gold-color );
}

#main-menu a:hover,#main-menu a.selected{
    color: white;
}

.menu-item,.menu-item-0,.menu-item-1{
    padding: 10px;
    text-transform: uppercase;
    font-size: larger;
    font-weight: bolder;
    width:fit-content;
}

.menu-item-1{
    margin: 10px;
}

.menu-item-0{
    color: var( --theme-gold-color );
}

.menu-item-1{
    background-color: var( --theme-braun-color );
    color: var( --theme-gold-color );
}

.menu-item:hover,.menu-item.selected{
    border-radius: 30px;
    color: var( --theme-grey4-color );
}

a:hover{
	text-decoration: underline;
}


.menu-ul{
    width: 100%;
	padding: 0px;
    display:flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: baseline;
}

.menu-li{
    width: 100%;
	list-style-type: none;
    padding: 10px;
    color: var( --theme-gold-color );
}

/* MAIN */

main{
    position:relative;
    margin: 0;
    padding: 0;
}

.presentation-produit,.presentation-artiste{
	font-style: italic;
	font-size: 30px;
}

.titre-produit{
	font-size: 30px;
}

.titre-artiste{
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
}

.extrait-produit{
    max-width: 750px;
}

.presentation-produit{
	text-align: center;
}

.titre-principal{
    border-radius: 70px;
    min-height: 140px;
    max-height: 140px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0;
    justify-content: center;
    align-items: center;
	margin: 20px 10px;
    padding: 10px 20px;
	background-color: var( --theme-braun-color );
	color:  var( --theme-gold-color );
}

.titre-principal a{
	font-style: italic;
	color:  var( --theme-gold-color );
}

.titre-principal a:hover{
	color: white;
}

h2,.h2{
	font-size: 3.2em;
	padding: 20px;
	text-align: center;
}

h3{
	font-size: 2.8em;
	padding: 20px;
	text-align: center;
}

img{
    max-width: 90vw;
}

section{
    position:relative;
    width:100vw;
}

section.section-1{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 10px;
}

section.section-1>a{
    color: #CC3366;
}

h1{
    font-size: 5em;
    font-weight: normal;
}

h2{
    font-size: 3em;
    font-weight: normal;
}

a.bouton{
    background-color: var( --theme-braun-color );
    color: white;
    font-size: 1.5em;
    text-transform: uppercase;
    padding: 1.25em;
    margin-top: 1em;
    border-radius: 5em;
}

nav.sub-menu{
    width:80%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

img.artiste-img{
    min-height: 120px;
    max-height: 120px;
}
section.section-2{
    position: relative;
    min-height: 50em;
    background-color: var( --theme-pink3-color );
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

section.section-2>#artiste-et-professeur{
    position: relative;
    left: -5em;
    min-width: 750px;
    max-width: 750px;
    min-height: 50em;
    max-height: 50em;
}

p{
    text-align: left;
    font-size: 1.4em;
    padding: 1.25em 0 1.25em;
}

section.section-2>#artiste-et-professeur-img{
    position: relative;
    transition: left 1s ease-out;
    min-height:50em;
    max-height:50em;
}
#fe-0225op{
    position: absolute;
    left: 100vw;
    transition: left 1s ease-out;
    min-height:50em;
    max-height:50em;
}
#fe-0225op.mymove-animation{
    left: -10vw;
}
section.section-2>#artiste-et-professeur>h1{
    min-width: 600px;
    max-width: 600px;
    position: absolute;
    top: 5em;
    transition: top 1s ease-out;
}
section.section-2>#artiste-et-professeur>h1.mymove-animation{
    top: 1em;
}
section.section-2>#artiste-et-professeur>p{
    min-width: 750px;
    max-width: 750px;
    position: absolute;
    top: 15em;
    transition: top 1s ease-out;
}
section.section-2>#artiste-et-professeur>p.mymove-animation{
    top: 17em;
}
section.section-2>#artiste-et-professeur>a{
    position: absolute;
    top: 22em;
}

section.section-3{
    position:relative;
    min-height: 70em;
    display:flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

section.section-3>.section-4,section.section-3>.section-5{
    position: relative;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

section.section-3>.section-4>#howald-23-03-2007-01{
    position: relative;
    min-height: 600px;
    min-width:680px;
    top:0;
}

section.section-3>.section-4>#howald-23-03-2007-01>#howald-23-03-2007-01-img{
    position: absolute;
    top: -600px;
    left: 0;
    z-index: -5;
    transition: top 1s ease-out;
    margin: 0px -38px 0px -48px;
    padding: 0px 38px 40px 50px;
    background-image: url("https://femme-epicee.com/wp-content/uploads/2022/05/accent-rectangle.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 514px auto;
}
section.section-3>.section-4>#howald-23-03-2007-01>#howald-23-03-2007-01-img.mymove-animation{
    top: 0;
}

section.section-3>.section-4>#mon-ecole-de-danse-africaine{
    position:relative;
    min-height: 600px;
    min-width: 680px;
    max-width: 680px;
    padding:40px;
    background-color: var( --theme-grey4-color );
}

section.section-3>.section-4>#mon-ecole-de-danse-africaine>h2{
    min-width: 600px;
    max-width: 600px;
    position: absolute;
    top: 5em;
    transition: top 1s ease-out;
}
section.section-3>.section-4>#mon-ecole-de-danse-africaine>h2.mymove-animation{
    top: 1em;
}
section.section-3>.section-4>#mon-ecole-de-danse-africaine>p{
    min-width: 600px;
    max-width: 600px;
    position: absolute;
    top: 8em;
    transition: top 1s ease-out;
}
section.section-3>.section-4>#mon-ecole-de-danse-africaine>p.mymove-animation{
    top: 10em;
}
section.section-3>.section-4>#mon-ecole-de-danse-africaine>a{
    position: absolute;
    top: 15em;
}

section.section-3>.section-5>#sourire{
    position:relative;
    min-width:600px;
    max-width:600px;
    min-height: 600px;
    min-width:680px;
    padding:40px;
}

section.section-3>.section-5>#sourire>h2{
    position:absolute;
    min-width:600px;
    max-width:600px;
    top: 5em;
    transition: top 1s ease-out;
}

section.section-3>.section-5>#sourire>h2.mymove-animation{
    top: 1em;
}

section.section-3>.section-5>#sourire-img{
    position:relative;
    top:0px;
    min-height: 500px;
    min-width: 680px;
    display:flex;
    flex-direction: row;
    justify-content:space-between;
    align-items: center;
}

section.section-3>.section-5>#sourire-img>#hohwald-23-03-2007-08mm{
    position: relative;
    min-height: 500px;
    min-width: 380px;
}
section.section-3>.section-5>#sourire-img>#hohwald-23-03-2007-08mm>#hohwald-23-03-2007-08mm-img{
    position: absolute;
    top: 300px;
    z-index: -5;
    transition: top 1s ease-out;
}

section.section-3>.section-5>#sourire-img>#hohwald-23-03-2007-08mm>#hohwald-23-03-2007-08mm-img.mymove-animation{
    top: 0px;
}

section.section-3>.section-5>#sourire-img>#fe-00502{
    position: relative;
    min-height: 500px;
    min-width: 380px;
}
section.section-3>.section-5>#sourire-img>#fe-00502>#fe-00502-img{
    position: absolute;
    top: -300px;
    z-index: -5;
    transition: top 1s ease-out;
}

section.section-3>.section-5>#sourire-img>#fe-00502>#fe-00502-img.mymove-animation{
    top: 0px;
}

.section-7,.section-8,.section-9,.section-10{
    height:auto;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.section-7{
    background-image: url(https://femme-epicee.com/wp-content/uploads/2022/05/femme-epicee-bck-3-1.jpg);
}

.section-8{
    background-color: var( --theme-braun-color );
}

section.biographie,section.biographie-2{
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
div.voir-les-photos{
    flex:1;
    margin: 40px;
    display:flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
div.ma-biographie,div.ma-biographie-2{
    flex: 1.2;
    margin: 40px;
    display:flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
div.ma-biographie-4{
    flex: 0.8;
}
a#voir-les-photos{
    background-color: var( --theme-braun-color );
    color: white;
    font-size: 30px;
    font-weight: bolder;
    margin: 40px 0;
    padding: 20px;
}
.normal{
    width:100%;
    text-align: justify;
}
.normal1{
    text-align: justify;
}
.normal2{
    text-align: center;
}
p.normal,p.normal1,p.normal2{
    font-size: large;
    margin:0;
    padding: 20px;
}
section.articles-de-presse{
    padding: 50px;
    background-color: var( --theme-braun-color );
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
section.articles-de-presse img{
    height:100%;
}
div.article-de-presse{
    flex:1;
    color: white;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
section.concerts-passes-et-futurs{
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-image: url(https://femme-epicee.com/wp-content/uploads/2022/05/femme-epicee-bck-3-1.jpg);
}
div.concert-passe-et-futur{
    flex:1;
    padding: 20px 100px;
}
section.discographie{
    background-image: url(https://femme-epicee.com/wp-content/uploads/2022/05/femme-epicee-bck-3-1.jpg);
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
section.cours-de-danse{
    background-image: url(https://femme-epicee.com/wp-content/uploads/2022/05/femme-epicee-bck-3-1.jpg);
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.color-braun{
    color: var( --theme-braun-color );
}
.cours-de-danse-left,.cours-de-danse-right{
    margin:40px;
    flex:1;
    display:flex;
    flex-direction: column;
    justify-content: center;
}
.cours-de-danse-left,.cours-de-danse-right{
    align-items: start;
}
.cours-de-danse-right{
    align-items: end;
}
h1.color-braun{
    font-size:100px;
}
section.danse-africaine{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.flex-1{
    flex: 1;
}
section.videos{
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
section.albums-sortis{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.margin-30{
    margin: 30px;
}
section.nos-points-de-vente{
    background-color: #f7f7f7;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
section.animation-de-soiree{
    background-color: #f7f7f7;
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.border-1{
    border: #000000 solid 1px;
}
.flex-column{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 40px;
}
.st-sylvestre-img{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex:1;
    margin: 0 50px;
}
.flex-column-img{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    flex:1;
    margin: 0 50px;
}
.flex-column-left{
    flex: 1;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    margin: 0;
    padding: 40px;
}
div.flex-column>img{
    margin: 20px;
}
img.wp-image-289{
    width: 489px;
    margin: 20px;
}
img.wp-image-290{
    margin: 50px;
}

td{
    padding: 15px;
}
table{
    width:1100px;
}
tr:nth-child(odd) {
    background-color: #eeeeee;
    color: black;
}
h2.inscription{
    text-decoration: underline;
    text-align: center;
}

section.st-sylvestre{
    background-image: url(https://femme-epicee.com/wp-content/uploads/2022/05/femme-epicee-bck-3-1.jpg);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
section.photo-video{
    background-image: url(https://femme-epicee.com/wp-content/uploads/2022/05/femme-epicee-bck-3-1.jpg);
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
img.bord-blanc{
    margin:15px;
    border-color: white;
    border-style: solid;
    border-width: 5px;
}
img.height-221{
    height: 221px;
    max-height: 221px;
}

.margin-top{
    margin-top: 25px;
}

.artiste,.artiste-2,.produit-tri,.user{
    gap: 20px;
	border-radius: 40px;
	margin: 10px;
	padding: 0px 40px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.artiste-2,.produit-tri{
    min-height: 280px;
    max-height: 280px;
	border-radius: 140px;
	gap: 0;
}

.categorie-produit{
    font-size: 2em;
}
.nb-produit{
    font-size: 1.8em;
    font-style: italic;
}

.artiste-a,.user-a,a.deconnecter{
	margin: 0;
	padding: 10px;
	cursor: pointer;
	font-weight: bolder;
	font-size: larger;
	text-decoration: none;
}

.artiste-figure,.user-figure{
	margin: 0;
	padding: 10px;
	border-radius: 20vw;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	background-color: var( --theme-gold2-color );
}

.produit{
	margin: 10px;
	padding: 10px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
}

.produit-a,.lien-achat,h2>a{
	margin: 20px;
	padding: 2.5vw;
	width: 80%;
	border-radius: 20vw;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-evenly;
	align-items: center;
	cursor: pointer;
	font-weight: normal;
	font-size: large;
	text-decoration: none;
}

.lien-achat,h2>a{
	background-color: var( --theme-braun-color );
	color: var( --theme-gold-color );
	font-size: 40px;
}

.lien-achat:hover,h2>a:hover{
    color: white;
}

.produit-tri{
	margin:5vw;
	padding: 5vw;
	width: 80%;
	border-radius: 20vw;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 10px;
	justify-content: space-evenly;
	align-items: center;
	cursor: pointer;
	font-weight: normal;
	font-size: large;
	text-decoration: none;
	background-color: var( --theme-gold2-color );
}

.produit-tri .produit-a{
	margin: 0;
	padding: 0;
	width: 100%;
}

.ordres-de-tri{
	font-style: italic;
}

.nb-produits{
	opacity: calc(0.35);
    font-style:italic;
}

.extrait-produit{
	width: 90%;
	text-align: center;
}

a.deconnecter{
	margin:5vw;
	padding: 5vw;
	border-radius: 20vw;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background-color: var( --theme-gold2-color );
}

.artiste-a:hover,.user-a:hover,a.deconnecter:hover{
	text-decoration: underline;
}

img.artiste-img,.user-img{
	border-radius: 30%;
}

.user-img{
	max-width: 20vw;
}

article{
	display: flex;
	flex-direction: column;
	align-items: start;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
    padding: 25px;
	color: var( --theme-display-text-color );
}

textarea,input,select,option
{
	background-color: var( --theme-dark-color );
	color: var( --theme-grey-color );
}

button{
    margin: 10px;
    padding: 10px;
    color:black;
    font-weight: 700;
	border-radius: 25px;
    background-color: #ff7f27;
}

button:hover{
    background-color: #ffaf00;
}

label
{
	color: var( --theme-black-color );
}

p{
	text-align: justify;
	padding: 35px;
	font-size: 1.6em;
	color: var( --theme-black-color );
}

.align-right{
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.signature-div{
	display: flex;
	flex-direction: row;
	align-items: end;
	flex-wrap: wrap;
	justify-content: flex-end;
	max-width: 300px;
	max-height: 150px;
    margin-bottom: 2em;
	margin-right: 4em;
}

.signature-a{
	position:relative;
	flex:1;
}

.signature-figure{
	display: flex;
	flex-direction: row;
	align-items: end;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 300px;
	max-height: 150px;
}

.signature-img{
	max-width: 150px;
	max-height: 150px;
	border-radius: 75px;
    transform: scale(1);
    filter: grayscale(0);
    transition: transform 0.5s ease-out, filter 0.1s linear;
}

.signature-a:hover .signature-img{
    transform: scale(1.2);
    filter: grayscale(0.2);
}

.signature-figure figcaption{
	width: auto;
	font-size: large;
	color: var( --theme-black-color );
	margin: 1em 0;
}

section.gallerie-photos{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
section.gallerie-photos>div{
    width: 65vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
/* FOOTER */
footer,.footer-1,.footer-2{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.footer-1{
    background-image: url( '/img/pattern-footer.png' );
    width: 100%;
}

.footer-1 p{
    text-align: center;
    padding: 10px;
}

.logo-femme-epicee-footer{
    max-width: 200px;
    min-height: auto;
    max-height: auto;
    height: auto;
    margin: 25px 10px 10px;
}

.footer-2{
    background-color: var( --theme-black-color );
    width: 100%;
    padding:5px;
}

#socials-menu{
    width: 100%;
    text-align: center;
}

#mention-legales,#copy-rights{
    width: 100%;
    padding: 10px;
    color: white;
    text-transform: uppercase;
    font-weight: bolder;
    text-align: center;
}

.socials-ul{
    width: 100%;
    display:flex;
    flex-direction: row;
    justify-content:space-evenly;
    align-items: baseline;
}

.socials-li{
    width: fit-content;
	list-style-type: none;
}

.socials-item{
    padding: 10px;
    color: white;
    text-transform: uppercase;
    font-weight: bolder;
}
main>form{
    width:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media screen and (width < 1400px) {
    table{
        width:94vw;
    }
}
@media screen and ( width < 1000px ) {
    section.section-2{
        flex-direction: column-reverse;
    }

    h2>a{
        flex-wrap: nowrap;
        font-size: 40px;
    }

    section.section-2>#artiste-et-professeur-img{
        min-height:25em;
        max-height:25em;
    }
    
    #fe-0225op{
        min-height:25em;
        max-height:25em;
    }
    #fe-0225op.mymove-animation{
        left:-7em;
    }

    .h2{
        font-size: 2em;
    }

    h3{
        font-size: 1.5em;
    }

    section.section-2>#artiste-et-professeur{
        min-height:25em;
        max-height:25em;
        left: 0;
        min-width:80vw;
        max-width:80vw;
    }

    section.section-3{
        min-width: 100vw;
    }
    
    section.section-3>.section-4>#howald-23-03-2007-01{
        /* min-height: 80vw; */
        min-width:80vw;
    }
    
    section.section-3>.section-4>#mon-ecole-de-danse-africaine{
        min-width: 100vw;
        max-width: 100vw;
        min-height: 420px;
        max-height: 420px;
    }

    section.section-3>.section-4>#mon-ecole-de-danse-africaine>h2,section.section-2>#artiste-et-professeur>h1{
        font-size: 3em;
        min-width: 80vw;
        max-width: 80vw;
    }

    section.section-3>.section-4>#mon-ecole-de-danse-africaine>p,section.section-2>#artiste-et-professeur>p{
        font-size: 1em;
        min-width: 80vw;
        max-width: 80vw;
        top: 8em;
    }
    
    section.section-3>.section-4>#mon-ecole-de-danse-africaine>p.mymove-animation,section.section-2>#artiste-et-professeur>p.mymove-animation{
        top: 18em;
    }
    section.section-3>.section-4>#mon-ecole-de-danse-africaine>a,section.section-2>#artiste-et-professeur>a{
        position: absolute;
        top: 22em;
    }
    section.section-3>.section-4>#mon-ecole-de-danse-africaine>p.mymove-animation,section.section-2>#artiste-et-professeur>p.mymove-animation{
        top: 11em;
    }
    section.section-3>.section-4>#mon-ecole-de-danse-africaine>a,section.section-2>#artiste-et-professeur>a{
        position: absolute;
        top: 11em;
    }
    section.section-2>#artiste-et-professeur{
        left: 1em;
    }
    
    section.section-3>.section-5{
        min-width:100vw;
        max-width:100vw;
        padding:0;
        min-height: 420px;
        max-height: 420px;
    }

    section.section-3>.section-5>#sourire{
        min-width:100vw;
        max-width:100vw;
        padding:0;
        min-height: 120px;
        max-height: 120px;
    }

    section.section-3>.section-5>#sourire>h2{
        min-width:100vw;
        max-width:100vw;
        padding:0 10vw;
        font-size: 2em;
    }

    section.section-3>.section-5>#sourire-img{
        min-width:100vw;
        max-width:100vw;
        padding:0;
        margin:0;
        min-height: 300px;
        max-height: 300px;
    }

    section.section-3>.section-5>#sourire-img>#hohwald-23-03-2007-08mm{
        min-width:45vw;
        max-width:45vw;
        padding: 0;
        margin:0;
        min-height: 300px;
        max-height: 300px;
    }
    section.section-3>.section-5>#sourire-img>#fe-00502{
        min-width:45vw;
        max-width:45vw;
        padding: 0;
        margin:0;
        min-height: 300px;
        max-height: 300px;
    }

    section.section-3>.section-5>#sourire-img>#hohwald-23-03-2007-08mm>#hohwald-23-03-2007-08mm-img{
        min-width:40vw;
        max-width:40vw;
    }
    section.section-3>.section-5>#sourire-img>#fe-00502>#fe-00502-img{
        min-width:40vw;
        max-width:40vw;
    }
    #cd-fe-img{
        border-top-color: black;
        border-top-style: solid;
        border-top-width: 1px;
        min-width: 100vw;
        max-width: 100vw;
    }
    img.artiste-img{
        min-height: 75px;
        max-height: 75px;
    }

}

@media screen and ( width < 750px ) {

    .categorie-produit{
        font-size: 1.5em;
    }
    .nb-produit{
        font-size: 1.2em;
        font-style: italic;
    }
    
    .lien-achat{
        font-size: 20px;
    }

    h2>a{
        font-size: 32px;
    }

    .presentation-produit,.presentation-artiste{
        font-size: 15px;
    }
    
    .titre-produit{
        font-size: 20px;
    }
    
    img.artiste-img{
        min-height: 50px;
        max-height: 50px;
    }

    .h2{
        font-size: 1.2em;
    }

    h3{
        font-size: 1em;
    }

    .artiste-2,.titre-principal,.produit-tri{
        border-radius: 70px;
        min-height: 140px;
        max-height: 140px;
        padding: 10px 20px;
    }
    .titre-principal a,.artiste a{
        padding: 0;
    }

    .produit-a{
        margin: 20px;
        padding: 2.5vw;
        width: 100%;
    }
    
    h2,.h2,h3,.h3{
        margin: 2px;
        padding: 10px;
    }
}

@media screen and ( width < 550px ) {

    main{
        padding: 7px;
    }

    .menu-item-1{
        font-size: 16px;
    }
        
    .artiste{
        padding:2vw;
    }

    h2>a{
        font-size: 28px;
    }

    .artiste-2,.titre-principal,.produit-tri{
        border-radius: 60px;
        min-height: 120px;
        max-height: 120px;
        margin: 0px;
        padding: 10px 10px;
        gap:0;
    }

    .titre-principal{
        border-radius: 40px;
        min-height: 80px;
        max-height: 80px;
    }

    .titre-principal a,.artiste a{
        margin:0;
        padding: 0;
    }
    
    .produit-a{
        margin: 20px;
        padding: 2.5vw;
        width: 100%;
    }
    
    h2,.h2,h3,.h3{
        margin: 2px;
        padding: 2px;
    }

    img.artiste-img{
        min-height: 35px;
        max-height: 35px;
    }

    .h2{
        font-size: 1em;
    }

    h3{
        font-size: 0.8em;
    }

    .artiste a.lien-achat{
        font-size: 15px;
        padding: 15px;
        flex-wrap: wrap;
    }
}

@media screen and ( width < 400px ) {

    main{
        padding: 5px;
    }
    
    .categorie-produit{
        font-size: 1.2em;
    }
    .nb-produit{
        font-size: 1em;
        font-style: italic;
    }

    .menu-item-1{
        font-size: 12px;
    }
    
    .presentation-produit,.presentation-artiste{
        font-size: 12px;
    }
    
    h2>a{
        font-size: 20px;
    }

    .artiste-2,.titre-principal,.produit-tri{
        border-radius: 20px;
        min-height: 120px;
        max-height: 120px;
        margin: 0px;
        padding: 10px 10px;
        gap:0;
    }
    .titre-principal{
        border-radius: 40px;
        min-height: 80px;
        max-height: 80px;
    }
    .titre-principal a,.artiste-2 a,.produit-tri{
        margin:0;
        padding: 0;
    }

    .logo-femme-epicee-footer{
        max-width: 150px;
    }
    
    .artiste a.lien-achat{
        font-size: 15px;
        padding: 15px;
    }

    .produit-a{
        margin: 20px;
        padding: 2.5vw;
        width: 100%;
    }
    
    h2,.h2,h3{
        margin: 2px;
        padding: 2px;
    }

    img.artiste-img{
        min-height: 25px;
        max-height: 25px;
    }
    
    h2{
        font-size: 1.8em;
    }

    .h2{
        font-size: 0.8em;
    }

    h3,.h3{
        font-size: 0.65em;
    }
}

@media screen and ( width < 250px ) {

    .presentation-produit,.presentation-artiste{
        font-size: 10px;
    }
    
    h2>a{
        font-size: 14px;
    }

    .menu-item-1{
        font-size: 9px;
    }
    
    .categorie-produit{
        font-size: 1em;
    }
    .nb-produit{
        font-size: 0.85em;
        font-style: italic;
    }
    
    .logo-femme-epicee-footer{
        max-width: 100px;
    }
    
    main{
        padding: 3px;
    }
    
    .artiste-2,.titre-principal,.produit-tri{
        border-radius: 20px;
        min-height: 200px;
        max-height: 200px;
        margin: 0px;
        padding: 10px 10px;
        gap:0;
    }

    .titre-principal{
        border-radius: 40px;
        min-height: 80px;
        max-height: 80px;
    }
    .titre-principal a,.artiste-2 a,.produit-tri{
        margin:0;
        padding: 0;
    }

    .artiste a.lien-achat{
        font-size: 12px;
        padding: 12px;
    }

    .produit-a{
        margin: 20px;
        padding: 1.5vw;
        width: 100%;
    }
    
    h2,.h2,h3{
        margin: 2px;
        padding: 2px;
    }

    img.artiste-img{
        min-height: 25px;
        max-height: 25px;
    }
    
    h2{
        font-size: 1.4em;
    }

    .h2{
        font-size: 0.7em;
    }

    h3,.h3{
        font-size: 0.6em;
    }
}

@media screen and ( width > 1000px ) {

    .menu-item{
        text-align: center;
        border-radius: 30px;
        padding: 10px;
        color: var( --theme-gold-color );
        text-transform: uppercase;
    }

    .logo-femme-epicee{
        max-width: 300px;
    }
    
    header{
        min-height: 250px;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .menu-item-0{
        display: none;
    }

    .menu-item-1{
        display: none;
    }

    #main-menu{
        position: relative;
        top: 0px;
        background-color: var( --theme-braun-color );
        color: var( --theme-gold-color );
        width: 100%;
        display: flex;
    }
    
    .menu-ul{
        flex-direction: row;
        align-items: center;
        padding: 10px;
    }
    
    .menu-li{
        text-align: center;
    }

    #socials-menu{
        width: 40%;
    }
    
    #mention-legales{
        width: 20%;
    }

    #copy-rights{
        width: 40%;
    }

    .footer-2{
        flex-direction: row-reverse;
    }

}

.flash-success,.flash-error,.flash-warning{
	margin: 10px 5%;
	padding: 30px;
	border-radius: 45px;
	color: black;
	font-size: 30px;
    text-align: center;
}

.flash-success{
	background-color: #00ff00;
}
.flash-error{
	background-color: red;
}
.flash-warning{
	background-color: orange;
}
