/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v11/dPJ5r9gl3kK6ijoeP1IRsvY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v11/EsvMC5un3kjyUhB9ZEPPwg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v11/UyBMtLsHKBKXelqf4x7VRQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v11/1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v11/ObQr5XYcoH0WBoUxiaYK3_Y6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v11/H2DMvhDLycM56KNuAtbJYA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@charset "utf-8";
/* CSS Document */


/* TYPO PAR BALISE DE TEXTE */
	body,h1,h2,h3,h4,h5,h6,p,a,label,input,select,textarea,button	{font-family: 'Poppins', Arial, Helvetica, sans-serif;}
	
/* CLASS FONT FAMILY */
	.txt-bold		{font-weight:700;}
	.txt-demi-bold	{font-weight:600;}
	.txt-regular	{font-weight:400;}
	.txt-light		{font-weight:300;}

/* FONT SIZE */

	.txt-24	{font-size:1.5em;}		/* 24px */
	.txt-18	{font-size:1.125em;}	/* 18px */
	.txt-16	{font-size:1em;}		/* 16px */
	.txt-14	{font-size:0.875rem;}	/* 14px */
	.txt-13	{font-size:0.813em;}	/* 14px */
	.txt-12	{font-size:0.750em;}	/* 12px */
	.txt-10	{font-size:0.625em;}	/* 10px */
	.txt-9	{font-size:0.563em;}	/* 9px  */

/*  HABILLAGE TITRE  */

	.title-db-barre {
		text-align: center;
		margin: 10px;
		margin-top: 30px;
		margin-bottom: 60px;
		position: relative;
	}

	.title-db-barre::before {
		content: '';
		display: block;
		width: 90%;
		height: 1px;
		position: relative;
		margin: auto;
		top: 18px;
		background-color: rgba(34,34,39,1);
	}
	.title-db-barre::after {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		position: relative;
		margin: auto;
		top: -15px;
		background-color: rgba(34,34,39,1);

	}
	.title-db-barre span{
		line-height: 40px;
		background-color: #FFF;
		position: relative;
		z-index: 99;
		padding-left:5px;
		padding-right:5px;
	}


/*  TYPO ARTICLE, OFFRES, ACTU*/	
	.grill-960.lst-job-offers, .grill-960.page-article, .grill-960.devis-contact{
		width:-webkit-calc(100% - 20px);
		width:-moz-calc(100% - 20px);
		width:-o-calc(100% - 20px);
		width:calc(100% - 20px);
		
		padding-left:10px;
		padding-right:10px;
		
		margin: auto;
		
		overflow: hidden;
		
	}
	
	.grill-960.lst-job-offers img, .grill-960.page-article img{

		width:100%;

		margin: auto;
		margin-bottom:10px;
		margin-top:10px;
				
		height:auto;
	}
	
	
	.lst-job-offers h2, .page-article h2{
		margin-top:20px;
		margin-bottom:20px;
		
	}
	
	.page-article h2.block-bt{
		padding-top: 30px;
		border-bottom: 1px solid rgba(34,34,39,1);
    	padding-bottom: 20px;
		position:relative;
	}

	.equipe .page-article h2.block-bt,.agence .page-article h2.block-bt {
		color: #9e2d5d;
	}

	.equipe .page-article h2.block-bt span, .agence .page-article h2.block-bt span {
		color: rgba(34,34,39,1);
	}
	
	.page-article h2.txt-24 {
    	font-size: 1.3em;

	}
	
	.page-article h2.block-bt.db {
		padding-top: 0px; 
		margin-bottom:60px;
	}
	
	.page-article hr {
		
		background-color: #000;
		
		height:1px;
		border:none;
		margin-top:20px;
		margin-bottom:20px;
		clear:both;
		
	}
	.page-article h3 {
		font-weight:700;
		
		font-size:1em;
		
	}
	
	.page-article h4 {
		font-weight:700;
		font-size: 0.875em;
	}
	
	.page-article ul li {
	    font-size: 0.850em;
		padding-left: 20px;
		line-height: 30px;
		list-style-type: disc;
		list-style-position: inside;
	}
	.page-article .block-bt a.bt-return, .page-article .block-bt a.bt-goTo {
		float: right;
		line-height: 30px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		overflow: hidden;
		position: relative;
		width: 150px;
		height: 30px;
		border: solid 1px rgba(34, 34, 39,1);
		color: rgba(34, 34, 39,1);
		font-weight:400;
		font-size: 0.65em;
	}

	
	
	.page-article .block-bt a.bt-contact {
		float: right;
		line-height: 30px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		overflow: hidden;
		position: relative;
		width: 150px;
		height: 30px;
		border: solid 1px rgba(206,96,89,1);
		color: rgba(206,96,89,1);
		font-weight:400;
		font-size: 0.650em;
		
		margin-left:10px;
	}
	
	.page-article .block-bt a.bt-contact {
		width: 120px;
	}
	.page-article .block-bt a.bt-goTo {
		width: 130px;
	}

	.page-article h2.block-bt a.bt-return{
		    left: 0px;
    		top: -5px;
    		position: absolute;	
		
	}
	.page-article .block-bt a.bt-goTo{
			left: 0px;
    		    bottom: -50px;
    		position: absolute;		
		
	}
	.page-article h2.block-bt a.bt-contact{
		right: 0px;
    		    bottom: -50px;
    		position: absolute;	
		
	}
	
	
	
	
	.page-article  img.nb-coloumn-2{
		
		margin-right:30px;
		
	}
	
	
	
	
	
	
	.lst-job-offers p.block-txt-chapeau{
		margin-top:20px;
		margin-bottom:20px;
		
	}
	
	.lst-job-offers ul {
		margin-top:40px;
	}
	
	.lst-job-offers ul li a.resum-offre{
		display:block;
		
		width:-webkit-calc(100% - 20px);
		width:-moz-calc(100% - 20px);
		width:-o-calc(100% - 20px);
		width:calc(100% - 20px);
		
		height:100%;
		text-decoration:none;	
		position: relative;
    	overflow: hidden;
		color: rgba(34,34,39,1);
		padding-left:20px;
		margin-bottom:20px;
	}
	.lst-job-offers ul li a.resum-offre::before{
		content:'';
		width:5px;
		height:120px;
		background-color:rgba(206,96,89,1);
		position: absolute;
		left:0;
		top:0;
			
	}
	
	
	.lst-job-offers ul li a.resum-offre button.voir-plus {
		font-weight:400;
		background-color: transparent;
		border: solid 1px rgba(34,34,39,1);
		color: rgba(34,34,39,1);
		height: 32px;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		width: -webkit-calc(100% - 20px);
		width: -moz-calc(100% - 20px);
		width: -o-calc(100% - 20px);
		width: calc(100% - 20px);
		max-width:160px;
		line-height: 30px;
		padding: 0;
		outline: none;
		cursor: pointer;
		position: relative;
		overflow: hidden;
		float: right;
	}
	
	
	.lst-job-offers ul li a.resum-offre button.voir-plus::after,
	.page-article .block-bt a.bt-return::after,
	.page-article .block-bt a.bt-goTo::after,
	.page-article .block-bt a.bt-contact::after  {
		content: '';
		display: block;
		width: 0%;
		height: 100%;
		
		
		
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		
		position: absolute;
		top: 0%;
		left: 50%;
		background-color: rgba(34,34,39,0);
		-ms-transition: all 0.35s ease-in-out;
		-webkit-transition: all 0.35s ease-in-out;
		transition: all 0.35s ease-in-out;
	}
	
	.lst-job-offers ul li a.resum-offre:hover button.voir-plus::after,
	.lst-job-offers ul li a.resum-offre:focus button.voir-plus::after,
	.lst-job-offers ul li a.resum-offre:active button.voir-plus::after,
	.page-article .block-bt a.bt-goTo:hover::after,
	.page-article .block-bt a.bt-goTo:focus::after,
	.page-article .block-bt a.bt-goTo:active::after,
	.page-article .block-bt a.bt-return:hover::after,
	.page-article .block-bt a.bt-return:focus::after,
	.page-article .block-bt a.bt-return:active::after,
	.page-article .block-bt a.bt-contact:hover::after,
	.page-article .block-bt a.bt-contact:focus::after,
	.page-article .block-bt a.bt-contact:active::after {
		content: '';
		display: block;
		width: 110%;
		height: 110%;
		position: absolute;
		z-index:-1;
		top: 0%;
		left: 0%;
		background-color: rgba(34,34,39,1);
		color: #FFF;
	}
	.lst-job-offers ul li a.resum-offre:hover button.voir-plus,
	.lst-job-offers ul li a.resum-offre:focus button.voir-plus,
	.lst-job-offers ul li a.resum-offre:active button.voir-plus,
	.page-article .block-bt a.bt-goTo:hover,
	.page-article .block-bt a.bt-goTo:focus,
	.page-article .block-bt a.bt-goTo:active,
	.page-article .block-bt a.bt-return:hover,
	.page-article .block-bt a.bt-return:focus,
	.page-article .block-bt a.bt-return:active,
	.page-article .block-bt a.bt-contact:hover,
	.page-article .block-bt a.bt-contact:focus,
	.page-article .block-bt a.bt-contact:active {

		color: #FFF;
	}
	
	.lst-job-offers p,.lst-job-offers h3, .lst-job-offers h4 {
		
		margin-bottom:10px;	
	}
	
	
	
	
	

