/* 
Theme Name:		 Twentyseventeen by Jonathan
Theme URI:		 http://www.jonathanphoto.fr/
Description:	 Mon thème
Author:			 Jonathan Dahan
Author URI:		 http://www.jonathanphoto.fr/
Template:		 twentyseventeen
Version:		 1.0.0
Text Domain:	 twentyseventeenbyjonathan
*/


/*
    Add your custom styles here
*/
.tobehidden { display:none!important; }

.footer-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.flex-container {
    display: flex; /* Active le mode Flexbox */
    justify-content: space-around; /* Espace entre les éléments *//
}

.flex-item {
    flex: 1; /* Optionnel : chaque élément prend un espace égal */
}


/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/


body,
button,
input,
select,
textarea {
	font-family: var(--e-global-typography-text-font-family);
	font-weight: var(----e-global-typography-text-font-weight);
	font-style: var(----e-global-typography-text-font-style);
	font-size: var(----e-global-typography-text-font-size);
	letter-spacing: var(--e-global-typography-text-letter-spacing);
	word-spacing: var(--e-global-typography-text-word-spacing);
	text-transform: var(--e-global-typography-text-text-transform);
	text-decoration: var(--e-global-typography-text-text-decoration);
	line-height: var(--e-global-typography-text-line-height);
}

h1.page-title {
	font-family: var(--e-global-typography-0fb4e6d-font-family);
	font-weight: var(----e-global-typography-0fb4e6d-font-weight);
	font-style: var(----e-global-typography-0fb4e6d-font-style);
	font-size: var(----e-global-typography-0fb4e6d-font-size);
	letter-spacing: var(--e-global-typography-0fb4e6d-letter-spacing);
	word-spacing: var(--e-global-typography-0fb4e6d-word-spacing);
	text-transform: var(--e-global-typography-0fb4e6d-text-transform);
	text-decoration: var(--e-global-typography-0fb4e6d-text-decoration);
	line-height: var(--e-global-typography-0fb4e6d-line-height);
}


/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/


/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	font-family: "libre-franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

:-moz-placeholder {
	font-family: "libre-franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

::-moz-placeholder {
	font-family: "libre-franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	opacity: 1;
}

:-ms-input-placeholder {
	font-family: "libre-franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/



#panel3 > div > div {
	max-width: 100%!important;
}