@charset "utf-8";
@font-face {
    font-family: 'vag_roundedregular';
    src: url('fonts/ufonts.com_vag-rounded-light-webfont.eot');
    src: url('fonts/ufonts.com_vag-rounded-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/ufonts.com_vag-rounded-light-webfont.woff2') format('woff2'),
    url('fonts/ufonts.com_vag-rounded-light-webfont.woff') format('woff'),
    url('fonts/ufonts.com_vag-rounded-light-webfont.ttf') format('truetype'),
    url('fonts/ufonts.com_vag-rounded-light-webfont.svg#vag_roundedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'vag_rounded-boldregular';
    src: url('fonts/ufonts.com_vag-rounded-bold-webfont.eot');
    src: url('fonts/ufonts.com_vag-rounded-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/ufonts.com_vag-rounded-bold-webfont.woff2') format('woff2'),
    url('fonts/ufonts.com_vag-rounded-bold-webfont.woff') format('woff'),
    url('fonts/ufonts.com_vag-rounded-bold-webfont.ttf') format('truetype'),
    url('fonts/ufonts.com_vag-rounded-bold-webfont.svg#vag_rounded-boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'abadi_mt_condensed_lightRg';
    src: url('fonts/ufonts.com_abadi-mt-condensed-light-webfont.eot');
    src: url('fonts/ufonts.com_abadi-mt-condensed-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/ufonts.com_abadi-mt-condensed-light-webfont.woff2') format('woff2'),
    url('fonts/ufonts.com_abadi-mt-condensed-light-webfont.woff') format('woff'),
    url('fonts/ufonts.com_abadi-mt-condensed-light-webfont.ttf') format('truetype'),
    url('fonts/ufonts.com_abadi-mt-condensed-light-webfont.svg#abadi_mt_condensed_lightRg') format('svg');
    font-weight: normal;
    font-style: normal;

}
*{outline: none !important;}
.intro ul li{
    -webkit-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */

    -webkit-transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */
}

html,body{height: 100%;}
body{font-size: 16px; color:#000000;font-family: 'vag_roundedregular'; }
.rounded-corners {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}
.no-rounded-corners{
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
}
.box-shadow {
    -moz-box-shadow: 5px 5px 5px -5px #666666; /* Firefox */
    -webkit-box-shadow: 5px 5px 5px -5px #666666; /* Safari, Chrome */
    box-shadow: 5px 5px 5px -5px #666666; /* CSS3 */
}
a{color:#93999C;}
a,a:hover,a:focus{text-decoration: none;/*mira debut*/    color: #93999C;/*mira fin*/}
.formobile{display: none;}


.black{color:#000000;}
.red{color:#e63423}
.grey{color:#eaeaea}
.lightgrey{color: #f5f5f5}
.white{color:#FFF;}

.horiz-spacer{width: 15px; min-height: 1px;}
.horiz-spacer-double{width: 30px; min-height: 1px;}
.horiz-spacer-triple{width: 45px; min-height: 1px;}

section{margin-top:35px;}
.block{display: block; width: 100%;}
.inline{display: inline}


h1{color: #11aac7; font-size: 2.5em; font-style: italic;}
h1>span{ position: relative; padding-right: 44px;}
h1>span .icon8{ position: absolute; top:-5px; right:0;}
h1>span .icon8 img{width: 40px;}
h2{color: #11aac7; font-size: 2em;}
h4{font-family: 'vag_rounded-boldregular'; margin-bottom: 0}
h4 span{color: #11aac7; font-family: 'abadi_mt_condensed_lightRg'; font-style: italic;}
img{max-width: 100%}
.breadcrumb{background: none; padding:8px  0; margin-bottom: 0px;}
.breadcrumb > li + li::before{content:">"}

.wrapper{min-height:100%; padding-bottom:95px; margin-bottom: -96px;}
/*********** TOP ************/
.top{ padding-top:35px; padding-bottom: 15px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,000000+100&0+0,0+35,0.1+100 */
    background: -moz-linear-gradient(top,  rgba(30,87,153,0) 0%, rgba(20,57,99,0) 35%, rgba(0,0,0,0.1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(30,87,153,0) 0%,rgba(20,57,99,0) 35%,rgba(0,0,0,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(30,87,153,0) 0%,rgba(20,57,99,0) 35%,rgba(0,0,0,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#1a000000',GradientType=0 ); /* IE6-9 */

}
.top .logo img{height: 100px;}
.top .socials{margin-top:33px;}
.top .socials a:hover{opacity: 0.7}

/*********** NAVBAR ***************/
.navbar{background: #11aac7; border: none;font-family: 'abadi_mt_condensed_lightRg'; }
.navbar .navbar-nav>li{padding-right: 30px;}
.navbar .navbar-nav>li>a{color: #FFF; text-transform: uppercase; padding: 15px 0;}
.navbar .navbar-nav>li.active>a,.navbar .navbar-nav>li>a:hover,.navbar .navbar-nav>li>a:focus,.nav .open > a, .nav .open > a:focus, .nav .open > a:hover{color: #037da4; background: transparent}
.dropdown-menu > li > a:hover{background: rgba(255,255,255,0.7) }
.navbar .navbar-nav li .dropdown-menu{background: rgba(255,255,255,0.9); border: none; padding-bottom: 15px; padding-top: 15px;}
.navbar .navbar-nav li .dropdown-menu li {}
.navbar .navbar-nav li .dropdown-menu li a{padding:10px 20px;color: #11aac7}
.navbar-toggle .icon-bar{background: #FFF;}
/*********** INTRO ***************/
.intro ul{list-style: none;margin:0; padding: 0; margin-top: -320px; margin-bottom: 50px; position: relative; z-index: 2;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.5+25,1+60 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 25%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 25%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 25%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.intro ul li{display: inline-block; position: relative; margin-left: -107px; width: 307px; height: 500px; background-image: url(images/pin.png); background-repeat: no-repeat; background-size: cover; background-position: center;}
.intro ul li:hover{
    -webkit-backface-visibility: hidden;
    -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.intro ul li:nth-child(1){margin-left: 0px;}
.intro ul li:nth-child(2){z-index: 2}
.intro ul li:nth-child(3){z-index: 3}
.intro ul li:nth-child(4){z-index: 4}
.intro ul li a{color: #fff;
    display: inline-block;
    float: left;
    font-family: "vag_rounded-boldregular";
    font-size: 24px;
    font-style: italic;
    height: 100%;
    margin-left: -25px;
    margin-top: 130px;
    padding-top: 100px;
    width: 100%;padding-left: 10%;}

.page-content p{margin-bottom: 15px;}
.page-content ul {list-style: none; margin:0; padding: 0; margin-bottom: 15px;}
.page-content ul li{position: relative; padding-left: 15px;}
.page-content ul li:after{ position: absolute; left: 0px; top: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 10px;
    border-color: transparent transparent transparent #13abc7;
    content: "";
}
.banner{margin-bottom: 45px; height: 300px; overflow: hidden; position: relative;}
.banner img{position: absolute; top: -50%;}

.footer{background: #11aac7; border-top: 1px solid #037da4; padding: 15px 0; color: #FFF; margin-top: 45px; height: 51px; font-size: 0.8em;}

@media (min-width:1200px) {  }

@media (max-width:1200px) {


}
@media (max-width:991px) {
    .intro ul {margin: auto; margin-top:-150px; padding-top: 80px; padding-right: 15px; width: 370px; position: relative; max-width: 100%; background: url("images/pin.png"); background-position: bottom center; background-size: cover; background-repeat: no-repeat; height: 450px;}
    .intro ul li{background: no-repeat; margin: 0; height: auto; width: 100%;}
    .intro ul li a{ display:block;color: #FFF; padding: 0; margin: 0; height:auto; font-size: 1.5em; font-style: italic;font-family: 'vag_rounded-boldregular';}

}
@media (max-width:961px) {


}
@media (max-width:770px) {

}
@media (max-width:560px) {
    .top .logo img{width: 100px; height: auto;}
    .top .socials{margin-top: 5px;}
    .top .socials img{width: 20px;}
    .navbar .navbar-nav  li{padding: 0; text-align: center}
    .banner{height: 200px;}
    .intro ul {padding-top: 80px;}
}

@media (max-width:480px) {

}
@media (max-width:420px) {
    .intro ul {padding-top: 90px;}
}
@media (max-width:360px) {
    .intro ul {padding-top: 120px;}
}

@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */

}
@media (min-width:1281px) {  /* hi-res laptops and desktops */ }
