.conteneur-principal, header {
	margin : 0 auto;
	width : 100%;
}

.contenu-site, .contenu-site-no-padding {
	max-width : 1200px !important;
	margin : 0 auto !important;
}

.icones-reseaux-sociaux, .icones-reseaux-sociaux-footer, .icone-header {
	border-radius : 100%;
	border : 0;
	display : inline-block;
	margin : 0 3px;
	cursor : pointer;
	transition-duration : 1s;
	transition-delay : 0s;
	transition-timing-function : ease;
}

.icones-reseaux-sociaux-footer {
	margin : 10px 9px;
}

.icones-reseaux-sociaux, .icone-header {
	width : 20px;
	height : 20px;
}

.icones-reseaux-sociaux-footer {
	width : 25px;
	height : 25px;
}

.icones-reseaux-sociaux {
	opacity : 0.8;
}

.icones-reseaux-sociaux-footer {
	opacity : 0.6;
}

.icones-reseaux-sociaux:hover, .icones-reseaux-sociaux-footer:hover {
	opacity : 1;
}

.icones-reseaux-sociaux.facebook {
	background : transparent url("../img/urikan-icon_facebook.svg") no-repeat center center;
}

.icones-reseaux-sociaux.facebook:hover {
	background : transparent url("../img/urikan-icon_facebook-r.svg") no-repeat center center;
}

.icones-reseaux-sociaux.youtube {
	background : transparent url("../img/urikan-icon_youtube.svg") no-repeat center center;
}

.icones-reseaux-sociaux.youtube:hover {
	background : transparent url("../img/urikan-icon_youtube-r.svg") no-repeat center center;
}

.icones-reseaux-sociaux.instagram {
	background : transparent url("../img/urikan-icon_instagram.svg") no-repeat center center;
}

.icones-reseaux-sociaux.instagram:hover {
	background : transparent url("../img/urikan-icon_instagram-r.svg") no-repeat center center;
}

.icones-reseaux-sociaux.pinterest {
	background : transparent url("../img/urikan-icon_pinterest.svg") no-repeat center center;
}

.icones-reseaux-sociaux.pinterest:hover {
	background : transparent url("../img/urikan-icon_pinterest-r.svg") no-repeat center center;
}

.icones-reseaux-sociaux-footer.facebook {
	background : transparent url("../img/urikan-icon_facebook-g.svg") no-repeat center center;
}

.icones-reseaux-sociaux-footer.youtube {
	background : transparent url("../img/urikan-icon_youtube-g.svg") no-repeat center center;
}

.icones-reseaux-sociaux-footer.instagram {
	background : transparent url("../img/urikan-icon_instagram-g.svg") no-repeat center center;
}

.icones-reseaux-sociaux-footer.pinterest {
	background : transparent url("../img/urikan-icon_pinterest-g.svg") no-repeat center center;
}

.icones-reseaux-sociaux, .icones-reseaux-sociaux-footer {
	background-size : cover;
}



.bloc-vue-reduite, .bloc-vue-tres-reduite {
	width : 100%;
	margin-left : auto;
	margin-right : auto;
}

.bloc-vue-reduite {
	max-width : 800px;
}

.bloc-vue-tres-reduite {
	max-width : 650px;
}

#header-navigation-mobile {
	height : 0;
	overflow : hidden;
	transition-duration : 1s;
	transition-delay : 0s;
	transition-timing-function : ease;
}