/* ---------------------------------------- */

/*  $ > Voeux 2020

/* ---------------------------------------- */

@font-face {
	font-family: "Amithen";
	src: url("../webfonts/Amithen.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	}
@font-face {
	font-family: "Bushcraft One";
	src: url("../webfonts/Bushcraftone.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	}

body {
	background: #20171d;
	}

.main-header,
.obj_canvas-background {
	display: none;
	}

strong {
	font-weight: 900;
	}

/***/

.b_bloc {
	box-sizing: border-box;
    display: inline-block;
    position: relative;
    padding: .76923em 2.307692em;
    min-height: 2.76923em;
    text-transform: uppercase;
    font-family: 'Raleway';
    font-size: 10px;
    font-weight: 900;
    line-height: 2.76923em;
    letter-spacing: .15em;
    color: white;
    transition: color .25s;
	}
.b_bloc::before {
    content: "";
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid #eb2533;
	}
.b_bloc .bg {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
	}
.b_bloc .bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: -40%;
    width: 180%;
    height: 100%;
    background: #eb2533;
    -webkit-transform: skewX(-60deg);
    -ms-transform: skewX(-60deg);
    transform: skewX(-60deg);
    transition-duration: .25s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-timing-function: ease-in-out;
	}
.b_bloc .label {
    display: inline-block;
    z-index: 3;
    position: relative;
    line-height: 1em;
	}

.b_bloc:hover {
    color: #eb2533;
	}
.b_bloc:hover .bg::before {
    -webkit-transform: skewX(-60deg) translateX(100%);
    -ms-transform: skewX(-60deg) translateX(100%);
    transform: skewX(-60deg) translateX(100%);
	}

/* ======================================== */
/*  section_voeux_2020
/* ======================================== */

.section_voeux_2020 {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	}
.section_voeux_2020 > .ctn_section {
	padding: 45px 20px 120px 20px;
	}

/***/

@media screen and (max-width: 767px) {
	
	.section_voeux_2020 > .ctn_section {
		padding: 45px 20px;
		}
	
	}

/* ======================================== */
/*  section_header
/* ======================================== */

.section_header > .ctn_section {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	}

.section_header .ctn_left .v_logo {
	display: block;
	max-width: 43px;
	}
.section_header .ctn_left .v_banner {
	display: block;
	width: 100%;
	max-width: 330px;
	margin-top: 40px;
	}

.section_header .ctn_instagram {
	text-align: center;
	}
.section_header .ctn_instagram .ctn_text .t_script {
	margin-top: 20px;
	font-family: "Amithen";
	font-size: 36px;
	line-height: 0.6;
	color: #eb2533;
	transform: rotate(-5deg);
	}
.section_header .ctn_instagram .ctn_text .t_script em {
	font-style: normal;
	font-size: 44px;
	}
.section_header .ctn_instagram .ctn_text .t_uppercase {
	margin-top: 10px;
	font-family: "Bushcraft One";
	font-size: 20px;
	color: #eb2533;
	text-transform: uppercase;
	}
.section_header .ctn_instagram .ctn_text .ctn_btn {
	margin-top: 20px;
	}

/***/

@media screen and (max-width: 767px) {
	
	.section_header > .ctn_section {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		}
	.section_header .ctn_left .v_logo {
		margin: 0 auto;
		}
	.section_header .ctn_left .v_banner {
		margin-top: 10px;
		}
	
	.section_header .ctn_instagram {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: flex-end;
		margin-top: 20px;
		}
	.section_header .ctn_instagram > * + * {
		margin-left: 20px;
		}
	.section_header .ctn_instagram img {
		width: calc(100% - 200px);
		max-width: 50%;
		}
	
	}

/* ======================================== */
/*  section_form
/* ======================================== */

.section_form {
	margin-top: 60px;
	}

.section_form form {
	margin-top: 10px;
	}
.section_form form p {
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 1.5;
	color: white;
	text-align: center;
	}
.section_form form input {
	color: white;
	background: rgba(255, 255, 255, 0.15);
	}
.section_form form input::placeholder {
	color: white;
	}
.section_form form .ctn_input .ctn_row {
	display: flex;
	flex-direction: row;
	}
.section_form form .ctn_input .ctn_row > * {
	width: 100%;
	}
.section_form form .ctn_input .ctn_row > *:first-child {
	max-width: 30%;
	}
.section_form form .ctn_input .ctn_row > * + * {
	margin-left: 6px;
	}
.section_form form .t_required {
	margin-top: 10px;
	font-size: 12px;
	color: white;
	text-align: right;
	}
.section_form form .ctn_row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	}
.section_form form .ctn_gdpr {
	margin-top: 10px;
	}
.section_form form .ctn_gdpr span[role=checkbox] {
	background: rgba(255, 255, 255, 0.15);
	}
.section_form form .ctn_gdpr span[role=checkbox]::before,
.section_form form .ctn_gdpr span[role=checkbox]::after {
	background: white;
	}
.section_form form .ctn_gdpr label {
	color: white;
	}
.section_form form .ctn_btn .b_std {
	color: #eb2533;
	}

.section_form form .ctn_error p {
	font-size: 14px;
	color: #eb2533;
	text-align: inherit;
	}
.section_form form input.error {
	color: #eb2533;
	border: solid 2px #eb2533;
	}
.section_form form input.error::placeholder {
	opacity: 1;
	color: #eb2533;
	}
.section_form form span[role=checkbox].error {
	border: solid 2px #eb2533;
	}

.section_form form .t_thanks {
	font-size: 18px;
	color: white;
	text-align: center;
	}
.section_form form .t_thanks strong {
	font-size: 40px;
	line-height: 1;
	}

/***/

@media screen and (max-width: 767px) {
	
	.section_form form p br {
		display: none;
		}
	.section_form form .ctn_input .ctn_row {
		flex-direction: column;
		}
	.section_form form .ctn_input .ctn_row > *:first-child {
		max-width: 100%;
		}
	.section_form form .ctn_input .ctn_row > * + * {
		margin-left: 0;
		}
	.section_form form .ctn_row {
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		}
	.section_form form .obj_recaptcha {
		max-width: 280px;
		}
	.section_form form .ctn_btn {
		width: 100%;
		text-align: left;
		}
	.section_form form .ctn_error p {
		margin-top: 40px;
		font-size: 12px;
		}
	
	}

/* ======================================== */
/*  section_footer
/* ======================================== */

.section_footer {
	margin-top: 40px;
	}
.section_footer .obj_logo {
	display: block;
	height: 36px;
	width: 170px;
	margin: 0 auto;
	}
.section_footer .obj_logo a {
	display: block;
	}

/* ======================================== */
/*  section_instagram
/* ======================================== */

.section_instagram {
	margin-top: 80px;
	}
.section_instagram h2 {
	font-family: "Amithen";
	font-size: 30px;
	color: white;
	text-align: center;
	}
.section_instagram h2 span {
	position: relative;
	display: inline-block;
	}
.section_instagram h2 span::after {
	content: "";
	position: absolute;
	top: -65px;
	right: -35px;
	display: block;
	height: 85px;
	width: 45px;
	background: url("../images/t_instagram.png") no-repeat center center / 45px 85px transparent;
	}
.section_instagram .ctn_btn {
	margin-top: 20px;
	text-align: center;
	}
.section_instagram .b_bloc {
	min-width: 150px;
	}
.section_instagram .b_bloc .label {
	font-size: 13px;
	color: white;
	transition: color .25s;
	}
.section_instagram .b_bloc:hover .label {
	color: #eb2533;
	}

/***/

@media screen and (max-width: 767px) {
	
	.section_instagram h2 span {
		max-width: 240px;
		}
	.section_instagram h2 span::after {
		right: -25px;
	
	}