@font-face {
	font-family: "san fransisco light";
	font-style: light;
	src: url('../fonts/SanFranciscoDisplayThin.ttf');
}
@font-face {
	font-family: "san fransisco";
	src: url('../fonts/SanFranciscoDisplayRegular.ttf');
}
@font-face {
	font-family: "Noto sans bold";
	src: url('../fonts/NotoSans-Bold.ttf');
}
@font-face {
	font-family: "Lobster Regular";
	src: url('../fonts/Lobster-Regular.ttf');
}
html,body {
	margin:0;
 	padding:0;
	outline: 0px;
	height: 100%;
	font-family: san fransisco;

}
#rdv_header {
	z-index: 1000000;
	position: fixed;
	width: 100%;
	height: 50px;
	background-image: url(../images/background_rdv.png);
	background-size: contain;
	text-align: left;
	top: 0px;
	padding-left: 30px;
	
	font-size: 1em;
	color: white;
	vertical-align: middle;
	line-height: 50px;
	
}
.display_mobile_rdv{
	display: none;
	
}
#nav{
	z-index: 1000000;
	position: fixed;
	width: 100%;
	height: 50px;
	text-align: center;
	top: 50px;
	line-height: 50px;
	list-style-type: none;
	    -webkit-margin-before: 0px;
	    margin-top: 0px;
	    margin-bottom: 0px;
    -webkit-margin-after: 0px;
	padding-left: 0px;
	background-image: url(../images/background_header.png);


}

#nav li{
	display: inline-block;
	padding-left: 5%;
	padding-right: 5%;
	height: 20px;
	color: black;
	font-size: 1em;
}

#nav li a{
	text-decoration: none;
	color: black;
	
}	
#nav li a:hover{
	color: #3b3b3b;
}

#logo {
	position: relative;
	width: 100%;
	height: auto;
	top : 100px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: san fransisco;
	font-size: 1.3em;
	
	
}
#presentation{
	position: relative;
	top: 100px;
}
#barre1{
	position: relative;
	width: 100%;
	height: 15px;
	background-image: url(../images/background_barre1.png);
	margin-bottom: 4px;
}
#barre2{
	position: relative;
	width: 100%;
	height: 15px;
	background-color: #93014a;
	
}

#barre3{
	position: relative;
	width: 100%;
	height: 15px;
	background-image: url(../images/background_barre1.png);
	transform: rotate(180deg);
	top: 0px;
	
}


#presentation_gauche{
	position: relative;
	width: calc(50% - 75px );
	height: 500px;
	background-image: url(../images/new_background.png);
	background-size: contain;
	padding-top: 10px;
	padding-bottom: 40px;
	padding-left: 50px;
	padding-right: 25px;
	display: inline-block;
	text-align: justify;
}
h3{
	font-family: Noto sans bold;
}
#presentation_droit{
	position: relative;
	width: calc(50% - 75px );
	height: 500px;
	background-image: url(../images/new_background.png);
	background-size: contain;
	padding-top: 10px;
	padding-bottom: 40px;
	padding-left: 25px;
	padding-right: 50px;
	display: inline-block;
	vertical-align: top;

}
#formations{
	position: relative;
	top: 104px;
	color: white;
}
#formations_centre{
	position: relative;
	width: calc( 100% - 120px );
	height: auto;
	background-color: #007284;
	padding-top: 5px;
	padding-bottom: 30px;
	padding-left: 60px;
	padding-right: 60px;
	display: inline-block;
	

}
#photo{
	position: relative;
	width: 50%;
	min-width: 300px;
	max-width: 500px;
	height: auto;	
}

footer{
	position: relative;
	top: 130px;
}
footer ul{
	padding-left: 0px;
}
footer li{
	display: inline-block;
}
#texte_information{
	position: relative;
	padding-left: 100px;
	padding-right: 100px;
	color: grey;
	font-size: 0.8em;
	top: 20px;
	padding-bottom: 20px;
	text-align: justify;
}
#infos_numeros{
	position: relative;
	width: calc( 100% -  60px );
	height: auto;
	background-image: url(../images/new_background.png);
	top: 108px;
	padding: 30px;
	text-decoration: underline;
	background-size: contain;
	color: black;
}
@media only screen and (max-width:1230px) {
	
#presentation_gauche{
	height: 520px; 
}
#presentation_droit{
	height: 520px;
}
}
@media only screen and (max-width:960px) {
	
#presentation_gauche{
	height: 560px; 
}
#presentation_droit{
	height: 560px;
}
}
@media only screen and (max-width:912px) {
	
#presentation_gauche{
	height: 600px; 
}
#presentation_droit{
	height: 600px;
}
}
@media only screen and (max-width:886px) {
	
#presentation_gauche{
	height: 620px; 
}
#presentation_droit{
	height: 620px;
}
}
@media only screen and (max-width:822px) {
	
#presentation_gauche{
	height: 640px; 
}
#presentation_droit{
	height: 640px;
}
}
@media only screen and (max-width:794px) {
	
#presentation_gauche{
	height: 660px; 
}
#presentation_droit{
	height: 660px;
}

}
@media only screen and (max-width:750px) {	
#presentation_gauche{
	height: auto;
	width: calc( 100% - 60px );
	display: block;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-top: 5px;
	 
}
#presentation_droit{
	height: auto;
	width: calc( 100% - 60px );
	display: block;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-top: 5px;
	margin-top: 4px;
}
.no_display_mobile{
	display: none;
}
#texte_information{
	padding-left: 30px;
	padding-right: 30px;
}
}
@media only screen and (max-width:590px) {
#rdv_header {
	font-size: 0.85em;
	}

	
}
@media only screen and (max-width:512px) {
#rdv_header {
	font-size: 1em;
	}

.no_display_mobile_rdv	{
	display: none;
}
.display_mobile_rdv{
	display: block;
}
#rdv_header {
	height: 40px;
	line-height: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#nav{
	top: 80px;
}
#logo{
	top: 130px;
	font-size: 1.1em;
}
.display_mobile_logo{
	width: 200px;
}
#presentation{
	top: 130px;
}
#soins{
	top: 134px;
}
#nav li{
	padding-left: 3%;
	padding-right: 3%;
}
#formations{
	top:134px;
}
#infos_numeros {
	top : 142px;
}
footer{
	top: 160px;
}
}
@media only screen and (max-width:400px) {
	#photo{
		min-width: 250px;
	}

}