 

/*
Theme Name: suits_modif
Template: suits
Author: richard
*/

@import url('https://fonts.googleapis.com/css?family=Cinzel|Montserrat');
html {
	font-family: 'Montserrat', sans-serif;
	background-color: #000;
}

body {
	background-color: #FFfce5;
	border: #000 20px solid;

}

#page{
	overflow: hidden;
}

.menu-menu-de-navigation-principal-container{
	z-index: 999;
	background-color: black;
}


.site-header {
	background: none;
}

h1,
h2,
h3,

h5,
h6,
.site-title,
h1 a,
h2 a,
h3 a,

h5 a,
h6 a {
	font-family: 'Cinzel', serif;
	font-weight: normal;
	letter-spacing: 8.1px;
	font-size: 1.5rem;
}

h4 {
	font-family: 'Montserrat', sans-serif;
	color: #b8860b;
	letter-spacing: 2px;
	line-height: 4rem;
	font-size: 2rem;
	font-weight: lighter;
}

h5 {
	font-family: 'Montserrat', sans-serif;
	font-weight: lighter;
	letter-spacing: 0rem;
	color: #000000;
	margin: 0.5rem 0;
	line-height: 2rem;
	letter-spacing: 2px;
}

h2, .elementor-widget-heading.elementor-widget-heading .elementor-heading-title
 {
	font-family: 'Cinzel', serif;
	font-weight: normal;
	letter-spacing: 8.1px;
	font-size: 15px;
	color: #b8860b !important;
	margin: 0.5rem 0;
	line-height: 1.5;
}

.site-main{
	padding: 0px;
}


.elementor-widget-image-gallery .gallery-item .gallery-caption {
	pointer-events: none;
	display: block;
	opacity: 1;
	width: calc(100% - 12px);
	position: absolute;
	bottom: 12px;
	max-height: 100%;
	padding: 40px 10px 5px;
	color: #fff;
	text-align: center;
	font-size: 13px;
	background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .3) 60%, transparent);
	font-family: 'Montserrat', sans-serif !important;
	letter-spacing: 0px;
	line-height: 1.5rem;
	font-style: normal;
}

.gallery-caption::before{
	box-shadow: none;
}

li figcaption {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0px;
	line-height: 1.5rem
	color : #FFfce5;
}

.menu li a, .nav-menu li a {
	font-family: Cinzel, sans-serif;
	letter-spacing: 8.1px;
	font-size: 1.3rem;
	color: #b8860b;
	text-align: center;
}

.menu li:hover > a, .nav-menu li:hover > a{
	color: #FFfce5;
	transition-delay: 2s;
}


.menu-menu-de-navigation-principal-container{
	margin: 0 auto;
	max-width: 960px;
	min-height: 36px;
	position: relative;
}

#menu-menu-de-navigation-principal-1{
	display: flex;
	justify-content: space-between;
	padding-left: 45px;

}

#nav_menu-3{
	padding: 0;
	position: relative;
	top: 15px;
	padding-right: 45px;
}

.navbar {
	background-color: #000000;
	height: 71px;

}

.search-form{
	display: none;
}

ul.nav-menu{
	margin-top: 16px;
	margin-bottom: 16px;
	padding-left: 45px;
}


.site-title{
	display: none;
}

.logo-container{
	display: none;
}


.sous-titre-formation h4{
	line-height: 1.2em !important;
}


.site-footer .sidebar-container{
	display: none;
}

.site-info-container{
	background-color: #000000;
	height: 70px;
}

.elementor-image > a{
	border: none;
}

.elementor a{
	border: none;
}

.entry-meta {
	display: none;
}

.hentry{
	border-bottom: none;
	padding-bottom: 0rem;
	margin-bottom: 0rem;
	}

/*IMAGE HOME*/

#image_home{
	height: 0px;
	transition-delay: 0.3s ease-in-out;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.site-info{
	padding: 0;
	line-height: 8px;

}

.site-info a {
    color:#744c28;
    font-size: 1rem;

}

.menu li a{
	text-transform: uppercase;

}


#menu-menu-de-navigation-principal-1 {
    flex-wrap: wrap;
}

#menu-menu-de-navigation-principal-1 li{
    width: 100%;
}




@media (min-width: 768px) { 


	.menu-menu-de-navigation-principal-container{
		background-color: transparent;
	}

	.navbar {
		height: 93px;
	}

 }


@media (min-width: 860px) { 

	#menu-menu-de-navigation-principal-1 li{
    	width: auto;
	}

 }



 @media (min-width: 1013px) { 

	.menu-menu-de-navigation-principal-container{
		background-color: transparent;
	}


	.navbar {
		height: 71px;
	}

 }

