/********************* ICONS OVER TITLE *********************/
.icons-over-title {
    position: relative;
    padding-top: 40px;
}
.icons-over-title:before {
    position: absolute;
    width: 30px;
    height: 30px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    content:'';
    display: block;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}
.icons-over-title.white.plane:before {
    border-bottom-color: #fff;
    background-image: url(../images/icons/icon-over-title-white-plane.svg);
    -moz-background-size: 15px;
    -o-background-size: 15px;
    background-size: 15px;
}
.icons-over-title.blue.plane:before {
    border-bottom-color: #2c307e;
    background-image: url(../images/icons/icon-over-title-blue-plane.svg);
    -moz-background-size: 15px;
    -o-background-size: 15px;
    background-size: 15px;
}
.icons-over-title.white.testi:before {
    border-bottom-color: #fff;
    background-image: url(../images/icons/icon-over-title-white-testi.svg);
    -moz-background-size: 15px;
    -o-background-size: 15px;
    background-size: 15px;
}
.icons-over-title.blue.testi:before {
    border-bottom-color: #2c307e;
    background-image: url(../images/icons/icon-over-title-blue-testi.svg);
    -moz-background-size: 15px;
    -o-background-size: 15px;
    background-size: 15px;
}
.icons-over-title.light-blue.apesanteur:before {
    border-bottom-color: #6492d8;
    background-image: url(../images/icons/icon-over-title-light-blue-apesanteur.svg);
    -moz-background-size: 22px;
    -o-background-size: 22px;
    background-size: 22px;
}
.icons-over-title.blue.member:before {
    border-bottom-color: #2c307e;
    background-image: url(../images/icons/icon-over-title-blue-member.svg);
    -moz-background-size: 20px;
    -o-background-size: 20px;
    background-size: 20px;
}
.icons-over-title.blue.camera:before {
    border-bottom-color: #2c307e;
    background-image: url(../images/icons/icon-over-title-blue-camera.svg);
    -moz-background-size: 20px;
    -o-background-size: 20px;
    background-size: 20px;
}
.icons-over-title.blue.video:before {
    border-bottom-color: #2c307e;
    background-image: url(../images/icons/icon-over-title-blue-camera.svg);
    -moz-background-size: 20px;
    -o-background-size: 20px;
    background-size: 20px;
}
.icons-over-title.blue.login:before {
    border-bottom-color: #2c307e;
    background-image: url(../images/icons/icon-over-title-blue-identification.svg);
    -moz-background-size: 20px;
    -o-background-size: 20px;
    background-size: 20px;
}
.icons-over-title.blue.search:before {
    border-bottom-color: #2c307e;
    background-image: url(../images/icons/icon-over-title-blue-search.svg);
    -moz-background-size: 15px;
    -o-background-size: 15px;
    background-size: 15px;
}

/********************* ACF MAP *********************/

.acf-map {
    width: 100%;
    height: 100%;
    border: 0 none;
    margin: 20px 0 0 0;
}

/* fixes potential theme css conflict */
.acf-map img {
    max-width: inherit !important;
}

/********************* ALL *********************/

body{
    overflow-x:hidden;
}

.row.posts:before,
.row.posts:after,
footer .footer-widgets-wrap:before,
footer .footer-widgets-wrap:after,
.page-template-page-contact #content .content-wrap .content .row:before,
.page-template-page-contact #content .content-wrap .content .row:after,
.page-template-page-contact .orange .content-wrap .content .row:before,
.page-template-page-contact .orange .content-wrap .content .row:after{
    display:none;
}

/********************* HEADER *********************/

#header #logo img {
    width: 200px;
    height: auto;
}
#header #logo img.sticky {
    display: block;
}
#header #logo img:not(.sticky) {
    display: none;
}
.home #header #logo img.sticky,
.home #header.sticky-header #logo img:not(.sticky) {
    display: none;
}
.home #header #logo img:not(.sticky),
.home #header.sticky-header #logo img.sticky {
    display: block;
}

body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul ul a{
    color:#FFF !important;
}

.top-links ul ul.account_submenu {
    width: 100%;
    border-top-color: #909090 !important;
    top: 49px;
    background: #f2f2f2 !important;
}
.top-links ul ul.account_submenu li a {
    color: #072635 !important;
}
.top-links ul ul li.logout a{
    padding: 0 15px;
    text-align: center;
}
.top-links ul ul li.logout img {
    width: auto;
    height: 12px;
    margin-right: 10px;
}

.logout_mobile {
    display:none;
    right: 72px;
    margin: 0;
    top: 40px;
    font-size: 13px;
    position: absolute;
    color: #FFF;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}
.logout_mobile img {
    width: 11px;
}

/********************* NAV *********************/

@media screen and (max-width:991px){
    .mobile-nav {
        height: 0;
        overflow: hidden;
        position: absolute;
        top: 150px;
        left: 0;
        width: 100%;
        z-index:55;
        background-color: #176D9F;
        border-top: none;
        border-bottom: none;
        -webkit-transition: height 0.3s ease-in-out;
        -o-transition: height 0.3s ease-in-out;
        -moz-transition: height 0.3s ease-in-out;
        transition: height 0.3s ease-in-out;
    }
    .mobile-nav > ul{
        max-height: -webkit-calc(100vh - 150px);
        max-height: -moz-calc(100vh - 150px);
        max-height: calc(100vh - 150px);
        overflow-y: auto;
    }
    .mobile-nav ul{
        margin-bottom: 0;
    }
    .mobile-nav a {
        text-decoration: none;
        color: #fff;
        font-size: 16px;
        text-indent: 10px;
        display: block;
        line-height: 90px;
        padding: 0 5%;
    }
    .mobile-nav a:focus,
    .mobile-nav a:hover,
    .mobile-nav a:active {
        background-color: #2c307e;
    }
    .show .mobile-nav {
        height: auto;
    }
    .mobile-nav .sf-with-ul + ul {
        height: 0;
        overflow: hidden;
        background-color: #2c307e;
        -webkit-transition: height 0.3s ease-in-out;
        -o-transition: height 0.3s ease-in-out;
        -moz-transition: height 0.3s ease-in-out;
        transition: height 0.3s ease-in-out;
        width: 100%;
    }
    .mobile-nav .sf-with-ul + ul a {
        text-indent: 30px;
    }
    .mobile-nav .sf-with-ul + ul a:focus,
    .mobile-nav .sf-with-ul + ul a:hover,
    .mobile-nav .sf-with-ul + ul a:active {
        background-color: #001E66;
    }
    .mobile-nav .sf-with-ul:after {
        content: "\e72d";
        margin-left: 5px;
        font-size: 12px;
        display: inline-block;
        font-family: 'font-icons';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-transform-origin: 16px center;
        -moz-transform-origin: 16px center;
        -ms-transform-origin: 16px center;
        -o-transform-origin: 16px center;
        transform-origin: 16px center;
        float: right;
    }
    .mobile-nav .sf-with-ul.dd-show:after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .mobile-nav .sf-with-ul.dd-show + ul {
        height: auto;
    }
    #primary-menu{
        display:none !important;
    }

    .sticky-header ~ nav.mobile-nav {
        position: fixed;
        top: 101px;
    }
    .sticky-header ~ nav.mobile-nav > ul {
        max-height: -webkit-calc(100vh - 101px);
        max-height: -moz-calc(100vh - 101px);
        max-height: calc(100vh - 101px);
    }

    .mobile-nav > ul{
        max-width: 750px !important;
        margin-left: auto;
        margin-right: auto;
        width: 95%;
    }
    .mobile-nav > ul > li:not(:last-child) > a,
    .mobile-nav > ul > li > ul.sub-menu li:not(:last-child) a {
        border-bottom: 1px solid #FFF;
    }
}

@media screen and (max-width:767px){
    .mobile-nav {
        top: 101px;
    }
    .mobile-nav > ul{
        max-height: -webkit-calc(100vh - 101px);
        max-height: -moz-calc(100vh - 101px);
        max-height: calc(100vh - 101px);
        max-width: 470px !important;
    }
}

/********************* BREADCRUMBS *********************/
.breadcrumbs {
    background-color: #f2f2f2;
    font-weight: 400;
    font-size: 12px;
    padding: 25px 0;
    color: #636363;
}
.breadcrumbs a {
    text-decoration: none;
    color: #636363;
}
.breadcrumbs a.back {
    display: block;
    text-align: right;
}

/********************* LISTINGS FILTERS && TABS *********************/
.page .main-content .content .tml .ui-tabs-nav{
    padding-left:0 !important;
    list-style:none;
}

.page .main-content .content .tml .ui-tabs-nav,
.portfolio-filter {
    position: static;
    margin: 0 auto 40px auto;
    border: 0 none;
    float: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: left;
    text-transform: uppercase;

}
.page .main-content .content .tml .ui-tabs-nav li,
.portfolio-filter li {
    float: none;
    display: inline-block;
    margin-right: 30px;
}
.page .main-content .content .tml .ui-tabs-nav li:last-child,
.portfolio-filter li:last-child {
    margin-right: 0;
}
.page .main-content .content .tml .ui-tabs-nav li a,
.portfolio-filter li a{
    width: auto;
    font-size: 14px;
    line-height: 38px;
    padding: 0 15px;
    color: #717171 !important;
    background-color: #fff;
    border-left: 0 none;
    text-align: center;
}
.page .main-content .content .tml .ui-tabs-nav li a {
    padding: 10px 15px !important;
    text-decoration:none !important;
    font-weight: 500;
}
.page .main-content .content .tml .ui-tabs-nav li a:hover,
.portfolio-filter li a:hover {
    color: #d85b30;
}
.page .main-content .content .tml .ui-tabs-nav li:first-child a,
.page .main-content .content .tml .ui-tabs-nav li:last-child a,
.portfolio-filter li:first-child a,
.portfolio-filter li:last-child a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.page .main-content .content .tml .ui-tabs-nav li.ui-tabs-active a,
.portfolio-filter li.activeFilter a {
    color: #FFF !important;
    background-color: #d85b30;
    margin: 0;
    padding: 0 15px;
    font-weight: 500;
}

/********************* PAGINATION *********************/
.pagination {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: block;
    text-align: center;
}
.pagination a,
.pagination span {
    font-size: 12px;
    color: #787878;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #787878;
    margin-left: -5px;
    display: inline-block;
}
.pagination a.prev,
.pagination a.next {
    background-color: transparent;
    border: 0 none;
}
.pagination a:hover {
    color: #d85b30;
}
.pagination span.current {
    color: #fff;
    background-color: #d85b30;
}

/********************* HEADER *********************/



/********************* FOOTER *********************/

#footer {
    background:#223148;
    border:0 none;
    overflow: hidden;
}
#footer .footer-widgets-wrap {
    position: relative;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-align:stretch;
    -webkit-align-items:stretch;
    -moz-box-align:stretch;
    -ms-flex-align:stretch;
    align-items:stretch;
}
#footer .footer-widgets-wrap > div{
    padding:80px 0;
    height:100%;
    position:relative;
}
#footer h4 {
    font-size: 13px;
    margin-bottom: 35px;
    letter-spacing: inherit;
    color:#b9cae6;
}
#footer .menu {
    margin-top: 0 !important;
    font-size: 12px;
}
#footer .menu li {
    padding: 0 !important;
    margin-bottom: 12px;
}
#footer .footer-widgets-wrap > div:last-child:before{
    content:"";
    display:block;
    position:absolute;
    width:1000%;
    height:1000%;
    background:#283a57;
    top: 0;
    left: -25px;
    z-index: 0;
}
#footer .col_two_third .address {
    color:#81a5dc;
}
#footer .col_two_third a {
    color:#b9cae6;
}
#footer .col_two_third .address .logo {
    width:165px;
    margin-bottom:30px;
    display:block;
}
#footer .col_two_third .address .logo img {
    max-width: 100%;
    height: auto;
}
#footer .menu-footer a {
    font-size: 12px;
    background: none;
    padding-left: 0;
}
#footer .news ul {
    list-style: none;
    font-size: 12px;
}
#footer .news ul li {
    margin-bottom: 25px;
}
#footer .news time {
    font-size: 11px;
}
#footer .news h3 {
    font-size: 12px;
    color:#b9cae6;
}
#footer .link_to_posts {
    text-decoration: underline !important;
    font-size:10px;
}



#footer .col_one_third .counter_container .counter span {
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #FFF;
}
#footer .col_one_third .counter_container h5{
    color:#FFF;
    opacity:1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#footer .footer-widgets-wrap > .col_one_third .widget:first-child {
    border-bottom: 1px solid #435e89;
}
#footer .col_one_third form .optin-intro{
    text-transform:uppercase;
    color: #FFF;
    font-size: 13px;
    display: block;
}

#footer .col_one_third form .wpcf7-form-control-wrap{
    display: block;
}
#footer .col_one_third form .wpcf7-form-control-wrap input[type='email']{
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #FFF;
    padding: 16px 24px;
    height: auto;
    width: 100%;
    float: none;
    display: block;
    letter-spacing:1px;
    font-size: 13px;
    font-style: italic;
}
#footer .col_one_third span.input-group-btn{
    display: block;
    width: 100%;
}
#footer .col_one_third form input[type="submit"]{
    background: none;
    border: 0;
    text-transform: uppercase;
    color: #FFF;
    padding: 0;
    float: right;
    letter-spacing: 1px;
    font-size: 13px;
}
#footer .col_one_third form .wpcf7-form-control-wrap input[type='email']::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #8c8c8c;
    letter-spacing:1.5px;
    font-size: 13px;
}
#footer .col_one_third form .wpcf7-form-control-wrap input[type='email']::-moz-placeholder { /* Firefox 19+ */
    color: #8c8c8c;
    letter-spacing:1.5px;
    font-size: 13px;
}
#footer .col_one_third form .wpcf7-form-control-wrap input[type='email']:-ms-input-placeholder { /* IE 10+ */
    color: #8c8c8c;
    letter-spacing:1.5px;
    font-size: 13px;
}
#footer .col_one_third form .wpcf7-form-control-wrap input[type='email']:-moz-placeholder { /* Firefox 18- */
    color: #8c8c8c;
    letter-spacing:1.5px;
    font-size: 13px;
}


