

/*** FANCYBOX FIX ********************************************************************/
.fancybox-overlay { z-index: 99999 !important; }



/*** GOOGLE TRANSLATE ****************************************************************/
.goog-te-gadget-simple .goog-te-menu-value span { color: #122349 !important; }

.topMenu_gooleTranslateEtLinkz {
	display: block;
	margin-bottom: 10px;
}
@media screen and (min-width:768px) and (max-width:979px){
	.topMenu_gooleTranslateEtLinkz {
		float: right;
		margin: 4px 0 0 0;
	}
}
@media screen and (min-width:980px){
	.topMenu_gooleTranslateEtLinkz {
		position: absolute;
		top: 4px;
		right: 0;
	}
}

#google_translate_element {
	display: block;
	text-align: center;
}
@media screen and (min-width:980px){
	#google_translate_element { float: left; }
}


/*** BOUTON BZH ***/
.topMenu_linkz { display: none; }
@media screen and (min-width:1200px){
	.topMenu_linkz {
		display: inline-block;
		margin-left: 10px;
		padding: 0 10px;

		height: 24px;
		line-height: 24px;

		color: #ffffff !important;
		background: #ffdf5e;
		text-transform: uppercase;
		text-decoration: none;

		border: 1px solid #ffffff;

		-webkit-transition: .3s ease-in-out all;
		transition: .3s ease-in-out all;
	}
	.topMenu_linkz:hover {
		color: #ffdf5e !important;
		background: #ffffff !important;
		border: 1px solid #ffdf5e !important;
	}
}




/*** FIXED FLAG BRETON ***/
.fixed_drapeau_breton { display: none; }

@media screen and (min-width:1200px){
	.home .fixed_drapeau_breton {
		display: block;

		position: fixed;
		top: 15%;
		right: 0;
		z-index: 9999;

		width: 144px;
		height: 56px;
		background: url(../images/flag-bzh.png) no-repeat center center;
	}
}




/*** PICTO SNAPCHAT ******************************************************************/
.picto_snapchat {
	position: relative;
	top: 3px;
}



/*** HP - COUNTDOWN ******************************************************************/
.hp_countdown h1 { font-size: 60px; }
@media screen and (min-width:980px){
	.hp_countdown h1 { font-size: 90px; }
}



/*** CUSTOM SEARCH *******************************************************************/

/*** TITRE ******************************/
.search-component h3 {
	margin: 0 0 60px 0;
	padding: 0;

	font-size: 46px;
	line-height: 46px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color : #122349;
}

.search-component .noresult {
	color : #122349;
}


/*** FORM *******************************/
.search-component .form {
	display: flex;
	align-content: center;
	justify-content: center;
	margin-bottom: 60px;
	padding: 10px;
	background-color: #122349;
}
@media screen and (max-width:800px){
	.search-component .form {
		flex-flow: row wrap;
	}
}
.search-component .form .dates {
	flex: 1 1 auto;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	margin-right: 10px;
}

@media screen and (max-width:800px){
	.search-component .form .dates {
		flex: 1 1 100%;
		max-width: 100%;
		margin-right: 0;
	}
}
.search-component .form .dates .button{
	position: relative;
	display: inline-block;
	flex: 1 1 19%;
	max-width: 19%;
	padding: 5px;
	margin-right: 1%;
	margin-bottom: 1%;
	color: #fff;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	background-color: rgba(255,255,255,.1);

	transition: background-color ease .3s, color ease .3s;
}
.search-component .form .dates .button:nth-child(6),
.search-component .form .dates .button:nth-child(7),
.search-component .form .dates .button:nth-child(8),
.search-component .form .dates .button:nth-child(9),
.search-component .form .dates .button:nth-child(10)
{
	margin-bottom: 0;
}
.search-component .form .dates .button:nth-child(5),
.search-component .form .dates .button:nth-child(10)
{
	margin-right: 0;
}
.search-component .form .dates .button:hover{
	color: #122349;
	background-color: #ffdf5e;
}
.search-component .form .dates .button .big{
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
}

