.li-menu{
    padding-left:3%;
    padding-right:3%;
}
@media (max-width: 1080px) {
    .li-menu{
        padding-left:1%;
        padding-right:1%;
    }
}
@media (max-width: 800px) {
    .li-menu{
        padding-left:0%;
        padding-right:0%;
    }
}
.hourly_timeline .signal-area:not(:last-child) {
    border-right-width: 1px;
    --border-opacity: 1;
    border-color: #2f3f6b;
    border-color: rgba(47,63,107,var(--border-opacity));
}

.hourly_timeline .signal-area:first-child {
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
}
.hourly_timeline .signal-area:last-child {
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
}
.hourly_timeline .signal-area {
    height: 30px;
}
.hourly_timeline .signal-area:not(:last-child) .text-signal-area {
    left: -8px;
}

.hourly_timeline .signal-area:first-child .text-signal-area {
    left: 0;
}
.bg-green {
    background-color: #9ACD32;
}
.pin{
    width: 20px;
    height: 20px;
    border-radius: 50px;
    display: inline-block;
    top:3px;
    position: relative;
    margin-right: 8px;
}
.bg-orange{
    background-color: #f2790f;
}
.bg-red{
    background-color: #e63946;
}
.date-title{
    margin:40px 0 5px;
}
@media (min-width: 768px){
    .hourly_timeline .signal-area .text-signal-area {
        display: block!important;
    }
}    
.hourly_timeline .signal-area .text-signal-area {
    bottom: -25px;
}
html body{
    font-family: loos-normal, sans-serif;
    font-style: normal;
    font-weight: 100;
}
.pinwebcamlink div{
    display: none;
}
.pinwebcamlink:hover div{
    display: block;
}
.blog-content-style ul li{
    margin-bottom: 8px;
}
.blog-content-style ul{
    list-style-type:disc;
}
.button-more-small{
    border: 1px solid #272724;
    border-radius: 10px;
    font-size: 16px;
    padding: 8px;
}
html body #form-publish-event .select2-container--default .select2-selection--single{
    top: 0px;
    height: 46px;
    border:none;
    background-color: rgba(229, 231, 235, 1);
}
.event-card-border{
    border: 1px solid #FF4429;
}
#agenda .event-card-border{
    border: 2px solid #EDEDED;
}
.event-card-town{
    width: 100%;
    font-size: 12px;
    border-bottom: 1px solid #000;
    text-align: left;
}

.event-titre, .event-titre-short{
    position: relative;
}
.event-titre:after, .event-titre-short:after{
    content: "";
    position: absolute;
    top: 27px;
    width: calc(100% - 240px);
    left: 240px;
    height: 1px;
    background-color: #000;
}
.event-titre-short:after{
    left: 150px;
}
.event-card-description{
    padding-bottom:15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
}
.bg-red{
    background-color: #FF4429;
}
#agenda .bg-red{
    background-color: #272724;
}
.encart-head h1, .encart-head p{
    font-weight: normal;

}
.link-sub-categories{
    border-radius: 50%;
    background-color: rgba(220, 38, 38,1);
    color: #fff;
    text-align: center;
    width: 150px;
    height: 150px;
    line-height: 150px;
    margin-right: 15px;
    margin-top: 20px;
}
#nav-dropdown .sous-menu li a{
    color:#fff; 
}
#nav-dropdown .sous-menu li{
    display: inline-block;  
    font-weight: normal;
    text-align: left;
    font-size: 14px;
}
#nav-dropdown li:hover a{
    color:#fff; 
}
#nav-dropdown li:hover{
    background-color: #EF4444;
}
#nav-dropdown .sous-menu{
    width:100%;
    background-color: #EF4444;
    left:0;
}
#logo-main{
    max-width: 600px;
    margin-top:80px;
}
#barre{
    background-repeat: no-repeat;
    background-position-x: 40%;
}
.search{
    position: absolute;
    top: -165px;
    right: 0;
}
.search input{
    border:1px solid #000;
    border-radius: 20px;
    padding: 0 8px;
}
html body .bg-black.opacity-50{
    opacity: 1;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 117%);
}
html body .phrase-accorche{
    font-size: 1.2rem;
}
.border-menu{
    border-top:1px solid #000;
    border-bottom:1px solid #000;
}
.social-button:hover .social-links{
    display: block;
}
.social-button{
   position: relative; 
   bottom: -50px;
}
.social-links{
    background-color: white;
    position: absolute;
    top: -83px;
    left: -41px;
    color: #333;
    font-size: 40px;
    width: 40px;
    padding-left: 3px;
    display: none;
}

.layer{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    background-color: rgb(255,255,255,0.7);
}

