@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Wendy+One);
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);
body {
	font-family: 'Wendy One', sans-serif, 'Roboto', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
	font-size: 18px;
	overflow-x: hidden;
	color: #2a3237;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.lato{
	font-family: 'lato';
}

span {
	font-family: 'Wendy One', sans-serif, 'Roboto', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
}

.espacenav {
	padding-bottom: 10px;
}

.new {
	position: absolute;
    height: 30px;
	opacity: 50%;
	margin-top: 5px;
}

.radiushaut {
	border-radius: 13px 13px 0 0;
}

.coursnatborderleft {
	padding-right: 5px !important;
	border-radius: 13px 0 0 0;
}

.coursnatborderright {
	border-radius: 0 13px 0 0;
}

@media only screen and (max-device-width:768px) {
	.coursnatborderleft {
		border-radius: 13px 13px 0 0;
	}
	
	.coursnatborderright {
		border-radius: 0;
	}

	.sansmargin {
		margin: 0;
	}

	.new {
		position: absolute;
		height: 50px;
		left: 20px;
		margin-top: 50px;
		opacity: 50%;
	}
}

.d1, .d2{
    background-color: #FF7F00;
    animation-name: couleur;
	animation-duration: 10s;
	animation-iteration-count: infinite;
}
.d2{
	animation-direction : reverse
}
@keyframes couleur{
    from{
        background-color: #FF7F00;
    }
    25%{
        background-color: blue;
    }
    50%{
        background-color: purple;
    }
    75%{
        background-color: red;
    }
    to{
        background-color: #FF7F00;
    }
}

section#locate {
	padding: 0 40px 40px;	
	box-shadow: 0px 0px 10px 8px #FF7F00;
	-webkit-box-shadow: 0px 0px 10px 8px #FF7F00;
	-moz-box-shadow: 0px 0px 10px 8px #FF7F00;
}

section#services, section#team, section#cours, section#perfectionnement, section#eveilaqua, section#activites, section#location, section#clubplage, section#anniv, section#boncadeau {
	content: "";
	display: block;
	/* z-index: -10; */
	background: url("../img/background.png") no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom: 70px;
}
section#cours {
	padding-bottom: 200px;
}
section#anniv {
	padding-bottom: 150px;
}
.fondprix{
	background: url("../img/etiquette-prix-vierge.png") no-repeat center;
    background-size: contain;
	margin: 10px;
}

.plage-activite-gauche {
	position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
}
.plage-activite-droit {
	position: absolute;
    right: 0;
    z-index: -1;
    top: 0;
    width: 50%;
}
.kayakact {
	position: absolute;
	left: 20px;
	top: 65px;
}
@media only screen and (max-device-width:768px) {
	.plage-activite-gauche, .plage-activite-droit {
		display: none;
	}
	.kayakact {
		position: absolute;
		right: 20px;
		top: 65px;
	}
	.resaenligne {
		padding-top: 50px;
	}
}

.parallax {
	position: absolute;
	overflow: hidden;
	width: 100%;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

.familleplus {
	width: 15%;
	margin-top: 20px;
	position: absolute;
    right: 0;
    top: -150px;
}

.parallax img {
	width: 100%;
	height: 100%;
}
/* lecteur vidéo */
#controles {
	height: 50px;
	position: relative;
	top: -50px;
	opacity: 0.2;
	background-color: #ff7f00;
	transition: opacity 0.3s ease-in-out;
  }
  
  #controles:hover {
	opacity: 0.85;
  }
  
  .droite {
	float: right;
	padding-right: 30px;
	color: #004495;
  }
  
  button {
	text-align: center;
	border: 0;
	cursor: pointer;
	background-color: #ff7f00;
	width: 60px;
	height: 40px;
	margin: 0;
	padding: 0;
  }
  
  button:hover {
	background-color: #fff;
  }
  
  button.checked {
	background-color: #ccc;
  }

/* Preloader */

.preloader {
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: white;
}

.preloader img {
	position: absolute;
	top: calc(50% - 32px);
	left: calc(50% - 32px);
}

.preloader div {
	display: none;
	/* Preload the Second Pricing Image */
	background: url(../img/pricing2.jpg) no-repeat 9999px 9999px;
	background-position: 9999px 9999px;
}

