* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;


}

@import 'https://fonts.googleapis.com/css?family=Roboto+Mono:100';

header {
  font-family: 'Roboto Mono', monospace;
  background: url(photos/fotor_2023-1-20_21_24_0.jpg)no-repeat;
  background-size: 100%;
}

.container-fluid {
  width: 80%;
}

img.logo {
  width: 15%;
  height: 15%;
  margin-top: 1%;
}

.navbar-nav {
  margin-left: 10%;
}

button.navbar-toggler {
  background-color: white;
  color: white;
}

a.nav-link {
  color: white;
  margin-left: 12%;

}

a.nav-link:hover {
  color: white;
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}

.nav-item {
  margin-left: 20%;
}


.container {
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text {
  font-weight: 700;
  font-size: 85px;
  letter-spacing: 1ch;
  color: #FAFAFA;
  margin-left: 7%;
  padding-bottom: 12%;
}

.Propos {
  background-color: rgb(15, 14, 14);
  height: 40em;
  width: 100%;
}

img.model {
  width: 30%;
  height: 100vh;
}

div.port {
  width: 50%;
  margin-top: 11%;
  margin-left: 6%;
}

.port h1 {
  color: #B5838D;
  text-align: center;
  font-size: 42px;
}

hr {
  border: 2px solid;
  background-color: rgb(203, 140, 153);
  padding: 1%;
}

.port p {
  color: white;
  font-size: 22px;
  margin-bottom: 13vh;
  text-align: justify;

}

button.btn {
  text-decoration: none;
  border: 2px solid;
  color: white;
  background: #B5838D;
  margin-left: 38%;
  padding: 1vh;
  width: 40%;

}

button.btn:hover {
  color: white;
  background-color: #49393c;
}

.portefolio {
  background-color: rgb(15, 14, 14);
  padding-top: 10%;
  padding-bottom: 10%;

}

.portefolio h1 {
  padding-top: 2%;
  color: #B5838D;
  text-align: center;
  font-size: 62px;
}

.portefolio h3 {
  margin-top: 4%;
  color: rgb(204, 115, 115);
  text-align: center;
  padding-bottom: 4%;
}

.portefolio hr {
  width: 60%;
  margin-left: 20%;
  padding: 4px;

}

div.front {
  margin-left: 17%;
  width: 80%;


}

div.front img {
  background-color: white;
  margin-left: 10%;
  border-radius: 50%;
  padding: 1rem;

}

div.front img:hover {
  transform: rotate(28deg);
  transition: 2s;
}

div.back {
  margin-left: 25%;
  width: 74%;

}

div.back img {
  background-color: white;
  margin-left: 10%;
  border-radius: 50%;
  padding: 1rem;

}

div.back img:hover {
  transform: rotate(28deg);
  transition: 2s;
}

div.versioning {
  margin-left: 32%;
  width: 50%;

}

div.versioning img {
  background-color: white;
  margin-left: 15%;
  border-radius: 50%;
  padding: 1rem;
}

div.versioning img:hover {
  transform: rotate(28deg);
  transition: 2s;
}

div.cms {
  margin-left: 44%;
  width: 22%;

}

div.cms img {
  background-color: white;
  margin-left: 10%;
  border-radius: 50%;
  padding: 1rem;
}

div.cms img:hover {
  transform: rotate(28deg);
  transition: 2s;
}

div.designe {
  margin-left: 33%;
  width: 60%;
}

div.designe img {
  background-color: white;
  margin-left: 10%;
  border-radius: 50%;
  padding: 1rem;
}

div.designe img:hover {
  transform: rotate(28deg);
  transition: 2s;
}

div.projet {
  background-color: rgb(15, 14, 14);
  padding-bottom: 12%;
  width: 100%;
}

.projet h1 {
  padding-top: 2%;
  color: #B5838D;
  text-align: center;
  font-size: 62px;
  width: 97%;

}

.projet hr {
  width: 60%;
  margin-left: 20%;
  padding: 4px;

}

div.card {
  width: 30%;
  border-radius: 20%;
  height: 68vh;
  margin-top: 10%;
  margin-left: 2%;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

div.card:hover {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}

div.card img {
  width: 90%;
  height: 33vh;
  border-radius: 20%;
  margin-top: 6px;
  margin-left: 5%;

}

h4 {
  text-align: center;
}

div.card p {
  font-style: normal;
  margin-left: 2%;
}

.btn-card {
  text-decoration: none;
  border: 2px solid;
  color: white;
  background: #B5838D;
  margin-left: 28%;
  padding: 1vh;
  width: 40%;
}

.btn-card:hover {
  background-color: rgb(112, 101, 87);
}

#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 10px;
  background-color: #d6cfd0;
  width: 50px;
  height: 40px;
  font-size: 25px;
  border-radius: 20%;
  color: #FAFAFA;
  display: none;
  padding-left: 15px;

}

/**********************************************contact **************************************************************/
/**********************************************contact *************************************************************/
/*********************************************contact*************************************************************/
div.contact {
  background-color: rgb(15, 14, 14);
  padding-bottom: 10%;
  width: 100%;
  padding-top: 2%;
}

.contact hr {
  width: 60%;
  margin-left: 20%;
  padding: 4px;
}

form {
  padding-top: 10%;
}

.titre_contact {
  padding-top: 2%;
  color: #B5838D;
  text-align: center;
  font-size: 62px;
}

.cadre-cont {
  width: 50%;
  height: 59px;
  margin-right: 2em;
  background-color: rgb(255, 255, 255, 72%);
  border: 5px solid rgb(255, 255, 255);
}

.cont-1 label {

  height: 19px;
  margin-left: 5%;
  margin-top: -50px;
  color: white;
  font-size: 32px;

}

.cont-1 input {
  margin-left: -9%;
}

.email {
  margin-top: 3em;
  height: 19px;
  padding-left: 2em;
  margin-left: 43%;
  color: white;
  font-size: 32px;
}

input.card {
  margin-left: 25%;
  height: 59px;
  background-color: rgb(255, 255, 255, 72%);
  border: 5px solid rgb(255, 255, 255);

}

.objet-contact label {
  margin-top: 2em;
  height: 19px;
  padding-left: 1%;
  margin-left: 46%;
  color: white;
  font-size: 32px;
  margin-bottom: 1em;
}

.objet-contact input {
  width: 50%;
  height: 59px;
  margin-left: 30em;
  background-color: rgb(255, 255, 255, 72%);
  border: 5px solid rgb(255, 255, 255);
}

.message-contact label {
  margin-top: 2em;
  height: 19px;
  margin-left: 38%;
  color: white;
  font-size: 42px;
  margin-bottom: 1em;
}

.message-contact textarea {
  width: 50%;
  height: 15em;
  margin-left: 30em;
  background-color: rgb(255, 255, 255, 72%);
  border: 5px solid rgb(255, 255, 255);
}

input.btn-contact {
  margin-left: 37%;
  color: white;
  height: 6em;
  width: 22em;
  background-color: rgba(48, 20, 20, 66%);
  font-size: 22px;
  font-weight: 700;

}

footer {
  background: url(photos/fotor_2023-1-20_21_24_0.jpg)no-repeat;
  background-size: 100%;
}

.reseau {
  margin-left: 39%;
  font-size: 5vh;
}

.reseau a {
  color: white;
  margin-left: 29px;
}

div.text-center {
  color: white;

}

/***************** RESPONSIVE PETIT PH0NE*****************/
/***************** RESPONSIVE PETIT PH0NE*****************/
/***************** RESPONSIVE PETIT PH0NE*****************/

@media (max-width: 500px) {
  button.navbar-toggler {
    width: 8vh;
    padding-right: 12px;
  }

  span.navbar-toggler-icon {
    width: 6vh;
    margin-left: -7px;

  }

  .text {
    font-weight: 500;
    font-size: 22px;
    margin-top: 19%;
    font-weight: 700;
  }

  .Propos {
    flex-direction: column;
    height: 189vh;
  }

  img.model {
    width: 80%;
    margin-top: 6%;
    margin-left: 6vh;

  }

  .port h1 {

    width: 19rem;
    font-size: 35px;
    font-weight: 700;
  }

  hr {
    width: 180%;
    margin-left: 27%;
    padding: 4px;

  }

  .port p {
    width: 22em;
    font-size: 15px;
    margin-left: -2vh;

  }

  button.btn {
    width: 100%;
    margin-left: 40%;

  }

  div.portefolio h1 {
    font-size: 45px;
    margin-top: -19%;

  }

  h3 {
    width: 98%;
  }

  div.front {
    margin-left: 19%;

  }

  div.front img {
    width: 18vh;

  }

  div.back {
    margin-left: 19%;

  }

  div.back img {
    width: 18vh;

  }

  div .sym {
    margin-left: 19%;
  }

  div img.sym {
    width: 18vh;
  }

  div.versioning {

    margin-left: 19%;
  }

  div.versioning img {
    width: 18vh;

  }

  div.cms {
    margin-left: 27%;


  }

  div.cms img {
    width: 18vh;

  }

  div.designe {
    margin-left: 22%;

  }

  div.designe img {
    width: 18vh;


  }

  #card-rea {
    flex-direction: column;
    width: 90%;
  }

  div.card {
    width: 88%;
    height: 66vh;
    margin-left: 6%;
  }

  div.projet h1 {
    font-size: 38px;
    width: 96%;
  }

  .titre_contact {
    font-size: 44px;

  }

  /**********************************************contact **************************************************************/
  /**********************************************contact *************************************************************/
  /********************************************/

  form.contact-form {
    margin-top: 3em;
  }

  h2.titre_contact {
    font-size: 28px;

  }

  div.cont-1 {
    flex-direction: column;

  }

  div input.cadre-cont {
    width: 92%;
    margin-left: 1em;

  }



  #nom {
    margin-top: 26px;

  }

  #prenom {
    margin-top: 3em;

  }

  label.prenom {
    padding-top: 3em;
    width: 80%;
  }

  label.email {
    margin-top: 35px;
    margin-left: -12%;


  }

  div.objet-contact label {
    margin-left: 5%;

  }

  div input.obj-cont {
    margin-left: 1em;
    width: 92%;

  }

  div.message-contact label {
    margin-left: 11px;
    font-size: 26px;

  }

  div.message-contact textarea {
    margin-left: 1em;
    width: 92%;

  }

  div input.btn-contact {
    width: 83%;
    margin-left: 32px;

  }

  div.parg {
    flex-direction: column-reverse;
    width: 59%;
    margin-left: 20%;

  }

  .reseau {
    margin-left: 10%;
    width: 72%;

  }

  .text-center {
    width: 72%;
    margin-left: 14%;

  }
}

