/*
Theme Name: Comtesse Lea
Theme URI: https://www.comtesse-lea.com
Author: Dorothée Bouyeure
Author URI: https://www.geekmerefille.com
Description: Theme one-page pour présentation du travail de Comtesse Léa
Version: 1.0
*/
html{
	scroll-behavior: smooth;
}

body {
  background: #FFFFFF;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000000;
  margin: 0 auto;
}

a {
	font-family: 'Abel', sans-serif;
	text-decoration: none;
	color: black;
}

a:visited {
	text-decoration: none;
}

header{
	margin-left: 10px;
}

ul{
	margin: 0;
	padding: 0;
}

#top-nav{
	background: #F7F0E8 ;
	display: inline-flex;
	width: 100%;
	min-height: 58px;
	align-items: center;
	position: fixed;
	top: 0;
	border-bottom: solid 1px white;
	z-index: 1;
}

#navigation{
	list-style: none;
	width: 90%;
	
}



.menu{
	text-transform: uppercase;
	margin-left: 20px;
	
}

.menu * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.menu li{
	display: inline-block;
	list-style: outside none none;
	padding: 0;
}

.menu a {
  padding: 1px 6px;
  margin: 0.2em 0;
  display: block;
  color: #000000;
  position: relative;
  text-decoration: none;
	font-size: 20px;
}
.menu a:before,
.menu a:after {
  height: 14px;
  width: 14px;
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
}
.menu a:before {
  left: 0;
  top: 0;
  border-left: 2px solid #000000;
  border-top: 2px solid #000000;
  -webkit-transform: translate(100%, 50%);
  transform: translate(100%, 50%);
}
.menu a:after {
  right: 0;
  bottom: 0;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.menu a:hover,
.menu .current a {
  color: #ffffff;
}
.menu a:hover:before,
.menu .current a:before,
.menu a:hover:after,
.menu .current a:after {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  opacity: 1;
}

#instagram {
	width: 10%;
	text-align: right;
	margin-right: 10px;
}

#qui-suis-je{
	display: flex;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	align-items: center;
	background-image: url("/wp-content/themes/comtesse-lea/img/cerclebg.png");
	background-repeat: no-repeat;
	background-position: bottom right;

}

#qui-suis-je-left{
	width: 40%;
}

#qui-suis-je-left img{
	width: 100%;
	height: 100%;
}

#qui-suis-je-right{
	width: 50%;
	margin-left: 10%;
	
}

.qui-suis-je-title {
	text-align: left;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Abel', sans-serif;
	font-size: 30px;
	color: black;
	font-weight: normal;
}


.qui-suis-je-desc{
	text-align: justify;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.slidercl{
	width: 100%;
	height: 400px;
}

#photographe{
	margin-top: 150px;
}

.photographe-title {
	text-align: left;
    width: 40%;
    margin-left: auto;
    font-family: 'Abel', sans-serif;
    font-size: 30px;
    color: black;
    font-weight: normal;
    height: 50px;
    background: #F7F0E8;
    padding-left: 30px;
    line-height: 50px;
    white-space: nowrap;
	border-bottom-left-radius: 20px;
}

#photographe-content{
	display: flex;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	align-items: center;
}

#photographe-content-left{
	width: 40%;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	
}
#photographe-content-right{
	width: 60%;
	
}

#shows{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 130px;
}

.shows-title{
	font-family: 'Abel', sans-serif;
    font-size: 30px;
    color: black;
    font-weight: normal;
	text-align: center;
}

#shows-content{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}

#shows-content-left{
	width: 30%;
}

#shows-content-left img{
	width: 100%;
	height: auto;
}
#shows-content-center{
	width: 30%;
	margin-left: 5%;
	margin-right: 5%;
	text-align: justify;
	
}

#shows-content-center img{
	width: 100%;
	height: auto;
}

#shows-content-right{
	width: 30%;
}

#shows-content-right img{
	width: 100%;
	height: auto;
}



#modele{
	width: 100%;
	margin-top: 120px;
	background: url(https://lea.geekmerefille.com/wp-content/uploads/2021/08/retro2WEB-0x0.jpg) no-repeat center;
	background-size: 100%;
	min-height: 700px;
	padding-top: 100px;
	
}


.modele-title{
	font-family: 'Abel', sans-serif;
    font-size: 30px;
    color: black;
    font-weight: normal;	
	}

#modele-content{
	width: 30%;
	padding: 30px 20px;	
	text-align: justify;
	background-color: rgba(255, 255, 255, .5);
	margin-left: 65%;
	
}

#make-up{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 130px;
}

.make-up-title{
	text-align: center;
	font-family: 'Abel', sans-serif;
    font-size: 30px;
    color: black;
    font-weight: normal;	
	}

#make-up-photos{
	display: flex;
}

#make-up img{
	width: 99%;
	height: auto ;
	margin-right: 1%;
}

#creations{
	margin-top: 150px;
	margin-bottom: 100px;
}

.creations-title {
	text-align: right;
    width: 40%;
    font-family: 'Abel', sans-serif;
    font-size: 30px;
    color: black;
    font-weight: normal;
    height: 50px;
    background: #F7F0E8;
    padding-right: 30px;
    line-height: 50px;
    white-space: nowrap;
	border-bottom-right-radius: 20px;
}

#creations-content{
	display: flex;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	align-items: center;
}

#creations-content-left{
	width: 60%;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	
}
#creations-content-right{
	width: 40%;
	
}
