@charset "UTF-8";
/* CSS Document */
* {box-sizing:border-box;}

html {
 	height:100%; 
}
body {
	text-align: center;    
    font-family: 'montserrat_alternatesregular';
    font-weight: 400;
	margin:0;
	padding:0;
	width: 100%;
 	height:100%; 
    color:#ffffff;
    position: absolute;
}
a {
    text-decoration: inherit;
    color: inherit;
}
.cb {
    clear: both;
}
.font_white {
    color: #ffffff;
}
.font_black {
    color: #000000;
}
.font-bold {
    font-family: 'montserrat_alternatesbold';
}
.font-light {
	font-family: 'montserrat_alternatesthin';
} 
.text-center {
	text-align: center;
}
img {
    border: none;
}
input:focus {
    outline:  none;
}
.container {
    width: 1100px;
    height: 100%;
    margin: 0 auto;
    text-align: left;
}
.text-white {
	color: #fff;
}
.text-orange {
	color: #f1b256;
}
.d-flex {
	display: flex;
}
.flex-row {
	flex-flow: row;
}
.flex-column {
	flex-flow: column;
}
.justify-content-start {
	justify-content:start;
}
.justify-content-between {
	justify-content: space-between;
}
.justify-content-center {
	justify-content: center;
}
.justify-content-end {
	justify-content:end;
}
.align-items-center {
	align-items:center;
}
.align-items-end {
	align-items:end;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-center {
	text-align:center;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
/* HEADER */
#header {
    background-color: #ffffff;
    font-size: 19px;
    width: 100%;
    height: 120px;
    top: 0px;
    position: fixed;
    z-index: 9999999;
}
#header .content {
    width: 95%;
	max-width: 1450px;
    margin: 0 auto;
    height: 100%;
}
#header .logo {
	width: 243px;
    z-index: 8888;
}
#header .logo-responsive {
    display: none;
}
#header .logo img {
    width: 100%;
}
.icones {
	position: absolute;
	right: 0px;
	top: 200px;
	display: flex;
	flex-direction: column;
}
.icones a {
	width: 27px;
	margin-bottom: 10px;
	-moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1); 
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1); 
    -o-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}
.icones a img {
	display: block;
}
/* MENU */
#menu {
	font-family: 'montserrat_alternatesregular';
	text-transform: uppercase;
    float: right;
    color: #28364d;
	font-size: 20px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
#menu_responsive {
    display: none;
}
#menu_responsive a.mobile {
    display:block;
    width:100%;
    height: 51px;
    padding: 5px 0px 0px 0px;
	cursor: pointer;
}
.mobile_2 {
	cursor: pointer;
}
#menu {
    padding: 0px 30px 0px 0px;
}
#menu a {
    float: left;
	list-style: none;
    display: inline;
    padding: 0px 15px 0px 25px;
	font-size: 16px;
	color: #464657;
}
#menu ul li:first-child {
    border-left: none;
    padding-left: 0px;
    border-left:none;
}
#menu a {
	transition: .3s;
	position: relative;
}
#menu a:hover {
    color: #46a5b2;
}
#menu a.active {
	color: #46a5b2;
}
#menu a.reservation {
	background-color:#e3ad47;
	color: #fff;
	padding: 10px;
	margin-left: 30px;
}
#menu a.reservation:hover, #menu a.reservation.active {
	background-color:#46a5b2;
	color: #fff;
}
/* HOMEPAGE */
#page {
    height: 100%;
	display: flex;
}
#page .owl-carousel-home {
    width: 100%;
	min-height: 100%;
}
.owl-carousel-home .owl-item {
    width: 100%;
	height: 100vh;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
.owl-carousel-home .item {
	width: 100%;
    height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	align-items: flex-start;
}
.owl-carousel-home .owl-nav {
	display: none;
}
.owl-carousel-home .owl-dots {
	position: absolute;
	bottom: 80px;
	right: 80px;
}
.owl-carousel-home .owl-dot {
	width: 20px;
	height: 20px;
	margin: 0px 10px;
	border-radius: 50%;
	background: #ffffff96 !important;
}
.owl-carousel-home .owl-dot.active {
	background: #fff !important;
}


#page .owl-carousel-home .item-2 .badge {
	right: 100px;left: inherit;
}
#page .owl-carousel-home .item-3 .badge {
	left: 150px;
}
#page .owl-carousel-home .item-3 .content {
	align-self: flex-end;
	padding-right: 20%;
}
/* homepage */
#page.homepage {
	justify-content: flex-end;
    display: flex;
}
#page.constrution {
    width: 100%;
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: stretch;
	padding: 0px 20px;
}