/* Typography */

p {
	font-size: 18px;
	line-height: 1.5;
	color: #004495;
}

.text-cours p {
	line-height: 1;
	color: #004495;
	font-size: 15px;
	margin: 0 5px;
}

.text-cours {
	margin: 25px 0;
}

.marg15 {
	margin: 15px 0;
}

/* .circle10e {
	left: 7vw;
} */

.radiuseveilaqualeft {
	border-radius: 13px 0 0 13px;
}

.radiuseveilaquaright {
	border-radius: 0 13px 13px 0;
}

.circleprix {
	margin: 15px 0;
}

.circle10e {
	position: absolute;
    top: 110px;
    z-index: 1;
    left: 430px;
}

.circle12e {
	padding-top: 20px;
	margin: 0;
	border-radius: 0 13px 13px 0;
}

.textcoursnat{
	text-align: left;
}

.marginauto {
	margin: auto;
}

.backgmer {
	background-color: #004495;
}

.backgpiscine {
	background-color: #00a8ff;
}

@media only screen and (max-device-width:768px) {
	/* .circleprix {
		position: absolute;
	} */

	.circle10e {
		top: 150px;
		left: 25px;
	}
	
	.circle12e {
		padding-top: 20px;
		margin: 0;
		border-radius: 0 0 13px 0;
		height: 74px;
	}

	.radiuseveilaquahaut {
		border-radius: 13px 13px 0 0;
	}

	.radiuseveilaquabas {
		border-radius: 0 0 13px 13px;
	}

	.textcoursnat, .talignl{
		text-align: center !important;
	}

	/* .circle12e {
		left: 2vw;
		bottom: 60vw;
	} */
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Wendy One', sans-serif, 'Roboto', 'Avenir Next', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
	position: relative;
	margin: 10px 0;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 48px;
	color: #67B120;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
	color: #FF1E4A;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

ul.white-list {
	padding: 0;
	list-style-type: none;
}

ul.white-list li {
	font-size: 18px;
	margin: 10px 0;
	color: #fff;
}

ul.white-list li:before {
	content: ' ';
	position: relative;
	top: -3px;
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 15px;
	background: white;
}

header {
	position: relative;
	width: 100%;
	color: white;
	background: rgba(28, 36, 65, 0.93);
	background: url('../img/header-varafrogs.jpg');
	background-size: cover;
}

@media only screen and (max-device-width:765px) {
	header {
		position: relative;
		width: 100%;
		color: white;
		background: rgba(28, 36, 65, 0.93);
		background: url('../img/header-varafrogs-petit.jpg');
		background-size: cover;
	}
}

header .table {
	display: table;
	height: 100%;
}

header .container {
	height: 100%;
}

header .header-text {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: white;
}

header .typed {
	display: inline-block;
	margin: 0;
}

header .typed-cursor {
	font-size: 60px;
	display: inline-block;
	margin: 0 10px;
	color: #00a8ff;
	-webkit-animation-name: flash;
	animation-name: flash;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@media only screen and (max-device-width:765px) {
	header h1 {
		font-size: 40px;
	}

	header {
		height: 500px;
	}
}
.borderrad13{
	border-radius: 13px;
}
.borderradtop {
	border-top-right-radius: 13px;
	border-top-left-radius: 13px;
}

.borderradbottom {
	border-bottom-right-radius: 13px;
	border-bottom-left-radius: 13px;
}

.floatr {
	float: right;
}

.floatl {
	float: left;
}

.talignl {
	text-align: left;
}

.talignr {
	text-align: right;
}

.circle {
    width: 50px;
    height: 50px;
    background: white;
	border-radius: 50%;
	margin: 10px 0;
	display: table-cell;
    vertical-align: middle;
}

a {
	text-decoration: none;
	color: #00a8ff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#myVideo {
  position: relative;
	width: 100%;
	top: 0;
	left: 0;
}

#conteneur_video { 
	position: relative;
}
/* Le bouton de Pause/Lecture, recouvre la totalité de la vidéo 
*  et masqué au chargement de la page via Javascript
*/
#play_pause {
	position: absolute;
	top: 0; left: 0;
	/* Le bouton  aux dimensions du lecteur */
	width: 100%;
  height: 100%;
	background: transparent url(../img/lecture.png) no-repeat 50% 50%;
}
/* Class ajoutée par Javascript lors du clic Pause */
#play_pause.pause { 
	background-image: url(../img/lecture.png);
}