/***************** RESPONSIVE PH0NE*****************/
/***************** RESPONSIVE PH0NE*****************/
/***************** RESPONSIVE PH0NE*****************/
@media (min-width: 501px)and (max-width: 768px) {
  .navbar-nav {

    margin-left: 33%;

  }

  .text {
    font-weight: 500;
    font-size: 35px;
  }

  .Propos {
    flex-direction: column;
    height: 160vh;

  }

  img.model {
    width: 80%;
    margin-top: 2%;
    margin-left: 10vh;
  }

  div.port {
    margin-left: 17vh;
  }

  .port h1 {
    width: 100%;
    margin-left: 10vh;

  }

  hr {

    width: 140%;
    margin-left: 222%;
  }

  .port p {
    width: 125%;
    font-size: 16px;
    margin-left: 5vh;
  }

  button.btn {
    width: 100%;
    margin-left: 17%;
    margin-top: -22%;
  }

  div.portefolio {
    padding-top: 35vh;
  }

  div.front {
    margin-left: 29%;
    width: 38%;

  }

  div.front img {
    width: 20vh;
  }

  div.back {
    margin-left: 28%;
    width: 50%;
  }

  div.back img {
    width: 20vh;
  }

  div img.sym {
    margin-left: 35%;

  }

  div.versioning {
    display: flex;
    margin-left: 26%;
  }

  div.versioning img {
    width: 20vh;
  }

  div.cms {
    margin-left: 40%;
  }

  div.cms img {
    width: 20vh;
  }

  div.designe {
    margin-left: 25%;
    width: 60%;
  }

  div.designe img {
    width: 20vh;
  }

  #card-rea {
    flex-direction: column;
  }

  div.card {
    width: 80%;
    margin-left: 10%;
  }

  /**********************************************contact **************************************************************/
  /**********************************************contact *************************************************************/
  /*********************************************contact*************************************************************/
  form.contact-form {
    margin-top: 3em;
  }

  h2.titre_contact {
    font-size: 28px;
  }

  div.cont-1 {
    flex-direction: column;

  }

  div input.cadre-cont {
    width: 92%;
    margin-left: 1em;
  }

  label.nom {
    padding-bottom: 50px;
  }

  #prenom {
    margin-top: 3em;
  }

  label.prenom {
    padding-top: 3em;

  }

  label.email {
    margin-top: 35px;
    margin-left: -2%;
  }

  div.objet-contact label {
    margin-left: 5%;
  }

  div input.obj-cont {
    margin-left: 1em;
    width: 92%;
  }

  div.message-contact label {
    margin-left: 11px;
  }

  div.message-contact textarea {
    margin-left: 1em;
    width: 92%;
  }

  div input.btn-contact {
    width: 53%;
    margin-left: 6em;
  }

  div.parg {
    flex-direction: column-reverse;
    width: 59%;
    margin-left: 29%;
  }

  div.text-center {
    width: 89%;
    margin-left: 8%;
  }

  .reseau {
    margin-left: 1%;

  }


}

