
body {



}


li {
  list-style-type: square;

}

h1 {
  text-align: center;
  font-family: 'Mukta Mahee', sans-serif;
  color: #14cca7;
  font-size: 1em;
  text-align: right;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
}


h4{
  font-style: normal;
  font-weight: bold;
  font-family: "Montserrat",sans-serif;
  margin-bottom: 40px;
  color: #14cca7;
  margin-bottom: 5px;
  font-size: 1.3rem;
}

h5 {
  font-size: 1rem;
  color: #575b9c;
}


h6 {
  font-size: 1.2rem;
  color: #575b9c;
}

.couv {
  width: 100%;
}

h2 {
  font-family: 'Mukta Mahee', sans-serif;
  color: #575b9c;
  font-size: 1em;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 5px;
  font-size: 1.5rem;
}

p {
  font-family: 'Mukta Mahee', sans-serif;
  color: #808080;
  font-size: 1em;
  text-align: justify;
  text-justify: inter-word;
}


h3 {
  font-weight: bold;
  font-family: 'Mukta Mahee', sans-serif;
  color: #575b9c;
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 14px;
}

.img-container{
  display: flex;
  flex-direction: row;
  justify-content: center ;
  
}
.vertical-align{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.button{
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  margin-bottom: 45px;
  border-radius: 10px;
  color: #14cca7;
  font-weight: bold;
  height: 40px;
  border-color: #14cca7;
  border-width: 3px;
  border-style: solid;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none; /* Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}

.contact-button {
  width: 180px;

}

.about-button {
  width: 120px;

}

.button:hover{
  color: #fff;
  background-color: #14cca7;
}

/** FOOTER CSS ***/

.footer{
  margin-top: 50px;
  background: #c3c3c31c;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  
}

.footer-h1 {
  font-family: "Montserrat",sans-serif;
  font-size: 1.5em;
  font-weight: lighter;
  margin-top: 15px;
  margin-bottom: 15px;  
}

.footer-img{
  width: 130px;
  margin: 15px;
}

.mom-container {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
}

.mom-container p {
  text-align: unset;
  text-justify: unset;
}

.footer-p{
  text-align: right;
}

.footer-left{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 20px;
}

/*** NAVBAR ***/
/** desktop **/

.custom-container{
  justify-content: flex-end;
  background-color: #fff!important;
  margin-bottom: 17px;
}

.custom-nav{
  

}

.custom-item{

}

.nav-item{
  list-style-type: none;

}

.custom-link{
  font-weight: bold;
  color: #000;
  padding-bottom: 2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  text-align: right;
}

.custom-link:hover{
  color: #14cca7;
}

.active-line {
  background-color: #14cca7;
  height: 3px;
  width: 80%;
  margin: auto;
  display: none;
}

.burger-menu{
  display: none;
  cursor: pointer;
  -webkit-user-select: none; /* Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}

/*** CONFIRMATION **/

.confirmation-container{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color:rgba(0, 0, 0, 0.5);
}
.confirmation-box{
  background-color: #14cca7;
  border-radius: 5px;
  width: 250px;
  height: auto;
}
.cross {
  font-weight: bold;
  text-align: right;
  margin-right: 10px;
  font-size: 1.2em;
  cursor: pointer;
  -webkit-user-select: none; /* Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
  color: white
}
.confirmation-h1 {
  font-size: 1em;
  text-align: center;
  color: #fff;
  text-align: center;
  font-family: 'Mukta Mahee', sans-serif;
  font-size: 1em;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 15px;
}

.couv-container{
  position: relative;
}

.title-img {
  position: absolute;
  top: 10%;
  left: 60px;
  color: white;
  font-size: 3vw;
  text-shadow: black 1px 0 5px;
}
.list-container {
  position: absolute;
  bottom: 10%;
  right: 60px;
  
}
.img-list {
  color: white;
  font-size: 2vw;  
  text-shadow: black 1px 0 5px;
}


/** MOBILE Index & common**/

@media only screen and (max-width: 600px) {
  .burger-menu{
    display: block;
    margin-bottom: 0px;
    border-radius: 10px;
    color: #14cca7;
    font-weight: bold;
    height: 40px;
    border-color: #14cca7;
    border-width: 2px;
    border-style: solid;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 120px;
    z-index: 2;
  }

  
  .active-line{
    display: none!important;
  }
  .custom-link {
  }
  .custom-container {
    flex-direction: column;
    justify-content: right;
    align-items: flex-end;
    position: relative;
    margin-bottom: 10px;
  }
  .custom-nav {
    width: 120px;
    border-radius: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 1.5px;
    border-color: #14cca7;
    background-color: #fff;
    position: absolute;
    top: 55px;
    padding-top: 0px;
    display: none;
    z-index: 2;
  }
  .custom-link {
    color: #14cca7;
    text-align: right;
    margin-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .title-img {
    font-size: 5vw;
    left: 25px;
  }

  .img-list {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 3vw;  
    
  }
  }



/** ABOUT **/

.s-container{
  background-color: #575b9c;
  color: #fff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 10px;
}
.row {
  justify-content: space-evenly;
}
.s-container p{
  color: #fff;
  text-align: unset;
  text-justify: unset;
}

.part-1, .part-2, .part-3, .part-4{
  margin-top: 60px;
  margin-bottom: 25px;
}
.reduce-bottom-margin{
  margin-bottom: 10px;
}
.part-1{
  margin-top: 0px;
}
.mom-img-about{
  width: 130px;
  margin: 10px;
  margin-top: 30px;
  border-radius: 5px;
}


.mom-skills-list {
  text-align: left;
  padding-left: 25px;
}

.offers-list{
  margin-top: 10px;
}

.part-1 a {
  color: #575b9c;
  font-weight: bold;
  text-decoration: underline;
}

.block{
  border-radius: 5px;  
  padding: 15px;
}

.block p {
  font-size: 0.9em;
}

.block h1 {
  text-align: left;
  color: #575b9c;
  font-size: 1.2em;
}

.block-img {
  width: 400px;
  margin: 15px;
}

.band{
  margin: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

.s-container h3 {
  color: white;
  font-size: 1em;
  margin-top: 5px;
  margin-bottom: 5px;
}

.s-container p, .s-container li {
  font-size: 0.9em;

}


@media only screen and (max-width: 600px) {
.band {
  flex-direction: column;
}
.band-reverse {
  flex-direction: column-reverse;
}
.block{
  padding: 0px;
}


}

/*** CONTACT */

.contact-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  margin: 30px;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  border-color: #575b9c;
}

.contact-form label {
  font-family: "Exo 2",sans-serif;
}

.contact-item {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: left;
  text-align: left;
  width: 100%;
}

.contact-item input{
  width: 100%;
}

.contact-item textarea{
  width: 100%;
}

.send-button{
  background-color: #fff;
  width: 180px;
}


.title-contact {
  position: absolute;
  bottom: 10%;
  left: 60px;
  color: white;
  font-size: 3vw;
  text-shadow: black 1px 0 5px;
}

.h2-contact{
  font-size: 1.3em;
  color: #14cca7;
  text-align: left;
}

.contact-text3 {
  font-size: 1em;
  color: #14cca7;
}

/** MOBILE CONTACT**/

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


  .title-contact {
    font-size: 5vw;
    bottom: 5%;
    left: 20px;
  }
  .contact-form {
    margin:0px;
  }

}