
div#divwidgetoptionwayhome{
	padding-top:1rem;
	margin-bottom:-10rem;
}
#vol-widget{background-color: #f8fafa !important;padding-top: 1rem !important;width: 100% !important;max-width: none !important;}



div#divlistevols{display:table;width:100%;margin:1rem;border-spacing: 1px;}
div#divlistevols div#divlistevols_header,div#divlistevols div.divlistevols_row{display:table-row;}
div#divlistevols div#divlistevols_header .divlistevols_col{background-color:#024990;color:white;padding:0.7rem;box-shadow: 0 1px 2px rgba(0,0,0,.15);}
div#divlistevols div.divlistevols_row .divlistevols_col{background-color:#fff;padding:0.5rem;}
div#divlistevols div#divlistevols_header .divlistevols_col,div#divlistevols div.divlistevols_row .divlistevols_col{display:table-cell ;}

.Site-footer__columns {
    border-top: none;
}

.Site-footer__socials {
    border-top: none;
}

.quick_access__list {
    max-width: 1140px;
    max-width: 71.25rem;
    margin: 0 auto;
    padding: 0 0.9375rem;
    position: relative;
    background-color : #f8fafa;
}

.quick_access__list.top__list .quick_access {
    border-top: 0 none;
    width: 20%;
}

.quick_access__list .quick_access {
    transition: all,.3s;
    border-right: 1px solid #f0f2f5;
    border-right: 0.0625rem solid #f0f2f5;
    border-top: 1px solid #f0f2f5;
    border-top: 0.0625rem solid #f0f2f5;
    float: left;
    height: 156px;
    height: 9.75rem;
    text-align: center;
    text-decoration: none;
    width: 50%;
}

.quick_access__list .quick_access__img img {
    max-height: 100%!important;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.Hero__title + p{text-align:center;}

.Table__row {
    line-height: 22px;
}
.Table__column {
    padding-top: 10px;
    padding-bottom: 0;
}

.quick_access__list.top__list .quick_access:hover:last-child .quick_access__title, .quick_access__list.top__list .quick_access:last-child .quick_access__title {
    color: #fff;
}

.quick_access__list .quick_access:hover .quick_access__title {
    color: #0061c2;
}

.quick_access__list .quick_access:hover {
    transform: scale(1.1);
    box-shadow: 0 0 27px rgba(0,0,0,.1);
    box-shadow: 0 0 1.6875rem rgba(0,0,0,.1);
    background: #fff;
}

p{text-align:justify;}
ul p{text-align:left;}

.quick_access__list.top__list .quick_access:last-child {
    background: #0061c2;
    border-right: 0 none;
}

.quick_access__list.top__list .quick_access:hover:last-child {
    background: #004990;
}

.quick_access__list .quick_access__img {
    height: 110px;
    height: 6.875rem;
    position: relative;
}

.quick_access__list .quick_access__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.1em;
    padding: 0.3125rem 0 0;
}

.Card-list {
    margin-bottom: 1rem;
}

.col-md-4 {
	-webkit-box-flex: 0;
	display:inline-block;
}


.webform-submission-form{
	 padding: 2rem;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    margin-bottom: 2rem;
    margin-top: -3rem;
}
#formrgpd{
	font-size: 0.9rem;
    line-height: 1rem;
    background-color: #f6f6f6;
    margin-top: -2rem;
    margin-bottom: -2rem;
    padding: 2rem;
}

.webform-section-title{font-size:1.8rem;}
span.js-label label{display:none;}

.webform-submission-suggestions-et-reclamations-node-540-form #edit-submit,.webform-submission-add-form #edit-submit{
    background-color: #024990;
    color: white;
    padding: 0.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin-top: 2rem;
}

