/*!
    Theme Name: Hello Elementor for Emy-Art
    Template: hello-elementor
	Description: Hello Elementor Child
	Author: Julien Dignat
    Version: 0.1.0
*/

div.custom_post_emy{
    text-decoration:none;
    top:-15px;
    background-color:#FFFFFF4D;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

div.custom_post_emy:hover{
    opacity: 1;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

h3.custom_posttitle_emy{
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 18px;
    color: #fff;
    font-family: Inter;
}

h3.custom_posttitle_emy_bis{
    margin-top: 50%;
    padding: 0%;
    font-family: Inter;
    position: absolute;
    width: 100%;
    height: auto;
    text-align: center;
}

div.custom_post_emy_bis{
    text-decoration:none;
    background-color:#FFFFFF4D;
    top:-15px;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

div.custom_post_emy_bis:hover{
    opacity: 1;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}


a.a_custom_emy{
    align-items: center;
    display: block;
}
a.a_custom_emy img {
	width: 100%;
    object-fit: cover;
}

div.container_custom_emy {
	position: relative;
	text-align: center;
	color: white;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	overflow: hidden;
	margin-bottom: 5%
}
div.container_custom_emy:hover{
    opacity: 0.6;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
span.title_custom_emy {
	font-family: "Inter", Sans-serif;
	font-weight: 400;
	font-size: 50px;
	text-decoration: none;
	color: #FFF;
	opacity: 0;
}
div.container_custom_emy:hover span.title_custom_emy{
	opacity: 1;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.icon, .icon-Fleche_Droite, .icon-Fleche_Gauche {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Fleche_Droite:before {
    content: url(/wp-content/themes/hello-elementor-child/pictos-icon/Fleche_Droite.svg);
}

.icon-Fleche_Gauche:before {
    content: url(/wp-content/themes/hello-elementor-child/pictos-icon/Fleche_Gauche.svg);
}

.hfe-nav-menu > li {
    display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	margin-top: 3%;
    margin-bottom: 3%;
}

.hfe-nav-menu > li:before {
	content: ''
}

.hfe-nav-menu > li:not(:first-child) {
    height: var(--e-nav-menu-divider-height,35%);
    border-left: var(--e-nav-menu-divider-width,2px) var(--e-nav-menu-divider-style,solid) var(--e-nav-menu-divider-color,#000);
    border-bottom-color: var(--e-nav-menu-divider-color,#000);
    border-right-color: var(--e-nav-menu-divider-color,#000);
    border-top-color: var(--e-nav-menu-divider-color,#000);
    -ms-flex-item-align: center;
    align-self: center;
}

div.bc-img {
	background-size:contain; 
	background-position:center; 
	background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
	.contact-emy > .elementor-container {
	    min-height: 700px;
	}
}
