 @charset "UTF-8";
 
 /* MODIF BOOTSTRAP
 -------------------------------------------------- */
 
/*.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  padding-left: 2%;
}*/

li {
  /*line-height: 28px;*/
}

/*
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: none;
}
*/

.maps_labels {
     color: red;
     background-color: white;
     font-family: "Lucida Grande", "Arial", sans-serif;
     font-size: 11px;
     text-align: center;
     width: 32px;     
     white-space: nowrap;
	 border: 1px solid #ccc;
	 padding:1px;
	 font-weight:bold;
}

ol.liste-metro {
    clear:both;
    counter-reset: li;
    margin: 30px 0 20px 20px;
    /*padding: 10px 0 10px;*/
    /*border-left: 5px solid #B7B7B7;*/
}
ol.liste-metro > li {
    position: relative;
    margin-top: 3px;
	margin-bottom: 45px;
    padding: 10px;
    list-style: none;
    /*background: #f7f6f6;*/
    border-left: 3px solid #b7b7b7;
}
ol.liste-metro > li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: 0;
    left: -51px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    margin-right: 8px;
    padding-top: 5px;
    border: 4px solid white;
    color: #fff;
    background: #B7B7B7;
    font-weight: bold;
    font-family: "Helvetica Neue", Arial, sans-serif;
    text-align: center;
    height: 40px;
    border-radius: 30px;
    font-size: 15px;
    /*font-weight: normal;*/
}

.form-search .input-append .search-query {
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

.form-search .input-append .btn {
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}


.btn {
  text-shadow: none;
  box-shadow: none;
  background: #f5f5f5;
  *background: #d6d6d6;
}

#navbar {
    margin-bottom:0px;
    background: #333333;
    min-height: inherit; 
    border: none; 
}
.navbar .navbar-collapse {
    padding: 0px 0 15px 0;
    max-height: 450px;
}

/*.navbar .container {
    width:inherit;
}*/

.navbar-fixed-top {
  top: 95px;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
   box-shadow:none;
}

.navbar .nav {
    width: 100%;
    margin:0px;
}

.navbar .navbar-collapse {
    padding: 0;
    margin:0px;
}

.navbar .nav > li > a {
  padding: 10px;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  box-shadow:none;
}


.navbar .navbar-inner {
  background: #373737;
}



.tooltip-inner {
  max-width: 300px;
}


/*--------------------- bootstrap responsive */


  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
    padding-left: 0px;
    padding-right: 0px;
  }
  
  
  input.col-md-2,
  textarea.col-md-2,
  .uneditable-input.col-md-2 {
    width: 120px;
  }
  
  [class*="col-md-"] {
    float: left;
    min-height: 1px;
    /*margin-left: 30px;*/
  }
  
  @media (min-width: 1200px) {
    input.span5, textarea.span5, .uneditable-input.span5 {
        width: 456px;
    }
  }
 
 
 
  
  /* CORRECTIONS BOOTSTRAP
  ***************************************************/
  
  
ul, ol {
    padding: 0;
    margin: 0;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    padding-right: 0px;
    padding-left: 0px;
}

.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
	margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
	margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
	margin-left: 0;
}
 
.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}


