body{
  color: #353535;
  font-family: Segoe, "Kodchasan","Segoe UI", "DejaVu Sans", Verdana, "sans-serif";
  line-height: 140%;
  font-size: 14px;
}

/*...permet de changer de couleur du burger...................*/
.navbar-toggler-icon { 
    background-image: url( 
"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 153, 28, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
} 


/*...permet d'obtenir une transiction progressive sur les liens...................*/
a {
	transition: all 0.3s;
}

img {
	max-width: 100%;
	height: auto;
}

.retour{
  clear: both;
}

/*................HEADER...................*/

.container{
	max-width: 1210px!important; 
	margin: auto;
	margin-top: 25px;
}

#logo {
	float: left;
	margin: 5px 50px 0 50px;
	position: relative;
	max-width: 100%;
	height: auto;
}

#dessin {
	float: left;
	margin: 5px 50px 0 50px;
	max-width: 100%;
	height: auto;
	position: relative;
}

.souslogo {
  font-family: 'Dancing Script', cursive;
  color: #1D3B86;
  position: absolute;
  font-size: 21px;
  top: 82px;
  right: 13px;
}

#topnav {
	padding: 10px;
	width: auto;
	margin: auto;
}

#menu{
	width: 100%;
	font-size: 15px;
	margin: auto;
}

#menu li{
	width: 100%;
	list-style: none;
}

#menu li a{
	color: #1D3B86;
	font-weight: bold;
	text-decoration: none;
	background: url("pictos/patte_orange_droite.svg") no-repeat left top;
  	height: 41px;
  	padding: 10px 0px 0 45px;
	margin: 0 15px;
	white-space: nowrap;
}

#menu li a:hover{
	color: #CC8B55;
	background: url("pictos/patte_bleue_droite.svg") no-repeat left top;
}


li.icon a {
  background: url("pictos/icon_patte_orange.svg") no-repeat left top;
  height: 41px;
  float: left;
  padding: 10px 0px 0 45px
}

li.icon a:hover{
  background: url("pictos/icon_patte_bleue.svg") no-repeat left top;
  height: 41px;
  float: left;
  padding: 10px 0px 0 45px;
}





/*................page principale...................*/


.fondgray{
	max-width: 100%;
	padding-bottom: 100px;
	padding-top: 100px;
	background: #BFC0C0;
	margin-top: 100px;
	/*margin-bottom: 150px;*/
	position: relative;
	/*clip-path: polygon(0 0, 100% 0%, 100% 82%, 0% 100%);*/
}

.alignement{
	margin-bottom: 80px;
}

.txtintro{
	color: #ffffff;
}

.txtintrodroit{
	color: #ffffff;
	border-left: 4px solid #1D3B86;
}

.color{
	background: #ffffff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border: 2px solid #707070;
}

h2{
	color: #ffffff;
	background: #E39C53;
	text-align: center;
	font-size: 20px;
	padding: 1%;
}

.premiertxt{
	line-height: 30px;
}

.justify{
	text-align: justify;
	padding: 10px;
}

.fonctionne {
	width: auto;
	margin: 1%;
	list-style: none;
}

.fonctionne a {
  background: url("pictos/picto_chien_profil.bleu.svg") no-repeat left top;
  height: 41px;
  padding: 10px 0px 0 45px;
  text-decoration: none;
}

.fonctionne a:hover{
  background: url("pictos/picto_chien_profil.orange.svg") no-repeat left top;
  height: 41px;
  padding: 10px 0px 0 45px
}

.padding{
	padding-left: 35px;
	color: #ffffff;
}


.catleft{
	background: url("pictos/cat.orange.png")no-repeat;
	width: 244px;
	height: 178px;
	position: absolute;
	bottom:0px;
	left: 0%;
}

.catright{
	background: url("pictos/cat.bleu.png")no-repeat;
	width: 248px;
	height: 194px;
	position: absolute;
	bottom:0px;
	right: 0%;
}

.text-center{
	text-align: center;
	padding-top: 30px;
}

ul {
	list-style: none;
}

.mov{
	margin-top: 120px;
}


.mov li a{
	width: 207px;
	font-size: 15px;
	padding: 10px;
	margin-top: 20px;
	text-align: center;
	color: #707070;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border: 2px solid #707070;
	text-decoration: none;
	display: block;
}

