@font-face {
	font-family: montSerrat;
	src: url(../font/MontserratAlternates-Regular.ttf);
}

@font-face {
	font-family: montSerratMedium;
	src: url(../font/MontserratAlternates-Medium.ttf);
}

@font-face {
	font-family: montSerratSemiBold;
	src: url(../font/MontserratAlternates-SemiBold.ttf);
}

@font-face {
	font-family: montSerratBold;
	src: url(../font/MontserratAlternates-Bold.ttf);
}

*, *:focus {
	outline: none;
}

body {
	margin: auto;
	background: white;
}

.m-xxs {
	margin: 2px 4px;
}

.m-xs {
	margin: 5px;
}

.m-sm {
	margin: 10px;
}

.m {
	margin: 15px;
}

.m-md {
	margin: 20px;
}

.m-lg {
	margin: 30px;
}

.m-xl {
	margin: 50px;
}

.m-n {
	margin: 0 !important;
}

.m-l-none {
	margin-left: 0;
}

.m-l-xs {
	margin-left: 5px;
}

.m-l-sm {
	margin-left: 10px;
}

.m-l {
	margin-left: 15px;
}

.m-l-md {
	margin-left: 20px;
}

.m-l-lg {
	margin-left: 30px;
}

.m-l-xl {
	margin-left: 40px;
}

.m-l-n-xxs {
	margin-left: -1px;
}

.m-l-n-xs {
	margin-left: -5px;
}

.m-l-n-sm {
	margin-left: -10px;
}

.m-l-n {
	margin-left: -15px;
}

.m-l-n-md {
	margin-left: -20px;
}

.m-l-n-lg {
	margin-left: -30px;
}

.m-l-n-xl {
	margin-left: -40px;
}

.m-t-none {
	margin-top: 0;
}

.m-t-xxs {
	margin-top: 1px;
}

.m-t-xs {
	margin-top: 5px;
}

.m-t-sm {
	margin-top: 10px;
}

.m-t {
	margin-top: 15px;
}

.m-t-md {
	margin-top: 20px;
}

.m-t-lg {
	margin-top: 30px;
}

.m-t-xl {
	margin-top: 40px;
}

.m-t-n-xxs {
	margin-top: -1px;
}

.m-t-n-xs {
	margin-top: -5px;
}

.m-t-n-sm {
	margin-top: -10px;
}

.m-t-n {
	margin-top: -15px;
}

.m-t-n-md {
	margin-top: -20px;
}

.m-t-n-lg {
	margin-top: -30px;
}

.m-t-n-xl {
	margin-top: -40px;
}

.m-r-none {
	margin-right: 0;
}

.m-r-xxs {
	margin-right: 1px;
}

.m-r-xs {
	margin-right: 5px;
}

.m-r-sm {
	margin-right: 10px;
}

.m-r {
	margin-right: 15px;
}

.m-r-md {
	margin-right: 20px;
}

.m-r-lg {
	margin-right: 30px;
}

.m-r-xl {
	margin-right: 40px;
}

.m-r-n-xxs {
	margin-right: -1px;
}

.m-r-n-xs {
	margin-right: -5px;
}

.m-r-n-sm {
	margin-right: -10px;
}

.m-r-n {
	margin-right: -15px;
}

.m-r-n-md {
	margin-right: -20px;
}

.m-r-n-lg {
	margin-right: -30px;
}

.m-r-n-xl {
	margin-right: -40px;
}

.m-b-none {
	margin-bottom: 0;
}

.m-b-xxs {
	margin-bottom: 1px;
}

.m-b-xs {
	margin-bottom: 5px;
}

.m-b-sm {
	margin-bottom: 10px;
}

.m-b {
	margin-bottom: 15px;
}

.m-b-md {
	margin-bottom: 20px;
}

.m-b-lg {
	margin-bottom: 30px;
}

.m-b-xl {
	margin-bottom: 40px;
}

.m-b-n-xxs {
	margin-bottom: -1px;
}

