* {
	box-sizing: border-box;
}
body {
	font-family:  Montserrat ,OpenSans;
	font-weight: 400!important;
	color: black!important;
}
footer {
	display: none;
}

.container {
	margin-top: 55px;
	/*margin-bottom: 50px;*/
}
.btn { border-radius: 0px; }
.hide {display: none; }
.top_xxxl { margin-top: 400px; }
.top_xxl { margin-top: 200px; }
.top_xl { margin-top: 100px; }
.top_xs { margin-top: 50px; }
.top_xxs { margin-top: 25px; }

.bop_xs { margin-bottom: 50px; }


.flashdata {
	transition-duration: 0.5s;
	text-align: center;
	z-index: 100000;
}
.fd_msg {
	transition-duration: 0.5s;
	text-align: center;
	font-size: 16px;
	display: block;

	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 500px;

	position: absolute;
	top: -150px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 auto;
	z-index: 10000;
	opacity: 0.92;
}
.fd_bad {
	background: #e31818;
	color: white;
}
.fd_good {
	background: #5e9f2f;
	color: white;
}
.menu .menu_phone {
	display: none;
}
.menu .sub_menu {
	display: none;
}
.menu .main_menu {
	z-index: 500;
}
.menu {
	z-index: 400;

	position: fixed;
	width: 100%;
	text-align: center;

	padding: 0px 50px;

	background: rgba(255,255,255,1);

	border-bottom: 1px solid black;
}
.menu ul {
	padding: 0px;
	margin-bottom: 0px;
}
.menu .main_menu li {
	display: inline-block;
	list-style-type: none;
	padding: 19px 15px;

	color: black;
	
	/*height: 75px;*/

	font-size: 16px;

	cursor: pointer;
}
.menu .main_menu .small_contact {
	padding: 22px 15px;
	cursor: default;
	font-size: 20px;
	float: right;
}
.menu li:hover {
	background: #f2f2f2;
}
.menu #hamburger_sub_menu{
	padding: 0px;
}
.menu #hamburger_sub_menu span{
	padding: 15px 30px;
	font-size: 27px!important;
}
.menu .sub_menu li {
	display: block;
}
.menu .sub_menu {
	border-top: 1px solid black;
	background: white;
	width: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	position: absolute;
	padding: 0px;
	z-index: 450!important;
}
.menu li span {
	color: #b39007;
	font-size: 24px;
}
.menu img {
	cursor: pointer;
}
.menu .menu_phone li {
	font-size: 100px!important;
}
.menu .home_logo {
	width: 75px;

	display: inline-block;
	list-style-type: none;
	padding: 8px 15px;

	color: black;
}



.home_background {
	background: url(../images/backgrounds/bg3_compressed.jpg);
	background-repeat: no-repeat;
	background-size: cover;

	filter: blur(0px);
	-webkit-filter: blur(0px);

	position: fixed;

	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;

	z-index: -500;

	opacity: 0.2;
}

.bg_black {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: -450;

	background-color: rgba(255, 255, 255, 0.0);

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.8); 
}

#interet {
	/*background-color: #f4fefb;*/
}
#prestation {
	/*background-color: #efefef;*/
	background-color: white;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
}
#tarifs {
	/*background: #f4fefb;*/
}
#presentation {
	/*background-color: #f4fefb;*/
	background-color: white;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
}
#vision {
	/*background-color: #efefef;*/
	
}
#contact {
	/*background: #efefef;*/
	background-color: white;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
}

.info_box {
	width: 100%;
	height: 100%;
}
.info_box p {
	font-size: 16px;
}
.info_box h1 {
	color: black;
	text-decoration: none!important;

	padding: 10px 0px;
	display: inline-block;

	margin-bottom: 40px;

	font-size: 50px;
}
.info_box h1 .gold_letter {
	color: #b39007;
	font-size: 60px;
}
.info_box .info_box_pp {
	position: relative;

	height: 100%;
	width: 100%;
}
.info_box .info_box_pp img {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 70%;
	margin: auto;
	image-orientation: from-image;
}
#orientation_correction {
	transform: rotate(90deg);
}
.info_box .info_box_text {
	color: black;

	display: block;

	height: 100%;

	text-align: justify;

	padding: 100px 20px 20px 20px;
}

.info_box .interet_ico {
	font-size: 100px;
	color: #b39007;
	padding: 20px;
}
.info_box .interet_box {
	padding: 40px;
}

#tarifs .table {
	margin-top: 40px;
	background: white;
}


/* contact */
.contact  iframe {
	max-height: 80%;  
	max-width: 100%; 

	position: relative;

	top: 15%;
	margin: auto;
}
.contact input {
	border-radius: 0px;
	padding: 20px;
}
.contact textarea {
	border-radius: 0px;
	padding: 20px;

	max-width: 100%;
	min-width: 100%;
	min-height: 30%;
	margin-bottom: 10px;
}
.contact h1 {
	margin: 20px 0px;
	padding: 0px;
}
.contact .info_box_text {
	padding-top: 80px;
}

.carousel {
	height: 65%;
	margin-top: 60px;
}
.carousel img{
	margin-top: -10%;
	width: 100%;
	height: auto; 
}
.carousel .carousel-inner {
	width: 100%;
	max-height: 100%;
	overflow: hidden;
}
.home_part {
	text-align: center;
}