/* Navigation Bar ( Navbar ) */

nav.navbar {
	position: absolute;
	z-index: 9500;
	width: 100%;
	width: 100vw;
	height: 80px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

nav.navbar .navbar-nav li.active a:not(.btn) {
	color: #67B120 !important;
	background-color: rgba(255, 255, 255, 0.4);
    padding: 10px;
    border-radius: 25px;
}

nav.navbar-fixed-top {
	z-index: 9499;
	top: 0;
	padding-top: 5px;
	opacity: 0;
	background: #FF7F00;
	/* box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.05); */
	box-shadow: -10px 10px 10px 0px #FF7F00;
	-webkit-box-shadow: 5px 10px 10px 10px #FF7F00;
	-moz-box-shadow: -10px 10px 10px 0px #FF7F00;
	
}

nav.navbar-fixed-top .navbar-nav > li > a:not(.btn) {
	color: #F1DE53;
}

.icon-bar {
	background: #bbb;
}
/* Buttons */

.btn {
	font-size: 18px;
	display: inline-block;
	padding: 15px 30px;
	color: white;
	border: 2px solid transparent;
	border-radius: 2px;
	background: transparent;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn:hover,
.btn:focus {
	color: white;
}

.btn.btn-blue {
	background: #00a8ff;
}

.btn.btn-blue:hover {
	background: #31b9ff;
}

.btn.btn-blue-fill {
	color: #00a8ff;
	border-color: #00a8ff;
	background: transparent;
}

.btn.btn-blue-fill:hover {
	color: white;
	background: #00a8ff;
}

.btn.btn-white-fill {
	color: #fff;
	border-color: #fff;
	background: transparent;
}

.btn.btn-white-fill:hover {
	color: #00a8ff;
	background: #fff;
}

.btn.btn-gray-fill {
	color: #fff;
	border-color: #fff;
	background: transparent;
}

.btn.btn-gray-fill:hover {
	border-color: #bbb;
	background: #bbb;
}

/* Blink Cursor */

.blink {
	position: relative;
	top: 4px;
	display: inline-block;
	width: 4px;
	height: 50px;
	height: 5vh;
	margin: 0 10px;
}

.navbar {
	top: 50px;
}

.container {
	position: relative;
	z-index: 1;
}
/* Sections */
section {
	position: relative;
}

.section {
	padding: 140px 0 0 0;
	background: #fff;
}

.section-padded {
	padding: 140px 0 40px;
}

.barreorangeshadow{
	box-shadow: 0px 15px 10px 8px #FF7F00;
	-webkit-box-shadow: 0px 15px 10px 8px #FF7F00;
	-moz-box-shadow: 0px 15px 10px 8px #FF7F00;
}

.cut-top {
	content: ' ';
	position: absolute;
	z-index: 1;
	top: -80px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 80px solid transparent;
	border-right: 30px solid #FF7F00;
	box-shadow: 0px 15px 10px 0px #FF7F00;
	-webkit-box-shadow: 0px 15px 10px 0px #FF7F00;
	-moz-box-shadow: 0px 15px 10px 0px #FF7F00;
}

.cut-bottom {
	content: ' ';
	position: absolute;
	z-index: 2;
	bottom: -78px;
	left: 0;
	width: 0;
	height: 0;
	border-bottom: 79px solid transparent;
	border-left: 30px solid #FF7F00;
	box-shadow: 0px -15px 10px 0px #FF7F00;
	-webkit-box-shadow: 0px -15px 10px 0px #FF7F00;
	-moz-box-shadow: 0px -15px 10px 0px #FF7F00;
}
.tableauprix {
	border-radius: 15px;
	background-color: white;
	margin-top: 5px;
}
#carteimage{
	width: 100%;
	border-radius: 13px;
}
@media only screen and (max-device-width:765px) {
	#carteimage{
		border-radius: 13px 13px 0 0;
	}
	.cut-top {
		content: ' ';
		position: absolute;
		z-index: 1;
		top: -79px;
		left: 0;
		width: 0;
		height: 0;
		border-top: 80px solid transparent;
		border-right: 30px solid #FF7F00;
		box-shadow: 0px 25px 10px 0px #FF7F00;
		-webkit-box-shadow: 0px 25px 10px 0px #FF7F00;
		-moz-box-shadow: 0px 25px 10px 0px #FF7F00;
	}

	.cut-bottom {
		content: ' ';
		position: absolute;
		z-index: 1;
		bottom: -82px;
		left: 0;
		width: 0;
		height: 0;
		border-bottom: 80px solid transparent;
		border-left: 30px solid #FF7F00;
		box-shadow: 0px -25px 10px 0px #FF7F00;
		-webkit-box-shadow: 0px -25px 10px 0px #FF7F00;
		-moz-box-shadow: 0px -25px 10px 0px #FF7F00;
	}
}

