﻿.parking__recap input {
  
    font-size: .875rem;
    line-height: normal;
    font-weight: 700;
    letter-spacing: .075em;
    width: 12.5rem;
        margin-left: 9.375rem;
}

.footer__newsletter section {
    width: calc(40% - 1.25rem);
    margin-right: .625rem;
    margin-left: .625rem;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

@media screen and (min-width: 64em) and (max-width:84.9375em) {
    .footer__newsletter section {
        width:calc(41.66667% - 1.25rem);
        margin-right: .625rem;
        margin-left: .625rem
    }
}

@media screen and (min-width: 48em) and (max-width:63.9375em) {
    .footer__newsletter section {
        width:calc(41.66667% - 1.25rem);
        margin-right: .625rem;
        margin-left: .625rem
    }
}

@media screen and (max-width: 47.9375em) {
    .footer__newsletter section {
        width:calc(100% - .625rem);
        margin-right: .3125rem;
        margin-left: .3125rem
    }
}

.footer__newsletter section .input-group {
    margin-bottom: 0
}

.input-group-button .valid-newsletter { 
    padding-top: 15px;    
}

.mini-cart__empty {
    padding:10px;
}

.footer .select-options li.drap-EN:before {
    background: url(../img/picto/drap-en.gif)
}

.footer .select-styled.drap-EN:before {
    background: url(../img/picto/drap-en.gif)
}

/*.widget-product--small .form-widget--more .updpanel>.small-12 {
    margin-bottom: .625rem
}

.widget-product--small .form-widget--more .updpanel>.widget-product__price {
    text-align: center;
    padding-top: .625rem
}

.widget-product--small .form-widget--more .updpanel >fieldset {
    width: 100%;
    padding-left: .625rem;
    padding-right: .625rem;
    margin-bottom: .625rem
}*/

.reveal.cross-sell .form-multi-search__container .updpanel>* {
    width: 100%;
    padding-left: .625rem;
    padding-right: .625rem;
    margin-bottom: .625rem
}

.parking__recap--resa input[type=submit].button {
    margin-left: 9.375rem
}

@media screen and (max-width: 84.9375em) {
    .parking__recap--resa input[type=submit].button {
        width:8.75rem
    }
}

@media screen and (max-width: 63.9375em) {
    .parking__recap--resa input[type=submit].button {
        width:11.25rem
    }
}

.parking__recap input[type=submit] {
    margin-left: 1.25rem;
    font-size: .875rem;
    line-height: normal;
    font-weight: 700;
    letter-spacing: .075em;
    width: 12.5rem
}

@media screen and (max-width: 63.9375em) {
    .parking__recap input[type=submit] {
        position:absolute;
        bottom: 0;
        right: 0;
        height: 4.25rem;
        width: 11.25rem;
        border-radius: 0 0 4px 0
    }
}

/*.form-widget--more fieldset.active {
    max-height:none!important;
}

.form-widget--more fieldset.small-10 .form-item--radio {
    width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}

.form-item--radio > label {
    padding-right:50px;
}*/

.form-widget--more:before {
    height: 0!important;    
}

.fieldset-agency, .fieldset-billing, .fieldset-professional {
    display:block!important;
}

.flyFollow-steps .fileUpload2 {
 min-height:150px;
 position:relative;
}
.flyFollow-steps .fileUpload2 .dz-progress {
 position:relative;
 height:4px;
 background:#c0c5cc;
 border-radius:4px;
 overflow:hidden
}
.flyFollow-steps .fileUpload2 .dz-progress .dz-upload {
 background:#007fff;
 position:absolute;
 top:0;
 left:0;
 bottom:0;
 width:0;
 transition:width .3s ease-in-out
}
.flyFollow-steps .fileUpload2 .dz-image,
.flyFollow-steps .fileUpload2 .dz-message {
 border:1px dashed #818a99;
 background:#f2f8fa;
 min-height:125px;
 text-align:center;
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 -webkit-flex-flow:column;
 -ms-flex-flow:column;
 flex-flow:column;
 -webkit-align-items:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-justify-content:center;
 -ms-flex-pack:center;
 justify-content:center;
 padding:20px
}
.flyFollow-steps .fileUpload2 .dz-message {
 cursor:pointer;
 position:absolute;
 top:0;
 bottom:0;
 left:0;
 right:0;
 opacity:1;
 transition:opacity .7s;
 width:100%;
 color:#001f5b
}
/*.flyFollow-steps .fileUpload2 .dz-message span {
 margin:10px 0 0
}*/
.flyFollow-steps .fileUpload2 .dz-message img {
 display:block;
 margin-top: 20px;
}
.flyFollow-steps .fileUpload2 .dz-message .ruRemove {
    display: block;
    width: 100%;
}

flyFollow-steps .fileUpload2 .dz-message .ruFileWrap {
    white-space: normal;
}
.flyFollow-steps .fileUpload2 .dz-error .dz-image {
 border-color:#c62100
}
.flyFollow-steps .fileUpload2 .dz-processing {
 display:-webkit-flex;
 display:-ms-flexbox;
 display:flex;
 -webkit-flex-flow:column;
 -ms-flex-flow:column;
 flex-flow:column;
 -webkit-flex-wrap:wrap;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 position:relative
}
.flyFollow-steps .fileUpload2 .dz-details {
 -webkit-order:-3;
 -ms-flex-order:-3;
 order:-3;
 text-align:center;
 color:#818a99;
 font-size:12px;
 margin-bottom:3px;
 width:100%
}
.flyFollow-steps .fileUpload2 .dz-progress {
 -webkit-order:-2;
 -ms-flex-order:-2;
 order:-2;
 width:calc(100% - 40px);
 margin-bottom:20px
}
.flyFollow-steps .fileUpload2 .dz-remove {
 -webkit-order:-1;
 -ms-flex-order:-1;
 order:-1;
 width:30px;
 height:30px;
 display:block;
 overflow:hidden;
 position:absolute;
 right:-5px;
 top:8px
}
.flyFollow-steps .fileUpload2 .dz-remove:after {
 content:"\2716";
 position:absolute;
 top:0;
 bottom:0;
 left:0;
 right:0;
 background:#fff;
 line-height:30px;
 text-align:center;
 font-size:20px
}
.flyFollow-steps .fileUpload2 .dz-error-message {
 color:#c62100;
 font-size:12px;
 margin-top:10px;
 line-height:1.2em
}
.flyFollow-steps .fileUpload2 .dz-error-mark,
.flyFollow-steps .fileUpload2 .dz-size,
.flyFollow-steps .fileUpload2 .dz-success-mark {
 display:none
}

.non-membre
{
    margin-top:0px!important;
}

#lnksendSMS {
    padding-top:15px;
}

