/* @override http://jeremie-schaeffer.com/v1/css/style.css */

/*
Theme Name: Jérémie Schaeffer UX Portfolio
Theme URI: http://www.jeremie-schaeffer.com
Description: A user experience designer portfolio theme.
Version: 1.0
Author: Jérémie Schaeffer
Author URI: http://www.jeremie-schaeffer.com
*/

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
	background-color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
	margin:0;
}

@font-face {
	font-family: icone;
	src: url(../fonts/Linearicons.ttf);
}

@font-face {
	font-family: CallunaLghtRegular;
	src: url(../fonts/calluna-light-webfont.eot);
	src: url(../fonts/calluna-light-webfont.ttf);
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: CallunaBold;
	src: url(../fonts/calluna-bold-webfont.eot);
	src: url(../fonts/calluna-bold-webfont.ttf);
	font-weight: normal;
	font-style: normal;
}

p {
	font-size: 1.500rem;
	line-height: 2.4rem;
	font-family: 'CallunaLghtRegular', serif;
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.img-center {
	margin-left: auto;
	margin-right: auto;
}

.icon-chevron-down {
	display: inline-block;
	width: 1em;
	height: 1em;
	fill: currentColor;
	font-size: 48px;
	color: #fff;
	position: absolute;
	top: 90%;
	display: block;
	left: 50%;
	transform: translate(-50%, 0);
}

.hidden{
     opacity:0;
}
.visible{
     opacity:1;
}

/* =======================================================================================
Example showing how to change the color/size of the icons:
.icon-name {
	font-size: 32px; // works because "width" & "height" were set using em units
	color: red; // works for single-colored icons, because "fill" was set to "currentColor"
}
======================================================================================== */
.fill-color1 {
	fill: #fff;
}

.bg-img {
	/*background-image: linear-gradient(to bottom right, #ff214b 0%, #f25632 100%);
	background: url(../img/home_cover.jpg) no-repeat center center;
	background-size: cover;*/
	min-height: 400px;
    background: transparent;
}

.bg-etickets {
    background: transparent;
	width: 100%;
	height: 100vh;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
}

.bg-etickets img {
	max-width: 400px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

header {
	position: absolute;
	top: 50px;
	width: 100%;
	z-index: 10;
}

.logo {
	float: left;
}

.logo a svg {
	width: 54px;
	height: 54px;
	fill: #ffffff;
	transition: 0.3s ease-out;
}

.logo a svg:hover {
	transform: rotate(-45deg);
	transition: 0.3s ease-out;
	opacity: 0.8;
}

.menu {
	float: right;
	padding: 22px 15px 0 0;
}

.menu ul li {
	float: left;
}

.menu ul li a {
	color: #ffffff;
	padding: 0 0 0 30px;
	font-family: 'Montserrat', sans-serif;
	opacity: 0.9;
}

.menu ul li a:hover {
	opacity: 1;
}

.bold {
	font-weight: 700;
}

.promote {
	font-size: 3em;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.15em;
	color: #666666;
}

.promote2 {
	font-size: 3em;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.15em;
	color: #666666;
	padding: 50px 0 0 0;
}

.titles {
	text-transform: uppercase;
	color: #999;
	font-weight: 700;
	padding: 0 0 10px 0;
}

.rouge {
	color: #ea5c64;
}

@keyframes logoanimation {
	0% {opacity: 0; transform:translate(0,0);}
	100% {opacity: 1; transform:translate(0,30px);}
}

.test3 {
	max-width: 800px;
	height: 500px;
	background: #eee;
	width: 100%;
}

.home .row {
	padding-bottom: 200px;
}

.sectionprojets {
	overflow: hidden;
}

.center {
	text-align: center;
}

.colored {
	background: #f4f6f7;
}

.gray {
	background: #f6f6f6;
}

.fond_cover {
	background: url(../img/fond_cover.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}

.img-full {
	width: 100%;
}

.logo-footer svg {
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 auto 100px auto;
	border: 2px solid #EA5C64;
	border-radius: 100px;
	padding: 12px;
}


/* -------------------------------- 

Bouton général

-------------------------------- */

.btn {
	max-width: 220px;
	border-radius: 5px;
	border: 1px solid #ccc;
	color: #ccc;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.9rem;
	font-weight: 400;
	display: block;
	padding: 15px 20px;
	text-align: center;
}

.btn:hover {
	background: #ccc;
	color: #fff;
}

.back-home {
	margin-top: 100px;
}

/* -------------------------------- 

Home

-------------------------------- */

.wrapper {
	padding: 0 50px;
	margin: 0 auto;
}

.name {
	font-size: 4rem;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	line-height: 1em;
}

.name span {
	font-family: 'Robotot', sans-serif;
	font-size: 2rem;
	font-weight: 300;
	letter-spacing: 0.17em;
}

.light {
	color: #FFFFFF;
	font-size: 5rem;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	display: block;
	line-height: 1.1em;
}

.hired a {
	text-align: center;
	color: #FFFFFF;
	padding: 16px 32px;
	border: 2px solid #FFFFFF;
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 400;
	margin: 30px 0 0 0;
	display: block;
	border-radius: 2px;
	letter-spacing: 0.15rem;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.hired a:hover {
	background: #ffffff;
	color: #ea5c64;
}

.about {
	margin-top: 200px;
}

.promo {
	padding-top: 200px;
	padding-bottom: 100px;
}

.promo p {
	font-family: 'Robotot', sans-serif;
}

.about div h2 {
	font-size: 3rem;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	color: #333333;
	padding: 0 0 0.6em 0;
}

.about div h3 {
	font-size: 1.3rem;
	line-height: 1.4em;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	color: #999999;
}

.skill {
	text-align: center;
}

.skill span {
	font-family: icone;
	font-size: 100px;
	color: #ea5c64;
	padding: 0 0 30px 0;
	display: block;
}

.skill h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #333333;
	font-size: 1.3em;
	padding: 0 0 30px 0;
}

.skill p {
	font-family: 'Roboto', sans-serif;
	color: #999999;
	font-size: 1.1em;
	line-height: 1.6em;
	font-weight: 400;
}

.projets {
	background: #f9f9f9;
	padding-top: 200px;
	overflow: hidden;
}

.projets h2 {
	font-size: 3rem;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	color: #333333;
}

.projets p {
	color: #838b91;
}

.title_projet {
	font-size: 3rem;
	font-family: 'Montserrat', sans-serif;
	color: #ea5c64;
	padding: 0 0 30px 0;
	font-weight: 700;
}

.decouvrir {
	padding: 18px 30px;
	border-radius: 5px;
	border: 2px solid #ea5c64;
	color: #ea5c64;
	margin: 30px 0 0 0;
	float: left;
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: 0.04em;
}

.decouvrir:hover {
	background: #ea5c64;
	color: #ffffff;
}

.impair .label {
	margin: 0 0 15px 0;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	float: left;
}

.pair .label {
 	float: right;
 	margin: 0 0 15px 0;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.pair p {
	text-align: right;
}

.pair h5 {
	text-align: right;
}

.pair .title_projet {
	text-align: right;
}

.pair .decouvrir {
	float: right;
}

.pair .image-pair {
	display: flex;
	justify-content: flex-end;
}

#contact {
	border: 1px solid #e6ecf0;
	background: #fafbfc;
	padding: 40px;
}

/* -------------------------------- 

Work général

-------------------------------- */

.work {
	padding-top: 200px;
}

.work.extra {
	padding-bottom: 200px;
}

.work h2 {
	font-size: 3em;
	font-family: 'Roboto Condensed', sans-serif;
	padding: 0 0 50px 0;
	font-weight: 700;
	color: #252B33;
	text-transform: uppercase;
}

.work h3 {
	font-size: 1.7rem;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	color: #818790;
	margin: 0 0 0.4em 0;
}

.work h5 {
	font-size: 1rem;
	text-align: center;
	font-style: italic;
}

.etickets .imgpad, .infosite .imgpad {
	margin-top: 100px;
	margin-bottom: 100px;
}

.etickets .img-min, .infosite .img-min {
	padding: 100px 0 30px 0;
}

.etickets .img-pad-top, .infosite .img-pad-top {
	margin-top: 200px;
}

.etickets .img-pad-top-min, .infosite .img-pad-top-min {
	margin-top: 100px;
}

.legende {
	margin-bottom: 30px;
}

.worklight {
	padding-top: 100px;
	padding-bottom: 100px;
}

.workbot {
	padding-top: 100px;
	padding-bottom: 200px;
}

.footer-contact {
	padding: 2.7rem 0 1rem 0;
	border-top: 1px solid #eee;
}

.footer-contact ul {
	float: left;
	display: block;
}

.footer-contact ul li {
	display: inline;
}

.footer-contact ul li a {
	font-size: 0.9rem;
	color: #666;
	font-family: 'Robotot', sans-serif;
}

.footer-contact ul li a::after {
	content: "·";
	padding: 0px 0.35em 0px 0.5em;
}

.footer-contact ul li a.last:after {
	content: none;
	padding-right: 0;
}

.footer-contact ul li a:hover {
	color: #ea5c64;
}

.footer-contact p {
	font-family: 'Robotot', sans-serif;
}

.copyright {
	float: right;
	font-size: 0.9rem;
}

.cd-top svg {
	fill: #333333;
}

.cd-top {
  display: block;
  position: fixed;
  bottom: 40px;
  right: 10px;
  z-index: 10;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  opacity: 0;
  overflow: hidden;
}
/*.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}*/

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

.container-intro {
	position: relative;
}

.titre-intro {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.intro {
	padding-top: 100px;
	padding-bottom: 100px;
}

.intro h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 3rem;
	margin: 0 0 1em 0;
}

.intro p {
	font-family: 'Roboto', sans-serif;
	font-size: 1.2rem;
	margin-bottom: 2em;
	font-weight: 300;
	line-height: 1.8em;
}

.intro-pad {
	padding-bottom: 20px;
}

.detail {
	padding: 0 0 20px 0;
}

.detail ul li {
	line-height: 1.4em;
	color: #666666;
}

.detail h4 {
	font-weight: 700;
	padding: 0 0 8px 0;
	text-transform: uppercase;
	font-size: 0.9rem;
	font-family: 'Roboto Condensed', sans-serif;
}



/* -------------------------------- 

Etickets

-------------------------------- */

.etickets .profil, .infosite .profil {
	border-radius: 10px;
	border: 2px solid #999;
	padding: 50px;
	margin: 150px 0 0 0;
}

.etickets .profil h5, .infosite .profil h5 {
	font-size: 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
}

.etickets .profil h6 {
	font-size: 1.5rem;
	font-weight: 700;
	padding: 30px 0;
}

.infosite .profil h6 {
	padding: 0 0 30px 0;
	font-size: 1.5rem;
	font-weight: 700;
}

.etickets .profil p, .infosite .profil p {
	font-size: 1.1rem;
	line-height: 1.8rem;
	font-weight: 500;
	color: #333;
}

.etickets .profil p, .etickets .profil h6, .etickets .profil h5, .infosite .profil p, .infosite .profil h6 {
	font-family: 'Open Sans', sans-serif;	
}

.etickets .fond_iphone {
	background: url(../img/fond_iphone.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
}

.etickets .shadow {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2)
}

#iphone-hand {
	padding-top: 70px;
}

.ico-apple {
	border-radius: 15px;
	max-width: 100px;
	display: block;
}

.ico-coo {
	max-width: 300px;
	display: block;
}

/* -------------------------------- 

Infomaniak Entetainement website

-------------------------------- */

#vid-infosite {
  position: absolute;
  bottom: 50%; 
  right: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%; 
  min-height: 100%; 
  width: auto; 
  height: auto;
  z-index: -1000; 
  overflow: hidden;
}

.img-intro {
	max-width: 100%;
	width: 1170px;
	height: auto;
	margin: 0 auto;
	position: relative;
	z-index: 100;
	display: block;
	padding: 6% 2%;
}

.parent-element-to-video {
    overflow: hidden;
}

/*
video {
    height: 100%;
    width: 177.77777778vh; 
    min-width: 100%;
    min-height: 56.25vw;
    position: relative;
    top:-5px;
    background: url('img/infomaniak-entertainment/cover.jpg') no-repeat 0 0;
    -webkit-background-size:cover; 
   -moz-background-size:cover; 
   -o-background-size:cover; 
   background-size:cover; 
}*/


.couleurs {
	margin: 100px auto;
	max-width: 750px;
	display: block;
	overflow: hidden;
}

.couleurs div {
	width: 200px;
	height: 200px;
	float: left;
	border-radius: 2px;
}

.couleurs div span {
	color: #ffffff;
	padding: 170px 0 0 10px;
	display: block;
	text-transform: uppercase;
}

#couleur1 {
	background: #7f9fcb;
	margin-right: 50px;
	margin-bottom: 50px;
}

