@font-face {
	font-family: "Dosis";
	src: url("../assets/fonts/Dosis/Dosis-Medium.ttf");
}

@font-face {
	font-family: "Dosis-light";
	src: url("../assets/fonts/Dosis/Dosis-Light.ttf");
}

#register{
	background-color: #fff;
	display: flex;
	justify-content: center;
	margin-top: 25vh;
	padding-top: 30px;
	padding-bottom: 120px;
}

#left{
	width: 35%;
	height: 10vh;
}

#right{
	width:30%;
	text-align: justify;
}

.dosis{
	font-family: "Dosis-Light";
	font-size: 60px;
	color: #212b33;
	margin: 0;

}

.miseEnValeur{
	font-family: "Dosis";
	color: #ddba77;
	font-weight: 700;
	font-size: 30px;
	text-transform: uppercase;
	padding: 0;
	text-align: left;
}

.text_description{
	font-size: 15px;
	color: #7a7a7a;
}

#chien_pointeur{
	width: 521px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

#chien_pointeur:hover{
	width: 600px;
}


#button{
	background-color: #ddba77;
	border-radius: 25px;
	text-align: center;
	width: 70%;
	position: relative;
}

.btn-success{
	background-color: #ddba77;
	border: 1px dashed #fff;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	font-size: 20px;
	margin: 10px;
	border-radius: 25px;
	padding: 28px;
}

.btn-success:hover{
	background-color: #aa8f5d;
	border: 1px dashed #fff;
}

.patte{
	color: #ddba77;
	position: absolute;
	background-color: white;
	font-size: 30px;
	padding: 10px;
	border-radius: 50%;
	left: -24px;
	top: 30px;
}




/*SECTION PHONE*/
/*Ajouté car pas existensielle comme register (présente sur la page d'accueil uniquement)*/
#phone{
	position: relative;
	display: flex;
	justify-content: left;
	border: 1px solid #ddba77;
	border-radius: 25px;
	width: 60%;
	margin: 0 auto;
	margin-top: 10%;
	text-align: justify;
	padding-left: 60px;
	min-height: 50vh;
	box-shadow: 1px 1px 10px 10px rgba(0, 0, 0, 0.1);
	background-color: white;
	margin-bottom: 150px;
}

.miseEnValeur span{
	color: #aa8f5d;
}

.miseEnValeur span a {
	color: #aa8f5d;
	text-decoration: none;
}

.miseEnValeur span a:hover {
	text-decoration: none;
}

#phoneleft{
	width: 50%;
	padding-top: 6%;
}

#phone img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 500px;
	border-radius: 25px;
}



/*Format téléphone */
@media(max-width: 768px){
	#register{
		flex-direction: column;
		align-items: center;
		justify-content: space-around;
		margin-top: 20vh;
	}

	#left{
		width: 90%;
		height: auto;
	}

	#right{
		width:90%;
	}

	.dosis{
		text-align: center;
		font-size: 45px;
	}

	#facilement{
		font-size: 70px;
		margin-bottom: 20px;
	}

	.miseEnValeur{
		font-size: 30px;
		text-align: center;
	}

	.text_description{
		font-size: 15px;
		margin: 70px 0 70px 0;
	}

	#chien_pointeur{
		width:200px;
	}

	#chien_pointeur:hover{
		width: 250px;
	}

	#button{
		background-color: #ddba77;
		border-radius: 25px;
		text-align: center;
		width: 70%;
		position: relative;
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.btn-success{
		background-color: #ddba77;
		border: 1px dashed #fff;
		text-transform: uppercase;
		color: white;
		font-weight: bold;
		font-size: 20px;
		margin: 10px;
		border-radius: 25px;
		padding: 28px;
	}

	.patte{
		color: #ddba77;
		position: absolute;
		background-color: white;
		font-size: 30px;
		padding: 10px;
		border-radius: 50%;
		left: -24px;
		top: 45px;
	}




/*SECTION PHONE*/
/*Ajouté car pas existensielle comme register (présente sur la page d'accueil uniquement)*/
#phone{
	position: relative;
	display: flex;
	justify-content: left;
	border: none;
	border-top: 1px solid #ddba77;
	border-radius: 0;
	width: 80%;
	margin: 0 auto;
	margin-top: 10%;
	text-align: justify;
	padding-left: 6px;
	min-height: 50vh;
	box-shadow: none;
	background-color: white;
}

.miseEnValeur span{
	color: #aa8f5d;
}

#phoneleft{
	width: 90%;
	padding-top: 6%;
	text-align: left !important;
}

#phone img {
	position: absolute;
	bottom: -20px;
	right: -40px;
	width: 100px;
	border-radius: 0px;
}
}