#page.homepage .page-right {
	position: absolute;
	top: 0px;
	bottom: 0px;
	background-color:#46a5b2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40%;
	height: 100%;
	text-align: center;
	margin-right: 5%;
	z-index: 9999;
}
#page.homepage .page-right h1 {
	text-align: left;
	font-size: 32px;
	line-height: 32px;
	font-weight: 300;
}
#page.homepage .page-right p {
	text-align: left;
}
#page.homepage .page-right .content {
    margin-top: 20px;
    width: 100%;
    position: relative;
    font-size: 15px;
	line-height: 24px;
	padding: 30px 70px;
	padding-top: 140px;
	overflow: auto;
	height: 100%;
}
#page.homepage .page-right h2 {
    font-size: 24px;
}

#page .content .small {
	font-size: 13px;
	line-height: 13px;
}
#page .content .reservation {
	background-color:#e3ad47;
	display: inline-flex;
	padding: 5px;
	margin-bottom: 10px;
}
#page .content .numero {
	font-weight: bold;
	font-size: 22px;
}
#page .content .adresse {
	text-align: left;
	margin-left: 20px;
}

/* L'ESPRIT */
#page.esprit {
	background:url(../images/esprit-bg.jpg) center no-repeat;
	background-size: cover;
	flex-direction: column;
}
#page.esprit section {
	padding: 120px 0px 0px 0px;
	height: 100%;
	width: 100%;
}
#page.esprit .top, #page.esprit .bottom {
	height: 50%;
	width: 100%;
	display: flex;
}
#page.esprit .top {
	display: flex;
	flex-direction: column;
	justify-content: end;
}
#page.esprit .top-content-container {
	background: #c1ce35;
	width: 100%;
	padding: 40px;
}
#page.esprit .top-content {
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
#page.esprit .top-content h1 {
	min-width: 200px;
}
.owl-carousel-esprit, .owl-carousel-esprit-responsive {
	width:100%;
	height:100%;
}
.owl-carousel-esprit .item, .owl-carousel-esprit-responsive .item {
	display:block;
	width:100%;
	height:100%;
	position: absolute;
}
.owl-carousel.owl-carousel-esprit .owl-stage-outer, .owl-carousel.owl-carousel-esprit .owl-stage, .owl-carousel.owl-carousel-esprit.owl-drag .owl-item, .owl-carousel.owl-carousel-esprit.owl-drag .owl-item {
	height:100%;
}
.owl-carousel.owl-carousel-esprit .owl-nav{
	display:none;
}
.owl-carousel.owl-carousel-esprit .owl-dots{
	display:none;
}
.owl-carousel-esprit-responsive {
	display: none !important;
}
/* cartes */
#page.cartes {
	flex-direction: column;
}
#page.cartes .icones a {
	background-color: #46a5b2;
}
#page.cartes section {
	padding: 120px 0px 0px 0px;
	height: 100%;
	width: 100%;
}
#page.cartes .top, #page.cartes .bottom {
	height: 50%;
	width: 100%;
	display: flex;
}
#page.cartes .top {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
}
#page.cartes .top-content {
	background: #fff;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px;
	color: #000;
}
#page.cartes .top-content-left {
	width:50%;
}
#page.cartes .top-content-right {
	width:50%;
}
#page.cartes .top-content-right a {
	margin: 0px 10px;
}
#page.cartes .top-content-right a img {
	margin: 10px 0px 0px 0px;
}
#page.cartes .bottom {
	background:url(../images/les-cartes-bg.jpg) center no-repeat;
	background-size: cover;
}