#couleur2 {
	background: #4c6c97;
	margin-right: 50px;
	margin-bottom: 50px;
}

#couleur3 {
	background: #193862;
}

.fonts h3, .fonts h4, .fonts p {
	font-family: 'Open Sans', sans-serif;
}

.fonts h3 {
	font-size: 3rem;
	margin: 2.5em 0;
	color: #333333;
	text-transform: none;
}

.fonts h4 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1rem;
	margin-bottom: 1em;
}

.fonts p {
	margin-bottom: 2em;
}

.fonts #fonts-titre {
	font-size: 34px;
	line-height: 1.4em;
}

.fonts #fonts-light {
	font-weight: 300;
	color: #959595;
	font-size: 32px;
}

.fonts #fonts-paragraphe {
	font-size: 14px;
	line-height: 1.6rem;
}

.border-bot {
	border-bottom: 1px solid #eee;
}

.infosite .shadow {
	box-shadow: 0 0 100px rgba(0, 0, 0, 0.3)
}

@media (min-width: 768px) {
	.intro p {
		margin-bottom: 0;
	}

	#couleur1 {
		margin-bottom: 0px;
	}

	#couleur2 {
		margin-bottom: 0px;
	}

}
/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .cd-title {
    line-height: 250px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-title {
    height: 200px;
    line-height: 300px;
  }
  .cd-title h1 {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 768px) {
  .cd-intro {
  }
}
@media only screen and (min-width: 1170px) {
  .cd-intro {
  }
}

@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 6rem;
  }
}

