/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
    font-family: 'Helvetica';
    src: url('fonts/helvetica_lt_condensed_regular-webfont.woff2') format('woff2'),
         url('fonts/helvetica_lt_condensed_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Anonymous';
    src: url('fonts/anonymouspro.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


body {
	font-family: "Helvetica", sans-serif;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
  padding-left: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

h1, h2, h3, h4 {
	margin: 0;
}

p {
	line-height: 1.4;
}


.container {
	padding: 0 2em;
	max-width: 1600px;
	margin: 0 auto;
}

.title {
	font-family: "stencil-std", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.page-logo {
	max-width: 120px;
	margin: 1em auto;
}

.intro-title {
	background: #15274b;
	text-align: center;
	padding: 10px 0;
}

.intro-title .title {
	color: #fff;
	font-size: 2.8em;
}

.intro-visuel {
	padding: 1em 0;
	position: relative;
}

.visuel-text {
	position: absolute;
	width: 95%;
    bottom: 25%;
    left: 50%;
    transform: translate(-50%, 0);
}

.visuel-text span {
	display: table;
    background: #15274b;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-size: 2.8em;
    padding: 0 12px;
}
.visuel-text span:first-child {
	padding-top: 12px;
}
.visuel-text span:last-child {
	padding-bottom:  12px;
}

.countdown-grid > div {
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

.countdown-grid {
	display: flex;
	border: 1px solid #15274b;
}

.countdown {
	font-family: "stencil-std", sans-serif;
	font-size: 2em;
	text-align: center;
	color: #15274b;
}

.countdown-item {
	margin: 0 10px;
}

.countdown span {
	font-size: 0.4em;
	display: block
}

.countdown-text {
	font-size: 1.7em;
	font-weight: bold;
	color: #15274b;
	text-align: center;
	text-transform: uppercase;
	border-right: 1px solid #15274b;
}

.countdown-btn {
	background: rgba(21, 39, 75, 0.5);
}

.countdown-btn a {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 2.5em;
    opacity: 0.5;
    pointer-events: none;
}

.countdown-end {
	padding: 1.5em 0;
    border-bottom: 1px solid #15274b;
    border-left: 1px solid #15274b;
    border-right: 1px solid #15274b;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
}

.countdown-end a {
	color: #15274b;
	text-decoration: underline;
}

.bloc1 {
	position: relative;
	margin-top: 6em;
	color: #fff;
	background: #15274b;
}

.bloc1 .container {
	padding: 0;
}

.bloc1 .bloc-flex {
    position: relative;
}

.bloc1 .bloc-flex:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 16%;
    background: #fff;
    right: 0;
}

.bloc1 .bloc-text {
	width: 82%;
	padding: 4em 0;
}

.bloc1 .bloc-text > div {
	width: 81%;
    padding: 0 2em;
    box-sizing: border-box;
}

.bloc1 .bloc-img {
	position: absolute;
	top: -3em;
	right: 2em;
	width: 32%;
}

.bloc-text-half h2 {
	font-size: 3.7em;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.bloc-text-half h2:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 70px;
	height: 1px;
	background: #fff;
}

.bloc-text-full {
	margin-top: 3em;
}

.bloc-text-full h3 {
	font-size: 2em;
}

.bloc-text strong {
	font-size: 1.12em;
}

.bloc-text p {
	text-align: justify;
	font-size: 1.1em;
}

.bloc2 {
	margin: 4em 0;
}

.bloc2 .bloc-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.bloc2 .bloc-img {
	width: 42%;
}
.bloc2 .bloc-text {
	width: 50%;
}

.bloc2 p.bold {
	font-weight: bold;
	font-size: 1.12em;
	color: #15274b;
}

section.order {
	background: #15274b;
	padding: 4em 0;
	color: #fff;
	position: relative;
	z-index: 1;
}

.order-container {
	padding: 0 5em;
	max-width: 1600px;
	margin: 0 auto;
}

.order-title {
	text-align: center;
	margin-bottom: 4em;
}

.order-title .title {
	font-size: 3.7em;
}

.order-title span {
	display: block;
	font-size: 1.1em;
	line-height: 1.5;
}

.order-flex {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.order-flex:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    background: #515a70;
    height: 100%;
    transform: translate(-1px, 0);
}

.order-flex > div {
	width: 45%;
}

.order-item {
	margin-bottom: 2em;
}

.order-top {
	display: flex;
}

.order-number span {
	font-family: "stencil-std";
	color: #515a70;
    padding: 3px 22px;
    border: 1px solid #384766;
    border-radius: 50%;
    font-size: 3.5em;
}

.order-item-title {
	transform: translate(-15px, 12px);
}

.order-item-title .title {
	font-size: 2em;
}

.order-item-text p {
	text-align: justify;
}

.order-bottom {
	margin-top: 4em;
	text-align: center;
	padding-bottom: 3em;
}

.order-bottom span {
	font-size: 1.2em;
	font-weight: bold;
}

.order-bottom p {
	font-size: 1.1em;
}

.order-logo {
	position: absolute;
	bottom: 0;
	right: 4em;
	width: 35%;
	z-index: -1;
}

footer {
	background-color: #f3f3f3;
	padding: 4em 0;
	font-family: "Anonymous";
}

footer .container {
	max-width: 1050px;
	margin: 0 auto;
}

.footer-nav li {
	margin-bottom: .5em;
}

.grid-footer {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
}

.footer-socials svg {
	width: 15px;
}

.footer-socials li {
	margin-bottom: .5em;
}

.payment-icons {
	display: flex;
	justify-content: space-between;
	max-width: 220px;
	margin: 0 auto;
}


@media screen and (max-width: 1300px) {
	.bloc1 .bloc-text .bloc-text-full {
		width: 100%;
	}
}

@media screen and (max-width: 992px) {
	.countdown-grid {
		display: block;
	}

	.countdown-text {
		border-right: none;
	}

	.countdown {
		font-size: 2.3em;
	}

	.countdown-text {
		font-size: 1.5em;
	}

	.countdown-btn a {
		font-size: 2em;
	}
}

@media screen and (max-width: 768px) {
	footer {
		padding: 2em 0;
	}
	
	.grid-footer {
		display: block;
		text-align: center;
	}

	.grid-footer > div {
		margin-bottom: 2em;
	}
}


@media screen and (max-width: 576px) {
	.container {
		padding: 0 1em;
	}
	
	.intro-title .title {
		font-size: 2em;
	}

	.visuel-text span {
		font-size: 1.5em
	}

	.bloc1 {
		margin-top: 2em;
	}

	.bloc1 .bloc-flex:before {
		display: none;
	}

	.bloc1 .bloc-text {
		width: 100%;
		padding: 2em 0;
	}

	.bloc-text-half h2 {
		font-size: 2.2em;
		word-break: break-all;
	}

	.bloc1 .bloc-text > div {
		width: 100%;
		padding: 0 1em;
	}

	.bloc-text strong {
		font-size: 1.07em;
	}

	.bloc-text p {
		font-size: 1em;
	}

	.bloc-text-full {
		margin-top: 2em;
	}

	.bloc-text-full h3 {
		font-size: 1.5em;
	}

	.bloc1 .bloc-img {
		position: static;
		width: 100%;
		padding: 0 1em;
        box-sizing: border-box;
        margin-top: -2em;
	}

	.bloc2 {
		margin: 2em 0;
	}

	.bloc2 .bloc-flex {
		display: block;
	}

	.bloc2 .bloc-flex > div {
		width: 100%;
	}

	section.order {
		padding: 2em 0;
	}

	.order-container {
		padding: 0 1em;
	}

	.order-title {
		display: block;
	}

	.macaron {
		margin: 1em auto 0;
	}

	.order-title .title {
		font-size: 2.2em;
		word-break: break-all;
	}

	.order-title {
		margin-bottom: 2em;
	}

	.order-flex {
		display: block;
	}

	.order-flex:before {
		display: none;
	}

	.order-flex > div {
		width: 100%;
	}

	.order-logo {
		width: 65%;
	}

	.order-number span {
		font-size: 2.2em;
		padding: 3px 15px;
	}

	.order-item-title .title {
		font-size: 1.7em;
	}
}


@media screen and (min-width: 1600px) {
	.bloc1 .container::before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		width: var(--right-width);
		display: block;
		background: #fff;
	}
}