@font-face {
    font-family: 'D-DIN';
    src: url('../fonts/D-DIN/D-DIN-Italic.eot');
    src: url('../fonts/D-DIN/D-DIN-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/D-DIN/D-DIN-Italic.woff2') format('woff2'),
        url('../fonts/D-DIN/D-DIN-Italic.woff') format('woff'),
        url('../fonts/D-DIN/D-DIN-Italic.ttf') format('truetype'),
        url('../fonts/D-DIN/D-DIN-Italic.svg#D-DIN-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
	font-display: swap;
}

@font-face {
    font-family: 'D-DIN Condensed';
    src: url('../fonts/D-DIN/D-DINCondensed.eot');
    src: url('../fonts/D-DIN/D-DINCondensed.eot?#iefix') format('embedded-opentype'),
        url('../fonts/D-DIN/D-DINCondensed.woff2') format('woff2'),
        url('../fonts/D-DIN/D-DINCondensed.woff') format('woff'),
        url('../fonts/D-DIN/D-DINCondensed.ttf') format('truetype'),
        url('../fonts/D-DIN/D-DINCondensed.svg#D-DINCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'D-DIN Condensed';
    src: url('../fonts/D-DIN/D-DINCondensed-Bold.eot');
    src: url('../fonts/D-DIN/D-DINCondensed-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/D-DIN/D-DINCondensed-Bold.woff2') format('woff2'),
        url('../fonts/D-DIN/D-DINCondensed-Bold.woff') format('woff'),
        url('../fonts/D-DIN/D-DINCondensed-Bold.ttf') format('truetype'),
        url('../fonts/D-DIN/D-DINCondensed-Bold.svg#D-DINCondensed-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'D-DIN Exp';
    src: url('../fonts/D-DIN/D-DINExp-Bold.eot');
    src: url('../fonts/D-DIN/D-DINExp-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/D-DIN/D-DINExp-Bold.woff2') format('woff2'),
        url('../fonts/D-DIN/D-DINExp-Bold.woff') format('woff'),
        url('../fonts/D-DIN/D-DINExp-Bold.ttf') format('truetype'),
        url('../fonts/D-DIN/D-DINExp-Bold.svg#D-DINExp-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'D-DIN';
    src: url('../fonts/D-DIN/D-DIN.eot');
    src: url('../fonts/D-DIN/D-DIN.eot?#iefix') format('embedded-opentype'),
        url('../fonts/D-DIN/D-DIN.woff2') format('woff2'),
        url('../fonts/D-DIN/D-DIN.woff') format('woff'),
        url('../fonts/D-DIN/D-DIN.ttf') format('truetype'),
        url('../fonts/D-DIN/D-DIN.svg#D-DIN') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'D-DIN';
    src: url('../fonts/D-DIN/D-DIN-Bold.eot');
    src: url('../fonts/D-DIN/D-DIN-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/D-DIN/D-DIN-Bold.woff2') format('woff2'),
        url('../fonts/D-DIN/D-DIN-Bold.woff') format('woff'),
        url('../fonts/D-DIN/D-DIN-Bold.ttf') format('truetype'),
        url('../fonts/D-DIN/D-DIN-Bold.svg#D-DIN-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'D-DIN Exp';
    src: url('../fonts/D-DIN/D-DINExp.eot');
    src: url('../fonts/D-DIN/D-DINExp.eot?#iefix') format('embedded-opentype'),
        url('../fonts/D-DIN/D-DINExp.woff2') format('woff2'),
        url('../fonts/D-DIN/D-DINExp.woff') format('woff'),
        url('../fonts/D-DIN/D-DINExp.ttf') format('truetype'),
        url('../fonts/D-DIN/D-DINExp.svg#D-DINExp') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'D-DIN Exp';
    src: url('../fonts/D-DIN/D-DINExp-Italic.eot');
    src: url('../fonts/D-DIN/D-DINExp-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/D-DIN/D-DINExp-Italic.woff2') format('woff2'),
        url('../fonts/D-DIN/D-DINExp-Italic.woff') format('woff'),
        url('../fonts/D-DIN/D-DINExp-Italic.ttf') format('truetype'),
        url('../fonts/D-DIN/D-DINExp-Italic.svg#D-DINExp-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
	font-display: swap;
}


/* Suppresion style défaut navigateur*/
body{
	overflow-x: hidden;
}
:focus {
    outline: transparent auto 0px;
}
a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
	font-family: "D-DIN",Arial,Helvetica,sans-serif;
}
.relative{
	position: relative;
}
.center-absolute {
    position: absolute;
    top: 40%;
    left: 45%;
    background: white;
    padding: 15px 20px;
    border-radius: 40px;
    border: 2px solid white;
	font-size: 1em;
}

/**/
.bg-degrade {
    background: #00afdb;
    background: -moz-linear-gradient(left, #00afdb 0%, #a1c53a 100%);
    background: -webkit-linear-gradient(left, #00afdb 0%, #a1c53a 100%);
    background: linear-gradient(to right, #00afdb 0%, #a1c53a 100%);
}

/* Buttons */
.btn-engie {
    background: #30b6ab;
    color: #fff;
    cursor: pointer;
    border: none;
}

.btn-engie:hover {
    background: #00afdd;
}
.btn  i{
	font-size: 1.3em;
    line-height: 1;
}

.btn-radius-engie-outline,
.btn-radius-engie {
    border-radius: 30px;
    padding: 10px 30px;
    color: white;
    background: #00afdd;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: bold;
    border: 2px solid white;
}

.btn-radius-engie-outline span,
.btn-radius-engie span {
    margin-right: 15px;
}

.btn-radius-engie .svg-inline--fa {
    margin-top: 3px;
}

.btn-radius-engie:hover {
    color: #00afdd;
    background: white;
    border-color: #00afdd;
}

.btn-radius-engie-outline {
    background: white;
    color: #eee;
    border-color: #00afdd;
}

.btn-radius-engie-outline:hover {
    color: white;
    background: #00afdd;
    border-color: white;
}

/* BORDERs */
.border-engie {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 0;
    padding: 0;
    background: #00afdb;
    background: -moz-linear-gradient(left, #00afdb 0%, #a1c53a 100%);
    background: -webkit-linear-gradient(left, #00afdb 0%, #a1c53a 100%);
    background: linear-gradient(to right, #00afdb 0%, #a1c53a 100%);
}

.border-before::before {
    display: block;
    content: "";
    font-size: 4px;
    color: #00b0db;
    width: 50px;
    background-color: #00b0db;
    height: 4px;
}

.border-before-white::before {
    background-color: white;
}

/* Typo */
body {
    color: #575656;
}


.sous-titre {
    display: block;
    text-transform: uppercase;
    font-size: 0.6em;
}
.bold{
	font-weight: bold;
}
.text-light {
	font-family: 'Open Sans', sans-serif;
}
.text-condensed {
	font-family: 'DIN', sans-serif;
}
.font-30 {
    font-size: 30px;
}
.font-1{
	font-size: 13px;
}
.font-2{
	font-size: 14px;
}
.font-3{
	font-size: 16px;
}
.font-4{
	font-size: 17px;
}

/* COULEURS*/
.teal {
    color: #0dab96;
}

.bg-teal {
    background: #0dab96;
}

.bg-light-blue {
    background: #00b0db;
}

.light-blue {
    color: #00b0db;
}

.border-light-blue {
	border: 3px solid #00b0db;
}

.white {
    color: white;
}

.grey {
    color: #575656;
}
.grey-50{
	color: #f7f7f7
}
.bg-grey-50{
	background-color: #f7f7f7
}
.grey-100{
	color: #e0e0e0;
}
.bg-grey-100{
	background-color: #e0e0e0;
}
.niagara {
    color: #0DAB96;
}

a.niagara:hover {
    color: #00b0db;
}

.bg-dark {
    background: #333 !important;
}
.white-70{
	color: rgba(255, 255, 255, 0.7);
}
.white-40{
	color: rgba(255, 255, 255, 0.4);
}
	
	a.white-70:hover,
	.white-70:hover{
		color: rgb(255, 255, 255)!important;
	}
@media (max-width: 1200px) {
	#bandeau .font-1{
		font-size: 10px;
	}
}
/* HEADER */
#container-logo {
    min-height: 120px;
}
#container-logo img{
	max-height: 110px;
	max-width: 100%;
	width: auto;
}

@media (max-width: 992px) {
    #container-logo {
        min-height: auto;
    }
}

#alerte_header a:hover{
	color: white;
}

/* MENU */
.navbar {
    padding: 0;
	height: 120px;
}
@media (max-width: 992px){
	.navbar {
		height: initial;
	}	
}

#menu {
    height: 120px;
    min-height: 120px;
    width: 100%;
}

#menu svg{
	margin-right: 0;
}

@media (max-width: 992px){
	#menu  {
		 height: auto;
	}	
	
	#menu li:hover .sous-menu, 
	#menu li:active .sous-menu{
		display: none!important;
	}

	#menu li.active .sous-menu {
		display: block!important;
	}
	
	#menu svg{
		margin-right: 1.25em;
	}
	
	#menu .border-engie{
		display: none!important;
	}
}


