html,body {
    font-family:"Myriad Pro Regular", sans-serif;
    font-size:110%;
    height:100%;
    color: #61696C;
	background-color: #f2f7f8 !important;
}

a {
	text-decoration: none !important;
	color: inherit !important;
}

sup {
    top: -.8em;
    font-size: 50%;
}

.margin-10 {
    margin: 10px;
}

.padding-10 {
    padding:10px;
}

.m-t-40 {
	margin-top: 40px;
}

.margin-b-15 {
    margin-bottom: 15px;
}

.nodisp {
    display: none;
}

.text-white {
    color: #FFF;
}

.text-grey {
    color: #61696C !important;
}

.text-green {
    color: #91BC2D !important;
}

.text-grey-form {
    color: #aaa;
}

.text-blue {
    color: #97CACB !important;
}

.section-white {
	background: #f2f7f8 !important;
    padding: 50px 0;
}

.section-grey{
	background: #81888B !important;
	padding: 50px 0;
}

.section-white.no-padding, .section-grey.no-padding {
	padding:0;
}

.section-lightgrey {
	background: #f8f8f8;
	padding: 50px 0;
}

.section-video {
    max-height: 80vh;
    margin-top: 70px;
}


.section-gradient {
	background: #97CACB; /* For browsers that do not support gradients */
  	background: -webkit-linear-gradient(left top, #97CACB, #97CACB); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(bottom right, #97CACB, #97CACB); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(bottom right, #97CACB, #97CACB); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(to bottom right, #97CACB, #97CACB); /* Standard syntax */
  	padding: 70px 0;
}

.section-dark {
	background-color:#393f43;
	padding:70px 0;
}

.color-section {
    padding: 1em 0 1em 0;
    background-color: rgb(169, 165, 195);
}

h2.section-title {
    font-family: "Myriad Pro Semibold", sans-serif;
	font-size: 36px;
    line-height: 40px;
    color: #292929;
    margin-bottom: 15px;
    text-transform: uppercase;
}

h3.section-title {
    font-family: "Myriad Pro Semibold", sans-serif;
	font-size: 36px;
    line-height: 40px;
    color: #292929;
}

.section-text {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

.section-text-campagne li {
    style: none;
    display: inline;
}

.icon {
    width: 100px;
}

.overlay-video {
    position: absolute;
    float: left;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 3000;
    min-width: 100%;
    min-height: 100%;
}

#videobg {
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
    object-fit: fill;
    max-width: 100%;
    max-height: 65vh;
}

.content-fill-img {
    object-fit: fill;
    max-width: 100%;
    max-height: 65vh;
    display: none;
}


.demo-ribbon {
    width: 100%;
    height: 40vh;
    background-color: #97CACB;
}

.video-container {
    margin-top: -35vh;
}

.controls button {
   border:none;
   cursor:pointer;
   background:transparent;
   background-size:contain;
   background-repeat:no-repeat;
}

/* ========================================================== */
/* 			               01. BUTTON STYLE                   */
/* ========================================================== */



.btn-md {
	background: 0 0;
	border: none;
	border-radius: 2px;
	color: #000;
	position: relative;
	height: 36px;
	margin: 0;
	min-width: 64px;
	padding: 0 16px;
	display: inline-block;
	font-family: "Roboto","Helvetica","Arial",sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0;
	overflow: hidden;
	will-change: box-shadow;
	transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
	outline: none;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	line-height: 36px;
	vertical-align: middle;
}

.btn-md-circle {
	border-radius: 50%;
	font-size: 20px;
	height: 56px;
	margin: auto;
	min-width: 56px;
	width: 56px;
	padding: 0;
	overflow: hidden;
	background: rgba(158,158,158,.2);
	box-shadow: 0 1px 1.5px 0 rgba(0,0,0,.12), 0 1px 1px 0 rgba(0,0,0,.24);
	position: relative;
	line-height: normal;
}

.btn-md-circle#scroll-btn {
	position: absolute;
	right: 40px;
	top: calc(40vh + 42px);
	z-index: 999;
	background-color: #abb4ba;
}