/* TYPO ICONE */
	@font-face {
		font-family: 'icomoon';
		src:    url('fonts/icomoon.eot?d0j366');
		src:    url('fonts/icomoon.eot?d0j366#iefix') format('embedded-opentype'),
			url('fonts/icomoon.ttf?d0j366') format('truetype'),
			url('fonts/icomoon.woff?d0j366') format('woff'),
			url('fonts/icomoon.svg?d0j366#icomoon') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: 'icomoon-insta';
		src:    url('fonts/icomoon-insta.eot?d0j366');
		src:    url('fonts/icomoon-insta.eot?d0j366#iefix') format('embedded-opentype'),
			url('fonts/icomoon-insta.ttf?d0j366') format('truetype'),
			url('fonts/icomoon-insta.woff?d0j366') format('woff'),
			url('fonts/icomoon-insta.svg?d0j366#icomoon') format('svg');
		font-weight: normal;
		font-style: normal;
	}

	[class^="icon-"], [class*=" icon-"] {
		/* use !important to prevent issues with browser extensions that change fonts */
		font-family: 'icomoon' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
	
		/* Better Font Rendering =========== */
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	[class^="icon-insta-"], [class*=" icon-insta-"] {
		/* use !important to prevent issues with browser extensions that change fonts */
		font-family: 'icomoon-insta' !important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
	
		/* Better Font Rendering =========== */
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

/* CLASS ICONES */
	.icon-newspaper:before {
		content: "\e904";
	}
	.icon-pencil:before {
		content: "\e905";
	}
	.icon-image:before {
		content: "\e90d";
	}
	.icon-images:before {
		content: "\e90e";
	}
	.icon-play:before {
		content: "\e912";
	}
	.icon-file-empty:before {
		content: "\e924";
	}
	.icon-files-empty:before {
		content: "\e925";
	}
	.icon-file-text2:before {
		content: "\e926";
	}
	.icon-file-zip:before {
		content: "\e92b";
	}
	.icon-copy:before {
		content: "\e92c";
	}
	.icon-stack:before {
		content: "\e92e";
	}
	.icon-folder:before {
		content: "\e92f";
	}
	.icon-folder-open:before {
		content: "\e930";
	}
	.icon-folder-plus:before {
		content: "\e931";
	}
	.icon-folder-minus:before {
		content: "\e932";
	}
	.icon-folder-download:before {
		content: "\e933";
	}
	.icon-folder-upload:before {
		content: "\e934";
	}
	.icon-price-tags:before {
		content: "\e936";
	}
	.icon-qrcode:before {
		content: "\e938";
	}
	.icon-calculator:before {
		content: "\e940";
	}
	.icon-phone:before {
		content: "\e942";
	}
	.icon-address-book:before {
		content: "\e944";
	}
	.icon-location:before {
		content: "\e947";
	}
	.icon-location2:before {
		content: "\e948";
	}
	.icon-compass:before {
		content: "\e949";
	}
	.icon-history:before {
		content: "\e94d";
	}
	.icon-clock:before {
		content: "\e94e";
	}
	.icon-calendar:before {
		content: "\e953";
	}
	.icon-printer:before {
		content: "\e954";
	}
	.icon-mobile2:before {
		content: "\e959";
	}
	.icon-tablet:before {
		content: "\e95a";
	}
	.icon-drawer:before {
		content: "\e95c";
	}
	.icon-drawer2:before {
		content: "\e95d";
	}
	.icon-box-add:before {
		content: "\e95e";
	}
	.icon-box-remove:before {
		content: "\e95f";
	}
	.icon-download:before {
		content: "\e960";
	}
	.icon-upload:before {
		content: "\e961";
	}
	.icon-undo:before {
		content: "\e965";
	}
	.icon-redo:before {
		content: "\e966";
	}
	.icon-undo2:before {
		content: "\e967";
	}
	.icon-redo2:before {
		content: "\e968";
	}
	.icon-forward:before {
		content: "\e969";
	}
	.icon-reply:before {
		content: "\e96a";
	}
	.icon-bubble:before {
		content: "\e96b";
	}
	.icon-bubbles:before {
		content: "\e96c";
	}
	.icon-bubbles2:before {
		content: "\e96d";
	}
	.icon-user:before {
		content: "\e971";
	}
	.icon-users:before {
		content: "\e972";
	}
	.icon-user-plus:before {
		content: "\e973";
	}
	.icon-user-minus:before {
		content: "\e974";
	}
	.icon-user-check:before {
		content: "\e975";
	}
	.icon-user-tie:before {
		content: "\e976";
	}
	.icon-spinner11:before {
		content: "\e984";
	}
	.icon-search:before {
		content: "\e986";
	}
	.icon-enlarge:before {
		content: "\e989";
	}
	.icon-shrink:before {
		content: "\e98a";
	}
	.icon-enlarge2:before {
		content: "\e98b";
	}
	.icon-shrink2:before {
		content: "\e98c";
	}
	.icon-lock:before {
		content: "\e98f";
	}
	.icon-unlocked:before {
		content: "\e990";
	}
	.icon-cog:before {
		content: "\e994";
	}
	.icon-cogs:before {
		content: "\e995";
	}
	.icon-gift:before {
		content: "\e99f";
	}
	.icon-bin:before {
		content: "\e9ac";
	}
	.icon-switch:before {
		content: "\e9b6";
	}
	.icon-clipboard:before {
		content: "\e9b8";
	}
	.icon-menu:before {
		content: "\e9bd";
	}
	.icon-menu2:before {
		content: "\e9be";
	}
	.icon-menu3:before {
		content: "\e9bf";
	}
	.icon-menu4:before {
		content: "\e9c0";
	}
	.icon-link:before {
		content: "\e9cb";
	}
	.icon-attachment:before {
		content: "\e9cd";
	}
	.icon-bookmark:before {
		content: "\e9d2";
	}
	.icon-bookmarks:before {
		content: "\e9d3";
	}
	.icon-baffled2:before {
		content: "\e9f4";
	}
	.icon-warning:before {
		content: "\ea07";
	}
	.icon-notification:before {
		content: "\ea08";
	}
	.icon-question:before {
		content: "\ea09";
	}
	.icon-plus:before {
		content: "\ea0a";
	}
	.icon-minus:before {
		content: "\ea0b";
	}
	.icon-info:before {
		content: "\ea0c";
	}
	.icon-cross:before {
		content: "\ea0f";
	}
	.icon-checkmark:before {
		content: "\ea10";
	}
	.icon-checkmark2:before {
		content: "\ea11";
	}
	.icon-enter:before {
		content: "\ea13";
	}
	.icon-exit:before {
		content: "\ea14";
	}
	.icon-play3:before {
		content: "\ea1c";
	}
	.icon-pause2:before {
		content: "\ea1d";
	}
	.icon-stop2:before {
		content: "\ea1e";
	}
	.icon-backward2:before {
		content: "\ea1f";
	}
	.icon-forward3:before {
		content: "\ea20";
	}
	.icon-first:before {
		content: "\ea21";
	}
	.icon-last:before {
		content: "\ea22";
	}
	.icon-previous2:before {
		content: "\ea23";
	}
	.icon-next2:before {
		content: "\ea24";
	}
	.icon-eject:before {
		content: "\ea25";
	}
	.icon-volume-high:before {
		content: "\ea26";
	}
	.icon-volume-medium:before {
		content: "\ea27";
	}
	.icon-volume-low:before {
		content: "\ea28";
	}
	.icon-volume-mute:before {
		content: "\ea29";
	}
	.icon-volume-mute2:before {
		content: "\ea2a";
	}
	.icon-volume-increase:before {
		content: "\ea2b";
	}
	.icon-volume-decrease:before {
		content: "\ea2c";
	}
	.icon-loop:before {
		content: "\ea2d";
	}
	.icon-loop2:before {
		content: "\ea2e";
	}
	.icon-infinite:before {
		content: "\ea2f";
	}
	.icon-shuffle:before {
		content: "\ea30";
	}
	.icon-circle-left:before {
		content: "\ea44";
	}
	.icon-move-up:before {
		content: "\ea46";
	}
	.icon-move-down:before {
		content: "\ea47";
	}
	.icon-sort-alpha-asc:before {
		content: "\ea48";
	}
	.icon-sort-alpha-desc:before {
		content: "\ea49";
	}
	.icon-sort-numeric-asc:before {
		content: "\ea4a";
	}
	.icon-sort-numberic-desc:before {
		content: "\ea4b";
	}
	.icon-checkbox-checked:before {
		content: "\ea52";
	}
	.icon-checkbox-unchecked:before {
		content: "\ea53";
	}
	.icon-radio-checked:before {
		content: "\ea54";
	}
	.icon-radio-checked2:before {
		content: "\ea55";
	}
	.icon-radio-unchecked:before {
		content: "\ea56";
	}
	.icon-google-plus:before {
		content: "\ea8b";
	}
	.icon-facebook:before {
		content: "\ea90";
	}
	.icon-twitter:before {
		content: "\ea96";
	}
	.icon-insta-instagram:before {
	  content: "\ea92";
	}
	.icon-youtube:before {
		content: "\ea9d";
	}
	.icon-flickr2:before {
		content: "\eaa4";
	}
	.icon-linkedin2:before {
		content: "\eaca";
	}
	.icon-coeur-plein .path1:before {
		content: "\e913";
		    color: rgba(158,45,93,0.8);
	}
	.icon-coeur-plein .path2:before {
		content: "\e914";
		margin-left: -1em;
		color: rgb(255, 255, 255);
	}
	.icon-enveloppe:before {
		content: "\e900";
	}
	.icon-imprimante:before {
		content: "\e901";
	}
	.icon-arrow-down:before {
		content: "\e902";
	}
	.icon-arrow-left:before {
		content: "\e903";
	}
	.icon-arrow-right:before {
		content: "\e906";
	}
	.icon-arrow-up:before {
		content: "\e907";
	}
	.icon-calendrier:before {
		content: "\e908";
	}
	.icon-coeur:before {
		content: "\e909";
	}
	.icon-corner-top-left:before {
		content: "\e90a";
	}
	.icon-corner-top-right:before {
		content: "\e90b";
	}
	.icon-cross2:before {
		content: "\e90c";
	}
	.icon-effacer:before {
		content: "\e90f";
	}
	.icon-loupe:before {
		content: "\e910";
	}
	.icon-trombone:before {
		content: "\e911";
	}
	
@media screen and (min-width: 350px) {		


	
}	
@media screen and (min-width: 468px) {	

	.page-article h2.block-bt.db {
		
		margin-bottom:20px;
	}
	.page-article h2.block-bt{
		padding-top: 0px;
	}
	.page-article h2.block-bt a.bt-return, .page-article h2.block-bt a.bt-contact, .page-article h2.block-bt a.bt-goTo{
		    left: auto;
			right: auto;
			top: auto;
			bottom:auto;
			position: relative;	
		
	}

	
}
@media screen and (min-width: 768px) {	

.page-article h2.txt-24 {
    	font-size: 1.5em;

	}


	.title-db-barre::before {
		content: '';
		display: block;
		width: 70%;
		height: 1px;
		position: relative;
		margin: auto;
		top: 18px;
		background-color: rgba(34,34,39,1);
	}
	
	

	.grill-960.lst-job-offers img, .grill-960.page-article img{

		width:-webkit-calc(50% - 15px);
		width:-moz-calc(50% - 15px);
		width:-o-calc(50% - 15px);
		width:calc(50% - 15px);

		margin: auto;
		
	}	
	.grill-960.page-article img.nb-coloumn-2 {
		margin-right: 30px;
	}
	
	
	.page-article .block-bt a.bt-return,.page-article .block-bt a.bt-goTo,.page-article .block-bt a.bt-contact {

		font-size: 0.542em;
	}
	
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
	.grill-960.lst-job-offers img, .grill-960.page-article img{

		width:auto;

		margin: auto;
		
	}
	
	.grill-960.lst-job-offers, .grill-960.page-article{

		width:100%;
		
		padding-left:0px;
		padding-right:0px;
		
		margin: auto;
		
	}
	
	/*  HABILLAGE TITRE  */
	.title-db-barre{
		text-align: center;
		margin: 0px;
		margin-top: 30px;
		margin-bottom: 60px;
		position:relative;
	}
}@charset "utf-8";
/* RESET CSS */
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, embed, 
	figure, figcaption, footer, header, hgroup, 
	menu, nav, output, ruby, section, summary,
	time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: none;
		font-size: 100%;
		vertical-align: baseline;
	}
	
	article, aside, details, figcaption, figure, 
	footer, header, hgroup, menu, nav, section {
		display: block;
	}
	
	html, body{
		width:100%; 
		height:100%;
		-webkit-font-smoothing: subpixel-antialiased;
		filter: alpha(opacity=99);
	
		text-rendering: optimizeLegibility; 
	}
	
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
/* CLASS IMG SEO */
img.seo-mask{display: block;opacity: 0;width: 100%;height: 100%;/*position: absolute;top:0;left:0;z-index: -1;*/}
/* CLASS BORDER COLOR */

	/* 100% */
		.border-mauve			{ border-color: rgba(206,96,89,1)!important; 		}
		.border-rose			{ border-color: rgba(199,226,248,1)!important; 	}
		.border-jaune			{ border-color: rgba(245,237,232,1)!important; 	}
		.border-vert			{ border-color: rgba(206,96,89,1)!important; 	}
		.border-bleu			{ border-color: rgba(199,226,89,1)!important; 	}
		.border-black			{ border-color: rgba(34,34,39,1)!important; 		}
		.border-black-full		{ border: solid 1px rgba(39,42,47,1)!important; 		}
		.border-grey			{ border-color: rgba(100,100,100,1); 	}
		.border-lightGrey		{ border-color: rgba(201,201,201,1); 	}
		.border-ultraLightGrey	{ border-color: rgba(230,230,230,1); 	}
		.border-mauveGrey		{ border-color: rgba(134,134,153,1); 	}
		.border-white			{ border-color: rgba(255,255,255,1); 	}

/* CLASS BACKGROUND COLOR */

	/* 100% */
		.background-mauve			{ background-color: rgba(206,96,89,1); 		}
		.background-rose			{ background-color: rgba(181,36,91,1); 	}
		.background-jaune			{ background-color: rgba(230,180,11,1); 	}
		.background-vert			{ background-color: rgba(155,184,68,1); 	}
		.background-bleu			{ background-color: rgba(106,131,201,1); 	}
		.background-black			{ background-color: rgba(39,42,47,1); 		}
		.background-grey			{ background-color: rgba(100,100,100,1); 	}
		.background-lightGrey		{ background-color: rgba(201,201,201,1); 	}
		.background-ultraLightGrey	{ background-color: rgba(230,230,230,1); 	}
		.background-mauveGrey		{ background-color: rgba(134,134,153,1); 	}
		.background-white			{ background-color: rgba(255,255,255,1); 	}

	/* 80% */
		.background-mauve-8			{ background-color: rgba(158,45,93,0.8); 	}
		.background-rose-8			{ background-color: rgba(181,36,91,0.8); 	}
		.background-jaune-8			{ background-color: rgba(230,180,11,0.8); 	}
		.background-vert-8			{ background-color: rgba(155,184,68,0.8); 	}
		.background-bleu-8			{ background-color: rgba(106,131,201,0.8); 	}
		.background-black-8			{ background-color: rgba(39,42,47,0.8); 	}
		.background-black-5			{ background-color: rgba(34,34,39,0.5); 	}
		.background-grey-8			{ background-color: rgba(100,100,100,0.8); 	}
		.background-lightGrey-8		{ background-color: rgba(201,201,201,0.8); 	}
		.background-ultraLightGrey-8{ background-color: rgba(230,230,230,0.8); 	}
		.background-mauveGrey-8		{ background-color: rgba(134,134,153,0.8); 	}
		.background-white-8			{ background-color: rgba(255,255,255,0.8); 	}
	
	/* MOTIFS */
		.background-rayure			{
			background-color: rgba(255,255,255,0.8);
			background-image: url(../imgs/themes/default/tapisserie-rayures-grises-v4.png);
			background-repeat: repeat;
			background-position: left top;
			display: block;
			margin: 0px;
			padding: 0.01%;
			/*min-height: 450px;*/
			width: 100%;
			position: relative;
		}

/* CLASS TEXTE COLOR */

	/* 100% */
		.txt-mauve			{ color: rgba(206,96,89,1); 	}
		
		.txt-rose			{ color: rgba(69,0,28,1); 		}	/*	181,36,91	*/
		.txt-jaune			{ color: rgba(89,55,14,1); 		}	/*	230,180,11	*/
		.txt-vert			{ color: rgba(65,77,28,1); 		}	/*	155,184,68	*/
		.txt-bleu			{ color: rgba(22,37,77,1); 		}	/*	106,131,201	*/
		
		.txt-black			{ color: rgba(34,34,39,1); 		}
		.txt-grey			{ color: rgba(100,100,100,1); 	}
		.txt-lightGrey		{ color: rgba(201,201,201,1); 	}
		.txt-ultraLightGrey	{ color: rgba(230,230,230,1); 	}
		.txt-mauveGrey		{ color: rgba(134,134,153,1); 	}
		.txt-white			{ color: rgba(255,255,255,1); 	}
		
		
	/* SPECIAL LINK HOME */
	
		a.txt-rose:link,a.txt-rose:visited			{ color: rgba(181,36,91,1) !important; 	}
		a.txt-jaune:link,a.txt-jaune:visited		{ color: rgba(230,180,11,1) !important; 	}
		a.txt-vert:link,a.txt-vert:visited			{ color: rgba(155,184,68,1) !important; 	}
		a.txt-bleu:link,a.txt-bleu:visited			{ color: rgba(106,131,201,1) !important; 	}

		h3 a.txt-rose:link,h3 a.txt-rose:visited		{ color: rgba(69,0,28,1) !important; 	}
		h3 a.txt-jaune:link,h3 a.txt-jaune:visited		{ color: rgba(89,55,14,1) !important; 	}
		h3 a.txt-vert:link,h3 a.txt-vert:visited		{ color: rgba(65,77,28,1) !important; 	}
		h3 a.txt-bleu:link,h3 a.txt-bleu:visited		{ color: rgba(22,37,77,1) !important; 	}
	
	
	

	/* 80% */
		.txt-mauve-8		{ color: rgba(158,45,93,0.8); 	}
		.txt-rose-8			{ color: rgba(181,36,91,0.8); 	}
		.txt-jaune-8		{ color: rgba(230,180,11,0.8); 	}
		.txt-vert-8			{ color: rgba(155,184,68,0.8); 	}
		.txt-bleu-8			{ color: rgba(106,131,201,0.8); }
		.txt-black-8		{ color: rgba(34,34,39,0.8); 	}
		.txt-grey-8			{ color: rgba(100,100,100,0.8); }
		.txt-lightGrey-8	{ color: rgba(201,201,201,0.8); }
		.txt-ultraLightGrey-8{ color: rgba(230,230,230,0.8); }
		.txt-mauveGrey-8	{ color: rgba(134,134,153,0.8); }
		.txt-white-8		{ color: rgba(255,255,255,0.8);	}

/* LIEN PAR DEFAULT */

	a:link,a:visited		{ color: rgba(39,42,47,1); }
	a:hover,a:focus,a:active{ color: rgba(100,100,100,1); }
	

	
/* BALISES FONTS */

		h1{font-size:1.5em;font-weight:700;}		/*24px*/
		h2{font-size:1.125em;font-weight:700;}	/*18px*/
		h3{font-size:0.875em;font-weight:400;}	/*14px*/
		h4{font-size:0.750em;font-weight:400;}	/*12px*/
		h5{font-size:0.625em;font-weight:300;}	/*10px*/
		h6{font-size:0.563em;font-weight:300;}	/*9px*/
		
		p{font-size:0.850em;font-weight:300;}	/*13px*/

/* CLASS FONT CASSE */
	.txt-uppercase	{ text-transform: uppercase; }
	.txt-lowercase	{ text-transform: lowercase; }
	.txt-capitalize	{ text-transform: capitalize; }
	.txt-default	{ text-transform: none; }

/* CLASS TABLE */

	.bloc-tbl {display:table;}
	.bloc-tbl-row {display:table-row;}
	.bloc-tbl-cell {display:table-cell;}




/* CLASS STRUCTUREL */

	.border-radius-6{
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}
	
	.border-radius-50{
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}

	
/* HEADER */

	header{
		width:100%;
		min-width:320px;
		border-top-width: 5px;
		border-top-style: solid;
		border-top-color: rgba(39,42,47,1);
		background-color: #FFF;
		margin: 0px;
		padding: 0%;
		height: 50px;
		position: absolute;
		z-index: 9999999;
		left: 0px;
		top: 0px;
	}
	header.sticky {

    position: fixed;
	}
	
	header::after{
		content:'';
		width:100%;
		height:10px;
		position:absolute;
		bottom:-9px;
		left:0px;
		background-image: url(../imgs/themes/default/shadow-down.png);
		background-repeat: no-repeat;
		background-position: center top;
	}
	
/* LOGO HEADER + FIRST-NAV */

	header #logo {
		display: inline-block;
		height: 40px;
		background-image: url(../imgs/themes/default/logo-stratevent.svg);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: contain;
		padding: 0px;
		width: 89px;
		margin-top: 5px;
		margin-right: 0px;
		margin-bottom: 5px;
		margin-left: 5px;
	}
	
	nav.nav-top{
		display:inline-block;
		vertical-align:top;
		/*position:relative;*/	
		text-align:center;
		width:-webkit-calc(100% - 120px);
		width:-moz-calc(100% - 120px);
		width:-o-calc(100% - 120px);
		width:calc(100% - 120px);
	}
	
	nav.nav-top ul{
		padding-top: 100px;
		position: fixed;
		z-index: 999;
		left: -100%;
		top: 0;
		height: 100%;
		background-color: rgba(39,42,47,1);
		color: #FFF;
		width: 60%;
		min-width: 260px;
		
				
		-ms-transition: all 0.5s ease-out; /* Safari */
		-webkit-transition: all 0.5s ease-out; /* Safari */
    	transition: all 0.5s ease-out;
	}
	nav.nav-top ul.active{

		left: 0%;

	}

	nav.nav-top ul.triangle-down-left:after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		position: absolute;
		right: -5em;
		top: 0em;
		border-right: 5em solid transparent;
		border-bottom: 100em solid rgba(39,42,47,1);
	}
	

	#search-tools.triangle-down.active::after {
		content: '';
		position: absolute;
		bottom: -50px;
		width: 0;
		height: 0;

		border-left: 000px solid transparent;
		border-right: 100vw solid transparent;
		border-top: 50px solid #9E2D5D;
	}
	
	nav.nav-top ul li{
		display:block;
		text-align: left;
	}
	
	nav.nav-top ul li a {
		color: #FFF;
		text-decoration: none;
		line-height: 40px;
		margin-left: 20px;
		display: inline-block;
		position: relative;
		width: auto;
	}
	
	header nav.nav-top ul li a span{
		position:absolute;
		bottom:5px;
		left:50%;
		width:0%;
		height:4px;
		background-color: rgba(39,42,47,1);
		
		-ms-transition: all 0.5s ease-out; /* Safari */
		-webkit-transition: all 0.5s ease-out; /* Safari */
    	transition: all 0.5s ease-out;
	}
	
	header nav.nav-top ul li a:hover span,header nav.nav-top ul li a:focus span,header nav.nav-top ul li a:active span,header nav.nav-top ul li a.active span{

		left:0%;
		width:100%;

	}
	
	#bloc_lang{
		position: fixed;
		top: 0;
		/*left: 20px;*/
		left: -100%;
		z-index: 9999;
		height: 50px;
		line-height: 50px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #FFF;
	    padding-bottom: 5px;
		font-size: 0.875em;
				
		-ms-transition: all 0.5s ease-out; /* Safari */
		-webkit-transition: all 0.5s ease-out; /* Safari */
    	transition: all 0.5s ease-out;
	}
	#bloc_lang.active{

		left: 20px;

	}
	#bloc_lang a::after{
		content:'/';
		padding-left: 10px;
	}
	#bloc_lang a{
		padding-left:10px;
	}
	#bloc_lang a:link, #bloc_lang a:visited {
		color: rgba(255,255,255,1);
		text-decoration:none;
	}
	#bloc_lang a:last-child::after{
		display:none;
	}
	

	
	header nav.nav-top a.num-tel {
		right: 105px;
		line-height: 45px;
		text-decoration: none;
		position: absolute;
		font-size: 0.85em;
	}
	nav.nav-top .coup-de-coeur{
		position: absolute;
		width: 50px;
		height: 50px;
	
		right: 50px;
		color: #FFF;
		top: 0px;
		background-color: rgba(1,1,1,0.8);
	}
	nav.nav-top .coup-de-coeur::before{
		font-size: 2.2em;
    	line-height: 50px;
	}
	
	nav.nav-top .coup-de-coeur a{
		
		font-weight:400;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		font-size: 0.75em;
		line-height: 50px;
		text-align: center;
		text-decoration:none;
		color:#FFF;
	}
	nav.nav-top .coup-de-coeur a span:last-child{
		display:none;
	}
	