#menu a {
    color: #575656;
	font-family: "D-DIN", Arial, Helvetica, sans-serif;
}

#menu li a:hover {
    text-decoration: none;
}

#menu li {
    position: relative;
}

#menu li:hover .sous-menu, 
#menu li:active .sous-menu{
/*	
#menu li.active .sous-menu {
*/
    display: block;
}

.sous-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 120px;
    width: 100%;
	min-width: 200px;
    z-index: 99;
    list-style: none;
    padding-left: 0;
	padding: 12px 0;
    background: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 5%);
}

@media (max-width: 992px) {
    header .row {
        margin: 0;
    }

    .sous-menu {
        position: relative;
        top: 0;
        background: #0dab96;
    }

    #menu .sous-menu a {
        color: white;
    }

    #menu li {
        position: relative;
        flex: none !important;
        display: block !important;
        width: 100%;
    }

    #menu a {
        width: 100%;
        padding: 10px 20px;
        border-bottom: 1px solid #e4e3e3;
        display: block;
    }
	
	#menu .sous-menu li:last-child a{
		  border-bottom: 1px solid transparent;
	}
}

.sous-menu a {
	display: inline-flex;
    padding: 10px 20px 10px 13px;
    line-height: 13px;
    font-size: 13px;
    height: 46px;
    align-items: center;
    width: 100%;
}