#nav-dropdown{
    text-transform: uppercase;
}
#nav-dropdown li:hover .hidden{
    display: block;
}
#nav-dropdown .sous-menu{
    z-index: 99999;
}
#nav-dropdown .sous-menu li{
    text-align: left;
}
#nav-dropdown .sous-menu .first{
    border-radius: 0.375rem 0.375rem 0 0; 
}
#nav-dropdown .sous-menu .last{
    border-radius: 0 0 0.375rem 0.375rem;
}

.pagination {
  display: block;
  width:100%;
  float: left;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
}

.pagination a.active {
  background-color: #DC2626;
  color: white;
  border: 1px solid #DC2626;
}

.pagination a:hover:not(.active) {background-color: #ddd;}
.select-page {
    position: relative;
    float: left;
}
.pagination .sub-select-page a {
    margin: 0;
    width: 70px;
    text-align: center;
    border-right: none;
    border-top: none;
}
.pagination .sub-select-page {
    display: none;
    position: absolute;
    left: 0;
    bottom: 28px;
    width: 227px;
    background-color: #fff;
    height: 150px;
    overflow-y: scroll;
}
.select-page:hover .sub-select-page {
    display: block;
}
.facebook-container { 
    overflow:hidden; 
    position:relative; 
}
.youtube-container { 
overflow:hidden; 
position:relative; 
height:0;
padding-bottom:56.25%; 

}

.facebook-container iframe, .youtube-container iframe {
left:0; 
top:0; 
height:100%;
width:100%;
position:absolute;
}

html body .select2-container--default .select2-selection--single {
 height:25px;
}
html body b, html body strong{
    font-weight: bold;
}
.home-map{
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../../images/carte-savoie.png');
}s
.h2-sub{
    position: relative;
}
.h2-sub:after{
    left: 0;
    bottom: -10px;
    position: absolute;
    border-bottom: 1px solid #000;
    content: "";
    width: 100px;
    height: 1px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    top: -8px;
    position: relative;
}

#parametersInput > * {
    margin-top: 10px;
}


ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #2b3054;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #111321;
  text-decoration: none;
}

a:not([href]) {
  text-decoration: none;
}
a:not([href]):hover {
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}


pre {
  padding: 0.75rem;
}