/* BT-BURGER */
	#bt-burger{
		width: 30px;
		height: 30px;
		text-indent: -999px;
		border: none;
		position: absolute;
		z-index: 9999;
		top: 10px;
		right: 10px;
		overflow:hidden;
		outline:none;
		background-color: transparent;
		cursor:pointer;
	}
	#bt-burger::before{
		content:'';
		width: 30px;
		height: 6px;
		background-color: rgba(1,1,1,1);
		position:absolute;
		top:0px;
		left:0px;
		
		-ms-transform: rotate(0deg); /* IE 9 */
    	-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    	transform: rotate(0deg);
		
		-ms-transition: all 0.2s ease-out; /* Safari */
		-webkit-transition: all 0.2s ease-out; /* Safari */
    	transition: all 0.2s ease-out;
		
	}
	#bt-burger::after{
		content:'';
		width: 30px;
		height: 6px;
		background-color: rgba(1,1,1,1);
		position:absolute;
		top:24px;
		right:0px;
		
		-ms-transform: rotate(0deg); /* IE 9 */
    	-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    	transform: rotate(0deg);
		
		-ms-transition: all 0.2s ease-out; /* Safari */
		-webkit-transition: all 0.2s ease-out; /* Safari */
    	transition: all 0.2s ease-out;
	}
	#bt-burger span{
		width: 30px;
		height: 6px;
		background-color: rgba(1,1,1,1);
		position:absolute;
		top:12px;
		left:0px;
		opacity:1;
		
		-ms-transition: all 0.2s ease-out; /* Safari */
		-webkit-transition: all 0.2s ease-out; /* Safari */
    	transition: all 0.2s ease-out;
	}
	
	#bt-burger.active::before{
		top:12px;
		left:0px;
		
		-ms-transform: rotate(-45deg); /* IE 9 */
    	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    	transform: rotate(-45deg);
	}
	#bt-burger.active::after{
		top:12px;
		right:0px;
		
		-ms-transform: rotate(45deg); /* IE 9 */
    	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    	transform: rotate(45deg);
	}
	#bt-burger.active span{
		opacity:0;
	}
	
	
	
/*  TOOLS SEARCH  */	
	
	
	#search-tools{
		position:absolute;
		top:55px;
		left:0px;
		z-index: 999999;
		margin:0px;	
		padding:0px;
		width:100%;
		min-height: 50px;
		/*display:none;*/
	}

	header.sticky + #search-tools{
		position:fixed;
	}
	

	.home header + #search-tools {
		display: none;
	}
	.home header.sticky + #search-tools {
		display: block;
	}
	
	#bt-search{
		width: 30px;
		height: 40px;
		overflow: hidden;
		text-indent: -999px;
		position: absolute;
		top: 10px;
		right: 10px;
		border: none;
		background: transparent;
		cursor: pointer;
		outline: none;
	}
	
	#bt-search::before {
		text-indent: 0px;
		position: absolute;
		display: block;
		content: "\e986";
		right: 0px;
		top: 0px;
		width: 30px;
		height: 40px;
		line-height: 40px;
		font-size: 1.5em;
		color: #FFF;
	}
	
	#bt-search span{
		display: block;
		position: absolute;
		right: 0px;
		top: 6px;
		text-indent: 0px;
		font-size: 0.75em;
		color: #FFF;
	}
	
	#search-tools div form {
		height: 40px;
		overflow: hidden;
		padding: 10px;
		padding-bottom: 0px;
		width: -webkit-calc(100% - 20px);
		width: -moz-calc(100% - 20px);
		width: -o-calc(100% - 20px);
		width: calc(100% - 20px);
		
				
		-ms-transition: all 0.2s ease-out; /* Safari */
		-webkit-transition: all 0.2s ease-out; /* Safari */
    	transition: all 0.2s ease-out;
	}
	#search-tools.active div form {
		width: -webkit-calc(100% - 20px);
		width: -moz-calc(100% - 20px);
		width: -o-calc(100% - 20px);
		width: calc(100% - 20px);
 
		height: auto;
		/*overflow: visible;*/
	}
	
	#search-tools div form select{
		width:-webkit-calc(50% - 10px);
		width:-moz-calc(50% - 10px);
		width:-o-calc(50% - 10px);
		width:calc(50% - 10px);
		margin-right:10px;
		margin-bottom:10px;
		background-color: transparent;
		border: none;
		color: #FFF;
		border-bottom: solid 3px #FFF;
	}
	
	#search-tools.active div form select:first-child{
		margin-right: 50%;
	}
	

/*  BANDEAU HEADER TPL */
section{
    position: relative;
    width: 100%;
    padding: 0.01%;
}
section.zone1{
	
	/*height: 30%;*/
	min-height:250px;
	z-index: 1;
	left: 0px;
	top: 0px;	
	overflow:hidden;
}

.home section.zone1{
	
	/*height: 60%;*/
	min-height:550px;
	z-index: 1;
	left: 0px;
	top: 0px;	
}

