#ccm.body.normal .conteneur#hotelCannin li{
  list-style:disc;
  list-style-position: inside;
  margin: 4px;
}
#ccm.body.normal .conteneur#hotelCannin h2{
  padding: 10px 10px 10px 0;
}
#ccm.body.normal .conteneur#hotelCannin h3 + img,
#ccm.body.normal .conteneur#hotelCannin h3  img {
    max-width: 220px;
    max-height: 160px;
    float: right;
    margin-top: -70px;
}

#ccm.body.normal .conteneur .contentConteneur:before{
	background: none;
}

#ccm.body.normal .conteneur .contentConteneur.imageProduire-beau-bon:before{
	top: -170px;
	background: url('images/chienNoir.png') no-repeat;
	background-size: auto 100%;
}

#ccm.body.normal .conteneur .contentConteneur.imageChaleur:before{
	top: -170px;
	background: url('images/chienChaleur.png') no-repeat;
	background-size: auto 100%;
}

#ccm.body.normal .conteneur .contentConteneur.imageChenille:before{
	top: -147px;
	background: url('images/Labrador.jpg') no-repeat;
	background-size: auto 73%;
	margin-top: 32px;
}

#ccm.body.normal .conteneur .contentConteneur.imageRisque:before{
	top: -170px;
	background: url('images/risques.png') no-repeat;
	background-size: auto 100%;
}

#ccm.body.normal .conteneur .contentConteneur.imageAutomne:before{
	top: -170px;
	background: url('images/ChienAutomne.png') no-repeat;
	background-size: auto 100%;
}

#ccm.body.normal .conteneur .contentConteneur.imageBox:before{
	top: -170px;
	right: -4px;
	background: url('images/pet_care_logo.jpg') no-repeat;
	background-size: auto 100%;
}
#ccm.body.normal .conteneur .contentConteneur.imageToilettage:before{
	top: -170px;
	right: -4px;
	background: url('images/toilettage_logo.png') no-repeat;
	background-size: auto 100%;
}

#ccm .conteneur .contentConteneur>.texte{
	padding-bottom: 20px;
}
#ccm .blocContent.complexe{
	background: url('images/chienFond.png') repeat;
	margin-bottom: 40px;
	margin-top: 10px;
}
#ccm .blocContent.complexe .contenu{
	padding: 0 30px;
}
/*#ccm .blocContent .contenu .left,
#ccm .blocContent .contenu .right{
	display: inline-block;
	vertical-align: middle;
	width: 49%;
}*/
#ccm .blocContent.complexe .left{
	background: url('images/MacaronProprietairesAnimaSolutions.png') no-repeat;
	height: 260px;
	background-position: 10%;
	background-position-y: 20px;
	position: relative;
}
#ccm .blocContent.complexe .left .titre{
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	color: #524a45;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.rectangleContainer {
	display: inline-flex;
	padding: 30px 0px;

}

.contenu .rectangleContainer .leftSide{
	width: 75%;
	float: left;
}
.contenu .rectangleContainer .leftSide .titre{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
}

.contenu .rectangleContainer  .rightSide {
	width: 25%;
	padding: 10px 0px;	
	float: right;
}

.contenu .rectangleContainer .rightSide img{
	width: 100%;
}

#temoignage.body.normal .conteneur .contentConteneur:before{
	top: -155px;
	background: url('images/chienChats.png') no-repeat;
	background-size: auto 100%;
	width: 325px;
}
#temoignage .accroche{
	margin:0;
}
#temoignage .accroche .a{
	color: #524a45;
}
#temoignage .citation .auteur{
	padding-top: 15px;
	line-height: normal;
}

#temoignage .listePartenaire .partenaire{
	padding-top: 35px;
}
#temoignage .listePartenaire .titre{
	color: #f3821a;
	font-size: 16px;
	line-height:24px;
	font-weight: bold;
}
#temoignage .listePartenaire .texte{
	color: #524a45;
	font-size: 16px;
	line-height:24px;
	font-weight: normal;
	padding: 10px 0;
}
#temoignage .listePartenaire .texte2{
	color: #32a632;
	font-size: 16px;
	line-height:24px;
	font-weight: normal;
	padding: 10px 0;
}

#temoignage .listePartenaire .plusInfo{
	color: #524a45;
	font-size: 14px;
	line-height:24px;
	font-weight: normal;
}
#temoignage .listePartenaire .plusInfo .link{
	color: #f3821a;
	text-decoration: none;
	position:relative;
}
#temoignage .listePartenaire .plusInfo .link:after
{
	content: "";
	width: 100%;
	height: 1px;
	display:block;
	position:absolute;
	left:0px;
	bottom:2px;
	opacity:0;
	border-bottom: 1px dotted #f3821a;
	
	-webkit-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-moz-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-ms-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-o-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
#temoignage .listePartenaire .plusInfo .link:hover:after
{
	bottom:-1px;
	opacity:1;
}
ul.list-disc {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top:5px;
}
ul.list-disc li {
  padding-left: 1.1em;
  text-indent: -1em;
}
ul.list-disc li::before {
  color: #32a632;
  padding-right:7px;
  margin-bottom:5px;
  content: "=";
  font-family:"Webdings";
  font-size:60%;
  vertical-align:top;
}
.pro ul.list-disc li::before {
  color: #f3821a;
}

/****** Portraits ******/
.portrait_image {
  text-align:center;
  margin-top:-70px;
}
.portrait_image img{
  width:80%;
  border-radius:5px;
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.20);
}
.portrait_liste_questions ul li {
  padding-left:35px;
  margin-bottom:20px;
  line-height: 27px;
}
.portrait_liste_questions ul li:last-child {
  margin-bottom:0px;
}
.portrait_liste_questions ul li:last-child {
  margin-bottom:0px;
}