@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}

img {
	max-width: 100%;
}

#bgmenu {
	background-color: #FFFFFF;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.contenu {
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: auto;
}

.contenu-portefeuille {
	padding-top: 50px;
	padding-bottom: 50px;
}

.bg-profil {
	background-image: url(../images/bg-contenu-profil-mobile-01.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color:#b79d86;
}

.bg-services {
	background-image: url(../images/bg-contenu-services-mobile.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color:#bebeb8;
}

.accueil-col-r {
	padding-top: 50px;
}

.livre-hockey {
	text-align: center;
}

.syndrome-hockey {
	padding-top: 25px;
}


#bg-leed {
	background-color:#03435e;
}

.banner {
	height: 150px;
}

.banner-accueil {
	height: 400px;
}

.center {
	text-align: center;
}

.title {
	text-align: center;
}

.map-immeuble {
	margin-bottom: 50px;
}

.carre-rouge {
	padding:40px;
	background-color:#e3042b;
}

.carre-rouge-accueil {
	padding:30px;
	background-color:#e3042b;
}

.carre-rouge-profil p {
	color:#FFFFFF;
}

.carre-rouge-profil {
	padding:40px;
	margin-top:200px;
	color:#FFFFFF;
	background-image: url(../images/bg-carre-rouge-02.png);
	background-position: center top;
	background-repeat: repeat-y;
}

.nom {
	color:#FFFFFF;
	font-size: 19px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}

.nom-profil {
	color:#FFFFFF;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}

.ligne-directe {
	color:#FFFFFF;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}

.ligne-directe a {
	text-decoration: none;
}

.conseiller {
	color:#FFFFFF;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	line-height: 1em;
	text-transform: uppercase;
}

img[usemap] {
    border: none;
    height: auto;
    max-width: 100%;
    width: auto;
}

.google-maps {
    position: relative;
    padding-bottom: 50%; // This is the aspect ratio
    overflow: hidden;
    height:460px;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/*--------- FOOTER ---------*/

.bg-footer {
	background-image: url(../images/bg-footer.png);
	background-position: center top;
	background-repeat: repeat-x;
	background-color:#006690;
}

.footer {
	color:#FFFFFF;
	font-size: 15px;
	line-height: 1.2em;
	font-family: 'Roboto Condensed', sans-serif;
}

.footer a {
	color:#FFFFFF;
	text-decoration: none;
}

.menu-footer {
	color: #FFFFFF;
	font-size: 12px;
	display: inline-block;
	margin: 0px 24px 0px 0px;
}

.menu-footer:hover {
	font-weight: 700;
}

.menu-footer a {
	color: #FFFFFF;
	text-decoration: none;
}

.copyright {
	text-align: left;
}

.table > tbody > tr > td {
	color: #76787a;
	vertical-align: middle;
	border-top: none;
	font-family: 'Roboto', sans-serif;
	padding-top: 15px;
	padding-bottom: 15px;
}

/*--------- FIN FOOTER ---------*/

/*--------- Texte ---------*/

h1 {
	color: #FFFFFF;
	font-size: 25px;
	margin: 0;
	padding:0;
	font-family: 'Ubuntu', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 150px;
}

.title-accueil {
	color: #03435e;
	font-size:26px;
	line-height: 1.2em;
	margin: 0;
	padding:0;
	font-family: 'Ubuntu', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}

h2 {
	color: #76787a;
	font-size: 33px;
	font-family: 'Ubuntu', sans-serif;
	text-transform: uppercase;
}

p {
	color: #76787a;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	text-align: justify;
	margin-bottom: 20px;
}

p a {
	color: #76787a;
	text-decoration: none;
}

ul, li {
	color: #76787a;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	text-align: justify;
}

.titre-accueil {
	color: #FFFFFF;
	font-size: 40px;
	font-family: 'Ubuntu', sans-serif;
	text-transform: uppercase;
	margin-top: 20px;
	letter-spacing: 1px;
}

.infos {
	font-size: 16px;
}

.text-syndrome {
	color: #FFFFFF;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
}

.text-syndrome a {
	color: #FFFFFF;
	text-decoration: none;
}

.details {
	color: #FFFFFF;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	background-color:#e3042b;
	padding: 10px;
}

.details a {
	color: #FFFFFF;
	text-decoration: none;
}

.infos-footer {
	font-size: 14px;
}

.disclaimer {
	color: #FFFFFF;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	line-height: 1em;
}

.disclaimer a {
	color: #FFFFFF;
	text-decoration: none;
}

.soustitre-bleu {
	color: #03435e;
	font-size: 24px;
	font-family: 'Ubuntu', sans-serif;
}

.citation {
	color: #03435e;
	font-size: 24px;
	font-family: 'Ubuntu', sans-serif;
	line-height: 1.2em;
}

/*--------- Fin texte ---------*/


/************  NAVBAR ****/

.ctn-menu {
	padding-right: 0px;
    padding-left: 0px;
}

.navbar-toggle {
    background-color:#03435e;
    border:0px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFF;
}

.navbar-default {
	background-color: #FFFFFF;
	border:none;
}

.navbar {
    border-radius: 0px;
    border-color:none;
}

.navbar-brand {
	float: none;
	display: block;
	height: auto;
	padding: 15px 15px;
}

.navbar-brand img {
	height: auto;
	max-width: 60%;
}


.navbar-default .navbar-nav > li > a {
    color: #78797c;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 19px;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #78797c;
	font-weight: 700;
}

/*--------- Fin menu ---------*/

/*--------- Form ---------*/


/****** form ****/
input[type=text], textarea {
	border-width: 2px;
	border-color: #bfd625;
	width:100%;
	padding:10px;
	margin:5px 0;
	-moz-box-shadow: inset 2px 2px 5px 0px #cfcfcf;
	-webkit-box-shadow: inset 2px 2px 5px 0px #cfcfcf;
	-o-box-shadow: inset 2px 2px 5px 0px #cfcfcf;
	box-shadow: inset 2px 2px 5px 0px #cfcfcf;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=134, Strength=5);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 7px;
	color:#414042;
	font-size: 15px;
	font-family: 'Ubuntu', sans-serif;
}

fieldset input[type=text] {
	width:100%;
}

.checkbox input[type=checkbox]:checked + label:after {
    font-family: 'Glyphicons Halflings';
    content: "\e013";
}
.checkbox label:after {
    padding-left: 4px;
    padding-top: 2px;
    font-size: 9px;
}


.success_txt p {
	color:#76787a;
	font-family: 'Ubuntu', sans-serif;
}

#errorDiv {
	font-size: 16px;
	font-family: 'Ubuntu', sans-serif;
	
}

.rangee {
	width: 100%;
}

.col-gauche-form {
	width: 100%;
}

.col-droite-form {
	width: 100%;
}

/*--------- Fin form ---------*/


/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100%;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 18px;
    line-height: 1.1em;    
    margin: 0;
    padding: 0;
    font-family: 'Ubuntu', sans-serif;

}

.hero h3 {
    font-size: 24px;
    line-height: 1.1em;    
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-family: 'Ubuntu', sans-serif;
    
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 1s all ease-in-out .1s;
       -moz-transition: 1s all ease-in-out .1s; 
        -ms-transition: 1s all ease-in-out .1s; 
         -o-transition: 1s all ease-in-out .1s; 
            transition: 1s all ease-in-out .1s; 
}

.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 1s all ease-in-out .1s;
       -moz-transition: 1s all ease-in-out .1s; 
        -ms-transition: 1s all ease-in-out .1s; 
         -o-transition: 1s all ease-in-out .1s; 
            transition: 1s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
/*.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}*/

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4,
.fade-carousel .slides .slide-5 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(../images/slider_accueil_1.jpg);
  height: 300px;
}
.fade-carousel .slides .slide-2 {
  background-image: url(../images/slider_accueil_1.jpg);
  height: 300px; 
}
.fade-carousel .slides .slide-3 {
  background-image: url(../images/slider_accueil_1.jpg);
  height: 300px;
}
.fade-carousel .slides .slide-4 {
  background-image: url(../images/slider_accueil_1.jpg);
  height: 300px;
}
.fade-carousel .slides .slide-5 {
  background-image: url(../images/slider_accueil_2.jpg);
  height: 300px;
}


@media (min-width: 768px) {

.carre-rouge-accueil {
	width: 365px;
}

.citation {
	color: #03435e;
	font-size: 34px;
	font-family: 'Ubuntu', sans-serif;
	line-height: 1.4em;
}

.infos {
	font-size: 19px;
}

.livre-hockey {
	text-align: left;
	padding-left: 60px;
}

.syndrome-hockey {
	padding-top: 60px;
	text-align: right;
}

.text-syndrome {
	text-align: right;
}

.accueil-col-r {
	padding-top: 50px;
}

.nom-profil {
	font-size: 24px;
}

.conseiller {
	font-size: 20px;
}

.contenu {
	padding-top: 75px;
	padding-bottom: 75px;
}

.contenu-profil {
	padding-top: 75px;
	padding-bottom: 75px;
}

.contenu-portefeuille {
	padding-top: 150px;
	padding-bottom: 150px;
}
	
.banner {
	height: 287px;
}

.menu-footer {
	display: inline-block;
	margin: 0px 5px 0px 5px;
}

.copyright {
	text-align: left;
}

.titre-accueil {
	margin-top: 0px;
}

.nom {
	font-size: 24px;
}

.ligne-directe {
	font-size: 24px;
}

.bg-profil {
	background-image: url(../images/bg-contenu-profil-02.jpg);
}

.bg-services {
	background-image: url(../images/bg-contenu-services.jpg);
}

/*--------- Form ---------*/

.col-gauche-form {
	width: 49%;
	float: left;

}

.col-droite-form {
	width: 49%;
	float: right;
}

/*--------- Fin form ---------*/

/*--------- Navbar ---------*/

.ctn-menu {
	padding-right: 15px;
    padding-left: 15px;
    height: 140px;
}

.navbar-brand {
	width: 167px;
	height: 140px;
}

.navbar-brand img {
	max-width: 100%;
	height: auto;
	padding-top: 32px;
}

.navbar-default {
  background: none;
  border: none;
}

.navbar-header {
	padding-top: 0px;
}

.navbar-default .navbar-nav > li > a {
	font-size: 13px;
    height: 140px;
}

.navbar-default .navbar-nav > li > a:hover {
	font-size: 13px;
    height: 140px;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.nav > li > a {
    padding: 60px 0px 0px 15px;
}

.navbar-nav > li {
    height: 100%;
}

.navbar-default {
	border-color: none;
}

/*--------- Fin Navbar ---------*/

.title-accueil {
	font-size:38px;
}


h1 {
	font-size: 50px;
	line-height: 287px;
}

.fade-carousel .slides .slide-1 {
  height: 564px;
}
.fade-carousel .slides .slide-2 {
  height: 564px;
}
.fade-carousel .slides .slide-3 {
  height: 564px;
}
.fade-carousel .slides .slide-4 {
  height: 564px;
}
.fade-carousel .slides .slide-5 {
  height: 564px;
}

.hero h1 {
    font-size: 30px;
    line-height: 1.1em;
}

.hero h3 {
    font-size: 50px;
    line-height: 1.1em;
}

}


@media (min-width: 992px) {

.fbn-img {
	text-align: right;
}

.syndrome-hockey {
	padding-top: 75px;
}

.carre-rouge-profil {
	margin-top:0px;
}

.customize-livrets-1 {
	width: 55%;
}

.customize-livrets-2 {
	width: 45%;
}
	
/*--------- Navnar ---------*/
.nav > li > a {
    padding: 0px 0px 0px 20px;
}

.navbar-nav > li > a {
    padding-top: 0px;
    line-height: 140px;
}
	
.navbar-brand {
	width: 227px;
	padding: 0px;
}

.navbar-brand img {
	max-width: 100%;
	padding-top: 32px;
}

.navbar-header {
	padding-top: 0px;
}

.navbar-default .navbar-nav > li > a {
	font-size: 16px;
}

.navbar-default .navbar-nav > li > a:hover {
	font-size: 16px;
}

.copyright {
	text-align: right;
}

/*--------- Fin Navbar ---------*/

.hero { width: 980px; }

}


.carousel-fade {
    .carousel-inner {
        .item {
            transition-property: opacity;
        }
        
        .item,
        .active.left,
        .active.right {
            opacity: 0;
        }

        .active,
        .next.left,
        .prev.right {
            opacity: 1;
        }

        .next,
        .prev,
        .active.left,
        .active.right {
            left: 0;
            transform: translate3d(0, 0, 0);
        }
    }

    .carousel-control {
        z-index: 2;
    }
}


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
          transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

@media (min-width: 1200px) {
	
.nav > li > a {
    padding: 0px 0px 0px 30px;
}

.navbar-default .navbar-nav > li > a {
	font-size: 18px;
}

.navbar-default .navbar-nav > li > a:hover {
	font-size: 18px;
}
}
