/*! ------------------------------------------------
 * Project Name: Ramio Coming Soon Template
 * Project Description: Ramio - awesome coming soon template to kick-start your project
 * Tags: Ramio, coming soon, under construction, template, coming soon page, html5, css3
 * Version: 2.0.0
 * Build Date: April 2018
 * Last Update: September 2021
 * This product is available exclusively on Themeforest
 * Author: mix_design
 * Author URI: http://mixdesign.club
 * File name: color-1.css
 * ------------------------------------------------

/* ------------------------------------------------*/
/* Base Colors Start */
/* ------------------------------------------------*/

::-moz-selection {
  background-color: #3d3d3d;
  color: #a0cdf0;
  text-shadow: none;
}
::selection {
  background-color: #3d3d3d;
  color: #a0cdf0;
  text-shadow: none;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  background-color: #0c0c0c;
  color: rgba(255, 255, 255, 0.8);
}

a {
  color: #ffffff;
}

/* ------------------------------------------------*/
/* Base Colors End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Typography Colors Start */
/* ------------------------------------------------*/
h1 {
  color: #262626;
}
h1 span{
  color: #a0cdf0;
}
h1.light-text {
  color: #ffffff;
}

h2 {
  color: #ffffff;
}

h2 em {
  color: #a0cdf0;
}

h3 {
  color: #ffffff;
}
h3 small {
  color: #aaa;
}

h4 {
  color: #ffffff;
}
h4 small {
  color: #ffffff;
}
h5 {
  font-size: 1.4rem;
}
h5 em {
  font-style : italic;
}

/* Fix */
.contact-data__item p {
  font-size: 1.3rem;
}
.blocks__single.section-title img {
  max-width:150px;
  margin-top:25px;
  margin-left:-5px;
}

.section-title {
  z-index:1;
}

.team {
  position: absolute;
  top: 0;
  z-index: 0;
}

.section-title span {
  color: #ffffff;
}
.section-title span em {
  color: #ffffff;
}
.section-title p {
  color: rgba(255, 255, 255, 0.8);
}

p {
  color: rgba(255, 255, 255, 0.8);
}

.contact-data__item .material-icons {
  color: #a0cdf0;
}
.contact-data__item p {
  color: rgba(255, 255, 255, 0.8);
}
.contact-data__item a {
  color: #ffffff;
}
.contact-data__item a::before {
  background-color: #a0cdf0;
}
.no-touch .contact-data__item a:hover {
  color: rgba(255, 255, 255, 0.6);
}

strong {
  color: #ffffff;
}

.txt-light {
  color: #ffffff;
}

.txt-light-transparent {
  color: rgba(255, 255, 255, 0.6);
}

.txt-accent-color {
  color: #a0cdf0;
}

/* ------------------------------------------------*/
/* Typography Colors End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Buttons & Triggers Colors Start */
/* ------------------------------------------------*/
.button-dark {
  color: #ffffff;
  background-color: #0c0c0c;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.button-dark::before, .button-dark::after {
  background-color: #ffffff;
}

.no-touch .button-dark:hover {
  color: #ffffff;
  background-color: #0c0c0c;
}

.button-dark-outline {
  border: 2px solid #303030;
  color: #303030;
}
.button-dark-outline::before, .button-dark-outline::after {
  background-color: #303030;
}
.no-touch .button-dark-outline:hover {
  color: #303030;
}

.button-light {
  color: #0c0c0c;
  background-color: #ffffff;
}
.button-light::before, .button-light::after {
  background-color: #0c0c0c;
}
.no-touch .button-light:hover {
  color: #0c0c0c;
  background-color: #ffffff;
}

.button-light-outline {
  background-color: transparent;
  border: 2px solid #a0cdf0;
  color: #a0cdf0;
}
.button-light-outline::before, .button-light-outline::after {
  background-color: #a0cdf0;
}
.no-touch .button-light-outline:hover {
  color: #ffffff;
}