.iframepayment {
    width:100%;
    min-height: 400px;
}

.mini-discount {
    font-size:16px;
}
.toggle-password{
    height:3.125rem
}
.section-checkout-recap__item .legend span
{
        color: #001f5b;
}
.small-order-2 .legend span
{
        color: #001f5b;
}
.cart-details__item-info .legend{
    color: #818a99;
}
.cart-details__item-info .legend span{
    color: #001f5b;
}


.search-content__popUp ul a{
    cursor:default;
}
.search-content__popUp ul a:hover {
  color: #001f5b;
}
.search-content__popUp ul li {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: .875rem;
    line-height: 1.5rem;
    font-weight: 600;
    color: #001f5b;
    border: none;
}
.not-allowed{
            cursor:not-allowed;
        }

.section__alert--alert a {
    color: #fff;
    text-decoration: underline;
}

@media screen and (max-width:63.9375em) {
    .section-login .text-center .link-more {
        font-size:12px
    }
}

.noavailable {
    margin-top: 10px;    
    color: #001f5b;
}

.myloader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -63px;
    margin-left: -63px;
}

input[type=email]
{
    text-transform:lowercase;
}

.li-disabled {
    pointer-events:none;
    opacity:0.4;
}

.form-widget .form-item--checkbox li {
    list-style:none;
}

