/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-family: 'Nunito', sans-serif;
	color:#444;
	overflow-x: hidden;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'open sans';
	src:url('./fonts/OpenSans-Regular.ttf');
	
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

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

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

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

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

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

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
p{
	font-family: 'open sans';
	font-size: 17px;
}

h2{
	font-size: 24px;
}

h1{
	font-size: 49px;
}

.home p{
	font-size: 23px;
}

h3{
	font-size: 21px;
}
.hero-section{
	height: 100vh;
	padding-top: 97px;
}

.hero-section .content{
	display: flex;
	height: 100%;
	justify-content: space-between;
	align-items: center;
}

.hero-section .content .content-left{
	width: 41%;
	transform: translateX(-700px);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 5%;
}

.hero-section .content .content-left h1{
	font-size: 40px;
}

.hero-section .content .content-left h1 span{
	font-size: 40px;
	color: #6b3895;
	opacity: 1;
}

.hero-section .content .content-left .button{
	border: 1px solid #FFF;
	border-radius: 31px;
	background: linear-gradient(to right, #850097, #f40080);
	padding: 17px 31px;
	transition: 0.3s;
	height: fit-content;
	opacity: 1;
	font-size: 17px;
	color: #FFF;
	font-weight: 700;
	text-align: center;
}

.hero-section .content .content-left .button:hover{
	background: #FFF;
	border: 1px solid #6b3895;
	color:#6b3895;
	transition: 0.3s;
}

.hero-section .content .content-right{
	display: flex;
	width: 49%;
	justify-content: center;
	position: relative;
	height: 100%;
}

.hero-section .content .content-right .background{
	margin: auto;
	top: 111px;
	bottom: 0;
	position: absolute;
}

.hero-section .content .content-right .tracer{
	top: 99px;
	left: 13px;
	position: absolute;
}

.hero-section .content .content-right .youtube{
	top: 10px;
	left: 0;
	position: absolute;
}

.hero-section .content .content-right .sound{
	top: 101px;
	left: 471px;
	position: absolute;
}


.hero-section .content .content-right .contact{
	bottom: -49px;
	left: 343px;
	position: absolute;
}

.hero-section .content .content-right .casque{
	bottom: 99px;
	left: 43px;
	position: absolute;
}

.hero-section .content .content-right .map-1{
	top: 59px;
	left: 119px;
	position: absolute;
}

.hero-section .content .content-right .map-2{
	top: 179px;
	left: 599px;
	position: absolute;
}

.hero-section .content .content-right .map-3{
	bottom: 0;
	left: 17px;
	position: absolute;
}

.hero-section .content .content-right .img{
	top: 371px;
	left: 531px;
	position: absolute;
	opacity: 1;
}

.hero-section .content .content-right img{
	transform: translateY(417px);
	z-index: 1;
	width: 201px;
	position: absolute;
	font-size: initial;
	opacity: 0;
}

.hero-section .content .content-right .images{
	position: relative;
	width: 100%;
	height: fit-content;
}

.hero-section .content .content-right .image1{
	top: -212px;
	left:171px;
	transform: rotate(5deg);
}

.hero-section .content .content-right .image2{
	top: -177px;
	right: 65px;
	transform: rotate(14deg);
}

.hero-section .content .content-right .image3{
	top: -194px;
	left: -29px;
	transform: rotate(347deg);
}


.text-icons-section{
	width: 95%;
	margin: auto;
	margin-top: 79px;
	position: relative;
}

.text-icons-section .content{
	display: flex;
	flex-direction: column;
	font-size: 17px;
	padding-bottom: 199px;
	text-align: center;
}

.text-icons-section .content h2{
	font-size: 37px;
	text-align: center;
	width: 91%;
	margin-bottom: 30px;
}

.text-icons-section .content h2 span{
	color: #6b3895;
	opacity: 1;
}

.text-icons-section .content .icons .title{
	font-size: 35px;
	margin-top: 14px;
	line-height: 1;
	margin-bottom: 13px;
	
}

.text-icons-section .title{
	display: flex;
	justify-content: center;
}

.text-icons-section .content .icons .icon{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: auto;
	margin-top: 100px;
	fill: #6b3895;
	width: 79%;
	font-size: 23px;
}


.text-icons-section .content .icons .icon svg{
	width: 99px;
	height: 99px;
}

.video-section{
	width: 100%;
	background: linear-gradient(to right, #850097, #f40080);
	border-radius: 0 0 99px 99px;
	position: relative;
	overflow: hidden;
}

.video-section .content{
	display: flex;
	text-align: center;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #FFF;
}

.video-section .content .description{
	display: flex;
	text-align: center;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transform: translateX(-1700px);
}

.video-section .content .description .content-description{
	display: flex;
	justify-content: center;
	align-items: center;
}

.video-section .content h2{
	font-size: 49px;
	margin-bottom: 30px;
	font-weight: 300;
	opacity: 1;
	color: #FFF;
	text-align: center;
	margin-top: 41px;
	width: 79%;
}

.video-section .content .content-left{
	text-align: left;
	padding-right: 41px;
}

.video-section .content ul{
	padding: 0 23px;
}

.video-section .content ul li{
	list-style: url('./img/liste.svg');
	font-size: 23px;
	padding-left: 3px;
	padding-top: 3px;
}

.video-section .image-content{
	max-width: 499px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-top: 49px;
	margin-bottom: 41px;
}

.video-section .image-content .background{
	top: 43px;
	position: absolute;
}

.video-section .image-content img{
	width: 100%;
	position: relative;
	z-index: 1;
	opacity: 0;
	border-radius: 20px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.video-section .image-content .play{
	position: absolute;
	opacity: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: 0.3s;
}

.video-section .image-content .play:hover{
	opacity: 0.7;
	transition: 0.3s;
}

.video-section .content h2 span{
	font-weight: 700;
}

.video-section .tracer-map{
	bottom: 0;
	position: absolute;
	right: 0;
}

.video-section .content .casque{
	top: 0;
	left: 0;
	position: absolute;
}

.video-section .content .image{
	top: 0;
	position: absolute;
	right: 0;
}

.video-section .content .contact{
	bottom: 0;
	position: absolute;
	left: 0;
}

.video-section .map{
	top: -37px;
	position: absolute;
	right: 199px;
}

.video-section .button svg{
	margin-right: 7px;
}

.video-section .button{
	height: fit-content;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background: transparent;
	padding: 10px 33px;
	font-size: 17px;
	border-radius: 49px;
	left: 49px;
	transition: 0.3s;
	color: #FFF;
	border: 1px solid #FFF;
	font-weight: 700;
	cursor: pointer;
	margin-top: 50px;
	margin-bottom: 100px;
}

.video-section .button:hover{
	background: #FFF;
	color: #6b3895;
	transition: 0.3s;
}

.video-section .video-content{
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 7;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(to right, #850097, #f40080);
	border-radius: 0 0 99px 99px;
	transition: 1s;
}

.text-image-section{
	margin-top: 200px;
	margin-bottom: 139px;
}

.text-image-section .content{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.text-image-section .content .content-left{
	width: 47%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	transform: translateX(-409px);
}

.text-image-section .content .content-left h2{
	font-size: 37px;
	margin: 1px 0;
}

.text-image-section .content .content-left p{
	font-size: 23px;
}

.text-image-section .content .content-left .button{
	padding: 10px 30px;
	border: 1px solid #6b3895;
	font-size: 17px;
	border-radius: 27px;
	transition: 0.3s;
}

.text-image-section .content .content-left .button:hover{
	background: linear-gradient(to right, #850097, #f40080);
	color: #FFF;
	transition: 0.3s;
}

.text-image-section .content .content-left .button svg{
	margin-left: 7px;
}

.text-image-section .content .content-right{
	width: 49%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.text-image-section .content .content-right .background{
	top: -99px;
	left: 99px;
	position: absolute;
}

.text-image-section .content .content-right .tracer{
	top: -33px;
	left: 0;
	position: absolute;
}

.text-image-section .content .content-right .youtube{
	top: -119px;
	left: 39px;
	position: absolute;
}

.text-image-section .content .content-right .contact{
	top: -91px;
	left: 179px;
	position: absolute;
}

.text-image-section .content .content-right .map-1{
	top: -74px;
	left: 120px;
	position: absolute;
}

.text-image-section .content .content-right .map-2{
	top: 47px;
	left: 499px;
	position: absolute;
}

.text-image-section .content .content-right .casque{
	bottom: 79px;
	right: 0;
	position: absolute;
}

.text-image-section .content .content-right .image-pc{
	z-index: 3;
	position: relative;
	font-size: initial;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	border-radius: 17px;
}

.text-image-section .content .content-right img{
	border-radius: 17px;
}

.text-image-section .content-left span{
	color: #6b3895;
}

.text-image-section .content-right .image-app{
	width: 149px;
	z-index: 1;
	left: -179px;
	top: 79px;
	position: relative;
}

.description-section{
	width: 95%;
	margin: auto;
	margin-bottom: 79px;
	margin-top: 100px;
}

.description-section .content{
	position: relative;
	border-radius: 41px;	
	justify-content: center;
}

.description-section .content svg{
	width: 99px;
	height: 99px;
	fill: #FFF;
}

.description-section .content .title{
	font-size: 35px;
	line-height: 1;
	margin-top: 29px;
}

.description-section .content p{
	font-size: 20px;
}

.description-section .content-description{
	height: 499px;
	display: flex;
	justify-content: center;
	color: #FFF;
	align-items: center;
	flex-direction: column;
	border-radius: 43px;
	background: linear-gradient(to right, #850097, #f40080);
	opacity: 1;
	padding: 0 10%;
	text-align: center;
} 

.description-section .content .tracer1{
	top: -124px;
	position: absolute;
	right: 0;
}

.description-section .content .tracer2{
	bottom: -137px;
	position: absolute;
	right: 0;
}

.exemple-section{
}

.exemple-section .content{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.exemple-section .content h2{
	font-size: 37px;
	margin-bottom: 30px;
}

.exemple-section .content .exemples{
	display: flex;
	flex-direction: column;
	width: 100%;
}

.exemple-section .content .exemples .content{
	display: flex;
	margin: 50px 0;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
}

.exemple-section .content .exemples .content .content-right{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 49%;
	transform: translateX(907px);
}

.exemple-section .content .exemples .content .content-right .button{
	padding: 10px 30px;
	font-size: 17px;
	border: 1px solid #6b3895;
	border-radius: 27px;
	width: fit-content;
	color: #6b3895;
	transition: 0.3s;
	font-weight: 700;
}

.exemple-section .content .exemples .content .content-right .button:hover{
	background: #6b3895;
	color: #FFF;
	transition: 0.3s;
}

.exemple-section .content .exemples .content .content-right .title{
	font-size: 35px;
	color: #6b3895;
	width: 91%;
}

.exemple-section .content .exemples .content .content-right p{
	font-size: 23px;
}

.exemple-section .content .exemples .content .content-left{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 49%;
	position: relative;
	margin: auto;
}

.exemple-section .content .exemples .content .content-left .background{
	top: 0;
	z-index: 1;
	width: fit-content;
	bottom: 0;
	left: 0;
	position: absolute;
}

.exemple-section .content .exemples .content .content-left .tracer{
	top: 20px;
	left: -57px;
	position: absolute;
}

.exemple-section .content .exemples .content .content-left img{
	width: 499px;
	padding: 7px;
	z-index: 2;
	position: relative;
	left: -47px;
	bottom: -15px;
	opacity: 0;
	transform: translateY(703px);
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.exemple-section .content .exemples .content .content-left .tracer-2{
	top: 405px;
	left: 79px;
	position: absolute;
	font-size: inherit;
}
.exemple-section .map-1{
	top: 171px;
	position: absolute;
	left: 0;
	z-index: 3;
}

.exemple-section .contact{
	top: 194px;
	position: absolute;
	left: 417px;
}

.exemple-section .casque{
	top: 701px;
	position: absolute;
	left: 0;
}

.exemple-section .map-2{
	top: 713px;
	position: absolute;
	left: 99px;
	z-index: 3;
}

.exemple-section .image{
	top: 1203px;
	position: absolute;
	left: 7px;
}

.exemple-section .map-3{
	top: 1359px;
	position: absolute;
	left: 491px;
	z-index: 3;
}

.exemple-section .youtube{
	top: 1301px;
	position: absolute;
	left: 7px;
}

.exemple-section .map-4{
	top: 1959px;
	position: absolute;
	left: 71px;
	z-index: 3;
}

.exemple-section span{
	color: #6b3895;
}

.app-section{
	width: 100%;
	position: relative;
	top: 100px;
	z-index: 2;
	overflow: hidden;
}

.app-section .content{
	display: flex;
	background: linear-gradient(to right, #850097, #f40080);
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 27px;
	margin-top: 291px;
	border-radius: 0 0 99px 99px;
	text-align: center;
	width: 100%;
	z-index: 2;
	opacity: 1;
	color: #FFF;
}

.app-section .title h2{
	font-size: 37px;
	margin-top: 7px;
	text-align: center;
}

.app-section p{
	font-size: 23px;
	text-align: center;
	margin: 51px 0;
}

.app-section .content .button{
	padding: 10px 30px;
	border: 1px solid #FFF;
	font-size: 17px;
	border-radius: 31px;
	transition: 0.3s;
	color: #FFF;
	font-weight: 700;
}

.app-section .content .button:hover{
	background: #FFF;
	color: #6b3895;
	transition: 0.3s;
}


.app-section .img-app{
	margin: 100px 0;
	font-size: inherit;
}

.app-section .background{
	bottom: 729px;
	position: absolute;
}

.app-section .content .phones{
	display: flex;
	position: relative;
	z-index: 2;
	top: -223px;
	width: 91%;
	justify-content: space-around;
	opacity: 0;
	margin: auto;
}

.app-section .content .phones img{
	height: fit-content;
}

.app-section .content .phones .img-1{
}

.app-section .content .phones .img-3{
	display: block;
}

.app-section .text{
	position: relative;
	margin-bottom: -97px;
	top: -223px;
}

.app-section .svg1{
	top: 0;
	position: absolute;
	right: 39px;
}

.app-section .svg2{
	top: 479px;
	position: absolute;
	left: 79px;
	z-index: 4;
}

.app-section .svg5{
	top: 439px;
	position: absolute;
	left: 119px;
	z-index: 4;
}

.app-section .svg3{
	top: 29px;
	position: absolute;
	left: 499px;
}

.app-section .svg4{
	top: 201px;
	position: absolute;
	right: 73px;
}

.app-section .tracer{
	top: 421px;
	position: absolute;
	right: 0;
	z-index: 4;
}

.header{
	margin-top: 24px;
	position: absolute;
	top: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	z-index: 99;
	opacity: 1;
}

.header nav{
	display: flex;
}

.header nav ul{
	display: flex;
	font-size: 17px;
	list-style: none;
}

.header nav ul li{
	margin: 0 30px;
}

.header nav ul li a{
	font-size: 17px;
	transition: 0.3s;
	color: #000;
}

.header nav ul li a:hover{
	color: #6b3895;
	transition: 0.3s;
}

.header .button{
	font-size: 14px;
	height: fit-content;
	padding: 17px 30px;
	background: linear-gradient(to right, #850097, #f40080);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 49px;
	opacity: 1;
	border: 1px solid #FFF;
	color: #FFF;
	transition: 0.3s;
	font-weight: 700;
}

.header nav .close{
	font-size: 41px;
	position: absolute;
	top: 3%;
	right: 3%;
	justify-content: center;
	align-items: center;
	display: none;
}

.header .menu-responsive{
	font-size: 41px;
	justify-content: center;
	align-items: center;
	display: none;
}

.header .button:hover{
	background: #FFF;
	color: #6b3895;
	border: 1px solid #6b3895;
	transition: 0.3s;
}

.header .logo a{
	font-size: 31px;
	color: #000;
	transition: 0.3s;
}

.header .logo a:hover{
	opacity: 1;
	transition: 0.3s;
	color: #000;
}

.header .logo{
	width: 119px;
}

.header .show{
	left: 0;
	transition: 0.3s;
}

.footer{
	background: #2D2D2D;
	color: #FFF;
	position: relative;
}

.home .footer{
	padding-top: 99px;
}

.footer .content{
	display: flex;
	justify-content: space-between;
	padding: 79px 0;
}

.footer .content h2{
	font-size: 27px;
	font-weight: 700;
}
.footer .social{
	display: flex;
	flex-direction: column;
}

.footer .content a{
	font-size: 17px;
	margin: 30px 0;
}

.footer .copyright{
	font-size: 17px;
	text-align: center;
	padding-bottom: 17px;
	margin: 0;
}

.footer .mentions{
	bottom: 30px;
	position: absolute;
	right: 17px;
	font-size: 17px;
}

.footer .content .logo{
	display: flex;
	flex-direction: column;
}

.footer .content .logo .button{
	font-size: 17px;
	color: #FFF;
	opacity: 1;
	transition: 0.3s;
	padding: 10px 29px;
	background: linear-gradient(to right, #850097, #f40080);
	margin-top: 47px;
	border-radius: 49px;
	border: 1px solid #2D2D2D;
	font-weight: 700;
}

.footer .content .logo .button:hover{
	background: #2D2D2D;
	border: 1px solid #6b3895;
	transition: 0.3s;
}

.home .youtube {
  animation: 1.7s linear 0s infinite shake;
}

.hero-section .map-1 {
  animation: 7s linear 0s infinite fly;
}

.home .sound {
	animation: shake 1.7s ease 0s infinite ;
  }

.home .casque{
	animation: shake 1.7s ease 1s infinite ;
}


.hero-section .img{
	animation: shake 1.7s ease 2s infinite ;
}

.home .contact{
	animation: shake 1.7s ease 1.3s infinite ;
}

.hero-section .map-2{
	animation: iconanim 1.7s linear 3s infinite ;
}

.text-image-section .map-1{
	animation: 7s linear 0s infinite fly;
}

.home .image{
	animation: shake 1.7s ease 1.9s infinite ;
}

.app-section .svg2{
	animation: rotate 1s linear  infinite ;
}


.app-section .svg5{
	animation: rotateinverse 1s linear  infinite ;
}

.video-section .show-video{
	opacity: 1;
	transition: 1s;
}

.video-section .close{
	top: 31px;
	cursor: pointer;
	right: 31px;
	font-size: 31px;
	position: absolute;
}

.video-section iframe{
	width: 71%;
	height: 49%;
	border-radius: 24px;
}

.video-section .map{
	animation: 7s linear 0s infinite flyvideo;
}

@keyframes fly { 
  0% { 
    transform: translateX(-40px) rotate(0deg) rotateY(0deg);
  }
  10% {
    transform: translateX(-40px) rotate(30deg) rotateY(0deg);
  }
  20% {
    transform: translateX(-80px) rotate(30deg) rotateY(0deg);
  }
  30% {
    transform: translateX(-120px) translateY(20px)  rotate(30deg) rotateY(0deg);
  }
  40% {
    transform: translateX(-124px)  translateY(30px) rotate(10deg) rotateY(0deg);
  }
  50% {
    transform: translateX(-130px)  translateY(30px)  rotate(-10deg) rotateY(0deg);
  }
  60% {
    transform: translateX(-124px)  translateY(20px)  rotate(10deg) rotateY(0deg);
  }
  70% {
    transform: translateX(-120px) translateY(10px)  rotate(-10deg) rotateY(0deg);
  }
  80% {
    transform: translateX(-80px) rotate(-0deg) rotateY(0deg);
  }
  90% {
    transform: translateX(-40px) rotate(30deg) rotateY(0deg);
  }
  100% {
    transform: translateX(-40px) rotate(0deg) rotateY(0deg);
  }
}

@keyframes iconanim { 
	0% { 
	  transform: translateX(0px) rotate(0deg) rotateY(0deg);
	}
	20% {
	  transform: translateX(0px) rotate(30deg) rotateY(0deg);
	}
	40% {
	  transform: translateX(0px) rotate(10deg) rotateY(0deg);
	}
	50% {
	  transform: translateX(0px) rotate(0deg) rotateY(0deg);
	}
	60% {
	  transform: translateX(0px) rotate(-10deg) rotateY(0deg);
	}
	80% {
	  transform: translateX(0px) rotate(-30deg) rotateY(0deg);
	}
	100% {
	  transform: translateX(0px) rotate(0deg) rotateY(0deg);
	}
}

@keyframes shake {
	10% {
	  margin-left: -1px;
	}
	20% {
	  margin-left: 2px;
	}
	30% {
	  margin-left: -2px;
	}
	40% {
	  margin-left: 2px;
	}
	50% {
	  margin-left: 0px;
	}
}

@keyframes rotate { 
	0% { 
	  transform: translateX(0px) rotate(0deg) rotateY(0deg);
	}
	
	100% {
	  transform: translateX(0px) rotate(359deg) rotateY(0deg);
	}
  }

  @keyframes rotateinverse { 
	0% { 
	  transform: translateX(0px) rotate(0deg) rotateY(0deg);
	}
	
	100% {
	  transform: translateX(0px) rotate(-359deg) rotateY(0deg);
	}
  }

@keyframes flyvideo { 
	0% { 
	  transform: translateX(0px) rotate(0deg) rotateY(0deg);
	}
	10% {
	  transform: translateX(40px) rotate(30deg) rotateY(0deg);
	}
	20% {
	  transform: translateX(80px) rotate(30deg) rotateY(0deg);
	}
	30% {
	  transform: translateX(120px) translateY(3px)  rotate(30deg) rotateY(0deg);
	}
	40% {
	  transform: translateX(160px)  translateY(3px) rotate(10deg) rotateY(0deg);
	}
	50% {
	  transform: translateX(200px)  translateY(7px)  rotate(-10deg) rotateY(0deg);
	}
	60% {
	  transform: translateX(160px)  translateY(3px)  rotate(10deg) rotateY(0deg);
	}
	70% {
	  transform: translateX(120px) translateY(3px)  rotate(-10deg) rotateY(0deg);
	}
	80% {
	  transform: translateX(80px) rotate(0deg) rotateY(0deg);
	}
	90% {
	  transform: translateX(40px) rotate(30deg) rotateY(0deg);
	}
	100% {
	  transform: translateX(0px) rotate(0deg) rotateY(0deg);
	}
}



@keyframes flyexemple { 
	0% { 
	  transform: translateX(0px) rotate(0deg) rotateY(0deg);
	}
	10% {
	  transform: translateX(10px) translateY(20px) rotate(30deg) rotateY(0deg);
	}
	20% {
	  transform: translateX(10px) translateY(40px) rotate(10deg) rotateY(0deg);
	}
	30% {
	  transform: translateX(20px) translateY(60px)  rotate(30deg) rotateY(0deg);
	}
	40% {
	  transform: translateX(30px)  translateY(80px) rotate(10deg) rotateY(0deg);
	}
	50% {
	  transform: translateX(40px)  translateY(100px)  rotate(-10deg) rotateY(0deg);
	}
	60% {
	  transform: translateX(30px)  translateY(80px)  rotate(10deg) rotateY(0deg);
	}
	70% {
	  transform: translateX(20px) translateY(60px)  rotate(-10deg) rotateY(0deg);
	}
	80% {
	  transform: translateX(10px) translateY(40px) rotate(0deg) rotateY(0deg);
	}
	90% {
	  transform: translateX(3px) translateY(20px) rotate(30deg) rotateY(0deg);
	}
	100% {
	  transform: translateX(0px) rotate(0deg) rotateY(0deg);
	}
}

.exemple-section .map-1{
	animation: 7s linear 0s infinite flyexemple;
}

.hero-section.scrolled-home .content-left{
	transform: translateX(0);
	transition: 3s;
}

.hero-section.scrolled-home .content-right img{
	opacity: 1;
	transform: translateY(0);
	transition: 1s;
}

.video-section.scrolled-home .description{
	transform: translateX(0);
	transition: 1s;
}

.video-section.scrolled-home img{
	opacity: 1;
	transition: 3s;
}

.video-section.scrolled-home .content .play{
	opacity: 1;
	transition: 4s;
}

.text-image-section.scrolled-home .content-left{
	transform: translateX(0);
	transition: 1s;
}

.exemple-section .content .exemples  .exemple1.scrolled-home img{
	opacity: 1;
	transform: translateY(0);
	transition: 1s;
}

.exemple-section .content .exemples  .exemple2.scrolled-home img{
	opacity: 1;
	transform: translateY(0);
	transition: 1s;
}

.exemple-section .content .exemples .exemple1.scrolled-home .content-right{
	transform: translateX(0);
	transition: 3s;
}

.exemple-section .content .exemples .exemple2.scrolled-home .content-right{
	transform: translateX(0);
	transition: 3s;
}
.exemple-section .content .exemples .exemple3.scrolled-home img{
	opacity: 1;
	transform: translateY(0);
	transition: 1s;
}

.exemple-section .content .exemples .exemple3.scrolled-home .content-right{
	transform: translateX(0);
	transition: 3s;
}
.exemple-section .content .exemples .exemple4.scrolled-home img{
	opacity: 1;
	transform: translateY(0);
	transition: 1s;
}

.exemple-section .content .exemples .exemple4.scrolled-home .content-right{
	transform: translateX(0);
	transition: 3s;
}
.exemple-section .content .exemples .exemple5.scrolled-home img{
	opacity: 1;
	transform: translateY(0);
	transition: 1s;
}

.exemple-section .content .exemples .exemple5.scrolled-home .content-right{
	transform: translateX(0);
	transition: 3s;
}

.exemple-section .map-2{
	animation: 7s linear 0s infinite flyvideo;
}

.exemple-section .map-3{
	animation: 7s linear 0s infinite flyexemple;
}

.app-section.scrolled-home .content .phones{
	opacity: 1;
	transition: 4s;
}

@media only screen and (max-width:997px) {
	.exemple-section .content h2{
		font-size: 34px;
	}

	.hero-section{
		height: fit-content;
		margin-bottom: 49px;
	}
	.hero-section .content{
		flex-direction: column;
		height: fit-content;
	}

	.hero-section .content .content-left{
		width: 100%;
		align-items: center;
		transform: translateX(0);
	}

	.hero-section .content .content-right{
		display: flex;
		width: 100%;
		justify-content: center;
		position: relative;
	}

	.hero-section .content .content-right .images{
		display: flex;
		justify-content: center;
		margin: 71px 0;
	}


	.hero-section .content .content-right .image1{
		top: initial;
		left: initial;
		position: relative;
	}

	.hero-section .content .content-right .image2{
		position: absolute;
		height: 0;
	}

	.hero-section .content .content-right .image3{
		top: 54px;
		position: absolute;
		height: 0;
	}

	.hero-section .content .content-left h1{
		font-size: 31px;
		text-align: center;
		margin-top: 49px;
	}

	.hero-section .content .content-left h1 span{
		font-size: 31px;
	}

	.hero-section .content .content-right .casque{
		bottom: initial;
		left: inherit;
		top: 0;
		right: 0px;
	}
	
	.description-section .content p{
		font-size: 15px;
	}

	.description-section .content .title{
		font-size: 29px;
	}

	
	.description-section .content-description{
		height: 401px;
		padding: 0 3%;
	} 

	.video-section .button{
		left: initial;
		bottom: 0;
	}

	.video-section .content h2{
		font-size: 31px;
		width: 100%;
		transform: translateX(0);
	}

	.video-section .tracer{
		right: initial;
	}

	.video-section .content .casque{
		top: -41px;
	}



	.video-section .content ul{
		width: 100%;
	}

	.video-section .image-content{
		max-width: initial;
	}

	.video-section .image-content .background{
		top: 1px;
		position: absolute;
	}

	.video-section .content .image{
		top: -31px;
		position: absolute;
		right: 0;
	}

	
	.video-section .content .description .content-description{
		flex-direction: column;
	}

	.video-section .content .content-left{
		padding: 0;
	}

	.text-icons-section .content h2{
		font-size: 24px;
		width: 100%;
	}

	.text-icons-section .content .icon{
		margin-top: 49px;
	}

	.text-image-section .content{
		flex-direction: column;
	}

	.text-image-section .content .content-left{
		width: 95%;
		align-items: center;
		transform: translateX(0);
	}

	.text-image-section{
		overflow: hidden;
		margin: auto;
		padding: 93px 0;
	}
	.text-image-section .content .content-right{
		width: 100%;
		margin-top: 79px;
	}

	.text-image-section .content .content-left h2{
		font-size: 31px;
		text-align: center;
	}


	.text-image-section .content .content-left h2 span{
		font-size: 31px;
	}

	.text-image-section .content .content-right .image-pc{
		position: initial;
		width: max-content;
	}

	.text-image-section .content .content-right .contact{
		top: 1px;
		left: 219px;
		position: absolute;
	}

	.text-image-section .content .content-left p{
		font-size: 21px;
		text-align: center;
	}

	.text-image-section .content .content-right .background{
		opacity: 0;
	}

	.text-image-section .content .content-right .tracer{
		opacity: 0;
	}

	.text-image-section .content .content-right .youtube{
		top: 1px;
		left: 3px;
		position: absolute;
	}

	.text-image-section .content .content-right .map-1{
		opacity: 0;
	}
	
	.text-image-section .content .content-right .map-2{
		top: initial;
		bottom: 1px;
		left: 1px;
		position: absolute;
	}

	.text-image-section .content-right .image-app{
		opacity: 0;
	}

	.text-image-section .content .content-right .casque{
		opacity: 0;
	}

	.exemple-section .content .exemples .content .content-right{
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 100%;
		align-items: center;
		background: #FFF;
		transform: translateX(0);
	}

	.exemple-section .content .exemples .content .content-left{
		width: 95%;
	}

	.exemple-section .content h2{
		font-size: 31px;
	}

	.exemple-section .content .exemples .content .content-left .background{
		opacity: 0;
	}

	.exemple-section .content .exemples .content{
		flex-direction: column;
		height: fit-content;
	}


	.exemple-section .content .exemples .content .content-left img{
		left: initial;
		bottom: inherit;
		margin-bottom: 20px;
	}

	.exemple-section .map-3{
		opacity: 0;
	}

	.exemple-section .content .exemples .content .content-left .tracer-2{
		top: 157px;
		left: 79px;
		position: absolute;
		font-size: inherit;
	}

	.exemple-section .content .exemples .content .content-left .tracer{
		top: -179px;
		left: -57px;
		position: absolute;
	}

	.exemple-section .map-1{
		opacity: 0;
	}

	.exemple-section .contact{
		opacity: 0;
	}


	.exemple-section .content .exemples .content .content-right p{
		text-align: center;
		width: 91%;
	}

	.exemple-section .content .exemples .content .content-right .title{
		font-size: 31px;
		text-align: center;
		width: 91%;
	}

	.exemple-section{
		overflow: hidden;
		margin-top: 97px;
	}

	.exemple-section .map-4{
		top: 1841px;
		position: absolute;
		left: 59px;
		z-index: 3;
	}

	.app-section .content .phones img{
		max-height: 401px;
	}
	.app-section .content p{
		font-size: 20px;
		text-align: center;
	}

	.app-section .tracer{
		opacity: 0;
	}

	.app-section .svg2{
		top: 597px;
		position: absolute;
		left: 59px;
		z-index: 4;
	}

	.app-section .svg5{
		top: 591px;
		position: absolute;
		left: 119px;
		z-index: 4;
	}

	.app-section .content h2{
		font-size: 41px;
		margin-top: 40px;
	}

	.app-section .svg3{
		top: 29px;
		position: absolute;
		left: 17px;
	}

	.text-image-section .content{
		flex-direction: column;
	}

	.footer .content{
		flex-direction: column;
		align-items: center;
	}

	.footer .content .logo{
		align-items: center;
	}
	.footer .social{
		align-items: center;
	}



	.footer .copyright{
		margin: 0 17px;
	}



	.footer .content h2{
		text-align: center;
	}

	.header nav ul{
		flex-direction: column;
		padding: 0;
		align-items: center;
	}
	.header nav{
		flex-direction: column;
		position: fixed;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		background: #FFF;
		opacity: 1;
		font-size: inherit;
		left: -100%;
		top: 0;
		transition: 0.3s;
	}

	.header nav ul li a{
		font-size: 24px;
		margin: 17px 0;
	}

	.header .menu-responsive{
		display: flex;
		cursor: pointer;
	}

	.header{
		margin-top: 7px;
	}

	.header nav .close{
		display: flex;
		cursor: pointer;
	}
}

.single .single-content h1{
	font-size: 31px;
}

.single .single-content{
	display: flex;
	justify-content: center;
	padding-top: 123px;
}

.single .date-jour{
	margin-right: 10px;
}

.single .eta{
	margin-right: 10px;
}

.single .auteur{
	margin-left: 10px;
}

.single .timer svg{
	height: 20px;
	width: 31px;
}

.single .timer{
	margin-left: 4px;
}

.single .single-content article{
	border-radius: 17px;
	padding: 20px;
	box-shadow: 0 3px 6px #c0c0c0;
}

.single .single-content article .image{
	height: 299px;
	width: 100%;
	position: relative;
}

.single .single-content article .image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 17px;
}

.single .single-content article .content p{
	font-size: 17px;
} 

.single .single-content article .infos{
	display: flex;
	margin-top: 10px;
	color: #6b3895;
	font-weight: 700;
	margin: 17px 0;
}

.single .single-content article .infos .date{
	display: flex;
	font-size: 17px;
	background: linear-gradient(to right, #850097, #f40080);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}

.single .single-content .sidebar{
	height: fit-content;
	min-width: 350px;
	border-radius: 17px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-left: 39px;
}

.single .single-content .autres-articles{
	width: 100%;
	margin: 20px 0;
	display: flex;
	justify-content: space-between;
}

.single .single-content .autres-articles .content-left{
	width: 45%;
	height: 250px;
	display: flex;
	justify-content: center;
	position: relative;
}

.single .single-content .autres-articles .content-right{
	width: 45%;
	height: 250px;
	position: relative;
}

.single .single-content .autres-articles .image{
	width: 100%;
	height: 100%;
}

.single .single-content .autres-articles .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 17px;
}

.single .single-content .autres-articles .title{
	background: rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	border-radius: 17px;
	transition: 0.3s;
	font-size: 20px;
	color: #FFF;
	opacity: 1;
	text-align: center;
}

.single .single-content .autres-articles .title:hover{
	background: rgba(0, 0, 0, 0.53);
	transition: 0.3s;
}


.single .single-content .autres-articles .content-left svg{
	width: 41px;
	height: 41px;
	position: absolute;
	bottom: 20px;
	left: 20px;
	border-radius: 49%;
	padding: 7px;
	opacity: 1;
	background: #0337ee;
	color: #FFF;
}

.single .single-content .autres-articles .content-right svg{
	width: 41px;
	height: 41px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	border-radius: 49%;
	padding: 7px;
	opacity: 1;
	background: #6b3895;
	color: #FFF;
}

.single .single-content .commentaires{
	width: 100%;
	margin: 20px 0;
	box-shadow: 0 3px 6px #c0c0c0;
	padding: 20px;
	font-size: 17px;
	border-radius: 17px;
}

.single .single-content .commentaires input{
	padding: 7px;
}

.single .single-content .commentaires h3{
	text-align: center;
}

.single .single-content .autres-articles .content-left a{
	width: 100%;
}

.single .single-content .autres-articles .content-right a{
	width: 100%;
}

.single .single-content .commentaires h2{
	font-size: 24px;
	text-align: center;
}

.single .single-content .commentaires input{
	padding: 10px;
	border-radius: 17px;
	border: 1px solid #0337ee;
}

.single .single-content .commentaires textarea{
	padding: 10px;
	width: 100%;
	border-radius: 17px;
	border: 1px solid #6b3895;
}

.single .single-content .commentaires label{
	opacity: 0;
	font-size: 0;
}

.single .single-content .commentaires .comment-form-cookies-consent label{
	opacity: 1;
	font-size: initial;
}

.single .single-content .commentaires  input[type="submit"]{
	width: fit-content;
	border: 1px solid #6b3895;
	background: #6b3895;
	color: #FFF;
	transition: 0.3s;
}

.single .single-content .commentaires input[type="submit"]:hover{
	background: #FFF;
	color: #000;
	transition: 0.3s;
}

.single .sidebar .articles{
	width: 100%;
	padding: 20px;
	border-radius: 17px;
	box-shadow: 0 3px 6px #c0c0c0;
	margin-top: 10px;
}

.single .sidebar .articles .titre{
	font-size: 24px;
	padding: 17px;
}

.single .sidebar .articles .list-articles{
	width: 100%;
}

.single .single-content .sidebar .articles .list-articles .article a{
	display: flex;
	justify-content: center;
	align-items: center;
}

.single .single-content .sidebar .articles .list-articles .article .image{
	width: 71px;
	height: 71px;
}

.single .single-content .sidebar .articles .list-articles .article .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 49%;
}

.single .single-content .sidebar .articles .list-articles .article .titre{
	font-size: 15px;
	max-width: 237px;
	padding: 17px 0;
	padding-left: 17px;
}

.single .single-content .sidebar .articles .list-articles .article a:hover{
	opacity: 0.7;
}

.page-index .index-h1{
	font-size: 49px;
	text-align: center;
}

.page-index article{
	width: 100%;
	max-width: 999px;
	margin: auto;
	box-shadow: 0 3px 6px #c0c0c0;
	border-radius: 17px;
	height: 409px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 71px;
	opacity: 1;
	padding: 17px;
}

.page-index article .content-left{
	width: 47%;
	height: 100%;
}

.page-index article .content-right{
	width: 47%;
}

.page-index article .content-left img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 1;
	transition: 0.3s;
}

.page-index article .content-right h2{
	font-size: 27px;
}

.page-index{
	padding-top: 99px;
	position: initial;
}

.page-index article .content-right .date{
	font-size: 17px;
	color: #6b3895;
	font-weight: 700;
}

.page-index article .content-right p{
	font-size: 17px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-weight: 300;
}

.page-index article .content-right .view-article{
	border: 1px solid #6b3895;
	background-color: #6b3895;
	border-radius: 17px;
	padding: 10px 30px;
	font-size: 17px;
	font-weight: 700;
	transition: 0.3s;
	opacity: 1;
	margin-top: 17px;
	color: #FFF;
}

.page-index article .content-right .view-article:hover{
	background-color: #FFF;
	color: #6b3895;
	transition: 0.3s;
}

.page-index article .content-left img:hover{
	opacity: 0.7;
	transition: 0.3s;
}

.single .category ul{
	width: 100%;
	list-style: none;
	position: absolute;
	top: 0;
	display: flex;
	flex-wrap: wrap;
}

.single .category ul li{
	margin: 3px;
	margin-bottom: 17px;
}


.single .category ul li a{
	background: linear-gradient(to right, #850097, #f40080);
	width: fit-content;
	padding: 7px;
	font-size: 13px;
	border-radius: 7px;
	transition: 0.3s;
	opacity: 1;
	color: #FFF;
}

.single .category ul li a:hover{
	
}

.footer .social{
	display: flex;
	flex-direction: column;
}

.footer .social a{
	color: #FFF;
	margin: 9px 0;
	transition: 0.3s;
}

.footer .social a:hover{
	color: #d337f0;
	transition: 0.3s;
}

.footer .contacts a{
	transition: 0.3s;
	color: #FFF;
}

.footer .contacts a:hover{
	color: #d337f0;
	transition: 0.3s;
}

.template-hero h1{
	font-size: 49px;
	font-weight: 300;
	text-align: center;
}


.template-hero{
	width: 100%;
	background: #FEE752;
	border-radius: 0 0 99px 99px;
	padding-top: 99px;
	padding-bottom: 71px;
}

.template-hero img{
	height: 401px;
	width: 71%;
	object-fit: cover;
}

.template-hero .image{
	display: flex;
	justify-content: center;
}

.text-icons-section .svg{
	position: absolute;
	bottom: 0;
}

.text-icons-section .svg-points1{
	position: absolute;
	bottom: -39px;
}

.text-icons-section .svg-points2{
	position: absolute;
	bottom: 17px;
	left: 143px;
	transform: rotate(17deg);
}

.text-image-section .svg{
	position: absolute;
	bottom: 0;
}

.text-image-section .svg-points1{
	position: absolute;
	bottom: -93px;
}

.text-image-section .svg-points2{
	position: absolute;
	top: -71px;
	z-index: -1;
	left: 199px;
	opacity: 1;
}

@media only screen and (max-width:997px) {
	.single .single-content{
		flex-direction: column;
	}

	
	.single .single-content .sidebar{
		margin-left: 0;
		margin-bottom: 17px;
	}

	.single .single-content .autres-articles{
		flex-direction: column;
	}

	.page-index article{
		flex-direction: column;
		height: fit-content;
	}

	.page-index article .content-left{
		width: 100%;
	}

	.page-index article .content-right{
		width: 100%;
	}

	.template-hero img{
		width: 91%;
	}

	.single .single-content .autres-articles .content-left{
		width: 100%;
		margin-bottom: 20px;
	}


	.single .single-content .autres-articles .content-right{
		width: 100%;
	}
	
	.modal .content {
		width: 95%;
	}
	
}

.contact .nf-form-content .list-select-wrap .nf-field-element>div, .contact .nf-form-content input:not([type=button]), .demande-de-demo .nf-form-content textarea{
	border-radius: 17px;
	background: transparent;
}

.single .category li:hover{
	background: #FFF;
	color: #6b3895;
	transition: 0.3s;
	opacity: 1;
}

.single .category li:hover a{
	color: #6b3895;
	transition: 0.3s;
}

.page-h1{
	padding-top: 147px;
	text-align: center;
}

.contact .nf-form-content button, .contact .nf-form-content input[type=button], .contact .nf-form-content input[type=submit]{
	background: linear-gradient(to right, #850097, #f40080);
	font-weight: 700;
	border-radius: 49px;
	border: 1px solid #FFF;
	transition: 0.3s;
}

.contact .nf-form-content button:hover, .contact .nf-form-content input[type=button]:hover, .contact .nf-form-content input[type=submit]:hover{
	background: transparent;
	border: 1px solid #6b3895;
	transition: 0.3s;
	color: #6b3895;
	opacity: 1;
}

.footer .copyright a{
	color: #d337f0;
	transition: 0.3s;
}


.footer .copyright a:hover{
	color: #FFF;
	transition: 0.3s;
}

.page a{
	color: #6b3895;
	transition: 0.3s;
	opacity: 1;
}


figcaption{
	text-align: center;
}

.page a:hover{
	opacity: 0.7;
	transition: 0.3s;
}

.pagination{
	height: 71px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.pagination .swiper-pagination-bullet{
	height: 15px;
	width: 15px;
}

.pagination .swiper-pagination-bullet-active{
	background: #6b3895;
}

.app-section .pagination{
	position: relative;
	top: -59px;
}

.app-section .pagination .swiper-pagination-bullet-active{
	background: #FFF;
}

.logo-section{
	margin-top: 79px;
}

.logo-section .icon{
	height: 409px;
}

.logo-section img{
	height: 71px;
}

.logo-section .button{
	border: 1px solid #6b3895;
	border-radius: 31px;
	background: #6b3895;
	padding: 7px 20px;
	margin-top: 47px;
	transition: 0.3s;
	height: fit-content;
	font-size: 17px;
	color: #fff;
	font-weight: 700;
}

.logo-section .button:hover{
	background: #FFF;
	color: #6b3895;
	opacity: 1;
	transition: 0.3s;
}

.logo-section .content .title h2{
	margin-top: 179px;
	font-size: 37px;
	margin-bottom: 0;
}


.single .single-content .content a{
	color: #6b3895;
	opacity: 1;
	transition: 0.3s;
}

.single .single-content .content a:hover{
	opacity: 0.7;
	transition: 0.3s;
}

.hero-section .content .content-left  .button-home {
    background: #FFF;
    border: 1px solid #d337f0;
    color: #d337f0;
    margin-bottom: 20px;
}

.hero-section .content .content-right img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hero-section .swiper{
    width: 100%;
}

.hero-section .content-description{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 90%;
    align-items: center;
    margin-top: 10%;
}

.hero-section .swiper-wrapper{
    height: 90%;
}

.home .modal {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.3s;
}

.home .modal .close{
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.home .modal .button {
    font-size: 17px;
    padding: 17px 43px;
    background: #6b3895;
    border: 1px solid #FFF;
    border-radius: 49px;
    color: #FFF;
}
 
.home .modal .content {
    width: 60%;
    max-width: 500px;
    height: auto;
    max-height: 90vh;
    background: #FFF;
    border-radius: 10px;
    text-align: center;
    padding: 20px 20px 40px 20px;
}

.home .modal .button:hover{
    background: #FFF;
    border: 1px solid #6b3895;
    border-radius: 49px;
    color: #6b3895;
    opacity: 1;
}

.home .modal h2 {
    margin-bottom: 47px;
}

.home .show-modal {
    opacity: 1;
    transition: 0.3s;
}

@media only screen and (max-width:997px){
    .hero-section .content .content-right{
        height: 417px;
        padding: 0 17px;
    }
		
	.home .modal .content {
        width: 95%;
    }	
}

.section-price {
    padding-top: 123px;
    text-align: center;
}

.section-price .offres {
    display: flex;
    justify-content: space-around;
    margin: 99px 0;
}

.section-price .offres .offre {
    background: aliceblue;
    width: 24%;
    border-radius: 30px;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 310px;
    padding: 50px 17px;
    position: relative;
    padding-bottom: 117px;
    margin: 17px 0;
}

.section-price .offres .offre:nth-child(1) {
	background: linear-gradient(to right, #850097, #f40080);
    color: #FFF;
}


.section-price .offres .offre:nth-child(2) {
    background: #d7e8f4;
    color: #6b3895;
}

.section-price .offres .offre:nth-child(3) {
    background: #e8edf3;
}

.section-price .offres .offre:nth-child(4) .price .prix {
    font-size: 24px;
}

.section-price .offres .offre:nth-child(4) .price .price-right {
    font-size: 0;
    margin-bottom: 97px;
}

.section-price .offres .offre .price {
    display: flex;
    align-items: center;
    font-size: 24px;
}

.section-price .offres .offre .price .prix {
    font-size: 71px;
}

.section-price .offres .offre ul {
    padding-left: 10px;
    text-align: initial;
}

.section-price .offres .offre .buttons {
    position: absolute;
    bottom: 0;
    margin-bottom: 20px;
}

.section-price .offres .offre .buttons p {
    margin-top: 20px;
}

.section-price .offres .offre .button {
    font-size: 17px;
    padding: 17px 43px;
    background: #6b3895;
    border: 1px solid #FFF;
    border-radius: 49px;
    color: #FFF;
}

.section-price .title {
    margin: 0;
}

.section-price p {
    font-size: 13px;
}

.section-price h2 {
    font-size: 49px;
    margin: 0;
}

.section-price .offres .offre:nth-child(2):after {
    content: "le plus populaire";
    top: -15px;
    position: absolute;
    border-radius: 49px;
    color: #FFF;
	background: linear-gradient(to right, #850097, #f40080);
    padding: 7px 17px;
}


.section-price li::marker{
    content: "\002714";
}

.section-price li {
    padding: 3px 0px 3px 5px;
}

.section-price .offres .offre .price {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 24px;
}

.section-price .offres .offre .button:hover{
    background: #FFF;
    border: 1px solid #6b3895;
    border-radius: 49px;
    color: #6b3895;
    opacity: 1;
}

.modal.price{
    -webkit-animation: 0.5s ease 0s fadein;
    animation: 0.5s ease 0s fadein;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal.price .close{
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.modal.price .content {
    width: 60%;
    max-width: 500px;
    height: auto;
    max-height: 90vh;
    background: #FFF;
    border-radius: 10px;
    text-align: center;
    padding: 20px 20px 40px 20px;
}

.modal.price .content a {
    position: relative;
    z-index: 3;
}

@media only screen and (max-width: 997px){
    .section-price .offres {
        flex-direction: column;
        align-items: center;
    }

    .section-price .offres .offre {
        width: 90%;
    }

    .modal.price .content {
        width: 90%;
    }

}