@media (max-width: 768px) {
    .col-xs-7-5 {
        width: 65%;
    }
    .col-xs-2-5 {
        width: 21.6%;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .col-sm-7-5 {
        width: 65%;
    }
    .col-sm-2-5 {
        width: 21.6%;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .col-md-2-5 {
        width: 21.6%;
    }
    .col-md-6-5 {
        width: 53%;
    }
    .col-md-7-5 {
        width: 65%;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .col-lg-2-5 {
        width: 21.6%;
    }
    .col-lg-6-5 {
        width: 53%;
    }
    .col-lg-7-5 {
        width: 65%;
    }
}



 /* GLOBAL STYLES
 -------------------------------------------------- */
 /* Padding below the footer and lighter body text */

 body {
  color: #333333;
  background-color: #ffffff;
  
}
li{
  list-style: none;
}
a:link, a:visited, a:hover, a:active {
  /*text-decoration: none !important;*/
  outline: none;
  font-weight: normal !important;
}

 a, a:link, a:visited, a:hover, a:active {
     cursor: pointer;
 }

.ie9 .gradient {
    filter: none;
 }


/* PRATIQUE ------------------------------------------------------------------------------------------------*/

/* make sidebar nav vertical */ 
  .sidebar-nav .sub-nav li a {
        padding: 2px 0px 3px 20px;
        line-height: 1.3em;
    }
    
@media (min-width: 768px) {
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar ul {
    float: none;
  }
  .sidebar-nav .navbar ul:not {
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
/*  .sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .sidebar-nav .sub-nav li a {
        padding: 0px 0px 8px 20px;
    }*/
}


/* Dropdown Submenu */


/** > PETIT PC **/
@media (max-width: 1200px) {
    .dropdown-menu-right-md {
        left: auto;
        right: 0;
    }
}

/** TABLETTE **/
@media (max-width: 992px) {
    .dropdown-menu-right-sm {
        left: auto;
        right: 0;
    }
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
    padding: 0;
    overflow: hidden;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu:hover > a {
    color: #000;
    background-color: #E9E9E9;
}

@media (min-width: 768px) {
    .dropdown-submenu>a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin: 5px -18px 0 0;
    }
}

/** > PETIT PC **/
@media (max-width: 1200px) {
    .dropdown-menu-right-md .dropdown-submenu > .dropdown-menu {
        left: inherit;
        right: 100%;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
        margin-left: 0;
        margin-right: -1px;
    }
    .dropdown-menu-right-md .dropdown-submenu>a:after {
        float: left;
        border-width: 5px 5px 5px 0;
        border-left-color: transparent;
        border-right-color: #ccc;
        margin: 5px 0 0 -18px;
    }
}

/** TABLETTE **/
@media (max-width: 992px) {
    .dropdown-menu-right-sm .dropdown-submenu > .dropdown-menu {
        left: inherit;
        right: 100%;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
        margin-left: 0;
        margin-right: -1px;
    }
    .dropdown-menu-right-sm .dropdown-submenu>a:after {
        float: left;
        border-width: 5px 5px 5px 0;
        border-left-color: transparent;
        border-right-color: #ccc;
        margin: 5px 0 0 -18px;
    }
}


.dropdown-submenu:hover>a:after {
    /*border-left-color: #fff;*/
    border-left-color: #949494;
}


.font-blue{
  color: #1679bd;
}
.font-red{
  color: #E72828;
  /*color: #E4EFFD;*/
}
.font-white{
  color:#FFFFFF;
}
.font-black{
  color: #333333;
}
.font-orange{
  color:#e95d0e;
}
.font-green{
  color:#97bf0d;
}

.font-bolder{
  font-family: 'robotomedium';
  font-weight: normal !important;
}
.font-normal{
  font-family: 'robotolight';
  font-weight: normal !important;
}
.font-smaller{
  font-family: 'robotothin';
  font-weight: normal !important;
}
.list-none {
    padding-left:0 !important;
}
.list-none li {
    list-style: none !important;
}
.list-disc {
    padding-left:20px !important;
}
.list-disc-menu {
    padding-left:20px !important;
    padding-top: 10px;
}
.list-disc li {
    list-style:disc !important;
}
.no-margin-right{
  margin-right: 0 !important;
}
.no-margin-left{
  margin-left: 0 !important;
}
.no-margin-top{
  margin-top: 0 !important;
}
.no-margin-bottom{
  margin-bottom:0 !important;
}
.text-center{
  text-align:center !important;
}
.text-left{
  text-align: left!important;
}
.text-right{
  text-align: right!important;
}
.font-italic{
  font-style:italic;
}
.no-border{
  border:none !important;
}
.no-border-right{
  border-right: 0 !important;
}
.no-border-bottom{
  border-bottom: 0 !important;
}
.border-rounded-left{
  -moz-border-radius-topleft:  3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right:  1px solid #dddddd;

  -moz-border-radius-bottomleft:  3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.border-rounded-right{
 -moz-border-radius-topright:  3px;
 -webkit-border-top-right-radius: 3px;
 border-top-right-radius: 3px;

 -moz-border-radius-bottomright:  3px;
 -webkit-border-bottom-right-radius: 3px;
 border-bottom-right-radius: 3px;
}
.background-color-white{
  background-color: #FFFFFF;
}
.background-color-grey{
  background-color: #FFFFFF !important;;
}
.background-color-red{
  background-color: #e86a6e !important;
}
.background-color-red-light{
  /* background-color: #FFF0F0 !important; */
  /* border: 1px solid lightgray !important; */
}
.background-color-brown{
  background-color: #ece5db;
}
.actived{
  /* background-color: #e86a6e !important; */
  background-color: #E74646 !important;
}
.btn-red {
  color: #FFFFFF;
  /*font-size: 12px;*/
  border: 1px solid #CC5155 !important;
  background: #e9696e; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5Njk2ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQzJSIgc3RvcC1jb2xvcj0iI2U5Njk2ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU0JSIgc3RvcC1jb2xvcj0iI2NjNTE1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYzUxNTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #e9696e 0%, #e9696e 43%, #cc5155 54%, #cc5155 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9696e), color-stop(43%,#e9696e), color-stop(54%,#cc5155), color-stop(100%,#cc5155)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e9696e 0%,#e9696e 43%,#cc5155 54%,#cc5155 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e9696e 0%,#e9696e 43%,#cc5155 54%,#cc5155 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e9696e 0%,#e9696e 43%,#cc5155 54%,#cc5155 100%); /* IE10+ */
  background: linear-gradient(to bottom, #e9696e 0%,#e9696e 43%,#cc5155 54%,#cc5155 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9696e', endColorstr='#cc5155',GradientType=0 ); /* IE6-8 */
}

.btn-red:hover, .btn-red:active {
  background: #cc5155; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5Njk2ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQzJSIgc3RvcC1jb2xvcj0iI2U5Njk2ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU0JSIgc3RvcC1jb2xvcj0iI2NjNTE1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYzUxNTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #cc5155 0%, #cc5155 43%, #e9696e 54%, #e9696e 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9696e), color-stop(43%,#cc5155), color-stop(54%,#e9696e), color-stop(100%,#cc5155)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #cc5155 0%,#cc5155 43%,#e9696e 54%,#e9696e 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #cc5155 0%,#cc5155 43%,#e9696e 54%,#e9696e 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #cc5155 0%,#cc5155 43%,#e9696e 54%,#e9696e 100%); /* IE10+ */
  background: linear-gradient(to bottom, #cc5155 0%,#e9696e 43%,#e9696e 54%,#e9696e 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5155', endColorstr='#e9696e',GradientType=0 ); /* IE6-8 */
}

.btn-grey{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #333333;
  font-size: 12px;
  border: 1px solid #c8c8c8;
background: #e2e2e2; /* Old browsers */
background: -moz-linear-gradient(top,  #e2e2e2 0%, #c6c6c6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(100%,#c6c6c6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e2e2e2 0%,#c6c6c6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e2e2e2 0%,#c6c6c6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e2e2e2 0%,#c6c6c6 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e2e2e2 0%,#c6c6c6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#c6c6c6',GradientType=0 ); /* IE6-9 */


}
.btn-grey:hover{
background: #e8e8e8; /* Old browsers */
background: -moz-linear-gradient(top,  #e8e8e8 0%, #c9c9c9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#c9c9c9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e8e8e8 0%,#c9c9c9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e8e8e8 0%,#c9c9c9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e8e8e8 0%,#c9c9c9 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e8e8e8 0%,#c9c9c9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#c9c9c9',GradientType=0 ); /* IE6-9 */

}

.btn-green {
  color: #FFFFFF;
  font-size: 14px;
/*  background: #97bf0d;  Old browsers */
/*  background: -moz-linear-gradient(top, #97bf0d 0%, #97bf0d 36%, #7d9e0b 57%, #7d9e0b 100%);  FF3.6+ */
/*  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#97bf0d), color-stop(36%,#97bf0d), color-stop(57%,#7d9e0b), color-stop(100%,#7d9e0b));  Chrome,Safari4+ */
/*  background: -webkit-linear-gradient(top, #97bf0d 0%,#97bf0d 36%,#7d9e0b 57%,#7d9e0b 100%);  Chrome10+,Safari5.1+ */
/*  background: -o-linear-gradient(top, #97bf0d 0%,#97bf0d 36%,#7d9e0b 57%,#7d9e0b 100%);  Opera 11.10+ 
  background: -ms-linear-gradient(top, #97bf0d 0%,#97bf0d 36%,#7d9e0b 57%,#7d9e0b 100%);  IE10+ 
  background: linear-gradient(to bottom, #97bf0d 0%,#97bf0d 36%,#7d9e0b 57%,#7d9e0b 100%);  W3C 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97bf0d', endColorstr='#7d9e0b',GradientType=0 );  IE6-9 */

background: #7dc232; /* Old browsers */
background: -moz-linear-gradient(top,  #7dc232 0%, #4f992c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7dc232), color-stop(100%,#4f992c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7dc232 0%,#4f992c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7dc232 0%,#4f992c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7dc232 0%,#4f992c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7dc232 0%,#4f992c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dc232', endColorstr='#4f992c',GradientType=0 ); /* IE6-9 */

    /*border: 1px solid #7d9e0b;*/
    border: 1px solid #1A8300;
}

.btn-blue {
	color: #FFFFFF;
	font-size: 14px;
	background: #2199D9; /* Old browsers */
	background: -moz-linear-gradient(top,  #2199D9 0%, #266293 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2199D9), color-stop(100%,#266293)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2199D9 0%,#266293 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2199D9 0%,#266293 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2199D9 0%,#266293 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2199D9 0%,#266293 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2199D9', endColorstr='#266293',GradientType=0 ); /* IE6-9 */
    border: 1px solid #146FD0;
}

.btn-yellow {
	color: #000;
	font-size: 14px;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f8daa2 55%, #fcc64e 45%, #f7cb2a 62%, #e0b33e 100%) repeat scroll 0 0;
    border: 1px solid #c09c3;
}

.btn-green:hover, .btn-red:active {
  /*background: #7d9e0b;  Old browsers */
  /*background: -moz-linear-gradient(top, #7d9e0b 0%, #7d9e0b 36%, #97bf0d 57%, #97bf0d 100%);  FF3.6+ */
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#97bf0d), color-stop(36%,#7d9e0b), color-stop(57%,#97bf0d), color-stop(100%,#7d9e0b));  Chrome,Safari4+ */
  /*background: -webkit-linear-gradient(top, #7d9e0b 0%,#7d9e0b 36%,#97bf0d 57%,#97bf0d 100%);  Chrome10+,Safari5.1+ */
  /*background: -o-linear-gradient(top, #7d9e0b 0%,#7d9e0b 36%,#97bf0d 57%,#97bf0d 100%);  Opera 11.10+ */
  /*background: -ms-linear-gradient(top, #7d9e0b 0%,#7d9e0b 36%,#97bf0d 57%,#97bf0d 100%);  IE10+ */
  /*background: linear-gradient(to bottom, #7d9e0b 0%,#7d9e0b 36%,#97bf0d 57%,#97bf0d 100%);  W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d9e0b', endColorstr='#97bf0d',GradientType=0 );  IE6-9 */
  /*border: 1px solid #7d9e0b;*/
  

background: #7dc232; /* Old browsers */
background: -moz-linear-gradient(top,  #7dc232 0%, #4f992c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7dc232), color-stop(100%,#4f992c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7dc232 0%,#4f992c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7dc232 0%,#4f992c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7dc232 0%,#4f992c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7dc232 0%,#4f992c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dc232', endColorstr='#4f992c',GradientType=0 ); /* IE6-9 */


  border: 1px solid #7d9e0b;
}

.btn-red:hover, .btn-green:hover{
  color: #FFFFFF
}

.display-xxs {
    display:none !important;
}

@media (max-width:340px) {
    .hidden-xxs {
        display:none !important;
    }
    .display-xxs {
        display:inherit !important;
    }
}

.block-error,
.block-warning,
.block-infos {
    background: #FFE4E4;
    border: 1px solid #EC8A8A;
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0 20px 0;
    width: 100%;
    border-radius: 4px;
    color: #EE0000;
    font-size: 14px;
}

.block-warning {
    background-color: #FAF2C9;
    border: 1px solid #EBC400;
    color: #C29300;
}

.block-infos {
    background-color: #D1EEC5;
    border: 1px solid rgb(123, 201, 123);
    color: green;
}


.infobulle-icon {
    font-size: 16px;
    vertical-align: sub;
    padding-right: 5px;
    color: rgb(173, 173, 173);
}



/* GENERAL ------------------------------------------------------------------------------------------------*/

.colleft{
  margin-left: 0 !important;
}
.colmiddle{
    /*padding-bottom: 4%;*/
    padding-bottom: 25px;
}
.colright{
    text-align:center;
}

/** > PETIT PC **/
@media (min-width: 992px) {
    .colright {
        float:right;
    }
}

h1 {
    font-size:19px;
    margin: 20px 0 15px;
    line-height: 1.3em;
}

h2 {
    font-size:18px;
    margin: 17px 0 12px;
    line-height: 1.3em;
}


/*** MINI TABLETTE ***/
@media (max-width: 767px) {
    h1 {
        font-size:18px;
        /*margin: 20px 0 15px;*/
        line-height: 1.2em;
    }

    h2 {
        font-size:17px;
        /*margin: 17px 0 12px;*/
        line-height: 1em;
    }
}

.glyphicon-chevron-right {
    font-size: 12px;
    vertical-align: text-top;
}

.btn {
    text-decoration: none !important;
}

/*TopBar ------------------------------------------------------------------------------------------------*/

#topbar{
  width: 100%;
  position:relative;
  background-color: #ffffff;
    height: 77px;
}

#navbar .navbar-brand {
    width: 43%;
    padding: 10px 0px;
    height: auto;
}

#navbar .navbar-brand img {
    width: 95%;
}

#navbar .navbar-toggle .icon-bar {
    background-color: #A2A2A2;
    width: 18px;
}

.navbar-toggle .text {
    display: none;
}

@media (min-width:992px) {
    .top-bar-col.left {
        width: 28%;
    }
    .top-bar-col.middle {
        width: 33%;
    }
    .top-bar-col.right {
        width: 39%;
    }
}
    
#main_logo {
    width: 100%;
    height: 100%;
    margin-top: 5%;
    display: inline-block;
}

#main_logo img {
    max-width: 270px;
}

#text-header{
    text-align: center;
    margin-bottom: 0;
    padding: 25px 0 0 0;
    font-size: 20px;
    /* color: #5C5C5C; */
    color: #000;
    font-family: Lucida Console;
    line-height: 19px;
	font-weight:bold;
	line-height:25px;
	
	
}

#text-header .text2 {
    font-size: 18px;
    font-family: 'robotomedium';
}

#text-header .text3 {
    font-size: 19px;
    font-family: 'robotomedium';
}

.top-bar-col {
    padding-left: 0px;
    padding-right: 0px;
  margin-left: 0 !important;
}

/*#topbar .col-md-3 {
  width: 31.3% !important;
}
#topbar .col-md-6 {
  width: 37.3% !important;
}*/

#topbar h1 {
  width: 260px;
  height:55px;
  margin-top: 20px;
  display: inline-block;
}

.link-header{
    padding-top: 6px;
  display: inline-block;
}
.link-header a{
  font-size: 12px;
  color: #8a8a8a;
  margin-left: 3px;
  text-decoration: underline !important;
}
.link-header a:hover{
  color: #e86a6e;
}
.search-header {
    margin-top: 11px;
}

.search-header form {
    margin: 0px;
}
.search-header .form-control,
.search-header .input-group-btn .btn {
    height: 25px;
}
.search-header .btn .glyphicon {
    font-size: 12px;
    vertical-align: top;
}

.link-header ul{
  margin: 0;
}
.link-header li{
  float: left;
  margin-left: 3px;
}


/*NavBar ------------------------------------------------------------------------------------------------*/

#navbar {
    min-height: 0px;
    border:none;
    border-radius: 0px;
    width: 100%;
    margin-bottom:-57px;
    z-index: 99999;
}

#navbar.affix {
    top: 0;
    z-index: 998;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
}

.navbar-btn {
    vertical-align:top;
}

#navbar .navbar-toggle {
    margin: 3% 0 0 0;
    padding: 8px 4px;
    /*color: gray;*/
    /*border-color: #A2A2A2;*/
}

#navbar .navbar-nav > li {
    width:auto;
}


#navbar .navbar-nav > li > a {
    /*max-width: 100px;*/
    text-align: center;
    display: inline-block;
    padding: 10px 7px 10px 12px;
    margin-top : 0;
    margin-bottom : 0;
    width:auto;
    text-decoration: none;
    /*color: #E9E9E9;*/
    color: white;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
    border: none;
    border-right: 1px solid #6C6C6C;
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'robotolight';
    letter-spacing: 0.3px;
}


#navbar .navbar-nav > li > .dropdown-menu {
    margin: 1px 0 0 -1px;
    padding: 0;
    border-top:none;
    width: 100%;
	left:1%;
}

#navbar .dropdown-menu > li > a {
    padding: 8px 0 8px 12px;
}


/** Au dessus des mobiles **/
@media (min-width: 768px) {

    #navbar .dropdown-menu > li > a {
        padding: 5px 28px 5px 12px;
    }
    
    #navbar .navbar-nav .dropdown-menu {
        border: 1px solid rgba(0, 0, 0, 0.22);
    }
}

/** > PETIT PC **/
@media (min-width: 768px) and (max-width: 1200px) {
    #navbar .dropdown-menu-right-md>li > a {
        padding: 5px 12px 5px 28px;
    }
}

/** TABLETTE **/
@media (min-width: 768px) and (max-width: 992px) {
    #navbar .dropdown-menu-right-sm>li > a {
        padding: 5px 12px 5px 28px;
    }
}

#navbar .dropdown-submenu > .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.33);
}

/*#navbar .dropdown-submenu > .dropdown-menu > li > a {
    padding: 5px 12px;
}*/