.section-close {
  color: #a0cdf0;
  border: 2px solid #a0cdf0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* mobx */
.mobx-close {
  position:absolute!important;
  margin:0!important;
  z-index:999!important;
  position: relative!important;
  display: inline-block!important;
  width: 5rem!important;
  height: 5rem!important;
  line-height: 5.4rem!important;
  font-size: 2.6rem!important;
  text-align: center!important;
  color: #a0cdf0!important;
  border: 2px solid #a0cdf0!important;
  -webkit-transition: all 0.3s!important;
  -o-transition: all 0.3s!important;
  -moz-transition: all 0.3s!important;
  transition: all 0.3s!important;
  opacity:1!important;
}

.mobx-close:hover {
  color: #daefff!important;
  border: 2px solid #daefff!important;
  background-image: url(../icons/modulobox_hover.svg)!important;
}

.mobx-prev {
  width: 5rem!important;
  height: 5rem!important;
  color: #a0cdf0!important;
  border: 2px solid #a0cdf0!important;
  background-color: rgba(0, 0, 0, .4)!important;
  background-position: 1px 1px!important;
  background-image: url(../icons/mobx_prev.svg)!important;
}
.mobx-next {
  width: 5rem!important;
  height: 5rem!important;
  color: #a0cdf0!important;
  border: 2px solid #a0cdf0!important;
  background-color: rgba(0, 0, 0, .4)!important;
  background-position: 1px 1px!important;
  background-image: url(../icons/mobx_next.svg)!important;
}
.mobx-counter {
  color: #a0cdf0!important;
}

/* Fin mobx */

.section-close.light {
  color: rgba(255, 255, 255, 0.6);
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.no-touch .section-close:hover {
  color: #daefff;
  border: 2px solid #daefff;
}
.no-touch .section-close:hover.light {
  color: rgba(255, 255, 255, 0.6);
  border: 2px solid rgba(255, 255, 255, 0.3);
}

/* ------------------------------------------------*/
/* Buttons & Triggers Colors End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Forms & Form Reply Groups Colors Start */
/* ------------------------------------------------*/
.form-dark ::-webkit-input-placeholder {
  color: #303030;
}
.form-dark :-moz-placeholder {
  color: #303030;
}
.form-dark ::-moz-placeholder {
  color: #303030;
}
.form-dark :-ms-input-placeholder {
  color: #303030;
}
.form-dark input:focus:required:invalid,
.form-dark textarea:focus:required:invalid {
  color: #303030;
}
.form-dark input:required:valid,
.form-dark textarea:required:valid {
  color: #303030;
}
.form-dark input, .form-dark textarea {
  border-bottom: 1px solid #303030;
  color: #303030;
}
.form-dark input:focus, .form-dark textarea:focus {
  border-bottom: 1px solid #a0cdf0;
}
.form-dark .inputs-description {
  color: #aaa;
}

.form-light ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.form-light :-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.form-light ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.form-light :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.form-light input:focus:required:invalid,
.form-light textarea:focus:required:invalid {
  color: #ffffff;
}
.form-light input:required:valid,
.form-light textarea:required:valid {
  color: #ffffff;
}
.form-light input, .form-light textarea {
  border-bottom: 1px solid #ffffff;
  color: #d8d8d8;
}
.form-light input:focus, .form-light textarea:focus {
  border-bottom: 1px solid #a0cdf0;
}
.form-light .inputs-description {
  color: rgba(255, 255, 255, 0.6);
}

/* ------------------------------------------------*/
/* Forms & Form Reply Groups Colors End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Main Section Colors Start */
/* ------------------------------------------------*/
.main {
  background-color: #0c0c0c;
}

.main__intro {
  background-color: #0c0c0c;
}
.main__intro::before {
  background-color: #080808;
}

.intro__content {
  background-color: #0c0c0c;
}

.main__media::before {
  background-color: #080808;
}

/* ------------------------------------------------*/
/* Main Section Colors End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Menu Colors Start */
/* ------------------------------------------------*/
.intro__menu ul li::after {
  background: #a0cdf0;
}
.no-touch .intro__menu ul li:hover a {
  color: #ffffff;
}

.intro__menu ul li a {
  color: #ffffff;
  background: #0c0c0c;
  background: rgba(12, 12, 12, 0.95);
}

.intro__menu .nobg:hover{
  color: #a0cdf0!important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.intro__menu .nobg {
	background:none!important;
}

.intro__menu .plus1::after{
	position:absolute;
	display:block;
	height:6px;
	width:6px;
	left:140px;
	top:12px;
	z-index:1;
	color: #FFF;
	background: #7099ba!important;
	content:"";
	white-space: pre;
	border-radius: 25px;
    font-size: 11px;
	padding-left: 4px;
    text-align: left;
}

/* ------------------------------------------------*/
/* Menu Colors End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Socials Colors Start */
/* ------------------------------------------------*/
.intro__socials ul li a {
  color: #ffffff;
}
.no-touch .intro__socials ul li:hover a {
  color: #a0cdf0;
}

/* ------------------------------------------------*/
/* Socials Colors End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Countdown Colors Start */
/* ------------------------------------------------*/
.media__countdown #countdown {
  color: #ffffff;
}
.media__countdown .help-text {
  color: #ffffff;
}

/* ------------------------------------------------*/
/* Countdown Colors End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Content Sections Colors Start */
/* ------------------------------------------------*/
.scroll {
  background-color: #161616;
}

.blocks {
  background-color: #161616;
}

/* ------------------------------------------------*/
/* Content Sections Colors End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Custom Scroll Colors Start */
/* ------------------------------------------------*/
.mCSB_draggerContainer {
  background: #2e2e2e;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #2e2e2e;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #799ebb;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #799ebb;
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #799ebb;
}

/* ------------------------------------------------*/
/* Custom Scroll Colors End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Blockquote Colors Start */
/* ------------------------------------------------*/
.blockquote__content blockquote p {
  color: #ffffff;
}
.blockquote__content blockquote cite {
  color: rgba(255, 255, 255, 0.6);
}

.blockquote__icon {
  color: rgba(170, 170, 170, 0.2);
}

/* ------------------------------------------------*/
/* Blockquote Colors End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Team Colors Start */
/* ------------------------------------------------*/
.team__socials li a {
  color: #aaa;
}
.no-touch .team__socials li:hover a {
  color: #a0cdf0;
}

/* ------------------------------------------------*/
/* Team Colors End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Gallery Colors Start */
/* ------------------------------------------------*/
.my-gallery__item::after {
  
  background-color: #0c0c0c;
  
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 12, 12, 0)), color-stop(50%, rgba(12, 12, 12, 0)), to(rgba(12, 12, 12, 0.7)));
  background: -moz-linear-gradient(top, rgba(12, 12, 12, 0) 0%, rgba(12, 12, 12, 0) 60%, rgba(12, 12, 12, 0.7) 100%);
  background: -o-linear-gradient(top, rgba(12, 12, 12, 0) 0%, rgba(12, 12, 12, 0) 60%, rgba(12, 12, 12, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(12, 12, 12, 0) 0%, rgba(12, 12, 12, 0) 60%, rgba(12, 12, 12, 0.7) 100%);
  background-image: url("../img/Fond_Galleries.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  
  /* Affiche l'image pour le mode mobile sans rollhover */
  opacity: 1;
  
}


.my-gallery__item figcaption h4 {
  color: #ffffff;
}
.my-gallery__item figcaption h4 small {
  color: #ffffff;
}


@media only screen and (min-width: 1200px) {
	
	.my-gallery__item::after {
		/* Cache l'image en mode desktop avec rollhover */
		opacity: 0;
	}

}


/* ------------------------------------------------*/
/* Gallery Colors End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Contact Data Colors Start */
/* ------------------------------------------------*/
.contact-data__item .material-icons {
  color: #a0cdf0;
}
.contact-data__item p {
  color: rgba(255, 255, 255, 0.8);
}
.contact-data__item a {
  color: rgba(255, 255, 255, 0.8);
}
.contact-data__item a::before {
  background-color: #ffffff;
}
.no-touch .contact-data__item a:hover {
  color: #ffffff;
}

/* ------------------------------------------------*/
/* Contact Data Colors End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Google Map Colors Start */
/* ------------------------------------------------*/
#zoom-in, #zoom-out {
  background-color: rgba(12, 12, 12, 0.4);
  color: #a0cdf0;
  border: 2px solid #a0cdf0;
}

