@charset "UTF-8";
#my-landing-page {
    font-size: 18px;
    font-weight: 400;
}
#my-landing-page h1 {
	font-size: 26px;
}
#my-landing-page h2 {
    font-size: 24px;
}
#my-landing-page h3 {
	font-size: 22px;
}
#my-landing-page h4 {
	font-size: 20px;
}
#my-landing-page p {
    font-size: 16px;
}
#my-landing-page img {
    max-width: 100%;
}
#my-landing-page .btn,
#my-landing-page button:not(.btn-close):not(.navbar-toggler):not([class^="cky"]):not([class*="close"]) {
    color: #fff;
    text-transform: uppercase;
    line-height: 50px;
    padding: 0 25px;
    background: #0a58ca;
    border: 1px solid #0a58ca;
    font-size: 20px;
    font-weight: bold;
}
#my-landing-page .btn:hover, #my-landing-page button:not(.navbar-toggler):not([class^="cky"]):not([class*="close"]):hover {
    background: #084298;
    outline: 0;
}
#my-landing-page a {}
#my-landing-page video {
    max-width: 100%;
}

#header {
  position: relative;
  background-color: black;
  /* height: 50vh; */
  min-height: 50vh;
  width: 100%;
  /* overflow: hidden; */
  padding-top: 180px;
  padding-bottom: 100px;
}
#header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#header .container {
  position: relative;
  z-index: 2;
}
#header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
  display: none;
}

#mainNav {
    background-color: #084298;
}
#mainNav > div {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0;
}
#mainNav .navbar-brand {
    width: 40%;
    padding: 0;
    max-width: 300px;
}
#mainNav .navbar-brand img {
    /* height: 60px; */
    max-height: 60px;
}
#mainNav .navbar-toggler {
    /* padding: 0; */
    border: none;
    box-shadow: 0 0;
    background: transparent !important;
    border: none !important;
}
#mainNav .navbar-toggler.collapsed {
    background: none;
}
#mainNav .navbar-toggler .navbar-toggler-icon {
    /* display: block; */
    /* color: #fff; */
    /* background: #fff; */
}
#mainNav .navbar-collapse {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#mainNav .navbar-collapse .navbar-nav {}
#mainNav .navbar-collapse .navbar-nav .nav-item {
    margin-left: 15px;
}
#mainNav .navbar-collapse .navbar-nav .nav-item .nav-link,
#mainNav .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item{
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding: 7px 0;
}
#mainNav .navbar-collapse .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
    color: #f56;
}
#mainNav .navbar-collapse .navbar-nav .nav-item.dropdown {}
#mainNav .navbar-collapse .navbar-nav .nav-item.dropdown .nav-link.dropdown-toggle {}
#mainNav .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    right: 0;
}
#mainNav .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    color: #084298;
    padding: 7px 15px;
}

#header-block {
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}
#header-block .header-subscrition-form {
    width: 400px;
    margin-right: 20px;
}
#header-block .header-subscrition-form .card {
    background: rgb(0 0 0 / 60%);
    padding: 25px;
}
#header-block .header-subscrition-form .card .card-body {
    background: transparent;
}
#header-block .header-subscrition-form .card .card-body .subscribe_form {}
#header-block .header-subscrition-form .card .card-body .subscribe_form h2 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    margin-bottom: 25px;
	font-size: 20px;
}
#header-block .header-subscrition-form .card .card-body .subscribe_form .subscribeform {}
#header-block .header-subscrition-form .card .card-body .subscribe_form .subscribeform .form-fields {
    padding: 0;
}
#header-block .header-subscrition-form .card .card-body .subscribe_form .subscribeform .form-fields .the-field {
    margin-bottom: 10px;
}
#header-block .header-subscrition-form .card .card-body .subscribe_form .subscribeform .form-fields .the-field input {
    height: 50px;
    line-height: 50px;
}
#header-block .header-subscrition-form .card .card-body .subscribe_form .subscribeform .form-fields .the-field select {
    height: 50px;
    /* line-height: 50px; */
}
#header-block .header-subscrition-form .card .card-body .subscribe_form .subscribeform .form-fields .form-action-btn {}
#header-block .header-subscrition-form .card .card-body .subscribe_form .subscribeform .form-fields .form-action-btn button#subscribeform-submit {}
#header-block .header-video-opener {}
#header-block .header-video-opener a {}