#videoIframeint{
	bottom: 0;
	max-width: 100%;
	margin: auto;
	left: 0;
	right: 0;
	height:280px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	top: 0;
	z-index:1000;
}
/********* Préparer son départ *************/
.Eco_Page .Eco__step.active {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.Eco_Page .Eco__step {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 1;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.Eco_Page .Eco__step-heading {
    display: -webkit-box;
    display: flex;
    border-radius: 10px;
    background: #fff;
    padding: 20px;
    width: 100%;
    box-shadow: 0 48px 19px rgba(0,0,0,.01), 0 27px 16px rgba(0,0,0,.05), 0 12px 12px rgba(0,0,0,.09), 0 3px 7px rgba(0,0,0,.1), 0 0 0 rgba(0,0,0,.1);
}
.Eco_Page .Eco__step-heading {
    display: -webkit-box;
    display: flex;
    border-radius: 10px;
    background: #fff;
    padding: 20px;
    width: 100%;
    box-shadow: 0 48px 19px rgba(0,0,0,.01), 0 27px 16px rgba(0,0,0,.05), 0 12px 12px rgba(0,0,0,.09), 0 3px 7px rgba(0,0,0,.1), 0 0 0 rgba(0,0,0,.1);
}
.Eco_Page .Eco__step-number {padding: 4px 32px 0 4px;}
.Eco_Page .Eco__step-heading-content {
    -webkit-box-flex: 1;
    flex: 1;
    color: #000;
}
.Eco_Page .Eco__popup-wrapper {
    position: relative;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    max-height: 0;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: 0;
    box-shadow: 0 48px 19px rgba(0,0,0,.01), 0 27px 16px rgba(0,0,0,.05), 0 12px 12px rgba(0,0,0,.09), 0 3px 7px rgba(0,0,0,.1), 0 0 0 rgba(0,0,0,.1);
}
.Eco_Page .Eco__step-path {
    fill: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    z-index: -1;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.Eco_Page .Eco__step:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}

.padding-y-6 {
    padding-top: 60px;
    padding-bottom: 60px;
}


.Eco_Page .Eco__step-path.active .Eco__step-path--line {
    -webkit-animation: pathLine 2s ease-in-out forwards;
    animation: pathLine 2s ease-in-out forwards;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-play-state: running;
    animation-name: pathLine;
}

.Eco_Page .Eco__step-path--line {
    stroke-width: 4px;
    stroke-opacity: .4;
    stroke: #000;
    stroke-dasharray: 900;
    stroke-dashoffset: 900;
}

svg:not([fill]) {fill: currentColor;}
svg:not(:root) {
    overflow-clip-margin: content-box;
    overflow: hidden;
}
:not(svg) {
    transform-origin: 0px 0px;
}
/*
.Eco_Page .Eco__step-path.active .Eco__step-path--line {
    -webkit-animation: pathLine 2s ease-in-out forwards;
    animation: pathLine 2s ease-in-out forwards;
}*/

.Eco_Page .Eco__step-path--line {
    stroke-width: 4px;
    stroke-opacity: .4;
    stroke: #000;
    stroke-dasharray: 900;
    stroke-dashoffset: 900;
}

h2.h2anepasmanquer{padding-bottom:2rem;}
div#divanepasmanquer{display:table;width:100%;}
div#divanepasmanquer .divanepasmanquer_item{display:table-cell;width:50%;padding:0.5rem;}
div#divanepasmanquer .divanepasmanquer_item img{box-shadow: 0 2px 4px rgba(0,0,0,.2);max-width:100%;}

.Eco_Page .Eco__step-path--dash {
    stroke-width: 5px;
    stroke: #024990;
    stroke-dasharray: 23 23;
}
/*
@-webkit-keyframes pathLine {
    0% {
        stroke-dashoffset: 940
    }

    to {
        stroke-dashoffset: 0
    }
}

@keyframes pathLine {
    0% {
        stroke-dashoffset: 940
    }

    to {
        stroke-dashoffset: 0
    }
}*/

.Widget-real-time-flight__navigation li:nth-child(1) {order: 2;}
.Widget-real-time-flight__navigation li:nth-child(2) {order: 1;}
.Flight__header__body .Flight__column:nth-child(2),.Flight__header__body .Flight__column:nth-child(3){display:none;}
.Flight__body .Flight__column:nth-child(2),.Flight__body .Flight__column:nth-child(3){display:none;}
.Flight-plan__inner, .Flight-plan__arrival, .Flight__link{display:none;}
#real-time-flight-departures-tab .Widget__group:nth-child(2),#real-time-flight-departures-tab .Widget__group:nth-child(3),#real-time-flight-departures-tab .Widget__group:nth-child(4){display:none !important;}
#real-time-flight-arrivals-tab .Widget__group:nth-child(2),#real-time-flight-arrivals-tab .Widget__group:nth-child(3),#real-time-flight-arrivals-tab .Widget__group:nth-child(4){display:none !important;}
.Widget-real-time-flight .Widget__group:nth-child(1) { width: 95%;}
.Widget-real-time-flight__navigation button.is-active { background-color: #ffffff !important; color: #024990;}
.Real-time-flight-page__widget{background-color:white;}
.flights .Site-container{padding:1rem;padding-top:0;padding-bottom:0;}

div.divsocialbas{padding-bottom: 1.5rem;}
div.divsocialbas a{font-size: 14px;line-height: 20px;color: currentColor;text-decoration: none;margin:0.5rem;}
.Site-footer__middle{border-top: 1px solid #d5d9db;padding-top:1rem;margin-bottom: 0;margin-top:0;}
.Site-footer__middle .row:not(.no-gutters) {margin-bottom: 1.5rem;}

.Enjoy__icon svg {fill: #0061c3 !important;}

#parking-widget[hidden]{display: none;}
.widget-home .col-md-4 { -webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%; display: inline-block;}
.Page__filters .col-4{-webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%;}
.Page__filters{margin-top:0;margin-bottom: 0!important;}
.Page__filters .col-4:last-child{display:none;}
#vol-widget,#suivi-vol-widget{
    padding-top: 1rem !important;
    width: 50% !important;
    max-width: none !important;
}
#vol-widget {background-color: transparent !important;}
.Hero__footer .Page__filters__item button.is-active {background-color: #ffffff;}

button.ongletvolselected{background-color: #f8fafa; color: #024990;}
.Widget-real-time-flight__navigation button.is-active{background-color: #f8fafa; color: #024990;}

/** Préparer son départ **/
.Eco_Page .Eco__popup-wrapper.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    max-height: none;
}
.Eco_Page .Eco__popup {
    width: 100%;
    max-width: 900px;
    position: relative;
    padding: 70px 30px 35px;
}
.Eco_Page .Eco__popup-wrapper {
    position: relative;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    max-height: 0;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: 0;
    box-shadow: 0 48px 19px rgba(0,0,0,.01), 0 27px 16px rgba(0,0,0,.05), 0 12px 12px rgba(0,0,0,.09), 0 3px 7px rgba(0,0,0,.1), 0 0 0 rgba(0,0,0,.1);
}
.Eco_Page .Eco__popup-close {
    position: absolute;
    right: 20px;
    top: 20px;
    border-radius: 100%;
    border: 2px solid #000;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    padding: 8px;
    stroke: #000;
    cursor: pointer;
}
.Eco_Page [data-elevator-toggle--mobile] {
    display: none;
}
.Eco_Page .Eco__popup-box-image {
    width: 93px;
    position: absolute;
    left: 0;
    top: 0;
}

.Eco_Page .Eco__popup-title {
    margin-top: 0;
    color: #024990;
    font-weight: 600;
    margin-bottom: 6px;
    line-height: 1.3;
    width: 100%;
}
/** Préparer son départ **/

.d-inline-block,
.Site-menu__footer img,
.Flight-detail__item img,
.Company__logo img,
.Travel-diary__item,
.Prepare__item,
.Alert__dismiss svg,
.Button,
.Shares__item,
.Push__link,
.Push__link::after,
.Ordered-list__item__image,
.Widget-real-time-flight .Widget__group,
.Reportage__carousel__item,
.Site-header .Logo--toulon-aeroport,
.Site-header .Logo--vinci-aeroport,
.Language-selector,
.Spin-button.Spin-button--large .Spin-button__information::before,
.Dropdown.Dropdown--center,
.Parking-page__choices__item,
.Parking-page__map__mobile,
.Parking-page__informations .Carousel__item {
  display: inline-block !important;
}


.Site-footer .Logo--toulon-aeroport {
  height: 56.4px;
  width: auto;
}

.Button.Button--primary{
	width: auto;
    margin-left: auto;
    margin-right: auto;
    height: 42px;
    line-height: 42px;
    padding-top: 0;
    background-color: #0061c3;
    border-radius: 5px;
    text-transform: uppercase;
    padding-left: 2rem;
    padding-right: 2rem;
}

.widget-home .Button.Button--primary{box-shadow: 6px 6px 16px silver;}
.Hero__subhead{text-align:center;}

.Shares, .Card-destination__aside, .Card-inspiration__aside, .Widget--track-a-flight__item__estimated, .text-align-right {display:none;}

#listeorderdeveloppement .Ordered-list__item__body::after {content: none !important;}

.Gmap_marker__header{text-align:center;height:200px;}
.Gmap_marker__header .gmap_pays{font-size:0.8rem;margin-bottom:1rem;}
#div_infos_dest_glob{text-align:center;}
#div_infos_dest_meteo{background-image: url(/themes/adl/images/meteo.png);}
#div_infos_dest_distance{background-image: url(/themes/adl/images/distance.png);}
#div_infos_dest_monnaie{background-image: url(/themes/adl/images/monnaie.png);}
#div_infos_dest_decalageh{background-image: url(/themes/adl/images/decalage-horaire.png);}
#div_infos_dest_dureev{background-image: url(/themes/adl/images/duree-vol.png);}
#div_infos_dest_langue{background-image: url(/themes/adl/images/langue.png);}
.gm-style-iw #div_infos_dest_glob{margin:0.5rem;margin-bottom:1rem;}
.gm-style-iw #div_infos_dest_glob .div_infos_dest{
	color:white;
	margin-top:0.5rem;
	font-size: 13px;
	border-radius: 5px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	padding: 10px 12px;
	margin: 0 2.5px;
	cursor: pointer;
	line-height: 1;
	display:inline-block;
	background-repeat:no-repeat;
	padding-top:30px;
	background-position: center 5px;
	margin-bottom:5px;

}
.gm-style-iw .Gmap_marker__footer__item_booking, .gm-style-iw .Gmap_marker__footer__item_details {
    width: 50%;
    text-align: center;
}
.gm-style-iw-chr {
    overflow: visible;
    text-align: center;
    display: block;
    height: 25px;
}
.gm-style-iw-chr button {
    display: block;
    border: 0px;
    margin: 0px;
    padding: 0px;
    text-transform: none;
    appearance: none;
    position: relative;
    cursor: pointer;
    user-select: none;
    width: 48px;
    height: 48px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: -22px !important;
}
.gm-style-iw button span {
    margin: 0 !important;
}

/** Bandeau et module cookies **/
div#divbandeaucookie{width:auto;background-color:#F6F6F6;border: 1px solid #C1C1C1;text-align:center;font-size:0.9rem;overflow: auto;box-sizing:border-box;}
img#imgfermer,img#imgfermermc{position:absolute;right:20px;top:20px;}

div#divmodulecookies_glob{
	position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5)!important;
    z-index: 100000;
    box-sizing: border-box;
    padding: 0!important;
    touch-action: none!important;
    pointer-events: all!important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#imgfermer,#imgfermer_mc{position:absolute;right:10px;top:10px;cursor:pointer;}
/** Bandeau et module cookies **/

@media (min-width: 992px) {
	.Parking-page__informations__card{ height: 330px;}
	
  .Site-footer .Logo--toulon-aeroport {
    height: 68px;
    width: auto;
    margin-bottom: 4px;
  }
  
  div#divsocialfooterbascap{display:none;}
  
	div.div2moities_1 div{float:left;width:47.8%;padding:1%;}
	div.div2moities_2 div{float:right;width:47.8%;padding:1%;}
	
	.gm-style-iw {
		width:400px !important;
	}
	.div_infos_dest {
		font-size: 13px;
		background: rgba(0,0,0,.7);
		border-radius: 25px;
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		padding: 10px 25px;
		margin: 0 2.5px;
		cursor: pointer;
		line-height: 1;
		display: inline-block;
		background-repeat: no-repeat;
		padding-left: 50px;
	}

}

.Site-header .Logo--toulon-aeroport {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: -10px;
  height: 40px;
  width: auto;
}

.bg-white blockquote{
	background-color: #f7f7f7;
    padding: 1.5rem;
}

.bg-grey blockquote{
	background-color: #fff;
    padding: 1.5rem;
}

div.divmoitieg{width:46%;margin-right:1%;margin-left:1%;display:inline-block;float:left;}
div.divmoitied{width:46%;margin-right:1%;margin-left:1%;display:inline-block;float:right;}
	
@media (min-width: 992px) {
  .Site-header .Logo--toulon-aeroport {
    margin-top: 13px;
    margin-bottom: 19px;
    margin-left: 0;
    height: 68px;
    width: auto;
  }
}

.Site-menu__footer img,
.Flight-detail__item img,
.Company__logo img,
.Alert__dismiss svg,
.Ordered-list__item__image,
.Widget-real-time-flight .Widget__group,
.Site-header .Logo--toulon-aeroport,
.Site-header .Logo--vinci-aeroport,
.Parking-page__map img,
.Destination__list__item,
.vertical-align-middle {
  vertical-align: middle;
}

.Site-menu__items img{margin:0.5rem;margin-bottom:0;}

img{max-width:100%;height:auto;}

li a img {
    height: 22px;
    width: 22px;
    fill: #024990 !important;
    -webkit-transition: fill .3s cubic-bezier(.19,1,.22,1);
    transition: fill .3s cubic-bezier(.19,1,.22,1);
    margin-left:0.5rem;
    margin-right:0.5rem;
    margin-top:0.8rem;
    box-sizing:border-box;
}

.Site-header__list{ color: #2d404e !important;}

.Image-caption .Site-container{max-width: 1500px !important;}

table.bordure{
	border:1px solid #A9A9A9;
	border-collapse: collapse;
}

table.bordure th,table.bordure td{
	border:1px dotted #A9A9A9;
	border-collapse: collapse;
	padding: 15px;
}

.Image-caption__body h3{color:#024990;}

.Hero--has-widget{z-index:2;}


@media (min-width: 992px){
	.Banner__image, .Card-destination__aside, .Card-inspiration__aside, .d-md-block, .Flight-detail__date__label, .Flight-plan .Flight__arrival, .Flight__airline, .Home-page .Quick-search, .Site-footer__middle__decor, .Site-menu, .Site-menu__body {
		display: block!important;
	}
	.Hero__background {height: 350px !important;}
	.widget-home{margin-top:-50px;}
	.Hero--has-widgets .Hero__background{height: 750px !important;}
	
	#section-highlights{padding-top: 150px;}
	
	.Flight__column{width:16.66%!important;}
	.Flight__column:nth-child(7){text-align: left;width:auto;}
	
	#videoIframe{
		bottom: 0;
		max-width: 100%;
		margin: auto;
		left: 0;
		right: 0;
		position: absolute;
		height:700px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		top: 230px;
		z-index:1000;
	}

	#videoIframe iframe{
		border: none;
		width: 100%;
		z-index:1001;
	}
	
	#Widget-book-a-flight{height:400px;}
	
	.hearodestination{height:480px !important;}
	
	.col-md-4 {flex: 0 0 33.33333%;max-width: 33.33333%;}
	
	/** Bandeau et module cookies cookies **/
	div#divbandeaucookie{position:fixed;width:600px;height:auto;bottom:20px;left: 20px;z-index:100;padding-left:1.5rem;padding-right:1.5rem;text-align:left !important;padding-bottom:1rem;}	
	div#divbandeaucookie form{text-align:center;padding-top:1rem;}
	div#divbandeaucookie h2{margin-bottom:0;}	
	
	div#divmodulecookies{
		width: auto;
		max-width: 80%;
		max-height: 90%;
		background-color: white;
		text-align: left;
		font-size: 0.9rem;
		overflow: auto;
		box-sizing: border-box;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding:2rem;
		line-height: 1.5rem;
	}	
	
	div#divmodulecookies h3{font-size:1.5rem;margin-top: -0.5rem;;margin-bottom:0.5rem;}
	div#divmodulecookies h4{font-size: 1.1rem;margin-top: 0.2rem;}
	/** Bandeau et module cookies cookies **/
}
@media (min-width: 1024px){	.Eco_Page .Eco__step:first-child .Eco__step-heading {min-width: 490px;}}
@media (min-width: 1024px){	.Eco_Page .Eco__step-heading {max-width: 550px;width: auto;}}
@media (min-width: 1024px){	.Eco_Page .Eco__step:first-child .Eco__step-heading {min-width: 490px;}}
@media (min-width: 1024px){	.Eco_Page .Eco__step-heading {  max-width: 550px; width: auto;}}
@media (min-width: 1024px){ .Eco_Page .Eco__popup-wrapper { margin: -115px auto 100px;}}
@media (min-width: 992px){
	.Banner__image, .Card-destination__aside, .Card-inspiration__aside, .d-md-block, .Flight-detail__date__label, .Flight-plan .Flight__arrival, .Flight__airline, .Home-page .Quick-search, .Site-footer__middle__decor, .Site-menu, .Site-menu__body {
		display: block!important;
	}
}
@media (max-width: 1024px){
	.Eco_Page .Eco__step-illu {
		position: absolute;
		left: unset!important;
		bottom: unset!important;
		right: -7px;
		top: -45px;
		height: 100px;
		margin: 0!important;
	}
	div.divmoitieg{display:block;width:98%;margin:auto;margin-bottom:15px;}
	div.divmoitied{display:block;width:98%;margin:auto;}
}
@media (max-width: 1024px){.Eco_Page .Eco__step-path { bottom: unset; top: 100%;}}
@media (max-width: 1024px){.Eco_Page .Eco__step-heading { border: 1px solid #ddd; border-radius: 4px; box-shadow: 0 4px 4px rgba(0,0,0,.25);}}
@media (max-width: 1024px){.Eco_Page .Eco__step+.Eco__step {margin-top: 90px;}}
 /********* Préparer son départ *************/
 
@media (max-width: 992px) {  
  div#divwidgetoptionwayhome{
	width:380px;
	margin-left:auto;
	margin-right:auto;
	max-width:none !important;
  }
  div.divsocialbas{padding: 1.5rem;}
  
	div#divanepasmanquer{display:block;}
	div#divanepasmanquer .divanepasmanquer_item{display:block;width:100%;padding:0.5rem;}
	div#divanepasmanquer .divanepasmanquer_item img{width:100%;}
	div.divsocialbas{padding: 1.5rem;}
	
	#vol-widget,#suivi-vol-widget{background-color: white !important;width:95% !important;position: absolute;top:0;}
	#vol-widget{z-index:10}
	#suivi-vol-widget{z-index:2;}
	.widget-home .col-md-4 {-webkit-box-flex: 0;flex: 0 0 100%; max-width: 100%; display: inline-block;}
	
	.Hero--has-widgets{height:375px;}
	
	li#lifacebook, li#liinstagram,li#litwitter,li#lilinkedin {display: none;}
	div#divsocialfooterbascap{padding-left: 1.5rem;}
	
	/** Blocs responsives **/
	div.div3tiers_1 div,div.div3tiers_2 div,div.div2moities_1 div,div.div2moities_2 div,div.div1tier2tiers_1 div,div.div1tier2tiers_2 div,div.div2tiers1tier_1 div,div.div2tiers1tier_2 div{display:block;width:100%;height:auto;}
	/** Blocs responsives **/
	
	/** Bandeau et module cookies cookies **/
	div#divbandeaucookie{position:fixed;width:100%;height:auto;bottom:20px;z-index:100;padding-left:1.5rem;padding-right:1.5rem;text-align:left !important;box-sizing:border-box;padding-bottom:1rem;}	
	div#divbandeaucookie form{text-align:center;padding-top:1rem;}
	div#divbandeaucookie h2{margin-bottom:0;}	
	
	div#divmodulecookies{
		width: 95%;
		max-height: 90%;
		background-color: white;
		text-align: left;
		font-size: 0.9rem;
		overflow: auto;
		box-sizing: border-box;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding:2rem;
		line-height: 1.5rem;
	}	
}
