.bloc_social {
  right: inherit !important;
  top: 0 !important;
  width: 100%;
  text-align: right;
}
.bloc_social .container {
    margin-top: 5px !important;
    padding: 5px 0 !important;
}
body header.fixed_scroll .menu {
  margin: 0 auto !important;
  padding: 0 !important;
  min-height: 50px !important;
}
.bloc_social .menu_item {
	border: .5px solid hsla(0, 0%, 100%, 0);
    letter-spacing: 2px;
    padding: 10px;
    transition: .1s;
    color: #fff;
    text-transform: uppercase;
    width: auto !important;
}
@media(max-width: 768px) {
	.bloc_social {
		display: none !important;
	}
}
@media(min-width: 770px) {
  	.container.menu {
    	display: block !important;
    	margin-top: 5px;
    	padding-bottom: 10px;
    	padding-top: 0 !important;
  	}
  	.container.menu img.logo {
  		width: 100px;
  	}
}
.bloc_vid {
	position: relative;
}
.bloc_hacc {
	height: 90vh;
	position: relative;
}
.bloc_hacc .bloc_haccimg img.img1 {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bloc_hacc .bloc_haccimg {
	width: 100%;
	position: relative;
	height: 90vh;
}
.bloc_hacc img.img2 {
	position: absolute;
	right: 0;
	bottom: 45px;
	width: 500px;
	max-width: 90%;
}

.bloc_hacc .bloc_haccimg:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 1;
	position: absolute;
}
.bloc_hacc .text_accueil h1 {
	text-transform: uppercase;
	font-size: 4rem;
	font-weight: 600;
	color: white;
}
.bloc_hacc .text_accueil h2 {
	text-transform: none;
	font-size: 2.3rem;
	font-weight: 400;
	border-bottom: none;
    margin: 45px 0 65px;
	color: white;
	font-family: Montserrat;
}
button.btn965 {
	font-size: 1.1rem;
	font-weight: 600;
    color: #fff;
    background-color: #1361A0C7;
    border-radius: 3px;
    transition: .3s;
    border: .5px solid #fff;
    padding: 10px 25px;
    border: none !important;
}

.bloc_hacc .text_accueil{
	z-index: 2;
	position: absolute;
	text-align: left !important;
	left: 0;
	top: 0;
	width: 100%;
	padding-top: 24vh;
}
.txt62 h2 {
	border: none;
	margin: 0 0 25px 0;
}
.txt62 h2 span {
	font-weight: 400;
	text-transform: none;
	font-family: Montserrat;
}
.plan_tit {
    position: absolute;
    left: 0;
    bottom: 45px;
    width: 100%;
    color: white;
    z-index: 2;
}
.plan_tit h2 {
	border: none;
	margin: 0 0 25px 0;
}
.plan_tit h2 span {
	font-weight: 400;
	text-transform: none;
	font-family: Montserrat;
}
@media(max-width: 1250px) {

	.bloc_hacc .text_accueil h1 {;
		font-size: 3.3rem;
	}
	.bloc_hacc .text_accueil h2 {
		font-size: 1.8rem;
	    margin: 25px 0 45px;
	}
}
@media(max-width: 768px) {
	.bloc_hacc .text_accueil h1 {;
		font-size: 2.3rem;
	}
	.bloc_hacc .text_accueil h2 {
		font-size: 1.3rem;
	    margin: 15px 0 25px;
	}
	.bloc_hacc .text_accueil{
		padding-top: 20vh;
	}
}
@media(max-width: 520px) {
	.bloc_hacc .text_accueil h1 {;
		font-size: 1.8rem;
	}
	.bloc_hacc .text_accueil h2 {
		font-size: 1.1rem;
	    margin: 15px 0 25px;
	}
}