/* nav bar */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital@1&display=swap');
.navbar-nav li {
    color: green;
}

@font-face {
    font-family: Alex, serif;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/AlexBrush-Regular.ttf');
}

body {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

.langnotactive {
    display:none !important;
}


.blue-separator {
    background-color: #40AAE6;
	background-image: url('../img/banner-abstract.png');
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0;
    heigth:50px;
}
.footer-seperator{
	padding:0;
}

.slogan-aether {
    border-bottom: 0;
}

/* INDEX */
#intro {
    min-height: 100%;
    height: 100%;
    width: 100%;
    padding-top: 100px;
    background-color: #FFFFFF;
    text-align: center;
    margin-bottom: 0px;
}

#intro table {
    height: 100%;
    width: 100%;
	background-image:url(../img/PURESPACE-IMAGES-pages.jpg);
	background-size:cover;
}

#intro-top-img {
    max-width: 50%;
	width:30%;
    height: auto;
}


/* BOUTON FLECHE BAS */
#intro-next-section {
    margin-bottom: 3%;
}
#intro-next-section .btn .fa {
    color: #0969A2;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-osx-font-smoothing: grayscale;
}
.btn-circle {
    width: 55px;
    height: 55px;
    padding: 15px auto;
    border: 2px solid #0969A2;
    border-radius: 35px;
    font-size: 40px;
    color: #0969A2;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    padding: 0px 0px 0px 1px;
}

.btn-circle:hover {
    outline: 0;
    color: #0969A2;
    background: #72C8DD;
}
#intro-next-section .btn-circle i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

#part1 {
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
    background-color: #40AAE6;
    padding-top: 0%;
    padding-right: 3%;
    padding-bottom: 2%;
    padding-left: 3%;
}
#part1, .blue-separator.container-fluid{
	background-image: url('../img/banner-abstract.png');
    margin: 0;
    height:auto;
    background-position: 50% -150px;
    background-attachment: fixed;
}
.blue-separator.container-fluid p{
	color:#fff;
}
#part1-sentence {
    text-align: center;
    padding-right: 20px;
}
.sentence-intro {
    font-family: 'Noto Serif', serif;
    font-style: italic;
    font-weight: bold;
    font-size: 3em !important;
    line-height: 55px;
    margin-left:auto;
    margin-right: auto;
	margin-top:30px;
	margin-bottom:30px;
    color: #FFFFFF;
    text-align: center;
}
#machine-part1 {
    margin-top: 5%;
    width: 70%;
	max-width:250px;
}
.about {
    padding-top: 5%;
    width: 75%;
    height: 30%;
}
.about-transportation{
	padding-top:0;
}
#part1 .about{
	padding-top:0;
	margin:15px auto 0;
}
#part1 p{
	color:#fff;
}
.cruises2 .about h2{
	font-size:24px;
}
.cruises2 .about-transportation h2{
	margin-top:20px;
	margin-bottom:50px;
}
.cruises2 .about-transportation ul li{
	list-style-type:disc;
}
.cruises2 .col-sm-12 .about ul{
	padding-left:0;
	margin-top:5px;
}
.cruises2 .col-sm-12 .about li{
	list-style: disc;
	margin-left:18px;
}
.cruises2 .col-sm-12 .about li li{
	list-style: circle;
}
.hotels .col-sm-12 .about li, .cruises2 .col-sm-12 .about li, .cruises2 .about-transportation ul li{
	color:#5ACADE;
}
.hotels .col-sm-12 .about li span, .cruises2 .col-sm-12 .about li span, .cruises2 .about-transportation ul li span{
	color:#333;
}
.about .slides li {
    font-size: 2.5em;
    line-height: 120%;
    height: 170px;
    font-weight: 200;
}


.features-block .p3 {
    height: 140px;
}