/* ------------------------------------------------*/
/* Google Map Colors End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Popup Forms Colors Start */
/* ------------------------------------------------*/
.notify {
  background-color: #181818;
}
.notify .popup__title .title {
  color: #ffffff;
}
.notify .popup__content {
  background-color: #181818;
}

.writealine {
  background-color: #0c0c0c;
}

/* ------------------------------------------------*/
/* Popup Forms Colors End */
/* ------------------------------------------------*/
#api-frame, iframe{
	max-height: 60vh!important;
}

.iframe_desc {
		width:auto;
		left:0;
		text-align:left;
		float: right;
		margin-left:5%;
		margin-right:5%;
	}
.infos, .infos a {
	font-size:1.3rem;
	font-weight:500;
	color:#888;
	-moz-user-select: none; /* Firefox */
	-webkit-user-select: none; /* Chrome, Safari, Opéra depuis la version 15 */
	-ms-user-select: none; /* Internet explorer depuis la version 10 et Edge */
	user-select: none; /* Propriété standard */
	}
.credits{
	font-style: italic;
	font-size:1.2rem;
	font-weight:300;
	}

.mobx-top-bar {
}
	.mobx-bottom-bar {
    position: absolute;
    will-change: transform;
    background-color: rgba(0,0,0,0);
    left: 0;
    width: 100%;
}

@media only screen and (min-width: 1200px) {
	
	#api-frame, iframe{
	max-height: 100vh!important;
	}
	
    .mobx-html {
		top:26px!important;
	}
	
	.iframe_desc {
		visibility;hidden;
		max-width:30%;
		margin-left:0%;
		margin-right:8%;
	}
	
}