.discount-pack {
    font-size:18px;
    text-transform:none;
    font-weight:400;
    margin-bottom:1rem;
    color: #001f5b;
}

.richtext h3:not([class]), .richtext h2:not([class]){
    padding: 0;
    text-align: left;
    text-transform: none;
    margin-bottom: 1.25rem;
}

.richtext h2:not([class]) {
    font-size: 3.5rem;
    color: #001f5b;
    font-weight: 600;
    position: relative;
}

.richtext h3:not([class]) {
    font-size: 1.5rem;
    color: #001f5b;
    font-weight: 600;
    position: relative;
}

.richtext p{
    font-size: 0.875rem;
    color: #001f5b;
    line-height: 1.375rem;  
    margin-bottom: 1rem;  
}

.richtext ul{
    list-style: none;    
}

.richtext li{
    margin-bottom: 1rem;  
    line-height: 1.375rem;  
    font-size: 0.875rem;
}

.richtext li a {
    color: #007fff;
}

@media screen and (min-width:85em) {
    .pack__list .pack__title {
    max-width: 260px;
    }
}

.form-widget--more .iti__country-name {
    color: #000;
}

.form-widget--more .is-invalid-input:not(:focus) {
 color: #cc4b37; 
}

/* fs103500 */
.ekw59 .tooltipp {
    z-index: 20 !important;
}

/* fs103800 */
.park-date {
    display:flex; 
    align-items:center;
}

.iframepaymentsp {
    width:100%;
    min-height: 320px;
}

@media screen and (max-width: 47.9375em) {
    .iframepaymentsp {
        min-height: 390px;
    }
}

.bws_btcancel {
    max-width:360px;
    display:block;
    margin:auto;
    text-align:center;
}

.bws_hidemobility {
    display:none;
}

.bws_rdb_label {
    width:100%;
    color:#555b66 !important;
    font-weight:600 !important;
    font-size:18px !important;
    display:flex !important;
    align-items:center;
    /*justify-content:space-between;*/
}

/*.parking__recap__intro {
    min-width: 318px;
}*/

.btn-container {
    text-align: center; 
    padding-top: 2.5rem;
}

/* notation */
.section-notation {
    position: relative;
    background-color: #e9eef1;
    padding-top: 30px;
}

.section-notation:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/cover/cover-wave.png) repeat 0 0;
    opacity: 1
}

.section-notation .grid-container {
    position: relative;
    z-index: 1
}

/*.section-notation .grid-container:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 40px;
    bottom: 0;
    left: 40px;
    background: #fefefe;
    box-shadow: 0 0 20px 5px rgba(0,0,0,.1);
    border-radius: 2px;
    z-index: -1
}*/

.section-notation .grid-container:before {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    border-top: 18px double #feca00;
    border-bottom: 6px solid #feca00;
    height: 30px;
    z-index: -1
}

.block-notation:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 40px;
    bottom: 0;
    left: 40px;
    background: #fefefe;
    box-shadow: 0 0 20px 5px rgba(0,0,0,.1);
    border-radius: 2px;
}

.block-notation {
    margin-bottom: 1.875rem;
    position: relative
}

.block-notation p {
    position: relative
}

.widget-wallet-adelya {
    /*background-color: #f2f8fa;*/
    padding: 40px 40px 40px 20px;
    border-radius: 4px;
    /*display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;*/
    color: #001f5b
}

@media screen and (max-width: 63.9375em) {
    .widget-wallet-adelya {
        padding:20px 10px
    }
}

.widget-wallet-adelya img {
    max-width: 50px
}

@media screen and (max-width: 63.9375em) {
    .widget-wallet-adelya img {
        max-width:50px
    }
}

.widget-wallet-adelya p {
    /*margin: 0 20px 0 0;
    font-weight: 600;
    line-height: 1.3em;*/
    color: #001f5b;
    font-size: 12px;
    
}

.widget-wallet-adelya a {
    display:flex
}

.widget-wallet-adelya span {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    padding-left: 5px
}

