/* CSS Document */

/* Float Elements 
---------------------------------*/
.fl-lt {
	float: left;
}

.fl-rt {
	float: right;
}

/* Clear Floated Elements
---------------------------------*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:before,
.clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
}

.figure {
	margin: 0px;
}

img {
	max-width: 100%;
}

a,
a:hover,
a:active {
	outline: 0px !important
}

@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'White Angelica Regular';
	src: url("../fonts/WhiteAngelica.ttf") format("woff");
}

/* Primary Styles
---------------------------------*/
body {
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #888888;
	margin: 0;
}

h2 {
	font-size: 34px;
	color: #222222;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 0 0 15px 0;
	text-align: center;
	text-transform: uppercase;
	padding-top: 30px;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	color: #222222;
	font-size: 16px;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
}

h6 {
	font-size: 16px;
	color: #888888;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-align: center;
	margin: 0 0 60px 0;
}

p {
	line-height: 24px;
	margin: 0;
}

/* Header Styles
---------------------------------*/

.header {
	text-align: center;
	background: url(../img/pw_maze_black_2X.png) left top repeat;
	padding: 280px 0;
}

.logo {
	width: 500px;
	margin: 0 auto 0px;
	padding-top: 5%;
}

.header h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 50px;
	font-weight: 400;
	letter-spacing: -1px;
	margin: 0 0 22px 0;
	color: #fff;
}

.we-create {
	padding: 0;
	margin: 35px 0 55px;
}

.wp-pic {
	margin-bottom: 20px;
}

.we-create li {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #bcbcbc;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0 5px 0 0;
	padding: 0 0 0 15px;
}

.we-create li:first-child {
	background: none;
}

.start-button {
	padding-left: 0px;
}

.start-button li a {
	color: #fff;
}

.size-minimum {
	min-height: 900px;
}

.link {
	padding: 15px 15px;
	background: #424141;
	color: #fff !important;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	border-radius: 3px;
	text-transform: uppercase;
	line-height: 25px;
	margin-bottom: 20px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	display: inline-block;
	margin: 0 20px;
	justify-content: center;
	align-items: center;
}

.link:hover {
	background-color: #cf8ab599;
	color: #FFF;
	text-decoration: none;
	border-color: #FFF;
}

.signature {
	color: #222222;
	font-family: 'White Angelica Regular';
	text-decoration: none;
	line-height: 20px;
	font-size: 18px;
}

.signature-accueil {
	color: #222222;
	font-family: 'White Angelica Regular';
	text-decoration: none;
	line-height: 20px;
	font-size: 18px;
	margin-left: 50px;
}

.accueil-text {
	color: #222222;
	font-family: 'Montserrat', 'sans-serif';
	text-decoration: none;
	line-height: 35px;
	font-size: 16px;
	text-align: justify;
}

.accueil-link {
	padding: 15px 35px;
	background: #cf8ab599;
	color: #000 !important;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	border-radius: 3px;
	text-transform: uppercase;
	line-height: 25px;
	margin-bottom: 20px;
}

.word-important {
	background: #cf8ab599;
	color: #000 !important;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	border-radius: 3px;
	text-transform: uppercase;
	line-height: 25px;
	padding: 0px 3px 0px 3px;
}

.word-important a {
	text-decoration: none;
	color: #000 !important;
}

/* Navigation
---------------------------------*/
.main-nav-outer {
	padding: 0px;
	border-bottom: 1px solid #dddddd;
	box-shadow: 0 4px 5px -3px #ececec;
	position: relative;
	background: #fff;
}

.main-nav {
	text-align: center;
	margin: 10px 0 0px;
	padding: 0;
	list-style: none;
}

.main-nav li {
	display: inline;
	margin: 0 1px;
}