.sous-menu a span{
	display: block;
	margin-left: 10px;
    width: 75%;
}

.sous-menu i {
    font-size: 0.9em;
    margin-right: 0;
}

#menu .sous-menu a:hover {
    background: #00afdb;
    background: -moz-linear-gradient(left, #00afdb 0%, #a1c53a 100%);
    background: -webkit-linear-gradient(left, #00afdb 0%, #a1c53a 100%);
    background: linear-gradient(to right, #00afdb 0%, #a1c53a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00afdb', endColorstr='#a1c53a', GradientType=1);
    color: white;
}

#menu li .border-engie {
    transition: width 0.2s;
}

#menu li:hover .border-engie {
    width: 100%;
}


#menu-lateral a{
	color: #0dab96;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler span {
   display: block;
   background-color: #444;
   height: 3px;
   width: 25px;
   margin-top: 4px;
   margin-bottom: 4px;
   -webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
   position: relative;
   left: 0;
   opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
   -webkit-transition: transform .35s ease-in-out;
   -moz-transition: transform .35s ease-in-out;
   -o-transition: transform .35s ease-in-out;
   transition: transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}


/* CARROUSEL */
.carousel-caption {
    top: 20px;
    bottom: auto;
    text-align: left;
}

.carousel-caption h5 {
    font-size: 40px;
    color: white;
}

.carousel-caption .btn .fa-sm {
    width: 0;
    overflow: hidden;
    transition: width 1s;
}

.carousel-caption .btn:hover {
    border-color: white;
    background: white;
    color: #28a745;
}

.carousel-caption .btn:hover .fa-sm {
    width: auto;
}

