:root
{
	--font-style-normal: normal;

	--font-weight-light: 300;
	--font-weight-normal: 400;
	--font-weight-medium: 500;

	--color-dark-grey: #727272;
	--color-darker-grey: #4e4e4e;

	--color-main: #FFFFFF;
	--color-second: #FFFFFF; /* TODO ? */
	--color-second-light: #77C5D5;

	--color-button-primary: #007087;
	--color-button-secondary: #90877C; /* TODO */
	--color-button-hover: #338C9F ; /* TODO */

	--color-green: #28AF23;
	--color-blue: #0d447b;
	--color-red: red;
	--color-light-blue: #8bb6d1;

	--color-children-quantity: #4e4e4e;

	--color-card-header: #FFFFFF;
	--color-disable-button : #6BB1BF    ; /* TODO */

	--font-size-12: 12px;
	--font-size-14: 14px;
	--font-size-16: 16px;
	--font-size-18: 18px;
	--font-size-20: 20px;
	--font-size-25: 25px;
	--font-size-45: 45px;

	--line-spacing-14: 14px;
	--line-spacing-19: 19px;
	--line-spacing-20: 20px;
	--line-spacing-28: 28px;
	--line-spacing-55: 55px;

	--font-family-roboto-light: "Roboto Light", Roboto;
	--font-family-roboto-medium: "Roboto Medium", Roboto;
	--font-family-roboto: "Roboto Regular", Roboto;
	--font-family-roboto-bold: "Roboto Bold", Roboto;

	--character-spacing-0: 0px;



/* Display block */
	--page-header: flex;/* flex *//*For all exept process*/
	--card-image-title-header: block; /*block*/ /*For home page*/
	--back-button-header:  none; /*block*/ /*For create and send card*/
	--display-type-header:  column-reverse; /**column-reverse for homepage and row for other */ /**used only for mobile view*/

	--back-button-header-generic:  none; /*block*/ /*For create and send card*/
	--back-generic:  none; /*block*/ /*For create and send card*/
	
	--display-card: none; /* block *//*For create and send card*/
  	--reservation-block:  block; /*block*/ /*For home, create, send*/
  	--footer-links:  block; /*block*/ /*For all exept process*/

  
	--home-page: flex;/* flex */
	--create-card: none;/* block */
	--send-card: none;/* block */
	--send-all-cards-to-one-mail: none; /*block*/
	--process-card: none;/* block */
	--newsletter: none;/* block */ /* always block for newsletter views */
	--newsletter-subscribing: none;/* block */
	--newsletter-subscribing-done: none;/* block */
	--download-cards-process: none; /* inline */
	--alternate-download: none;
	--error-alternate-download: none;
	--payment-page : none;/* block */
	--extend-card: none; /* block */
	--cards-will-expire: none; /* block */
	--cards-have-expired: none; /* block */

	--modal-more-info:  none; /*block*/
	--modal-help:  none; /*block*/

}
