/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;

	font-family: 'Titillium Web', Arial, sans-serif !important;
	color: #3c3c3c !important;
	font-weight: 400 !important;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background-color: #F2F3F7;
}

* {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
a {
	text-decoration: none !important;
}
/*--------------------------------------------------------------
Typographie
--------------------------------------------------------------*/

h1 {
	font-size: 24px;
	font-weight: 700;
}
h2 {
	font-size: 21px;
	font-weight: 700;
	line-height: 25px;
}
h3 {
	font-size: 18px;
	line-height: 25px;
}

/*--------------------------------------------------------------
Style page
--------------------------------------------------------------*/

.wrapper {
	margin: 20px;
}
.container {
	max-width: 600px !important;
	margin: 0 auto;
	background-color: white;
	border: 1px solid #D8D8D8;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.2);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.2);
}
.logo {
	background-image: linear-gradient(180deg, #1B1B1B, #3C3C3C);
	background-image: -moz-linear-gradient(180deg, #1B1B1B, #3C3C3C);
	background-image: -ms-linear-gradient(180deg, #1B1B1B, #3C3C3C);
	background-image: -o-linear-gradient(180deg, #1B1B1B, #3C3C3C);
	height: 100px;
}
.logo img {
	max-width: 220px;
	margin-left: 30px;
}
.link {
	color: #3c3c3c;
}
section {
	padding: 15px 30px;
}

.border {
	height: 1px;
	border-top: 1px solid #D8D8D8;
	margin: 10px 0;
}

.header {
	padding-bottom: 0;
}
.header span {
	margin-top: 5px;
	display: block;
	font-weight: 400;
	font-size: 14px;
}

.bloc-image > div:nth-child(1) {
	width: 40%;
}
.bloc-image > div:nth-child(2) {
	width: 60%;
}
.bloc-image > div img {
	max-width: 100%;
	display: block;
	overflow: hidden;
	min-width: 0;
	min-height: 0;
	height: 216px;
	object-fit: cover;
}
.bloc-image > div:nth-child(2)  img {
	margin-left: auto;
}

.partenaires {
	margin-top: 10px;
}
.partenaires p {
	font-size: 12px;
}
.bottom {
	padding-bottom: 0;
	padding-top: 0;
}
.form {
	padding-top: 10px;
}
.date {
	margin-top: 10px;
}
.footer {
	text-align: center;
	padding: 15px 0 0;
	border-top: 1px solid #D8D8D8;
}
.footer a {
	color: #3c3c3c !important;
	text-decoration: none !important;
	font-size: 12px;
}

/*** Popup ***/

#overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.7);
	z-index: 2;
	cursor: pointer;
}

#popup {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	background: #ffffff;
	padding: 20px;
	max-width: 340px;
}
#popup img {
	max-width: 150px;
	margin-bottom: 15px;
	text-align: center;
}

/**** Formulaire ****/

#subscribeFrom input[type="text"],
#subscribeFrom input[type="email"],
#subscribeFrom input[type="tel"],
#subscribeFrom button[type="submit"] {
	font: 400 14px "Titillium Web", Arial, sans-serif;
	color: #3c3c3c;
}

#subscribeFrom {
	max-width: 400px;
	margin: 0 auto;
	background-color: #F2F3F7;
	padding: 25px;
	border: 1px solid #D8D8D8;
}
#subscribeFrom p {
	color: #0091FF;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 1.3;
}

fieldset:not(:last-of-type) {
	margin: 0 0 10px;
	min-width: 100%;
	width: 100%;
}

#subscribeFrom input[type="text"],
#subscribeFrom input[type="email"],
#subscribeFrom input[type="tel"] {
	width: 100%;
	border: 1px solid #ccc;
	background: #FFF;
	padding: 10px 0 10px 10px;
	-webkit-transition: border-color 0.3s linear;
	-moz-transition: border-color 0.3s linear;
	transition: border-color 0.3s linear;
}

#subscribeFrom input[type="text"]:hover,
#subscribeFrom input[type="email"]:hover,
#subscribeFrom input[type="tel"]:hover {
	border: 1px solid #aaa;
}

#subscribeFrom button[type="submit"] {
	cursor: pointer;
	width: 40%;
	border: none;
	background: #0091FF;
	color: #FFF;
	padding: 8px;
	font-size: 14px;
	font-weight: 700;
	margin-top: 10px;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	transition: background-color 0.3s linear;
}
#subscribeFrom button[type="submit"]:hover {
	background: #1597fa;
}
#subscribeFrom button[type="submit"]:active {
	box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.5);
}
#subscribeFrom button[type="submit"]:focus {
	outline: 0 !important;
}
#subscribeFrom input:focus {
	outline: 0;
	border: 1px solid #aaa;
}

::-webkit-input-placeholder {
	color: #888;
}
:-moz-placeholder {
	color: #888;
}
::-moz-placeholder {
	color: #888;
}
:-ms-input-placeholder {
	color: #888;
}


#linkedin #subscribeFrom {
	padding-top: 15px;
}
/*--------------------------------------------------------------
FlexBox
--------------------------------------------------------------*/
.flex {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.flex.align-items_center {
	-webkit-align-items: center;
	align-items: center;
}
.flex.column {
	-ms-flex-direction: column;
	-webkit-direction: column;
	flex-direction: column;
}
.flex.center {
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.flex.align-items_center {
	-webkit-align-items: center;
	align-items: center;
}
.flex_wrap {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
/*--------------------------------------------------------------
Medias queries
--------------------------------------------------------------*/

@media only screen and (max-width: 620px) {
	.bloc-image > div {
		width: 100% !important;
	}
	.bloc-image > div img {
		margin: auto;
		width: 100%;
		height: 100%;
	}
	.bloc-image > div:first-child img {
		margin-bottom: 10px;
	}
}


@media only screen and (max-width: 425px) {
	.container {
		max-width: 100% !important;
	}
	.wrapper {
		margin: 0;
	}
	section {
		padding-left: 15px;
		padding-right: 15px;
	}
	h1 {
		font-size: 22px;
	}
	.bottom, .date {
		text-align: center;
	}
	#subscribeFrom {
		padding: 25px 15px;
	}
	#popup {
		max-width: 300px;
		min-width: 80%;
		padding: 15px;
	}
}