.intro-tables {
	top: -130px;
	position: relative;
}

.intro-table {
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: repeat;
	background-position: 0% 0%;
}

.intro-table-first {
	background-image: url('../img/table-1-vf.jpg');
}

.intro-table-hover {
	-webkit-transition: background-image 0.3s ease, background-position 0.3s;
	transition: background-image 0.3s ease, background-position 0.3s;
	background-image: url('../img/table-2-vf.jpg');
}

.intro-table-hover h4 {
	-webkit-transform: translateY(170px);
	transform: translateY(170px);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.intro-table-hover:hover {
	background-image: url('../img/table-2-vf-hover.jpg');
	background-position: 50% 50%;
}

.intro-table-third {
	background-image: url('../img/table-3-vf.jpg');
}

.intro-table-hover .expand {
	margin: 30px;
	margin-top: 120px;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s ease, opacity 0.3s;
	-webkit-transform: scale(0.6);
	-ms-transform: scale(0.6);
	transform: scale(0.6);
}

.intro-table-hover:hover h4 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.intro-table-hover:hover .expand {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.intro-table-hover .hide-hover {
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.intro-table-hover:hover .hide-hover {
	opacity: 0;
}

.intro-tables .intro-table {
	position: relative;
	width: 100%;
	height: 300px;
	margin: 20px 0;
}

.intro-tables .intro-table .heading {
	margin: 0;
	padding: 30px;
}

.intro-tables .intro-table .small-heading {
	margin: 0;
	padding: 0 30px;
}

.intro-tables .intro-table .bottom {
	position: absolute;
	bottom: 0;
}

.intro-tables .intro-table .owl-schedule .schedule-row {
	padding: 10px 30px;
	color: white;
	transition: all 0.3s ease;
}

.owl-schedule .schedule-row:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.owl-testimonials .author {
	margin-top: 50px;
}

.ripple-effect {
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: white;
	-webkit-animation: ripple-animation 2s;
	animation: ripple-animation 2s;
}

@-webkit-keyframes ripple-animation {
	from {
		opacity: 0.2;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(100);
		transform: scale(100);
	}
}

@keyframes ripple-animation {
	from {
		opacity: 0.2;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(100);
		transform: scale(100);
	}
}

@media only screen and (max-device-width:765px) {
	.adresse {
		background-color: white;
		border-radius: 15px;
		margin: 0;
		padding: 10px 0;
		width: 80%;
		height: 100%;
		background: #FFFFFF;
	}
}

.services {
	margin: 40px 0;
}

.service {
	width: 100%;
	height: 450px;
	margin: 30px 0;
	text-align: center;
	border: 1px solid #ddd;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: #D4EEF4;
}

@media only screen and (max-device-width:730px) {
	.service {
		width: 100%;
		height: 500px;
		margin: 30px 0;
		text-align: center;
		border: 1px solid #ddd;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		background-color: #D4EEF4;
	}
}

@media only screen and (max-device-width:590px) {
	.service {
		width: 100%;
		height: 550px;
		margin: 30px 0;
		text-align: center;
		border: 1px solid #ddd;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
}

@media only screen and (max-device-width:490px) {
	.service {
		width: 100%;
		height: 600px;
		margin: 30px 0;
		text-align: center;
		border: 1px solid #ddd;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
}

@media only screen and (max-device-width:425px) {
	.service {
		width: 100%;
		height: 660px;
		margin: 30px 0;
		text-align: center;
		border: 1px solid #ddd;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
}

.service .icon-holder, .service-nat .icon-holder {
	position: relative;
	top: 100px;
	display: inline-block;
	/* margin-bottom: 40px; */
	margin-bottom: 20px;
	padding: 10px;
	background: #E5F6FF;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.service .heading, .service-nat .heading {
	position: relative;
	top: 80px;
	-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.service .icon-holder > img.icon, .service-nat .icon-holder > img.icon {
	/* width: 40px; */
	width: 200px;
}

.service:hover, .service-nat:hover {
	border-color: #00a8ff;
}

.service:hover .icon-holder, .service-nat:hover .icon-holder {
	top: -30px;
}

.service:hover .heading, .service-nat:hover .heading {
	top: -30px;
}

.service .description {
	width: 80%;
	margin: 0 auto;
	opacity: 0;
	-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.service p {
	color: #004495;
}

.service .description-fort {
	width: 80%;
	font-weight: bold;
	color: rgb(20, 5, 110);
	margin: 0 auto;
	margin-top: 10px;
	opacity: 0;
	-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.service:hover .description, .service:hover .description-fort {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.team {
	margin: 80px 0;
	padding-bottom: 60px;
	/* background-image: url("../img/background.png"); */
	background-color: #D4EEF4;
    background-repeat: no-repeat;
    background-position: bottom;
	background-attachment: fixed;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
}

.team .cover .overlay {
	height: 250px;
	padding-top: 60px;
	opacity: 0;
	background: rgba(0, 168, 255, 0.9);
	-webkit-transition: opacity 0.45s ease;
	transition: opacity 0.45s ease;
}

.team:hover .cover .overlay {
	opacity: 1;
}

.team .avatar {
	position: relative;
	z-index: 2;
	margin-top: -60px;
	border-radius: 50%;
}

.team .title {
	margin: 50px 0;
}
/* Pricing */

#pricing {
	background: url('../img/pricing1-vf.jpg') no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-transition: background-image 0.6s linear 0.3s;
	transition: background-image 0.6s linear 0.3s;
}

.owl-pricing img {
	width: 100%;
}

.owl-pricing,
.pricings {
	margin-top: 100px;
	margin-bottom: 100px;
}

.pricing {
	position: relative;
	width: 100%;
}

.pricings .pricing .box-main,
.pricings .pricing .box-second {
	position: relative;
	left: 25%;
	display: inline-block;
	width: 50%;
	height: 300px;
	padding: 50px 30px;
	background: #bbb;
	-webkit-transition: -webkit-transform 0.3s, background-image 0.3s, opacity 0.3s;
	transition: transform 0.3s, background-image 0.3s, opacity 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.pricings .pricing .box-main {
	z-index: 10;
	padding-top: 40px;
}

.pricings .pricing .box-main:not(.active) {
	cursor: pointer;
}

.pricings .pricing .box-main .info-icon {
	font-size: 14px;
	position: absolute;
	top: 20px;
	right: 20px;
	pointer-events: none;
	opacity: 0;
	color: #fff;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.pricings .pricing .box-main:not(.active) .info-icon {
	opacity: 1;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.pricings .pricing .box-main:not(.active):hover {
	background: #afafaf;
}

.pricings .pricing .box-main.active {
	background: #00a8ff;
	-webkit-transform: translateX(-99%);
	-ms-transform: translateX(-99%);
	transform: translateX(-99%);
}

.pricings .pricing .box-second {
	position: absolute;
	top: 0;
	right: 0% !important;
	left: auto;
	opacity: 0;
	background: #afafaf;
}

.pricings .pricing .box-second.active {
	opacity: 1;
	background: #00a8ff;
}

.pricings .pricing.active .box-main,
.pricings .pricing .box-second {
	background: #00a8ff;
}

.pricings .pricing .box-main a.btn {
	margin-top: 50px;
}

.owl-twitter i.icon {
	font-size: 36px;
	margin-bottom: 60px;
	color: white;
}
@media (min-width: 1200px){
	.container {
			width: 1070px;
	}
	#centresituercontact{
		margin-left: 33%;
	}
}
/* Footer */

footer {
	padding: 100px 0 40px;
	background-color: orange;
	/* background: url('../img/footer-varafrogs.png'); */
	-webkit-background-size: cover;
	background-size: cover;
}
.ilotfooter{
	position: absolute;
	top: -150px;
	z-index: -1;
	/* background-color: orange; */
	width: 100%;
}
.backgilot{
	background: url(../img/ilot-opacity.png) no-repeat;
	background-color: orange;
	-webkit-background-size: cover;
	background-size: contain;
	background-position : center; 
}

@media only screen and (max-device-width:765px) {
	footer {
		padding: 20px;
		background-color: orange;
		/* background: url('../img/footer-varafrogs-petit.png'); */
		-webkit-background-size: cover;
		background-size: cover;
	}

	.ilotfooter {
		top: 145px;
	}
	footer .bottom-footer {
    margin-top: 150px;
	}
}
@media only screen and (min-device-width:766px) {
	footer .bottom-footer {
		margin-top: 350px;
	}
	.tableauprix .row {
		display: flex;
	}
}

footer .trial-button {
	overflow: hidden !important;
	margin: 40px 0;
}

footer .open-blink {
	content: ' ';
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 20px;
	border-radius: 50%;
	background-color: #4caf50;
	-webkit-animation-name: flash;
	animation-name: flash;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

footer .open-blink:before {
	content: ' ';
	position: absolute;
	top: -8px;
	left: -8px;
	display: inline-block;
	width: 30px;
	height: 30px;
	opacity: 0.1;
	border-radius: 50%;
	background-color: #4caf50;
}

/* footer .opening-hours {
	margin-top: 60px;
} */

footer .social-footer {
	padding: 0;
	list-style: none;
}

footer .social-footer li {
	display: inline-block;
	margin: 0 10px;
}

footer .social-footer li a, footer p a {
	font-size: 24px;
	color: #fff;
}

footer .social-footer li:hover a, footer p:hover a {
	color: #004495;
}

.adresse {
	border-radius: 0 0 15px 15px;
    margin: 0;
	padding: 10px 0;
	width: 50%;
	height: 100%;
}

.btnadresse button {
	background-color: red;
	background: red;
}

@media only screen and (max-device-width:765px) {
	.btnadresse button {
		width: 100%;
	}
}

.btnadresse h4 {
	color: white;
}

.btnadresse button:hover {
	background-color: orange;
}

.btnadresse button:hover h4 {
	color: green;
}

.margintop10 {
	margin-top: 10px;
}

#macaron-6seances {
	position: absolute;
	width: 145px;
	height: 150px;
	margin-top: -250px;
	z-index: 5;
	background: url('../img/personnages_0007_prixetoile.png');
	animation: bounce 3.7s ease infinite;
}

#resa-ligne {
	position: absolute;
	width: 220px;
	height: 190px;
	right: 5px;
	margin-top: -250px;
	z-index: 5;
	animation: flash 2s ease infinite;
}

#ballons-cadeau-left, #ballons-cadeau-right {
	position: absolute;
	width: 119px;
	height: 150px;
	top: -80px;
	z-index: 5;
	background: url('../img/ballons-cadeau-mini.png');
	animation: bounce 3.7s ease infinite;
}
#ballons-cadeau-left {
	left: 100px;
}
#ballons-cadeau-right {
	right: 100px;
}
#listboncadeau{
	text-align: left;
	display: inline-block;
	list-style-type:none;
	padding: 0;
}
#imgboncadeau{
	display: block;
	border-radius: 13px;
}
.alignrightcenter{
	text-align: right;
	padding-right: 0;
}
.alignleftcenter{
	text-align: left;
	padding-left: 5px;
}
@media only screen and (max-device-width:992px) {
	.alignrightcenter, .alignleftcenter{
		text-align: center;
	}
	#imgboncadeau{
		border-radius: 0;
		margin: auto;
	}
	#listboncadeau{
    padding-top: 15px;
	}
}
@media only screen and (max-device-width:765px) {
	#ballons-cadeau-left {
		left: 2%;
    top: -110px;
	}
	#ballons-cadeau-right {
		right: 2%;
    top: -110px;
	}
	#macaron-6seances {
		width:97px;
		height:100px;
		margin-top: -180px;
		right: unset;
    left: 1vw;
		background:url('../img/personnages_0007_prixetoile-petit.png');
	}

	/* .espacemacaron {
		margin-right: 25vw;
	} */
}