#navbar .dropdown-menu>li>a:hover, #navbar .dropdown-menu>li>a:focus {
    color: #000;
    background-color: #E9E9E9;
}



@media (max-width: 767px) {
    #navbar .navbar-nav .dropdown-menu  .dropdown-menu {
        display: block;
        border: none;
        position: relative;
        float: none;
        left: 0;
        box-shadow: none;
        padding-left: 15px;
    }
    #navbar .dropdown-submenu > a {
        color:gray;
        background:#F5F5F5;
    }
    #navbar .dropdown-submenu > .dropdown-menu > li > a {
        color:blue;
    }
}


#navbar .navbar-nav > li.navbar-link > a:hover,
#navbar .navbar-nav > li.navbar-link > a:active,
#navbar .navbar-nav > li.navbar-link > a:focus {
    color: #ffffff;
    /*background: black;*/
    background: rgb(61, 61, 61);
}

    
/*.navbar .nav .active > a,
.navbar .nav .active > a:hover,
.navbar .nav .active > a:focus,
.navbar .nav .open > a,
.navbar .nav .open > a:hover,
.navbar .nav .open > a:focus {*/
#navbar .navbar-nav > li.navbar-link.open > a,
#navbar .navbar-nav > li.navbar-link.open > a:hover,
#navbar .navbar-nav > li.navbar-link.open > a:active,
#navbar .navbar-nav > li.navbar-link.open > a:focus,
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
  color: #FFFFFF;
background: #3D3D3D; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzNkM2QzZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZTVlNWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #000000 0%, #3d3d3d 50%, #5e5e5e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(50%,#3d3d3d), color-stop(100%,#5e5e5e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #000000 0%,#3d3d3d 50%,#5e5e5e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #000000 0%,#3d3d3d 50%,#5e5e5e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #000000 0%,#3d3d3d 50%,#5e5e5e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #000000 0%,#3d3d3d 50%,#5e5e5e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#5e5e5e',GradientType=0 ); /* IE6-8 */

}


#navbar .navbar-nav > li.navbar-link.open > a,
#navbar .navbar-nav > li.navbar-link.open > a:hover,
#navbar .navbar-nav > li.navbar-link.open > a:active,
#navbar .navbar-nav > li.navbar-link.open > a:focus,
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background: white;
    border: 1px solid rgb(129, 129, 129);
    border-bottom: none;
    color: #E72828;
    font-family: 'Robotomedium';
    padding-top:9px;
    letter-spacing: 0.4px;
}

/*.navbar .nav .active > a,
.navbar .nav .active > a:hover,
.navbar .nav .active > a:focus,
.navbar .nav .open > a,
.navbar .nav .open > a:hover,
.navbar .nav .open > a:focus {*/
#navbar .navbar-nav > li.navbar-link.active > a:hover,
#navbar .navbar-nav > li.navbar-link.active > a:active,
#navbar .navbar-nav > li.navbar-link.active > a:focus {
  color: #FFFFFF;
background: #e9676c; /* Old browsers */
background: -moz-linear-gradient(top,  #e9676c 0%, #c31b1b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9676c), color-stop(100%,#c31b1b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e9676c 0%,#c31b1b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e9676c 0%,#c31b1b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e9676c 0%,#c31b1b 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e9676c 0%,#c31b1b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9676c', endColorstr='#c31b1b',GradientType=0 ); /* IE6-9 */

}


#navbar .navbar-nav > li.bgblue > a,
#navbar .navbar-nav > li.bgblue > a:hover,
#navbar .navbar-nav > li.bgblue > a:focus {
  color: #ffffff;
  background: #1679bd;
  border: none;
}

#navbar .navbar-nav > li.bgorange > a,
#navbar .navbar-nav > li.bgorange > a:hover,
#navbar .navbar-nav > li.bgorange > a:focus {
  color: #000000;
  background: #FFB600;
  font-weight:bold;
  border: none;
}

#navbar .navbar-nav > li.bgblue > a:hover{
  background: #0082DB;
}

#navbar .navbar-nav > li.navbar-link > .btn-phone {
    padding: 6px 5px;
}

#navbar .navbar-text {
    padding: 10px;
    float: none;
    /*color: rgb(51, 182, 51);*/
    font-size: 18px;
    padding: 10px 11px 0;
    margin: 0;
    display: inline-block;
    font-family: 'robotolight';
    color: #FFBF00;
}

#navbar .navbar-header {
    margin: 0;
    padding: 0;
}

.navbar-header-phone {
    float: left;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    margin: 3% 0 0;
    width: 46%;
    text-align: center;
    padding: 0;
}

.navbar-header-phone-btn {
    padding: 3px 4px;
    margin: 0;
    font-size: 17px;
    color: #636363;
    border: 1px solid #ccc;
    background: #f5f5f5;
    display: inline-block;
    border-radius: 5px;
    font-weight:normal;
}

.navbar-header-phone-btn .glyphicon {
    font-size: 14px;
}

#navbar .navbar-nav > li > .btn-home {
    padding: 9px 6px 9px 5px;
    border:none;
}


#navbar .navbar-nav > li > .btn-phone {
    padding: 3px 5px 3px 3px;
    margin-bottom: 0;
    font-size: 11px;
    margin-top: 9px;
}

.navbar li.bgblue a,
.navbar li.bgblue a:hover{
  border-bottom : none;
  border-top: none;
}


/** ENTRE MINI TABLETTE ET GRAND ECRAN **/
@media (min-width:768px) {
    #navbar.affix {
        top: 0;
        z-index: 998;
        margin-bottom:0px;
    }
}

/** ENTRE MINI TABLETTE ET GRAND ECRAN **/
@media (min-width:768px) and (max-width: 1200px) {
    
    #navbar .navbar-nav > li > a {
        padding: 10px 7px;
    }
    
    #navbar .navbar-nav > li > .btn-home {
        padding: 9px 4px 9px 3px;
    }
    
/*    #navbar .navbar-nav > li > .btn-phone  {
        padding: 6px 5px;
        vertical-align: baseline;
    }*/
    
    #navbar .navbar-nav > li > .bnt-help {
        padding: 10px 2px 10px 4px;
    }
    
    #navbar .navbar-text {
        padding: 9px 3px 9px 0px;
    }
}


/*** BASCULE TELEPHONE ***/
@media (min-width:768px) and (max-width: 1150px) {
    
    #navbar .navbar-text {
        /*padding: 10px 3px 9px 0px;*/
        font-size: 18px;
    }
}

/*** BASCULE GROS MENU ***/
@media (min-width:768px) and (max-width: 1130px) {
    
    #navbar .navbar-nav > li {
        width: 13.5%;
    }

    #navbar .navbar-nav > li.navbar-phone {
        /*margin-left: 0px;*/
        max-width: none;
        text-align: right;
        width: 19%; 
        /*margin-right:0px;*/
    }
    
    #navbar .navbar-nav > li > a {
        /*padding: 12px 6px;*/
        padding: 9px 6px;
        /*max-width: 100px;*/
        text-align: center;
        width:100%;
        /*height: 64px;*/
        height: 57px;
        /*display:block;*/
    }
    
    
    #navbar .navbar-nav > li.navbar-home {
        width: 5.5%;
    }
    
    #navbar .navbar-nav > li > .btn-home {
        /*padding: 21px 6px 21px 5px;*/
        padding: 18px 6px 21px 5px;
    }
    
    #navbar .navbar-nav > li > .btn-phone {
        padding: 4px 11px;
        margin-top: 1px;
    }
    
    #navbar .navbar-text {
        /*padding: 5px 0 0;*/
        padding: 3px 0 0;
    }
    
    #navbar .navbar-nav > li > .btn-help {
        /*padding: 22px 6px;*/
        padding: 19px 6px;
    }
    
    #navbar .navbar-nav > li.navbar-help {
        width: 6%;
    }
}


/*** MINI TABLETTE ***/
@media (max-width: 767px) {
    
    #navbar {
        background: #fff !important;
/*        border-bottom: 1px solid gray;
        box-shadow: 0px 6px 15px -6px #555;*/
        border-bottom: 1px solid rgb(197, 197, 197);
        box-shadow: 0px 6px 10px -8px #555;
    }
    
    #navbar.affix {
        position:relative !important;
    }
    
    #navbar .navbar-nav > li > a {
        font-weight: bold !important;
        color: #838383 !important;
        background: #fff !important;
        border:none !important;
    }
    
    
/*    #navbar .navbar-nav > li > .btn-help {
        background:none;
        border-left:none;
        border-right:none;
        color: #777 !important;
    }*/
    
    #navbar .navbar-nav > li > a:hover {
        color: black !important;
        background: lightgray !important;
    }
    
    #navbar .navbar-nav > li.navbar-link.open > a,
    #navbar .navbar-nav > li.navbar-link.open > a:hover,
    #navbar .navbar-nav > li.navbar-link.open > a:active,
    #navbar .navbar-nav > li.navbar-link.open > a:focus,
    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
        background: #ddd !important;
        color: rgb(65, 65, 65) !important;
    }
    
    #navbar li a {
        border-bottom: 1px solid #ddd !important;
    }
    
    #navbar .navbar-nav > li > a {
        padding: 10px;
        font-weight: bold;
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #ddd !important;
    }
    
/*    #navbar .navbar-nav > li > a:active,
    #navbar .navbar-nav > li > a:hover {
        background: #eee;
    }*/
    
    .link-header a {
        font-size: 16px;
    }
}


@media (max-width: 340px) {
    
    #navbar .navbar-brand {
        width: 100%;
        padding: 7px 4% 9px;
        text-align: center;
    }
    #navbar .navbar-brand img {
        width: 90%;
    }
    
    #navbar .navbar-header-phone {
        margin: 0 0 10px 3%;
        width: 60%;
        text-align: left;
    }
    #navbar .navbar-header-phone-btn {
        padding: 3px 10px;
    }
    
    #navbar .navbar-toggle {
        margin: 0 3% 10px;
        padding: 5px 12px;
    }
    
    #navbar .navbar-toggle .icon-bars {
        display: inline-block;
        padding-right: 5px;
        vertical-align: text-top;
    }
    
    #navbar .navbar-toggle .text {
        display: inline;
    }
}


/*BottomBar ------------------------------------------------------------------------------------------------*/

#bottombar {
    min-height: 0px;
    margin:0px;
    bottom:0;
    width:100%;
    box-shadow: 0 0px 20px -2px rgba(0, 0, 0, 0.4);
    border-top: 1px solid #C5C5C5;
}

#bottombar .nav > li > a {
  padding: 5px 0;
  text-align:center;
}

#bottombar li.btn-partenaire,
#bottombar li.btn-candidat {
    float:left;
    width : 41%;
    border-right:1px solid lightgray;
}

#bottombar li.btn-help {
    float:left;
    width : 18%;
	border-right:1px solid lightgray;
}

/*NavLeft ------------------------------------------------------------------------------------------------*/


.navleft, .navright{
  position: fixed;
  width: 40px;
    top: 50%;
  display: inline-block;
  z-index: 1100;
}