/* bar */
#page.bar section {
	padding: 120px 0px 0px 0px;
	height: 100%;
	width: 100%;
}
#page.bar h1 {
	color: #c1c42d;
}
#page.bar .top, #page.bar .bottom {
	height: 65%;
	width: 100%;
	display: flex;
}
#page.bar .bottom {
	height: 35%;
}
#page.bar .top {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
}
#page.bar .top-content {
	background: #1b2e48;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	height: 100%;
}
#page.bar .top-content-left {
	width:20%;
	padding: 40px;
}
#page.bar .top-content-right {
	background:url(../images/bar-bg.png) center no-repeat;
	background-size: cover;
	width:80%;
	padding: 40px;
}
#page.bar .bottom {
	background:url(../images/bar-bottom-bg.png) center no-repeat;
	background-size: cover;
}
#page.bar .img-resp {
	display: none;
}
/* L'EQUIPE */
#page.equipe {
	flex-direction: column;
	background: #cd7a57;
	color: #fff;
	overflow: auto;

}
#page.equipe h1 {
	text-transform: uppercase;
}
#page.equipe section {
	padding: 120px 0px 0px 0px;
	height: 100%;
	width: 100%;
}
#page.equipe .top, #page.equipe .bottom {
	height: 30%;
	width: 100%;
	display: flex;
}
#page.equipe .top {
    background:url(../images/equipe-top-bg.png) top no-repeat;
	background-size: cover;
}
#page.equipe .top-content {
	width: 80%;
	height: 70%;
	margin: 0 auto;
	padding: 40px 0px;
	text-align: left;
	display: flex;
	flex-direction: row;
	align-items: center;
}
#page.equipe .top-content .content {
	width: 75%;
}
#page.equipe .top-content .carte-ddl {
	width: auto;
}
#page.equipe .top-content a.carte-ddl {
	border:1px solid #fff;
	padding:0px 10px;
	min-height: 45px;
	transition: .5s;
}
#page.equipe .top-content a.carte-ddl:hover {
	background-color: #fff;
	color: #000;
}
#page.equipe .bottom {
	padding: 30px 0px;
}
#page.equipe .bottom-content {
	width: 80%;
	margin: 0 auto;
}
#page.equipe .bottom-content.team .block {
	width: 20%;
	margin: 20px;
	text-align: left;
}
#page.equipe .bottom-content.team .block img {
	margin-bottom: 20px;
}
#page.equipe .bottom-content.team .block:first-of-type {
	margin-left: 0px;
}