#footer #copyrights{
    background:#d85b30;
    z-index: 2;
    position: relative;
    font-size: 12px;
}
#footer #copyrights,
#footer #copyrights a{
    color:#FFF !important;
    border: 0 !important;
}

/********************* FRONT PAGE *********************/
/* Ecran d'accueil */
.home .section-one .slider-caption.slider-caption-center {
    max-width: 900px;
}
.home .section-one .slider-caption h1 {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 22px;
    letter-spacing: 2px;
}
.home .section-one .slider-caption p {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 28px;
}
/* Activités */
.home .section-two div.dark {
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    padding: 150px 100px;
}
.home .section-two div.dark h2 {
    font-size: 30px;
    margin-bottom: 80px;
}
.home .section-two div.dark p {
    line-height: 1.8;
    margin-bottom: 40px;
}
/* Savoir-faire*/
.home .section-three h2 {
    font-size: 30px;
    margin-bottom: 25px;
    color: #2c307e;
}
.home .section-three p {
    font-size: 13px;
    line-height: 1.8;
}
.home .section-three .intro {
    margin-bottom: 50px;
}
.home .section-three img {
    max-height: 40px;
    width: auto;
}
.home .section-three .counter {
    font-weight: 700;
    font-size: 24px;
    color: #d85b30;
}
/* Galerie */
.home .section-four h2 {
    font-size: 30px;
    margin-bottom: 25px;
    color: #2c307e;
}
.home .section-four p {
    font-size: 13px;
    line-height: 1.8;
}
.home .section-four .intro {
    margin-bottom: 60px;
}
body.home:not(.device-touch):not(.device-xs):not(.device-xxs) .section-four .portfolio-notitle .portfolio-item:hover .portfolio-image img {
    webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
}
.home .section-four .button.button-full {
    line-height: 1;
    padding: 25px 0;
    font-size: 13px;
    text-shadow: none;
    margin:0;
    height: auto;
    background-color: #f2f2f2;
    color: #2c307e;
}

