@import url(https://fonts.googleapis.com/css?family=Montserrat:500,600,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);

body,
html {
    height: 100%;
    width: 100%
}

body {
    font-size: 1rem;
    font-family: 'Source Sans Pro', sans-serif
}

h1,
h2,
h3,
h4,
h5 {
    position: relative;
    font-family: 'Montserrat', sans-serif
}

h6 {
    position: relative;
    text-transform: uppercase
}

.bg-primary {
    background-color: #35CBDF !important
}

.text-inverse {
    color: #074052
}

.text-primary {
    color: #35CBDF !important
}

.btn {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 600
}

.btn-primary {
    background-color: #35CBDF;
    border-color: #35CBDF;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .4)
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #00BED7;
    border-color: #00BED7
}

.btn-capsul {
    border-radius: 50px
}

i.box-circle-outline {
    border-color: inherit;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px
}

i.box-circle-solid {
    background-color: #35CBDF;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    width: 55px
}

.text-underline-white:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 4px;
    left: 50%;
    margin-left: -50px;
    background: #fff;
    bottom: -15px;
    border-radius: 10px
}

.text-underline-rb-white:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 4px;
    left: 0;
    background: #fff;
    bottom: -15px;
    border-radius: 10px
}

.text-underline-primary:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 4px;
    left: 50%;
    margin-left: -25px;
    background: #35CBDF;
    bottom: -15px;
    border-radius: 10px
}

.text-underline-rb-primary:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 4px;
    left: 0;
    background: #35CBDF;
    bottom: -15px;
    border-radius: 10px
}

.bg-overlay:before {
    content: "";
    background: rgba(0, 0, 0, .7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1
}

.bg-overlay-light:before {
    content: "";
    background: rgba(0, 0, 0, .4);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1
}

.parallax {
    background-attachment: fixed !important
}

.loaders {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap
}

.loaders .loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 25%;
    max-width: 25%;
    height: 200px;
    align-items: center;
    justify-content: center
}

.loader {
    display: table;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 1200
}

.loader-bg {
    background: #35CBDF
}

.loader-inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.loader .ball-clip-rotate-pulse {
    left: 50%;
    position: absolute;
    top: 50%
}

.fa-bars {
    color: #d9534f
}

.top-nav {
    transition: 0.5s ease-in;
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in
}

.top-nav .navbar-nav li .nav-link {
    color: #fff;
    font-size: 14px;
    padding: 5px 15px;
    /*padding-bottom:5px!important;*/
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.5s ease-in;
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in
}

.top-nav li a.nav-link:hover,
.top-nav .nav-item.active a.nav-link {
    outline-bottom: 3px solid #d9534f;
    outline-offset: -2px;
    /*padding-top: 9px!important;*/
    color: #d9534f;
    transition: 0.5s ease-in;
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in
}

.top-nav .navbar-brand {
    font-size: 28px;
    color: #fff;
    font-family: 'Montserrat', sans-serif
}

.top-nav.light-header {
    height: 60px;
    background: #000;
    box-shadow: 0 0 10px rgba(0, 0, 0, .23);
    transition: 0.5s ease-in;
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in
}

.top-nav.light-header .navbar-brand {
    color: #fff
}

.top-nav.light-header .navbar-nav li .nav-link {
    color: #fff;
    background-color: rgba(0, 0, 0, .9);
    padding: 10px 15px;
    transition: 0.5s ease-in;
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in
}

.top-nav.light-header li a.nav-link:hover,
.top-nav.light-header .nav-item.active a.nav-link {
    border-bottom: 3px solid #d9534f;
    color: #d9534f;
    transition: 0.5s ease-in;
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in
}

@media (max-width:1266px) {
    .navbar-brand {
        display: none
    }
}