@media screen and (max-width:800px){
	.search-component .form .dates .button .big{
		font-size: 12px;
	}
}
.search-component .form input, .search-component .form select {
	margin: 5px 0;
	padding: 0 10px;
	width: 100%;
	height: 50px;
	line-height: 50px;

	color: #122349;
	font-size: 16px;
	background-color: #fff;

	border: none;
	transition: background-color ease .3s;
}
.search-component .form input:focus {
	color: #fff;
	background-color: rgba(255,255,255,.1);;
	border-bottom: 1px solid #fff;
}
.search-component .form input::-webkit-input-placeholder{
	color: #122349!important;
}
.search-component .form input::-moz-placeholder{
	color: #122349!important;
}
.search-component .form input:-ms-input-placeholder{
	color: #122349!important;
}
.search-component .form .fields {
	display: flex;
	flex-flow: row wrap;
}
@media screen and (max-width:800px){
	.search-component .form .fields {
		flex: 1 1 100%;
		max-width: 100%;
		margin-right: 0;
	}
}
.search-component .form .fields .row {
	flex: 1 1 100%;
	max-width: 100%;
	display: flex;
	align-content: center;
}

/*** PLACEHOLDER ***/
.contact_content form select::-webkit-input-placeholder,
.contact_content form input::-webkit-input-placeholder {
	color: #3f3f3f;
	font-style: italic;
}
.contact_content form select::-moz-placeholder,
.contact_content form input::-moz-placeholder {
	color: #3f3f3f;
	font-style: italic;
}
.contact_content form select:-ms-input-placeholder,
.contact_content form input:-ms-input-placeholder {
	color: #3f3f3f;
	font-style: italic;
}
.contact_content form select:-moz-placeholder,
.contact_content form input:-moz-placeholder {
	color: #3f3f3f;
	font-style: italic;
}



/** PAGE PROGRAMME - FORM FIX ***********/
#fil_program .form label { display: none; }

#fil_program .form .picker__input { margin-right: 5%; }