.mov li a:hover{
	width: 300px;
	color: #CC8B55;
	background: #F5E3DC;
}

.solutionorangern{
	font-size: 25px;
	color: #CC8B55;
	text-align: center;
	margin-top: 120px;
}

.pictobas{
	max-width: 100%;
	height: auto;
}


.solutionorange{
	font-size: 25px;
	color: #CC8B55;
	text-align: center;
	margin-top: 90px;
}

.solutionbleu{
	font-size: 25px;
	color: #1D3B86;
	text-align: center;
	margin-bottom: 80px;
}

.photo{
	border: 5px solid #CC8B55;
}

.photoparallaxe{
	max-width: 100%;
	height: auto;
}

.colorbleu{
	color: #1D3B86;
	text-align: justify;
	line-height: 28px;
	font-size: 20px;
	padding: 28px;
}

.colorblanc{
	color: #ffffff;
	text-align: center;
	line-height: 28px;
	font-size: 20px;
	padding: 28px;
}

h3{
	color: #1D3B86;
	text-align: center;
}

strong{
	color:#CC8B55;
}

p.abientot{
	font-size: 35px;
	text-align: center;
	margin-top: 180px;
	color: #CC8B55;
}

.fixefooter{
	font-size: 12px;
	margin: 10px;
	color: #1D3B86;
	text-align: center;
}

.fixefooter li{
	width: auto;
	margin: 1%;
	list-style: none;
}

.fixefooter li a{
	color: #1D3B86;
	font-weight: bold;
	text-decoration: none;
}

.fixefooter li a:hover{
	color: #CC8B55;
}

.fleche{
	text-align: center;
	display: block;
	margin: auto;
}


/*................page tarif...................*/

p.tarif{
	text-align: left;
	font-size: 35px;
	color: #1D3B86;
	margin-bottom: 60px;
}
.prestationorange{
	color: #CC8B55;
	font-size: 25px;
	float: left;
	margin-bottom: 10%;
}

.prestationbleu{
	color: #1D3B86;
	font-size: 25px;
	float: left;
	margin-bottom: 10%;
}

ul.list{
	text-align: center;
}

li.pucetxt{
	line-height: 30px;
	font-size: 16px;
	color: #1D3B86;
	border-right: 6px #1D3B86 solid;
}

.photodog{
	border: 5px solid #CC8B55;
	text-align: center;
}

.prix{
	color: #ffffff;
	font-weight: bold;
	font-size: 22px;
}

.textarif{
	background: #ffffff;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border: 2px solid #707070;
	padding: 40px;
	margin-top: 50px;
	text-align: justify;
}

/*................page séance photo...................*/

.alignleft{
	text-align: left;
	color: #1D3B86;
	font-size: 16px;
}


@media screen and (max-width:992px){ 
	.catleft{
		width: 244px;
		height: 178px;
		bottom:0px;
		left: 5%;
}

.catright{
		width: 248px;
		height: 194px;
		bottom:0px;
		right: 5%;
}
	
}

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

	.solutionbleu {
  		font-size: 18px;
		margin-bottom: 40px;
	}
	
	.pictobas{
	display: none;
	}
	
	.fixefooter {
     margin: 0px; 
  	 padding: 0;
}
	
}



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

	.colorbleu {
  		line-height: 20px;
 		font-size: 15px;
  		padding: 14px;
	}
	
	.colorblanc {
  		text-align: center;
  		line-height: 25px;
  		font-size: 17px;
	}
	.solutionorange {
  		font-size: 20px;
  		margin-top: 70px;
		line-height: 30px;
	}
	.pictobas{
		display: none;
	}
	
	.solutionorangern {
 		font-size: 17px;
  		line-height: 50px;
  		margin-top: 11px;
	}
	.catright {
    	display: none;
	}
	
	.catleft {
    	display: none;
	}
	
	.souslogo {
     position: static; 
}
	
	.fixefooter {
    display: block!important;
}
	
	.mov {
    margin-top: 0px;
}
	
}

@media screen and (max-width:376px){ 
	
	.fixefooter {
    	font-size: 10px;
     	text-align: center; 
}
	
}