.navleft{
  left: 0;
}
.navright{
  right: 0;
}
#sidebar-social{
    margin-top: -130px;
}
#sidebar-social ul{
  margin: 0;
}
#sidebar-social li{
  background-color: #858383;
  display: inline-block;
  float: left;
  height: 40px;
  margin-bottom: 1px;
  width: 40px;
}
#sidebar-social li a{
  width: 40px;
  height: 40px;
  display: inline-block;
}
#sidebar-social li.opinion:hover{
  background-color: #e86a6e;
}
#sidebar-social li.messages:hover{
  background-color: #e86a6e;
}
#sidebar-social li.facebook:hover{
  background-color: #3c599b;
}
#sidebar-social li.twitter:hover{
  background-color: #00abf0;
}
#sidebar-social li.linkedin:hover{
  background-color: #0073b2;
}
.opinion, .messages, .facebook, .twitter, .linkedin{
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
}
.opinion{
  background-position: -30px 6px;
}
.messages{
 background-position: -78px 7px;
}
.facebook{
  background-position: -123px 10px;
}
.twitter{
  background-position: -171px 10px;
}
.linkedin{
  background-position: -216px 9px;
}
.youtube{
  background-position: -634px -211px
}
.instagram{
  background-position: -296px 9px;
}
.wordpress {
  background-image: url("../img/wordpress.png");
  background-repeat: no-repeat;
}
#sidebar-social li.wordpress:hover{
  background-color: #22769b;
}
#sidebar-social li.linkedin:hover{
  background-color: #0073b2;
}
#sidebar-social .tooltip-inner {
  background-color: #000000;
  border-radius: 4px;
  color: #FFFFFF;
  display: inline-block;
  float: left;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  width: 58px;
}
/*NavLeft ------------------------------------------------------------------------------------------------*/

/*Content central ------------------------------------------------------------------------------------------------*/

#content{
  /*a supprimer*/
	margin-top:57px;
	/*background: rgba(0, 0, 0, 0) linear-gradient(to bottom, transparent 15%, #eeeeee 20%, #ffffff 29%) repeat scroll 0 0;*/
}


/** > MINI TABLETTE **/
@media (max-width: 767px) {
    #content{
        /*margin-top:0px;*/
        padding-bottom: 40px;
    }
}

/*#content .col-md-3 {
  width: 22%;
}*/
/*#content .col-md-6 {
  width: 50.8%;
}*/
#content .container{
  display: block;
}

.contentbeige {
    background-color: transparent;
}

.contentgris {
    /*background: #fafafa none repeat scroll 0 0;*/
    /*border-bottom: 1px solid #ececec;*/
    /*border-top: 1px solid #ececec;*/
    display: block;
	height:200px;
	max-width:1370px;
	width:auto;
	margin-left:auto;
	margin-right:auto;
}

.contentgris2 {
	margin-top:25px;
}

.column2 {
	margin:15px;
	border:1px solid lightgrey;
	border-radius:3px;
	padding:20px;
	min-height:1077px;
	height:auto;
}

@media (max-width: 769px) {
	.column2 {
		padding:5px;
		margin:5px;
	}
}


/*.colmiddle {
    margin-bottom: 25px;
}*/


.contentsearchonmap{
  background-color: #fff;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 10px; 
  
    /*background-color: #ffffff;
    border: 1px solid #cecece;
    box-shadow: 2px 5px 15px 7px #cfcfcf;
    margin: auto;
    padding-top: 31px;
    width: 98%;*/
}

.contentsearchonmap .colmiddle {
  display: inline-block;
  text-align: center;
  background-color: transparent;
}

.contentsearchonmap .colright{
  text-align: center;
  background-color: transparent;
}


.contentsearchstages{
	/*background-color: transparent;*/
	/*background-color: #F9F9F9;*/
	width: 100%;
	padding: 20px 0 0;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #FFFFFF 0%, #F9F9F9 100%) repeat scroll 0 0;
}

.searchinput .btn .glyphicon {
    font-size: 14px;
    line-height: 10px;
    vertical-align: sub;
    margin-right: 5px;
}


.arrowgrey{
  background-image: url("../img/sprite.png");
  background-position: -270px top;
  background-repeat: no-repeat;
  height: 10px;
  left: 50%;
  top: 0;
  position: relative;
  margin-bottom: 15px;
  width: 22px;
}
.searchinput{
  margin-bottom: 0 !important;
  width: 100%;
  text-align: center;
}

/* jquery autcomplete */

.ui-autocomplete {
    max-height: 294px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 11px 30px -6px rgba(0, 0, 0, 0.54);
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid rgb(119, 119, 119);
    border-right: 1px solid rgb(119, 119, 119);
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
    height: 294px;
}

.ui-autocomplete .ui-menu-item a {
    padding:6px 10px 8px;
    background:white;
}

.ui-autocomplete .ui-menu-item .glyphicon {
    font-size:15px;
    vertical-align:bottom;
    float:right;
    margin-right:5px;
}
.ui-autocomplete .ui-menu-item .ville {
    font-family: 'Robotomedium';
}
.ui-autocomplete .ui-menu-item .code_postal {
    color: gray;
    /* float: right; */
    font-family: 'Robotolight';
    font-size: 13px;
    padding-left: 7px;
}

.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
    margin: 0px; 
    border: none;
    border-radius: 0;
    background: #F1F1F1;
    color: #E72828;
}

.ui-menu .ui-menu-item a.ui-state-focus span, .ui-menu .ui-menu-item a.ui-state-active span {
    color: #E72828;
}


@media (max-width: 767px) {

    .ui-autocomplete {
/*        border-radius: 0;*/
        /*box-shadow: none;*/
        border: none;
        background:transparent;
        padding:0;
        max-height: none;
        height: auto;
        width:93.5%;
        margin-right:3%;
    }
    /* IE 6 doesn't support max-height
    * we use height instead, but this forces the menu to always be this tall
    */
    * html .ui-autocomplete {
        height: 294px;
    }

    .ui-autocomplete .ui-menu-item a,
    .ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
        padding:10px 10px 13px;
        border:1px solid gray;
        border-radius:5px;
        background: #ededed; /* Old browsers */
        background: -moz-linear-gradient(top,  #ededed 0%, #ffffff 52%, #ededed 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(52%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #ededed 0%,#ffffff 52%,#ededed 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #ededed 0%,#ffffff 52%,#ededed 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #ededed 0%,#ffffff 52%,#ededed 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #ededed 0%,#ffffff 52%,#ededed 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */

    }
}

.searchinput input{
  /*border: 1px solid #d3c6b4;*/
  border: 1px solid #D5B4B4;
padding: 10px 10px 11px;
height:40px;
border-right:none;
/*border-right:1px solid #F3F3F3;*/

border-radius: 3px 0 0 3px !important;
-moz-border-radius: 3px 0 0 3px !important;
-webkit-border-radius: 3px 0 0 3px !important;

-moz-box-shadow: inset 1px 1px 6px -2px #A06969;
-webkit-box-shadow: inset 1px 1px 6px -2px #A06969;
-o-box-shadow: inset 1px 1px 6px -2px #A06969;
box-shadow: inset 1px 1px 6px -2px #A06969;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#A06969, Direction=134, Strength=6);
}
.searchinput .input-group {
    float: none;
    margin: 0 auto;
}
.searchinput .bottom {
    display:inline-block;
    width:100%;
    max-width: 430px;
    margin-top:20px;
}
.searchinput .bottom .btn {
    width: 95%;
    padding: 6px;
}

.searchinput .bottom .btn .glyphicon {
    font-size: 16px;
    margin-right: 3px;
    font-size: 13px;
    vertical-align: initial;
}