.home .section-four .button.button-full i:before{
    margin-top: -2px;
    display: block;
}
.home .section-four .button.button-full:hover {
    background-color: #444;
    color: #FFF;
}
/* Recherche */
.home .section-five {
    background-repeat: no-repeat;
    background-position: 50% -webkit-calc(100% + 300px),bottom center;
    background-position: 50% -moz-calc(100% + 300px),bottom center;
    background-position: 50% calc(100% + 300px),bottom center;
    padding-bottom: 350px;
}
.home .section-five h2 {
    font-size: 30px;
    margin-bottom: 25px;
    color: #2c307e;
}
.home .section-five h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #d85b30;
}
.home .section-five p {
    font-size: 13px;
    line-height: 1.8;
}
.home .section-five .icon-container {
    width: 85px;
    height: 85px;
    background-color: #ededed;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 25px;
    margin-bottom: 30px;
    position: relative;
}
.home .section-five .icon-container img {
    width: 30px;
    height: auto;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.home .section-five .content-container {
    text-align: left;
}
.home .section-five .button.button-border {
    background-color: #026fa3;
    border: 1px solid #026fa3;
    color: #FFFFFF;
    line-height: 50px;
    height: 50px;
    font-size: 13px;
    margin-top: 30px;
}
.home .section-five .button.button-border:not(.button-fill):hover {
    background-color: #FFFFFF;
    color: #026fa3;
    border-color: #026fa3 !important;
    text-shadow: none;
}
/* Témoignages */
.home .section-six {
    padding: 0;
    color: #fff;
}
.home .section-six > .testimonial {
    max-width: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.home .section-six > .testimonial .slide {
    padding: 110px 0;
    background-repeat: no-repeat;
    background-position: 50%;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.home .section-six .testi-title {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 35px;
}
.home .section-six .verbatim {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 35px;
}
.home .section-six .button.button-border.button-light {
    font-size: 13px;
}
/* Actus */
.home .section-seven article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.home .section-seven .row.posts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.home .section-seven h2 {
    font-size: 30px;
    margin-bottom: 25px;
    color: #2c307e;
}
.home .section-seven p {
    font-size: 13px;
    line-height: 1.8;
}
.home .section-seven article > .clearfix {
    -webkit-box-shadow: 0 10px 30px #e0e0e0;
    -moz-box-shadow: 0 10px 30px #e0e0e0;
    box-shadow: 0 10px 30px #e0e0e0;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.home .section-seven article:hover > .clearfix {
    -webkit-box-shadow: 0 10px 30px #b4b4b4;
    -moz-box-shadow: 0 10px 30px #b4b4b4;
    box-shadow: 0 10px 30px #b4b4b4;
}
.home .section-seven .entry-image .layer {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(216,91,48,0.95);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    top: 0;
    left: 0;
}
.home .section-seven .entry-image:hover .layer {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.home .section-seven .entry-image .layer i {
    color: #fff;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    font-size: 25px;
    text-align: center;
}
.home .section-seven .ipost .entry-meta {
    margin-right: 0;
    margin: 0 0 10px 0;
    padding: 0 30px;
    background: transparent;
}
.home .section-seven .ipost .entry-meta li {
    margin-right: 0;
    margin: 0;
    float: none;
    line-height: inherit;
    font-size: 11px;
    color: #d85b30;
    font-style: normal;
}
.home .section-seven .entry-title {
    padding: 0 30px;
}
.home .section-seven .ipost .entry-title h3 a,
.home .section-seven .ipost .entry-title h3 a:hover {
    color: #2c307e;
}
.home .section-seven .entry-content {
    padding: 0 30px 20px 30px;
    color: #818181;
    margin-top: 15px;
}
.home .section-seven .entry-content a.more {
    display: block;
    text-align: right;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 11px;
    color: #818181;
}
/* Section 8 / CTA */
.home .section-height {
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    padding: 100px 0;
}
.home .section-height h2 {
    font-size: 60px;
    color: #fff;
    line-height: 1;
}
.home .section-height h3 {
    font-size: 18px;
    color: #fff;
    line-height: 1;
}
.home .section-height a.button {
    padding: 0 30px 0 65px;
    line-height: 65px;
    height: auto;
    background-repeat: no-repeat;
    background-position: 30px 50%;
    background-image: url(../images/icons/white-filled-plane.svg);
    -moz-background-size: 22px;
    -o-background-size: 22px;
    background-size: 22px;
}
.home .section-height a.button:hover {
    background-image: url(../images/icons/darkgrey-filled-plane.svg);
}
/* Section 9 / FAQ */
.home .section-nine .left {
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.home .section-nine .right {
    background-color: #FFF;
    color: #5a5d62;
}
.home .section-nine .right .col_full {
    margin-bottom: 0;
}
.home .section-nine h2 {
    color: #2c307e;
}
.home .section-nine ul {
    margin-bottom: 0;
    list-style-position: inside;
    padding-left: 20px;
}
.home .section-nine li {
    margin-bottom: 5px;
}
.home .section-nine .button.button-border {
    background-color: #026fa3;
    border: 1px solid #026fa3;
    color: #FFFFFF;
    line-height: 47px;
    height: 50px;
    font-size: 13px;
    margin-top: 50px;
    margin-left: 0;
}
/* Section 10 / Carousel */
.home .section-ten h2 {
    margin-bottom: 50px;
    color: #2c307e;
}
.home .section-ten .owl-carousel .owl-item {
    text-align: center;
}
.home .section-ten .owl-carousel .owl-item img {
    width: 300px;
    height: auto;
    background-color: #FFF;
    display: inline-block;
}
.home .section-ten .owl-carousel .owl-item .layer {
    position: absolute;
    display: block;
    width: 300px;
    height: 300px;
    background-color: rgba(216,91,48,0.95);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.home .section-ten .owl-carousel .owl-item:hover .layer {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.home .section-ten .owl-carousel .owl-item .layer i {
    color: #fff;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    font-size: 25px;
    text-align: center;
}
.home .section-ten .owl-carousel .owl-nav [class*=owl-] {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    margin-top: 0;
    background-color: transparent;
    border: 0 none;
    font-size: 30px;
}
.home .section-ten .owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: transparent !important;
    color: inherit;
}

.home .section-seven article > .ipost {
    padding-top: 25px;
    width: 100%;
}

/********************* PAGE CONTENU STANDARD *********************/


.common-height:not(.section_visuel_text_full_50):not(.col_full):not(.nomargin) > div {
    height: auto !important;
}

.page .main-content h1 {
    color: #2c307e;
    font-size: 34px;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.2;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.page .main-content h1 strong,
.page .main-content h1 b {
    font-weight: 500;
}
.page .main-content h1:after {
    position: absolute;
    bottom: 0;
    width: 30px;
    height: 1px;
    background-color: #80848a;
    display: block;
    content: '';
    left: -webkit-calc(50% - 15px);
    left: -moz-calc(50% - 15px);
    left: calc(50% - 15px);
}
.page .main-content h2,
.page .main-content h3,
.page .main-content h4,
.page .main-content h5,
.page .main-content h6 {
    color: #6d737b;
}
.page .main-content .content {
    text-align: left;
    color: #6d737b;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.2;
}
.page .main-content .content a {
    text-decoration: underline !important;
    color: #7098da;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
}
.page .main-content .content a:hover {
    text-decoration: none !important;
    color: #d85b30;
}
.page .main-content .content ul {
    list-style: square;
    padding-left: 25px;
}

/********************* PAGE CONTENU MULTI-SECTIONS *********************/

.page .main-content .content.intro {
    text-align: center;
}
.page .section .content ul {
    padding-left: 25px;
}
.page .section-texte h2,
.page .section-text_picture h2,
.page .section_visuel_text_full_50 h2 {
    color: #2c307e;
    font-size: 30px;
    line-height: 1;
    position: relative;
    padding-top: 20px;
}
.page .section-texte .sup-title,
.page .section-text_picture .sup-title,
.page .section_visuel_text_full_50 .sup-title {
    color: #2c307e;
    font-size: 10px;
    margin-bottom: 5px;
    line-height: 1;
    display: block;
    text-transform: uppercase;
}
.page .section-texte h2:before,
.page .section-text_picture h2:before,
.page .section_visuel_text_full_50 h2:before {
    background-color: #2c307e;
    position: absolute;
    width: 30px;
    height: 2px;
    content: '';
    display: block;
    top: 0;
    left: 0;
}
.page .section-texte h3,
.page .section-text_picture h3,
.page .section_visuel_text_full_50 h3 {
    color: #026fa3;
    line-height: 1.2;
    font-size: 20px;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.page .section-texte h3:after,
.page .section-text_picture h3:after,
.page .section_visuel_text_full_50 h3:after {
    background-color: #026fa3;
    position: absolute;
    width: 30px;
    height: 2px;
    content: '';
    display: block;
    bottom: 0;
    left: 0;
}

.page .section-slider-cta {
    padding: 0;
    color: #fff;
}
.page .section-slider-cta .slider-cta {
    max-width: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.page .section-slider-cta .slide {
    padding: 110px 0;
    background-repeat: no-repeat;
    background-position: 50%;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.page .section-slider-cta .sup-title {
    color: #6492d8;
    font-size: 11px;
    padding-bottom: 5px;
    margin-bottom: 30px;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 2px solid #6492d8;
}
.page .section-slider-cta h2,
.page .section-slider-cta h3 {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 40px;
    color: #FFF;
}
.page .section-slider-cta .content {
    font-size: 13px;
    margin-bottom: 40px;
    line-height: 2;
}
.page .section-slider-cta .button.button-border.button-light {
    font-size: 13px;
}
.page .section-text_picture .content {
    font-size: 13px;
    line-height: 2;
}
.page .section.section_visuel_text_full_50 {
    padding: 0;
}
.page .section_visuel_text_full_50 .grey {
    background-color: #f2f2f2;
}
.page .section_visuel_text_full_50 .white {
    background-color: #fff;
}
.page .section_visuel_text_full_50 .visuel {
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.page .section_visuel_text_full_50 .button.button-border {
    background-color: #026fa3;
    border: 1px solid #026fa3;
    color: #FFFFFF;
    line-height: 47px;
    height: 50px;
    font-size: 13px;
    margin-top: 40px;
    margin-left: 0;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    transition: all ease 300ms;
}
.page .section_visuel_text_full_50 .button.button-border:hover {
    background-color: #d85b30;
}

.page .table-striped > thead > tr{
    background-color: rgba(0,0,0,0.05);
}
.page .table-striped > thead > tr > th{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 2px solid #dddddd !important;
}

/********************* PAGE GALLERY *********************/
.page-template-page-gallery section.filter {
    background-color: #f2f2f2;
}
.page-template-page-gallery .portfolio-filter {
    margin-bottom: 0;
}
.page-template-page-gallery .img-wrapper {
    position: relative;
    display: block;
}
.page-template-page-gallery .img-wrapper .layer {
    position: absolute;
    display: block;
    width: -webkit-calc(100% - 1px);
    width: -moz-calc(100% - 1px);
    width: calc(100% - 1px);
    height: -webkit-calc(100% - 1px);
    height: -moz-calc(100% - 1px);
    height: calc(100% - 1px);
    background-color: rgba(216,91,48,0.95);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    top: 0;
    left: 0;
}
.page-template-page-gallery .img-wrapper:hover .layer {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.page-template-page-gallery .img-wrapper .layer i {
    color: #fff;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    font-size: 25px;
    text-align: center;
}

/********************* PAGE FAQ *********************/

.page-template-page-faq h1 {
    font-size: 30px;
    line-height: 1;
    color: #2c307e;
    margin-bottom: 40px;
}
.page-template-page-faq .panel-group .panel.panel-default {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0 none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #cccccc;
}
.page-template-page-faq .panel-default > .panel-heading {
    color: #4b6894;
    background-color: transparent;
    border-color: transparent;
    padding: 10px 0;
}
.page-template-page-faq .panel-default > .panel-heading .panel-title {
    font-size: 18px;
}
.page-template-page-faq .panel-default > .panel-heading a:hover {
    color: #4b6894;
}
.page-template-page-faq .panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'font-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e72d";
    float: right; 
    color: grey; 
}
.page-template-page-faq .panel-heading .accordion-toggle.collapsed:after {
    content: "\e70b";
}
.page-template-page-faq .panel-group .panel-heading + .panel-collapse > .panel-body,
.page-template-page-faq .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 0 none;
}
.page-template-page-faq .panel-body p:last-child  {
    margin-bottom: 0;
}

/********************* PAGE CONTACT *********************/

.page-template-page-contact .content > .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.page-template-page-contact h1 {
    font-size: 30px;
    color: #2c307e;
    line-height: 1;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.page-template-page-contact h1:after {
    display: block;
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: #a3a3a3;
    left: 0;
    bottom: 0;
}
.page-template-page-contact .form p {
    margin-bottom: 12px;
}
.page-template-page-contact .form label {
    font-size: 14px;
    display: block;
}
.page-template-page-contact select {
    width: 100%;
    line-height: 50px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    background-color: #d85b30;
    display: block;
    padding: 15px;
}
.page-template-page-contact select,
.page-template-page-contact input[type=text] {
    margin-bottom: 20px;
}
.page-template-page-contact span.wpcf7-list-item {
    margin: 0 15px 0 0;
}
.page-template-page-contact input[type=text],
.page-template-page-contact input[type=email] {
    line-height: 45px;
    border: 1px solid #a3a3a3;
    width: 100%;
}
.page-template-page-contact textarea {
    border: 1px solid #a3a3a3;
    width: 100%;
}
.page-template-page-contact .optin label {
    text-transform: none;
    font-size: 12px;
    letter-spacing: initial;
    margin-bottom: 20px;
}
.page-template-page-contact .pj {
    display: block;
    margin-bottom: 20px;
}
.page-template-page-contact input[type=submit] {
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    border: 0 none;
    line-height: 50px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    background-color: #026fa3;
}
.page-template-page-contact .orange {
    background-color: #d85b30;
    color: #fff;
}
.page-template-page-contact .orange a {
    color: #fff;
}
.page-template-page-contact .orange a:hover {
    color: #fff;
    text-decoration: underline;
}
.page-template-page-contact .orange h3 {
    font-weight: 500;
    font-size: 20px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    color: #fff;
}
.page-template-page-contact .orange h3:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content:'';;
    display: block;
    width: 30px;
    height: 1px;
    background-color: #fff;
}

/********************* 404 *********************/

.error404 section#content {
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    overflow: visible;
}
.error404 section#content .content-wrap {
    padding: 100px 0;
}
.error404 .content {
    color: #fff;
}
.error404 h1 {
    font-size: 75px;
    line-height: 1;
    text-align: center;
    margin-bottom: 0;
    color: #fff;
}
.error404 h2 {
    font-size: 18px;
    line-height: 1;
    text-align: center;
    margin-bottom: 0;
    font-weight: 700;
    color: #fff;
    margin-bottom: 35px;
}
.error404 .content form {
    width: 100%;
    margin-bottom: 60px;
    position: relative;
}
.error404 .content input[type=search] {
    width: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-style: italic;
    color: #9f9f9f;
    font-size: 13px;
    padding: 0 30px;
    line-height: 45px;
    border: 0 none;
}
.error404 .content button {
    position: absolute;
    display: block;
    width: 50px;
    height: 100%;
    background-color: transparent;
    border: 0 none;
    color: #9f9f9f;
    text-align: center;
    top: 0;
    right: 0;
}
.error404 .links404 a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 250px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    font-size: 13px;
    text-align: center;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    transition: all ease 300ms;
    color: #fff;
    padding: 40px 0;
    border: 1px solid #fff;
}
.error404 .links404 a:hover {
    color: #2c307e;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1);
}
.error404 .links404 svg {
    display: block;
    height: 40px;
    width: auto;
    margin: 0 auto 20px auto;
}
.error404 .links404 svg path {
    fill: #fff;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    transition: all ease 300ms;
}
.error404 .links404 a:hover svg path {
    fill: #2c307e;
}
.error404 .links404 .title {
    font-size: 18px;
    display: inline-block;
    margin-bottom: 15px;
}

/********************* ECRANS TML/LOGIN *********************/

.page-template-page-tml section#content {
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    overflow: visible;
}
.page-template-page-tml section#content .content-wrap {
    padding: 100px 0;
}
.page-template-page-tml .tml {
    background-color: #fff;
    margin: 0 auto;
    padding: 35px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.page-template-page-tml .tml.tml-register {
    max-width: 640px;
}
.page-template-page-tml .tml .title {
    display: block;
    margin-bottom: 25px;
    color: #2c307e;
    font-size: 18px;
}
.page-template-page-tml .tml label {
    line-height: 1;
    margin-bottom: 10px;
}
.page-template-page-tml .tml input[type=text],
.page-template-page-tml .tml input[type=password] {
    margin: 0;
    line-height: 50px;
    padding: 0 15px;
}
.page-template-page-tml .tml input[type=submit] {
    font-size: 12px;
    border: 0 none;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    background-color: #026fa3;
    color: #fff;
    padding: 0 15px;
    width: 100%;
}
.page-template-page-tml .tml-action-links {
    display: block;
    font-size: 12px;
    text-align: center;
}
.page-template-page-tml .tml-action-links li {
    float: none;
    display: inline-block;
    text-align: center;
}
.page-template-page-tml .tml-action-links a {
    color: #d85b30;
}

.page-template-page-tml #content .tml .error,
.page-template-page-tml #content .tml .tml-registration-confirmation {
    font-size: 14px;
    line-height: 19px;
}

.page-template-page-tml .tml.tml-register form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.page-template-page-tml .tml.tml-register form > p {
    width: 49%;
    float: left;
}
.page-template-page-tml .tml.tml-register form p:nth-child(even) {
    margin-left: 2%;
}
.page-template-page-tml .tml.tml-register form > p.tml-registration-confirmation {
    padding-top: 33px;
}
.page-template-page-tml .tml.tml-register form > p input[type="submit"] {
    margin-top: 0 !important;
}

/********************* SINGLE NEWS / POST *********************/
.single-post h1,
.single-experiment h1 {
    color: #2c307e;
    font-size: 30px;
    text-align: center;
    line-height: 1;
    margin-bottom: 50px;
}
.single-post .post-content h2,
.single-experiment .post-content h2 {
    position: relative;
    padding-top: 30px;
    font-weight: 700;
    font-size: 30px;
    color: #2c307e;
    margin-bottom: 50px;
}
.single-post .post-content h2:before,
.single-experiment .post-content h2:before {
    position: absolute;
    width: 30px;
    height: 0px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    content:'';
    display: block;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}
.single-post .post-content h3,
.single-experiment .post-content h3 {
    color: #026fa3;
    line-height: 1.2;
    font-size: 20px;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.single-post .post-content h3:after,
.single-experiment .post-content h3:after {
    background-color: #026fa3;
    position: absolute;
    width: 30px;
    height: 2px;
    content: '';
    display: block;
    bottom: 0;
    left: 0;
}
.single-post .time,
.single-experiment .time {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #d85b30;
    margin-bottom: 20px;
}
.single-post .post-thumbnail,
.single-experiment .post-thumbnail {
    margin-bottom: 70px;
}
.single-post .post-thumbnail img,
.single-experiment .post-thumbnail img {
    display: block;
    margin: 0 auto;
}
.single-post .post-content blockquote,
.single-experiment .post-content blockquote {
    margin-bottom: 30px;
    font-style: italic;
    font-size: 20px;
    color: #d85b30;
    border-left: 4px solid #d85b30 !important;
    padding-left: 25px;
}
.single-post .post-content blockquote:before,
.single-experiment .post-content blockquote:before {
    content: none;
    display: none;
}
.single-post .post-content ul,
.single-experiment .post-content ul {
    padding-left: 25px;
}
.single-post .post-navigation a,
.single-experiment .post-navigation a {
    color: #d85b30;
    font-size: 11px;
}

/********************* SINGLE TEAM *********************/

.single-team_member .section h1 {
    color: #2c307e;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 20px;
}
.single-team_member .section h2 {
    font-size: 22px;
    font-style: italic;
    margin: 0;
    color: #919191;
    line-height: 1;
    font-weight: normal !important;
}
.single-team_member .member-header {
    margin-bottom: 35px;
}
.single-team_member .si-share {
    border-bottom: 0 none;
    border-top: 1px solid #b4b4b4;
    color: #b4b4b4;
}
.single-team_member .si-share .social-icon {
    font-size: 13px;
    color: #b4b4b4;
}
.single-team_member .section {
    font-size: 14px;
}
.single-team_member .section h3 {
    color: #6492d8;
    line-height: 1.2;
    font-size: 20px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.single-team_member .section h3:after {
    background-color: #a3a3a3;
    position: absolute;
    width: 30px;
    height: 1px;
    content: '';
    display: block;
    bottom: 0;
    left: 0;
}
.single-team_member .section-quote .quote {
    margin-bottom: 70px;
    font-style: italic;
    font-size: 20px;
    color: #d85b30;
    border-left: 4px solid #d85b30 !important;
    padding-left: 25px;
}
.single-team_member .section-quote .quote:before {
    content: none;
    display: none;
}
.single-team_member ul {
    padding-left: 25px;
}


/********************* SINGLE PARTNER *********************/

.single-client_partner .section h1 {
    color: #2c307e;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 10px;
}
.single-client_partner .section h1.icons-over-title:before {
    height: 2px;
}
.single-client_partner .section h2 {
    font-size: 22px;
    font-style: italic;
    margin: 0;
    color: #919191;
    line-height: 1;
    font-weight: normal !important;
}
.single-client_partner .portfolio-single-image img {
    max-width: 100%;
    margin: 0 auto;
    width: auto;
}
.single-client_partner .portfolio-single-content {
    background-color: #f2f2f2;
}
.single-client_partner .portfolio-single-content > div {
    padding: 100px 100px 20px 100px;
}
.single-client_partner .partner-header {
    margin-bottom: 35px;
}
.single-client_partner .si-share {
    border-bottom: 0 none;
    border-top: 1px solid #b4b4b4;
    color: #b4b4b4;
}
.single-client_partner .si-share .social-icon {
    font-size: 13px;
    color: #b4b4b4;
}
.single-client_partner .section {
    font-size: 13px;
}
.single-client_partner .section .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.single-client_partner .section h3 {
    color: #026fa3;
    line-height: 1.2;
    font-size: 20px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.single-client_partner .section h3:after {
    background-color: #a3a3a3;
    position: absolute;
    width: 30px;
    height: 1px;
    content: '';
    display: block;
    bottom: 0;
    left: 0;
}
.single-client_partner ul {
    padding-left: 25px;
}

/********************* SINGLE TESTIMONY *********************/

.single-testimony .section h3 {
    color: #026fa3;
    line-height: 1.2;
    font-size: 20px;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.single-testimony .section h3:after {
    background-color: #026fa3;
    position: absolute;
    width: 30px;
    height: 2px;
    content: '';
    display: block;
    bottom: 0;
    left: 0;
}
.single-testimony .about {
    line-height: 2;
    color: #5a5d62;
    font-size: 13px;
}
.single-testimony .social-know-us .title {
    position: relative;
    text-transform: uppercase;
    color: #026fa3;
    display: inline-block;
    margin-bottom: 10px;
    line-height: 1;
    font-size: 12px;
}
.single-testimony .social-know-us .title:before {
    display: block;
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    background-color: #404d60;
    top: -18px;
    left: 0;
}
.single-testimony .social-know-us .social .title {
    color: #fff;
}
.single-testimony .social-know-us .social .title:before {
    background-color: #fff;
}
.single-testimony .social-know-us .social {
    background-color: #d85b30;
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 150px;
}
.single-testimony .social-know-us .social:after {
    position: absolute;
    height: 100%;
    width: 200%;
    right: -200%;
    content: '';
    display: block;
    background: #d85b30;
    top: 0;
}
.single-testimony .social-know-us .know-us {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 150px;
}
.single-testimony .social-know-us .know-us .reply {
    display: inline-block;
    color: #d85b30;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 25px;
}
.single-testimony .gallery h2 {
    color: #2c307e;
    line-height: 1;
    margin-bottom: 50px;
}
.single-testimony .gallery .portfolio {
    margin: 0 -25px -25px 0;
    overflow: visible;
}
.single-testimony .gallery .portfolio-item {
    padding: 0 30px 30px 0;
    overflow: visible;
}
.single-testimony .gallery .portfolio-image {
    -webkit-box-shadow: 0 10px 10px #b4b4b4;
    -moz-box-shadow: 0 10px 10px #b4b4b4;
    box-shadow: 0 10px 10px #b4b4b4;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.single-testimony .gallery article:hover .portfolio-image {
    -webkit-box-shadow: 0 0 0 #b4b4b4;
    -moz-box-shadow: 0 0 0 #b4b4b4;
    box-shadow: 0 0 0 #b4b4b4;
}
.single-testimony .gallery .portfolio-image a {
    position: relative;
}
.single-testimony .gallery .portfolio-image .layer {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(216,91,48,0.95);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    top: 0;
    left: 0;
}
.single-testimony .gallery article:hover .portfolio-image .layer {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.single-testimony .gallery .portfolio-image .layer i {
    color: #fff;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    font-size: 25px;
    text-align: center;
}

.single-testimony .cta {
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    padding: 100px 0;
    margin-bottom: 50px !important;
}
.single-testimony .cta.cta-centre {
    margin-bottom: 0 !important;
}
.single-testimony .cta h2 {
    font-size: 39px;
    color: #fff;
    line-height: 1;
    font-weight: 400;
}
.single-testimony .cta h2 strong {
    font-weight: 700;
}
.single-testimony .cta a.button {
    padding: 15px 45px 15px 75px;
    line-height: 1.5;
    height: auto;
    background-repeat: no-repeat;
    background-position: 30px 50%;
    background-image: url(../images/icons/blue-filled-plane.svg);
    -moz-background-size: 22px;
    -o-background-size: 22px;
    background-size: 22px;
    background-color: #FFF;
    color: #026fa3 !important;
    margin: 50px 0 0 0;
    border: 0 none;
    display: inline-block;
}
.single-testimony .cta a.button:hover {
    color: #FFFFFF;
    background-color: #d85b30;
    /*background-image: url(../images/icons/white-filled-plane-testi.svg);*/
}

/********************* TESTIMONIAL EDIT *********************/

.page-template-template-testimonial_edit .main-content h1 {
    color: #2c307e;
    font-size: 34px;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.2;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.page-template-template-testimonial_edit .main-content h1 strong,
.page-template-template-testimonial_edit .main-content h1 b {
    font-weight: 500;
}
.page-template-template-testimonial_edit .main-content h1:after {
    position: absolute;
    bottom: 0;
    width: 30px;
    height: 1px;
    background-color: #80848a;
    display: block;
    content: '';
    left: -webkit-calc(50% - 15px);
    left: -moz-calc(50% - 15px);
    left: calc(50% - 15px);
}
.page-template-template-testimonial_edit .main-content .content {
    text-align: center;
    color: #6d737b;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.2;
}
.page-template-template-testimonial_edit .main-content .content a {
    text-decoration: underline !important;
    color: #7098da;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
}
.page-template-template-testimonial_edit .main-content .content a:hover {
    text-decoration: none !important;
    color: #d85b30;
}
.page-template-template-testimonial_edit .acf-form > .acf-fields > .acf-field > .container > .acf-label > label {
    color: #2c307e;
    font-size: 18px;
    line-height: 1;
    position: relative;
    padding-bottom: 20px;
    font-weight: 700 !important;
    text-transform: none;
    margin-bottom: 20px;
    letter-spacing: 0;
}
.page-template-template-testimonial_edit .acf-form > .acf-fields > .acf-field > .container > .acf-label > label:after {
    background-color: #2c307e;
    position: absolute;
    width: 30px;
    height: 2px;
    content: '';
    display: block;
    bottom: 0;
    left: 0;
}
.page-template-template-testimonial_edit .acf-form p.description {
    display: none;
}
.page-template-template-testimonial_edit .acf-form .acf-button,
.page-template-template-testimonial_edit .acf-form input[type=submit] {
    background-color: #026fa3;
    border: 1px solid #026fa3;
    color: #FFFFFF;
    line-height: 47px;
    height: 50px;
    font-size: 13px;
    margin-top: 40px;
    margin-left: 0;
    font-weight: 500;
    padding: 0 22px;
}
.page-template-template-testimonial_edit .acf-form input[type=submit] {
    display: block;
    margin: 40px auto 0 auto;
}
.page-template-template-testimonial_edit .acf-form > .acf-fields > .acf-field {
    position: relative;
    margin: 0;
    padding: 60px 0;
    background-color: #f2f2f2;
    overflow: hidden;
}
.page-template-template-testimonial_edit .acf-form > .acf-fields > .acf-field:nth-child(even) {
    background-color: #fff;
}
.page-template-template-testimonial_edit .acf-repeater .acf-table tr {
    display: block;
    width: 33%;
    float: left;
}
.page-template-template-testimonial_edit .acf-repeater .acf-row-handle.order {
    background: #f9f9f9;
}
.page-template-template-testimonial_edit .acf-repeater .acf-row-handle .acf-icon {
    z-index: 1;
}
.page-template-template-testimonial_edit .acf-repeater .acf-image-uploader .image-wrap {
    margin: 0 auto;
    float: none;
}
.page-template-template-testimonial_edit .acf-repeater .acf-fields > .acf-field {
    border-top: 0 none;
}
.page-template-template-testimonial_edit .acf-repeater .acf-field-true-false .acf-label {
    width: 90%;
    float: right;
}
.page-template-template-testimonial_edit .acf-repeater .acf-field-true-false .acf-input {
    width: 10%;
    float: left;
}
.page-template-template-testimonial_edit .acf-repeater .acf-label label {
    text-transform: none;
}
.page-template-template-testimonial_edit .acf-repeater .acf-field-image .acf-label,
.page-template-template-testimonial_edit .acf-repeater .acf-field-oembed .acf-label {
    display: none;
}
.page-template-template-testimonial_edit .acf-repeater .acf-field-image img {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.page-template-template-testimonial_edit .acf-repeater .acf-field-image .acf-actions.-hover {
    display: none !important;
}

/********************* TAXO TEAM *********************/

.archive.tax-team .main-content h1 {
    color: #2c307e;
    font-size: 34px;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.2;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.archive.tax-team .main-content h1 strong,
.archive.tax-team .main-content h1 b {
    font-weight: 500;
}
.archive.tax-team .main-content h1:after {
    position: absolute;
    bottom: 0;
    width: 30px;
    height: 1px;
    background-color: #80848a;
    display: block;
    content: '';
    left: -webkit-calc(50% - 15px);
    left: -moz-calc(50% - 15px);
    left: calc(50% - 15px);
}
.archive.tax-team .main-content .content {
    text-align: center;
    color: #6d737b;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.2;
}
.archive.tax-team .main-content .content a {
    text-decoration: underline !important;
    color: #7098da;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
}
.archive.tax-team .main-content .content a:hover {
    text-decoration: none !important;
    color: #d85b30;
}
.archive.tax-team .section h2 {
    margin-bottom: 40px;
    line-height: 1;
    color: #2c307e;
}
.archive.tax-team .portfolio-image {
    -webkit-box-shadow: 0 10px 30px #e0e0e0;
    -moz-box-shadow: 0 10px 30px #e0e0e0;
    box-shadow: 0 10px 30px #e0e0e0;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.archive.tax-team article:hover .portfolio-image {
    -webkit-box-shadow: 0 10px 30px #b4b4b4;
    -moz-box-shadow: 0 10px 30px #b4b4b4;
    box-shadow: 0 10px 30px #b4b4b4;
}
.archive.tax-team .portfolio-image a {
    position: relative;
    max-height: 460px;
}
.archive.tax-team .portfolio-image .layer {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(216,91,48,0.95);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    top: 0;
    left: 0;
}
.archive.tax-team article:hover .portfolio-image .layer {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.archive.tax-team .portfolio-image .layer i {
    color: #fff;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    font-size: 25px;
    text-align: center;
}
.archive.tax-team article h3 a {
    font-size: 19px;
    color: #404d60;
}
.archive.tax-team article h4 {
    font-size: 14px;
    min-height: 42px;
    margin-bottom: 10px;
    color: #818181;
    font-style: italic;
}

/********************* POSTS ARCHIVE/CATEGORY *********************/

.home-posts .main-content h1 {
    color: #2c307e;
    font-size: 34px;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.2;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.home-posts .main-content h1 strong,
.home-posts .main-content h1 b {
    font-weight: 500;
}
.home-posts .main-content h1:after {
    position: absolute;
    bottom: 0;
    width: 30px;
    height: 1px;
    background-color: #80848a;
    display: block;
    content: '';
    left: -webkit-calc(50% - 15px);
    left: -moz-calc(50% - 15px);
    left: calc(50% - 15px);
}
.home-posts .main-content .content {
    text-align: center;
    color: #6d737b;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.2;
}
.home-posts .main-content .content a {
    text-decoration: underline !important;
    color: #7098da;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
}
.home-posts .main-content .content a:hover {
    text-decoration: none !important;
    color: #d85b30;
}
.home-posts .main-content .content p:last-child {
    margin-bottom: 0;
}
.home-posts .portfolio-filter {
    text-align: left;
}
.home-posts .portfolio-filter a {
    text-align: center;
    background-color: #fff;
}
.home-posts .portfolio-filter li.cat-item-all a,
.category .home-posts .portfolio-filter li.current-cat a {
    color: #FFF !important;
    background-color: #d85b30;
    margin: 0;
    padding: 0 15px;
    font-weight: 500;
}
.category .home-posts .portfolio-filter li.cat-item-all a {
    color: #717171 !important;
    background-color: #FFF;
}
.home-posts article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.home-posts .row.posts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.home-posts h2 {
    font-size: 30px;
    margin-bottom: 25px;
    color: #2c307e;
}
.home-posts .posts p {
    font-size: 13px;
    line-height: 1.8;
}
.home-posts article > .clearfix {
    -webkit-box-shadow: 0 10px 30px #e0e0e0;
    -moz-box-shadow: 0 10px 30px #e0e0e0;
    box-shadow: 0 10px 30px #e0e0e0;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.home-posts article:hover > .clearfix {
    -webkit-box-shadow: 0 10px 30px #b4b4b4;
    -moz-box-shadow: 0 10px 30px #b4b4b4;
    box-shadow: 0 10px 30px #b4b4b4;
}
.home-posts .entry-image .layer {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(216,91,48,0.95);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    top: 0;
    left: 0;
}
.home-posts .entry-image:hover .layer {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.home-posts .entry-image .layer i {
    color: #fff;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    font-size: 25px;
    text-align: center;
}
.home-posts .ipost .entry-meta {
    margin-right: 0;
    margin: 0 0 10px 0;
    padding: 0 30px;
    background: transparent;
}
.home-posts .ipost .entry-meta li {
    margin-right: 0;
    margin: 0;
    float: none;
    line-height: inherit;
    font-size: 11px;
    color: #d85b30;
    font-style: normal;
}
.home-posts .entry-title {
    padding: 0 30px;
}
.home-posts .ipost .entry-title h3 a,
.home-posts .ipost .entry-title h3 a:hover {
    color: #2c307e;
}
.home-posts .entry-content {
    padding: 0 30px 20px 30px;
    color: #818181;
    margin-top: 15px;
}
.home-posts .entry-content a.more {
    display: block;
    text-align: right;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 11px;
    color: #818181;
}
.cat-filter {
    position: static;
    margin: 0 auto 40px auto;
    border: 0 none;
    float: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;

}
.cat-filter li {
    float: none;
    display: inline-block;
    margin-right: 30px;
}
.cat-filter li:last-child {
    margin-right: 0;
}
.cat-filter li a {
    width: auto;
    padding: 0 15px;
    font-size: 14px;
    line-height: 38px;
    color: #717171;
    background-color: #f2f2f2;
    border-left: 0 none;
}
.cat-filter li a:hover {
    color: #d85b30;
}
.cat-filter li:first-child a,
.cat-filter li:last-child a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.cat-filter li.activeFilter a {
    color: #FFF !important;
    background-color: #d85b30;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

/********************* ARCHIVES EXPERIMENT *********************/
.post-type-archive-experiment .home-posts .main-content.content-alt .content {
    text-align: justify;
}
.post-type-archive-experiment .home-posts .main-content.content-alt .content h2 {
    color: #2c307e;
    margin-bottom: 15px;
    font-size: 25px;
}
.post-type-archive-experiment .home-posts .main-content.content-alt .content h3 {
    color: #2c307e;
    margin-bottom: 15px;
    font-size: 20px;
}
.post-type-archive-experiment .home-posts .main-content.content-alt .content ul {
    padding-left: 25px;
}

/********************* ARCHIVES PARTNER *********************/

.post-type-archive-client_partner .main-content h1 {
    color: #2c307e;
    font-size: 34px;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.2;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.post-type-archive-client_partner .main-content h1 strong,
.post-type-archive-client_partner .main-content h1 b {
    font-weight: 500;
}
.post-type-archive-client_partner .main-content h1:after {
    position: absolute;
    bottom: 0;
    width: 30px;
    height: 1px;
    background-color: #80848a;
    display: block;
    content: '';
    left: -webkit-calc(50% - 15px);
    left: -moz-calc(50% - 15px);
    left: calc(50% - 15px);
}
.post-type-archive-client_partner .main-content .content {
    text-align: center;
    color: #6d737b;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.2;
}
.post-type-archive-client_partner .main-content .content a {
    text-decoration: underline !important;
    color: #7098da;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
}
.post-type-archive-client_partner .main-content .content a:hover {
    text-decoration: none !important;
    color: #d85b30;
}
.post-type-archive-client_partner .main-content .content p:last-child {
    margin-bottom: 0;
}
.post-type-archive-client_partner .portfolio-image {
    -webkit-box-shadow: 0 10px 30px #e0e0e0;
    -moz-box-shadow: 0 10px 30px #e0e0e0;
    box-shadow: 0 10px 30px #e0e0e0;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.post-type-archive-client_partner article:hover .portfolio-image {
    -webkit-box-shadow: 0 10px 30px #b4b4b4;
    -moz-box-shadow: 0 10px 30px #b4b4b4;
    box-shadow: 0 10px 30px #b4b4b4;
}
.post-type-archive-client_partner article:hover .portfolio-image img {
    background-color: #FFF;
}
.post-type-archive-client_partner .portfolio-image a {
    position: relative;
}
.post-type-archive-client_partner .portfolio-image .layer {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(216,91,48,0.95);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    top: 0;
    left: 0;
}
.post-type-archive-client_partner article:hover .portfolio-image .layer {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.post-type-archive-client_partner .portfolio-image .layer i {
    color: #fff;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    font-size: 25px;
    text-align: center;
}
.post-type-archive-client_partner .portfolio-filter {
    text-align: left;
}
.post-type-archive-client_partner .portfolio-filter a {
    text-align: center;
    background-color: #fff;
}

/********************* ARCHIVE TESTIMONY *********************/

.post-type-archive-testimony .main-content h1 {
    color: #2c307e;
    font-size: 34px;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.2;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.post-type-archive-testimony .main-content h1 strong,
.post-type-archive-testimony .main-content h1 b {
    font-weight: 500;
}
.post-type-archive-testimony .main-content h1:after {
    position: absolute;
    bottom: 0;
    width: 30px;
    height: 1px;
    background-color: #80848a;
    display: block;
    content: '';
    left: -webkit-calc(50% - 15px);
    left: -moz-calc(50% - 15px);
    left: calc(50% - 15px);
}
.post-type-archive-testimony .main-content .content {
    text-align: center;
    color: #6d737b;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.2;
}
.post-type-archive-testimony .main-content .content a {
    text-decoration: underline !important;
    color: #7098da;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
}
.post-type-archive-testimony .main-content .content a:hover {
    text-decoration: none !important;
    color: #d85b30;
}
.post-type-archive-testimony .main-content .content p:last-child {
    margin-bottom: 0;
}
.post-type-archive-testimony .section:not(.section-slider-cta) h2 {
    margin-bottom: 40px;
    line-height: 1;
    color: #2c307e;
}
.page .main-content .content .tml .testimony-item .testimony-image,
.post-type-archive-testimony .testimony-image {
    -webkit-box-shadow: 0 10px 30px #e0e0e0;
    -moz-box-shadow: 0 10px 30px #e0e0e0;
    box-shadow: 0 10px 30px #e0e0e0;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-bottom: 25px;
    width: 540px;
    height: 360px;
}
.page .main-content .content .tml .testimony-item:hover .testimony-image ,
.post-type-archive-testimony article:hover .testimony-image {
    -webkit-box-shadow: 0 10px 30px #b4b4b4;
    -moz-box-shadow: 0 10px 30px #b4b4b4;
    box-shadow: 0 10px 30px #b4b4b4;
}
.page .main-content .content .tml .testimony-item .testimony-image a,
.post-type-archive-testimony .testimony-image a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-position: 50%;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.page .main-content .content .tml .testimony-item .testimony-image .layer,
.post-type-archive-testimony .testimony-image .layer {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(216,91,48,0.95);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    top: 0;
    left: 0;
}
.page .main-content .content .tml .testimony-item:hover .testimony-image .layer,
.post-type-archive-testimony article:hover .testimony-image .layer {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.post-type-archive-testimony .slickslider .slide {
    padding: 15px;
}
.post-type-archive-testimony .slickslider .slick-prev:before,
.post-type-archive-testimony .slickslider .slick-next:before {
    color: #9f9f9f;
}
.post-type-archive-testimony .slickslider h3 {
    line-height: 1;
    font-size: 30px;
    color: #2c307e;
    margin-bottom: 10px;
}
.post-type-archive-testimony .slickslider h3 a {
    color: #2c307e;
}
.post-type-archive-testimony h4 {
    line-height: 1;
    font-size: 14px;
    color: #818181;
    font-style: italic;
}
.page .main-content .content .tml .testimony-item .verbatim,
.post-type-archive-testimony .verbatim {
    display: block;
    position: absolute;
    bottom: 70px;
    width: 80%;
    margin: auto;
    left: 0;
    right: 0;
    padding-left: 25px;
    color: #fff;
    font-style: italic;
    border-left: 5px solid #fff;
}
.post-type-archive-testimony .section-slider-cta {
    padding: 0;
    color: #fff;
}
.post-type-archive-testimony .section-slider-cta .slider-cta {
    max-width: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.post-type-archive-testimony .section-slider-cta .slide {
    padding: 110px 0;
    background-repeat: no-repeat;
    background-position: 50%;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.post-type-archive-testimony .section-slider-cta .sup-title {
    color: #6492d8;
    font-size: 11px;
    padding-bottom: 5px;
    margin-bottom: 30px;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 2px solid #6492d8;
}
.post-type-archive-testimony .section-slider-cta h2,
.post-type-archive-testimony .section-slider-cta h3 {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 40px;
    color: #FFF;
}
.post-type-archive-testimony .section-slider-cta .content {
    font-size: 13px;
    margin-bottom: 40px;
    line-height: 2;
}
.post-type-archive-testimony .section-slider-cta .button.button-border.button-light {
    font-size: 13px;
}
.page .main-content .content .tml .testimony-item,
.post-type-archive-testimony .testimonies article {
    margin-bottom: 25px;
}
.page .main-content .content .tml .testimony-item:nth-child(4n),
.post-type-archive-testimony .testimonies article:nth-child(4n) {
    clear: left;
}
.page .main-content .content .tml .testimony-item h3,
.post-type-archive-testimony .testimonies h3 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
}
.page .main-content .content .tml .testimony-item h3 a,
.post-type-archive-testimony .testimonies h3 a {
    color: #2c307e;
}
.post-type-archive-testimony .testimonies h4 {
    margin-bottom: 0;
    font-size: 14px;
    color: #818181;
    line-height: 1;
}
.page .main-content .content .tml .testimony-item .testimony-image,
.post-type-archive-testimony .testimonies .testimony-image {
    width: 370px;
    height: 240px;
    max-width:100%;
}
.page .main-content .content .tml .testimony-item .verbatim,
.post-type-archive-testimony .testimonies .verbatim {
    font-size: 12px;
    bottom: 20px;
    width: 90%;
    padding-left: 15px;
}

/********************* SEARCH PAGE *********************/

.search-results .content h1 {
    font-size: 30px;
    line-height: 1;
    color: #2c307e;
    margin-bottom: 40px;
}
.search-results article {
    padding: 60px 0;
    border-bottom: 1px solid #cccccc;
}
.search-results article h2 {
    font-size: 18px;
    margin-bottom: 35px;
}
.search-results article h2 a {
    color: #4b6894;
}
.search-results article p {
    margin: 0;
    margin-bottom: 0;
    font-size: 13px;
}
.search-results article a.more {
    display: block;
    text-align: right;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 11px;
    color: #818181;
}

/********************* RESA *********************/
/*.page-template-page-reservation .section-resa [class*='col-']:nth-child(3n) {
clear: left;
}*/
.page-template-page-reservation .section-resa .flightsel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.page-template-page-reservation .section-resa .flightsel-item {
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #888;
    color: #fff;
    min-height: 245px;
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    transition: all ease 300ms;
}
.page-template-page-reservation .section-resa .flightsel-item a,
.page-template-page-reservation .section-resa .flightsel-item a:visited {
    color: #fff;
}
.page .main-content .content .tml .flightsel-item:hover,
.page-template-page-reservation .section-resa .flightsel-item:hover {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
}
.page .main-content .content .tml .flightsel-item .layer,
.page-template-page-reservation .section-resa .flightsel-item .layer {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(216, 91, 48, 0.5);
    border: 10px solid #de7e5d;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    transition: all ease 300ms;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 2;
}
.page .main-content .content .tml .flightsel-item .gradient,
.page-template-page-reservation .section-resa .flightsel-item .gradient {
    position: absolute;
    display: block;
    width: 100%;
    height: 200px;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(29,52,87,0) 0%, rgba(29,52,87,0) 1%, rgba(29,52,87,1) 100%);
    background: -webkit-linear-gradient(top, rgba(29,52,87,0) 0%,rgba(29,52,87,0) 1%,rgba(29,52,87,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(29,52,87,0)),color-stop(1%, rgba(29,52,87,0)),to(rgba(29,52,87,1)));
    background: -moz-linear-gradient(top, rgba(29,52,87,0) 0%,rgba(29,52,87,0) 1%,rgba(29,52,87,1) 100%);
    background: -o-linear-gradient(top, rgba(29,52,87,0) 0%,rgba(29,52,87,0) 1%,rgba(29,52,87,1) 100%);
    background: linear-gradient(to bottom, rgba(29,52,87,0) 0%,rgba(29,52,87,0) 1%,rgba(29,52,87,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001d3457', endColorstr='#1d3457',GradientType=0 );
    z-index: 1;
}

/* 
.page .main-content .content .tml .flightsel-item.full-flight .layer,
.page-template-page-reservation .section-resa .flightsel-item.full-flight .layer,
*/
.page .main-content .content .tml .flightsel-item:hover .layer,
.page .main-content .content .tml .flightsel-item.partner-flight .layer,
.page-template-page-reservation .section-resa .flightsel-item:hover .layer,
.page-template-page-reservation .section-resa .flightsel-item.partner-flight .layer {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.page-template-page-reservation .section-resa .flightsel-item .infos {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    padding: 0 40px 25px 40px;
}
.page .main-content .content .tml .flightsel-item.partner-flight .infos,
.page .main-content .content .tml .flightsel-item.full-flight .infos,
.page-template-page-reservation .section-resa .flightsel-item.partner-flight .infos,
.page-template-page-reservation .section-resa .flightsel-item.full-flight .infos {
    height: auto;
    bottom: auto;
    position: relative;
    padding: 50px 40px;
}
.page .main-content .content .tml .flightsel-item .infos .flight_date,
.page-template-page-reservation .section-resa .flightsel-item .infos .flight_date {
    font-size: 25px;
    line-height: 1;
    display: block;
    padding-left: 35px;
    background: transparent url(../images/icons/calendar.svg) 0 0 no-repeat;
    margin-bottom: 15px;
}
.page .main-content .content .tml .flightsel-item.partner-flight .infos .flight_date,
.page .main-content .content .tml .flightsel-item.full-flight .infos .flight_date,
.page-template-page-reservation .section-resa .flightsel-item .infos .flight_date,
.page-template-page-reservation .section-resa .flightsel-item.partner-flight .infos .flight_date,
.page-template-page-reservation .section-resa .flightsel-item.full-flight .infos .flight_date {
    display: inline-block;
}
.page .main-content .content .tml .flightsel-item .infos .airport,
.page-template-page-reservation .section-resa .flightsel-item .infos .airport {
    font-size: 30px;
    line-height: 1;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}
.page .main-content .content .tml .flightsel-item .infos .airport:after,
.page-template-page-reservation .section-resa .flightsel-item .infos .airport:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15px;
    height: 1px;
    content: '';
    display: block;
    background-color: #fff;
}
.page .main-content .content .tml .flightsel-item.partner-flight .infos .airport:after,
.page .main-content .content .tml .flightsel-item.full-flight .infos .airport:after,
.page-template-page-reservation .section-resa .flightsel-item.partner-flight .infos .airport:after,
.page-template-page-reservation .section-resa .flightsel-item.full-flight .infos .airport:after {
    right: 0;
}
.page-template-page-reservation .section-resa .flightsel-item .infos .prix {
    font-size: 15px;
    line-height: 1;
    float: left;
    width: 50%;
    display: block;
    text-align: left;
}

.page .main-content .content .tml .flightsel-item .infos .prix{
    font-size: 15px;
    line-height: 1;
    float: left;
    display: block;
    text-align: left;
}
.page .main-content .content .tml .flightsel-item.partner-flight .infos .prix,
.page .main-content .content .tml .flightsel-item.full-flight .infos .prix,
.page-template-page-reservation .section-resa .flightsel-item.partner-flight .infos .prix,
.page-template-page-reservation .section-resa .flightsel-item.full-flight .infos .prix {
    float: none;
    width: 100%;
}
.page-template-page-reservation .section-resa .flightsel-item .infos .choisir {
    float: right;
    width: 50%;
    display: block;
    text-align: right;
}
.page-template-page-reservation .section-resa .flightsel-item .infos .choisir a {
    color: #6fc3eb;
}
.page-template-page-reservation .section-resa .flightsel-item .message {
    display: block;
    margin-bottom: 50px;
    width: 100%;
    font-size: 11px;
    text-align: center;
    z-index: 3;
}
.page-template-page-reservation .section-resa .flightsel-item.full-flight .message {
    text-transform: uppercase;
}
.page-template-page-reservation .section-resa .flightsel-item.full-flight .message a,
.page-template-page-reservation .section-resa .flightsel-item.full-flight .message a:visited,
.page-template-page-reservation .section-resa .flightsel-item.partner-flight .message a,
.page-template-page-reservation .section-resa .flightsel-item.partner-flight .message a:visited {
    color: #6fc3eb;
}
.page-template-page-reservation .section-resa .flightsel-item .message strong {
    text-transform: uppercase;
}
.page-template-page-reservation .section-resa .flightsel-item .message a {
    color: #fff;
}
.page-template-page-reservation .section-resa .flightsel-item.partner-flight .message {
    margin-bottom: 25px;
}
.page-template-page-reservation .section-resa .flightsel-item.vol-decouverte .message:before {
    display: block;
    margin: 0 auto 10px auto;
    background: transparent url(../images/icons/alert.svg) 0 0 no-repeat;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    width: 30px;
    height: 28px;
    margin-bottom: 5px !important;
    content: '';
}
.page-template-page-reservation .section-resa .flightsel-item:not(.full-flight):not(.partner-flight) .message {
    display: none;
}

.page-template-template-reservation_wizard .locked_passenger{
    color: #d85b30;
    font-weight: 700;
    border: 1px solid #d85b30;
    padding: 5px 15px;
}

.page-template-template-reservation_wizard .infos_participants{
    margin-top: 50px;
    margin-bottom: 0;
}
.page-template-template-reservation_wizard .infos_participants li {
    color: #d85b30;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #d85b30;
}
.page-template-template-reservation_wizard .infos_participants li:not(:last-child){
    margin-bottom:15px;
}
.page-template-template-reservation_wizard .infos_participants li mark {
    display: inline-block;
    background: #d85b30 url(../images/icons/alert.svg) center center no-repeat;
    -moz-background-size: 18px;
    -o-background-size: 18px;
    background-size: 18px;
    width: 30px;
    height: 26px;
}
.page-template-template-reservation_wizard .infos_participants li.ok {
    color: #016fa2;
    border: 1px solid #016fa2;
}
.page-template-template-reservation_wizard .infos_participants li span {
    margin-left: 10px;
    padding: 4px 0;
}

.page-template-template-reservation_wizard #content #gotocheckout,
.page-template-template-reservation_wizard #content #gotothankyoupage{
    margin-top: 55px !important;
}

.mon-compte .reservations .flightsel-item .img_container,
.woocommerce-page .reservations .flightsel-item .img_container {
    width: 407px;
    height: 204px;
    overflow: hidden;
    position: relative;
}
.mon-compte .reservations .flightsel-item .img_container img,
.woocommerce-page .reservations .flightsel-item .img_container img {
    position: absolute;
    top: -5%;
    bottom: -5%;
    margin: auto;
}

/********************* MY ACCOUNT *********************/

.page-template-template-reservation_wizard #content .reservation_container .passenger_form h2,
.page .main-content .content .tml h2 {
    font-size: 30px;
    line-height: 1;
    color: #2c307e;
    margin-bottom: 40px;
    position: relative;
    padding-top: 40px;
}
.page-template-template-reservation_wizard #content .reservation_container form.front_reservation_person_acf_form div:not(.acf-input) label ,
.woocommerce-page .main-content .woocommerce form div:not(.acf-input) label ,
.page .main-content .content .tml form td:not(.acf-input) label,
.page .main-content .content .tml form .tml-form-table label{
    font-size: 18px;
    font-weight: 500 !important;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px;
    color: #337ab7;
}
.page-template-template-reservation_wizard #content .reservation_container form.front_reservation_person_acf_form input:not([type='submit']):not([type='checkbox']):not([type='radio']),
.page-template-template-reservation_wizard #content .reservation_container form.front_reservation_person_acf_form textarea,
.woocommerce-page .main-content .woocommerce form input:not([type='submit']):not([type='checkbox']):not([type='radio']),
.woocommerce-page .main-content .woocommerce form textarea,
.page .main-content .content .tml form input:not([type='submit']):not([type='checkbox']):not([type='radio']),
.page .main-content .content .tml form textarea{
    padding:10px;
    width: 600px;
    max-width: 100%;
    height:55px;
    font-size: 14px;
}
.page-template-template-reservation_wizard #content .reservation_container form.front_reservation_person_acf_form .acf-radio-list input[type="text"],
.woocommerce-page .main-content .woocommerce form .acf-radio-list input[type="text"],
.page .main-content .content .tml form td .acf-radio-list input[type="text"] {
    height: auto !important;
    padding: 5px !important;
    width: 558px !important;
}
.page-template-template-reservation_wizard #content .reservation_container form.front_reservation_person_acf_form select,
.woocommerce-page .main-content .woocommerce form select,
.page .main-content .content .tml form select{
    background: #d85b30;
    -webkit-appearance: button;
    color: #FFF;
    border: 0;
    padding: 10px;
    height: 55px;
    font-size: 14px;
    background-image: url(../images/fleche.png);
    background-position: 97% center;
    background-repeat: no-repeat;
    white-space: nowrap;
    -moz-background-size: 20px;
    -o-background-size: 20px;
    background-size: 20px;
}

.page .main-content .content .tml form .button-secondary.wp-generate-pw{
    margin: 0;
    background: #FFF;
    color: #016fa2;
    border: 1px solid #016fa2;
    width: 300px;
    max-width: 100%;
    height: 55px;
    font-size: 14px;
    font-weight: 400;
    text-shadow: none !important;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}
.page .main-content .content .tml form .button-secondary.wp-generate-pw:hover{
    background: #016fa2;
    color: #FFF;
}
.page-template-template-reservation_wizard #content .reservation_container form.front_reservation_person_acf_form input[type="submit"],
.woocommerce-page .main-content .woocommerce form input[type="submit"],
.page .main-content .content .tml form input[type="submit"]{
    margin: 0;
    background: #016fa2;
    color: #FFF;
    height: 55px;
    font-size: 14px;
    font-weight: 400;
    width: 300px;
    max-width: 100%;
    margin-top: 30px;
    border:0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}
.page-template-template-reservation_wizard #content .reservation_container form.front_reservation_person_acf_form input[type="submit"]:hover,
.woocommerce-page .main-content .woocommerce form input[type="submit"]:hover,
.page .main-content .content .tml form input[type="submit"]:hover{
    background: #2c307e;
}

.page .main-content .content .tml form table{
    margin:0;
}
.page .main-content .content .tml form table tr td {
    margin-bottom: 20px;
}
.page .main-content .content .tml form .show-password #pass1-text {
    border-width: 1px;
}

.page .main-content .content .tml form .wp-hide-pw,
.page .main-content .content .tml form .wp-cancel-pw {
    font-weight: 500;
    text-shadow: none;
    background: #d85b30;
}

.page .main-content .content .tml .message {
    border: 1px solid #d85b30;
    background-color: #FED8D4;
    font-size: 14px;
}

.page .main-content .content .tml h2:before {
    position: absolute;
    width: 30px;
    height: 30px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    content: '';
    display: block;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}

.page .main-content .content .tml form table tr td[class*="acf"] {
    display: block;
}
.page .main-content .content .tml form table tr td.acf-label{
    margin: 0 0 8px 0;
    padding:0;
    width:100%;
}
.page .main-content .content .tml form table tr td.acf-input {
    padding: 0;
    margin-bottom: 30px;
}

.page .main-content .content .tml .reservations{
    list-style:none;
    padding-left:0;
}
.page .main-content .content .tml .reservations li a{
    width:100%;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -moz-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    background:#283a57;
    text-decoration: none !important;
    color: #FFF;
}
.page .main-content .content .tml .reservations li a .infos{
    padding:10px 15px;
}

.page .main-content .content .tml .flightsel-item {
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    transition: all ease 300ms;
}

.page .main-content .content .tml .testimony-item h3 a{
    text-decoration:none;
}
.page .main-content .content .tml .testimony-item .testimony-image{
    position:relative;
}
.page .main-content .content .tml .testimony-item .testimony-image .flight-desc {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    background: rgba(45, 60, 87, 0.5);
    color: #FFF;
    padding: 25px;
}
.page .main-content .content .tml .testimony-item .testimony-image .layer.layer_add_testimony {
    background-color:rgba(45, 60, 87, 0.95);
    z-index: 999;
    padding: 25px;
    color: #FFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 16px;
}
.page .main-content .content .tml .testimony-item .testimony-image .flight-desc span.flight_date {
    font-size: 20px;
    line-height: 1;
    display: block;
    padding-left: 35px;
    background: transparent url(../images/icons/calendar.svg) 0 0 no-repeat;
    margin-bottom: 15px;
}
.page .main-content .content .tml .testimony-item .testimony-image .flight-desc span.airport {
    font-size: 22px;
    line-height: 1;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}

.page .main-content .content .tml .logout{
    margin: 0;
    background: #d85b30;
    color: #FFF;
    height: 55px;
    font-size: 14px;
    font-weight: 400;
    width: 300px;
    max-width: 100%;
    margin-top: 30px;
    display: inline-block;
    text-align: center;
    line-height: 55px;
    text-decoration: none !important;
}
.page .main-content .content .acf-field-select .description a {
    color: #016fa2;
    text-decoration: none !important;
    padding: 5px 10px;
    border: 1px solid #016fa2;
    margin-top: 5px;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}
.page .main-content .content .acf-field-select .description a:hover{
    background:#016fa2;
    color:#FFF;
}
.tml-register form a.alreadyhave,
.page .main-content .content form a.alreadyhave {
    background: #d85b30;
    padding: 3px 10px;
    height: 55px;
    color: #FFF;
    margin: 0 auto;
    line-height: 50px;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none !important;
}
.page-template-page-tml .tml #registerform .tml-submit-wrap {
    padding-bottom: 15px;
}
.page-template-page-tml .tml form .tml-rememberme-submit-wrap {
    display: block !important;
}
.page-template-page-tml .tml form .tml-rememberme-submit-wrap p.tml-submit-wrap {
    display: block !important;
    margin-top: 20px;
    margin-bottom: 5px;
}

.show_mobile{
    display:none;
}

/********************* RESERVATIONS *********************/

.page-template-template-reservation_wizard #content .passenger {
    background: #f1efef;
    padding: 55px 0;
}
.page-template-template-reservation_wizard #content .passenger_form {
    width: 850px;
    margin: 0 auto;
}

.page-template-template-reservation_wizard #content .left-box h2 {
    color:#2c307e;
}
.page-template-template-reservation_wizard #content .left-box ul {
    list-style: none;
    padding-left: 0;
}
.page-template-template-reservation_wizard #content .left-box ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #f2f2f2;
    font-size: 16px;
}
.page-template-template-reservation_wizard #content .left-box ul li:nth-of-type(even) {
    background: #ddd;
}
.page-template-template-reservation_wizard #content .left-box ul li .name {
    padding: 13px 15px;
    min-width: 44%;
}
.page-template-template-reservation_wizard #content .left-box ul li .edit:last-of-type{
    margin-left:2px !important;
}

.page-template-template-reservation_wizard #content .left-box ul li .name .nom{
    font-weight:800;
}
.page-template-template-reservation_wizard #content .left-box ul li .edit a {
    text-decoration: none !important;
    display: block;
    color: #FFF;
    height:100%;
    padding: 13px 15px 14px 15px;
    background: #2c307e;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}
.page-template-template-reservation_wizard #content .left-box ul li:nth-of-type(even) .edit a {
    background: #81a5dc;
}
.page-template-template-reservation_wizard #content .left-box ul li .edit a {
    text-decoration: none !important;
    color: #FFF;
    padding: 13px 15px 14px 15px;
    background: #2c307e;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}

.page-template-template-reservation_wizard #content .left-box .add_participant{
    background: #d85b30;
    padding:15px 50px;
    font-size:15px;
    line-height:15px;
    color:#FFF;
    display: inline-block;
    text-decoration:none !important;
}
.page-template-template-reservation_wizard #content .left-box .add_participant span:before {
    content: url(../images/add_person.svg);
    margin-right: 8px;
    float: left;
    width: 22px;
}

.page-template-template-reservation_wizard #content .infos_supp{
    background: #d85b30;
    margin-top: 25px;
    padding: 12px 25px;
    display: block;
    width: 400px;
    margin: 50px auto 0 auto;
    text-align: center;
}
.page-template-template-reservation_wizard #content .infos_supp span.warning{
    font-size: 13px;
    font-style: italic;
    color: #FFF;
    vertical-align: middle;
}
.page-template-template-reservation_wizard #content .infos_supp span.warning:before {
    margin: 0 10px 0 0;
    content: url(../images/icons/alert.svg);
    width: 20px;
    height: 18px;
    display: inline-block;
    vertical-align: sub;
}

.page-template-template-reservation_wizard #content .left-box ul li .edit a:hover{
    background: #d85b30;
}


.page-template-template-reservation_wizard #content .right-box .recap {
    font-size: 15px;
    background: #f2f2f2;
    padding: 60px 50px;
}
.page-template-template-reservation_wizard #content .right-box .recap h2 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 15px;
    margin-bottom: 35px;
}
.page-template-template-reservation_wizard #content .right-box .recap ul {
    list-style: none !important;
    padding-left: 0 !important;
}
.page-template-template-reservation_wizard #content .right-box .recap ul.recap_first_part li:not(:last-child) {
    margin-bottom: 16px;
}