.carousel-caption .btn {
    border-radius: 30px;
    transition: all 0.2s;
}
.carousel-inner{
	height: 400px;
}
.carousel-inner img{ 
	position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    /* -webkit-transform: translateY(-50%); */
    /* -moz-transform: translateY(-50%); */
    /* -o-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
	text-indent: -10000px
}
.carouselPage .carousel-inner img{ 
	position: absolute;
	 -webkit-transform: none;
    -moz-transform:  none;
    -o-transform: none;
    transform:  none;
	text-indent: -10000px
}
.carousel-caption .container{
	padding: 2em 2em 4em 2em;
	background: rgba(0,0,0,.3);
}
.carousel-caption .container .btn{
	position: relative;
    float: right;	
}
/* COINTENT */
.p-80 {
    padding: 80px 0;
}

.content h2 {
	color: #0DAB96;
	padding-bottom: 25px;
}

.content h2:not(:first-child) {
	margin-top: 50px;
}

.content p ,
.content li {
	font-size: 14px;
    line-height: 22px;
    font-family: Open Sans;
    color: #808080;
	overflow-wrap: break-word;
	margin-bottom: 1rem;
}

.content li > p {
	display: inline;
}

.content h3 {
    font-weight: 300;
    color: #63C3D1;
    font-family: "DIN-Regular",Arial,Helvetica,sans-serif;
    font-size: 18px;
    margin-top: 50px;
    margin-bottom: 25px;
    display: block;
}

.content h2::before {
    display: block;
    content: "";
    font-size: 4px;
    color: #00b0db;
    width: 50px;
    background-color: #00b0db;
    height: 4px;
	margin-bottom: 30px;
}

.actu{
	border: 1px solid #eee;
	padding: 0;
	margin-bottom: 30px;
	max-height: 250px;
	box-sizing: content-box;
}

.actu.big-border{
	border-width: 3px;
}

.article-alert .attention {
	background: url('/images/coin_alerte.png') top left no-repeat;
	width: 100px;
    height: 50px;
    position: absolute;
}

.article-alert{
	border:solid thin #f30;
}

.actu:hover{
	box-shadow: 0 10px 20px #eee;
}
.actu-image{
	max-width: 350px;
	padding: 0;
	overflow: hidden;
}

.date-actu {
    position: absolute;
    right: 15px;
    top: 0;
}
.actu .date-actu{
	 right: 0;
}
.content p.jour,
.jour {
    font-size: 2em;
    line-height: 1;
	color: white;
}
.content p.mois,
.mois,
.content p.annee,
.annee {
    line-height: 1;
	color: white;
	font-size: 21px;
}

.overlay{
	position: relative;
	overflow: hidden;
}
.pointer, .overlay:hover{
	cursor: pointer;
}
.mask {
	position: absolute;
	top: 0;
	right: 15px;
	left: 15px;
	bottom: 0;
	line-height: 250px;
    text-align: center;
    font-size: 23px;
	background-image: linear-gradient(#00afdb4d, #a1c53a4d);
}

.mask-hover{
	position: absolute;
	opacity: 0.5;
	right: -100px;
	top: 65px;
	font-size: 100px;
	-webkit-transition: all .3s ease-in-out;
	color: white;
}

.mask:hover .mask-hover{
	right: 0;
}





@media (max-width: 992px) {
    .p-80 {
        padding: 40px 0;
    }
	.actu  h4 {
		font-size: 15px;
	}
	.actu {
		width: 96%;
		margin: 0 auto 30px;
		max-height: 250px;
		overflow: hidden;
	}
	
	.card-text{
		height: 70px;
		overflow: hidden;
		text-align: left!important;
	}
}

.p-55 {
    padding: 55px 0;
}



.card-body{
	padding: 30px;
}
.card-text{
	font-family: 'Open Sans', no-serif;
	font-size: 13px;
}

/* slider */
.slick-dots li button:before {
    font-size: 8px;
}

.white .slick-dots li button:before {
    color: #fff;
}

.slick-dots li.slick-active button:before {
    display: block;
    content: "";
    font-size: 4px;
    width: 10px;
    margin-top: 5px;
    margin-left: 5px;
    height: 10px;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid #00b0db;
}

.white .slick-dots li.slick-active button:before {
    border: 1px solid white;
}

/*
 * LOADER
 */

#loader{
	 min-height: 100%; 
	 min-width: 100%;
	 position: fixed;
	 top: 0;
	 left: 0;
	 background: rgba(0,0,0,.5);
	 display: none;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: calc(50vh - 6em) calc(50vw - 6em);
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*
 *	LOGIN FORM
 */
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);

body.login{
    margin: 0;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    background-color: #f5f8fa;
	background:
        linear-gradient(to left top, 
			rgba(0,95,170, 1) 0%/*bottom-right color*/, 
			rgba(255, 0, 255, 0.5) 50% /*middle color*/, 
			rgba(0,90,120, 1) 100% /*top-left color*/),
        linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 1))/*"faked" black background make sure to add last or it will appear before the transparent/colored layer*/;
}

.login-form{
	font-family: Raleway, sans-serif;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.login-form .row{
	margin-left: 0;
	margin-right: 0;
}

.login-form .input-group-text{
	border-radius: .25rem 0 0 .25rem;
}


#situationMap{
	width: 100%;
	min-height: 400px;
}
.card{
	border: none;
}
    /* the slides */
.slick-slide{
	overflow: hidden;
}
#carouselMixEnergetique .slick-slide,
#carouselTravaux .slick-slide {
    margin: 0 10px;
	padding: 0;
  }
  /* the parent */
#carouselMixEnergetique .slick-list,
#carouselTravaux .slick-list {
    margin: 0 -10px;
  }
  
  
  
.input-simulation, .btn-simulation {
	height: 100%;
	margin-top: 0!important;
	padding: 10px 5px;
	font-size: 14px;
}

.input-simulation, .btn-simulation.active {
    background: var(--couleur-primaire)!important;
    color: var(--couleur-primaire-texte)!important;
    border-color: var(--couleur-primaire)!important;
}


.cookie {
	position: fixed;
    bottom: 0;
    width: 100%;
    background-color: white;
    min-height: 70px;
    padding: 15px;
	z-index: 10;
    box-shadow: 0px -2px 3px 2px rgb(72 72 72 / 20%);
	max-width: 100vw;
}

