* {
  
}
html {
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

p {
  
	font-size: 20px;
	font-family:Calibri,Cambria,Arial,sans-serif;
	line-height: 40px;
	font-weight: 400;
	color: #black;
	overflow-x: hidden;
}
.parrall{background-image: url(../img/mini-profile-bg-02.jpg);
         background-repeat: no-repeat;
         background-attachment: fixed;
         background-size: cover;
         background-position: center center;
         text-align: center;
        }
.parrall-2{background-image: url(../img/mini-profile-bg-01.jpg);
         background-repeat: no-repeat;
         background-attachment: fixed;
         background-size: cover;
         background-position: center center;
         text-align: center;}
a,
button {
 
}

a:hover {
  text-decoration: none;
}



.tm-bg-black-transparent {
  background-color: rgba(255,255,0,0.3);
}

.tm-bg-yellow-transparent {
  background-color: rgba(255,255,0,0.3);
}

.tm-bg-white-transparent {
 
  background-color: white;
}

.tm-bg-green {
  background-color: #98cb00;
}

.tm-bg-orange {
  background-color: #cc6733;
}

.tm-bg-blue {
  background-color: #3398cc;
}

.tm-bg-dark-gray {
  background-color: #676767;
}

/*
  Welcome section
*/
#tmWelcome {
  position: relative;
  display: flex;
  align-items: center;
}



.tm-brand-container-inner {
  max-width: 580px;
  width: 100%;
}

.tm-brand-container {
  padding: 35px 80px;
}

.tm-brand-name {
  font-size: 3.8rem;
  font-family:Arial-BALCK;
}

.tm-brand-description {
  font-size: 1.4rem;
}

.parallax-window {
  min-height: 600px;
  background: transparent;
}

.pb-0 {
  padding-left: 50px;
}


.mb-0 {
  padding-left: 50px;
}

.mb-1 {
  padding-left: 20px;
}

#tmContact {
  min-height: 600px;
}

.tm-welcome-container {
  min-height: 400px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display:flex;
 
}

.tm-welcome-container2 {
  min-height: 300px;
  position:relative;
  bottom: 0;
  left: 0;
  display:flex;
}

.tm-welcome-title {
  margin-bottom: 50px;
  font-size: 40px;
  font-family:Calisto MT;
  font-weight: 600;
  padding-left: 30px;
}

.tm-welcome-left {
  padding-right: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.tm-welcome-left-col {
  display: flex;
  align-items: center;
}

.tm-welcome-right-col {
  
}
.tm-welcome-right-col  {}

.tm-welcome-right-col .img-fluid {max-width: 100%;}

.parrall .valeur {margin: 120px 0px;}

.tm-welcome-right {
  color: white;
  background-color: #986665;
  padding: 80px 43px 70px;
  height: 100%;
}

.tm-welcome-icon {
  margin-bottom: 50px;
  display: flex;
  text-align: center;
}

/*
  Portfolio section
*/

#tmPortfolio {
  padding-top: 80px;
}

.tm-portfolio-item {
  display: flex;
  align-items: center;
 
}

.tm-portfolio-name {
  
  font-size: 2rem;
  display: flex;
  align-items: center;
  text-align: center;
}

.tm-portfolio-description {
  width: calc(100% - 330px);
  padding: 20px 45px;
}

.tm-portfolio-description h3 {
  margin-bottom: 20px;
}

.tm-text-green {
  color: #98cb00;
}

.tm-text-orange {
  color: #cc6733;
}

.tm-text-blue {
  color: #3398cc;
}

.tm-text-dark-gray {
  color: #676767;
}

.tm-title-small {
  font-size: 1.3rem;
}

p {

}

/*
  Contact section
*/

#tmContact {
  padding-top: 95px;
}

.tm-contact-item {
  width: 33.3334%;
  max-width: 345px;
  height: auto;
  
  min-height: 260px;
  margin-right: 35px;
 color: black;
  background-color: #e0e4e5;
 
  padding: 20px 20px 20px;

}

.tm-contact-item:last-child {
  margin-right: 0;
}

.tm-contact-items-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 130px;
}

.tm-contact-item-icon {
  margin-bottom: 45px;
  width: 100%;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#tmContactForm {
  width: 100%;
  max-width: 680px;
  padding: 45px 45px 30px;
  margin-bottom: 95px;
}

.form-group {
  max-width: 355px;
}

.form-control {
  background: transparent;
  border-color: #999999;
  padding: 15px 10px;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.tm-btn-submit {
  background-color: #999999;
  padding: 12px 30px;
  font-size: 1.2rem;
}

.tm-btn-submit:focus,
.tm-btn-submit:hover {
  background-color: #676767;
}

.tm-copyright-text {
  margin-bottom: 30px;
}

.tm-link {
  color: #676767;
}

@media (max-width: 1054px) {
  .tm-contact-item-icon {
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .tm-contact-items-container {
    flex-direction: column;
  }

  .tm-contact-item {
    width: auto;
    max-width: 680px;
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }

  .tm-contact-item:last-child {
    margin-right: auto;
    margin-bottom: 0;
  }

  #tmContactForm {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px){
	.tm-portfolio-item,
	.tm-contact-item{
		font-size: 17px;
		line-height: 25px;
		}
	
	.parallax-window {
		min-height: 1600px;
		background: transparent;
    }
	.pb-0,
	.mb-0{
		font-size: 17px;
		line-height: 25px;
		}
		
	.tm-welcome-title {
		margin-bottom: 30px;
		font-size: 25px;
		font-family:Calisto MT;
		font-weight: 600;
		padding-left: 15px;
	}
	
	.tm-welcome-left {
      padding-right: 15px;
      padding-top: 30px;
      padding-bottom: 30px;
    }
	
	.tm-welcome-left-col {
		display: flex;
		align-items: left;
		}
		
	.tm-brand-name {
      font-size: 2.8rem;
      font-family:Arial-BALCK;
    }
}

@media (max-width: 730px) {
  .tm-portfolio-item {
    flex-direction: column;
  }

  .tm-portfolio-name {
    justify-content: center;
  }

  .tm-portfolio-name,
  .tm-portfolio-description {
    width: 100%;
  }

  .tm-portfolio-description {
    padding: 20px 30px;
	font-size: 17px;
	line-height: 25px;
  }
  .mb-0 {
     padding-left: 30px;
  }
}

@media (max-width: 572px) {
  .tm-brand-container {
    padding: 45px;
  }
  
  .mb-0 {
     padding-left: 20px;
  }
}

@media (max-width: 443px) {
  .tm-brand-name {
    font-size: 2.3rem;
  }

  .tm-brand-container {
    padding: 25px;
  }
  .mb-0 {
     padding-left: 10px;
  }
}
