	/*
=================================================================
ARTICLES
=================================================================
*/

.articles > .article + .article:before { 
	height: 2px;
	background: #4fc1e9;
	margin: 0px 20%;
	margin-bottom: 40px;
	margin-top: 40px;
	width: 60%;
	display: table;
	content: " ";
}

.article > .article-titre h3 {
	color: #4fc1e9;
	margin: 0;
}

.article > .article-texte img {
	max-width: 100%;
}
	/*
=================================================================
BLOCK
=================================================================
*/

.block { 
	margin-bottom: 20px;
	background-color: #ffffff;
	border: 1px solid #ddd;
}
.block-title {     
	font-size: 18px;
	line-height: 22px;
	margin: 0;
	padding: 10px 15px;
	font-weight: normal;
	background-color: #f3f3f3;
	border-bottom: 1px solid #ddd;
	color: #4fc1e9;
}
.block-title[data-toggle] {
	cursor: pointer;
}
.block-title > i.fa-chevron-left {
	float: right;
	-webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.block-title.in > i.fa-chevron-left {
	-webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.block-title > .btn,
.block-title > .btn-group { 
    float: right;
	margin-top: -6px;
}

.block-content {
	padding: 1rem;
}
.block-content:after {
	display: block;
    clear: both;
    content: "";
}

.block-action {       
	padding: 15px;
    background: #f3f3f3;
    border-top: 1px dashed #ddd;
	display: flex;
	flex-direction: row-reverse !important;
	justify-content: space-between;
}

/*
=================================================================
BLOCK 2
=================================================================
*/

.block2:hover > .block2-thumb img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.block2-title {	
	text-align: center;
	color: #fff;
	display: inline-block;
	padding: 10px;
	width: 100%; 
	left: 0; 
	right: 0; 
	margin: 0;
}
.block2-thumb > img {
	margin: 0 auto;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;	
}

.block2-thumb {
	overflow:hidden;
}
.block2-content {
	padding: 10px;
	margin: 0;
	margin-bottom: 30px;
	background-color: #f5f5f5;
	border: 1px solid #e6e6e6;
	text-align: justify;
	border-bottom-width: 5px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	min-height: 150px;
}

.block2-content > .more-button {
	color: #333;
	text-align: center;
	margin-top: 20px;
}
.block2-content > .more-button a {
	background: #e6e6e6 !important;
	color: #333;
	display: inline-block;
	padding: 10px 20px;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	transition: all 100ms linear;
}

/*
=================================================================
BLOCKMAP
=================================================================
*/

.blockmap {
	margin-bottom: 20px;
	border: 1px solid #e6e6e6;
	border-bottom: 5px solid #e6e6e6;
	text-align: center;
	background: #fff;
	overflow: hidden;
}

.blockmap > .blockmap-header {
	padding: 10px 20px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}
.blockmap > .blockmap-header > h2 {
	font-size: 22px;
	color: #fff;
	text-transform:uppercase;
	line-height: normal;
	font-weight: 500;
}
.blockmap > .blockmap-header > span {
	color: #fff;
	opacity: 0.7;
	font-style: italic;
}

.blockmap > .blockmap-adress {
	font-weight: 300;
	padding: 10px 0px;
	display: inline-block;
	position: relative;
	width: 100%;
}
.blockmap > .blockmap-adress > p {
	margin-bottom: 0px;
	font-weight: 500;
	color: #4d4d4d;
	line-height: normal;
}

.blockmap > .blockmap-content {
	border-top: 0;
	list-style-type: none;
	margin: 0px;
	display: inline-block;
	width: 100%;
}


/*
=================================================================
BLOCK PRICE
=================================================================
*/

.blockprice {
	border: 1px solid #e6e6e6;
	border-bottom: 5px solid #e6e6e6;
	background: #fff;
	margin-bottom: 20px
}
.blockprice > .blockprice-title  {
	padding: 10px 10px;
	text-align: center;
	background-color: #4fc1e9;

}
.blockprice > .blockprice-title > h4 {
	margin: 10px 0;
	color: #ffffff;
	text-transform:uppercase;
	line-height: normal;
	font-weight: 500;
}

.blockprice > .blockprice-title > span {
	color: #ffffff;
	opacity: 0.7;
	font-style: italic;
}

.blockprice > .blockprice-price {
	text-align: center;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	font-weight: 300;
	padding: 10px 0px;
}
.blockprice > .blockprice-price > span {
	font-weight: 500;
	color: #b3b3b3;
	line-height: normal;
}

.blockprice > .blockprice-content {
	text-align: center;
	border-bottom: 1px solid #e6e6e6;
	border-top: 0;
	padding: 25px 0;
	list-style-type: none;
	margin: 0px;
	display: inline-block;
	width: 100%;
}

.blockprice > .blockprice-content > ul {
	list-style-position: inside;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

.blockprice > .blockprice-content > ul > li {
	margin: 0;
	font-size: 14px;
	font-weight: 300;
	padding: 8px 10px;
}

.blockprice > .blockprice-content > .blockprice-button {
	font-size: 18px;
    font-family: 'Roboto condensed', sans-serif;
    text-transform: uppercase;
    display: inline-block;
	padding: 10px 30px;
}
.blockprice > .blockprice-content > .blockprice-button > a {
	padding: 10px 30px;
    background: #4fc1e9;
    color: #fff;
}
.blockprice > .blockprice-content > .blockprice-button:hover > a {
	text-decoration: none;
    background: #3bafda;
	padding: 10px 30px;
}

	/*
=================================================================
SLIDER
=================================================================
*/

.carousel-control-prev,
.carousel-control-next {
	width: 5%;
}
.carousel-control-prev > span,
.carousel-control-next > span {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	display: inline-block;
	text-shadow: none;
}

.carousel-inner > .carousel-item > img {
	height: auto;
	width: 100%;
	vertical-align: middle;
}

.carousel-inner > .carousel-item > .slider-text {
	position: absolute;
	text-align: center;
	background-color: #4fc1e9;
	background-repeat: repeat;
}

.carousel-inner > .carousel-item > .slider-text h1 {
	font-style:italic;
	color:#ffffff;
	padding: 10px;
	margin: 0px;
	font-weight: bold;
	font-size: 18px;
}
@media (min-width: 768px) {
	.carousel-inner > .carousel-item > .slider-text h1 {
		font-size: 24px;
	}
}
@media (min-width: 992px) {
	.carousel-inner > .carousel-item > .slider-text h1 {
		font-size: 32px;
	}
}
@media (min-width: 1200px) {
	.carousel-inner > .carousel-item > .slider-text h1 {
		font-size: 36px;
	}
}

/*
=================================================================
TESTIMONIAL
=================================================================
*/

.testimonial { 
	margin-bottom: 15px;
	text-align: center;
}
.testimonial blockquote { 
	padding: 15px 0px;
	padding-top: 0;
	background: none;
	margin: 0px;
	float: left;
	display: block;
	position: relative;
	clear: left;
	border: none;
}
.testimonial blockquote q { 
	background: none;
	font-size: 18px;
	line-height: 29px;
	font-weight: 300;
	border: none;
	display: block;
	float: left;
	margin: 0px;
	color: #8c8c8c;
}
.testimonial blockquote q:before { 
	position: absolute;
	left: 0;
	top: 20px;
	content: "";
}

.testimonial > .author { 
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.testimonial > .author > .quote { 
    position: absolute;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 100%;
    z-index: 1;
    font-size: 18px;
    line-height: 36px;
    border: 2px solid #4fc1e9;
    color: #4fc1e9;
    left: -10px;
}
.testimonial > .author img { 
	max-width: 130px;
	border-radius: 50%;
	position: relative;
	border: 5px solid #4fc1e9;
	margin-bottom: 10px;
}

.testimonial > cite { 
	display: block;
}

.testimonial > cite > a { 
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #4d4d4d;
	margin-bottom: 5px;
	display: inline-block;
	margin-top: 10px;
}


	/*
=================================================================
FORMS
=================================================================
*/
.btn {
	cursor: pointer;
	overflow: hidden;
}

.btn-primary {
	color: #ffffff;
	background-color: #4fc1e9;
	border-color: #4fc1e9;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #3bafda;
	border-color: #3bafda;
}
.btn-primary:not([disabled]):not(.disabled).active, 
.btn-primary:not([disabled]):not(.disabled):active, 
.show > .btn-primary.dropdown-toggle {
	color: #ffffff;
	background-color: #4fc1e9;
	border-color: #4fc1e9;
    box-shadow: none;
}

.btn-outline-primary {
	color: #4fc1e9;
	background-color: #ffffff;
	border-color: #4fc1e9;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.active,
.open > .dropdown-toggle.btn-outline-primary {
	color: #ffffff;
	background-color: #4fc1e9;
	border-color: #4fc1e9;
}
.btn-outline-primary:not([disabled]):not(.disabled).active, 
.btn-outline-primary:not([disabled]):not(.disabled):active, 
.show > .btn-outline-primary.dropdown-toggle {
	color: #ffffff;
	background-color: #4fc1e9;
	border-color: #4fc1e9;
    box-shadow: none;
}

.btn-secondary {
	overflow: hidden;
    color: #434a54;
    background: #ffffff;
    border-color: #434a54;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
	color: #ffffff;
	background-color: #656d78;
	border-color: #656d78;
}
.btn-secondary:not([disabled]):not(.disabled).active, 
.btn-secondary:not([disabled]):not(.disabled):active, 
.show > .btn-secondary.dropdown-toggle {
	color: #ffffff;
	background-color: #434a54;
	border-color: #434a54;
    box-shadow: none;
}

.btn-outline-secondary {
	color: #434a54;
	background-color: #ffffff;
	border-color: #434a54;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary.active,
.open > .dropdown-toggle.btn-outline-secondary {
	color: #ffffff;
	background-color: #434a54;
	border-color: #434a54;
}
.btn-outline-secondary:not([disabled]):not(.disabled).active, 
.btn-outline-secondary:not([disabled]):not(.disabled):active, 
.show > .btn-outline-secondary.dropdown-toggle {
	color: #ffffff;
	background-color: #656d78;
	border-color: #434a54;
    box-shadow: none;
}

.btn:not([disabled]):not(.disabled).active, 
.btn:not([disabled]):not(.disabled):active, 
.show > .btn-outline-primary.dropdown-toggle,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, 
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: none;
}

.btn-link {
	font-size: 18px;
	line-height: inherit;
	margin: 0;
	padding: 0;
	border: none;
	color: #4fc1e9;
}
.btn-link:hover {
	color: #4fc1e9;	
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.btn.active > .btn-selection {
	position: relative;
}
.btn.active > .btn-selection > input {
	display: none;
}
.btn.active > .btn-selection > .icheck {
	display: none;
    position: absolute;
	font-family: Font Awesome\ 5 Free;
    font-weight: 900;
	width: 100%;
	top: 36px;
}
.btn.active > .btn-selection > .icheck {
	display: block;
}
.btn.active > .btn-selection > .icheck:after {	
    content: "\f00c";
    border-radius: 100%;
    padding: 8px;
    background: #d9416c;
}

.btn-circle {	
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 16px;
    border-radius: 100%;
    margin: 0;
    padding: 0;
}

.btn-group-color > .btn-color > input {
	display: none;
}
.btn-group-color > .btn-color {
	font-family: Font Awesome\ 5 Free;
    font-weight: 900;
	border: solid 1px #ddd;
	border-radius: inherit;
	width: 40px;
	height: 40px;
	margin: 5px;
	text-align: center;
	float: left;
}
.btn-group-color > .btn-color.active:after {	
	content: "\f00c";
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
	box-shadow: none;
}
.btn.disabled, 
.btn[disabled], 
fieldset[disabled] .btn, 
.btn.disabled:hover, 
.btn[disabled]:hover, 
fieldset[disabled] .btn:hover, 
.btn.disabled:focus, 
.btn[disabled]:focus, 
fieldset[disabled] .btn:focus, 
.btn.disabled.focus, 
.btn[disabled].focus, 
fieldset[disabled] .btn.focus, 
.btn.disabled:active, 
.btn[disabled]:active, 
fieldset[disabled] .btn:active, 
.btn.disabled.active, 
.btn[disabled].active, 
fieldset[disabled] .btn.active {
    background-color: #e6e6e6;
    border-color: #ccc;
    color: #8d8d8d;
	opacity: 1;
}

.pages-nav .btn { 
	font-size: 14px;
	border-radius: 18px;
	padding: 0 10px;
	min-width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: none;
	background: none;
	color: #4fc1e9;
}
.pages-nav .btn.active,
.pages-nav .btn:hover{ 
	background: #4fc1e9;
	color: #ffffff;
}
.pages-nav .btn.disabled,
.pages-nav .btn[disabled]  { 
	color: #8d8d8d;
}
.pages-nav .btn.disabled:hover,
.pages-nav .btn[disabled]:hover  { 
	cursor: default;
	color: #8d8d8d;
	background: #e6e6e6;
}
	/*
=================================================================
FOOTER
=================================================================
*/

#footer {
	padding-top: 20px;
	padding-bottom: 10px;
	color: #333;
	background: #eee;
	border-top: 4px solid #4fc1e9;
}

.boxed #footer {
	background: initial;
	border: none;
	padding: 0;	
}
.boxed #footer > .container{
	padding-top: 20px;
	background: #eee;
	border-top: 4px solid #4fc1e9;
}


	/*
=================================================================
FORMS
=================================================================
*/

.form-group {
	float: left;
    width: 100%;
	border: none;
	margin: 0;
	padding-bottom: 15px
}
.form-group + .form-group {
    border-top: 1px dashed #eaedf1;
	padding-top: 15px;
}
.form-group:last-child {
	padding-bottom: 0px
}

.form-collapse {
	float: left;
    width: 100%;
	border: none;
	padding: 0;
	margin: 0;
}

.form-input,
.form-checkbox, 
.form-select,
.form-button,
.form-button-sm,
.form-text {
	float: left;
    width: 100%;
	border: none;
	margin: 5px 0;
    display: flex;
    flex-wrap: wrap;
}
.form-group.form-collapse {
	padding: 0;
}

.form-text > p {
	line-height: 28px;
	margin: 0;
}
.form-button > p {
	line-height: 38px;
	margin: 0;
}
.form-button-sm > p {
	line-height: 32px;
	margin: 0;
}

.form-input > input,
.form-input > select {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-input > .input-group > input {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.form-input > .input-group > input:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.form-input > .input-group > input:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

@media screen and (min-width: 576px) {
	.form-input > label,
	.form-checkbox > label, 
	.form-select > label,
	.form-button > label,
	.form-button-sm > label,
	.form-text > label {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
}

.form-action {
	width: 100%;
	float: left;
	position: relative;
    min-height: 1px;
	padding: 10px 15px;
	margin-top: 10px;
	margin-bottom: -10px;
	background: #f9fafc;
	border-top:1px dashed #eaedf1;
}
.form-action + .form-action {
	background: #f9fafc;
	border-top: none;
}

.section-navigation {
	width: 100%;
	position: relative;
	float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	margin: 10px 0;
}

.input-number {
	position: relative;
}
.input-number > input {
	text-align: center;
}
.input-number > input[readonly] {
	background-color: #fff;
}
.input-number-increase,
.input-number-decrease {
	cursor: pointer;
    position: absolute;
    height: 100%;
    right: 0;
    width: 15px;
    display: flex;
    align-items: center;
	color: #3d3d3d;
}
.input-number-increase {
	right: 8px;
}
.input-number-decrease {
	left: 8px;
}
.input-number-increase:hover,
.input-number-decrease:hover {
	color: #4fc1e9;
}
.input-number-increase {
	top: 0;
}
.input-number-decrease {
	bottom: 0;
}

/*
=================================================================
FORM SUCCESS-ERROR-WARNING
=================================================================
*/

.has-success .help-block, .has-success .control-label, .has-success .input-group-addon, .has-success .checkbox, .has-success .checkbox-inline, .has-success .radio, .has-success .radio-inline, p.has-success, span.has-success, .has-success .form-control { 
	color: #27ae60; 
	border-color: #27ae60; 
}
.has-warning .help-block, .has-warning .control-label, .has-warning .input-group-addon, .has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .radio, .has-warning .radio-inline, p.has-warning, span.has-warning, .has-warning .form-control { 
	color: #e67e22; 
	border-color: #e67e22; 
}
.has-error .help-block, .has-error .control-label, .has-error .input-group-addon, .has-error .checkbox, .has-error .checkbox-inline, .has-error .radio, .has-error .radio-inline, p.has-error, span.has-error, .has-error .form-control { 
	color: #e74c3c; 
	border-color: #e74c3c; 
}

/*
=================================================================
ICHECK
=================================================================
*/

[type="radio"] {
    position: absolute;
    display: block;
	left: -9999px;
}
[type="radio"] + span.icheck {
	font-family: Font Awesome\ 5 Free;
    font-weight: 900;
	font-size: .9rem;
    border: 1px solid #ced4da;
    border-radius: 100%;
	color: #ffffff;
    cursor: pointer;
    display: inline-block;
	margin-right: .5rem;
    width: 22px;
    height: 22px;	
	line-height: 20px;
	text-align: center;
	-webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:checked + span.icheck {
	background: #4fc1e9;
    border: 1px solid #4fc1e9;
}
[type="radio"] + span.icheck:after {
	content: "\f00c";	
	margin: 2px;
}
[type="radio"]:checked + span.icheck:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
[type="radio"]:not(:checked) + span.icheck:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="checkbox"] {
	position: absolute;
	display: block;
	left: -9999px;
}
[type="checkbox"] + span.icheck {
	font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    border: 1px solid #ced4da;
	color: #ffffff;
    cursor: pointer;
    display: inline-block;
	margin-right: .5rem;
    width: 22px;
    height: 22px;
	line-height: 20px;
	text-align: center;
	-webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="checkbox"]:checked + span.icheck {
	background: #4fc1e9;
    border: 1px solid #4fc1e9;
}
[type="checkbox"]:checked:disabled + span.icheck {
	background: #ced4da;
    border: 1px solid #ced4da;
}
[type="checkbox"] + span.icheck:after {
	content: "\f00c";	
	margin: 2px;
}
[type="checkbox"]:checked + span.icheck:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
[type="checkbox"]:not(:checked) + span.icheck:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

label {
	font-weight: normal;
	margin-bottom: 0;
}
	/*
=================================================================
HEADER
=================================================================
*/

#header {
	background: #fff;
	border-bottom: 4px solid #4fc1e9;
	font-family: ;
	padding: 0 1rem;
}

/*
=================================================================
MENU
=================================================================
*/

.navbar-brand {
	padding: 0;
}
.navbar-brand > img {
	height: 40px;
	padding: .3rem 0;
}
@media (min-width: 768px) {
	.navbar-brand > img {
		height: 40px;
		padding: .3rem 0;
	}
}
@media (min-width: 992px) {
	.navbar-brand > img {
		height: 60px;
		padding: .3rem 0;
	}
}
@media (min-width: 1200px) {	
	.navbar-brand > img {
		height: 70px;
		padding: .3rem 0;
	}
}

.navbar-nav > li {
	margin: 0 -1rem;
}
@media (min-width: 768px) {
	.navbar-nav > li {
		margin: 0;
	}
}

.navbar-nav > li > a {
	display: block;
	color: #3d3d3d;
	background-color: inherit;
	text-decoration: none;
	line-height: 40px;
	padding: 0 1rem;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li.active > a {
	color: #4fc1e9;
	background-color: inherit;
	text-decoration: none;
}
.navbar-nav > li.active > a:before {
	display: none;
}
@media (min-width: 768px) {
	.navbar-nav > li > a {
		line-height: 70px;
		padding-left: 10px;
		font-size: 14px;
		padding: 0 .5rem;
	}
	.navbar-nav > li:not(.menu).active > a {
		line-height: 62px;		
	}
	.navbar-nav > li:not(.menu).active > a:before {
		content: "";
		border-top: 4px solid;
		display: block;
	}
}
@media (min-width: 992px) {
	.navbar-nav > li > a {
		font-size: 16px;
		padding: 0 .8rem;  
	}
}
@media (min-width: 1200px) {	
	.navbar-nav > li > a {
		font-size: 18px;
		padding: 0 1rem;
	}
}

.navbar-nav > li > .social-link {
	text-align: center;
	line-height: 70px;
}
.navbar-nav > li > .social-link > a {
	width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 16px;
    color: #4fc1e9;
    border: solid 2px #4fc1e9;
    border-radius: 100%;
    margin: 0;
    padding: 0;
}
.navbar-nav > li > .social-link > a:hover {
    color: #ffffff;
    background: #4fc1e9;
	text-decoration: none;
}
.navbar-nav > li > .social-link > a + a {
	margin-left: 5px;
}
@media (min-width: 992px) {
	.navbar-nav > li > .social-link > a {
		width: 40px;
		height: 40px;
		line-height: 38px;
    	font-size: 20px;
	}
	.navbar-nav > li > .social-link > a + a {
		margin-left: 10px;
	}
}

li.menu > a:hover {
	background-color: #4fc1e9;
	color: #ffffff;
}
li.menu > ul {
	color: #4fc1e9;
    z-index: 1000;
	margin: 0;
	padding: 0;
	list-style: none;
}
@media (min-width: 768px) {
	li.menu > ul {
		width: 250px;
		margin-top: 4px;
		position: absolute;
	}
}

li.menu > a > i.fa-plus {
	float: right;  
	line-height: 40px;
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	-webkit-transition-delay: 0;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-delay: 0;
	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
}
li.menu > a.collapsed > i.fa-plus {
	-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); 
}
@media (min-width: 768px) {
	li.menu > a > i.fa-plus {
		display: none;
	}
}

li.menu:hover > a:before {
	display: none;
}
@media (min-width: 768px) {
	li.menu.active > a {
		background: #4fc1e9;
		color: #ffffff;
	}
	li.menu.active > a:before {
		display: none;
	}
	li.menu:hover > a:before {
		display: none;
	}		
}

li.menu > ul > li > a {
	display: block;
	padding: 0 1rem;
    clear: both;
	line-height: 40px;
	color: #333;
	background: #f5f5f5;
	text-decoration: none;
    white-space: nowrap;
}
li.menu > ul > li > a:hover {
    color: #4fc1e9;
    background: #e5e5e5;
    text-decoration: none;
    outline: 0;	
}

li.menu > ul > li.active > a {
	color: #4fc1e9;
	background: #e5e5e5;
}

li.submenu > a:hover {
	background-color: #4fc1e9 !important;
	color: #ffffff !important;
}
li.submenu > ul {
	color: #4fc1e9;
    z-index: 1000;
	margin: 0;
	padding: 0;
	list-style: none;
}
@media (min-width: 768px) {
	li.submenu > ul {
		width: 250px;
		position: relative;
	}
}

li.submenu > ul > li > a {
	display: block;
	padding: 0 1rem;
	padding-left: 2rem;
    clear: both;
	line-height: 40px;
	color: #333;
	background: #e5e5e5;
	text-decoration: none;
    white-space: nowrap;
}
li.submenu > ul > li > a:hover {
	color: #4fc1e9;
    background: #d5d5d5;
}

li.submenu > ul > li.active > a {
	color: #4fc1e9;
	background: #d5d5d5;
}

li.submenu > a > i.fa-plus {
	float: right;  
	line-height: 40px;
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	-webkit-transition-delay: 0;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-delay: 0;
	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
}
li.submenu > a.collapsed > i.fa-plus {
	-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); 
}

.menu-toggle {	
	position: relative;
	float: right;
	padding: 8px 12px;
	margin-top: 16px;
	background-color: transparent;
	background-image: none;
	border: 1px solid #dbe1e8;
	border-radius: 4px;
}
.menu-toggle:hover > i {
	color: #4fc1e9;
}
.menu-toggle:focus {
	outline: 0;
}

.menu-fixed-top .menu-collapse {
	background: #fff;
	font-family: 'Roboto Condensed', sans-serif;
}

.menu-nav > li > a > .btn-admin {	
	position: absolute;
	right: 0px;
	bottom: 0px;
	display: none;
}

.menu-nav > li.active > a > .btn-admin {	
	display: block;
}


	/*
=================================================================
MODALS
=================================================================
*/

.modal-open {
	overflow:inherit;
	padding-right:inherit !important;	
}
.modal-header {
	background: #4fc1e9;
	padding: 15px 15px 14px;
	border-bottom: 1px solid #eeeeee;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: #fff;
	min-height: 50px;
}
.modal-header h3 { 
	color: #fff;
}
.modal-header .close {
	padding: 0;
    margin: 0;
    line-height: inherit;
}
.modal-header .close:hover, .close:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=100);
	opacity: 1;
}
.modal-body {
	background: #fff;
}
.modal-footer {
	border-bottom: 5px solid #4fc1e9;
    padding: 0 1rem;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
	background: #f9fafc;
    border-top: 1px dashed #e5e5e5;
	display: block;
}
.modal-footer > button {
	margin: .5rem 0;
}
	/*
=================================================================
NAV TABS
=================================================================
*/

.steps {
	padding: 15px;
	margin-bottom: 20px;
	background: #fff;
}
.nav-tabs { 
	margin-top: 20px;  
	border: none;
	border-top: solid 1px #e6e6e6;
}
.nav-tabs.big { 
	margin-top: 30px; 
}

.nav-tabs > .nav-item { 
	margin: 0;
	margin-top: -20px;
	text-align: center; 
}
.nav-tabs.big > .nav-item { 
	margin-top: -30px;
}

.nav-tabs > .nav-item > a.nav-link { 
	color: #4fc1e9;
	border: solid 1px #4fc1e9;
	background: #ffffff;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 100%;
	font-weight: bold;
	margin: 0;  
	padding: 0;
}
.nav-tabs.big > .nav-item > a.nav-link { 
	font-size: 24px;
	border: solid 2px #4fc1e9;
	width: 60px;
	height: 60px;
	line-height: 60px;
	padding: 0;
}

.nav-tabs > .nav-item > a.nav-link.active,
.nav-tabs > .nav-item > a.nav-link:hover, 
.nav-tabs > .nav-item > a.nav-link:focus {
	outline: none;
	border-radius: 100%;
	margin: 0; 
	background: #4fc1e9;
    border: 1px solid transparent;
    color: #ffffff;
}

.nav-tabs > .nav-item > a.nav-link[disabled]:hover, 
.nav-tabs > .nav-item > a.nav-link[disabled]:focus {
	background: #ffffff;
	border: solid 1px #4fc1e9;
	color: #4fc1e9;
	cursor: default;
}
.nav-tabs > .nav-item > a.nav-link.active[disabled]:hover, 
.nav-tabs > .nav-item > a.nav-link.active[disabled]:focus {
	background: #4fc1e9;
    border: 1px solid transparent;
    color: #ffffff;
	cursor: default;
}

.nav-tabs > li.nav-item.disabled > a.nav-link, 
.nav-tabs > li.nav-item.disabled > a.nav-link:focus, 
.nav-tabs > li.nav-item.disabled > a.nav-link:hover {
    outline: none;
    border-radius: 20px;
    margin: 0;
    background: #e6e6e6;
    border: 1px solid transparent;
    color: #4d4d4d;
	cursor: default;
}

.nav-tabs > li.nav-item > p { 
	margin: 0;
	margin-top: 5px; 
	font-size: 16px;
	display: none;
}

@media screen and (min-width: 768px) {
	.nav-tabs > li.nav-item > p { 
		display: block;
	}
}


	/*
=================================================================
PLANNING
=================================================================
*/

.planning {
	font-family: 'Roboto Condensed';
	overflow: auto;
	width: 100%;
	min-width: 690px;
	float: left;
}

.planning > .planning-content > ul {
	margin: 0;
	padding: 0;
	font-size: 0;
	float: left;
	width: 100%;
	line-height: 0;
}

.planning > .planning-content > ul:first-child > li {
	line-height: 50px;
}
.planning > .planning-content > ul > li {
	font-size: 16px;
	display: inline-block;
	line-height: normal;
	width: 16%;
	color: #454345;
	font-weight: 500;
	text-align: center;
	overflow: hidden;
	min-height: 50px;
	vertical-align: middle;
	border-right: 1px solid #e6e6e6;
	float: left;
}
@media only screen and (min-width: 768px) {
	.planning > .planning-content > ul > li:first-child {
		margin-left: 2%;
	}
}
.planning > .planning-content > ul > li:last-child {
	border-right: 0;
}
.planning > .planning-content > ul > li span.fa-clock-o {
	display: inline-block;
	margin-right: 8px;
}
.planning  > .planning-content > ul > li > div {
	position: relative;
	padding: 10px 0;
}
.planning  > .planning-content > ul > li > div span.pay > i {
	color: #111111;
	position: absolute;
    right: 2px;
    top: 4px;
    font-size: 16px;
}
.planning  > .planning-content > ul > li > div span.pay:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 40px 0;
    border-color: transparent #ffffff transparent transparent;
	content: " ";
}

.planning  > .planning-content > ul > li > div > span {
	color: #fff;
	font-size: 13px;
	display: block;
	font-weight: normal;
	font-style: italic;
	margin-top: 5px;
	opacity: .75;
}
.planning  > .planning-content > ul > li > div.themed-background-white > span {
	line-height: 50px;
	color: #4d4d4d;
}

.planning  > .planning-content > ul > li i {
	margin-right: 5px;
}
	/*
=================================================================
BLOCK PRICE
=================================================================
*/

.blockprice {
	border: 1px solid #e6e6e6;
	border-bottom: 5px solid #e6e6e6;
	background: #fff;
	margin-bottom: 20px
}
.blockprice > .blockprice-title  {
	padding: 10px;
	text-align: center;
	background-color: #4fc1e9;
}
.blockprice > .blockprice-title > h1 {
	margin: 10px 0;
	font-size: 26px;
	color: #ffffff;
	line-height: normal;
	font-weight: 500;
}
	/*
=================================================================
ADMIN
=================================================================
*/

.placeholder {
	margin-bottom: 15px;
}
.placeholder:before {
	display: table;
	content: " ";
	background: #f3f3f3;
	width: 100%;
	height: 100%;
	border: 1px dashed #4fc1e9;
}
#menu .placeholder {
	margin-bottom: 0px;
}