.searchinput .input-group .btn {
  padding: 10px 15px;
  height:40px;
  /*border: 1px solid #d3c6b4;*/
  z-index:2;
  color: #FFFFFF;
  font-size: 12px;
  background: #e9676c; /* Old browsers */
background: -moz-linear-gradient(top,  #e9676c 0%, #c31b1b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9676c), color-stop(100%,#c31b1b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e9676c 0%,#c31b1b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e9676c 0%,#c31b1b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e9676c 0%,#c31b1b 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e9676c 0%,#c31b1b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9676c', endColorstr='#c31b1b',GradientType=0 ); /* IE6-9 */

}
.searchinput p {
  color: #7C7974;
  font-size: 11px;
  margin-bottom: 0;
  margin-top: 3px;
  text-align: center;
}

.searchinput h3 {
    font-size: 14px;
    line-height: 19px;
}


@media (min-width: 768px) {
    
    .searchinput .input-group{
        max-width: 430px;
    }
	
	.nav-title {
		background-color:#F1F1F1;
		color: black;
		padding:5px;
		width:70%;
		/*font-weight:bold;*/
	}
}   

@media (max-width: 767px) {
    
    /*.searchinput .btn {
        border: 1px solid #AC0000;
    }*/
    
    .searchinput .input-group .btn .glyphicon {
        font-size: 18px;
        line-height: 10px;
        margin:0;
    }
}   



.phone{
  background-color: #FFFFFF;
  padding: 15px 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.colright .phonenumber{
  font-size: 28px;
  font-family: 'robotomedium';
  font-weight: normal !important;
}
.contentsearchonmap .colright p{
 color: #7C7974;
 font-size: 11px;
 line-height: 14px;
 margin-top: 5px;
 margin-bottom: 0;
 margin-bottom: 0px;
}
.phone p{
  padding: 0 1%;
}
.phone a{
  padding: 6px 15px;
  color: #FFFFFF;
  font-size: 12px;
  border: 1px solid #CC5155;
  background: #e9696e; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5Njk2ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQzJSIgc3RvcC1jb2xvcj0iI2U5Njk2ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU0JSIgc3RvcC1jb2xvcj0iI2NjNTE1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYzUxNTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #e9696e 0%, #e9696e 43%, #cc5155 54%, #cc5155 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9696e), color-stop(43%,#e9696e), color-stop(54%,#cc5155), color-stop(100%,#cc5155)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e9696e 0%,#e9696e 43%,#cc5155 54%,#cc5155 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e9696e 0%,#e9696e 43%,#cc5155 54%,#cc5155 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e9696e 0%,#e9696e 43%,#cc5155 54%,#cc5155 100%); /* IE10+ */
  background: linear-gradient(to bottom, #e9696e 0%,#e9696e 43%,#cc5155 54%,#cc5155 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9696e', endColorstr='#cc5155',GradientType=0 ); /* IE6-8 */
  margin-top: 8px;
}
.phone a:hover{
  color: #FFFFFF;
  background: #cc5155; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5Njk2ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQzJSIgc3RvcC1jb2xvcj0iI2U5Njk2ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU0JSIgc3RvcC1jb2xvcj0iI2NjNTE1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYzUxNTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #cc5155 0%, #cc5155 43%, #e9696e 54%, #e9696e 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc5155), color-stop(43%,#cc5155), color-stop(54%,#e9696e), color-stop(100%,#e9696e)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #cc5155 0%,#cc5155 43%,#e9696e 54%,#e9696e 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #cc5155 0%,#cc5155 43%,#e9696e 54%,#e9696e 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #cc5155 0%,#cc5155 43%,#e9696e 54%,#e9696e 100%); /* IE10+ */
  background: linear-gradient(to bottom, #cc5155 0%,#cc5155 43%,#e9696e 54%,#e9696e 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5155', endColorstr='#e9696e',GradientType=0 ); /* IE6-8 */
}
.icon-phone{
  background-position: left -166px;
  margin-right: 7px;
}

.thumbcategory{
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 78px;
  text-align: center;
  width: 78px;
  border: none;
  position: relative;
  margin-top: -50px;
  display: none;
}
.thumbcity{
  background-position: -299px top;
}

.picto_widget {
  background-color: transparent;
  /*padding: 10px 4%;*/
/*  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;*/
  /*border-radius: 6px;*/
  /*border: 1px solid #d3c6b4;*/
  /*margin-top: 43px;*/
  /*margin-top: 25px;*/
  /*width: 100%;*/
  /*float: left;*/
  text-align: center;
}

.widget {
  /*width: 100%;*/
  /*text-align: center;*/
  /*margin-bottom: 20px;*/
  margin-bottom: 25px;
  display: inline-block;
}

.colright .widget {
  max-width: 430px;
}

/** ENTRE MINI TABLETTE ET TABLETTE **/
@media (min-width:768px) and (max-width: 991px) {
    .widget {
        margin-right:4%;
        margin-bottom:20px;
        float:left;
    }

    .colright .widget {
        max-width: 330px;
    }
    
}


.picto_widget .title {
  display:block;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 10px;
  margin-top: 0;
}

.cityrequested {
    border: 1px solid #d3c6b4;
    border-radius: 3px;
    /*box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.3);*/
    clear: both;
	min-height:200px;
    padding: 15px 10px;
    position: relative;
    /*top: 20px;*/
	box-shadow: 2px 2px 8px 0 #cfcfcf;
	margin: 0px 5px;
	/*background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff 0%, #f9f9f9 100%) repeat scroll 0 0;*/
	/*background-color: #eaeaea;*/

	background: rgb(238,238,238);
	background: -moz-radial-gradient(center, ellipse cover, #f9f9f9 59%, #f7f6f6 100%);
	background: -webkit-radial-gradient(center, ellipse cover, #f9f9f9 59%, #f7f6f6 100%);
	background: radial-gradient(ellipse at center, #f9f9f9 59%, #f7f6f6 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=1 );
}

.title_thumbnails_home {
    /*background-color: rgba(0, 0, 0, 0.72);*/
    /* bottom: -43px; */
    box-sizing: border-box;
    color: white;
    display: block;
    font-family: Georgia;
    font-weight: bold;
    /*left: 2%;*/
    padding: 2px;
    position: absolute;
    text-align: center;
    width: 100%;
	font-size:1em;
	border-radius:3px;
	line-height: 1.2em;
	/*left:-5px;*/
}

.cityrequested li {
	line-height:30px;
}

.pricetag {
    background: #fefefe none repeat scroll 0 0;
    border: 1px solid #c7d2d4;
    border-radius: 0 5px 5px 0;
    color: #fb3649;
    display: inline-block;
    height: 25px;
    line-height: 23px;
    margin: 0 2px 0 0px;
    padding: 0 4px 0 8px;
    position: relative;
    white-space: nowrap;
	font-size: 12px;
	box-shadow: 0 1px 3px #ccc;
	font-style: italic;
}

.pricetag:before{
    position:absolute;
    background:#fefefe;
    content:"\25CF";
    color:white;
    text-shadow: 0 0 1px #aaa;
    font-size:12px;
    line-height:13px;
    text-indent:6px;
    top:2px;
    left:-10px;
    width: 18px;
    height: 18px;
    transform: rotate(45deg);
    border-left:1px solid #C7D2D4;
    border-bottom:1px solid #C7D2D4;
}

.cityrequested ul{
  padding-left: 1%;
  text-transform: uppercase;
  text-align:left;
margin-top: 10px;
}
.cityrequested li{

}
.cityrequested li a{
	padding-bottom: 3px;
	/*display: block;*/
	font-size: 12px;
	color: #0D5893;
	line-height: 19px;
}

.cityrequested li a:hover{
  text-decoration: underline !important;
  color: #e86a6e;
}

/*.cityrequested .listleft{
  text-align: left;
  width: 50%;
}
.cityrequested .listright{
  text-align: left;
  width: 50%;
}*/
.contentsearchonmap .select-departement {
    margin: 15px auto 30px;
    width: 370px;
    /* padding-left: 20px; */
}

.contentsearchonmap .select-departement select {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  font-size: 13px;
  width: 270px;
  margin-bottom: 0;
  height: 26px;
  width: 100%;
  border-radius: 5px;
}

.contentwhite .colmiddle {
    /*padding: 0 2% 4%;*/
    padding: 0 2%;
}

.engagements {
    /*max-width: 270px;*/
    max-width: 430px;
    margin: 0 auto 25px;
    border: none;
    min-width:230px;
}

.thumbengagement{
  background-position: -383px top;
}
.engagements ul{
  /* margin: 0 auto; */
text-transform: uppercase;
 width: 100%; 
/* max-width: 250px; */
padding-left: 20px;
}
.engagements ul li a{
  width: 100%;
  display: inline-block;
  height: 30px;
    /*margin-bottom: 10px;*/
}
.engagements ul li a.collapsed {
  width: 100%;
  display: inline-block;
  height: auto;
    /*margin-bottom: 10px;*/
}
.thumbdetails{
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
  display: inline-block;
    height: 41px;
    text-align: left;
    width: 41px;
  border: none;
  float: left;
  margin-top: 0.5%;
}
.stagesagrees{
  background-position: left -82px;
}
.fourpoints{
  background-position: -53px -82px;
}
.accompagnement{
  background-position: -212px -82px;
}
.securitypayment{
  background-position: -265px -82px;
}
.annulation{
  background-position: -107px -82px;
}
.fastinscription{
  background-position: -159px -82px;
}
.zerodemarches{
  background-position: -211px -82px;
}
.satisfait_rembourse{
  background-position: -657px -3px;
}
.meilleur_prix{
  background-position: -655px -47px;
}
 
.content-detailsengagements {
  display: inline-block;
  /*float: right;*/
    /*margin-left: 10px;*/
  width: 74%;
  padding-top: 4px;
}

.panel-collapse .content-detailsengagements {
  margin-left: 0px;
}

.engagements .title {
    border-bottom: 1px solid #808080;
    padding-bottom: 10px;
    /* margin-left: 4%; */
    /* margin-right: 4%; */
    margin: 0 20px 10px;
}

.engagements h3{
  font-size: 14px;
  text-align: left;
  color: #333333;
  margin: 0;
  float: left;
  font-family: 'robotomedium';
  font-weight: normal !important;
  line-height: 17px;
  text-transform: none;
}

.engagements .plus,
.engagements .moins {
  font-size: 10px;
  color: #bbb;
  /*display: none;*/
  display: block;
  clear:left;
  font-family: 'robotolight';
  font-weight: normal !important;
  text-align:left;
  text-transform: lowercase;
}

.engagements .plus {
  display: none;
}

.engagements .collapsed .plus {
  display: block;
}

.engagements .collapsed .moins {
  display: none;
}

.engagements .panel {
  background: none;
  border:none;
  box-shadow:none;
  /* border-top:1px solid #DDD; */
  padding-top:10px;
  border-radius:0;
}

.engagements .panel-body {
  padding: 0;
}

.textdetails{
  color: #666461;
  float: left;
  font-family: 'robotolight';
  font-size: 13px;
  font-weight: normal !important;
  line-height: 17px;
  text-align: left;
  text-transform: none;
}
.labelopinion {
    text-align: center;
	margin-top: -5px;
}


.contentwhite{
  padding: 0px 0 20px;
  display: inline-block;
  width: 100%;
  background:white;
}
.mediavideo{
  width: 272px;
  float: left;
}
.headmedia{
  width: 100%;
  float: left;
  height: 40px;
  background-color: #f7f6f6;
}
.head{
  width: 100%;
  float: left;
  text-align: center;
  margin-top:15px;
  margin-bottom:20px;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff 0%, #ebebeb 100%) repeat scroll 0 0;
  -webkit-box-shadow: 0 8px 6px -6px black;
  -moz-box-shadow: 0 8px 6px -6px black;
  box-shadow: 0 8px 6px -6px black;
}
.promotions{
  display: inline-block;
  width: 100%;
  /*padding:10px 0 0;*/
    position: relative;
    border-radius : 6px;
    
  /* border: 1px solid #DD7A7D; */
    
  /* background: #fff; */
}

/*.thumbpromotions {
  background-image: url("../img/sprite_old.png");
  background-position: -299px -80px;
}*/
.promos{
  width: 49.5% !important;
}

.promotions .head{
 background-color: #e86a6e;
}

.promotions .title {
    border-radius: 5px 5px 0 0;
    border-bottom: none;
    padding: 5px;
    color: #FFF !important;
    font-family: 'robotolight';
    background: #e9676c; /* Old browsers */
    background: -moz-linear-gradient(top,  #e9676c 0%, #c31b1b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9676c), color-stop(100%,#c31b1b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e9676c 0%,#c31b1b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e9676c 0%,#c31b1b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e9676c 0%,#c31b1b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e9676c 0%,#c31b1b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9676c', endColorstr='#c31b1b',GradientType=0 ); /* IE6-9 */

}

.promotions .price-ticket {
    width: 88px;
    font-size: 17px;
    padding-top: 11px;
    color: #FF8500;
}

.promotions .price-ticket .prix {
    float: right;
    padding-right: 5px;
}

.promotions .old-price-ticket {
    font-size: 12px;
    padding-right: 4px;
    color: #A9A9A9;
    text-decoration: line-through;
}

.promotions .infos-ticket {
    width: 50%;
    overflow: hidden;
    padding: 7px 7px 7px 7px;
    text-align: left;
    margin-right: -20px;
}

.promotions .content-btn-ticket{
    background: none;
    height: 37px;
    width: 32px;
    position: relative;
    display: block;
}

.promotions .content-btn-ticket a {
    position: absolute;
    right: 0;
    top: 0;
    width: 500px;
    display: block;
    text-align: right;
    margin-top: 0;
    height: 100px;
}

.promotions .content-btn-ticket .btn {
    color: #FFFFFF;
    font-size: 14px;
    padding: 4px;
    margin: 7px 7px 0 0;
}

.promotions .colors-ticket {
    background-color: transparent
}

.promotions .bottom {
    background-color: #e86a6e;
}

.promotions .bottom .linkhead {
    margin-top: 0px;
    padding: 6px 15px;
}

.infos-promotions{
  /* background-color: #FFFFFF; */
  /*background-color: #FFE2E2;*/
  display: inline-block;
  position: relative;
  width: 100%;
    /*margin-top: 5px;*/
  /* border-radius: 0 0 5px 5px; */
  border-bottom: 1px solid red;
  overflow: hidden;
  padding-bottom: 10px;
  /*height: 402px;*/ /* 8 OFFRES */
  height: 365px; /* 7 OFFRES */
}

.infos-promotions:hover {
  overflow-y: scroll;
  padding-right:3px;
}

@media (max-width:767px) {
    .infos-promotions {
        overflow-y:scroll;
        padding-right:3px;
    }
}

.inner-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0px 0px 25px 11px rgba(0, 0, 0, 1);
}
.infos-promotions ul{
  margin: 0;
  display: inline-block;
  width: 100%;
}
.infos-promotions ul li{
  float: left;
  width: 100%;
  overflow: hidden;
  background: rgb(255,250,255);
  /* border: 1px solid rgb(255, 157, 157); */
  border: 1px solid #DDDDDD;
}


.head h2{
  margin: 0 10px 6px 2%;
  font-size: 18px;
  color: #333333;
  font-family: 'robotolight';
  font-weight: normal !important;
  display: inline-block;
    line-height: 20px;
}
a.linkhead{
  color: #FFFFFF;
  display: inline-block;
  font-family: 'robotolight';
  font-size: 11px;
  font-weight: normal !important;
  margin-right: 2%;
  margin-top: 8px;
  text-decoration: underline !important;
}

.numberofpoints{
  background-color: #fcedee;
  border: 1px solid #ECEBEB;
  display: inline-block;
  width: 100%;
}

.numberofpoints .head {
  border-bottom: 1px solid #E5C6C7;
}

.numberofpoints h2{
  font-size: 15px;
}

.content-numberofpoints{
  background-color: #FFFFFF;
  width: 100%;
  padding: 10px 0;
  display: inline-block;
}
.content-numberofpoints img{
  margin-left: 4%;
  margin-right: 4%;
  display: inline-block;
  float: left;
  width: 20%;
}
.content-numberofpoints-inner{
  display: inline-block;
  width: 65%;
  float: left;
  /*margin-top: 4%;*/
    text-align: left;
}
.content-numberofpoints-inner h3{
  width: 100%;
  font-size: 12px;
  font-family: 'robotomedium';
  font-weight: normal !important;
  margin: 0;
  line-height: 15px;
}
.content-numberofpoints-inner p{
    margin-top: 0;
    color: #7C7974;
    font-size: 11px;
    line-height: 14px;
    margin-top: 3px;
    margin-bottom: 0;
}
.infosnumberofpoints{
  background-color: #fcedee;
  width: 100%;
  padding: 10px 0 10px;
  display: inline-block;
}
.infosnumberofpoints .form-horizontal .control-label{
/*  width: auto;
  display: inline-block;*/
  padding-right: 4%;
  font-size: 12px;
  font-family: 'robotolight';
  font-weight: normal !important;
  color: #7c7676;
  /*float: right;*/
  text-align:right;
}
.infosnumberofpoints .form-horizontal .controls {
  margin-left: 4%;
}
.infosnumberofpoints input {
  /*float: right;*/
  /*margin-right: 4%;*/
  /*width: 55%;*/
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  
  padding: 3px 6px;
  margin: 0;
  width: 100%;
}
.infosnumberofpoints .form-horizontal .control-group {
  margin-bottom: 5px;
  margin-top: 6px;
}
.infosnumberofpoints .btn {
  /*float: right;*/
  /*margin-right: 4%;*/
  border: 1px solid #CC5155;
  color: #FFFFFF;
  font-size: 12px;
  background: #e9696e; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5Njk2ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQzJSIgc3RvcC1jb2xvcj0iI2U5Njk2ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU0JSIgc3RvcC1jb2xvcj0iI2NjNTE1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYzUxNTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #e9696e 0%, #e9696e 43%, #cc5155 54%, #cc5155 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9696e), color-stop(43%,#e9696e), color-stop(54%,#cc5155), color-stop(100%,#cc5155)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e9696e 0%,#e9696e 43%,#cc5155 54%,#cc5155 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e9696e 0%,#e9696e 43%,#cc5155 54%,#cc5155 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e9696e 0%,#e9696e 43%,#cc5155 54%,#cc5155 100%); /* IE10+ */
  background: linear-gradient(to bottom, #e9696e 0%,#e9696e 43%,#cc5155 54%,#cc5155 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9696e', endColorstr='#cc5155',GradientType=0 ); /* IE6-8 */
}
.infosnumberofpoints form {
  padding: 0 2%;
}
.infosnumberofpoints a {
  display: inline-block;
  text-align: right;
  font-size: 11px;
  color: #7c7676;
  text-decoration: underline !important;
  width: 96%;
  margin-right: 4%;
}
.infosnumberofpoints a:hover {
  color: #e86a6e;
}


@media (max-width: 767px) {

    .widget.numberofpoints {
        max-width: 270px;
    }
}




.contentgrey{
  width: 100%;
  background-color: #f7f6f6;
  padding: 25px 0;
  display: inline-block;
  margin-top:30px;
}
.contentgrey .col-md-9 {
  margin-left: 0;
  width: 75.3%;
}
.contentgrey a {
  color: #333333;
}
.contentgrey a:hover {
  color: #e86a6e;
}
.logoplayer{
  background-image: url("../img/sprite.png");
  background-position: -482px top;
  background-repeat: no-repeat;
  border: medium none;
  display: block;
  height: 81px;
  left: 33%;
  position: absolute;
  text-align: center;
  top: 19%;
  width: 81px;
}
.logoplayer:hover{
  background-position: -482px -81px;
}
.videostimes{
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  background-color: #333333;
  padding: 1%;
  color: #FFFFFF;
  font-size: 11px;
}
.icon-play {
  margin-right: 3px;
}

/* TODO : trouver si ces classes */

.ticket{
  border: 1px solid #CCCCCC;
  display: block;
  float:left;
  padding: 0px;
    margin: 0px;
  border-radius: 5px;
  margin-bottom: 5px;
}
.colors-ticket{
    position:absolute;
  display: inline-block;
  background-color: #f3f3f3;
  width: 6%;
  height: 65px;
    text-align: center;
    min-width: 35px;
    left:0;
	font-size:12px;
}

.colors-ticket span {
	display: inline-block;
	height: 29px;
	margin-left: 20%;
	margin-top: 29%;
	text-align: center;
	width: 29px;
}

.infos-ticket{
    display: inline-block;
    float: left;
    padding: 1% 0 0 2%;
    width: 36%;
    position:relative;
}

.infos-ticket h4 {
    margin: 0;
    font-family: 'robotomedium';
    font-weight: normal !important;
    font-size: 12px;
    color: rgb(0, 17, 207);
    line-height: 15px;
}

.date-ticket, .places-ticket{
  font-size: 13px;
  font-family: 'roboto';
  font-weight: normal !important;
  line-height: 16px;
  color:black;
  white-space: nowrap;
}
.price-ticket{
    float: right;
    display: block;
    width: 25%;
    text-align: center;
    /* font-family: 'robotomedium'; */
    font-weight: normal !important;
    font-size: 30px;
    padding-top: 4%;
}

.content-btn-ticket {
    /*background-color: #E4EFFD;*/
    display: inline-block;
    float: right;
    height: 65px;
    text-align: center;
    vertical-align: middle;
    width: 30%;
}

.content-btn-ticket a {
    margin-top: 10%;
    font-size: 13px;
}

/** PETIT PC **/
@media (min-width: 992px) {
    
/*    .contentsearchonmap .colleft,
    .contentsearchonmap .colright {
        margin-top: -103px;
    }*/
}


/** < GRAND ECRAN **/
@media (max-width: 1200px) {
    
    .container {
        /*max-width: 980px;*/
        max-width: 100%;
        padding-left:2%;
        padding-right:2%;
    }
}


/** ENTRE MINI TABLETTE ET GRAND ECRAN **/
@media (min-width:768px) and (max-width: 1200px) {
    
/*    .engagements {
        background-color: transparent;
        padding: 10px 0 10px 4%;
    }*/
    
/*    .map svg {
        width:420px;
    }*/
    
    .content-detailsengagements {
        width: 70%;
    }
    
    .promotions .price-ticket {
        font-size: 15px;
    }
}


/*** TABLETTE ***/
@media (min-width:768px) and (max-width: 991px) {

    .container {
        padding-left:2%;
        padding-right:2%;
    }
    
    
    .contentwhite .colmiddle {
        padding-left:0;
        padding-right:2%;
    }
    
    .contentwhite ul, .contentwhite ol {
        margin: 0 0 10px 25px;
    }
    
    .contentsearchonmap .container .col-sm-6 {
        width:48%;
    }
    
    .link-header a {
        font-size: 14px;
    }
}


/*** MINI TABLETTE ***/
@media (max-width: 767px) {
    
    .content-detailsengagements {
        width: 98%;
        margin-top: 0px;
    }
    
    .container {
        padding-left:3%;
        padding-right:3%;
        min-width:305px;
    }
    
/*    .contentsearchonmap {
        padding-top: 0px;
    }*/
    
    .thumbcategory {
        display:none;
    }
    
    .picto_widget {
        margin-top: 0px;
    }
    
    .promotions {
        padding-top: 5px;
    }
    
}


/*Actualité ------------------------------------------------------------------------------------------------*/

.actuality {
    /*padding:0px 5px 0px 5px;*/
}

.actuality .head {
    padding-bottom: 10px;
}

.actuality ul{
  width: 100%;
  margin: 0;
  display: inline-block;
}
.actuality li{
  display: inline-block;
    /*clear: both;*/
    float: left;
    padding: 5px 0px 15px 0px;
    /*width: 100%;*/
    /*margin-bottom: 1%;*/
    /*cursor: pointer;*/
/*    max-height: 100px;
    overflow: hidden;*/
}
.actuality li:hover {
  background-color: #FFFFFF;
}
.actuality .head h2, .videos .head h2, .documents .head h2{
  margin-left: 0 !important;
}

.actuality img{
  display: inline-block;
    float: left;
    width: 30%;
	height:100px;
/*max-height: 80px;*/
}

.actuality li .content-actuality {
  float: left;
    margin: 0 2%;
    width: 66%;
    display: inline-block;
}

.actuality li h3, .actuality li h2, .documents li h3{
  width: 100%;
  font-size: 14px;
  font-family: 'robotomedium';
  font-weight: normal !important;
  margin: 0 0 5px;
  line-height: 16px;
}
.actuality p{
  padding-left: 0;
  font-size: 13px;
  font-family: 'robotolight';
  font-weight: normal !important;
  line-height: 18px;
}
.content-actuality .article a{
  font-size: 11px;
  color: #e86a6e;
  text-decoration: underline !important;
}
.actuality li.articlesecondary{
  background-color: #FFFFFF;
}
.contentvideos, .contentvideos img{
  display: inline-block;
  width: 100%;
}
.contentvideos{
  margin-top: 2%;
  position: relative;
  margin-bottom: 13%;
}

.documents .head{
  border-top: 1px solid #E3E2E2;
  margin-top: 1%;
  padding-top: 1%;
}
.documents a.linkhead, .actuality a.linkhead{
  margin-right: 0;
}
.recovery .head h2{
  margin-left: 0;
}
.recovery p{
  font-family: 'robotolight';
  font-weight: normal !important;
  line-height: 22px;
  color: #7C7974;
}
.col-md-12{
  margin-left: 0;
  width: 100%;
}

.documents{
  display: inline-block;
  width: 100%;
}
.documents ul{
  margin: 1% 0 0;
  display: inline-block;
}
.colfirst, .coltwo{
  width: 49.7%;
}
.content-documents{
  width: 73%;
  margin-top: 3%;
}
.documents ul li{
  clear: both;
  float: left;
  padding: 2%;
  width: 96%;
  margin-bottom: 1%;
  cursor: pointer;
}
.documents ul li:hover{
  background-color: #FFFFFF;
}
.documents ul li img{
  float: left;
}
.documents a{
  font-size: 11px;
  color: #e86a6e;
  text-decoration: underline !important;
}


/*Footer ------------------------------------------------------------------------------------------------*/

#footer{
  width: 100%;
  display: inline-block;
  background-color: #333333;
  padding: 20px 0 0;
}
/*#footer .footer-inner .col-md-3, #footer .footer-inner .col-md-6{
  margin-left: 0 !important;
}
#footer .footer-inner .col-md-3 {
  width: 31.3% !important;
}
#footer .footer-inner .col-md-6 {
  width: 37.3% !important;
}*/
#footer .bottom-footer .col-md-4, #footer .bottom-footer .col-md-8{
  margin-left: 0 !important;
}
#footer h3{
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
  font-family: 'robotomedium';
  font-weight: normal !important;
}
/*#footer input {
  width: 230px;
}*/
#footer ul {
  width: 100%;
  margin: 0;
}
#footer .footer-inner li{
  width: 45px;
  height: 45px;
  float: left;
  background-color: #858383;
  margin-right: 7px;
}
#footer .footer-inner li a{
  width: 45px;
  height: 45px;
  display: block;
}
#footer .footer-inner li a:hover {
  text-decoration: none;
}
#footer li.wordpress:hover,
#footer li.blog:hover{
  background-color: #22769b;
}
#footer li.facebook:hover{
  background-color: #3c599b;
}
#footer li.twitter:hover{
  background-color: #00abf0;
}
#footer li.linkedin:hover{
  background-color: #0073b2;
}
#footer li.googleplus:hover{
  background-color: #dd4b39;
}
#footer li.youtube:hover{
  background-color: #00abf0;
}
#footer li.instagram:hover{
  background-color: #dd4b39;
}
.wordpress, .facebook, .twitter, .linkedinn, .googleplus, .youtube, .instagram {
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
}
#footer .footer-inner li.blog {
    width:60px;
}
#footer .footer-inner li.blog a {
    color:white;
    width:60px;
    display: block;
    padding: 12px 6px;
    font-size: 20px;
    font-family: 'Robotolight';
    /*font-family: 'Robotomedium';*/
    line-height: 18px;
    text-align: center;
}
#footer .wordpress{
  background-position: -166px -28px;
}
#footer .facebook{
  background-position: -119px 13px;
}
#footer .twitter{
  background-position: -167px 13px;
}
#footer .linkedin{
  background-position: -214px 13px;
}
#footer .googleplus{
  background-position: -119px -28px;
}
#footer .instagram{
    background-position: -254px 13px;
}
#footer .youtube{
    background-position: -498px -17px;
}
#footer .tooltip-inner {
  background-color: #000000;
  border-radius: 4px;
  color: #FFFFFF;
  display: inline-block;
  float: left;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  width: 58px;
}
#footer .footer-inner .colright {
    text-align:left;
}