/* -------------------------------- 

General Style

-------------------------------- */
.cd-intro {
  position: relative;
  height: 100vh;
  width: 100%;
  /* vertically align its content */
  display: table;
  overflow: hidden;
}

.cd-intro-content {
  /* vertically align inside its parent */
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-intro-content h1 {
  color: #ffffff;
}
.cd-intro-content p {
  margin: 1em 0;
}
.cd-intro-content .action-wrapper {
  display: inline-block;
}
.cd-intro-content .action-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
.cd-intro-content .action-wrapper > * {
  float: left;
}
@media only screen and (min-width: 768px) {

}

.cd-intro-content h1,
.cd-intro-content h1 span,
.cd-intro-content p,
.cd-intro-content .cd-btn {
  opacity: 0;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.no-cssanimations .cd-intro-content h1, .no-cssanimations
.cd-intro-content h1 span, .no-cssanimations
.cd-intro-content p, .no-cssanimations
.cd-intro-content .cd-btn {
  opacity: 1;
}

/* -------------------------------- 

Mask 2

-------------------------------- */
.mask-2.cd-intro-content * {
  /* overwrite default style */
  opacity: 1;
}

.mask-2.cd-intro-content .content-wrapper {
  position: relative;
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
  padding: 2em 0;
  overflow: hidden;
}
.mask-2.cd-intro-content .content-wrapper::before {
  /* vertical bar */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 2px;
  background-color: #ffffff;
  -webkit-animation: cd-pulse 1.3s 0.3s both;
  -moz-animation: cd-pulse 1.3s 0.3s both;
  animation: cd-pulse 1.3s 0.3s both;
}
.no-cssanimations .mask-2.cd-intro-content .content-wrapper::before {
  opacity: 0;
}
.mask-2.cd-intro-content .content-wrapper > div {
  /* wrap the entire content */
  position: relative;
  z-index: 1;
}

.mask-2.cd-intro-content .content-wrapper,
.mask-2.cd-intro-content .content-wrapper > div {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  animation-delay: 1.1s;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

.mask-2.cd-intro-content .content-wrapper {
  -webkit-animation-name: cd-mask-wrapper;
  -moz-animation-name: cd-mask-wrapper;
  animation-name: cd-mask-wrapper;
}

.mask-2.cd-intro-content .content-wrapper > div {
  -webkit-animation-name: cd-mask-content;
  -moz-animation-name: cd-mask-content;
  animation-name: cd-mask-content;
}

@-webkit-keyframes cd-mask-wrapper {
  0% {
    -webkit-transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-mask-wrapper {
  0% {
    -moz-transform: translateX(50%);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-mask-wrapper {
  0% {
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-mask-content {
  0% {
    -webkit-transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-mask-content {
  0% {
    -moz-transform: translateX(-100%);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-mask-content {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-pulse {
  0%, 30.8% {
    opacity: 0;
  }
  15.4%, 46.2%, 61.5%, 70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes cd-pulse {
  0%, 30.8% {
    opacity: 0;
  }
  15.4%, 46.2%, 61.5%, 70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cd-pulse {
  0%, 30.8% {
    opacity: 0;
  }
  15.4%, 46.2%, 61.5%, 70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}