/* PURE SPACE */
#intro-pure {
    min-height: 100%;
    width: 100%;
    background-color:  #FFFFFF;
}
#intro-purespace-top {
    padding-top: 100px;
    min-height: 40%;
    width: 100%;
    background-color: #FFFFFF;
    margin-right: 0px;
}
.intro-purespace-separator{
    width: 100%;
    height: 10px;
    background-color: #0969A2;
}
#intro-purespace-bottom {
    height: auto;
    width: 100%;
}
.logoaether {
    max-width: 250px;
    height: auto;
	width:70%;
    text-align: center;
	margin:auto;
	display:block;
	float:none;
}
.welcomepurespace {
    font-family: 'Noto Serif', serif;
    font-style: italic;
    font-weight: bold;
    font-size: 3em;
    margin-left:auto;
    margin-right: auto;
    padding-top: 80px;
    color : #0969A2;
	text-align:center;
	margin-bottom:55px;
}
.hotels .welcomepurespace, .cruises2 .welcomepurespace{
	padding-top:0;
}
.slogan-aether .lead2 {
    margin-top: -25px;
    margin-bottom: -30px;
}
#img-label {
    width: 100%;
    height: 100%;
}
.become-purespace {
    font-family: 'Noto Serif', serif;
    font-style: italic;
    font-weight: bold;
    font-size: 3em;
    margin-left:auto;
    margin-right: auto;
    padding-top: 89px;
    color : #0969A2;
}
.item-purespace{
    width: 100%;
}
.item-purespace img {
    width: 100%;
    height: auto;
}




/* contact */
.internationnal {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
	padding-top:100px;
}
.title-contact {
    font-family: 'Noto Serif', serif;
    font-style: italic;
    font-weight: bold;
    font-size: 5em;
    margin-left:auto;
    margin-right: auto;
    padding-top: 50px;
    color : #0969A2;
	font-size:40px;
	margin-bottom:20px;
	margin-top:15px;
}
#greece {
    border: 2px solid #40AAE6;
    margin-left: 22%;
    margin-right: 22%;
    margin-top: 5%;
    margin-bottom: 5%;
    padding-bottom: 8%;
}
.greece-title {
    font-family: 'Noto Serif', serif;
    font-style: italic;
    font-weight: bold;
    font-size: 4em;
    margin-left:auto;
    margin-right: auto;
    padding-top: 50px;
    color : #000000;
}