#footer .footer-inner .colright p{
  color: #dddddd;
  font-size: 13px;
  line-height: 15px;
  margin: -4px 0 0;
  font-family: 'robotothin';
  font-weight: normal !important;
}
#footer .footer-inner .colright .contact-footer {
  color: #FFFFFF;
  font-family: 'robotomedium';
  font-size: 13px;
  font-weight: normal !important;
  margin-top: 4px;
  text-align:left;
}
#footer .footer-inner .colright a{
  color: #FFFFFF;
  text-decoration: underline !important;
}
#footer .footer-inner .colright a:hover{
  color: #E86A6E;
}
#footer .bottom-footer{
  background-color: #000000;
  width: 100%;
  margin-top: 25px;
  padding: 20px 0;
}
#footer .bottom-footer li{
  display: inline-block;
  font-size: 10px;
  color: #dddddd;
}
#footer .bottom-footer .copyright{
  color: #9c9c9c;
  font-size: 11px;
}
#footer .bottom-footer .col-md-8{
  margin-left: 0 !important;
}
#footer .bottom-footer .col-md-8 a{
  margin-right: 10px;
  color: #9c9c9c;
  font-size: 11px;
  text-decoration: underline !important;
}
#footer .bottom-footer .col-md-8 a:hover{
  color: #e86a6e;
}


 /*Footer ------------------------------------------------------------------------------------------------*/


 /* BACK TO TOP BUTTON */

 .back-to-top, .back-to-top:hover, .back-to-top:active, .back-to-top:visited, .back-to-top:focus {
     margin: 0;
     position: fixed;
     bottom: 70px;
     right: 60px;
     width: 60px;
     height: 60px;
     z-index: 100;
     display: none;
     text-decoration: none;
     color: #E5E5E5;
     background: #6B6B6B;
     border-radius: 10px;
     padding: 5px 12px;
     opacity: 0.8;
 }

 @media (max-width:640px) {

     .back-to-top, .back-to-top:hover, .back-to-top:active, .back-to-top:visited, .back-to-top:focus {
         bottom: 30px;
         right: 40px;
     }
 }

 .back-to-top:hover {
     opacity: 1;
     color:white;
 }

 .back-to-top .glyphicon {
     font-size: 40px;
 }


 /*PAGE DEPARTEMENTS ================================================== */