.btn-modif {	
	position: fixed;
	width: 80px;
	height: 80px;
	text-align: left;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 5000;
}
.btn-modif.visible {
	visibility: visible;
	opacity: 1;
}
.btn-modif i {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.btn-modif > .btn-top {
	border: #fff solid 1px !important;
    border-radius: initial;
    border-top-left-radius: 100%;
    width: 40px;
    height: 40px;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.btn-modif > .btn-left {
	border: #fff solid 1px !important;
    border-radius: initial;
    border-top-right-radius: 100%;
    width: 40px;
    height: 40px;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
}

.btn-modif > .btn-right {
	border: #fff solid 1px !important;
    border-radius: initial;
    border-bottom-left-radius: 100%;
    width: 40px;
    height: 40px;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 0;
}
.btn-modif > .btn-bottom {
	border: #fff solid 1px !important;
    border-radius: initial;
    border-bottom-right-radius: 100%;
    width: 40px;
    height: 40px;
	padding: 0;	
	position: absolute;
	bottom: 0;
	right: 0;	
}
.btn-modif > .btn-move {
    border: #fff solid 2px !important;
	border-radius: 100%;
    width: 32px;
    height: 32px;
    padding: 0;
	line-height: 30px;
	position: absolute;
	bottom: 24px;
	right: 24px;	
}

.section {
	position: relative;
	min-height: 100px;
}
.section-cache {
	position: absolute;
	width: 100%;
	height: 100%;
	margin-left: -15px;
	margin-right: -15px;
	border: 2px solid;
	border-color: #ddd;
	top: 0;
	z-index: 10;
}
.section-cache.active {
	display: block;
	border-color: #4fc1e9;
}
.section-modif {
	position: absolute;
	bottom: 0;
	right: 0;
}

.bloc {
	position: relative;
	min-height: 100px;
	margin-bottom: 35px;
	padding-bottom: 35px;
}
.bloc-cache {
	position: absolute;
	width: 100%;
	height: 100%;
	margin-left: -15px;
	margin-right: -15px;
	border: 2px dashed #ddd;
	top: 0;
	z-index: 20;
}
.bloc-cache.active {
	border-color: #4fc1e9;	
}
.bloc-modif {
	position: absolute;
	bottom: 0;
	right: 0;
}
.bloc-size {
	position: absolute;
	bottom: 50%;
	z-index: 50;
}
.bloc-size.left {
	left: -37px;
}
.bloc-size.right {
	right: -37px;
}

.element {
	z-index: 30;
}
.element > .cache {
	position: absolute;
	background: #4fc1e9;
	opacity: .4;
	z-index: 500;
}

.element-add {   
	margin: 15px 0;
    padding: 15px;
    border: solid 1px #dbe1e8;
}
.element-add:hover { 
	background: #4fc1e9;
}
.element-add > .btn-add {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background: none;
	border: none;
	width: 100%;
	height: 100%;
	border-radius: 0px;
}
.element-add > .btn-add:hover,
.element-add > .btn-add:focus,
.element-add > .btn-add:active:focus {
	opacity: 1;
	background: none;
	border: none;
	box-shadow: none;
}
.element-add > .row {
	margin: 0;
}
.element-add > .row > .element {
	width: 100%;
	background: #fff;
	margin: 0;
	padding: 0;
	z-index: inherit;
}

.element > .separateur {
	padding: 10px;
	opacity: .25;
	background: #4fc1e9;
}
.element > .separateur:hover {
	opacity: .75	;
}
.element-add .separateur:before {	
	position: absolute;
    content: "Separateur";
    color: #000;
    border-radius: 100%;
    width: 120px;
    height: 40px;
    font-size: 26px;
    top: calc(50% - 20px);
    left: calc(50% - 60px);
}
	/*
=================================================================
TEAM
=================================================================
*/

.team {
	position: relative;
	text-align: center;
	background-color: #fff;
	overflow: hidden;
	z-index: 1;
	margin-bottom: 20px;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-color: #e6e6e6;
}
.team:hover > .team-thumb {
	border-color: inherit !important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.team:hover > .team-thumb > .team-picture > img {
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
}

.team > .team-thumb {
	border: solid 2px #e6e6e6 !important;
	background: #fff;
	padding-top: 20px;
	border-bottom: none;
	border-color: inherit;
}
.team > .team-thumb > h5 {
	margin: 0;
	padding: 10px;
	font-size: 26px;
	color: #333;
}
.team > .team-thumb > .team-picture {
	display: inline-block;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-khtml-border-radius: 100%;
	border: 5px solid;
	border-color: inherit;
}
.team > .team-thumb > .team-picture > img {
	max-width: 120px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-khtml-border-radius: 100%;
	vertical-align: middle;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.team > .team-content {
	text-align: left;
	padding: 10px;
	color: #fff;
	min-height: 160px;
}
.team > .team-content > ul {
	padding: 0;
	margin: 0;
}
.team > .team-content > ul > li {
	margin-bottom: 5px;
}
.team > .team-content > ul > li > p {
	margin-bottom: 5px;
}
.team > .team-content > ul > li > span {
	margin-right: 10px;
}
	html {
	height: 100%
}

body { 
	background:url(/img/pattern/pattern7.png); 
	font-family: 'Roboto Condensed', sans-serif;
	color: #353535;
	height: 100%;
	position: relative;
	font-size: 16px;
}

a, a:hover, .text-primary, .text-primary:hover { 
	color: #4fc1e9;
}

h1, h2, h3, h4, h5, h6 {
	font-family: ;
}

#page-container {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    overflow-x: hidden;
    -webkit-transition: background-color 0.2s ease-out, opacity 0.3s ease-out;
    transition: background-color 0.2s ease-out, opacity 0.3s ease-out;
}

.footer-fixed #page-content + #footer {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
}
.footer-fixed #page-content {
    padding-bottom: 230px;
}
.footer-fixed.sidebar-visible-xs #page-content + #footer {
    right: -200px;
    left: 200px;
}
.footer-fixed.header-fixed-bottom #page-content + #footer {
    bottom: 50px;
}