blockquote {
  background: #ffffff;
  border-left: 0.7rem solid #2b3054;
  margin: 1.5em 0.7rem;
  padding: 0.5em 0.7rem;
}
.box blockquote {
  background: #e9ecef;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6 {
  color: #2b3054;
  font-size: 1.25rem;
  font-weight: 600;
}
blockquote.quote-primary {
  border-color: #2b3054;
}
blockquote.quote-primary h1,
blockquote.quote-primary h2,
blockquote.quote-primary h3,
blockquote.quote-primary h4,
blockquote.quote-primary h5,
blockquote.quote-primary h6 {
  color: #2b3054;
}
blockquote.quote-secondary {
  border-color: #6c757d;
}
blockquote.quote-secondary h1,
blockquote.quote-secondary h2,
blockquote.quote-secondary h3,
blockquote.quote-secondary h4,
blockquote.quote-secondary h5,
blockquote.quote-secondary h6 {
  color: #6c757d;
}
blockquote.quote-success {
  border-color: #FF4328;
}
blockquote.quote-success h1,
blockquote.quote-success h2,
blockquote.quote-success h3,
blockquote.quote-success h4,
blockquote.quote-success h5,
blockquote.quote-success h6 {
  color: #FF4328;
}
blockquote.quote-info {
  border-color: #17a2b8;
}
blockquote.quote-info h1,
blockquote.quote-info h2,
blockquote.quote-info h3,
blockquote.quote-info h4,
blockquote.quote-info h5,
blockquote.quote-info h6 {
  color: #17a2b8;
}
blockquote.quote-warning {
  border-color: #874fbb;
}
blockquote.quote-warning h1,
blockquote.quote-warning h2,
blockquote.quote-warning h3,
blockquote.quote-warning h4,
blockquote.quote-warning h5,
blockquote.quote-warning h6 {
  color: #874fbb;
}
blockquote.quote-danger {
  border-color: #e93f64;
}
blockquote.quote-danger h1,
blockquote.quote-danger h2,
blockquote.quote-danger h3,
blockquote.quote-danger h4,
blockquote.quote-danger h5,
blockquote.quote-danger h6 {
  color: #e93f64;
}
blockquote.quote-light {
  border-color: #f8f9fa;
}
blockquote.quote-light h1,
blockquote.quote-light h2,
blockquote.quote-light h3,
blockquote.quote-light h4,
blockquote.quote-light h5,
blockquote.quote-light h6 {
  color: #f8f9fa;
}
blockquote.quote-dark {
  border-color: #343a40;
}
blockquote.quote-dark h1,
blockquote.quote-dark h2,
blockquote.quote-dark h3,
blockquote.quote-dark h4,
blockquote.quote-dark h5,
blockquote.quote-dark h6 {
  color: #343a40;
}
blockquote.quote-blue {
  border-color: #007bff;
}
blockquote.quote-blue h1,
blockquote.quote-blue h2,
blockquote.quote-blue h3,
blockquote.quote-blue h4,
blockquote.quote-blue h5,
blockquote.quote-blue h6 {
  color: #007bff;
}
blockquote.quote-indigo {
  border-color: #6610f2;
}
blockquote.quote-indigo h1,
blockquote.quote-indigo h2,
blockquote.quote-indigo h3,
blockquote.quote-indigo h4,
blockquote.quote-indigo h5,
blockquote.quote-indigo h6 {
  color: #6610f2;
}
blockquote.quote-purple {
  border-color: #6f42c1;
}
blockquote.quote-purple h1,
blockquote.quote-purple h2,
blockquote.quote-purple h3,
blockquote.quote-purple h4,
blockquote.quote-purple h5,
blockquote.quote-purple h6 {
  color: #6f42c1;
}
blockquote.quote-pink {
  border-color: #e83e8c;
}
blockquote.quote-pink h1,
blockquote.quote-pink h2,
blockquote.quote-pink h3,
blockquote.quote-pink h4,
blockquote.quote-pink h5,
blockquote.quote-pink h6 {
  color: #e83e8c;
}
blockquote.quote-red {
  border-color: #dc3545;
}
blockquote.quote-red h1,
blockquote.quote-red h2,
blockquote.quote-red h3,
blockquote.quote-red h4,
blockquote.quote-red h5,
blockquote.quote-red h6 {
  color: #dc3545;
}
blockquote.quote-orange {
  border-color: #fd7e14;
}
blockquote.quote-orange h1,
blockquote.quote-orange h2,
blockquote.quote-orange h3,
blockquote.quote-orange h4,
blockquote.quote-orange h5,
blockquote.quote-orange h6 {
  color: #fd7e14;
}
blockquote.quote-yellow {
  border-color: #ffc107;
}
blockquote.quote-yellow h1,
blockquote.quote-yellow h2,
blockquote.quote-yellow h3,
blockquote.quote-yellow h4,
blockquote.quote-yellow h5,
blockquote.quote-yellow h6 {
  color: #ffc107;
}
blockquote.quote-green {
  border-color: #28a745;
}
blockquote.quote-green h1,
blockquote.quote-green h2,
blockquote.quote-green h3,
blockquote.quote-green h4,
blockquote.quote-green h5,
blockquote.quote-green h6 {
  color: #28a745;
}
blockquote.quote-teal {
  border-color: #20c997;
}
blockquote.quote-teal h1,
blockquote.quote-teal h2,
blockquote.quote-teal h3,
blockquote.quote-teal h4,
blockquote.quote-teal h5,
blockquote.quote-teal h6 {
  color: #20c997;
}
blockquote.quote-cyan {
  border-color: #17a2b8;
}
blockquote.quote-cyan h1,
blockquote.quote-cyan h2,
blockquote.quote-cyan h3,
blockquote.quote-cyan h4,
blockquote.quote-cyan h5,
blockquote.quote-cyan h6 {
  color: #17a2b8;
}
blockquote.quote-white {
  border-color: #ffffff;
}
blockquote.quote-white h1,
blockquote.quote-white h2,
blockquote.quote-white h3,
blockquote.quote-white h4,
blockquote.quote-white h5,
blockquote.quote-white h6 {
  color: #ffffff;
}
blockquote.quote-gray {
  border-color: #6c757d;
}
blockquote.quote-gray h1,
blockquote.quote-gray h2,
blockquote.quote-gray h3,
blockquote.quote-gray h4,
blockquote.quote-gray h5,
blockquote.quote-gray h6 {
  color: #6c757d;
}
blockquote.quote-gray-dark {
  border-color: #343a40;
}
blockquote.quote-gray-dark h1,
blockquote.quote-gray-dark h2,
blockquote.quote-gray-dark h3,
blockquote.quote-gray-dark h4,
blockquote.quote-gray-dark h5,
blockquote.quote-gray-dark h6 {
  color: #343a40;
}
blockquote.quote-lightblue {
  border-color: #3c8dbc;
}
blockquote.quote-lightblue h1,
blockquote.quote-lightblue h2,
blockquote.quote-lightblue h3,
blockquote.quote-lightblue h4,
blockquote.quote-lightblue h5,
blockquote.quote-lightblue h6 {
  color: #3c8dbc;
}
blockquote.quote-navy {
  border-color: #001f3f;
}
blockquote.quote-navy h1,
blockquote.quote-navy h2,
blockquote.quote-navy h3,
blockquote.quote-navy h4,
blockquote.quote-navy h5,
blockquote.quote-navy h6 {
  color: #001f3f;
}
blockquote.quote-olive {
  border-color: #3d9970;
}
blockquote.quote-olive h1,
blockquote.quote-olive h2,
blockquote.quote-olive h3,
blockquote.quote-olive h4,
blockquote.quote-olive h5,
blockquote.quote-olive h6 {
  color: #3d9970;
}
blockquote.quote-lime {
  border-color: #01ff70;
}
blockquote.quote-lime h1,
blockquote.quote-lime h2,
blockquote.quote-lime h3,
blockquote.quote-lime h4,
blockquote.quote-lime h5,
blockquote.quote-lime h6 {
  color: #01ff70;
}
blockquote.quote-fuchsia {
  border-color: #f012be;
}
blockquote.quote-fuchsia h1,
blockquote.quote-fuchsia h2,
blockquote.quote-fuchsia h3,
blockquote.quote-fuchsia h4,
blockquote.quote-fuchsia h5,
blockquote.quote-fuchsia h6 {
  color: #f012be;
}
blockquote.quote-maroon {
  border-color: #d81b60;
}
blockquote.quote-maroon h1,
blockquote.quote-maroon h2,
blockquote.quote-maroon h3,
blockquote.quote-maroon h4,
blockquote.quote-maroon h5,
blockquote.quote-maroon h6 {
  color: #d81b60;
}
html h2 {
    padding: 0.25rem;
    margin-top: 1rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    position: relative;
}
html h3{
    font-size: 1.75rem;
    font-family: system-ui, -apple-system, /* Firefox supports this but not yet `system-ui` */ 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    margin-bottom: 0.5rem;
    font-weight: 500;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
nav ul{
    margin-bottom: 0;
}

.blog-content-style ul {
  margin-left: 25px;
}


.slider--teams {
  position: relative;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.slider--teams .slider--teams__team {
  position: relative;
  overflow: hidden;
}

#list {
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#list li {
  position: relative;
  display: inline-block;
  float: left;
}
.sub-menu-red #list li{
    padding: 5px 15px;
}
.sub-menu-red #list li:not(:first-child){
    display: none;
}
.sub-menu-red #list:hover li:not(:first-child),.sub-menu-red #list:active li:not(:first-child){
    display: block;
}
#list li figure {
  cursor: pointer;
  margin: 1em;
  opacity: 0.5;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: opacity 450ms ease-in-out, -webkit-transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 450ms ease-in-out;
  transition: transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 450ms ease-in-out, -webkit-transform 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transform: scale(0.5) translateZ(0px);
          transform: scale(0.5) translateZ(0px);
}
#list li figure:hover {
  opacity: 0.8;
  -webkit-transform: scale(0.6) translateZ(0px);
          transform: scale(0.6) translateZ(0px);
}
#list li figure:active {
  opacity: 1;
  -webkit-transform: scale(0.7) translateZ(0px);
          transform: scale(0.7) translateZ(0px);
}
#list li figure > div {
  border-radius: 5px;
  position: relative;
  margin: 2rem auto;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
}
#list li figure > div > div {
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/953/teams.jpg) no-repeat;
  background-size: cover;
  background-position: 0px 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 100px;
  -webkit-transform: rotate(-45deg) translate(0%, -70%);
          transform: rotate(-45deg) translate(0%, -70%);
}
#list li figure figcaption a {
  color: white;
  font-size: 1.6rem;
  font-weight: 800;
}

#list li:nth-child(1) figure > div > div {
  background-position: 0px 0px !important;
}
#list li:nth-child(2) figure > div > div {
  background-position: 0px 20% !important;
}
#list li:nth-child(3) figure > div > div {
  background-position: 0px 40% !important;
}
#list li:nth-child(4) figure > div > div {
  background-position: 0px 60% !important;
}
#list li:nth-child(5) figure > div > div {
  background-position: 0px 80% !important;
}
#list li:nth-child(6) figure > div > div {
  background-position: 0px 100% !important;
}

.active {
  opacity: 1 !important;
  -webkit-transform: scale(1) translateZ(0px) !important;
          transform: scale(1) translateZ(0px) !important;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}
.mobile-hide{
    display:revert;
}
.h-61{
    height: 16rem;
}
@media(max-width: 600px) {

  .mobile-hide{
        display:none;
    }
  
}
@media(max-width: 800px) {

    .map-container.pl-20{
        padding-left:5%;
    }
    .map-container.pr-20{
        padding-right:5%;
    }
  
}
html body .encart-head h1{
    font-family: "Syne", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
#nav-dropdown li.hover-977{
	background-color: #F75C03;
	color:#fff;
}
#nav-dropdown li.hover-977 a{
	color:#fff !important;
}