.content-breadcrumb{
    margin-bottom: 15px;
    width: 100%;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff 0%, #f9f9f9 100%) repeat scroll 0 0;
	box-shadow: 0 4px 25px -16px black;
}
.breadcrumb {
    margin:0px;
    /*margin-left: 18%;*/
    padding: 20px 0 20px 6px;
	background:none;
}

.breadcrumb a{
  color: #333333;
  font-family: 'robotolight';
  font-weight: normal !important;
  font-size: 14px;
  text-decoration: underline !important;
}

.breadcrumb a:hover{
  color: #e86a6e;
}

.breadcrumb > .active {
    color: #e86a6e;
    font-family: 'robotolight';
    font-weight: normal !important;
    /*font-size: 12px;*/
}

.breadcrumb-vertical{
    padding:3px 0 15px 6px;
}


.breadcrumb-vertical a {
    display:block;
    margin-top:5px;
}

.breadcrumb-vertical .glyphicon {
    margin-right:5px;
    font-size:12px;
}


.nav-tabs > li > a, .nav-tabs > li > span {
    line-height: 1.6;
}
.nav-tabs > li > a {
	background: #fcfcfc;
    border: 1px solid #B5B5B5;
    color: #353333;
}
.nav-tabs > li > a:hover {
    border-color: #70ACE2;
    background: #CFE4FF;
    border-bottom-color: #C0C0C0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: white;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #e9696e 0%, #e9696e 43%, #cc5155 54%, #cc5155 100%) repeat scroll 0 0;
    border-bottom-color: transparent !important;
}




.icon-infos{
  background-image: url("../img/glyphicons-halflings.png");
  background-position: -22px -166px;
  height: 16px;
  margin-right: 2px;
  margin-left: -4px;
}


.labelcertified{
  background-image: url("../img/sprite.png");
  background-position: -324px -80px;
  background-repeat: no-repeat;
  width: 36px;
  height: 33px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
/*  position: absolute;
  right: -19px;
  top: -10px;*/
}

.content-pagination {
    /*border-bottom: 1px solid #CCCCCC;*/
    padding-top: 3%;
    text-align: center;
}
.content-pagination a{
  color: #9d9d9d;
}

.round-price{
  background-image: url("../img/sprite.png");
  background-position: 1px -135px;
  background-repeat: no-repeat;
  color: #FFFFFF;
    font-size: 18px;
    height: 82px;
    padding-top: 31px;
    width: 83px;
    margin: -43px auto 0;
}

.derniere-minute{
    background-color: white;
    background-repeat: no-repeat;
    color: #fb3649;
    font-family: Arial;
    font-size: 18px;
    margin: 5px 84px 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 153px;
    z-index: 99;
}

.paiment-picto {
    background-image: url("../img/sprite.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    width: 50px;
}
.card{
  /*background-position: -184px -166px;*/
    /*background-position: left -225px;*/
  background-position: left -225px;
    height: 26px;
    width: 35px;
}
.paypal{
  background-position: -233px -166px;
}
.cheques{
  background-position: -286px -166px;
}
.money{
  background-position: -329px -166px;
}
.mandat{
  background-position: -373px -166px;
}
.parking{
  background-position: -418px -166px;
}
.dejeuner{
  background-position: -590px -166px;
}
.handicap{
  background-position: -462px -166px;
}
.securepaiement{
  background-position: -535px -168px;
}




/* AVIS EN BAS DE PAGE */

#avis_stage {
    /* border-radius: 10px 10px 0 0; */
    /* margin: 30px 0 0; */
    font: 14px "Arial";
    height: 240px;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid #ccc;
    border-radius:3px;
}

.infos-inner-tabs #avis_stage {
    border: none;
    border-radius:0px;
}

#ficheproduit #avis_stage {
    margin: 0 0 0 -70px;
    width:800px;
}

#avis_stage .title {
    /* color: white; */
    font-size: 17px;
    /* font-weight: bold; */
    margin: 0;
    padding: 10px 15px 10px;
    background: none repeat scroll 0 0 #F1F1F1;
}

#avis_stage .title .avis_title_content {
    display: block;
    width: 465px;
}

#avis_stage ul {
    margin: 0;
    padding: 0;
}

#avis_stage ul li {
    clear:both;
    position:relative;
    background: white;
    border-top: 1px solid lightgray;
    list-style: none;
    padding: 10px 15px;
}

#avis_stage ul li .avis_msg {
    color:#0068D6;
}

#avis_stage .text-stars {
    float: right;
    width: 110px;
    text-align: right;
}

#avis_stage ul li .avis_footer {
    display:block;
    color:#5C5C5C;
    margin:10px 0 0 5px;
}   

#avis_stage ul li .avis_note, 
#avis_stage ul li .avis_date, 
#avis_stage ul li .avis_pseudo 
{
    color:#636363;
}

#avis_stage ul li .avis_note, 
#avis_stage ul li .avis_pseudo 
{
    font-weight:bold;
}


.stars{
  background-image: url("../img/sprite.png");
  background-position: -513px -173px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 17px;
  margin-right: 5px;
  width: 17px;
}


/*FICHE PRODUIT ================================================== */

.price-promos{
  text-decoration: line-through;
  /*color: #333333;*/
  color: rgb(128, 128, 128);
  font-size: 19px;
}
.price-ficheproduct {
    font-family: 'robotomedium';
    /* font-weight: normal !important; */
    font-weight: bold;
    /* font-size: 42px; */
    font-size: 37px;
    line-height: 37px;
    color: #E5153D;
}


/* LIGHTWVIEW ================================================== */


/*.lightview{
  width: 800px;
  height: 510px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -255px;
  margin-left: -400px;
  background-image: url("../img/overlaylightview.png");
  background-position: left top;
  background-repeat: repeat;
  z-index: 1500;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}*/