.page_programmation_search_submit {
    display: inline-block;
    margin: 0;
    padding: 0;

    width: 50px;
    height: 50px;
    line-height: 50px;

    font-size: 0;

    background: url('../images/search.png') no-repeat center center #ffdf5e;
    border: none;
    cursor: pointer;

    -webkit-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
}
.page_programmation_search_submit:hover { background: url('../images/search.png') no-repeat center center #122349; }




/*** SPECTACLE DATE ***/
.page_liste_spectacle .results p {
	margin: 0 0 10px 0 ;
    padding: 0 10px;
    color: #122349;
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
}
.page_liste_spectacle .results .spectacle_date {
	color: #122349;
	font-size: 15px;
}
.page_liste_spectacle .results .spectacle_date p {
	margin: 0;
	padding: 2px 10px;
	color: #122349;
	font-size: 16px;
	font-weight: 400;
}

.page_liste_spectacle .results .spectacle_date a {
	display: block;
	margin: 0;
	padding: 0 5px;
	color: inherit;
	line-height: 16px;
}



/*** RESULT **************************************************************************/
.search-component .results {
	list-style: none;
	margin: 0;
	padding: 0;

	clear: both;
	overflow: hidden;
}


/*** PAGE LISTE SPECTACLES ***/
.page_liste_spectacle .search-component {

}


/*** PAGE LISTE ARTISTES ***/
.page_liste_artiste .search-component {

}



/*** ITEM ***/
.search-component .results li {
	display: block;
	margin: 30px 0 0 0;
	padding: 0;

	text-align: center;
	border: 1px solid #d8d8d8;

	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
}
.search-component .results li:first-child { margin-top: 0; }

@media screen and (min-width:780px){
	.search-component .results li {
		position: relative;
		margin: 60px 0 0 10%;

		float: left;
		width: 45%;
		height: 340px;
	}
	.page_liste_spectacle .search-component .results li { height: 435px; }
	.page_liste_spectacle .search-component .results li.artiste-card { height: 320px; }
}

@media screen and (min-width:780px) and (max-width:979px) {
	.search-component .results li:nth-child(2n+1) { margin-left: 0; }
	.search-component .results li:nth-child(1),
	.search-component .results li:nth-child(2) { margin-top: 0; }
}

@media screen and (min-width:980px){
	.search-component .results li {
		margin: 60px 0 0 5%;

		float: left;
		width: 30%;
	}
	.search-component .results li:nth-child(3n+1) { margin-left: 0; }
	.search-component .results li:nth-child(1),
	.search-component .results li:nth-child(2),
	.search-component .results li:nth-child(3) { margin-top: 0; }
}


/*** ILLU ***/
.search-component .results .artist_illu {
	width: 100%;
	height: 200px;
}
.page_liste_spectacle .search-component .artist_illu { margin-bottom: 10px; }
@media screen and (min-width:640px){
	.search-component .results .artist_illu { position: relative; }
}

/*** TITRE ***/
.search-component .results li.artiste-card p {
	padding: 10px;
    font-size: 24px;
	color: #122349;
}
.search-component .results .artist_titre {
	display: table;
	width: 100%;
	height: 100px;
}
.search-component .results .artist_titre p {
	display: table-cell;
	vertical-align: middle;

	margin: 0;
	padding: 0 15px;

	font-size: 18px;
	line-height: 24px;
}


/*** HOVER EFFECT ***/
@media screen and (min-width:640px){
	.search-component .results .artist_illu span {
		display: block;

		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: -1;

		width: 100%;
		height: 100%;

		background: rgba(7,14,29, .7);

		opacity: 0;

		-webkit-transition: .3s ease-in-out all;
		transition: .3s ease-in-out all;

		-webkit-transform: translate3d(0, 0, 0);

		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
		-o-backface-visibility: hidden;
	}
	.search-component .results li:hover .artist_illu span {
		z-index: 3;
		opacity: 1;
	}

	.search-component .results .artist_illu span:before {
		content: "\e050";

		position: absolute;
		top: 55%;
		left: 50%;

		margin: -14px 0 0 -14px;

		color: #ffffff;
		font-family: "ETmodules" !important;
		font-size: 32px;

		-webkit-transition: .4s ease-in-out all;
		transition: .4s ease-in-out all;
	}
	.search-component .results li:hover .artist_illu span:before { top: 50%; }
}




/*** LINK ***/
.search-component .results .artist_link {
	display: block;
	margin: 15px 0 0 0;
	padding: 0;

	height: 40px;
	line-height: 40px;

	color: #122349;
	font-size: 18px;

	background: #ffdf5e;
}
@media screen and (min-width:780px){
	.search-component .results .artist_link {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;

		margin: 0;
		padding: 0;

		-webkit-transition: .3s ease-in-out all;
		transition: .3s ease-in-out all;
	}
	.search-component .results li:hover .artist_link {
		color: #ffffff;
		background: #122349;
	}
}




/** BOUTON ******************************/
.results_more {
	margin-top: 40px;
	width: 100%;
	text-align: center;

	clear: both;
	overflow: hidden;
}

.search-component .results_more button {
	display: inline-block;
	margin: 0;
	padding: 0 40px;
	width: 100%;
	
	height: 50px;
	line-height: 50px;

	color: #122349;
	font-size: 20px;
	font-weight: 500;

	background: #ffffff;
	border: 2px solid #122349;
	cursor: pointer;

	-webkit-transition: .3s ease-in-out all;
	transition: .3s ease-in-out all;
}
.search-component .results_more button:hover {
	color: #fff;
	background: #122349;
}



/*** DETAIL ARTIST & SPECTACLE *******************************************************************/

/*** MAIN ***/
.artistDetail_main,
.spectaleDetail_main {
	margin: 30px 0;
	padding: 0 2%;
}
@media screen and (min-width:980px){
	.artistDetail_main,
	.spectaleDetail_main {
		margin: 50px auto;
		padding: 0;
		max-width: 90%;
	}
}
@media screen and (min-width:1400px){
	.artistDetail_main,
	.spectaleDetail_main {
		margin: 60px auto;
		padding: 0;
		max-width: 1200px;
	}

}

/*** CONTENT ***/
.artistDetail_main_content,
.spectaleDetail_main_content {
	margin: 0 auto;
	width: 90%;
	clear: both;
	overflow: hidden;
}

.artistDetail_main_first {
	clear: both;
	overflow: hidden;
}


/*** TITRE ******************************/
.artistDetail_main h3,
.spectaleDetail_main h3 {
	margin: 0 0 40px 0;
	padding: 0 0 20px 0;

	font-size: 46px;
	line-height: 46px;
	text-align: left;

	border-bottom: 1px solid #aaaaaa;
}

/*** ILLU ******************************/
.artistDetail_illu,
.spectaleDetail_illu {
	margin-bottom: 20px;
	width: 100%;
	height: 300px;

	border: 10px solid #f5f5f5;
	border-radius: 10px;
}
@media screen and (min-width:780px){
	.artistDetail_illu,
	.spectaleDetail_illu {
		float: left;
		margin-right: 4%;
		width: 50%;
	}
}
@media screen and (min-width:980px){
	.artistDetail_illu,
	.spectaleDetail_illu { width: 40%; }
}

/*** POPIN ***/
.artistDetail_illu a,
.spectaleDetail_illu a {
	position: relative;

	display: block;
	margin: 0;
	padding: 0;
}

/*** TYPO ******************************/
.artistDetail_main h2,
.spectaleDetail_main h2 {
	margin: 80px 0 20px 0;
	padding: 0;

	font-size: 38px;
	line-height: 40px;
}
.artistDetail_main .artistDetail_video_titre {
	margin: 80px 0 0 0;
	padding: 0 0 20px 0;
	font-size: 38px;
	line-height: 40px;
	border-bottom: 1px solid #aaaaaa;
}
.spectaleDetail_main .spectaleDetail_lieu {
	margin: 0 0 10px 0;
	padding: 0;

	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
}
.artistDetail_main p,
.spectaleDetail_main p {
	margin: 0 0 10px 0;
    padding: 0;

    font-size: 16px;
    line-height: 20px;
}
.artistDetail_main .artistDetail_nationalite {
	margin: 10px 0;
	padding: 0;

	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
}
.spectaleDetail_date_titre {
	margin: 40px 0 10px 0 !important;
	padding: 0 !important;

	color: #122349 !important;
	font-size: 22px !important;
	line-height: 24px !important;
	font-weight: 700 !important;
}


.artistDetail_main a,
.spectaleDetail_main a {
	margin: 0;
	padding: 0;

	font-size: 16px;
	line-height: 20px;
}

.artistDetail_main a.link:hover,
.spectaleDetail_main a.link:hover {
	color: #122349;;
}



/*** CREDIT ****************************/
.artistDetail_main_credit,
.spectaleDetail_credit {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 500;

	margin: 0 !important;
	padding: 5px 10px !important;

	color: #f5f5f5;
	font-size: 0.7333rem;
	line-height: 0.7333rem;
	background: rgba(0, 0, 0, .3);
}


/*** BT RESERVEZ ***********************/
.spectaleDetail_reserv {
	position: relative;
	display: inline-block;
	margin: 20px 0 0 0;
	padding: 10px 20px 10px 55px;

	color: #ffffff;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;

	background: #27385c;
	border-radius: 5px;

	-webkit-transition: .3s ease-in-out all;
	transition: .3s ease-in-out all;
}
.spectaleDetail_reserv:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    width: 24px;
    height: 100%;
    background: url(../images/shopping-white.svg) no-repeat center;
    background-size: 24px auto;
}
.spectaleDetail_reserv:hover {
	background: #222;
	border-radius: 0;
	cursor: pointer;
}