/***************** RESPONSIVE TABLETTE*****************/
/***************** RESPONSIVE TABLETTE*****************/
/***************** RESPONSIVE TABLETTE*****************/
@media (min-width: 769px)and (max-width: 992px) {
  .navbar-nav {
    margin-left: 33%;

  }



  .text {
    font-weight: 700;
    font-size: 55px;
  }

  button.btn {
    margin-top: -22%;
  }

  .email {
    margin-left: 39%;
  }

  .objet-contact input {
    margin-left: 24%;

  }

  .message-contact label {
    margin-left: 25%;
    font-size: 27px;
  }

  .message-contact textarea {
    margin-left: 24%;
  }

  input.btn-contact {
    width: 40%;
    margin-left: 29%;
  }

  .reseau {
    margin-left: 33%;

  }


  div.front {
    width: 90%;
    margin-left: 7%;
  }

  div.front img {
    width: 11%;
  }

  div.back {
    margin-left: 19%;
    width: 80%;
  }

  div.back img {
    width: 12%;
  }


  div.versioning img {
    width: 18%;
  }

  div.cms img {
    width: 41%;
  }

  div.designe {
    margin-left: 33%;
    width: 50%;
  }

  div.designe img {
    width: 19%;
  }
}

/***************** RESPONSIVE LAPTOP*****************/
/***************** RESPONSIVE LAPTOP*****************/
/***************** RESPONSIVE LAPTOP*****************/
@media (min-width: 993px)and (max-width: 1280px) {

  div ul.navbar-nav {
    margin-top: 2%;
    margin-left: 1%;
  }

  .text {
    margin-top: 12%;
  }

  .nav-item {
    margin-left: 15%;
  }

  button.btn {
    margin-left: 32%;
  }

  div.front {
    margin-left: 9%;
  }

  div.back {
    margin-left: 19%;
  }

  div.versioning {
    margin-left: 29%;
  }

  div.cms {
    margin-left: 43%;
  }

  div.designe {
    margin-left: 31%;
  }

  .email {
    margin-left: 39%;
  }

  .objet-contact input {
    margin-left: 24%;

  }

  .message-contact label {
    margin-left: 29%;
  }

  .message-contact textarea {
    margin-left: 25%;
  }

  input.btn-contact {
    width: 40%;
    margin-left: 29%;
  }
}