#description {
    background: #333;
    background-image: url('../images/desc-img-bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 70px 0;
    position: relative;
}
#description .card {
    background: rgb(10 88 202 / 70%);
    border: none;
}
#description .card .card-body {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 50px;
}
#description .card .card-body .desc-img-front {
    width: 320px;
}
#description .card .card-body .desc-img-front img {
    position: absolute;
    bottom: -70px;
    width: 350px;
    left: 15px;
}
#description .card .card-body .desc-text {
    width: 65%;
    color: #fff;
    text-align: right;
}
#description .card .card-body .desc-text .desc-text-title {
	text-transform: uppercase;
}
#description .card .card-body .desc-text .desc-text-content {
    margin: 0;
    font-size: 16px;
}

#mecanic {
    background: #333;
    background-image: url(../images/mecanique-phare-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 70px 0;
    position: relative;
}
#mecanic:before {
    display: block;
    content: '';
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(41,113,226);
    background: -moz-linear-gradient(144deg, rgba(41,113,226,1) 30%, rgba(41,113,226,0.7987570028011204) 40%, rgba(41,113,226,0.6951155462184874) 50%, rgba(255,255,255,0) 60%);
    background: -webkit-linear-gradient(144deg, rgba(41,113,226,1) 30%, rgba(41,113,226,0.7987570028011204) 40%, rgba(41,113,226,0.6951155462184874) 50%, rgba(255,255,255,0) 60%);
    background: linear-gradient(144deg, rgba(41,113,226,1) 30%, rgba(41,113,226,0.7987570028011204) 40%, rgba(41,113,226,0.6951155462184874) 50%, rgba(255,255,255,0) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2971e2",endColorstr="#ffffff",GradientType=1);
}
#mecanic > div {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
#mecanic .mecanic-text {
    position: relative;
    z-index: 1;
    width: 40%;
    color: #fff;
}
#mecanic .mecanic-text .mecanic-text-title {
	text-transform: uppercase;
}
#mecanic .mecanic-text .mecanic-text-content {}
#mecanic .mecanic-video {
    width: 58%;
}
#mecanic .mecanic-video .card {
    background: transparent;
    border: none;
    /* border-radius: 5px; */
    /* overflow: hidden; */
}
#mecanic .mecanic-video .card .card-body {padding: 0;}
#mecanic .mecanic-video .card .card-body video {
    border-radius: 5px;
}

#features {
    background: #fff;
    padding: 70px 0;
    position: relative;
}
/*#features:before {
    display: block;
    content: '';
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(41,113,226);
    background: -moz-linear-gradient(90deg, rgba(41,113,226,1) 0%, rgba(41,113,226,0.7987570028011204) 10%, rgba(255,255,255,0) 30%, rgba(255,255,255,0) 70%, rgba(41,113,226,0.8) 90%, rgba(41,113,226,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(41,113,226,1) 0%, rgba(41,113,226,0.7987570028011204) 10%, rgba(255,255,255,0) 30%, rgba(255,255,255,0) 70%, rgba(41,113,226,0.8) 90%, rgba(41,113,226,1) 100%);
    background: linear-gradient(90deg, rgba(41,113,226,1) 0%, rgba(41,113,226,0.7987570028011204) 10%, rgba(255,255,255,0) 30%, rgba(255,255,255,0) 70%, rgba(41,113,226,0.8) 90%, rgba(41,113,226,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2971e2",endColorstr="#2971e2",GradientType=1);
}*/
#features .features-text-title {
    text-align: center;
    margin-bottom: 25px;
    position: relative;
}
#features .features-list {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
}
#features .features-list .card {
    width: 32%;
    margin: 1%;
    border: none;
    background: #333;
    color: #fff;
    text-align: center;
}
#features .features-list .card .card-top {overflow: hidden;}
#features .features-list .card .card-top video {
    cursor: pointer;
}
#features .features-list .card .card-body {}
#features .features-list .card .card-body .card-title {}
#features .features-list .card .card-body .card-text {}

#about {
    background: #333;
    background-image: url(../images/about-img-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 70px 0;
    position: relative;
}
#about .card {
    padding: 50px;
    text-align: center;
    background: rgb(8 66 152 / 70%);
    color: #fff;
    border: none;
}
#about .card .about-content {}
#about .card .about-content .about-title {
	text-transform: uppercase;
}
#about .card .about-content .about-text {
    font-size: 16px;
    /* margin: 0; */
    padding: 25px 0;
}
#about .card .about-studio-logo {}

