@font-face {
  font-family: 'FuturaStd';
  src: url("font/FuturaStd-Light.otf");
}

body {
  font-family: 'FuturaStd';
  padding-top: 10px;
}

.outside {
  position: relative;
  margin: auto;
  width: 150px;
  height: 150px;
  background: #cc3366;
  -webkit-clip-path: polygon(50% 0%, 94% 24%, 94% 75%, 50% 100%, 6% 74%, 6% 25%);
  clip-path: polygon(50% 0%, 94% 24%, 94% 75%, 50% 100%, 6% 74%, 6% 25%);
}

.inside {
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  -webkit-clip-path: polygon(50% 0%, 94% 24%, 94% 75%, 50% 100%, 6% 74%, 6% 25%);
  clip-path: polygon(50% 0%, 94% 24%, 94% 75%, 50% 100%, 6% 74%, 6% 25%);
  background-image: url('img/demiaux_amandine_rose.png');
  background-size: cover;
  margin: auto;
}

.hexa-fond {
  background-image: url('img/hexagon-background-mobile.png');
  background-position: center center;
  background-repeat: no-repeat;
  padding: 80px;
  box-sizing: border-box;
}

.outside2 {
  position: relative;
  margin: auto;
  width: 120px;
  height: 120px;
  background: #cc3366;
  -webkit-clip-path: polygon(50% 0%, 94% 24%, 94% 75%, 50% 100%, 6% 74%, 6% 25%);
  clip-path: polygon(50% 0%, 94% 24%, 94% 75%, 50% 100%, 6% 74%, 6% 25%);
}

.inside2 {
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  -webkit-clip-path: polygon(50% 0%, 94% 24%, 94% 75%, 50% 100%, 6% 74%, 6% 25%);
  clip-path: polygon(50% 0%, 94% 24%, 94% 75%, 50% 100%, 6% 74%, 6% 25%);
  background: white;
  transition: all 0.3s;
}

.inside2:hover {
  background: #FEC847;
  color: white;
}

.inside2 p {
  margin-top: 45px;
}

.outside2 a {
  color: black;
}

.titre {
  font-size: 25px;
}

.sous-titre {
  font-size: 18px;
}


/*pour side a propos*/

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.97);
  overflow-x: hidden;
  transition: 0.5s;
  text-align: center;
}

.sidenav .closebtn {
  position: absolute;
  z-index: 10;
  top: 5px;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  background-color: white;
  border: 1px solid black;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  line-height: 35px;
  text-decoration: none;
}

a.closebtn {
  color: black;
}

.filet-entete {
  border-bottom: 1px solid black;
}

.marge-top {
  padding-top: 50px;
}

.outside-apropos {
  position: relative;
  margin: auto;
  width: 250px;
  height: 250px;
  background: #cc3366;
  -webkit-clip-path: polygon(50% 0%, 94% 24%, 94% 75%, 50% 100%, 6% 74%, 6% 25%);
  clip-path: polygon(50% 0%, 94% 24%, 94% 75%, 50% 100%, 6% 74%, 6% 25%);
}

.inside-apropos {
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  -webkit-clip-path: polygon(50% 0%, 94% 24%, 94% 75%, 50% 100%, 6% 74%, 6% 25%);
  clip-path: polygon(50% 0%, 94% 24%, 94% 75%, 50% 100%, 6% 74%, 6% 25%);
  background-image: url('img/demiaux_amandine_rose.png');
  background-size: cover;
  margin: auto;
}

.alert-cv {
  background-color: #cc3366;
  transition: 0.3s;
}

.alert-cv:hover{
background-color: #FEC847;
}

a.alert.alert-cv {
  color: white;
}

a.alert.alert-cv:hover{
  color: black;
  text-decoration: none;
}

.text-droite {
  text-align: right;
}

.picto-linkedin {
  width: 30px;
}


/*pour side portfolio*/

.sidenav-right {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.97);
  overflow-x: hidden;
  transition: 0.5s;
  text-align: center;
}

.sidenav-right .closebtn {
  position: absolute;
  z-index: 10;
  top: 5px;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  background-color: white;
  border: 1px solid black;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  line-height: 35px;
  text-decoration: none;
  transition: 0.5s;
}

.closebtn:hover{
background-color: black;
color: white;
}


a.closebtn {
  color: black;
}

.marge-top2 {
  padding-top: 20px;
}

.outside-portfolio {
  position: relative;
  margin: auto;
  width: 200px;
  height: 200px;
  background: #cc3366;
  -webkit-clip-path: polygon(50% 0%, 94% 24%, 94% 75%, 50% 100%, 6% 74%, 6% 25%);
  clip-path: polygon(50% 0%, 94% 24%, 94% 75%, 50% 100%, 6% 74%, 6% 25%);
  transition: all 0.3s;
}

.outside-portfolio:hover {
  background: #ff9933;

}

.inside-portfolio {
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  -webkit-clip-path: polygon(50% 0%, 94% 24%, 94% 75%, 50% 100%, 6% 74%, 6% 25%);
  clip-path: polygon(50% 0%, 94% 24%, 94% 75%, 50% 100%, 6% 74%, 6% 25%);
  background-size: cover;
  margin: auto;
}

.folio-trouvaille1{
    background-image: url('img/trouvaille1.jpg');
}
.folio-trouvailles2{
    background-image: url('img/trouvailles2.jpg');
}

.folio-daxon1{
    background-image: url('img/daxon1.jpg');
}

.folio-daxon2{
    background-image: url('img/daxon2.jpg');
}

.folio-jeu1{
    background-image: url('img/jeu1.jpg');
}

.folio-jeu2{
    background-image: url('img/jeu2.jpg');
}

.folio-promo1{
    background-image: url('img/promo1.jpg');
}

.folio-promo2{
    background-image: url('img/promo2.jpg');
}

.folio-instit1{
    background-image: url('img/instit1.jpg');
}

.folio-instit2{
    background-image: url('img/instit2.jpg');
}

.folio-affiche1{
    background-image: url('img/affiche1.jpg');
}

.folio-faire-part1{
    background-image: url('img/faire-part1.jpg');
}





@media screen and (min-width: 767px) {
  .tel {
    display: none;
  }
  .hexa-fond {
    background-image: url('img/hexagon-background.png');
    background-position: center center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    height: 600px;
  }
  .outside {
    width: 90px;
    height: 90px;
  }
  .marge-photo-desk {
    padding-top: 4px;
    margin: auto;
  }
  .titre-desk {
    margin: auto;
  }
  .titre {
    font-size: 1.12em;
    padding-top: 1px;
    margin-bottom: 0;
  }
  .sous-titre {
    font-size: 14px;
  }
  .outside2 {
    width: 87px;
    height: 89px;
  }
  .inside2 p {
    margin-top: 30px;
  }
  .element-menu {
    padding-top: 79px;
    margin: auto;
    max-width: 236px;
  }
  .gauche {
    float: left;
  }
  .droite {
    float: right;
  }

}

@media screen and (max-width: 767px) {
  .desktop {
    display: none;
  }
  .text-apropos {
    text-align: center;
    padding: 0 20px 0 20px;
  }

  .outside-portfolio {
    width: 150px;
    height: 150px;
  }

}

@media screen and (min-width: 767px) and (max-width: 1037px) {
  .outside-portfolio {
    width: 150px;
    height: 150px;
  }

}
