@charset "utf-8";
/* CSS Document */

/*video-play-effects-css*/
.video-play-button {
	width: 75.6px;
	height: 75.6px;
	float: none;
	background: none;
	border: 3px solid #ffffff;
	border-radius: 50%;
	margin: 0 15px 0 0;
	position: relative;
	z-index: 9;
}
.video-play-button:after {
	width: 90px;
	height: 90px;
	background: rgba(255,255,255,0.60);
	border-radius: 50%;
	display: block;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:before {
	width: 75.6px;
	height: 75.6px;
	background: rgba(255,255,255,0.60);
	border-radius: 50%;
	display: block;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after, .video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	z-index: -9;
}
.video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 22.6px solid #ffffff;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	margin: 6px 27px;
}
 @-webkit-keyframes pulse-border {
 0% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 opacity: 0;
}
}
 @keyframes pulse-border {
 0% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 opacity: 0;
}
}

/*checkbox-effect-css*/
.checkbox1 {
	width: auto;
	float: none;
	display: inline-block;
	margin: 0 23px 0 0;
}
.checkbox2 {
	width: auto;
	float: none;
	display: inline-block;
	margin: 0 0;
}
.checkbox1 a, .checkbox2 a {
	color: #000000;
}
.checkbox1 a:hover, .checkbox2 a:hover {
	color: #ecc66f;
}
.checkbox1 span, .checkbox2 span {
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	letter-spacing: normal;
	line-height: 1.92;
	display: inherit;
	position: relative;
	top: 3px;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
	background: #d9d9d9;
	border: 1px solid #d9d9d9;
	border-radius:50%;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #422680;
    position: absolute;
    top: 7px;
    left: 7px;
	border-radius:50%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
[type="checkbox"]:checked + label:before {
	background: none;
	border: 1px solid #d9d9d9;
}

/*square-effect-css*/
.square-effect1 {
	overflow: hidden;
	cursor: pointer;
	display: block;
	position: relative;
	background:#000000;
}
.square-effect1 img {
	width: 100%;
	display: block;
	transition: all 0.25s ease-out 0s;
	-o-transition: all 0.25s ease-out 0s;
	-ms-transition: all 0.25s ease-out 0s;
	-moz-transition: all 0.25s ease-out 0s;
	-webkit-transition: all 0.25s ease-out 0s;
}
.square-effect1:hover img {
	transition: all 0.25s ease-out 0s;
	-o-transition: all 0.25s ease-out 0s;
	-ms-transition: all 0.25s ease-out 0s;
	-moz-transition: all 0.25s ease-out 0s;
	-webkit-transition: all 0.25s ease-out 0s;
	opacity:0.3;
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.bloc-video { height:250px;}
.bloc-video video { position:relative;}
.bloc-video .content-video { text-align:center;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.bloc-video { height:250px;}
.bloc-video video { position:relative;}
.bloc-video .content-video { text-align:center;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.bloc-video { height:250px;}
.bloc-video video { position:relative;}
.bloc-video .content-video { text-align:center;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.bloc-video { height:382px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.bloc-video { height:420px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {

}

@media screen and (-webkit-min-device-pixel-ratio:0) {

}