.parking__recap__detail li svg {
    color: #818999;
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.svg_fill_grey {
    fill: #818999;
}

.price__badge.--platinium_vip {
    background: #818999
}

.price__badge.--platinium_vip+div s.price {
    color: #818999
}

.parking-results .link-destinations {
    margin-top: 50px;
}

.parking-results .select--custom {
        width: 50%;
    }

.parking-results .parking__recap__detail {
        min-width: 172px;
    }

@media screen and (max-width: 63.9375em) {
    .parking-results .link-destinations {
        margin-top: 0px;
    }

    .parking-results .select--custom {
        width: 100%;
    }
}

@media screen and (min-width: 63.9375em) {
    .parking-results--member .parking__recap__intro {
        min-width: 300px;
    }

    .parking-results .parking__recap__price {
        width: 200px;
    }
}

/* pour corriger le pb des chevauchements de liste sur le widget Centre d'affaires  */
#pnwriteroom .select--custom.select--open {
    z-index:auto !important;
}

.cap-itm {
    width: calc(33% - 20px) !important;
}

    @media screen and (max-width: 47.9375em) {
        .cap-itm {
            width:calc(100% - 20px) !important;            
        }
    }

.span--checked span:before {
    font-family: aca;
    content: "\e910";
    font-size: 20px;
    vertical-align: bottom;
    padding-right: 5px;
}

.section-checkout-recap__date img {    
    max-width: 200px !important;
}

.reveal.modal .parking__recap {
    margin-left: 0;
}

.reveal.modal .parking__recap__num strong {
    color: #001f5b;
    font-size: 3.75rem;
}

.reveal.modal .parking__recap__desc strong {
    color: #001f5b;
    font-size: 1.5rem;
}

.bws-modal p {
    margin-bottom: 0 !important;
}

.bws-modal strong {
    color: #001f5b !important;
    font-size: 2rem !important;
}

.pointsinterest {
    margin-left: 0px;
}

.pointsinterest li{
    list-style: none; 
    width:100%;
}

@media screen and (min-width: 47.9375em) {
    .pointsinterest li {
        width: 50%;
    }
    .pointsinterest li label{
        font-size: .7rem;
    }
}

.checkout-steps__content ul {
    margin: 0;
    list-style: none
}

/*.RadComboBox_Default {
    cursor: pointer !important;
    display: block !important;
    position: relative !important;
    font-size: 1rem !important;
    color: #fff !important;
    width: 100% !important;
    height: 2.5rem !important;
    font-family: cr,Arial,sans-serif !important;
    transition: all .2s ease-in,border-radius 0s !important;
    border: 1px solid #c0c5cc !important;
    border-radius: 4px !important;
}

.RadComboBox_Default .rcbInputCell {
    height: 2.5rem !important;
    background-image: none !important;
}

.RadComboBox_Default .rcbInput {
    font-size: 1rem !important;
    color: #818a99 !important;
} */

