/*
Theme Name: MarneMetalConecptbyinova
Version: 2.0
Description: A child theme of Divi
Template: Divi
Author: Administrator
*/
@import url("../Divi/style.css");
/* rouge : #ef4135
Bleu : #0055a4
*/


.page-id-2 .mobmenul-container {
	display: none  !important;	
}

.font_title {
	font-family: Oswald,sans-serif;
}
.closeSidebar {
	right: -400px !important;
	transition: all 0.5s linear;
}
.viewSidebar {
	right: 0px !important;
	transition: all 0.5s linear;
}
#viewSideBar:hover {
	color: #0055a4;
}
#closeSideBar:hover {
	color: #ef4135;
}

.ali-center {
	align-items: center;
}

/*------------------------------------------------------------*/
/*------------------Coordonnées Header------------------------*/
/*------------------------------------------------------------*/

#header_coordonnees i {
	color: #0055a4;
	display:inline-block !important;
	margin-right:5px;
}
#header_coordonnees .info {
	display:inline-block !important;
	padding-left:17px;
	padding-right:17px;
	border-right:1Px solid #ffffff
}
#header_coordonnees .info:first-child {
	padding-left:0px;
}
#header_coordonnees .info:last-child {
	padding-right:0px;
	border:none
}
/*------------------------------------------------------------*/
/*-------------------------Header-----------------------------*/
/*------------------------------------------------------------*/
#topheader, #menuheader {
	position: absolute;
	width:100%;
}
#menuheader {
	top:45px;
}

@media (max-width: 1200px){
	#menuheaderresponsive .et_pb_menu__menu .et-menu-nav a
	{
		font-size:10px !important;
	}
}



/*------------------------------------------------------------*/
/*--------------------Homepage Slider-------------------------*/
/*------------------------------------------------------------*/
#slider .et_pb_slides, #slider .et_pb_slide {
	height: 100vh;
}
body.admin-bar #slider .et_pb_slides, body.admin-bar #slider .et_pb_slide {
	height: calc(100vh - 30px);
}
@media (min-width: 1400px){
	#homepage_slider p.title {
		font-size:80px;
	}
}
@media (min-width: 981px) and (max-width:1399px){
	#homepage_slider p.title {
		font-size:60px;
	}
}
@media (min-width: 1px) and (max-width:980px){
	#homepage_slider p.title {
		font-size:45px;
	}
}

#homepage_slider p.title {
	font-family: Oswald,sans-serif;
	line-height: 1.25em;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom:0.5em;
}
/*------------------------------------------------------------*/
/*------------- GESTION HEADER ET FOOTER ---------------*/
/*------------------------------------------------------------*/
/* On désactive les header et footer de DVI */
#top-header, #main-header, #main-footer {
	display: none !important;
}

/* On cache le sticky_header sur desktop*/

/* Your awesome customization starts here */
#sticky_header {
    width:100%;
}
/*------------------------------------------------------------*/
/*------------- GESTION STICKY DESKTOPS SCROLL ---------------*/
/*------------------------------------------------------------*/

@media (min-width: 981px){
	#sticky_header {	
		width:100%;
		z-index: 99999;
	}
	body.wp-admin #sticky_header {
		position: static !important;
	}
	#sticky_logo img {
		max-height:70px !important;
	}
}
@media (max-width: 980px){
	#secondary_line .et_pb_column {
		margin-bottom: 0px !important;
	}
	#sticky_header {	
		position:static;
	}
}
.hidden {
	display: none !important;
}
@media (min-width: 981px){
	.hidden_lg {
		display: none !important;	
	}
}

/*------------------------------------------------------------*/
/*------------ GESTION HEADER MOBILES + TABLETTES ------------*/
/*------------------------------------------------------------*/
@media (max-width: 980px) {
		.primary_menu_fixed .et_pb_menu_inner_container,
		.primary_menu_fixed .et_pb_menu__wrap {
	    justify-content: center !important;
	}

	body:not(.wp-admin) #col_logo img {
		max-height:70px !important;
	}
}

/*------------------------------------------------------------*/
/*------------------ GESTION FOOTER STICKY -------------------*/
/*------------------------------------------------------------*/

@media (min-width: 768px) {
	#sticky-footer {
		display: none !important;
	}
}
@media (max-width: 767px) {
	#footer2 .et_pb_row_1_tb_footer {
		padding-top:0px !important;
		padding-bottom:0px !important;
	}
	#sticky-footer {
		display: block !important;
		position:fixed;
		bottom:0px;
		width:100%;
		z-index:999 !important;
		overflow-x: hidden;
	}
}

/*------------------------------------------------------------*/
/*-------------CENTRAGE VERTICAL DANS DIV---------------------*/
/*------------------------------------------------------------*/
.ds-vertical-align {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ds-vertical-align-bottom {
    display: flex;
    align-items: flex-end;
}

.align-center {
    margin: auto !important;
}


/*------------------------------------------------------------*/
/*--------------COORDONNEES DANS HEADER-----------------------*/
/*------------------------------------------------------------*/

.coordonnees-margin {
	display:inline-block;
	margin-right:25px
}


/*------------------------------------------------------------*/
/*-------------------CAROUSEL BOOTSTRAP 4---------------------*/
/*------------------------------------------------------------*/

#main-carousel .carousel .btn:hover {
	background-color: rgba(255, 255, 255, 0.3);
}
#main-carousel .carousel .boxed {
	padding: 10px 15px;
	background-color: rgba(0, 0, 0, 0.8);
	display: inline-block;
}
#main-carousel .carousel .item {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	left: 0 !important;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block !important;
	height: 100vh;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
}
#main-carousel .carousel .item:first-child {
	top: auto;
	position: relative;
}
#main-carousel .carousel .item.active {
	opacity: 1;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
	z-index: 1;
}
#main-carousel .prev,
#main-carousel .next {
	position: absolute;
	top: 50%;
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
	display: inline-block;
	margin-top: -25px;
	font-size: 24px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 4px;
z-index: 5;
}
#main-carousel .prev:hover,
#main-carousel .next:hover {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}
#main-carousel .prev {
	left: 10px;
}
#main-carousel .next {
	right: 10px;
}




#main-carousel .type1 {
    font-size: 46px;
    margin-bottom: 0;
    line-height: 1em;
	letter-spacing: 2px;
	font-weight: 400;
	color:#ffffff;
	text-shadow: 1px 1px 1px #000000;
	text-align: left;
	padding-bottom: 0em
}
#main-carousel .type2 {
    font-size: 81px;
    margin-top: 0;
    text-transform: lowercase;
	letter-spacing: 2px;
	font-weight: 700;
	color:#ffffff;
	text-shadow: 1px 1px 1px #000000;
	text-align: left;
    line-height: 1em;
	padding-bottom: 0em
}

#main-carousel .type3 {
	max-width: 580px;	
	font-size:15px;
	color:#ffffff;
	line-height: 20px;
	text-shadow: 1px 1px 1px #000000;
	text-align: left;
}
#main-carousel .carousel-indicators {
    bottom: 0px !important;
}

#main-carousel .carousel-item  {
	height: 100vh !important;
}
#main-carousel .carousel-caption.centered {
	top:0px !important;
}
#main-carousel .centered {
	margin-top: calc(100vh / 3);
}