.page-template-template-reservation_wizard #content .right-box .recap hr{
    border-color:#c4c4c4;
    margin: 45px 0;
}
.page-template-template-reservation_wizard #content .right-box .recap p.accompte {
    text-transform: uppercase;
    line-height: 26px !important;
    margin:0;
}
.page-template-template-reservation_wizard #content .right-box .recap p:not(.accompte) {
    line-height: 22px;
}
.page-template-template-reservation_wizard #content .right-box .recap > div > *:last-child {
    margin-bottom: 0;
}

/** Marqueurs sur les lignes personnes de réservation step1 **/
.page-template-template-reservation_wizard mark.incomplete_form {
    display: inline-block;
    background: transparent url(../images/icons/alert_2.svg) 0 0 no-repeat;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    width:20px;
    height:19px;
}
.page-template-template-reservation_wizard mark.on_email {
    display: inline-block;
    background: none;
    padding: 0;
    font-size: 22px;
    width: 23px;
    height: 21px;
    font-family: dashicons;
    overflow: hidden;
    color: #d85b30;
    margin-right:10px;
}
.page-template-template-reservation_wizard mark,
.page-template-template-reservation_wizard .mark {
    background-color: #d85b30;
}
.page-template-template-reservation_wizard mark.no_email {
    background: #f2f2f2;
}
.page-template-template-reservation_wizard mark.on_email:before {
    content: "\f466";
}
.page-template-template-reservation_wizard .recap_first_part mark.incomplete_form {
    float: left;
    margin: 10px 10px 0 0;
}
.page-template-template-reservation_wizard mark.complete_form,
.page-template-template-reservation_wizard .recap_first_part mark.no_email {
    display: inline-block;
    background: transparent url(../images/blank.svg) 0 0 no-repeat;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    width:20px;
    height:18px;
    background: none;
}
/** **/

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order_nop,
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: right;
}