/*** LINKZ *****************************/
.artistDetail_linkz {
	display: flex;
	flex-direction: column;
	margin-top: 30px;
	width: 100%;
}
@media screen and (min-width:780px){
	.artistDetail_linkz {
		flex-direction: row;
		justify-content: flex-start;
	}
}
.artistDetail_linkz a {
	margin: 0 0 0 20px;
	padding: 0 10px 0 50px;

	height: 40px;
	line-height: 40px;

	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;

	border-radius: 10px;
}
.artistDetail_linkz_web { background: url('../images/internet.png') no-repeat 15px center #23282d; }
.artistDetail_facebook { background: url('../images/facebook.png') no-repeat 15px center #3b5998; }
.artistDetail_linkz_twitter { background: url('../images/twitter.png') no-repeat 15px center #55acee; }
.artistDetail_linkz_instagram { background: url('../images/instagram.png') no-repeat 15px center #333; }

@media screen and (max-width:779px){
	.artistDetail_linkz a { margin: 15px 0 0 0; }
	.artistDetail_linkz a:first-child { margin-top: 0; }
}
@media screen and (min-width:780px){
	.artistDetail_linkz a {
		-webkit-transition: .3s ease-in-out all;
		transition: .3s ease-in-out all;
	}
	.artistDetail_linkz a:first-child { margin: 0; }
	.artistDetail_linkz a:hover { border-radius: 0; }
}



/*** VIDEO *****************************/
.artistDetail_video_box {
	padding: 30px;
	background: #f1f1f1;
}
@media screen and (min-width:780px){
	.artistDetail_video {
		margin: 0 auto;
		width: 60%;
		max-width: 100%;
	}
}
.artistDetail_video_content {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.artistDetail_video_content iframe,
.artistDetail_video_content object,
.artistDetail_video_content embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*** SPECTACLE *************************/
.artistDetail_spectacle {
	display: block;
	margin: 0;
	padding: 0;
}
.artistDetail_spectacle li {
	margin: 15px 0 0 0;
	padding: 0;
}
.artistDetail_spectacle li:first-child { margin-top: 0; }



/*** LINK ALL **************************/
.artistDetail_linkAll {
	margin-top: 40px;
	padding-top: 40px;
	text-align: center;
	border-top: 1px solid #aaaaaa;
}
.artistDetail_linkAll a {
	display: inline-block;
	margin: 0;
	padding: 0 50px;

	height: 50px;
	line-height: 50px;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;

	color: #122349;
	background: #ffdf5e;
	border-radius: 3px;

	-webkit-transition: .3s ease-in-out all;
	transition: .3s ease-in-out all;
}
.artistDetail_linkAll a:hover {
	color: #fff;
	background: #122349;
}



/*** DATE PAGE DETAIL ******************************/
.spectaleDetail_date { margin-top: 30px; }
.spectaleDetail_date ul {
	display: block;
	margin: 25px 0 0 0;
	padding: 0;
}
.spectaleDetail_date ul li {
	display: block;
	margin: 20px 0 0 0;
	padding: 20px;

	background: #f5f5f5;
	border-radius: 10px;
}
.spectaleDetail_date ul li:first-child { margin-top: 0; }



/*** DATE - LISTE ARTISTE ******************************/
ul.spectaleDetail_date_listeArtiste {
	margin: 0;
}
ul.spectaleDetail_date_listeArtiste li {
	margin: 0;
	display: inline-block;
	padding: 5px;
}
@media screen and (max-width:640px) {
	ul.spectaleDetail_date_listeArtiste li {
		display: block;
	}
}



ul.spectaleDetail_date_listeArtiste li a {
	display: block;
	margin: 0;
	padding: 10px 25px;
	color: #122349;
	background: #ffdf5e;
	border-radius: 5px;

	-webkit-transition: .3s ease-in-out all;
	transition: .3s ease-in-out all;
}
.spectaleDetail_date_listeArtiste li a:hover {
	background: #122349;
	color: #fff;
	border-radius: 0;
}


/*** FORMULAIRE DE CONTACT ***********************************************************/
.wpcf7-not-valid-tip { clear: both; }
.wpcf7 p {
	margin: 0;
	padding: 0;
}


/*** STYLE INPUT TEXT & TEXTAREA ***/
.wpcf7 .input-text,
.wpcf7 .input-textarea,
.wpcf7 .input-select {
	margin: 0 !important;
	padding: 16px !important;

	width: 100% !important;

	color: #999999 !important;
	font-family: "Open Sans", Arial, sans-serif;

	font-size: 14px !important;

	background-color: #eee !important;

	border: none !important;
	border-radius: 0 !important;
}
.wpcf7 .input-textarea { height: auto !important; }


/*** SUBMIT ***/
.wpcf7 .formContact_submit { float: right; }
.wpcf7 .input-submit {
	position: relative;
	padding: 0 25px;
	height: 40px;
	line-height: 38px;

	color: #ffdf5e;
	font-size: 20px;
	font-weight: 500;

	border: 2px solid #ffdf5e;
	border-radius: 3px;
	background: transparent;
	cursor: pointer;

	-webkit-transition: .3s ease-in-out all;
	transition: .3s ease-in-out all;
}
.wpcf7 .input-submit:hover {
	color: #ffffff;
	background: #ffdf5e;
}


/** ROW ***/
.wpcf7 .formContact_row,
.wpcf7 .formContact_row_double {
	margin-bottom: 25px;
	clear: both;
	overflow: hidden;
}
.wpcf7 .formContact_row .wpcf7-form-control-wrap,
.wpcf7 .formContact_row_double .wpcf7-form-control-wrap { display: block !important; }


/*** ROW DOUBLE ***/
@media screen and (min-width:780px){
	.wpcf7 .formContact_row_double .wpcf7-form-control-wrap {
		float: left !important;
		width: 48% !important;
		margin-left: 4% !important;
	}
	.wpcf7 .formContact_row_double .wpcf7-form-control-wrap:first-child { margin-left: 0 !important; }
}


/*** PLACEHOLDER ***/
.wpcf7 input::-webkit-input-placeholder,
.wpcf7 textarea::-webkit-input-placeholder {
	color: #999999;
	font-family: "Open Sans", Arial, sans-serif;
}
.wpcf7 input::-moz-placeholder,
.wpcf7 textarea::-moz-placeholder {
	color: #999999;
	font-family: "Open Sans", Arial, sans-serif;
}
.wpcf7 input:-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder {
	color: #999999;
	font-family: "Open Sans", Arial, sans-serif;
}
.wpcf7 input:-moz-placeholder,
.wpcf7 textarea:-moz-placeholder {
	color: #999999;
	font-family: "Open Sans", Arial, sans-serif;
}


/*** CAPTCHA ***/
.wpcf7-form-control-wrap { display: inline-block; }


/*** MESSAGE INFO ***/
.wpcf7-response-output {
	margin: 10px 0 0 0 !important;
	clear: both;
	overflow: hidden;
}



/*** IFRAME SUTENIR ******************************************************************/
.iframe_soutenir {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25% !important;
}
.iframe_soutenir iframe {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}





/*** TOPMENU RESPONSIVE **************************************************************/
@media screen and (max-width:979px){
	#top-header .container {
		width: 96% !important;
	}
}



/*** POPIN ***************************************************************************/
.popin_overlay {
	display: flex;
	flex-direction: column;
	justify-content: center;

	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 212234900;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,.5);

	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s ease-in-out all;
	transition: .3s ease-in-out all;
}
.popin_content {
	position: relative;
	z-index: 212234902;
	margin: 0 auto;
	padding: 25px;
	width: 96%;
	max-width: 980px;
	background: #ffffff;
	box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);

	-webkit-transition: .3s ease-in-out all;
	transition: .3s ease-in-out all;
	transform: translateY(-800px);
}

.popin_close {
	position: absolute;
	top: 10px;
	right: 10px;

	width: 30px;
	height: 30px;

	border: 2px solid #122349;
	border-radius: 50%;
	cursor: pointer;

	-webkit-transition: .3s ease-in-out all;
	transition: .3s ease-in-out all;
}
.popin_close:before {
	content: "";

	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px;
	background-image: url(../images/../images/cancel-filo.svg);
	-webkit-transition: .3s ease-in-out all;
	transition: .3s ease-in-out all;
}
.popin_close:hover {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.popin_overlay.popin_active {
	opacity: 1;
	visibility: visible;
}
.popin_overlay.popin_active .popin_content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}