.btn-md-circle.btn-md-shadow-4dp {
	box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
}

.btn-md-circle span {
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-12px, -10px);
	line-height: 24px;
	width: 24px;
	color: white;
}
    

/* Common button styles */
.button {

    font-family: 'Roboto', 'Myriad Pro Regular', sans-serif;
	min-width: 150px;
	max-width: 250px;
	padding: 1em 2em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
    box-shadow:  0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.button-margin-shadow {
    margin-bottom: 5px;
}

.button-nav-bar {
    padding: 0.8em 1em !important;
}

.button:focus {
	outline: none;
}
.button > span {
	vertical-align: middle;
}

/* Text color adjustments (we could stick to the "inherit" but that does not work well in Safari) */
.bg-1 .button {
	color: #37474f;
	border-color: #37474f;
}
.bg-2 .button {
	color: #ECEFF1;
	border-color: #ECEFF1;
}
.bg-3 .button {
	color: #fff;
	border-color: #fff;
}

/* Sizes */
.button--size-s {
	font-size: 14px;
}
.button--size-m {
	font-size: 16px;
}
.button--size-l {
	font-size: 18px;
}

/* Typography and Roundedness */
.button--text-upper {
	letter-spacing: 2px;
	text-transform: uppercase;
}

.button--text-upper-no-spacing {
    text-transform: uppercase;
}
.button--text-thin {
	font-weight: 300;
}
.button--text-medium {
	font-weight: 500;
}
.button--text-thick {
	font-weight: 600;
}
.button--round-s {
	border-radius: 5px;
}
.button--round-m {
	border-radius: 15px;
}
.button--round-l {
	border-radius: 40px;
}

/* Borders */
.button--border-thin {
	border: 1px solid;
}
.button--border-medium {
	border: 2px solid;
}
.button--border-thick {
	border: 3px solid;
}



/* Aylen */
.button.button--aylen {
	background: #fff;
	color: #37474f;
	overflow: hidden;
    border-color: #d5e2e2;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.button--aylen.button--inverted {
	background: #abb4ba;
	color: #fff;
}
.button--aylen::before,
.button--aylen::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 100%;
	left: 0;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--aylen::before {
	background: rgb(188, 186, 208);
}
.button--aylen::after {
	background: rgb(169, 165, 195);
}
.button--aylen:hover {
	color: #fff;
}
.button--aylen:hover::before,
.button--aylen:hover::after {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.button--aylen:hover::after {
	-webkit-transition-delay: 0.175s;
	transition-delay: 0.175s;
}


/* ========================================================== */
/* 			               02. MENU-NAV                       */
/* ========================================================== */

#logo {
	font-family: 'Myriad Pro Bold', 'Roboto', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #6BB8BC;
	text-transform: uppercase;
}

#navbar-collapse-02 li.selected a{
    color: #fff!important;
    border-bottom: 2px solid #eee!important;
}

.navbar-fixed-top #navbar-collapse-02 .current a {
    color:#ffffff!important;
     -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-fixed-top.opaque #navbar-collapse-02 .current a {
    rgb(151, 202, 203)!important
     -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar {
	padding-top: 10px;
	padding-bottom: 10px;
}

.navbar-fixed-top { 
	/*background-color: rgba(0, 0, 0, 0.0)!important; */
	border-bottom: none;
	transition: background-color 1s ease 0s;
}