.m-b-n-xs {
	margin-bottom: -5px;
}

.m-b-n-sm {
	margin-bottom: -10px;
}

.m-b-n {
	margin-bottom: -15px;
}

.m-b-n-md {
	margin-bottom: -20px;
}

.m-b-n-lg {
	margin-bottom: -30px;
}

.m-b-n-xl {
	margin-bottom: -40px;
}

.m-t-135 {
	margin-top: 120px;
}

.m-l-xxs {
	margin-left: 2px;
}

.m-t-180 {
	margin-top: 180px;
}

.m-t-60 {
	margin-top: 60px;
}

.m-t-20 {
	margin-top: 20px;
}

.m-b-60 {
	margin-bottom: 60px;
}

.m-b-100 {
	padding-bottom: 100px;
}

.m-t-50 {
	margin-top: 50px;
}

.m-b-50 {
	margin-bottom: 50px;
}

.clearfix {
	clear: both;
}

.d-block {
	display: block;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before{
	
	background-color:#5bbbc0;
}
.custom-control-label::after{
	cursor:pointer;
}
.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.typo {
	font-family: montSerrat;
}

.typo-medium {
	font-family: montSerratMedium;
}

.typo-semi {
	font-family: montSerratSemiBold;
}

.typo-bold {
	font-family: montSerratBold;
}

.b-gray {
	background: #F6F6F6;
}

.b-gray-ligth {
	background: #F9F9F9;
}

.b-white {
	background: white;
}

.fwhite {
	color: white;
}

.f12 {
	font-size: 12px;
}

.f13 {
	font-size: 13px;
}

.f14 {
	font-size: 14px;
}

.f15 {
	font-size: 15px;
}

.f17 {
	font-size: 17px;
}

.f24 {
	font-size: 24px;
	line-height:inherit;
	margin-bottom:0px;
}
.f28 {
	font-size: 27px;
}

.f32 {
	font-size: 32px;
}

.f40 h1{
	font-size: 40px;

}

.f32 h1 {
	font-size: 32px;
}

.color-blue {
	color: #5bbbc0;
}

a.f-green:hover{
	color:#5bbbc0;
}

.menu {
	background: #F6F6F6;
	min-height: 40px;
	padding-top: 25px;
}

.menu.white {
	background: white;
}

.menu.gray-ligth {
	background: #F9F9F9;
}

.logo {
	float: left;
	width: 330px;
	padding-left: 102px;
	padding-top: 17px;
}

.menu-mobile, .menu-icon{
	
	display:none;
}

.logo img {
	width: 100%;
}

.menu-top {
	float: right;
	padding-right: 40px;
	padding-top: 5px
}

.menu-top span {
	margin: 0px 25px;
	position: relative;
}

.menu-top a, .menu-mobile a {
	color: inherit;
	text-decoration: none;
}

.menu-top .active a {
	font-family: montSerratSemiBold;
}

.menu-top .active:not(.connexion)::before, .menu-top span:not(.connexion):hover::before {
	content: '';
	position: absolute;
	left: calc(50% - 30px);
	bottom: -8px;
	height: 1px;
	width: 60px;
	border-bottom: 1px solid #5bbbc0;
}

.connexion {
	background: #5bbbc0;
	color: white;
	padding: 10px 32px;
	display: inline-block;
	border-radius: 50px
}

.partnerpromo p{
	font-family: montSerratMedium;
    margin-bottom: 5px;
}
.partnerpromo p.condition{
    font-size: 12Px;
    font-family: montSerrat;
}
.connexion.active, .connexion:hover, .connexion a.active, .connexion a:hover
	{
	background: #ffa044;
	border-bottom: 2px #ffa044 solid !important;
}

/*ACCROCHE*/
.accroche {
	background-repeat:no-repeat;

}


.accroche-bulles{
	background-repeat:no-repeat;
	padding-bottom: 50px;
}

.accroche .text {
	padding-left: 106px;
	padding-top: 180px;
	color: #444444;
}

.accroche .text div {
	margin-bottom: 12px
}

.text sup {
	font-size: 50%;
	top: -0.8em;
}

.decouvrir {
	font-size: 20px;
	background: #fd6d77;
	color: white;
	padding: 13px 42px;
	display: inline-block;
	border-radius: 50px;
	margin-left: 0px;
	width:350px ;
}

.decouvrir:hover {
	background: #5bbbc0;
}

/*EVENEMENT*/
.evenement {
	padding-top: 20px;
	background: white;
}

.evenement .title {
	font-size: 28px;
	color: #444444;
}

.evenement .title h2{
	font-size: 28px;
	line-height:inherit;
}

.evenement hr {
	margin-top: 20px;
	width: 60px;
	height: 2px;
	color: #5bbbc0;
	background-color: #5bbbc0;
	border: none;
}

.evenement .container {
	margin-top: 50px;
}

.evenement .family, .evenement .entreprise {
	margin-top: 200px;
}

.evenement-bulle {
	background-image: url("../images/bulles.png");
	background-color: white;
	background-repeat: no-repeat;
	background-position-x:center;
	background-position-y: 70px;
	min-height: 845px;
}

.evenement-login img {
	width: 100%;
}

/*ABOUT*/
.about .container {
	margin-top: 50px;
}

.about {
	background: white;
}

.about .title h2 {
	font-size: 28px;
	line-height:inherit;
	color: #444444;
}



.about hr {
	margin-top: 20px;
	width: 60px;
	height: 2px;
	color: #5bbbc0;
	background-color: #5bbbc0;
	border: none;
}

/*Professionel*/
.professionnel {
	background-image: url("https://www.izifamily.com/resources/design/images/professionnel.png");
	background-color: white;
	background-position-x:center;
	background-repeat:no-repeat;
	min-height: 1680px;
}

.professionnel .container {
	padding-top: 70px;
}

.professionnel .caption-right {
	width: calc(100% - 100px);
	display: block;
	padding-left: 20px;
	float: right;
	padding-top: 30px;
}

.professionnel .caption-left {
	display: block;
	padding-right: 20px;
	float: right;
	text-align: right;
	padding-top: 30px;
	padding-left: 10px;
	width: calc(100% - 93px);
}

.particulier img{
	float:right;
}

.professionnel .caption-left-one {
	padding-top: 40px;
}

.professionnel .caption-left-three {
	padding-top: 20px;
}

.professionnel .caption-left-no-padding-left {
	padding-left: 0px;
}


/*Login*/
.login .title {
	font-size: 36px;
	color: #444444;
}

.cta {
	font-size: 14px;
	background: #fd6d77;
	color: white;
	padding: 13px 42px;
	display: inline-block;
	border-radius: 50px;
	margin-top: 0px;
}

.cta:hover, .cta:active, .cta:focus {
	background: #5bbbc0;
	text-decoration: none;
	color: white;
	outline: 0;
}

.cta-right {
	float: right;
}

/*Confiance */
.confiance {
	padding-top: 50px;
	padding-bottom: 60px;
	background-color: white;
}

.confiance .title {
	text-align: center;
	font-size: 24px !important;
	display: block;
}

.logo-partner {
	margin: 20px 30px 20px 30px;
	width: 161px;
}
/*TESTIMONIAL*/
.testimonial {
	background-color: #5bbbc0;
	padding-bottom: 40px
}

.testimonial .container {
	padding-top: 50px;
}

.testimonial hr {
	margin-top: 0px;
	width: 80px;
	float: left;
	height: 1px;
	color: white;
	background-color: white;
	border: none;
}

.testimonial .quote-open {
	position: relative;
}

.testimonial .quote-close {
	position: relative;
	top: -30px;
	left: 135px;
}

.testimonial .quote-close2 {
	position: relative;
	top: -30px;
	left: 430px;
}

.testimonial .quote-close3 {
	position: relative;
	top: -30px;
	left: 250px;
}

.testimonial .quote-close4 {
	position: relative;
	top: -30px;
	left: 445px;
}

.testimonial .quote-text {
	display: block;
	 margin-top: 10px;
}

.quote-text:after{
	content: "”";
    font-size: 32px;
    font-family: montSerratBold;
    position: absolute;
    padding-left: 15px;
    padding-top: 0px;
}
/*TESTIMONIAL*/
.footer {
	padding-top: 50px;
	background-color: #F6F6F6;
	padding-bottom: 20px
}

.footer .container {
}

.footer a {
	display: block;
	margin: 10px 0px;
}

.footer .no-block a {
	display: inline-block;
	margin: 10px 0px;
}

.footer a {
	color: #444;
	text-decoration: none;
}

.footer a .main {
	color: #5bbbc0;
}

/*PAGE PRO*/
.div-main {
	padding-top: 55px;
	background: #F6F6F6;
}

.div-main.contact{
	background: #F9F9F9;
}

.div-main .title {
	font-size: 32px;
	margin-bottom: 40px;
	margin-top:0px;
	line-height:inherit;
	display: block;
	color: #444;
}

.div-main .semi-title {
	text-align: center;
	font-size: 24px;
	display: block;
	margin-top: 40px;
	margin-bottom:0px;
	line-height:inherit;
}

.block-shadow {
	margin: 0px 40px 40px 40px;
	padding: 30px 30px 0px 30px;
	background-color: white;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(117, 117, 117, 0.1);
	-moz-box-shadow: 0px 0px 15px 5px rgba(117, 117, 117, 0.1);
	box-shadow: 0px 0px 15px 5px rgba(117, 117, 117, 0.1);
}

.div-main ul {
	padding: 0 !important;
}

.div-main ul li {
	list-style-type: none;
	margin-top: 10px;
	text-align: justify;
}

.img-max img {
	width: 80%;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed
	{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.title-benefice {
	padding-left: 50px;
	padding-right: 50px;
	color: #444;
}

.b-gray .confiance {
	background: #F6F6F6;
}

/*PAGE Tarif*/
.tarif {
	padding-top: 55px;
	background: white;
}

.tarif-demo {
	padding-top: 55px;
	background: none;
}

.tarif .container {
	padding-top: 20px;
}

.tarif .title {
	margin-top:0px;
	line-height:inherit;
	font-size: 32px;
	margin-bottom: 40px;
	display: block;
	color: #444;
}

.bg-tarif {
	min-height: 930px;
}

.tarif-login {
	position: relative;
	background: transparent !important;
	padding: 0 !important;
}

.tarif .header {
	height: 60px;
	text-align: center;
}

.tarif .header.first {
	background-color: #5bbbc0;
}

.tarif .header.second {
	background-color: #ffa044;
}

.tarif .header.three {
	background-color: #9c7096;
}

.tarif .three .body-text {
	padding-bottom: 59px !important;
}

.tarif .header span {
	display: block;
	padding-top: 17px;
	color: white;
	font-size: 20px;
}

.tarif .body {
	background-color: white;
}

.tarif .body .text-center {
	padding-top: 30px;
	padding-bottom: 30px;
}

.tarif .body .body-text {
	padding-left: 30px;
	padding-right: 30px;
    height:350px;
    }

.tarif .body hr {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 1px;
	color: #444;
	background-color: #444;
	border: none;
}

.shadow {
	-webkit-box-shadow: 0px 0px 15px 5px rgba(117, 117, 117, 0.1);
	-moz-box-shadow: 0px 0px 15px 5px rgba(117, 117, 117, 0.1);
	box-shadow: 0px 0px 15px 5px rgba(117, 117, 117, 0.1);
}

.p-t-24 {
	padding-top: 24px;
}
.p-t-5 {
	padding-top: 5px;
}

.event {
	margin-top: 43px;
	background-image: url("../images/background-event.png");
	background-color: white;
	min-height: 762px;
	background-position-y: 80px;
	background-position-x:center;
	background-repeat: no-repeat;
	    background-size: 100%;
}
.event-no-bulles {
	min-height: 762px;
	background-size: 100%;
	padding-bottom: 40px;
}
.event-bulles {
	background-image: url("../images/background-event.png");
	min-height: 762px;
	background-position-y: 20px;
	background-position-x:center;
	background-repeat: no-repeat;
	background-size: 100%;
}



.event .title {
	font-size: 32px;
	margin-bottom: 40px;
	display: block;
	color: #444;
	padding-left: 250px;
	padding-right: 250px;
	line-height:inherit;
	margin-top:0px;
}

.w104{
	width:104px;
}


/*LOGIN*/
.login {
	background-image: url(../images/login.png);
	background-color: #F9F9F9;
	min-height: 780px;
	background-position-y: bottom;
	background-position-x: center;
	background-repeat: no-repeat;
	padding-top: 60px;
}

.login .container {
	margin-top: 180px;
}

@media screen and (max-width: 768px) {
	.login {
		padding-top: 20px ! important;
	}
	.login .title {
		font-size: 28px ! important;
	}
	.login .container {
		margin-top: 30px ! important;
	}
	.cta {
		margin-top: 10px ! important;
	}
}


.block-event {
 	background-image: url("../images/block-event-big.png");
	min-height: 642px;
	background-repeat:no-repeat;
	background-position: center;
	background-size: 100%;
}

.padding-login {
	padding-left: 60px;
	padding-right: 45px;
}

.form-control {
	font-family: montSerrat !important;
	font-size:14px !important;
	color: #444 !important;
	border: 1px solid #dedede;
	box-shadow: none !important;
	border-radius: 0px;
}

.form-control:focus, .form-control:active {
	border: 1px solid #5bbbc0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-family: montSerrat;
	color: #444 !important;
}

::-moz-placeholder { /* Firefox 19+ */
	font-family: montSerrat;
	color: #444 !important;
}

:-ms-input-placeholder { /* IE 10+ */
	font-family: montSerrat;
	color: #444 !important;
}

:-moz-placeholder { /* Firefox 18- */
	font-family: montSerrat;
	color: #444 !important;
}

.f-green {
	color: #5bbbc0;
}

.login hr {
	margin-top: 30px;
	margin-bottom: 30px;
	height: 1px;
	color: #5bbbc0;
	background-color: #5bbbc0;
	border: none;
}

.professionnel.contact {
	background: #F9F9F9;
}

.p-b-40 {
	padding-bottom: 40px;
}

.p-b-60 {
	padding-bottom: 60px;
}


.p-b-250{
	padding-bottom: 250px;
}

input[type="checkbox"]:focus {
	outline: 0;
}

.radio label {
	font-family: montSerrat;
}

.contact-span {
	position: relative;
	display: inline-block;
	text-align: left;
	top: 13px;
}

.login.signup .container {
	margin-top: 130px;
}

.padding-signup {
	padding-left: 45px;
	padding-right: 0px;
}


.signup .errorfix{
	position:absolute;
	bottom: 425px;
}

.ui-messages-error-summary{
	margin:0px;
	font-family: montSerrat;
    font-size: 13px;
    color: #444;
}
.ui-messages-error-icon{
	display:none;
}

.ui-messages-info-icon{
	display:none;
}

.signup .cgu{
	font-family: montSerrat;
    color: #444;
    text-decoration: underline;
}

select.form-control{
	-webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0px;
    background-image: url("../images/arrow.png");
    background-position: 97% 50%;
    background-repeat: no-repeat;
    background-size: 12px;
}

.dialog{
	width:520px !important;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(117, 117, 117, 0.6);
	-moz-box-shadow: 0px 0px 15px 5px rgba(117, 117, 117, 0.6);
	box-shadow: 0px 0px 15px 5px rgba(117, 117, 117, 0.6);
	border-radius:10px;
}

.ui-dialog-titlebar-close .ui-icon-closethick{
	background:none;
	text-indent:0;
	font:normal normal normal 14px/1 FontAwesome;
	padding-left: 3px;
	border-radius:3px;
	font-size:20px;
	width:auto;
	height:auto;
	color:#444;
}

.ui-dialog .ui-dialog-titlebar-close{
	position: absolute;
    right: 10px;
    top: 5px;
    padding:0px;
}

.ui-dialog .ui-dialog-titlebar-close:hover{
	text-decoration:none !important;
}

.ui-dialog-titlebar-close.ui-state-hover{
	color: #444;
    background: none;
    border: none;
    box-shadow: none;
    text-decoration: none;
}

.ui-dialog-titlebar-close .ui-icon-closethick:after{
	content:'\f00d';		
	position:relative;
	top:-1px;
}

.ui-widget-overlay{
	background: #000000;
    opacity: 0.3;
}

.ui-dialog .ui-dialog-titlebar{
	background:none;
	font-family:montSerratMedium;
	font-size:19px;
	color:#444;
	padding:10px 30px;
}

.ui-dialog .ui-dialog-content{
	padding:30px;
}

.tarif-mention{
	
	display:block;
	font-size:10px;
	padding-top:10px;
}

.ui-chkbox {
    display: inline-block;
    font-size: initial;
    position: absolute;
}

.chkbox-label{
	position: relative;
    left: 25px;
    top: -5px;
    font-size:14px;
}
.ui-chkbox .ui-chkbox-box.ui-state-active{
	border: 1px solid #5bbbc0;
    background: #5bbbc0;
    box-shadow: none;
}

.ui-chkbox .ui-chkbox-box{
	border: 1px solid #5bbbc0;
	 box-shadow: none;
	 background:none;
}

.ui-icon-check{
	    background: none !important;
    color: white !important;
    font-family: 'iZi-Family' !important;
    text-indent: 0px;
    font-size: 9px;
    position: relative;
    left: 2px;
    top: -7px;
    display: inline-block;
}

.ui-icon-check:before{
	content:"\e911"
}
@media screen and (max-width: 1024px) {
  
  	.event .title{
  		padding:0px;
  	}
  	.professionnel{
  		background-image: url("../images/professionnel-little.png");
		background-color: white;
		min-height: 1555px;
  	}
  
  	.accroche{

  	}
  	
  	.decouvrir{
  		margin: 50px;
  	}
  	
  	.logo{
  		width:225px;
  	}
  	
  	.evenement-bulle{
  		background-image:  url("../images/bulles-little.png");
		background-color: white;
		min-height: 610px;
  	}
  	
  	.block-event{
  		background-image:  url("../images/block-event.png");
		min-height: 746px;
		background-repeat:no-repeat;
		    background-position: center;
		        background-size: auto;
  	}
  	.accroche .text {
   	 	padding-left: 50px;
    	color: #444444;
	}
	
	.accroche .f32{
		font-size:26px;
	}
	
	.accroche .f32 h1{
		font-size:26px;
	}

  	.professionnel .m-t-135{
  		margin-top:70px;
  	}
  	.professionnel .m-t-180{
  		margin-top:130px;
  	}
  	
  	.logo-partner {
    	margin: 20px 15px 20px 15px;
	}
	.testimonial .quote-close {
    	left: 335px;
	}
	
	.testimonial .quote-close2 {
   	 	left: 83px;
	}
	.testimonial .quote-close3 {
   	 	left: 242px;
	}
	.testimonial .quote-close4 {
   	 	left: 137px;
	}
	
	.logo{
		padding-left: 50px;
	}
	
	.menu-top{
		display:none;
	}
	
	.menu-icon{
		display:block;
	}
	
	.menu.open{
		background: white;
	}
	
	.menu-mobile{
		display:none;
    	width: 100%;
	    background: white;
	    position: absolute;
	    z-index: 1;
	    padding-top: 20px;
	    padding-bottom:30px;
	    padding-right: 50px;
	    text-align:right;
	    -webkit-box-shadow: 0px 10px 10px 5px rgba(117, 117, 117, 0.1);
		-moz-box-shadow: 0px 10px 10px 5px rgba(117, 117, 117, 0.1);
		box-shadow:0px 10px 10px 5px rgba(117, 117, 117, 0.1);
	}
	
	.menu.open .menu-mobile{
		display:block;
	}
	.menu-icon a:hover{
		color:inherit;
		text-decoration:none;
	}
	.menu-mobile span{
		display:block;
		padding-top: 10px;
    	padding-bottom: 10px;
	}
	
	.menu-icon{
		padding-top: 20px;
	    padding-right: 50px;
	    float: right;
    }
    .menu.open .menu-icon .icon-menu:before {
  		content: "\e904";
	}
    .menu-icon i{
	    font-size: 30px;
	    color: #444;
    }
	
}


@media screen and (max-width: 768px) {
  
  .logo{
		width: 200px;
 	 }
  	.professionnel{
  		background-image:none;
		background-color: #F9F9F9;
		min-height: 500px;
  	}
  	.professionnel .container{
  		padding-top:40px;
  		padding-bottom:40px;
  	}
  
  	.accroche{
		height: 535px;
  	}
  	
  	.evenement-bulle{
  		background-image:  url("../images/bulles-little.png");
		background-color: white;
		min-height: 610px;
  	}
  	
  	.block-event{
  		background-image:  url("../images/evenements-mobile.png");
		min-height: 1425px;
		background-repeat:no-repeat;
		background-position: center;
		background-size:auto;
  	}
  	.accroche .text {
   	 	padding-left: 50px;
   	 	padding-top: 40px;
    	color: #444444;
	}
	.accroche .text div
	{
		margin-bottom:0px;
	}
	
	.decouvrir{
		margin-top:20px;
	}
	
	.accroche .f32{
		font-size:26px;
	}
	
	.accroche .f32 h1{
		font-size:26px;
	}

  	.professionnel .m-t-135{
  		margin-top:40px;
  	}
  	.professionnel .m-t-180{
  		margin-top:40px;
  	}
  	
  	.logo-partner {
		margin: 20px 15px 20px 15px;
	}
	.testimonial .quote-close {
    	left: 290px;
	}
	
	.testimonial .quote-close2 {
   	 	left: 425px;
	}
	.testimonial .quote-close3 {
   	 	left: 300px;
	}
	.testimonial .quote-close4 {
   	 	left: 435px;
	}
	
	.event .title {
		font-size: 32px;
		margin-bottom: 40px;
		display: block;
		color: #444;
		padding:0px;
	}
	
	.m-l-md.cta{
		margin-left:0px;
	}
	
}

.pic-link:hover{
	border:#5bbbc0 solid 3px;
}
.no-link-css:link {
	text-decoration: none;

}
.no-link-css{
	color:#212529;
}
.no-link-css:hover{
	color:#5bbbc0;
}

.pad-top-video{
	padding-top: 120px;
}

.about-vitrine {
	padding-bottom: 24px;
	padding-top: 24px;
	background: #F9F9F9;
}

.video-border{
	padding:20px;
	background-color: white;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(117, 117, 117, 0.1);
	-moz-box-shadow: 0px 0px 15px 5px rgba(117, 117, 117, 0.1);
	box-shadow: 0px 0px 15px 5px rgba(117, 117, 117, 0.1);
	border-radius: 10px 10px 10px;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}


@media (max-width: 1259px) {
	.ui-dialog:not(.fix){
     	width:60% !important;
     	margin-left:20%;
     	left:0 !important; 
    }
}

@media (max-width: 768px) {
    .ui-dialog:not(.fix){
     	width:90% !important;
     	margin-left:5%;
     	left:0 !important; 
   	}
}

@media (min-width: 1260px) {
    .ui-dialog:not(.fix){
     	width:50% !important;
     	margin-left:25%;
     	left:0 !important; 
    }
}
.full-width{
	width: 100%;
}
.silver-link{
	color: white;
	text-decoration: underline;
}
a.no-decoration:hover{
	text-decoration: none;
}