.visit-card {
    width: 200px;
    height: 300px;
    margin-min: 2px;
    padding-bottom: 5px;
}
.carte {
    width: 100%;
    height: auto;
    min-height: 400px;
    border:0;
    padding-right: 10px;
}
form fieldset{
	width:100%;
	max-width:610px;
}
form input, form textarea{
	width: 100%;
	margin-bottom:15px;
	background-color:#DADADA;
	outline:none;
	border: 1px solid #cacaca;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-sizing:border-box;
	padding-left:12px;
	color:#000;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 2px 2px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 2px 2px rgba(0, 0, 0, 0.15);
	float: left;
	padding:9px;
	padding-right:0;
}
form .order input{
	-webkit-box-shadow: none;
	-moz-box-shadow:   none;
	box-shadow: none;
}
form textarea{
	width: 100%;
	height: 153px;
}
form .contact-buttons{
	background-color:#dadada;
	width:35%;
	padding-left:0;
	border: 1px solid #cacaca;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 2px 2px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 2px 2px rgba(0, 0, 0, 0.15);
	float:none;
}
form .contact-buttons:hover{
	-webkit-box-shadow:none;
	-moz-box-shadow:   none;
	box-shadow:        none;
}
form #submit{
	margin-left:-27px;
}
.item-purespace > span{
	position:relative;
	display:block;
	max-height: 700px;
    overflow: hidden;
}
.item-purespace > span.langnotactive{
	display:none;
}
.text-slider{
	position:absolute;
	bottom:0;
	width:100%;
	color:#fff;
	text-align:center;
	background-color:rgba(0,0,0,.45);
}
.text-slider .about{
	height:25%;
	padding-top:0;
}
.text-slider .about .slides li{
	height:90px;
}
.transport .text-slider .about .slides li{
	height:200px !important;
}
.transport .text-slider2 .about .slides li{
	height:168px !important;
}
.hotels .text-slider2 .about .slides li{
	height:168px !important;
}
.transport .text-slider3 .about .slides li{
	height:90px !important;
}
.gr .text-slider .about .slides li{
	height:128px;
}
.cruises .gr .text-slider .about .slides li, .cruises .en .text-slider .about .slides li{
	height:188px;
}
.text-slider2 .about .slides li{
	height:140px !important;
}
.text-slider3 .about .slides li, .cruises .text-slider3 .about .slides li{
	height:240px !important;
}
.text-slider4{
	top:20px;
	bottom: auto;
    padding: 11px 0 17px;
}
.text-slider h3{
	font-size:3em;
}
.text-image ul{
	padding-top: 65px;
	padding-bottom: 5px;
}
.text-image ul li{
	list-style-type:disc;
	color:#006592;
	font-size:1.3em;
}
.text-image p{
	font-size:1.3em;
	color:#81E4FB;
	padding-bottom:10px;
	font-weight:bold;
	padding-left:10px;
}
.text-image2 p{
	font-size: 1.5em;
    color: #0969A2;
    padding-top: 75px;
    font-weight: bold;
    padding-left: 30px;
    padding-bottom: 0;
}
.text-image2 p:last-of-type{
	padding-bottom:0 !important;
}
.cruises2 .text-image2 p{
	font-size:1.1em;
	padding-top:50px;
	padding-left:0;
}
.cruises2 .left-txt{
	padding-left:30px;
}
.cruises2 .left-txt p{
	padding-top:30px;
}
.text-image .last{
	padding:0 !important;
}
.modulateur-aether ul li li, .has-bullet li{
	list-style-type:circle;
	color:#5ACADC;
}
#part1 ul li{
	color:#fff;
	list-style-type:disc;
	text-align:left;
}
.home .modulateur-aether ul li li{
	list-style-type:disc;
}
.modulateur-aether ul li li span, .has-bullet span{
	color:#333;
}
.machine-img{
	display:block;
	margin:auto;
	width:30%;
	float:none;
}
.disingectants-img{
	display:block;
	margin:auto;
	width:25%;
	float:none;
}
.insecticides-img{
	display:block;
	margin:auto;
	width:18.4%;
	float:none;
}
.products h3{
	font-size:20px;
}
.products h4{
	font-size:17px;
}
.products h2{
	font-size:30px !important;
}
form em{
	font-size:11px;
	font-weight:normal;
}
.order{
	padding:0 15px 0;
	position:relative;
	float:left;
	clear: both;
}
form label{
	margin-top:5px;
}
form label input{
	display:inline;
	float:none;
	margin:0;
	width:30px;
	height:20px;
}
form label h4{
	display:inline;
}
form label em{
	display:block;
	clear:both;
	margin-bottom:5px;
}
.white-bg{
	background-color:rgba(255,255,255,.7);
	border:1px solid rgba(233,233,233,1);
}
.col-md-6 .white-bg{
	padding-left:10px;
	padding-right:10px;
}
.contact h2 {
	margin-bottom:30px;
}
.contact h4 {
	margin-bottom:38px;
}
.order .row{
	background-color:#59C8E0;
	margin-bottom: 10px;
    padding-bottom: 10px;
	color:#fff;
}
.order div.row:nth-child(2){
	background-color:rgb(154,189,59);
}
.order div.row:nth-child(3){
	background-color:rgb(221,71,19);
}
.order .row h3{
	margin-top:10px;
}
.contact iframe{
	width:100%;
	height:30%;
	margin:0 0 40px;
}
.order.en label{
	margin-bottom:16px;
}
.top-menu{
	background-color:#59C8DF;
	display:none;
}
.top-menu ul li{
	display:block;
	position:relative;
	float:left;
	width:33.33333%;
	box-sizing:border-box;
	-moz-box-sizing::border-box;
	-webkit-box-sizing:border-box;
	text-align:center;
	padding:15px 0;
	color:#13A7C5;
	border-right:1px solid #fff;
}
.top-menu ul li:last-of-type{
	border:none;
}
.top-menu ul li a{
	color:#fff;
	text-decoration:none;
}

.out-links{
	background-color:#59C8DF;
	color:#fff;
}
.out-links a{
	color:#fff !important;
	text-decoration:none;
}
.top-menu a.hasnot-link, .out-links a.hasnot-link{
	color:#67E5FF !important;
}
.navbar-right a{
	cursor:pointer;
}
.p-hotels .container .row img{
	width:100%;
}
.p-hotels #intro-pure>div:first-of-type div a{
	margin-top:50px;
}
.p-hotels #intro-pure{
	margin-top:0;
	padding-bottom:0x;
}

.p-hotels .row a{
	margin-bottom:30px;
	display:block;
}
.contact .col-md-6 .col-md-2 img{
	width:100%;
}
.map{
	padding:0;
}
#map { height: 100vh}
.gm-style-iw{
	text-align:center;
}
.gm-style-iw div{
	margin:auto;
}
#intro-pure .container .row{
	margin-top:70px;
}
.p-hotels #intro-pure .container .row h2{
	margin-top:0;
}
@media (min-width: 768px){
.out-links{
	display:none !important;
}
.top-menu{
	display: block;
}
}
@media (min-width:992px){
	.contact div.col-md-6{
		padding:0 20px;
	}
	.contact .order .col-md-6{
		padding:0 10px;
	}
	.contact iframe{
		height:300px;
	}

}