.bandeau{
	
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	position: fixed;
    top: 0;
    left: 0;

}
section.zone1 .bandeau::after{
    content: '';
    background-image: url(../imgs/themes/default/shadow-up.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    margin: auto;
    padding: 0px;
    height: 10px;
    width: 100%;
    position: absolute;
    bottom: 0px;
}


section.zone1 .bandeau{ height:250px;position: relative;}

body.home{
    overflow-x: hidden;
}
.home section.zone1 .bandeau {
    height: 435px;
    position: relative;
}

.home section.zone1 .bandeau div h1{
    position: absolute;
    left: 10px;
    top: 80px;
    color: #FFF;
    right: 10px;
    
    line-height: 40px;
	
}


.home section.zone1 .bandeau div h1 span {
    display: block;
    background-color: rgba(34,34,39,0.8);
    line-height: 40px;
    padding: 0px;
    padding-left: 10px;
    padding-right: 20px;
    margin-bottom: 30px;
    margin-left: 0px;
}
.home section.zone1 .bandeau div h1.e404 span {
	font-size: 0.75em !important;
    line-height: 21px !important;
    padding: 6px !important;
}
.home section.zone1 .bandeau div h1 span.title-big {
    display: inline-block;
    z-index: 9;
    margin-left: auto;
	font-size:0.75em;
    left: 50%;
    position: relative;
    -ms-transform: rotate(-7deg) translateX(-50%);
    -webkit-transform: rotate(-7deg) translateX(-50%);
    transform: rotate(-7deg) translateX(-50%);
}

.home section.zone1 .bandeau div h1 span.title-small {
    text-align: center;
    width: 100%;
    font-size: 0.75em;
    font-weight: 300;
    
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
}
section.zone1 .bandeau div h1{
    position: absolute;
    left: 10px;
    top: 130px;
    color: #FFF;
    right: 10px;
    
    line-height: 40px;
	
}




section.zone1 .bandeau div h1 span {
    display: block;
    background-color: rgba(34,34,39,0.8);
    line-height: 30px;
    padding: 0px;
    padding-left: 10px;
    padding-right: 20px;
    margin-bottom: 30px;
    margin-left: 0px;
	clear: both;
    float: left;
}

section.zone1.devis .bandeau div h1 span {

    line-height: 30px;
	
}
section.zone1 .bandeau div h1 span.title-big2 {
    text-align: left;
    /*width: 100%;
    font-size: 0.75em;*/


	margin-bottom:5px;
}

section.zone1 .bandeau div h1 span.title-small {
    text-align: left;
    /*width: 100%;*/
    font-size: 0.583em;
    font-weight: 300;
    margin-bottom: 0px;
}



section.zone1 .bandeau div h1 span.title-txt-small {
    text-align: left;
    /* width: 100%; */
    font-size: 0.5em;
    font-weight: 300;
    margin-bottom: 0px;
    /*background-color: transparent;*/
    line-height: 14px;
}


/* BOUTON GLOBAL */
section.delimit{
	padding-top:0.01%;
	padding-bottom:0.01%;	
	
}

section div a.more-infos-page:link,section div a.more-infos-page:visited  {
    display: block;
    margin: auto;
    width: 70px;
    height: 60px;
    text-align: center;
    font-size: 0.85em;
	text-decoration: none;
	color: rgba(34,34,39,1);
	margin-top: 30px;
    margin-bottom: 30px;
}
section div a.more-infos-page:focus,section div a.more-infos-page:active, section div a.more-infos-page:hover  {

	color: rgba(206,96,89,1);

}
section div a.more-infos-page span{
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    border: solid 1px;
    text-decoration: none;
	margin:auto;
	
}
section div a.more-infos-page span::before {
    font-size: 1.8em;
    line-height: 40px;
}
.parallax-window {
    
    background: transparent;
}


/* BLOC CENTRAL HOME */


.bloc-global {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}


.bloc-home-actu, .bloc-home-tendance {
	display:inline-block;
	vertical-align:top;
	margin-top:20px;
	margin-bottom:20px;
}


.bloc-home-actu h2, .bloc-home-tendance h2{
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline;
    line-height: 40px; 

}





.bloc-home-actu ul{
	margin-top:20px;
	display:block;
}
.bloc-home-actu ul li{
    overflow: hidden;
	margin-bottom:20px;
	display:block;
	background-color:#FFF;
	height:100px;
	position:relative;
}

.bloc-home-actu ul li a						{ display:table; text-decoration:none;height: 100%;}
.bloc-home-actu ul li a span				{ display:table-cell; vertical-align:middle;}

.bloc-home-actu ul li a span.img-actu		{ 
	width:165px;    
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; 
											}
											
.bloc-home-actu ul li a span.content-actu	{ 
	padding-bottom: 5px; 
	padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
	
		width: -webkit-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: -o-calc(100% - 200px);
    width: -ms-calc(100% - 200px);
    width: calc(100% - 200px);


}
.bloc-home-actu ul li a span.content-actu h3	{ 
	font-weight:700;

}

.bloc-home-actu ul li a span p.date-actu	{ color: rgba(100,100,100,1); font-size: 0.75em; font-weight: 400; }
.bloc-home-actu ul li a span p.txt-actu 	{
    color: rgba(34,34,39,1);
    font-size: 0.8em;
    overflow: hidden;
    height: 26px;
	width: -webkit-calc(100% - 190px);
    width: -moz-calc(100% - 190px);
    width: -o-calc(100% - 190px);
    width: -ms-calc(100% - 190px);
    width: calc(100% - 190px);
    line-height: 14px;
    margin-top: 5px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
	display: none;
}



/* MODULE TENDANCES */



.lst-tendances {
    height: 380px;
    width: 100%;
	overflow: hidden;
}

.bloc-produit {
    height: 355px;
    width: 100%;
    margin: 0px;
	margin-bottom: 20px;
    padding: 0px;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #999;
    position: relative;
	background-color: rgba(255,255,255,1);
	cursor: pointer;
	
		-ms-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.bloc-produit:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(34,34,39,0.4);
-moz-box-shadow: 0px 0px 10px 0px rgba(34,34,39,0.4);
box-shadow: 0px 0px 10px 0px rgba(34,34,39,0.4);
}
.bloc-produit a span.cross-infos {
	color: #222227;
	text-decoration: none;
	font-weight: 200;
    font-size: 1.2em;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
	width:  20px;
	height: 20px;
	border: 1px solid #222227;
	background-color: #FFF;
	    position: absolute;
    margin-left: 50%;
    left: -10px;
    z-index: 999;
    bottom: -12.5px;
	-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
}
a.icon-coeur-plein{
    position: absolute !important;
    z-index: 99999;
    display: block !important;
    top: 10px;
    width: auto !important;
    height: auto !important;
    right: 10px;
    color: #FFF;
    font-size: 1.5em;
    text-decoration: none !important;
}

a.icon-coeur-plein .path1::before { color: rgba(158,45,93,0.1);/*display:none;*/}

a.icon-coeur-plein:hover .path1::before,
a.icon-coeur-plein:focus .path1::before,
a.icon-coeur-plein.add .path1::before { color: rgba(158,45,93,0.7);/*display:none;*/}

.bloc-produit:nth-child(even) {
	margin-bottom: 0px
	
}

.bloc-produit .block-img-pdt-event {
	height: 200px;
    width: 100%;
	overflow:hidden;
    
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	
}
.bloc-produit .block-img-pdt-event a {
	display: block;
    height: 100%;
}
.bloc-produit .block-img-pdt-event a img{
	display: block;
	opacity: 0;
}
.bloc-produit .bloc-theme-txt a{
	
	text-decoration: none;
	color:#222227;
	
    display: block;
    height: 100%;
    padding-top: 40px;
	
}
.bloc-produit .bloc-theme-txt a p{
	padding-left:5px;
	padding-right:5px;
	font-weight:400;
	line-height: 18px;
	font-size: 0.850em;
/*	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
	margin-top:0px;
	
/*	-ms-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;*/
}
.bloc-produit .bloc-theme-txt a h3{
	font-weight:700;
	line-height: 20px;
	padding-bottom: 10px;
	
    margin-top: 10px;
/*	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
	padding-left:5px;
	padding-right:5px;
}
.bloc-produit .bloc-theme-txt a h3::after{
	content: "";
	margin: auto;
    margin-top: 10px;
    display: block;
    width: 40%;
	border-bottom: solid 1px #222227;
}
.bloc-produit .bloc-theme-txt a p.txt-infos-prod		{	margin-top:10px;	}
.bloc-produit .bloc-theme-txt a p.txt-infos-prod span	{	font-weight:700;	}
.bloc-produit .bloc-theme-txt 							{
    width: 100%;
    height: 200px;
    position: absolute;
	overflow: hidden;
    bottom: 0px;
    left: 0px;
    text-align: center;

}



.bloc-produit .bloc-theme-txt.background-rose-8					{	background-color: rgba(181,36,91,1);	}
.bloc-produit .bloc-theme-txt.background-rose-8:after			{	border-bottom-color: rgba(181,36,91,1) !important;	}


.bloc-produit .bloc-theme-txt.background-jaune-8				{	background-color: rgba(230,180,11,1);	}
.bloc-produit .bloc-theme-txt.background-jaune-8:after			{	border-bottom-color: rgba(230,180,11,1) !important;	}


.bloc-produit .bloc-theme-txt.background-bleu-8					{	background-color: rgba(106,131,201,1);	}
.bloc-produit .bloc-theme-txt.background-bleu-8:after			{	border-bottom-color: rgba(106,131,201,1) !important;	}


.bloc-produit .bloc-theme-txt.background-vert-8					{	background-color: rgba(155,184,68,1);	}
.bloc-produit .bloc-theme-txt.background-vert-8:after			{	border-bottom-color: rgba(155,184,68,1) !important;	}







.bloc-produit .bloc-theme-txt,.bloc-produit:active .bloc-theme-txt 											{	bottom: 0px;		}
.bloc-produit .bloc-theme-txt a p,.bloc-produit:active .bloc-theme-txt a p									{	margin-top:0px;		}
.bloc-produit .bloc-theme-txt a p.txt-infos-prod,.bloc-produit:active .bloc-theme-txt a p.txt-infos-prod	{	margin-top:10px;	}

.bloc-produit .bloc-theme-txt:after 	{
    content: "";
    position: absolute;
    top: 10px;
    left: 0px;
    display: block;
    width: 0;
    height: 0;
    border-left: 380px solid transparent;
    border-bottom: 35px solid rgba(255,255,255,1);
}

.bloc-theme-txt.background-rose-8 a						{	color:#45001C;	text-decoration:none;	}


.bloc-theme-txt.background-vert-8 a						{	color:#414D1C;	text-decoration:none;	}


.bloc-theme-txt.background-bleu-8 a						{	color:#16254D;	text-decoration:none;	}


.bloc-theme-txt.background-jaune-8 a						{	color:#59370E;	text-decoration:none;	}

 
 
 #zone4 .bandeau{height:140px;position: relative; }





/* OBJET RESPONSIVE */
	.no-mobile{display:none;}
	a.lien-plus-infos{
	    float: right;
    line-height: 40px;
    font-size: 0.85em;	
	}
	



/* BLOC FOOTER */ 
	
	footer a:link,footer a:visited{ color:#FFF;    text-decoration: none;}
	footer a:hover,footer a:focus,footer a:active{color:rgb(34, 34, 39);    text-decoration: none;}
	
	.infos-footer{
		width:100%;
		min-height:320px;
		position:relative;
		    padding: 0.001%;
		padding-top:40px;
		overflow: hidden;
		
	}
	.infos-footer::before{
		content: '';
		width: 100%;
		height: 10px;
		position: absolute;
		top: 0px;
		left: 0px;
		background-image: url(../imgs/themes/default/shadow-down.png);
		background-repeat: no-repeat;
		background-position: center top;
	}
	
	.infos-footer::after{
		content: '';
		width: 100%;
		height: 10px;
		position: absolute;
		bottom: 0px;
		left: 0px;
		background-image: url(../imgs/themes/default/shadow-up.png);
		background-repeat: no-repeat;
		background-position: center top;
	}
	
	/* Adresse */

	
	.bloc-adresse {
		display: inline-block;
		width: -webkit-calc(50% - 40px);
		width: -moz-calc(50% - 40px);
		width: -o-calc(50% - 40px);
		width: -ms-calc(50% - 40px);
		width: calc(50% - 40px);
		min-height: 100px;
		margin-right: 15px;
		margin-left: 15px;
		margin-bottom: 30px;
		vertical-align: top;
		text-align: center;
		background-repeat: no-repeat;
		background-position: center top;
		padding: 5px;
		padding-bottom: 0px;
		
		overflow: hidden;
	}
	.bloc-adresse:nth-child(4n+4){
	
		margin-right:0px;
		
	}
	
	
	
	.bloc-adresse h3			{}
	.bloc-adresse p.s-titre		{margin-top:10px;margin-bottom:10px;}
	.bloc-adresse p				{}

	.bloc-adresse p	a			{
			display: inline-block;
			width: 100%;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
		}

	footer hr {
		/* width: 100%; */
		height: 1px;
		background-color: #FFF;
		border: none;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 30px;
	}
	
	/* Modules */
	


	.bloc-simple {
		display: block;
		width: -webkit-calc(25% - 10px);
		width: -moz-calc(25% - 10px);
		width: -o-calc(25% - 10px);
		width: -ms-calc(25% - 10px);
		width: calc(100% - 20px);
		min-height: 100px;
		margin-right: 10px;
		margin-left: 10px;
		margin-bottom: 20px;
		vertical-align: top;
		text-align: left;
		background-repeat: no-repeat;
		background-position: center top;
		padding: 0px;
		padding-bottom: 0px;
	}
	.bloc-simple:nth-child(2n+2){
	
		margin-right:0px;
		
	}
	.bloc-simple.no-mobile {
		display: none;
	}
	
	.bloc-simple ul li{
		display: inline;
	}
	
	.bloc-simple ul li a{
		display: inline-block;
		color: rgba(206,96,89,1);
		width: 30px;
		height: 30px;
		background-color: #FFF;
		text-decoration: none;
		text-align: center;
		line-height: 30px;
		margin-top: 10px;
		margin-right: 10px;
		border:solid 1px transparent;
	}
	.bloc-simple ul li a:hover,.bloc-simple ul li a:focus,.bloc-simple ul li a:active{

		background-color: transparent;
		color:#FFF;
		border:solid 1px #FFF;
	}
	
	.bloc-simple p a.bt-job{
		display: block;
		width: 100%;
		height: 30px;
		color: #FFF;
		font-size: 1.2em;
		text-align: left;
		line-height: 30px;
		margin-top: 10px;
		margin-right: 10px;
		text-decoration: underline;
	}
	.bloc-simple p a.bt-job:hover, .bloc-simple p a.bt-job:focus, .bloc-simple p a.bt-job:active{color: rgb(34, 34, 39);}
	.bloc-simple p a.bt-job span{
		width: 30px;
		height: 30px;
		margin-left: 10px;
		text-align: center;
		line-height: 30px;
		display: inline-block;
		font-size: 2em;
		vertical-align: middle;
	}
	
	
	.bloc-double {
		display: block;
		width: -webkit-calc(100% - 20px);
		width: -moz-calc(100% - 20px);
		width: -o-calc(100% - 20px);
		width: -ms-calc(100% - 20px);
		width: calc(100% - 20px);
		min-height: 100px;
		margin-right: 10px;
		margin-left: 10px;
		margin-bottom: 20px;
		vertical-align: top;
		text-align: left;
		background-repeat: no-repeat;
		background-position: center top;
		padding: 0px;
		padding-bottom: 0px;
	}
	
	/* Formulaire Leads */
	#post_lead {
		float: right;
		background-color: transparent;
		border: solid 1px #FFF;
		color: #FFF;
		width: 32px;
		height: 32px;
		line-height: 30px;
		padding: 0;
		outline: none;
		cursor: pointer;
		position: relative;
		overflow: hidden;
		margin-top:10px;
		vertical-align: top;
	}
	#post_lead::before {
		font-size:1.5em;
	}
	#post_lead:hover::after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0%;
		left: 0%;
		background-color: rgba(00,00,00,0.20);
	}
	#post_lead::after {
		content: '';
		display: block;
		width: 0%;
		height: 100%;
		position: absolute;
		top: 0%;
		left: 50%;
		background-color: rgba(00,00,00,0);
		-ms-transition: all 0.35s ease-in-out;
		-webkit-transition: all 0.35s ease-in-out;
		transition: all 0.35s ease-in-out;
	}
	
	#mail_lead{
		background-color: #FFF;
		border: none;
		color: #9E2D5D;
		height:30px;
		padding-left:10px;
		margin-right:10px;
		width: -webkit-calc(100% - 60px);
		width: -moz-calc(100% - 60px);
		width: -o-calc(100% - 60px);
		width: -ms-calc(100% - 60px);
		width: calc(100% - 60px);
		margin-top:10px;
		vertical-align: top;
	}
	
	#mail_lead::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  color: #9E2D5D;
	}
	#mail_lead::-moz-placeholder { /* Firefox 19+ */
	  color: #9E2D5D;
	}
	#mail_lead:-ms-input-placeholder { /* IE 10+ */
	  color: #9E2D5D;
	}
	#mail_lead:-moz-placeholder { /* Firefox 18- */
	  color: #9E2D5D;
	}
	
	/* Liens footer */
	.lst-link-footer{
		width:100%;
		height:80px;
		line-height:40px;
	}
	

	.lst-link-footer p {
		float: none;
		text-align: center;
	}

	.lst-link-footer ul {
		font-size: 0.750em;
		text-align: center;
		float: none;
	}
	
	.lst-link-footer ul li{
		display:inline;
	}
	
	.lst-link-footer ul li a{
		display:inline-block;
		padding-left: 10px;
		text-decoration: none;
		color:#FFF;
	}
	.lst-link-footer ul li a::after{
		content:'/';
		margin-left: 10px;	
	}
	
	
	.adapt-txt-size{
		font-size:60%;
	}
	
	
@media screen and (min-width: 375px) {

	.adapt-txt-size{
		font-size:90%;
	}
	header nav.nav-top a.num-tel {
			font-size: 1em;
			right: 110px;
	}
	
	header #logo {
	
		width: 110px;
	
	}
	.home section.zone1 .bandeau div h1 span.title-big {

		font-size:0.85em;
	}
	
	/*.bloc-produit .bloc-theme-txt:after 	{border-left: 40em solid transparent;}*/
	.bloc-produit .bloc-theme-txt:after {
		content: "";
		position: absolute;
		top: 10px;
		left: 0px;
		display: block;
		width: 0;
		height: 0;
		border-left: 480px solid transparent;
		border-bottom: 35px solid rgba(255,255,255,1);
	}

}
@media screen and (min-width: 480px) {
	.lst-tendances .bloc-produit {
		width: 49%;
		margin-right: 1%;
		display: block;
		float: left;
		vertical-align: top;
	}

}
@media screen and (min-width: 658px) {
	
	/*.bloc-produit .bloc-theme-txt:after 	{border-left: 60em solid transparent;}*/
	
	section.zone1.devis .bandeau div h1 span {
	
		line-height: 40px;
		
	}
	
	.lst-tendances .bloc-produit {
		width: 49%;
		margin-right: 2%;
		display: block;
		float: left;
		vertical-align: top;
	}
	
	.lst-tendances .bloc-produit:nth-child(even) {
		margin-right: 0%;
	}
	
	
	.logos-clients .lst-logos-clients .item-logos-clients {
		width: -webkit-calc(16.6% - 12px);
		width: -moz-calc(16.6% - 12px);
		width: -o-calc(16.6% - 12px);
		width: -ms-calc(16.6% - 12px);
		width: calc(16.6% - 12px);
		height: 83px;
		border: solid 1px rgba(201,201,201,1);
		overflow: hidden;
		display: inline-block;
		margin-right: 12px;
		margin-bottom: 16px;
	}
	.logos-clients .lst-logos-clients .item-logos-clients:nth-child(6n+0) {
    	margin-right: 0px;
	}
	
	
	.bloc-home-actu ul li a span p.txt-actu 	{
		color: rgba(34,34,39,1);
		font-size: 0.8em;
		overflow: hidden;
		height: 30px;
		width:auto;
		line-height: 14px;
		margin-top: 5px;
		font-weight: 400;
		text-overflow: ellipsis;
		white-space: normal;
		display: block;
	}
	


}

