/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/*Variables couleurs*/
:root {
	--rose: #e7267a;

}

.elementor-widget-text-editor strong{
	color: var(--rose);
}
.photo-presta,
.bloc-presta-survol,
.bouton-publissud .elementor-button-icon{
    transition: all 500ms ease;
}
.bouton-publissud .elementor-button{
	padding:0;
}
.bouton-publissud:hover .elementor-button-icon{
    margin-left: 5px;
}
.bloc-presta:hover .bloc-presta-survol a{
	color: var(--rose);
}
.bloc-presta{
	overflow: hidden;
}
.bloc-presta:hover .photo-presta{
	transform: scale(1.1);
}

#conteneur-vieilles-photos{

  box-shadow: 0 5px 22px rgba(0, 0, 0, 0.08)
}
.shadow-blanc h2{
  text-shadow:
    1px 0 rgba(255,255,255,.2),
    -1px 0 rgba(255,255,255,.2),
    0 2px rgba(255,255,255,.2),
    0 -2px rgba(255,255,255,.2),
    1px 1px rgba(255,255,255,.2),
    -1px -1px rgba(255,255,255,.2),
    1px -1px rgba(255,255,255,.2),
    -1px 1px rgba(255,255,255,.2);
}
/*#grille-actus .ue-grid-item-content{
	background-color: rgba(255,255,255,0.5);
}
*/

/*Media queries*/
@media(max-width:1024px){
	#nav-footer.elementor-nav-menu__align-end .elementor-nav-menu--layout-vertical>ul>li>a{
		justify-content: center;
	}
}
@media(max-width:768px){
	.menu-legal .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:after{
		display: none;
	}

	.menu-legal .elementor-nav-menu--layout-horizontal .elementor-nav-menu{
		flex-direction: column;
    	justify-content: center;
    	align-items: center;
	}
}