*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  height: fit-content;
  height: 100%;
}


body{
    margin:0;
    width:100%;
    position: relative;
    height: 100%;
    
}
header{
    background: linear-gradient(120deg,#b1abf4, 20%,#ebcbe7, 80% ,#fea680);
    position: sticky;
    top:0px;
    z-index: 1000;
}

header div, header nav,header a {
    display:flex;
    align-items: center;
}

main{
    position:relative;
    min-height: fit-content;
    height: 100%;
    padding-bottom:100px;
}

#titre{
    width:20%;
    justify-content: center;
    min-width: max-content;
}

h1, h2{
    text-align: center;
}

header h1{
    font-size: 2.5rem;
}

header nav {
    justify-content: flex-end; 
    width: 40%;
    min-width: max-content;
}

nav p#dev, nav p#danse, nav p#ongles{
    text-decoration: none;
    color: black;
    font-size: 1.7rem;
    padding: 10px;
    margin: 5px;
    min-width: max-content;
}

nav p:hover{
    scale: 110%;
}

nav a, nav a:visited{
    text-decoration: none;
}

header div#logosite{
    width: 200px;
    height: auto;
    padding-top: 15px;
    padding-left: 15px;
}

#logo-container{
    justify-content: flex-start;
    width: 40%;
    min-width: max-content;
}

#toutheader{
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#lienaccueil{
    display: block;
    height: 100%;
    width: 100%;
}

#lienaccueil img{
    width: 100%;
}

#section_ongles, #section_dev, #section_danse{
    position: relative;
}

.non_survol{
    display: none;
}


footer {
  width: 100%;
  background: #262626;
  position:relative;
 margin-bottom:0;
 display: flex;
 justify-content: space-between;
 align-items: center;
}

footer ul {
    height: 100%;
  display: flex;
  position: relative;
  margin-top:10px;
  align-items:center;
  justify-content:center;
  margin-bottom: 10px;
}

footer ul li {
  list-style: none;
  display: block;
  height: 100%;
  align-content: center;
}

footer ul li a {
  width: 80px;
  max-height: 80px;
  background-color: #fff;
  text-align: center;
  line-height: 80px;
  font-size: 35px;
  margin: 0 10px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 3px solid #fff;
  z-index: 1;
}

footer ul li a .icon {
  position: relative;
  color: #262626;
  transition: .5s;
  z-index: 3;
}

footer ul li a:hover .icon {
  color: #fff;
  transform: rotateY(360deg);
}

footer ul li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: .5s;
  z-index: 2;
}

footer ul li a:hover:before {
  top: 0;
}

footer ul li:nth-child(1) a:before{
  background: #3b5999;
}

footer ul li:nth-child(2) a:before{
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366,#bc1888);
}

footer ul li:nth-child(3) a:before {
  background: #0077b5;
}

footer ul li:nth-child(4) a:before {
  background: #dd4b39;
}

footer a#cv{
    text-decoration: none;
    padding-right:40px;
    color: white;
    font-size: 1.2rem;
}

footer a#page_contact{
    text-decoration: none;
    padding-left:40px;
    color: white;
    font-size: 1.2rem;
}

html{
    font-family: Baskerville Old Face;
}

#echange{
    display: flex;
    align-items: center;
}

#echange div{
    width: 50px;
}

#echange img{
    width: 100%;
    height: auto;
}

#echange div a{
    display: block;
    width: 100%;
}