@media screen and (min-width: 768px) {
	.adapt-txt-size{
		font-size:100%;
	}
	header #logo {
	
		width: 115px;
		margin-left: 10px;
	
	}
	nav.nav-top {

		width: -webkit-calc(100% - 125px);
		width: -moz-calc(100% - 125px);
		width: -o-calc(100% - 125px);
		width: calc(100% - 125px);
	}
	
	.bandeau { position: relative; }
	
	.bloc-global {

		position:relative;
		margin-top: 30px;
		margin-bottom: 30px;
	
	}
	
	
	
	.lst-link-footer p {
		float: left;
		text-align: left;
		margin-left: 10px;
	}
	.lst-link-footer ul {
		text-align: left;
		float: right;
		margin-right: 10px;
	}
	
	section.zone1{
	
		/*height: 30%;*/
		min-height:300px;
		z-index: 1;
		left: 0px;
		top: 0px;	
		overflow:hidden;
	}
	section.zone1 .bandeau{ height:300px;position: relative;}
	
	section.zone1 .bandeau div h1{
		position: absolute;
		left: 10px;
		top: 170px;
		color: #FFF;
		right: 10px;
		
		line-height: 40px;
		
	}
	
	section.zone1 .bandeau div h1 span.title-txt-small {
		    width: 85%;
		line-height: 20px;
		font-size: 0.583em;
	}
	section.zone1 .bandeau div h1 span.title-big2 {
	
		margin-bottom:10px;
	}
	
	section.zone1 .bandeau div h1 span {

		line-height: 40px;

	}
	
	


}

@media screen and (min-width: 1024px) and (orientation: landscape) {

/* HEADER */
	
	header{ height: 90px; }
	
	header.sticky{
		height: 60px;
		position: fixed;
		z-index: 9999999;
		left: 0px;
		top: 0px;
	}
/* LOGO HEADER + FIRST-NAV */

	header #logo{
		height:50px;
		width: 150px;
		margin-top: 20px;
		margin-bottom: 20px;		
	}
	header.sticky #logo{
		height:40px;
		width: 120px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	header.sticky #bloc_lang{
		display:none;
	}
	
	header.sticky nav.nav-top ul { margin-top: 0px; }
	
	header.sticky nav.nav-top a.num-tel {
		z-index:99999;
		right: 130px;
		top: 15px;
	}
	header.sticky nav.nav-top a.num-tel::after {
		content:'/';
		margin-left: 10px;
	}
	header.sticky nav.nav-top a.contact {top: 16px;}
	
	
	.contact.no-mobile{display:block;}	
	
	header nav.nav-top{
		width:-webkit-calc(100% - 170px);
		width:-moz-calc(100% - 170px);
		width:-o-calc(100% - 170px);
		width:calc(100% - 170px);
	}
	header nav.nav-top ul{
		padding-top: 0px;
		height: 50px;
		margin-top: 20px;
		position: relative;
		left: auto;
		top: auto;
		background-color: transparent;
		/* color: #FFF; */
		width: auto;
		max-width: 85%;
	}
	nav.nav-top ul.triangle-down-left:after {display:none;}
		
		
	header nav.nav-top ul li{
		display:inline;
		line-height:50px;
		text-align: center;
	}
	header nav.nav-top ul li a{
		position:relative;
		display:inline-block;
		text-decoration:none;
		padding-left: 10px;
		padding-right: 10px;
		margin-right: 6px;
		margin-left: 0px;
	}
	
	header nav.nav-top ul li a::after{
		content: "";
		width: 6px;
		height: 1px;
		background-color: rgba(34,34,39,1);
		position: absolute;
		right: -6px;
		top: 51%;
	}
	
	header nav.nav-top ul li:last-child a::after, header nav.nav-top ul li:nth-child(4n+0) a::after{
		display:none;
	}
	
	header nav.nav-top ul li a:link,header nav.nav-top ul li a:visited									{ color: rgba(34,34,39,1); }
	header nav.nav-top ul li a:hover,header nav.nav-top ul li a:focus,header nav.nav-top ul li a:active	{ color: rgba(34,34,39,1); }

	
	
	#bloc_lang{
		position: absolute;
		right: 10px;
		top: 10px;
		font-size: 0.75em;
		left: auto;
		z-index: 9999;
		height: auto;
		line-height: inherit;
		border: none;
		padding: 0;
	}
	#bloc_lang.active {
		left: auto;
	}

	#bloc_lang a{
		padding-left:5px;
	}
	#bloc_lang a::after{
		padding-left: 5px;
	}
	
	#bloc_lang a,header nav.nav-top a.num-tel,header nav.nav-top a.contact{text-decoration:none;}
	
	header nav.nav-top a.num-tel{
		position: absolute;
		right: 10px;
		top: 35px;
		line-height: inherit;
	}

	
	header nav.nav-top a.contact{
		position: absolute;
		right: 10px;
		top: 60px;
		color: rgba(34,34,39,1);
	}
	header nav.nav-top a.contact:hover,header nav.nav-top a.contact:focus,header nav.nav-top a.contact:active{
		color: rgba(206,96,89,1);
	}
	
	#bloc_lang a:link,#bloc_lang a:visited{ 
		color: rgba(34,34,39,1); 
	}
	#bloc_lang a:hover,#bloc_lang a:focus,#bloc_lang a:active{ 
		color: rgba(206,96,89,1);
		
	}
	#bloc_lang a:hover::after,#bloc_lang a:focus::after,#bloc_lang a:active::after{ 
		color: rgba(34,34,39,1);

	}
	
	header nav.nav-top .coup-de-coeur {
		position: absolute;
		overflow: hidden;
		width: 40px;
		height: 40px;
		right: 10px;
		color: rgba(34,34,39,1);
		top: auto;
    	bottom: -36px;
		background-color: #FFF;
		-moz-box-shadow: 0px 5px 5px 0px #656565;
		-webkit-box-shadow: 0px 5px 5px 0px #656565;
		-o-box-shadow: 0px 5px 5px 0px #656565;
		box-shadow: 0px 2px 4px 0px rgba(101, 101, 101, 0.7);
		filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=5);
		-webkit-border-bottom-right-radius: 6px;
		-webkit-border-bottom-left-radius: 6px;
		-moz-border-radius-bottomright: 6px;
		-moz-border-radius-bottomleft: 6px;
		border-bottom-right-radius: 6px;
		border-bottom-left-radius: 6px;
	}
	
	header nav.nav-top .coup-de-coeur::before {
		/*font-size: 2.2em;*/
		line-height: 40px;
		position: absolute;
		top: 1px;
		left: 2.5px;
	}
	
	header nav.nav-top .coup-de-coeur a {
		
		font-weight:400;
		position: absolute;
		left: 0;
		top: 0;
		width: 40px;
		font-size: 0.75em;
		line-height: 40px;
		text-align: center;
		text-decoration: none;
		color: #9E2D5D;
		border-right: none;
	}
	
	
	
	
	
	
	
	
	.home header nav.nav-top .coup-de-coeur {
		position: absolute;
		overflow: hidden;
		width: 120px;
		height: 40px;
		right: 10px;
		color: rgba(206,96,89,1);
		top: auto;
    	bottom: -36px;
		background-color: #FFF;
		-moz-box-shadow: 0px 5px 5px 0px #656565;
		-webkit-box-shadow: 0px 5px 5px 0px #656565;
		-o-box-shadow: 0px 5px 5px 0px #656565;
		box-shadow: 0px 2px 4px 0px rgba(101, 101, 101, 0.7);
		filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=5);
		-webkit-border-bottom-right-radius: 6px;
		-webkit-border-bottom-left-radius: 6px;
		-moz-border-radius-bottomright: 6px;
		-moz-border-radius-bottomleft: 6px;
		border-bottom-right-radius: 6px;
		border-bottom-left-radius: 6px;
	}
	
	.home header nav.nav-top .coup-de-coeur::before {
		/*font-size: 2.2em;*/
		line-height: 40px;
		position: absolute;
		top: 1px;
		left: 5px;
	}
	
	.home header nav.nav-top .coup-de-coeur a {
		
		font-weight:400;
		
		position: absolute;
		left: 0;
		top: 0;
		width: 45px;
		font-size: 0.75em;
		line-height: 40px;
		text-align: center;
		text-decoration: none;
		color: #9E2D5D;
		border-right: solid 1px #9E2D5D;
	}
	
	
	
	
	
	
	
	header.sticky nav.nav-top .coup-de-coeur {
		width: 40px;

	}
	
	header.sticky nav.nav-top .coup-de-coeur::before {
		/*font-size: 2.2em;*/
		line-height: 40px;
		position: absolute;
		top: 1px;
		left: 2.5px;
	}
	
	header.sticky nav.nav-top .coup-de-coeur a {
		width: 40px;
		border-right: none;
		
	}
	
	
	
	nav.nav-top .coup-de-coeur a span:last-child {
		display: block;
		position: absolute;
		top: 0px;
		left: 55px;
		line-height: 15px;
		text-align: left;
		padding-top: 5px;
		font-size: 1.1em;
	}
	
	
	/*  TOOLS SEARCH  */	
	
	.home header + #search-tools {display:none;}
	.home header.sticky + #search-tools {display:block;}
	
	#search-tools{ top:95px; }
	header.sticky + #search-tools {top: 65px;}
	
	#search-tools div form{ }
	
	
	
	#search-tools div form select{
		font-size:0.75em;
		    width: 180px;
			margin-right: 5px;
			margin-bottom: 10px;
	}
	#search-tools.active div form select:first-child {
		margin-right: 5px;
	}
	#search-tools div form select:first-child{
		   /* width: 120px;*/
	}
	#search-tools div form select:last-child{
		    margin-right: 0px;
	}

/* BANDEAU HOME */


.home section.zone1 .bandeau{ height:500px;position: relative;}
.home section.zone1 .bandeau div h1{
    top: 160px;
	right: auto;
}
.home section.zone1 .bandeau div h1 span{
	display:block;
	background-color: rgba(34,34,39,0.8);
	line-height:40px;
	padding: 0px;
    padding-left: 10px;
    padding-right: 20px;
	margin-bottom: 10px;
	margin-left:0px;
	

}
.home section.zone1 .bandeau div h1 span.title-small{

	width:515px;

}
.home section.zone1 .bandeau div h1 span.title-big{

	display: inline-block;
	z-index: 99999;
	margin-left:50px;
	left:auto;
    -ms-transform: rotate(-7deg) translateX(0%);
    -webkit-transform: rotate(-7deg) translateX(0%);
    transform: rotate(-7deg) translateX(0%);
}	
	
	
	



/* MODULE TENDANCES */
	
	
.lst-tendances{
    height: 340px;
    width: 100%;
    padding-top: 20px;
	overflow: visible;
}
.bloc-produit {
    height: 335px;
}

.lst-tendances .bloc-produit {
    width: 48%;
    margin-right: 4%;
    display: block;
    float: left;
    vertical-align: top;
}

