/* "Je participe" site styles | interne@waipdesign.fr | WAIPdesign */

/* Fonts */
@font-face {
	font-family: "architects_daughterregular";
	src: url("fonts/architectsdaughter/architectsdaughter-webfont.eot");
	src: url("fonts/architectsdaughter/architectsdaughter-webfont.eot?#iefix") format("embedded-opentype"),
		url("fonts/architectsdaughter/architectsdaughter-webfont.woff2") format("woff2"),
		url("fonts/architectsdaughter/architectsdaughter-webfont.woff") format("woff"),
		url("fonts/architectsdaughter/architectsdaughter-webfont.ttf") format("truetype"),
		url("fonts/architectsdaughter/architectsdaughter-webfont.svg#architects_daughterregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Barlow";
	font-style: normal;
	font-weight: 400;
	src: url("fonts/barlow/barlow-regular.eot?#iefix") format("eot"),
		url("fonts/barlow/barlow-regular.woff") format("woff");
}
@font-face {
	font-family: "Barlow";
	font-style: italic;
	font-weight: 400;
	src: url("fonts/barlow/barlow-italic.eot?#iefix") format("eot"), url("fonts/barlow/barlow-italic.woff") format("woff");
}
@font-face {
	font-family: "Barlow";
	font-style: normal;
	font-weight: 600;
	src: url("fonts/barlow/barlow-semibold.eot?#iefix") format("eot"),
		url("fonts/barlow/barlow-semibold.woff") format("woff");
}
@font-face {
	font-family: "Barlow";
	font-style: italic;
	font-weight: 600;
	src: url("fonts/barlow/barlow-semibolditalic.eot?#iefix") format("eot"),
		url("fonts/barlow/barlow-semibolditalic.woff") format("woff");
}
@font-face {
	font-family: "Barlow";
	font-style: normal;
	font-weight: 700;
	src: url("fonts/barlow/barlow-bold.eot?#iefix") format("eot"), url("fonts/barlow/barlow-bold.woff") format("woff");
}
@font-face {
	font-family: "Barlow";
	font-style: italic;
	font-weight: 700;
	src: url("fonts/barlow/barlow-bolditalic.eot?#iefix") format("eot"),
		url("fonts/barlow/barlow-bolditalic.woff") format("woff");
}

@font-face {
	font-family: "Icomoon";
	font-style: normal;
	font-weight: normal;
	src: url(fonts/icomoon/icomoon.eot);
	src: url("fonts/icomoon/icomoon.eot?#iefix") format("eot"), url(fonts/icomoon/icomoon.woff) format("woff"),
		url(fonts/icomoon/icomoon.svg#icomoon) format("svg"), url(fonts/icomoon/icomoon.ttf) format("ttf");
}

/* Layout */
html,
body {
	font-family: "Barlow", "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 100%;
	scroll-behavior: smooth;
}

a,
a:focus,
a:hover,
a:visited {
	text-decoration: none;
}
a:focus {
	outline-style: dotted;
	outline-color: #f47e00;
	outline-width: 2px;
}

/* Header */
.evitement {
	font-size: 1em;
	list-style-type: none;
	margin: 0;
	text-align: center;
}
.evitement li a {
	background-color: #444444;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-size: 1.4em;
	height: 0px;
	left: -99999px;
	line-height: 30px;
	overflow: hidden;
	position: absolute;
	width: 0px;
}
.evitement li a:focus {
	height: 30px;
	position: static;
	left: auto;
	width: auto;
	height: auto;
	overflow: visible;
}
header {
	-webkit-background-size: cover;
	background-size: cover;
	border-bottom: 5px solid #197b42;
	width: 100%;
	height: 480px;
	position: relative;
	text-align: center;
}
.header-content {
	position: relative;
	z-index: 500;
}
header img.logo {
	margin: 50px 0;
	/*RSP*/
	width: 90%;
	/*RSP*/
	max-width: 305px;
}
header p {
	color: #ffffff;
	font-family: "Barlow", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2em;
	font-weight: 700;
}
header p span {
	border-top: 5px solid #e5a213;
	display: block;
	margin: 0 auto;
	padding-top: 25px;
	width: 85vw;
	/*RSP*/
	max-width: 960px;
	text-shadow: 2px 2px 4px #000000;
}
header .logo-cbn {
	display: none;
}
.swiper-container {
	border-bottom: 5px solid #197b42;
	height: 480px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.swiper-slide > img {
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	max-height: 480px;
	min-width: 100%;
}
.link {
	display: none;
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 500;
}
.link a {
	background: transparent url("../images/down.png") no-repeat bottom center;
	color: #ffffff;
	display: block;
	font-size: 1.6em;
	font-weight: 600;
	height: 75px;
	text-align: center;
	width: 130px;
}
.link a:hover,
.link a:focus {
	text-decoration: underline;
}

/* Main */
.intro {
	background-color: #eff4ed;
	color: #000000;
	width: 100%;
}
.intro p {
	font-size: 2.1em;
	line-height: 1.1429em;
	padding: 30px 0;
	margin: 0 auto;
	text-align: center;
	/*RSP*/
	width: 85vw;
	/*RSP*/
	max-width: 800px;
}

.page {
	margin: 0 auto;
	overflow: hidden;
	/*RSP*/
	padding: 30px 0;
	/*RSP*/
	width: 85vw;
	/*RSP*/
	max-width: 960px;
}

.page h1 {
	color: #197b42;
	font-family: "Barlow", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2.4em;
	font-weight: 700;
	margin-bottom: 30px;
}
.interne .page h2 {
	color: #197b42;
	font-family: "Barlow", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.6em;
	font-weight: 700;
	margin-bottom: 20px;
}
.page p {
	margin-bottom: 0;
}
.interne .page p {
	margin: 20px 0;
}
.interne .page a {
	color: #197b42;
}

.gui,
.nenu,
.marg,
.saisie {
	display: block;
	position: relative;
	padding-top: 30px;
	/*RSP*/
	max-width: 480px;
}

article {
	background-color: #2f4151;
	color: #ffffff;
	/*RSP*/
	padding: 20px;
	position: relative;
	/*RSP*/
	width: 75vw;
	/*RSP*/
	max-width: 440px;
	z-index: -1;
}
.gui article {
	background-color: #e5a213;
	margin-top: 20px;
}
.nenu article {
	background-color: #93c4c6;
}
.marg article {
	background-color: #bccc32;
}
.gui:hover article,
.nenu:hover article,
.marg:hover article,
.saisie:hover article {
	background-color: #197b42;
	transition: 0.5s;
}
article h2 {
	font-family: "Barlow", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 3em;
	font-weight: 700;
	margin-bottom: 15px;
}

/* Asides */
.digitale {
	/*RSP*/
	background: transparent url("../images/gagee.png") no-repeat 0 40px;
	display: block;
	margin-bottom: 40px;
	margin-right: 5px;
	padding: 15px 0;
	position: relative;
}
.digitale aside {
	background: #197b42;
	border-radius: 5px;
	color: #ffffff;
	margin-top: 40px;
	padding: 10px;
	position: relative;
	/*RSP*/
	width: 85vw;
	/*RSP*/
	max-width: 360px;
	z-index: -1;
}
.digitale:hover aside {
	-moz-box-shadow: 2px 2px 2px #444444;
	-webkit-box-shadow: 2px 2px 2px #444444;
	-o-box-shadow: 2px 2px 2px #444444;
	box-shadow: 2px 2px 2px #444444;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#444444', Direction=135, Strength=5);
	transition: 0.1s;
}
.digitale aside p {
	font-size: 1.4em;
	/*RSP*/
	margin-left: 80px;
	text-align: left;
}

aside.signature {
	font-weight: 700;
	margin: 0 auto;
	margin-bottom: 50px;
	/*RSP*/
	max-width: 960px;
	text-align: center;
	/*RSP*/
	width: 85vw;
}
aside.signature p span {
	display: block;
	font-family: "architects_daughterregular";
	font-weight: 400;
	font-size: 1.3em;
	line-height: 1.4em;
	transform: rotate(-1deg);
}

.facebook {
	display: none;
}

/* Form */
.form-group {
	margin-bottom: 15px;
}
.form-group p {
	font-size: 1.4em;
	margin-bottom: 0;
}
.form-group-localisation {
	margin-bottom: 0;
}
label {
	/*RSP*/
	display: block;
	/*RSP*/
	margin-bottom: 10px;
	font-size: 1.4em;
}
label.photo,
label.comment {
	display: block;
	margin-bottom: 10px;
}
input[type="text"],
input[type="email"] {
	border: 1px solid #686868;
	font-size: 1.4em;
	/*RSP*/
	padding: 5px;
	width: 230px;
}
input[type="checkbox"] {
	float: left;
	margin-right: 7px;
}
input[type="file"] {
	border: 1px solid #686868;
	/*RSP*/
	font-size: 1.2em;
	padding: 3px;
}
input:focus,
textarea:focus,
[readonly] {
	background-color: #eff4ed;
	border: 1px solid #197b42;
}
input[type="submit"] {
	background-color: #bccc32;
	border: 0 none;
	float: right;
	font-size: 1.4em;
	padding: 10px 30px;
	transition: 0.1s;
}
.interne input[type="submit"] {
	float: none;
	margin: 30px 0 30px 250px;
}
input[type="submit"]:hover {
	background-color: #f47e00;
	color: #ffffff;
}
input#input-draft {
	margin-right: 30px;
}
input[type="reset"] {
	background-color: #c3c3c3;
	border: 0 none;
	float: left;
	font-size: 1.2em;
	margin-top: 15px;
	padding: 3px 30px;
	transition: 0.1s;
}
input[type="reset"]:hover {
	background-color: #686868;
	color: #ffffff;
}
select {
	margin-left: 10px;
}
textarea {
	/*RSP*/
	width: 100%;
	/*RSP*/
	max-width: 500px;
	height: 100px;
	font-size: 1.4em;
	margin: 10px 0 20px 0;
	padding: 5px;
}
.block {
	display: block;
}
.interne .page .form-group p {
	margin: 0;
}

/* Footer */
footer {
	background-color: #197b42;
	color: #ffffff;
	text-align: center;
	padding: 10px 0;
}
footer p {
	margin: 0 auto;
	margin-bottom: 0;
	/*RSP*/
	width: 85vw;
	/*RSP*/
	max-width: 1200px;
}
footer a img {
	background-color: #fff;
}
footer img {
	margin-bottom: 10px;
}
.mentions {
	font-size: 1.2em;
	margin-top: 15px;
}
.mentions a {
	color: #ffffff;
	text-decoration: underline;
}

/**
* Icons
*/
.icon {
	font-family: "Icomoon";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-pencil:before {
	content: "\e600";
}
.icon-camera:before {
	content: "\e601";
}
.icon-feed:before {
	content: "\e602";
}
.icon-stack:before {
	content: "\e603";
}
.icon-zoomin:before {
	content: "\e604";
}
.icon-zoomout:before {
	content: "\e605";
}
.icon-list:before {
	content: "\e606";
}
.icon-earth:before {
	content: "\e607";
}
.icon-eye:before {
	content: "\e608";
}
.icon-arrow-down:before {
	content: "\e609";
}
.icon-radio-checked:before {
	content: "\e60a";
}
.icon-mail:before {
	content: "\e60b";
}
.icon-googleplus:before {
	content: "\e60c";
}
.icon-facebook:before {
	content: "\e60d";
}
.icon-twitter:before {
	content: "\e60e";
}

.lg-only {
	display: none;
}

@media screen and (min-width: 430px) {
	header p {
		font-size: 2.2em;
	}
	.digitale {
		background: transparent url("../images/gagee.png") no-repeat 25px 40px;
	}
	.digitale aside p {
		margin-left: 120px;
	}
}

@media screen and (min-width: 470px) {
	header p {
		font-size: 2.4em;
	}
}

@media screen and (min-width: 540px) {
	.gui,
	.nenu,
	.marg,
	.saisie {
		background: transparent url("../images/logo-guiestla.png") no-repeat right 55px;
	}
	.nenu {
		background: transparent url("../images/logo-nenuphar.png") no-repeat right 10px;
	}
	.marg {
		background: transparent url("../images/logo-marg.png") no-repeat right 15px;
	}
	.saisie {
		background: transparent url("../images/saisie.png") no-repeat 395px 14px;
	}
}

@media screen and (min-width: 780px) {
	header p {
		font-size: 2.7em;
	}
	header .logo-cbn {
		background: rgba(255, 255, 255, 0.8);
		box-shadow: 0 0 12px 0 rgb(255, 255, 255);
		display: block;
		padding-top: 32px;
		position: absolute;
		right: 24px;
		top: -12px;
		transform: rotate(4deg);
		width: 128px;
		z-index: 200;
	}
	header .logo-cbn a {
		color: #2f4151;
		display: block;
		font-family: "architects_daughterregular";
		font-size: 12px;
		line-height: 16px;
	}
	header .logo-cbn img {
		display: block;
		max-width: 100%;
		height: auto;
	}
	label {
		display: inline-block;
		margin-bottom: 0;
	}
	.label-right {
		text-align: right;
	}
	.label-width {
		width: 77px;
	}
	.label-width2 {
		width: 155px;
	}
	input[type="text"],
	input[type="email"] {
		margin-left: 10px;
		padding: 2px;
	}
	input[type="file"] {
		font-size: 1.4em;
	}
}

@media screen and (min-width: 850px) {
	header p {
		font-size: 3em;
	}
}

@media screen and (min-width: 910px) {
	.lg-only {
		display: block;
	}
}

@media screen and (min-width: 960px) {
	.page {
		/*RSP*/
		padding: 100px 0;
		width: 100vw;
	}

	.facebook {
		border: 1px solid #46629e;
		clear: both;
		display: block;
		margin-left: 20px;
		padding: 10px;
		transform: rotate(-4deg);
		width: 280px;
	}
	.facebook h2 {
		color: #46629e;
		font-family: "Barlow", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 2.2em;
		font-weight: 700;
		margin-bottom: 20px;
	}
	.facebook h2 a {
		color: #46629e;
		text-decoration: underline;
	}
	.share {
		padding: 0;
		margin-bottom: 5px;
	}
	.share .icon {
		color: #f19302;
		font-size: 3em;
		margin-left: 20px;
	}
	.share .icon:hover {
		color: #f47e00;
		transition: 0.2s;
	}
	.facebook-wrapper {
		overflow: hidden;
	}
	.facebook-window {
		margin-top: -70px;
	}

	.left {
		float: left;
		text-align: left;
		width: 50%;
	}
	.right {
		float: right;
		width: 50%;
	}
}

@media screen and (min-width: 1020px) {
	header p {
		font-size: 3.6em;
	}
	article {
		padding: 30px 0 30px 30px;
	}
}

@media screen and (min-width: 1075px) {
	.swiper-slide > img {
		left: auto;
		max-height: none;
		transform: none;
		width: 100%;
	}
}
@media screen and (min-width: 1150px) {
	.link {
		display: block;
	}
}