.section-cover__search-autocomplete ul li.liauto {
    padding: .375rem 1.25rem;
    color: #818a99;
    letter-spacing: .075em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

@media screen and (max-width: 47.9375em) {
    .section-cover__search-autocomplete ul li.liauto {
        padding:.375rem .625rem
    }
}

.section-cover__search-autocomplete ul li.liauto.destinations-list__link {
    display: inline-block;
    padding: 0;
    margin-left: 3.75rem;
    margin-top: 1.25rem;
    margin-bottom: .625rem
}

@media screen and (max-width: 47.9375em) {
    .section-cover__search-autocomplete ul li.liauto.destinations-list__link {
        margin-left:2.5rem
    }
}

.section-cover__search-autocomplete ul li.liauto svg {
    width: 2.5rem;
    height: 2.5rem;
    vertical-align: middle;
    margin-right: 1.25rem
}

@media screen and (max-width: 47.9375em) {
    .section-cover__search-autocomplete ul li.liauto svg {
        margin-right:.625rem
    }
}

.section-cover__search-autocomplete ul li.liauto small {
    display: block;
    margin-top: -.25rem
}

.section-cover__search-autocomplete ul li.liauto strong {
    color: #001f5b
}

.section-cover__search-autocomplete ul li.liauto span {
    color: #818999;
    font-weight: 300
}

@media screen and (max-width: 47.9375em) {
    .section-cover__search-autocomplete ul li.liauto span {
        font-size:.875rem
    }
}

.section-cover__search-autocomplete ul li.liauto:focus,.section-cover__search-autocomplete ul li.liauto:hover {
    color: #007fff
}

.section-cover__search-autocomplete ul li.liauto:focus span,.section-cover__search-autocomplete ul li.liauto:hover span {
    color: #007fff
}

@media screen and (max-width: 47.9375em) {
    .checkout-steps__content button.clearButton {
        margin:0px 0
    }
}

.checkout-steps__content button.clearButton {
    margin: 0px 0;
    right: 1.375rem;
}

.checkout-steps__content .section-cover__search-container {
    width: 100%;
}

.checkout-steps__content .section-cover__search-input {
    border: 1px solid #c0c5cc !important;
    font-size: 1rem;
}

.form-widget--more .form-widget__moreLink {
    background-color: #ffffff;
}

.mini-cart .cart-details__item .price {
    font-size: 1.125rem;
    line-height: 1em;
    padding-left: 5px !important;
    margin-left: 0px
}

#cardModal .form-item--date {
    max-width: 250px
}

@media screen and (max-width: 47.9375em) {
    #cardModal .form-item--date {
        max-width:100%
    }
}

#cardModal .label--animated:not(.label--top) label, #cardModal .label--top:not(.label--top) label {
    font-size: 14px
}

@media screen and (max-width: 47.9375em) {
    #cardModal .label--animated:not(.label--top) label, #cardModal .label--top:not(.label--top) label {
        font-size:14px;
        line-height: 1em;
        top: 18px
    }
}

.card-actions__title {
    font-size: 16px !important;
    text-transform: uppercase;
    border-top: #e9eef1;
    border-top-style: solid;
    padding-top: 10px;
    margin-top: 10px !important;
    color: #355490 !important;
    font-weight: 600
}

.card-actions__description {
    color: #355490 !important;
}

.card-actions__offeractivated {
    color: #355490 !important;
    font-size: 16px !important;
    font-weight: bold
}

#cardModal {
    background: #fff
}

.reveal-card__logo img {
    height: 120px !important;
}

@media screen and (max-width: 47.9375em) {
    .card-actions__logo img, .reveal-card__logo img {
      height:80px;
    }
}

.promo-container {
    display: flex;
    justify-content: space-between;
    flex-direction: row
}

    .promo-container .form-item--select {
        min-width: 310px;
    }

    @media screen and (max-width: 47.9375em) {
        .promo-container .form-item--select {
            margin-bottom: 10px;
        }
    }

@media screen and (max-width: 47.9375em) {
    .promo-container {
        flex-direction: column
    }
}

.card-active {
    position:relative; 
    color:#355490; 
    text-transform: uppercase; 
    font-weight:600;
}

.bloc-avantage__button {
    cursor: pointer;
    min-width: 169px;
}

[data-tab] {
    display: none;
}

    [data-tab].is-active {
        display: block
    }


#pnmydata .section-account-nav__item--square {
    display:none;
}
    
    @media screen and (max-width: 47.9375em) {
        #pnmydata .section-account-nav__item--square {
		    padding-top: 30%;
            display: block;
	    }
    }

.link-button {
    font-size: 12px;
    text-transform: none;
    background-color: #000;
    color: #fff;
    border-radius: 6px;
    padding: 8px 5px;
    display:block;
}
    .link-button img {
        width: 50px;
    }

.section-checkout-recap__date .link-button {
    max-width: 230px;
    font-size:14px; 
    padding: 10px 10px;
}

@media screen and (min-width:64em) {
    .widget-wallet {
        padding-left:40px;
    }
}

.section-account-cap-card2__status strong {
    color: #355490 !important;
}

.cap-progress__step .cap-progress__step-label {
    margin-top: 25px !important
}

.section-account-cap-card2__explain {
    color: #355490 !important;
}