#macaron-glaces {
	position: absolute;
	width: 102px;
	height: 150px;
	right: 20px;
	top: 90px;
	margin-top: -100px;
	z-index: 5;
	background: url('../img/vente-gaufres.png');
	animation: bounce 3.7s ease infinite;
}

@media only screen and (max-device-width:765px) {
	#macaron-glaces {
		margin-top: -220px;
    right: 0;
	}
}

@keyframes bounce{
	from {top: 106px;}
	50%  {top: 86px;}
	to   {top: 106px;}
}

/* Form Control */

.form-control {
	font-size: 18px;
	position: relative;
	left: 0;
	height: auto;
	padding: 20px 30px;
	border: 1px;
	border-radius: 0;
	box-shadow: 0;
}

.form-control.form-white {
	color: #fff;
	border: 2px solid white;
	background: transparent;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.form-control.form-white::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #fff;
}

.form-control.form-white:-moz-placeholder {
	opacity: 1;
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
}

.form-control.form-white::-moz-placeholder {
	opacity: 1;
	/* Mozilla Firefox 19+ */
	color: #fff;
}

.form-control.form-white:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #fff;
}

.form-control.form-white:focus {
	background: rgba(255,255,255,0.2);
}

/* Popup */
.modal {
	padding: 0 25px !important;
}