.main-nav li a {
	display: inline-block;
	color: #222222;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	line-height: 20px;
	margin: 17px 32px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.main-nav li a:hover {
	text-decoration: none;
	color: #cf8ab599;
}

.small-logo {
	padding: 0 32px;
}

.main-section {
	padding: 0px 0 0px;
}

/* Services
---------------------------------*/

.service-list {
	padding: 0 0 0 0;
	font-size: 14px;
	margin-bottom: 40px;
}

.service-list-col1 {
	float: left;
	width: 60px;
}

.service-list-col1 i {
	font-style: normal;
	font-size: 38px;
	display: block;
	color: #222;
	font-family: 'FontAwesome';
	line-height: 38px;
}

.service-list-col2 {
	overflow: hidden;
	text-align: left;
}

.service-list-col2 a {
	display: inline-block;
	color: #222;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
}

.service-list-col2 a:hover {
	text-decoration: none;
	color: #cf8ab599;
}

.service-list-col3 {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100px;
	padding-bottom: 20px;
}

.main-section.alabaster {
	background: #fafafa;
}

.text-starvac {
	position: absolute;
	color: rgb(128, 128, 128);
	top: 10px;
	width: 400px;
	padding: 50px 70px 0px;
	margin-top: -22px;
	left: 15px;
}

@media (max-width: 400px) {
	.text-starvac {
		width: 100%;
	}
}

.text-contact {
	position: absolute;
	color: rgb(128, 128, 128);
	top: 10px;
	width: 450px;
	padding: 50px 70px 0px;
	margin-top: -22px;
	left: 15px;
}

@media (max-width: 400px) {
	.text-contact {
		width: 100%;
	}
}

.section-starvac {
	padding: 8px 0;
	background: rgba(238, 238, 238, 0.5);
	/* font-weight: bold; */
}

.section-nored-starvac {
	padding: 10px 0;
	background-color: #FFFFFF;
	/* font-weight: bold; */
}

.section-nored {
	padding: 16px 0;
	background-color: #FFFFFF;
	font-weight: bold;
}

.section-red {
	padding: 16px 0;
	background: rgba(238, 238, 238, 0.5);
	font-weight: bold;
}

.starvac-text-title {
	text-transform: uppercase;
	font-weight: bold;
	color: rgb(95, 88, 88);
	margin: 0 0 20px;
	font-size: 50px;
	position: relative;
	line-height: 50px;
	margin-top: 40%;
}

@media (max-width: 400px) {
	.starvac-text-title {
		font-size: 35px;
	}
}

.starvac-img-left {
	width: 100%;
	margin-left: 15px;
}

.starvac-img-right {
	width: 100%;
	margin-left: -15px;
}

.presta-img {
	margin-left: 50px;
	bottom: 10px;
}

.presta-link {
	/* color: #cf8ab599; */
	text-align: right;
	position: absolute;
	right: 0;
	padding-left: 10em;
}

.presta h3 {
	font-family: 'Montserrat', sans-serif;
	color: #222222;
	font-size: 16px;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	font-weight: 400;
	text-align: left;
}

.starvac-text-title-box {
	text-transform: uppercase;
	font-weight: bold;
	color: rgb(95, 88, 88);
	margin: 0 0 20px;
	font-size: 30px;
	position: relative;
	line-height: 30px;
	margin-top: 20px;
}

.starvac-text {
	text-transform: uppercase;
	font-weight: bold;
	color: rgb(128, 128, 128);
	margin: 0 0 20px;
	font-size: 18x;
	position: relative;
	line-height: 2em;
}

.starvac-bloc-title {
	text-transform: uppercase;
	font-weight: bold;
	color: #424141;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.1em
}

.starvac-bloc-subtitle {
	text-transform: uppercase;
	font-weight: bold;
	color: #424141;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.1em
}

.starvac-bloc-text {
	color: rgb(128, 128, 128);
	margin: 0 0 20px;
	font-size: 12x;
	line-height: 2em;
	text-align: justify;
}

.starvac-bloc-text-cadre {
	color: rgb(0, 0, 0);
	margin: 0 0 20px;
	font-size: 12x;
	line-height: 2em;
	text-align: justify;
	opacity: 0.60;
	background-color: rgb(255, 255, 255);
	padding: 15px 15px;
	border-radius: 10px;
}

.starvac-cadre {
	border: solid 1px #000000;
	padding: 7px 13px;
	font-size: 12px;
	color: #000000;
	font-style: italic;
	margin-bottom: 50px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.starvac-cadre-box {
	border: solid 1px #000000;
	padding: 7px 13px;
	font-size: 12px;
	color: #000000;
	font-style: italic;
	margin-bottom: 10px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


/* Clients
---------------------------------*/
.client-part {
	background: url(../img/section-bg1.jpg) center center no-repeat;
	background-size: cover;
	padding: 55px 0;
	text-align: center;
}

.client-part-haead {
	color: #fdfdfd;
	font-size: 28px;
	line-height: 41px;
	margin: 30px 0 10px;
	font-family: '' Open Sans',sans-serif';
	font-style: italic;
}

.client-part h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 42px;
	color: #fff;
}

.client-part-haead a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
}

.client-part-haead a:hover {
	text-decoration: none;
	color: #cf8ab599;
}

.client {
	padding: 0;
	margin: 20px 0 0;
	list-style: none;
	text-align: center;
}

.client li {
	display: inline;
	margin: 0 15px;
}

.client li a {
	display: inline-block;
}

.client li a img {
	margin-bottom: 15px;
	border-radius: 50%;
}

.client li a:hover {
	text-decoration: none;
}

.client li a h3 {
	color: #ffffff;
}

.client li a span {
	color: #f1f1f1;
}

.quote-right {
	font-style: normal;
	width: 68px;
	height: 68px;
	margin: 0 auto;
	border: 2px solid #cf8ab599;
	border-radius: 50%;
	display: block;
	line-height: 68px;
	text-align: center;
	font-size: 27px;
	color: #cf8ab599;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.quote-right:hover {
	color: #fff;
	border: 2px solid #fff;
}

.info-bulle {
	font-style: normal;
	width: 68px;
	height: 68px;
	margin: 0 auto;
	border-radius: 50%;
	display: block;
	line-height: 68px;
	text-align: center;
	font-size: 27px;
	color: #38383899;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.info-bulle:hover {
	color: #cf8ab599;
}

.c-logo-part {
	background: #ffffff;
	padding: 25px 0;
	filter: alpha(opacity=60);
}

.c-logo-part ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.c-logo-part ul li {
	display: inline;
	margin: 0 25px;
}

.c-logo-part ul a {
	display: inline-block;
	margin: 0 20px;
}

.c-logo-part img {
	width: 180px;
}

.main-section.team {
	padding: 85px 0;
}

.main-section.team h6 {
	margin-bottom: 40px;
}

/* Cadeaux
---------------------------------*/
.cadeaux {
	background: url(../img/section-bg2.jpg) top center no-repeat;
	background-size: cover;
	padding: 60px 0 10px;
	text-align: center;
}

.cadeaux h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	padding: 0;
	margin: 20px 0 70px;
	text-transform: uppercase;
	font-size: 42px;
	color: #fff;
}