.gm-style .gm-style-iw-c {	
    padding: 0 !important;
}

.gm-style .gm-style-iw-d {
	height: 100% !important;
    padding: 8px 16px 16px 16px !important;
    overflow: auto !important;
}

.ge-content iframe,
.ge-content img{
	max-width: 100%;
}

#popup .close:hover{
	border-radius: 0px;
}

.btn-tooltip:focus{
	box-shadow: none;
				 
}

.invisible-link, .invisible-link:hover{
	color: inherit;
	cursor: text;
	text-decoration: none;
}

#meteo-liste{
	border-radius: 40px; 
	padding: 20px 40px;
}
#meteo-liste li{
	color: #fff;
}
#meteo-liste li::before{
	color: #fff!important;
}


.meteo-jour:hover,
.meteo-jour{
	background-image: url('../images/meteo_fond.png');
	color: #fff!important;
	padding: 45px 25px 10px 10px;
	border-radius: 20px;
	line-height: 1;
	font-size: 15px;
	box-shadow: 0px 3px 6px rgb(75 75 75 / 18%);
	background-size: cover;
	opacity: .5;
	border:0;
}
.meteo-jour:hover{
	opacity: 1;
}
.meteo-jour.aujourdhui{
	opacity: 1;
	padding: 35px 23px;
	text-align: center;
    align-items: center;
}
.meteo .jour {
	font-size: 19px;
}
.meteo-legende{
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 15px;
}
#meteo-horaires{
	margin-left: 35px;
}
#meteo-horaires li{
	width: 60px;
}
#meteo-titre .mobile{
	display:none;
}
#meteo-titre .ordi{
	display:block;
}
.meteo-indicateur{
	width: 60px;
	height: 15px;
	margin-right: 3px;
	background: #ddd;
}
.tranches li:first-child{
	border-radius: 5px 0 0 5px;
}
.tranches li:last-child{
	border-radius: 0 5px 5px 0;
}
.normal:hover,
.normal{
	background-color: #a7df70;
}
.vigilant:hover,
.vigilant{
	background-color: #f3b96f;
}
.tension:hover,
.tension{
	background-color: #f45f5f;
}

#meteo-ecogestes .collapse{
	margin: 20px 0;
	box-shadow: 0px 3px 6px rgb(75 75 75 / 18%);
	border-radius: 20px;
}

#meteo-ecogestes header{
	padding:0 25px 0 170px;
	font-weight: bold;
	font-size: 18px;
	box-shadow: 0px 3px 6px rgb(75 75 75 / 18%);
	border-radius: 20px;
}
#meteo-ecogestes header:hover{
	cursor: pointer;
}

#meteo-ecogestes header .fa-chevron-up{
	display: inline-block;
}
#meteo-ecogestes header.collapsed .fa-chevron-up{
	display: none;
}
#meteo-ecogestes header .fa-chevron-down{
	display: none;
}
#meteo-ecogestes header.collapsed .fa-chevron-down{
	display: inline-block;
}

.meteo-jour .ordi{
	display: block;
}

.meteo-jour .mobile{
	display: none;
}

@media (max-width:768px) {
	.meteo-jour .mobile{
		display: block;
	}

	.meteo-jour .ordi{
		display: none;
	}

	.meteo-jour.aujourdhui,
	.meteo-jour{
		background-image: url('https://dev.rezomee.fr/images/meteo_fond.png');
		color: #fff!important;
		border-radius: 20px;
		line-height: 1;
		box-shadow: 0px 3px 6px rgb(75 75 75 / 18%);
		background-size: cover;
		border:0;
		font-size: 13px;
		height: 90px;
		width: 65px;
		padding: 10px;
		margin-top: 5px;
	}

	.meteo-jour:hover{
		padding: 10px;
		font-size: 13px;
	}

	.meteo-jour {
		opacity: .5;
	}

	.meteo-indicateur{
		width: 35px;
		height: 15px;
		margin-right: 3px;
	}

	#meteo-horaires{
		margin-left: 0;
	}

	#meteo-horaires li{
		width: 35px;
		font-size: 12px;
	}

	#meteo-ecogestes header {
		padding: 0 25px 0 170px;
		font-weight: bold;
		font-size: 14px;
	}

	#meteo-titre .mobile{
		display: block;
	}
	#meteo-titre .ordi{
		display: none;
	}

	#meteo-ecogestes header{
		min-height: 65px;
		height: auto!important;
		background-size: 150px 100%!important;
	}
}

.bold_contact {font-weight:bold;color:#393939}