.modal-dialog {
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
}

.modal-popup {
	position: relative;
	padding: 45px 30px;
	text-align: center;
	background: url('../img/popup.jpg');
	box-shadow: none;
	border-radius: 2px;
}

.modal-popup a.close-link {
	font-size: 22px;
	position: absolute;
	top: 20px;
	right: 30px;
	color: #fff;
}

.popup-form {
	width: 90%;
	max-width: 375px;
	margin: 60px auto;
}

.popup-form .form-control {
	margin: 20px 0;
}

.popup-form .form-control.dropdown {
	text-align: left;
}

.popup-form .form-control.dropdown:after {
	content: '\f0d7';
	font-family: 'FontAwesome';
	display: inline-block;
	float: right;
	color: white;
}

.popup-form .dropdown .dropdown-menu {
	top: 65px;
	width: 100%;
	padding: 0;
	border: 2px solid white;
	border-top: 0;
	border-radius: 0;
	background: white;
	box-shadow: none;
}

.popup-form .dropdown .dropdown-menu li {
	font-size: 16px;
	width: 100%;
	background: transparent;
}

.popup-form .dropdown .dropdown-menu li a {
	width: 100%;
	padding: 15px 30px;
	color: #00a8ff;
}

.popup-form .dropdown .dropdown-menu li:hover a {
	color: #fff;
	background: #00a8ff;
}