#header.navbar-fixed-top {
	top: 0;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
#header.navbar-fixed-top + #page-content {
	margin-top: 44px;
	background: #fff;
}
@media (min-width: 768px) {
	#header.navbar-fixed-top + #page-content {
		margin-top: 74px;
		background: #fff;
	}
}

#page-content .container {
	padding-top: 15px;	
	padding-bottom: 15px;	
}

.color-checkbox {
	margin: 5px;
	float: left;
	width: 38px;
	height: 38px;
	line-height: 28px;
	padding: 4px;
	border: solid 1px #4fc1e9;
}

.table.table-align-middle td, 
.table.table-align-middle th {
	vertical-align: middle;
}

.table tr:first-child > td {
	border-top: none;
}
.table tr.disabled {
	background: url(/img/pattern/disabled.png);
	color: #808080;
}

.tooltip.in {
  filter: alpha(opacity=100);
  opacity: 1;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #4fc1e9;
}
.tooltip-inner {
	background: #4fc1e9;
}
	.titre {
	background: url(/main/theme_1/img/background.png);
	margin-top: 0;
	margin-bottom: 1.5rem;
	text-align: center;
}
.titre > .titre-inner {	 
	display: inline-block; 
	text-align: center; 
	margin: 0; 
}
.titre > .titre-inner > h2 {	
	text-transform: uppercase; 
	margin: 0;
	padding: 0 20px;
	background: #fff;
}