.woocommerce-page .main-content .woocommerce #payment #place_order,
.invoice_blue_button,
.woocommerce-page .main-content .woocommerce-page #payment #place_order,
.woocommerce-page .main-content .woocommerce #payment #place_order_nop,
.woocommerce-page .main-content .woocommerce-page #payment #place_order_nop,
.page-template-template-reservation_wizard #content #gotocheckout,
.page-template-template-reservation_wizard #content #gotothankyoupage{
    background: url(../images/bank_card.svg), #026fa3;
    -moz-background-size: 22px;
    -o-background-size: 22px;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 43px center;
    padding: 15px 50px 15px 75px;
    font-size: 15px;
    line-height: 15px;
    color: #FFF;
    display: inline-block;
    border: 0;
    text-decoration: none !important;
    margin: 15px auto 0 auto;
    display: block;
}

#cancelreservation{
    background-color: #026fa3;
    -moz-background-size: 22px;
    -o-background-size: 22px;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 43px center;
    padding: 15px 50px 15px 50px;
    font-size: 15px;
    line-height: 15px;
    color: #FFF;
    display: inline-block;
    border: 0;
    text-decoration: none !important;
    margin: 15px auto 0 auto;
    display: block;
}

.page-template-template-reservation_wizard #content .back_button a{
    background: #d85b30;
    padding:15px 50px;
    font-size:15px;
    line-height:15px;
    color:#FFF;
    display: inline-block;
    text-decoration:none !important;
    margin-bottom:40px;
}

