
.container_card {
  margin: 0px auto 0px;
  background: #fff;
  width: 800px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.15), 0 3px 6px rgba(0,0,0,0.15);
  margin-bottom: 5em;
}

@media (max-width: 1000px){
  .container_card {
    width: 80%;
  }
}

.left {
  padding: 60px;
  border-bottom: 3px solid rgba(255, 165, 0, 0.1);
}

.left img {
  width: 100%;
}

.left .fa {
  cursor: pointer;
  position: absolute;
  top: 40px;
  color: #eaeaea;
  font-size: 18pt;
  transition: all .6s;
}

.left .fa:hover {
 color: #ccc; 
}

.left .fa-arrow-left {
  left: 40px;
}

.left .fa-arrow-right {
  right: 40px;
}

.right {
  border-left: 2px solid rgba(255, 165, 0, 0.1);
  padding: 40px;
  padding-bottom: 0;
  background: #f7f5f6;
}

.categorie {
  margin-top: 10px;
  font-size: 16pt;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: 300;
  color: #FF9800;
}

.product {
  font-size: 25pt;
  margin-top: 10px;
  font-weight: 500;
  color: #666;
  font-family: "Montserrat";
}

.desc {
  margin-top: 20px;
  color: #777;
}

.desc li {
  font-size: 10pt;
  font-family: "Montserrat";
  margin: 15px -5px;
}

.title-colour {
  margin-top: 25px;
  font-size: 13pt;
  font-family: "Montserrat";
}

.color-pink {
  display: inline-block;
  cursor: pointer;
  padding: 14px;
  background-color: #ffc0cb;
  color: #fff;
  border-radius: 30px;
  margin-left: 10px;
}

.color-white {
  cursor: pointer;
  display: inline-block;
  padding: 14px;
  background-color: #fff;
  color: #fff;
  margin-left: 10px;
  border-radius: 30px;
  border: 1px solid #ddd;
}

.color-yellow {
  cursor: pointer;
  display: inline-block;
  padding: 14px;
  background-color: #fbf585;
  color: #fff;
  margin-left: 10px;
  border-radius: 30px;
  border: 1px solid #ddd;
}

.color-black {
  cursor: pointer;
  display: inline-block;
  padding: 14px;
  background-color: #000;
  color: #fff;
  margin-left: 10px;
  border-radius: 30px;
  border: 1px solid #ddd;
}

.price {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 28px;
  font-family: "Montserrat";
  font-weight: 400;
  display: inline-flex;
}

.buy {
  display: inline-flex;
  right: 40px;
  bottom: 10px;
  background-color: #ffa501;
  padding: 5px 10px 10px 10px;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  font-family: 'Oswald';
  transition: all .6s;
  border: 3px solid #ffa501;
  cursor: pointer;
  height: 20px;
  font-size: 20px;
}

.buy:hover {
  color: #ffa501;
  background-color: #fff;
}


#flex_cgu{
	display: block;
	margin-right: auto;
	margin-left: auto;
	list-style: none;
	justify-content: center;
	margin-top: 20px;
}

.partiebas{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: auto;
}
.freshjuice_onglets{
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 300px;
}
.freshjuice_courtevideo{
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 300px;
}
	
@media only screen and (min-width: 840px) {
	#flex_cgu{
		display: flex;
		margin: 0;
		padding: 0;
		list-style: none;
		justify-content: center;
	margin-top: 10px;
	}

	.partiebas{
		display: flex;
	}
	
	.freshjuice_onglets{
		width: 25%;
	}
	
	.freshjuice_courtevideo{
		width: 50%;
	}
}


@media only screen and (min-width: 840px) {
	#flex_cgu{
		display: flex;
		margin: 0;
		padding: 0;
		list-style: none;
		justify-content: center;
	margin-top: 10px;
	}
}

.divdesc{
	display: flex;
}

.divimgdesc{
	width: 50%; margin-right: 20px; margin-left: 20px;
}
.divtxtdesc{
	width: 50%; margin-top: auto; margin-bottom: auto; margin-right: 20px; margin-left: 20px;
}

@media only screen and (max-width: 840px) {
	.divdesc{
		display: flex; flex-direction: column;
	}
	
	.divimgdesc{
		margin-left: auto; margin-right: auto; order: -1; width: 100%;
	}
	.divtxtdesc{
		text-align: center; margin-left: auto; margin-right: auto; display: contents;
	}
}

.imgdesc{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	max-width: 100%;
	width: 100%;
	border-radius: 0.25rem;
}

.desctext{
	text-align: justify; margin-top: 20px;
}

.desctexttitle{
	font-size: 25px; margin-bottom: 20px; text-align: justify;
}