/* Contact
---------------------------------*/
.main-section.contact {
	padding: 0px 0 100px;
}

.main-section.contact {
	background: url(../img/bg-map.png) left 190px no-repeat;
}

.contact-info-box h3 {
	font-size: 15px;
	font-weight: 400;
	float: left;
	width: 150px;
	margin-right: 10px;
	line-height: 28px;
	text-align: left;
}

.contact-info-box h3 i {
	font-style: normal;
	font-size: 18px;
	color: #222222;
	font-family: 'FontAwesome';
	font-weight: normal;
	margin-right: 7px;
}

.contact-info-box span {
	line-height: 28px;
	display: block;
	overflow: hidden;
}

.contact-header {
	font-size: 22px;
	text-align: left;
}

.contact-header a {
	text-decoration: none;
	padding: 0 25px 0px 25px;
	color: #ea4c89;
}

.social-link {
	padding: 10px 0;
	margin: 0 0 0 68px;
	display: block;
	overflow: hidden;
	list-style: none;
}

.social-link li {
	float: left;
	margin-right: 8px;
}

.social-link li a {
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 25px;
	color: #fff;
	background: #222222;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
}

.social-link li a:hover,
.social-link li a:focus {
	text-decoration: none;
}

.social-accueil-link {
	margin: 0 0 0 68px;
	list-style: none;
}

.social-accueil-link li a {
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 25px;
	color: #fff;
	background: #222222;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
}

.social-accueil-link li a:hover,
.social-accueil-link li a:focus {
	text-decoration: none;
}

.facebook a:hover {
	background: #3b5998;
}

.instagram a:hover {
	background: #ea4c89;
}

.phone-social a:hover {
	background: #ea4c89;
}

.texte {
	margin-top: 10px;
	font-size: 16px;
}

.form {
	margin: 0 66px 0 30px;
}

.input-text {
	padding: 15px 16px;
	border: 1px solid #ccc;
	width: 100%;
	height: 50px;
	display: block;
	border-radius: 4px;
	font-size: 15px;
	color: #aaa;
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 15px 0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.input-text:focus {
	border: 1px solid #cf8ab599;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
}

.input-text.text-area {
	height: 165px;
	resize: none;
	overflow: auto;
}

.input-btn {
	width: 175px;
	height: 50px;
	background: #cf8ab599;
	border-radius: 4px;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	border: 0px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.input-btn:hover {
	background: #111;
	color: #fff;
}

.validation {
	color: red;
	display: none;
	margin: 0 0 20px;
	font-weight: 400;
	font-size: 13px;
}

#sendmessage {
	color: #cf8ab599;
	border: 1px solid #cf8ab599;
	display: none;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}

#errormessage {
	color: red;
	display: none;
	border: 1px solid red;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}