.lst-tendances .bloc-produit:nth-child(even) {
    margin-right: 0%;
}
.bloc-produit .block-img-pdt-event {
	height: 145px;
	
}
.bloc-produit .bloc-theme-txt:after 	{
    content: "";
    position: absolute;
    top: 10px;
    left: 0px;
    display: block;
    width: 0;
    height: 0;
    border-left: 25em solid transparent;
    border-bottom: 20px solid rgba(255,255,255,1);
	-ms-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
/* FOOTER */
	footer hr {
		/* width: 100%; */
		height: 1px;
		background-color: #FFF;
		border: none;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.bloc-adresse {
		display: inline-block;
		width: -webkit-calc(25% - 25px);
		width: -moz-calc(25% - 25px);
		width: -o-calc(25% - 25px);
		width: -ms-calc(25% - 25px);
		width: calc(25% - 25px);
		min-height: 100px;
		margin-right: 20px;
		margin-left: 0px;
		margin-bottom: 30px;
		vertical-align: top;
		text-align: center;
		background-repeat: no-repeat;
		background-position: center top;
		padding: 5px;
		padding-bottom: 0px;
	}
	
	.bloc-double {
		display: inline-block;
		width: -webkit-calc(50% - 20px);
		width: -moz-calc(50% - 20px);
		width: -o-calc(50% - 20px);
		width: -ms-calc(50% - 20px);
		width: calc(50% - 20px);
		min-height: 100px;
		margin-left: auto;
		margin-right: 20px;
		margin-bottom: 20px;
		vertical-align: top;
		text-align: left;
		background-repeat: no-repeat;
		background-position: center top;
		padding: 0px;
		padding-bottom: 0px;
	}
	.bloc-simple {
		display: inline-block;
		width: -webkit-calc(25% - 10px);
		width: -moz-calc(25% - 10px);
		width: -o-calc(25% - 10px);
		width: -ms-calc(25% - 10px);
		width: calc(25% - 10px);
		min-height: 100px;
		margin-right: 20px;
		margin-left:auto;
		margin-bottom: 20px;
		vertical-align: top;
		text-align: left;
		background-repeat: no-repeat;
		background-position: center top;
		padding: 0px;
		padding-bottom: 0px;
	}
	.bloc-simple.no-mobile {
		display: inline-block;
	}	
	
	.lst-link-footer p {
		float: left;
		text-align: left;
		margin-left: 0px;
	}
	.lst-link-footer ul {
		
		float: right;
		margin-right: 0px;
	}
		/* Liens footer */
	.lst-link-footer{
		width:100%;
		height:40px;
		line-height:40px;
	}

/* OBJET RESPONSIVE */
	.yes-mobile{display:none;}
	header nav.nav-top ul li.yes-mobile{display:none;}
}



@media screen and (min-width: 1025px) {
.bloc-produit .bloc-theme-txt a p {
    padding-left: 5px;
    padding-right: 5px;
    font-weight:400;
    line-height: 18px;
    font-size: 0.850em;
   /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 50px;
    -ms-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;*/
}


.bloc-produit .bloc-theme-txt 							{
    width: 100%;
    height: 220px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
	-ms-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.bloc-produit .bloc-theme-txt.background-rose-8							{	background-color: rgba(255,255,255,1);	}
.bloc-produit .bloc-theme-txt.background-rose-8:after					{	border-bottom-color: rgba(255,255,255,1) !important;	}

.bloc-produit:hover .bloc-theme-txt.background-rose-8					{	background-color: rgba(181,36,91,1);	}
.bloc-produit:hover .bloc-theme-txt.background-rose-8:after				{	border-bottom-color: rgba(181,36,91,1) !important;	}


.bloc-produit .bloc-theme-txt.background-jaune-8						{	background-color: rgba(255,255,255,1);	}
.bloc-produit .bloc-theme-txt.background-jaune-8:after					{	border-bottom-color: rgba(255,255,255,1) !important;	}

.bloc-produit:hover .bloc-theme-txt.background-jaune-8					{	background-color: rgba(230,180,11,1);	}
.bloc-produit:hover .bloc-theme-txt.background-jaune-8:after			{	border-bottom-color: rgba(230,180,11,1) !important;	}


.bloc-produit .bloc-theme-txt.background-bleu-8							{	background-color: rgba(255,255,255,1);	}
.bloc-produit .bloc-theme-txt.background-bleu-8:after					{	border-bottom-color: rgba(255,255,255,1) !important;	}

.bloc-produit:hover .bloc-theme-txt.background-bleu-8					{	background-color: rgba(106,131,201,1);	}
.bloc-produit:hover .bloc-theme-txt.background-bleu-8:after				{	border-bottom-color: rgba(106,131,201,1) !important;	}


.bloc-produit .bloc-theme-txt.background-vert-8							{	background-color: rgba(255,255,255,1);	}
.bloc-produit .bloc-theme-txt.background-vert-8:after					{	border-bottom-color: rgba(255,255,255,1) !important;	}

.bloc-produit:hover .bloc-theme-txt.background-vert-8					{	background-color: rgba(155,184,68,1);	}
.bloc-produit:hover .bloc-theme-txt.background-vert-8:after				{	border-bottom-color: rgba(155,184,68,1) !important;	}







.bloc-produit:hover .bloc-theme-txt,.bloc-produit:active .bloc-theme-txt 											{	bottom: 0px;		}
.bloc-produit:hover .bloc-theme-txt a p,.bloc-produit:active .bloc-theme-txt a p									{	margin-top:0px;		}
.bloc-produit:hover .bloc-theme-txt a p.txt-infos-prod,.bloc-produit:active .bloc-theme-txt a p.txt-infos-prod		{	margin-top:10px;	}

.bloc-produit .bloc-theme-txt:after 	{
    content: "";
    position: absolute;
    top: 10px;
    left: 0px;
    display: block;
    width: 0;
    height: 0;
    border-left: 250px solid transparent;
    border-bottom: 20px solid rgba(255,255,255,1);
    -ms-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.bloc-theme-txt.background-rose-8 a						{	color:#45001C;	text-decoration:none;	}


.bloc-theme-txt.background-vert-8 a						{	color:#414D1C;	text-decoration:none;	}


.bloc-theme-txt.background-bleu-8 a						{	color:#16254D;	text-decoration:none;	}


.bloc-theme-txt.background-jaune-8 a						{	color:#59370E;	text-decoration:none;	}

 }@charset "utf-8";

/* GRILLE 16 COLONNES MAX-LARGEUR : 960 px */
	.grill-960, .col-16{
		width:100%;
		max-width:960px;
		margin:auto;
		position: relative;
	}
	

	.col-8 {
		display: inline-block;
		vertical-align: top;
		margin-right: 10px;
		margin-left: 10px;
		width: -webkit-calc(100% - 20px);
		width: -moz-calc(100% - 20px);
		width: -o-calc(100% - 20px);
		width: calc(100% - 20px);
	}
	
	
@media screen and (min-width: 1024px) and (orientation: landscape) {
	
	.col-1					{	width: 4.29%;	margin-right:20px;	}
	.col-1:nth-child(odd)	{	margin-right:0px;						}
		
	.col-2					{	width: 8.59%;	margin-right:20px;	}
	.col-2:nth-child(odd)	{	margin-right:0px;						}
		
	.col-3					{	width: 12.89%;	margin-right:20px;	}
	.col-3:nth-child(odd)	{	margin-right:0px;						}
	
		
	.col-4					{	width: 17.1875%;	margin-right:20px;	}
	.col-4:nth-child(odd)	{	margin-right:0px;					}
		
	.col-5					{	width: 21.484%;	margin-right:20px;	}
	.col-5:nth-child(odd)	{	margin-right:0px;						}
		
	.col-6					{	width: 25.78%;	margin-right:20px;	}
	.col-6:nth-child(odd)	{	margin-right:0px;						}
		
	.col-7					{	width: 30.078%;	margin-right:20px;	}
	.col-7:nth-child(odd)	{	margin-right:0px;						}
		
	.col-8					{	width: -webkit-calc(50% - 10px);width: -moz-calc(50% - 10px);width: -o-calc(50% - 10px);width: calc(50% - 10px); margin-right: 20px; margin-left: 0;	}/*width: 48.958%;	margin-right:20px;    margin-left: 0;*/
	.col-8:nth-child(even)	{	margin-right:0px;						}
		
	.col-9					{	width: 38.671%;	margin-right:20px;	}
	.col-9:nth-child(odd)	{	margin-right:0px;						}
		
	.col-10					{	width: 42.968%;	margin-right:20px;	}
	.col-10:nth-child(odd)	{	margin-right:0px;						}
		
	.col-11					{	width: 47.265%;	margin-right:20px;	}
	.col-11:nth-child(odd)	{	margin-right:0px;						}
		
	.col-12					{	width: 51.562%;	margin-right:20px;	}
	.col-12:nth-child(odd)	{	margin-right:0px;						}
		
	.col-13					{	width: 55.859%;	margin-right:20px;	}
	.col-13:nth-child(odd)	{	margin-right:0px;						}
		
	.col-14					{	width: 60.156%;	margin-right:20px;	}
	.col-14:nth-child(odd)	{	margin-right:0px;						}

	.col-15					{	width: 64.453%;	margin-right:20px;	}
	.col-15:nth-child(odd)	{	margin-right:0px;						}
}

@charset "utf-8";
/* Obj Formulaire */

select{
	height:30px;	
}


ul.ui-select{
	display: inline-block;
	color:#FFF;
	    vertical-align: top;
}

ul.ui-select.active{
	height: 32px !important;
	margin-top: -5px;
}



#ui-datepicker-div{z-index:9999999999 !important;}
	
#search-tools div form ul.ui-select{
		width:-webkit-calc(50% - 20px);
		width:-moz-calc(50% - 20px);
		width:-o-calc(50% - 20px);
		width:calc(50% - 20px);
		margin-right:10px;
		margin-bottom:10px;
		background-color: transparent;
		border: none;
		color: #FFF;
		border-bottom: solid 3px #FFF;
		position:relative;
	    font-size: 0.75em !important;
}
	
#search-tools.active div form ul.ui-select:nth-child(2){
		/*margin-right: 50%;*/
}

#search-tools div form ul.ui-select li{
	cursor:pointer;
	display:none;
	    height: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		    padding-right: 20px;
}
#search-tools div form ul.ui-select li:nth-child(1){
	display:block;
	text-transform: uppercase;
	
}

#search-tools div form ul.ui-select li.active:nth-child(1){
	padding-left: 5px;
	padding-top: 5px;
	    font-weight: 700;
}

    
#search-tools div form ul.ui-select li span.ui-arrow{
	position: absolute;
    right: 0;
    top: -2px;
    line-height: 25px;
    font-size: 1.5em;	
	
}

#search-tools div form ul.ui-select li.active span.ui-arrow{

    right: 5px;
    top: 1px;
    font-size: 1em;	
	
}



.ui-lst-select{
	position: absolute;
    z-index: 9999999;
    width: 96%;
    padding: 2%;
    background-color: #D1437F;
    color: #FFF;
    font-size: 0.85em;
	max-height: 280px;
    overflow-y: auto;
}


.ui-lst-select div ul{
	margin-left: 10px;
    margin-right: 10px;
	
}

.ui-lst-select div ul li{
    display: inline-block;
    width: 100%;
    height: 100%;
	    vertical-align: top;
	/*line-height:40px;*/
}
.ui-lst-select div ul li a{
    color: #FFF;
    text-decoration: none;
    display: block;
    width: 94%;
    height: 94%;
    padding: 3%;
     line-height: 30px; 
    border-bottom: solid 1px #FFF;
   /* background-color: rgba(34, 34, 39, 0.13);*/
    
	max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ui-lst-select div ul li a:hover,.ui-lst-select div ul li a:focus,.ui-lst-select div ul li a:active{
    color: rgba(34,34,39,1);
	background-color: rgba(34, 34, 39, 0.13);
	border-bottom: solid 1px rgba(34,34,39,1);
}

/* POP MENU SELECT */

.ui-pop-select{
	position: absolute;
    z-index: 99999;
	width: -webkit-calc(100% - 60px);
	width: -moz-calc(100% - 60px);
	width: -o-calc(100% - 60px);
	width: -ms-calc(100% - 60px);
	width: calc(100% - 60px);
    padding: 20px;
    background-color: rgb(78, 78, 82);
    color: #FFF;
    font-size: 0.85em;
    /*max-height: 250px;*/
    overflow-y: auto;
    outline: solid 10px rgba(34,34,39,0.5);
}

.ui-pop-select ul {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -webkit-column-rule: 1px solid #FFF;
    -moz-column-rule: 1px solid #FFF;
    column-rule: 1px solid #FFF;
}
.ui-pop-select ul li a{
	
	color: #FFF;
    text-decoration: none;
    display: block;
    /*border-bottom: solid 1px rgba(201,201,201,1);*/
    line-height: 30px;
}
.ui-pop-select ul li a:hover,
.ui-pop-select ul li a:active,
.ui-pop-select ul li a:focus{
	font-weight:bold;
}

.ui-pop-select ul li:nth-child(6) a{

    border-bottom: none;
}
.ui-pop-select ul li hr{
    margin-top: 20px;
    margin-bottom: 10px;
    border: none;
    border-top: dashed 1px rgba(255,255,255,1);
    height: 1px;
}

#search-home {
	    display: none;
    position: absolute;
    left: 10px;
    top: 230px;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: -o-calc(100% - 20px);
    width: calc(100% - 20px);
   /* height: 60px;*/
}
#search-home form{display:none;}

#search-input {
    font-weight:400;
    background-color: transparent;
    border: solid 1px #FFF;
    height: 30px;
   /* margin-top: 13px;*/
    margin: 8px;
    width: 40%;
    line-height: 30px;
    padding: 0;
    outline: none;
    padding-left: 5px;
    color: #FFF;
}

#goSearch {
    font-weight:400;
    background-color: transparent;
    border: solid 1px #FFF;
    color: #FFF;
    height: 32px;
    /*margin-top: 13px;*/
    margin: 8px;
    width: 12.5%;
    line-height: 30px;
    padding: 0;
    outline: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

#goSearch::after {
    content: '';
    display: block;
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 50%;
    background-color: rgba(00,00,00,0);
	
	-ms-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out; /* Safari 3.1 to 6.0 */
    transition: all 0.35s ease-in-out;
}



	
	
#goSearch:hover::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    background-color: rgba(00,00,00,0.20);
}

input::-webkit-input-placeholder {  
   color: #FFF;  
}
input:-moz-placeholder {  
   color: #FFF;  
}
input::-moz-placeholder {  
   color: #FFF;  
}
input:-ms-input-placeholder {  
   color: #FFF;  
}





#search-home form ul.ui-select {
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -o-calc(50% - 10px);
    width: calc(20% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: transparent;
    border: none;
    color: #FFF;
    border-bottom: solid 1px #FFF;
    position: relative;
    cursor: pointer;
    margin-top: 15px;
}


#search-home form ul.ui-select li span{
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 22px;
    font-size: 1.2em;
}



/* FORMULAIRE DU SITE */

.element-transparent{

	/* IE 8 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/* IE 5-7 */
	  filter: alpha(opacity=0);
	/* Netscape */
	  -moz-opacity: 0;
	/* Safari 1.x */
	  -khtml-opacity: 0;
	/* Good browsers */
	  opacity: 0;
  	
}



form#form-devis-short ul.ui-select {
	    font-size: 0.85em !important;
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -o-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 10px !important;
	margin-top: 10px !important;
    background-color: transparent;
    border: none;
    color: rgba(34,34,39,1);
    border-bottom: solid 1px rgba(34,34,39,1);
    position: relative;
	    cursor: pointer;
}

form#form-devis-short ul.ui-select li span.ui-arrow {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 25px;
    font-size: 2em;
}

form#form-devis-short, form#form-send-friend{
			
		width:100%;
		min-height:100%;
		padding:0;
		margin-top:10px;
		margin-bottom:10px;
}
form#form-devis-short input, form#form-send-friend input, form#form-send-contact input{
	height: 30px;
    margin-bottom: 10px;
	background-color: rgba(230,230,230,1);
	color: rgba(134,134,153,1);
	border:none;
}
form#form-devis-short input::-webkit-input-placeholder,form#form-send-friend input::-webkit-input-placeholder, form#form-send-contact input::-webkit-input-placeholder {  
   color: rgba(134,134,153,1);  
}
form#form-devis-short input:-moz-placeholder,form#form-send-friend input:-moz-placeholder, form#form-send-contact input:-moz-input-placeholder {  
   color: rgba(134,134,153,1);  
}
form#form-devis-short input::-moz-placeholder,form#form-send-friend input::-moz-placeholder, form#form-send-contact input::-moz-input-placeholder {  
  color: rgba(134,134,153,1);  
}
form#form-devis-short input:-ms-input-placeholder,form#form-send-friend input:-ms-input-placeholder, form#form-send-contact input:-ms-input-placeholder {  
   color: rgba(134,134,153,1);  
}	
.bt-checkbox{
    vertical-align: top;
    width: 20px;
    height: 20px;
    margin: 0px;
    margin-right: 10px;
	position:relative;
	
	z-index:9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-khtml-opacity: 0;
	opacity: 0;
}

.bt-img-checkbox::before{
	
	content:'';
	width:20px;
	height:20px;
	border: 1px solid rgba(158,45,93,1);
	position:absolute;
	z-index:1;
	left:-30px;
	top:0px;
}
.bt-checkbox:checked + .bt-img-checkbox::after{
	content:'';
	width:14px;
	height:14px;
	background-color:rgba(158,45,93,1);
	position:absolute;
	z-index:1;
	left:-26px;
	top:4px;
}


.input-txt {
    display: inline-block;
    width: -webkit-calc(100% - 5px);
    width: -moz-calc(100% - 5px);
    width: -o-calc(100% - 5px);
    width: calc(100% - 5px);
    margin-right: 0px;
    overflow: hidden;
    padding-left: 5px;
}
form#form-devis-short input:nth-child(odd),form#form-send-friend input:nth-child(odd){
	margin-right:0px;
}
form#form-send-contact input:nth-child(odd){
	margin-right:0px;
}
.input-txt-db{
	width:-webkit-calc(100% - 5px);
	width:-moz-calc(100% - 5px);
	width:-o-calc(100% - 5px);
	width:calc(100% - 5px);
	
	overflow:hidden;
	padding-left:5px;
}

.input-date{
	width:-webkit-calc(100% - 5px);
	width:-moz-calc(100% - 5px);
	width:-o-calc(100% - 5px);
	width:calc(100% - 5px);
	margin-right:0px;
	overflow:hidden;
	padding-left:5px;
	background-image: url(../imgs/themes/default/icones/icone-calendar.png);
	background-repeat: no-repeat;
	background-position: right center;	
	
}