.navbar-fixed-top.opaque {
	background-color: #fff !important;
	padding: 10px 0;
	transition: all 1s ease-in-out 0s;
    box-shadow: 0 3px 7px rgba(0,0,0,0.16), 0 3px 7px rgba(0,0,0,0.13);
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover{
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-default .navbar-nav > li > a{
	color:#fff !important;
	font-size: 14px !important;
	text-transform: uppercase;
	padding: 0px !important;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
}

.navbar-default .navbar-nav > li > a.discover-btn {
	background: transparent;
	border: 2px solid #fff;
	border-radius: 5px 5px;
	padding: 8px 30px!important;
	margin-left: 10px;
	margin-right: 15px;
	font-family: 'Roboto', sans-serif;
}

.navbar-default .navbar-nav > li > a.discover-btn:hover {
	border: 2px solid #ffffff;
	color: #4285f4!important;
	background: #ffffff;
}


/* ========================================================== */
/* 			                09. FOOTER                        */
/* ========================================================== */

.footer {
	z-index:900;
	background-color: #2f3539;
    border-top: 1px solid #393f43;
	padding: 50px 0;
	font-weight: 300;
}

.footer p {
	font-size: 16px;
	color: #cecece;
}

.footer p a {
	font-size: 16px;
	color: #97CACB;
	text-decoration:underline;
}

/* Footer Social Icons */
ul.footer_social{
	width:100%;
	max-width:1140px;
	display:block;
	margin:0 auto;
	padding-top:5px;
	text-align:center;
}

ul.footer_social li{
	display:inline-block;
    margin:0 ;
	line-height:100%!important;
}

ul.footer_social li a i {
  display: inline-block;
  margin:0 8px;
  padding:0;
  font-size:26px!important;
  line-height: 26px!important;
  color: #8d8d8d;

  transition: all .5s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

ul.footer_social li a i:hover {
	color:#4285f4;
}

/* ========================================================== */
/* 						    08. CONTACT                       */
/* ========================================================== */

#contact-form{
	margin:0 auto;
	width:100%;
	/*max-width:960px;*/
	text-align:center;
	margin-bottom:10px;
}

input.contact-input{
	width:100%;
	height:55px;
    padding-left:2%;
    padding-right:2%;
	margin-bottom:20px;
	color: #61696c;
	border: 1px solid #61696C;
	background-color: transparent;
    font-size:18px;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

textarea{
	height:205px;
	margin-bottom:20px;
	width:100%;
    padding-left:2%;
    padding-right:2%;
    padding-top:10px;
    padding-bottom:10px;
	color: #aaa;
	border: 1px solid #757575;
	background-color: transparent;
    font-size:14px;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

input.contact-submit{
	color: #fff;
	border: 2px solid #4285f4;
	background-color: #4285f4;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
	font-weight:600;
	margin-top:10px;
    padding: 16px 30px;
    position: relative;
    text-transform: uppercase;
	-webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;

	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

input.contact-submit:hover{
	color:#4285f4;
	background-color: transparent;
	border:2px solid #4285f4;
}

input.white-input::-webkit-input-placeholder,
textarea.white-input::-webkit-input-placeholder { /* WebKit browsers */
    color:#f5f5f5;
}
input.white-input:-moz-placeholder,
textarea.white-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#f5f5f5;
}
input.white-input::-moz-placeholder,
textarea.white-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#f5f5f5;
}
input.white-input:-ms-input-placeholder,
textarea.white-input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#f5f5f5;
}

input.dark-input::-webkit-input-placeholder,
textarea.dark-input::-webkit-input-placeholder { /* WebKit browsers */
    color:#61696C;
}
input.dark-input:-moz-placeholder,
textarea.dark-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#61696C;
}
input.dark-input::-moz-placeholder,
textarea.dark-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#61696C;
}
input.darl-input:-ms-input-placeholder,
textarea.dark-input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#61696C;
}

#contact-form input.contact-input:focus, #contact-form textarea.contact-commnent:focus {
  border-color:#000;
  outline: none;
}