#sendmessage.show,
#errormessage.show,
.show {
	display: block;
}

/* Footer
---------------------------------*/

.footer {
	background: url(../img/pw_maze_black_2X.png) left top repeat;
	padding: 35px 0 35px;
}

.footer-logo {
	margin: 15px auto 35px;
	width: 150px;
}

.bio-logo {
	width: 100px;
	margin-left: 50%;
}

.copyright,
.credits {
	color: #cccccc;
	font-size: 14px;
	display: block;
	text-align: center;
}

.copyright a,
.credits a {
	color: #cf8ab599;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.copyright a:hover,
.credits a:hover {
	color: #fff;
}

.res-nav_click {
	line-height: 38px;
	font-family: 'FontAwesome';
	font-size: 38px;
	text-decoration: none !important;
	color: #777777;
	font-style: normal;
	display: none;
	width: 42px;
	height: 27px;
	margin: 20px auto;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.res-nav_click:hover,
.res-nav_click:active,
.res-nav_click:focus {
	color: #cf8ab599 !important;
}

.portfolioContainer {
	max-width: 1140px;
}

.starvacMax {
	max-width: 1400;
}

.soins li {
	margin: 15px 16px;
	list-style-image: url('../img/icon-puce-bleu.png');
}

.soins ul {
	list-style-position: inside;
	padding-left: 50px;
}

.box-soins li {
	margin: 15px 16px;
	list-style-image: url('../img/icon-puce-bleu.png');
}

.box-soins-red li {
	margin: 15px 16px;
	list-style-image: url('../img/icon-puce-rouge.png');
}

.box-soins ul {
	list-style-position: inside;
}

.box-close {
	position: absolute;
	top: 10px;
	right: 50px;
	font-size: 50px;
	text-decoration: none;
}

.tftable {
	font-size: 14px;
	color: #333333;
	width: 100%;
	border-width: 1px;
	border-color: #729ea5;
	border-collapse: collapse;
	border-radius: 25% 10%;
}

.tftable th {
	font-size: 14px;
	background-color: #acc8cc;
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #729ea5;
	text-align: center;
}

.tftable tr {
	background-color: #ffffff;
}

.tftable td {
	font-size: 14px;
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #729ea5;
	text-align: center;
}

.tftable tr:hover {
	background-color: #cccbcc;
}

/* Animation Timers
---------------------------------*/
.delay-02s {
	animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
}

.delay-03s {
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
}

.delay-04s {
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
}

.delay-05s {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}

.delay-06s {
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
}

.delay-07s {
	animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
}

.delay-08s {
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
}

.delay-09s {
	animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
}

.delay-1s {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}

.delay-12s {
	animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
}

.wrapper-left {
	height: 1000px;
	margin-left: -15px;
}

.fixed-bg-left {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
	height: 100%;
	width: 100%;
}

.wrapper-right {
	height: 800px;
	margin-right: -15px;
}

.wrapper-right-2 {
	height: 600px;
	margin-right: -15px;
}

.fixed-bg-right {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	height: 100%;
	width: 100%;
}

.fixed-bg h1 {
	display: table-cell;
	vertical-align: middle;
}

.scroll-bg {
	background-color: #0f0f0a;
	padding: 10px 70px;
	color: #676767;
}

.bg-0 {
	background-image: url('../img/accueil.png');
}

.bg-0-md {
	background-image: url('../img/accueil-md.png');
}

.bg-1 {
	background-image: url('../img/starvac-1.jpg');
}

.bg-2 {
	background-image: url('../img/starvac-2.jpg');
}

.bg-3 {
	background-image: url('../img/prestation-3.png');
}

.bg-4 {
	background-image: url('../img/prestation-4.jpg');
}

/* Scroll down */
* {
	margin: 0;
	padding: 0;
}

ul#downArrow {
	position: relative;
	width: 40px;
	display: flex;
	align-items: center;
	flex-flow: column;
	margin-left: auto;

	margin-right: auto;
}

ul#downArrow li {
	list-style: none;
	width: 8px;
	height: 8px;
	background-color: #000000;
	border-radius: 100%;
	margin-bottom: 10px;
	animation: ani 0.8s infinite ease-in-out;
	animation-delay: calc(0.2s * var(--i));
}

ul#downArrow::before,
ul#downArrow::after {
	position: absolute;
	content: '';
	background-color: #000000;
	width: 30px;
	height: 3px;
	bottom: 0;
}