.label-title-db{
    margin-bottom: 10px;
    display: block;
}
.textarea-txt{
	width:-webkit-calc(100% - 10px);
	width:-moz-calc(100% - 10px);
	width:-o-calc(100% - 10px);
	width:calc(100% - 10px);
	min-height:100px;
	overflow:hidden;
	padding:5px;
    margin-bottom: 10px;
	background-color: rgba(230,230,230,1);
	color: rgba(134,134,153,1);
	border:none;
}

div.fileUpload {
	width:100%;
	position:relative;
}


div.fileUpload input.upload {
	z-index:9;
	position:relative;
	margin:0;
	padding:0;
	height:40px !important;
	width:100% !important;
	cursor:pointer;
}


span.bt-file{
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
	margin:0;
	padding:0;
	text-align:center;
	line-height:40px;
}
span.bt-file span{
    margin-right: 5px;
    font-size: 1.2em;
    line-height: 40px;
    vertical-align: bottom;
    /* padding-bottom: 2px; */
}


.grp-input, .grp-input-legend, .grp-input-tbl{
	position:relative;
	display:inline-block;
	vertical-align: top;
	width:-webkit-calc(100% - 5px);
	width:-moz-calc(100% - 5px);
	width:-o-calc(100% - 5px);
	width:calc(100% - 5px);
	margin:0px;
	margin-bottom:10px;
	overflow:hidden;
	padding:0px;
	height:30px;	
	
}
 .grp-input-tbl{height:auto;}
 
 

 
 

form#form-devis-short .grp-input-tbl input.fav-radio, .grp-input-tbl .fav-radio + label{
    height: 16px;
    line-height: 16px;
    position: relative;
}
form#form-devis-short .grp-input-tbl input.fav-radio {
    margin: 0;
    padding: 0;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.grp-input-tbl .fav-radio, .grp-input-tbl .fav-radio + label {
    margin: 0;
    margin-left: 5px;
    margin-right: 10px;
    padding: 0;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    font-size: 0.85em;
    position: relative;
	cursor:pointer;
}
.grp-input-tbl .fav-radio + label {

	width:-webkit-calc(50% - 35px);
	width:-moz-calc(50% - 35px);
	width:-o-calc(50% - 35px);
	width:calc(50% - 35px);
}
.grp-input-tbl .fav-radio + label span{
	display:block;
	width:100%;
   	overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 

}
.grp-input-tbl input.fav-radio + label::before {
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid rgba(158,45,93,1);
    position: absolute;
    z-index: 1;
    left: -15px;
    top: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.grp-input-tbl input.fav-radio:checked + label::after {
    content: '';
    width: 6px;
    height: 6px;
    background-color: rgba(158,45,93,1);
    position: absolute;
    z-index: 1;
    left: -12px;
    top: 13px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}



.legende-form{
    font-size: 0.75em;
}












.grp-input-legend legend{
	margin:0;
	padding:0;
	display:block;
	height:14px;
	line-height: 14px;
	margin-bottom: 1px;

}
form#form-devis-short .grp-input input.fav-radio, form#form-send-friend .grp-input input.fav-radio ,
form#form-devis-short .grp-input-legend input.fav-radio, form#form-send-friend .grp-input-legend input.fav-radio {
	margin:0;
	padding:0;
    height: 30px;
	line-height:30px;
	display:inline-block;
	vertical-align:top;
	position:relative;
}
.grp-input .fav-radio, .grp-input .fav-radio + label,
.grp-input-legend .fav-radio, .grp-input-legend .fav-radio + label{
	margin: 0;
    margin-left: 5px;
    margin-right: 10px;
    padding: 0;
    height: 30px;
	line-height:30px;
    display: inline-block;
    vertical-align: top;
    font-size: 0.75em;
	position:relative;
	    cursor: pointer;
}

form#form-devis-short .grp-input-legend input.fav-radio, .grp-input-legend .fav-radio + label,
form#form-send-friend .grp-input-legend input.fav-radio, .grp-input-legend .fav-radio + label,
.grp-input-legend .fav-radio, .grp-input-legend .fav-radio + label{
	
	height:16px;
	line-height:16px;
	position:relative;	
	
}


.grp-input-legend input.fav-radio + label::before {
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid rgba(158,45,93,1);
    position: absolute;
    z-index: 1;
    left: -15px;
    top: 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.grp-input input.fav-radio + label::before {
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid rgba(158,45,93,1);
    position: absolute;
    z-index: 1;
    left: -15px;
    top: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.grp-input-legend input.fav-radio:checked + label::after{
	content:'';
	width:6px;
	height:6px;
	background-color:rgba(158,45,93,1);
	position:absolute;
	z-index:1;
	left:-12px;
	top:5px;
	
	    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.grp-input input.fav-radio:checked + label::after{
	content:'';
	width:6px;
	height:6px;
	background-color:rgba(158,45,93,1);
	position:absolute;
	z-index:1;
	left:-12px;
	top:13px;
	
	    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

button{cursor:pointer;}

button.bt-ok-full{
    display: inline-block;
    background-color: rgba(158,45,93,1);
    border: solid 1px rgba(158,45,93,1);
    color: #FFF;
    text-decoration: none;
    width: 100%;
    margin-bottom: 10px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    -ms-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    margin-right: 0%;
}

button.bt-ok-light{
    display: inline-block;
    border: solid 1px rgba(158,45,93,1);
    background-color: #FFF;
    color: rgba(158,45,93,1);
    text-decoration: none;
    width: 100%;
    margin-bottom: 10px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    -ms-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    margin-right: 0%;
    margin-top: 10px;
}



#popup_container{
	
	width:300px;
	background-color: #FFF;
    padding: 20px;
    border: solid 1px #000;
}

#popup_container h1 {
    font-size: 1.2em;
}

#popup_panel input[type=button]{
    display: inline-block;
    background-color: rgba(158,45,93,1);
    border: solid 1px rgba(158,45,93,1);
    color: #FFF;
    text-decoration: none;
    width: 100%;
	margin: 0%;
    margin-top: 20px;
    margin-bottom: 10px;
    cursor: pointer;
    height: 40px;
    text-align: center;
    line-height: 36px;
	
    -ms-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#popup_panel input[type=button]:hover{

    background-color: rgba(34,34,39,1);
    border: solid 1px rgba(34,34,39,1);
}
    








@media screen and (min-width: 480px) {


form#form-devis-short input:nth-child(odd), form#form-send-friend input:nth-child(odd) {
    margin-right: 0px;
}
form#form-devis-short input, form#form-send-friend input {
    height: 30px;
    margin-bottom: 10px;
    background-color: rgba(230,230,230,1);
    color: rgba(134,134,153,1);
    border: none;
}
.input-txt-db {
    width: -webkit-calc(100% - 5px);
    width: -moz-calc(100% - 5px);
    width: -o-calc(100% - 5px);
    width: calc(100% - 5px);
    overflow: hidden;
    padding-left: 5px;
}

.input-txt {
    display: inline-block;
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -o-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-right: 10px;
    overflow: hidden;
    padding-left: 5px;
}
.input-date{
	display:inline-block;
	width:-webkit-calc(50% - 10px);
	width:-moz-calc(50% - 10px);
	width:-o-calc(50% - 10px);
	width:calc(50% - 10px);
	margin-right:10px;
	overflow:hidden;
	padding-left:5px;
	background-image: url(../imgs/themes/default/icones/icone-calendar.png);
	background-repeat: no-repeat;
	background-position: right center;	
	
}
.grp-input, .grp-input-legend{
	position:relative;
	display:inline-block;
	vertical-align: top;
	width:-webkit-calc(50% - 10px);
	width:-moz-calc(50% - 10px);
	width:-o-calc(50% - 10px);
	width:calc(50% - 10px);
	margin:0px;
	overflow:hidden;
	padding:0px;
	height:30px;	
	
}

}








@media screen and (min-width: 768px) {
	.ui-lst-select div ul{
		-moz-column-count:3;
		-webkit-column-count:3;
		-o-column-count:3;
		column-count:3;
		-moz-column-gap:20px;
		-webkit-column-gap:20px;
		-o-column-gap:20px;
		column-gap:20px;
	}
	
	#search-home form{display:block;}
}





@media screen and (min-width: 1024px) and (orientation: landscape) {
	
	.ui-lst-select div ul{
		-moz-column-count:4;
		-webkit-column-count:4;
		-o-column-count:4;
		column-count:4;
		-moz-column-gap:20px;
		-webkit-column-gap:20px;
		-o-column-gap:20px;
		column-gap:20px;
	}
	
	
	#search-tools div form ul.ui-select{
		font-size:0.8em !important;
		    width: 180px !important;
			margin-right: 5px !important;
			margin-bottom: 10px !important;
	}
	#search-tools.active div form ul.ui-select:nth-child(2) {
		margin-right: 5px !important;
	}
	#search-tools div form ul.ui-select:nth-child(2){
		    /*width: 120px !important;*/
	}
	#search-tools div form ul.ui-select:last-child{
		    margin-right: 0px !important;
	}
	


	#search-home form ul.ui-select {
		font-size: 0.8em !important;
		width: 150px !important;
		margin-right: 5px !important;
	}

	
	
	#search-home{
		top: 270px;
		display: block;
	}
	#search-input{

		/*width: 455px;*/
		width: 776px;

	}
	#search-home form ul.ui-select {
		width: -webkit-calc(50% - 10px);
		width: -moz-calc(50% - 10px);
		width: -o-calc(50% - 10px);
		width: calc(50% - 10px);
		margin-right: 10px;
		margin-bottom: 10px;
		background-color: transparent;
		border: none;
		color: #FFF;
		border-bottom: solid 1px #FFF;
		position: relative;
		cursor:pointer;
		margin-top: 15px;
	}
	
	#goSearch{
    	width: 120px;
	}
	
	
	
	
	/* FORMULAIRE DU SITE */
	
	
	
	.bt-checkbox{
		width: 14px;
		height: 14px;
		margin: 0px;
		margin-right: 10px;
	}
	
	.bt-img-checkbox::before{
		
		width: 12px;
		height: 12px;
		left: -24px;
		top: 0px;
		border: 2px solid rgba(158,45,93,1);
	}
	.bt-checkbox:checked + .bt-img-checkbox::after{
		width: 8px;
		height: 8px;
		left: -20px;
		top: 4px;
	}
	
	.input-txt-db{
		
	}
	
	
	
	
}



@media screen and (max-width: 1024px) {
	
	.ui-pop-select ul {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}

@media screen and (max-width: 680px) {
	
	.ui-pop-select ul {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}
@media screen and (max-width: 480px) {
	
	.ui-pop-select ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}










@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) rotate(-0deg) translateX(-50%);
    transform: translate3d(0, -3000px, 0) rotate(-0deg) translateX(-50%);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) rotate(-2deg) translateX(-50%);
    transform: translate3d(0, 25px, 0) rotate(-2deg) translateX(-50%);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-4deg) translateX(-50%);
    transform: translate3d(0, -10px, 0) rotate(-4deg) translateX(-50%);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) rotate(-6deg) translateX(-50%);
    transform: translate3d(0, 5px, 0) rotate(-6deg) translateX(-50%);
  }

  to {
    -webkit-transform: none rotate(-6deg) translateX(-50%);
    transform: none rotate(-6deg) translateX(-50%);
  }
}










@media screen and (min-width: 1024px) and (orientation: landscape) {


	@keyframes bounceInDown {
	  from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	  }
	
	  0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0) rotate(-0deg);
		transform: translate3d(0, -3000px, 0) rotate(-0deg);
	  }
	
	  60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0) rotate(-2deg);
		transform: translate3d(0, 25px, 0) rotate(-2deg);
	  }
	
	  75% {
		-webkit-transform: translate3d(0, -10px, 0) rotate(-4deg);
		transform: translate3d(0, -10px, 0) rotate(-4deg);
	  }
	
	  90% {
		-webkit-transform: translate3d(0, 5px, 0) rotate(-6deg);
		transform: translate3d(0, 5px, 0) rotate(-6deg);
	  }
	
	  to {
		-webkit-transform: none rotate(-6deg);
		transform: none rotate(-6deg);
	  }
	}



}













.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@charset "utf-8";
/* Bloc thémes home page */

.boxShadow{
	-moz-box-shadow: 0px 0px 20px 0px rgba(00,00,00,0.5);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(00,00,00,0.5);
	-o-box-shadow: 0px 0px 20px 0px rgba(00,00,00,0.5);
	box-shadow: 0px 0px 20px 0px rgba(00,00,00,0.5);
	filter:progid:DXImageTransform.Microsoft.Shadow(color= rgba(00,00,00,0.5), Direction=NaN, Strength=20);	
}




.triangle-rose:after{
	content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    margin-left: 0px;
    margin-top: 0px;
    border-left: 20px solid transparent;
    border-top: 20px solid rgba(209,67,127,1);
}

.triangle-jaune:after			{ 
	content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    margin-left: 0px;
    margin-top: 0px;
    border-left: 20px solid transparent;
	border-top: 20px solid rgba(230,180,11,1); 	}
.triangle-vert:after			{ 
	content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    margin-left: 0px;
    margin-top: 0px;
    border-left: 20px solid transparent;
	border-top: 20px solid rgba(155,184,68,1); 	}
.triangle-bleu:after			{ 
	content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    margin-left: 0px;
    margin-top: 0px;
    border-left: 20px solid transparent;
	border-top: 20px solid rgba(106,131,201,1); 	}


#menu-theme-big {
    margin-top: -220px;/*margin-top: -160px;*/
    min-height: 260px;
}

#menu-theme-big .bloc-theme{

    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: -o-calc(50% - 15px);
    width: calc(50% - 15px);
		
    height: 255px;
	display:inline-block;
	vertical-align:top;
	margin-left: 10px;
    margin-right: 0px;
	margin-bottom: 30px;
	text-align:center;
	position:relative;
}
#menu-theme-big .bloc-theme .bloc-theme-img{
	height:160px;
	width:100%;
	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	position:relative;
}

#menu-theme-big .bloc-theme .bloc-theme-img .bloc-theme-txt{
	position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#menu-theme-big .bloc-theme .bloc-theme-img .bloc-theme-txt h3{
	font-weight: 700;
}

#menu-theme-big .bloc-theme .bloc-theme-img .bloc-theme-txt h3 a:link,
#menu-theme-big .bloc-theme .bloc-theme-img .bloc-theme-txt h3 a:visited,
#menu-theme-big .bloc-theme .bloc-theme-img .bloc-theme-txt h3 a:hover,
#menu-theme-big .bloc-theme .bloc-theme-img .bloc-theme-txt h3 a:focus{
	font-weight: 700;
	    text-decoration: none;
}