@media (max-width:123px) {
    .navbar-header {
        float: none
    }

    .navbar-toggle {
        display: block
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    }

    .navbar-collapse.collapse {
        display: none !important
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px !important;
    }

    .navbar-nav>li {
        float: none
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .navbar-text {
        float: none;
        margin: 15px 0px;
    }

    .navbar-collapse.collapse.in {
        display: block !important
    }

    .collapsing {
        overflow: hidden !important
    }
}

@-webkit-keyframes cf4FadeInOut {
    0% {
        opacity: 1
    }

    17% {
        opacity: 1
    }

    25% {
        opacity: 0
    }

    92% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes cf4FadeInOut {
    0% {
        opacity: 1
    }

    17% {
        opacity: 1
    }

    25% {
        opacity: 0
    }

    92% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes cf4FadeInOut {
    0% {
        opacity: 1
    }

    17% {
        opacity: 1
    }

    25% {
        opacity: 0
    }

    92% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes cf4FadeInOut {
    0% {
        opacity: 1
    }

    17% {
        opacity: 1
    }

    25% {
        opacity: 0
    }

    92% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

#accueil {
    margin-top: 59px;
}

#accueil img {
    z-index: 3;
    position: absolute
}

.fondecran {
    width: 100%;
    margin: 0 0
}

#accueil img {
    -webkit-animation-name: cf4FadeInOut;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 16s;
    -moz-animation-name: cf4FadeInOut;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-duration: 16s;
    -o-animation-name: cf4FadeInOut;
    -o-animation-timing-function: ease-in-out;
    -o-animation-iteration-count: infinite;
    -o-animation-duration: 16s;
    animation-name: cf4FadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 16s
}

#accueil img:nth-of-type(1) {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    animation-delay: 12s
}

#accueil img:nth-of-type(2) {
    -webkit-animation-delay: 8s;
    -moz-animation-delay: 8s;
    -o-animation-delay: 8s;
    animation-delay: 8s
}

#accueil img:nth-of-type(3) {
    -webkit-animation-delay: 4;
    -moz-animation-delay: 4;
    -o-animation-delay: 4;
    animation-delay: 4s
}

#accueil img:nth-of-type(4) {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

#spacing {
    background-color: rgb(80, 80, 80);
    padding-top: 52.5%
}

.btn-theme {
    background-color: #35CBDF;
    color: #fff
}

.lead {
    padding-top: 10px;
    text-align: center
}

#getintouch {
    width: 100%;
    padding: 10px 0;
    background-color: rgb(30, 30, 30);
    color: #d6d6d6
}

div#elmariachivaldes,
div#galeriephoto {
    padding: 75px 0;
    background: rgb(226, 226, 217);
    background: -moz-linear-gradient(top, rgba(226, 226, 217, 1) 0%, rgba(252, 252, 252, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(226, 226, 217, 1) 0%, rgba(252, 252, 252, 1) 100%);
    background: linear-gradient(to bottom, rgba(226, 226, 217, 1) 0%, rgba(252, 252, 252, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e2e2d9', endColorstr='#fcfcfc', GradientType=0)
}

div#galerievideo,
div#contact {
    padding: 75px 0;
    background: rgb(252, 252, 252);
    background: -moz-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(226, 226, 217, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(226, 226, 217, 1) 100%);
    background: linear-gradient(to bottom, rgba(252, 252, 252, 1) 0%, rgba(226, 226, 217, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#e2e2d9', GradientType=0)
}

#scrollbg {
    color: white;
    background-color: red;
    background: url(../images/mexique2.jpg) 50% 100% repeat fixed
}

.vertical-align {
    margin: 50px 0;
    padding: 10px;
    background-color: #000;
    font-family: 'Abel', sans-serif;
    text-align: left
}

.vertical-align h3 {
    color: rgb(255, 120, 80);
    font-weight: 700;
    letter-spacing: 1px
}

.vertical-align>p {
    font-size: 18px
}

#vivamexicorevue {
    background-color: black;
    color: white
}

div#vivamexicorevue {
    color: white
}

div#vivamexicorevue p {
    font-size: 1.3em;
    color: rgb(255, 170, 130)
}

div#vivamexicorevue img {
    box-shadow: 0 0 90px rgba(100, 170, 255, .6)
}