#subscribe {
    background: #333;
    background-image: url(../images/footer-subscribe-img-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 70px 0;
    position: relative;
    text-align: center;
    color: #fff;
}
#subscribe .subscribe-title {
    line-height: 1.2;
    margin-bottom: 25px;
}
#subscribe .subscribe-btn {}
#subscribe .subscribe-btn .btn {}

#footer {
    background: #084298;
    padding: 20px 0;
}
#footer .footer-backtotop {
    text-align: center;
    margin-bottom: 20px;
}
#footer .footer-backtotop a {
  text-decoration: none;
  line-height: 40px;
  display: inline-block;
  color: #fff;
  font-weight: bold;
}
#footer .footer-backtotop a img {
    /* height: 40px; */
    margin-right: 10px;
    max-width: 100%;
    max-height: 50px;
}
#footer .nav {
    display: flex;
    align-items: center;
    justify-content: center;
}
#footer .nav .nav-item {}
#footer .nav .nav-item .nav-link {
  color: #fff;
  padding: 0 20px;
  /* font-weight: bold; */
  font-size: 16px;
}

#popup-video-player {z-index: 999999999;}
#popup-video-player .modal-dialog {
    width: 50vw;
    max-width: 90%;
    min-width: 320px;
    top: 15vh;
    margin: auto;
}
#popup-video-player .modal-dialog .modal-content .modal-body {
    text-align: right;
}
#popup-video-player .modal-dialog .modal-content .modal-body .btn-close {
    padding: 0;
    color: #000;
    right: 0;
}

/*@media (pointer: coarse) and (hover: none) {
  header {
    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
  }

  header video {
    display: none;
  }
}*/
.clp-loading {
    position: relative;
}
.clp-loading:before {
    display: flex;
    content: 'Loading...';
    position: absolute;
    background: #00000080;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: bold;
}
.cky-notice .cky-title {
    font-size: 20px !important;
}
.cky-notice-des p {
    font-size: 16px !important;
}
@media (max-width: 991px) {
    #mainNav .navbar-collapse {
        position: absolute;
        top: 100%;
        right: 0;
        padding: 5px 20px;
        background: #0a58ca;
    }
    #mainNav .navbar-collapse .navbar-nav .nav-item.dropdown .nav-link.dropdown-toggle,
    #mainNav .navbar-collapse:not(.show) {
        display: none;
    }
    #mainNav .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
        display: block;
        background: none;
        border: none;
        padding-top: 0;
    }
    #mainNav .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
        display: block;
        color: #fff;
        /* padding-left: 0; */
    }
    #header-block .header-subscrition-form {
        width: 400px;
        max-width: 90%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    header {
        background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
    }
    header video {
        display: none;
    }
    #header-block {
        display: flex;
        align-items: center;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
    }
    #description .card .card-body .desc-img-front {
        display: none;
    }
    #description .card .card-body .desc-text {
        width: 100%;
    }
    #mecanic > div {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        flex-direction: column;
    }
    #mecanic .mecanic-text,
    #mecanic .mecanic-video {
      width: 100%;
    }
    #mecanic .mecanic-text {
      margin-bottom: 20px;
    }
    #features:before {
        background: -moz-linear-gradient(0deg, rgba(41,113,226,1) 0%, rgba(41,113,226,0.7987570028011204) 10%, rgba(255,255,255,0) 30%, rgba(255,255,255,0) 70%, rgba(41,113,226,0.8) 90%, rgba(41,113,226,1) 100%);
        background: -webkit-linear-gradient(0deg, rgba(41,113,226,1) 0%, rgba(41,113,226,0.7987570028011204) 10%, rgba(255,255,255,0) 30%, rgba(255,255,255,0) 70%, rgba(41,113,226,0.8) 90%, rgba(41,113,226,1) 100%);
        background: linear-gradient(0deg, rgba(41,113,226,1) 0%, rgba(41,113,226,0.7987570028011204) 10%, rgba(255,255,255,0) 30%, rgba(255,255,255,0) 70%, rgba(41,113,226,0.8) 90%, rgba(41,113,226,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2971e2",endColorstr="#2971e2",GradientType=1);
    }
    #features .features-text-title {
        color: #fff;
    }
    #features .features-list {
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }
    #features .features-list .card {
        width: 100%;
        margin: 0;
        margin-bottom: 25px;
    }
    #footer .nav {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    #subscribe .subscribe-title br {
        display: none;
    }
}