.kr-popin-order-id {
	display:none !important;
}

.kr-methods-list-options-item.kr-apple_pay {
    border-radius:4px;
}

.kr-methods-list-options-item.kr-apple_pay .kr-method-label-wrapper {
    justify-content: center;
}
    /*.kr-methods-list-options-item.kr-apple_pay .kr-method-label-wrapper .kr-loading-animation {
        display: none !important
    }*/

.kr-smart-form .kr-apple_pay  {
    background-color: #000 !important; 
} 
        
.kr-smart-form .kr-apple_pay label  {
    color: #fff !important; 
}

.kr-smart-form .kr-apple_pay .kr-method-icon img {
    height: 28px !important;
    width: 28px !important;
}

.button-paypal-new {
    width:100%; 
    background-color:#FFD140; 
    padding: 10px 0; 
    border-radius:4px;
    display: inline-block;
    text-align: center;
}

.button-social {
    color: #000000;
    background-color: #ffffff;
    border: 1px solid;
    margin-bottom: 10px;
}

    .button-social:hover {
        color: #000000;
        background-color: #ffffff;
        border: 1px solid;
    }

    .button-social:focus {
        color: #000000;
        background-color: #ffffff;
    }

    .button-social .svg-icon {
        margin-bottom: -3px;
    }

#pnstepchoice .payment-container {
    max-width: 340px;
}

.license-plates-wrap:has(li) {
    list-style: none;
    margin: 0 0 .25rem;
    border: 1px solid #c0c5cc;
    border-radius: 4px;
    overflow-y: auto;
    max-height: 180px;
} .form-item.license-plate-radio {
    display: flex;
    margin-bottom: 0.25rem;
    border: 0
} .license-plate-radio .form-item--radio {
    flex: 1;
} .form-item.license-plate-radio > button {
    position: absolute;
    transform: translateY(-50%);
    background: transparent !important;
    width: 2.5rem;
    height: 100% !important;
} .form-item.license-plate-radio > span {
    right: 3rem;
    text-align: right;
} .form-item.license-plate-radio > .form-item--radio small {
    display: block;
    margin-left: 1.5rem;
    position: absolute;
    bottom: .375rem;
} .form-item.license-plate-radio > .form-item--radio label {
    position: relative;
} .form-item.license-plate-radio > .form-item--radio label > strong {
        transform: translateY(-.25rem);
        line-height: 1.5;
    } .form-item.license-plate-radio > .form-item--radio label:has(small:empty) > strong {
        transform: none;
    } .form-item.license-plate-radio > button > a {
    display: grid;
    place-items: center;
}

#modalUpdPlate .label--animated:not(.label--top) label, #modalUpdFlightin .label--animated:not(.label--top) label {
    font-size: 0.8rem;
}

@media screen and (max-width: 47.9375em) {
    #modalUpdFlightin button.clearButton {
        margin:0px 0
    }
}

#modalUpdFlightin button.clearButton {
    margin: 0px 0;
    right: 1.375rem;
}

#modalUpdFlightin .section-cover__search-container {
    width: 100%;
}

#modalUpdFlightin .section-cover__search-input {
    border: 1px solid #c0c5cc !important;
    font-size: 1rem;
}

/*** heroVariation, à supprimer après intégration dernier css 3.5.9 */
.section-cover--reduced .section-cover__container {
  min-height: 15.625rem;
  padding-top: 3.125rem;
  padding-bottom: .625rem
}
@media screen and (max-width:47.9375em) {
  .section-cover--reduced .section-cover__container {
    min-height: 10.625rem
  }
}

.switch-paddle.round {
    border-radius: 1000px;
}

.switch-paddle.round::after {
    border-radius: 1000px;
}

/**** fs#109786  ****/
.section-checkout-steps .info-highlight ul {
    max-width: 100% !important; 
}

.switch-row {
    display:flex; 
    flex-direction: row; 
    /*align-items: center;*/
}

.switch-label {
    flex: 1; 
    padding-left: 8px;
}

