﻿



/* Shared
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button {
  border-radius: 100px;
}

/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
  padding: 2rem 0 0rem;
  
}
.section-heading,
.section-description {
  margin-bottom: 1.2rem;
}


/* Values
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.values {

  color: #000;
  padding-bottom: 5rem;
  
}
.value-multiplier {
  margin-bottom: .5rem;
  color: #1EAEDB;
}
.value-heading {
  margin-bottom: .1rem;
 	line-height:1.7rem;
  color:#1EAEDB;
  font-weight: bold;
  
  
}
.value-carte {
  margin-bottom: .3rem;
 	line-height:1.7rem;
  color:#000;
  font-weight: bold;
  color: white;
 
  font-style: italic;
  
  
  }
.carte {
	padding : 4px;
border-radius: 0px 10px 10px 10px;
-moz-border-radius: 0px 20px 20px 20px;
-webkit-border-radius: 0px 20px 20px 20px;
border: 0px solid #000000;
-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
}
.carte:hover {
cursor : pointer;
	padding : 4px;
border-radius: 0px 10px 10px 10px;
-moz-border-radius: 0px 20px 20px 20px;
-webkit-border-radius: 0px 20px 20px 20px;
border: 0px solid #000000;
-webkit-box-shadow: 0px 6px 6px 0px rgba(0,0,0,1);
-moz-box-shadow: 0px 6px 6px 0px rgba(0,0,0,1);
box-shadow: 0px 6px 6px 0px rgba(0,0,0,1);
}
.btncarte{
	height:20px;
	line-height: 20px;
}
.value-description {
  opacity: 1;
  font-weight: 300;
  text-align: left;
}
.vignettepack {
	float:left;
	 border:2px solid #000; 
	 margin-right:4px;
	 width: 100px
}
.textepack {
	margin-left:20px;

}
img {
	outline: none;
}
/* Help
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.get-help {
  border-bottom: 1px solid #ddd;
}

/* Categories
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.categories {
  

  color: #000;
  margin-top: 4rem;
  border-top: 1px solid #ededed
}
.categories .section-description { 
 
  
}

/* Bigger than 550 */
@media (min-width: 550px) {
  .section {
    padding: 12rem 0 11rem;
  }
  .hero {
    padding-bottom: 12rem;
    text-align: left;
    height: 165px;
  }
  .phone {
    position: absolute;
    top: -7rem;
    right: 3rem;
    max-height: 362px;
    z-index: 3;
  }
  .phone + .phone {
    top: -6rem;
    display: block;
    max-width: 73.8%;
    right: 0;
    z-index: 2;
    max-height: 338px;
  }
  .hero-heading {
    font-size: 2.4rem;
  }
}

/* Bigger than 750 */
@media (min-width: 750px) {
  .hero {
    height: 190px;
  }
  .hero-heading {
    font-size: 2.6rem;
  }
  .section {
    padding: 14rem 0 15rem;
  }
  .hero {
    padding: 16rem 0 14rem;
  }
  .section-description {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .phone {
    top: -14rem;
    right: 5rem;
    max-height: 510px;
  }
  .phone + .phone {
    top: -12rem;
    max-height: 472px;
  }
  .categories {
    padding: 15rem 0 8rem;
  }
}

/* Bigger than 1000 */
@media (min-width: 1000px) {
  .section {
    padding: 2rem 0 2rem;
  }
  .hero {
    padding: 22rem 0;
  }
  .hero-heading {
    font-size: 3.0rem;
  }
  .phone {
    top: -16rem;
    max-height: 615px;
  }
  .phone + .phone {
    top: -14rem;
    max-height: 570px;
  }
}