/* L'EQUIPE */
#page.carte {
	flex-direction: column;
	background: #00a0b8;
	color: #fff;
	overflow: auto;
}
#page.carte.cave {
	flex-direction: column;
	background: #cd7a57;
	color: #fff;
	overflow: auto;
}
#page.carte .top {
    background:url(../images/carte-top-bg.jpg) top no-repeat;
	background-size: cover;
	min-height: 160px;
}
#page.carte h1 {
	font-size: 30px;
	font-family: 'montserrat_alternatesbold';
}
#page.carte .bottom {
    height: auto;
    padding: 0px 30px 100px 0px;
}
#page.carte .bottom-content table {
	width: 100%;
	max-width: 750px;
	margin: 0;
}
#page.carte .bottom-content table td {
	border-bottom: 1px solid #fff;
	min-height: 40px;
	padding: 5px;
}
#page.carte h2 {
	margin-bottom: 0px;
	margin-top: 80px;
	color: #004073;
	font-family: 'montserrat_alternatesbold';
	text-transform: uppercase;
}
#page.carte.cave h2 {
	color: #fff;
}
#page.carte.cave .top {
    background:url(../images/equipe-top-bg.png) top no-repeat;
	background-size: cover;
}
#page.carte h3 {
	margin-top: 40px;
	margin-bottom: 10px;
}
#page.carte h4 {
	margin: 0;
	margin-bottom: 10px;
}
#page.carte ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-bottom: 30px;
}
#page.carte .bottom-content {
	text-align: left;
}
/* RESERVATION */
#page.reservation {
	background: #e2ad47;
	padding-top: 120px;
	height: auto;
}
#page.reservation .reservation-left, #page.reservation .reservation-right {
	width: 50%;
}
#page.reservation .reservation-left {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 30px 50px;
}
#page.reservation .reservation-right {
	background:url(../images/reservation-right-bg.png) top no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: start;
}
#page.reservation .reservation-right .content {
	background: #e2ad47;
	width: 80%;
	padding: 40px;
	text-align: left;
	margin-top: 200px;
}
.coord-black {
	background-color: #000;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
}
#page.reservation .line {
	margin: 10px auto;
	justify-content: space-start;
}
#page.reservation .line-left {
	width: 20%;
}
#page.reservation .line-right {
	width: 80%;
}
#page.reservation .line.line-2 {
	justify-content: space-between;
}
#page.reservation input[type=text],#page.reservation input[type=date], #page.reservation input[type=number],#page.reservation select {
	border: 0px;
	width: 100%;
	height: 30px;
	padding: 0px 10px;
}
#page.reservation label {
	line-height: 30px;
}
#page.reservation input[type=submit] {
	background: #000;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	border: 0;
	height: 30px;
	width: 100%;
}
#page.reservation .reservation-left .mentions {
	font-size: 11px;
	line-height: 11px;
}
#page.reservation .reservation-left .coordonnees {
	font-size: 20px;
	line-height: 20px;
	margin-top: 20px;
}
#page.reservation .reservation-left .map {
	margin-top: 30px;
}
#page.reservation .reservation-left form {
	position: relative;
	margin-bottom: 20px;
}
#page.reservation .reservation-left form .message {
	background-color: #e2ad47;
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	display: none;
}
#page.reservation .reservation-left form .message.active {
	opacity: 1;
	visibility: visible;
	display: flex;
}
/* FOOTER */
#footer {
	position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 100;
    width: 100%;
	height: auto;
}
#footer .btn-reserver {
	background: #e2ad47;
	padding: 5px 10px;
	width: 100%;
	height: 40px;
	color: #fff;
	text-align: center;
	display: none;
	align-items: center;
	justify-content: center;
}
/* Ipad */
@media all and (max-width:991px) {
	header .logo {
		width: 230px;
	}
	#page .page-right {
		width: 50%;
	}
	#page .page-left {
		width: 50%;
	}
}