#menu-theme-big .bloc-theme .bloc-theme-img .bloc-theme-txt a:link,
#menu-theme-big .bloc-theme .bloc-theme-img .bloc-theme-txt a:visited{
	color: rgba(34,34,39,1);
	text-decoration:none;
	font-weight:400;
}

#menu-theme-big .bloc-theme .bloc-theme-img .bloc-theme-txt a:hover,
#menu-theme-big .bloc-theme .bloc-theme-img .bloc-theme-txt a:focus,
#menu-theme-big .bloc-theme .bloc-theme-img .bloc-theme-txt a:active{
	/*color: rgba(158,45,93,1);*/
	text-decoration:underline;
}
#menu-theme-big .bloc-theme .bloc-theme-img .bloc-theme-txt p {display:none;font-size: 0.73em;}

#menu-theme-big .bloc-theme form button.voir-plus{
    font-weight:400;
    background-color: transparent;
    border: solid 1px rgba(34,34,39,1);
    color: rgba(34,34,39,1);
    height: 32px;
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 10px;
	width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: -o-calc(100% - 20px);
	width: calc(100% - 20px);
    line-height: 30px;
    padding: 0;
    outline: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

#menu-theme-big .bloc-theme form button.voir-plus:hover{
	color: #FFF;
}

#menu-theme-big .bloc-theme form button.voir-plus:hover::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0%;
    left: 0%;
    background-color: rgba(34,34,39,1);
    color: #FFF;
}
#menu-theme-big .bloc-theme form button.voir-plus::after {
    content: '';
    display: block;
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 50%;
    background-color: rgba(34,34,39,0);
    -ms-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

#menu-theme-big .bloc-theme form select {
	height:34px;
	margin:10px;
	margin-bottom: 5px;
	width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: -o-calc(100% - 20px);
	width: calc(100% - 20px);
}

#menu-theme-big .bloc-theme form ul.ui-select {
	font-weight:400;
    color: rgba(34,34,39,1);
	margin:10px;
    margin-bottom: 5px;
	width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: -o-calc(100% - 20px);
	width: calc(100% - 20px);
    line-height: 30px;
    text-align: left;
	cursor:pointer;
	position: relative;
}
#menu-theme-big .bloc-theme form ul.ui-select.active {
	width: 100%;
	padding-bottom: 10px;
	margin: 0;
}

#menu-theme-big .bloc-theme form ul.ui-select li.active{
		color:#FFF;
	    padding: 10px;
	
}
#menu-theme-big .bloc-theme form ul.ui-select li.active span{
	font-size: 1.5em;
	    right: 10px;
}
#menu-theme-big .bloc-theme form ul.ui-select li span{
    position: absolute;
    right: 0px;
    width: 30px;
    height: 30px;
    font-size: 2em;
    text-align: right;
    line-height: 30px;
}


.go-to-lst-type-event{
	
    cursor: pointer;
}
span.go-to-lst-type-event{
    display: block;
    height: 100%;
    width: 100%;
}





@media screen and (min-width: 480px) {
	#menu-theme-big .bloc-theme{
		width:-webkit-calc(50% - 23px);
		width:-moz-calc(50% - 23px);
		width:-o-calc(50% - 23px);
		width:calc(50% - 23px);
			
		height: 255px;
		display:inline-block;
		vertical-align:top;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 30px;
		text-align:center;
		position:relative;
	}
	#menu-theme-big .bloc-theme .bloc-theme-img .bloc-theme-txt p {display:inline;}
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
	
	
	#menu-theme-big{
		margin-top: -160px;
		min-height: 260px;
	}
	
	#menu-theme-big .bloc-theme{
		width: 220px;
		margin-left: 10px;
    	margin-right: 10px;
	}
	
/*	#menu-theme-big .bloc-theme::before {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		
		border-width: 15px 15px 0 15px;
		border-color: rgba(158,45,93,0.8) transparent transparent transparent;

		display: block;
		position: absolute;
		z-index: 9;
		top: -40px;
		
		-ms-transform: translate(95px, 0px);
		-webkit-transform: translate(95px, 0px);
		transform: translate(95px, 0px);
	}*/
	
}
@charset "utf-8";
/* Bloc thémes home page */



#zone3 h2.txt-24,#zone4 h2.txt-24  {
    font-size: 1em;
}
.bloc-reassurance {
    display: inline-block;
    width: -webkit-calc(50% - 40px);
    width: -moz-calc(50% - 40px);
    width: -o-calc(50% - 40px);
    width: -ms-calc(50% - 40px);
    width: calc(50% - 40px);
    min-height: 220px;
    margin-right: 20px;
    margin-bottom: 40px;
    vertical-align: top;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 5px;
    padding-top: 92px;
    padding-bottom: 0px;
	margin-left: 15px;
}

.bloc-reassurance:nth-child(odd){

	margin-right:0px;
	
}

.bloc-reassurance.devis			{	background-image: url(../imgs/themes/default/icones/ico-free-devis.svg);}
.bloc-reassurance.prix			{	background-image: url(../imgs/themes/default/icones/ico-tarifs.svg);}
.bloc-reassurance.interlocuteur	{	background-image: url(../imgs/themes/default/icones/ico-unique-interlocuteur.svg);}
.bloc-reassurance.exper			{	background-image: url(../imgs/themes/default/icones/ico-experience.svg);}


.bloc-reassurance h3			{font-size: 1.2em;}
.bloc-reassurance p.s-titre		{margin-top:10px;margin-bottom:10px;}
.bloc-reassurance p				{font-size: 0.8em;}






@media screen and (min-width: 480px) {
#zone3 h2.txt-24,#zone4 h2.txt-24 {
    font-size: 1.5em;
}
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
	.bloc-reassurance p				{    font-size: 0.850em;}
	.bloc-reassurance {
    display: inline-block;
    width: -webkit-calc(25% - 25px);
    width: -moz-calc(25% - 25px);
    width: -o-calc(25% - 25px);
	width: -ms-calc(25% - 25px);
	width: calc(25% - 25px);
    min-height: 220px;
    margin-right: 20px;
	margin-left: auto;
    margin-bottom: 40px;
    vertical-align: top;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 5px;
    padding-top: 92px;
    padding-bottom: 0px;
}
.bloc-reassurance:nth-child(odd){

	margin-right:inherit;
	
}
.bloc-reassurance:last-child{

	margin-right:0px;
	
}
	
}
@charset "utf-8";
/* Bloc thémes home page */
#zone4 .bandeau div{
height:100%;	
color:#FFF;
text-align:center;
    padding-top: 0.01%;
}

#zone4 .bandeau div h2{
    line-height: 50px;
    margin-top: 20px;

}

#zone4 .bandeau div h2::after{
    content: '';
    display: block;
    margin: auto;
    width: 50%;
    /* line-height: 50px; */
    /* margin-top: 20px; */
    border-bottom: solid 1px #FFF;
    margin-bottom: 10px;
}

#zone4 .bandeau div::before {
    content: '';
    width: 100%;
    height: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(../imgs/themes/default/shadow-down.png);
    background-repeat: no-repeat;
    background-position: center top;
}
#zone4 .bandeau div::after {
    content: '';
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-image: url(../imgs/themes/default/shadow-up.png);
    background-repeat: no-repeat;
    background-position: center top;
}




/* SLIDER LOGO CLIENTS */
#zone5{
padding-top:30px;
padding-bottom:30px;	
}
#zone5 a.lien-plus-infos {
    float: left;
    margin-left: 10px;
}
.logos-clients {
    width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: -o-calc(100% - 20px);
	width: -ms-calc(100% - 20px);
	width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    height: 190px;
    overflow: hidden;
}

.logos-clients .lst-logos-clients {
    width: 100%;
    height: 190px;
    overflow: hidden;
}


.logos-clients .lst-logos-clients .item-logos-clients{
   	width: -webkit-calc(32% - 12px);
	width: -moz-calc(32% - 12px);
	width: -o-calc(32% - 12px);
	width: -ms-calc(32% - 12px);
	width: calc(32% - 12px);
    height: 83px;
    border: solid 1px rgba(201,201,201,1);
    overflow: hidden;
    display: inline-block;
    margin-right: 20px;
	margin-bottom:16px;
}

.logos-clients .lst-logos-clients .item-logos-clients:nth-child(3n+0){margin-right:0px;}



.logos-clients .lst-logos-clients .item-logos-clients a{
	display: block;
	width: 90%;
    height: 90%;
    margin: 5%;
	position:relative;
	border: none;
	
	background-repeat: no-repeat;
	background-position: center center;
	
	background-size:contain;
	
	
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	
    text-decoration: none;
	
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	
	
}

.logos-clients .lst-logos-clients .item-logos-clients a:hover,
.logos-clients .lst-logos-clients .item-logos-clients a:focus,
.logos-clients .lst-logos-clients .item-logos-clients a:active{
	
    -webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	
	
}


.logos-clients .lst-logos-clients .item-logos-clients a.client-logo span{
    border: 2px solid rgba(201,201,201,1);
    display: block;
    width: 20px;
    height: 20px;
    color: rgba(201,201,201,1);
    font-size: 0.7em;
    text-align: center;
    line-height: 20px;
    background-color: #FFF;
    position: absolute;
    margin: auto;
    bottom: -10px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


/* PAGE LISTE DE REFERENCES */
.lst-references div .logos-clients .lst-logos-clients .item-logos-clients:nth-child(5n+0) {
    margin-right: 0px;
}
.lst-references div .logos-clients .lst-logos-clients .item-logos-clients{
   	width: -webkit-calc(20% - 12px);
	width: -moz-calc(20% - 12px);
	width: -o-calc(20% - 12px);
	width: -ms-calc(20% - 12px);
	width: calc(20% - 12px);
    height: 83px;
    border: solid 1px rgba(201,201,201,1);
    overflow: visible;
    display: inline-block;
    margin-right: 12px;
	margin-bottom:16px;
	position:relative;
}
.lst-references div .logos-clients {
    width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: -o-calc(100% - 20px);
	width: -ms-calc(100% - 20px);
	width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    height: auto;
    overflow: visible;
}
.lst-references div .logos-clients .lst-logos-clients {
    width: 100%;
    height: auto;
    overflow: visible;
}



.lst-references div .lst-keyword{
    display: inline-block;
    margin-left: 10px;
	margin-top:20px;
	margin-bottom:20px;
	max-width: 100%;
}
.lst-references div .lst-keyword p,.lst-keyword a{
    display: inline-block;
	line-height:30px;
}

.lst-references div .lst-keyword p.title-txt{
	text-transform: uppercase;
	font-size: 0.8em;
    display: block;
    margin-bottom: 10px;

}
.lst-references div .lst-keyword p.title-txt span{
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
    font-size: 2em;
}

.lst-references div .lst-keyword a.keyword-txt {
    padding-left: 5px;
    padding-right: 8px;
    margin-right: 5px;
    margin-bottom: 10px;
    color: #FFF;
    text-decoration: none;
    font-size: 0.75em;
}
.lst-references div .lst-keyword a.keyword-txt span{

	margin-right: 5px;
}

.details-event{
    position: absolute;
    z-index: 9999999999999999;
    background-color: #FFF;
    padding: 10px;
    border: 10px solid rgba(34,34,39,0.8);
    top: 100%;
	margin-top:0px;
	width:-webkit-calc(100% - 20px);
		width:-moz-calc(100% - 20px);
		width:-o-calc(100% - 20px);
		width:calc(100% - 20px);
    min-width: 250px;
    left: 0%;

	
	display:none;
}

.lst-references div .logos-clients .lst-logos-clients .item-logos-clients:nth-child(even) .details-event{
	right: 0%;
	left:auto;
}
.logos-clients .lst-logos-clients .item-logos-clients a:active + div,
.logos-clients .lst-logos-clients .item-logos-clients a.active + div
{
	
	display:block;
}

.details-event p.title-box{
    margin-bottom: 10px;	
}


@media screen and (min-width: 480px){

	.logos-clients .lst-logos-clients .item-logos-clients {
		width: -webkit-calc(16.6% - 12px);
		width: -moz-calc(16.6% - 12px);
		width: -o-calc(16.6% - 12px);
		width: -ms-calc(16.6% - 12px);
		width: calc(16.6% - 12px);
		height: 83px;
		border: solid 1px rgba(201,201,201,1);
		overflow: hidden;
		display: inline-block;
		margin-right: 12px;
		margin-bottom: 16px;
	}
	.logos-clients .lst-logos-clients .item-logos-clients:nth-child(even), .logos-clients .lst-logos-clients .item-logos-clients:nth-child(3n+0) {
		margin-right: 12px;
	}
	.logos-clients .lst-logos-clients .item-logos-clients:nth-child(6n+0) {
    	margin-right: 0px;
	}	
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
	
	
	
	#zone5 a.lien-plus-infos {
		float: left;
		margin-left: 0px;
	}
	.logos-clients {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		height: 202px;
		overflow: hidden;
	}
	.logos-clients .lst-logos-clients{
		width:100%;	
		height:202px;
		overflow:hidden;
	}
	.logos-clients .lst-logos-clients .item-logos-clients{
		width: 118px;
		height: 83px;
		border: solid 1px rgba(201,201,201,1);
		overflow: hidden;
		display: inline-block;
		margin-right: 20px;
	}
	

	.logos-clients .lst-logos-clients .item-logos-clients:nth-child(even){ margin-right:20px;}
	.logos-clients .lst-logos-clients .item-logos-clients:nth-child(7n+0){ margin-right: 0px !important;}
	
	/* PAGE references */
	
	.lst-references div .logos-clients .lst-logos-clients .item-logos-clients{
			width: 118px;
			height: 83px;
			border: solid 1px rgba(201,201,201,1);
			overflow: visible;
			display: inline-block;
			margin-right: 16.5px;
	
	}
	.lst-references div .logos-clients .lst-logos-clients .item-logos-clients:nth-child(5n+0) {
    margin-right: 16.5px;
}	
	.lst-references div .logos-clients .lst-logos-clients .item-logos-clients:nth-child(even){margin-right:16.5px;}
		
	.lst-references div .logos-clients .lst-logos-clients .item-logos-clients:nth-child(7n+7){margin-right:0px;}
	
	
	
	.details-event{
		position: absolute;
		z-index: 9999999999999999;
		background-color: #FFF;
		padding: 10px;
		border: 10px solid rgba(34,34,39,0.8);
		top: 100%;
		margin-top:10px;
		width:-webkit-calc(100% - 20px);
			width:-moz-calc(100% - 20px);
			width:-o-calc(100% - 20px);
			width:calc(100% - 20px);
		min-width: 250px;
		left: 50%;
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		
		display:none;
	}
	.lst-references div .logos-clients .lst-logos-clients .item-logos-clients:nth-child(even) .details-event{
		right: auto;
		left: 50%;
	}
	
	.details-event::before{
		content:'';
		display:block;
		position:absolute;
		top:-20px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 10px 10px 10px;
		border-color: transparent transparent rgba(34,34,39,0.8) transparent;
		
			left: 50%;
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		
	}


}
