/* Définition des polices */

@font-face {
    font-family: 'ralewaysemibold';
    src: url('polices/raleway-semibold-webfont.eot');
    src: url('polices/raleway-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/raleway-semibold-webfont.woff2') format('woff2'),
         url('polices/raleway-semibold-webfont.woff') format('woff'),
         url('polices/raleway-semibold-webfont.ttf') format('truetype'),
         url('polices/raleway-semibold-webfont.svg#ralewaysemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*------------------------------------------------------------------------------------*/
/*--------------------------------- Séparation footer --------------------------------*/
/*------------------------------------------------------------------------------------*/

#footer_separation
{
	max-width: 830px;
	width: 100%;
	margin: auto;
	margin-top: 50px;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: -moz-flex;		   /* Firefox 18+*/
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;	
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}

@media all and (max-width: 750px)
{
	#footer_separation
	{
		margin-top: 0px;
	}
}

#separation_gauche
{
	background: #d6d6d6;
	height: 1px;
	width: 47%;
	margin: 0px;
}

#separation_droit
{
	background: #d6d6d6;
	height: 1px;
	width: 47%;
	margin: 0px;
}

/*------------------------------------------------------------------------------------*/
/*-------------------------------------- Footer --------------------------------------*/
/*------------------------------------------------------------------------------------*/

#email_small_device
{
	display: none;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	padding: 0px 0px 30px 0px;
	margin: auto;
	font-size: 0.8em;
	overflow: hidden;
}

@media all and (max-width: 460px)
{
	#email_small_device
	{
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;     /* NEW - Chrome */
		display: -moz-flex;		   /* Firefox 18+*/
		display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	}
}

#email_small_device p
{
	margin-left: 10px;
}

#logo_contact_small_device
{
	height: 20px;
	width: 20px;
	position: relative;
	margin: 0px;
	padding:0px;
}

#svg-logo_contact_small_device
{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	width: 100%;
}

#svg-logo_contact_small_device g
{
	fill: #6e6e6e;
}

#logo_contact_small_device a:hover #svg-logo_contact_small_device
{
	opacity: 0.5;
}

footer
{
	width: 750px;
	margin: auto;
	padding-bottom: 30px;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: -moz-flex;		   /* Firefox 18+*/
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;	
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	overflow: hidden;
}


@media all and (min-width: 460px) and (max-width: 800px)
{
	footer
	{
		width: 95%;
	}
}

@media all and (min-width: 260px) and (max-width: 460px)
{
	footer
	{
		width: 75%;
		padding-bottom: 0px;
	}
}

@media all and (max-width: 260px)
{
	footer
	{
		width: 90%;
		padding-bottom: 0px;
	}
}

h4
{
	font-size: 1em;
	margin-top: 30px;
}

@media all and (max-width: 460px)
{
	h4
	{
		margin-top: 15px;
	}
}

#section_footer_2
{
	width: 80px;
	font-size: 0.8em;
	line-height: 1;
	margin: 0px;
	padding: 0px;
}

@media all and (min-width: 460px) and (max-width: 750px)
{
	#section_footer_2
	{
		width: 15%;
	}
}

@media all and (max-width: 460px)
{
	#section_footer_2
	{
		width: 50%;
	}
}

#section_footer_3
{
	width: 120px;
	font-size: 0.8em;
	line-height: 1;
	margin: 0px;
	padding: 0px;
}

@media all and (min-width: 460px) and (max-width: 750px)
{
	#section_footer_3
	{
		width: 18%;
	}
}

@media all and (min-width: 380px) and (max-width: 460px)
{
	#section_footer_3
	{
		width: 30%;
	}
}

@media all and (min-width: 320px) and (max-width: 380px)
{
	#section_footer_3
	{
		width: 35%;
	}
}

@media all and (max-width: 320px)
{
	#section_footer_3
	{
		width: 80px;
	}
}

#section_footer_1
{
	width: 300px;
	font-size: 0.8em;
	line-height: 1;
	margin: 0px;
	padding: 0px;
}

@media all and (min-width: 460px) and (max-width: 750px)
{
	#section_footer_1
	{
		width: 45%;
	}
}

@media all and (max-width: 460px)
{
	#section_footer_1
	{
		display: none;
	}
}

#section_footer_2 p
{
	line-height: 2.2;
}

@media all and (max-width: 460px)
{
	#section_footer_2 p
	{
		line-height: 1.5;
	}
}

#section_footer_2 p a
{
	text-decoration: none;
	color: #6e6e6e;
}

#section_footer_2 p a:hover
{
	color: #5e94be;
}

#footer_description
{
	text-align: justify;
	margin: 0px;
	padding: 0px;
	padding-top: 30px;
	padding-bottom: 32px;
	line-height: 1.5;
}

@media all and (max-width: 750px)
{
	#footer_description
	{
		padding-bottom: 16px;
	}
}

#footer_description span
{
	font-family:ralewaysemibold;
}

.lien_suivre a
{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: -moz-flex;		   /* Firefox 18+*/
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-moz-box-pack: start;
	-ms-flex-pack: start;	
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	color: #6e6e6e;
}

.lien_suivre p
{
	margin-left: 10px;
	min-width: 50px;
}

@media all and (max-width: 460px)
{
	.lien_suivre p
	{
		margin: 7px 0px 7px 10px;
	}
}

.lien_email
{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: -moz-flex;		   /* Firefox 18+*/
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-moz-box-pack: start;
	-ms-flex-pack: start;	
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	padding: 0px;
	margin: 0px;
}

.lien_email p
{
	margin-left: 10px;
}

.logo_contact
{
	height: 30px;
	width: 30px;
	position: relative;
	margin: 0px;
	padding:0px;
}

@media all and (max-width: 750px)
{
	.logo_contact
	{
		height: 20px;
		width: 20px;
	}
}	

.svg-logo_contact
{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	width: 100%;
}

.svg-logo_contact g
{
	fill: #6e6e6e;
}

#instagram_logo a:hover  p
{
	color: #9b6954;
}

#instagram_logo a:hover .svg-logo_contact g
{
	fill: #9b6954;
}

#facebook_logo a:hover  p
{
	color: #47639e;
}

#facebook_logo a:hover .svg-logo_contact g
{
	fill: #47639e;
}

#vimeo_logo a:hover  p
{
	color: #1ab7ea;
}

#vimeo_logo a:hover .svg-logo_contact g
{
	fill: #1ab7ea;
}

#email .logo_contact a:hover .svg-logo_contact
{
	opacity: 0.5;
}