ul#downArrow::before {
	right: 0;
	transform: rotate(-45deg);
	transform-origin: center right;
}

ul#downArrow::after {
	left: 0;
	transform: rotate(45deg);
	transform-origin: center left;
}

@keyframes ani {
	0% {
		opacity: 0;
		transform: scale(0.5) translateY(-5px);
	}

	50% {
		opacity: 1;
		transform: scale(1) translateY(20px);
	}

	100% {
		opacity: 0;
		transform: scale(0.5) translateY(40px);
	}
}

.DownArrow1 {
	--i: 1
}

.DownArrow1 {
	--i: 2
}

.DownArrow1 {
	--i: 3
}

.btn-cont {
	text-align: center;
	margin-top: 15px;

	.btn {
		position: relative;
		padding: 10px 40px;
		color: #ffffff;
		text-decoration: none;

		background: #cf8ab599;
		color: #000 !important;
		font-size: 16px;
		font-weight: 400;
		font-family: 'Montserrat', sans-serif;
		border-radius: 3px;

		&:hover {
			border: none;
			background-color: transparent;
			color: #cf8ab599;

			.line-1 {
				animation: move1 1500ms infinite ease;
			}

			.line-2 {
				animation: move2 1500ms infinite ease;
			}

			.line-3 {
				animation: move3 1500ms infinite ease;
			}

			.line-4 {
				animation: move4 1500ms infinite ease;
			}
		}
	}

	.btn-cadeaux {
		position: relative;
		padding: 20px 100px;
		color: #000;
		background: #fff;
		text-decoration: none;
		font-size: 16px;
		font-weight: 400;
		font-family: 'Montserrat', sans-serif;
		border-radius: 3px;
		display: inline-block;
		text-transform: uppercase;
		line-height: 25px;
		margin-bottom: 20px;
		margin: 0 20px;
		justify-content: center;
		align-items: center;

		&:hover {
			border: none;
			background-color: transparent;
			text-decoration: none;
			color: #ffffff99;

			.line-1 {
				animation: move1 1500ms infinite ease;
			}

			.line-2 {
				animation: move2 1500ms infinite ease;
			}

			.line-3 {
				animation: move3 1500ms infinite ease;
			}

			.line-4 {
				animation: move4 1500ms infinite ease;
			}
		}
	}

	.line-1 {
		content: "";
		display: block;
		position: absolute;
		width: 1px;
		background-color: #729ea5;
		left: 0;
		bottom: 0;
	}

	.line-2 {
		content: "";
		display: block;
		position: absolute;
		height: 1px;
		background-color: #729ea5;
		left: 0;
		top: 0;
	}

	.line-3 {
		content: "";
		display: block;
		position: absolute;
		width: 1px;
		background-color: #729ea5;
		right: 0;
		top: 0;
	}

	.line-4 {
		content: "";
		display: block;
		position: absolute;
		height: 1px;
		background-color: #729ea5;
		right: 0;
		bottom: 0;
	}
}

@keyframes move1 {
	0% {
		height: 100%;
		bottom: 0;
	}

	54% {
		height: 0;
		bottom: 100%;
	}

	55% {
		height: 0;
		bottom: 0;
	}

	100% {
		height: 100%;
		bottom: 0;
	}
}

@keyframes move2 {
	0% {
		width: 0;
		left: 0;
	}

	50% {
		width: 100%;
		left: 0;
	}

	100% {
		width: 0;
		left: 100%;
	}
}

@keyframes move3 {
	0% {
		height: 100%;
		top: 0;
	}

	54% {
		height: 0;
		top: 100%;
	}

	55% {
		height: 0;
		top: 0;
	}

	100% {
		height: 100%;
		top: 0;
	}
}

@keyframes move4 {
	0% {
		width: 0;
		right: 0;
	}

	55% {
		width: 100%;
		right: 0;
	}

	100% {
		width: 0;
		right: 100%;
	}
}

.box {
	background-color: black;
	height: 200vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.box a {
	padding: 15px;
	background-color: #fff;
	border-radius: 3px;
	text-decoration: none;
}

.modal {
	position: fixed;
	inset: 0;
	background: rgba(255, 255, 255, 0.7);
	display: none;
	align-items: center;
	justify-content: center;
}

.content {
	position: relative;
	background: rgb(255, 255, 255);
	padding: 1em 2em;
	border-radius: 4px;
	border: 1px solid #dddddd;
	border-color: #000;
}

.modal:target {
	display: flex;
}

.box-close a {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fe0606;
	font-size: 30px;
	text-decoration: none;
}