/* Checkbox */

.checkbox-holder {
	white-space: nowrap;
}

.checkbox {
	position: relative;
	display: block;
}

.checkbox {
	position: relative;
}

.checkbox label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
	border: 2px solid white;
	background: transparent;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.checkbox input[type=checkbox]:focus + label:before {
	background: rgba(255,255,255,0.2);
}

.checkbox label:after {
	content: '';
	position: absolute;
	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	opacity: 0;
	background: white;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.checkbox input[type=checkbox] {
	opacity: 0;
	position: absolute;
	width: 0;
	height: 0;
}

.checkbox input[type=checkbox]:checked + label:after {
	opacity: 1;
}

.checkbox-holder span {
	position: relative;
	display: inline-block;
	margin: 0 0 0 10px;
	white-space: normal;
	color: #fff;
}

.btn.btn-submit {
	width: 100%;
	margin-top: 30px;
	color: #00a8ff;
	border: 2px solid #fff;
	background: #fff;
}

.btn.btn-submit:focus {
	font-weight: bold;
}

.btn.btn-submit:hover {
	color: #00a8ff;
	background: #fff;
}

/* Mobile Nav */
.mobile-nav {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	background: #FF7F00;
	-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.mobile-nav.active {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.mobile-nav ul {
	display: table-cell;
	padding: 0;
	list-style: none;
	vertical-align: middle;
}

.mobile-nav ul li {
	margin: 25px 0;
}

.mobile-nav ul li a:not(.btn) {
	color: rgb(255, 255, 255);
}

.mobile-nav a.close-link {
	font-size: 24px;
	position: absolute;
	bottom: 0px;
	left: calc(50% - 10px);
	left: 0;
	width: 100%;
	padding: 15px 0;
	color: #fff;
	background: #00a8ff;
}

.row.title {
	padding: 0 20px;
}

.light {
	font-weight: 300;
}

.regular {
	font-weight: 400;
}

.regularpricing {
	font-weight: 250;
	font: message-box;
}

.bold {
	font-weight: bold;
}

.enligne {
	display: inherit;
	position: absolute;
    top: -140px;
    left: 50%;
    transform: translate(-50%);
}

.bg {
	content: "";
	display: block;
	z-index: -10;
	background: url("../img/background.png") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
ul{
	margin-top: 10px;
}

/* Backgrounds */
.backgroundwhite{
	background-color: rgba(255, 255, 255, 0.4);
	padding: 10px;
    border-radius: 25px;
}

/* Colors */

.white {
	color: white;
}
.black{
	color: black;
}
.colororange {
	color: #FF7F00;
}
.backgroundorange{
	background-color: #ff7f00;
}

.colorrouge {
	color: #FF1E4A;
}

.colorvert {
	color: #67B120;
}

.light-white {
	color: rgba(255, 255, 255, 0.5);
}

.vert-bg {
	background: #67B120;
}

.white-bg {
	background: white;
}

.gray-bg {
	background: #f7f7f7;
}

.blue {
	color: #00a8ff;
}

.blue-bg {
	background: #19528B;
}

.orange-bg {
	background: #FF7F00;
}

.muted {
	color: #57FF00;
}

.colorblue {
	color: #004495;
}

.margin-top {
	margin-top: 100px;
}
.redimimages{
	width: auto;
	height: auto;
	max-height: 150px;
}
.redimimages1{
	width: auto;
	max-width: 100%;
	height: auto;
}
.borduretableau {
	border: black solid;
}
.borduretableaubottom {
	border-bottom: black dotted 1px;
	border-top: 0;
}
.borduretableautopsolid {
	border-top: black solid;
}

.borduretableautop {
	border-top: black dotted 1px;
	border-bottom: 0;
}

.borduretableauright {
	border-right: black dotted 1px;
}

.borduretableauleft {
	border-left: black solid;
}

.sansmargin {
	margin-right: 0px;
  margin-left: 0px;
}

@media(max-width:992px) {
	.borduretableauright {
		border-right: none;
	}
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 16px;
	}
	h6 {
		font-size: 12px;
	}
	.section {
		padding: 140px 0 0 0;
	}
}

/* Media Queries */

@media(max-width:991px) {
	.text-center-mobile {
		text-align: center !important;
	}
}

@media(max-width: 768px) {
	.pricing {
		margin-bottom: 30px;
	}
	.pricings .pricing .info-icon {
		display: none;
	}
	.pricings .pricing .box-main,
	.pricings .pricing .box-second {
		left: 0;
		width: 100%;
		padding: 50px 50px 0;
		text-align: left;
		background: #00a8ff;
	}
	.pricings .pricing .box-main.active {
		background: #00a8ff;
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}
	.pricings .pricing .box-second {
		position: relative;
		opacity: 1;
	}
	.popup-form {
		width: 100%;
		margin: 60px auto;
	}
	.modal {
		padding: 0 10px !important;
	}
	.popup-form .form-control:not(.dropdown):focus {
		position: relative;
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media(max-width: 400px) {
	header .typed-cursor {
		display: none;
	}
	.pricings .pricing .box-second {
		padding-top: 0;
	}
}