/* Smartphone */
@media all and (max-width:768px) {
	body {
		font-size: 14px;
	}
	#menu {
		display: none;
	}
	#page {
		height: auto;
	}
	#page.homepage {
		flex-flow: row wrap;
	}
	#page .owl-carousel-home {
		width: 100%;
		height: 445px;
	}
	.owl-carousel-home .item {
		height: 445px;
	}
	.owl-carousel-home .owl-dots {
		position: absolute;
		bottom: 16px;
		right: 9px;
	}
	#page.homepage .page-right {
		position: relative;
		width: 100%;
		margin-right: 0;
		height: auto;
		padding-bottom: 30px;
	}
	#page.homepage .page-right .content {
		padding: 30px;
		margin-top: 0px;
	}
	#page.esprit .top-content-container {
		margin-top: 70px;
	}
	#page.equipe .top-content {
		flex-direction: column;
	}
	#page.esprit .top-content h1 {
		margin-top: 0px;
	}
	#page.esprit .top, #page.esprit .bottom {
		height: auto;
		width: 100%;
		display: flex;
		min-height: 350px;
	}
	#page.esprit .top-content {
		flex-direction: column;
	}
	#page.esprit .bottom {
		height: 250px;
	}
	.owl-carousel-esprit {
		display: none !important;
	}
	.owl-carousel-esprit-responsive {
		display: block !important;
	}
	#page.cartes .top {
		height: auto;
		width: 100%;
		display: flex;
		min-height: 350px;
	}
	#page.cartes .top-content {
		flex-direction: column;
		padding-top: 0px;
	}
	#page.cartes .top-content-left, #page.cartes .top-content-right {
		width: 100%;
	}
	#page.cartes .top-content-right {
		flex-direction: column;
		align-items: start;
		justify-content: center;
	}
	#page.cartes .top-content-right a {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#page.cartes .top-content-right img {
		order: 1;
	}
	#page.cartes .top-content-right div {
		order: 2;
		padding: 20px;
	}
	#page.cartes .bottom {
		height: 250px;
	}

	/* bar */
	#page.bar section {
		height: auto;
	}
	#page.bar .top, #page.bar .bottom {
		height: auto;
	}
	#page.bar .top-content {
		height: auto;
		flex-direction: column;
	}
	#page.bar .top-content-left {
		width:100%;
		order: 2;
	}
	#page.bar .top-content-right {
		width:100%;
		order: 1;
	}
	#page.bar .bottom {
		background: none;
	}
	#page.bar .img-resp {
		display: block;
		width: 100%;
	}

	/* EQUIPE */
	#page.equipe .bottom-content {
		flex-direction: column;
	}
	#page.equipe .bottom-content.team .block {
		width: 100%;
		margin: 0px;
		padding: 30px;
	}

	/* RESERVATION */
	#page.reservation {
		flex-direction: column;
	}
	#page.reservation .reservation-left, #page.reservation .reservation-right {
		width: 100%;
		height: auto;
	}
	#page.reservation .reservation-left {
		padding: 30px;
	}
	#page.reservation label {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	#page.reservation .line {
		flex-direction: column;
	}
	#page.reservation .line-right, #page.reservation .line-left {
		width: 100%;
		padding: 0px 0px;
	}
	#page.reservation .reservation-right .content {
		width: 90%;
		padding: 25px;
	}

	#footer .btn-reserver {
		display: flex;
	}

	#page.equipe .bottom-content {
		width: 100%;
	}
	#page.carte .bottom {
		padding: 0px 20px 100px 20px;
	}
	#page.carte h2 {
		margin-top: 50px;
	}
}

/* Smartphone */
@media all and (max-width:500px) {
	
}

/* Smartphone */
@media all and (max-width:375px) {
	
}