.switch-label span {
    vertical-align:top; 
    color:#555b66; 
    font-size:12px;
}

.RadPicker_Default .rcCalPopup {
    transition: none !important;
    background-image: url('/mon-compte/assets/images/calendar2.png') !important;
}

.RadPicker_Default a.rcCalPopup:hover, .RadPicker_Default a.rcCalPopup:focus, .RadPicker_Default a.rcCalPopup:active {
    background-position: 0 0 !important;
}

.modal-anticipatedFlight {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    text-align: left
}

@media screen and (min-width: 85em) {
    .modal-anticipatedFlight {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width: 47.9375em) {
    .modal-anticipatedFlight {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px
    }
}

.modal-anticipatedFlight .label--animated:not(.label--top) label, .modal-anticipatedFlight .label--top:not(.label--top) label, .section-account-steps .label--animated:not(.label--top) label, .section-account-steps .label--top:not(.label--top) label, .section-checkout-steps .label--animated:not(.label--top) label, .section-checkout-steps .label--top:not(.label--top) label, .section-contact-steps .label--animated:not(.label--top) label, .section-contact-steps .label--top:not(.label--top) label {
    font-size: 16px
}

@media screen and (max-width: 47.9375em) {
    .modal-anticipatedFlight .label--animated:not(.label--top) label, .modal-anticipatedFlight .label--top:not(.label--top) label, .section-account-steps .label--animated:not(.label--top) label, .section-account-steps .label--top:not(.label--top) label, .section-checkout-steps .label--animated:not(.label--top) label, .section-checkout-steps .label--top:not(.label--top) label, .section-contact-steps .label--animated:not(.label--top) label, .section-contact-steps .label--top:not(.label--top) label {
        font-size: 14px;
        line-height: 1em;
        top: 18px
    }
}

.modal-anticipatedFlight .label--animated input, .modal-anticipatedFlight .label--top input, .section-account-steps .label--animated input, .section-account-steps .label--top input, .section-checkout-steps .label--animated input, .section-checkout-steps .label--top input, .section-contact-steps .label--animated input, .section-contact-steps .label--top input {
    color: #555b66
}

.modal-anticipatedFlight .label--animated .select--custom .select-styled, .modal-anticipatedFlight .label--top .select--custom .select-styled, .section-account-steps .label--animated .select--custom .select-styled, .section-account-steps .label--top .select--custom .select-styled, .section-checkout-steps .label--animated .select--custom .select-styled, .section-checkout-steps .label--top .select--custom .select-styled, .section-contact-steps .label--animated .select--custom .select-styled, .section-contact-steps .label--top .select--custom .select-styled {
    color: #555b66
}

.modal-anticipatedFlight .label--animated + .label--animated, .modal-anticipatedFlight .label--animated + .label--top, .modal-anticipatedFlight .label--top + .label--animated, .modal-anticipatedFlight .label--top + .label--top, .section-account-steps .label--animated + .label--animated, .section-account-steps .label--animated + .label--top, .section-account-steps .label--top + .label--animated, .section-account-steps .label--top + .label--top, .section-checkout-steps .label--animated + .label--animated, .section-checkout-steps .label--animated + .label--top, .section-checkout-steps .label--top + .label--animated, .section-checkout-steps .label--top + .label--top, .section-contact-steps .label--animated + .label--animated, .section-contact-steps .label--animated + .label--top, .section-contact-steps .label--top + .label--animated, .section-contact-steps .label--top + .label--top {
    margin-top: 0
}

.payment-security__title {
    margin-bottom: 0px !important;
}

.payment-security li {
    margin-top: 1.25rem;
}

.svg_fill_white {
    fill: #fefefe;
}

.widget-addoption {
    text-align: left !important;
    font-size: .75rem !important;
    color: #fff !important;
}

    .widget-addoption:focus, .widget-addoption:hover {
        color: #006ddb !important;
    }

span.opt-check:before {
    content: "\e910";
    font-family: aca;
    font-size: 1.6rem;    
}

.flex-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
}

    .flex-row > div:last-child {
        align-content: end;
    }

.flex-opt {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
}