.page-template-template-reservation_wizard #content .reservation_container form.front_reservation_person_acf_form input:not([type='submit']):not([type='checkbox']):not([type='radio']){
    width:100%;
    border: 0;
}
.page-template-template-reservation_wizard #content .reservation_container form.front_reservation_person_acf_form .acf-fields > .acf-field {
    padding: 0;
    margin-bottom: 25px;
    border: 0;
    width: 48% !important;
    float: left;
    clear: none;
    margin-right: 4%;
}
.page-template-template-reservation_wizard #content .reservation_container form.front_reservation_person_acf_form .acf-fields > .acf-field:first-child {
    width: 100% !important;
}
.page-template-template-reservation_wizard #content .reservation_container form.front_reservation_person_acf_form .acf-fields > .acf-field:nth-of-type(odd) {
    margin-right: 0;
}
.page-template-template-reservation_wizard #content .reservation_container form.front_reservation_person_acf_form .acf-fields > .acf-field-true-false {
    width: 100% !important;
    margin-right: 0 !important;
}
.page-template-template-reservation_wizard #content .reservation_container form.front_reservation_person_acf_form .acf-fields > .acf-field.acf-field-text.acf-field-5ac4de2e26691 {
    width: 100% !important;
    margin-right: 0 !important;
}

.woocommerce-page .main-content .woocommerce form div:not(.acf-input) label,
.page-template-template-reservation_wizard #content .reservation_container form.front_reservation_person_acf_form div:not(.acf-input) label,
.page-template-template-reservation_wizard #content .reservation_container form.front_reservation_person_acf_form div:not(.acf-input) label .acf-required{
    color: #5a5d62;
}

