/*!
 * Bootstrap
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

@media(min-width:768px) {
    p {
        margin: 0 0 25px;
        font-size: 18px;
        line-height: 1.4;
    }
}

a {
    color: #2db0e5;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #E7E7E7;
}

.light {
    font-weight: 400;
    /*ajout*/
   /* margin-left: 120px;*/
   margin: 0;
}

/*  MENU  */

.navbar-custom {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-family:"Lato", sans-serif;
    background-color: #f94877;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
    padding-top: 25px;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
    -ms-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}

.navbar-fixed-top {
  position: fixed;
  top: 40px;

}

.navbar-custom .nav li a:hover {
    outline: 0;
    *color: #7a082a;
    background-color: transparent;
}

.navbar-custom .nav li a:after {
  /*content: "|";*/
  display: block;
  position: absolute;
  right: 1px;
  bottom: 28px;
  height: 3px;
  width: 0;
  color: #fff;
  -webkit-transition: width .25s;
  -moz-transition: width .25s;
  -ms-transition: width .25s;
  -o-transition: width .25s;
  transition: width .25s;
}



.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    border-bottom: 1px solid #7a082a;
    color: #7a082a;
    -webkit-transition: width 1.25s;
    -moz-transition: width 1.25s;
    -ms-transition: width 1.25s;
    -o-transition: width 1.25s;
    transition: width 1.25s;
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}


@media(max-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        background: #f94877;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        background: #f94877;
    }
}


@media(max-width:800px) {
    .fxfamilynav-logo {
      display: none;
      }
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 0 ;
    text-align: center;
    color: #fff;
    background: url(../img/horse.jpg) no-repeat 50% 12% scroll;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
    top: 175px;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
    /*padding-top: 150px;*/
    padding-top: 480px;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
    font-weight: 900;
}

.intro .intro-body .intro-text {
    font-size: 18px;
    font-weight: 900;
}

@media(min-width:768px) {
    /* effet sur menu au-dessus de 768px en cours */
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        /*background: 0 0;*/
        background: #f94877;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

      .light {
    font-weight: 400;
    margin-left: 207px;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background: #f94877;
    }

    /* end */
    .intro {
        height: 100%;
        padding: 0;
        margin: 0px 0 0 0;
    }

    #loisirs {
        height: 100%;
        /*padding-top: 150px;*/
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
        padding: 20px;
        width: 100%;
        font-weight: 900;
    }

    .intro .intro-body .intro-text {
        font-size: 26px;
        background: #000;
        padding: 20px;
        width: 100%;
        opacity: .7;
        border-radius: 15px;
    }
}

.btn-circle {
    width:110px;
    height: 110px;
    margin-top: 15px;
    padding: 7px 16px;
    background: #000;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover 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;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
      padding-top: 135px;
}

@media(min-width:767px) {
    .content-section {
        /*padding-bottom: 50px;*/
        /*margin-top: 200px;*/
        padding-bottom: 50px;
        padding-top: 160px;
    }

    .download-section {
        padding: 100px 0;
    }

/*    #plan {
        height: 450px;
        width: 90%;
        display: inline;
        text-align: center;
    }*/

    /*#carte {
      width: 90%;
      margin: 0 auto;

      text-align: center;
      height: 400px;
    }*/

    .carte {
      width: 90%;
      margin: 0 auto;
      text-align: center;
    }

    #instagram {
        width: 100%;
        height: auto;
        margin-top: 78px;
    }

    #plan {
        height: auto;
        width: 90%;
        text-align: center;
        margin-top: 78px;
        background: #fff;
    }

    #loisirs {
        height: auto;
        width: 90%;
        text-align: left;
        margin-top: 78px;
    }

    #edito {
        width: 100%;
        height: auto;
        margin-top: 78px;
    }

    #contact {
        height: auto;
        width: 90%;
        text-align: left;
        margin-top: 78px;
        background: #fff;
    }

}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #2db0e5;
    color: #2db0e5;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #2db0e5;
    outline: 0;
    color: #fff;
    background-color: #2db0e5;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 10px 0;
    background: #3E3C3D;
}

footer p {
    margin: 0;
}

.copyright {
    margin: 0;
    color:#fff;
    font-size: 14px;
    margin-bottom: 10px;
}

.kolorslab {
    background: #000;
    padding: 3px 0;
    height: 30px
    color: #ccc;
    font-size: 14px;
    margin-bottom: 10px;
    width: 100%;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    Webkit-tap-highlight-color: #f94877;
}