p.contact_success_box{
	display:inline-block;
	color:#fff;
	font-size:20px;
	font-style:italic;
	padding:20px 20px;
	border:1px solid #fff;
	webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.maxl{
  margin:25px ;
}
.inline{
  display: inline-block;
}
.inline + .inline{
  margin-left:10px;
}
.radio{
  color:#61696C;
  font-size:20px;
  position:relative;
}
.radio span{
  position:relative;
   padding-left:25px;
}
.radio span:after{
  content:'';
  width:20px;
  height:20px;
  border:3px solid;
  position:absolute;
  left:0;
  top:1px;
  border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
  box-sizing:border-box;
  -ms-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
.radio input[type="radio"]{
   cursor: pointer; 
  position:absolute;
  width:100%;
  height:100%;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.radio input[type="radio"]:checked + span{
  color:#97CACB;  
}
.radio input[type="radio"]:checked + span:before{
    content:'';
  width:10px;
  height:10px;
  position:absolute;
  background:#97CACB;
  left:5px;
  top:6px;
  border-radius:100%;
  -ms-border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
}

.error-notif {
	border: 1px solid red !important;
}

.error-msg{
	color:#e74c3c;
	margin-bottom: 15px;
	font-size: 11px;
	font-style: italic;
	text-align: right;
}

.error input,
.error select{
	border:1px solid red !important;
}

#logo-campagne {
    position: absolute;
    width: 300px;
}

.media {
	margin-top: 0;
}

.media-body {
	text-align: justify;
}

.mention-form {
	display: inline;
	float: right;
	font-size: 14px;
	line-height: 45px;
}

.mention-form-xs {
	font-size: 14px;
	text-align: left;
	padding-left: 25px;
}

.img-contact-tel {
	width: 240px;
}

#d-cibel-img-trailer {
	max-width: 180px;
}

.d-cibel-img {
	width: 100%;
	max-width: 150px;
}

.d-cibel-text {
	font-size: .9em;
	text-align: justify;
}

.d-cibel-title {
	margin: 0px;
}

.zoom .img-effect {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.zoom div:hover .img-effect {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/* Media Queries */

@media only screen and (max-width: 1200px) {
    .footer p, .footer a{
        text-align: center;
    }
}

@media only screen and (max-width: 990px) {
	#d-cibel-img-trailer {
		width: auto;
	}
}


@media only screen and (max-width: 767px) {
    #logo {
        font-size: 1em;
    }
    
    h3 {
        font-size: 1.4em;
        line-height: 35px;
    }
    
     p, .media-middle {
        font-size: 1em;
    }

	.d-cibel-img {
		width: 100%;
		max-width:200px;
	}

	.d-cibel-text {
		font-size: .8em;
		text-align: justify;
	}

	.d-cibel-title {
		font-size: 1.2em;
		line-height: 25px;
	}

}

@media only screen and (max-width: 650px) {
    #logo-campagne {
        width: 200px;
    }
    
    .video-container {
        margin: 0px !important;
    }
    
    .demo-ribbon {
        height: 0px !important;
    }
    
    #videobg {
        width:100%;
        height: auto;
    }
    
    .test {
        width:100%;
        height: auto;
    }

	.media {
		margin-top: 15px;
	}
}

@media only screen and (max-width: 1000px) and (orientation: landscape) {
    #logo-campagne {
        width: 250px;
    }
}
@media only screen and (max-width: 650px) and (orientation: landscape) {
    #logo-campagne {
        width: 150px;
    }

	.intro-button {
		min-width: 120px;
		padding: 0.8em 1em;
		font-size: 9px;
	}
    
}
@media only screen and (max-width: 450px) {
    #logo {
        font-size: .5em;
    }
    
    .section-gradient {
        padding: 30px 0;
    }
    
    h2.section-title {
        font-size: 1em;
    }
    
    h3.section-title {
        font-size: 1em;
        line-height: 25px;
    }
    
    p, .media-middle {
        font-size: .9em;
		text-align: left;
    }
    
    .maxl {
        margin: 0px;
    }
    
    .button--size-s {
        font-size: 11px;
    }
    
    #logo-campagne {
        width: 150px;
    }
    
    .cd-intro-content p {
        font-size: 0.8em !important;
    }
    
    input.contact-input {
        font-size: 15px;
    }

	.intro-button {
		min-width: 120px;
		padding: 0.8em 1em;
		font-size: 9px;
	}

	.icon {
		width: 70px;
	}

	.section-gradient {
		padding: 10px 0;
	}

	.radio {
		font-size: 14px;
	}

	.img-contact-tel {
		width: 150px;
	}


}