.woocommerce-page .main-content .woocommerce form div:not(.acf-input) label .required{
    color:red;
}

.page .main-content .content .tml form .acf-checkbox-list,
.page .main-content .content .tml form .acf-true-false,
.page .main-content .content .tml form .acf-radio-list,
.page-template-template-reservation_wizard #content .reservation_container form.front_reservation_person_acf_form .acf-checkbox-list,
.page-template-template-reservation_wizard #content .reservation_container form.front_reservation_person_acf_form .acf-true-false,
.page-template-template-reservation_wizard #content .reservation_container form.front_reservation_person_acf_form .acf-radio-list {
    list-style: none !important;
    padding: 0;
}

.page-template-template-reservation_wizard #content .reservation_container .passenger_form h2:after,
.page-template-template-reservation_wizard #content .reservation_container form.front_reservation_person_acf_form .passenger_form h2:after {
    content: "";
    background: #026fa3;
    position: absolute;
    left: 0;
    top: 57px;
    z-index: 0;
    width: 100%;
    height: 2px;
}
.page-template-template-reservation_wizard #content .reservation_container form.front_reservation_person_acf_form .passenger_form h2 {
    margin-bottom: 75px;
    position: relative;
}
.page-template-template-reservation_wizard #content .reservation_container .passenger_form h2 span,
.page-template-template-reservation_wizard #content .reservation_container form.front_reservation_person_acf_form .passenger_form h2 span{
    color: #026fa3;
    background: #f1efef;
    z-index: 5;
    position: relative;
    padding-right: 20px;
}

/* Customize the label (the container) */

.page .main-content .content .tml form .acf-checkbox-list label,
.page-template-template-reservation_wizard #content .reservation_container form.front_reservation_person_acf_form .acf-checkbox-list label,
.page-template-template-reservation_wizard #content .reservation_container form.front_reservation_person_acf_form .acf-true-false label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400 !important;
}

/* Hide the browser's default checkbox */
.page .main-content .content .tml form .acf-checkbox-list label input,
.page-template-template-reservation_wizard #content .reservation_container form.front_reservation_person_acf_form .acf-checkbox-list label input,
.page-template-template-reservation_wizard #content .reservation_container form.front_reservation_person_acf_form .acf-true-false label input {
    position: absolute;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    cursor: pointer;
}

/* Create a custom checkbox */
.page .main-content .content .tml form .acf-checkbox-list label .checkmark,
.page-template-template-reservation_wizard #content .reservation_container form.front_reservation_person_acf_form .acf-checkbox-list label .checkmark,
.page-template-template-reservation_wizard #content .reservation_container form.front_reservation_person_acf_form .acf-true-false label .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #FFF;
}

/* When the checkbox is checked, add a blue background */
.page .main-content .content .tml form .acf-checkbox-list label input:checked ~ .checkmark,
.page-template-template-reservation_wizard #content .reservation_container form.front_reservation_person_acf_form .acf-checkbox-list label input:checked ~ .checkmark,
.page-template-template-reservation_wizard #content .reservation_container form.front_reservation_person_acf_form .acf-true-false label input:checked ~ .checkmark {
    background-color: #016fa2;
}

/* Create the checkmark/indicator (hidden when not checked) */
.page .main-content .content .tml form .acf-checkbox-list label .checkmark:after,
.page-template-template-reservation_wizard #content .reservation_container form.front_reservation_person_acf_form .acf-checkbox-list label .checkmark:after,
.page-template-template-reservation_wizard #content .reservation_container form.front_reservation_person_acf_form .acf-true-false label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.page .main-content .content .tml form .acf-checkbox-list label input:checked ~ .checkmark:after,
.page-template-template-reservation_wizard #content .reservation_container form.front_reservation_person_acf_form .acf-checkbox-list label input:checked ~ .checkmark:after,
.page-template-template-reservation_wizard #content .reservation_container form.front_reservation_person_acf_form .acf-true-false label input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.page .main-content .content .tml form .acf-checkbox-list label .checkmark:after,
.page-template-template-reservation_wizard #content .reservation_container form.front_reservation_person_acf_form .acf-checkbox-list label .checkmark:after,
.page-template-template-reservation_wizard #content .reservation_container form.front_reservation_person_acf_form .acf-true-false label .checkmark:after {
    left: 10px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.page .main-content .content .tml form .acf-radio-list li,
.page-template-template-reservation_wizard #content .reservation_container form.front_reservation_person_acf_form .acf-radio-list li {
    float: left;
    margin-right: 40px;
}



/* Customize the label (the container) */
.woocommerce-page .main-content .woocommerce .woocommerce-checkout #payment li label,
.page .main-content .content .tml form .acf-radio-list li label,
.page-template-template-reservation_wizard #content .reservation_container form.front_reservation_person_acf_form .acf-radio-list li label{
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400 !important;
}

/* Hide the browser's default radio button */
.woocommerce-page .main-content .woocommerce .woocommerce-checkout #payment li input,
.page .main-content .content .tml form .acf-radio-list li label input,
.page-template-template-reservation_wizard #content .reservation_container form.front_reservation_person_acf_form .acf-radio-list li label input {
    position: absolute;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* Create a custom radio button */
.woocommerce-page .main-content .woocommerce .woocommerce-checkout #payment li .checkmark ,
.page .main-content .content .tml form .acf-radio-list li label .checkmark ,
.page-template-template-reservation_wizard #content .reservation_container form.front_reservation_person_acf_form .acf-radio-list li label .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/* When the radio button is checked, add a blue background */
.woocommerce-page .main-content .woocommerce .woocommerce-checkout #payment li input:checked ~ .checkmark,
.page .main-content .content .tml form .acf-radio-list li label input:checked ~ .checkmark,
.page-template-template-reservation_wizard #content .reservation_container form.front_reservation_person_acf_form .acf-radio-list li label input:checked ~ .checkmark {
    background-color: #016fa2;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.woocommerce-page .main-content .woocommerce .woocommerce-checkout #payment li .checkmark:after,
.page .main-content .content .tml form .acf-radio-list li label .checkmark:after,
.page-template-template-reservation_wizard #content .reservation_container form.front_reservation_person_acf_form .acf-radio-list li label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.woocommerce-page .main-content .woocommerce .woocommerce-checkout #payment li input:checked ~ .checkmark:after,
.page .main-content .content .tml form .acf-radio-list li label input:checked ~ .checkmark:after,
.page-template-template-reservation_wizard #content .reservation_container form.front_reservation_person_acf_form .acf-radio-list li label input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.woocommerce-page .main-content .woocommerce .woocommerce-checkout #payment li .checkmark:after,
.page .main-content .content .tml form .acf-radio-list li label .checkmark:after,
.page-template-template-reservation_wizard #content .reservation_container form.front_reservation_person_acf_form .acf-radio-list li label .checkmark:after {
    top: 8px;
    left: 8px;
    width: 9px;
    height: 9px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: white;
}

.page .main-content .content .tml form .acf-field.acf-field-true-false,
.page-template-template-reservation_wizard #content .reservation_container form.front_reservation_person_acf_form .acf-field.acf-field-true-false {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.page .main-content .content .tml form .acf-field.acf-field-true-false .acf-label,
.page-template-template-reservation_wizard #content .reservation_container form.front_reservation_person_acf_form .acf-field.acf-field-true-false .acf-label {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.page .main-content .content .tml form .acf-field.acf-field-true-false .acf-input ,
.page-template-template-reservation_wizard #content .reservation_container form.front_reservation_person_acf_form .acf-field.acf-field-true-false .acf-input {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.page .main-content .content .tml form .acf-field p.description,
.page-template-template-reservation_wizard #content .reservation_container form.front_reservation_person_acf_form .acf-field p.description {
    line-height: 17px !important;
    font-size: 14px;
    font-style: italic;
}

.page .main-content .content .tml form .acf-checkbox-list label .checkmark,
.page .main-content .content .tml form .acf-true-false label .checkmark,
.page .main-content .content .tml form .acf-radio-list li label .checkmark {
    border: 1px solid #b7b9ba;
}
.page .main-content .content .tml form .acf-radio-list li label .checkmark:after {
    top: 7px;
    left: 7px;
}
.page .main-content .content .tml form .acf-checkbox-list label .checkmark:after{
    left: 9px;
    top: 6px;
}
.page .main-content .content .tml form .acf-radio-list li:last-child label{
    display: inline;
    float: left;
    margin-top: 5px;
}
.page .main-content .content .tml form .acf-radio-list li:last-child input[type="text"] {
    float: left;
}
.page .main-content .content .tml form .acf-radio-list li:last-child label:last-child{
    display:none;
}


/********************* CHECKOUT *********************/

.woocommerce-page.woocommerce-checkout .main-content h3 {
    display: none;
}
.woocommerce-page .main-content .woocommerce {
    width: 800px;
    margin: 0 auto;
}
.woocommerce .main-content .col2-set .col-1,
.woocommerce-page .main-content .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%;
}

.woocommerce-page .main-content .woocommerce form input:not([type='submit']):not([type='checkbox']):not([type='radio']),
.woocommerce-page .main-content .woocommerce form textarea{
    width:100% !important;
}
.woocommerce-page .main-content .woocommerce form textarea {
    height: 170px;
}
.woocommerce-page .main-content .woocommerce form .select2-container--default .select2-selection--single {
    height: 55px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.woocommerce-page .main-content .woocommerce form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    margin-top: 13px;
    padding-left: 10px;
    font-size: 14px;
}
.woocommerce-page .main-content .woocommerce form .select2-container--default .select2-selection--single .select2-selection__arrow {
    margin-top: 13px;
    margin-right: 13px;
}

.woocommerce-page .main-content .woocommerce div#order_review {
    margin-top: 60px;
}

.woocommerce-page .main-content .woocommerce table.shop_table thead,
.woocommerce-page .main-content .woocommerce table.shop_table tfoot {
    background: #283449;
    color: #FFF;
}
.woocommerce-page .main-content .woocommerce table.shop_table thead tr th, .woocommerce-page .main-content .woocommerce table.shop_table tfoot tr th {
    font-weight: 500;
}
.woocommerce-page .main-content .woocommerce table.shop_table thead tr td, .woocommerce-page .main-content .woocommerce table.shop_table tfoot tr td {
    font-weight: 500;
}
.woocommerce-page .main-content .woocommerce table.shop_table {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: #283449;
}
.woocommerce-page .main-content .woocommerce table.shop_table tbody{
    color:#283449;
}
.woocommerce-page .main-content .woocommerce #add_payment_method #payment,
.woocommerce-page .main-content .woocommerce .woocommerce-cart #payment,
.woocommerce-page .main-content .woocommerce .woocommerce-checkout #payment {
    background: #d85b30;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.woocommerce-page .main-content .woocommerce .woocommerce-checkout #payment li {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    position:relative;
}
.woocommerce-page .main-content .woocommerce .woocommerce-checkout #payment li label {
    color: #FFF;
}
.woocommerce-page .main-content .woocommerce .woocommerce-checkout #payment li:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #FFF;
    display: block;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 4px;
    top: 6px;
}
.woocommerce-page .main-content .woocommerce .woocommerce-checkout #payment li label:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #FFF;
    display: block;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 9px;
    top: 11px;
}

.woocommerce-page .main-content .woocommerce .woocommerce-checkout #payment li input:checked ~ label:before{
    background: #d85b30;
}

.woocommerce-page .main-content .woocommerce #add_payment_method #payment div.payment_box:before,
.woocommerce-page .main-content .woocommerce .woocommerce-cart #payment div.payment_box:before,
.woocommerce-page .main-content .woocommerce .woocommerce-checkout #payment div.payment_box:before {
    border: 1em solid #FFF;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