.titre2 { 
	display: block; 
	border-top: 0 solid; 
	margin-top: 0px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e8e8e8; 
	padding-top: 10px;
	padding-bottom: 5px;
}
.titre2 > .titre2-inner {
	display: inline-block;
}
.titre2 > .titre2-inner > h4 { 
	margin: 0;
	padding: 0 15px; 
	color: #333; 
	font-style: italic;	
    font-weight: bold;
	text-transform: uppercase; 
}

/*
=================================================================
TITLE
=================================================================
*/
.title1 {
	margin-bottom: 30px;
	text-align: center;
}

.title1 h2 {
	color: #444;
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	font-family: 'Dosis', sans-serif;
	position: relative;
	margin-bottom: 45px;
}  
.title1 h2:after {
    background: #4fc1e9 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 40%;
    position: absolute;
    top: 140%;
    width: 20%;
}  
.title1 p {
	font-size: 14px;
	line-height: 20px;
	margin: 0 auto;
	width: 60%;
}
	/*
=================================================================
WIDGET
=================================================================
*/
.widget {
	margin-bottom: 15px;
}

.widget-title {
	color: #ffffff;
	background: #4fc1e9;
	padding: .5rem;
	margin: 0;
	text-align: center;	
    border: #ddd solid 1px;
	font-size: 1.4rem;
}
.widget-title > span {
	background: #4fc1e9;
	padding: .8rem;
	display: inline-block;
	margin-right: 20px;
	color: #fff;
	position: relative;
	float: left;
}
.widget-title > span:after {
	border-bottom: 10px solid transparent;
	border-left: 10px solid #4fc1e9;
	border-top: 10px solid transparent;
	content: "";
	position: absolute;
	right: -10px;
}

