@font-face {
  font-family: "Klinic Slab Bold";
  src: url("../KlinicSlab/KlinicSlabBold.otf");
}
@font-face {
  font-family: "Klinic Slab Book";
  src: url("../KlinicSlab/KlinicSlabBook.otf");
}
@font-face {
  font-family: "Klinic Slab Medium";
  src: url("../KlinicSlab/KlinicSlabMedium.otf");
}

@font-face {
  font-family: "Klinic Slab Light";
  src: url("../KlinicSlab/KlinicSlabLight.otf");
}
@keyframes decal {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes opacite {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes drop {
  0% {
    transform: translateY(-110%);
  }
  100% {
    transform: translateY(0%);
  }
}

p, li{
  font-family: "Klinic Slab Book";
}

p{
  margin: 0;
  margin-bottom: 10px;

}

body {
  display: flex;
  width: 75%;
  margin: auto;
 /* border-bottom: #bae1ff solid 10rem;*/
  font-family: "Klinic Slab Book";
  animation: decal .75s cubic-bezier(0.31, 0.94, 0.44, 0.99);
  font-size: 1.125rem;
}
body .icone {
  width: 29px;
  height: 29px;
  vertical-align: bottom;
  margin-left: 0.5rem;
}

h1 {
  font-family: "Klinic Slab Bold";
  font-size: 3.5rem;
  margin-bottom: 0rem;
}
h1 + .barre {
  background-color: black;
  width: 100%;
  height: 1%;
}

a{
  text-decoration: none;
  color: black;
  padding-bottom: 2px;
  border-bottom: 1px solid black;
}
a:visited{
  color: inherit;
}

h2 {
  font-family: "Klinic Slab Medium";
  font-size: 2rem;
  margin-top: 1rem;
}

.dropdown-section{
  margin-left: 2rem;
  margin-bottom:0.5rem;
 /* cursor: pointer;*/
}

.dropdown-section::after{
  background-color: black;
  height: 20px;
  width: 20px;
}


.dropdown {
  position: relative;
  overflow: hidden;
}

.dropdown-menu, .dropdown-section-menu{
  position: relative;
  opacity: 0;
  height: 0px;
  transform:  translateY(-10px);
  transition: 250ms ease-in-out;
}


.dropdown-menu ul, .dropdown-section-menu ul{
  display: flex;
  flex-direction: column;
  margin: 0;
}

.dropdown-menu.active, .dropdown-section-menu.active{
  transform:  translateY(0);
  height: 100%;
  opacity: 1;
}

.dropdown-section-menu ul li {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  padding-right: 1rem;
  /*display: none;*/
}

.dropdown-section-menu ul li::before {
  display: inline-block;
  background-color: black;
  width: 10px;
  height: 1px;
content: "";
vertical-align: middle;
}

.expDetails p::after{
  background-image: url(../Images/Arrow.svg);
  background-repeat: no-repeat;
  display: inline-block;
  height: 10px; 
  width: 10px;
  margin-left: 10px;
  content: "";
  transform: rotate(180deg);
  animation: rotateBack 0.3s forwards;
}

.expDetails p.animate::after{
 animation: rotate 0.3s forwards;
}

@keyframes rotate {
  100% {
    transform: rotateZ(90deg);
  }
}

@keyframes rotateBack {
  0% {
    transform: rotateZ(90deg);
  }
  100% {
    transform: rotateZ(180deg);
  }
}

.bleu{
  background-color: #bae1ff;
}

.visuels p{
  padding-left: 1rem;
}
.dropdown-section:hover{
  background-color: #bae1ff;
  transition: all 200ms ease-out;
}
.dropdown-menu ul li {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  padding-right: 1rem;
  /*display: none;*/
}

.dropdown-menu ul li::before {
  display: none;
  vertical-align: middle;
content: "";
background-color: black;
width: 5px;
height: 5px;
margin-right: 1rem;
margin-top: .6rem;
}

.skillsetContacts {
  flex: .7;
  background-color: #bae1ff;
  border-right: solid 0.2rem #87cbff;
}



.skillsetContacts .profilPic {
  border-radius: 100%;
  width: 15rem;
  transform: scaleX(-1);
  display: block;
  margin: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  filter: drop-shadow(0.2rem 0.2rem 0.25rem black);
  transition: transform 0.2s ease-in-out;
}
.skillsetContacts .profilPic:hover {
  transform: rotate(360deg);
}

.skills svg{
  width: 25px;
  height: 25px;
  vertical-align: bottom;
  margin-right: 10px;
}

.skills {
  background-color: white;
  margin: auto;
  padding: 5px 0 5px 1em;
  text-align: left;
  font-family: "Klinic Slab Bold";
  border-bottom: solid #87cbff;
  border-top: solid #abdaff;
  /*cursor: pointer;*/
  text-transform: uppercase;
  transform-origin: center;
  transition: all 200ms ease-in-out;
  margin-top: 1rem;
}

.skills:hover{
transform: scale(1.1);
}

.mainSection {
  flex: 2.5;
  display: flex;
  flex-direction: column;
  text-align: justify;
  opacity: 0;
  animation: opacite 1s forwards;
}
.mainSection__intro {
  margin-top: 0rem;
  margin-left: 1rem;
}

.mainSection .mainSection__intro h3 {

  background-color: white;
  width: 100%;
  text-align: left;
  font-family: "Klinic Slab Bold";
  margin-bottom: 20px;
  border: none;
}
.mainSection h3 {
  background-color: #bae1ff;
  width: 100%;
  margin: auto;
  text-align: left;
  font-family: "Klinic Slab Bold";
  border-bottom: solid #87cbff;
  border-top: solid #abdaff;
  margin-bottom: 20px;
}

h4{
  font-size: 1.25rem;
  margin-top: 0;
}

.container{
  display: flex;
}

#experiences{
  width: 50%;
  margin-bottom: 10rem;
}
#exemples{
 /* position: sticky;
  height: 30%;
  top: 5%;*/
  margin-top: 5rem;
}
#wrapper{
  background-color: #bae1ff;
  width: 50%;
}

.sticky{
  position: sticky;
  height: 30%;
  top: 5%;
}

#phraseExemples{
  font-size: 14px;
  margin: 1rem;
  margin-left: 2rem;
  margin-right: 2rem;
  padding: 1.3rem;
  margin-bottom: 1rem;
  background-color: white;
}
.visuels{
  display: none;
  flex-direction: column;
  gap: 1rem;
}
.visuels img{
  width: 100%;
}

.mainSection__expPro__exp, .mainSection__Formations__cursus {
  padding: 0rem 4rem 10px 1rem;
 /* padding-left: 1rem;*/
  background-color: #bae1ff27;
  transition: all 0.2s ease-in-out;
  border-bottom: #bae1ff7b solid;
  /*padding-bottom: 10px;*/
}


.mainSection__Formations{
  margin-top: 20px;
}

.mainSection__expPro__exp:hover, .mainSection__Formations__cursus:hover {
  background-color: white;
}


@media only screen and (min-width: 2400px) {

}

@media only screen and (max-width: 1440px) {
  body{
    width: 80%;
  }

}
@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 1024px) {
  body{
    width: 75%;
    flex-direction: column;
  }
  .skills{
    padding-left: 2rem;
  }
  .skillsetContacts .profilPic{
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 880px) {

}
@media only screen and (max-width: 767px) {
body{
  width: 100%;
}
}