.woocommerce-page .main-content .woocommerce #add_payment_method #payment div.payment_box,
.woocommerce-page .main-content .woocommerce .woocommerce-cart #payment div.payment_box,
.woocommerce-page .main-content .woocommerce .woocommerce-checkout #payment div.payment_box {
    background-color: #FFF;
}
.woocommerce-page .main-content .woocommerce #add_payment_method #payment div.payment_box p,
.woocommerce-page .main-content .woocommerce .woocommerce-cart #payment div.payment_box p,
.woocommerce-page .main-content .woocommerce .woocommerce-checkout #payment div.payment_box p {
    font-size: 15px;
    line-height: 18px;
}

.woocommerce-page .main-content .woocommerce #add_payment_method #payment ul.payment_methods,
.woocommerce-page .main-content .woocommerce .woocommerce-cart #payment ul.payment_methods,
.woocommerce-page .main-content .woocommerce .woocommerce-checkout #payment ul.payment_methods {
    border: 0;
}
.woocommerce-page .main-content .woocommerce #add_payment_method #payment div.form-row,
.woocommerce-page .main-content .woocommerce .woocommerce-cart #payment div.form-row,
.woocommerce-page .main-content .woocommerce .woocommerce-checkout #payment div.form-row {
    padding-top: 0;
}
.woocommerce-page .main-content .woocommerce #payment #place_order_nop,
.woocommerce-page .main-content .woocommerce #payment #place_order {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 15px 50px 15px 75px;
    height: auto;
    font-weight: 500;
}
.woocommerce-page .main-content .woocommerce form .form-row {
    margin-bottom: 15px;
}

.woocommerce-page .woocommerce-error:before {
    position: relative;
    top: 0;
    left: 0;
}
.woocommerce-checkout .content-wrap .content .woocommerce {
    padding-top: 100px;
}
.woocommerce-checkout .content-wrap .content > p,
.woocommerce-checkout .content-wrap .content > p strong{
    margin: 0;
    font-size: 32px;
    color: #2c307e;
    line-height: 40px !important;
    text-transform: uppercase;
}
.woocommerce-checkout .content-wrap .content > p:first-of-type {
    margin-top: 85px;
}
.woocommerce-checkout .content-wrap .content > p strong:after {
    content: url(../images/plane_orange.svg);
    display: block;
    width: 50px;
    margin: 55px auto 0 auto;
}
.woocommerce-checkout .content-wrap .content .woocommerce .woocommerce-notice {
    display: none;
}
.woocommerce-checkout .content-wrap .content .woocommerce .woocommerce-notice.woocommerce-thankyou-order-received {
    display: block;
    background: #d85b30;
    color: #FFF;
    padding: 40px 20px;
}
.woocommerce-checkout.woocommerce-order-received .content-wrap .content .woocommerce div.woocommerce-order>p {
    background: #f2f2f2;
    padding: 40px 20px;
    color: #d85b30;
}

.woocommerce-checkout .content-wrap .content .woocommerce ul.order_details {
    padding: 20px !important;
    background: #d85b30;
    color: #FFF;
}
.woocommerce-checkout .content-wrap .content .woocommerce-customer-details address {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: #2c307e;
    padding: 20px;
    border-width: 2px;
}
.woocommerce-checkout .content-wrap .content .woocommerce-table__product-name a,
.woocommerce-checkout .content-wrap .content .woocommerce-table__product-name strong {
    font-size: 16px;
}

.woocommerce-checkout .content-wrap .content h2 {
    color: #2c307e;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 40px;
    position: relative;
    padding-top: 40px;
    font-weight: 700 !important;
}
.woocommerce-checkout .content-wrap .content h2:before {
    border-bottom-color: #2c307e;
    background-image: url(../images/icons/icon-over-title-blue-plane.svg);
    -moz-background-size: 15px;
    -o-background-size: 15px;
    background-size: 15px;
    position: absolute;
    width: 30px;
    height: 30px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    content: '';
    display: block;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .content-wrap .content > p {
    display: none;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .content-wrap .content .woocommerce{
    padding-top: 0;
}

/********************* SINGLE TESTIMONY PAGE TITLE *********************/

.single-testimony #page-title .overlay{
    background:rgba(36, 51, 91, 0.7);
    z-index:2;
}
.single-testimony #page-title .container{
    z-index:3;
}

/********************* SINGLE TESTIMONY PAGE TITLE *********************/

.your_testimony{
    padding: 20px 0 50px 0;
    text-align:center !important;
}
.edit_testimony {
    padding-top: 10px !important;
}
.edit_testimony div[class*="col"]{
    text-align: center;
}
.your_testimony a ,
.edit_testimony a{
    background-color: #d85b30;
    border: 1px solid #d85b30;
    color: #FFFFFF;
    line-height: 47px;
    height: 50px;
    font-size: 13px;
    margin-left: 0;
    font-weight: 500;
    padding: 0 22px;
    display: inline-block;
}
.your_testimony a:before{
    content: url(../images/icons/white_eye.svg);
    margin-right: 8px;
    float: left;
    width: 21px;
    line-height: 50px;
}

.edit_testimony a:before{
    content: url(../images/icons/white_pen.svg);
    margin-right: 8px;
    float: left;
    width: 16px;
    line-height: 54px;
}

/********************* LISTING EXPERIMENTS *********************/

.post-type-archive-experiment .ipost {
    padding-top: 15px;
}

/*reservation front form*/
.complete_mandatory_star{
    color: blue;
}
.acf-required{
    color:red !important;
}

/** PAGE MES TEMOIGNAGES DE VOLS pour PASSAGER **/

div.icon-edit {
    height:240px !important;
}

img.style-svg {
    width:15%;
    margin-left: 40%; 
    margin-top: 25%;
}

@media screen and (min-width:992px){
    .page-template-page-reservation .section-resa .flightsel-item {
        min-height: 165px;
    }
    .page .main-content .content .tml .flightsel-item .gradient,
    .page-template-page-reservation .section-resa .flightsel-item .gradient {
        height: 165px;
    }
    .page-template-page-reservation .section-resa .flightsel-item .message {
        margin-bottom: 15px;
    }
    .page-template-page-reservation .section-resa .flightsel-item .infos {
        height: 141px;
        padding: 0 40px 25px 40px;
    }
    .page .main-content .content .tml .flightsel-item.partner-flight .infos, .page .main-content .content .tml .flightsel-item.full-flight .infos, .page-template-page-reservation .section-resa .flightsel-item.partner-flight .infos, .page-template-page-reservation .section-resa .flightsel-item.full-flight .infos {
        padding: 25px 40px 40px 40px;
    }
    .page .main-content .content .tml .flightsel-item.partner-flight .infos .prix, .page .main-content .content .tml .flightsel-item.full-flight .infos .prix, .page-template-page-reservation .section-resa .flightsel-item.partner-flight .infos .prix, .page-template-page-reservation .section-resa .flightsel-item.full-flight .infos .prix {
        float: left;
        width: 50%;
    }
}

/******* BO Participants, style N° de réservation ****/

div.acf-input ul li strong.numero_resa {
    font-size:18px;
    margin-right:5px;
}

/******* NEW RESERVATION PAGE ****/

.page-template-page-reservation .section-resa .flight_container .flightsel-item.vol-decouverte .flight_img > .flight_link {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position:absolute;
    left: 0;
    top:0;
}
.page-template-page-reservation .section-resa .flight_container .flightsel-item.vol-scientifique .flight_img > .flight_link {
    display:none;
}
.page-template-page-reservation .section-resa .flight_container .flightsel-item{
    min-height: 0;
    background: #FFF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: -webkit-calc(100% - 30px);
    height: -moz-calc(100% - 30px);
    height: calc(100% - 30px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.page-template-page-reservation .section-resa .flight_container .flightsel-item .infos {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.page-template-page-reservation .section-resa .flight_container .flightsel-item:hover {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.page-template-page-reservation .section-resa .flight_container .flightsel-item.vol-decouverte .infos .flight_date {
    font-size: 16px;
    padding-left: 23px;
    padding: 0;
    margin: 0;
    margin-top: auto;
}
.page-template-page-reservation .section-resa .flight_container .flightsel-item.vol-scientifique .infos .flight_date {
    font-size: 16px;
    padding-left: 23px;
    padding: 0;
    margin: 0;
    margin-top: 0;
}
.page-template-page-reservation .section-resa .flight_container .flightsel-item a,
.page-template-page-reservation .section-resa .flight_container .flightsel-item a:visited{
    color: #000;
}
.page-template-page-reservation .section-resa .flight_container .flightsel-item .choisir{
    float: none;
    width: 100%;
    display: block;
    text-align: left;
}
.page-template-page-reservation .section-resa .flight_container .flightsel-item .choisir a{
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 15px 0 0 0;
    padding: 0 22px;
    letter-spacing: 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: 500 !important;
    background-color: #2c307e;
    border: 1px solid #2c307e;
    color: #FFFFFF;
    line-height: 50px;
    height: 50px;
    font-size: 13px;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.page-template-page-reservation .section-resa .flight_container .flightsel-item .choisir a:hover{
    background-color: #FFFFFF;
    color: #2c307e;
    border-color: #2c307e !important;
    text-shadow: none;
}

.page-template-page-reservation .section-resa .flight_container .flightsel-item .infos {
    height: auto;
    padding: 12px;
    position: relative;
    color: #000;
    overflow: hidden;
}
.page-template-page-reservation .section-resa .flight_container .flightsel-item.vol-decouverte .infos:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 130px 80px 0;
    z-index: -1;
    border-color: transparent #d85b30 transparent transparent;
}
.page-template-page-reservation .section-resa .flight_container .flightsel-item .infos .airport_price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}
.page-template-page-reservation .section-resa .flight_container .flightsel-item .infos .airport_price .airport {
    font-size: 20px;
    margin: 0;
    padding: 0 40px 0 0;
}
.page-template-page-reservation .section-resa .flight_container .flightsel-item .infos .airport_price .prix {
    width: auto;
    float: none;
    font-size: 19px;
    color: #FFF;
}

.page-template-page-reservation .section-resa .flight_container .flightsel-item .message.flight_partner,
.page-template-page-reservation .section-resa .flight_container .flightsel-item.vol-decouverte.full-flight .message.flight_full {
    background: #d85b30;
    padding: 15px;
    color: #FFF;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-calc(100% - 40px);
    height: -moz-calc(100% - 40px);
    height: calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page-template-page-reservation .section-resa .flight_container .flightsel-item.vol-scientifique .message.flight_partner {
    height: 100px;
}
.page-template-page-reservation .section-resa .flight_container .flightsel-item .message_partenaire_decouverte,
.page-template-page-reservation .section-resa .flight_container .flightsel-item .message_partenaire_scientifique {
    position:absolute;
    top: 0;
    bottom: auto;
    left: 0;
    height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}
.page-template-page-reservation .section-resa .flight_container .flightsel-item .message_partenaire_scientifique a {
    color: #FFF !important;
}

.page-template-page-reservation .section-resa .flightsel-item .message p {
    margin: 0;
}
.page-template-page-reservation .section-resa .flightsel-item .message p:not(:last-child) {
    margin: 0 0 5px 0;
}
.page-template-page-reservation .section-resa .flight_container .flightsel-item.vol-decouverte .message_partenaire_decouverte.masquer {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.page-template-page-reservation .section-resa .flight_container .flightsel-item.vol-decouverte .message_partenaire_decouverte.demasquer {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.page-template-page-reservation .section-resa .flight_container .flightsel-item.vol-decouverte .message_partenaire_decouverte .message.flight_partner:before{
    display:none;
}
.page-template-page-reservation .section-resa .flight_container .flightsel-item.vol-decouverte .message_partenaire_decouverte .message.flight_partner:before,
.page-template-page-reservation .section-resa .flight_container .flightsel-item.vol-decouverte .message_partenaire_decouverte .message.flight_full:before {
    margin: 0 5px 0 0;
    display: inline-block;
}
.page-template-page-reservation .section-resa .flight_container .flightsel-item.vol-decouverte:not(.full-flight):not(.partner-flight) .message_partenaire_decouverte .message{
    display:none;
}

.page-template-page-reservation .section-resa .flight_container .flightsel-item .flight_img {
    overflow: hidden;
    position: relative;
}
.page-template-page-reservation .section-resa .flight_container .flightsel-item .flight_img img {
    width: 100%;
}

.page-template-page-reservation .infos_pratique_container {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 51, 91, 0.7)), to(rgba(36, 51, 91, 0.7)));
    background: -webkit-linear-gradient(rgba(36, 51, 91, 0.7), rgba(36, 51, 91, 0.7));
    background: -moz-linear-gradient(rgba(36, 51, 91, 0.7), rgba(36, 51, 91, 0.7));
    background: -o-linear-gradient(rgba(36, 51, 91, 0.7), rgba(36, 51, 91, 0.7));
    background: linear-gradient(rgba(36, 51, 91, 0.7), rgba(36, 51, 91, 0.7));
    width: 100%;
    text-align: center;
    padding: 50px 0;
}
.bouton_partenaire{
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.page-template-page-reservation #page-title.page-title-parallax {
    padding: 60px 0;
}
.section.reservation_listing {
    padding-top: 0;
    padding-bottom: 30px;
}
.infos_pratique_container .button.button-light {
    background: #d85b30;
    color: #FFF;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.infos_pratique_container .button.button-light:hover {
    background: #2c307e;
}

.payment_method_cod{
	display: none !important;
}

/** /register **/
.page-template-page-tml .tml form p:nth-child(3) input {
    margin-top: 19.5px !important;
}
@media screen and (max-width: 767px) {
    .page-template-page-tml .tml form p:nth-child(3) input {
        margin-top: 33.5px !important;
    }
}
@media screen and (max-width: 479px) {
    .page-template-page-tml .tml form p:nth-child(3) input {
        margin-top: 0px !important;
    }
}
.page-template-page-tml #content .tml .tml-registration-confirmation {
    width: 100%;
}
.page-template-page-tml #content .tml .tml-submit-wrap {
    margin-left: 0;
    margin-right: 2%;
}