.widget-extra {
    padding: 15px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.widget-simple { 
	padding: 15px; 
	background-color: #f9fafc;
	border: #ddd solid 1px;
}
.widget-title + .widget-simple,
.widget-extra + .widget-simple,
.widget-simple + .widget-simple {
	border-top: none;
}

.widget-simple:before, .widget-simple:after { 
	content: " ";
	display: table;
}

.widget-simple:after { 
	clear: both;
}

.widget-icon { 
	display: inline-block;
	line-height: 64px;
	text-align: center;
	font-size: 28px;
	color: #fff;
	border-radius: 100%; 
	border: none;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.widget-icon, 
.widget-image { 
	width: 64px;
	height: 64px;
}

.widget-header {
    height: auto;
    min-height: 150px;
    position: relative;
    overflow: hidden;
}
.widget-header p {
	margin: 0;
}
.widget-header,
.widget-main {
    padding: 15px;
}
.widget-background {
    position: absolute;
    top: 0;
    left: 0;
	width: 100%
}
.widget-content-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    margin: 0;
    background: rgba(0,0,0,.6);
}

.widget-footer {       
	padding: 10px 15px;
    background: #f3f3f3;
    border-top: 1px dashed #ddd;	
}

a.widget:active,a.widget:hover{
	text-decoration:none
}
a.widget.widget-hover-effect1:hover{
	-webkit-transform:translateY(-3px);
	transform:translateY(-3px);
	-webkit-box-shadow:0 5px 5px rgba(0,0,0,.1);
	box-shadow:0 5px 5px rgba(0,0,0,.1)
}
a.widget.widget-hover-effect1:active{
	-webkit-transform:translateY(-1px);
	transform:translateY(-1px);
	-webkit-box-shadow:0 2px 5px rgba(0,0,0,.1);
	box-shadow:0 2px 5px rgba(0,0,0,.1)
}
a.widget.widget-hover-effect2:hover{
	-webkit-transform:translateY(0);
	transform:translateY(0);
	-webkit-box-shadow:inset 0 -5px 0 rgba(0,0,0,.2);
	box-shadow:inset 0 -5px 0 rgba(0,0,0,.2)
}
a.widget.widget-hover-effect2:active{
	-webkit-transform:translateY(2px);
	transform:translateY(2px);
	-webkit-box-shadow:none;
	box-shadow:none
}

a.widget.widget-hover-effect3:hover{
	-webkit-transform:rotate(2deg);
	transform:rotate(2deg)
}
a.widget.widget-hover-effect3:active{
	-webkit-transform:rotate(2deg) scale(0.95);
	transform:rotate(2deg) scale(0.95)
}

a.widget.widget-hover-effect4:hover{
	-webkit-transform:scale(0.98);
	transform:scale(0.98)
}
a.widget.widget-hover-effect4:active{
	-webkit-transform:rotate(-1deg) scale(0.95);
	transform:rotate(-1deg) scale(0.95)
}

a.widget-icon.widget-hover-effect5:hover,
a.widget-icon.widget-hover-effect5:active {
	-webkit-transform:scale(1.1);
	transform:scale(1.1)
}