.content-lightview{
  background-color: #FFFFFF;
/*    margin-left: 20px;
    margin-top: 20px;
    width: 95%;*/
    position: relative;
    display: inline-block;
    /*height: 470px;*/
}
.close-lightview{
  width: 44px;
  height: 44px;
  position: absolute;
  right: -29px;
  top: -32px;
  background-image: url("../img/sprite.png");
  background-position: -90px -155px;
  background-repeat: no-repeat;
  display: inline-block;
}
.lightview-top, .lightview-bottom{
  width: 100%;
  padding: 2%;
  display: inline-block;
}
.lightview-bottom{
  padding-top: 0;
}
.lightview-top{
  padding-bottom: 0;
}
.carousel-lightview, .carousel-ficheproduct{
  width: 50%;
  display: inline-block;
  float: left;
}
.carousel-lightview img, .carousel-ficheproduct img{
  width: 100%;
}
.thumbview, .thumbs-carousel{
  display: inline-block;
  /*width: 100%;*/
  margin-bottom: 5px;
}
.thumbs-carousel ul{
  margin: 0;
  width: 100%;
}
.thumbs-carousel li, .thumbs-carousel li a{
  display: inline-block;
}
.thumbs-carousel li {
  float: left;
  width: 20%;
}
.thumbs-carousel li a{
  border: 1px solid #FFFFFF;
  width:100%;
}
.thumbs-carousel li a:hover{
  border: 1px solid #e86a6e;
}
.thumbs-carousel li a .thumbs-carousel-map-marker {
    background-color: #333333;
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    /*height: 52px;*/
    line-height: 13px;
    padding: 4px;
    text-align: center;
    width: 100%;
}
.infos-lightview{
  display: inline-block;
    float: left;
    margin-left: 20px;
    width: 445px;
  /*border-bottom: 1px solid #CCCCCC;*/
}
.lightview .labelcertified {
  background-image: url("../img/sprite.png");
  background-position: -324px -80px;
  background-repeat: no-repeat;
  display: inline-block;
  float: left;
  font-size: 16px;
  height: 32px;
  left: 0;
  padding-left: 10%;
  padding-top: 7px;
  position: relative;
  top: 0;
  width: 92%;
  font-family: 'robotomedium';
  font-weight: normal !important;
}
.lightview .infos-ticket, .lightview .more-infos-tiket, .lightview .engagements-lightview{
  width: 100%;
  display: inline-block;
  margin-top: 6px;
}
.lightview .infos-ticket p, .lightview .more-infos-tiket p{
  font-family: 'robotolight';
  font-weight: normal !important;
  font-size: 14px;
}
.lightview  .more-infos-tiket p, .lightview .infos-ticket p{
  margin-bottom: 3px;
  font-size: 13px;
}
.lightview .more-infos-tiket, .lightview .infos-ticket{
  margin: 0;
  padding: 0;
}
.lightview .more-infos-tiket{
  /*border-bottom: 1px solid #CCCCCC;*/
  padding-bottom:6px; 
}
.lightview .more-adress{
  margin-top: 8px;
}
.engagements-lightview {
    margin-top: 10px;
    padding:10px 0 5px;
    border : 1px solid #ccc;
    border-left:none;
    border-right:none;
}
.engagements-lightview ul{
  margin: 0;
  width: 99%;
}
.engagements-lightview li, .engagements-lightview li a{
  display: inline-block;
  width: 212px;
  height: 63px;
}
.engagements-lightview li h3{
  color: #333333;
  float: left;
  font-family: 'robotomedium';
  font-size: 13px;
  font-weight: normal !important;
  line-height: 17px;
  margin: 0;
  text-align: left;
  text-transform: none;
}
.lightview .content-detailsengagements{
  margin-left: 5%;
  float: left;
width: 70%;
}


.plusstages{
  display: inline-block;
  width: 268px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #e86a6e;
  float: left;
}
.color-plusstages{
  width: 70px;
  background-color: #cc5154;
  display: inline-block;
  height: 125px;
  float: left;
  text-align: center;
  color: #FFFFFF;
}
.plusstages ul{
  display: inline-block;
  float: left;
  margin-left: 10px;
}
.plusstages li{
  font-family: 'robotolight';
  font-size: 13px;
  font-weight: normal !important;
  line-height: 20px;
}
.color-plusstages span{
  background-image: url("../img/sprite.png");
  background-position: -134px -150px;
  background-repeat: no-repeat;
  display: inline-block;
  font-size: 16px;
  height: 50px;
  width: 50px;
  font-family: 'robotomedium';
  font-weight: normal !important;
  color:#FFFFFF;
}
.payment-lightview{
  display: inline-block;
  float: left;
  margin: 20px 0 0 20px;
  width: 440px;
}
.moyenpayment-details{
  float: left;
  display: inline-block;
  margin-top: 30px;
}
.moyenpayment-details li, .place-pictos li {
  display: inline-block;
  /*float: left;*/
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  width: 61px;
}
.moyenpayment-details li {
  float: left;
}
.moyenpayment-details li span, .content-infos-ficheproduct li span{
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 30px;
  width: 50px;
}

.lightview .content-btn-ticket{
  background-color: transparent;
  height: 87px;
  margin-top: 3px;
}
.lightview .price-ticket{
  width: 100%;
  /*color: #e5153d;*/
  color: black;
}
.lightview .content-btn-ticket a {
  margin-bottom: 7%;
  margin-top: 4%;
  padding: 12px 22px;
}


/* BANDEAU STAGES BOTTOM ================================================== */


.stages-promos .head h2 {
  margin-left: 0;
  float: left;
}

.stages-promos .linkhead{
  color: #333333;
  float: right;
  margin-right: 1%;
  padding: 7px;
}
.stages-promos .content-pagination {
  display: inline-block;
  border: medium none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.stages-promos .content-pagination .pagination {
  margin: 0;
}
/*.infosnumberstages{
  float: left;
  font-family: 'robotolight';
  font-size: 12px;
  font-weight: normal !important;
  margin-left: 10px;
  padding-top: 9px;
}*/
.slider-promos-stages{
  width: 100%;
  display: inline-block;
  /*margin-top:10px;*/
}
.slider-promos-stages ul{
  margin: 44px 0 0;
}
.content-cheap{
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #CCCCCC;
  position: relative;
  box-shadow: 0 0 65px -60px rgba(0, 0, 0, 1) inset;
}

.content-cheap p{
  margin-bottom: 3px;
  font-family: 'robotolight';
  font-size: 12px;
  font-weight: normal !important;
  line-height: 15px;
    height: 30px;
}
.content-cheap .infos-ticket{
  width: 97%;
  text-align: center;
  padding-top: 10px;
}
.content-cheap a{
    margin-top: 15px;
    padding: 8px 17px;
    margin-bottom: 7%;
}
.slider-promos-stages .col-md-3{
  width: 23% !important;
  margin-left: 2.564102564102564%;
}
.slider-promos-stages .col-md-3:first-child {
  margin-left: 0;
}


/*FORMULAIRE ================================================== */

.breadcrumb-payment{
  display: inline-block;
  width: 100%;
  margin: 30px 0 45px;
}
.line-breadcrumb-payment{
height: 4px;
background-color: #CCC;
width: 93%;
margin-left: 3%;
background: #AFC4DD;
}
.content-line-breadcrumb{
  width: 100%;
  position: relative;
  display: inline-block;
}
.round-breadcrumb{
  background-image: url("../img/sprite.png");
  background-position: -143px -209px;
  background-repeat: no-repeat;
  color: #FFFFFF;
  display: inline-block;
  font-family: 'robotomedium';
  font-size: 22px;
  font-weight: normal !important;
  height: 60px;
  line-height: 33px;
  padding-top: 13px;
  position: absolute;
  text-align: center;
  top: -48px;
  width: 73px;
  margin-left: -2px;
  margin-right: -14px;
}
.round-breadcrumb-1 {
  left: 0px;
}
.round-breadcrumb-2 {
  left: 50%;
  margin-left: -38px;
}
.round-breadcrumb-3 {
  right: 18px;
}
.round-breadcrumb span{
  display: inline-block;
  width: 100%;
  font-size: 13px;
  color: #333333;
  font-family: 'robotolight';
  font-weight: normal !important;
}
.round-breadcrumb span a {
    margin-top: -55px;
    padding-top: 55px;
}
.round-breadcrumb-selected{
  background-position: -212px -209px !important;
}

/* PRODUIT / LIEU / CENTRE / LOGIN ================================================== */

.content-relief {
    border: 1px solid #CCCCCC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: white;
}
.content-shadow {
    width: 100%;
    height: 15px;
    background-image: url("../img/shaddow.png");
    background-position: center center;
    background-repeat: no-repeat;
    float: right;
    display: inline-block;
    margin-bottom: 20px;
}

.infos-inner-tabs {
  display: inline-block;
  width: 100%;
    /*border-bottom: 1px solid #CCCCCC;*/
    margin-top: 20px;
}

 @media (max-width:768px) {

    .infos-inner-tabs {
        margin-top: 0px;
     }
 }

.infos-inner-tabs h4 {
    font-size: 13px;
    margin: 5px 0;
    font-weight: bold;
}
.infos-inner-tabs .nav-tabs {
  display: inline-block;
  width: 100%;
}
.infos-inner-tabs .nav-tabs li{
  font-size: 12px;
  color: #333333;
}
.result-infos-inner-tabs ul {
  /*padding-left:20px;*/
  
}
.result-infos-inner-tabs li{
  list-style:disc;
  
}

/*.result-infos-inner-tabs ul li a{
  display: inline-block;
  float: left;
  margin-right: 3px;
  padding: 1% 1.9%;
}*/
.result-infos-inner-tabs {
  background-color: #FFFFFF;
  display: inline-block;
  /*margin-top: -6px;*/
    /*padding: 2%;*/
    width: 100%;
    /*border: 1px solid #CCCCCC;*/
}

.aside-title {
    border-bottom: 1px solid #e0e0e0;
    color: #706262;
    font-family: -moz-fixed;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    margin: 56px 0 0px;
    padding: 4px 0;
}

.stages-promos-3 {
    width: 100%;
    display: inline-block;
    /* padding: 2% 0; */
    /* border-top: 1px solid #CCC; */
    /*margin: 40px 0;*/
    /*margin: 30px 0;*/
}
/*.stages-promos .head{
  margin-bottom: 20px;
}*/

/*** MINI TABLETTE ***/
@media (min-width: 768px) {
    .stages-promos-3 .stages-promos-tri {
      float: right;
    }
}

.stages-promos-3 h2{
    /*margin: 0 0 2% 0;*/
    margin: 0;
}
.stages-promos-3 .content-pagination{
  font-size: 10px;
  color: #FFFFFF;
  margin-top: 5px;
}
/*.stages-promos .content-pagination a{
  color: #FFFFFF;
  margin-left:2px; 
}*/
.stages-promos-3 .slider-promos-stages .col-md-3 {
  width: 31.6% !important;
}

.stages-promos-3 .round-price {
  left: 35%;
}