/* MENU */
.button_container {
	display: none;
}
.overlay {
	display: none;
}
@media all and (max-width:768px) {
	.button_container {
		position: absolute;
		right: 30px;
		height: 27px;
		width: 35px;
		cursor: pointer;
		z-index: 2000;
		transition: opacity .25s ease;
		display: flex;
	}
	.button_container:hover {
	opacity: .7;
	}
	.button_container.active .top {
		transform: translateY(11px) translateX(0) rotate(45deg);
		background: #000;
		z-index: 2000;
	}
	.button_container.active .middle {
		opacity: 0;
		background: #FFF;
	}
	.button_container.active .bottom {
		transform: translateY(-11px) translateX(0) rotate(-45deg);
		background: #000;
		z-index: 2000;
	}
	.button_container span {
		background: #000;
		border: none;
		height: 3px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		transition: all .35s ease;
		cursor: pointer;
	}
	.button_container span:nth-of-type(2) {
		top: 11px;
	}
	.button_container span:nth-of-type(3) {
		top: 22px;
	}
	.overlay {
		display: flex;
		position: fixed;
		background: rgb(255, 255, 255);
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		visibility: hidden;
		transition: opacity .35s, visibility .35s, height .35s;
		overflow: hidden;
		z-index: 1000;
	}
	.overlay.open {
		opacity: 1;
		visibility: visible;
		height: 100%;
	}
	.overlay.open li {
		animation: fadeInRight .5s ease forwards;
		animation-delay: .35s;
		letter-spacing: .2rem;
	}
	.overlay.open li:nth-of-type(2) {
		animation-delay: .4s;
	}
	.overlay.open li:nth-of-type(3) {
		animation-delay: .45s;
	}
	.overlay.open li:nth-of-type(4) {
		animation-delay: .50s;
	}
	.overlay nav {
		position: relative;
		/* height: 70%;
		top: 50%;
		transform: translateY(-50%); */
		font-size: 21px;
		line-height: 25px;
		font-weight: 300;
		text-align: left;
		text-transform: uppercase;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.overlay ul {
		list-style: none;
		padding: 0;
		margin: 0 auto;
		display: inline-block;
		position: relative;
		height: 100%;
	}
	.overlay ul li {
		display: block;
		position: relative;
		opacity: 0;
		margin-bottom: 20px;
	}
	.overlay ul li a {
		position: relative;
		color: #2d2c30;
		text-decoration: none;
		overflow: hidden;
		transition: .6s;
		font-weight: 100;
	}
	.overlay ul li a.active {
		color: #46a5b2;

	}
	.overlay ul li a.reservation {
		background-color:#e3ad47;
		color: #fff;
		padding: 8px;
		/* margin-top: 21px; */
		font-size: 18px;
	}
	.overlay ul li a.reservation:hover, .overlay ul li a.reservation.active {
		background-color:#46a5b2;
		color: #fff;
	}
	.overlay ul li a:hover {
		color: #2d2c3065;
	}
	.overlay ul li a.active {
		font-weight: 700;
	}
	.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
		width: 100%;
	}

	@keyframes fadeInRight {
		0% {
			opacity: 0;
			left: 20%;
		}
		100% {
			opacity: 1;
			left: 0;
		}
	}
	@keyframes fadeIn {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}
}



#error {
	margin-top: 20px;
	transition: .3s;
}
#anim {
	margin-top: 20px;
	height: 35px;
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		left: 20%;
	}
	100% {
		opacity: 1;
		left: 0;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.reveal-loaded .reveal [class*="reveal-"] {
    opacity: 1!important;
    transform: translateY(40px)!important;
    transition: 0s!important;
}

.reveal-loaded [class*="reveal-"]{
    transition: 2s cubic-bezier(.5, 0, 0, 1);
}

.reveal-loaded  .reveal-2 {
    transition-delay: .2s;
}

.reveal-loaded .reveal-3 {
    transition-delay: .4s;
}

.reveal-loaded .reveal-4 {
    transition-delay: .6s;
}

#svgContainer {
	max-width: 100%;
	max-height: 100%;
	background-image: linear-gradient(70deg, #f0f0f0 10%, #ffffff 100%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
}


@keyframes outline {
  from {
    stroke-dasharray: 0, 3.1416 * 55px * 2;
  }
  to {
    stroke-dasharray: 3.1416 * 55px * 2, 3.1416 * 55px * 2;
  }
}

#outline {
  animation: .38s ease-in outline;
  transform: rotate(0deg);
  transform-origin: center;
}

@keyframes circle {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}

#white-circle {
  animation: .35s ease-in .35s forwards circle;
  transform: none;
  transform-origin: center;
}

@keyframes check {
  from {
    stroke-dasharray: 0, 75px;
  }
  to {
    stroke-dasharray: 75px, 75px;
  }
}

#check {
  animation: .34s cubic-bezier(0.65, 0, 1, 1) .8s forwards check; 
  stroke-dasharray: 0, 75px;
}

@keyframes check-group {
  from {
    transform: scale(1);
  }
  
  50% {
    transform: scale(1.09);
  }
  
  to {
    transform: scale(1);
  }
}

#check-group {
  animation: .32s ease-in-out 1.03s check-group;
  transform-origin: center;
}