body{
  width: 100%;
}

header{
  padding-top: 30px;
  padding-bottom: 30px;
}


#en_tete{
  padding-top: 10px;
}


#presentation {
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 50px;
}

.section-title{
  margin-top: 5px;
  margin-bottom: 60px;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #f8f9fa;
  border-radius: 50px;
  background: #423842;
  box-shadow: inset 20px 20px 60px #383038,
            inset -20px -20px 60px #4c404c;
}

.card {
  position: relative;
  width: 390px;
  height: 454px;
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 12px;
  gap: 12px;
  border-radius: 8px;
  cursor: pointer;
}

.card::before {
  content: '';
  position: absolute;
  inset: 0;
  left: -5px;
  margin: auto;
  width: 400px;
  height: 464px;
  border-radius: 10px;
  background: linear-gradient(-45deg, rgb(9, 23, 62) 0%, #72046f 100% );
  z-index: -10;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.card::after {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0;
  background: linear-gradient(-45deg, #fc00ff 0%, #00dbde 100% );
  transform: translate3d(0, 0, 0) scale(0.95);
  filter: blur(20px);
}

.heading {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
}

.card p:not(.heading) {
  font-size: 14px;
}

.card p:last-child {
  color: #641cff;
  font-weight: 600;
}

.card:hover::after {
  filter: blur(30px);
}

.card:hover::before {
  transform: rotate(-90deg) scaleX(1.30) scaleY(1);
}



#profil img {
  width: 490px;
  height: 430px;
}

#profil p {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 19px;
}

#curriculum{
  padding-top: 40px;
  padding-bottom: 10px;
  
}


embed{
  width:80% ;
  height: 900px;
  box-shadow: 4px 5px grey;
}

p {
  font-family: 'Ubuntu', sans-serif, Arial, Helvetica;
  font-size: 19px;
}



nav #nav-tab{
  display: inline-flex;
}

#nav-tabContent{
  height: 900px;
  color: #f8f9fa;
  background-color:#343a40;
  border: 4px solid #343a40;
  box-shadow: 5px 6px grey;
}



#nav-competence{
  padding-top: 20px;
  padding-bottom: 20px;
}

#nav-competence p{

  padding-top: 5px;
  padding-bottom: 5px;
  
}

#nav-competence .row .col-lg-4{
  padding-top: 60px;
  padding-bottom: 60px;
}

#nav-front{
  color: #343a40;
  height: 891px;
  background-color:#ffffff
}

#nav-front p {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px
}

#nav-back{
  color: #343a40;
  height: 891px;
  background-color:#17a2b8;
}


#nav-cms{
  color: #343a40;
  height: 891px;
  background-color:#dc3545;
}


#loisirs{
  padding-top: 50px;
  padding-bottom: 50px;
}

#contact{
  padding-top: 50px;
  padding-bottom: 50px;
}

#contact p{
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  color: #f8f9fa;
  border: 3px solid #343a40;
  background-color: #343a40;
  box-shadow: 4px 5px  rgb(204, 201, 201);
}

#tel {
  text-align: center;
  border-radius: 50px;
  background: linear-gradient(145deg, #3b323b, #473c47);
  box-shadow:  5px 5px 10px #383038,
             -5px -5px 10px #4c404c;
}

#mail {
  text-align: center;
  border-radius: 50px;
  background: linear-gradient(145deg, #3b323b, #473c47);
  box-shadow:  5px 5px 10px #383038,
             -5px -5px 10px #4c404c;
}

#mention{
  padding-top: 50px;
  padding-bottom: 50px;
  border: 3px solid #343a40;
  box-shadow: 6px 7px  rgb(204, 201, 201);
}

footer{
  padding-top: 50px;
  padding-bottom: 50px;
}

footer .col-lg-12 p{
  padding-top: 30px;
  padding-bottom: 30px;
  color: #f8f9fa;
  text-align: center;
  border: 3px solid #343a40;
  background-color: #343a40;
  box-shadow: 4px 5px  rgb(204, 201, 201);
}

footer button{
  box-shadow: 4px 5px  rgb(204, 201, 201);
}

footer button p{
  padding-top: 20px;
  padding-bottom: 5px;
  color: #f8f9fa;
  text-align: center;
}

@media screen and (max-width: 990px) {

  #presentation img {
    width: 280px;
    height: 220px;
    box-shadow: 4px 5px grey;
  }

  #curriculum .section-title{
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #f8f9fa;
    border: 3px solid #343a40;
    background-color: #343a40;
    box-shadow: 4px 5px rgb(167, 152, 152);
    
  }

  #nav-competence .row .col-lg-4{
    padding-top: 2px;
    padding-bottom: 2px;
  }

  embed{
    width:0% ;
    height: 0px;
    
  }
}

@media screen and (max-width: 376px) {

  #presentation img {
    width: 280px;
    height: 220px;
    box-shadow: 4px 5px grey;
  }

  #curriculum .section-title{
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #f8f9fa;
    border: 3px solid #343a40;
    background-color: #343a40;
    box-shadow: 4px 5px rgb(167, 152, 152);
    
  }

  embed{
    width:80% ;
    height: 200px;
    box-shadow: 4px 5px grey;
  }

  #nav-tabContent{
    height: 700px;
    color: #f8f9fa;
    background-color:#343a40;
    border: 4px solid #343a40;
    box-shadow: 5px 6px grey;
  }

  #nav-front{
    color: #343a40;
    height: 691px;
    background-color:#ffffff
  }

  #nav-back{
    color: #343a40;
    height: 691px;
    background-color:#17a2b8;
  }

  #nav-cms{
    color: #343a40;
    height: 691px;
    background-color:#dc3545;
  }

  embed{
    width:0% ;
    height: 0px;
    
  }
}