#services-section {
    color: white;
    background: url(../images/mexique3.jpg) 50% 100% no-repeat fixed;
    padding-bottom: 30px
}

#tarifs {
    padding: 75px 0;
    color: white;
    background: url(../images/testimonials-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 30px
}

#message {
    padding: 75px 0;
    color: white;
    background: url(../images/testimonials-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 30px
}

.subtitle {
    margin-top: 5px;
    font-size: 22px;
    color: white;
    font-weight: 700;
    margin-left: 10px;
    margin-right: 10px
}

.encarsx3 {
    padding: 20px
}

.encars-fond {
    background-color: rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px rgba(255, 217, 135, 1);
    color: white !important;
    font-size: 20px
}

.encars-fond h3 {
    padding-top: 7px;
    color: rgb(255, 170, 130);
    padding-bottom: 14px
}

#services-section i:hover {
    background-color: #c9302c
}

#services-section h2 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 27px
}

#encars-fond p {
    opacity: 1
}

.btn:focus,
.btn:active,
button:focus,
button:active {
    outline: none !important;
    box-shadow: none !important
}

#image-gallery .modal-footer {
    display: block
}

.thumb {
    margin-top: 15px;
    margin-bottom: 15px
}

.filter-button {
    background-color: #333;
    color: #d9534f
}

#galeriephoto {
    background-color: black !important
}

#image-gallery,
#modalgallery,
.modalgallery {
    background-color: #000 !important
}

.jumbotron {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border-radius: 0px !important
}

.section {
    padding-bottom: 50px
}

a {
    text-decoration: none;
    color: #7d7f82;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

a:focus,
a:hover {
    text-decoration: none;
    color: #fe5b10
}

.video-testimonial-block {
    position: relative;
    width: auto;
    height: 206px;
    overflow: hidden;
    margin-bottom: 30px
}

.video-testimonial-block .video-thumbnail {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background-size: cover;
    top: 0;
    left: 0
}

.video-testimonial-block .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.video-testimonial-block .video-play {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -18px;
    text-decoration: none
}

.video-testimonial-block .video-play::before {
    content: "\f144";
    font: normal normal normal 14px/1;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 50px;
    color: #b3b5bc
}

.video-testimonial-block .video-play:hover::before {
    color: #172651
}

.mb10 {
    margin-bottom: 10px
}

.section-title {
    margin-bottom: 40px
}

.required {
    color: red;
    font-weight: 700
}

form {
    background-color: rgba(255, 255, 255, .4);
    padding: 20px;
    border-radius: 10x;
    border: 1px solid white
}

label {
    text-shadow: 1px 1px 2px black
}

#erreurs_form_devis,
#success_form_devis,
#erreurs_form_message,
#success_form_message {
    display: none
}

.row.no-gutters {
    margin-right: 0;
    overflow: hidden !important;
    margin-left: 0;

    &>[class^="col-"],
    &>[class*=" col-"] {
        padding-right: 0;
        padding-left: 0
    }
}

#map {
    min-height: 410px;
    border: 0
}

@media (min-width:768px) {
    #map {
        position: absolute;
        top: -55px
    }
}

@media (max-width:767px) {
    #right {
        position: relative;
        top: -55px z-index: 0
    }

    #map {
        position: relative
    }

    #left {
        z-index: 999
    }

    #form_message {
        background-color: rgb(255, 255, 255)
    }
}


footer {
    padding: 20px;
    background-color: black
}

#social-link {
    list-style-type: none;
    color: white;
}

.scroll-up {
    position: fixed;
    display: none;
    bottom: 20px;
    right: 7px;
    z-index: 999;
}

.scroll-up a {
    background: #fff;
    display: block;
    padding: 5px;
    line-height: 14px;
    box-shadow: 0px 0px 3px black;

    /*height: 28px;*/
    /*width: 28px;*/
    /*line-height: 28px;*/
    color: #000;
    opacity: .6;
    border-radius: 100%;
}